diff options
203 files changed, 33690 insertions, 10216 deletions
diff --git a/.gitignore b/.gitignore index e564c30b9..75c348ff9 100644 --- a/.gitignore +++ b/.gitignore @@ -21,6 +21,8 @@ TAGS .bundle bin/ config/aliases +config/httpd.conf .sass-cache alaveteli.sublime* webrat.log +/.rbenv-version diff --git a/.gitmodules b/.gitmodules index 42d5db56b..0668c855f 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,8 +1,3 @@ [submodule "commonlib"] - path = commonlib - url = git://git.mysociety.org/commonlib -# config/locales is a symbolic link to vendor/rails-locales/rails/locale -# In Rails 3, this should be removed and the gem rails-i18n installed instead -[submodule "vendor/rails-locales"] - path = vendor/rails-locales - url = git://github.com/svenfuchs/rails-i18n.git + path = commonlib + url = git://git.mysociety.org/commonlib diff --git a/.travis.yml b/.travis.yml index 4fd2a59f7..051dc0fae 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,15 +1,12 @@ language: ruby branches: only: - - develop - master - rails-3-develop rvm: - 1.8.7 - 1.9.3 before_install: - - gem update --system 1.8.5 - - gem update --system 1.6.2 - gem install rake --version=0.9.2.2 - git submodule update --init --recursive - psql -c "create database foi_test template template0 encoding 'SQL_ASCII';" -U postgres @@ -10,29 +10,25 @@ source 'https://rubygems.org' gem 'rails', '3.1.12' gem 'pg' -gem 'fast_gettext', '>= 0.6.0' +gem 'charlock_holmes' gem 'fastercsv', '>=1.5.5' -gem 'gettext_i18n_rails', '>= 0.7.1' -gem 'gettext', '~> 2.3.3' gem 'json' gem 'mahoro' -gem 'memcache-client', :require => 'memcache' -gem 'locale', '>= 2.0.5' gem 'net-http-local' gem 'net-purge' gem 'rack' +gem 'rails-i18n' gem 'rdoc' gem 'recaptcha', '~> 0.3.1', :require => 'recaptcha/rails' # :require avoids "already initialized constant" warnings gem 'rmagick', :require => 'RMagick' -gem 'routing-filter', '~> 0.2.4' gem 'rake', '0.9.2.2' gem 'ruby-msg', '~> 1.5.0' gem 'vpim' gem 'will_paginate' # when 1.2.9 is released by the maintainer, we can stop using this fork: gem 'xapian-full-alaveteli', '~> 1.2.9.5' -gem 'xml-simple' +gem 'xml-simple', :require => 'xmlsimple' gem 'zip' gem 'capistrano' gem 'syslog_protocol' @@ -44,6 +40,13 @@ gem 'acts_as_versioned', :git => 'git://github.com/technoweenie/acts_as_versione gem 'dynamic_form' gem 'exception_notification' +# Gems related to internationalisation +gem 'fast_gettext' +gem 'gettext_i18n_rails' +gem 'gettext' +gem 'locale' +gem 'routing-filter' + group :test do gem 'fakeweb' gem 'coveralls', :require => false diff --git a/Gemfile.lock b/Gemfile.lock index 6c190836f..24e4dd5e3 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -49,98 +49,99 @@ GEM annotate (2.5.0) rake arel (2.2.3) - bootstrap-sass (2.2.1.1) + bootstrap-sass (2.3.1.2) sass (~> 3.2) builder (3.0.4) - capistrano (2.13.5) + capistrano (2.15.4) highline net-scp (>= 1.0.0) net-sftp (>= 2.0.0) net-ssh (>= 2.0.14) net-ssh-gateway (>= 1.1.0) - chunky_png (1.2.6) + charlock_holmes (0.6.9.4) + chunky_png (1.2.8) colorize (0.5.8) columnize (0.3.6) compass (0.12.2) chunky_png (~> 1.2) fssm (>= 0.2.7) sass (~> 3.1) - coveralls (0.6.2) + coveralls (0.6.7) colorize multi_json (~> 1.3) rest-client simplecov (>= 0.7) thor daemons (1.1.9) - debugger (1.5.0) + debugger (1.6.0) columnize (>= 0.3.1) debugger-linecache (~> 1.2.0) - debugger-ruby_core_source (~> 1.2.0) + debugger-ruby_core_source (~> 1.2.1) debugger-linecache (1.2.0) - debugger-ruby_core_source (1.2.0) - diff-lcs (1.1.3) + debugger-ruby_core_source (1.2.2) + diff-lcs (1.2.4) dynamic_form (1.1.4) erubis (2.7.0) - eventmachine (1.0.0) + eventmachine (1.0.3) exception_notification (3.0.1) actionmailer (>= 3.0.4) fakeweb (1.3.0) - fast_gettext (0.6.11) + fast_gettext (0.7.0) fastercsv (1.5.5) - fssm (0.2.9) - gettext (2.3.7) - levenshtein + fssm (0.2.10) + gettext (2.3.9) locale - gettext_i18n_rails (0.8.0) + text + gettext_i18n_rails (0.9.4) fast_gettext (>= 0.4.8) - haml (3.1.7) - highline (1.6.15) - hike (1.2.1) + haml (4.0.3) + tilt + highline (1.6.19) + hike (1.2.2) i18n (0.6.4) - json (1.7.7) - levenshtein (0.2.2) + json (1.8.0) linecache (0.46) rbx-require-relative (> 0.0.4) locale (2.0.8) - mahoro (0.3) + mahoro (0.4) mail (2.4.4) i18n (>= 0.4.0) mime-types (~> 1.16) treetop (~> 1.4.8) - mailcatcher (0.2.4) - eventmachine - haml - i18n - json - mail - sinatra - skinny (>= 0.1.2) - sqlite3-ruby - thin - memcache-client (1.8.5) - mime-types (1.21) - multi_json (1.7.1) + mailcatcher (0.5.11) + activesupport (~> 3.0) + eventmachine (~> 1.0.0) + haml (>= 3.1, < 5) + mail (~> 2.3) + sinatra (~> 1.2) + skinny (~> 0.2.3) + sqlite3 (~> 1.3) + thin (~> 1.5.0) + mime-types (1.23) + multi_json (1.7.4) net-http-local (0.1.2) net-purge (0.1.0) - net-scp (1.0.4) - net-ssh (>= 1.99.1) - net-sftp (2.0.5) - net-ssh (>= 2.0.9) - net-ssh (2.6.2) - net-ssh-gateway (1.1.0) - net-ssh (>= 1.99.1) - newrelic_rpm (3.5.3.25) - nokogiri (1.5.5) - paper_trail (2.7.0) + net-scp (1.1.1) + net-ssh (>= 2.6.5) + net-sftp (2.1.2) + net-ssh (>= 2.6.5) + net-ssh (2.6.7) + net-ssh-gateway (1.2.0) + net-ssh (>= 2.6.5) + newrelic_rpm (3.6.2.96) + nokogiri (1.5.9) + paper_trail (2.7.2) activerecord (~> 3.0) railties (~> 3.0) - pg (0.14.1) + pg (0.15.1) polyglot (0.3.3) rack (1.3.10) rack-cache (1.2) rack (>= 0.4) rack-mount (0.8.3) rack (>= 1.0.0) + rack-protection (1.5.0) + rack rack-ssl (1.3.3) rack rack-test (0.6.2) @@ -153,6 +154,8 @@ GEM activesupport (= 3.1.12) bundler (~> 1.0) railties (= 3.1.12) + rails-i18n (0.7.3) + i18n (~> 0.5) railties (3.1.12) actionpack (= 3.1.12) activesupport (= 3.1.12) @@ -164,23 +167,23 @@ GEM rbx-require-relative (0.0.9) rdoc (3.12.2) json (~> 1.4) - recaptcha (0.3.4) + recaptcha (0.3.5) rest-client (1.6.7) mime-types (>= 1.16) rmagick (2.13.2) - routing-filter (0.2.4) + routing-filter (0.3.1) actionpack - rspec-core (2.12.1) - rspec-expectations (2.12.0) - diff-lcs (~> 1.1.3) - rspec-mocks (2.12.0) - rspec-rails (2.12.0) + rspec-core (2.13.1) + rspec-expectations (2.13.0) + diff-lcs (>= 1.1.3, < 2.0) + rspec-mocks (2.13.1) + rspec-rails (2.13.2) actionpack (>= 3.0) activesupport (>= 3.0) railties (>= 3.0) - rspec-core (~> 2.12.0) - rspec-expectations (~> 2.12.0) - rspec-mocks (~> 2.12.0) + rspec-core (~> 2.13.0) + rspec-expectations (~> 2.13.0) + rspec-mocks (~> 2.13.0) ruby-debug (0.10.4) columnize (>= 0.1) ruby-debug-base (~> 0.10.4.0) @@ -190,14 +193,15 @@ GEM ruby-ole (>= 1.2.8) vpim (>= 0.360) ruby-ole (1.2.11.6) - sass (3.2.3) + sass (3.2.9) simplecov (0.7.1) multi_json (~> 1.0) simplecov-html (~> 0.7.1) simplecov-html (0.7.1) - sinatra (1.2.8) - rack (~> 1.1) - tilt (>= 1.2.2, < 2.0) + sinatra (1.3.3) + rack (~> 1.3, >= 1.3.6) + rack-protection (~> 1.2) + tilt (~> 1.3, >= 1.3.3) skinny (0.2.3) eventmachine (~> 1.0.0) thin (~> 1.5.0) @@ -209,16 +213,15 @@ GEM hike (~> 1.2) rack (~> 1.0) tilt (~> 1.1, != 1.3.0) - sqlite3 (1.3.6) - sqlite3-ruby (1.3.3) - sqlite3 (>= 1.3.3) + sqlite3 (1.3.7) syslog_protocol (0.9.2) - thin (1.5.0) + text (1.2.1) + thin (1.5.1) daemons (>= 1.0.9) eventmachine (>= 0.12.6) rack (>= 1.0.0) thor (0.14.6) - tilt (1.3.6) + tilt (1.4.1) treetop (1.4.12) polyglot polyglot (>= 0.3.1) @@ -241,33 +244,34 @@ DEPENDENCIES annotate bootstrap-sass capistrano + charlock_holmes compass coveralls debugger dynamic_form exception_notification fakeweb - fast_gettext (>= 0.6.0) + fast_gettext fastercsv (>= 1.5.5) - gettext (~> 2.3.3) - gettext_i18n_rails (>= 0.7.1) + gettext + gettext_i18n_rails globalize3! json - locale (>= 2.0.5) + locale mahoro mailcatcher - memcache-client net-http-local net-purge newrelic_rpm pg rack rails (= 3.1.12) + rails-i18n rake (= 0.9.2.2) rdoc recaptcha (~> 0.3.1) rmagick - routing-filter (~> 0.2.4) + routing-filter rspec-rails ruby-debug ruby-msg (~> 1.5.0) diff --git a/LICENSE.txt b/LICENSE.txt index f359b01d3..23976d86e 100644 --- a/LICENSE.txt +++ b/LICENSE.txt @@ -1,7 +1,7 @@ mySociety.org Software Licensing -Most of the software in this directory is Copyright (c) 2004-2008 UK -Citizens Online Democracy. +Most of the software in this directory is Copyright (c) 2004-2013 UK +Citizens Online Democracy. Unless otherwise stated in particular files or directories, this software is free software; you can redistribute it and/or modify it @@ -9,7 +9,7 @@ under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. -Note in particular, +Note in particular, - acts_as_xapian in vendor/plugins/ is licensed with an MIT license. Can you explain briefly what the GNU Affero GPL is? We offer the @@ -28,13 +28,13 @@ WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public License for more details. -Information about the GNU Affero GPL: +Information about the GNU Affero GPL: http://www.fsf.org/licensing/licenses/agpl-3.0.html -A copy of the GNU Affero General Public License follows. +A copy of the GNU Affero General Public License follows. ----------------------------------------------------------------------- - + GNU AFFERO GENERAL PUBLIC LICENSE Version 3, 19 November 2007 @@ -1,6 +1,6 @@ # Welcome to Alaveteli! -[](http://travis-ci.org/mysociety/alaveteli) [](https://gemnasium.com/mysociety/alaveteli) [](https://coveralls.io/r/mysociety/alaveteli) [](https://codeclimate.com/github/mysociety/alaveteli) +[](http://travis-ci.org/mysociety/alaveteli) [](https://gemnasium.com/mysociety/alaveteli) [](https://coveralls.io/r/mysociety/alaveteli) [](https://codeclimate.com/github/mysociety/alaveteli) This is an open source project to create a standard, internationalised platform for making Freedom of Information (FOI) requests in different @@ -24,5 +24,21 @@ There's background information and a more documentation on of useful information (including a blog) on [the project website](http://alaveteli.org) -Looking for the latest stable release? It's on the +## How to contribute + +If you find what looks like a bug: + +* Check the [GitHub issue tracker](http://github.com/mysociety/alaveteli/issues/) + to see if anyone else has reported issue. +* If you don't see anything, create an issue with information on how to reproduce it. + +If you want to contribute an enhancement or a fix: + +* Fork the project on GitHub. +* Make your changes with tests. +* Commit the changes without making changes to any files that aren't related to your enhancement or fix. +* Send a pull request. + +Looking for the latest stable release? It's on the [master branch](https://github.com/mysociety/alaveteli/tree/master). + @@ -3,5 +3,7 @@ require File.expand_path('../config/application', __FILE__) require 'rake' - Alaveteli::Application.load_tasks +if Rails.env == 'test' + Dir[File.join(File.dirname(__FILE__),'commonlib','rblib','tests','*.rake')].each { |file| load(file) } +end diff --git a/app/controllers/admin_general_controller.rb b/app/controllers/admin_general_controller.rb index b64fcac3e..ec5f95eda 100644 --- a/app/controllers/admin_general_controller.rb +++ b/app/controllers/admin_general_controller.rb @@ -134,7 +134,7 @@ class AdminGeneralController < AdminController def debug @admin_current_user = admin_current_user - @current_commit = `git log -1 --format="%H"` + @current_commit = alaveteli_git_commit @current_branch = `git branch | perl -ne 'print $1 if /^\\* (.*)/'` @current_version = `git describe --always --tags` repo = `git remote show origin -n | perl -ne 'print $1 if m{Fetch URL: .*github\\.com[:/](.*)\\.git}'` diff --git a/app/controllers/admin_public_body_controller.rb b/app/controllers/admin_public_body_controller.rb index 52b56eda2..078af12f4 100644 --- a/app/controllers/admin_public_body_controller.rb +++ b/app/controllers/admin_public_body_controller.rb @@ -75,6 +75,9 @@ class AdminPublicBodyController < AdminController @locale = self.locale_from_params() I18n.with_locale(@locale) do @public_body = PublicBody.find(params[:id]) + @info_requests = @public_body.info_requests.paginate :order => "created_at desc", + :page => params[:page], + :per_page => 100 render end end diff --git a/app/controllers/application_controller.rb b/app/controllers/application_controller.rb index 029b536ec..88b107861 100644 --- a/app/controllers/application_controller.rb +++ b/app/controllers/application_controller.rb @@ -12,6 +12,11 @@ require 'open-uri' class ApplicationController < ActionController::Base class PermissionDenied < StandardError end + class RouteNotFound < StandardError + end + # assign our own handler method for non-local exceptions + rescue_from Exception, :with => :render_exception + # Standard headers, footers and navigation for whole site layout "default" include FastGettext::Translation # make functions like _, n_, N_ etc available) @@ -22,7 +27,6 @@ class ApplicationController < ActionController::Base before_filter :check_in_post_redirect before_filter :session_remember_me before_filter :set_vary_header - before_filter :set_popup_banner def set_vary_header response.headers['Vary'] = 'Cookie' @@ -47,6 +51,9 @@ class ApplicationController < ActionController::Base anonymous_cache(24.hours) end + # This is an override of the method provided by gettext_i18n_rails - note the explicit + # setting of I18n.locale, required due to the I18nProxy used in Rails 3 to trigger the + # lookup_context and expire the template cache def set_gettext_locale if AlaveteliConfiguration::include_default_locale_in_urls == false params_locale = params[:locale] ? params[:locale] : I18n.default_locale @@ -59,7 +66,7 @@ class ApplicationController < ActionController::Base requested_locale = params_locale || session[:locale] || cookies[:locale] || I18n.default_locale end requested_locale = FastGettext.best_locale_in(requested_locale) - session[:locale] = FastGettext.set_locale(requested_locale) + session[:locale] = I18n.locale = FastGettext.set_locale(requested_locale) if !@user.nil? if @user.locale != requested_locale @user.locale = session[:locale] @@ -111,55 +118,38 @@ class ApplicationController < ActionController::Base end end - # Override default error handler, for production sites. - def rescue_action_in_public(exception) - # Looks for before_filters called something like `set_view_paths_{themename}`. These - # are set by the themes. - # Normally, this is called by the theme itself in a - # :before_filter, but when there's an error, this doesn't - # happen. By calling it here, we can ensure error pages are - # still styled according to the theme. - ActionController::Base.before_filters.select{|f| f.to_s =~ /set_view_paths/}.each do |f| - self.send(f) - end - # Make sure expiry time for session is set (before_filters are - # otherwise missed by this override) - session_remember_me + def render_exception(exception) - # Make sure the locale is set correctly too - set_gettext_locale + # In development, or the admin interface, or for a local request, let Rails handle the exception + # with its stack trace templates. Local requests in testing are a special case so that we can + # test this method - there we use consider_all_requests_local to control behaviour. + if Rails.application.config.consider_all_requests_local || local_request? || + (request.local? && !Rails.env.test?) + raise exception + end + @exception_backtrace = exception.backtrace.join("\n") + @exception_class = exception.class.to_s + @exception_message = exception.message case exception - when ActiveRecord::RecordNotFound, ActionController::UnknownAction, ActionController::RoutingError + when ActiveRecord::RecordNotFound, RouteNotFound @status = 404 when PermissionDenied @status = 403 else + message = "\n#{@exception_class} (#{@exception_message}):\n" + backtrace = Rails.backtrace_cleaner.clean(exception.backtrace, :silent) + message << " " << backtrace.join("\n ") + Rails.logger.fatal("#{message}\n\n") + ExceptionNotifier::Notifier.exception_notification(request.env, exception).deliver @status = 500 - notify_about_exception exception end - # Display user appropriate error message - @exception_backtrace = exception.backtrace.join("\n") - @exception_class = exception.class.to_s - @exception_message = exception.message - render :template => "general/exception_caught", :status => @status + respond_to do |format| + format.html{ render :template => "general/exception_caught", :status => @status } + format.any{ render :nothing => true, :status => @status } + end end - # FIXME: This was disabled during the Rails 3 upgrade as this is now handled by Rack - # # For development sites. - # alias original_rescue_action_locally rescue_action_locally - # def rescue_action_locally(exception) - # # Make sure expiry time for session is set (before_filters are - # # otherwise missed by this override) - # session_remember_me - - # # Make sure the locale is set correctly too - # set_gettext_locale - - # # Display default, detailed error for developers - # original_rescue_action_locally(exception) - # end - def local_request? false end @@ -373,12 +363,15 @@ class ApplicationController < ActionController::Base # Peform the search @per_page = per_page - if this_page.nil? - @page = get_search_page_from_params - else - @page = this_page - end - result = InfoRequest.full_search(models, @query, order, ascending, collapse, @per_page, @page) + @page = this_page || get_search_page_from_params + + result = ActsAsXapian::Search.new(models, @query, + :offset => (@page - 1) * @per_page, + :limit => @per_page, + :sort_by_prefix => order, + :sort_by_ascending => ascending, + :collapse_by_prefix => collapse + ) result.results # Touch the results to load them, otherwise accessing them from the view # might fail later if the database has subsequently been reopened. return result @@ -552,9 +545,10 @@ class ApplicationController < ActionController::Base return country end - def set_popup_banner - @popup_banner = render_to_string(:partial => "general/popup_banner").strip.html_safe + def alaveteli_git_commit + `git log -1 --format="%H"`.strip end + # URL generating functions are needed by all controllers (for redirects), # views (for links) and mailers (for use in emails), so include them into # all of all. diff --git a/app/controllers/general_controller.rb b/app/controllers/general_controller.rb index 075d35ba0..939dd1739 100644 --- a/app/controllers/general_controller.rb +++ b/app/controllers/general_controller.rb @@ -5,13 +5,6 @@ # Copyright (c) 2008 UK Citizens Online Democracy. All rights reserved. # Email: hello@mysociety.org; WWW: http://www.mysociety.org/ -begin - require 'xmlsimple' -rescue LoadError - # Debian maintainers put their xmlsimple in a different location :( - require 'lib/xmlsimple' -end - require 'open-uri' class GeneralController < ApplicationController @@ -160,7 +153,7 @@ class GeneralController < ApplicationController # structured query which should show newest first, rather than a free text search # where we want most relevant as default. begin - dummy_query = ::ActsAsXapian::Search.new([InfoRequestEvent], @query, :limit => 1) + dummy_query = ActsAsXapian::Search.new([InfoRequestEvent], @query, :limit => 1) rescue => e flash[:error] = "Your query was not quite right. " + CGI.escapeHTML(e.to_str) redirect_to search_url("") @@ -176,10 +169,8 @@ class GeneralController < ApplicationController # Query each type separately for separate display (XXX we are calling # perform_search multiple times and it clobbers per_page for each one, # so set as separate var) - requests_per_page = 25 - if params[:requests_per_page] - requests_per_page = params[:requests_per_page].to_i - end + requests_per_page = params[:requests_per_page] ? params[:requests_per_page].to_i : 25 + @this_page_hits = @total_hits = @xapian_requests_hits = @xapian_bodies_hits = @xapian_users_hits = 0 if @requests @xapian_requests = perform_search([InfoRequestEvent], @query, @sortby, 'request_collapse', requests_per_page) @@ -218,16 +209,19 @@ class GeneralController < ApplicationController @feed_autodetect = [ { :url => do_track_url(@track_thing, 'feed'), :title => @track_thing.params[:title_in_rss], :has_json => true } ] end - # Jump to a random request - def random_request - info_request = InfoRequest.random - redirect_to request_url(info_request) + # Handle requests for non-existent URLs - will be handled by ApplicationController::render_exception + def not_found + raise RouteNotFound end - def custom_css - long_cache - @locale = self.locale_from_params() - render(:layout => false, :content_type => 'text/css') + def version + respond_to do |format| + format.json { render :json => { + :alaveteli_git_commit => alaveteli_git_commit, + :alaveteli_version => ALAVETELI_VERSION, + :ruby_version => RUBY_VERSION + }} + end end end diff --git a/app/controllers/public_body_controller.rb b/app/controllers/public_body_controller.rb index 74ea043bb..374866eda 100644 --- a/app/controllers/public_body_controller.rb +++ b/app/controllers/public_body_controller.rb @@ -131,7 +131,9 @@ class PublicBodyController < ApplicationController @public_bodies = PublicBody.where(conditions).joins(:translations).order("public_body_translations.name").paginate( :page => params[:page], :per_page => 100 ) - render :template => "public_body/list" + respond_to do |format| + format.html { render :template => "public_body/list" } + end end end diff --git a/app/controllers/reports_controller.rb b/app/controllers/reports_controller.rb new file mode 100644 index 000000000..a1dd53125 --- /dev/null +++ b/app/controllers/reports_controller.rb @@ -0,0 +1,31 @@ +class ReportsController < ApplicationController + def create + @info_request = InfoRequest.find_by_url_title!(params[:request_id]) + @reason = params[:reason] + @message = params[:message] + if @reason.empty? + flash[:error] = _("Please choose a reason") + render "new" + return + end + + if !authenticated_user + flash[:notice] = _("You need to be logged in to report a request for administrator attention") + elsif @info_request.attention_requested + flash[:notice] = _("This request has already been reported for administrator attention") + else + @info_request.report!(@reason, @message, @user) + flash[:notice] = _("This request has been reported for administrator attention") + end + redirect_to request_url(@info_request) + end + + def new + @info_request = InfoRequest.find_by_url_title!(params[:request_id]) + if authenticated?( + :web => _("To report this request"), + :email => _("Then you can report the request '{{title}}'", :title => @info_request.title), + :email_subject => _("Report an offensive or unsuitable request")) + end + end +end diff --git a/app/controllers/request_controller.rb b/app/controllers/request_controller.rb index 7716ba7e7..d8f8db3cf 100644 --- a/app/controllers/request_controller.rb +++ b/app/controllers/request_controller.rb @@ -1,10 +1,10 @@ +# encoding: UTF-8 # app/controllers/request_controller.rb: # Show information about one particular request. # # Copyright (c) 2007 UK Citizens Online Democracy. All rights reserved. # Email: hello@mysociety.org; WWW: http://www.mysociety.org/ -require 'alaveteli_file_types' require 'zip/zip' require 'open-uri' @@ -67,8 +67,7 @@ class RequestController < ApplicationController # Test for whole request being hidden if !@info_request.user_can_view?(authenticated_user) - render :template => 'request/hidden', :status => 410 # gone - return + return render_hidden end # Other parameters @@ -101,7 +100,7 @@ class RequestController < ApplicationController # ... requests that have similar imporant terms begin limit = 10 - @xapian_similar = ::ActsAsXapian::Similar.new([InfoRequestEvent], @info_request.info_request_events, + @xapian_similar = ActsAsXapian::Similar.new([InfoRequestEvent], @info_request.info_request_events, :limit => limit, :collapse_by_prefix => 'request_collapse') @xapian_similar_more = (@xapian_similar.matches_estimated > limit) rescue @@ -126,8 +125,7 @@ class RequestController < ApplicationController long_cache @info_request = InfoRequest.find_by_url_title!(params[:url_title]) if !@info_request.user_can_view?(authenticated_user) - render :template => 'request/hidden', :status => 410 # gone - return + return render_hidden end @columns = ['id', 'event_type', 'created_at', 'described_state', 'last_described_at', 'calculated_state' ] end @@ -146,10 +144,9 @@ class RequestController < ApplicationController raise ActiveRecord::RecordNotFound.new("Request not found") if @info_request.nil? if !@info_request.user_can_view?(authenticated_user) - render :template => 'request/hidden', :status => 410 # gone - return + return render_hidden end - @xapian_object = ::ActsAsXapian::Similar.new([InfoRequestEvent], @info_request.info_request_events, + @xapian_object = ActsAsXapian::Similar.new([InfoRequestEvent], @info_request.info_request_events, :offset => (@page - 1) * @per_page, :limit => @per_page, :collapse_by_prefix => 'request_collapse') @matches_estimated = @xapian_object.matches_estimated @show_no_more_than = (@matches_estimated > MAX_RESULTS) ? MAX_RESULTS : @matches_estimated @@ -324,9 +321,9 @@ class RequestController < ApplicationController message = "" if @outgoing_message.contains_email? if @user.nil? - message += (_("<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=\"%s\">details</a>).</p>") % [help_privacy_path+"#email_address"]).html_safe; + message += _("<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>", :url => (help_privacy_path+"#email_address").html_safe); else - message += (_("<p>You do not need to include your email in the request in order to get a reply (<a href=\"%s\">details</a>).</p>") % [help_privacy_path+"#email_address"]).html_safe; + message += _("<p>You do not need to include your email in the request in order to get a reply (<a href=\"{{url}}\">details</a>).</p>", :url => (help_privacy_path+"#email_address").html_safe); end message += _("<p>We recommend that you edit your request and remove the email address. If you leave it, the email address will be sent to the authority, but will not be displayed on the site.</p>") @@ -474,9 +471,19 @@ class RequestController < ApplicationController when 'rejected' _("Oh no! Sorry to hear that your request was refused. Here is what to do now.") when 'successful' - _("<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>", :site_name=>site_name, :donation_url => "http://www.mysociety.org/donate/") + if AlaveteliConfiguration::donation_url.blank? + _("<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>") + else + _("<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>", + :site_name => site_name, :donation_url => AlaveteliConfiguration::donation_url) + end when 'partially_successful' - _("<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>", :site_name=>site_name, :donation_url=>"http://www.mysociety.org/donate/") + if AlaveteliConfiguration::donation_url.blank? + _("<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>") + else + _("<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>", + :site_name => site_name, :donation_url => AlaveteliConfiguration::donation_url) + end when 'waiting_clarification' _("Please write your follow up message containing the necessary clarifications below.") when 'gone_postal' @@ -597,8 +604,7 @@ class RequestController < ApplicationController # Test for hidden requests if !authenticated_user.nil? && !@info_request.user_can_view?(authenticated_user) - render :template => 'request/hidden', :status => 410 # gone - return + return render_hidden end # Check address is good @@ -635,7 +641,7 @@ class RequestController < ApplicationController if !params[:submitted_followup].nil? && !params[:reedit] if @info_request.allow_new_responses_from == 'nobody' - flash[:error] = (_('Your follow up has not been sent because this request has been stopped to prevent spam. Please <a href="%s">contact us</a> if you really want to send a follow up message.') % [help_contact_path]).html_safe + flash[:error] = _('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.', :url => help_contact_path.html_safe) else if @info_request.find_existing_outgoing_message(params[:outgoing_message][:body]) flash[:error] = _('You previously submitted that exact follow up message for this request.') @@ -681,7 +687,7 @@ class RequestController < ApplicationController raise ActiveRecord::RecordNotFound.new("Message not found") if incoming_message.nil? if !incoming_message.info_request.user_can_view?(authenticated_user) @info_request = incoming_message.info_request # used by view - render :template => 'request/hidden', :status => 410 # gone + return render_hidden end # Is this a completely public request that we can cache attachments for # to be served up without authentication? @@ -690,25 +696,6 @@ class RequestController < ApplicationController end end - def report_request - info_request = InfoRequest.find_by_url_title!(params[:url_title]) - return if !authenticated?( - :web => _("To report this FOI request"), - :email => _("Then you can report the request '{{title}}'", :title => info_request.title), - :email_subject => _("Report an offensive or unsuitable request") - ) - - if !info_request.attention_requested - info_request.set_described_state('attention_requested', @user) - info_request.attention_requested = true # tells us if attention has ever been requested - info_request.save! - flash[:notice] = _("This request has been reported for administrator attention") - else - flash[:notice] = _("This request has already been reported for administrator attention") - end - redirect_to request_url(info_request) - end - # special caching code so mime types are handled right around_filter :cache_attachments, :only => [ :get_attachment, :get_attachment_as_html ] def cache_attachments @@ -721,7 +708,7 @@ class RequestController < ApplicationController logger.info("Reading cache for #{key_path}") if File.directory?(key_path) - render :text => "Directory listing not allowed", :status => 403 + render :text => "Directory listing not allowed", :status => 403 else render :text => foi_fragment_cache_read(key_path), :content_type => (AlaveteliFileTypes.filename_to_mimetype(params[:file_name]) || 'application/octet-stream') @@ -731,7 +718,7 @@ class RequestController < ApplicationController yield - if params[:skip_cache].nil? + if params[:skip_cache].nil? && response.status == 200 # write it to the fileystem ourselves, so is just a plain file. (The # various fragment cache functions using Ruby Marshall to write the file # which adds a header, so isnt compatible with images that have been @@ -746,6 +733,7 @@ class RequestController < ApplicationController def get_attachment get_attachment_internal(false) + return unless @attachment # Prevent spam to magic request address. Note that the binary # subsitution method used depends on the content type @@ -765,6 +753,7 @@ class RequestController < ApplicationController raise ActiveRecord::RecordNotFound.new("Attachment HTML not found.") end get_attachment_internal(true) + return unless @attachment # images made during conversion (e.g. images in PDF files) are put in the cache directory, so # the same cache code in cache_attachments above will display them. @@ -811,8 +800,11 @@ class RequestController < ApplicationController # check permissions raise "internal error, pre-auth filter should have caught this" if !@info_request.user_can_view?(authenticated_user) - @attachment = IncomingMessage.get_attachment_by_url_part_number(@incoming_message.get_attachments_for_display, @part_number) - raise ActiveRecord::RecordNotFound.new("attachment not found part number " + @part_number.to_s + " incoming_message " + @incoming_message.id.to_s) if @attachment.nil? + @attachment = IncomingMessage.get_attachment_by_url_part_number_and_filename(@incoming_message.get_attachments_for_display, @part_number, @original_filename) + # If we can't find the right attachment, redirect to the incoming message: + unless @attachment + return redirect_to incoming_message_url(@incoming_message), :status => 303 + end # check filename in URL matches that in database (use a censor rule if you want to change a filename) raise ActiveRecord::RecordNotFound.new("please use same filename as original file has, display: '" + @attachment.display_filename + "' old_display: '" + @attachment.old_display_filename + "' original: '" + @original_filename + "'") if @attachment.display_filename != @original_filename && @attachment.old_display_filename != @original_filename @@ -887,8 +879,7 @@ class RequestController < ApplicationController @info_request = InfoRequest.find_by_url_title!(params[:url_title]) # Test for whole request being hidden or requester-only if !@info_request.all_can_view? - render :template => 'request/hidden', :status => 410 # gone - return + return render_hidden end if authenticated?( :web => _("To download the zip file"), @@ -948,5 +939,17 @@ class RequestController < ApplicationController end end end + + private + + def render_hidden + respond_to do |format| + response_code = 410 # gone + format.html{ render :template => 'request/hidden', :status => response_code } + format.any{ render :nothing => true, :status => response_code } + end + false + end + end diff --git a/app/controllers/track_controller.rb b/app/controllers/track_controller.rb index 9076148c4..40fa69290 100644 --- a/app/controllers/track_controller.rb +++ b/app/controllers/track_controller.rb @@ -153,11 +153,14 @@ class TrackController < ApplicationController def atom_feed_internal @xapian_object = perform_search([InfoRequestEvent], @track_thing.track_query, @track_thing.params[:feed_sortby], nil, 25, 1) + # We're assuming that a request to a feed url with no format suffix wants atom/xml + # so set that as the default, regardless of content negotiation + request.format = 'xml' unless params[:format] respond_to do |format| format.json { render :json => @xapian_object.results.map { |r| r[:model].json_for_api(true, lambda { |t| view_context.highlight_and_excerpt(t, @xapian_object.words_to_highlight, 150) } ) } } - format.any { render :template => 'track/atom_feed.atom', :layout => false, :content_type => :atom } + format.any { render :template => 'track/atom_feed.atom', :layout => false, :content_type => 'application/atom+xml' } end end diff --git a/app/controllers/user_controller.rb b/app/controllers/user_controller.rb index dca3cda17..1bf5a5316 100644 --- a/app/controllers/user_controller.rb +++ b/app/controllers/user_controller.rb @@ -119,7 +119,11 @@ class UserController < ApplicationController @track_things = TrackThing.find(:all, :conditions => ["tracking_user_id = ? and track_medium = ?", @display_user.id, 'email_daily'], :order => 'created_at desc') for track_thing in @track_things # XXX factor out of track_mailer.rb - xapian_object = InfoRequest.full_search([InfoRequestEvent], track_thing.track_query, 'described_at', true, nil, 20, 1) + xapian_object = ActsAsXapian::Search.new([InfoRequestEvent], track_thing.track_query, + :sort_by_prefix => 'described_at', + :sort_by_ascending => true, + :collapse_by_prefix => nil, + :limit => 20) feed_results += xapian_object.results.map {|x| x[:model]} end end @@ -527,11 +531,12 @@ class UserController < ApplicationController def get_draft_profile_photo profile_photo = ProfilePhoto.find(params[:id]) response.content_type = "image/png" - render_for_text(profile_photo.data) + render :text => profile_photo.data end # actual profile photo of a user def get_profile_photo + long_cache @display_user = User.find(:first, :conditions => [ "url_name = ? and email_confirmed = ?", params[:url_name], true ]) if !@display_user raise ActiveRecord::RecordNotFound.new("user not found, url_name=" + params[:url_name]) @@ -542,7 +547,7 @@ class UserController < ApplicationController end response.content_type = "image/png" - render_for_text(@display_user.profile_photo.data) + render :text => @display_user.profile_photo.data end # Change about me text on your profile page diff --git a/app/helpers/link_to_helper.rb b/app/helpers/link_to_helper.rb index 238a36ce4..5533402c5 100755 --- a/app/helpers/link_to_helper.rb +++ b/app/helpers/link_to_helper.rb @@ -218,9 +218,6 @@ module LinkToHelper return url end - def search_link(query, variety_postfix = nil, sort_postfix = nil, advanced = nil) - link_to h(query), search_url(query) - end def search_path(query, options = {}) search_url(query, options.merge(:only_path => true)) diff --git a/app/mailers/application_mailer.rb b/app/mailers/application_mailer.rb index a5f27c068..d2230bb82 100644 --- a/app/mailers/application_mailer.rb +++ b/app/mailers/application_mailer.rb @@ -26,37 +26,5 @@ class ApplicationMailer < ActionMailer::Base # Site-wide access to configuration settings include ConfigHelper - # For each multipart template (e.g. "the_template_file.text.html.erb") available, - # add the one from the view path with the highest priority as a part to the mail - def render_multipart_templates - added_content_types = {} - self.view_paths.each do |view_path| - Dir.glob("#{view_path}/#{mailer_name}/#{@template}.*").each do |path| - template = view_path["#{mailer_name}/#{File.basename(path)}"] - - # Skip unless template has a multipart format - next unless template && template.multipart? - next if added_content_types[template.content_type] == true - @parts << Part.new( - :content_type => template.content_type, - :disposition => "inline", - :charset => charset, - :body => render_message(template, @body) - ) - added_content_types[template.content_type] = true - end - end - end - - # Look for the current template in each element of view_paths in order, - # return the first - def find_template - self.view_paths.each do |view_path| - if template = view_path["#{mailer_name}/#{@template}"] - return template - end - end - return nil - end end diff --git a/app/mailers/request_mailer.rb b/app/mailers/request_mailer.rb index 3eb89c660..4dbce6738 100644 --- a/app/mailers/request_mailer.rb +++ b/app/mailers/request_mailer.rb @@ -4,8 +4,6 @@ # Copyright (c) 2007 UK Citizens Online Democracy. All rights reserved. # Email: hello@mysociety.org; WWW: http://www.mysociety.org/ -require 'alaveteli_file_types' - class RequestMailer < ApplicationMailer # Used when an FOI officer uploads a response from their web browser - this is # the "fake" email used to store in the same format in the database as if they diff --git a/app/mailers/track_mailer.rb b/app/mailers/track_mailer.rb index 391143214..8e9beded6 100644 --- a/app/mailers/track_mailer.rb +++ b/app/mailers/track_mailer.rb @@ -39,11 +39,9 @@ class TrackMailer < ApplicationMailer def self.alert_tracks done_something = false now = Time.now() - users = User.find(:all, :conditions => [ "last_daily_track_email < ?", now - 1.day ]) - if users.empty? - return done_something - end - for user in users + one_week_ago = now - 7.days + User.find_each(:conditions => [ "last_daily_track_email < ?", + now - 1.day ]) do |user| next if !user.should_be_emailed? || !user.receive_email_alerts email_about_things = [] @@ -67,7 +65,11 @@ class TrackMailer < ApplicationMailer # Query for things in this track. We use described_at for the # ordering, so we catch anything new (before described), or # anything whose new status has been described. - xapian_object = InfoRequest.full_search([InfoRequestEvent], track_thing.track_query, 'described_at', true, nil, 100, 1) + xapian_object = ActsAsXapian::Search.new([InfoRequestEvent], track_thing.track_query, + :sort_by_prefix => 'described_at', + :sort_by_ascending => true, + :collapse_by_prefix => nil, + :limit => 100) # Go through looking for unalerted things alert_results = [] for result in xapian_object.results @@ -76,7 +78,7 @@ class TrackMailer < ApplicationMailer end next if track_thing.created_at >= result[:model].described_at # made before the track was created - next if result[:model].described_at < now - 7.days # older than 1 week (see 14 days / 7 days in comment above) + next if result[:model].described_at < one_week_ago # older than 1 week (see 14 days / 7 days in comment above) next if done_info_request_events.include?(result[:model].id) # definitely already done # OK alert this one diff --git a/app/models/foi_attachment.rb b/app/models/foi_attachment.rb index fcde379e0..0340f2b83 100644 --- a/app/models/foi_attachment.rb +++ b/app/models/foi_attachment.rb @@ -71,7 +71,12 @@ class FoiAttachment < ActiveRecord::Base tries = 0 delay = 1 begin - @cached_body = File.open(self.filepath, "rb" ).read + binary_data = File.open(self.filepath, "rb" ).read + if self.content_type =~ /^text/ + @cached_body = convert_string_to_utf8_or_binary(binary_data, 'UTF-8') + else + @cached_body = binary_data + end rescue Errno::ENOENT # we've lost our cached attachments for some reason. Reparse them. if tries > BODY_MAX_TRIES diff --git a/app/models/incoming_message.rb b/app/models/incoming_message.rb index c914edb7e..4910d43f4 100644 --- a/app/models/incoming_message.rb +++ b/app/models/incoming_message.rb @@ -31,12 +31,9 @@ # Move some of the (e.g. quoting) functions here into rblib, as they feel # general not specific to IncomingMessage. -require 'alaveteli_file_types' require 'htmlentities' require 'rexml/document' require 'zip/zip' -require 'mapi/msg' -require 'mapi/convert' require 'iconv' unless RUBY_VERSION >= '1.9' class IncomingMessage < ActiveRecord::Base @@ -132,6 +129,7 @@ class IncomingMessage < ActiveRecord::Base end self.valid_to_reply_to = self._calculate_valid_to_reply_to self.last_parsed = Time.now + self.foi_attachments reload=true self.save! end end @@ -173,15 +171,29 @@ class IncomingMessage < ActiveRecord::Base super end - # And look up by URL part number to get an attachment + # And look up by URL part number and display filename to get an attachment # XXX relies on extract_attachments calling MailHandler.ensure_parts_counted - def self.get_attachment_by_url_part_number(attachments, found_url_part_number) - attachments.each do |a| - if a.url_part_number == found_url_part_number - return a + # The filename here is passed from the URL parameter, so it's the + # display_filename rather than the real filename. + def self.get_attachment_by_url_part_number_and_filename(attachments, found_url_part_number, display_filename) + attachment_by_part_number = attachments.detect { |a| a.url_part_number == found_url_part_number } + if attachment_by_part_number && attachment_by_part_number.display_filename == display_filename + # Then the filename matches, which is fine: + attachment_by_part_number + else + # Otherwise if the URL part number and filename don't + # match - this is probably due to a reparsing of the + # email. In that case, try to find a unique matching + # filename from any attachment. + attachments_by_filename = attachments.select { |a| + a.display_filename == display_filename + } + if attachments_by_filename.length == 1 + attachments_by_filename[0] + else + nil end end - return nil end # Converts email addresses we know about into textual descriptions of them @@ -556,9 +568,11 @@ class IncomingMessage < ActiveRecord::Base text end - # Returns part which contains main body text, or nil if there isn't one - def get_main_body_text_part - leaves = self.foi_attachments + # Returns part which contains main body text, or nil if there isn't one, + # from a set of foi_attachments. If the leaves parameter is empty or not + # supplied, uses its own foi_attachments. + def get_main_body_text_part(leaves=[]) + leaves = self.foi_attachments if leaves.empty? # Find first part which is text/plain or text/html # (We have to include HTML, as increasingly there are mail clients that @@ -592,6 +606,7 @@ class IncomingMessage < ActiveRecord::Base # nil in this case) return p end + # Returns attachments that are uuencoded in main body part def _uudecode_and_save_attachments(text) # Find any uudecoded things buried in it, yeuchly @@ -645,12 +660,16 @@ class IncomingMessage < ActiveRecord::Base attachment = self.foi_attachments.find_or_create_by_hexdigest(attrs[:hexdigest]) attachment.update_attributes(attrs) attachment.save! - attachments << attachment.id + attachments << attachment end + # Reload to refresh newly created foi_attachments self.reload - main_part = get_main_body_text_part + # get the main body part from the set of attachments we just created, + # not from the self.foi_attachments association - some of the total set of + # self.foi_attachments may now be obsolete + 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. # e.g. for https://secure.mysociety.org/admin/foi/request/show_raw_email/24550 @@ -661,12 +680,14 @@ class IncomingMessage < ActiveRecord::Base c += 1 uudecode_attachment.url_part_number = c uudecode_attachment.save! - attachments << uudecode_attachment.id + attachments << uudecode_attachment end end + attachment_ids = attachments.map{ |attachment| attachment.id } # now get rid of any attachments we no longer have - FoiAttachment.destroy_all("id NOT IN (#{attachments.join(',')}) AND incoming_message_id = #{self.id}") + FoiAttachment.destroy_all(["id NOT IN (?) AND incoming_message_id = ?", + attachment_ids, self.id]) end # Returns body text as HTML with quotes flattened, and emails removed. @@ -692,7 +713,7 @@ class IncomingMessage < ActiveRecord::Base text.strip! # if there is nothing but quoted stuff, then show the subject if text == "FOLDED_QUOTED_SECTION" - text = "[Subject only] " + CGI.escapeHTML(self.subject) + text + text = "[Subject only] " + CGI.escapeHTML(self.subject || '') + text end # and display link for quoted stuff text = text.gsub(/FOLDED_QUOTED_SECTION/, "\n\n" + '<span class="unfold_link"><a href="?unfold=1#incoming-'+self.id.to_s+'">'+_("show quoted sections")+'</a></span>' + "\n\n") diff --git a/app/models/info_request.rb b/app/models/info_request.rb index adb944a7e..8f15a4ea4 100644 --- a/app/models/info_request.rb +++ b/app/models/info_request.rb @@ -108,6 +108,12 @@ class InfoRequest < ActiveRecord::Base states end + # Possible reasons that a request could be reported for administrator attention + def report_reasons + ["Contains defamatory material", "Not a valid request", "Request for personal information", + "Contains personal information", "Vexatious", "Other"] + end + def must_be_valid_state errors.add(:described_state, "is not a valid state") if !InfoRequest.enumerate_states.include? described_state @@ -150,6 +156,10 @@ class InfoRequest < ActiveRecord::Base end end + def user_json_for_api + is_external? ? { :name => user_name || _("Anonymous user") } : user.json_for_api + end + @@custom_states_loaded = false begin if !Rails.env.test? @@ -189,21 +199,6 @@ class InfoRequest < ActiveRecord::Base self.comments.find(:all, :conditions => 'visible') end - # Central function to do all searches - # (Not really the right place to put it, but everything can get it here, and it - # does *mainly* find info requests, via their events, so hey) - def InfoRequest.full_search(models, query, order, ascending, collapse, per_page, page) - offset = (page - 1) * per_page - - return ::ActsAsXapian::Search.new( - models, query, - :offset => offset, :limit => per_page, - :sort_by_prefix => order, - :sort_by_ascending => ascending, - :collapse_by_prefix => collapse - ) - end - # If the URL name has changed, then all request: queries will break unless # we update index for every event. Also reindex if prominence changes. after_update :reindex_some_request_events @@ -232,17 +227,6 @@ class InfoRequest < ActiveRecord::Base end end - # For debugging - def InfoRequest.profile_search(query) - t = Time.now.usec - for i in (1..10) - t = Time.now.usec - t - secs = t / 1000000.0 - STDOUT.write secs.to_s + " query " + i.to_s + "\n" - results = InfoRequest.full_search([InfoRequestEvent], query, "created_at", true, nil, 25, 1).results - end - end - public # When name is changed, also change the url name def title=(title) @@ -294,7 +278,7 @@ public end end def email_subject_followup(incoming_message = nil) - if incoming_message.nil? || !incoming_message.valid_to_reply_to? + if incoming_message.nil? || !incoming_message.valid_to_reply_to? || !incoming_message.subject 'Re: ' + self.email_subject_request else if incoming_message.subject.match(/^Re:/i) @@ -351,7 +335,10 @@ public # copying an email, and that doesn't matter) def InfoRequest.find_by_incoming_email(incoming_email) id, hash = InfoRequest._extract_id_hash_from_email(incoming_email) - return self.find_by_magic_email(id, hash) + if hash_from_id(id) == hash + # Not using find(id) because we don't exception raised if nothing found + find_by_id(id) + end end # Return list of info requests which *might* be right given email address @@ -478,6 +465,17 @@ public incoming_message = IncomingMessage.new ActiveRecord::Base.transaction do + + # To avoid a deadlock when simultaneously dealing with two + # incoming emails that refer to the same InfoRequest, we + # lock the row for update. In Rails 3.2.0 and later this + # can be done with info_request.with_lock or + # info_request.lock!, but upgrading to that version of + # Rails creates many other problems at the moment. In the + # interim, just use raw SQL to do the SELECT ... FOR UPDATE + raw_sql = "SELECT * FROM info_requests WHERE id = #{self.id} LIMIT 1 FOR UPDATE" + ActiveRecord::Base.connection.execute(raw_sql) + raw_email = RawEmail.new incoming_message.raw_email = raw_email incoming_message.info_request = self @@ -555,6 +553,15 @@ public ['requires_admin', 'error_message', 'attention_requested'].include?(described_state) end + # Report this request for administrator attention + def report!(reason, message, user) + ActiveRecord::Base.transaction do + set_described_state('attention_requested', user, "Reason: #{reason}\n\n#{message}") + self.attention_requested = true # tells us if attention has ever been requested + save! + end + end + # change status, including for last event for later historical purposes def set_described_state(new_state, set_by = nil, message = "") old_described_state = described_state @@ -892,24 +899,6 @@ public return Digest::SHA1.hexdigest(id.to_s + AlaveteliConfiguration::incoming_email_secret)[0,8] end - # Called by find_by_incoming_email - and used to be called by separate - # function for envelope from address, until we abandoned it. - def InfoRequest.find_by_magic_email(id, hash) - expected_hash = InfoRequest.hash_from_id(id) - #print "expected: " + expected_hash + "\nhash: " + hash + "\n" - if hash != expected_hash - return nil - else - begin - return self.find(id) - rescue ActiveRecord::RecordNotFound - # so error email is sent to admin, rather than the exception sending weird - # error to the public body. - return nil - end - end - end - # Used to find when event last changed def InfoRequest.last_event_time_clause(event_type=nil) event_type_clause = '' @@ -1060,25 +1049,6 @@ public InfoRequest.update_all "allow_new_responses_from = 'nobody' where updated_at < (now() - interval '1 year') and allow_new_responses_from in ('anybody', 'authority_only') and url_title <> 'holding_pen'" end - # Returns a random FOI request - def InfoRequest.random - max_id = InfoRequest.connection.select_value('select max(id) as a from info_requests').to_i - info_request = nil - count = 0 - while info_request.nil? - if count > 100 - return nil - end - id = rand(max_id) + 1 - begin - count += 1 - info_request = find(id, :conditions => ["prominence = 'normal'"]) - rescue ActiveRecord::RecordNotFound - end - end - return info_request - end - def json_for_api(deep) ret = { :id => self.id, diff --git a/app/models/info_request_event.rb b/app/models/info_request_event.rb index 469aabc4a..0967e3940 100644 --- a/app/models/info_request_event.rb +++ b/app/models/info_request_event.rb @@ -420,7 +420,7 @@ class InfoRequestEvent < ActiveRecord::Base if deep ret[:info_request] = self.info_request.json_for_api(false) ret[:public_body] = self.info_request.public_body.json_for_api - ret[:user] = self.info_request.user.json_for_api + ret[:user] = self.info_request.user_json_for_api end return ret diff --git a/app/models/outgoing_message.rb b/app/models/outgoing_message.rb index 11711090e..aedfb9cad 100644 --- a/app/models/outgoing_message.rb +++ b/app/models/outgoing_message.rb @@ -23,6 +23,14 @@ # Email: hello@mysociety.org; WWW: http://www.mysociety.org/ class OutgoingMessage < ActiveRecord::Base + include Rails.application.routes.url_helpers + include LinkToHelper + self.default_url_options[:host] = AlaveteliConfiguration::domain + # https links in emails if forcing SSL + if AlaveteliConfiguration::force_ssl + self.default_url_options[:protocol] = "https" + end + strip_attributes! belongs_to :info_request @@ -80,15 +88,15 @@ class OutgoingMessage < ActiveRecord::Base end if self.what_doing == 'internal_review' - "Please pass this on to the person who conducts Freedom of Information reviews." + + _("Please pass this on to the person who conducts Freedom of Information reviews.") + "\n\n" + - "I am writing to request an internal review of " + - self.info_request.public_body.name + - "'s handling of my FOI request " + - "'" + self.info_request.title + "'." + + _("I am writing to request an internal review of {{public_body_name}}'s handling of my FOI request '{{info_request_title}}'.", + :public_body_name => self.info_request.public_body.name, + :info_request_title => self.info_request.title) + "\n\n\n\n [ " + self.get_internal_review_insert_here_note + " ] \n\n\n\n" + - "A full history of my FOI request and all correspondence is available on the Internet at this address:\n" + - "http://" + AlaveteliConfiguration::domain + "/request/" + self.info_request.url_title + _("A full history of my FOI request and all correspondence is available on the Internet at this address: {{url}}", + :url => request_url(self.info_request)) + + "\n" else "" end @@ -269,7 +277,7 @@ class OutgoingMessage < ActiveRecord::Base end end if self.body =~ /#{get_signoff}\s*\Z/m - errors.add(:body, _("Please sign at the bottom with your name, or alter the \"%{signoff}\" signature" % { :signoff => get_signoff })) + errors.add(:body, _("Please sign at the bottom with your name, or alter the \"{{signoff}}\" signature", :signoff => get_signoff)) end if !MySociety::Validate.uses_mixed_capitals(self.body) errors.add(:body, _('Please write your message using a mixture of capital and lower case letters. This makes it easier for others to read.')) diff --git a/app/models/profile_photo.rb b/app/models/profile_photo.rb index 8a6fe1636..5d542daf1 100644 --- a/app/models/profile_photo.rb +++ b/app/models/profile_photo.rb @@ -85,7 +85,7 @@ class ProfilePhoto < ActiveRecord::Base end if !self.draft && (self.image.columns != WIDTH || self.image.rows != HEIGHT) - errors.add(:data, N_("Failed to convert image to the correct size: at %{cols}x%{rows}, need %{width}x%{height}" % { :cols => self.image.columns, :rows => self.image.rows, :width => WIDTH, :height => HEIGHT })) + errors.add(:data, N_("Failed to convert image to the correct size: at {{cols}}x{{rows}}, need {{width}}x{{height}}", :cols => self.image.columns, :rows => self.image.rows, :width => WIDTH, :height => HEIGHT)) end if self.draft && self.user_id diff --git a/app/models/user.rb b/app/models/user.rb index 63dd5b1dd..9da4ad743 100644 --- a/app/models/user.rb +++ b/app/models/user.rb @@ -106,7 +106,12 @@ class User < ActiveRecord::Base name.strip! end if self.public_banned? - name = _("{{user_name}} (Account suspended)", :user_name=>name) + # Use interpolation to return a string rather than a SafeBuffer so that + # gsub can be called on it until we upgrade to Rails 3.2. The name returned + # is not marked as HTML safe so will be escaped automatically in views. We + # do this in two steps so the string still gets picked up for translation + name = _("{{user_name}} (Account suspended)", :user_name=> name.html_safe) + name = "#{name}" end name end @@ -298,7 +303,7 @@ class User < ActiveRecord::Base text = CGI.escapeHTML(text) text = MySociety::Format.make_clickable(text, :contract => 1) text = text.gsub(/\n/, '<br>') - return text + return text.html_safe end # Returns domain part of user's email address diff --git a/app/views/admin_censor_rule/new.html.erb b/app/views/admin_censor_rule/new.html.erb index 1694308f3..77d22990c 100644 --- a/app/views/admin_censor_rule/new.html.erb +++ b/app/views/admin_censor_rule/new.html.erb @@ -1,4 +1,4 @@ -<% @title = 'New censor rule' %> +<% @title = _('New censor rule') %> <h1><%=@title%></h1> diff --git a/app/views/admin_public_body/edit.html.erb b/app/views/admin_public_body/edit.html.erb index a24122671..11b7eec22 100644 --- a/app/views/admin_public_body/edit.html.erb +++ b/app/views/admin_public_body/edit.html.erb @@ -3,7 +3,7 @@ <div class="row"> <div class="span8"> <div id="public_body_form"> - <% form_for @public_body, :url => admin_body_update_path(@public_body), :html => { :class => "form form-horizontal" } do |f| %> + <%= form_for @public_body, :url => admin_body_update_path(@public_body), :html => { :class => "form form-horizontal" } do |f| %> <%= render :partial => 'form', :locals => {:f => f} %> <div class="form-actions"> <%= f.submit 'Save', :accesskey => 's', :class => "btn btn-success" %></p> diff --git a/app/views/admin_public_body/show.html.erb b/app/views/admin_public_body/show.html.erb index cfb10b24e..8262287d5 100644 --- a/app/views/admin_public_body/show.html.erb +++ b/app/views/admin_public_body/show.html.erb @@ -83,7 +83,8 @@ <% end %> <hr> <h2>Requests</h2> -<%= render :partial => 'admin_request/some_requests', :locals => { :info_requests => @public_body.info_requests } %> +<%= render :partial => 'admin_request/some_requests', :locals => { :info_requests => @info_requests } %> +<%= will_paginate(@info_requests, :class => "paginator") %> <hr> <h2>Track things</h2> <%= render :partial => 'admin_track/some_tracks', :locals => { :track_things => @public_body.track_things, :include_destroy => true } %> diff --git a/app/views/admin_request/show.html.erb b/app/views/admin_request/show.html.erb index 9cbcb68f0..e18e319be 100644 --- a/app/views/admin_request/show.html.erb +++ b/app/views/admin_request/show.html.erb @@ -258,7 +258,7 @@ </td> <td> <% if column_name == 'body' %> - <%= simple_format(truncate(outgoing_message.body, :length => 400, :omission => link_to("...", "#", :class => "toggle-hidden" ))) %> + <%= simple_format(truncate(h(outgoing_message.body), :length => 400, :omission => link_to("...", "#", :class => "toggle-hidden" )).html_safe) %> <div style="display:none;"><%= simple_format( outgoing_message.body ) %></div> <% else %> <%= admin_value(value) %> @@ -303,7 +303,7 @@ </td> <td> <% if column_name =~ /^cached_.*?$/ %> - <%= simple_format( truncate(value, :length => 400, :omission => link_to("...", "#", :class => "toggle-hidden"))) %> + <%= simple_format( truncate(h(value), :length => 400, :omission => link_to("...", "#", :class => "toggle-hidden")).html_safe) %> <div style="display:none;"><%= simple_format(value) %></div> <% else %> <%= simple_format(value.to_s) %> diff --git a/app/views/comment/_comment_form.html.erb b/app/views/comment/_comment_form.html.erb index 91cd8f7d0..b78532768 100644 --- a/app/views/comment/_comment_form.html.erb +++ b/app/views/comment/_comment_form.html.erb @@ -13,7 +13,7 @@ <%= hidden_field_tag 'submitted_comment', 1 %> <%= hidden_field_tag 'preview', 1 %> <%= submit_tag _('Preview your annotation') %> - <%= raw(_(' (<strong>no ranty</strong> politics, read our <a href="%s">moderation policy</a>)') % [help_requesting_path+'#moderation']) %> + <%= _(' (<strong>no ranty</strong> politics, read our <a href="{{url}}">moderation policy</a>)', :url => (help_requesting_path+'#moderation').html_safe) %> </p> <% end %> diff --git a/app/views/general/_frontpage_bodies_list.html.erb b/app/views/general/_frontpage_bodies_list.html.erb index 54400602b..75daea41d 100644 --- a/app/views/general/_frontpage_bodies_list.html.erb +++ b/app/views/general/_frontpage_bodies_list.html.erb @@ -6,7 +6,7 @@ <ul> <% for popular_body in @popular_bodies %> <li><%=public_body_link(popular_body)%> - <%= n_('%d request', '%d requests', popular_body.info_requests_count) % popular_body.info_requests_count %> + <%= n_('{{count}} request', '{{count}} requests', popular_body.info_requests_count, :count => popular_body.info_requests_count) %> </li> <% end%> </ul> diff --git a/app/views/general/_stylesheet_includes.html.erb b/app/views/general/_stylesheet_includes.html.erb index 5b6e12258..9dd1f357d 100644 --- a/app/views/general/_stylesheet_includes.html.erb +++ b/app/views/general/_stylesheet_includes.html.erb @@ -8,14 +8,9 @@ <!--[if LT IE 7]> <style type="text/css">@import url("/stylesheets/ie6.css");</style> <![endif]--> - <!--[if LT IE 7]> - <style type="text/css">@import url("/stylesheets/ie6-custom.css");</style> - <![endif]--> <!--[if LT IE 8]> <style type="text/css">@import url("/stylesheets/ie7.css");</style> <![endif]--> - <!-- the following method for customising CSS is deprecated; see `doc/THEMES.md` for detail --> - <%= stylesheet_link_tag 'custom', :title => "Main", :rel => "stylesheet" %> <% if AlaveteliConfiguration::force_registration_on_new_request %> <%= stylesheet_link_tag 'jquery.fancybox-1.3.4', :rel => "stylesheet" %> <% end %> diff --git a/app/views/general/blog.html.erb b/app/views/general/blog.html.erb index 7146aab5d..ef587421e 100644 --- a/app/views/general/blog.html.erb +++ b/app/views/general/blog.html.erb @@ -23,7 +23,7 @@ <% @blog_items.each do |item| %> <div class="blog_post"> <h2 id="<%= Time.parse(item['pubDate'][0]).to_i %>"><a href="<%=item['link'][0]%>"><%=h item['title'][0] %></a></h2> - <p class="subtitle"><%= _("Posted on {{date}} by {{author}}", :date=>simple_date(Time.parse(item['pubDate'][0])), :author=>item['creator'][0]) %></p> + <p class="subtitle"><%= _("Posted on {{date}} by {{author}}", :date=>simple_date(Time.parse(item['pubDate'][0])), :author=> item['creator'] ? item['creator'][0] : item['author'][0]) %></p> <div> <% if item['encoded'] %> <%= raw item['encoded'][0] %> diff --git a/app/views/general/custom_css.html.erb b/app/views/general/custom_css.html.erb deleted file mode 100644 index 0def82ed0..000000000 --- a/app/views/general/custom_css.html.erb +++ /dev/null @@ -1 +0,0 @@ -// this should be overridden in a local "theme" plugin diff --git a/app/views/general/search.html.erb b/app/views/general/search.html.erb index 7072ab90f..d526a93c0 100644 --- a/app/views/general/search.html.erb +++ b/app/views/general/search.html.erb @@ -16,7 +16,7 @@ <% if @query.nil? %> <h1><%= _("Search") %></h1> <% else %> - <h1><%= _("Search results") %></h1> + <h1><%= _("Search results") %></h1> <% end%> <% if @advanced %> @@ -35,15 +35,23 @@ <% end %> </div> <% else %> - <%= form_tag(request.url, {:method => "get", :id => "search_form"}) do %> + + + <%= form_tag(search_redirect_path, {:method => "get", :id => "search_form"}) do %> <p> <%= text_field_tag 'query', params[:query], { :size => 40, :title => "type your search term here" } %> + + <%= submit_tag _("Search") %> + <%= link_to(_("Advanced search"), advanced_search_path) %> + </p> + <% end %> + <%= form_tag(request.url, {:method => "get", :id => "filter_form"}) do %> + <p> <%= hidden_field_tag 'sortby', @inputted_sortby %> <% if @bodies %> <%= hidden_field_tag 'bodies', 1 %> <% end %> - <%= submit_tag _("Search") %> - <%= link_to(_("Advanced search"), advanced_search_path) %> + </p> <div id="common-subfilters"> @@ -56,25 +64,13 @@ ["all", _("everything")]]%> <% for variety, label in labels %> <% if @variety_postfix != variety %> - <%= link_to label, search_path([params[:query], variety, @sort_postfix]) %> + <%= link_to label, search_path([params[:query], variety, @sort_postfix]) %> <% else %> <%= label %> <% end %> <%= "|" unless variety == labels.last[0]%> <% end %> </div> - - <% if false %> - <%-# Commented out for now as tags are of limited use when users can't see them. This will change in the future! -%> - <% if @variety_postfix != "users" %> - <div> - <%= label_tag(:query, _("Tags (separated by a space):")) %><%= text_field_tag(:tags, params[:tags], { :size => 20 }) %> - <% for tag in InfoRequest.get_tags %> - <%= tag.name_and_value %> - <% end %> - </div> - <% end %> - <% end %> </div> <% if @variety_postfix == "requests" %> @@ -94,7 +90,7 @@ <div> <h3 class="title"><%= _("Search in") %></h3> - <% [["sent", _("messages from users")], + <% [["sent", _("messages from users")], ["response", _("messages from authorities")], ["comment", _("comments")]].each_with_index do |item, index| variety, title = item %> @@ -110,14 +106,14 @@ <label class="form_label" for="query"> <%= _("and") %></label> <%= text_field_tag(:request_date_before, params[:request_date_before], {:class => "use-datepicker", :size => 10}) %> </div> - </div> + </div> <% end %> - + <div> <%= submit_tag _("Filter") if @variety_postfix == "requests"%> </div> <% end # Search form%> - + <% end # if @advanced %> <% if !@query.nil? %> @@ -139,7 +135,6 @@ <% end %> <div style="clear:both;"></div> - <% if @total_hits == 0 %> <h2><%=@title %></h2> <% end %> @@ -164,7 +159,7 @@ <% if @spelling_correction %> <p id="did_you_mean"><%= _('Did you mean: {{correction}}', :correction => search_link(@spelling_correction)) %></p> <% end %> - <p><%= raw(_('<a href="%s">Browse all</a> or <a href="%s">ask us to add one</a>.') % [list_public_bodies_default_url, help_requesting_path + '#missing_body']) %></p> + <p><%= raw(_('<a href="{{browse_url}}">Browse all</a> or <a href="{{add_url}}">ask us to add one</a>.', :browse_url => list_public_bodies_default_path.html_safe, :add_url => (help_requesting_path + '#missing_body').html_safe)) %></p> <% end %> </div> diff --git a/app/views/layouts/default.html.erb b/app/views/layouts/default.html.erb index 023a93138..688816fa9 100644 --- a/app/views/layouts/default.html.erb +++ b/app/views/layouts/default.html.erb @@ -33,7 +33,7 @@ <% end %> <% end %> <% if @has_json %> - <link rel="alternate" type="application/json" title="JSON version of this page" href="<%=h url_for(request.query_parameters.merge(:format => 'json')) %>"> + <link rel="alternate" type="application/json" title="JSON version of this page" href="<%=h url_for(request.params.merge(:format => 'json')) %>"> <% end %> <% if @no_crawl %> @@ -67,11 +67,11 @@ <% if is_admin? %> <%= render :partial => 'admin_general/admin_navbar' %> <% end %> - -<% if !@popup_banner.blank? %> +<% popup_banner = render(:partial => "general/popup_banner").strip %> +<% if popup_banner.present? %> <div id="everypage" class="jshide"> <p class="popup-close"><a href="#top" onclick="$.cookie('seen_foi2', 1, { expires: 7, path: '/' }); $('#everypage').hide('slow'); return false;"><%= _('Close') %></a></p> - <%= @popup_banner %> + <%= raw popup_banner %> <p class="popup-close"><a href="#top" onclick="$.cookie('seen_foi2', 1, { expires: 7, path: '/' }); $('#everypage').hide('slow'); return false;"><%= _('Close') %></a></p> </div> <% end %> diff --git a/app/views/layouts/no_chrome.html.erb b/app/views/layouts/no_chrome.html.erb index 120ba6f28..d7918cffc 100644 --- a/app/views/layouts/no_chrome.html.erb +++ b/app/views/layouts/no_chrome.html.erb @@ -12,19 +12,16 @@ <script type="text/javascript" src="/javascripts/jquery.js"></script> - <%= stylesheet_link_tag 'main', :title => "Main", :rel => "stylesheet" %> - <%= stylesheet_link_tag 'fonts', :rel => "stylesheet" %> - <%= stylesheet_link_tag 'theme', :rel => "stylesheet" %> - <!--[if LT IE 7]> - <style type="text/css">@import url("/stylesheets/ie6.css");</style> - <![endif]--> - <!--[if LT IE 7]> - <style type="text/css">@import url("/stylesheets/ie6-custom.css");</style> + <%= stylesheet_link_tag 'main', :title => "Main", :rel => "stylesheet" %> + <%= stylesheet_link_tag 'fonts', :rel => "stylesheet" %> + <%= stylesheet_link_tag 'theme', :rel => "stylesheet" %> + <!--[if LT IE 7]> + <style type="text/css">@import url("/stylesheets/ie6.css");</style> <![endif]--> <%= stylesheet_link_tag 'custom', :title => "Main", :rel => "stylesheet" %> </head> <body> - <div class="entirebody"> + <div class="entirebody"> <div id="content"> <% if flash[:notice] %> <div id="notice"><%= flash[:notice] %></div> @@ -39,4 +36,4 @@ </div> </div> </body> -</html>
\ No newline at end of file +</html> diff --git a/app/views/public_body/_alphabet.html.erb b/app/views/public_body/_alphabet.html.erb index 111da5b3b..63b24e0fb 100644 --- a/app/views/public_body/_alphabet.html.erb +++ b/app/views/public_body/_alphabet.html.erb @@ -1,3 +1,3 @@ -<%= "A".upto("Z") do |l| -%> +<%- "A".upto("Z") do |l| -%> <%= link_to_unless (@tag == l), l, list_public_bodies_path(:tag => l.downcase) %> <% end %> diff --git a/app/views/public_body/_body_listing_single.html.erb b/app/views/public_body/_body_listing_single.html.erb index d0496fbb8..91a07d09c 100644 --- a/app/views/public_body/_body_listing_single.html.erb +++ b/app/views/public_body/_body_listing_single.html.erb @@ -18,9 +18,16 @@ <% end %> </span> <span class="bottomline"> - <%= n_('%d request made.', '%d requests made.', public_body.info_requests.size) % public_body.info_requests.size %> - <% if !@include_request_link_in_authority_listing.nil? %> - <%= link_to _("Make your own request"), public_body_path(public_body) %>. + <%= n_('{{count}} request made.', '{{count}} requests made.', public_body.info_requests.size, + :count => public_body.info_requests.size) %> + <% if !public_body.is_requestable? && public_body.not_requestable_reason != 'bad_contact' %> + <% if public_body.not_requestable_reason == 'defunct' %> + <%= _('Defunct.') %> + <% end %> + <% else %> + <% if !@include_request_link_in_authority_listing.nil? %> + <%= link_to _("Make your own request"), public_body_path(public_body) %>. + <% end %> <% end %> <br> <span class="date_added"> diff --git a/app/views/public_body/_list_sidebar_extra.html.erb b/app/views/public_body/_list_sidebar_extra.html.erb index d3d65fec8..290593d6a 100644 --- a/app/views/public_body/_list_sidebar_extra.html.erb +++ b/app/views/public_body/_list_sidebar_extra.html.erb @@ -1,5 +1,5 @@ <p> - <%= raw(_('<a href="%s">Are we missing a public authority?</a>') % [help_requesting_path + '#missing_body']) %> + <%= link_to _('Are we missing a public authority?'), help_requesting_path + '#missing_body' %> </p> <p> <%= link_to _('List of all authorities (CSV)'), all_public_bodies_csv_path %> diff --git a/app/views/public_body/_search_ahead.html.erb b/app/views/public_body/_search_ahead.html.erb index b1af2464d..3d1dc8f93 100644 --- a/app/views/public_body/_search_ahead.html.erb +++ b/app/views/public_body/_search_ahead.html.erb @@ -1,4 +1,4 @@ -<div> + <% if !@xapian_requests.nil? %> <% if @xapian_requests.results.size > 0 %> <h3><%= _('Top search results:') %></h3> @@ -10,12 +10,11 @@ <% end %> <div id="authority_search_ahead_results"> <% for result in @xapian_requests.results %> - <%= render :partial => 'body_listing_single', :locals => { :public_body => result[:model] } %> + <%= render :partial => 'public_body/body_listing_single', :locals => { :public_body => result[:model] } %> <% end %> </div> <%= will_paginate WillPaginate::Collection.new(@page, @per_page, @xapian_requests.matches_estimated), :params => {:controller=>"request", :action => "select_authority"} %> <% end %> -</div> diff --git a/app/views/public_body/list.html.erb b/app/views/public_body/list.html.erb index 3d73090d4..ce24daaf9 100644 --- a/app/views/public_body/list.html.erb +++ b/app/views/public_body/list.html.erb @@ -10,7 +10,7 @@ <% for row in PublicBodyCategories::get().with_headings() %> <% if row.instance_of?(Array) %> <li> - <%= link_to_unless (@tag == row[0]), row[1], list_public_bodies_path(:tag => row[0]) %> + <%= link_to_unless (@tag == row[0]), row[1], list_public_bodies_path(:tag => row[0]) %> </li> <% else %> <% if not first_row %> @@ -23,7 +23,7 @@ <% end %> <% end %> <% if not first_row %> - </ul> + </ul> <% end %> <%= render :partial => "list_sidebar_extra" %> </div> @@ -34,14 +34,20 @@ <%= form_tag(list_public_bodies_default_url, :method => "get", :id=>"search_form") do %> <div> - <%= text_field_tag(:public_body_query, params[:public_body_query], { :title => "type your search term here" } ) %> + <%= text_field_tag(:public_body_query, params[:public_body_query], { :title => "type your search term here" } ) %> <%= submit_tag(_("Search")) %> </div> <% end %> -<h2 class="publicbody_results"><%= n_('Found %d public authority %s', 'Found %d public authorities %s', @public_bodies.total_entries) % [@public_bodies.total_entries, @description] %></h2> +<h2 class="publicbody_results"> + <%= n_('Found {{count}} public authority {{description}}', + 'Found {{count}} public authorities {{description}}', + @public_bodies.total_entries, + :count => @public_bodies.total_entries, + :description => @description) %> +</h2> <%= render :partial => 'body_listing', :locals => { :public_bodies => @public_bodies } %> <%= will_paginate(@public_bodies) %><br/> - <%= raw _('<a href="%s">Can\'t find the one you want?</a>') % [help_requesting_path + '#missing_body'] %> + <%= link_to _("Can't find the one you want?"), help_requesting_path + '#missing_body' %> </div> diff --git a/app/views/public_body/show.html.erb b/app/views/public_body/show.html.erb index df6346e4f..b35e29eea 100644 --- a/app/views/public_body/show.html.erb +++ b/app/views/public_body/show.html.erb @@ -4,7 +4,12 @@ <h2><%= _('Follow this authority')%></h2> <% follower_count = TrackThing.count(:all, :conditions => ["public_body_id = ?", @public_body.id]) %> - <p><%= raw(n_("<span id='follow_count'>%d</span> person is following this authority", "<span id='follow_count'>%d</span> people are following this authority", follower_count) % follower_count) %></p> + <p> + <%= n_("{{count}} person is following this authority", + "{{count}} people are following this authority", + follower_count, + :count => content_tag(:span, follower_count, :id => "follow_count")) %> + </p> <%= render :partial => 'track/tracking_links', :locals => { :track_thing => @track_thing, :own_request => false, :location => 'sidebar' } %> <h2><%= _('More about this authority')%></h2> @@ -41,31 +46,29 @@ <% end %> </p> - <% if @public_body.has_notes? && (@public_body.is_requestable? || @public_body.not_requestable_reason == 'bad_contact') %> - <p><%= @public_body.notes_as_html.html_safe %></p> - <% end %> - - <% if @public_body.eir_only? %> - <p><%= _('You can only request information about the environment from this authority.')%></p> + <% if @public_body.is_requestable? || @public_body.not_requestable_reason == 'bad_contact' %> + <% if @public_body.has_notes? %> + <p><%= @public_body.notes_as_html.html_safe %></p> + <% end %> + <% if @public_body.eir_only? %> + <p><%= _('You can only request information about the environment from this authority.')%></p> + <% end %> + <% else %> + <% if @public_body.not_requestable_reason == 'not_apply' %> + <p><%= _('Freedom of Information law does not apply to this authority, so you cannot make + a request to it.')%></p> + <% elsif @public_body.not_requestable_reason == 'defunct' %> + <p><%= _('This authority no longer exists, so you cannot make a request to it.')%></p> + <% else %> + <p><%= _('For an unknown reason, it is not possible to make a request to this authority.')%></p> + <% end %> <% end %> <div id="stepwise_make_request"> <% if @public_body.is_requestable? || @public_body.not_requestable_reason == 'bad_contact' %> - <% if @public_body.eir_only? %> - <%= _('Make a new <strong>Environmental Information</strong> request')%> - <% else %> - <%= _('Make a new <strong>Freedom of Information</strong> request to {{public_body}}', :public_body => h(@public_body.name))%> - <% end %> - <%= _('<a class="link_button_green" href="{{url}}">{{text}}</a>', :url=>new_request_to_body_url(:url_name => @public_body.url_name), :text=>_("Start"))%> + <%= link_to _("Make a request to this authority"), new_request_to_body_path(:url_name => @public_body.url_name), :class => "link_button_green" %> <% elsif @public_body.has_notes? %> <%= @public_body.notes_as_html.html_safe %> - <% elsif @public_body.not_requestable_reason == 'not_apply' %> - <%= _('Freedom of Information law does not apply to this authority, so you cannot make - a request to it.')%> - <% elsif @public_body.not_requestable_reason == 'defunct' %> - <%= _('This authority no longer exists, so you cannot make a request to it.')%> - <% else %> - <%= _('For an unknown reason, it is not possible to make a request to this authority.')%> <% end %> <% if @public_body.override_request_email %> @@ -78,12 +81,14 @@ <div id="foi_results_section"> <% if @public_body.info_requests.size == 0 %> - <% if @public_body.eir_only? %> - <h2><%= _('Environmental Information Regulations requests made using this site') %></h2> - <p>Nobody has made any Environmental Information Regulations requests to <%=h(@public_body.name)%> using this site yet.</p> - <% else %> - <h2><%= _('Freedom of Information requests made using this site')%></h2> - <p><%= _('Nobody has made any Freedom of Information requests to {{public_body_name}} using this site yet.', :public_body_name => h(@public_body.name))%></p> + <% if @public_body.is_requestable? or @public_body.not_requestable_reason != 'defunct' %> + <% if @public_body.eir_only? %> + <h2><%= _('Environmental Information Regulations requests made using this site') %></h2> + <p>Nobody has made any Environmental Information Regulations requests to <%=h(@public_body.name)%> using this site yet.</p> + <% else %> + <h2><%= _('Freedom of Information requests made using this site')%></h2> + <p><%= _('Nobody has made any Freedom of Information requests to {{public_body_name}} using this site yet.', :public_body_name => h(@public_body.name))%></p> + <% end %> <% end %> <% else %> <h2 class="foi_results"> @@ -91,9 +96,13 @@ <%= pluralize(@public_body.info_requests.size, "Environmental Information Regulations request made using this site") %> <% else %> <% if @public_body.info_requests.size > 4 %> - <%= n_('Search within the %d Freedom of Information requests to %s', 'Search within the %d Freedom of Information requests made to %s', @public_body.info_requests.size) % [@public_body.info_requests.size, @public_body.name] %> + <%= n_('Search within the {{count}} Freedom of Information requests to {{public_body_name}}', 'Search within the {{count}} Freedom of Information requests made to {{public_body_name}}', @public_body.info_requests.size, :count => @public_body.info_requests.size, :public_body_name => @public_body.name) %> <% else %> - <%= n_('%d Freedom of Information request to %s', '%d Freedom of Information requests to %s', @public_body.info_requests.size) % [@public_body.info_requests.size, @public_body.name] %> + <%= n_('{{count}} Freedom of Information request to {{public_body_name}}', + '{{count}} Freedom of Information requests to {{public_body_name}}', + @public_body.info_requests.size, + :count => @public_body.info_requests.size, + :public_body_name => @public_body.name) %> <% end %> <% end %> <%= @page_desc %> diff --git a/app/views/public_body/view_email.html.erb b/app/views/public_body/view_email.html.erb index 3799d227b..3f0a558c7 100644 --- a/app/views/public_body/view_email.html.erb +++ b/app/views/public_body/view_email.html.erb @@ -25,10 +25,10 @@ <p> <% if @public_body.is_requestable? || @public_body.not_requestable_reason != 'bad_contact' %> - <%= raw _('If the address is wrong, or you know a better address, please <a href="%s">contact us</a>.')% [help_contact_path]%> + <%= raw(_('If the address is wrong, or you know a better address, please <a href="{{url}}">contact us</a>.', :url => help_contact_path.html_safe)) %> <% else %> - <%= raw _(' If you know the address to use, then please <a href="%s">send it to us</a>. - You may be able to find the address on their website, or by phoning them up and asking.')% [help_contact_path] %> + <%= raw(_(' If you know the address to use, then please <a href="{{url}}">send it to us</a>. + You may be able to find the address on their website, or by phoning them up and asking.', :url =>help_contact_path.html_safe)) %> <% end %> </p> diff --git a/app/views/reports/new.html.erb b/app/views/reports/new.html.erb new file mode 100644 index 000000000..7d558ab4e --- /dev/null +++ b/app/views/reports/new.html.erb @@ -0,0 +1,26 @@ +<h1>Report request: <%= @info_request.title %></h1> + +<% if @info_request.attention_requested %> + <p><%= _("This request has already been reported for administrator attention") %></p> +<% else %> + <p> + Reporting a request notifies the site administrators. They will respond as soon as possible. + </p> + <p>Why specifically do you consider this request unsuitable?</p> + + <%= form_tag request_report_path(:request_id => @info_request.url_title) do %> + <p> + <label class="form_label" for="reason">Reason:</label> + <%= select_tag :reason, options_for_select(@info_request.report_reasons, @reason), :prompt => "Choose a reason" %> + </p> + <p> + <label class="form_label" for="message">Please tell us more:</label> + <%= text_area_tag :message, @message, :rows => 10, :cols => 60 %> + </p> + + <div class="form_button"> + <%= submit_tag _("Report request") %> + </div> + + <% end %> +<% end %> diff --git a/app/views/request/_after_actions.html.erb b/app/views/request/_after_actions.html.erb index d3ddb981b..b54a8f5fb 100644 --- a/app/views/request/_after_actions.html.erb +++ b/app/views/request/_after_actions.html.erb @@ -7,7 +7,7 @@ <ul> <% if @info_request.comments_allowed? %> <li> - <%= raw(_('<a href="%s">Add an annotation</a> (to help the requester or others)') % [new_comment_path(:url_title => @info_request.url_title)]) %> + <%= raw(_('<a href="{{url}}">Add an annotation</a> (to help the requester or others)', :url => new_comment_url(:url_title => @info_request.url_title).html_safe)) %> </li> <% end %> <% if @old_unclassified %> diff --git a/app/views/request/_followup.html.erb b/app/views/request/_followup.html.erb index 6d2282613..bb099ff15 100644 --- a/app/views/request/_followup.html.erb +++ b/app/views/request/_followup.html.erb @@ -49,9 +49,9 @@ <% else %> <% if @internal_review %> <p> - <%= raw(_('If you are dissatisfied by the response you got from + <%= _('If you are dissatisfied by the response you got from the public authority, you have the right to - complain (<a href="%s">details</a>).') % "http://foiwiki.com/foiwiki/index.php/Internal_reviews") %> + complain (<a href="{{url}}">details</a>).', :url => "http://foiwiki.com/foiwiki/index.php/Internal_reviews".html_safe) %> </p> <% end %> @@ -61,21 +61,20 @@ <% status = @info_request.calculate_status %> <% if status == 'waiting_response_overdue' %> - <p><%= _('The response to your request has been <strong>delayed</strong>. You can say that, + <p><%= _('The response to your request has been <strong>delayed</strong>. You can say that, by law, the authority should normally have responded <strong>promptly</strong> and') %> <% if @info_request.public_body.is_school? %> <%= _('in term time') %> <% end %> <%= _('by <strong>{{date}}</strong>',:date=>simple_date(@info_request.date_response_required_by)) %> - (<%= raw(_('<a href="%s">details</a>') % ["#{help_requesting_path}#quickly_response"]) %>). - + (<%= link_to _('details'), "#{help_requesting_path}#quickly_response" %>). </p> <% elsif status == 'waiting_response_very_overdue' %> <p> - <%= _('The response to your request is <strong>long overdue</strong>. You can say that, by + <%= _('The response to your request is <strong>long overdue</strong>. You can say that, by law, under all circumstances, the authority should have responded - by now') %> (<%= raw(_('<a href="%s">details</a>') % ["#{help_requesting_path}#quickly_response"]) %>). + by now') %> (<%= link_to _('details'), "#{help_requesting_path}#quickly_response" %>). </p> <% end %> @@ -103,7 +102,7 @@ <div> <%= radio_button "outgoing_message", "what_doing", "internal_review", :id => "internal_review" %> <label for="internal_review"><%= _('I am requesting an <strong>internal review</strong>') %> - <%= raw(_('<a href="%s">what\'s that?</a>') % ["/help/unhappy"]) %> + <%= link_to _("what's that?"), "/help/unhappy" %> </label> </div> <div> diff --git a/app/views/request/_hidden_correspondence.html.erb b/app/views/request/_hidden_correspondence.html.erb index a5e680385..4c06f1f48 100644 --- a/app/views/request/_hidden_correspondence.html.erb +++ b/app/views/request/_hidden_correspondence.html.erb @@ -7,21 +7,21 @@ %> <div class="correspondence" id="incoming-<%=incoming_message.id.to_s%>"> <p> - <%= raw(_('This response has been hidden. See annotations to find out why. - If you are the requester, then you may <a href="%s">sign in</a> to view the response.') % [signin_url(:r => request.fullpath)]) %> + <%= _('This response has been hidden. See annotations to find out why. + If you are the requester, then you may <a href="{{url}}">sign in</a> to view the response.', :url => signin_url(:r => request.fullpath).html_safe) %> </p> </div> <% elsif [ 'sent', 'followup_sent', 'resent', 'followup_resent' ].include?(info_request_event.event_type) %> <div class="correspondence" id="outgoing-<%=outgoing_message.id.to_s%>"> <p> - <%= raw(_('This outgoing message has been hidden. See annotations to - find out why. If you are the requester, then you may <a href="%s">sign in</a> to view the response.') % [signin_url(:r => request.fullpath)]) %> + <%= _('This outgoing message has been hidden. See annotations to + find out why. If you are the requester, then you may <a href="{{url}}">sign in</a> to view the response.', :url => signin_url(:r => request.fullpath).html_safe) %> </p> </div> <% elsif info_request_event.event_type == 'comment' %> <div class="comment_in_request" id="comment-<%=comment.id.to_s%>"> - <p><%= raw(_('This comment has been hidden. See annotations to - find out why. If you are the requester, then you may <a href="%s">sign in</a> to view the response.') % [signin_url(:r => request.fullpath)]) %> + <p><%= _('This comment has been hidden. See annotations to + find out why. If you are the requester, then you may <a href="{{url}}">sign in</a> to view the response.', :url => signin_url(:r => request.fullpath).html_safe) %> </p> </div> <% end %> diff --git a/app/views/request/_sidebar.html.erb b/app/views/request/_sidebar.html.erb index 80536da3e..aba5c2fb3 100644 --- a/app/views/request/_sidebar.html.erb +++ b/app/views/request/_sidebar.html.erb @@ -3,7 +3,12 @@ <h2><%= _('Follow this request') %></h2> <% follower_count = TrackThing.count(:all, :conditions => ["info_request_id = ?", @info_request.id]) + 1 %> - <p><%= n_("There is %d person following this request", "There are %d people following this request", follower_count) % follower_count %></p> + <p> + <%= n_("There is {{count}} person following this request", + "There are {{count}} people following this request", + follower_count, + :count => follower_count) %> + </p> <%= render :partial => 'track/tracking_links', :locals => { :track_thing => @track_thing, :own_request => @info_request.user && @info_request.user == @user, :location => 'sidebar' } %> </div> <% if @info_request.described_state != "attention_requested" %> @@ -17,22 +22,22 @@ <% elsif @info_request.prominence == 'requester_only' %> <%# The eccentric formatting of the following string is in order that it be identical to the corresponding string in request/show.html.erb %> - <p><%= raw(_('This request is hidden, so that only you the requester can see it. Please - <a href="%s">contact us</a> if you are not sure why.') % [help_requesting_path]) %></p> + <p><%= _('This request is hidden, so that only you the requester can see it. Please + <a href="{{url}}">contact us</a> if you are not sure why.', :url => help_requesting_path.html_safe) %></p> <% else %> - <p><%= raw(_('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="%s">contact us</a>.') % [help_requesting_path]) %></p> + <p><%= _('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>.', :url => help_requesting_path.html_safe) %></p> <% end %> <% else %> <p><%= _('Requests for personal information and vexatious requests are not considered valid for FOI purposes (<a href="/help/about">read more</a>).') %></p> <p><%= _('If you believe this request is not suitable, you can report it for attention by the site administrators') %></p> - <%= button_to _("Report this request"), report_path(:url_title => @info_request.url_title), :class => "link_button_green" %> + <%= link_to _("Report this request"), new_request_report_path(:request_id => @info_request.url_title) %> <% end %> <% end %> <h2><%= _("Act on what you've learnt") %></h2> <div class="act_link"> - <% tweet_link = "https://twitter.com/share?url=#{h(request.url)}&via=#{h(AlaveteliConfiguration::twitter_username)}&text='#{h(@info_request.title)}'&related=#{_('alaveteli_foi:The software that runs {{site_name}}', :site_name => h(site_name))}" %> - <%= link_to tweet_link do %> + <% tweet_link = "https://twitter.com/share?" + {:url => request.url, :via => AlaveteliConfiguration::twitter_username, :text => "'#{@info_request.title}'", :related => _('alaveteli_foi:The software that runs {{site_name}}', :site_name => site_name)}.to_query %> + <% link_to tweet_link do %> <%= image_tag "twitter-16.png", :alt => "twitter icon" %> <% end %> <%= link_to _("Tweet this request"), tweet_link %> @@ -62,7 +67,6 @@ <!-- this link with this wording is here for legal reasons, discuss with board and our lawyer before changing or removing it --> - <p><small><%= raw(_('<a href="%s">Are you the owner of - any commercial copyright on this page?</a>') % [help_officers_path+"#copyright"]) %></small></p> + <p><small><%= link_to _('Are you the owner of any commercial copyright on this page?'), help_officers_path+"#copyright" %></small></p> </div> diff --git a/app/views/request/followup_bad.html.erb b/app/views/request/followup_bad.html.erb index c892263e6..ea2400c5d 100644 --- a/app/views/request/followup_bad.html.erb +++ b/app/views/request/followup_bad.html.erb @@ -9,21 +9,21 @@ <% if @reason == 'not_apply' %> <!-- we should never get here, but just in case give a sensible message --> <p><%= _('Freedom of Information law no longer applies to') %> <%=h @info_request.public_body.name %>. - <%= raw(_('From the request page, try replying to a particular message, rather than sending + <%= _('From the request page, try replying to a particular message, rather than sending a general followup. If you need to make a general followup, and know - an email which will go to the right place, please <a href="%s">send it to us</a>.') % [help_contact_path]) %> + an email which will go to the right place, please <a href="{{url}}">send it to us</a>.', :url => help_contact_path.html_safe) %> </p> <% elsif @reason == 'defunct' %> <!-- we should never get here, but just in case give a sensible message --> - <p><%=h @info_request.public_body.name %> <%= raw(_('no longer exists. If you are trying to make + <p><%=h @info_request.public_body.name %> <%= _('no longer exists. If you are trying to make From the request page, try replying to a particular message, rather than sending a general followup. If you need to make a general followup, and know - an email which will go to the right place, please <a href="%s">send it to us</a>.') % [help_contact_path]) %> + an email which will go to the right place, please <a href="{{url}}">send it to us</a>.', :url => help_contact_path.html_safe) %> </p> <% elsif @reason == 'bad_contact' %> - <p><%= _('We do not have a working {{law_used_full}} address for {{public_body_name}}.',:law_used_full=>h(@info_request.law_used_full),:public_body_name=>h(@info_request.public_body.name)) %> <%= raw(_('You may be able to find + <p><%= _('We do not have a working {{law_used_full}} address for {{public_body_name}}.',:law_used_full=>h(@info_request.law_used_full),:public_body_name=>h(@info_request.public_body.name)) %> <%= _('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 <a href="%s">send it to us</a>.') % [help_contact_path]) %> + to find one, then please <a href="{{url}}">send it to us</a>.', :url => help_contact_path.html_safe) %> </p> <% elsif @reason == 'external' %> <p><%= _("Followups cannot be sent for this request, as it was made externally, and published here by {{public_body_name}} on the requester's behalf.", :public_body_name => h(@info_request.public_body.name)) %> diff --git a/app/views/request/hidden.html.erb b/app/views/request/hidden.html.erb index 41b2ff7e4..f2f76a817 100644 --- a/app/views/request/hidden.html.erb +++ b/app/views/request/hidden.html.erb @@ -6,13 +6,13 @@ <%=@details%> </p> -<p><%= raw(_('The request you have tried to view has been removed. There are +<p><%= _('The request you have tried to view has been removed. There are various reasons why we might have done this, sorry we can\'t be more specific here. Please <a - href="%s">contact us</a> if you have any questions.') % [help_contact_path]) %> + href="{{url}}">contact us</a> if you have any questions.', :url => help_contact_path.html_safe) %> </p> <% if @info_request.prominence == 'requester_only' %> <p> - <%= raw(_('If you are the requester, then you may <a href="%s">sign in</a> to view the request.') % [signin_url(:r => request.fullpath)]) %> + <%= _('If you are the requester, then you may <a href="{{url}}">sign in</a> to view the request.', :url => signin_url(:r => request.fullpath).html_safe) %> </p> <% end %> diff --git a/app/views/request/new.html.erb b/app/views/request/new.html.erb index 398147041..8b7d38ac0 100644 --- a/app/views/request/new.html.erb +++ b/app/views/request/new.html.erb @@ -98,7 +98,7 @@ <ul> <li><%= _('Write your request in <strong>simple, precise language</strong>.') %></li> <li><%= _('Ask for <strong>specific</strong> documents or information, this site is not suitable for general enquiries.') %></li> - <li><%= raw(_('Keep it <strong>focused</strong>, you\'ll be more likely to get what you want (<a href="%s">why?</a>).') % [help_requesting_path + '#focused']) %></li> + <li><%= _('Keep it <strong>focused</strong>, you\'ll be more likely to get what you want (<a href="{{url}}">why?</a>).', :url => (help_requesting_path + '#focused').html_safe) %></li> </ul> </div> @@ -112,23 +112,24 @@ <% if !@user %> <p class="form_note"> + <%= raw(_('Everything that you enter on this page, including <strong>your name</strong>, will be <strong>displayed publicly</strong> on - this website forever (<a href="%s">why?</a>).') % [help_privacy_path+"#public_request"]) %> + this website forever (<a href="{{url}}">why?</a>).', :url => (help_privacy_path+"#public_request").html_safe)) %> <%= raw(_('If you are thinking of using a pseudonym, - please <a href="%s">read this first</a>.') % [help_privacy_path+"#real_name"]) %> + please <a href="{{url}}">read this first</a>.', :url => (help_privacy_path+"#real_name").html_safe)) %> </p> <% else %> <p class="form_note"> <%= raw(_('Everything that you enter on this page will be <strong>displayed publicly</strong> on - this website forever (<a href="%s">why?</a>).') % [help_privacy_path+"#public_request"]) %> + this website forever (<a href="{{url}}">why?</a>).', :url => (help_privacy_path+"#public_request").html_safe)) %> </p> <% end %> <p class="form_note"> <%= raw(_("<strong> Can I request information about myself?</strong>\n" + - "\t\t\t<a href=\"%s\">No! (Click here for details)</a>") % [help_requesting_path+"#data_protection"]) %> + "\t\t\t<a href=\"{{url}}\">No! (Click here for details)</a>", :url => (help_requesting_path+"#data_protection").html_safe)) %> </p> <div class="form_button"> diff --git a/app/views/request/new_please_describe.html.erb b/app/views/request/new_please_describe.html.erb index 6a193e70d..8da4eb555 100644 --- a/app/views/request/new_please_describe.html.erb +++ b/app/views/request/new_please_describe.html.erb @@ -1,4 +1,4 @@ -<% @title = "First, did your other requests succeed?" %> +<% @title = _("First, did your other requests succeed?") %> <h1><%=@title%></h1> @@ -13,7 +13,7 @@ if they are successful yet or not.') %> </ul> <p> - <%= raw(_('When you\'re done, <strong>come back here</strong>, <a href="%s">reload this page</a> and file your new request.') % [request.fullpath]) %> + <%= _('When you\'re done, <strong>come back here</strong>, <a href="{{url}}">reload this page</a> and file your new request.', :url => request.fullpath.html_safe) %> </p> <p> diff --git a/app/views/request/preview.html.erb b/app/views/request/preview.html.erb index 84be15ed2..243dc90a9 100644 --- a/app/views/request/preview.html.erb +++ b/app/views/request/preview.html.erb @@ -6,7 +6,7 @@ <ul> <li><%= _('Check you haven\'t included any <strong>personal information</strong>.') %></li> <li><%= raw(_('Your name, request and any responses will appear in <strong>search engines</strong> - (<a href="%s">details</a>).') % [help_privacy_path+"#public_request"]) %> + (<a href="{{url}}">details</a>).', :url => (help_privacy_path+"#public_request").html_safe)) %> </li> </ul> @@ -23,13 +23,13 @@ <%= o.hidden_field(:body) %> </div> - <p class="event_actions"> + <p class="event_actions"> </p> </div> <% end %> - <p><%= raw(_('<strong>Privacy note:</strong> If you want to request private information about - yourself then <a href="%s">click here</a>.') % [help_requesting_path+"#data_protection"]) %> + <p><%= _('<strong>Privacy note:</strong> If you want to request private information about + yourself then <a href="{{url}}">click here</a>.', :url => (help_requesting_path+"#data_protection").html_safe) %> <p> <%= f.hidden_field(:title) %> @@ -38,7 +38,7 @@ <%= hidden_field_tag(:submitted_new_request, 1) %> <%= hidden_field_tag(:preview, 0 ) %> <%= submit_tag _("Edit this request"), :name => 'reedit', :id => 'reedit_button' %> - <%= submit_tag _("Send request"), :name => 'submit', :id => 'submit_button' %> + <%= submit_tag _("Send request"), :name => 'submit', :id => 'submit_button' %> </p> <% if !@info_request.tag_string.empty? %> diff --git a/app/views/request/select_authority.html.erb b/app/views/request/select_authority.html.erb index 43a91beff..75c51fc57 100644 --- a/app/views/request/select_authority.html.erb +++ b/app/views/request/select_authority.html.erb @@ -2,22 +2,22 @@ <script type="text/javascript"> $(document).ready(function(){ $("#authority_preview").hide(); - + // Avoid triggering too often (on each keystroke) by using the debounce jQuery plugin: // http://benalman.com/projects/jquery-throttle-debounce-plugin/ - $("#query").keypress($.debounce( 300, function() { + $("#query").keypress($.debounce( 300, function() { // Do a type ahead search and display results $("#typeahead_response").load("<%=search_ahead_bodies_url%>?query="+encodeURI(this.value), function() { $("#authority_preview").hide(); // Hide the preview, since results have changed }); })); - // We're using the existing body list: we intercept the clicks on the titles to + // We're using the existing body list: we intercept the clicks on the titles to // display a preview on the right hand side of the screen $("#typeahead_response .head a").live('click', function() { $("#authority_preview").load(this.href+" #public_body_show", function() { $("#authority_preview").show(); - $(window).scrollTop($("#banner").height()); + $(window).scrollTop($("#banner").height()); $("#authority_preview #header_right").hide(); }); return false; @@ -33,38 +33,21 @@ <%= form_tag({:controller => "request", :action => "select_authority"}, {:id => "search_form", :method => "get"}) do %> <div> <p> - <%= raw(_('First, type in the <strong>name of the UK public authority</strong> you\'d + <%= _('First, type in the <strong>name of the UK public authority</strong> you\'d like information from. <strong>By law, they have to respond</strong> - (<a href="%s#%s">why?</a>).') % [help_about_path, "whybother_them"]) %> + (<a href="{{url}}">why?</a>).', :url => (help_about_path + "#whybother_them").html_safe) %> </p> <%= text_field_tag 'query', params[:query], { :size => 30, :title => "type your search term here" } %> <%= hidden_field_tag 'bodies', 1 %> <%= submit_tag _('Search') %> </div> <% end %> - <div id="typeahead_response"> - <% if !@xapian_requests.nil? %> - <% if @xapian_requests.results.size > 0 %> - <h3><%= _('Top search results:') %></h3> - <p> - <%= _('Select one to see more information about the authority.')%> - </p> - <% else %> - <h3><%= _('No results found.') %></h3> - <% end %> - <div id="authority_search_ahead_results"> - <% for result in @xapian_requests.results %> - <%= render :partial => 'public_body/body_listing_single', :locals => { :public_body => result[:model] } %> - <% end %> - </div> - - <% end %> - - + <div id="typeahead_response"> + <%= render :partial => 'public_body/search_ahead' %> </div> </div> - + <div id="authority_preview"> </div> - + diff --git a/app/views/request/show.html.erb b/app/views/request/show.html.erb index 54006b291..4b0663f76 100644 --- a/app/views/request/show.html.erb +++ b/app/views/request/show.html.erb @@ -10,8 +10,8 @@ <% end %> <% if @info_request.prominence == 'requester_only' %> <p id="hidden_request"> - <%= raw(_('This request is hidden, so that only you the requester can see it. Please - <a href="%s">contact us</a> if you are not sure why.') % [help_requesting_path]) %> + <%= _('This request is hidden, so that only you the requester can see it. Please + <a href="{{url}}">contact us</a> if you are not sure why.', :url => help_requesting_path.html_safe) %> </p> <% end %> @@ -80,11 +80,11 @@ <%= _('in term time') %> <% end %> <%= _('by') %> <strong><%= simple_date(@info_request.date_response_required_by) %></strong> - (<%= raw(_('<a href="%s">details</a>') % [help_requesting_path + '#quickly_response']) %>) + (<%= link_to _('details'), help_requesting_path + '#quickly_response' %>) <% elsif @status == 'waiting_response_very_overdue' %> <%= _('Response to this request is <strong>long overdue</strong>.') %> <%= _('By law, under all circumstances, {{public_body_link}} should have responded by now',:public_body_link => public_body_link(@info_request.public_body)) %> - (<%= raw(_('<a href="%s">details</a>') % [help_requesting_path + '#quickly_response']) %>). + (<%= link_to _('details'), help_requesting_path + '#quickly_response' %>). <% if !@info_request.is_external? %> <%= _('You can <strong>complain</strong> by') %> <%= link_to _("requesting an internal review"), show_response_no_followup_path(:id => @info_request.id, :incoming_message_id => nil) + "?internal_review=1#followup" %>. diff --git a/app/views/request/show_response.html.erb b/app/views/request/show_response.html.erb index ac1f04227..a61359679 100644 --- a/app/views/request/show_response.html.erb +++ b/app/views/request/show_response.html.erb @@ -26,8 +26,8 @@ <%= _('The authority only has a <strong>paper copy</strong> of the information.') %> </dt> <dd> - <%= raw(_('At the bottom of this page, write a reply to them trying to persuade them to scan it in - (<a href="%s">more details</a>).') % [help_privacy_path + '#postal_answer']) %> + <%= _('At the bottom of this page, write a reply to them trying to persuade them to scan it in + (<a href="{{url}}">more details</a>).', :url => (help_privacy_path + '#postal_answer').html_safe) %> </dd> <dt> diff --git a/app/views/request/upload_response.html.erb b/app/views/request/upload_response.html.erb index 158d5d3c4..f5fd6f000 100644 --- a/app/views/request/upload_response.html.erb +++ b/app/views/request/upload_response.html.erb @@ -12,7 +12,7 @@ <h1><%= _('Respond to the FOI request')%> '<%=request_link(@info_request)%>'<% _(' made by ')%><%=user_link(@info_request.user) %></h1> <p> - <%= raw(_('Your response will <strong>appear on the Internet</strong>, <a href="%s">read why</a> and answers to other questions.') % [help_officers_path]) %> + <%= raw(_('Your response will <strong>appear on the Internet</strong>, <a href="{{url}}">read why</a> and answers to other questions.', :url => help_officers_path.html_safe)) %> </p> <h2><%= _('Respond by email')%></h2> @@ -28,7 +28,7 @@ <h2><%= _('Respond using the web')%></h2> <p><%= raw(_('Enter your response below. You may attach one file (use email, or - <a href="%s">contact us</a> if you need more).')% [help_contact_path]) %></p> + <a href="{{url}}">contact us</a> if you need more).', :url => help_contact_path.html_safe)) %></p> <%= form_tag '', :id => 'upload_response_form', :multipart => true do %> <p> diff --git a/app/views/user/_signup.html.erb b/app/views/user/_signup.html.erb index ac4fd3e10..ec6541881 100644 --- a/app/views/user/_signup.html.erb +++ b/app/views/user/_signup.html.erb @@ -10,8 +10,8 @@ <%= text_field 'user_signup', 'email', { :size => 20, :tabindex => 60 } %> </p> <div class="form_item_note"> - <%= raw(_('We will not reveal your email address to anybody unless you or - the law tell us to (<a href="%s">details</a>). ') %[help_privacy_path]) %> + <%= _('We will not reveal your email address to anybody unless you or + the law tell us to (<a href="{{url}}">details</a>). ', :url => help_privacy_path) %> </div> <p> @@ -19,11 +19,11 @@ <%= text_field 'user_signup', 'name', { :size => 20, :tabindex => 70, :autocomplete => "off" } %> </p> <div class="form_item_note"> - <%= raw(_('Your <strong>name will appear publicly</strong> - (<a href="%s">why?</a>) + <%= _('Your <strong>name will appear publicly</strong> + (<a href="{{why_url}}">why?</a>) on this website and in search engines. If you - are thinking of using a pseudonym, please - <a href="%s">read this first</a>.') % [help_privacy_path+"#public_request", help_privacy_path+"#real_name"]) %> + are thinking of using a pseudonym, please + <a href="{{help_url}}">read this first</a>.', :why_url => (help_privacy_path+"#public_request").html_safe, :help_url => (help_privacy_path+"#real_name").html_safe) %> </div> <p> diff --git a/app/views/user/no_cookies.html.erb b/app/views/user/no_cookies.html.erb index c291367f2..0a4a39b1b 100644 --- a/app/views/user/no_cookies.html.erb +++ b/app/views/user/no_cookies.html.erb @@ -12,11 +12,11 @@ browser. Then press refresh to have another go.')%></p> <p><%= _('If your browser is set to accept cookies and you are seeing this message, then there is probably a fault with our server.')%> -<%= raw(_('Please <a href="%s">get in touch</a> with us so we can fix it.') % [help_contact_path]) %> +<%= _('Please <a href="{{url}}">get in touch</a> with us so we can fix it.', :url => help_contact_path.html_safe) %> <%= _('Let us know what you were doing when this message appeared and your browser and operating system type and version.')%></p> -<p><%= raw(_('If you are still having trouble, please <a href="%s">contact us</a>.') % [help_contact_path]) %> +<p><%= _('If you are still having trouble, please <a href="{{url}}">contact us</a>.', :url => help_contact_path.html_safe) %> </p> diff --git a/app/views/user/set_crop_profile_photo.html.erb b/app/views/user/set_crop_profile_photo.html.erb index fea7ccab8..0a22d36dc 100644 --- a/app/views/user/set_crop_profile_photo.html.erb +++ b/app/views/user/set_crop_profile_photo.html.erb @@ -37,7 +37,7 @@ <p> <%= hidden_field_tag 'submitted_crop_profile_photo', 1 %> - <%= submit_tag _("Done") + " >>" %> + <%= submit_tag _("Done >>") %> </p> <% end %> diff --git a/app/views/user/show.html.erb b/app/views/user/show.html.erb index b92ffcff2..c9862effe 100644 --- a/app/views/user/show.html.erb +++ b/app/views/user/show.html.erb @@ -97,7 +97,7 @@ <% if not @is_you %> <p id="user_not_logged_in"> - <%= raw(_('<a href="%s">Sign in</a> to change password, subscriptions and more ({{user_name}} only)',:user_name=>h(@display_user.name)) % [signin_url(:r => request.fullpath)]) %> + <%= _('<a href="{{url}}">Sign in</a> to change password, subscriptions and more ({{user_name}} only)',:user_name=>h(@display_user.name), :url => signin_url(:r => request.fullpath).html_safe) %> </p> <% end %> </div> @@ -128,7 +128,7 @@ <% end %> <% else %> <h2 class="foi_results" id="foi_requests"> - <%= @is_you ? n_('Your %d Freedom of Information request', 'Your %d Freedom of Information requests', @xapian_requests.matches_estimated) % @xapian_requests.matches_estimated.to_s : n_('This person\'s %d Freedom of Information request', 'This person\'s %d Freedom of Information requests', @xapian_requests.matches_estimated) % @xapian_requests.matches_estimated %> + <%= @is_you ? n_('Your {{count}} Freedom of Information request', 'Your {{count}} Freedom of Information requests', @xapian_requests.matches_estimated, :count => @xapian_requests.matches_estimated) : n_("This person's {{count}} Freedom of Information request", "This person's {{count}} Freedom of Information requests", @xapian_requests.matches_estimated, :count => @xapian_requests.matches_estimated) %> <!-- matches_estimated <%=@xapian_requests.matches_estimated%> --> <%= @match_phrase %> <%= @page_desc %> @@ -158,7 +158,7 @@ <% end %> <% else %> <h2 id="annotations"> - <%= @is_you ? n_('Your %d annotation', 'Your %d annotations', @display_user.visible_comments.size) % @display_user.visible_comments.size : n_('This person\'s %d annotation', 'This person\'s %d annotations', @display_user.visible_comments.size) % @display_user.visible_comments.size %> + <%= @is_you ? n_('Your {{count}} annotation', 'Your {{count}} annotations', @display_user.visible_comments.size, :count => @display_user.visible_comments.size) : n_("This person's {{count}} annotation", "This person's {{count}} annotations", @display_user.visible_comments.size, :count => @display_user.visible_comments.size) %> <!-- matches_estimated <%=@xapian_comments.matches_estimated%> --> <%= @page_desc %> </h2> diff --git a/app/views/user/wrong_user_unknown_email.html.erb b/app/views/user/wrong_user_unknown_email.html.erb index c59c56941..c1967fc1f 100644 --- a/app/views/user/wrong_user_unknown_email.html.erb +++ b/app/views/user/wrong_user_unknown_email.html.erb @@ -1,8 +1,8 @@ <p id="sign_in_reason"> -<%= @reason_params[:web] %>. <%= raw(_('Unfortunately we don\'t know the FOI +<%= @reason_params[:web] %>. <%= _('Unfortunately we don\'t know the FOI email address for that authority, so we can\'t validate this. -Please <a href="%s">contact us</a> to sort it out.') % [help_contact_path]) %> +Please <a href="{{url}}">contact us</a> to sort it out.', :url => help_contact_path.html_safe) %> </p> diff --git a/commonlib b/commonlib -Subproject 4e84e9ed8fc75764da5139a51722729f2ba96ce +Subproject 4030473685e388acc75c428ed36267acc62b571 diff --git a/config/.gitignore b/config/.gitignore index 5ad2de008..fbe4a97d3 100644 --- a/config/.gitignore +++ b/config/.gitignore @@ -8,3 +8,4 @@ memcached.yml *.deployed deploy.yml newrelic.yml +crontab diff --git a/config/alert-tracks-debian.ugly b/config/alert-tracks-debian.ugly index 2b52ad840..29a350a0e 100644 --- a/config/alert-tracks-debian.ugly +++ b/config/alert-tracks-debian.ugly @@ -1,13 +1,13 @@ #!/bin/bash # ### BEGIN INIT INFO -# Provides: alert-tracks +# Provides: !!(*= $daemon_name *)!! # Required-Start: $local_fs $syslog # Required-Stop: $local_fs $syslog # Default-Start: 2 3 4 5 # Default-Stop: 0 1 6 -# Short-Description: alert-tracks is a daemon running the Alaveteli email alerts -# Description: alert-tracks send Alaveteli email alerts as required +# Short-Description: !!(*= $daemon_name *)!! is a daemon running the Alaveteli email alerts +# Description: !!(*= $daemon_name *)!! sends Alaveteli email alerts as required ### END INIT INFO # # !!(*= $daemon_name *)!! Start the Alaveteli email alert daemon diff --git a/config/application.rb b/config/application.rb index f5b525a36..92fd30685 100644 --- a/config/application.rb +++ b/config/application.rb @@ -55,8 +55,11 @@ module Alaveteli # will be in this time zone config.time_zone = ::AlaveteliConfiguration::time_zone - config.after_initialize do + config.after_initialize do |app| require 'routing_filters.rb' + # Add a catch-all route to force routing errors to be handled by the application, + # rather than by middleware. + app.routes.append{ match '*path', :to => 'general#not_found' } end config.autoload_paths << "#{Rails.root.to_s}/lib/mail_handler" diff --git a/config/crontab.ugly b/config/crontab-example index d33450df4..32baff170 100644 --- a/config/crontab.ugly +++ b/config/crontab-example @@ -1,7 +1,7 @@ -# crontab.ugly: -# Timed tasks for FOI site. Template file. +# crontab-example: +# Timed tasks for Alaveteli site. Template file. # -# Copyright (c) 2008 UK Citizens Online Democracy. All rights reserved. +# Copyright (c) 2013 UK Citizens Online Democracy. All rights reserved. # Email: hello@mysociety.org. WWW: http://www.mysociety.org/ PATH=/usr/local/bin:/usr/bin:/bin diff --git a/config/database.yml-example b/config/database.yml-example index b1597e6fe..e48577f23 100644 --- a/config/database.yml-example +++ b/config/database.yml-example @@ -19,6 +19,8 @@ test: password: <password> host: localhost port: 5432 +# Uncomment the following if the user is not a postgres superuser +# constraint_disabling: false production: adapter: postgresql diff --git a/config/deploy.rb b/config/deploy.rb index 5e660434a..3ce1a1969 100644 --- a/config/deploy.rb +++ b/config/deploy.rb @@ -50,6 +50,7 @@ namespace :deploy do "#{release_path}/config/general.yml" => "#{shared_path}/general.yml", "#{release_path}/config/rails_env.rb" => "#{shared_path}/rails_env.rb", "#{release_path}/config/newrelic.yml" => "#{shared_path}/newrelic.yml", + "#{release_path}/config/httpd.conf" => "#{shared_path}/httpd.conf", "#{release_path}/config/aliases" => "#{shared_path}/aliases", "#{release_path}/public/foi-live-creation.png" => "#{shared_path}/foi-live-creation.png", "#{release_path}/public/foi-user-use.png" => "#{shared_path}/foi-user-use.png", diff --git a/config/general.yml-example b/config/general.yml-example index 17e1aa552..0753af46b 100644 --- a/config/general.yml-example +++ b/config/general.yml-example @@ -187,3 +187,8 @@ MTA_LOG_PATH: '/var/log/exim4/exim-mainlog-*' # Whether we are using "exim" or "postfix" for our MTA MTA_LOG_TYPE: "exim" + +# URL where people can donate to the organisation running the site. If set, +# this will be included in the message people see when their request is +# successful. +DONATION_URL: "http://www.mysociety.org/donate/" diff --git a/config/httpd.conf-example b/config/httpd.conf-example index 0115ad8d9..1326252f5 100644 --- a/config/httpd.conf-example +++ b/config/httpd.conf-example @@ -1,4 +1,4 @@ -# Apache configuracreated_attion for FOI site. +# Apache configuration for FOI site. # # For development ignore this, you can just run ./scripts/server as for any # Ruby on Rails application. @@ -51,7 +51,7 @@ RewriteRule ^/request/((\d{1,3})\d*)/(response/\d+/attach/(html/)?\d+/.+) /views # Recommend setting this to 3 or less on servers with 512MB RAM PassengerMaxPoolSize 6 # The RackEnv variable applies to Rails 3 applications, while - # the RailsEnv variable applies to applicatoins for earlier + # the RailsEnv variable applies to applications for earlier # versions of Rails. There doesn't seem to be any harm in # setting both, however. RailsEnv production diff --git a/config/initializers/alaveteli.rb b/config/initializers/alaveteli.rb index 35d486837..d78bc3925 100644 --- a/config/initializers/alaveteli.rb +++ b/config/initializers/alaveteli.rb @@ -10,7 +10,7 @@ load "debug_helpers.rb" load "util.rb" # Application version -ALAVETELI_VERSION = '0.10' +ALAVETELI_VERSION = '0.12' # Add new inflection rules using the following format # (all these examples are active by default): @@ -43,15 +43,11 @@ I18n.locale = default_locale I18n.available_locales = available_locales.map {|locale_name| locale_name.to_sym} I18n.default_locale = default_locale -# Customise will_paginate URL generation -WillPaginate::ViewHelpers.pagination_options[:renderer] = 'WillPaginateExtension::LinkRenderer' - # Load monkey patches and other things from lib/ require 'ruby19.rb' require 'activesupport_cache_extensions.rb' require 'use_spans_for_errors.rb' require 'activerecord_errors_extensions.rb' -require 'willpaginate_extension.rb' require 'i18n_fixes.rb' require 'world_foi_websites.rb' require 'alaveteli_external_command.rb' @@ -59,3 +55,10 @@ require 'quiet_opener.rb' require 'mail_handler' require 'public_body_categories' require 'ability' +require 'normalize_string' +require 'alaveteli_file_types' + +# Allow tests to be run under a non-superuser database account if required +if Rails.env == 'test' and ActiveRecord::Base.configurations['test']['constraint_disabling'] == false + require 'no_constraint_disabling' +end diff --git a/config/initializers/secret_token.rb b/config/initializers/secret_token.rb index f82348169..d120b94ae 100644 --- a/config/initializers/secret_token.rb +++ b/config/initializers/secret_token.rb @@ -4,4 +4,9 @@ # If you change this key, all old signed cookies will become invalid! # Make sure the secret is at least 30 characters and all random, # no regular words or you'll be exposed to dictionary attacks. -Alaveteli::Application.config.secret_token = AlaveteliConfiguration::cookie_store_session_secret + +# Just plopping an extra character on the secret_token so that any sessions on upgrading from +# Rails 2 to Rails 3 version of Alaveteli are invalidated. +# See http://blog.carbonfive.com/2011/03/19/rails-3-upgrade-tip-invalidate-session-cookies/ + +Alaveteli::Application.config.secret_token = "3" + AlaveteliConfiguration::cookie_store_session_secret diff --git a/config/initializers/theme_loader.rb b/config/initializers/theme_loader.rb index 4c8967c97..1ad2d01f1 100644 --- a/config/initializers/theme_loader.rb +++ b/config/initializers/theme_loader.rb @@ -2,12 +2,23 @@ # It is used by our config/routes.rb to decide which route extension files to load. $alaveteli_route_extensions = [] -if ENV["RAILS_ENV"] != "test" # Don't let the themes interfere with Alaveteli specs +def require_theme(theme_name) + theme_main_include = File.expand_path "../../../vendor/plugins/#{theme_name}/lib/alavetelitheme.rb", __FILE__ + if File.exists? theme_main_include + require theme_main_include + end +end + +if Rails.env == "test" + # By setting this ALAVETELI_TEST_THEME to a theme name, theme tests can run in the Rails + # context with the theme loaded. Otherwise the themes from the config aren't loaded in testing + # so they don't interfere with core Alaveteli tests + if defined? ALAVETELI_TEST_THEME + require_theme(ALAVETELI_TEST_THEME) + end +else for url in AlaveteliConfiguration::theme_urls.reverse theme_name = url.sub(/.*\/(.*).git/, "\\1") - theme_main_include = File.expand_path "../../../vendor/plugins/#{theme_name}/lib/alavetelitheme.rb", __FILE__ - if File.exists? theme_main_include - require theme_main_include - end + require_theme(theme_name) end end diff --git a/config/locales b/config/locales deleted file mode 120000 index 10a4f96c3..000000000 --- a/config/locales +++ /dev/null @@ -1 +0,0 @@ -../vendor/rails-locales/rails/locale
\ No newline at end of file diff --git a/config/packages b/config/packages index db51e5bdd..f4d0a674c 100644 --- a/config/packages +++ b/config/packages @@ -20,7 +20,6 @@ gnuplot-nox php5-cli sharutils unzip -wdg-html-validator mutt tnef (>= 1.4.5) gettext @@ -36,4 +35,5 @@ rake (>= 0.9.2.2) build-essential bundler sqlite3 -libsqlite3-dev
\ No newline at end of file +libsqlite3-dev +libicu-dev diff --git a/config/packages_development b/config/packages_development new file mode 100644 index 000000000..14ca815a2 --- /dev/null +++ b/config/packages_development @@ -0,0 +1,9 @@ +# This is a list of packages needed on a fresh Ubuntu installation for +# development. +# +# It assumes you're using RVM or a similar Ruby manager and have already +# run `bundle install`. +# +# To install, paste this list after `sudo apt-get install` and run. + +postgresql sharutils pdftk elinks php5-cli tnef python-yaml diff --git a/config/purge-varnish-debian.ugly b/config/purge-varnish-debian.ugly index af32650a8..04458ea78 100644 --- a/config/purge-varnish-debian.ugly +++ b/config/purge-varnish-debian.ugly @@ -1,13 +1,13 @@ #!/bin/bash # ### BEGIN INIT INFO -# Provides: purge-varnish +# Provides: !!(*= $daemon_name *)!! # Required-Start: $local_fs $syslog # Required-Stop: $local_fs $syslog # Default-Start: 2 3 4 5 # Default-Stop: 0 1 6 -# Short-Description: purge-varnish is a daemon purging the Alaveteli varnish cache -# Description: purge-varnish purge the Alaveteli varnish cache +# Short-Description: !!(*= $daemon_name *)!! is a daemon purging the Alaveteli varnish cache +# Description: !!(*= $daemon_name *)!! purges the Alaveteli varnish cache ### END INIT INFO # # !!(*= $daemon_name *)!! Start the Alaveteli email purge-varnish daemon diff --git a/config/routes.rb b/config/routes.rb index 10f6a3284..5af94768c 100644 --- a/config/routes.rb +++ b/config/routes.rb @@ -1,3 +1,4 @@ +# encoding: UTF-8 # config/routes.rb: # Mapping URLs to controllers for FOIFA. # @@ -13,7 +14,6 @@ Alaveteli::Application.routes.draw do #### General contoller match '/' => 'general#frontpage', :as => :frontpage match '/blog' => 'general#blog', :as => :blog - match '/stylesheets/custom.css' => 'general#custom_css', :as => :custom_css match '/search' => 'general#search_redirect', :as => :search_redirect match '/search/all' => 'general#search_redirect', :as => :search_redirect # XXX combined is the search query, and then if sorted a "/newest" at the end. @@ -23,8 +23,7 @@ Alaveteli::Application.routes.draw do match '/search/*combined/all' => 'general#search', :as => :search_general, :view => 'all' match '/search(/*combined)' => 'general#search', :as => :search_general match '/advancedsearch' => 'general#search_redirect', :as => :advanced_search, :advanced => true - - match '/random' => 'general#random_request', :as => :random_request + match '/version.:format' => 'general#version', :as => :version ##### ##### Request controller @@ -51,22 +50,19 @@ Alaveteli::Application.routes.draw do match '/request/:url_title/describe/:described_state' => 'request#describe_state_message', :as => :describe_state_message match '/request/:id/response' => 'request#show_response', :as => :show_response_no_followup match '/request/:id/response/:incoming_message_id' => 'request#show_response', :as => :show_response - match '/request/:id/response/:incoming_message_id/attach/html/:part/*file_name' => 'request#get_attachment_as_html', :as => :get_attachment_as_html - match '/request/:id/response/:incoming_message_id/attach/:part(/*file_name)' => 'request#get_attachment', :as => :get_attachment + match '/request/:id/response/:incoming_message_id/attach/html/:part/*file_name' => 'request#get_attachment_as_html', :format => false, :as => :get_attachment_as_html + match '/request/:id/response/:incoming_message_id/attach/:part(/*file_name)' => 'request#get_attachment', :format => false, :as => :get_attachment match '/request_event/:info_request_event_id' => 'request#show_request_event', :as => :info_request_event match '/upload/request/:url_title' => 'request#upload_response', :as => :upload_response match '/request/:url_title/download' => 'request#download_entire_request', :as => :download_entire_request - - # It would be nice to add :conditions => { :method => :post } to this next one, - # because it ought not really to be available as a GET request since it changes - # the server state. Unfortunately this doesn’t play well with the PostRedirect - # mechanism, which assumes all post-login actions are available via GET, so we - # refrain. - match '/request/:url_title/report' => 'request#report_request', :as => :report #### + resources :request, :only => [] do + resource :report, :only => [:new, :create] + end + #### User controller # Use /profile for things to do with the currently signed in user. # Use /user/XXXX for things that anyone can see about that user. diff --git a/db/migrate/101_add_hash_to_info_request.rb b/db/migrate/101_add_hash_to_info_request.rb index 924e50829..e38384cd6 100644 --- a/db/migrate/101_add_hash_to_info_request.rb +++ b/db/migrate/101_add_hash_to_info_request.rb @@ -6,7 +6,7 @@ class AddHashToInfoRequest < ActiveRecord::Migration # Create the missing events for requests already sent InfoRequest.all.each do |info_request| - info_request.idhash = Digest::SHA1.hexdigest(info_request.id.to_s + Configuration::incoming_email_secret)[0,8] + info_request.idhash = Digest::SHA1.hexdigest(info_request.id.to_s + AlaveteliConfiguration::incoming_email_secret)[0,8] info_request.save! end change_column :info_requests, :idhash, :string, :null => false diff --git a/doc/CHANGES.md b/doc/CHANGES.md index debf9d7c7..f0e98b1d7 100644 --- a/doc/CHANGES.md +++ b/doc/CHANGES.md @@ -1,3 +1,40 @@ +# Version 0.12 +## Highlighted features +* Remove support for theme stylesheet inclusion via template (deprecated in version 0.5) +* Addition of a simple JSON API for querying the Ruby and Alaveteli version of an Alaveteli instance - made available at /version.json (Matthew Landauer) +* Users can now give more information when reporting a request as unsuitable (Matthew Landauer) +* The donation url presented to users when they report their request as successful or partially successful is now option and the url itself can be configured using the config param DONATION_URL +* Internal review request text is now translatable +* config/crontab.ugly is now config/crontab-example +* Search query highlighting should now work with non-ascii characters [issue #505](https://github.com/mysociety/alaveteli/issues/505) (Matthew Landauer) +* A bug that allowed people to sign up with email addresses with spaces in them has been fixed [issue #980](https://github.com/mysociety/alaveteli/issues/980) + +* [List of issues on github](https://github.com/mysociety/alaveteli/issues?milestone=30&state=closed) + +## Upgrade notes +* Check out this version and run `rails-post-deploy` as usual. +* Add a DONATION_URL to your config/general.yml file if you want to use your own donation URL. + +# Version 0.11 +## Highlighted features +* Upgrade of the Rails framework to version 3.1.12 (Henare Degan, Matthew Landauer, Mark Longair, Louise Crow) + +## Upgrade notes +* Manually remove vendor/rails-locales +* Themes created for 0.9 and below should be updated to work with Rails 3. See `THEMES-UPGRADE.md` for notes on upgrading your theme. You will need to manually remove your old theme directory before running `rails-post-deploy`. +* The `config/httpd.conf` has moved to `config/httpd.conf-example`, as it may need customization before deploying. It also has a new line setting RackEnv to production - copy this to your config/httpd.conf file. +* Alaveteli now uses the [mail gem](https://github.com/mikel/mail) rather than [tmail](https://github.com/mikel/tmail) to handle mail. If you're using Exim as your MTA, you'll need to use the setting `extract_addresses_remove_arguments = false` in your Exim conf (see INSTALL-exim4.md for details). This means it won't remove addresses specified with -t on command line from the mail recipient list. + +# Version 0.9 +## Highlighted features +* Consistent and more informative variable interpolation syntax in translated phrases. All of these phrases will now appear in the form "There are {{count}} people following this request", where some were previously in the form "There are %s people following this request". (Matthew Landauer) +* Replaces deprecated calls to with_locale on ActiveRecord classes in preparation for upgrade to Globalize3 (Matthew Landauer) +* Fixes a database deadlock bug caused by near-simultaneous incoming emails for the same info request (Mark Longair) + +## Upgrade notes +* Check out this version and run `rails-post-deploy` as usual. + + # Version 0.8 ## Highlighted features * Support for running the site over SSL/TLS only and corresponding removal of support for a proxied admin interface, including the deprecation of the main_url and admin_url helpers. diff --git a/doc/INSTALL-exim4.md b/doc/INSTALL-exim4.md index e37da14ff..796fb295c 100644 --- a/doc/INSTALL-exim4.md +++ b/doc/INSTALL-exim4.md @@ -6,15 +6,18 @@ In `/etc/exim4/conf.d/main/04_alaveteli_options`: ALAVETELI_HOME=/path/to/alaveteli/software ALAVETELI_USER=www-data log_file_path=/var/log/exim4/exim-%slog-%D - MAIN_LOG_SELECTOR==+all -retry_defer + MAIN_LOG_SELECTOR==+all -retry_defer + extract_addresses_remove_arguments=false (The user ALAVETELI_USER should have write permissions on ALAVETELI_HOME). -Note that the name and location of the log files created by Exim must match +Note that the name and location of the log files created by Exim must match what the `load-mail-server-logs` script expects, hence the need for the extra `log_file_path` setting. And the `check-recent-requests-sent` scripts expects -the logs to contain the `from=<...>` envelope information, so we make the -logs more verbose with `log_selector`. +the logs to contain the `from=<...>` envelope information, so we make the +logs more verbose with `log_selector`. The ALAVETELI_USER may need to also +need to be added to the `trusted_users` list in your Exim config in order to +set the return path on outgoing mail, depending on your setup. In `/etc/exim4/conf.d/router/04_alaveteli`: @@ -33,7 +36,7 @@ In `/etc/exim4/conf.d/transport/04_alaveteli`: home_directory = ALAVETELI_HOME user = ALAVETELI_USER group = ALAVETELI_USER - + And, assuming you set `INCOMING_EMAIL_PREFIX` in your config at `config/general` to "foi+", create `config/aliases` with the following content: diff --git a/doc/INSTALL.md b/doc/INSTALL.md index 278aee370..b356208a4 100644 --- a/doc/INSTALL.md +++ b/doc/INSTALL.md @@ -130,7 +130,8 @@ username and password of your postgres database. Make sure that the user specified in database.yml exists, and has full permissions on these databases. As they need the ability to turn off constraints whilst running the tests they also need to be a superuser. -(See http://dev.rubyonrails.org/ticket/9981) +If you don't want your database user to be a superuser, you can add a line +`disable_constraints: false` to the test config in database.yml, as seen in database.yml-example You can create a `foi` user from the command line, thus: @@ -306,9 +307,9 @@ by setting `SKIP_ADMIN_AUTH` to `true` in `general.yml`. # Cron jobs and init scripts -`config/crontab.ugly` contains the cronjobs run on WhatDoTheyKnow. +`config/crontab-example` contains the cronjobs run on WhatDoTheyKnow. It's in a strange templating format they use in mySociety. mySociety -render the "ugly" file to reference absolute paths, and then drop it +render the example file to reference absolute paths, and then drop it in `/etc/cron.d/` on the server. The `ugly` format uses simple variable substitution. A variable looks @@ -501,19 +502,6 @@ various other things that can be automated for deployment. [https://github.com/mysociety/alaveteli/issues/128#issuecomment-1814845](this issue followup) for further discussion. -* **I'm getting lots of `SourceIndex.new(hash) is deprecated` errors when running the tests** - - The latest versions of rubygems contain a large number of noisy - deprecation warnings that you can't turn off individually. Rails - 2.x isn't under active development so isn't going to get fixed (in - the sense of using a non-deprecated API). So the only vaguely - sensible way to avoid this noisy output is to downgrade rubygems. - - For example, you might do this by uninstalling your - system-packaged rubygems, and then installing the latest rubygems - from source, and finally executing `sudo gem update --system - 1.6.2`. - * **I'm seeing `rake: command not found` when running the post install script The script uses `rake`. diff --git a/doc/THEMES-UPGRADE.md b/doc/THEMES-UPGRADE.md new file mode 100644 index 000000000..457274d7a --- /dev/null +++ b/doc/THEMES-UPGRADE.md @@ -0,0 +1,101 @@ +This file contains some notes on changing your Alaveteli theme for the +upgrade to Rails 3, in version 0.11 of Alaveteli. These were written +by Henare Degan, with some additions by Mark Longair. + +# Alaveteli Theme Upgrade Checks + +## RAILS_ROOT/RAILS_ENV + +[Example](https://github.com/henare/adminbootstraptheme/commit/857e33c9b0bc577024b476404aec4f9749f65a0b) + +Check your theme for instances of: + +* `RAILS_ROOT` and replace it with `Rails.root` +* `RAILS_ENV` and replace it with `Rails.env` + +Note that `Rails.root` is a `Pathname`, so you can replace, for +example: + + File.join(RAILS_ROOT, 'public', 'alavetelitheme') + +... with: + + Rails.root.join('public', 'alavetelitheme') + +## Dispatcher + +[Example](https://github.com/henare/adminbootstraptheme/commit/fba2d6b7dfdc26a25fdc1596bfe120270dd4cd0d) + +This... + +```ruby +require 'dispatcher' +Dispatcher.to_prepare do +``` + +should be replaced with this... + +```ruby +Rails.configuration.to_prepare do +```` + +## Routes + +[Example](https://github.com/henare/adminbootstraptheme/commit/87f1991dafb09401f9b17f642a94382d5a47a713) + +You need to upgrade your custom routes to the new Rails syntax. + +## list_public_bodies_default removed + +[Example](https://github.com/openaustralia/alavetelitheme/commit/5927877af996a1afb1a23a950f0d012b52c36f83) + +The list_public_bodies_default helper has been removed from Alaveteli + +## Patching mailer templates has changed + +[Example](https://github.com/openaustralia/alavetelitheme/commit/ffb5242973a0b2acc4981c25659fcb752b92eb97) + +In `lib/patch_mailer_paths.rb` change `ActionMailer::Base.view_paths.unshift File.join(File.dirname(__FILE__), "views")` to `ActionMailer::Base.prepend_view_path File.join(File.dirname(__FILE__), "views")` + +There's also `ActionMailer::Base.append_view_path` for replacing `ActionMailer::Base.view_paths <<`. + +## Rename view templates + +[Example](https://github.com/henare/adminbootstraptheme/commit/b616b636c283ae6cf696a6af1fa481f371baf2b6) + +Rename view templates from `filename.rhtml` to `filename.html.erb`. + +Run this in the root of your theme directory: + + for r in $(find lib/views -name '*.rhtml'); do echo git mv $r ${r%.rhtml}.html.erb; done + +[GOTCHA!](https://github.com/openaustralia/alavetelitheme/commit/65e775488822367d981bb15ab2cbcf1fce842cc2) +One exception is mailer templates, these should be renamed to +`filename.text.erb` as we only use text emails. + +## The Configuration class has been renamed + +[Example](https://github.com/openaustralia/alavetelitheme/commit/db6cca4650216c6f85acffaea380727344f0f740) + +Due to a naming conflict, `Configuration` has been renamed to `AlaveteliConfiguration`. + +You may have this in your theme for things like `Configuration::site_name`, just change it to `AlaveteliConfiguration::site_name` + +## request.request_uri is deprecated + +[Example](https://github.com/openaustralia/alavetelitheme/commit/d670eeebfb049e1dc83fdb36a628f7722d2ad419) + +Replace instances of `request.request_uri` with `request.fullpath` + +## content-inserting <% %> block helpers are deprecated + +[Example](https://github.com/openaustralia/alavetelitheme/commit/a4b13bbd76249b3a28e2a755cede20dd9db30140) + +The Rails 3 releases notes are [irritatingly +imprecise](http://edgeguides.rubyonrails.org/3_0_release_notes.html#helpers-with-blocks) +about which such helpers have changed. You can find some candidates +with this `git grep` command: + + git grep -E '<%[^=].*(_for|_tag|link_to)\b' + +(Ignore `content_for` in those results.) diff --git a/doc/THEMES.md b/doc/THEMES.md index 8c4b927da..bae7d7665 100644 --- a/doc/THEMES.md +++ b/doc/THEMES.md @@ -36,15 +36,15 @@ places: This document is about what you can do in a theme. -By default, the sample theme ("alavetelitheme") has already been -installed. See the setting `THEME_URLS` in `general.yml` for an +By default, the sample theme ("alavetelitheme") has already been +installed. See the setting `THEME_URLS` in `general.yml` for an explanation. You can also install the sample theme by hand, by running: - bundle exec rails plugin install git://github.com/mysociety/alavetelitheme.git -r rails-3 + bundle exec rails plugin install git://github.com/mysociety/alavetelitheme.git -The sample theme contains examples for nearly everything you might +The sample theme contains examples for nearly everything you might want to customise. You should probably make a copy, rename it, and use that as the basis for your own theme. @@ -61,7 +61,7 @@ changing much in the core theme. The ideal would be if you are able to rebrand the site by only changing the CSS. You will also need to add custom help pages, as described below. -# Branding the site +# Branding the site The core templates that comprise the layout and user interface of an Alaveteli site live in `app/views/`. They are use Rails' ERB syntax. @@ -158,7 +158,7 @@ unused). `alavetelitheme/lib/config/custom-routes.rb` allows you to extend the base routes in Alaveteli. The example in `alavetelitheme` adds an extra help page. You can also use this to override the behaviour of specific pages if -necessary. +necessary. # Adding or overriding models and controllers diff --git a/lib/alaveteli_external_command.rb b/lib/alaveteli_external_command.rb index ac91a5867..fbdee8a62 100644 --- a/lib/alaveteli_external_command.rb +++ b/lib/alaveteli_external_command.rb @@ -8,6 +8,7 @@ module AlaveteliExternalCommand # :stdin_string - stdin string to pass to the process # :binary_output - boolean flag for treating the output as binary or text (only significant # ruby 1.9 and above) + # :memory_limit - maximum amount of memory (in bytes) available to the process def run(program_name, *args) # Run an external program, and return its output. # Standard error is suppressed unless the program @@ -38,6 +39,9 @@ module AlaveteliExternalCommand if opts.has_key? :binary_output xc.binary_mode = opts[:binary_output] end + if opts.has_key? :memory_limit + xc.memory_limit = opts[:memory_limit] + end xc.run(opts[:stdin_string] || "", opts[:env] || {}) if xc.status != 0 diff --git a/lib/configuration.rb b/lib/configuration.rb index cc85f0db3..03c4ac616 100644 --- a/lib/configuration.rb +++ b/lib/configuration.rb @@ -13,60 +13,64 @@ MySociety::Config.load_default # TODO: Make this return different values depending on the current rails environment module AlaveteliConfiguration - DEFAULTS = { - :ADMIN_PASSWORD => '', - :ADMIN_USERNAME => '', - :AVAILABLE_LOCALES => '', - :BLACKHOLE_PREFIX => 'do-not-reply-to-this-address', - :BLOG_FEED => '', - :CONTACT_EMAIL => 'contact@localhost', - :CONTACT_NAME => 'Alaveteli', - :COOKIE_STORE_SESSION_SECRET => 'this default is insecure as code is open source, please override for live sites in config/general; this will do for local development', - :DEBUG_RECORD_MEMORY => false, - :DEFAULT_LOCALE => '', - :DISABLE_EMERGENCY_USER => false, - :DOMAIN => 'localhost:3000', - :EXCEPTION_NOTIFICATIONS_FROM => '', - :EXCEPTION_NOTIFICATIONS_TO => '', - :FORCE_REGISTRATION_ON_NEW_REQUEST => false, - :FORCE_SSL => true, - :FORWARD_NONBOUNCE_RESPONSES_TO => 'user-support@localhost', - :FRONTPAGE_PUBLICBODY_EXAMPLES => '', - :GA_CODE => '', - :GAZE_URL => '', - :HTML_TO_PDF_COMMAND => '', - :INCLUDE_DEFAULT_LOCALE_IN_URLS => true, - :INCOMING_EMAIL_DOMAIN => 'localhost', - :INCOMING_EMAIL_PREFIX => '', - :INCOMING_EMAIL_SECRET => 'dummysecret', - :ISO_COUNTRY_CODE => 'GB', - :MAX_REQUESTS_PER_USER_PER_DAY => '', - :MTA_LOG_TYPE => 'exim', - :NEW_RESPONSE_REMINDER_AFTER_DAYS => [3, 10, 24], - :OVERRIDE_ALL_PUBLIC_BODY_REQUEST_EMAILS => '', - :RAW_EMAILS_LOCATION => 'files/raw_emails', - :READ_ONLY => '', - :RECAPTCHA_PRIVATE_KEY => 'x', - :RECAPTCHA_PUBLIC_KEY => 'x', - :REPLY_LATE_AFTER_DAYS => 20, - :REPLY_VERY_LATE_AFTER_DAYS => 40, - :SITE_NAME => 'Alaveteli', - :SKIP_ADMIN_AUTH => false, - :SPECIAL_REPLY_VERY_LATE_AFTER_DAYS => 60, - :THEME_BRANCH => false, - :THEME_URL => "", - :THEME_URLS => [], - :TIME_ZONE => "UTC", - :TRACK_SENDER_EMAIL => 'contact@localhost', - :TRACK_SENDER_NAME => 'Alaveteli', - :TWITTER_USERNAME => '', - :TWITTER_WIDGET_ID => false, - :USE_DEFAULT_BROWSER_LANGUAGE => true, - :USE_GHOSTSCRIPT_COMPRESSION => false, - :UTILITY_SEARCH_PATH => ["/usr/bin", "/usr/local/bin"], - :VARNISH_HOST => '', - :WORKING_OR_CALENDAR_DAYS => 'working', - } + if !const_defined?(:DEFAULTS) + + DEFAULTS = { + :ADMIN_PASSWORD => '', + :ADMIN_USERNAME => '', + :AVAILABLE_LOCALES => '', + :BLACKHOLE_PREFIX => 'do-not-reply-to-this-address', + :BLOG_FEED => '', + :CONTACT_EMAIL => 'contact@localhost', + :CONTACT_NAME => 'Alaveteli', + :COOKIE_STORE_SESSION_SECRET => 'this default is insecure as code is open source, please override for live sites in config/general; this will do for local development', + :DEBUG_RECORD_MEMORY => false, + :DEFAULT_LOCALE => '', + :DISABLE_EMERGENCY_USER => false, + :DOMAIN => 'localhost:3000', + :DONATION_URL => '', + :EXCEPTION_NOTIFICATIONS_FROM => '', + :EXCEPTION_NOTIFICATIONS_TO => '', + :FORCE_REGISTRATION_ON_NEW_REQUEST => false, + :FORCE_SSL => true, + :FORWARD_NONBOUNCE_RESPONSES_TO => 'user-support@localhost', + :FRONTPAGE_PUBLICBODY_EXAMPLES => '', + :GA_CODE => '', + :GAZE_URL => '', + :HTML_TO_PDF_COMMAND => '', + :INCLUDE_DEFAULT_LOCALE_IN_URLS => true, + :INCOMING_EMAIL_DOMAIN => 'localhost', + :INCOMING_EMAIL_PREFIX => '', + :INCOMING_EMAIL_SECRET => 'dummysecret', + :ISO_COUNTRY_CODE => 'GB', + :MAX_REQUESTS_PER_USER_PER_DAY => '', + :MTA_LOG_TYPE => 'exim', + :NEW_RESPONSE_REMINDER_AFTER_DAYS => [3, 10, 24], + :OVERRIDE_ALL_PUBLIC_BODY_REQUEST_EMAILS => '', + :RAW_EMAILS_LOCATION => 'files/raw_emails', + :READ_ONLY => '', + :RECAPTCHA_PRIVATE_KEY => 'x', + :RECAPTCHA_PUBLIC_KEY => 'x', + :REPLY_LATE_AFTER_DAYS => 20, + :REPLY_VERY_LATE_AFTER_DAYS => 40, + :SITE_NAME => 'Alaveteli', + :SKIP_ADMIN_AUTH => false, + :SPECIAL_REPLY_VERY_LATE_AFTER_DAYS => 60, + :THEME_BRANCH => false, + :THEME_URL => "", + :THEME_URLS => [], + :TIME_ZONE => "UTC", + :TRACK_SENDER_EMAIL => 'contact@localhost', + :TRACK_SENDER_NAME => 'Alaveteli', + :TWITTER_USERNAME => '', + :TWITTER_WIDGET_ID => false, + :USE_DEFAULT_BROWSER_LANGUAGE => true, + :USE_GHOSTSCRIPT_COMPRESSION => false, + :UTILITY_SEARCH_PATH => ["/usr/bin", "/usr/local/bin"], + :VARNISH_HOST => '', + :WORKING_OR_CALENDAR_DAYS => 'working', + } + end def AlaveteliConfiguration.method_missing(name) key = name.to_s.upcase diff --git a/lib/google_translate.rb b/lib/google_translate.rb deleted file mode 100644 index 369e1de3b..000000000 --- a/lib/google_translate.rb +++ /dev/null @@ -1,18 +0,0 @@ -require 'rubygems' -require 'net/http' -require 'open-uri' -require 'cgi' -require 'json' - -def detect_language(request, translate_string) - google_api_key = '' - user_ip = URI.encode(request.env['REMOTE_ADDR']) - translate_string = URI.encode(translate_string) - url = "http://ajax.googleapis.com/ajax/services/language/detect?v=1.0&q=#{translate_string}&userip=#{user_ip}" - if google_api_key != '' - url += "&key=#{google_api_key}" - end - response = Net::HTTP.get_response(URI.parse(url)) - result = JSON.parse(response.body) - result['responseData']['language'] -end diff --git a/lib/i18n_fixes.rb b/lib/i18n_fixes.rb index a85faddcb..82d1b2c3a 100644 --- a/lib/i18n_fixes.rb +++ b/lib/i18n_fixes.rb @@ -14,6 +14,17 @@ def _(key, options = {}) gettext_interpolate(translation, options) end +def n_(*keys) + # The last parameter should be the values to do the interpolation with + if keys.count > 3 + options = keys.pop + else + options = {} + end + translation = FastGettext.n_(*keys).html_safe + gettext_interpolate(translation, options) +end + MATCH = /\{\{([^\}]+)\}\}/ def gettext_interpolate(string, values) diff --git a/lib/mail_handler/backends/mail_backend.rb b/lib/mail_handler/backends/mail_backend.rb index f7893a60d..28c486e1b 100644 --- a/lib/mail_handler/backends/mail_backend.rb +++ b/lib/mail_handler/backends/mail_backend.rb @@ -1,4 +1,35 @@ require 'mail' +require 'mapi/msg' +require 'mapi/convert' + +module Mail + class Message + + # The behaviour of the 'to' and 'cc' methods have changed + # between TMail and Mail; this monkey-patching restores the + # TMail behaviour. The key difference is that when there's an + # invalid address, e.g. '<foo@example.org', Mail returns the + # string as an ActiveSupport::Multibyte::Chars, whereas + # previously TMail would return nil. + + alias_method :old_to, :to + alias_method :old_cc, :cc + + def clean_addresses(old_method, val) + old_result = self.send(old_method, val) + old_result.class == Mail::AddressContainer ? old_result : nil + end + + def to(val = nil) + self.clean_addresses :old_to, val + end + + def cc(val = nil) + self.clean_addresses :old_cc, val + end + + end +end module MailHandler module Backends @@ -38,7 +69,11 @@ module MailHandler # Get the body of a mail part def get_part_body(part) - part.body.decoded + decoded = part.body.decoded + if part.content_type =~ /^text\// + decoded = convert_string_to_utf8_or_binary decoded, part.charset + end + decoded end # Return the first from field if any @@ -77,7 +112,7 @@ module MailHandler if first_from.is_a?(ActiveSupport::Multibyte::Chars) return nil else - return first_from.display_name ? eval(%Q{"#{first_from.display_name}"}) : nil + return (first_from.display_name || nil) end else return nil @@ -141,9 +176,14 @@ module MailHandler end elsif get_content_type(part) == 'application/ms-tnef' # A set of attachments in a TNEF file - part.rfc822_attachment = mail_from_tnef(part.body.decoded) - if part.rfc822_attachment.nil? - # Attached mail didn't parse, so treat as binary + begin + part.rfc822_attachment = mail_from_tnef(part.body.decoded) + if part.rfc822_attachment.nil? + # Attached mail didn't parse, so treat as binary + part.content_type = 'application/octet-stream' + end + rescue TNEFParsingError + part.rfc822_attachment = nil part.content_type = 'application/octet-stream' end end @@ -160,8 +200,11 @@ module MailHandler part.parts.each{ |sub_part| expand_and_normalize_parts(sub_part, parent_mail) } else part_filename = get_part_file_name(part) - charset = part.charset # save this, because overwriting content_type also resets charset - + if part.has_charset? + original_charset = part.charset # save this, because overwriting content_type also resets charset + else + original_charset = nil + end # Don't allow nil content_types if get_content_type(part).nil? part.content_type = 'application/octet-stream' @@ -180,7 +223,9 @@ module MailHandler # Use standard content types for Word documents etc. part.content_type = normalise_content_type(get_content_type(part)) decode_attached_part(part, parent_mail) - part.charset = charset + if original_charset + part.charset = original_charset + end end end @@ -228,8 +273,15 @@ module MailHandler def _get_attachment_leaves_recursive(part, within_rfc822_attachment, parent_mail) leaves_found = [] if part.multipart? - raise "no parts on multipart mail" if part.parts.size == 0 - if part.sub_type == 'alternative' + if part.parts.size == 0 + # This is typically caused by a missing final + # MIME boundary, in which case the text of the + # message (including the opening MIME + # boundary) is in part.body, so just add this + # part as a leaf and treat it as text/plain: + part.content_type = "text/plain" + leaves_found += [part] + elsif part.sub_type == 'alternative' best_part = choose_best_alternative(part) leaves_found += _get_attachment_leaves_recursive(best_part, within_rfc822_attachment, @@ -315,7 +367,9 @@ module MailHandler end def address_from_string(string) - Mail::Address.new(string).address + mail = Mail.new + mail.from = string + mail.from[0] end end end diff --git a/lib/mail_handler/backends/mail_extensions.rb b/lib/mail_handler/backends/mail_extensions.rb index d25012e39..a5b6bc97e 100644 --- a/lib/mail_handler/backends/mail_extensions.rb +++ b/lib/mail_handler/backends/mail_extensions.rb @@ -73,7 +73,15 @@ module Mail if match encoding = match[1] str = Ruby18.decode_base64(match[2]) - str = Iconv.conv('UTF-8//IGNORE', fix_encoding(encoding), str) + # Adding and removing trailing spaces is a workaround + # for Iconv.conv throwing an exception if it finds an + # invalid character at the end of the string, even + # with UTF-8//IGNORE: + # http://po-ru.com/diary/fixing-invalid-utf-8-in-ruby-revisited/ + begin + str = Iconv.conv('UTF-8//IGNORE', fix_encoding(encoding), str + " ")[0...-4] + rescue Iconv::InvalidEncoding + end end str end @@ -86,7 +94,12 @@ module Mail # Remove trailing = if it exists in a Q encoding string = string.sub(/\=$/, '') str = Encodings::QuotedPrintable.decode(string) - str = Iconv.conv('UTF-8//IGNORE', fix_encoding(encoding), str) + # Adding and removing trailing spaces is a workaround + # for Iconv.conv throwing an exception if it finds an + # invalid character at the end of the string, even + # with UTF-8//IGNORE: + # http://po-ru.com/diary/fixing-invalid-utf-8-in-ruby-revisited/ + str = Iconv.conv('UTF-8//IGNORE', fix_encoding(encoding), str + " ")[0...-4] end str end @@ -102,4 +115,35 @@ module Mail end end end + class Ruby19 + + def Ruby19.b_value_decode(str) + match = str.match(/\=\?(.+)?\?[Bb]\?(.+)?\?\=/m) + if match + encoding = match[1] + str = Ruby19.decode_base64(match[2]) + # Rescue an ArgumentError arising from an unknown encoding. + begin + str.force_encoding(fix_encoding(encoding)) + rescue ArgumentError + end + end + decoded = str.encode("utf-8", :invalid => :replace, :replace => "") + decoded.valid_encoding? ? decoded : decoded.encode("utf-16le", :invalid => :replace, :replace => "").encode("utf-8") + end + + def Ruby19.q_value_decode(str) + match = str.match(/\=\?(.+)?\?[Qq]\?(.+)?\?\=/m) + if match + encoding = match[1] + str = Encodings::QuotedPrintable.decode(match[2].gsub(/_/, '=20')) + # Backport line from mail 2.5 to strip a trailing = character + # Remove trailing = if it exists in a Q encoding + str = str.sub(/\=$/, '') + str.force_encoding(fix_encoding(encoding)) + end + decoded = str.encode("utf-8", :invalid => :replace, :replace => "") + decoded.valid_encoding? ? decoded : decoded.encode("utf-16le", :invalid => :replace, :replace => "").encode("utf-8") + end + end end diff --git a/lib/mail_handler/mail_handler.rb b/lib/mail_handler/mail_handler.rb index d9ebee854..9c955cccd 100644 --- a/lib/mail_handler/mail_handler.rb +++ b/lib/mail_handler/mail_handler.rb @@ -8,20 +8,23 @@ module MailHandler require 'backends/mail_backend' include Backends::MailBackend + class TNEFParsingError < StandardError + end + # Returns a set of attachments from the given TNEF contents # The TNEF contents also contains the message body, but in general this is the # same as the message body in the message proper. def tnef_attachments(content) attachments = [] Dir.mktmpdir do |dir| - IO.popen("#{`which tnef`.chomp} -K -C #{dir}", "wb") do |f| + IO.popen("tnef -K -C #{dir} 2> /dev/null", "wb") do |f| f.write(content) f.close if $?.signaled? raise IOError, "tnef exited with signal #{$?.termsig}" end if $?.exited? && $?.exitstatus != 0 - raise IOError, "tnef exited with status #{$?.exitstatus}" + raise TNEFParsingError, "tnef exited with status #{$?.exitstatus}" end end found = 0 @@ -34,7 +37,7 @@ module MailHandler end end if found == 0 - raise IOError, "tnef produced no attachments" + raise TNEFParsingError, "tnef produced no attachments" end end attachments @@ -77,7 +80,8 @@ module MailHandler tempfile.flush default_params = { :append_to => text, :binary_output => false } if content_type == 'application/vnd.ms-word' - AlaveteliExternalCommand.run("wvText", tempfile.path, tempfile.path + ".txt") + AlaveteliExternalCommand.run("wvText", tempfile.path, tempfile.path + ".txt", + { :memory_limit => 536870912 } ) # Try catdoc if we get into trouble (e.g. for InfoRequestEvent 2701) if not File.exists?(tempfile.path + ".txt") AlaveteliExternalCommand.run("catdoc", tempfile.path, default_params) diff --git a/lib/no_constraint_disabling.rb b/lib/no_constraint_disabling.rb new file mode 100644 index 000000000..d515a959a --- /dev/null +++ b/lib/no_constraint_disabling.rb @@ -0,0 +1,110 @@ +# In order to work around the problem of the database use not having +# the permission to disable referential integrity when loading fixtures, +# we redefine disable_referential_integrity so that it doesn't try to +# disable foreign key constraints, and redefine the +# ActiveRecord::Fixtures.create_fixtures method to pay attention to the order +# which fixture tables are passed so that foreign key constraints won't be +# violated. The only lines that are changed from the initial definition +# are those between the "***" comments +require 'active_record/fixtures' +require 'active_record/connection_adapters/postgresql_adapter' +module ActiveRecord + module ConnectionAdapters + class PostgreSQLAdapter < AbstractAdapter + def disable_referential_integrity(&block) + transaction { + yield + } + end + end + end +end + +module ActiveRecord + class Fixtures + + def self.create_fixtures(fixtures_directory, table_names, class_names = {}) + table_names = [table_names].flatten.map { |n| n.to_s } + table_names.each { |n| + class_names[n.tr('/', '_').to_sym] = n.classify if n.include?('/') + } + + # FIXME: Apparently JK uses this. + connection = block_given? ? yield : ActiveRecord::Base.connection + + files_to_read = table_names.reject { |table_name| + fixture_is_cached?(connection, table_name) + } + + unless files_to_read.empty? + connection.disable_referential_integrity do + fixtures_map = {} + + fixture_files = files_to_read.map do |path| + table_name = path.tr '/', '_' + + fixtures_map[path] = ActiveRecord::Fixtures.new( + connection, + table_name, + class_names[table_name.to_sym] || table_name.classify, + File.join(fixtures_directory, path)) + end + + all_loaded_fixtures.update(fixtures_map) + + connection.transaction(:requires_new => true) do + # Patch - replace this... + # *** + # fixture_files.each do |ff| + # conn = ff.model_class.respond_to?(:connection) ? ff.model_class.connection : connection + # table_rows = ff.table_rows + # + # table_rows.keys.each do |table| + # conn.delete "DELETE FROM #{conn.quote_table_name(table)}", 'Fixture Delete' + # end + # + # table_rows.each do |table_name,rows| + # rows.each do |row| + # conn.insert_fixture(row, table_name) + # end + # end + # end + # *** + # ... with this + fixture_files.reverse.each do |ff| + conn = ff.model_class.respond_to?(:connection) ? ff.model_class.connection : connection + table_rows = ff.table_rows + + table_rows.keys.each do |table| + conn.delete "DELETE FROM #{conn.quote_table_name(table)}", 'Fixture Delete' + end + end + + fixture_files.each do |ff| + conn = ff.model_class.respond_to?(:connection) ? ff.model_class.connection : connection + table_rows = ff.table_rows + table_rows.each do |table_name,rows| + rows.each do |row| + conn.insert_fixture(row, table_name) + end + end + end + # *** + + # Cap primary key sequences to max(pk). + if connection.respond_to?(:reset_pk_sequence!) + table_names.each do |table_name| + connection.reset_pk_sequence!(table_name.tr('/', '_')) + end + end + end + + cache_fixtures(connection, fixtures_map) + end + end + cached_fixtures(connection, table_names) + end + + end + +end diff --git a/lib/normalize_string.rb b/lib/normalize_string.rb new file mode 100644 index 000000000..f02b18ee0 --- /dev/null +++ b/lib/normalize_string.rb @@ -0,0 +1,86 @@ +require 'iconv' unless RUBY_VERSION.to_f >= 1.9 +require 'charlock_holmes' + +class EncodingNormalizationError < StandardError +end + +def normalize_string_to_utf8(s, suggested_character_encoding=nil) + + # Make a list of encodings to try: + to_try = [] + + guessed_encoding = CharlockHolmes::EncodingDetector.detect(s)[:encoding] + guessed_encoding ||= '' + + # It's reasonably common for windows-1252 text to be mislabelled + # as ISO-8859-1, so try that first if charlock_holmes guessed + # that. However, it can also easily misidentify UTF-8 strings as + # ISO-8859-1 so we don't want to go with the guess by default... + to_try.push guessed_encoding if guessed_encoding.downcase == 'windows-1252' + + to_try.push suggested_character_encoding if suggested_character_encoding + to_try.push 'UTF-8' + to_try.push guessed_encoding + + to_try.each do |from_encoding| + if RUBY_VERSION.to_f >= 1.9 + begin + s.force_encoding from_encoding + return s.encode('UTF-8') if s.valid_encoding? + rescue ArgumentError + # We get this is there are invalid bytes when + # interpreted as from_encoding at the point of + # the encode('UTF-8'); move onto the next one... + end + else + to_encoding = 'UTF-8' + begin + converted = Iconv.conv 'UTF-8', from_encoding, s + return converted + rescue Iconv::Failure + # We get this is there are invalid bytes when + # interpreted as from_encoding at the point of + # the Iconv.iconv; move onto the next one... + end + end + end + raise EncodingNormalizationError, "Couldn't find a valid character encoding for the string" + +end + +def convert_string_to_utf8_or_binary(s, suggested_character_encoding=nil) + # This function exists to help to keep consistent with the + # behaviour of earlier versions of Alaveteli: in the code as it + # is, there are situations where it's expected that we generally + # have a UTF-8 encoded string, but if the source data was + # unintepretable under any character encoding, the string may be + # binary data (i.e. invalid UTF-8). Such a string would then be + # mangled into valid UTF-8 by _sanitize_text for the purposes of + # display. + + # This seems unsatisfactory to me - two better alternatives would + # be either: (a) to mangle the data into valid UTF-8 in this + # method or (b) to treat the 'text/*' attachment as + # 'application/octet-stream' instead. However, for the purposes + # of the transition to Ruby 1.9 and/or Rails 3 we just want the + # behaviour to be as similar as possible. + + begin + result = normalize_string_to_utf8 s, suggested_character_encoding + rescue EncodingNormalizationError + result = s + s.force_encoding 'ASCII-8BIT' if RUBY_VERSION.to_f >= 1.9 + end + result +end + +def log_text_details(message, text) + if RUBY_VERSION.to_f >= 1.9 + STDERR.puts "#{message}, we have text: #{text}, of class #{text.class} and encoding #{text.encoding}" + else + STDERR.puts "#{message}, we have text: #{text}, of class #{text.class}" + end + filename = "/var/tmp/#{Digest::MD5.hexdigest(text)}.txt" + File.open(filename, "wb") { |f| f.write text } + STDERR.puts "#{message}, the filename is: #{filename}" +end diff --git a/lib/quiet_opener.rb b/lib/quiet_opener.rb index bde645d0b..ae6605c43 100644 --- a/lib/quiet_opener.rb +++ b/lib/quiet_opener.rb @@ -3,7 +3,7 @@ require 'net-purge' require 'net/http/local' def quietly_try_to_open(url) - begin + begin result = open(url).read.strip rescue OpenURI::HTTPError, SocketError, Errno::ETIMEDOUT, Errno::ECONNREFUSED, Errno::EHOSTUNREACH, Errno::ECONNRESET Rails.logger.warn("Unable to open third-party URL #{url}") @@ -11,12 +11,12 @@ def quietly_try_to_open(url) end return result end - + def quietly_try_to_purge(host, url) - begin + begin result = "" result_body = "" - Net::HTTP.bind '127.0.0.1' do + Net::HTTP.bind '127.0.0.1' do Net::HTTP.start(host) {|http| request = Net::HTTP::Purge.new(url) response = http.request(request) @@ -24,7 +24,7 @@ def quietly_try_to_purge(host, url) result_body = response.body } end - rescue OpenURI::HTTPError, SocketError, Errno::ETIMEDOUT, Errno::ECONNREFUSED, Errno::EHOSTUNREACH, Errno::ECONNRESET + rescue OpenURI::HTTPError, SocketError, Errno::ETIMEDOUT, Errno::ECONNREFUSED, Errno::EHOSTUNREACH, Errno::ECONNRESET, Errno::ENETUNREACH Rails.logger.warn("PURGE: Unable to reach host #{host}") end if result == "200" @@ -34,4 +34,4 @@ def quietly_try_to_purge(host, url) end return result end - + diff --git a/lib/tasks/gettext.rake b/lib/tasks/gettext.rake index c73c2584e..ace7205ae 100644 --- a/lib/tasks/gettext.rake +++ b/lib/tasks/gettext.rake @@ -1,7 +1,3 @@ -# Rails won't automatically load rakefiles from gems - see -# http://stackoverflow.com/questions/1878640/including-rake-tasks-in-gems -Dir["#{Gem.searcher.find('gettext_i18n_rails').full_gem_path}/lib/tasks/**/*.rake"].each { |ext| load ext } - namespace :gettext do desc 'Rewrite .po files into a consistent msgmerge format' diff --git a/lib/tasks/temp.rake b/lib/tasks/temp.rake index e49a84ecb..fcabb23de 100644 --- a/lib/tasks/temp.rake +++ b/lib/tasks/temp.rake @@ -1,53 +1,255 @@ namespace :temp do - desc 'Populate the request_classifications table from info_request_events' - task :populate_request_classifications => :environment do - InfoRequestEvent.find_each(:conditions => ["event_type = 'status_update'"]) do |classification| - RequestClassification.create!(:created_at => classification.created_at, - :user_id => classification.params[:user_id], - :info_request_event_id => classification.id) - end + def disable_duplicate_account(user, count, dryrun) + dupe_email = "duplicateemail#{count}@example.com" + puts "Updating #{user.email} to #{dupe_email} for user #{user.id}" + user.email = dupe_email + user.save! unless dryrun end - desc "Remove plaintext passwords from post_redirect params" - task :remove_post_redirect_passwords => :environment do - PostRedirect.find_each(:conditions => ['post_params_yaml is not null']) do |post_redirect| - if post_redirect.post_params && post_redirect.post_params[:signchangeemail] && post_redirect.post_params[:signchangeemail][:password] - params = post_redirect.post_params - params[:signchangeemail].delete(:password) - post_redirect.post_params = params - post_redirect.save! - end + desc "Re-extract any missing cached attachments" + task :reextract_missing_attachments, [:commit] => :environment do |t, args| + dry_run = args.commit.nil? || args.commit.empty? + total_messages = 0 + messages_to_reparse = 0 + IncomingMessage.find_each :include => :foi_attachments do |im| + reparse = im.foi_attachments.any? { |fa| ! File.exists? fa.filepath } + total_messages += 1 + messages_to_reparse += 1 if reparse + if total_messages % 1000 == 0 + puts "Considered #{total_messages} received emails." + end + unless dry_run + im.parse_raw_email! true if reparse + sleep 2 + end end + message = dry_run ? "Would reparse" : "Reparsed" + message += " #{messages_to_reparse} out of #{total_messages} received emails." + puts message end - desc 'Remove file caches for requests that are not publicly visible or have been destroyed' - task :remove_obsolete_info_request_caches => :environment do + desc 'Cleanup accounts with a space in the email address' + task :clean_up_emails_with_spaces => :environment do dryrun = ENV['DRYRUN'] == '0' ? false : true - verbose = ENV['VERBOSE'] == '0' ? false : true if dryrun - puts "Running in dryrun mode" + puts "This is a dryrun" end - request_cache_path = File.join(Rails.root, 'cache', 'views', 'request', '*', '*') - Dir.glob(request_cache_path) do |request_subdir| - info_request_id = File.basename(request_subdir) - puts "Looking for InfoRequest with id #{info_request_id}" if verbose - begin - info_request = InfoRequest.find(info_request_id) - puts "Got InfoRequest #{info_request_id}" if verbose - if ! info_request.all_can_view? - puts "Deleting cache at #{request_subdir} for hidden/requester_only InfoRequest #{info_request_id}" - if ! dryrun - FileUtils.rm_rf(request_subdir) + count = 0 + User.find_each do |user| + if / /.match(user.email) + + email_without_spaces = user.email.gsub(' ', '') + existing = User.find_user_by_email(email_without_spaces) + # Another account exists with the canonical address + if existing + if user.info_requests.count == 0 and user.comments.count == 0 and user.track_things.count == 0 + count += 1 + disable_duplicate_account(user, count, dryrun) + elsif existing.info_requests.count == 0 and existing.comments.count == 0 and existing.track_things.count == 0 + count += 1 + disable_duplicate_account(existing, count, dryrun) + user.email = email_without_spaces + puts "Updating #{user.email} to #{email_without_spaces} for user #{user.id}" + user.save! unless dryrun + else + user.info_requests.each do |info_request| + info_request.user = existing + info_request.save! unless dryrun + puts "Moved request #{info_request.id} from user #{user.id} to #{existing.id}" + end + + user.comments.each do |comment| + comment.user = existing + comment.save! unless dryrun + puts "Moved comment #{comment.id} from user #{user.id} to #{existing.id}" + end + + user.track_things.each do |track_thing| + track_thing.tracking_user = existing + track_thing.save! unless dryrun + puts "Moved track thing #{track_thing.id} from user #{user.id} to #{existing.id}" + end + + TrackThingsSentEmail.find_each(:conditions => ['user_id = ?', user]) do |sent_email| + sent_email.user = existing + sent_email.save! unless dryrun + puts "Moved track thing sent email #{sent_email.id} from user #{user.id} to #{existing.id}" + + end + + user.censor_rules.each do |censor_rule| + censor_rule.user = existing + censor_rule.save! unless dryrun + puts "Moved censor rule #{censor_rule.id} from user #{user.id} to #{existing.id}" + end + + user.user_info_request_sent_alerts.each do |sent_alert| + sent_alert.user = existing + sent_alert.save! unless dryrun + puts "Moved sent alert #{sent_alert.id} from user #{user.id} to #{existing.id}" + end + + count += 1 + disable_duplicate_account(user, count, dryrun) end + else + puts "Updating #{user.email} to #{email_without_spaces} for user #{user.id}" + user.email = email_without_spaces + user.save! unless dryrun + end + end + end + end + + desc 'Create a CSV file of a random selection of raw emails, for comparing hexdigests' + task :random_attachments_hexdigests => :environment do + + # The idea is to run this under the Rail 2 codebase, where + # Tmail was used to extract the attachements, and the task + # will output all of those file paths in a CSV file, and a + # list of the raw email files in another. The latter file is + # useful so that one can easily tar up the emails with: + # + # tar cvz -T raw-email-files -f raw_emails.tar.gz + # + # Then you can switch to the Rails 3 codebase, where + # attachment parsing is done via + # recompute_attachments_hexdigests + + require 'csv' + + File.open('raw-email-files', 'w') do |f| + CSV.open('attachment-hexdigests.csv', 'w') do |csv| + csv << ['filepath', 'i', 'url_part_number', 'hexdigest'] + IncomingMessage.all(:order => 'RANDOM()', :limit => 1000).each do |incoming_message| + # raw_email.filepath fails unless the + # incoming_message has an associated request + next unless incoming_message.info_request + raw_email = incoming_message.raw_email + f.puts raw_email.filepath + incoming_message.foi_attachments.each_with_index do |attachment, i| + csv << [raw_email.filepath, i, attachment.url_part_number, attachment.hexdigest] + end + end + end + end + + end + + + desc 'Check the hexdigests of attachments in emails on disk' + task :recompute_attachments_hexdigests => :environment do + + require 'csv' + require 'digest/md5' + + OldAttachment = Struct.new :filename, :attachment_index, :url_part_number, :hexdigest + + filename_to_attachments = Hash.new {|h,k| h[k] = []} + + header_line = true + CSV.foreach('attachment-hexdigests.csv') do |filename, attachment_index, url_part_number, hexdigest| + if header_line + header_line = false + else + filename_to_attachments[filename].push OldAttachment.new filename, attachment_index, url_part_number, hexdigest + end + end + + total_attachments = 0 + attachments_with_different_hexdigest = 0 + files_with_different_numbers_of_attachments = 0 + no_tnef_attachments = 0 + no_parts_in_multipart = 0 + + multipart_error = "no parts on multipart mail" + tnef_error = "tnef produced no attachments" + + # Now check each file: + filename_to_attachments.each do |filename, old_attachments| + + # Currently it doesn't seem to be possible to reuse the + # attachment parsing code in Alaveteli without saving + # objects to the database, so reproduce what it does: + + raw_email = nil + File.open(filename) do |f| + raw_email = f.read + end + mail = MailHandler.mail_from_raw_email(raw_email) + + begin + attachment_attributes = MailHandler.get_attachment_attributes(mail) + rescue IOError => e + if e.message == tnef_error + puts "#{filename} #{tnef_error}" + no_tnef_attachments += 1 + next + else + raise + end + rescue Exception => e + if e.message == multipart_error + puts "#{filename} #{multipart_error}" + no_parts_in_multipart += 1 + next + else + raise end - rescue ActiveRecord::RecordNotFound - puts "Deleting cache at #{request_subdir} for deleted InfoRequest #{info_request_id}" - if ! dryrun - FileUtils.rm_rf(request_subdir) + end + + if attachment_attributes.length != old_attachments.length + puts "#{filename} the number of old attachments #{old_attachments.length} didn't match the number of new attachments #{attachment_attributes.length}" + files_with_different_numbers_of_attachments += 1 + else + old_attachments.each_with_index do |old_attachment, i| + total_attachments += 1 + attrs = attachment_attributes[i] + old_hexdigest = old_attachment.hexdigest + new_hexdigest = attrs[:hexdigest] + new_content_type = attrs[:content_type] + old_url_part_number = old_attachment.url_part_number.to_i + new_url_part_number = attrs[:url_part_number] + if old_url_part_number != new_url_part_number + puts "#{i} #{filename} old_url_part_number #{old_url_part_number}, new_url_part_number #{new_url_part_number}" + end + if old_hexdigest != new_hexdigest + body = attrs[:body] + # First, if the content type is one of + # text/plain, text/html or application/rtf try + # changing CRLF to LF and calculating a new + # digest - we generally don't worry about + # these changes: + new_converted_hexdigest = nil + if ["text/plain", "text/html", "application/rtf"].include? new_content_type + converted_body = body.gsub /\r\n/, "\n" + new_converted_hexdigest = Digest::MD5.hexdigest converted_body + puts "new_converted_hexdigest is #{new_converted_hexdigest}" + end + if (! new_converted_hexdigest) || (old_hexdigest != new_converted_hexdigest) + puts "#{i} #{filename} old_hexdigest #{old_hexdigest} wasn't the same as new_hexdigest #{new_hexdigest}" + puts " body was of length #{body.length}" + puts " content type was: #{new_content_type}" + path = "/tmp/#{new_hexdigest}" + f = File.new path, "w" + f.write body + f.close + puts " wrote body to #{path}" + attachments_with_different_hexdigest += 1 + end + end end end + end + + puts "total_attachments: #{total_attachments}" + puts "attachments_with_different_hexdigest: #{attachments_with_different_hexdigest}" + puts "files_with_different_numbers_of_attachments: #{files_with_different_numbers_of_attachments}" + puts "no_tnef_attachments: #{no_tnef_attachments}" + puts "no_parts_in_multipart: #{no_parts_in_multipart}" + end end diff --git a/lib/tasks/themes.rake b/lib/tasks/themes.rake index cbd3d123e..a8d16f108 100644 --- a/lib/tasks/themes.rake +++ b/lib/tasks/themes.rake @@ -9,15 +9,17 @@ namespace :themes do File.join(plugin_dir, theme_name) end + def checkout(commitish) + puts "Checking out #{commitish}" if verbose + system "git checkout #{commitish}" + end + def checkout_tag(version) - checkout_command = "git checkout #{usage_tag(version)}" - success = system(checkout_command) - puts "Using tag #{usage_tag(version)}" if verbose && success - success + checkout usage_tag(version) end def checkout_remote_branch(branch) - system("git checkout origin/#{branch}") + checkout "origin/#{branch}" end def usage_tag(version) diff --git a/lib/tasks/translation.rake b/lib/tasks/translation.rake index 351faef2c..6458d9268 100644 --- a/lib/tasks/translation.rake +++ b/lib/tasks/translation.rake @@ -142,13 +142,11 @@ namespace :translation do output_file) # track mailer - xapian_object = InfoRequest.full_search([InfoRequestEvent], - track_thing.track_query, - 'described_at', - true, - nil, - 100, - 1) + xapian_object = ActsAsXapian::Search.new([InfoRequestEvent], track_thing.track_query, + :sort_by_prefix => 'described_at', + :sort_by_ascending => true, + :collapse_by_prefix => nil, + :limit => 100) event_digest_email = TrackMailer.event_digest(info_request.user, [[track_thing, xapian_object.results, diff --git a/lib/willpaginate_extension.rb b/lib/willpaginate_extension.rb deleted file mode 100644 index fa58bd9f0..000000000 --- a/lib/willpaginate_extension.rb +++ /dev/null @@ -1,59 +0,0 @@ -# this extension is loaded in environment.rb -module WillPaginateExtension - class LinkRenderer < WillPaginate::ActionView::LinkRenderer - def page_link(page, text, attributes = {}) - # Hack for admin pages, when proxied via https on mySociety servers, they - # need a relative URL. - url = url_for(page) - if url.match(/\/admin.*(\?.*)/) - url = $1 - end - # Hack around our type-ahead search magic - if url.match(/\/body\/search_ahead/) - url.sub!("/body/search_ahead", "/select_authority") - end - @template.link_to text, url, attributes - end - - # Returns URL params for +page_link_or_span+, taking the current GET params - # and <tt>:params</tt> option into account. - def url_for(page) - page_one = page == 1 - unless @url_string and !page_one - @url_params = {} - # page links should preserve GET parameters - stringified_merge @url_params, @template.params if @template.request.get? - stringified_merge @url_params, @options[:params] if @options[:params] - if complex = param_name.index(/[^\w-]/) - page_param = parse_query_parameters("#{param_name}=#{page}") - - stringified_merge @url_params, page_param - else - @url_params[param_name] = page_one ? 1 : 2 - end - # the following line makes pagination work on our specially munged search page - combined = @template.request.path_parameters["combined"] - @url_params["combined"] = combined if !combined.nil? - url = @template.url_for(@url_params) - return url if page_one - - if complex - @url_string = url.sub(%r!((?:\?|&)#{CGI.escape param_name}=)#{page}!, "\\1\0") - return url - else - @url_string = url - @url_params[param_name] = 3 - @template.url_for(@url_params).split(//).each_with_index do |char, i| - if char == '3' and url[i, 1] == '2' - @url_string[i] = "\0" - break - end - end - end - end - # finally! - @url_string.sub "\0", page.to_s - end - - end -end diff --git a/locale/aln/app.po b/locale/aln/app.po index 017a6b579..1cc4204d6 100644 --- a/locale/aln/app.po +++ b/locale/aln/app.po @@ -3,15 +3,16 @@ # This file is distributed under the same license as the PACKAGE package. # # Translators: -# Valon <vbrestovci@gmail.com>, 2011. +# Valon <vbrestovci@gmail.com>, 2011 +# Valon <vbrestovci@gmail.com>, 2011 msgid "" msgstr "" "Project-Id-Version: alaveteli\n" "Report-Msgid-Bugs-To: http://github.com/sebbacon/alaveteli/issues\n" -"POT-Creation-Date: 2013-03-14 14:02-0700\n" -"PO-Revision-Date: 2013-03-14 21:06+0000\n" +"POT-Creation-Date: 2013-06-24 09:40-0700\n" +"PO-Revision-Date: 2013-06-24 16:52+0000\n" "Last-Translator: louisecrow <louise@mysociety.org>\n" -"Language-Team: LANGUAGE <LL@li.org>\n" +"Language-Team: Albanian Gheg (http://www.transifex.com/projects/p/alaveteli/language/aln/)\n" "Language: aln\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -21,7 +22,7 @@ msgstr "" 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 "" -msgid " (<strong>no ranty</strong> politics, read our <a href=\"%s\">moderation policy</a>)" +msgid " (<strong>no ranty</strong> politics, read our <a href=\"{{url}}\">moderation policy</a>)" msgstr "" msgid " (<strong>patience</strong>, especially for large files, it may take a while!)" @@ -51,7 +52,7 @@ msgstr "" msgid " Ideas on what <strong>other documents to request</strong> which the authority may hold. " msgstr "" -msgid " If you know the address to use, then please <a href=\"%s\">send it to us</a>.\\n You may be able to find the address on their website, or by phoning them up and asking." +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 "" msgid " Include relevant links, such as to a campaign page, your blog or a\\n twitter account. They will be made clickable. \\n e.g." @@ -90,21 +91,6 @@ msgstr "" msgid "\"Hello! We have an <a href=\\\"/help/alaveteli?country_name=#{CGI.escape(current_country)}\\\">important message</a> for visitors outside {{country_name}}\"" msgstr "" -msgid "%d Freedom of Information request to %s" -msgid_plural "%d Freedom of Information requests to %s" -msgstr[0] "" -msgstr[1] "" - -msgid "%d request" -msgid_plural "%d requests" -msgstr[0] "" -msgstr[1] "" - -msgid "%d request made." -msgid_plural "%d requests made." -msgstr[0] "" -msgstr[1] "" - msgid "'Crime statistics by ward level for Wales'" msgstr "" @@ -138,31 +124,13 @@ msgstr "" msgid "3. Now check your request" msgstr "" -msgid "<a class=\"link_button_green\" href=\"{{url}}\">{{text}}</a>" -msgstr "" - -msgid "<a href=\"%s\">Add an annotation</a> (to help the requester or others)" -msgstr "" - -msgid "<a href=\"%s\">Are we missing a public authority?</a>" -msgstr "" - -msgid "<a href=\"%s\">Are you the owner of\\n any commercial copyright on this page?</a>" -msgstr "" - -msgid "<a href=\"%s\">Browse all</a> or <a href=\"%s\">ask us to add one</a>." -msgstr "" - -msgid "<a href=\"%s\">Can't find the one you want?</a>" -msgstr "" - -msgid "<a href=\"%s\">Sign in</a> to change password, subscriptions and more ({{user_name}} only)" +msgid "<a href=\"{{browse_url}}\">Browse all</a> or <a href=\"{{add_url}}\">ask us to add one</a>." msgstr "" -msgid "<a href=\"%s\">details</a>" +msgid "<a href=\"{{url}}\">Add an annotation</a> (to help the requester or others)" msgstr "" -msgid "<a href=\"%s\">what's that?</a>" +msgid "<a href=\"{{url}}\">Sign in</a> to change password, subscriptions and more ({{user_name}} only)" msgstr "" 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>" @@ -192,16 +160,22 @@ msgstr "" 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 "" +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 "" + 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 "" 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 "" -msgid "<p>You do not need to include your email in the request in order to get a reply (<a href=\"%s\">details</a>).</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 "" -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=\"%s\">details</a>).</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 "" + +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 "" 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>" @@ -216,12 +190,7 @@ msgstr "" 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 "" -msgid "<span id='follow_count'>%d</span> person is following this authority" -msgid_plural "<span id='follow_count'>%d</span> people are following this authority" -msgstr[0] "" -msgstr[1] "" - -msgid "<strong> Can I request information about myself?</strong>\\n\t\t\t<a href=\"%s\">No! (Click here for details)</a>" +msgid "<strong> Can I request information about myself?</strong>\\n\t\t\t<a href=\"{{url}}\">No! (Click here for details)</a>" msgstr "" msgid "<strong><code>commented_by:tony_bowden</code></strong> to search annotations made by Tony Bowden, typing the name as in the URL." @@ -275,7 +244,7 @@ msgstr "" 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 "" -msgid "<strong>Privacy note:</strong> If you want to request private information about\\n yourself then <a href=\"%s\">click here</a>." +msgid "<strong>Privacy note:</strong> If you want to request private information about\\n yourself then <a href=\"{{url}}\">click here</a>." msgstr "" msgid "<strong>Privacy note:</strong> Your photo will be shown in public on the Internet,\\n wherever you do something on {{site_name}}." @@ -305,6 +274,9 @@ msgstr "" msgid "A Freedom of Information request" msgstr "" +msgid "A full history of my FOI request and all correspondence is available on the Internet at this address: {{url}}" +msgstr "" + 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 "" @@ -329,6 +301,15 @@ msgstr "" msgid "Act on what you've learnt" msgstr "" +msgid "Acts as xapian/acts as xapian job" +msgstr "" + +msgid "ActsAsXapian::ActsAsXapianJob|Action" +msgstr "" + +msgid "ActsAsXapian::ActsAsXapianJob|Model" +msgstr "" + msgid "Add an annotation" msgstr "" @@ -410,10 +391,16 @@ msgstr "" msgid "Applies to" msgstr "" +msgid "Are we missing a public authority?" +msgstr "" + +msgid "Are you the owner of any commercial copyright on this page?" +msgstr "" + msgid "Ask for <strong>specific</strong> documents or information, this site is not suitable for general enquiries." msgstr "" -msgid "At the bottom of this page, write a reply to them trying to persuade them to scan it in\\n (<a href=\"%s\">more details</a>)." +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 "" msgid "Attachment (optional):" @@ -452,6 +439,9 @@ msgstr "" msgid "Calculated home page" msgstr "" +msgid "Can't find the one you want?" +msgstr "" + msgid "Cancel a {{site_name}} alert" msgstr "" @@ -617,6 +607,9 @@ msgstr "" msgid "Date:" msgstr "" +msgid "Dear {{name}}," +msgstr "" + msgid "Dear {{public_body_name}}," msgstr "" @@ -695,7 +688,7 @@ msgstr "" msgid "Enter words that you want to find separated by spaces, e.g. <strong>climbing lane</strong>" msgstr "" -msgid "Enter your response below. You may attach one file (use email, or\\n <a href=\"%s\">contact us</a> if you need more)." +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 "" msgid "Environmental Information Regulations" @@ -716,10 +709,10 @@ msgstr "" msgid "Event {{id}}" msgstr "" -msgid "Everything that you enter on this page, including <strong>your name</strong>,\\n will be <strong>displayed publicly</strong> on\\n this website forever (<a href=\"%s\">why?</a>)." +msgid "Everything that you enter on this page, including <strong>your name</strong>,\\n will be <strong>displayed publicly</strong> on\\n this website forever (<a href=\"{{url}}\">why?</a>)." msgstr "" -msgid "Everything that you enter on this page\\n will be <strong>displayed publicly</strong> on\\n this website forever (<a href=\"%s\">why?</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 "" msgid "FOI" @@ -746,13 +739,16 @@ msgstr "" msgid "Failed to convert image to a PNG" msgstr "" -msgid "Failed to convert image to the correct size: at %{cols}x%{rows}, need %{width}x%{height}" +msgid "Failed to convert image to the correct size: at {{cols}}x{{rows}}, need {{width}}x{{height}}" msgstr "" msgid "Filter" msgstr "" -msgid "First, type in the <strong>name of the UK public authority</strong> you'd \\n like information from. <strong>By law, they have to respond</strong>\\n (<a href=\"%s#%s\">why?</a>)." +msgid "First, did your other requests succeed?" +msgstr "" + +msgid "First, type in the <strong>name of the UK public authority</strong> you'd\\n like information from. <strong>By law, they have to respond</strong>\\n (<a href=\"{{url}}\">why?</a>)." msgstr "" msgid "Foi attachment" @@ -833,8 +829,8 @@ msgstr "" msgid "Forgotten your password?" msgstr "" -msgid "Found %d public authority %s" -msgid_plural "Found %d public authorities %s" +msgid "Found {{count}} public authority {{description}}" +msgid_plural "Found {{count}} public authorities {{description}}" msgstr[0] "" msgstr[1] "" @@ -871,7 +867,7 @@ msgstr "" msgid "From" 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=\"%s\">send it to us</a>." +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:" @@ -883,6 +879,18 @@ msgstr "" msgid "Handled by post." msgstr "" +msgid "Has tag string/has tag string tag" +msgstr "" + +msgid "HasTagString::HasTagStringTag|Model" +msgstr "" + +msgid "HasTagString::HasTagStringTag|Name" +msgstr "" + +msgid "HasTagString::HasTagStringTag|Value" +msgstr "" + msgid "Hello! You can make Freedom of Information requests within {{country_name}} at {{link_to_website}}" msgstr "" @@ -934,6 +942,9 @@ msgstr "" msgid "I am requesting an <strong>internal review</strong>" msgstr "" +msgid "I am writing to request an internal review of {{public_body_name}}'s handling of my FOI request '{{info_request_title}}'." +msgstr "" + msgid "I don't like these ones — give me some more!" msgstr "" @@ -973,7 +984,7 @@ msgstr "" msgid "Id" msgstr "" -msgid "If the address is wrong, or you know a better address, please <a href=\"%s\">contact us</a>." +msgid "If the address is wrong, or you know a better address, please <a href=\"{{url}}\">contact us</a>." msgstr "" 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." @@ -982,16 +993,16 @@ msgstr "" 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 "" -msgid "If you are dissatisfied by the response you got from\\n the public authority, you have the right to\\n complain (<a href=\"%s\">details</a>)." +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 "" -msgid "If you are still having trouble, please <a href=\"%s\">contact us</a>." +msgid "If you are still having trouble, please <a href=\"{{url}}\">contact us</a>." msgstr "" -msgid "If you are the requester, then you may <a href=\"%s\">sign in</a> to view the request." +msgid "If you are the requester, then you may <a href=\"{{url}}\">sign in</a> to view the request." msgstr "" -msgid "If you are thinking of using a pseudonym,\\n please <a href=\"%s\">read this first</a>." +msgid "If you are thinking of using a pseudonym,\\n please <a href=\"{{url}}\">read this first</a>." msgstr "" msgid "If you are {{user_link}}, please" @@ -1162,7 +1173,7 @@ msgstr "" msgid "Just one more thing" msgstr "" -msgid "Keep it <strong>focused</strong>, you'll be more likely to get what you want (<a href=\"%s\">why?</a>)." +msgid "Keep it <strong>focused</strong>, you'll be more likely to get what you want (<a href=\"{{url}}\">why?</a>)." msgstr "" msgid "Keywords" @@ -1231,18 +1242,15 @@ msgstr "" msgid "MailServerLog|Order" msgstr "" -msgid "Make a new <strong>Environmental Information</strong> request" -msgstr "" - -msgid "Make a new <strong>Freedom of Information</strong> request to {{public_body}}" -msgstr "" - msgid "Make a new<br/>\\n <strong>Freedom <span>of</span><br/>\\n Information<br/>\\n request</strong>" msgstr "" msgid "Make a request" msgstr "" +msgid "Make a request to this authority" +msgstr "" + msgid "Make an {{law_used_short}} request to '{{public_body_name}}'" msgstr "" @@ -1480,7 +1488,7 @@ msgstr "" msgid "Please" msgstr "" -msgid "Please <a href=\"%s\">get in touch</a> with us so we can fix it." +msgid "Please <a href=\"{{url}}\">get in touch</a> with us so we can fix it." msgstr "" msgid "Please <strong>answer the question above</strong> so we know whether the " @@ -1501,6 +1509,9 @@ msgstr "" msgid "Please choose a file containing your photo." msgstr "" +msgid "Please choose a reason" +msgstr "" + msgid "Please choose what sort of reply you are making." msgstr "" @@ -1582,10 +1593,13 @@ msgstr "" 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 "" +msgid "Please pass this on to the person who conducts Freedom of Information reviews." +msgstr "" + msgid "Please select each of these requests in turn, and <strong>let everyone know</strong>\\nif they are successful yet or not." msgstr "" -msgid "Please sign at the bottom with your name, or alter the \"%{signoff}\" signature" +msgid "Please sign at the bottom with your name, or alter the \"{{signoff}}\" signature" msgstr "" msgid "Please sign in as " @@ -1693,9 +1707,6 @@ msgstr "" msgid "Public body" msgstr "" -msgid "Public body/translation" -msgstr "" - msgid "Public notes" msgstr "" @@ -1705,33 +1716,6 @@ msgstr "" msgid "Public page not available" msgstr "" -msgid "PublicBody::Translation|Disclosure log" -msgstr "" - -msgid "PublicBody::Translation|First letter" -msgstr "" - -msgid "PublicBody::Translation|Locale" -msgstr "" - -msgid "PublicBody::Translation|Name" -msgstr "" - -msgid "PublicBody::Translation|Notes" -msgstr "" - -msgid "PublicBody::Translation|Publication scheme" -msgstr "" - -msgid "PublicBody::Translation|Request email" -msgstr "" - -msgid "PublicBody::Translation|Short name" -msgstr "" - -msgid "PublicBody::Translation|Url name" -msgstr "" - msgid "PublicBody|Api key" msgstr "" @@ -1825,6 +1809,9 @@ msgstr "" msgid "Report an offensive or unsuitable request" msgstr "" +msgid "Report request" +msgstr "" + msgid "Report this request" msgstr "" @@ -1930,8 +1917,8 @@ msgstr "" msgid "Search the site to find what you were looking for." msgstr "" -msgid "Search within the %d Freedom of Information requests to %s" -msgid_plural "Search within the %d Freedom of Information requests made to %s" +msgid "Search within the {{count}} Freedom of Information requests to {{public_body_name}}" +msgid_plural "Search within the {{count}} Freedom of Information requests made to {{public_body_name}}" msgstr[0] "" msgstr[1] "" @@ -2043,9 +2030,6 @@ msgstr "" msgid "Special note for this authority!" msgstr "" -msgid "Start" -msgstr "" - msgid "Start now »" msgstr "" @@ -2196,16 +2180,16 @@ msgstr "" msgid "The request was refused by the public authority" msgstr "" -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=\"%s\">contact us</a> if you have any questions." +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 "" msgid "The requester has abandoned this request for some reason" msgstr "" -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" +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 "" -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" +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 "" msgid "The search index is currently offline, so we can't show the Freedom of Information requests that have been made to this authority." @@ -2214,6 +2198,9 @@ msgstr "" msgid "The search index is currently offline, so we can't show the Freedom of Information requests this person has made." msgstr "" +msgid "The {{site_name}} team." +msgstr "" + msgid "Then you can cancel the alert." msgstr "" @@ -2289,17 +2276,17 @@ msgstr "" msgid "There are {{count}} new annotations on your {{info_request}} request. Follow this link to see what they wrote." msgstr "" -msgid "There is %d person following this request" -msgid_plural "There are %d people following this request" -msgstr[0] "" -msgstr[1] "" - 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 "" 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 "" +msgid "There is {{count}} person following this request" +msgid_plural "There are {{count}} people following this request" +msgstr[0] "" +msgstr[1] "" + msgid "There was a <strong>delivery error</strong> or similar, which needs fixing by the {{site_name}} team." msgstr "" @@ -2336,7 +2323,7 @@ msgstr "" msgid "This authority no longer exists, so you cannot make a request to it." msgstr "" -msgid "This comment has been hidden. See annotations to\\n find out why. If you are the requester, then you may <a href=\"%s\">sign in</a> to view the response." +msgid "This comment has been hidden. See annotations to\\n find out why. If you are the requester, then you may <a href=\"{{url}}\">sign in</a> to view the response." msgstr "" msgid "This covers a very wide spectrum of information about the state of\\n the <strong>natural and built environment</strong>, such as:" @@ -2360,7 +2347,7 @@ msgstr "" msgid "This is your own request, so you will be automatically emailed when new responses arrive." msgstr "" -msgid "This outgoing message has been hidden. See annotations to\\n\t\t\t\t\t\tfind out why. If you are the requester, then you may <a href=\"%s\">sign in</a> to view the response." +msgid "This outgoing message has been hidden. See annotations to\\n\t\t\t\t\t\tfind out why. If you are the requester, then you may <a href=\"{{url}}\">sign in</a> to view the response." msgstr "" msgid "This particular request is finished:" @@ -2369,19 +2356,19 @@ msgstr "" msgid "This person has made no Freedom of Information requests using this site." msgstr "" -msgid "This person's %d Freedom of Information request" -msgid_plural "This person's %d Freedom of Information requests" +msgid "This person's annotations" +msgstr "" + +msgid "This person's {{count}} Freedom of Information request" +msgid_plural "This person's {{count}} Freedom of Information requests" msgstr[0] "" msgstr[1] "" -msgid "This person's %d annotation" -msgid_plural "This person's %d annotations" +msgid "This person's {{count}} annotation" +msgid_plural "This person's {{count}} annotations" msgstr[0] "" msgstr[1] "" -msgid "This person's annotations" -msgstr "" - msgid "This request <strong>requires administrator attention</strong>" msgstr "" @@ -2403,7 +2390,7 @@ msgstr "" 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 "" -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=\"%s\">contact us</a>." +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 "" msgid "This request has been reported for administrator attention" @@ -2418,7 +2405,7 @@ msgstr "" msgid "This request has prominence 'hidden'. You can only see it because you are logged\\n in as a super user." msgstr "" -msgid "This request is hidden, so that only you the requester can see it. Please\\n <a href=\"%s\">contact us</a> if you are not sure why." +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 "" msgid "This request is still in progress:" @@ -2430,7 +2417,7 @@ msgstr "" msgid "This request was not made via {{site_name}}" msgstr "" -msgid "This response has been hidden. See annotations to find out why.\\n If you are the requester, then you may <a href=\"%s\">sign in</a> to view the response." +msgid "This response has been hidden. See annotations to find out why.\\n If you are the requester, then you may <a href=\"{{url}}\">sign in</a> to view the response." msgstr "" 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." @@ -2502,7 +2489,7 @@ msgstr "" msgid "To reply to " msgstr "" -msgid "To report this FOI request" +msgid "To report this request" msgstr "" msgid "To send a follow up message to " @@ -2589,7 +2576,7 @@ msgstr "" msgid "Unexpected search result type " msgstr "" -msgid "Unfortunately we don't know the FOI\\nemail address for that authority, so we can't validate this.\\nPlease <a href=\"%s\">contact us</a> to sort it out." +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 "" msgid "Unfortunately, we do not have a working {{info_request_law_used_full}}\\naddress for" @@ -2724,6 +2711,12 @@ msgstr "" msgid "Was the response you got to your FOI request any good?" msgstr "" +msgid "We consider it is not a valid FOI request, and have therefore hidden it from other users." +msgstr "" + +msgid "We consider it to be vexatious, and have therefore hidden it from other users." +msgstr "" + msgid "We do not have a working request email address for this authority." msgstr "" @@ -2733,7 +2726,7 @@ msgstr "" msgid "We don't know whether the most recent response to this request contains\\n information or not\\n –\\n\tif you are {{user_link}} please <a href=\"{{url}}\">sign in</a> and let everyone know." msgstr "" -msgid "We will not reveal your email address to anybody unless you or\\n the law tell us to (<a href=\"%s\">details</a>). " +msgid "We will not reveal your email address to anybody unless you or\\n the law tell us to (<a href=\"{{url}}\">details</a>). " msgstr "" msgid "We will not reveal your email address to anybody unless you\\nor the law tell us to." @@ -2775,7 +2768,7 @@ msgstr "" msgid "When you receive the paper response, please help\\n others find out what it says:" msgstr "" -msgid "When you're done, <strong>come back here</strong>, <a href=\"%s\">reload this page</a> and file your new request." +msgid "When you're done, <strong>come back here</strong>, <a href=\"{{url}}\">reload this page</a> and file your new request." msgstr "" msgid "Which of these is happening?" @@ -2877,7 +2870,7 @@ msgstr "" 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 "" -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=\"%s\">send it to us</a>." +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 "" 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>." @@ -2895,6 +2888,9 @@ msgstr "" msgid "You need to be logged in to edit your profile." msgstr "" +msgid "You need to be logged in to report a request for administrator attention" +msgstr "" + msgid "You previously submitted that exact follow up message for this request." msgstr "" @@ -2916,6 +2912,9 @@ msgstr "" msgid "You will only get an answer to your request if you follow up\\nwith the clarification." msgstr "" +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 "" + msgid "You're in. <a href=\"#\" id=\"send-request\">Continue sending your request</a>" msgstr "" @@ -2928,17 +2927,7 @@ msgstr "" msgid "You've now cleared your profile photo" msgstr "" -msgid "Your %d Freedom of Information request" -msgid_plural "Your %d Freedom of Information requests" -msgstr[0] "" -msgstr[1] "" - -msgid "Your %d annotation" -msgid_plural "Your %d annotations" -msgstr[0] "" -msgstr[1] "" - -msgid "Your <strong>name will appear publicly</strong> \\n (<a href=\"%s\">why?</a>)\\n on this website and in search engines. If you\\n are thinking of using a pseudonym, please \\n <a href=\"%s\">read this first</a>." +msgid "Your <strong>name will appear publicly</strong>\\n (<a href=\"{{why_url}}\">why?</a>)\\n on this website and in search engines. If you\\n are thinking of using a pseudonym, please\\n <a href=\"{{help_url}}\">read this first</a>." msgstr "" msgid "Your annotations" @@ -2950,7 +2939,7 @@ msgstr "" msgid "Your e-mail:" msgstr "" -msgid "Your follow up has not been sent because this request has been stopped to prevent spam. Please <a href=\"%s\">contact us</a> if you really want to send a follow up message." +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 "" msgid "Your follow up message has been sent on its way." @@ -2974,7 +2963,7 @@ msgstr "" msgid "Your name and annotation will appear in <strong>search engines</strong>." msgstr "" -msgid "Your name, request and any responses will appear in <strong>search engines</strong>\\n (<a href=\"%s\">details</a>)." +msgid "Your name, request and any responses will appear in <strong>search engines</strong>\\n (<a href=\"{{url}}\">details</a>)." msgstr "" msgid "Your name:" @@ -2992,6 +2981,12 @@ msgstr "" msgid "Your photo will be shown in public <strong>on the Internet</strong>,\\n wherever you do something on {{site_name}}." msgstr "" +msgid "Your request '{{request}}' at {{url}} has been reviewed by moderators." +msgstr "" + +msgid "Your request on {{site_name}} hidden" +msgstr "" + msgid "Your request was called {{info_request}}. Letting everyone know whether you got the information will help us keep tabs on" msgstr "" @@ -3001,12 +2996,22 @@ msgstr "" msgid "Your response to an FOI request was not delivered" msgstr "" -msgid "Your response will <strong>appear on the Internet</strong>, <a href=\"%s\">read why</a> and answers to other questions." +msgid "Your response will <strong>appear on the Internet</strong>, <a href=\"{{url}}\">read why</a> and answers to other questions." msgstr "" msgid "Your thoughts on what the {{site_name}} <strong>administrators</strong> should do about the request." msgstr "" +msgid "Your {{count}} Freedom of Information request" +msgid_plural "Your {{count}} Freedom of Information requests" +msgstr[0] "" +msgstr[1] "" + +msgid "Your {{count}} annotation" +msgid_plural "Your {{count}} annotations" +msgstr[0] "" +msgstr[1] "" + msgid "Your {{site_name}} email alert" msgstr "" @@ -3016,6 +3021,9 @@ msgstr "" msgid "Yours sincerely," msgstr "" +msgid "Yours," +msgstr "" + msgid "[FOI #{{request}} email]" msgstr "" @@ -3175,7 +3183,7 @@ msgstr "" msgid "no later than" msgstr "" -msgid "no longer exists. If you are trying to make\\n 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=\"%s\">send it to us</a>." +msgid "no longer exists. If you are trying to make\\n 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 "normally" @@ -3282,9 +3290,32 @@ msgstr "" msgid "users" msgstr "" +msgid "what's that?" +msgstr "" + msgid "{{count}} FOI requests found" msgstr "" +msgid "{{count}} Freedom of Information request to {{public_body_name}}" +msgid_plural "{{count}} Freedom of Information requests to {{public_body_name}}" +msgstr[0] "" +msgstr[1] "" + +msgid "{{count}} person is following this authority" +msgid_plural "{{count}} people are following this authority" +msgstr[0] "" +msgstr[1] "" + +msgid "{{count}} request" +msgid_plural "{{count}} requests" +msgstr[0] "" +msgstr[1] "" + +msgid "{{count}} request made." +msgid_plural "{{count}} requests made." +msgstr[0] "" +msgstr[1] "" + 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 "" diff --git a/locale/app.pot b/locale/app.pot index 4407500c9..1a0db5649 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: 2013-03-14 14:02-0700\n" +"POT-Creation-Date: 2013-06-24 09:40-0700\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" @@ -19,7 +19,7 @@ msgstr "" 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 "" -msgid " (<strong>no ranty</strong> politics, read our <a href=\"%s\">moderation policy</a>)" +msgid " (<strong>no ranty</strong> politics, read our <a href=\"{{url}}\">moderation policy</a>)" msgstr "" msgid " (<strong>patience</strong>, especially for large files, it may take a while!)" @@ -49,7 +49,7 @@ msgstr "" msgid " Ideas on what <strong>other documents to request</strong> which the authority may hold. " msgstr "" -msgid " If you know the address to use, then please <a href=\"%s\">send it to us</a>.\\n You may be able to find the address on their website, or by phoning them up and asking." +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 "" msgid " Include relevant links, such as to a campaign page, your blog or a\\n twitter account. They will be made clickable. \\n e.g." @@ -88,21 +88,6 @@ msgstr "" msgid "\"Hello! We have an <a href=\\\"/help/alaveteli?country_name=#{CGI.escape(current_country)}\\\">important message</a> for visitors outside {{country_name}}\"" msgstr "" -msgid "%d Freedom of Information request to %s" -msgid_plural "%d Freedom of Information requests to %s" -msgstr[0] "" -msgstr[1] "" - -msgid "%d request" -msgid_plural "%d requests" -msgstr[0] "" -msgstr[1] "" - -msgid "%d request made." -msgid_plural "%d requests made." -msgstr[0] "" -msgstr[1] "" - msgid "'Crime statistics by ward level for Wales'" msgstr "" @@ -136,31 +121,13 @@ msgstr "" msgid "3. Now check your request" msgstr "" -msgid "<a class=\"link_button_green\" href=\"{{url}}\">{{text}}</a>" -msgstr "" - -msgid "<a href=\"%s\">Add an annotation</a> (to help the requester or others)" -msgstr "" - -msgid "<a href=\"%s\">Are we missing a public authority?</a>" -msgstr "" - -msgid "<a href=\"%s\">Are you the owner of\\n any commercial copyright on this page?</a>" -msgstr "" - -msgid "<a href=\"%s\">Browse all</a> or <a href=\"%s\">ask us to add one</a>." -msgstr "" - -msgid "<a href=\"%s\">Can't find the one you want?</a>" -msgstr "" - -msgid "<a href=\"%s\">Sign in</a> to change password, subscriptions and more ({{user_name}} only)" +msgid "<a href=\"{{browse_url}}\">Browse all</a> or <a href=\"{{add_url}}\">ask us to add one</a>." msgstr "" -msgid "<a href=\"%s\">details</a>" +msgid "<a href=\"{{url}}\">Add an annotation</a> (to help the requester or others)" msgstr "" -msgid "<a href=\"%s\">what's that?</a>" +msgid "<a href=\"{{url}}\">Sign in</a> to change password, subscriptions and more ({{user_name}} only)" msgstr "" 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>" @@ -190,16 +157,22 @@ msgstr "" 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 "" +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 "" + 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 "" 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 "" -msgid "<p>You do not need to include your email in the request in order to get a reply (<a href=\"%s\">details</a>).</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 "" -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=\"%s\">details</a>).</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 "" + +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 "" 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>" @@ -214,12 +187,7 @@ msgstr "" 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 "" -msgid "<span id='follow_count'>%d</span> person is following this authority" -msgid_plural "<span id='follow_count'>%d</span> people are following this authority" -msgstr[0] "" -msgstr[1] "" - -msgid "<strong> Can I request information about myself?</strong>\\n\t\t\t<a href=\"%s\">No! (Click here for details)</a>" +msgid "<strong> Can I request information about myself?</strong>\\n\t\t\t<a href=\"{{url}}\">No! (Click here for details)</a>" msgstr "" msgid "<strong><code>commented_by:tony_bowden</code></strong> to search annotations made by Tony Bowden, typing the name as in the URL." @@ -273,7 +241,7 @@ msgstr "" 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 "" -msgid "<strong>Privacy note:</strong> If you want to request private information about\\n yourself then <a href=\"%s\">click here</a>." +msgid "<strong>Privacy note:</strong> If you want to request private information about\\n yourself then <a href=\"{{url}}\">click here</a>." msgstr "" msgid "<strong>Privacy note:</strong> Your photo will be shown in public on the Internet,\\n wherever you do something on {{site_name}}." @@ -303,6 +271,9 @@ msgstr "" msgid "A Freedom of Information request" msgstr "" +msgid "A full history of my FOI request and all correspondence is available on the Internet at this address: {{url}}" +msgstr "" + 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 "" @@ -327,6 +298,15 @@ msgstr "" msgid "Act on what you've learnt" msgstr "" +msgid "Acts as xapian/acts as xapian job" +msgstr "" + +msgid "ActsAsXapian::ActsAsXapianJob|Action" +msgstr "" + +msgid "ActsAsXapian::ActsAsXapianJob|Model" +msgstr "" + msgid "Add an annotation" msgstr "" @@ -408,10 +388,16 @@ msgstr "" msgid "Applies to" msgstr "" +msgid "Are we missing a public authority?" +msgstr "" + +msgid "Are you the owner of any commercial copyright on this page?" +msgstr "" + msgid "Ask for <strong>specific</strong> documents or information, this site is not suitable for general enquiries." msgstr "" -msgid "At the bottom of this page, write a reply to them trying to persuade them to scan it in\\n (<a href=\"%s\">more details</a>)." +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 "" msgid "Attachment (optional):" @@ -450,6 +436,9 @@ msgstr "" msgid "Calculated home page" msgstr "" +msgid "Can't find the one you want?" +msgstr "" + msgid "Cancel a {{site_name}} alert" msgstr "" @@ -615,6 +604,9 @@ msgstr "" msgid "Date:" msgstr "" +msgid "Dear {{name}}," +msgstr "" + msgid "Dear {{public_body_name}}," msgstr "" @@ -693,7 +685,7 @@ msgstr "" msgid "Enter words that you want to find separated by spaces, e.g. <strong>climbing lane</strong>" msgstr "" -msgid "Enter your response below. You may attach one file (use email, or\\n <a href=\"%s\">contact us</a> if you need more)." +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 "" msgid "Environmental Information Regulations" @@ -714,10 +706,10 @@ msgstr "" msgid "Event {{id}}" msgstr "" -msgid "Everything that you enter on this page, including <strong>your name</strong>,\\n will be <strong>displayed publicly</strong> on\\n this website forever (<a href=\"%s\">why?</a>)." +msgid "Everything that you enter on this page, including <strong>your name</strong>,\\n will be <strong>displayed publicly</strong> on\\n this website forever (<a href=\"{{url}}\">why?</a>)." msgstr "" -msgid "Everything that you enter on this page\\n will be <strong>displayed publicly</strong> on\\n this website forever (<a href=\"%s\">why?</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 "" msgid "FOI" @@ -744,13 +736,16 @@ msgstr "" msgid "Failed to convert image to a PNG" msgstr "" -msgid "Failed to convert image to the correct size: at %{cols}x%{rows}, need %{width}x%{height}" +msgid "Failed to convert image to the correct size: at {{cols}}x{{rows}}, need {{width}}x{{height}}" msgstr "" msgid "Filter" msgstr "" -msgid "First, type in the <strong>name of the UK public authority</strong> you'd \\n like information from. <strong>By law, they have to respond</strong>\\n (<a href=\"%s#%s\">why?</a>)." +msgid "First, did your other requests succeed?" +msgstr "" + +msgid "First, type in the <strong>name of the UK public authority</strong> you'd\\n like information from. <strong>By law, they have to respond</strong>\\n (<a href=\"{{url}}\">why?</a>)." msgstr "" msgid "Foi attachment" @@ -831,8 +826,8 @@ msgstr "" msgid "Forgotten your password?" msgstr "" -msgid "Found %d public authority %s" -msgid_plural "Found %d public authorities %s" +msgid "Found {{count}} public authority {{description}}" +msgid_plural "Found {{count}} public authorities {{description}}" msgstr[0] "" msgstr[1] "" @@ -869,7 +864,7 @@ msgstr "" msgid "From" 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=\"%s\">send it to us</a>." +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:" @@ -881,6 +876,18 @@ msgstr "" msgid "Handled by post." msgstr "" +msgid "Has tag string/has tag string tag" +msgstr "" + +msgid "HasTagString::HasTagStringTag|Model" +msgstr "" + +msgid "HasTagString::HasTagStringTag|Name" +msgstr "" + +msgid "HasTagString::HasTagStringTag|Value" +msgstr "" + msgid "Hello! You can make Freedom of Information requests within {{country_name}} at {{link_to_website}}" msgstr "" @@ -932,6 +939,9 @@ msgstr "" msgid "I am requesting an <strong>internal review</strong>" msgstr "" +msgid "I am writing to request an internal review of {{public_body_name}}'s handling of my FOI request '{{info_request_title}}'." +msgstr "" + msgid "I don't like these ones — give me some more!" msgstr "" @@ -971,7 +981,7 @@ msgstr "" msgid "Id" msgstr "" -msgid "If the address is wrong, or you know a better address, please <a href=\"%s\">contact us</a>." +msgid "If the address is wrong, or you know a better address, please <a href=\"{{url}}\">contact us</a>." msgstr "" 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." @@ -980,16 +990,16 @@ msgstr "" 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 "" -msgid "If you are dissatisfied by the response you got from\\n the public authority, you have the right to\\n complain (<a href=\"%s\">details</a>)." +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 "" -msgid "If you are still having trouble, please <a href=\"%s\">contact us</a>." +msgid "If you are still having trouble, please <a href=\"{{url}}\">contact us</a>." msgstr "" -msgid "If you are the requester, then you may <a href=\"%s\">sign in</a> to view the request." +msgid "If you are the requester, then you may <a href=\"{{url}}\">sign in</a> to view the request." msgstr "" -msgid "If you are thinking of using a pseudonym,\\n please <a href=\"%s\">read this first</a>." +msgid "If you are thinking of using a pseudonym,\\n please <a href=\"{{url}}\">read this first</a>." msgstr "" msgid "If you are {{user_link}}, please" @@ -1160,7 +1170,7 @@ msgstr "" msgid "Just one more thing" msgstr "" -msgid "Keep it <strong>focused</strong>, you'll be more likely to get what you want (<a href=\"%s\">why?</a>)." +msgid "Keep it <strong>focused</strong>, you'll be more likely to get what you want (<a href=\"{{url}}\">why?</a>)." msgstr "" msgid "Keywords" @@ -1229,18 +1239,15 @@ msgstr "" msgid "MailServerLog|Order" msgstr "" -msgid "Make a new <strong>Environmental Information</strong> request" -msgstr "" - -msgid "Make a new <strong>Freedom of Information</strong> request to {{public_body}}" -msgstr "" - msgid "Make a new<br/>\\n <strong>Freedom <span>of</span><br/>\\n Information<br/>\\n request</strong>" msgstr "" msgid "Make a request" msgstr "" +msgid "Make a request to this authority" +msgstr "" + msgid "Make an {{law_used_short}} request to '{{public_body_name}}'" msgstr "" @@ -1478,7 +1485,7 @@ msgstr "" msgid "Please" msgstr "" -msgid "Please <a href=\"%s\">get in touch</a> with us so we can fix it." +msgid "Please <a href=\"{{url}}\">get in touch</a> with us so we can fix it." msgstr "" msgid "Please <strong>answer the question above</strong> so we know whether the " @@ -1499,6 +1506,9 @@ msgstr "" msgid "Please choose a file containing your photo." msgstr "" +msgid "Please choose a reason" +msgstr "" + msgid "Please choose what sort of reply you are making." msgstr "" @@ -1580,10 +1590,13 @@ msgstr "" 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 "" +msgid "Please pass this on to the person who conducts Freedom of Information reviews." +msgstr "" + msgid "Please select each of these requests in turn, and <strong>let everyone know</strong>\\nif they are successful yet or not." msgstr "" -msgid "Please sign at the bottom with your name, or alter the \"%{signoff}\" signature" +msgid "Please sign at the bottom with your name, or alter the \"{{signoff}}\" signature" msgstr "" msgid "Please sign in as " @@ -1691,9 +1704,6 @@ msgstr "" msgid "Public body" msgstr "" -msgid "Public body/translation" -msgstr "" - msgid "Public notes" msgstr "" @@ -1703,33 +1713,6 @@ msgstr "" msgid "Public page not available" msgstr "" -msgid "PublicBody::Translation|Disclosure log" -msgstr "" - -msgid "PublicBody::Translation|First letter" -msgstr "" - -msgid "PublicBody::Translation|Locale" -msgstr "" - -msgid "PublicBody::Translation|Name" -msgstr "" - -msgid "PublicBody::Translation|Notes" -msgstr "" - -msgid "PublicBody::Translation|Publication scheme" -msgstr "" - -msgid "PublicBody::Translation|Request email" -msgstr "" - -msgid "PublicBody::Translation|Short name" -msgstr "" - -msgid "PublicBody::Translation|Url name" -msgstr "" - msgid "PublicBody|Api key" msgstr "" @@ -1823,6 +1806,9 @@ msgstr "" msgid "Report an offensive or unsuitable request" msgstr "" +msgid "Report request" +msgstr "" + msgid "Report this request" msgstr "" @@ -1928,8 +1914,8 @@ msgstr "" msgid "Search the site to find what you were looking for." msgstr "" -msgid "Search within the %d Freedom of Information requests to %s" -msgid_plural "Search within the %d Freedom of Information requests made to %s" +msgid "Search within the {{count}} Freedom of Information requests to {{public_body_name}}" +msgid_plural "Search within the {{count}} Freedom of Information requests made to {{public_body_name}}" msgstr[0] "" msgstr[1] "" @@ -2041,9 +2027,6 @@ msgstr "" msgid "Special note for this authority!" msgstr "" -msgid "Start" -msgstr "" - msgid "Start now »" msgstr "" @@ -2194,16 +2177,16 @@ msgstr "" msgid "The request was refused by the public authority" msgstr "" -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=\"%s\">contact us</a> if you have any questions." +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 "" msgid "The requester has abandoned this request for some reason" msgstr "" -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" +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 "" -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" +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 "" msgid "The search index is currently offline, so we can't show the Freedom of Information requests that have been made to this authority." @@ -2212,6 +2195,9 @@ msgstr "" msgid "The search index is currently offline, so we can't show the Freedom of Information requests this person has made." msgstr "" +msgid "The {{site_name}} team." +msgstr "" + msgid "Then you can cancel the alert." msgstr "" @@ -2287,17 +2273,17 @@ msgstr "" msgid "There are {{count}} new annotations on your {{info_request}} request. Follow this link to see what they wrote." msgstr "" -msgid "There is %d person following this request" -msgid_plural "There are %d people following this request" -msgstr[0] "" -msgstr[1] "" - 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 "" 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 "" +msgid "There is {{count}} person following this request" +msgid_plural "There are {{count}} people following this request" +msgstr[0] "" +msgstr[1] "" + msgid "There was a <strong>delivery error</strong> or similar, which needs fixing by the {{site_name}} team." msgstr "" @@ -2334,7 +2320,7 @@ msgstr "" msgid "This authority no longer exists, so you cannot make a request to it." msgstr "" -msgid "This comment has been hidden. See annotations to\\n find out why. If you are the requester, then you may <a href=\"%s\">sign in</a> to view the response." +msgid "This comment has been hidden. See annotations to\\n find out why. If you are the requester, then you may <a href=\"{{url}}\">sign in</a> to view the response." msgstr "" msgid "This covers a very wide spectrum of information about the state of\\n the <strong>natural and built environment</strong>, such as:" @@ -2358,7 +2344,7 @@ msgstr "" msgid "This is your own request, so you will be automatically emailed when new responses arrive." msgstr "" -msgid "This outgoing message has been hidden. See annotations to\\n\t\t\t\t\t\tfind out why. If you are the requester, then you may <a href=\"%s\">sign in</a> to view the response." +msgid "This outgoing message has been hidden. See annotations to\\n\t\t\t\t\t\tfind out why. If you are the requester, then you may <a href=\"{{url}}\">sign in</a> to view the response." msgstr "" msgid "This particular request is finished:" @@ -2367,19 +2353,19 @@ msgstr "" msgid "This person has made no Freedom of Information requests using this site." msgstr "" -msgid "This person's %d Freedom of Information request" -msgid_plural "This person's %d Freedom of Information requests" +msgid "This person's annotations" +msgstr "" + +msgid "This person's {{count}} Freedom of Information request" +msgid_plural "This person's {{count}} Freedom of Information requests" msgstr[0] "" msgstr[1] "" -msgid "This person's %d annotation" -msgid_plural "This person's %d annotations" +msgid "This person's {{count}} annotation" +msgid_plural "This person's {{count}} annotations" msgstr[0] "" msgstr[1] "" -msgid "This person's annotations" -msgstr "" - msgid "This request <strong>requires administrator attention</strong>" msgstr "" @@ -2401,7 +2387,7 @@ msgstr "" 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 "" -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=\"%s\">contact us</a>." +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 "" msgid "This request has been reported for administrator attention" @@ -2416,7 +2402,7 @@ msgstr "" msgid "This request has prominence 'hidden'. You can only see it because you are logged\\n in as a super user." msgstr "" -msgid "This request is hidden, so that only you the requester can see it. Please\\n <a href=\"%s\">contact us</a> if you are not sure why." +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 "" msgid "This request is still in progress:" @@ -2428,7 +2414,7 @@ msgstr "" msgid "This request was not made via {{site_name}}" msgstr "" -msgid "This response has been hidden. See annotations to find out why.\\n If you are the requester, then you may <a href=\"%s\">sign in</a> to view the response." +msgid "This response has been hidden. See annotations to find out why.\\n If you are the requester, then you may <a href=\"{{url}}\">sign in</a> to view the response." msgstr "" 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." @@ -2500,7 +2486,7 @@ msgstr "" msgid "To reply to " msgstr "" -msgid "To report this FOI request" +msgid "To report this request" msgstr "" msgid "To send a follow up message to " @@ -2587,7 +2573,7 @@ msgstr "" msgid "Unexpected search result type " msgstr "" -msgid "Unfortunately we don't know the FOI\\nemail address for that authority, so we can't validate this.\\nPlease <a href=\"%s\">contact us</a> to sort it out." +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 "" msgid "Unfortunately, we do not have a working {{info_request_law_used_full}}\\naddress for" @@ -2722,6 +2708,12 @@ msgstr "" msgid "Was the response you got to your FOI request any good?" msgstr "" +msgid "We consider it is not a valid FOI request, and have therefore hidden it from other users." +msgstr "" + +msgid "We consider it to be vexatious, and have therefore hidden it from other users." +msgstr "" + msgid "We do not have a working request email address for this authority." msgstr "" @@ -2731,7 +2723,7 @@ msgstr "" msgid "We don't know whether the most recent response to this request contains\\n information or not\\n –\\n\tif you are {{user_link}} please <a href=\"{{url}}\">sign in</a> and let everyone know." msgstr "" -msgid "We will not reveal your email address to anybody unless you or\\n the law tell us to (<a href=\"%s\">details</a>). " +msgid "We will not reveal your email address to anybody unless you or\\n the law tell us to (<a href=\"{{url}}\">details</a>). " msgstr "" msgid "We will not reveal your email address to anybody unless you\\nor the law tell us to." @@ -2773,7 +2765,7 @@ msgstr "" msgid "When you receive the paper response, please help\\n others find out what it says:" msgstr "" -msgid "When you're done, <strong>come back here</strong>, <a href=\"%s\">reload this page</a> and file your new request." +msgid "When you're done, <strong>come back here</strong>, <a href=\"{{url}}\">reload this page</a> and file your new request." msgstr "" msgid "Which of these is happening?" @@ -2875,7 +2867,7 @@ msgstr "" 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 "" -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=\"%s\">send it to us</a>." +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 "" 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>." @@ -2893,6 +2885,9 @@ msgstr "" msgid "You need to be logged in to edit your profile." msgstr "" +msgid "You need to be logged in to report a request for administrator attention" +msgstr "" + msgid "You previously submitted that exact follow up message for this request." msgstr "" @@ -2914,6 +2909,9 @@ msgstr "" msgid "You will only get an answer to your request if you follow up\\nwith the clarification." msgstr "" +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 "" + msgid "You're in. <a href=\"#\" id=\"send-request\">Continue sending your request</a>" msgstr "" @@ -2926,17 +2924,7 @@ msgstr "" msgid "You've now cleared your profile photo" msgstr "" -msgid "Your %d Freedom of Information request" -msgid_plural "Your %d Freedom of Information requests" -msgstr[0] "" -msgstr[1] "" - -msgid "Your %d annotation" -msgid_plural "Your %d annotations" -msgstr[0] "" -msgstr[1] "" - -msgid "Your <strong>name will appear publicly</strong> \\n (<a href=\"%s\">why?</a>)\\n on this website and in search engines. If you\\n are thinking of using a pseudonym, please \\n <a href=\"%s\">read this first</a>." +msgid "Your <strong>name will appear publicly</strong>\\n (<a href=\"{{why_url}}\">why?</a>)\\n on this website and in search engines. If you\\n are thinking of using a pseudonym, please\\n <a href=\"{{help_url}}\">read this first</a>." msgstr "" msgid "Your annotations" @@ -2948,7 +2936,7 @@ msgstr "" msgid "Your e-mail:" msgstr "" -msgid "Your follow up has not been sent because this request has been stopped to prevent spam. Please <a href=\"%s\">contact us</a> if you really want to send a follow up message." +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 "" msgid "Your follow up message has been sent on its way." @@ -2972,7 +2960,7 @@ msgstr "" msgid "Your name and annotation will appear in <strong>search engines</strong>." msgstr "" -msgid "Your name, request and any responses will appear in <strong>search engines</strong>\\n (<a href=\"%s\">details</a>)." +msgid "Your name, request and any responses will appear in <strong>search engines</strong>\\n (<a href=\"{{url}}\">details</a>)." msgstr "" msgid "Your name:" @@ -2990,6 +2978,12 @@ msgstr "" msgid "Your photo will be shown in public <strong>on the Internet</strong>,\\n wherever you do something on {{site_name}}." msgstr "" +msgid "Your request '{{request}}' at {{url}} has been reviewed by moderators." +msgstr "" + +msgid "Your request on {{site_name}} hidden" +msgstr "" + msgid "Your request was called {{info_request}}. Letting everyone know whether you got the information will help us keep tabs on" msgstr "" @@ -2999,12 +2993,22 @@ msgstr "" msgid "Your response to an FOI request was not delivered" msgstr "" -msgid "Your response will <strong>appear on the Internet</strong>, <a href=\"%s\">read why</a> and answers to other questions." +msgid "Your response will <strong>appear on the Internet</strong>, <a href=\"{{url}}\">read why</a> and answers to other questions." msgstr "" msgid "Your thoughts on what the {{site_name}} <strong>administrators</strong> should do about the request." msgstr "" +msgid "Your {{count}} Freedom of Information request" +msgid_plural "Your {{count}} Freedom of Information requests" +msgstr[0] "" +msgstr[1] "" + +msgid "Your {{count}} annotation" +msgid_plural "Your {{count}} annotations" +msgstr[0] "" +msgstr[1] "" + msgid "Your {{site_name}} email alert" msgstr "" @@ -3014,6 +3018,9 @@ msgstr "" msgid "Yours sincerely," msgstr "" +msgid "Yours," +msgstr "" + msgid "[FOI #{{request}} email]" msgstr "" @@ -3173,7 +3180,7 @@ msgstr "" msgid "no later than" msgstr "" -msgid "no longer exists. If you are trying to make\\n 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=\"%s\">send it to us</a>." +msgid "no longer exists. If you are trying to make\\n 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 "normally" @@ -3280,9 +3287,32 @@ msgstr "" msgid "users" msgstr "" +msgid "what's that?" +msgstr "" + msgid "{{count}} FOI requests found" msgstr "" +msgid "{{count}} Freedom of Information request to {{public_body_name}}" +msgid_plural "{{count}} Freedom of Information requests to {{public_body_name}}" +msgstr[0] "" +msgstr[1] "" + +msgid "{{count}} person is following this authority" +msgid_plural "{{count}} people are following this authority" +msgstr[0] "" +msgstr[1] "" + +msgid "{{count}} request" +msgid_plural "{{count}} requests" +msgstr[0] "" +msgstr[1] "" + +msgid "{{count}} request made." +msgid_plural "{{count}} requests made." +msgstr[0] "" +msgstr[1] "" + 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 "" diff --git a/locale/ar/app.po b/locale/ar/app.po index ace9c8950..fb1adb0cf 100644 --- a/locale/ar/app.po +++ b/locale/ar/app.po @@ -3,15 +3,21 @@ # This file is distributed under the same license as the PACKAGE package. # # Translators: -# <aelharaty@gmail.com>, 2012. +# aelharaty <aelharaty@gmail.com>, 2012 +# aelharaty <aelharaty@gmail.com>, 2012 +# radproject <radhouanef@gmail.com>, 2013 +# radproject <radhouanef@gmail.com>, 2013 +# radproject <radhouanef@gmail.com>, 2013 +# <rwiwina@live.fr>, 2013 +# <sana_bj@live.fr>, 2013 msgid "" msgstr "" "Project-Id-Version: alaveteli\n" "Report-Msgid-Bugs-To: http://github.com/sebbacon/alaveteli/issues\n" -"POT-Creation-Date: 2013-03-14 14:02-0700\n" -"PO-Revision-Date: 2013-03-14 21:07+0000\n" +"POT-Creation-Date: 2013-06-24 09:40-0700\n" +"PO-Revision-Date: 2013-06-24 16:52+0000\n" "Last-Translator: louisecrow <louise@mysociety.org>\n" -"Language-Team: LANGUAGE <LL@li.org>\n" +"Language-Team: Arabic (http://www.transifex.com/projects/p/alaveteli/language/ar/)\n" "Language: ar\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -19,838 +25,817 @@ msgstr "" "Plural-Forms: nplurals=6; plural=n==0 ? 0 : n==1 ? 1 : n==2 ? 2 : n%100>=3 && n%100<=10 ? 3 : n%100>=11 && n%100<=99 ? 4 : 5;\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 "" +msgstr "هذا سوف يظهر على حسابك {{site_name}} ، لتمكين الأخرين من المشاركة" -msgid " (<strong>no ranty</strong> politics, read our <a href=\"%s\">moderation policy</a>)" -msgstr "(<strong>no ranty</strong>السياسة، وقراءة لدينا<a href=%s>الاعتدال سياسة</a>" +msgid " (<strong>no ranty</strong> politics, read our <a href=\"{{url}}\">moderation policy</a>)" +msgstr "(<strong>no ranty</strong>السياسة، وقراءة لدينا<a href={{url}}>الاعتدال سياسة</a>" msgid " (<strong>patience</strong>, especially for large files, it may take a while!)" -msgstr "<STRONG> الصبر</STRONG>، وخاصة بالنسبة للملفات كبيرة، قد يستغرق بعض الوقت!)" +msgstr " (<strong>رجاء الانتظار</strong>, خصوصا بالنسبة للملفات الكبيرة, قد يستغرق هذا وقتا!)" msgid " (you)" -msgstr "(أنت)" +msgstr " ( أنت )" msgid " - view and make Freedom of Information requests" -msgstr "- عرض وتقديم طلبات حرية المعلومات" +msgstr "اطلع و قدم طلبات حق النفاذ إلى المعلومة" msgid " - wall" -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 " <strong>ملاحظة:</strong>\\n سوف نمدكم برسالة إلكترونية. قوموا باتباع الإرشادات الموجودة لتتمكنوا من تغير\\n كلمة السر." msgid " <strong>Privacy note:</strong> Your email address will be given to" -msgstr "<strong> ملاحظة الخصوصية: </ STRONG> وستعطى عنوان بريدك الإلكتروني لل" +msgstr " <strong/> ملاحظة حول الخصوصية :<strong> عنوان بريدكم الإلكتروني سيكون ضاهراً ل" msgid " <strong>Summarise</strong> the content of any information returned. " -msgstr "<strong>تلخيص على </STRONG> من أي محتوى المعلومات التي تم إرجاعها." +msgstr " <strong>لخص </strong> مضمون أي معلومة تم إرجاعها. " msgid " Advise on how to <strong>best clarify</strong> the request." -msgstr "ننصح كيفية<strong> توضيح أفضل على </STRONG> الطلب." +msgstr " Advise on how to <strong>best clarify</strong> the request." msgid " Ideas on what <strong>other documents to request</strong> which the authority may hold. " -msgstr "أفكار حول ما يجب طلب وثائق أخرى على <strong> </STRONG> التي قد تعقد السلطة." +msgstr " فكرة عن <strong>وثائق أخرى يمكن طلبها <strong/> و التي قد تحجبها السلطات. " -msgid " If you know the address to use, then please <a href=\"%s\">send it to us</a>.\\n You may be able to find the address on their website, or by phoning them up and asking." +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 "" msgid " Include relevant links, such as to a campaign page, your blog or a\\n twitter account. They will be made clickable. \\n e.g." -msgstr "" +msgstr "تضمين روابط ذات صلة مثل صفحة الحملة،المدوّنةأو صفحة التّويتر. تصبح هذه الروابط متاحة للجميع." msgid " Link to the information requested, if it is <strong>already available</strong> on the Internet. " -msgstr "طلب رابط للمعلومات، إذا كان </strong>على شبكة الإنترنت." +msgstr "قوموا بالربط إلى المعلومة المطلوبة, إذا كانت<strong>موجودة مسبقاً</strong>على شبكة الأنترنات. " msgid " Offer better ways of <strong>wording the request</strong> to get the information. " -msgstr "تقديم أفضل طرق<strong>صيغة الطلب </strong>على المعلومات." +msgstr "قدموا أفضل <strong>صيغة لآلطّلب</strong>من أجل الحصول على المعلومة. " msgid " Say how you've <strong>used the information</strong>, with links if possible." -msgstr "يقول كيف كنت قد<strong>استخدمت المعلومات</strong>,الروابط إذا كان ذلك ممكنا." +msgstr " اذكروا كيفية <strong>استخدامكم للمعلومات</strong>,مع وضع روابط إن أمكن ." msgid " Suggest <strong>where else</strong> the requester might find the information. " -msgstr "" +msgstr " قوموا باقتراح <strong>مكان اخر</strong>أين يمكن لصاحب الطلب أن يجد المعلومة. " 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 " made by " -msgstr "أدلى به" +msgstr "قام به" msgid " or " -msgstr "أو" +msgstr " أو" msgid " when you send this message." -msgstr "عند إرسال هذه الرسالة." +msgstr " عندما تقومون ببعث هذه الرسالة ." msgid "\"Hello! We have an <a href=\\\"/help/alaveteli?country_name=#{CGI.escape(current_country)}\\\">important message</a> for visitors outside {{country_name}}\"" -msgstr "" - -msgid "%d Freedom of Information request to %s" -msgid_plural "%d Freedom of Information requests to %s" -msgstr[0] "" -msgstr[1] "" -msgstr[2] "" -msgstr[3] "" -msgstr[4] "" -msgstr[5] "" - -msgid "%d request" -msgid_plural "%d requests" -msgstr[0] "" -msgstr[1] "" -msgstr[2] "" -msgstr[3] "" -msgstr[4] "" -msgstr[5] "" - -msgid "%d request made." -msgid_plural "%d requests made." -msgstr[0] "" -msgstr[1] "" -msgstr[2] "" -msgstr[3] "" -msgstr[4] "" -msgstr[5] "" +msgstr "\"مرحباً! لدينا <a href=\\\"/help/alaveteli?country_name=#{CGI.escape(current_country)}\\\">رسالة هامة</a> لالزائرين من خارج {{country_name}}\"" msgid "'Crime statistics by ward level for Wales'" -msgstr "'إحصاءات الجريمة حسب مستوى جناح في ويلز'" +msgstr "إحصائيات الجريمة ب\"ويلز\" حسب مقياس \"وارد\" التفاضلي " msgid "'Pollution levels over time for the River Tyne'" -msgstr "\"مستويات التلوث مع مرور الوقت لنهر تاين\"" +msgstr "تطور درجة تلوث نهر التاين عبر الزمن " msgid "'{{link_to_authority}}', a public authority" -msgstr " '{{link_to_authority}}',سلطة عامة" +msgstr "'{{link_to_authority}}', سلطة عامة" msgid "'{{link_to_request}}', a request" -msgstr "'{{link_to_request}}'" +msgstr "'{{link_to_request}}', طلب" msgid "'{{link_to_user}}', a person" -msgstr "" +msgstr "'{{link_to_user}}', شخص" msgid "*unknown*" msgstr "" msgid ",\\n\\n\\n\\nYours,\\n\\n{{user_name}}" -msgstr "" +msgstr ",\\n\\n\\n\\nتحياتي,\\n\\n{{user_name}}" msgid "- or -" -msgstr "- أو -" +msgstr "-أو-" msgid "1. Select an authority" -msgstr "1. حدد سلطة" +msgstr "1. حدد سلطة " msgid "2. Ask for Information" -msgstr "" +msgstr "2. اطلبوا المعلومة" msgid "3. Now check your request" -msgstr "" - -msgid "<a class=\"link_button_green\" href=\"{{url}}\">{{text}}</a>" -msgstr "" - -msgid "<a href=\"%s\">Add an annotation</a> (to help the requester or others)" -msgstr "" +msgstr "3. تحققوا الان من طلبكم" -msgid "<a href=\"%s\">Are we missing a public authority?</a>" +msgid "<a href=\"{{browse_url}}\">Browse all</a> or <a href=\"{{add_url}}\">ask us to add one</a>." msgstr "" -msgid "<a href=\"%s\">Are you the owner of\\n any commercial copyright on this page?</a>" +msgid "<a href=\"{{url}}\">Add an annotation</a> (to help the requester or others)" msgstr "" -msgid "<a href=\"%s\">Browse all</a> or <a href=\"%s\">ask us to add one</a>." -msgstr "" - -msgid "<a href=\"%s\">Can't find the one you want?</a>" -msgstr "" - -msgid "<a href=\"%s\">Sign in</a> to change password, subscriptions and more ({{user_name}} only)" -msgstr "" - -msgid "<a href=\"%s\">details</a>" -msgstr "" - -msgid "<a href=\"%s\">what's that?</a>" +msgid "<a href=\"{{url}}\">Sign in</a> to change password, subscriptions and more ({{user_name}} only)" msgstr "" 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 "" +msgstr "<p>انتهينا! شكراً جزيلاً على المساعدة.</p><p>هنالك <a href=\"{{helpus_url}}\">مزيدٌ من الأشياء التي يمكنكم القيام بها</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 "" +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 "" +msgstr "<p>شكراً لكم! نتمنى أن لا يطول انتظاركم.</p> <p>By law, you should have got a response promptly, and normally before the end of <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 "" +msgstr "<p> </ P> <p> حسب مايمليه القانون،سيصلك الرد في اقرب الآجال، ومن المفروض أن لايتجاوز ذلك تاريخ <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 "" +msgstr "<p>شكرا لك! نأمل أن انتظارك لم يطل.</p><p>يجب أن يصلك رد خلال {{late_number_of_days}} يوما،و سيتم اعلامك ان كان الأمر سيسنغرق وقتا أطول(<a href=\"{{review_url}}\">details</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>شكرا لك! طلبك متاخرا جدا, باكثر من{{very_late_number_of_days}}يوم عمل. يجب ان يتم الرد على اغلب المطالب في حدود {{late_number_of_days}} يوم عمل. اذا كنت ترغب في الاعتراض على ذلك ,انظر اسفله .</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>شكرا لتغيير النص الذي يصفك على حسابك .</p>\\n <p><strong>التالي...</strong>بامكانك تحميل صورة حساب ايضا.</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>شكرا لتحيينك صورة حسابك.</p>\\n <p><strong>التالي...</strong>بامكانك اضافة نص حولك و حول بحثك على حسابك .<pl>" 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 "<نوصيك بتغيير طلبك و ازالة عنوان البريد الالكترونيaddress.\\n اذا قمت بتركه, سيقع ارسال البريد الالكتروني الى السلطة, لكن لن يتم عرضه على الموقع.</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 "" 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>نحن سعيدون لحصولك على كل المعلومات التي كنت ترغب في الحصول عليها. عندما تستفيد من المعلومة او تكتب حولها الرجاء العودة لترك ملحوظة اسفله تذكر ما فعلت/p><p>اذا وجدت {{site_name}} useful, <a href=\"{{donation_url}}\">تبرع</a>للمؤسسة الخيرية التي تديرها it.</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>سعيدون لحصولك على المعلومات التي اردت. اذا وجدتها {{site_name}} مفيدة, <a href=\"{{donation_url}}\">تبرع</a> للمؤسسة الخيرية التي تديرها it.</p><p>اذا اردت ان تجرب و تحصل على بقية المعلومات , تجد ما عليك فعله الان هنا.</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 "" -msgid "<p>You do not need to include your email in the request in order to get a reply (<a href=\"%s\">details</a>).</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 "" -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=\"%s\">details</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 "" 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>طلبك يحتوي على <strong>رمز بريدي</strong>.الرجاء ازالة كل عنوان الا اذا كان متعلقا مباشرة بموضوع طلبك لانه <strong>سيظهر علنياعلى الانترنات </strong>.</p>" msgid "<p>Your {{law_used_full}} request has been <strong>sent on its way</strong>!</p>\\n <p><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\\n replied by then.</p>\\n <p>If you write about this request (for example in a forum or a blog) please link to this page, and add an\\n annotation below telling people about your writing.</p>" -msgstr "" +msgstr "<p> {{law_used_full}}وقع ارسال طلبك <strong> way</strong>!</p>\\n <p><strong>سنرسل لك رسالة الكترونية</strong> عندما يكون هناك رد, او بعد {{late_number_of_days}} يوم عمل ان لم تكن السلطة قد اجابت hasn't\\n الى ذلك الوفت .</p>\\n <p>اذا كتبت حول هذا الطلب (مثلا على منتدى او مدونة ) يرجى وضع رابط هذه الصفحة, و اضافة\\شرح اسفله يخبر الناس عن كنابتك.</p>" msgid "<p>{{site_name}} is currently in maintenance. You can only view existing requests. You cannot make new ones, add followups or annotations, or otherwise change the database.</p> <p>{{read_only}}</p>" -msgstr "<p>{{site_name}}حاليا في الصيانة. يمكنك فقط عرض طلبات موجودة. لا يمكنك تكوين صداقات جديدة، أو إضافة التعليقات التوضيحية المتابعات، أو غير ذلك تغيير قاعدة البيانات..</p> <p>{{read_only}}</p>" +msgstr "<p>{{site_name}} في صيانة حاليا.بامكانك الاطلاع على الطلبات الموجودة فقط.ليس بامكانك تقديم طلبات جدبدة, او ااضافة متابعات او ملاحظات, و الا تغيير قاعدة البيانات.</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>ان كنت تستعمل بريدا الكترونيا يستند الى الواب او محدد \"الرسائل الالكترونية غير المرغوب فيها\" , تثبت من\\nbulk/هذه الملفات. , رسائلنا قد نصنف كبريد الكتروني غير مرغوب فيه احيانا .</small>\\n</p>" -msgid "<span id='follow_count'>%d</span> person is following this authority" -msgid_plural "<span id='follow_count'>%d</span> people are following this authority" -msgstr[0] "" -msgstr[1] "" -msgstr[2] "" -msgstr[3] "" -msgstr[4] "" -msgstr[5] "" - -msgid "<strong> Can I request information about myself?</strong>\\n\t\t\t<a href=\"%s\">No! (Click here for details)</a>" +msgid "<strong> Can I request information about myself?</strong>\\n\t\t\t<a href=\"{{url}}\">No! (Click here for details)</a>" msgstr "" 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:tony_bowden</code></strong>للبحث الشروح التي أدلى بها توني بودين، وكتابة الاسم في عنوان URL لك." +msgstr "<strong><code>تم التعليق عليه من قبل_:طوني_باودن</code></strong>للبحث عن ملاحظات طوني باودن, ادخل الاسم كما في عنوان الموقع." 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>للعثور على كافة الردود مع المرفقات PDF. أو محاولة الرسالة: <code>{{list_of_file_extensions}}</code>" +msgstr "<strong><code>نوعية الملف:pdf</code></strong>لايجاد كل الاجابات مرفوقة بملف PDF . او جرب <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>الطلب:</code></strong> لتضييق مجال البحث, أدخل العنوان كما ورد في عنوان الموقع." 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>وقع الطلب من قبل_:جوليان_طود</code></strong> لايجاد بحوث جوليان طود, ادخل الاسم كما في عنوان الموقع." 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>وقع طلبه_من:الصفحة_الرئيسية</code></strong> لايجاد الطلبات من الصفحة الرئيسية , أدخل الاسم كما في الموقع ." 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>الحالة:</code></strong>للاختيار استنادا على لحالة او تاريخ الطلب, انظر <a href=\"{{statuses_url}}\"> لائحة الاختيارات</a> أسفله." 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>الفئة:عمل خيري</code></strong> لايجاد كل السلط العمومية او الطلبات المحددة بفئة. بامكانك اختيار عدة فئات, \\n تفاضليا, e.g. <code>الفئة:محلي AND الفئة:معاملات_مالية:335633</code>. تذكر ان كل الفئات ستكون موجودة \\n اليا, عليك ان تتاكد من وضع <code>AND</code> اذا كنت تريد الحصول على كل النتائج." 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> لاختيار موضوع البحث , انظر <a href=\"{{varieties_url}}\">لائحة الاختيارات</a> اسفله." msgid "<strong>Advice</strong> on how to get a response that will satisfy the requester. </li>" -msgstr "" +msgstr "<strong>نصيحة</strong>حول كيفية تمكين صاحب الطلب من إجابةٍ شافية. </li>" msgid "<strong>All the information</strong> has been sent" -msgstr "" +msgstr "<strong>كل المعلومات</strong>قد تم ارسالها" msgid "<strong>Anything else</strong>, such as clarifying, prompting, thanking" -msgstr "" +msgstr "<strong>أي شيء آخر</strong>,كالتوضيح، الاستفسار، الشكر" 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>Caveat emptor!</strong>لاستعمال هذه البيانات بدون اساءة, ستحتاج \\na الى الاطلاع جيدا على سلوك مستعملي هذا الموقع على {{site_name}}. كيف, \\nلماذا و من قبل من تم تصنيف الطلبات ليس دقيقا, سيكون\\nهنالك اخطاء من قبل المستعمل و بعض الالتباس. عليك ان تفهم كذلك قانون حرية النفاذ الى المعلومة, و\\nطريقة استعمال السلطات لها. كما ستحتاج ان تكون خبيرا في الاحصاء. يرجى\\n<a href=\"{{contact_path}}\">الاتصال بنا</a> للاستفسار." msgid "<strong>Clarification</strong> has been requested" -msgstr "" +msgstr "<strong>توضيح</strong> وقع الطلب" msgid "<strong>No response</strong> has been received\\n <small>(maybe there's just an acknowledgement)</small>" -msgstr "" +msgstr "<strong>لم يقع تلقي اي طلب</strong> \\n <small>(قد يوجد اشعار استلام فحسب)</small>" msgid "<strong>Note:</strong> Because we're testing, requests are being sent to {{email}} rather than to the actual authority." -msgstr "" +msgstr "<strong>ملاحظة:</strong> نظراً لكوننا في مرحلة التجارب، يفضّل إرسال المطالب إلى {{email}}على ارسالها للمؤسسة الحالية." msgid "<strong>Note:</strong> You're sending a message to yourself, presumably\\n to try out how it works." -msgstr "" +msgstr "<strong>ملاحظة:</strong>من المفترض انك ترسل رسالة الى نفسك لتجرب سير العملية \\n ." 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>Note:</strong>\\n سنرسل بريدا الكترونيا لعنوان بريدك الالكتروني الجديد. اتبع \\n التعليمات الواردة فيه لتؤكد تغيير بريدك الالكتروني ." -msgid "<strong>Privacy note:</strong> If you want to request private information about\\n yourself then <a href=\"%s\">click here</a>." +msgid "<strong>Privacy note:</strong> If you want to request private information about\\n yourself then <a href=\"{{url}}\">click here</a>." msgstr "" 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>Privacy note:</strong> صورتك ستظهر للعلن على الانترنات,\\n كلما قمت بشئ على {{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>تحذير خصوصية:<." msgid "<strong>Some of the information</strong> has been sent " -msgstr "" +msgstr "<strong>بعض المعلومات</strong> تم ارسالها " msgid "<strong>Thank</strong> the public authority or " -msgstr "" +msgstr "<strong>شكر</strong> السلطة العامة أو " msgid "<strong>did not have</strong> the information requested." -msgstr "" +msgstr "<strong>لم تكن لدينا</strong>المعلومات المطلوبة." 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 "A <a href=\"{{request_url}}\">المتابعة</a> الى <em>{{request_title}}</em> وقع ارسالها {{public_body_name}} من قبل {{info_request_user}} بتاريخ {{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 "<a href=\"%s\"> هل تملك الحقوق التجارية </a>" msgid "A <strong>summary</strong> of the response if you have received it by post. " -msgstr "" +msgstr "A <strong>ملخص</strong> الرد ان كنت تلقيته على الصفحة. " msgid "A Freedom of Information request" +msgstr "مطلب حق النفاذ إلى المعلومة" + +msgid "A full history of my FOI request and all correspondence is available on the Internet at this address: {{url}}" msgstr "" 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 "مطلب جديد, <em><a href=\"{{request_url}}\">{{request_title}}</a></em>, تم إرساله إلى {{public_body_name}} من طرف {{info_request_user}} في {{date}}." msgid "A public authority" -msgstr "" +msgstr "مؤسسة عمومية" msgid "A response will be sent <strong>by post</strong>" -msgstr "" +msgstr "سيقع الرد <strong>عبر البريد</strong>" msgid "A strange reponse, required attention by the {{site_name}} team" -msgstr "" +msgstr "A strange reponse, required attention by the {{site_name}} team" msgid "A vexatious request" msgstr "" msgid "A {{site_name}} user" -msgstr "" +msgstr "{{site_name}} مستخدم موقع" msgid "About you:" -msgstr "" +msgstr "معلومات عنك:" msgid "Act on what you've learnt" +msgstr "العمل على ما تعلمته" + +msgid "Acts as xapian/acts as xapian job" msgstr "" -msgid "Add an annotation" +msgid "ActsAsXapian::ActsAsXapianJob|Action" msgstr "" -msgid "Add an annotation to your request with choice quotes, or\\n a <strong>summary of the response</strong>." +msgid "ActsAsXapian::ActsAsXapianJob|Model" msgstr "" +msgid "Add an annotation" +msgstr "إضافة تعليق توضيحي" + +msgid "Add an annotation to your request with choice quotes, or\\n a <strong>summary of the response</strong>." +msgstr "Add an annotation to your request with choice quotes, or \\n a <strong>summary of the response</strong>." + msgid "Added on {{date}}" -msgstr "" +msgstr "أضيف في {{date}}" msgid "Admin level is not included in list" -msgstr "" +msgstr "مستوى المشرف غير مدرج في قائمة" msgid "Administration URL:" -msgstr "" +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 "" +msgstr "نصيحة حول ما اذا كان الرفض قانونيا <strong> </strong>و حول طريقة الاحتجاج ان لم يكن كذلك." msgid "Air, water, soil, land, flora and fauna (including how these effect\\n human beings)" -msgstr "" +msgstr "الهواء, الهواء, التربة, الارض, النباتات و الحيوانات (بالاضافة لتأثيرها على\\n الانسان)" 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 "" +msgstr "يمكن ان تستند كل الخيارات اسفله على <strong>الحالة</strong> or <strong>اخر_حالة</strong> قبل الفاصل. مثال, <strong>الحالة:غير_معتمدة</strong>سوف تتطابق مع الطلبات التي تعتبر غير معتمدة <em>ever</em> ; <strong>اخر_حالة:غير_معتمدة</strong> ستتطابق فقط مع الطلبات التي تعتبر <em>باستمرار</em> غير معتمدة." 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 "يمكن ان تستند كل الخيارات اسفله على <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." msgid "Also called {{other_name}}." -msgstr "" +msgstr "المسماة أيضاً {{other_name}}." 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 "" +msgstr "على الرغم من ان كل الردود تنشر اليا, نعتمد على تقييم صاحب المطلب الاصلي\\nyou." msgid "An <a href=\"{{request_url}}\">annotation</a> to <em>{{request_title}}</em> was made by {{event_comment_user}} on {{date}}" -msgstr "" +msgstr " <a href=\"{{request_url}}\">ملاحظة</a> ل <em>{{request_title}}</em> تمت من قبل {{event_comment_user}} بتاريخ {{date}}" msgid "An <strong>error message</strong> has been received" -msgstr "" +msgstr "An <strong>رسالة خطأ</strong> تم تلقي" msgid "An Environmental Information Regulations request" -msgstr "" +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 "" +msgstr "الملاحظات متوفرة ليستطيع ايا كان ،بمن فيهم انت ، مساعدة الباحثين في طلبهم. مثلا:" msgid "Annotations will be posted publicly here, and are\\n <strong>not</strong> sent to {{public_body_name}}." -msgstr "" +msgstr "سيتم نشر الملاحظات علنيا هنا, وقد تم\\n <strong>not</strong> ارسالها الى {{public_body_name}}." msgid "Anonymous user" -msgstr "" +msgstr "مستخدم غير معروف" msgid "Anyone:" -msgstr "" +msgstr "أي شخص" msgid "Applies to" msgstr "" -msgid "Ask for <strong>specific</strong> documents or information, this site is not suitable for general enquiries." +msgid "Are we missing a public authority?" msgstr "" -msgid "At the bottom of this page, write a reply to them trying to persuade them to scan it in\\n (<a href=\"%s\">more details</a>)." +msgid "Are you the owner of any commercial copyright on this page?" msgstr "" -msgid "Attachment (optional):" +msgid "Ask for <strong>specific</strong> documents or information, this site is not suitable for general enquiries." +msgstr "اطلب <strong>محددة</strong> ملفات او معلومات, هذا الموقع لا يتلاءم مع البحوث العامة." + +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 "" +msgid "Attachment (optional):" +msgstr "ملحق (اختياري) " + msgid "Attachment:" -msgstr "" +msgstr "ملحق" msgid "Awaiting classification." -msgstr "" +msgstr "في انتظار التّصنيف" msgid "Awaiting internal review." -msgstr "" +msgstr "في انتظار مراجعة داخلية" msgid "Awaiting response." -msgstr "" +msgstr "في انتظار الرد" msgid "Beginning with" -msgstr "" +msgstr "البدء ب" msgid "Browse <a href='{{url}}'>other requests</a> for examples of how to word your request." -msgstr "" +msgstr "تصفح <a href='{{url}}'>طلبات اخرى</a> للاطلاع على امثلة لكيفية تحرير طلبك." msgid "Browse <a href='{{url}}'>other requests</a> to '{{public_body_name}}' for examples of how to word your request." -msgstr "" +msgstr "تصفح <a href='{{url}}'>طلبات اخرى</a>ل '{{public_body_name}}' للاطلاع على امثلة لكيفية تحرير طلبك ." msgid "Browse all authorities..." -msgstr "" +msgstr "تصفح كل السلطات " msgid "By law, under all circumstances, {{public_body_link}} should have responded by now" -msgstr "" +msgstr "حسب مايمليه القانون ومهما كانت الظروف يجب أن يكون, {{public_body_link}} قد قام بالرد الآن" msgid "By law, {{public_body_link}} should normally have responded <strong>promptly</strong> and" -msgstr "" +msgstr "حسب مايمليه القانون من المفروض أن يكون {{public_body_link}} قد أجاب<strong>promptly</strong> و" msgid "Calculated home page" msgstr "" -msgid "Cancel a {{site_name}} alert" +msgid "Can't find the one you want?" msgstr "" +msgid "Cancel a {{site_name}} alert" +msgstr "ألغي {{site_name}} انذار" + msgid "Cancel some {{site_name}} alerts" -msgstr "" +msgstr "الغاء بعض {{site_name}} التنبيهات" msgid "Cancel, return to your profile page" -msgstr "" +msgstr "الغاء،عودة الى الصفحة الرئيسية" msgid "Censor rule" -msgstr "" +msgstr "قاعدة تخص الرقابة" msgid "CensorRule|Last edit comment" -msgstr "" +msgstr "ادارة الرقابة|اخر تعليق محوّر " msgid "CensorRule|Last edit editor" -msgstr "" +msgstr "ادارة الرقابة |اخر تغيير للمحرر" msgid "CensorRule|Regexp" -msgstr "" +msgstr "ادارة الرقابة|Regexp" msgid "CensorRule|Replacement" -msgstr "" +msgstr "ادارة الرقابة|تعويض" msgid "CensorRule|Text" -msgstr "" +msgstr "ادارة الرقابة|نص" msgid "Change email on {{site_name}}" -msgstr "" +msgstr "غير البريد الالكتروني على {{site_name}}" msgid "Change password on {{site_name}}" -msgstr "" +msgstr "غير كلمة السر على{{site_name}}" msgid "Change profile photo" -msgstr "" +msgstr "تغيير صورة الشخصية" msgid "Change the text about you on your profile at {{site_name}}" -msgstr "" +msgstr "نغيير النص الخاص بك على صفحتك الشخصية على {{site_name}}" msgid "Change your email" -msgstr "" +msgstr "تغيير بريدك الالكتروني" msgid "Change your email address used on {{site_name}}" -msgstr "" +msgstr "تغيير بريدك الالكتروني المستخدم على {{site_name}}" msgid "Change your password" -msgstr "" +msgstr "تغيير كلمة السر" msgid "Change your password on {{site_name}}" -msgstr "" +msgstr "تغيير كلمة السر على{{site_name}}" msgid "Change your password {{site_name}}" -msgstr "" +msgstr " تغيير كلمة السر {{site_name}}" msgid "Charity registration" -msgstr "" +msgstr "تسجيل خيري" msgid "Check for mistakes if you typed or copied the address." -msgstr "" +msgstr ".تحقق من عدم وجود أخطاء إذا كتبت أو نسخت العنوان" msgid "Check you haven't included any <strong>personal information</strong>." -msgstr "" +msgstr "تأكد من عدم اضافتك أي <strong>معلومات شخصية</strong>." msgid "Choose your profile photo" -msgstr "" +msgstr "اختر صورتك الشخصية" msgid "Clarification" -msgstr "" +msgstr "توضيح" msgid "Clarify your FOI request - " -msgstr "" +msgstr "قم بتوضيح مطلب حرية النفاذ الى المعلومة - " msgid "Classify an FOI response from " -msgstr "" +msgstr "صنف اجابة لحرية النفاذ للمعلومة من" msgid "Clear photo" -msgstr "" +msgstr "إزالة الصورة" 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 "اظغط على الرابط اسفله لبعث رسالة ل {{public_body_name}} لطلب الاجابة على طلبك. قد ترغب في طلب \\nمراجعة داخلية, لمحاولة معرفة سبب تأخر الاجابة ." msgid "Click on the link below to send a message to {{public_body}} reminding them to reply to your request." -msgstr "" +msgstr "اضغط على الرابط اسفله لبعث رسالة الى {{public_body}} لتذكيرهم بالاجابة على طلبك." msgid "Close" -msgstr "" +msgstr "إغلاق" msgid "Comment" -msgstr "" +msgstr "تعليق" msgid "Comment|Body" -msgstr "" +msgstr "تعليق|هيكل" msgid "Comment|Comment type" -msgstr "" +msgstr "تعليق|نوع النعليق" msgid "Comment|Locale" -msgstr "" +msgstr "تعليق|مقر" msgid "Comment|Visible" -msgstr "" +msgstr "تعليق|مرئي" msgid "Confirm you want to follow all successful FOI requests" -msgstr "" +msgstr " أكد رغبتك متابعة كل طلبات حريةالنفاذ للمعلومة الناجحة" msgid "Confirm you want to follow new requests" -msgstr "" +msgstr "تأكيد على الرغبة في متابعة المطالب الجديدة" msgid "Confirm you want to follow new requests or responses matching your search" -msgstr "" +msgstr "تأكيد على الرغبة في متابعة المطالب الجديدة أو الردود الموافقة لبحثكم" msgid "Confirm you want to follow requests by '{{user_name}}'" -msgstr "" +msgstr " تأكيد رغبتك في متابعة الطلبات من '{{user_name}}' " msgid "Confirm you want to follow requests to '{{public_body_name}}'" -msgstr "" +msgstr "تأكيد على الرغبة في متابعة المطالب الموجهة إلى '{{public_body_name}}'" msgid "Confirm you want to follow the request '{{request_title}}'" -msgstr "" +msgstr "تأكيد رغبتك في متابعة الطلب'{{request_title}}'" msgid "Confirm your FOI request to " -msgstr "" +msgstr "أكد طلبك في حرية النفاذ للمعلومة" msgid "Confirm your account on {{site_name}}" -msgstr "" +msgstr "Confirm your account on {{site_name}}" msgid "Confirm your annotation to {{info_request_title}}" -msgstr "" +msgstr "أكد ملاحظتك المتعلقة ب {{info_request_title}}" msgid "Confirm your email address" -msgstr "" +msgstr "تأكيد عنوان بريدك الالكتروني" msgid "Confirm your new email address on {{site_name}}" -msgstr "" +msgstr "تأكيد عنوان بريدك الإلكتروني الجديد على {{site_name}}" msgid "Considered by administrators as not an FOI request and hidden from site." -msgstr "" +msgstr "لم يعتبر طلب حرية النفاذ الى المعلومة من قبل المشرفين ووقع حذفه من الموقع." msgid "Considered by administrators as vexatious and hidden from site." -msgstr "" +msgstr "اعتبر غير لائق من قبل المشرفين و وقع حذفه من الموقع" msgid "Contact {{recipient}}" -msgstr "" +msgstr "اتصل ب {{recipient}}" msgid "Contact {{site_name}}" -msgstr "" +msgstr "اتصل ب {{site_name}}" msgid "Could not identify the request from the email address" -msgstr "" +msgstr "لا يمكن التعرف على الطلب من عنوان البريد الالكتروني" msgid "Couldn't understand the image file that you uploaded. PNG, JPEG, GIF and many other common image file formats are supported." -msgstr "" +msgstr "لم يقع التعرف على ملف الصور الذي حملته.و يقع اعتماد PNG, JPEG, GIF و اشكال معتادة اخرى لملفات الصور ." msgid "Crop your profile photo" -msgstr "" +msgstr "قص الصورة الشخصية" msgid "Cultural sites and built structures (as they may be affected by the\\n environmental factors listed above)" -msgstr "" +msgstr "المواقع الثقافية و المنشات المبنية (التي قد تتأثر ب العوامل\\n البيئية المذكورة اعلاه)" msgid "Currently <strong>waiting for a response</strong> from {{public_body_link}}, they must respond promptly and" -msgstr "" +msgstr "بصدد <strong>انتظار اجابة</strong> من {{public_body_link}}, عليهم الرد حالا و" msgid "Date:" +msgstr "التاريخ:" + +msgid "Dear {{name}}," msgstr "" msgid "Dear {{public_body_name}}," -msgstr "" +msgstr "عزيزي {{public_body_name}}," msgid "Default locale" msgstr "" msgid "Delayed response to your FOI request - " -msgstr "" +msgstr "تاخر الاجابة على طلب حرية النفاذ الى المعلومة - " msgid "Delayed." -msgstr "" +msgstr "مؤجل" msgid "Delivery error" -msgstr "" +msgstr "خطأ ارسال" msgid "Destroy {{name}}" msgstr "" msgid "Details of request '" -msgstr "" +msgstr "تفاصيل المطلب '" msgid "Did you mean: {{correction}}" -msgstr "" +msgstr "هل قصدتم: {{correction}}" msgid "Disclaimer: This message and any reply that you make will be published on the internet. Our privacy and copyright policies:" -msgstr "" +msgstr "تنويه: هذه الرسالة و اي رد تقوم به سيقع نشره على الانترنات . خصوصيتنا و سياسات حقوق النشر:" msgid "Disclosure log" -msgstr "" +msgstr "سجل الكشف" msgid "Disclosure log URL" msgstr "" msgid "Don't want to address your message to {{person_or_body}}? You can also write to:" -msgstr "" +msgstr "لا ترغب في توجيه رسالتك الى {{person_or_body}}? بامكانك ايضا ان تكتب ل:" msgid "Done" -msgstr "" +msgstr "منجز" msgid "Done >>" -msgstr "" +msgstr "تم >>" msgid "Download a zip file of all correspondence" -msgstr "" +msgstr "تحميل ملف مضغوط لجميع المراسلات" msgid "Download original attachment" -msgstr "" +msgstr "تحميل الملحقات الأصلية" msgid "EIR" -msgstr "" +msgstr "EIR" msgid "Edit" msgstr "" msgid "Edit and add <strong>more details</strong> to the message above,\\n explaining why you are dissatisfied with their response." -msgstr "" +msgstr "حذف و اضف ا<strong>تفاصيل اكثر</strong>للرسالةاعلاه,\\n لتفسير اسباب عدم رضاك على الرد." msgid "Edit text about you" -msgstr "" +msgstr "تعديل النص الخاص بك" msgid "Edit this request" -msgstr "" +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 "" +msgstr "لم يتم التعرف على البريد الإلكتروني أو كلمة السر . الرجاء اعادة المحاولة أو انشاء حساب جديد باستعمال الاستمارة على اليمين" msgid "Email doesn't look like a valid address" -msgstr "" +msgstr "قد يكون البريد الإلكتروني غير صحيح" msgid "Email me future updates to this request" -msgstr "" +msgstr "ارسل لي بريدا الكترونيا بكل تحديث لهذا الطلب " msgid "Enter words that you want to find separated by spaces, e.g. <strong>climbing lane</strong>" -msgstr "" +msgstr "ادخل الكلمات التي تريد ايجادها منفصلة , e.g. <strong>تسلق ممر</strong>" -msgid "Enter your response below. You may attach one file (use email, or\\n <a href=\"%s\">contact us</a> if you need more)." +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 "" msgid "Environmental Information Regulations" -msgstr "" +msgstr "معلومات القوانين البيئية" msgid "Environmental Information Regulations requests made" -msgstr "" +msgstr "تم تقديم طلبات بخصوص معلومات القوانين البيئية " msgid "Environmental Information Regulations requests made using this site" -msgstr "" +msgstr "تم تقديم طلبات بخصوص معلومات القوانين البيئية عن طريق هذا الموقع" msgid "Event history" -msgstr "" +msgstr "تاريخ الحدث" msgid "Event history details" -msgstr "" +msgstr "تفاصيل تاريخ الحدث" msgid "Event {{id}}" msgstr "" -msgid "Everything that you enter on this page, including <strong>your name</strong>,\\n will be <strong>displayed publicly</strong> on\\n this website forever (<a href=\"%s\">why?</a>)." +msgid "Everything that you enter on this page, including <strong>your name</strong>,\\n will be <strong>displayed publicly</strong> on\\n this website forever (<a href=\"{{url}}\">why?</a>)." msgstr "" -msgid "Everything that you enter on this page\\n will be <strong>displayed publicly</strong> on\\n this website forever (<a href=\"%s\">why?</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 "" msgid "FOI" -msgstr "" +msgstr "حرية النفاذ الى المعلومة" msgid "FOI email address for {{public_body}}" -msgstr "" +msgstr "عنوان البريد الالكتروني لحرية المعلومة ل {{public_body}}" msgid "FOI request – {{title}}" msgstr "" msgid "FOI requests" -msgstr "" +msgstr "مطالب حرية المعلومة " msgid "FOI requests by '{{user_name}}'" -msgstr "" +msgstr "مطالب حرية المعلومة المقدمة من قبل '{{user_name}}'" msgid "FOI requests {{start_count}} to {{end_count}} of {{total_count}}" -msgstr "" +msgstr "مطالب لحرية النفاذ للمعلومة {{start_count}} ل {{end_count}}من {{total_count}}" msgid "FOI response requires admin ({{reason}}) - {{title}}" -msgstr "" +msgstr "رد حرية النفاذ للمعلومة يتطلف مشرفا ({{reason}}) - {{title}}" msgid "Failed to convert image to a PNG" -msgstr "" +msgstr "لم نتمكن من تحوبل الصورة الى PNG" -msgid "Failed to convert image to the correct size: at %{cols}x%{rows}, need %{width}x%{height}" +msgid "Failed to convert image to the correct size: at {{cols}}x{{rows}}, need {{width}}x{{height}}" msgstr "" msgid "Filter" +msgstr "فلترة" + +msgid "First, did your other requests succeed?" msgstr "" -msgid "First, type in the <strong>name of the UK public authority</strong> you'd \\n like information from. <strong>By law, they have to respond</strong>\\n (<a href=\"%s#%s\">why?</a>)." +msgid "First, type in the <strong>name of the UK public authority</strong> you'd\\n like information from. <strong>By law, they have to respond</strong>\\n (<a href=\"{{url}}\">why?</a>)." msgstr "" msgid "Foi attachment" -msgstr "" +msgstr "ملحق حرية النفاذ للمعلومة " msgid "FoiAttachment|Charset" -msgstr "" +msgstr "ملحق حرية النفاذ للمعلومة|Charset" msgid "FoiAttachment|Content type" -msgstr "" +msgstr "ملحق حرية النفاذ للمعلومة|نوع المضمون" msgid "FoiAttachment|Display size" -msgstr "" +msgstr "ملحق حرية النفاذ للمعلومة|أظهر الحجم" msgid "FoiAttachment|Filename" -msgstr "" +msgstr "ملحق حرية النفاذ للمعلومة|اسم الملف" msgid "FoiAttachment|Hexdigest" -msgstr "" +msgstr "ملحق حرية النفاذ للمعلومة|Hexdigest" msgid "FoiAttachment|Url part number" -msgstr "" +msgstr "ملحق حرية النفاذ للمعلومة|Url part number" msgid "FoiAttachment|Within rfc822 subject" -msgstr "" +msgstr "ملحق حرية النفاذ للمعلومة|ضمن rfc822 subject" msgid "Follow" -msgstr "" +msgstr "تابع" msgid "Follow all new requests" -msgstr "" +msgstr "تابع كل المطالب الجديدة" msgid "Follow new successful responses" -msgstr "" +msgstr "تابع الردود الجديدة الناجحة" msgid "Follow requests to {{public_body_name}}" -msgstr "" +msgstr "تابع المطالب الموجهة ل {{public_body_name}}" msgid "Follow these requests" -msgstr "" +msgstr "تابع هذة المطالب" msgid "Follow things matching this search" -msgstr "" +msgstr "تابع الاشياء المرتبطة بهذا البحث" msgid "Follow this authority" -msgstr "" +msgstr "تابع السلطة " msgid "Follow this link to see the request:" -msgstr "" +msgstr "تابع الرابط لرؤية الطلب" msgid "Follow this person" -msgstr "" +msgstr "تابع هذا الشخص" msgid "Follow this request" -msgstr "" +msgstr "تابع هذا الطلب " msgid "Follow up" -msgstr "" +msgstr "تابع" msgid "Follow up message sent by requester" -msgstr "" +msgstr "تابع الرسالة المرسلة من صاحب الطلب" msgid "Follow up messages to existing requests are sent to " -msgstr "" +msgstr "متابعة الرسائل المرسلة للطلبات الموجودة" 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 "المتابعات و الردود الجدبدة على هذا المطلب وقع ايقافها للتجنب الرسائل الغير مرغوب فيها. يرجى <a href=\"{{url}}\">الاتصال بنا</a> اذا كنت {{user_link}} و تحتاج الى ارسال متابعات." msgid "Follow us on twitter" -msgstr "" +msgstr "تابعنا على التويتر" 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 "لا يمكن ارسال المتابعات لهذا الطلب, حيث نم خارجيا, و تم نشره هنا من قبل {{public_body_name}} نيابة عن صاحب الطلب." msgid "For an unknown reason, it is not possible to make a request to this authority." -msgstr "" +msgstr "لسبب مجهول, لا يمكن تقديم مطلب لهذه السلطة." msgid "Forgotten your password?" -msgstr "" +msgstr "نسيت كلمة السر ؟" -msgid "Found %d public authority %s" -msgid_plural "Found %d public authorities %s" +msgid "Found {{count}} public authority {{description}}" +msgid_plural "Found {{count}} public authorities {{description}}" msgstr[0] "" msgstr[1] "" msgstr[2] "" @@ -859,133 +844,148 @@ msgstr[4] "" msgstr[5] "" msgid "Freedom of Information" -msgstr "" +msgstr "حرية المعلومة " msgid "Freedom of Information Act" -msgstr "" +msgstr "قانون حرية المعلومات " msgid "Freedom of Information law does not apply to this authority, so you cannot make\\n a request to it." -msgstr "" +msgstr "قانون حرية المعلومات لا ينطبق على هذه السلطة ,لذلك ليس بامكانك تقديم مطلب لها\\n." msgid "Freedom of Information law no longer applies to" -msgstr "" +msgstr "قانون حرية المعلومات لم يعد ينطبق على" msgid "Freedom of Information law no longer applies to this authority.Follow up messages to existing requests are sent to " -msgstr "" +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 "Freedom of information requests to" -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=\"%s\">send it to us</a>." +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 "" +msgstr "قوموا بإعطاء تفاصيل عن شكواكم هنا" msgid "Handled by post." +msgstr "تسلم بالبريد" + +msgid "Has tag string/has tag string tag" msgstr "" -msgid "Hello! You can make Freedom of Information requests within {{country_name}} at {{link_to_website}}" +msgid "HasTagString::HasTagStringTag|Model" msgstr "" -msgid "Hello, {{username}}!" +msgid "HasTagString::HasTagStringTag|Name" msgstr "" -msgid "Help" +msgid "HasTagString::HasTagStringTag|Value" msgstr "" +msgid "Hello! You can make Freedom of Information requests within {{country_name}} at {{link_to_website}}" +msgstr "مرحباً! بإمكانكم تقديم مطالب حق النفاذ إلى المعلومة من داخل {{country_name}} على هذا الموقع {{link_to_website}}" + +msgid "Hello, {{username}}!" +msgstr "مرحباً, {{username}}!" + +msgid "Help" +msgstr "المساعدة" + 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 "" msgid "Here is the message you wrote, in case you would like to copy the text and save it for later." -msgstr "" +msgstr "هذه هي الرسالة التي قمتم بكتابتها، في صورة ما كانت لديكم رغبة في نسخها و حفظها لوقتٍ لاحق. " 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 "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." msgid "Hide request" msgstr "" msgid "Holiday" -msgstr "" +msgstr "عطلة" msgid "Holiday|Day" -msgstr "" +msgstr "عطلة|يوم" msgid "Holiday|Description" -msgstr "" +msgstr "عطلة |وصف" msgid "Home" -msgstr "" +msgstr "الصفحة الرئيسية" msgid "Home page" msgstr "" msgid "Home page of authority" -msgstr "" +msgstr "الصفحة الرئيسية للمؤسسة" msgid "However, you have the right to request environmental\\n information under a different law" -msgstr "" +msgstr "However, you have the right to request environmental\\n information under a different law" msgid "Human health and safety" -msgstr "" +msgstr "صحة الإنسان و سلامته " msgid "I am asking for <strong>new information</strong>" -msgstr "" +msgstr "ارغب في الحصول على <strong>معلومات جديدة</strong>" msgid "I am requesting an <strong>internal review</strong>" +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 "" msgid "I don't like these ones — give me some more!" -msgstr "" +msgstr "لا تعجبني هذه الخيارات — الرجاء مدي بالمزيد!" msgid "I don't want to do any more tidying now!" -msgstr "" +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 "" +msgstr "مازلت بصدد<strong>انتظار</strong> معلوماتي\\n <small>(ربما تحصلت على اشعار بالاستلام)</small>" 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 "" +msgstr "انا بانتظار <strong>مراجعة داخلية</strong> اجابة" msgid "I've been asked to <strong>clarify</strong> my request" -msgstr "" +msgstr "لقد طُلب مني <strong>توضيح</strong> مطلبي" msgid "I've received <strong>all the information" -msgstr "" +msgstr "لقد حصلت على <strong>كل المعلومات" msgid "I've received <strong>some of the information</strong>" -msgstr "" +msgstr "لقد حصلت على <strong>بعض من المعلومات</strong>" msgid "I've received an <strong>error message</strong>" -msgstr "" +msgstr "نلقيت <strong>رسالة خطأ</strong>" msgid "I've received an error message" msgstr "" @@ -993,218 +993,218 @@ msgstr "" msgid "Id" msgstr "" -msgid "If the address is wrong, or you know a better address, please <a href=\"%s\">contact us</a>." +msgid "If the address is wrong, or you know a better address, please <a href=\"{{url}}\">contact us</a>." msgstr "" 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 "" 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 "ان كان هذا خطأ, أو ان اردت ارسال رد متأخر على الطلب\\nأو رسالة الكترونية بخصوص موضوع اخر {{user}}, الرجاء\\nارسال بريد الكتروني {{contact_email}} طلبا للمساعدة." -msgid "If you are dissatisfied by the response you got from\\n the public authority, you have the right to\\n complain (<a href=\"%s\">details</a>)." +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 "" -msgid "If you are still having trouble, please <a href=\"%s\">contact us</a>." +msgid "If you are still having trouble, please <a href=\"{{url}}\">contact us</a>." msgstr "" -msgid "If you are the requester, then you may <a href=\"%s\">sign in</a> to view the request." +msgid "If you are the requester, then you may <a href=\"{{url}}\">sign in</a> to view the request." msgstr "" -msgid "If you are thinking of using a pseudonym,\\n please <a href=\"%s\">read this first</a>." +msgid "If you are thinking of using a pseudonym,\\n please <a href=\"{{url}}\">read this first</a>." msgstr "" msgid "If you are {{user_link}}, please" -msgstr "" +msgstr "إذا كنت {{user_link}}, من فضلك" msgid "If you believe this request is not suitable, you can report it for attention by the site administrators" -msgstr "" +msgstr "ان كنت تعتقد ان هذا الطلب غير ملائم، الرجاء تبليغ ادارة الموقع" 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 "ان لم تستطع النقر عليه في البريد الالكتروني, عليك أن <strong>تنسخه\\nit</strong> من البريد الالكتروني. ثم <strong لصقه في المتصفح</strong>, في المكان الذي\\nترغب أن تكتب فيه عنوان أي صفحة أخرى على الواب" msgid "If you can, scan in or photograph the response, and <strong>send us\\n a copy to upload</strong>." -msgstr "" +msgstr "ان استطعت, ادخل مسحا ضوئيا أو صورة للاجابة, <strong>أرسل لنا\\n نسخة للتحميل</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 "ان وجدت هذه الخدمة مفيدة كمزود لحرية النفاذ للمعلومة، الرجاء الطلب من مزود الواب الخاص بك الربط معنا عن طريق صفحة حرية النفاذ للمعلومة الخاصة بمنظمتك." 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 "اذا تحصلت على البريد الالكتروني <strong>منذ اكثر من ستة اشهر </strong>, فان رابط الدخول هذا لن يعمل بعد الانn\\ الرجاء حاول اعادةالقيام بما قمت به سابقا منذ البداية ." 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 "ان لم يسبق لك ان فعلت ذلك،الرجاء كتابة رسالة أسفله لاخبار السلطات أنك قد سحبت طلبك والا لن يعرفوا بذلك." 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 "اذا تجيب على هذا السؤال سيذهب مباشرة الى {{user_name}}, الذي\\nسيعرف بريدك الالكتروني. اجب فقط اذا كنت موافقا." 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 "ان كنت تستعمل بريدا الكترونيا يستند الى الواب او محدد \"الرسائل الالكترونية غير المرغوب فيها\", تثبت من\\nbulk/هذه الملفات. , رسائلنا قد نصنف كبريد الكتروني غير مرغوب فيه احيانا." 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 "ان أردت رفع هذا الحظر, بامكانك\\n<a href=\"/help/contact\">الاتصال بنا</a>ذاكرا أسبابك. n\\" msgid "If you're new to {{site_name}}" -msgstr "" +msgstr "إذا كنت جديداً على هذا الموقع {{site_name}}" msgid "If you've used {{site_name}} before" -msgstr "" +msgstr "إذا قمتم باستخدام هذا الموقع {{site_name}} من قبل" 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 "ان كان المتصفح الذي تستعمله مبرمجا لقبول ملفات الارتباط ورأيت هذه الرسالة,\\nفهناك على الغالب خطأ بالخادم الخاص بنا" msgid "Incoming email address" msgstr "" msgid "Incoming message" -msgstr "" +msgstr "رسالة واردة" 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 "الرسائل الواردة|اخر تحليل" msgid "IncomingMessage|Mail from" -msgstr "" +msgstr "رسالة واردة|بريد الكتروني من" msgid "IncomingMessage|Mail from domain" -msgstr "" +msgstr "الرسائل الواردة|بريد الكتروني من" msgid "IncomingMessage|Sent at" -msgstr "" +msgstr "رسالة واردة|بعثت على " msgid "IncomingMessage|Subject" -msgstr "" +msgstr "IncomingMessage|Subject" msgid "IncomingMessage|Valid to reply to" -msgstr "" +msgstr "الرسائل الواردة|صالح للرد على" msgid "Individual requests" -msgstr "" +msgstr "المطالب الفردية" msgid "Info request" -msgstr "" +msgstr "طلب معلومة" msgid "Info request event" -msgstr "" +msgstr "طلب المعلومة" msgid "InfoRequestEvent|Calculated state" -msgstr "" +msgstr "طلب المعلومة|الحالة المحسوبة" msgid "InfoRequestEvent|Described state" -msgstr "" +msgstr "طلب المعلومة|الحالة الموصوفة" msgid "InfoRequestEvent|Event type" -msgstr "" +msgstr "طلب المعلومة|نوع الطلب" msgid "InfoRequestEvent|Last described at" -msgstr "" +msgstr "طلب المعلومة|تم اخر وصف في" msgid "InfoRequestEvent|Params yaml" -msgstr "" +msgstr "InfoRequestEvent|Params yaml" msgid "InfoRequestEvent|Prominence" -msgstr "" +msgstr "طلب المعلومة|الأهمية" msgid "InfoRequest|Allow new responses from" -msgstr "" +msgstr "طلب المعلومة|السماح للردود الجديدة من قبل" msgid "InfoRequest|Attention requested" -msgstr "" +msgstr "طلب المعلومة|الرجاء الانتباه" msgid "InfoRequest|Awaiting description" -msgstr "" +msgstr "طلب المعلومة|بانتظار الوصف" msgid "InfoRequest|Comments allowed" -msgstr "" +msgstr "طلب المعلومة|السماح بالتعليقات" msgid "InfoRequest|Described state" -msgstr "" +msgstr "طلب المعلومة|وصف الحالة" msgid "InfoRequest|External url" -msgstr "" +msgstr "طلب المعلومة|الموقع الخارجي" msgid "InfoRequest|External user name" -msgstr "" +msgstr "طلب المعلومة|اسم المستخدم الخارجي" msgid "InfoRequest|Handle rejected responses" -msgstr "" +msgstr " طلب المعلومة|التعامل مع الردود الملغاة" msgid "InfoRequest|Idhash" -msgstr "" +msgstr "InfoRequest|Idhash" msgid "InfoRequest|Law used" -msgstr "" +msgstr "طلب المعلومة|القانون المعتمد" msgid "InfoRequest|Prominence" -msgstr "" +msgstr "طلب المعلومة|الأهمية" msgid "InfoRequest|Title" -msgstr "" +msgstr "طلب المعلومة|العنوان" msgid "InfoRequest|Url title" -msgstr "" +msgstr "طلب المعلومة|عنوان الموقع" msgid "Information not held." -msgstr "" +msgstr "معلومة غير معتمدة." msgid "Information on emissions and discharges (e.g. noise, energy,\\n radiation, waste materials)" -msgstr "" +msgstr "معلومات عن الارسال والتصريف (مثل. ضجيج, طاقة,\\n اشعاعات, بقايا النفايات)" msgid "Internal review request" -msgstr "" +msgstr "مطلب المراجعة الداخلية " 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 "هل عنوان هذا البريد الالكتروني {{email_address}} خاطئ بالنسبة ل{{type_of_request}} الطلبات ل {{public_body_name}}?في هذه الحالة الرجاء الاتصال بنا باستعمال الصيغة التالية:" 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 "" msgid "Items matching the following conditions are currently displayed on your wall." -msgstr "" +msgstr "يتم حاليا نشر المفردات المتطابقة مع الشروط التالية على حائطك." msgid "Items sent in last month" msgstr "" msgid "Joined in" -msgstr "" +msgstr "تاريخ الإلتحاق" msgid "Joined {{site_name}} in" -msgstr "" +msgstr "انظم الى {{site_name}} في" msgid "Just one more thing" msgstr "" -msgid "Keep it <strong>focused</strong>, you'll be more likely to get what you want (<a href=\"%s\">why?</a>)." +msgid "Keep it <strong>focused</strong>, you'll be more likely to get what you want (<a href=\"{{url}}\">why?</a>)." msgstr "" msgid "Keywords" -msgstr "" +msgstr "كلمات البحث" msgid "Last authority viewed: " -msgstr "" +msgstr "آخر مؤسسة تمّ الإطلاع عليها : " msgid "Last request viewed: " -msgstr "" +msgstr "آخر مطلب وقع الإطلاع عليه: " msgid "Let us know what you were doing when this message\\nappeared and your browser and operating system type and version." -msgstr "" +msgstr "اعلمنا ما كنت تفعل عندما ظهرت\\nهذه الرسالة ومتصفحك و نوع و نسخة نظام التشغيل." msgid "Link to this" -msgstr "" +msgstr "اربط بهذا" msgid "List all" msgstr "" msgid "List of all authorities (CSV)" -msgstr "" +msgstr "قائمة السلط (CSV)" msgid "Listing FOI requests" msgstr "" @@ -1222,499 +1222,499 @@ msgid "Listing users" msgstr "" msgid "Log in to download a zip file of {{info_request_title}}" -msgstr "" +msgstr "تسجيل الدخول لتحميل ملف مضغوط من {{info_request_title}}" msgid "Log into the admin interface" -msgstr "" +msgstr "سجل دخولك في مجال المشرف" msgid "Long overdue." -msgstr "" +msgstr "تأخير مطول" msgid "Made between" -msgstr "" +msgstr "تم بين" msgid "Mail server log" -msgstr "" +msgstr "الدخول لبريد الخادم" msgid "Mail server log done" -msgstr "" +msgstr "تم الدخول لبريد الخادم" msgid "MailServerLogDone|Filename" -msgstr "" +msgstr "تم الدخول لبريد الخادم|اسم الملف" msgid "MailServerLogDone|Last stat" -msgstr "" +msgstr "تم الدخول لبريد الخادم|اخر حالة" msgid "MailServerLog|Line" -msgstr "" +msgstr " الدخول لبريد الخادم|الخط" msgid "MailServerLog|Order" -msgstr "" - -msgid "Make a new <strong>Environmental Information</strong> request" -msgstr "" - -msgid "Make a new <strong>Freedom of Information</strong> request to {{public_body}}" -msgstr "" +msgstr "الدخول لبريد الخادم|الترتيب" msgid "Make a new<br/>\\n <strong>Freedom <span>of</span><br/>\\n Information<br/>\\n request</strong>" -msgstr "" +msgstr "اضف<br/>\\n <strong>لحرية<span>of</span><br/>\\n النفاذ للمعلومة<br/>\\n طلبا جديدا</strong>" msgid "Make a request" +msgstr "قدم مطلبا" + +msgid "Make a request to this authority" msgstr "" msgid "Make an {{law_used_short}} request to '{{public_body_name}}'" -msgstr "" +msgstr "قدم {{law_used_short}}مطلبا ل '{{public_body_name}}'" msgid "Make and browse Freedom of Information (FOI) requests" -msgstr "" +msgstr "اضف وتصفح طلبات لحرية النفاذ للمعلومةّ(FOI)" msgid "Make your own request" -msgstr "" +msgstr "قدم مطلبك الخاص" msgid "Many requests" -msgstr "" +msgstr "مطالب كثيرة" msgid "Message" -msgstr "" +msgstr "رسالة" msgid "Message sent using {{site_name}} contact form, " -msgstr "" +msgstr "تم بعث الرسالة باستخدام {{site_name}} نموذج الاتصال, " msgid "Missing contact details for '" -msgstr "" +msgstr "تنقصنا بيانات اتصال ل '" msgid "More about this authority" -msgstr "" +msgstr "المزيد عن هذه السلطة" msgid "More requests..." -msgstr "" +msgstr "مزيد المطالب..." msgid "More similar requests" -msgstr "" +msgstr "مزيد المطالب المماثلة" msgid "More successful requests..." -msgstr "" +msgstr "مزيد المطالب الناجحة" msgid "My profile" -msgstr "" +msgstr "حسابي" msgid "My request has been <strong>refused</strong>" -msgstr "" +msgstr "قوبل طلبي <strong>بالرفض</strong>" msgid "My requests" -msgstr "" +msgstr "مطالبي" msgid "My wall" -msgstr "" +msgstr "حائطي" msgid "Name can't be blank" -msgstr "" +msgstr "مكان الاسم لا يجب ان بظل فارغا" msgid "Name is already taken" -msgstr "" +msgstr "تم اخذ الاسم من قبل " msgid "New Freedom of Information requests" -msgstr "" +msgstr "مطالب جديدة لحرية النفاذ الى المعلومة" msgid "New censor rule" msgstr "" msgid "New e-mail:" -msgstr "" +msgstr "رسالة إلكترونية جديدة:" msgid "New email doesn't look like a valid address" -msgstr "" +msgstr "الرسالة الالكترونية الجديدة لاتبدو كعنوان صالح" msgid "New password:" -msgstr "" +msgstr "كلمة العبور الجديدة:" msgid "New password: (again)" -msgstr "" +msgstr "كلمة العبور الجديدة: (مرة أخرى)" msgid "New response to '{{title}}'" -msgstr "" +msgstr "ردّ جديد على '{{title}}'" msgid "New response to your FOI request - " -msgstr "" +msgstr "ردّ جديد على مطلبكم في حق النفاذ إلى المعلومة - " msgid "New response to your request" -msgstr "" +msgstr "ردّ جديد على مطلبكم" msgid "New response to {{law_used_short}} request" -msgstr "" +msgstr "ردّ جديد على {{law_used_short}} المطلب" msgid "New updates for the request '{{request_title}}'" -msgstr "" +msgstr "مستجدات حديثة عن المطلب '{{request_title}}'" msgid "Newest results first" -msgstr "" +msgstr "النتائج الأحدث أوّلاً" msgid "Next" -msgstr "" +msgstr "التالي" msgid "Next, crop your photo >>" -msgstr "" +msgstr "ثم قم بتقطيع صورتك >>" msgid "No requests of this sort yet." -msgstr "" +msgstr "لا توجد طلبات من هذا النوع حتى الان" msgid "No results found." -msgstr "" +msgstr "لم يتم العثور على أي نتائج." msgid "No similar requests found." -msgstr "" +msgstr "لم يتم العثور على أي مطالب مماثلة." msgid "No tracked things found." msgstr "" msgid "Nobody has made any Freedom of Information requests to {{public_body_name}} using this site yet." -msgstr "" +msgstr "لم يتمّ تقديم أي مطلب حقّ النفاذ إلى المعلومة إلى {{public_body_name}} باستخدام هذا الموقع إلى حدّ الآن ." msgid "None found." -msgstr "" +msgstr "لم يقع العثور على شئ" msgid "None made." -msgstr "" +msgstr "لم يحدث شئ" msgid "Not a valid 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." -msgstr "" +msgstr "لاحظ أن صاحب الطلب لن يستقبل اشعارا بخصوص ملاحظتك, لأن الطلب تم نشره من قبل {{public_body_name}} نيابة عنهم." msgid "Now check your email!" -msgstr "" +msgstr "تفقد بريدك الالكنروني" msgid "Now preview your annotation" -msgstr "" +msgstr "الق نظرة على ملاحظتك الان" msgid "Now preview your follow up" -msgstr "" +msgstr "الق نظرة على متابعتك الان" msgid "Now preview your message asking for an internal review" -msgstr "" +msgstr "الق نظرة على رسالتك لطلب مراجعة داخلية" msgid "OR remove the existing photo" -msgstr "" +msgstr "أو أزل الصورة الحالية" msgid "Offensive? Unsuitable?" -msgstr "" +msgstr "مزعج؟ غير لائق؟" msgid "Oh no! Sorry to hear that your request was refused. Here is what to do now." -msgstr "" +msgstr "نأسف لسماع ان طلبك قوبل بالرفض. هنا تجد ما عليك فعله" msgid "Old e-mail:" -msgstr "" +msgstr "رسالة إلكترونية قديمة:" msgid "Old email address isn't the same as the address of the account you are logged in with" -msgstr "" +msgstr "عنوان بريدكم الإلكتروني القديم يختلف عن عنوان الحساب الذي تمّ تسجيل دخولكم به" msgid "Old email doesn't look like a valid address" -msgstr "" +msgstr "الرسالة الالكترونية القديمة لاتبدو كعنوان صالح" msgid "On this page" -msgstr "" +msgstr "في هذه الصفحة" msgid "One FOI request found" -msgstr "" +msgstr "تم العثور على مطلب لحرية النفاذ الى المعلومة " msgid "One person found" -msgstr "" +msgstr "تمّ العثور على شخص واحد" msgid "One public authority found" -msgstr "" +msgstr "تمّ العثور على مؤسسة عمومية واحدة" msgid "Only put in abbreviations which are really used, otherwise leave blank. Short or long name is used in the URL – don't worry about breaking URLs through renaming, as the history is used to redirect" msgstr "" msgid "Only requests made using {{site_name}} are shown." -msgstr "" +msgstr "لا تظهر الا المطالب التي قدمت باستخدام{{site_name}}" msgid "Only the authority can reply to this request, and I don't recognise the address this reply was sent from" -msgstr "" +msgstr "السلطو فقط بامكانها الاجابة على هذا الطلب, لا اقدر على التعرف على العنوان الذي ارسل منه الرد" msgid "Only the authority can reply to this request, but there is no \"From\" address to check against" -msgstr "" +msgstr "السلطة فقط قادرة على الرد على هذا الطلب, ولكن لا يوجد اي عنوان وارد للرد عليه" msgid "Or search in their website for this information." -msgstr "" +msgstr "أو قوموا بالبحث على هذه المعلومات على موقعهم ." msgid "Original request sent" -msgstr "" +msgstr "تمّ إرسال المطلب الأصلي" msgid "Other:" -msgstr "" +msgstr "غيرها:" msgid "Outgoing message" -msgstr "" +msgstr "الرسائل الصادرة" msgid "OutgoingMessage|Body" -msgstr "" +msgstr "الرسائل الصادرة|الهيكل" msgid "OutgoingMessage|Last sent at" -msgstr "" +msgstr "الرسائل الصادرة|اخر تاريخ للارسال" msgid "OutgoingMessage|Message type" -msgstr "" +msgstr "الرسائل الصادرة|نوع الرسالة" msgid "OutgoingMessage|Status" -msgstr "" +msgstr "الرسائل الصادرة|الحالة" msgid "OutgoingMessage|What doing" -msgstr "" +msgstr "الرسائل الصادرة|ما العمل" msgid "Partially successful." -msgstr "" +msgstr "ناجحة جزئيا." msgid "Password is not correct" -msgstr "" +msgstr "كلمة العبور خاطئة" msgid "Password:" -msgstr "" +msgstr "كلمة العبور:" msgid "Password: (again)" -msgstr "" +msgstr "كلمة العبور: (ثانيةً)" msgid "Paste this link into emails, tweets, and anywhere else:" -msgstr "" +msgstr " الصق هذا الرابط على الرسائل الالكترونية,التغريدات و في اي مكان اخر." msgid "People" -msgstr "" +msgstr "الناس" msgid "People {{start_count}} to {{end_count}} of {{total_count}}" -msgstr "" +msgstr "الناس {{start_count}} الى {{end_count}} من {{total_count}}" msgid "Photo of you:" -msgstr "" +msgstr "صورة لك:" msgid "Plans and administrative measures that affect these matters" -msgstr "" +msgstr "الخطط والتدابير الإدارية التي تمسّ هذه المسائل " msgid "Play the request categorisation game" -msgstr "" +msgstr "العب لعبة تصنيف الطلب" msgid "Play the request categorisation game!" -msgstr "" +msgstr "العب لعبة تصنيف الطلب!" msgid "Please" -msgstr "" +msgstr "من فضلكم" -msgid "Please <a href=\"%s\">get in touch</a> with us so we can fix it." +msgid "Please <a href=\"{{url}}\">get in touch</a> with us so we can fix it." msgstr "" msgid "Please <strong>answer the question above</strong> so we know whether the " -msgstr "" +msgstr "من فضلكم <strong>قوموا بالإجابة عن السؤال أعلاه</strong> حتى نعرف ما إذا كان " 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 "الرجاء <strong>الذهاب الى الطلبات التالية</strong>,و اعلامنا\\n ان كانت هناك معلومات عنهم في الردود الحديثة." 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 "الرجاء <strong>الاكتفاء</strong> بكتابة رسائل متصلة بطلبك مباشرة {{request_link}}. اذا كنت ترغب في الحصول على معلومات غير موجودة في طلبك الاصلي , عليك <a href=\"{{new_request_link}}\">اضافة طلب جديد</a>." msgid "Please ask for environmental information only" -msgstr "" +msgstr "الرجاء الاكتفاء بطلب معلومات بيئية" msgid "Please check the URL (i.e. the long code of letters and numbers) is copied\\ncorrectly from your email." -msgstr "" +msgstr "الرجاء التحقق ان عنوان الصفحة (i.e. شيفرة الاحرف و الارقام ) قد تم نسخهn\\بطريقة صحيحة من بريدك الالكتروني." msgid "Please choose a file containing your photo." +msgstr "يرجى اختيار ملف يحتوي على صورة لكم ." + +msgid "Please choose a reason" msgstr "" msgid "Please choose what sort of reply you are making." -msgstr "" +msgstr "الرجاء اختيار نوع الرد الذي تقوم به" msgid "Please choose whether or not you got some of the information that you wanted." -msgstr "" +msgstr "الرجاء اختيار ان كنت حصلت على بعض من المعلومات التي اردت ام لا" msgid "Please click on the link below to cancel or alter these emails." -msgstr "" +msgstr "الرجاء الظغط على الرابط اسفله لاغاء او تغيير هذه الرسائل الالكترونية ." 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 " يرجى الظغط على الرابط اسفله لتأكيد رغبتك في \\nتغيير البريد الالكتروني الذي تستعمله على {{site_name}}\\nمن {{old_email}} الى {{new_email}}" msgid "Please click on the link below to confirm your email address." -msgstr "" +msgstr "يرجى الظغط على الرابط اسفله لتأكيد عنوان بريدك الالكتروني" 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 "الرجاء تدقيق وصف مايدور حوله الطلب في الموضوع. لاداعي للقول بانه طلب عن حرية النفاذ الى المعلومات لأننا نضيف ذلك في كل الحالات." msgid "Please don't upload offensive pictures. We will take down images\\n that we consider inappropriate." -msgstr "" +msgstr "الرجاء عدم تحميل صور مخلة.سنحذف الصور التي\\n نعتبرها غير ملائمة." msgid "Please enable \"cookies\" to carry on" -msgstr "" +msgstr "الرجاء ايقاف ملفات الارتباط \"cookies\"" msgid "Please enter a password" -msgstr "" +msgstr "الرجاء إدخال كلمة المرور" msgid "Please enter a subject" -msgstr "" +msgstr "الرجاء ادخال الموضوع" msgid "Please enter a summary of your request" -msgstr "" +msgstr "الرجاء إدخال ملخص لمطلبكم" msgid "Please enter a valid email address" -msgstr "" +msgstr "الرجاء إدخال عنوان بريد إلكتروني صالح" msgid "Please enter the message you want to send" -msgstr "" +msgstr "الرجاء ادخال الرسالة التي تريد بعثها " msgid "Please enter the same password twice" -msgstr "" +msgstr "الرجاء إدخال كلمة المرور نفسها مرتين" msgid "Please enter your annotation" -msgstr "" +msgstr "الرجاء ادخال ملاحظتك" msgid "Please enter your email address" -msgstr "" +msgstr "يرجى إدخال عنوان البريد الإلكتروني" msgid "Please enter your follow up message" -msgstr "" +msgstr "الرجاء ادخال رسالة متابعتك" msgid "Please enter your letter requesting information" -msgstr "" +msgstr "الرجاء ادخال رسالتك لطلب المعلومة" msgid "Please enter your name" -msgstr "" +msgstr "الرجاء إدخال الإسم" msgid "Please enter your name, not your email address, in the name field." -msgstr "" +msgstr " يرجى ادخال اسمك,و ليس عنوانك البريدي, في المكان المخصص للاسم. " msgid "Please enter your new email address" -msgstr "" +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 "" +msgstr "الرجاء ادخال تفاصيل تشرح سبب رغبتك في اعادة النظر" msgid "Please keep it shorter than 500 characters" -msgstr "" +msgstr "الرجاء عدم تجاوز 500 رمز" 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 "الرجاء ابقاء الملخص قصيرا, مثل الموضوع في الرسائل الالكترونية. يمكنك استعمال عبارات عوضا عن الجمل الكاملة." 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 "الرجاء طلب المعلومات التي تصنف ضمن هذه الفئات وحسب, <strong>لا تضيع\\n وقتك</strong> او وقت the السلطة العامة بطلب معلومات غير ذات صلة." + +msgid "Please pass this on to the person who conducts Freedom of Information reviews." msgstr "" msgid "Please select each of these requests in turn, and <strong>let everyone know</strong>\\nif they are successful yet or not." -msgstr "" +msgstr "الرجاء اختيار كل من هذه الطلبات بدوره,و <strong>أعلم الجميع</strong>\\nان كانت الطلبات ناجحة ام ليس بعد." -msgid "Please sign at the bottom with your name, or alter the \"%{signoff}\" signature" +msgid "Please sign at the bottom with your name, or alter the \"{{signoff}}\" signature" msgstr "" msgid "Please sign in as " -msgstr "" +msgstr "يرجى تسجيل الدخول ك" msgid "Please sign in or make a new account." msgstr "" msgid "Please type a message and/or choose a file containing your response." -msgstr "" +msgstr "يرجى كتابة رسالة و / أو اختيار ملف يحتوي على ردكم." msgid "Please use this email address for all replies to this request:" -msgstr "" +msgstr "يرجى استخدام البريد الإلكتروني لجميع الردود على هذا المطلب على هذا العنوان :" msgid "Please write a summary with some text in it" -msgstr "" +msgstr "الرجاء كتابة نص صغير للتلخيص" msgid "Please write the summary using a mixture of capital and lower case letters. This makes it easier for others to read." -msgstr "" +msgstr "الرجاء كتابة تلخيص واضح لتسهيل القراءة على الاخرين." msgid "Please write your annotation using a mixture of capital and lower case letters. This makes it easier for others to read." -msgstr "" +msgstr "الرجاء كتابة ملاحظة واضحة لتسهيل القراءة على الاخرين." msgid "Please write your follow up message containing the necessary clarifications below." -msgstr "" +msgstr "الرجاء كتابة رسالة المتابعة و تضمينها التوضيحات اللازمة اسفله." msgid "Please write your message using a mixture of capital and lower case letters. This makes it easier for others to read." -msgstr "" +msgstr "الرجاء كتابة رسالة واضحة لتسهيل القراءة على الاخرين." msgid "Point to <strong>related information</strong>, campaigns or forums which may be useful." -msgstr "" +msgstr "أشر الى <strong>المعلومات ذات الصلة</strong>, الحملات او المنتديات التي قد تكون مفيدة." msgid "Possibly related requests:" -msgstr "" +msgstr "الطلبات التي قد تكون متصلة." msgid "Post annotation" -msgstr "" +msgstr "انشر الملاحظة" msgid "Post redirect" -msgstr "" +msgstr "إعادة توجيه النشر" msgid "PostRedirect|Circumstance" -msgstr "" +msgstr "اعادة توجيه النشر|الظرف" msgid "PostRedirect|Email token" -msgstr "" +msgstr "اعادة توجيه النشر|علامة البريد الالكتروني" msgid "PostRedirect|Post params yaml" -msgstr "" +msgstr "اعادة توجيه الرابط|اعدادات الرابط yaml" msgid "PostRedirect|Reason params yaml" -msgstr "" +msgstr "اعادة توجيه الرابط|سبب اعدادات yaml" msgid "PostRedirect|Token" -msgstr "" +msgstr "اعادة توجيه النشر|علامة" msgid "PostRedirect|Uri" -msgstr "" +msgstr "اعادة توجيه الرابط|Uri" msgid "Posted on {{date}} by {{author}}" -msgstr "" +msgstr "نشر في {{date}} من قبل {{author}}" msgid "Powered by <a href=\"http://www.alaveteli.org/\">Alaveteli</a>" msgstr "" msgid "Prev" -msgstr "" +msgstr "السابق" msgid "Preview follow up to '" -msgstr "" +msgstr "الق نظرة على المتابعة ل" msgid "Preview new annotation on '{{info_request_title}}'" -msgstr "" +msgstr "الق نظرة على الملاحظة الجديدة على '{{info_request_title}}'" msgid "Preview your annotation" -msgstr "" +msgstr "الق نظرة على ملاحظتك" msgid "Preview your message" -msgstr "" +msgstr "الق نظرة على رسالتك" msgid "Preview your public request" -msgstr "" +msgstr "الق نظرة على طلبك العلني" msgid "Profile photo" -msgstr "" +msgstr "صورة الحساب" msgid "ProfilePhoto|Data" -msgstr "" +msgstr "صورة الحساب|بيانات" msgid "ProfilePhoto|Draft" -msgstr "" +msgstr "صورة الحساب|مسودة" msgid "Public authorities" -msgstr "" +msgstr "السلطات العامة " msgid "Public authorities - {{description}}" -msgstr "" +msgstr "سلطات عامة - {{description}}" msgid "Public authorities {{start_count}} to {{end_count}} of {{total_count}}" -msgstr "" +msgstr "السلطات العمومية {{start_count}} الى {{end_count}} من {{total_count}}" msgid "Public authority – {{name}}" msgstr "" msgid "Public body" -msgstr "" - -msgid "Public body/translation" -msgstr "" +msgstr "الهيكل العامّ" msgid "Public notes" msgstr "" @@ -1725,233 +1725,209 @@ msgstr "" msgid "Public page not available" msgstr "" -msgid "PublicBody::Translation|Disclosure log" -msgstr "" - -msgid "PublicBody::Translation|First letter" -msgstr "" - -msgid "PublicBody::Translation|Locale" -msgstr "" - -msgid "PublicBody::Translation|Name" -msgstr "" - -msgid "PublicBody::Translation|Notes" -msgstr "" - -msgid "PublicBody::Translation|Publication scheme" -msgstr "" - -msgid "PublicBody::Translation|Request email" -msgstr "" - -msgid "PublicBody::Translation|Short name" -msgstr "" - -msgid "PublicBody::Translation|Url name" -msgstr "" - msgid "PublicBody|Api key" -msgstr "" +msgstr "الهيكل العام|مفتاح واجهة مبرمج التطبيقات" msgid "PublicBody|Disclosure log" -msgstr "" +msgstr "الهيكل العامّ|كشف السجل" msgid "PublicBody|First letter" -msgstr "" +msgstr "الهيكل العامّ|أول حرف" msgid "PublicBody|Home page" -msgstr "" +msgstr "الهيكل العامّ|الصفحة الرئيسية" msgid "PublicBody|Info requests count" msgstr "" msgid "PublicBody|Last edit comment" -msgstr "" +msgstr "الهيكل العامّ|اخر تعليق محوّر" msgid "PublicBody|Last edit editor" -msgstr "" +msgstr "الهيكل العامّ|اخر تنقيح محوّر" msgid "PublicBody|Name" -msgstr "" +msgstr "الهيكل العامّ|اسم" msgid "PublicBody|Notes" -msgstr "" +msgstr "الهيكل العامّ|ّملاحظات" msgid "PublicBody|Publication scheme" -msgstr "" +msgstr "الهيكل العامّ|مخطط مايقع نشره" msgid "PublicBody|Request email" -msgstr "" +msgstr "الهيكل العامّ|طلب البريد الالكتروني" msgid "PublicBody|Short name" -msgstr "" +msgstr "الهيكل العامّ|اسم مختصر" msgid "PublicBody|Url name" -msgstr "" +msgstr "الهيكل العامّ|اسم الموقع" msgid "PublicBody|Version" -msgstr "" +msgstr "الهيكل العامّ|نسخة" msgid "Publication scheme" -msgstr "" +msgstr "مخطط مايقع نشره" msgid "Publication scheme URL" msgstr "" msgid "Purge request" -msgstr "" +msgstr "مطلب تطهير" msgid "PurgeRequest|Model" -msgstr "" +msgstr "نهاية الصلاحية|نموذج" msgid "PurgeRequest|Url" msgstr "" msgid "RSS feed" -msgstr "" +msgstr "رد ال RSS " msgid "RSS feed of updates" -msgstr "" +msgstr "ردود التحيينات الخاصة ب RSS ر س س" msgid "Re-edit this annotation" -msgstr "" +msgstr "اعادة تحوير هذه الملاحظات" msgid "Re-edit this message" -msgstr "" +msgstr "أعد-تغيير هذه الرسالة" msgid "Read about <a href=\"{{advanced_search_url}}\">advanced search operators</a>, such as proximity and wildcards." -msgstr "" +msgstr "اقرأ عن <a href=\"{{advanced_search_url}}\">محركات البحث المتقدم </a>, مثل القرب و احرف البدل." msgid "Read blog" -msgstr "" +msgstr "قراءة المدوَّنة الخاصة " msgid "Received an error message, such as delivery failure." -msgstr "" +msgstr "تم استقبال رسالة خطأ، مثل فشل في الارسال" msgid "Recently described results first" -msgstr "" +msgstr "اظهار أحدث النتائج أولا" msgid "Refused." -msgstr "" +msgstr "مرفوض." msgid "Remember me</label> (keeps you signed in longer;\\n do not use on a public computer) " -msgstr "" +msgstr "تذكرني</label> (البقاء متصلا;\\n عدم تسجيل الدخول على حاسوب عمومي) " msgid "Report abuse" -msgstr "" +msgstr "الإبلاغ عن سوء استخدام" msgid "Report an offensive or unsuitable request" +msgstr "بلغ عن طلب غير ملائم أو مخل بالاداب" + +msgid "Report request" msgstr "" msgid "Report this request" -msgstr "" +msgstr "التقرير عن هذا المطلب" msgid "Reported for administrator attention." -msgstr "" +msgstr "تم التبليغ لادارة الموقع" msgid "Request an internal review" -msgstr "" +msgstr "طلب مراجعة داخلية" msgid "Request an internal review from {{person_or_body}}" -msgstr "" +msgstr "اطلب مراجعة داخلية من {{person_or_body}}" msgid "Request email" msgstr "" msgid "Request has been removed" -msgstr "" +msgstr "تمت إزالة المطلب" msgid "Request sent to {{public_body_name}} by {{info_request_user}} on {{date}}." -msgstr "" +msgstr "تمّ إرسال المطلب إلى {{public_body_name}} من طرف {{info_request_user}} في {{date}}." msgid "Request to {{public_body_name}} by {{info_request_user}}. Annotated by {{event_comment_user}} on {{date}}." -msgstr "" +msgstr "طلب ل {{public_body_name}} من {{info_request_user}}. تمت اضافة الملاحظة من {{event_comment_user}}بتاريخ {{date}}." msgid "Requested from {{public_body_name}} by {{info_request_user}} on {{date}}" -msgstr "" +msgstr "تم الطلب من قيل {{public_body_name}} من خلال {{info_request_user}} في {{date}}" msgid "Requested on {{date}}" -msgstr "" +msgstr "تم الطلب بتاريخ {{date}}" msgid "Requests for personal information and vexatious requests are not considered valid for FOI purposes (<a href=\"/help/about\">read more</a>)." -msgstr "" +msgstr "طلبات المعلومات الشخصية و الطلبات المخلة لا تعتبر صالحة لاقتراحات طلبات النفاذ الى المعلومة (<a href=\"/help/about\">اقرأ المزيد</a>)." msgid "Requests or responses matching your saved search" -msgstr "" +msgstr "الطلبات أو الردود الموافقة لبحثك المسجل" msgid "Respond by email" -msgstr "" +msgstr "الرد عبر البريد الإلكتروني" msgid "Respond to request" -msgstr "" +msgstr "الرد على المطلب " msgid "Respond to the FOI request" -msgstr "" +msgstr "رد على مطالب حرية المعلومة " msgid "Respond using the web" -msgstr "" +msgstr "الرد عن طريق الشبكة العنكبوتية " msgid "Response" -msgstr "" +msgstr "الرد" msgid "Response from a public authority" -msgstr "" +msgstr "ردّ من طرف المؤسسة العمومية" msgid "Response to '{{title}}'" -msgstr "" +msgstr "الردّ على '{{title}}'" msgid "Response to this request is <strong>delayed</strong>." -msgstr "" +msgstr "الردّ على هذا المطلب <strong>وقع حذفه</strong>." msgid "Response to this request is <strong>long overdue</strong>." -msgstr "" +msgstr "الردّ على هذا المطلب <strong>تأخر كثيراً</strong>." msgid "Response to your request" -msgstr "" +msgstr "الردّ على مطلبكم" msgid "Response:" -msgstr "" +msgstr "الردّ:" msgid "Restrict to" -msgstr "" +msgstr "تقيد ب" msgid "Results page {{page_number}}" -msgstr "" +msgstr "صفحة النتائج {{page_number}}" msgid "Save" -msgstr "" +msgstr "الحفظ" msgid "Search" -msgstr "" +msgstr "البحث " msgid "Search Freedom of Information requests, public authorities and users" -msgstr "" +msgstr "ابحث عن مطالب حرية المعلومة و السلطات العامة و المستعملين" msgid "Search contributions by this person" -msgstr "" +msgstr "البحث عن مساهمات هذا الشخص" msgid "Search for words in:" -msgstr "" +msgstr "البحث عن كلمات في :" msgid "Search in" -msgstr "" +msgstr "البحث في " msgid "Search over<br/>\\n <strong>{{number_of_requests}} requests</strong> <span>and</span><br/>\\n <strong>{{number_of_authorities}} authorities</strong>" -msgstr "" +msgstr "ابحث عن<br/>\\n <strong>{{number_of_requests}} الطلبات</strong> <span>و</span><br/>\\n <strong>{{number_of_authorities}} السلطات</strong>" msgid "Search queries" -msgstr "" +msgstr "استفسارات البحث" msgid "Search results" -msgstr "" +msgstr "نتائج البحث" msgid "Search the site to find what you were looking for." -msgstr "" +msgstr "ابحث عن الموقع لتجد ما تبحث عنه." -msgid "Search within the %d Freedom of Information requests to %s" -msgid_plural "Search within the %d Freedom of Information requests made to %s" +msgid "Search within the {{count}} Freedom of Information requests to {{public_body_name}}" +msgid_plural "Search within the {{count}} Freedom of Information requests made to {{public_body_name}}" msgstr[0] "" msgstr[1] "" msgstr[2] "" @@ -1960,361 +1936,367 @@ msgstr[4] "" msgstr[5] "" msgid "Search your contributions" -msgstr "" +msgstr "البحث عن مساهماتك" msgid "See bounce message" msgstr "" msgid "Select one to see more information about the authority." -msgstr "" +msgstr "اختر واحدا لرؤية معلومات اكثر على السلطة" msgid "Select the authority to write to" -msgstr "" +msgstr "تحديد المؤسسة التي يرجى مراسلتها" msgid "Send a followup" -msgstr "" +msgstr "ابعث متابعة " msgid "Send a message to " -msgstr "" +msgstr "إرسال رسالة إلى" msgid "Send a public follow up message to {{person_or_body}}" -msgstr "" +msgstr "ابعث رسالة متابعة علنية ل {{person_or_body}}" msgid "Send a public reply to {{person_or_body}}" -msgstr "" +msgstr "ارسل ردا علنيا ل {{person_or_body}}" msgid "Send follow up to '{{title}}'" -msgstr "" +msgstr "ارسل متابعة ل '{{title}}'" msgid "Send message" -msgstr "" +msgstr "ابعث رسالة " msgid "Send message to " -msgstr "" +msgstr "ابعث رسالة ل" msgid "Send request" -msgstr "" +msgstr "إرسال المطلب" msgid "Set your profile photo" -msgstr "" +msgstr "ضع صورة لحسابك" msgid "Short name" msgstr "" msgid "Short name is already taken" -msgstr "" +msgstr "تم اخذ الاسم المختصر" msgid "Show most relevant results first" -msgstr "" +msgstr "اظهر النتائج الأكثر صلة بالموضوع أولا." msgid "Show only..." -msgstr "" +msgstr "اظهر فقط" msgid "Showing" -msgstr "" +msgstr "اظهار" msgid "Sign in" -msgstr "" +msgstr "سجل الدخول" msgid "Sign in or make a new account" -msgstr "" +msgstr "سجل دخولك او افتح حسابا جديدا" msgid "Sign in or sign up" -msgstr "" +msgstr "اشترك او سجل دخولك" msgid "Sign out" -msgstr "" +msgstr "تسجيل الخروج" msgid "Sign up" -msgstr "" +msgstr "اشترك" msgid "Similar requests" -msgstr "" +msgstr "طلبات مماثلة" msgid "Simple search" -msgstr "" +msgstr "بحث بسيط" msgid "Some notes have been added to your FOI request - " -msgstr "" +msgstr "بعض الملاحظات اضيفت لطلبك لحرية النفاذ للمعلومة" msgid "Some of the information requested has been received" -msgstr "" +msgstr "وقع تلقي بعض المعلومات المطلوبة" msgid "Some people who've made requests haven't let us know whether they were\\nsuccessful or not. We need <strong>your</strong> help –\\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 "بعض الاشخاص الذين قدموا طلبات لم يعلمونا عم اذا \\n نجحوا بذلك ام لا. نحتاج <strong>مساعدنك</strong> –\\nاختر واحدا من هذه الطلبات, اقرأه, و اعلم الجميع عما اذا كانت\\nالمعلومة متوفرة. سيكون الجميع ممتنا." msgid "Somebody added a note to your FOI request - " -msgstr "" +msgstr "احدهم اضاف ملحوظة لمطلب حرية النفاذ للمعلومة " msgid "Someone has updated the status of your request" -msgstr "" +msgstr "قام شخص بتحيين حالة طلبك." msgid "Someone, perhaps you, just tried to change their email address on\\n{{site_name}} from {{old_email}} to {{new_email}}." -msgstr "" +msgstr "احدهم, ربما انت, حاول تغيير عنوان بريده الالكتروني على on\\n{{site_name}} من {{old_email}} الى {{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 "اسف - لا تسطيع الاجابة عن هذا الطلب من خلال {{site_name}}, لأنه نسخة من الطلب الموجود اساسا على {{link_to_original_request}}." msgid "Sorry, but only {{user_name}} is allowed to do that." -msgstr "" +msgstr "المعذرة, ولكن بامكان {{user_name}} فقط القيام بذلك." msgid "Sorry, there was a problem processing this page" -msgstr "" +msgstr "نأسف, كان هناك مشكلة في فتح هذه الصفحة." msgid "Sorry, we couldn't find that page" -msgstr "" +msgstr "المعذرة, لم نتمكن من ايجاد الصفحة " msgid "Special note for this authority!" -msgstr "" - -msgid "Start" -msgstr "" +msgstr "ملاحظة خاصة بهذه السلطة." msgid "Start now »" -msgstr "" +msgstr "ابدأ الان »" msgid "Start your own blog" -msgstr "" +msgstr "اطلق مدونتك الخاصة" msgid "Stay up to date" -msgstr "" +msgstr "تلق كل التحيينات" msgid "Still awaiting an <strong>internal review</strong>" -msgstr "" +msgstr "مازلت بانتظار <strong>مراجعة داخلية</strong>" msgid "Subject" -msgstr "" +msgstr "موضوع" msgid "Subject:" -msgstr "" +msgstr "موضوع" msgid "Submit" -msgstr "" +msgstr "اضف" msgid "Submit status" -msgstr "" +msgstr "اضف حالة" msgid "Submit status and send message" msgstr "" msgid "Subscribe to blog" -msgstr "" +msgstr "الاشتراك في المدونة" msgid "Successful Freedom of Information requests" -msgstr "" +msgstr "مطالب حرية النفاذ للمعلومة ناجحة" msgid "Successful." -msgstr "" +msgstr "ناجح" msgid "Suggest how the requester can find the <strong>rest of the information</strong>." -msgstr "" +msgstr "اقترح الطريقة التي يستطيع من خلالها صاحب الطلب ايجاد <strong>بقية المعلومات</strong>." msgid "Summary:" -msgstr "" +msgstr "ملخص" msgid "Table of statuses" -msgstr "" +msgstr "جدول الحالات" msgid "Table of varieties" -msgstr "" +msgstr "جدول الخيارات" msgid "Tags" msgstr "" msgid "Tags (separated by a space):" -msgstr "" +msgstr "اشارات (يفصلها فراغ):" msgid "Tags:" -msgstr "" +msgstr "اشارات" msgid "Technical details" -msgstr "" +msgstr "تفاصيل تقنية" msgid "Thank you for helping us keep the site tidy!" -msgstr "" +msgstr "شكرا على مساعدتنا على ابقاء الموقع مرتبا!" msgid "Thank you for making an annotation!" -msgstr "" +msgstr "شكرا على القيام بملاحظة!" 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 "شكرا للرد على طلب النفاذ الى المعلومة ! تم نشر طلبك اسفله, تم ارسال رابط لردك بواسطة البريد الالكتروني ل " 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 "شكرا لتحديث حالة الطلب '<a href=\"{{url}}\">{{info_request_title}}</a>'. تجد اسفله طلبات اخرى لتصنفها." msgid "Thank you for updating this request!" -msgstr "" +msgstr "شكرا على تحيين الطلب" msgid "Thank you for updating your profile photo" -msgstr "" +msgstr "شكرا على تحيين صورة الحساب" msgid "Thank you! We'll look into what happened and try and fix it up." msgstr "" 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 "شكرا على المساعدة - سيساعد عملك الجميع في ايجاد\\nردود ناجحة, وحتى في انجاز جداول احصاء..." 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 "شكرا جزيلا - سيساعدهذا الاخرين في العثور على أشياء مفيدة. سوف\\n نمدك أيضا ان احتجت بنصائح حول ما يجب أن تفعل لاحقا بخصوص \\n طلباتك." 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 "شكرا جزيلا على مساعدتنا في الحفاظ على كل شيء <strong>واضحا ومنظما</strong>.\\n ان احتجت،سنمدك ايضا بنصائح حول مايجب ان تفعله لاحقا بخصوص\\n كل من طلباتك." msgid "That doesn't look like a valid email address. Please check you have typed it correctly." -msgstr "" +msgstr "هذا لا يبدو كعنوان بريد الكتروني صالح.الرجاء التأكد من أنك كتبته بطريقة صحيحة." msgid "The <strong>review has finished</strong> and overall:" -msgstr "" +msgstr "تم <strong>اتمام المراجعة</strong> بطريقة شاملة:" msgid "The Freedom of Information Act <strong>does not apply</strong> to" -msgstr "" +msgstr "قانون حرية المعلومات <strong>لا ينطبق</strong> على" msgid "The accounts have been left as they previously were." -msgstr "" +msgstr "تم ترك كل حساب كما كان سابقا" msgid "The authority do <strong>not have</strong> the information <small>(maybe they say who does)" -msgstr "" +msgstr "السلطة <strong>لا تملك</strong> المعلومة <small>(ربما يقولون من يملكها)" msgid "The authority only has a <strong>paper copy</strong> of the information." -msgstr "" +msgstr "السلطة لا تملك سوى <strong>نسخة</strong> من المعلومة" 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 "السلطات تقول انها <strong>تحتاج عنوانا\\n بريديا</strong>, لا بريدا الكترونيا فقط, ليكون طلب حرية النفاذ الى المعلومة صالحا" msgid "The authority would like to / has <strong>responded by post</strong> to this request." -msgstr "" +msgstr "هذه السلطة ترغب في / قامت ب <strong>الرد عبر النشر</strong> على هذا الطلب." 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 "البريد الالكتروني الذي, ارسلته عوضا عن {{public_body}} الى\\n{{user}} للرد على {{ law_used_short}}\\n لم يقع ارسال الطلب." msgid "The page doesn't exist. Things you can try now:" -msgstr "" +msgstr "هذه الصفحة غير موجودة. الاشياء التي لمكن ان تجربها:" msgid "The public authority does not have the information requested" -msgstr "" +msgstr "السلطة العامة لا تملك المعلومة المطلوبة" msgid "The public authority would like part of the request explained" -msgstr "" +msgstr "السلطة العامة تريد تفسيرا لجزء من الطلب" msgid "The public authority would like to / has responded by post" -msgstr "" +msgstr "ترغب السلطة العامة في /الرد عبر النشر" msgid "The request has been <strong>refused</strong>" -msgstr "" +msgstr "وقع رفض <strong>الطلب</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 " تم تحيين الطلب منذ حملت الصفحة. الرجاء التحقق من ورود اي رسائل اسفله, و حاول مجددا." msgid "The request is <strong>waiting for clarification</strong>." -msgstr "" +msgstr "الطلب <strong>بانتظار توضيح</strong>." msgid "The request was <strong>partially successful</strong>." -msgstr "" +msgstr "الطلب كان <strong>ناجحا جزئيا</strong>." msgid "The request was <strong>refused</strong> by" -msgstr "" +msgstr "تم <strong>رفص الطلب</strong> من طرف" msgid "The request was <strong>successful</strong>." -msgstr "" +msgstr "كان الطلب <strong>ناجحا</strong>." msgid "The request was refused by the public authority" -msgstr "" +msgstr "تم رفض الطلب من طرف السلطة العامةّ" -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=\"%s\">contact us</a> if you have any questions." +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 "" msgid "The requester has abandoned this request for some reason" -msgstr "" +msgstr "تخلى صاحب الطلب عن هذا الطلب لأسباب معينة" -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" +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 "" -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" +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 "" 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 "مؤشر البحث خارج الخدمة حاليا,لذلك لا يمكننا اظهار طلبات حرية النفاذ للمعلومة التي قامت بها هذه السلطة." msgid "The search index is currently offline, so we can't show the Freedom of Information requests this person has made." +msgstr "مؤشر البحث خارج الخدمة حاليا, لذلك ليس بامكاننا اظهار طلبات حرية النفاذ الى المعلومة التي قدمها هذا الشخص." + +msgid "The {{site_name}} team." msgstr "" msgid "Then you can cancel the alert." -msgstr "" +msgstr "تستطيع بعد ذلك الغاء التنبيه" msgid "Then you can cancel the alerts." -msgstr "" +msgstr "تستطيع بعد ذلك الغاء التنبيهات" msgid "Then you can change your email address used on {{site_name}}" -msgstr "" +msgstr "ثم بامكانك تغيير عنوان بريدك الالكتروني المستعمل على{{site_name}}" msgid "Then you can change your password on {{site_name}}" -msgstr "" +msgstr "ثم يمكنك تغيير كلمة السر على {{site_name}}" msgid "Then you can classify the FOI response you have got from " -msgstr "" +msgstr "ثم يمكنك تصنيف رد حرية النفاذ للمعلومة الذي تحصلت عليه من " msgid "Then you can download a zip file of {{info_request_title}}." -msgstr "" +msgstr "ثم يمكنك تنويل ملف مظغوط من{{info_request_title}}." msgid "Then you can log into the administrative interface" -msgstr "" +msgstr "ثم يمكنك تسجيل دخولك للمجال الاداري" msgid "Then you can play the request categorisation game." -msgstr "" +msgstr "ثم بامكانك ان تلعب لعبة تصنيف الطلب" msgid "Then you can report the request '{{title}}'" -msgstr "" +msgstr "ثم يمكنك التبليغ عن الطلب '{{title}}'" msgid "Then you can send a message to " -msgstr "" +msgstr "ثم يمكنك بعث رسالة" msgid "Then you can sign in to {{site_name}}" -msgstr "" +msgstr "ثم يمكنك تسجيل دخولك ل {{site_name}}" msgid "Then you can update the status of your request to " -msgstr "" +msgstr "ثم بامكانك نحيين حالة طلباتك ل" msgid "Then you can upload an FOI response. " -msgstr "" +msgstr "بامكانك تحميل طلب لحريةالنفاذ الى المعلومة ." msgid "Then you can write follow up message to " -msgstr "" +msgstr "ثم بامكانك كتابة رسالة متابعة ل" msgid "Then you can write your reply to " -msgstr "" +msgstr "ثم بامكانك كتابة ردك ل" msgid "Then you will be following all new FOI requests." -msgstr "" +msgstr "ثم ستتمكن من متابعة كل الطلبات الجديدة لحرية النفاذ الى المعلومة." msgid "Then you will be notified whenever '{{user_name}}' requests something or gets a response." -msgstr "" +msgstr " ثم سيتم إعلامك كلما قام '{{user_name}}' بتقديم طلب او تحصل على رد." msgid "Then you will be notified whenever a new request or response matches your search." -msgstr "" +msgstr "ثم سيتم إعلامك كلما تتطابق طلب جديد او رد مع بحثك." msgid "Then you will be notified whenever an FOI request succeeds." -msgstr "" +msgstr "ثم سيتم إعلامك كلما نجح طلبحرية النفاذ الى المعلومة" msgid "Then you will be notified whenever someone requests something or gets a response from '{{public_body_name}}'." -msgstr "" +msgstr "ثم سيتم إعلامك كلما طلب شخص ما شيئا ما او تحصل على رد من '{{public_body_name}}'." msgid "Then you will be updated whenever the request '{{request_title}}' is updated." -msgstr "" +msgstr "ثم سيتم إعلامك كلما تم '{{request_title}}' تحيين الطلب." msgid "Then you'll be allowed to send FOI requests." -msgstr "" +msgstr "ثم سيكون بامكانك ارسال طلبات حرية الولوج الى المعلومة." msgid "Then your FOI request to {{public_body_name}} will be sent." -msgstr "" +msgstr "ثم سيقع ارسال طلباتك لحرية النفاذ الى المعلومة ل{{public_body_name}} ." msgid "Then your annotation to {{info_request_title}} will be posted." -msgstr "" +msgstr "ثم سيقع نشر {{info_request_title}}ملاحظتك." msgid "There are {{count}} new annotations on your {{info_request}} request. Follow this link to see what they wrote." -msgstr "" +msgstr "يوجد {{count}} ملاحظات جديدة {{info_request}} تخص طلبك. اتبع هذا الرابط لرؤية ما كتبوا." + +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 "هنالك <strong>اكثر من شخص</strong> يستعمل هذا الموقع و له هذا الاسم.\\n احدهم يظهر اسفله, ربما تعني اسما اخرا:" + +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 "عدد المطالب التي بامكانك تقديمها في اليوم الواحد محدود, لاننا لاننا لا تريد ان تكثر على السلطات العامة الطلبات الغير ملائمة. ان كان لديك سبب وجيه لتسألهم الترفيع في العدد المحدد للطلبات في حالتك, الرجاء <a href='{{help_contact_path}}'>الاتصال بنا</a>." -msgid "There is %d person following this request" -msgid_plural "There are %d people following this request" +msgid "There is {{count}} person following this request" +msgid_plural "There are {{count}} people following this request" msgstr[0] "" msgstr[1] "" msgstr[2] "" @@ -2322,83 +2304,80 @@ msgstr[3] "" msgstr[4] "" msgstr[5] "" -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 "" - -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 "" - msgid "There was a <strong>delivery error</strong> or similar, which needs fixing by the {{site_name}} team." -msgstr "" +msgstr "كان هنالك <strong>خطأ في التسلبم</strong> او ما شابه ذلك, و يحتاج اصلاحه من قبل {{site_name}} الفريق." msgid "There was an error with the words you entered, please try again." -msgstr "" +msgstr "كان هتالك خطأ في الكلمات التي ادخلتها الرجاء المحاولة ثانية" msgid "There were no requests matching your query." -msgstr "" +msgstr "لا يوجد ردود تتعلق بتساؤلك," msgid "There were no results matching your query." -msgstr "" +msgstr "لا يوجد نتائج تتعلق بتساؤلك" msgid "They are going to reply <strong>by post</strong>" -msgstr "" +msgstr "سيقومون بالرد <strong>عبر البريد</strong>" msgid "They do <strong>not have</strong> the information <small>(maybe they say who does)</small>" -msgstr "" +msgstr "لا <strong>يملكون</strong> المعلومة <small>(ربما سيعلمونك بمن يملكها )</small>" msgid "They have been given the following explanation:" -msgstr "" +msgstr "قدم لهم الشرح التالي:" msgid "They have not replied to your {{law_used_short}} request {{title}} promptly, as normally required by law" -msgstr "" +msgstr "لم يقوموا بالرد على {{law_used_short}}طلبك {{title}}, \\n فورا كما هو مطلوب بموجب القانون عادة" msgid "They have not replied to your {{law_used_short}} request {{title}}, \\nas required by law" -msgstr "" +msgstr "لم يقوموا بالرد على {{law_used_short}}طلبك {{title}}, \\nكما هو مطلوب بموجب القانون" msgid "Things to do with this request" -msgstr "" +msgstr "مايمكن فعله بهذا الطلب" msgid "Things you're following" -msgstr "" +msgstr "الاشياء التي تتابعها" msgid "This authority no longer exists, so you cannot make a request to it." -msgstr "" +msgstr "هذه السلطة لم تعد موجودة, لم يعد بامكانك تقديم طلب لها." -msgid "This comment has been hidden. See annotations to\\n find out why. If you are the requester, then you may <a href=\"%s\">sign in</a> to view the response." +msgid "This comment has been hidden. See annotations to\\n find out why. If you are the requester, then you may <a href=\"{{url}}\">sign in</a> to view the response." msgstr "" msgid "This covers a very wide spectrum of information about the state of\\n the <strong>natural and built environment</strong>, such as:" -msgstr "" +msgstr "هذا يغطي مجالا واسعا من المعلومات حول حالة \\n <strong>البيئة الطبيعية و الاصطناعية</strong>, مثل :" msgid "This external request has been hidden" -msgstr "" +msgstr "تم اخفاء الطلب الخارجي" 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 " هذه نسخة نص مجرد بخصوص حرية النفاذ للمعلومة \"{{request_title}}\". يمكنك الحصول على النسخة الأخيرة الكاملة على {{full_url}}" msgid "This is an HTML version of an attachment to the Freedom of Information request" -msgstr "" +msgstr " هذه النسخة من ملحق حرية النفاذ الى المعلومة ترد في صيغة لغة توصيف النصوص المترابطة HTML" msgid "This is because {{title}} is an old request that has been\\nmarked to no longer receive responses." -msgstr "" +msgstr "حدث هذا لأن {{title}} طلب قديم قد تم \\nبرمجته بحيث لا يستقبل مزيدا من الردود." msgid "This is the first version." msgstr "" msgid "This is your own request, so you will be automatically emailed when new responses arrive." -msgstr "" +msgstr "هذا طلبك الشخصي, ستبعث لك رسالة الكترونية بصفة الية عندما يصل الرد الجديد." -msgid "This outgoing message has been hidden. See annotations to\\n\t\t\t\t\t\tfind out why. If you are the requester, then you may <a href=\"%s\">sign in</a> to view the response." +msgid "This outgoing message has been hidden. See annotations to\\n\t\t\t\t\t\tfind out why. If you are the requester, then you may <a href=\"{{url}}\">sign in</a> to view the response." msgstr "" msgid "This particular request is finished:" -msgstr "" +msgstr "تم انهاء هذا الطلب المحدد:" msgid "This person has made no Freedom of Information requests using this site." -msgstr "" +msgstr "هذا الشخص لم يقدم اي طلب لحرية النفاذ ابى المعلومة باستخدام هذا الموقع" + +msgid "This person's annotations" +msgstr "ملاحظات هذا الشخص" -msgid "This person's %d Freedom of Information request" -msgid_plural "This person's %d Freedom of Information requests" +msgid "This person's {{count}} Freedom of Information request" +msgid_plural "This person's {{count}} Freedom of Information requests" msgstr[0] "" msgstr[1] "" msgstr[2] "" @@ -2406,8 +2385,8 @@ msgstr[3] "" msgstr[4] "" msgstr[5] "" -msgid "This person's %d annotation" -msgid_plural "This person's %d annotations" +msgid "This person's {{count}} annotation" +msgid_plural "This person's {{count}} annotations" msgstr[0] "" msgstr[1] "" msgstr[2] "" @@ -2415,275 +2394,272 @@ msgstr[3] "" msgstr[4] "" msgstr[5] "" -msgid "This person's annotations" -msgstr "" - msgid "This request <strong>requires administrator attention</strong>" -msgstr "" +msgstr "هذا الطلب <strong> يتطلب اهتمام المسؤول </strong>" msgid "This request has already been reported for administrator attention" -msgstr "" +msgstr "لقد تم تبليغ الادارة بهذا الطلب" msgid "This request has an <strong>unknown status</strong>." -msgstr "" +msgstr "هذا الطلب لديه <strong>حالة مجهولة</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 "تم اخفاء <strong>هذا الطلب</strong> من الموقع, لان مسؤولا لم يعتبره طلبا لحرية النفاذ الى المعلومة" msgid "This request has been <strong>hidden</strong> from the site, because an administrator considers it vexatious" -msgstr "" +msgstr "هذا الطلب وقع <strong>حذفه</strong> من الموقع, لان مسؤولا وجده مخلا" 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 "قد تم <strong>التبليغ عن هذا الطلب على اساس انه يحتاج اهتماما من الادارة (ربما لاعتباره مخلا, او طلبا لمعلومات شخصية)" 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 "هذا الطلب <strong>وقع سحبه</strong>من قبل الشخص الذي قام به .\\n قد يوجد تفسير في المراسلات اسفله ." -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=\"%s\">contact us</a>." +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 "" msgid "This request has been reported for administrator attention" -msgstr "" +msgstr "تم التبليغ عن هذا الطلب لتهتم به الادارة" msgid "This request has been set by an administrator to \"allow new responses from nobody\"" -msgstr "" +msgstr "تمت برمجة هذا الطلب من قبل مشرف ل \"لعدم السماح باي ردود جديدة\"" msgid "This request has had an unusual response, and <strong>requires attention</strong> from the {{site_name}} team." -msgstr "" +msgstr "الرد على هذا الطلب غير مألوف, و <strong>يستوجب اهتماما</strong> من {{site_name}} الفريق." msgid "This request has prominence 'hidden'. You can only see it because you are logged\\n in as a super user." -msgstr "" +msgstr "تم اخفاء اهمية هذا الطلب. تستطيع رؤيته فقط لانك سجلت دخولك\\n iكمستخدم متميز." -msgid "This request is hidden, so that only you the requester can see it. Please\\n <a href=\"%s\">contact us</a> if you are not sure why." +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 "" msgid "This request is still in progress:" -msgstr "" +msgstr "لا يزال الطلب قيد الانجاز" msgid "This request requires administrator attention" msgstr "" msgid "This request was not made via {{site_name}}" -msgstr "" +msgstr "لم يقدم هذا الطلب عبر {{site_name}}" -msgid "This response has been hidden. See annotations to find out why.\\n If you are the requester, then you may <a href=\"%s\">sign in</a> to view the response." +msgid "This response has been hidden. See annotations to find out why.\\n If you are the requester, then you may <a href=\"{{url}}\">sign in</a> to view the response." msgstr "" 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 "هذا الجدول يظهر التفاصيل التقنية للاحداث الداخلية التي وقعت لهذا الطلب على\\ {{site_name}}. يمكن استخدام هذا لتعميم المعلومة حول\\nسرعة رد السلطات على الطلبات , عدد الطلبات\\nالتي تسوجب ردا بريديا و اكثر ." msgid "This user has been banned from {{site_name}} " -msgstr "" +msgstr "تم منع هذا المستخدم من {{site_name}} " msgid "This was not possible because there is already an account using \\nthe email address {{email}}." -msgstr "" +msgstr "هذا الطلب غير ممكن اذ يوجد حساب اخر يستعمل \\nنفس البريد الالكتروني {{email}}." msgid "To cancel these alerts" -msgstr "" +msgstr "لالغاء اشارات التنبيه" msgid "To cancel this alert" -msgstr "" +msgstr "لالغاء اشارة التنبيه" 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 "للمواصلة, تحتاج تسجيل الدخول او انشاء حساب جديد. للاسف, واجهنا\\nخطأ تقنيا اثناء القيام بهذا." msgid "To change your email address used on {{site_name}}" -msgstr "" +msgstr "لتغيير عنوان بريد الالكتروني المستخدم على {{site_name}}" msgid "To classify the response to this FOI request" -msgstr "" +msgstr "لتصنيف الرد على هذا الطلب لحرية النفاذ للمعلومة" msgid "To do that please send a private email to " -msgstr "" +msgstr "للقيام بذلك يرجى ارسال رسالة الكترونية ل" msgid "To do this, first click on the link below." -msgstr "" +msgstr "للقيام بذلك, اضغط اولا على الرابط اسفله." msgid "To download the zip file" -msgstr "" +msgstr "لتنزيل الملف المضغوط" msgid "To follow all successful requests" -msgstr "" +msgstr "لمتابعة كل الطلبات الناجحة" msgid "To follow new requests" -msgstr "" +msgstr "لمتابعة الطلبات الجديدة" msgid "To follow requests and responses matching your search" -msgstr "" +msgstr "لمتابعة الطلبات و الاجوبة المتعلقة ببحثك" msgid "To follow requests by '{{user_name}}'" -msgstr "" +msgstr "لمتابعة طلبات '{{user_name}}'" msgid "To follow requests made using {{site_name}} to the public authority '{{public_body_name}}'" -msgstr "" +msgstr "لمتابعة الطلبات المقدمة باستعمال {{site_name}} للسلطة العمومية '{{public_body_name}}'" msgid "To follow the request '{{request_title}}'" -msgstr "" +msgstr "لمتابعة الطلب '{{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 "" msgid "To let everyone know, follow this link and then select the appropriate box." -msgstr "" +msgstr "لاعلام الجميع, اتبع الرابط ثم قم باختيار الخانة الملائمة." msgid "To log into the administrative interface" -msgstr "" +msgstr " لتسجيل الدخول في المجال الاداري" msgid "To play the request categorisation game" -msgstr "" +msgstr "للعب لعبة تصنيف الطلب" msgid "To post your annotation" -msgstr "" +msgstr "لنشر ملاحظتك" msgid "To reply to " -msgstr "" +msgstr "اجب على " -msgid "To report this FOI request" +msgid "To report this request" msgstr "" msgid "To send a follow up message to " -msgstr "" +msgstr "لبعث رسالة متابعة الى" msgid "To send a message to " -msgstr "" +msgstr "لبعث رسالة الى" msgid "To send your FOI request" -msgstr "" +msgstr "لبعث طلبك لحرية النفاذ للمعلومة" msgid "To update the status of this FOI request" -msgstr "" +msgstr "لتحيين حالة طلب حرية النفاذ للمعلومة هذا" msgid "To upload a response, you must be logged in using an email address from " -msgstr "" +msgstr " لتحميل رد, عليك تسجيل دخولك باستخدام عنوان بريد الكتروني من " msgid "To use the advanced search, combine phrases and labels as described in the search tips below." -msgstr "" +msgstr "لاستخدام البحث المتقدم , ادمج عبارات و رقعة تعريف كم تم وصف ذلك في نصائح الحث اسفله." msgid "To view the email address that we use to send FOI requests to {{public_body_name}}, please enter these words." -msgstr "" +msgstr "لرؤية البريد الالكتروني الذي نستعمله لنرسل طلبات حرية النفاذ للمعلومة {{public_body_name}}, الرجاء ادخال الكلمات التالية ." msgid "To view the response, click on the link below." -msgstr "" +msgstr "لرؤية الاجابة, انقر على الرابط اسفله." msgid "To {{public_body_link_absolute}}" -msgstr "" +msgstr "ل {{public_body_link_absolute}}" msgid "To:" -msgstr "" +msgstr "الى:" msgid "Today" -msgstr "" +msgstr "اليوم" msgid "Too many requests" -msgstr "" +msgstr "طلبات كثيرة جدا" msgid "Top search results:" -msgstr "" +msgstr "افضل نتائج بحث:" msgid "Track thing" -msgstr "" +msgstr "تتبع" msgid "Track this person" -msgstr "" +msgstr "تتبع هذا الشخص" msgid "Track this search" -msgstr "" +msgstr "تتبع هذا البحث" msgid "TrackThing|Track medium" -msgstr "" +msgstr "تتبع|تتبع الوسيط" msgid "TrackThing|Track query" -msgstr "" +msgstr "تتبع|تتبع السؤال" msgid "TrackThing|Track type" -msgstr "" +msgstr "تتبع شيئا|نوع المتابعة" msgid "Turn off email alerts" -msgstr "" +msgstr " اطفئ اشارات تنبيه البريد الالكتروني" msgid "Tweet this request" -msgstr "" +msgstr "ضع هذا الطلب على التويتر" msgid "Type <strong><code>01/01/2008..14/01/2008</code></strong> to only show things that happened in the first two weeks of January." -msgstr "" +msgstr "ادخل <strong><code>01/01/2008..14/01/2008</code></strong> لاظهار ما حدث في اول اسبوعين من جانفي فقط." msgid "URL name can't be blank" -msgstr "" +msgstr "لا يمكن ترك مكان عنوان الموقع فارغا" msgid "Unable to change email address on {{site_name}}" -msgstr "" +msgstr "غير قادر على تغيير عنوان البريد الالكتروني على {{site_name}}" msgid "Unable to send a reply to {{username}}" -msgstr "" +msgstr "غير قادر على ارسال رد ل {{username}}" msgid "Unable to send follow up message to {{username}}" -msgstr "" +msgstr "غير قادر على بعث رسالة متابعة ل {{username}}" msgid "Unexpected search result type" -msgstr "" +msgstr "نوع نتيجة البحث غير متوقع" msgid "Unexpected search result type " -msgstr "" +msgstr "نوع نتيجة البحث غير متوقع " -msgid "Unfortunately we don't know the FOI\\nemail address for that authority, so we can't validate this.\\nPlease <a href=\"%s\">contact us</a> to sort it out." +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 "" msgid "Unfortunately, we do not have a working {{info_request_law_used_full}}\\naddress for" -msgstr "" +msgstr "للأسف, لا نملك{{info_request_law_used_full}}\\nعنوانا صالحا ل" msgid "Unknown" -msgstr "" +msgstr "مجهول" msgid "Unsubscribe" -msgstr "" +msgstr "إلغاء الاشتراك" msgid "Unusual response." -msgstr "" +msgstr "اجابة غير مألوفة" msgid "Update the status of this request" -msgstr "" +msgstr "حين حالة هذا الطلب" msgid "Update the status of your request to " -msgstr "" +msgstr "حين حالة طلبك ل" msgid "Upload FOI response" -msgstr "" +msgstr "حمل طلب حرية النفاذ للمعلومة" msgid "Use OR (in capital letters) where you don't mind which word, e.g. <strong><code>commons OR lords</code></strong>" msgstr "" msgid "Use quotes when you want to find an exact phrase, e.g. <strong><code>\"Liverpool City Council\"</code></strong>" -msgstr "" +msgstr "استخدم اقتباسات عندما تريد ايجاد جملة بعينها, مثال. <strong><code>\"مجلس مدينة ليفربول\"</code></strong>" msgid "User" -msgstr "" +msgstr "المستخدم" msgid "User info request sent alert" -msgstr "" +msgstr "مستخدم طلب المعلومة بعث تنبيها" msgid "User – {{name}}" msgstr "" msgid "UserInfoRequestSentAlert|Alert type" -msgstr "" +msgstr "التنبيه المرسل للمستخدم صاحب الطلب|نوع التنبيه" msgid "User|About me" -msgstr "" +msgstr "مستخدم|معلومات عني" msgid "User|Address" -msgstr "" +msgstr "المستخدم|العنوان" msgid "User|Admin level" -msgstr "" +msgstr "مستخدم|مستوى المشرف" msgid "User|Ban text" -msgstr "" +msgstr "مستخدم|منع النص" msgid "User|Dob" msgstr "" msgid "User|Email" -msgstr "" +msgstr "المستخدم|البريد الالكتروني" msgid "User|Email bounce message" msgstr "" @@ -2692,586 +2668,607 @@ msgid "User|Email bounced at" msgstr "" msgid "User|Email confirmed" -msgstr "" +msgstr "المستخدم|تم تأكيد البريد الالكتروني" msgid "User|Hashed password" msgstr "" msgid "User|Last daily track email" -msgstr "" +msgstr "مستخدم|اخر بريد الكتروني للمتابعة اليومية" msgid "User|Locale" -msgstr "" +msgstr "مستخدم|موقع" msgid "User|Name" -msgstr "" +msgstr "المستخدم|الاسم" msgid "User|No limit" -msgstr "" +msgstr "مستخدم|لاحدود" msgid "User|Receive email alerts" -msgstr "" +msgstr "المستخدم|تلقي اشارات تنبيه للرسائل الالكترونية" msgid "User|Salt" msgstr "" msgid "User|Url name" -msgstr "" +msgstr "المستخدم|Url name" msgid "Version {{version}}" msgstr "" msgid "View FOI email address" -msgstr "" +msgstr "رؤية البريد الالكتروني لحرية النفاذ الى المعلومة" msgid "View FOI email address for '{{public_body_name}}'" -msgstr "" +msgstr "رؤية البريد الالكتروني لحرية النفاذ الى المعلومة ل '{{public_body_name}}'" msgid "View FOI email address for {{public_body_name}}" -msgstr "" +msgstr "رؤية البريد الالكتروني لحرية النفاذ الى المعلومة {{public_body_name}}" msgid "View Freedom of Information requests made by {{user_name}}:" -msgstr "" +msgstr "الاطلاع على طلبات حرية النفاذ الى المعلومة المقدمة من قبل {{user_name}}:" msgid "View and search requests" -msgstr "" +msgstr "عرض والبحث عن الطلبات" msgid "View authorities" -msgstr "" +msgstr "عرض السلطات" msgid "View email" -msgstr "" +msgstr "عرض البريد الالكتروني" msgid "View requests" -msgstr "" +msgstr "عرض الطلبات" msgid "Waiting clarification." -msgstr "" +msgstr "انتظار التوضيحات" msgid "Waiting for an <strong>internal review</strong> by {{public_body_link}} of their handling of this request." -msgstr "" +msgstr "بانتظار <strong>مراجعة داخلية</strong> من طرف {{public_body_link}} عن كيفية التعامل مع هذا الطلب." msgid "Waiting for the public authority to complete an internal review of their handling of the request" -msgstr "" +msgstr "بانتظار ان تكمل السلطة العامة مراجعة داخلية عن كيفية التعامل مع هذا الطلب." msgid "Waiting for the public authority to reply" -msgstr "" +msgstr "انتظار رد السلطة العامة" msgid "Was the response you got to your FOI request any good?" +msgstr "هل كان الرد الذي تحصلت عليه بخصوص طلب حرية النفاذ للمعلومة جيدا؟" + +msgid "We consider it is not a valid FOI request, and have therefore hidden it from other users." msgstr "" -msgid "We do not have a working request email address for this authority." +msgid "We consider it to be vexatious, and have therefore hidden it from other users." msgstr "" +msgid "We do not have a working request email address for this authority." +msgstr "لا نملك طلب عنوان بريد الكتروني صالح لهذه السلطة" + msgid "We do not have a working {{law_used_full}} address for {{public_body_name}}." -msgstr "" +msgstr "لا نملك {{law_used_full}} عنوان بريد الكتروني صالح ل{{public_body_name}}." msgid "We don't know whether the most recent response to this request contains\\n information or not\\n –\\n\tif you are {{user_link}} please <a href=\"{{url}}\">sign in</a> and let everyone know." -msgstr "" +msgstr "لا نعرف ان كان أحدث رد على هذا الطلب يحتوي\\n على المعلومات أم لا\\n –\\n\tان كنت {{user_link}} الرجاء <a href=\"{{url}}\">تسجيل الدخول</a>واعلام الجميع ." -msgid "We will not reveal your email address to anybody unless you or\\n the law tell us to (<a href=\"%s\">details</a>). " +msgid "We will not reveal your email address to anybody unless you or\\n the law tell us to (<a href=\"{{url}}\">details</a>). " msgstr "" msgid "We will not reveal your email address to anybody unless you\\nor the law tell us to." -msgstr "" +msgstr " لن نكشف عنوان بريدك الالكتروني لاحد الا اذا قررت انت\\nاو القانون عكس ذلك ." msgid "We will not reveal your email addresses to anybody unless you\\nor the law tell us to." -msgstr "" +msgstr " لن نكشف عناوين بريدك الالكتروني لاحد الا اذا قررت انت\\nاو القانون عكس ذلك ." msgid "We're waiting for" -msgstr "" +msgstr "نحن بانتظار" msgid "We're waiting for someone to read" -msgstr "" +msgstr "نحن بانتظار احد ليقرأ" 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 "قمنا بارسال رسالة الكتروني على عنوان بريدك الاكتروني الجديد. اضغط على الرابط الموجود\\nبالرسالة قبل ان يتغير عنوان بريدك الالكتروني." msgid "We've sent you an email, and you'll need to click the link in it before you can\\ncontinue." -msgstr "" +msgstr "بعثنا لك رسالة الكترونية, اضغط على الرابط الموجود بها حتى تستطيع \\nالمواصلة." msgid "We've sent you an email, click the link in it, then you can change your password." -msgstr "" +msgstr "ارسلنا لك رسالة الكترونية, اضغط على الرابط الموجود بها, ثم بامكانك تغيير كلمة السر." msgid "What are you doing?" -msgstr "" +msgstr "ما ذا تفعل؟" msgid "What best describes the status of this request now?" -msgstr "" +msgstr "ما هو افضل وصف لحالة الطلب الان؟" msgid "What information has been released?" -msgstr "" +msgstr "ما هي المعلومات التي تم اصادرها؟" msgid "What information has been requested?" -msgstr "" +msgstr "ما هي المعلومات التي تم طلبها ؟" msgid "When you get there, please update the status to say if the response \\ncontains any useful information." -msgstr "" +msgstr "عندما تصل هناك, الرجاء تحيين الحالة لاخبارنا ان كان الرد يحتوي\\n على معلومات مفيدة." msgid "When you receive the paper response, please help\\n others find out what it says:" -msgstr "" +msgstr "عندما تستقبل ورقة الرد, الرجاء مساعدة الاخرين\\n معرفة محتواها:" -msgid "When you're done, <strong>come back here</strong>, <a href=\"%s\">reload this page</a> and file your new request." +msgid "When you're done, <strong>come back here</strong>, <a href=\"{{url}}\">reload this page</a> and file your new request." msgstr "" msgid "Which of these is happening?" -msgstr "" +msgstr "أي من هذه يحدث الان؟" msgid "Who can I request information from?" -msgstr "" +msgstr "ممن يمكنني طلب المعلومة؟" msgid "Withdrawn by the requester." -msgstr "" +msgstr "وقع سحبها من قبل صاحب الطلب" msgid "Wk" -msgstr "" +msgstr "Wk" msgid "Would you like to see a website like this in your country?" -msgstr "" +msgstr "هل ترغب في ايجاد موقع كهذا في بلدك؟" msgid "Write a reply" -msgstr "" +msgstr "اكتب ردا" msgid "Write a reply to " -msgstr "" +msgstr "اكتب اجابة ل " msgid "Write your FOI follow up message to " -msgstr "" +msgstr "اكتب رسالة المتابعة على حرية النفاذ للمعلومة الى" msgid "Write your request in <strong>simple, precise language</strong>." -msgstr "" +msgstr "اكتب طلبك <strong>بلغة بسيطة ودقيقة</strong>." msgid "You" -msgstr "" +msgstr "انت" msgid "You are already following new requests" -msgstr "" +msgstr "سبق لك أن بدأت متابعة طلبات جديدة" msgid "You are already following requests to {{public_body_name}}" -msgstr "" +msgstr "سبق لك أن بدأت متابعة الطلبات ل {{public_body_name}}" msgid "You are already following things matching this search" -msgstr "" +msgstr "سبق لك أن بدأت متابعة طلبات تتطابق مع هذا البحث" msgid "You are already following this person" -msgstr "" +msgstr "سبق لك أن بدأت متابعة هذا الشخص" msgid "You are already following this request" -msgstr "" +msgstr "سبق لك أن بدأت متابعة هذا الطلب" msgid "You are already following updates about {{track_description}}" -msgstr "" +msgstr "سبق لك أن بدأت متابعةالتحيينات بخصوص {{track_description}}" msgid "You are currently receiving notification of new activity on your wall by email." -msgstr "" +msgstr "انت بصدد استقبال اشعار بخصوص نشاط جديد على حائطك عن طريق البريد الالكتروني" msgid "You are following all new successful responses" -msgstr "" +msgstr "انت بصدد متابعة كل الردود الجديدة الناجحة." msgid "You are no longer following {{track_description}}." -msgstr "" +msgstr "لم تعد متابعا ل {{track_description}}." msgid "You are now <a href=\"{{wall_url_user}}\">following</a> updates about {{track_description}}" -msgstr "" +msgstr "أنت الان <a href=\"{{wall_url_user}}\">بصدد متابعة</a> التحيينات بخصوص {{track_description}}" msgid "You can <strong>complain</strong> by" -msgstr "" +msgstr "تستطيع <strong>تقديم شكوى</strong> من خلال" msgid "You can change the requests and users you are following on <a href=\"{{profile_url}}\">your profile page</a>." -msgstr "" +msgstr "بامكانك تغيير ماتتابعه من طلبات ومستخدمين على <a href=\"{{profile_url}}\">صفحتك الرئيسية</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 "" msgid "You can only request information about the environment from this authority." -msgstr "" +msgstr "لا تستطيع طلب معلومات عن البيئة الا من خلال هذه السلطة." msgid "You have a new response to the {{law_used_full}} request " -msgstr "" +msgstr "لديك اجابة جديدة على {{law_used_full}} طلب " msgid "You have found a bug. Please <a href=\"{{contact_url}}\">contact us</a> to tell us about the problem" -msgstr "" +msgstr "لقد وجدت خللا. الرجاء <a href=\"{{contact_url}}\">الاتصال بنا</a> لاعلامنا بالمشكل" 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 "لقد بلغت السقف الأقصى للطلبات الجديدة. المستخدمون محددون عادة ب {{max_requests_per_user_per_day}} طلب في كل 24 ساعة. ستتمكن من القيام بطلب جديد خلال{{can_make_another_request}}." msgid "You have made no Freedom of Information requests using this site." -msgstr "" +msgstr "لم تقم بأي طلب يخص حرية النفاذ للمعلومة من خلال هذا الموقع" msgid "You have now changed the text about you on your profile." -msgstr "" +msgstr "لقد قمت الان بتغيير النص الخاص بك على حسابك." msgid "You have now changed your email address used on {{site_name}}" -msgstr "" +msgstr "لقد قمت الان بتغيير بريدك الالكتروني المستخدم على address {{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 "لقد حاولت للتو تسجيل دخولك ل {{site_name}}, في حين انك\\nتملك حسابا. لقد تم الحفاظ على\\nالاسم و كلمة السر الخاصتين بك كما كانا.\\n\\nيرجى الضغط على الرابط اسفله." msgid "You know what caused the error, and can <strong>suggest a solution</strong>, such as a working email address." -msgstr "" +msgstr "انت تعرف سبب الخطأ, وتستطيع <strong>اقتراح حل</strong>, مثل مد بريد الكتروني صحيح." 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 "بامكانك <strong>تضمين ملحقات</strong>. اذا كنت ترغب في الحاق \\n ملف كبير ليبعث على البريد الاكتروني, استعمل الصيغة اسفله." -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=\"%s\">send it to us</a>." +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 "" 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 "قد تتمكن من ايجاد واحد\\nعلى موقعهم, او عبر مهاتفتهم و الاستفسار عن ذلك. اذا تمكنت \\nمن ايجاد واحد, اذا يرجى <a href=\"{{help_url}}\">ارساله الينا</a>." msgid "You need to be logged in to change the text about you on your profile." -msgstr "" +msgstr "يجب أن تسجل دخولك لتتمكن من تغيير النص المتعلق بك على حسابك. " msgid "You need to be logged in to change your profile photo." -msgstr "" +msgstr "يجب أن تسجل دخولك لتتمكن من تغيير صورة حسابك." msgid "You need to be logged in to clear your profile photo." -msgstr "" +msgstr "يجب أن تسجل دخولك لتتمكن من حذف صورة حسابك." msgid "You need to be logged in to edit your profile." +msgstr "يجب أن تسجل دخولك لتتمكن من القيام بتغييرات في حسابك." + +msgid "You need to be logged in to report a request for administrator attention" msgstr "" msgid "You previously submitted that exact follow up message for this request." -msgstr "" +msgstr "لقد سبق لك أن قدمت نفس رسالة المتابعة لهذا الطلب." 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 "كان يجب ان تحصل على نسخة من الطلب عبر البريد الاكتروني, و بامكانك الرد\\n ب <strong>مجرد الاجابة</strong> على تلك الرسالة الالكترونية. لراحتك, هذا هو العنوان:" msgid "You want to <strong>give your postal address</strong> to the authority in private." -msgstr "" +msgstr "سترغب في <strong>مد عنوانك البريدي</strong> الى السلطة بشكل سري." 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 "لن تتمكن من القيام باية طلبات جديدة, ابعث متابعات, اضف ملاحظات او\\nابعث رسائل لمستخدمين اخرين. قد تستمر في رؤية طلبات اخرى , و set\\n وضع\\nاشارات تنبيه خاصة بالبريد الالكتروني." msgid "You will no longer be emailed updates for those alerts" -msgstr "" +msgstr "لن تستقبل رسائل الكترونية متعلقة بتحيين اشارات التنبيه" msgid "You will now be emailed updates about {{track_description}}. <a href=\"{{change_email_alerts_url}}\">Prefer not to receive emails?</a>" -msgstr "" +msgstr "ستبدأ في استقبال رسائل الكترونية عن التحيينات بخصوص {{track_description}}. <a href=\"{{change_email_alerts_url}}\">اختر ان لا تصلك هذه الرسائل?</a>" msgid "You will only get an answer to your request if you follow up\\nwith the clarification." +msgstr "لن تصلك اجابة عن طلبك الا اذا تابعت \\nمع التوضيح" + +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 "" msgid "You're in. <a href=\"#\" id=\"send-request\">Continue sending your request</a>" -msgstr "" +msgstr "انت في. <a href=\"#\" id=\"ارسل-طلب\">واصل ارسال طلبك</a>" msgid "You're long overdue a response to your FOI request - " -msgstr "" +msgstr "طال انتظارك للاجابة على طلبك بخصوص حرة النفاذ للمعلومة" msgid "You're not following anything." -msgstr "" +msgstr "لست متابعا لأي شيء" msgid "You've now cleared your profile photo" -msgstr "" +msgstr "قمت بحذف صورة حسابك" -msgid "Your %d Freedom of Information request" -msgid_plural "Your %d Freedom of Information requests" -msgstr[0] "" -msgstr[1] "" -msgstr[2] "" -msgstr[3] "" -msgstr[4] "" -msgstr[5] "" - -msgid "Your %d annotation" -msgid_plural "Your %d annotations" -msgstr[0] "" -msgstr[1] "" -msgstr[2] "" -msgstr[3] "" -msgstr[4] "" -msgstr[5] "" - -msgid "Your <strong>name will appear publicly</strong> \\n (<a href=\"%s\">why?</a>)\\n on this website and in search engines. If you\\n are thinking of using a pseudonym, please \\n <a href=\"%s\">read this first</a>." +msgid "Your <strong>name will appear publicly</strong>\\n (<a href=\"{{why_url}}\">why?</a>)\\n on this website and in search engines. If you\\n are thinking of using a pseudonym, please\\n <a href=\"{{help_url}}\">read this first</a>." msgstr "" msgid "Your annotations" -msgstr "" +msgstr "ملاحظاتك" msgid "Your details, including your email address, have not been given to anyone." -msgstr "" +msgstr "لم يقع اعطاء المعلومات الخاصة بك , بما فيها, بريدك الالكتروني لأحد" msgid "Your e-mail:" -msgstr "" +msgstr "بريدك الالكتروني" -msgid "Your follow up has not been sent because this request has been stopped to prevent spam. Please <a href=\"%s\">contact us</a> if you really want to send a follow up message." +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 "" msgid "Your follow up message has been sent on its way." -msgstr "" +msgstr "تم بعث رسالتك للمتابعة" msgid "Your internal review request has been sent on its way." -msgstr "" +msgstr "تم ارسال طلبك للمراجعة الداخلية" msgid "Your message has been sent. Thank you for getting in touch! We'll get back to you soon." -msgstr "" +msgstr "تم بعث رسالتك. شكرا للتواصل معنا .سيصلك الرد قريبا" msgid "Your message to {{recipient_user_name}} has been sent" -msgstr "" +msgstr "نم بعث رسالتك لr_name}} has been sent" msgid "Your message to {{recipient_user_name}} has been sent!" -msgstr "" +msgstr "رسالتك الى {{recipient_user_name}} قد تم بعثها" msgid "Your message will appear in <strong>search engines</strong>" -msgstr "" +msgstr "ستظهر رسالتك على <strongمحركات البحث</strong>" msgid "Your name and annotation will appear in <strong>search engines</strong>." -msgstr "" +msgstr "اسمك و ملاحظتك ستظهر على <strong>محركات البحث</strong>." -msgid "Your name, request and any responses will appear in <strong>search engines</strong>\\n (<a href=\"%s\">details</a>)." +msgid "Your name, request and any responses will appear in <strong>search engines</strong>\\n (<a href=\"{{url}}\">details</a>)." msgstr "" msgid "Your name:" -msgstr "" +msgstr "اسمك:" msgid "Your original message is attached." -msgstr "" +msgstr "تم ربط رسالتك الاصلية" msgid "Your password has been changed." -msgstr "" +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 "ستظهر صورتك للعموم <strong>على الانترنات</strong>,\\n كلما تفاعلت على {{site_name}}." + +msgid "Your request '{{request}}' at {{url}} has been reviewed by moderators." msgstr "" -msgid "Your request was called {{info_request}}. Letting everyone know whether you got the information will help us keep tabs on" +msgid "Your request on {{site_name}} hidden" msgstr "" +msgid "Your request was called {{info_request}}. Letting everyone know whether you got the information will help us keep tabs on" +msgstr "تمت تسمية طلبك {{info_request}}. اعلام الجميع عما اذا تحصلت على المعلومات سيساعدنا في التبويب" + msgid "Your request:" -msgstr "" +msgstr "طلبك :" msgid "Your response to an FOI request was not delivered" -msgstr "" +msgstr "لم يقع ارسال ردك على طلب حرية النفاذ الى المعلومة بنجاح" -msgid "Your response will <strong>appear on the Internet</strong>, <a href=\"%s\">read why</a> and answers to other questions." +msgid "Your response will <strong>appear on the Internet</strong>, <a href=\"{{url}}\">read why</a> and answers to other questions." msgstr "" msgid "Your thoughts on what the {{site_name}} <strong>administrators</strong> should do about the request." -msgstr "" +msgstr "رأيك بخصوص انسب طريقة {{site_name}} <strong>للمشرفين</strong> للاجابة على الطلب ." + +msgid "Your {{count}} Freedom of Information request" +msgid_plural "Your {{count}} Freedom of Information requests" +msgstr[0] "" +msgstr[1] "" +msgstr[2] "" +msgstr[3] "" +msgstr[4] "" +msgstr[5] "" + +msgid "Your {{count}} annotation" +msgid_plural "Your {{count}} annotations" +msgstr[0] "" +msgstr[1] "" +msgstr[2] "" +msgstr[3] "" +msgstr[4] "" +msgstr[5] "" msgid "Your {{site_name}} email alert" -msgstr "" +msgstr "اشارة تنبيه {{site_name}} بريدك الالكتروني" msgid "Yours faithfully," -msgstr "" +msgstr "تحياتي" msgid "Yours sincerely," +msgstr "تحياتي" + +msgid "Yours," 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 "a one line summary of the information you are requesting, \\n\t\t\te.g." -msgstr "" +msgstr "ملخص بسطر واحد يخصوص المعلومة التي تطلبها , \\n\t\t\te.g." msgid "admin" -msgstr "" +msgstr "مشرف" msgid "alaveteli_foi:The software that runs {{site_name}}" msgstr "" msgid "all requests" -msgstr "" +msgstr "كل الطلبات" 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 update the status accordingly. Perhaps <strong>you</strong> might like to help out by doing that?" -msgstr "" +msgstr "و قم بتحيين الحالة اعتمادا على ذلك. قد <strong>ترغب</strong> في المساعذة عبر القيام بذلك?" msgid "and update the status." -msgstr "" +msgstr "و قم بتحميل الحالة" msgid "and we'll suggest <strong>what to do next</strong>" -msgstr "" +msgstr "و سنقترح <strong>الخطوة الموالية</strong>" msgid "any <a href=\"/list\">new requests</a>" -msgstr "" +msgstr "اي <a href=\"/list\">طلبات جديدة</a>" msgid "any <a href=\"/list/successful\">successful requests</a>" -msgstr "" +msgstr "اي <a href=\"/list/successful\">طلبات ناجحة</a>" msgid "anything" -msgstr "" +msgstr "اي شيئ" msgid "are long overdue." -msgstr "" +msgstr "تم تأخيريهم كثيرا" msgid "at" msgstr "" msgid "authorities" -msgstr "" +msgstr "سلطات" msgid "awaiting a response" -msgstr "" +msgstr "بانتظار اجابة" msgid "beginning with ‘{{first_letter}}’" -msgstr "" +msgstr "تبدأ ب ‘{{first_letter}}’" msgid "between two dates" -msgstr "" +msgstr "بين تاريخين" msgid "but followupable" msgstr "" msgid "by" -msgstr "" +msgstr "من قبل" msgid "by <strong>{{date}}</strong>" -msgstr "" +msgstr "في حدود <strong>{{date}}</strong>" msgid "by {{public_body_name}} to {{info_request_user}} on {{date}}." -msgstr "" +msgstr "من قبل {{public_body_name}} الى {{info_request_user}} في {{date}}." msgid "by {{user_link_absolute}}" -msgstr "" +msgstr "من {{user_link_absolute}}" msgid "comments" -msgstr "" +msgstr "تعاليق" msgid "containing your postal address, and asking them to reply to this request.\\n Or you could phone them." -msgstr "" +msgstr "تحتوي على عنوانك البريدي, تطلب منهم الرد على هذا الطلب .\\n او بامكانك مهاتفتهم." msgid "details" -msgstr "" +msgstr "تفاصيل" msgid "display_status only works for incoming and outgoing messages right now" -msgstr "" +msgstr "عرض_الحالة غير ممكن حاليا الا بالنسبة للرسائل الواردة و الصادرة" msgid "during term time" -msgstr "" +msgstr "في الوقت المحدد" msgid "edit text about you" -msgstr "" +msgstr "غير النص المتعلق بك" msgid "even during holidays" -msgstr "" +msgstr "حتى خلال العطل" msgid "everything" -msgstr "" +msgstr "كل شيئ" msgid "external" -msgstr "" +msgstr "خارجي" msgid "has reported an" -msgstr "" +msgstr "بلغ عن" msgid "have delayed." -msgstr "" +msgstr "قمت بتأجيل" msgid "hide quoted sections" -msgstr "" +msgstr "اخف الاجزاء المقتبسة" msgid "in term time" -msgstr "" +msgstr "في الوقت المحدد" msgid "in the category ‘{{category_name}}’" -msgstr "" +msgstr "في فئة ‘{{category_name}}’" msgid "internal error" -msgstr "" +msgstr "خطأ داخلي" msgid "internal reviews" -msgstr "" +msgstr "مراجعات داخلية" msgid "is <strong>waiting for your clarification</strong>." -msgstr "" +msgstr "في <strong>انتظار توضيحك</strong>." msgid "just to see how it works" -msgstr "" +msgstr "فقط لمشاهدة كيفية الاشتغال" msgid "left an annotation" -msgstr "" +msgstr "ترك ملاحظة" msgid "made." -msgstr "" +msgstr "قام ب" msgid "matching the tag ‘{{tag_name}}’" -msgstr "" +msgstr "متوافق مع الفئة ‘{{tag_name}}’" msgid "messages from authorities" -msgstr "" +msgstr "رسائل من السلطات" msgid "messages from users" -msgstr "" +msgstr "رسائل من المستخدمين" msgid "move..." msgstr "" msgid "no later than" -msgstr "" +msgstr "لن تتأخر اكثر من" -msgid "no longer exists. If you are trying to make\\n 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=\"%s\">send it to us</a>." +msgid "no longer exists. If you are trying to make\\n 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 "normally" -msgstr "" +msgstr "من المفروض" msgid "not requestable due to: {{reason}}" msgstr "" msgid "please sign in as " -msgstr "" +msgstr "الرجاء تسجيل الدخول ك " msgid "requesting an internal review" -msgstr "" +msgstr "طلب مراجعة داخلية" msgid "requests" -msgstr "" +msgstr "طلبات" msgid "requests which are {{list_of_statuses}}" -msgstr "" +msgstr "الطلبات التي {{list_of_statuses}}" 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 "الرد بانه يحتاج اهتمام الادارة. الق نظرة, و اجب على البريد الالكتروني هذا\\ne لاعلامهم بما فعلت بهذا الخصوص ." msgid "send a follow up message" -msgstr "" +msgstr "ابعث رسالة متابعة" msgid "sent to {{public_body_name}} by {{info_request_user}} on {{date}}." -msgstr "" +msgstr "تم ارساله الى {{public_body_name}} من قبل {{info_request_user}} في {{date}}." 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 "" msgid "show quoted sections" -msgstr "" +msgstr "اظهر الاجزاء المقتبسة" msgid "sign in" -msgstr "" +msgstr "تسجيل الدخول" msgid "simple_date_format" -msgstr "" +msgstr "صيغة التاريخ البسيطة" msgid "successful" -msgstr "" +msgstr "ناجح" msgid "successful requests" -msgstr "" +msgstr "طلبات ناجحة" msgid "that you made to" -msgstr "" +msgstr "الذي قمت به ل" msgid "the main FOI contact address for {{public_body}}" -msgstr "" +msgstr "عنوان الاتصال بحرية النفاذ للمعلومة {{public_body}}" #. This phrase completes the following sentences: #. Request an internal review from... @@ -3279,148 +3276,187 @@ msgstr "" #. Send a public reply to... #. Don't want to address your message to... ? msgid "the main FOI contact at {{public_body}}" -msgstr "" +msgstr "ابرز علاقة اتصال لحرية النفاذ للمعلومة على {{public_body}}" msgid "the requester" -msgstr "" +msgstr "صاحب الطلب" msgid "the {{site_name}} team" -msgstr "" +msgstr "فريق {{site_name}} العمل" msgid "to read" -msgstr "" +msgstr "لقراءة" msgid "to send a follow up message." -msgstr "" +msgstr "لبعث رسالة متابعة" msgid "to {{public_body}}" -msgstr "" +msgstr "الى {{public_body}}" msgid "unexpected prominence on request event" -msgstr "" +msgstr "أهمية غير متوقعة لطلب الحدث" msgid "unknown reason " -msgstr "" +msgstr "سبب مجهول" msgid "unknown status " -msgstr "" +msgstr "حالة مجهولة" msgid "unresolved requests" -msgstr "" +msgstr "طلبات لم يتم حلها" msgid "unsubscribe" -msgstr "" +msgstr "إلغاء الاشتراك" msgid "unsubscribe all" -msgstr "" +msgstr "إلغاء كل الاشتراكات" msgid "unsuccessful" -msgstr "" +msgstr "غير ناجح" msgid "unsuccessful requests" -msgstr "" +msgstr "طلبات غير ناجحة" msgid "useful information." -msgstr "" +msgstr "معلومات مفيدة" msgid "users" +msgstr "المستخدمون" + +msgid "what's that?" msgstr "" msgid "{{count}} FOI requests found" -msgstr "" +msgstr "{{count}} تم ايجاد طلبات حرية النفاذ الى المعلومة" + +msgid "{{count}} Freedom of Information request to {{public_body_name}}" +msgid_plural "{{count}} Freedom of Information requests to {{public_body_name}}" +msgstr[0] "" +msgstr[1] "" +msgstr[2] "" +msgstr[3] "" +msgstr[4] "" +msgstr[5] "" + +msgid "{{count}} person is following this authority" +msgid_plural "{{count}} people are following this authority" +msgstr[0] "" +msgstr[1] "" +msgstr[2] "" +msgstr[3] "" +msgstr[4] "" +msgstr[5] "" + +msgid "{{count}} request" +msgid_plural "{{count}} requests" +msgstr[0] "" +msgstr[1] "" +msgstr[2] "" +msgstr[3] "" +msgstr[4] "" +msgstr[5] "" + +msgid "{{count}} request made." +msgid_plural "{{count}} requests made." +msgstr[0] "" +msgstr[1] "" +msgstr[2] "" +msgstr[3] "" +msgstr[4] "" +msgstr[5] "" 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}} قد سبق له أن\\n قام بنفس الطلب بتاريخ {{date}}.يمكنك أن تشاهد <a href=\"{{existing_request}}\">الطلب الموجود</a>,\\n أو تحوير التفاصيل أسفله للقيام بطلب جديد وان كان مشابها." msgid "{{info_request_user_name}} only:" -msgstr "" +msgstr "{{info_request_user_name}} فقط:" msgid "{{law_used_full}} request - {{title}}" -msgstr "" +msgstr "{{law_used_full}} طلب - {{title}}" msgid "{{law_used_full}} request GQ - {{title}}" -msgstr "" +msgstr "{{law_used_full}} طلب GQ - {{title}}" msgid "{{law_used}} requests at {{public_body}}" -msgstr "" +msgstr "{{law_used}} طلبات في {{public_body}}" msgid "{{length_of_time}} ago" -msgstr "" +msgstr "{{length_of_time}} منذ" msgid "{{list_of_things}} matching text '{{search_query}}'" -msgstr "" +msgstr "{{list_of_things}} النص الموافق '{{search_query}}'" msgid "{{number_of_comments}} comments" -msgstr "" +msgstr "{{number_of_comments}} تعليق" msgid "{{public_body_link}} answered a request about" -msgstr "" +msgstr "{{public_body_link}} اجاب على طلب عن" msgid "{{public_body_link}} was sent a request about" -msgstr "" +msgstr "{{public_body_link}} ارسل له طلب حول" msgid "{{public_body_name}} only:" -msgstr "" +msgstr "{{public_body_name}}فقط:" msgid "{{public_body}} has asked you to explain part of your {{law_used}} request." -msgstr "" +msgstr "{{public_body}} طلب منك شرح جزء من {{law_used}} طلبك." msgid "{{public_body}} sent a response to {{user_name}}" -msgstr "" +msgstr "{{public_body}} ارسل اجابة الى {{user_name}}" msgid "{{reason}}, please sign in or make a new account." msgstr "" msgid "{{search_results}} matching '{{query}}'" -msgstr "" +msgstr "{{search_results}} يتوافق مع '{{query}}'" msgid "{{site_name}} blog and tweets" -msgstr "" +msgstr "{{site_name}} مدونة و تغريدات" msgid "{{site_name}} covers requests to {{number_of_authorities}} authorities, including:" -msgstr "" +msgstr "{{site_name}} يغطي طلبات ل {{number_of_authorities}} سلطة, بما فيها:" msgid "{{site_name}} sends new requests to <strong>{{request_email}}</strong> for this authority." -msgstr "" +msgstr "{{site_name}} ارسل طلبات جديدة ل <strong>{{request_email}}</strong> بخصوص هذه السلطة." msgid "{{site_name}} users have made {{number_of_requests}} requests, including:" -msgstr "" +msgstr "{{site_name}} قام المستخدمون بتقديم {{number_of_requests}}طلب, بما فيها:" msgid "{{thing_changed}} was changed from <code>{{from_value}}</code> to <code>{{to_value}}</code>" msgstr "" msgid "{{title}} - a Freedom of Information request to {{public_body}}" -msgstr "" +msgstr "{{title}} - طلب حرية النفاذ للمعلومة الى {{public_body}}" msgid "{{user_name}} (Account suspended)" -msgstr "" +msgstr "{{user_name}} (حساب معلق)" msgid "{{user_name}} - Freedom of Information requests" -msgstr "" +msgstr "{{user_name}} - طلبات حرية النفاذ للمعلومة" msgid "{{user_name}} - user profile" -msgstr "" +msgstr "{{user_name}} -حساب المستخدم" 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 "" +msgstr "{{user_name}} اضاف ملاحظة على {{law_used_short}} \\nطلبك. اتبع هذا الرابط للاطلاع." msgid "{{user_name}} has used {{site_name}} to send you the message below." -msgstr "" +msgstr "{{user_name}}استخدم {{site_name}}ليرسل لك الرسالة أسفله" msgid "{{user_name}} sent a follow up message to {{public_body}}" -msgstr "" +msgstr "{{user_name}} بعث رسالة متابعة الى {{public_body}}" msgid "{{user_name}} sent a request to {{public_body}}" -msgstr "" +msgstr "{{user_name}} أرسل طلبا الى {{public_body}}" msgid "{{username}} left an annotation:" -msgstr "" +msgstr "{{username}} ترك ملاحظة:" 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}})قدم هذا {{law_used_full}} الطلب (<a href=\"{{request_admin_url}}\">مشرف</a>) الى {{public_body_link}} (<a href=\"{{public_body_admin_url}}\">مشرف</a>)" msgid "{{user}} made this {{law_used_full}} request" -msgstr "" +msgstr "{{user}}قام بهذا {{law_used_full}} الطلب" diff --git a/locale/bs/app.po b/locale/bs/app.po index 7967a1b71..8e0578251 100644 --- a/locale/bs/app.po +++ b/locale/bs/app.po @@ -3,17 +3,20 @@ # This file is distributed under the same license as the PACKAGE package. # # Translators: -# <armin@pasalic.com.ba>, 2011. -# <brkanboris@gmail.com>, 2011. -# <vedadtrbonja@hotmail.com>, 2011. +# Krule <armin@pasalic.com.ba>, 2011 +# BORIS <brkanboris@gmail.com>, 2011 +# BORIS <brkanboris@gmail.com>, 2011 +# Krule <armin@pasalic.com.ba>, 2011 +# vedad <vedadtrbonja@hotmail.com>, 2011 +# vedad <vedadtrbonja@hotmail.com>, 2011 msgid "" msgstr "" "Project-Id-Version: alaveteli\n" "Report-Msgid-Bugs-To: http://github.com/sebbacon/alaveteli/issues\n" -"POT-Creation-Date: 2013-03-14 14:02-0700\n" -"PO-Revision-Date: 2013-03-14 21:09+0000\n" +"POT-Creation-Date: 2013-06-24 09:40-0700\n" +"PO-Revision-Date: 2013-06-24 16:52+0000\n" "Last-Translator: louisecrow <louise@mysociety.org>\n" -"Language-Team: LANGUAGE <LL@li.org>\n" +"Language-Team: Bosnian (http://www.transifex.com/projects/p/alaveteli/language/bs/)\n" "Language: bs\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -25,7 +28,7 @@ msgstr "" " Ovo će se pojaviti na vašem {{site_name}} profilu, da bi\n" " olakšali drugima da se uključe u to šta radite." -msgid " (<strong>no ranty</strong> politics, read our <a href=\"%s\">moderation policy</a>)" +msgid " (<strong>no ranty</strong> politics, read our <a href=\"{{url}}\">moderation policy</a>)" msgstr "" msgid " (<strong>patience</strong>, especially for large files, it may take a while!)" @@ -58,9 +61,9 @@ msgstr " Savjetuj kako<strong>najbolje objasniti</strong> zahjev." msgid " Ideas on what <strong>other documents to request</strong> which the authority may hold. " msgstr " Ideje za <strong>zahtjeve drugih dokumenata</strong> koje ustanova može posjedovati. " -msgid " If you know the address to use, then please <a href=\"%s\">send it to us</a>.\\n You may be able to find the address on their website, or by phoning them up and asking." +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 "" -" Ako znate koju adresu treba koristiti, molimo Vas <a href=\"%s\">pošaljite je nama</a>.\n" +" Ako znate koju adresu treba koristiti, molimo Vas <a href=\"{{url}}\">pošaljite je nama</a>.\n" " Moguće je da možete naći adresu na njihovoj web stranici, ili putem telefona." msgid " Include relevant links, such as to a campaign page, your blog or a\\n twitter account. They will be made clickable. \\n e.g." @@ -102,24 +105,6 @@ msgstr " kada pošaljete ovu poruku." msgid "\"Hello! We have an <a href=\\\"/help/alaveteli?country_name=#{CGI.escape(current_country)}\\\">important message</a> for visitors outside {{country_name}}\"" msgstr "" -msgid "%d Freedom of Information request to %s" -msgid_plural "%d Freedom of Information requests to %s" -msgstr[0] "%d Freedom of Information requests to %s" -msgstr[1] "%d Freedom of Information requests to %s" -msgstr[2] "%d Freedom of Information requests to %s" - -msgid "%d request" -msgid_plural "%d requests" -msgstr[0] "" -msgstr[1] "" -msgstr[2] "" - -msgid "%d request made." -msgid_plural "%d requests made." -msgstr[0] "" -msgstr[1] "" -msgstr[2] "" - msgid "'Crime statistics by ward level for Wales'" msgstr "" @@ -160,32 +145,14 @@ msgstr "2. Tražite informacije" msgid "3. Now check your request" msgstr "3. Sada provjerite Vaš zahtjev" -msgid "<a class=\"link_button_green\" href=\"{{url}}\">{{text}}</a>" -msgstr "<a class=\"link_button_green\" href=\"{{url}}\">{{text}}</a>" +msgid "<a href=\"{{browse_url}}\">Browse all</a> or <a href=\"{{add_url}}\">ask us to add one</a>." +msgstr "<a href=\"{{browse_url}}\">Pretraži sve</a> ili <a href=\"{{add_url}}\"> zamolite nas da dodamo </a>." -msgid "<a href=\"%s\">Add an annotation</a> (to help the requester or others)" -msgstr "<a href=\"%s\">Dodaj napomenu</a> (da bi se pomoglo podnosiocu zahtjeva ili drugima)" +msgid "<a href=\"{{url}}\">Add an annotation</a> (to help the requester or others)" +msgstr "<a href=\"{{url}}\">Dodaj napomenu</a> (da bi se pomoglo podnosiocu zahtjeva ili drugima)" -msgid "<a href=\"%s\">Are we missing a public authority?</a>" -msgstr "" - -msgid "<a href=\"%s\">Are you the owner of\\n any commercial copyright on this page?</a>" -msgstr "" - -msgid "<a href=\"%s\">Browse all</a> or <a href=\"%s\">ask us to add one</a>." -msgstr "<a href=\"%s\">Pretraži sve</a> ili <a href=\"%s\"> zamolite nas da dodamo </a>." - -msgid "<a href=\"%s\">Can't find the one you want?</a>" -msgstr "<a href=\"%s\">Ne možete naći onaj koji želite?</a>" - -msgid "<a href=\"%s\">Sign in</a> to change password, subscriptions and more ({{user_name}} only)" -msgstr "<a href=\"%s\">Prijavite se</a> da biste promijenili password, pretplatu ili drugo ({{user_name}} only)" - -msgid "<a href=\"%s\">details</a>" -msgstr "<a href=\"%s\">detalji</a>" - -msgid "<a href=\"%s\">what's that?</a>" -msgstr "<a href=\"%s\">šta je to?</a>" +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 "<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>" @@ -216,17 +183,23 @@ msgstr "" "<p>Preporučujemo da preuredite Vaš zahtjev i da uklonite e-mail adresu.\n" " Ako je ostavite, e-mail adresa će biti poslana ustanovi, ali neće biti vidljiva na web stranici.</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 "" + 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>Drago nam je da ste dobili sve željene informacije. Ako ih budete koristili ili pisali o njima, molimo da se vratite i dodate napomenu ispod opisujući šta ste uradili. </p><p>Ako mislite da je {{site_name}} bio koristan, <a href=\"{{donation_url}}\">donirajte</a> nevladinoj organizaciji koja ga vodi.</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>Drago nam je da ste dobili dio željenih informacija. Ako mislite da je {{site_name}} bio koristan, <a href=\"{{donation_url}}\">donirajte</a> nevladinoj organizaciji koja ga vodi.</p>" -msgid "<p>You do not need to include your email in the request in order to get a reply (<a href=\"%s\">details</a>).</p>" -msgstr "<p>Nije potrebno da uključite Vašu e-mail adresu u zahtjev da biste dobili odgovor (<a href=\"%s\">Više informacija</a>).</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 "" + +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 "<p>Nije potrebno da uključite Vašu e-mail adresu u zahtjev da biste dobili odgovor (<a href=\"{{url}}\">Više informacija</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=\"%s\">details</a>).</p>" -msgstr "<p>Nije potrebno da uključite Vašu e-mail adresu u zahtjev da biste dobili odgovor, pitati ćemo vas u vezi toga u slijedećem koraku (<a href=\"%s\">Više informacija</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 "<p>Nije potrebno da uključite Vašu e-mail adresu u zahtjev da biste dobili odgovor, pitati ćemo vas u vezi toga u slijedećem koraku (<a href=\"{{url}}\">Više informacija</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 "" @@ -242,16 +215,10 @@ msgstr "" "<small>Ako koristite neke od web mail servisa ili imate filtere za \"junk mail\", provjerite u Vašim bulk/spam folderima. Ponekad su naše poruke označene tako</small>\n" "</p>" -msgid "<span id='follow_count'>%d</span> person is following this authority" -msgid_plural "<span id='follow_count'>%d</span> people are following this authority" -msgstr[0] "" -msgstr[1] "" -msgstr[2] "" - -msgid "<strong> Can I request information about myself?</strong>\\n\t\t\t<a href=\"%s\">No! (Click here for details)</a>" +msgid "<strong> Can I request information about myself?</strong>\\n\t\t\t<a href=\"{{url}}\">No! (Click here for details)</a>" msgstr "" "<strong> Da li mogu 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=\"%s\">Ne! (Kliknite za detalje)</a>" +"<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>" 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>komentar_od:tony_bowden</code></strong> da pretražujete komentare Tony Bowden-a, ime unesite kao u URL-u." @@ -309,10 +276,10 @@ msgstr "" " Poslati ćemo e-mail na Vašu novu adresu. Pratite\n" " upute u njemu da bi potvrdili promjenu vašeg e-maila." -msgid "<strong>Privacy note:</strong> If you want to request private information about\\n yourself then <a href=\"%s\">click here</a>." +msgid "<strong>Privacy note:</strong> If you want to request private information about\\n yourself then <a href=\"{{url}}\">click here</a>." msgstr "" "<strong>Napomena o privatnosti:</strong> Ako želite da zahtijevate privatne informacije o\n" -" Vama onda <a href=\"%s\">kliknite ovdje</a>." +" Vama onda <a href=\"{{url}}\">kliknite ovdje</a>." msgid "<strong>Privacy note:</strong> Your photo will be shown in public on the Internet,\\n wherever you do something on {{site_name}}." msgstr "" @@ -343,6 +310,9 @@ msgstr " <strong>Sažetak</strong> odgovora ako ste ga primili poštom. " msgid "A Freedom of Information request" msgstr "" +msgid "A full history of my FOI request and all correspondence is available on the Internet at this address: {{url}}" +msgstr "" + 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 "" @@ -367,6 +337,15 @@ msgstr "O Vama:" msgid "Act on what you've learnt" msgstr "Radite na osnovu onoga što ste naučili" +msgid "Acts as xapian/acts as xapian job" +msgstr "" + +msgid "ActsAsXapian::ActsAsXapianJob|Action" +msgstr "" + +msgid "ActsAsXapian::ActsAsXapianJob|Model" +msgstr "" + msgid "Add an annotation" msgstr "Dodati napomenu" @@ -456,13 +435,19 @@ msgstr "Bilo ko:" msgid "Applies to" msgstr "" +msgid "Are we missing a public authority?" +msgstr "" + +msgid "Are you the owner of any commercial copyright on this page?" +msgstr "" + msgid "Ask for <strong>specific</strong> documents or information, this site is not suitable for general enquiries." msgstr "Tražite <strong>konkretne</strong> dokumente ili informacije, ova stranica nije pogodna za opće pretrage." -msgid "At the bottom of this page, write a reply to them trying to persuade them to scan it in\\n (<a href=\"%s\">more details</a>)." +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 dnu ove stranice, napišite im odgovor pokušavajući da ih ubjedite da ga pregledaju\n" -" (<a href=\"%s\">Više informacija</a>)." +" (<a href=\"{{url}}\">Više informacija</a>)." msgid "Attachment (optional):" msgstr "Prilog (neobavezno):" @@ -500,6 +485,9 @@ msgstr "Po zakonu, {{public_body_link}} je trebala odgovoriti <strong>brzo</stro msgid "Calculated home page" msgstr "" +msgid "Can't find the one you want?" +msgstr "Ne možete naći onaj koji želite?" + msgid "Cancel a {{site_name}} alert" msgstr "Poništi {{site_name}} upozorenje" @@ -667,6 +655,9 @@ msgstr "Trenutno <strong>čeka odgovor</strong> od {{public_body_link}}, moraju msgid "Date:" msgstr "Datum:" +msgid "Dear {{name}}," +msgstr "" + msgid "Dear {{public_body_name}}," msgstr "Poštovani {{public_body_name}}," @@ -747,7 +738,7 @@ msgstr "Buduća ažuriranja šaljite na moj e-mail" msgid "Enter words that you want to find separated by spaces, e.g. <strong>climbing lane</strong>" msgstr "Sa razmacima unesite riječi koje želite naći, npr. <strong>climbing lane</strong>" -msgid "Enter your response below. You may attach one file (use email, or\\n <a href=\"%s\">contact us</a> if you need more)." +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 "" msgid "Environmental Information Regulations" @@ -768,17 +759,17 @@ msgstr "Detalji prikaza prošlih događanja" msgid "Event {{id}}" msgstr "" -msgid "Everything that you enter on this page, including <strong>your name</strong>,\\n will be <strong>displayed publicly</strong> on\\n this website forever (<a href=\"%s\">why?</a>)." +msgid "Everything that you enter on this page, including <strong>your name</strong>,\\n will be <strong>displayed publicly</strong> on\\n this website forever (<a href=\"{{url}}\">why?</a>)." msgstr "" "Sve što unesete na ovu stranicu, uključujući <strong>Vaše ime</strong>, \n" " će biti <strong>javno prikazano</strong> na\n" -" ovoj web stranici zauvjek (<a href=\"%s\">Više informacija</a>)." +" ovoj web stranici zauvjek (<a href=\"{{url}}\">Više informacija</a>)." -msgid "Everything that you enter on this page\\n will be <strong>displayed publicly</strong> on\\n this website forever (<a href=\"%s\">why?</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" " će biti <strong>javno prikazano</strong> na\n" -" ovoj web stranici trajno. (<a href=\"%s\">Više informacija</a>)." +" ovoj web stranici trajno. (<a href=\"{{url}}\">Više informacija</a>)." msgid "FOI" msgstr "" @@ -804,13 +795,16 @@ msgstr "" msgid "Failed to convert image to a PNG" msgstr "Nismo uspjeli konvertovati sliku u PNG format" -msgid "Failed to convert image to the correct size: at %{cols}x%{rows}, need %{width}x%{height}" -msgstr "Nismo uspjeli konvertovati sliku u odgovarajuću veličinu: %{cols}x%{rows}, potrebno %{width}x%{height}" +msgid "Failed to convert image to the correct size: at {{cols}}x{{rows}}, need {{width}}x{{height}}" +msgstr "Nismo uspjeli konvertovati sliku u odgovarajuću veličinu: {{cols}}x{{rows}}, potrebno {{width}}x{{height}}" msgid "Filter" msgstr "Filtriraj" -msgid "First, type in the <strong>name of the UK public authority</strong> you'd \\n like information from. <strong>By law, they have to respond</strong>\\n (<a href=\"%s#%s\">why?</a>)." +msgid "First, did your other requests succeed?" +msgstr "" + +msgid "First, type in the <strong>name of the UK public authority</strong> you'd\\n like information from. <strong>By law, they have to respond</strong>\\n (<a href=\"{{url}}\">why?</a>)." msgstr "" msgid "Foi attachment" @@ -891,8 +885,8 @@ msgstr "Iz nepoznatog razloga, nije moguće podnijeti zahtjev ovoj ustanovi." msgid "Forgotten your password?" msgstr "Zaboravili ste Vaš password?" -msgid "Found %d public authority %s" -msgid_plural "Found %d public authorities %s" +msgid "Found {{count}} public authority {{description}}" +msgid_plural "Found {{count}} public authorities {{description}}" msgstr[0] "" msgstr[1] "" msgstr[2] "" @@ -930,7 +924,7 @@ msgstr "" msgid "From" 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=\"%s\">send it to us</a>." +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:" @@ -942,6 +936,18 @@ msgstr "OVDJE IZNESITE DETALJE VAŠE ŽALBE" msgid "Handled by post." msgstr "Riješen poštom." +msgid "Has tag string/has tag string tag" +msgstr "" + +msgid "HasTagString::HasTagStringTag|Model" +msgstr "" + +msgid "HasTagString::HasTagStringTag|Name" +msgstr "" + +msgid "HasTagString::HasTagStringTag|Value" +msgstr "" + msgid "Hello! You can make Freedom of Information requests within {{country_name}} at {{link_to_website}}" msgstr "Dobrodošli! Možete podnositi Zahtjeve za slobodan pristup informacijama u {{country_name}} na ovom linku: {{link_to_website}}" @@ -999,6 +1005,9 @@ msgstr "Molim za <strong>nove informacije</strong>" msgid "I am requesting an <strong>internal review</strong>" msgstr "" +msgid "I am writing to request an internal review of {{public_body_name}}'s handling of my FOI request '{{info_request_title}}'." +msgstr "" + msgid "I don't like these ones — give me some more!" msgstr "Ne sviđaju mi se ove — dajte mi više!" @@ -1040,8 +1049,8 @@ msgstr "" msgid "Id" msgstr "" -msgid "If the address is wrong, or you know a better address, please <a href=\"%s\">contact us</a>." -msgstr "Ako je adresa pogrešna, ili znate bolju adresu, molimo Vas <a href=\"%s\">da nas kontaktirate</a>." +msgid "If the address is wrong, or you know a better address, please <a href=\"{{url}}\">contact us</a>." +msgstr "Ako je adresa pogrešna, ili znate bolju adresu, molimo Vas <a href=\"{{url}}\">da nas kontaktirate</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 "" @@ -1052,22 +1061,22 @@ msgstr "" "ili e mail o nečemu drugome {{user}}, onda molimo\n" "pošaljite nam e-mail {{contact_email}} za pomoć." -msgid "If you are dissatisfied by the response you got from\\n the public authority, you have the right to\\n complain (<a href=\"%s\">details</a>)." +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 "" "Ako niste zadovoljni odgovorom koji ste dobili od\n" " javne ustanove, imate pravo na\n" -" žalbu (<a href=\"%s\">Više informacija</a>)." +" žalbu (<a href=\"{{url}}\">Više informacija</a>)." -msgid "If you are still having trouble, please <a href=\"%s\">contact us</a>." -msgstr "Ako i dalje imate problema, molimo <a href=\"%s\">kontaktirajte nas</a>." +msgid "If you are still having trouble, please <a href=\"{{url}}\">contact us</a>." +msgstr "Ako i dalje imate problema, molimo <a href=\"{{url}}\">kontaktirajte nas</a>." -msgid "If you are the requester, then you may <a href=\"%s\">sign in</a> to view the request." -msgstr "Ako ste podnosioc zahtjeva, možete se <a href=\"%s\">prijaviti</a> da biste pogledali zahtjev." +msgid "If you are the requester, then you may <a href=\"{{url}}\">sign in</a> to view the request." +msgstr "Ako ste podnosioc zahtjeva, možete se <a href=\"{{url}}\">prijaviti</a> da biste pogledali zahtjev." -msgid "If you are thinking of using a pseudonym,\\n please <a href=\"%s\">read this first</a>." +msgid "If you are thinking of using a pseudonym,\\n please <a href=\"{{url}}\">read this first</a>." msgstr "" "Ako razmišljate o korištenju pseudonima,\n" -" molimo da<a href=\"%s\">pročitajte prvo ovo</a>." +" molimo da<a href=\"{{url}}\">pročitajte prvo ovo</a>." msgid "If you are {{user_link}}, please" msgstr "Ako ste {{user_link}}, molimo" @@ -1255,8 +1264,8 @@ msgstr "Pridružio se na {{site_name}} u" msgid "Just one more thing" msgstr "" -msgid "Keep it <strong>focused</strong>, you'll be more likely to get what you want (<a href=\"%s\">why?</a>)." -msgstr "Držite se <strong>suštine</strong>, lakše ćete dobiti ono što tražite(<a href=\"%s\">Više informacija</a>)." +msgid "Keep it <strong>focused</strong>, you'll be more likely to get what you want (<a href=\"{{url}}\">why?</a>)." +msgstr "Držite se <strong>suštine</strong>, lakše ćete dobiti ono što tražite(<a href=\"{{url}}\">Više informacija</a>)." msgid "Keywords" msgstr "Ključne riječi" @@ -1326,12 +1335,6 @@ msgstr "" msgid "MailServerLog|Order" msgstr "" -msgid "Make a new <strong>Environmental Information</strong> request" -msgstr "" - -msgid "Make a new <strong>Freedom of Information</strong> request to {{public_body}}" -msgstr "Podnesi novi <strong>Zahtjev za slobodan pristup informacijama</strong> za {{public_body}}" - msgid "Make a new<br/>\\n <strong>Freedom <span>of</span><br/>\\n Information<br/>\\n request</strong>" msgstr "" "Podnesi novi<br/>\n" @@ -1342,6 +1345,9 @@ msgstr "" msgid "Make a request" msgstr "Podnesi zahtjev" +msgid "Make a request to this authority" +msgstr "" + msgid "Make an {{law_used_short}} request to '{{public_body_name}}'" msgstr "Podnesi {{law_used_short}} zahtjev javnoj ustanovi '{{public_body_name}}'" @@ -1579,8 +1585,8 @@ msgstr "Igrajte igru kategorizacije zahtjeva!" msgid "Please" msgstr "Molimo" -msgid "Please <a href=\"%s\">get in touch</a> with us so we can fix it." -msgstr "Molimo <a href=\"%s\">kontaktirajte</a> nas kako bi to mogli popraviti." +msgid "Please <a href=\"{{url}}\">get in touch</a> with us so we can fix it." +msgstr "Molimo <a href=\"{{url}}\">kontaktirajte</a> nas kako bi to mogli popraviti." msgid "Please <strong>answer the question above</strong> so we know whether the " msgstr "Molimo <strong>odgovorite na pitanje iznad</strong> kako bi znali da li" @@ -1604,6 +1610,9 @@ msgstr "" msgid "Please choose a file containing your photo." msgstr "Molimo izaberite datoteku koja sadržava Vašu sliku." +msgid "Please choose a reason" +msgstr "" + msgid "Please choose what sort of reply you are making." msgstr "Molimo izaberite vrstu odgovora." @@ -1690,13 +1699,16 @@ msgstr "Molimo da sažetak bude kratak, poput naslova e-maila. Radije koristite 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 "" +msgid "Please pass this on to the person who conducts Freedom of Information reviews." +msgstr "" + msgid "Please select each of these requests in turn, and <strong>let everyone know</strong>\\nif they are successful yet or not." msgstr "" "Molimo odaberite svaki od ovih zahtjeva naizmjenice, i <strong>obavijestite sviju</strong>\n" "da li su bili uspješni ili ne." -msgid "Please sign at the bottom with your name, or alter the \"%{signoff}\" signature" -msgstr "Molimo da se na dnu potpišete, ili izmijenite \"%{signoff}\" potpis" +msgid "Please sign at the bottom with your name, or alter the \"{{signoff}}\" signature" +msgstr "Molimo da se na dnu potpišete, ili izmijenite \"{{signoff}}\" potpis" msgid "Please sign in as " msgstr "Molimo prijavite se kao " @@ -1803,9 +1815,6 @@ msgstr "" msgid "Public body" msgstr "" -msgid "Public body/translation" -msgstr "" - msgid "Public notes" msgstr "" @@ -1815,33 +1824,6 @@ msgstr "" msgid "Public page not available" msgstr "" -msgid "PublicBody::Translation|Disclosure log" -msgstr "" - -msgid "PublicBody::Translation|First letter" -msgstr "" - -msgid "PublicBody::Translation|Locale" -msgstr "" - -msgid "PublicBody::Translation|Name" -msgstr "" - -msgid "PublicBody::Translation|Notes" -msgstr "" - -msgid "PublicBody::Translation|Publication scheme" -msgstr "" - -msgid "PublicBody::Translation|Request email" -msgstr "" - -msgid "PublicBody::Translation|Short name" -msgstr "" - -msgid "PublicBody::Translation|Url name" -msgstr "" - msgid "PublicBody|Api key" msgstr "" @@ -1937,6 +1919,9 @@ msgstr "Prijavi zloupotrebu" msgid "Report an offensive or unsuitable request" msgstr "" +msgid "Report request" +msgstr "" + msgid "Report this request" msgstr "" @@ -2042,8 +2027,8 @@ msgstr "Rezultati pretrage" msgid "Search the site to find what you were looking for." msgstr "Pretražite web stranicu da pronađete što ste tražili." -msgid "Search within the %d Freedom of Information requests to %s" -msgid_plural "Search within the %d Freedom of Information requests made to %s" +msgid "Search within the {{count}} Freedom of Information requests to {{public_body_name}}" +msgid_plural "Search within the {{count}} Freedom of Information requests made to {{public_body_name}}" msgstr[0] "" msgstr[1] "" msgstr[2] "" @@ -2162,9 +2147,6 @@ msgstr "Žalimo, nismo mogli pronaći tu stranicu" msgid "Special note for this authority!" msgstr "Posebna napomena za ovu ustanovu!" -msgid "Start" -msgstr "Počni" - msgid "Start now »" msgstr "Počni sada »" @@ -2325,22 +2307,22 @@ msgstr "Zahtjev je <strong>uspješan</strong>." msgid "The request was refused by the public authority" msgstr "Zahtjev je odbijen od strane javne ustanove" -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=\"%s\">contact us</a> if you have any questions." +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 "" "Zahtjev koji ste pokušali pregledati je uklonjen. Postoje\n" "razni razlozi radi kojih smo to mogli uraditi, žao nam je ali ne možemo biti precizniji po tom pitanju. Molimo <a\n" -" href=\"%s\">kontaktirajte nas</a> ako imate pitanja." +" href=\"{{url}}\">kontaktirajte nas</a> ako imate pitanja." msgid "The requester has abandoned this request for some reason" msgstr "Podnosioc je odustao od ovog zahtjeva iz nekog razloga" -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" +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 je <strong>odgođen</strong>. Možete reći da je, \n" " po zakonu, ustanova trebala odgovoriti\n" " <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" +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 \n" " zakonu, u svakom slučaju, ustanova je trebala odgovoriti\n" @@ -2352,6 +2334,9 @@ msgstr "Indeks za pretragu je trenutno isključen, ne možemo prikazati Zahtjeve msgid "The search index is currently offline, so we can't show the Freedom of Information requests this person has made." msgstr "Indeks za pretragu je trenutno isključen, radi toga ne možemo prikazati Zahtjeve za slobodan pristup informacijama koje je ova osoba napravila." +msgid "The {{site_name}} team." +msgstr "" + msgid "Then you can cancel the alert." msgstr "Tada možete poništiti upozorenje." @@ -2427,18 +2412,18 @@ msgstr "Tada će Vaša napomena 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 napomene na Vašem {{info_request}} zahtjevu. Pratite ovaj link da pogledate šta je napisano." -msgid "There is %d person following this request" -msgid_plural "There are %d people following this request" -msgstr[0] "" -msgstr[1] "" -msgstr[2] "" - 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 "" 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 "" +msgid "There is {{count}} person following this request" +msgid_plural "There are {{count}} people following this request" +msgstr[0] "" +msgstr[1] "" +msgstr[2] "" + msgid "There was a <strong>delivery error</strong> or similar, which needs fixing by the {{site_name}} team." msgstr "Došlo je do <strong>greške u isporuci</strong> ili nečega sličnog što treba popravku od strane {{site_name}} tima." @@ -2477,7 +2462,7 @@ msgstr "" msgid "This authority no longer exists, so you cannot make a request to it." msgstr "Ova ustanova više ne postoji, zato joj nije moguće podnijeti zahtjev. " -msgid "This comment has been hidden. See annotations to\\n find out why. If you are the requester, then you may <a href=\"%s\">sign in</a> to view the response." +msgid "This comment has been hidden. See annotations to\\n find out why. If you are the requester, then you may <a href=\"{{url}}\">sign in</a> to view the response." msgstr "" msgid "This covers a very wide spectrum of information about the state of\\n the <strong>natural and built environment</strong>, such as:" @@ -2503,7 +2488,7 @@ 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 outgoing message has been hidden. See annotations to\\n\t\t\t\t\t\tfind out why. If you are the requester, then you may <a href=\"%s\">sign in</a> to view the response." +msgid "This outgoing message has been hidden. See annotations to\\n\t\t\t\t\t\tfind out why. If you are the requester, then you may <a href=\"{{url}}\">sign in</a> to view the response." msgstr "" msgid "This particular request is finished:" @@ -2512,21 +2497,21 @@ msgstr "Ovaj zahtjev je završen:" msgid "This person has made no Freedom of Information requests using this site." msgstr "Ova osoba nije podnijela nijedan Zahtjev za slobodan pristup informacijama koristeći ovu web stranicu." -msgid "This person's %d Freedom of Information request" -msgid_plural "This person's %d Freedom of Information requests" +msgid "This person's annotations" +msgstr "Napomene ove osobe" + +msgid "This person's {{count}} Freedom of Information request" +msgid_plural "This person's {{count}} Freedom of Information requests" msgstr[0] "" msgstr[1] "" msgstr[2] "" -msgid "This person's %d annotation" -msgid_plural "This person's %d annotations" +msgid "This person's {{count}} annotation" +msgid_plural "This person's {{count}} annotations" msgstr[0] "" msgstr[1] "" msgstr[2] "" -msgid "This person's annotations" -msgstr "Napomene ove osobe" - msgid "This request <strong>requires administrator attention</strong>" msgstr "Ovaj zahtjev <strong>treba provjeru administratora</strong>" @@ -2550,7 +2535,7 @@ msgstr "" "Ovaj zahtjev je <strong>povučen</strong> od strane osobe koja ga je napravila. \n" " <span class=\"whitespace other\" title=\"Tab\">»</span> Obijašnjenje može biti u dopisima ispod." -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=\"%s\">contact us</a>." +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 "" msgid "This request has been reported for administrator attention" @@ -2567,10 +2552,10 @@ msgstr "" "Ovaj zahtjev je inače skriven. Možete ga vidjeti jer ste prijavljeni \n" " kao super korisnik." -msgid "This request is hidden, so that only you the requester can see it. Please\\n <a href=\"%s\">contact us</a> if you are not sure why." +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 "" "Ovaj zahtjev je skriven tako da ga samo Vi podnosioc možete vidjeti. Molimo\n" -" <a href=\"%s\">kontaktirajte nas</a> ako niste sigurni zašto." +" <a href=\"{{url}}\">kontaktirajte nas</a> ako niste sigurni zašto." msgid "This request is still in progress:" msgstr "Ovaj zahtjev je još u toku:" @@ -2581,7 +2566,7 @@ msgstr "" msgid "This request was not made via {{site_name}}" msgstr "" -msgid "This response has been hidden. See annotations to find out why.\\n If you are the requester, then you may <a href=\"%s\">sign in</a> to view the response." +msgid "This response has been hidden. See annotations to find out why.\\n If you are the requester, then you may <a href=\"{{url}}\">sign in</a> to view the response." msgstr "" 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." @@ -2655,7 +2640,7 @@ msgstr "Da biste postavili Vašu napomenu" msgid "To reply to " msgstr "Da biste odgovorili " -msgid "To report this FOI request" +msgid "To report this request" msgstr "" msgid "To send a follow up message to " @@ -2742,11 +2727,11 @@ msgstr "" msgid "Unexpected search result type " msgstr "" -msgid "Unfortunately we don't know the FOI\\nemail address for that authority, so we can't validate this.\\nPlease <a href=\"%s\">contact us</a> to sort it out." +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 "" "Nažalost nismo u posjedu e-mail adrese za ZOSPI\n" "te ustanove, tako da nismo u mogućnosti validirati ovo.\n" -"Molimo <a href=\"%s\">kontaktirajte nas</a> da to razjasnimo." +"Molimo <a href=\"{{url}}\">kontaktirajte nas</a> da to razjasnimo." msgid "Unfortunately, we do not have a working {{info_request_law_used_full}}\\naddress for" msgstr "" @@ -2882,6 +2867,12 @@ msgstr "Čekamo na odgovor javne ustanove" msgid "Was the response you got to your FOI request any good?" msgstr "Da li je odgovor koji ste dobili na Vaš Zahtjev o slobodnom pristupu informacijama bio od ikakve koristi?" +msgid "We consider it is not a valid FOI request, and have therefore hidden it from other users." +msgstr "" + +msgid "We consider it to be vexatious, and have therefore hidden it from other users." +msgstr "" + msgid "We do not have a working request email address for this authority." msgstr "Ne posjedujemo ispravnu e-mail adresu za zahtjeve ove ustanove." @@ -2895,7 +2886,7 @@ msgstr "" " –\n" "<span class=\"whitespace other\" title=\"Tab\">»</span>ako ste {{user_link}} molimo <a href=\"{{url}}\">prijavite se</a> i obavijestite sviju." -msgid "We will not reveal your email address to anybody unless you or\\n the law tell us to (<a href=\"%s\">details</a>). " +msgid "We will not reveal your email address to anybody unless you or\\n the law tell us to (<a href=\"{{url}}\">details</a>). " msgstr "" msgid "We will not reveal your email address to anybody unless you\\nor the law tell us to." @@ -2949,8 +2940,8 @@ msgstr "" "Kada dobijete printanu kopiju, molimo pomozite\n" " drugima da saznaju njen sadržaj:" -msgid "When you're done, <strong>come back here</strong>, <a href=\"%s\">reload this page</a> and file your new request." -msgstr "Kada završite, <strong>vratite se ovdje</strong>, <a href=\"%s\">učitajte ponovo ovu stranicu</a> i spremite Vaš novi zahtjev." +msgid "When you're done, <strong>come back here</strong>, <a href=\"{{url}}\">reload this page</a> and file your new request." +msgstr "Kada završite, <strong>vratite se ovdje</strong>, <a href=\"{{url}}\">učitajte ponovo ovu stranicu</a> i spremite Vaš novi zahtjev." msgid "Which of these is happening?" msgstr "Šta se od ovoga događa?" @@ -3056,11 +3047,11 @@ msgstr "Znate šta je uzrok greške i možete <strong>predložiti rješenje</str 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 "" -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=\"%s\">send it to us</a>." +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 web stranici, ili putem telefonskog poziva. Ako uspijete\n" -" da je nađete, onda molimo <a href=\"%s\">da nam je pošaljete</a>." +" da je nađete, onda molimo <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 "" @@ -3080,6 +3071,9 @@ msgstr "Morate biti prijavljeni ukoliko želite izbrisati sliku na Vašem profil msgid "You need to be logged in to edit your profile." msgstr "" +msgid "You need to be logged in to report a request for administrator attention" +msgstr "" + msgid "You previously submitted that exact follow up message for this request." msgstr "Prethodno ste predali istu popratnu poruku za ovaj zahtjev." @@ -3101,6 +3095,9 @@ msgstr "" msgid "You will only get an answer to your request if you follow up\\nwith the clarification." msgstr "" +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 "" + msgid "You're in. <a href=\"#\" id=\"send-request\">Continue sending your request</a>" msgstr "" @@ -3113,19 +3110,7 @@ msgstr "" msgid "You've now cleared your profile photo" msgstr "Sada ste izbrisali sliku na Vašem profilu" -msgid "Your %d Freedom of Information request" -msgid_plural "Your %d Freedom of Information requests" -msgstr[0] "" -msgstr[1] "" -msgstr[2] "" - -msgid "Your %d annotation" -msgid_plural "Your %d annotations" -msgstr[0] "" -msgstr[1] "" -msgstr[2] "" - -msgid "Your <strong>name will appear publicly</strong> \\n (<a href=\"%s\">why?</a>)\\n on this website and in search engines. If you\\n are thinking of using a pseudonym, please \\n <a href=\"%s\">read this first</a>." +msgid "Your <strong>name will appear publicly</strong>\\n (<a href=\"{{why_url}}\">why?</a>)\\n on this website and in search engines. If you\\n are thinking of using a pseudonym, please\\n <a href=\"{{help_url}}\">read this first</a>." msgstr "" msgid "Your annotations" @@ -3137,7 +3122,7 @@ msgstr "" msgid "Your e-mail:" msgstr "Vaš e-mail:" -msgid "Your follow up has not been sent because this request has been stopped to prevent spam. Please <a href=\"%s\">contact us</a> if you really want to send a follow up message." +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 "" msgid "Your follow up message has been sent on its way." @@ -3161,10 +3146,10 @@ msgstr "Vaša poruka će se pojaviti u <strong>pretraživačima</strong>" msgid "Your name and annotation will appear in <strong>search engines</strong>." msgstr "Vaše ime i napomena ć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=\"%s\">details</a>)." +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=\"%s\">Više informacija</a>)." +" (<a href=\"{{url}}\">Više informacija</a>)." msgid "Your name:" msgstr "Vaše ime:" @@ -3181,6 +3166,12 @@ msgstr "Vaš password:" msgid "Your photo will be shown in public <strong>on the Internet</strong>,\\n wherever you do something on {{site_name}}." msgstr "" +msgid "Your request '{{request}}' at {{url}} has been reviewed by moderators." +msgstr "" + +msgid "Your request on {{site_name}} hidden" +msgstr "" + msgid "Your request was called {{info_request}}. Letting everyone know whether you got the information will help us keep tabs on" msgstr "Naziv Vašeg zahtjeva je {{info_request}}. Obavijest o tome da li ste dobili odgovor će nam pomoći da bolje pratimo." @@ -3190,12 +3181,24 @@ msgstr "Vaš zahtjev:" msgid "Your response to an FOI request was not delivered" msgstr "" -msgid "Your response will <strong>appear on the Internet</strong>, <a href=\"%s\">read why</a> and answers to other questions." -msgstr "Vaš odgovor će se <strong>pojaviti na Internetu</strong>, <a href=\"%s\">pročitajte zašto</a> i odgovore na druga pitanja." +msgid "Your response will <strong>appear on the Internet</strong>, <a href=\"{{url}}\">read why</a> and answers to other questions." +msgstr "Vaš odgovor će se <strong>pojaviti na Internetu</strong>, <a href=\"{{url}}\">pročitajte zašto</a> i odgovore na druga pitanja." msgid "Your thoughts on what the {{site_name}} <strong>administrators</strong> should do about the request." msgstr "Vaše mišljenje o tome šta administratori {{site_name}} trebaju da rade po pitanju zahtjeva." +msgid "Your {{count}} Freedom of Information request" +msgid_plural "Your {{count}} Freedom of Information requests" +msgstr[0] "" +msgstr[1] "" +msgstr[2] "" + +msgid "Your {{count}} annotation" +msgid_plural "Your {{count}} annotations" +msgstr[0] "" +msgstr[1] "" +msgstr[2] "" + msgid "Your {{site_name}} email alert" msgstr "Vaše {{site_name}} e-mail upozorenje" @@ -3205,6 +3208,9 @@ msgstr "S poštovanjem," msgid "Yours sincerely," msgstr "S poštovanjem," +msgid "Yours," +msgstr "" + msgid "[FOI #{{request}} email]" msgstr "" @@ -3300,7 +3306,7 @@ msgstr "" " Ili ih možete kontaktirati putem telefona." msgid "details" -msgstr "" +msgstr "detalji" msgid "display_status only works for incoming and outgoing messages right now" msgstr "" @@ -3368,7 +3374,7 @@ msgstr "" msgid "no later than" msgstr "ne kasnije od" -msgid "no longer exists. If you are trying to make\\n 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=\"%s\">send it to us</a>." +msgid "no longer exists. If you are trying to make\\n 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 "normally" @@ -3475,9 +3481,36 @@ msgstr "korisna informacija" msgid "users" msgstr "korisnici" +msgid "what's that?" +msgstr "šta je to?" + msgid "{{count}} FOI requests found" msgstr "{{count}} Zahtjeva za slobodan pristup informacijama pronađeno" +msgid "{{count}} Freedom of Information request to {{public_body_name}}" +msgid_plural "{{count}} Freedom of Information requests to {{public_body_name}}" +msgstr[0] "{{count}} Freedom of Information requests to {{public_body_name}}" +msgstr[1] "{{count}} Freedom of Information requests to {{public_body_name}}" +msgstr[2] "{{count}} Freedom of Information requests to {{public_body_name}}" + +msgid "{{count}} person is following this authority" +msgid_plural "{{count}} people are following this authority" +msgstr[0] "" +msgstr[1] "" +msgstr[2] "" + +msgid "{{count}} request" +msgid_plural "{{count}} requests" +msgstr[0] "" +msgstr[1] "" +msgstr[2] "" + +msgid "{{count}} request made." +msgid_plural "{{count}} requests made." +msgstr[0] "" +msgstr[1] "" +msgstr[2] "" + 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 "" diff --git a/locale/ca/app.po b/locale/ca/app.po index 0640909b3..b3fcc4701 100644 --- a/locale/ca/app.po +++ b/locale/ca/app.po @@ -3,17 +3,19 @@ # This file is distributed under the same license as the PACKAGE package. # # Translators: -# David Cabo <david.cabo@gmail.com>, 2012. -# <ecapfri@yahoo.es>, 2012. -# <mmtarres@gmail.com>, 2012. +# David Cabo <david.cabo@gmail.com>, 2012 +# ecapfri <ecapfri@yahoo.es>, 2012 +# ecapfri <ecapfri@yahoo.es>, 2012 +# mmtarres <mmtarres@gmail.com>, 2012 +# mmtarres <mmtarres@gmail.com>, 2012 msgid "" msgstr "" "Project-Id-Version: alaveteli\n" "Report-Msgid-Bugs-To: http://github.com/sebbacon/alaveteli/issues\n" -"POT-Creation-Date: 2013-03-14 14:02-0700\n" -"PO-Revision-Date: 2013-03-14 21:08+0000\n" +"POT-Creation-Date: 2013-06-24 09:40-0700\n" +"PO-Revision-Date: 2013-06-24 16:52+0000\n" "Last-Translator: louisecrow <louise@mysociety.org>\n" -"Language-Team: LANGUAGE <LL@li.org>\n" +"Language-Team: Catalan (http://www.transifex.com/projects/p/alaveteli/language/ca/)\n" "Language: ca\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -23,8 +25,8 @@ msgstr "" 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 " Això apareixerà en el teu perfil de {{site_name}}, per facilitar que altres persones entenguin i participin en les teves sol•licituds." -msgid " (<strong>no ranty</strong> politics, read our <a href=\"%s\">moderation policy</a>)" -msgstr " (<strong>sense atacs polítics</strong>, llegeixi la nostra <a href=\"%s\">política de moderació</a>)" +msgid " (<strong>no ranty</strong> politics, read our <a href=\"{{url}}\">moderation policy</a>)" +msgstr " (<strong>sense atacs polítics</strong>, llegeixi la nostra <a href=\"{{url}}\">política de moderació</a>)" msgid " (<strong>patience</strong>, especially for large files, it may take a while!)" msgstr " (<strong>paciència</strong>, especialment amb fitxers grans, pot trigar uns minuts!)" @@ -55,9 +57,9 @@ msgstr " Consell sobre com <strong>aclarir el millor possible</strong> la sol• msgid " Ideas on what <strong>other documents to request</strong> which the authority may hold. " msgstr " Idees sobre <strong>quins altres documents demanar </strong> que l'organisme públic pot tenir." -msgid " If you know the address to use, then please <a href=\"%s\">send it to us</a>.\\n You may be able to find the address on their website, or by phoning them up and asking." +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 "" -" Si coneixes la direcció a utilitzar, si us plau <a href=\"%s\">envia'ns-la</a>.\n" +" Si coneixes la direcció a utilitzar, si us plau <a href=\"{{url}}\">envia'ns-la</a>.\n" " Pot ser que la trobis a la seva pàgina web, o trucant-los per telèfon i preguntant." msgid " Include relevant links, such as to a campaign page, your blog or a\\n twitter account. They will be made clickable. \\n e.g." @@ -99,21 +101,6 @@ msgstr " quan enviares aquest missatge." msgid "\"Hello! We have an <a href=\\\"/help/alaveteli?country_name=#{CGI.escape(current_country)}\\\">important message</a> for visitors outside {{country_name}}\"" msgstr "" -msgid "%d Freedom of Information request to %s" -msgid_plural "%d Freedom of Information requests to %s" -msgstr[0] "%d sol·licitud d'informació a %s" -msgstr[1] "%d sol·licituds d'informació a %s" - -msgid "%d request" -msgid_plural "%d requests" -msgstr[0] "%d sol·licitud" -msgstr[1] "%d sol·licituds" - -msgid "%d request made." -msgid_plural "%d requests made." -msgstr[0] "%d sol·licitud enviada." -msgstr[1] "%d sol·licituds enviades." - msgid "'Crime statistics by ward level for Wales'" msgstr "'Estadístiques de crims per regió a Espanya'" @@ -154,34 +141,14 @@ msgstr "2. Sol·liciti informació" msgid "3. Now check your request" msgstr "3. Revisa la teva sol·licitud" -msgid "<a class=\"link_button_green\" href=\"{{url}}\">{{text}}</a>" -msgstr "<a class=\"link_button_green\" href=\"{{url}}\">{{text}}</a>" - -msgid "<a href=\"%s\">Add an annotation</a> (to help the requester or others)" -msgstr "<a href=\"%s\">Afegeixi un comentari</a> (per ajudar al peticionari o a altres)" - -msgid "<a href=\"%s\">Are we missing a public authority?</a>" -msgstr "" - -msgid "<a href=\"%s\">Are you the owner of\\n any commercial copyright on this page?</a>" -msgstr "" -"<a href=\"%s\">Posseeix el copyright\n" -" d'alguna informació d'aquesta pàgina?</a>" - -msgid "<a href=\"%s\">Browse all</a> or <a href=\"%s\">ask us to add one</a>." -msgstr "<a href=\"%s\">Veure totes</a> o <a href=\"%s\">demana'ns que n'afegim una</a>." - -msgid "<a href=\"%s\">Can't find the one you want?</a>" -msgstr "<a href=\"%s\">No troba el que busca?</a>" - -msgid "<a href=\"%s\">Sign in</a> to change password, subscriptions and more ({{user_name}} only)" -msgstr "<a href=\"%s\">Obre una sessió</a> per canviar la teva contrasenya, suscripcions... (només {{user_name}})" +msgid "<a href=\"{{browse_url}}\">Browse all</a> or <a href=\"{{add_url}}\">ask us to add one</a>." +msgstr "<a href=\"{{browse_url}}\">Veure totes</a> o <a href=\"{{add_url}}\">demana'ns que n'afegim una</a>." -msgid "<a href=\"%s\">details</a>" -msgstr "<a href=\"%s\">detalls</a>" +msgid "<a href=\"{{url}}\">Add an annotation</a> (to help the requester or others)" +msgstr "<a href=\"{{url}}\">Afegeixi un comentari</a> (per ajudar al peticionari o a altres)" -msgid "<a href=\"%s\">what's that?</a>" -msgstr "<a href=\"%s\">Què és això?</a>" +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 "<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>" @@ -218,17 +185,23 @@ msgstr "" "<p>T'aconsellem que editis la teva sol·licitud i eliminis la teva direcció de correu.\n" " Si la deixes, la teva direcció serà enviada a l'organisme públic, però no serà visible en aquesta web.</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 "" + 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>Ens plau saber que has obtingut tota la informació que vas demanar. Si escrius sobre ella, o la utilitzes, si us plau torna i afegeix un comentari a continuació explicant el que ha fet.</p><p>Si {{site_name}} t'ha resultat útil, <a href=\"{{donation_url}}\">pot donar </a> a la ONG responsable.</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>Ens plau saber que has obtingut part de la informació que vas demanar. Si escrius sbore ella, o la utilitzes, si us plau tornar i afegeix un comentari a continuació explicant el que has fet.</p><p>Si {{site_name}} t'ha resultat útil, <a href=\"{{donation_url}}\">pots donar</a> a la ONG responsable.</p>" -msgid "<p>You do not need to include your email in the request in order to get a reply (<a href=\"%s\">details</a>).</p>" -msgstr "<p>No necessites incloure la teva adreça de correu a la sol•licitud per rebre una resposta (<a href=\"%s\">més detalls</a>).</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 "" + +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 "<p>No necessites incloure la teva adreça de correu a la sol•licitud per rebre una resposta (<a href=\"{{url}}\">més detalls</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=\"%s\">details</a>).</p>" -msgstr "<p> No necessites incloure la teva adreça de correu a la sol•licitud per rebre una resposta, te la demanarem en el següent pas (<a href=\"%s\">més detalls</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 "<p> No necessites incloure la teva adreça de correu a la sol•licitud per rebre una resposta, te la demanarem en el següent pas (<a href=\"{{url}}\">més detalls</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>La teva sol•licitud inclou un <strong>codi postal</strong>. Excepte que estigui directament relacionat amb la teva sol•licitud, si us plau, elimina qualsevol adreça, ja que <strong>estarà disponible públicament a Internet</strong>.</p>" @@ -244,15 +217,10 @@ msgstr "" "<small>Si utilitzes correu web o tens filtres \"anti spam\", si us plau comprova les teves carpetes d'spam. A vegades, els nostres missatges es marquen així per error.</small>\n" "</p>" -msgid "<span id='follow_count'>%d</span> person is following this authority" -msgid_plural "<span id='follow_count'>%d</span> people are following this authority" -msgstr[0] "" -msgstr[1] "" - -msgid "<strong> Can I request information about myself?</strong>\\n\t\t\t<a href=\"%s\">No! (Click here for details)</a>" +msgid "<strong> Can I request information about myself?</strong>\\n\t\t\t<a href=\"{{url}}\">No! (Click here for details)</a>" msgstr "" "<strong> Puc demanar informació sobre mi?</strong>\n" -"\t\t\t<a href=\"%s\">No! (Premi aquí per més detalls)</a>" +"\t\t\t<a href=\"{{url}}\">No! (Premi aquí per més detalls)</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:rafael_nadal</code></strong> per cercar comentaris fets per l'usuari 'rafael_nadal'." @@ -320,10 +288,10 @@ msgstr "" " Enviarem un correu a la nova direcció de correu. Segueix\n" " les seves instruccions per confirmar la nova direcció." -msgid "<strong>Privacy note:</strong> If you want to request private information about\\n yourself then <a href=\"%s\">click here</a>." +msgid "<strong>Privacy note:</strong> If you want to request private information about\\n yourself then <a href=\"{{url}}\">click here</a>." msgstr "" "<strong>Nota sobre privacitat:</strong> Si vols sol·licitar informació privada\n" -" sobre tu mateix <a href=\"%s\">segueix aquest enllaç</a>." +" sobre tu mateix <a href=\"{{url}}\">segueix aquest enllaç</a>." msgid "<strong>Privacy note:</strong> Your photo will be shown in public on the Internet,\\n wherever you do something on {{site_name}}." msgstr "" @@ -354,6 +322,9 @@ msgstr "Un <strong>resum</strong> de la resposta si l'has rebut per correu ordin msgid "A Freedom of Information request" msgstr "Una sol·licitud d'informació" +msgid "A full history of my FOI request and all correspondence is available on the Internet at this address: {{url}}" +msgstr "" + 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 "" @@ -378,6 +349,15 @@ msgstr "Sobre mi:" msgid "Act on what you've learnt" msgstr "Utilitza aquesta informació" +msgid "Acts as xapian/acts as xapian job" +msgstr "" + +msgid "ActsAsXapian::ActsAsXapianJob|Action" +msgstr "" + +msgid "ActsAsXapian::ActsAsXapianJob|Model" +msgstr "" + msgid "Add an annotation" msgstr "Afegeix un comentari" @@ -467,13 +447,19 @@ msgstr "Cualquiera:" msgid "Applies to" msgstr "" +msgid "Are we missing a public authority?" +msgstr "" + +msgid "Are you the owner of any commercial copyright on this page?" +msgstr "Posseeix el copyright d'alguna informació d'aquesta pàgina?" + msgid "Ask for <strong>specific</strong> documents or information, this site is not suitable for general enquiries." msgstr "Pide documentos o información <strong>específica</strong>, esta web no está pensada para resolver dudas generales." -msgid "At the bottom of this page, write a reply to them trying to persuade them to scan it in\\n (<a href=\"%s\">more details</a>)." +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 "" "Al final de esta página, escribe una respuesta intentando convencerles de que lo escaneen\n" -" (<a href=\"%s\">más detalles</a>)." +" (<a href=\"{{url}}\">más detalles</a>)." msgid "Attachment (optional):" msgstr "Adjuntos (opcional):" @@ -511,6 +497,9 @@ msgstr "Por ley, {{public_body_link}} debería haber respondido <strong>pronto</ msgid "Calculated home page" msgstr "" +msgid "Can't find the one you want?" +msgstr "No troba el que busca?" + msgid "Cancel a {{site_name}} alert" msgstr "Cancele una alerta de {{site_name}}" @@ -680,6 +669,9 @@ msgstr "Actualmente <strong>esperando la respuesta</strong> de {{public_body_lin msgid "Date:" msgstr "Fecha:" +msgid "Dear {{name}}," +msgstr "" + msgid "Dear {{public_body_name}}," msgstr "Estimado {{public_body_name}}," @@ -760,7 +752,7 @@ msgstr "Quiero recibir emails con las actulizaciones de esta solicitud" msgid "Enter words that you want to find separated by spaces, e.g. <strong>climbing lane</strong>" msgstr "Introduzca las palabras que desee separadas por espacio, es decir <strong>parlamento gasto</strong>" -msgid "Enter your response below. You may attach one file (use email, or\\n <a href=\"%s\">contact us</a> if you need more)." +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 "" msgid "Environmental Information Regulations" @@ -781,17 +773,17 @@ msgstr "Historial de eventos" msgid "Event {{id}}" msgstr "" -msgid "Everything that you enter on this page, including <strong>your name</strong>,\\n will be <strong>displayed publicly</strong> on\\n this website forever (<a href=\"%s\">why?</a>)." +msgid "Everything that you enter on this page, including <strong>your name</strong>,\\n will be <strong>displayed publicly</strong> on\\n this website forever (<a href=\"{{url}}\">why?</a>)." msgstr "" "Todo lo que escribas en esta página, incluyendo <strong>tu nombre</strong>, \n" " estará <strong>disponible públicamente</strong> en\n" -" está web para siempre (<a href=\"%s\">¿por qué?</a>)." +" está web para siempre (<a href=\"{{url}}\">¿por qué?</a>)." -msgid "Everything that you enter on this page\\n will be <strong>displayed publicly</strong> on\\n this website forever (<a href=\"%s\">why?</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 "" "Todo lo que escriba en esta página \n" " estará <strong>disponible públicamente</strong> en\n" -" está web para siempre (<a href=\"%s\">¿por qué?</a>)." +" está web para siempre (<a href=\"{{url}}\">¿por qué?</a>)." msgid "FOI" msgstr "FOI" @@ -817,14 +809,17 @@ msgstr "" msgid "Failed to convert image to a PNG" msgstr "Error al convertir la imagen a PNG" -msgid "Failed to convert image to the correct size: at %{cols}x%{rows}, need %{width}x%{height}" -msgstr "Error al convertir la imagen al tamaño adecuado: es %{cols}x%{rows}, debería ser %{width}x%{height}" +msgid "Failed to convert image to the correct size: at {{cols}}x{{rows}}, need {{width}}x{{height}}" +msgstr "Error al convertir la imagen al tamaño adecuado: es {{cols}}x{{rows}}, debería ser {{width}}x{{height}}" msgid "Filter" msgstr "Filtrar" -msgid "First, type in the <strong>name of the UK public authority</strong> you'd \\n like information from. <strong>By law, they have to respond</strong>\\n (<a href=\"%s#%s\">why?</a>)." -msgstr "Primero, escribe el <strong>nombre de la institución</strong> a la que quieres pedir información. <strong>Están obligados a responder</strong> (<a href=\"%s#%s\">¿por qué?</a>)." +msgid "First, did your other requests succeed?" +msgstr "" + +msgid "First, type in the <strong>name of the UK public authority</strong> you'd\\n like information from. <strong>By law, they have to respond</strong>\\n (<a href=\"{{url}}\">why?</a>)." +msgstr "Primero, escribe el <strong>nombre de la institución</strong> a la que quieres pedir información. <strong>Están obligados a responder</strong> (<a href=\"{{url}}\">¿por qué?</a>)." msgid "Foi attachment" msgstr "" @@ -904,8 +899,8 @@ msgstr "No es posible hacer una solicitud a este organismo, por motivos desconoc msgid "Forgotten your password?" msgstr "¿Has olvidado tu contraseña?" -msgid "Found %d public authority %s" -msgid_plural "Found %d public authorities %s" +msgid "Found {{count}} public authority {{description}}" +msgid_plural "Found {{count}} public authorities {{description}}" msgstr[0] "" msgstr[1] "" @@ -942,11 +937,11 @@ msgstr "Solicitudes de información a" msgid "From" 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=\"%s\">send it to us</a>." +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 "" "Desde la página de la solicitud, intente responder a un mensaje en concreto, en vez de\n" " responder a la solicitud en general. Si necesita hacerlo y tiene una dirección de\n" -" correo válida, por favor <a href=\"%s\">mándenosla</a>." +" correo válida, por favor <a href=\"{{url}}\">mándenosla</a>." msgid "From:" msgstr "De:" @@ -957,6 +952,18 @@ msgstr "DETALLA TU QUEJA AQUÍ" msgid "Handled by post." msgstr "Resuelta por correo ordinario" +msgid "Has tag string/has tag string tag" +msgstr "" + +msgid "HasTagString::HasTagStringTag|Model" +msgstr "" + +msgid "HasTagString::HasTagStringTag|Name" +msgstr "" + +msgid "HasTagString::HasTagStringTag|Value" +msgstr "" + msgid "Hello! You can make Freedom of Information requests within {{country_name}} at {{link_to_website}}" msgstr "¡Hola! Puede hacer solicitudes de información en {{country_name}} usando {{link_to_website}}" @@ -1017,6 +1024,9 @@ msgstr "Estoy pidiendo <strong>nueva información</strong>" msgid "I am requesting an <strong>internal review</strong>" msgstr "Estoy pidiendo una <strong>revisión interna</strong>" +msgid "I am writing to request an internal review of {{public_body_name}}'s handling of my FOI request '{{info_request_title}}'." +msgstr "" + msgid "I don't like these ones — give me some more!" msgstr "Estas no me gustan — ¡dame más!" @@ -1058,8 +1068,8 @@ msgstr "" msgid "Id" msgstr "" -msgid "If the address is wrong, or you know a better address, please <a href=\"%s\">contact us</a>." -msgstr "Si la dirección es incorrecta, o conoce una más actualizada, por favor <a href=\"%s\">contáctenos</a>." +msgid "If the address is wrong, or you know a better address, please <a href=\"{{url}}\">contact us</a>." +msgstr "Si la dirección es incorrecta, o conoce una más actualizada, por favor <a href=\"{{url}}\">contáctenos</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 "" @@ -1070,22 +1080,22 @@ msgstr "" "o un correo sobre otro tema a {{user}}, entonces por favor\n" "escribe a {{contact_email}} solicitando ayuda." -msgid "If you are dissatisfied by the response you got from\\n the public authority, you have the right to\\n complain (<a href=\"%s\">details</a>)." +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 "" "Si no está satisfecho con la respuesta que ha recibido del\n" " organismo público, tiene derecho a\n" -" apelar (<a href=\"%s\">detalles</a>)." +" apelar (<a href=\"{{url}}\">detalles</a>)." -msgid "If you are still having trouble, please <a href=\"%s\">contact us</a>." -msgstr "Si aún tiene problemas, por favor <a href=\"%s\">contáctenos</a>." +msgid "If you are still having trouble, please <a href=\"{{url}}\">contact us</a>." +msgstr "Si aún tiene problemas, por favor <a href=\"{{url}}\">contáctenos</a>." -msgid "If you are the requester, then you may <a href=\"%s\">sign in</a> to view the request." -msgstr "Si la solicitud es tuya, puedes <a href=\"%s\">abrir una sesión</a> para verla." +msgid "If you are the requester, then you may <a href=\"{{url}}\">sign in</a> to view the request." +msgstr "Si la solicitud es tuya, puedes <a href=\"{{url}}\">abrir una sesión</a> para verla." -msgid "If you are thinking of using a pseudonym,\\n please <a href=\"%s\">read this first</a>." +msgid "If you are thinking of using a pseudonym,\\n please <a href=\"{{url}}\">read this first</a>." msgstr "" "Si está pensando en utilizar un pseudónimo,\n" -" por favor <a href=\"%s\">lea esto primero</a>." +" por favor <a href=\"{{url}}\">lea esto primero</a>." msgid "If you are {{user_link}}, please" msgstr "Si es {{user_link}}, por favor" @@ -1273,8 +1283,8 @@ msgstr "Registrado en {{site_name}} el" msgid "Just one more thing" msgstr "" -msgid "Keep it <strong>focused</strong>, you'll be more likely to get what you want (<a href=\"%s\">why?</a>)." -msgstr "Sea <strong>específico</strong>, tendrá más probabilidades de conseguir lo que quiere (<a href=\"%s\">¿por qué?</a>)." +msgid "Keep it <strong>focused</strong>, you'll be more likely to get what you want (<a href=\"{{url}}\">why?</a>)." +msgstr "Sea <strong>específico</strong>, tendrá más probabilidades de conseguir lo que quiere (<a href=\"{{url}}\">¿por qué?</a>)." msgid "Keywords" msgstr "Términos" @@ -1345,12 +1355,6 @@ msgstr "" msgid "MailServerLog|Order" msgstr "" -msgid "Make a new <strong>Environmental Information</strong> request" -msgstr "Envíe una nueva <strong>solicitud de información medioambiental</strong>" - -msgid "Make a new <strong>Freedom of Information</strong> request to {{public_body}}" -msgstr "Hacer una nueva <strong>solicitud de información</strong> a {{public_body}}" - msgid "Make a new<br/>\\n <strong>Freedom <span>of</span><br/>\\n Information<br/>\\n request</strong>" msgstr "" "Envíe una nueva<br/>\n" @@ -1360,6 +1364,9 @@ msgstr "" msgid "Make a request" msgstr "Enviar solicitud" +msgid "Make a request to this authority" +msgstr "" + msgid "Make an {{law_used_short}} request to '{{public_body_name}}'" msgstr "Hacer una solicitud {{law_used_short}} a '{{public_body_name}}'" @@ -1597,8 +1604,8 @@ msgstr "Juega al juego de clasificación de solicitudes!" msgid "Please" msgstr "Por favor" -msgid "Please <a href=\"%s\">get in touch</a> with us so we can fix it." -msgstr "Por favor <a href=\"%s\">contacta</a> con nosotros para que podamos arreglarlo." +msgid "Please <a href=\"{{url}}\">get in touch</a> with us so we can fix it." +msgstr "Por favor <a href=\"{{url}}\">contacta</a> con nosotros para que podamos arreglarlo." msgid "Please <strong>answer the question above</strong> so we know whether the " msgstr "Por favor <strong>responda la pregunta anterior</strong> para que sepamos si " @@ -1622,6 +1629,9 @@ msgstr "" msgid "Please choose a file containing your photo." msgstr "Por favor elige el fichero que contiene tu foto" +msgid "Please choose a reason" +msgstr "" + msgid "Please choose what sort of reply you are making." msgstr "Por favor, elija el tipo de respuesta que está creando." @@ -1708,13 +1718,16 @@ msgstr "Por favor, mantén el resumen corto, como en el asunto de un correo elec 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, pide información sólo de estas categorias, <strong>no pierdas tu tiempo </strong> o el del organismo público pidiendo información no relacionada." +msgid "Please pass this on to the person who conducts Freedom of Information reviews." +msgstr "" + msgid "Please select each of these requests in turn, and <strong>let everyone know</strong>\\nif they are successful yet or not." msgstr "" "Por favor elije estas solicitudes una a una, y <strong>haz que se sepa</strong>\n" "si han tenido éxito o no." -msgid "Please sign at the bottom with your name, or alter the \"%{signoff}\" signature" -msgstr "Por favor, firma con tu nombre en la parte inferior, o cambia la firma \"%{signoff}\"" +msgid "Please sign at the bottom with your name, or alter the \"{{signoff}}\" signature" +msgstr "Por favor, firma con tu nombre en la parte inferior, o cambia la firma \"{{signoff}}\"" msgid "Please sign in as " msgstr "Por favor abre una sesión como " @@ -1821,9 +1834,6 @@ msgstr "" msgid "Public body" msgstr "" -msgid "Public body/translation" -msgstr "" - msgid "Public notes" msgstr "" @@ -1833,33 +1843,6 @@ msgstr "" msgid "Public page not available" msgstr "" -msgid "PublicBody::Translation|Disclosure log" -msgstr "" - -msgid "PublicBody::Translation|First letter" -msgstr "" - -msgid "PublicBody::Translation|Locale" -msgstr "" - -msgid "PublicBody::Translation|Name" -msgstr "" - -msgid "PublicBody::Translation|Notes" -msgstr "" - -msgid "PublicBody::Translation|Publication scheme" -msgstr "" - -msgid "PublicBody::Translation|Request email" -msgstr "" - -msgid "PublicBody::Translation|Short name" -msgstr "" - -msgid "PublicBody::Translation|Url name" -msgstr "" - msgid "PublicBody|Api key" msgstr "" @@ -1955,6 +1938,9 @@ msgstr "Denuncie abuso" msgid "Report an offensive or unsuitable request" msgstr "" +msgid "Report request" +msgstr "" + msgid "Report this request" msgstr "" @@ -2063,10 +2049,10 @@ msgstr "Resultados de la búsqueda" msgid "Search the site to find what you were looking for." msgstr "Buscar en esta web para encontrar lo que busca." -msgid "Search within the %d Freedom of Information requests to %s" -msgid_plural "Search within the %d Freedom of Information requests made to %s" -msgstr[0] "Busque en la %d solicitud de información hecha a %s" -msgstr[1] "Busque entre las %d solicitudes de información hechas a %s" +msgid "Search within the {{count}} Freedom of Information requests to {{public_body_name}}" +msgid_plural "Search within the {{count}} Freedom of Information requests made to {{public_body_name}}" +msgstr[0] "Busque en la {{count}} solicitud de información hecha a {{public_body_name}}" +msgstr[1] "Busque entre las {{count}} solicitudes de información hechas a {{public_body_name}}" msgid "Search your contributions" msgstr "Busca tus aportaciones" @@ -2182,9 +2168,6 @@ msgstr "Lo sentimos, no hemos podido encontrar esa página" msgid "Special note for this authority!" msgstr "¡Notas especiales sobre este organismo!" -msgid "Start" -msgstr "Comenzar" - msgid "Start now »" msgstr "Comience ahora »" @@ -2348,22 +2331,22 @@ msgstr "La solicitud fue <strong>exitosa</strong>." msgid "The request was refused by the public authority" msgstr "La solicitud ha sido rechazada por el organismo" -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=\"%s\">contact us</a> if you have any questions." +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 "" "La solicitud que ha intentado ver ha sido eliminada. Hay\n" "varios posibles motivos para esto, pero no podemos ser más específicos aquí. Por favor <a\n" -" href=\"%s\">contáctenos</a> si tiene cualquier pregunta." +" href=\"{{url}}\">contáctenos</a> si tiene cualquier pregunta." msgid "The requester has abandoned this request for some reason" msgstr "El creador de la solicitud la ha cancelado por algún motivo" -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" +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 "" "La respuesta a tu solicitud ha sido <strong>retrasada</strong>.\n" " Por ley, el organismo debería normalmente haber respondido\n" " <strong>rápidamente</strong> y" -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" +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 "" "La respuesta a tu solicitud ha sido <strong>muy retrasada</strong>.\n" " Por ley, bajo cualquier circunstancia, el organismo ya debería\n" @@ -2375,6 +2358,9 @@ msgstr "El motor de búsqueda no está accesible en estos momentos: no podemos m msgid "The search index is currently offline, so we can't show the Freedom of Information requests this person has made." msgstr "El motor de búsqueda no está accesible en estos momentos: no podemos mostrar las solicitudes de información que ha hecho esta persona" +msgid "The {{site_name}} team." +msgstr "" + msgid "Then you can cancel the alert." msgstr "Entonces podrás cancelar tu alerta." @@ -2450,17 +2436,17 @@ msgstr "Entonces se enviará tu comentario a {{info_request_title}}." msgid "There are {{count}} new annotations on your {{info_request}} request. Follow this link to see what they wrote." msgstr "Hay {{count}} comentarios en tu solicitud {{info_request}}. Sigue este enlace para leer lo que dicen." -msgid "There is %d person following this request" -msgid_plural "There are %d people following this request" -msgstr[0] "Hay %d persona siguiendo esta solicitud." -msgstr[1] "Hay %d personas siguiendo esta solicitud." - 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 "" 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 "Hay un límite en el número de solicitudes que puedes hacer en un día, porque no queremos que los organismos públicos reciban un número exagerado de solicitudes mal formuladas. Si necesitas que el límite no se aplique en tu caso, por favor <a href='{{help_contact_path}}'>contacta con nosotros</a>." +msgid "There is {{count}} person following this request" +msgid_plural "There are {{count}} people following this request" +msgstr[0] "Hay {{count}} persona siguiendo esta solicitud." +msgstr[1] "Hay {{count}} personas siguiendo esta solicitud." + msgid "There was a <strong>delivery error</strong> or similar, which needs fixing by the {{site_name}} team." msgstr "Se ha producido un <strong>error en la entrega</strong> o similar, y necesita ser arreglado por el equipo de {{site_name}}." @@ -2499,10 +2485,10 @@ msgstr "" msgid "This authority no longer exists, so you cannot make a request to it." msgstr "Este organismo ya no existe, no pueden realizarse solicitudes de información." -msgid "This comment has been hidden. See annotations to\\n find out why. If you are the requester, then you may <a href=\"%s\">sign in</a> to view the response." +msgid "This comment has been hidden. See annotations to\\n find out why. If you are the requester, then you may <a href=\"{{url}}\">sign in</a> to view the response." msgstr "" "Este respuesta está oculta. Revisa los comentarios\n" -" para descubrir por qué. Si es tu solicitud, <a href=\"%s\">abre una sesión</a> para ver la respuesta." +" para descubrir por qué. Si es tu solicitud, <a href=\"{{url}}\">abre una sesión</a> para ver la respuesta." msgid "This covers a very wide spectrum of information about the state of\\n the <strong>natural and built environment</strong>, such as:" msgstr "" @@ -2529,10 +2515,10 @@ 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 outgoing message has been hidden. See annotations to\\n\t\t\t\t\t\tfind out why. If you are the requester, then you may <a href=\"%s\">sign in</a> to view the response." +msgid "This outgoing message has been hidden. See annotations to\\n\t\t\t\t\t\tfind out why. If you are the requester, then you may <a href=\"{{url}}\">sign in</a> to view the response." msgstr "" "Este mensaje está oculto. Lee los comentarios\n" -"\t\t\t\t\t\tpara descubrir por qué. Si es tu solicitud, <a href=\"%s\">abra una sesión</a> para ver la respuesta." +"\t\t\t\t\t\tpara descubrir por qué. Si es tu solicitud, <a href=\"{{url}}\">abra una sesión</a> para ver la respuesta." msgid "This particular request is finished:" msgstr "Esta solicitud está cerrada:" @@ -2540,19 +2526,19 @@ msgstr "Esta solicitud está cerrada:" msgid "This person has made no Freedom of Information requests using this site." msgstr "Esta persona no ha realizado solicitudes de información usando esta web." -msgid "This person's %d Freedom of Information request" -msgid_plural "This person's %d Freedom of Information requests" -msgstr[0] "Tu %d solicitud de información" -msgstr[1] "Tus %d solicitudes de información" - -msgid "This person's %d annotation" -msgid_plural "This person's %d annotations" -msgstr[0] "Tu %d comentario" -msgstr[1] "Tus %d comentarios" - msgid "This person's annotations" msgstr "Tus comentarios" +msgid "This person's {{count}} Freedom of Information request" +msgid_plural "This person's {{count}} Freedom of Information requests" +msgstr[0] "Tu {{count}} solicitud de información" +msgstr[1] "Tus {{count}} solicitudes de información" + +msgid "This person's {{count}} annotation" +msgid_plural "This person's {{count}} annotations" +msgstr[0] "Tu {{count}} comentario" +msgstr[1] "Tus {{count}} comentarios" + msgid "This request <strong>requires administrator attention</strong>" msgstr "Esta solicitud <strong>requiere la intervención de un administrador</strong>" @@ -2576,7 +2562,7 @@ msgstr "" "Esta solicitud ha sido <strong>retirada</strong> por la persona que la realizó. \n" " \t Puede que haya una explicación en los mensajes a continuación." -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=\"%s\">contact us</a>." +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 "" msgid "This request has been reported for administrator attention" @@ -2593,10 +2579,10 @@ msgstr "" "Esta solicitud tiene visibilidad 'oculta'. Puedes verla sólo porque estás identificado\n" " como super-usuario." -msgid "This request is hidden, so that only you the requester can see it. Please\\n <a href=\"%s\">contact us</a> if you are not sure why." +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 "" "Esta solicitud está oculta, por lo que sólo tú como creador puedes verla. Por favor\n" -" <a href=\"%s\">contáctanos</a> si no estás seguro de por qué." +" <a href=\"{{url}}\">contáctanos</a> si no estás seguro de por qué." msgid "This request is still in progress:" msgstr "Esta solicitud está todavía en proceso:" @@ -2607,10 +2593,10 @@ msgstr "" msgid "This request was not made via {{site_name}}" msgstr "" -msgid "This response has been hidden. See annotations to find out why.\\n If you are the requester, then you may <a href=\"%s\">sign in</a> to view the response." +msgid "This response has been hidden. See annotations to find out why.\\n If you are the requester, then you may <a href=\"{{url}}\">sign in</a> to view the response." msgstr "" "Este respuesta está oculta. Revisa los comentarios\n" -" para descubrir por qué. Si es tu solicitud, <a href=\"%s\">abre una sesión</a> para ver la respuesta." +" para descubrir por qué. Si es tu solicitud, <a href=\"{{url}}\">abre una sesión</a> para ver la respuesta." 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 "" @@ -2691,7 +2677,7 @@ msgstr "Añadir tu comentario" msgid "To reply to " msgstr "Contestar a " -msgid "To report this FOI request" +msgid "To report this request" msgstr "" msgid "To send a follow up message to " @@ -2778,11 +2764,11 @@ msgstr "Se encontró un tipo de resultado inesperado" msgid "Unexpected search result type " msgstr "Se encontró un tipo de resultado inesperado " -msgid "Unfortunately we don't know the FOI\\nemail address for that authority, so we can't validate this.\\nPlease <a href=\"%s\">contact us</a> to sort it out." +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 "" "Desgraciadamente no tenemos la dirección\n" "de correo para este organismo, así que no podemos validarlo.\n" -"Por favor <a href=\"%s\">contáctenos</a> para arreglarlo." +"Por favor <a href=\"{{url}}\">contáctenos</a> para arreglarlo." 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" @@ -2916,6 +2902,12 @@ msgstr "Esperando que el organismo responda" msgid "Was the response you got to your FOI request any good?" msgstr "¿Fue la respuesta a tu solicitud satisfactoria?" +msgid "We consider it is not a valid FOI request, and have therefore hidden it from other users." +msgstr "" + +msgid "We consider it to be vexatious, and have therefore hidden it from other users." +msgstr "" + msgid "We do not have a working request email address for this authority." msgstr "No tenemos una dirección de correo válida para este organismo." @@ -2929,10 +2921,10 @@ msgstr "" " –\n" "\tsi es {{user_link}} por favor <a href=\"{{url}}\">abra una sesión</a> y háganoslo saber." -msgid "We will not reveal your email address to anybody unless you or\\n the law tell us to (<a href=\"%s\">details</a>). " +msgid "We will not reveal your email address to anybody unless you or\\n the law tell us to (<a href=\"{{url}}\">details</a>). " msgstr "" "No revelaremos tu dirección de correo a nadie salvo que tú nos lo digas\n" -" o la ley nos obligue (<a href=\"%s\">más información</a>). " +" o la ley nos obligue (<a href=\"{{url}}\">más información</a>). " msgid "We will not reveal your email address to anybody unless you\\nor the law tell us to." msgstr "" @@ -2985,8 +2977,8 @@ msgstr "" "Cuando reciba la respuesta en papel, por favor ayude\n" " a que otros sepan lo que dice:" -msgid "When you're done, <strong>come back here</strong>, <a href=\"%s\">reload this page</a> and file your new request." -msgstr "Cuando esté listo, <strong>vuelva aquí</strong>, <a href=\"%s\">recargue esta página</a> y cree una nueva solicitud." +msgid "When you're done, <strong>come back here</strong>, <a href=\"{{url}}\">reload this page</a> and file your new request." +msgstr "Cuando esté listo, <strong>vuelva aquí</strong>, <a href=\"{{url}}\">recargue esta página</a> y cree una nueva solicitud." msgid "Which of these is happening?" msgstr "¿Qué está pasando?" @@ -3094,11 +3086,11 @@ msgstr "Sabes lo que ha causado el error, y puedes <strong>sugerir una solución 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 "" -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=\"%s\">send it to us</a>." +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 "" "Puede que encuentres una\n" " en su página web, o preguntando por teléfono. Si la consigues\n" -" por favor <a href=\"%s\">envíanosla</a>." +" por favor <a href=\"{{url}}\">envíanosla</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 "" @@ -3118,6 +3110,9 @@ msgstr "Necesitas identificarte para borrar la foto de tu perfil." msgid "You need to be logged in to edit your profile." msgstr "" +msgid "You need to be logged in to report a request for administrator attention" +msgstr "" + msgid "You previously submitted that exact follow up message for this request." msgstr "Ya has enviado esa misma respuesta a esta solicitud." @@ -3144,6 +3139,9 @@ msgstr "" "Sólo recibirás una respuesta a tu solicitud si continúas\n" "con la aclaración." +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 "" + msgid "You're in. <a href=\"#\" id=\"send-request\">Continue sending your request</a>" msgstr "" @@ -3156,23 +3154,13 @@ msgstr "" msgid "You've now cleared your profile photo" msgstr "Has borrado la foto de tu perfil" -msgid "Your %d Freedom of Information request" -msgid_plural "Your %d Freedom of Information requests" -msgstr[0] "Tu %d solicitud de información" -msgstr[1] "Tus %d solicitudes de información" - -msgid "Your %d annotation" -msgid_plural "Your %d annotations" -msgstr[0] "Tu %d comentario" -msgstr[1] "Tus %d comentarios" - -msgid "Your <strong>name will appear publicly</strong> \\n (<a href=\"%s\">why?</a>)\\n on this website and in search engines. If you\\n are thinking of using a pseudonym, please \\n <a href=\"%s\">read this first</a>." +msgid "Your <strong>name will appear publicly</strong>\\n (<a href=\"{{why_url}}\">why?</a>)\\n on this website and in search engines. If you\\n are thinking of using a pseudonym, please\\n <a href=\"{{help_url}}\">read this first</a>." msgstr "" "<strong>Tu nombre aparecerá públicamente</strong> \n" -" (<a href=\"%s\">¿por qué?</a>)\n" +" (<a href=\"{{why_url}}\">¿por qué?</a>)\n" " en esta web y en motores de búsqueda. Si estás\n" " pensando en utilizar un seudónimo, por favor \n" -" <a href=\"%s\">lee esto primero</a>." +" <a href=\"{{help_url}}\">lee esto primero</a>." msgid "Your annotations" msgstr "Tus comentarios" @@ -3183,8 +3171,8 @@ msgstr "" msgid "Your e-mail:" msgstr "Tu correo:" -msgid "Your follow up has not been sent because this request has been stopped to prevent spam. Please <a href=\"%s\">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=\"%s\">contáctanos</a> si realmente quieres enviar una respuesta." +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." msgid "Your follow up message has been sent on its way." msgstr "Tu mensaje está en camino." @@ -3207,10 +3195,10 @@ msgstr "Tu mensaje aparecerá en <strong>los motores de búsqueda</strong>" msgid "Your name and annotation will appear in <strong>search engines</strong>." msgstr "Tu nombre y su comentario aparecerán en los <strong>motores de búsqueda</strong>." -msgid "Your name, request and any responses will appear in <strong>search engines</strong>\\n (<a href=\"%s\">details</a>)." +msgid "Your name, request and any responses will appear in <strong>search engines</strong>\\n (<a href=\"{{url}}\">details</a>)." msgstr "" "Tu nombre, tu solicitud y cualquier respuesta aparecerán en los <strong>motoros de búsqueda</strong>\n" -" (<a href=\"%s\">detalles</a>)." +" (<a href=\"{{url}}\">detalles</a>)." msgid "Your name:" msgstr "Tu nombre:" @@ -3227,6 +3215,12 @@ msgstr "Tu contraseña:" msgid "Your photo will be shown in public <strong>on the Internet</strong>,\\n wherever you do something on {{site_name}}." msgstr "" +msgid "Your request '{{request}}' at {{url}} has been reviewed by moderators." +msgstr "" + +msgid "Your request on {{site_name}} hidden" +msgstr "" + msgid "Your request was called {{info_request}}. Letting everyone know whether you got the information will help us keep tabs on" msgstr "Tu solicitud se llamaba {{info_request}}. Haznos saber si has recibido la información para ayudarnos a controlar a" @@ -3236,12 +3230,22 @@ msgstr "Tu solicitud:" msgid "Your response to an FOI request was not delivered" msgstr "" -msgid "Your response will <strong>appear on the Internet</strong>, <a href=\"%s\">read why</a> and answers to other questions." -msgstr "Tu respuesta <strong>aparecerá en Internet</strong>, <a href=\"%s\">lee por qué</a> y respuestas a otras preguntas." +msgid "Your response will <strong>appear on the Internet</strong>, <a href=\"{{url}}\">read why</a> and answers to other questions." +msgstr "Tu respuesta <strong>aparecerá en Internet</strong>, <a href=\"{{url}}\">lee por qué</a> y respuestas a otras preguntas." msgid "Your thoughts on what the {{site_name}} <strong>administrators</strong> should do about the request." msgstr "Opine sobre lo que los <strong>administradores</strong> de {{site_name}} deberían hacer con la solicitud." +msgid "Your {{count}} Freedom of Information request" +msgid_plural "Your {{count}} Freedom of Information requests" +msgstr[0] "Tu {{count}} solicitud de información" +msgstr[1] "Tus {{count}} solicitudes de información" + +msgid "Your {{count}} annotation" +msgid_plural "Your {{count}} annotations" +msgstr[0] "Tu {{count}} comentario" +msgstr[1] "Tus {{count}} comentarios" + msgid "Your {{site_name}} email alert" msgstr "Tu alerta en {{site_name}}" @@ -3251,6 +3255,9 @@ msgstr "Un saludo," msgid "Yours sincerely," msgstr "Un saludo," +msgid "Yours," +msgstr "" + msgid "[FOI #{{request}} email]" msgstr "" @@ -3346,7 +3353,7 @@ msgstr "" " O prueba a llamarles por teléfono." msgid "details" -msgstr "" +msgstr "detalls" msgid "display_status only works for incoming and outgoing messages right now" msgstr "display_status sólo funciona para mensajes de entrada y salida ahora mismo" @@ -3414,12 +3421,12 @@ msgstr "" msgid "no later than" msgstr "no más tarde de" -msgid "no longer exists. If you are trying to make\\n 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=\"%s\">send it to us</a>." +msgid "no longer exists. If you are trying to make\\n 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 "" "ya no existe. \n" "Desde la página de la solicitud, intente responder a un mensaje en concreto, en vez de\n" " responder a la solicitud en general. Si necesita hacerlo y tiene una dirección de\n" -" correo válida, por favor <a href=\"%s\">mándenosla</a>." +" correo válida, por favor <a href=\"{{url}}\">mándenosla</a>." msgid "normally" msgstr "normalmente" @@ -3527,9 +3534,32 @@ msgstr "información útil." msgid "users" msgstr "usuarios" +msgid "what's that?" +msgstr "Què és això?" + msgid "{{count}} FOI requests found" msgstr "{{count}} solicitudes de información encontradas" +msgid "{{count}} Freedom of Information request to {{public_body_name}}" +msgid_plural "{{count}} Freedom of Information requests to {{public_body_name}}" +msgstr[0] "{{count}} sol·licitud d'informació a {{public_body_name}}" +msgstr[1] "{{count}} sol·licituds d'informació a {{public_body_name}}" + +msgid "{{count}} person is following this authority" +msgid_plural "{{count}} people are following this authority" +msgstr[0] "" +msgstr[1] "" + +msgid "{{count}} request" +msgid_plural "{{count}} requests" +msgstr[0] "{{count}} sol·licitud" +msgstr[1] "{{count}} sol·licituds" + +msgid "{{count}} request made." +msgid_plural "{{count}} requests made." +msgstr[0] "{{count}} sol·licitud enviada." +msgstr[1] "{{count}} sol·licituds enviades." + 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}} ya\n" diff --git a/locale/cs/app.po b/locale/cs/app.po index c9464ebae..c28785b8a 100644 --- a/locale/cs/app.po +++ b/locale/cs/app.po @@ -3,21 +3,26 @@ # This file is distributed under the same license as the PACKAGE package. # # Translators: -# <appukonrad@gmail.com>, 2012. -# Hana Huntova <>, 2012. -# Jana Kneschke <>, 2012. -# <jana.kneschke@gmail.com>, 2013. -# <jana.kneschke@gmail.com>, 2012-2013. -# <josef.pospisil@laststar.eu>, 2012. -# <louise@mysociety.org>, 2012. +# jui <appukonrad@gmail.com>, 2012 +# Hana Huntova <>, 2012-2013 +# Jana Kneschke <>, 2012-2013 +# janakneschke <jana.kneschke@gmail.com>, 2013 +# janakneschke <jana.kneschke@gmail.com>, 2012-2013 +# janakneschke <jana.kneschke@gmail.com>, 2013 +# josefpospisil <josef.pospisil@laststar.eu>, 2012 +# josefpospisil <josef.pospisil@laststar.eu>, 2012 +# jui <appukonrad@gmail.com>, 2012 +# louisecrow <louise@mysociety.org>, 2012-2013 +# louisecrow <louise@mysociety.org>, 2013 +# louisecrow <louise@mysociety.org>, 2012 msgid "" msgstr "" "Project-Id-Version: alaveteli\n" "Report-Msgid-Bugs-To: http://github.com/sebbacon/alaveteli/issues\n" -"POT-Creation-Date: 2013-03-14 14:02-0700\n" -"PO-Revision-Date: 2013-03-14 21:10+0000\n" -"Last-Translator: louisecrow <louise@mysociety.org>\n" -"Language-Team: LANGUAGE <LL@li.org>\n" +"POT-Creation-Date: 2013-06-24 09:40-0700\n" +"PO-Revision-Date: 2013-06-26 17:02+0000\n" +"Last-Translator: Hana Huntova <>\n" +"Language-Team: Czech (http://www.transifex.com/projects/p/alaveteli/language/cs/)\n" "Language: cs\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -27,8 +32,8 @@ msgstr "" 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 " Toto se objeví na vašem profilu na stránkách {{site_name}}, abyste mohli svůj dotaz snadno sdílet s ostaními." -msgid " (<strong>no ranty</strong> politics, read our <a href=\"%s\">moderation policy</a>)" -msgstr " (<strong>Tento prostor neslouží politickým debatám,</strong> přečtěte si <a href=\"%s\">Pravidla diskuze</a>.)" +msgid " (<strong>no ranty</strong> politics, read our <a href=\"{{url}}\">moderation policy</a>)" +msgstr " (<strong>Tento prostor neslouží politickým debatám,</strong> přečtěte si <a href=\"{{url}}\">Pravidla diskuze</a>.)" msgid " (<strong>patience</strong>, especially for large files, it may take a while!)" msgstr " (<strong>Prosíme o trpělivost</strong>, nahrávání větších souborů může trvat déle!)" @@ -59,9 +64,9 @@ msgstr " Poraďte, <strong>jak co nejlépe upřesnit</strong> tento dotaz." msgid " Ideas on what <strong>other documents to request</strong> which the authority may hold. " msgstr "Návrhy <strong>na vyžádání potřebných dokumentů</strong>, které může mít daná instituce k dispozici." -msgid " If you know the address to use, then please <a href=\"%s\">send it to us</a>.\\n You may be able to find the address on their website, or by phoning them up and asking." +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 "" -"Pokud víte, jakou adresu použít <a href=\"%s\">pošlete nám ji</a>.\n" +"Pokud víte, jakou adresu použít <a href=\"{{url}}\">pošlete nám ji</a>.\n" " Adresu můžete najít na stránkách instituce, nebo můžete zavolat do podatelny a zjistit ji. " msgid " Include relevant links, such as to a campaign page, your blog or a\\n twitter account. They will be made clickable. \\n e.g." @@ -100,24 +105,6 @@ msgstr " když tuto zprávu pošlete." msgid "\"Hello! We have an <a href=\\\"/help/alaveteli?country_name=#{CGI.escape(current_country)}\\\">important message</a> for visitors outside {{country_name}}\"" msgstr "\"Hello! We have an <a href=\\\"/help/alaveteli?country_name=#{CGI.escape(current_country)}\\\">important message</a> for visitors outside {{country_name}}\"" -msgid "%d Freedom of Information request to %s" -msgid_plural "%d Freedom of Information requests to %s" -msgstr[0] "%d dotaz vznesený podle zákona 106/1999 Sb. na instituci %s" -msgstr[1] "%d dotazy vznesené podle zákona 106/1999 Sb. na instituci %s" -msgstr[2] "%d dotazů vznesených podle zákona 106/1999 Sb. na instituci %s" - -msgid "%d request" -msgid_plural "%d requests" -msgstr[0] "%d dotaz" -msgstr[1] "%d dotazy" -msgstr[2] "%d dotazů" - -msgid "%d request made." -msgid_plural "%d requests made." -msgstr[0] "%d dotaz byl vznesen." -msgstr[1] "%d dotazy byly vzneseny." -msgstr[2] "%d dotazů bylo vzneseno." - msgid "'Crime statistics by ward level for Wales'" msgstr "\"Statistiky kriminality pro Liberecký kraj.\"" @@ -134,7 +121,7 @@ msgid "'{{link_to_user}}', a person" msgstr "od uživatele '{{link_to_user}}'." msgid "*unknown*" -msgstr "" +msgstr "*neznámá data*" msgid ",\\n\\n\\n\\nYours,\\n\\n{{user_name}}" msgstr "" @@ -156,34 +143,16 @@ msgid "2. Ask for Information" msgstr "2. Vzneste dotaz" msgid "3. Now check your request" -msgstr "3. Nyní dotaz zkontrolujte" - -msgid "<a class=\"link_button_green\" href=\"{{url}}\">{{text}}</a>" -msgstr "<a class=\"link_button_green\" href=\"{{url}}\">{{text}}</a>" - -msgid "<a href=\"%s\">Add an annotation</a> (to help the requester or others)" -msgstr "<a href=\"%s\">Přidat poznámku</a> (pomůžete tím dalšímu tázajícímu)" - -msgid "<a href=\"%s\">Are we missing a public authority?</a>" -msgstr "<a href=\"%s\">Chybí nám nějaká instituce?</a>" - -msgid "<a href=\"%s\">Are you the owner of\\n any commercial copyright on this page?</a>" -msgstr "<a href=\"%s\">Jste vlastníkem nějakých autorských práv na této stránce?</a>" +msgstr "3. Nyní dotaz zkontrolujte " -msgid "<a href=\"%s\">Browse all</a> or <a href=\"%s\">ask us to add one</a>." -msgstr "<a href=\"%s\">Prohlížet všel</a> nebo <a href=\"%s\">požádat o přidání kontaktu</a>." +msgid "<a href=\"{{browse_url}}\">Browse all</a> or <a href=\"{{add_url}}\">ask us to add one</a>." +msgstr "<a href=\"{{browse_url}}\">Prohlížet všel</a> nebo <a href=\"{{add_url}}\">požádat o přidání kontaktu</a>." -msgid "<a href=\"%s\">Can't find the one you want?</a>" -msgstr "<a href=\"%s\">Nemůžete najít, co hledáte?</a>" +msgid "<a href=\"{{url}}\">Add an annotation</a> (to help the requester or others)" +msgstr "<a href=\"{{url}}\">Přidat poznámku</a> (pomůžete tím dalšímu tázajícímu)" -msgid "<a href=\"%s\">Sign in</a> to change password, subscriptions and more ({{user_name}} only)" -msgstr "<a href=\"%s\">Přihlašte se/a> pro změnu hesla, pro odběr zpráv atd., pouze ({{user_name}})" - -msgid "<a href=\"%s\">details</a>" -msgstr "<a href=\"%s\">detaily</a>" - -msgid "<a href=\"%s\">what's that?</a>" -msgstr "<a href=\"%s\">co je to?</a>" +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 "<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>" @@ -220,17 +189,23 @@ msgstr "" "<p>Doporučujeme vám upravit dotaz a odstranit e-mailovou adresu.\n" " Pokud ji v dotazu ponecháte, e-mailová adresa bude instituci odeslána, ale neobjeví se na stránkách Informace pro všechny.</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>Jsme rádi, že jste obdrželi požadované informace. Pokud k této odpovědi něco dodáte, nebo ji někde použijete, přidejte poznámku pro další uživatele stránek Informace pro všechny</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>Jsme rádi, že jste obdrželi informace, které jste potřebovali. Pokud k této odpovědi něco dodáte, nebo ji někde použijete, přidejte poznámku pro další uživatele stránek Informace pro všechny. </p><p>Pokud považujete stránky {{site_name}} užitečné, <a href=\"{{donation_url}}\">podpořte nás</a>.</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>Jsme rádi, že jste obdrželi alespoň částečnou odpověď na vznesený dotaz. Pokud považujete stránky {{site_name}} za užitečné, <a href=\"{{donation_url}}\">podpořte nás</a>.</p><p>Pokud chcete získat doplňující informace, zde je návod.</p>" -msgid "<p>You do not need to include your email in the request in order to get a reply (<a href=\"%s\">details</a>).</p>" -msgstr "<p>Nemusíte uvádět svou e-mailovou adresu. (<a href=\"%s\">více</a>).</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 "<p>Jsme rádi, že jste obdrželi alespoň částečnou odpověď na vznesený dotaz. Pokud chcete získat více informací, zde je návod. </p><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 "<p>Nemusíte uvádět svou e-mailovou adresu. (<a href=\"{{url}}\">více</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=\"%s\">details</a>).</p>" -msgstr "<p>Nemusíte uvádět svou e-mailovou adresu teď, budeme ji vyžadovat v dalším kroku. (<a href=\"%s\">více</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 "<p>Nemusíte uvádět svou e-mailovou adresu teď, budeme ji vyžadovat v dalším kroku. (<a href=\"{{url}}\">více</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>Váš dotaz obsahuje <strong>PSČ</strong>. Pokud to není údaj nutný k zodpovězení dotazu, prosíme odstraňte adresu či jiný identifikátor. Váš dotaz bude v celém znění a bez osobních údajů<strong>uveřejněn na internetu</strong>.</p>" @@ -248,16 +223,10 @@ msgstr "" "<small>Pokud používáte prohlížeč ke čtení a posílání e-mailů nebo máte nastavený filtr pro nevyžádanou poštu, zkontrolujte také tuto složku. Může se stát, že váš filtr označil zprávu ze stránek Informace pro všechny za nevyžádanou.</small>\n" "</p>" -msgid "<span id='follow_count'>%d</span> person is following this authority" -msgid_plural "<span id='follow_count'>%d</span> people are following this authority" -msgstr[0] "<span id='follow_count'>%d</span> člověk sleduje tuto instituci" -msgstr[1] "<span id='follow_count'>%d</span> lidí sledují tuto instituci" -msgstr[2] "<span id='follow_count'>%d</span> lidí sleduje tuto instituci" - -msgid "<strong> Can I request information about myself?</strong>\\n\t\t\t<a href=\"%s\">No! (Click here for details)</a>" +msgid "<strong> Can I request information about myself?</strong>\\n\t\t\t<a href=\"{{url}}\">No! (Click here for details)</a>" msgstr "" "<strong> Mohu požádat o informace o sobě samém?</strong>\n" -"\t\t\t<a href=\"%s\">Ne (zde najdete více informací).</a>" +"\t\t\t<a href=\"{{url}}\">Ne (zde najdete více informací).</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>okomentoval/a:tony_bowden</code></strong> pokud chcete vidět více poznámek od uživatele Tonyho Bowdena, napište jeho jméno jako URL." @@ -320,10 +289,10 @@ msgstr "" " Pošleme vám zprávu na vaši e-mailovou adresu. Pro změnu\n" " vaší e-mailové adresy postupujte podle instrukcí." -msgid "<strong>Privacy note:</strong> If you want to request private information about\\n yourself then <a href=\"%s\">click here</a>." +msgid "<strong>Privacy note:</strong> If you want to request private information about\\n yourself then <a href=\"{{url}}\">click here</a>." msgstr "" "<strong>Ochrana soukromí:</strong> Pokud chcete vznést dotaz týkající se vaší osoby,\n" -" <a href=\"%s\">klikněte sem</a>." +" <a href=\"{{url}}\">klikněte sem</a>." 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>Důležité upozornění:</strong> Vaše fotografie bude zveřejněna na stránkách Informace pro všechny pokaždé, kdy vznesete dotaz nebo přidáte komentář." @@ -354,6 +323,9 @@ msgstr "<strong>Shrnutí</strong> odpovědi, kterou jste obdrželi poštou." msgid "A Freedom of Information request" msgstr "Vznesený dotaz podle zákona 106/1999 Sb. o svobodném přístupu k informacím" +msgid "A full history of my FOI request and all correspondence is available on the Internet at this address: {{url}}" +msgstr "Úplná historie mé žádosti a celá korespondence s ní spojená je k dispozici zde {{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 "Nový dotaz byl vznesen na instituci {{public_body_name}} uživatelem {{info_request_user}} dne {{date}}." @@ -367,7 +339,7 @@ msgid "A strange reponse, required attention by the {{site_name}} team" msgstr "Neobvyklá reakce, která vyžaduje pozornost týmu stránek {{site_name}}." msgid "A vexatious request" -msgstr "" +msgstr "Nepovolená operace" msgid "A {{site_name}} user" msgstr "Uživatel stránek {{site_name}} " @@ -378,6 +350,15 @@ msgstr "O vás:" msgid "Act on what you've learnt" msgstr "Jednejte na základě toho, co jste se dozvěděli" +msgid "Acts as xapian/acts as xapian job" +msgstr "Acts as xapian/acts as xapian job" + +msgid "ActsAsXapian::ActsAsXapianJob|Action" +msgstr "ActsAsXapian::ActsAsXapianJob|Akce" + +msgid "ActsAsXapian::ActsAsXapianJob|Model" +msgstr "ActsAsXapian::ActsAsXapianJob|Model" + msgid "Add an annotation" msgstr "Přidat poznámku" @@ -413,7 +394,7 @@ msgid "All of the information requested has been received" msgstr "Všechny požadované informace byly přijaty" 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 "Všechny níže uvedené možnosti mohou mít<strong>status</strong> nebo <strong>last_status</strong> před dvojtečkou. Například, <strong>status:not_held</strong> vyhledá dotazy, které byly <em>někdy</em> označeny štítkem \"není k dispozici\"; <strong>latest_status:not_held</strong> vyhledá jen ty dotazy, které jsou <em>v současnosti</em> označeny štítkem ůnení k dispozici\"." +msgstr "Všechny níže uvedené možnosti mohou mít <strong>status</strong> nebo <strong>last_status</strong> před dvojtečkou. Například, <strong>status:not_held</strong> vyhledá dotazy, které byly <em>někdy</em> označeny štítkem \"není k dispozici\"; <strong>latest_status:not_held</strong> vyhledá jen ty dotazy, které jsou <em>v současnosti</em> označeny štítkem není k dispozici\"." 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 "Všechny níže uvedené možnosti <strong>variety</strong> or <strong>latest_variety</strong> před dvojtečkou. Například, <strong>variety:sent</strong> zahrne dotazy, které byly <em>někdy</em> vzneseny; <strong>latest_variety:sent</strong> zahrne pouze dotazy <em>v současnosti</em> označené jako odeslané." @@ -463,15 +444,21 @@ msgid "Anyone:" msgstr "Kdokoli:" msgid "Applies to" -msgstr "" +msgstr "Týká se" + +msgid "Are we missing a public authority?" +msgstr "Chybí nám nějaká instituce?" + +msgid "Are you the owner of any commercial copyright on this page?" +msgstr "Jste vlastníkem nějakých autorských práv na této stránce?" msgid "Ask for <strong>specific</strong> documents or information, this site is not suitable for general enquiries." msgstr "Požádejte o <strong>konkrétní</strong> dokumenty nebo informace, tyto stránky nejsou určeny pro obecné dotazy." -msgid "At the bottom of this page, write a reply to them trying to persuade them to scan it in\\n (<a href=\"%s\">more details</a>)." +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 "" "Ve spodní části této stránky jim napište odpověď a požádejte je, aby požadované informace oskenovali\n" -" (<a href=\"%s\">více detailů</a>)." +" (<a href=\"{{url}}\">více detailů</a>)." msgid "Attachment (optional):" msgstr "Příloha (nepovinná):" @@ -504,10 +491,13 @@ msgid "By law, under all circumstances, {{public_body_link}} should have respond msgstr "Podle zákona by instituce {{public_body_link}} měla v každém případě odpovědět." msgid "By law, {{public_body_link}} should normally have responded <strong>promptly</strong> and" -msgstr "Podle zákona, by měla instituce {{public_body_link}} odpovědět okamžitě a " +msgstr "Podle zákona by měla instituce {{public_body_link}} odpovědět okamžitě a " msgid "Calculated home page" -msgstr "" +msgstr "Domů" + +msgid "Can't find the one you want?" +msgstr "Nemůžete najít, co hledáte?" msgid "Cancel a {{site_name}} alert" msgstr "Zrušte tato upozornění stránek {{site_name}}" @@ -676,6 +666,9 @@ msgstr "V současnosti <strong> se čeká na odpověď</strong> od instituce {{p msgid "Date:" msgstr "Datum:" +msgid "Dear {{name}}," +msgstr "Vážený/á {{name}}," + msgid "Dear {{public_body_name}}," msgstr "" "Povinný subjekt: {{public_body_name}}\n" @@ -685,7 +678,7 @@ msgstr "" "Vážená paní, vážený pane," msgid "Default locale" -msgstr "" +msgstr "Původní nastavení" msgid "Delayed response to your FOI request - " msgstr "Zpožděná odpověď na váš dotaz –" @@ -697,7 +690,7 @@ msgid "Delivery error" msgstr "Chyba při doručení" msgid "Destroy {{name}}" -msgstr "" +msgstr "Zrušit {{name}}" msgid "Details of request '" msgstr "Podrobnosti dotazu" @@ -712,7 +705,7 @@ msgid "Disclosure log" msgstr "Disclosure log" msgid "Disclosure log URL" -msgstr "" +msgstr "Disclosure log URL" msgid "Don't want to address your message to {{person_or_body}}? You can also write to:" msgstr "Nechcete svou zprávu adresovat na {{person_or_body}}? Můžete také napsat:" @@ -733,7 +726,7 @@ msgid "EIR" msgstr "Informace o životním prostředí" msgid "Edit" -msgstr "" +msgstr "Editovat" msgid "Edit and add <strong>more details</strong> to the message above,\\n explaining why you are dissatisfied with their response." msgstr "" @@ -761,8 +754,8 @@ msgstr "Pošlete mi budoucí aktualizace tohoto dotazu. " msgid "Enter words that you want to find separated by spaces, e.g. <strong>climbing lane</strong>" msgstr "Slova, která chcete najít, musí být oddělena mezerou, například <strong>přechod pro chodce</strong>" -msgid "Enter your response below. You may attach one file (use email, or\\n <a href=\"%s\">contact us</a> if you need more)." -msgstr "Níže můžete vložit svou odpověď. Pokud je to nutné, přiložte jeden dokument, (s použitím e-mailu, nebo⏎ <a href=\"%s\">nás kontaktujte</a> pokud potřebujete přiložit více dokumentů)." +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 "Níže můžete vložit svou odpověď. Pokud je to nutné, přiložte jeden dokument, (s použitím e-mailu, nebo⏎ <a href=\"{{url}}\">nás kontaktujte</a> pokud potřebujete přiložit více dokumentů)." msgid "Environmental Information Regulations" msgstr "Informace o životním prostředí" @@ -780,18 +773,18 @@ msgid "Event history details" msgstr "Historie případu, detaily" msgid "Event {{id}}" -msgstr "" +msgstr "Aktivita {{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 forever (<a href=\"%s\">why?</a>)." +msgid "Everything that you enter on this page, including <strong>your name</strong>,\\n will be <strong>displayed publicly</strong> on\\n this website forever (<a href=\"{{url}}\">why?</a>)." msgstr "" "Veškeré informace, které vložíte na tuto stránku, včetně <strong>vašeho jména</strong>, \n" -" budou<strong>uveřejněny</strong> na tomto webu(<a href=\"%s\">proč?</a>)." +" budou<strong>uveřejněny</strong> na tomto webu(<a href=\"{{url}}\">proč?</a>)." -msgid "Everything that you enter on this page\\n will be <strong>displayed publicly</strong> on\\n this website forever (<a href=\"%s\">why?</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 "" "Vše, co jste vyplnili na této stránce, \n" " bude <strong>veřejně dostupné</strong> na tomto\n" -" webu (<a href=\"%s\">proč?</a>)." +" webu (<a href=\"{{url}}\">proč?</a>)." msgid "FOI" msgstr "dotaz" @@ -800,7 +793,7 @@ msgid "FOI email address for {{public_body}}" msgstr "E-mailová adresa podatelny pro instituci {{public_body}}" msgid "FOI request – {{title}}" -msgstr "" +msgstr "Žádost – {{title}}" msgid "FOI requests" msgstr "Dotazy" @@ -817,16 +810,19 @@ msgstr "Odpověď vyžaduje zásah administrátora - ({{reason}}) - {{title}}" msgid "Failed to convert image to a PNG" msgstr "Nepodařilo se konvertovat obrázek do PNG. " -msgid "Failed to convert image to the correct size: at %{cols}x%{rows}, need %{width}x%{height}" -msgstr "Nepodařilo se konvertovat obrázek do správné velikosti: at %{cols}x%{rows}, need %{width}x%{height}" +msgid "Failed to convert image to the correct size: at {{cols}}x{{rows}}, need {{width}}x{{height}}" +msgstr "Nepodařilo se konvertovat obrázek do správné velikosti: at {{cols}}x{{rows}}, need {{width}}x{{height}}" msgid "Filter" msgstr "Filtr" -msgid "First, type in the <strong>name of the UK public authority</strong> you'd \\n like information from. <strong>By law, they have to respond</strong>\\n (<a href=\"%s#%s\">why?</a>)." +msgid "First, did your other requests succeed?" +msgstr "Můžete prosím doplnit informace o Vašich ostatních žádostech? Uspěli jste?" + +msgid "First, type in the <strong>name of the UK public authority</strong> you'd\\n like information from. <strong>By law, they have to respond</strong>\\n (<a href=\"{{url}}\">why?</a>)." msgstr "" "Nejdříve napište <strong>název instituce</strong>, od které chcete získat informace. <strong>Podle zákona vám musí odpovědět</strong>\n" -" (<a href=\"%s#%s\">proč?</a>)." +" (<a href=\"{{url}}\">proč?</a>)." msgid "Foi attachment" msgstr "Příloha k dotazu" @@ -906,11 +902,11 @@ msgstr "Z neznámého důvodu není možné vznést dotaz na tuto instituci. " msgid "Forgotten your password?" msgstr "Zapomněli jste heslo?" -msgid "Found %d public authority %s" -msgid_plural "Found %d public authorities %s" -msgstr[0] "Nalezena %d instituce %s" -msgstr[1] "Nalezeny %d instituce %s" -msgstr[2] "Nalezeno %d institucí %s" +msgid "Found {{count}} public authority {{description}}" +msgid_plural "Found {{count}} public authorities {{description}}" +msgstr[0] "Nalezena {{count}} instituce {{description}}" +msgstr[1] "Nalezeny {{count}} instituce {{description}}" +msgstr[2] "Nalezeno {{count}} institucí {{description}}" msgid "Freedom of Information" msgstr "dotaz" @@ -947,8 +943,8 @@ msgstr "Dotaz vznesený na" msgid "From" msgstr "Od" -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=\"%s\">send it to us</a>." -msgstr "Spíše než vložení obecné odpovědi zkuste odpovědět na vybranou zprávu ze stránky pro vznesení dotazu. Pokud potřebujete vložit obecnou odpověď a znáte správnou e-mailovou adresu, prosíme <a href=\"%s\">pošlete nám ji</a>" +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 "Spíše než vložení obecné odpovědi zkuste odpovědět na vybranou zprávu ze stránky pro vznesení dotazu. Pokud potřebujete vložit obecnou odpověď a znáte správnou e-mailovou adresu, prosíme <a href=\"{{url}}\">pošlete nám ji</a>" msgid "From:" msgstr "Od:" @@ -959,6 +955,18 @@ msgstr "ZDE UPŘESNĚTE DETAILY VAŠÍ STÍŽNOSTI" msgid "Handled by post." msgstr "Vyřizováno poštou." +msgid "Has tag string/has tag string tag" +msgstr "Má štítek/má štítek" + +msgid "HasTagString::HasTagStringTag|Model" +msgstr "MáŠtítek::MáŠtítek|Model" + +msgid "HasTagString::HasTagStringTag|Name" +msgstr "HasTagString::HasTagStringTag|Jméno" + +msgid "HasTagString::HasTagStringTag|Value" +msgstr "HasTagString::HasTagStringTag|Hodnota" + msgid "Hello! You can make Freedom of Information requests within {{country_name}} at {{link_to_website}}" msgstr "Dobrý den, můžete vznést dotaz v zemi {{country_name}} na stránkách {{link_to_website}}" @@ -981,7 +989,7 @@ msgid "Hi! We need your help. The person who made the following request\\n ha msgstr "Haló! Potřebujeme vaši pomoc. Osoba, která vznesla tento dotaz nám nesdělila, jestli byla zodpovězena úspěšně. Můžete si dotaz i odpověď přečíst a pomoci nám tak udržovat stránky přehledné? Děkujeme." msgid "Hide request" -msgstr "" +msgstr "Skrýt dotaz" msgid "Holiday" msgstr "Státní svátek" @@ -996,7 +1004,7 @@ msgid "Home" msgstr "Domů" msgid "Home page" -msgstr "" +msgstr "Domovská stránka" msgid "Home page of authority" msgstr "Domovská stránka instituce" @@ -1013,6 +1021,9 @@ msgstr "Žádám <strong>novou informaci</strong>" msgid "I am requesting an <strong>internal review</strong>" msgstr "Žádám <strong>o doplnění dotazu</strong>" +msgid "I am writing to request an internal review of {{public_body_name}}'s handling of my FOI request '{{info_request_title}}'." +msgstr "Rád bych požádal o přehodnocení přístupu {{public_body_name}} k vyřízení mé žádosti '{{info_request_title}}'." + msgid "I don't like these ones — give me some more!" msgstr "To se mi nelíbí — nabídněte nějaké další!" @@ -1049,16 +1060,16 @@ msgid "I've received an <strong>error message</strong>" msgstr "Obdržel jsem <strong>chybovou zprávu</strong>" msgid "I've received an error message" -msgstr "" +msgstr "Obdržel/a jsem chybovou zprávu" msgid "Id" -msgstr "" +msgstr "ID" -msgid "If the address is wrong, or you know a better address, please <a href=\"%s\">contact us</a>." -msgstr "Pokud je adresa nesprávná, nebo víte o lepší adrese, prosíme <a href=\"%s\">kontaktujte nás</a>." +msgid "If the address is wrong, or you know a better address, please <a href=\"{{url}}\">contact us</a>." +msgstr "Pokud je adresa nesprávná, nebo víte o lepší adrese, prosíme <a href=\"{{url}}\">kontaktujte nás</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 "Pokud zpráva nebyla doručena a podaří se vám vyhledat správnou e-mailovou adresu dané instituce, prosím napište nám ji. " 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 "" @@ -1066,19 +1077,19 @@ msgstr "" "na tento dotaz, nebo napsat uživateli {{user}} něco jiného, prosíme\n" "využijte adresu {{contact_email}}." -msgid "If you are dissatisfied by the response you got from\\n the public authority, you have the right to\\n complain (<a href=\"%s\">details</a>)." -msgstr "Pokud nejste spokojeni s odpovědí, kterou jste obdrželi od instituce, máte právo podat stížnost (<a href=\"%s\">detaily</a>)." +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 "Pokud nejste spokojeni s odpovědí, kterou jste obdrželi od instituce, máte právo podat stížnost (<a href=\"{{url}}\">detaily</a>)." -msgid "If you are still having trouble, please <a href=\"%s\">contact us</a>." -msgstr "Pokud máte stále problémy <a href=\"%s\">kontaktujte nás</a>." +msgid "If you are still having trouble, please <a href=\"{{url}}\">contact us</a>." +msgstr "Pokud máte stále problémy <a href=\"{{url}}\">kontaktujte nás</a>." -msgid "If you are the requester, then you may <a href=\"%s\">sign in</a> to view the request." -msgstr "Pokud jste tazatel, můžete se <a href=\"%s\">přihlásit</a> a podívat se na svůj dotaz." +msgid "If you are the requester, then you may <a href=\"{{url}}\">sign in</a> to view the request." +msgstr "Pokud jste tazatel, můžete se <a href=\"{{url}}\">přihlásit</a> a podívat se na svůj dotaz." -msgid "If you are thinking of using a pseudonym,\\n please <a href=\"%s\">read this first</a>." +msgid "If you are thinking of using a pseudonym,\\n please <a href=\"{{url}}\">read this first</a>." msgstr "" "Pokud chcete používat přezdívku\n" -"please <a href=\"%s\">nejdříve si přečtěte toto</a>." +"please <a href=\"{{url}}\">nejdříve si přečtěte toto</a>." msgid "If you are {{user_link}}, please" msgstr "Pokud jste {{user_link}}, prosíme" @@ -1126,7 +1137,7 @@ msgstr "" "pravděpodobně je nějaký problém s naším serverem." msgid "Incoming email address" -msgstr "" +msgstr "Adresa pro příchozí e-maily" msgid "Incoming message" msgstr "Příchozí zpráva" @@ -1246,7 +1257,7 @@ msgid "Items matching the following conditions are currently displayed on your w msgstr "Témata týkající se následujících kritérií jsou zobrazeny na vaší nástěnce." msgid "Items sent in last month" -msgstr "" +msgstr "Odesláno poslední měsíc" msgid "Joined in" msgstr "Zapojen v" @@ -1255,10 +1266,10 @@ msgid "Joined {{site_name}} in" msgstr "Registrován/a na stránkách {{site_name}} od" msgid "Just one more thing" -msgstr "" +msgstr "Popište stručně co se stalo" -msgid "Keep it <strong>focused</strong>, you'll be more likely to get what you want (<a href=\"%s\">why?</a>)." -msgstr "Snažte se svůj dotaz vyjádřit <strong>jasně a jednoduše</strong>, zvýší se tak vaše šance, že se dozvíte, co potřebujete (<a href=\"%s\">proč?</a>)." +msgid "Keep it <strong>focused</strong>, you'll be more likely to get what you want (<a href=\"{{url}}\">why?</a>)." +msgstr "Snažte se svůj dotaz vyjádřit <strong>jasně a jednoduše</strong>, zvýší se tak vaše šance, že se dozvíte, co potřebujete (<a href=\"{{url}}\">proč?</a>)." msgid "Keywords" msgstr "Klíčová slova" @@ -1278,25 +1289,25 @@ msgid "Link to this" msgstr "Odkaz" msgid "List all" -msgstr "" +msgstr "Vypsat vše" msgid "List of all authorities (CSV)" msgstr "Vytvořit seznam všech institucí (CSV)" msgid "Listing FOI requests" -msgstr "" +msgstr "Výpis dotazů" msgid "Listing public authorities" -msgstr "" +msgstr "Výpis institucí" msgid "Listing public authorities matching '{{query}}'" -msgstr "" +msgstr "Výpis institucí odpovídajících zadanému vyhledávání '{{query}}'" msgid "Listing tracks" -msgstr "" +msgstr "Generování seznamu" msgid "Listing users" -msgstr "" +msgstr "Výpis uživatelů" msgid "Log in to download a zip file of {{info_request_title}}" msgstr "Přihlaste se ke stažení komprimovaného souboru {{info_request_title}}" @@ -1328,12 +1339,6 @@ msgstr "MailServerLog|Řádek" msgid "MailServerLog|Order" msgstr "MailServerLog|Příkaz" -msgid "Make a new <strong>Environmental Information</strong> request" -msgstr "Vzneste dotaz týkající se <strong>životního prostředí</strong> " - -msgid "Make a new <strong>Freedom of Information</strong> request to {{public_body}}" -msgstr "Vzneste dotaz <strong>podle zákona o svobodném přístupu k informacím</strong> na instituci {{public_body}}" - msgid "Make a new<br/>\\n <strong>Freedom <span>of</span><br/>\\n Information<br/>\\n request</strong>" msgstr "" "Vzneste nový <br/>\n" @@ -1344,6 +1349,9 @@ msgstr "" msgid "Make a request" msgstr "Vzneste dotaz" +msgid "Make a request to this authority" +msgstr "Vzneste žádost na tuto instituci" + msgid "Make an {{law_used_short}} request to '{{public_body_name}}'" msgstr "Vzneste {{law_used_short}} dotaz na '{{public_body_name}}'" @@ -1381,7 +1389,7 @@ msgid "My profile" msgstr "Můj profil" msgid "My request has been <strong>refused</strong>" -msgstr "Zopodvězení mého dotazu bylo <strong>zadmítnuto</strong>" +msgstr "Zodpovězení mého dotazu bylo <strong>zamítnuto</strong>" msgid "My requests" msgstr "Moje dotazy" @@ -1399,7 +1407,7 @@ msgid "New Freedom of Information requests" msgstr "Nové dotazy " msgid "New censor rule" -msgstr "" +msgstr "Nové pravidlo " msgid "New e-mail:" msgstr "Nový e-mail:" @@ -1447,7 +1455,7 @@ msgid "No similar requests found." msgstr "Žádné podobné dotazy nebyly nalezeny. " msgid "No tracked things found." -msgstr "" +msgstr "Nic nebylo nalezeno." msgid "Nobody has made any Freedom of Information requests to {{public_body_name}} using this site yet." msgstr "Ještě nikdo na {{public_body_name}} dotaz v rámci stránek Informace pro všechny nevznesl. " @@ -1459,7 +1467,7 @@ msgid "None made." msgstr "Nic tu není" msgid "Not a valid FOI request" -msgstr "" +msgstr "Neplatné vznesení dotazu" 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}}." @@ -1507,7 +1515,7 @@ msgid "One public authority found" msgstr "Nalezena jedna instituce" 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 "Vložte pouze zkratky, které jsou opravdu používány, nebo nevyplňujte. Krátké nebo dlouhé jméno se používá v URL - nemusíte se obávat porušení pravidel pojmenovávání URL, bude použito přesměrování" msgid "Only requests made using {{site_name}} are shown." msgstr "Zobrazí se pouze dotazy vznesené prostřednictvím stránek {{site_name}}" @@ -1581,8 +1589,8 @@ msgstr "Hrajte hru na kategorizaci dotazů!" msgid "Please" msgstr "Prosíme" -msgid "Please <a href=\"%s\">get in touch</a> with us so we can fix it." -msgstr "Prosíme <a href=\"%s\">kontaktujte nás</a> abychom to mohli upravit." +msgid "Please <a href=\"{{url}}\">get in touch</a> with us so we can fix it." +msgstr "Prosíme <a href=\"{{url}}\">kontaktujte nás</a> abychom to mohli upravit." msgid "Please <strong>answer the question above</strong> so we know whether the " msgstr "<strong>Zodpovězte výše položenou otázku</strong> abychom věděli, zda" @@ -1604,6 +1612,9 @@ msgstr "Prosíme zkontrolujte, zda URL (tedy ten dlouhý kód složený z písme msgid "Please choose a file containing your photo." msgstr "Vyberte soubor se svým obrázkem. " +msgid "Please choose a reason" +msgstr "Prosím vyberte důvod" + msgid "Please choose what sort of reply you are making." msgstr "Vyberte typ odpovědi. " @@ -1638,7 +1649,7 @@ msgid "Please enter a subject" msgstr "Vložte předmět zprávy. " msgid "Please enter a summary of your request" -msgstr "Vložte shrnutí vašeho dotazu. " +msgstr "Vložte předmět dotazu. " msgid "Please enter a valid email address" msgstr "Vložte platnou e-mailovou adresu. " @@ -1683,18 +1694,21 @@ msgid "Please keep it shorter than 500 characters" msgstr "Váš text musí být kratší než 500 znaků." msgid "Please keep the summary short, like in the subject of an email. You can use a phrase, rather than a full sentence." -msgstr "Zkraťte shrnutí, podobně jako v předmětu e-mailové zprávy. Můžete použít několik klíčových slov spíše než celou větu. " +msgstr "Předmět dotazu musí být krátký, podobně jako v předmětu e-mailové zprávy. Použijte například několik klíčových slov spíše než celou větu. " 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 "Požádejte o informace, které jsou uvedeny v těchto kategoriích, <strong>neplýtvejte svým časem</strong> nebo časem lidí v institucích dotazy na nesouvisející informace." +msgid "Please pass this on to the person who conducts Freedom of Information reviews." +msgstr "Prosím předejte to poradenskému týmu v Otevřete, posoudí postup ve Vašem případě." + msgid "Please select each of these requests in turn, and <strong>let everyone know</strong>\\nif they are successful yet or not." msgstr "" "Vyberte každý dotaz jednotlivě, a <strong>dejte ostatním vědět</strong>\n" "jestli byl úspěšně zodpovězen, nebo ne." -msgid "Please sign at the bottom with your name, or alter the \"%{signoff}\" signature" -msgstr "Podepište se na konci dopisu svým jménem, nebo změňte \"%{signoff}\" podpis. " +msgid "Please sign at the bottom with your name, or alter the \"{{signoff}}\" signature" +msgstr "Podepište se na konci dopisu svým jménem, nebo změňte \"{{signoff}}\" podpis. " msgid "Please sign in as " msgstr "Přihlašte se jako" @@ -1709,10 +1723,10 @@ msgid "Please use this email address for all replies to this request:" msgstr "Prosíme používejte tuto e-mailovou adresu pro všechny odpovědi na tento dotaz:" msgid "Please write a summary with some text in it" -msgstr "Napište text do shrnutí. " +msgstr "Napište text do předmětu zprávy." msgid "Please write the summary using a mixture of capital and lower case letters. This makes it easier for others to read." -msgstr "Ve shrnutí je třeba použít text s malými i velkými písmeny. Bude se tak lépe číst i ostatním. " +msgstr "Ve předmětu zprávy je třeba použít text s malými i velkými písmeny. Bude se tak lépe číst i ostatním. " msgid "Please write your annotation using a mixture of capital and lower case letters. This makes it easier for others to read." msgstr "V poznámce je třeba použít text s malými i velkými písmeny. Bude se tak lépe číst i ostatním. " @@ -1796,49 +1810,19 @@ msgid "Public authorities {{start_count}} to {{end_count}} of {{total_count}}" msgstr "Instituce od {{start_count}} do {{end_count}} z {{total_count}}" msgid "Public authority – {{name}}" -msgstr "" +msgstr "Veřejná instituce – {{name}}" msgid "Public body" msgstr "Instituce" -msgid "Public body/translation" -msgstr "PublicBody | Verze ??" - msgid "Public notes" -msgstr "" +msgstr "Poznámka (viditelná pro všechny)" msgid "Public page" -msgstr "" +msgstr "Stránka (viditelná pro všechny)" msgid "Public page not available" -msgstr "" - -msgid "PublicBody::Translation|Disclosure log" -msgstr "PublicBody::Translation|Disclosure log" - -msgid "PublicBody::Translation|First letter" -msgstr "PublicBody | Začáteční písmeno" - -msgid "PublicBody::Translation|Locale" -msgstr "PublicBody | Lokální ??" - -msgid "PublicBody::Translation|Name" -msgstr "PublicBody | Název" - -msgid "PublicBody::Translation|Notes" -msgstr "PublicBody | Poznámka" - -msgid "PublicBody::Translation|Publication scheme" -msgstr "PublicBody | Publikační schéma ??" - -msgid "PublicBody::Translation|Request email" -msgstr "PublicBody::Translation|Zadejte e-mail ??" - -msgid "PublicBody::Translation|Short name" -msgstr "PublicBody::Translation|Krátké jméno ??" - -msgid "PublicBody::Translation|Url name" -msgstr "PublicBody::Translation|Název URL" +msgstr "Stránku nelze načíst" msgid "PublicBody|Api key" msgstr "PublicBody | Název ??" @@ -1886,7 +1870,7 @@ msgid "Publication scheme" msgstr "Systém publikování" msgid "Publication scheme URL" -msgstr "" +msgstr "Schéma publikací URL" msgid "Purge request" msgstr "Vyčistit formulář dotazu" @@ -1935,6 +1919,9 @@ msgstr "Nahlásit zneužití" msgid "Report an offensive or unsuitable request" msgstr "Nahlásit nevhodný obsah dotazu" +msgid "Report request" +msgstr "Nahlásit tento dotaz" + msgid "Report this request" msgstr "Nahlásit tento dotaz" @@ -1948,7 +1935,7 @@ msgid "Request an internal review from {{person_or_body}}" msgstr "Požádat o doplnění dotazu od instituce či jmenovitě jejím pracovníkem {{person_or_body}}" msgid "Request email" -msgstr "" +msgstr "E-mailová adresa dotazu" msgid "Request has been removed" msgstr "Dotaz byl odstraněn" @@ -2043,17 +2030,17 @@ msgstr "Výsledky vyhledávání" msgid "Search the site to find what you were looking for." msgstr "Najděte, co hledáte" -msgid "Search within the %d Freedom of Information requests to %s" -msgid_plural "Search within the %d Freedom of Information requests made to %s" -msgstr[0] "Prohlížet %d dotaz vznesený na %s" -msgstr[1] "Prohlížet %d dotazy vznesené na %s" -msgstr[2] "Prohlížet %d dotazů vznesené na %s" +msgid "Search within the {{count}} Freedom of Information requests to {{public_body_name}}" +msgid_plural "Search within the {{count}} Freedom of Information requests made to {{public_body_name}}" +msgstr[0] "Prohlížet {{count}} dotaz vznesený na {{public_body_name}}" +msgstr[1] "Prohlížet {{count}} dotazy vznesené na {{public_body_name}}" +msgstr[2] "Prohlížet {{count}} dotazů vznesené na {{public_body_name}}" msgid "Search your contributions" msgstr "Prohledávat vlastní příspěvky" msgid "See bounce message" -msgstr "" +msgstr "Prohlédněte si odmítnutou zprávu" msgid "Select one to see more information about the authority." msgstr "Vyberte jednu instituci pro zobrazení podrobnějších informací" @@ -2089,7 +2076,7 @@ msgid "Set your profile photo" msgstr "Nastavte své profilové foto" msgid "Short name" -msgstr "" +msgstr "Krátké jméno" msgid "Short name is already taken" msgstr "Krátké jméno je již obsazeno." @@ -2162,9 +2149,6 @@ msgstr "Pardon, tuto stránku se nepodařilo najít." msgid "Special note for this authority!" msgstr "Speciální poznámka k této instituci!" -msgid "Start" -msgstr "Začít zde" - msgid "Start now »" msgstr "Začněte zde »" @@ -2190,7 +2174,7 @@ msgid "Submit status" msgstr "Odešlete status" msgid "Submit status and send message" -msgstr "" +msgstr "Odeslat" msgid "Subscribe to blog" msgstr "Sledujte náš blog" @@ -2205,7 +2189,7 @@ msgid "Suggest how the requester can find the <strong>rest of the information</s msgstr "Doporučte, jak tazatel může najít <strong>úplné informace</strong>." msgid "Summary:" -msgstr "Shrnutí:" +msgstr "Předmět:" msgid "Table of statuses" msgstr "Tabulka stavů" @@ -2214,7 +2198,7 @@ msgid "Table of varieties" msgstr "Tabulka možností" msgid "Tags" -msgstr "" +msgstr "Tagy" msgid "Tags (separated by a space):" msgstr "Tagy (oddělené mezerou):" @@ -2244,7 +2228,7 @@ msgid "Thank you for updating your profile photo" msgstr "Děkujeme vám za aktualizaci svého profilového fota" msgid "Thank you! We'll look into what happened and try and fix it up." -msgstr "" +msgstr "Děkujeme! Zjistíme co se stalo a zkusíme to spravit. " 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 "" @@ -2327,23 +2311,23 @@ msgstr "Dotaz byl <strong>úspěšný</strong>." msgid "The request was refused by the public authority" msgstr "Dotaz byl institucí zamítnut" -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=\"%s\">contact us</a> if you have any questions." +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 "" "Dotaz, který jste si chtěli přečíst, byl odstraněn. Existují\n" "různé důvody, proč se tak stalo a omlouváme se, že je zde \n" "nemůžeme vysvětlit. \n" "Prosíme <a⏎\n" -" href=\"%s\">kontaktujte nás,</a> pokud máte nějaké otázky." +" href=\"{{url}}\">kontaktujte nás,</a> pokud máte nějaké otázky." msgid "The requester has abandoned this request for some reason" msgstr "Tazatel z nějakého důvodu tento dotaz opustil ??" -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" +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 "" "Odpověď na váš dotaz má <strong>zpoždění</strong>. Můžete napsat, že podle zákona by instituce měla odpovědět nejpozději\n" " <strong>do 15 dnů</strong> a " -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" +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 "Odpověď na váš dotaz<strong>má velké zpoždění</strong>. Můžete napsat, že podle zákona by měl být bez výhrad již dávno zodpovězen," msgid "The search index is currently offline, so we can't show the Freedom of Information requests that have been made to this authority." @@ -2352,6 +2336,9 @@ msgstr "Vyhledávací rejstřík je nyní mimo provoz, nemůžeme vám proto uk msgid "The search index is currently offline, so we can't show the Freedom of Information requests this person has made." msgstr "Došlo ke krátkému výpadku vyhledávání, nemůžeme proto zobrazit dotazy, které tato osoba vznesla. Omlouváme se." +msgid "The {{site_name}} team." +msgstr "Tým Informace pro všechny" + msgid "Then you can cancel the alert." msgstr "Pak můžete upozornění zrušit." @@ -2427,18 +2414,18 @@ msgstr "Vaše anotace pro {{info_request_title}} bude odeslána." msgid "There are {{count}} new annotations on your {{info_request}} request. Follow this link to see what they wrote." msgstr "Jsou tu {{count}} nové anotace, vztahující se ka vašemu dotazu. Pro jejich přečtení použijte tento odkaz." -msgid "There is %d person following this request" -msgid_plural "There are %d people following this request" -msgstr[0] " %d člověk sleduje tento dotaz" -msgstr[1] " %d lidé sledují tento dotaz" -msgstr[2] "%d lidí sleduje tento dotaz" - 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 "Již existuje <strong>více než jedna další osoba</strong> která se zaregistrovala na těchto stránkách pod stejným jménem.⏎ Zvolte tedy prosím jiné uživatelské jméno než je:" 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 "Počet dotazů za jeden den je limitován. Nechceme, aby byly instituce bombardovány velkým množstvím nerelevantních dotazů. Pokud máte dobrý důvod, proč by měl být váš limit navýšen, prosíme<a href='{{help_contact_path}}'>kontaktujte nás</a>." +msgid "There is {{count}} person following this request" +msgid_plural "There are {{count}} people following this request" +msgstr[0] " {{count}} člověk sleduje tento dotaz" +msgstr[1] " {{count}} lidé sledují tento dotaz" +msgstr[2] "{{count}} lidí sleduje tento dotaz" + msgid "There was a <strong>delivery error</strong> or similar, which needs fixing by the {{site_name}} team." msgstr "Vyskytla se <strong>chyba při doručení</strong> nebo něco podobného, co potřebuje pozornost týmu stránek {{site_name}}." @@ -2477,10 +2464,10 @@ msgstr "Sledujete:" msgid "This authority no longer exists, so you cannot make a request to it." msgstr "Tato instituce již neexistuje, nelze na ni proto vznést dotaz. " -msgid "This comment has been hidden. See annotations to\\n find out why. If you are the requester, then you may <a href=\"%s\">sign in</a> to view the response." +msgid "This comment has been hidden. See annotations to\\n find out why. If you are the requester, then you may <a href=\"{{url}}\">sign in</a> to view the response." msgstr "" "Tento komentář byl skryt. Podívejte se na vysvětlení.\n" -"Pokud jste tazatel, můžete se <a href=\"%s\">přihlásit</a> k prohlížení odpovědi." +"Pokud jste tazatel, můžete se <a href=\"{{url}}\">přihlásit</a> k prohlížení odpovědi." msgid "This covers a very wide spectrum of information about the state of\\n the <strong>natural and built environment</strong>, such as:" msgstr "" @@ -2500,15 +2487,15 @@ msgid "This is because {{title}} is an old request that has been\\nmarked to no msgstr "Důvodem je, že dotaz s názvem {{title}} je staršího data a byl uzavřen, tudíž, na něj již nelze odpovědět." msgid "This is the first version." -msgstr "" +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 outgoing message has been hidden. See annotations to\\n\t\t\t\t\t\tfind out why. If you are the requester, then you may <a href=\"%s\">sign in</a> to view the response." +msgid "This outgoing message has been hidden. See annotations to\\n\t\t\t\t\t\tfind out why. If you are the requester, then you may <a href=\"{{url}}\">sign in</a> to view the response." msgstr "" "Tato odchozí zpráva byla skryta. Podívejte se na vysvětlení.\n" -"Pokud jste tazatel, můžete se <a href=\"%s\">přihlásit</a> k prohlížení odpovědi." +"Pokud jste tazatel, můžete se <a href=\"{{url}}\">přihlásit</a> k prohlížení odpovědi." msgid "This particular request is finished:" msgstr "Tento dotaz je ukončen:" @@ -2516,21 +2503,21 @@ msgstr "Tento dotaz je ukončen:" msgid "This person has made no Freedom of Information requests using this site." msgstr "Tento uživatel na těchto stránkách vznesl dotaz podle zákona o svobodném přístupu k informacím." -msgid "This person's %d Freedom of Information request" -msgid_plural "This person's %d Freedom of Information requests" -msgstr[0] " %d dotaz od tohoto uživatele" -msgstr[1] "%d dotazy od tohoto uživatele" -msgstr[2] "%d dotazů od tohoto uživatele" - -msgid "This person's %d annotation" -msgid_plural "This person's %d annotations" -msgstr[0] "Poznámka %d uživatele" -msgstr[1] "Poznámka %d uživatele" -msgstr[2] "Poznámka %d uživatele" - msgid "This person's annotations" msgstr "Poznámka této osoby" +msgid "This person's {{count}} Freedom of Information request" +msgid_plural "This person's {{count}} Freedom of Information requests" +msgstr[0] " {{count}} dotaz od tohoto uživatele" +msgstr[1] "{{count}} dotazy od tohoto uživatele" +msgstr[2] "{{count}} dotazů od tohoto uživatele" + +msgid "This person's {{count}} annotation" +msgid_plural "This person's {{count}} annotations" +msgstr[0] "Poznámka {{count}} uživatele" +msgstr[1] "Poznámka {{count}} uživatele" +msgstr[2] "Poznámka {{count}} uživatele" + msgid "This request <strong>requires administrator attention</strong>" msgstr "Tento dotaz <strong>vyžaduje pozornost administrátora</strong>" @@ -2554,8 +2541,8 @@ msgstr "" "Dotaz byl <strong>stažen</strong> tazatelem. \n" "Bližší vysvětlení můžete najít v níže uvedené korespondenci." -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=\"%s\">contact us</a>." -msgstr "Tento dotaz byl označen administrátory ke kontrole. Pokud si myslíte, že by měl být skryt, <a href=\"%s\">kontaktujte nás</a>." +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 "Tento dotaz byl označen administrátory ke kontrole. Pokud si myslíte, že by měl být skryt, <a href=\"{{url}}\">kontaktujte nás</a>." msgid "This request has been reported for administrator attention" msgstr "Odesláno administrátorovi" @@ -2569,24 +2556,24 @@ msgstr "S dotazem byla provedena neznámá operace, která <strong>vyžaduje poz msgid "This request has prominence 'hidden'. You can only see it because you are logged\\n in as a super user." msgstr "Tento dotaz má status \"skrytý\". Můžete jej vidět jenom proto, že jste zalogován/a jako \"super user\". " -msgid "This request is hidden, so that only you the requester can see it. Please\\n <a href=\"%s\">contact us</a> if you are not sure why." +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 "" "Tento dotaz je nyní skrytý, a může jej vidět pouze tazatel. Prosíme\n" -"<a href=\"%s\">kontaktujte nás,</a> pokud si nejste jisti proč ji nevidíte." +"<a href=\"{{url}}\">kontaktujte nás,</a> pokud si nejste jisti proč ji nevidíte." msgid "This request is still in progress:" msgstr "Tento dotaz je stále aktivní:" msgid "This request requires administrator attention" -msgstr "" +msgstr "Tento dotaz vyžaduje pozornost administrátora" msgid "This request was not made via {{site_name}}" msgstr "Tento dotaz nebyl vznesen pomocí stránek {{site_name}}" -msgid "This response has been hidden. See annotations to find out why.\\n If you are the requester, then you may <a href=\"%s\">sign in</a> to view the response." +msgid "This response has been hidden. See annotations to find out why.\\n If you are the requester, then you may <a href=\"{{url}}\">sign in</a> to view the response." msgstr "" "Tato odpověď byla skryta. Podívejte se na vysvětlení. \n" -"Pokud jste tazatel, můžete se <a href=\"%s\">přihlásit</a> k prohlížení odpovědi." +"Pokud jste tazatel, můžete se <a href=\"{{url}}\">přihlásit</a> k prohlížení odpovědi." 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 "Tato tabulka ukazuje technické detaily související s tímto dotazem vzneseným na stránkách {{site_name}}. Tento přehled lze použít k analýze rychlosti, s jakou instituce odpovídají na dotazy, počtu dotazů, které byly zodpovězeny poštou atd. " @@ -2661,8 +2648,8 @@ msgstr "Vložit anotaci" msgid "To reply to " msgstr "Odpovědět " -msgid "To report this FOI request" -msgstr "Nahlásit tento dotaz" +msgid "To report this request" +msgstr "Pro nahlášení tohoto dotazu" msgid "To send a follow up message to " msgstr "Poslat další odpověď" @@ -2748,11 +2735,11 @@ msgstr "Neočekávané výsledky vyhledávání" msgid "Unexpected search result type " msgstr "Neočekávané výsledky vyhledávání " -msgid "Unfortunately we don't know the FOI\\nemail address for that authority, so we can't validate this.\\nPlease <a href=\"%s\">contact us</a> to sort it out." +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 "" "Bohužel nemáme e-mailovou adresu této instituce\n" "pro vznášení dotazů, proto tento údaj nemůžeme ověřit.\n" -"Prosíme <a href=\"%s\">kontaktujte nás</a> abychom to vyřešili." +"Prosíme <a href=\"{{url}}\">kontaktujte nás</a> abychom to vyřešili." 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}}" @@ -2788,7 +2775,7 @@ msgid "User info request sent alert" msgstr "User info request sent alert ??" msgid "User – {{name}}" -msgstr "" +msgstr "Uživatel – {{name}}" msgid "UserInfoRequestSentAlert|Alert type" msgstr "UserInfoRequestSentAlert| Typ upozornění" @@ -2845,7 +2832,7 @@ msgid "User|Url name" msgstr "User | Název URL" msgid "Version {{version}}" -msgstr "" +msgstr "Version {{version}}" msgid "View FOI email address" msgstr "Zobrazit e-mailovou adresu Informace pro všechny (????)" @@ -2875,7 +2862,7 @@ msgid "Waiting clarification." msgstr "Čeká se na vysvětlení. " msgid "Waiting for an <strong>internal review</strong> by {{public_body_link}} of their handling of this request." -msgstr "Stále <strong>čekám</strong> na doplnění dotazu institucí či jmenovitě jejím pracovníkem {{person_or_body}}." +msgstr "Stále <strong>čekám</strong> na doplnění dotazu institucí či jmenovitě jejím pracovníkem {{public_body_link}}." msgid "Waiting for the public authority to complete an internal review of their handling of the request" msgstr "Čekám, až instituce doplní požadované informace k mému dotazu" @@ -2886,6 +2873,12 @@ msgstr "Čeká se na odpověď instituce" msgid "Was the response you got to your FOI request any good?" msgstr "Byla odpověď na váš dotaz kompletní a v pořádku?" +msgid "We consider it is not a valid FOI request, and have therefore hidden it from other users." +msgstr "Považujeme tuto žádost za neplatnou a proto zůstává ostatním uživatelům skryta." + +msgid "We consider it to be vexatious, and have therefore hidden it from other users." +msgstr "Považujeme tuto zprávu za nevhodnou, proto je ostatním uživatelům skryta." + msgid "We do not have a working request email address for this authority." msgstr "Nemáme funkční e-mailovou adresu pro tuto instituci." @@ -2899,10 +2892,10 @@ msgstr "" " –\n" "\tpokud jste {{user_link}} prosíme <a href=\"{{url}}\">přihlašte se</a> a upravte stav dotazu." -msgid "We will not reveal your email address to anybody unless you or\\n the law tell us to (<a href=\"%s\">details</a>). " +msgid "We will not reveal your email address to anybody unless you or\\n the law tell us to (<a href=\"{{url}}\">details</a>). " msgstr "" "Vaši e-mailovou adresu nikomu nepředáme, pokud o to nebudeme\n" -"ze zákonem daných důvodů požádáni. (<a href=\"%s\">podrobnosti</a>). " +"ze zákonem daných důvodů požádáni. (<a href=\"{{url}}\">podrobnosti</a>). " msgid "We will not reveal your email address to anybody unless you\\nor the law tell us to." msgstr "" @@ -2952,8 +2945,8 @@ msgstr "" "Pokud obdržíte písemnou odpověď, prosíme shrňte\n" " pro ostatní, co se v odpovědi říká:" -msgid "When you're done, <strong>come back here</strong>, <a href=\"%s\">reload this page</a> and file your new request." -msgstr "Až budete hotovi, <strong>vraťte se sem</strong>, <a href=\"%s\">obnovte stránku</a> a vzneste nový dotaz." +msgid "When you're done, <strong>come back here</strong>, <a href=\"{{url}}\">reload this page</a> and file your new request." +msgstr "Až budete hotovi, <strong>vraťte se sem</strong>, <a href=\"{{url}}\">obnovte stránku</a> a vzneste nový dotaz." msgid "Which of these is happening?" msgstr "Vyberte nejvhodnější popis z následujících možností." @@ -3062,11 +3055,11 @@ msgstr "Víte, co způsobilo chybu a můžete <strong>navrhnout řešení</stron 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 "Můžete <strong>přiložit dokumenty</strong>. POkud je vaše příloha⏎ příliš velká pro poslání e-mailem, použíjte formulář níže." -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=\"%s\">send it to us</a>." +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 "" "Možná se vám podaří\n" " najít adresu na jejich stránkách, nebo jim zavolejte a zeptejte se. Pokud uspějete,\n" -" prosíme <a href=\"%s\">pošlete nám ji</a>." +" prosíme <a href=\"{{url}}\">pošlete nám ji</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 "" @@ -3086,6 +3079,9 @@ msgstr "Vymazání profilového fota je možné provést po přihlášení." msgid "You need to be logged in to edit your profile." msgstr "Musíte být zaregistrován/a, abyste mohl/a editovat svůj profil." +msgid "You need to be logged in to report a request for administrator attention" +msgstr "Upozornit adminstrátora můžete jako přihlášený uživatel" + msgid "You previously submitted that exact follow up message for this request." msgstr "V minulosti jste již vložili úplně stejnou zprávu týkající se tohoto dotazu. " @@ -3112,6 +3108,9 @@ msgstr "" "Odpověď na váš dotaz obdržíte, pouze pokud odpovíte \n" "bližším vysvětlením." +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 "Náhled Vám bude po přihlášení stále k dispozici. Prosím odpovězte na tento mail pokud k tomu máte nějaký další komentář. " + msgid "You're in. <a href=\"#\" id=\"send-request\">Continue sending your request</a>" msgstr "Odesláno. <a href=\"#\" id=\"send-request\"> Můžete vznést další dotaz.</a>" @@ -3124,25 +3123,13 @@ msgstr "Nesledujete žádný vznesený dotaz." msgid "You've now cleared your profile photo" msgstr "Vaše profilové foto bylo vymazáno. " -msgid "Your %d Freedom of Information request" -msgid_plural "Your %d Freedom of Information requests" -msgstr[0] "Váš %d dotaz" -msgstr[1] "Vaše %d dotazy" -msgstr[2] "Vašich %d dotazů" - -msgid "Your %d annotation" -msgid_plural "Your %d annotations" -msgstr[0] "Váš %d poznámka" -msgstr[1] "Vaše %d poznámky" -msgstr[2] "Vašich %d poznámek" - -msgid "Your <strong>name will appear publicly</strong> \\n (<a href=\"%s\">why?</a>)\\n on this website and in search engines. If you\\n are thinking of using a pseudonym, please \\n <a href=\"%s\">read this first</a>." +msgid "Your <strong>name will appear publicly</strong>\\n (<a href=\"{{why_url}}\">why?</a>)\\n on this website and in search engines. If you\\n are thinking of using a pseudonym, please\\n <a href=\"{{help_url}}\">read this first</a>." msgstr "" "Vaše<strong> jméno bude uveřejněno</strong> \n" -" (<a href=\"%s\">proč?</a>)\n" +" (<a href=\"{{why_url}}\">proč?</a>)\n" " na těchto stránkách a ve vyhledávačích. Pokud\n" " chcete použít přezdívku, prosíme, \n" -" <a href=\"%s\">přečtěte si nejdříve toto</a>." +" <a href=\"{{help_url}}\">přečtěte si nejdříve toto</a>." msgid "Your annotations" msgstr "Vaše poznámky" @@ -3153,8 +3140,8 @@ msgstr "Nikomu jsme nepředali vaše osobní údaje, včetně vaší emailové a msgid "Your e-mail:" msgstr "Váš e-mail:" -msgid "Your follow up has not been sent because this request has been stopped to prevent spam. Please <a href=\"%s\">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=\"%s\">kontaktujte nás</a> pokud svou zprávu chcete odeslat. " +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. " msgid "Your follow up message has been sent on its way." msgstr "Zpráva s vaší odpovědí byla odeslána. " @@ -3177,10 +3164,10 @@ msgstr "Vaše zpráva se objeví <strong>ve vyhledávačích</strong>" msgid "Your name and annotation will appear in <strong>search engines</strong>." msgstr "Vaše jméno a komentář se objeví <strong>ve vyhledávačích</strong>." -msgid "Your name, request and any responses will appear in <strong>search engines</strong>\\n (<a href=\"%s\">details</a>)." +msgid "Your name, request and any responses will appear in <strong>search engines</strong>\\n (<a href=\"{{url}}\">details</a>)." msgstr "" "Vaše jméno, dotaz a všechny odpovědi budou zveřejněny \n" -" ve <strong>vyhledávačích</strong>(<a href=\"%s\">podrobnosti</a>)." +" ve <strong>vyhledávačích</strong>(<a href=\"{{url}}\">podrobnosti</a>)." msgid "Your name:" msgstr "Vaše jméno:" @@ -3197,6 +3184,12 @@ msgstr "Vaše heslo:" msgid "Your photo will be shown in public <strong>on the Internet</strong>,\\n wherever you do something on {{site_name}}." msgstr "<strong>Důležité upozornění:</strong> Vaše fotografie bude zveřejněna na stránkách Informace pro všechny pokaždé, kdy vznesete dotaz nebo přidáte komentář." +msgid "Your request '{{request}}' at {{url}} has been reviewed by moderators." +msgstr "Vaše žádost '{{request}}' v {{url}} byla upravena adminstrátorem." + +msgid "Your request on {{site_name}} hidden" +msgstr "Vaše žádost na stránkách {{site_name}} je skryta" + msgid "Your request was called {{info_request}}. Letting everyone know whether you got the information will help us keep tabs on" msgstr "Informace se týká vašeho dotazu {{info_request}}. Můžete všechny informovat, zda jste požadovanou informaci obdrželi a bude tak přehled o odpovědích této instituce" @@ -3206,12 +3199,24 @@ msgstr "Váš dotaz:" msgid "Your response to an FOI request was not delivered" msgstr "Vaše odpověď na dotaz nebyla doručena" -msgid "Your response will <strong>appear on the Internet</strong>, <a href=\"%s\">read why</a> and answers to other questions." -msgstr "Vaše odpověď <strong>bude uveřejněna na internetu</strong>, <a href=\"%s\">čtěte proč</a> spolu s historií konverzace." +msgid "Your response will <strong>appear on the Internet</strong>, <a href=\"{{url}}\">read why</a> and answers to other questions." +msgstr "Vaše odpověď <strong>bude uveřejněna na internetu</strong>, <a href=\"{{url}}\">čtěte proč</a> spolu s historií konverzace." msgid "Your thoughts on what the {{site_name}} <strong>administrators</strong> should do about the request." msgstr "Vaše doporučení co by <strong>administrátor</strong> stránek {{site_name}} měl udělat s tímto dotazem." +msgid "Your {{count}} Freedom of Information request" +msgid_plural "Your {{count}} Freedom of Information requests" +msgstr[0] "Váš {{count}} dotaz" +msgstr[1] "Vaše {{count}} dotazy" +msgstr[2] "Vašich {{count}} dotazů" + +msgid "Your {{count}} annotation" +msgid_plural "Your {{count}} annotations" +msgstr[0] "Váš {{count}} poznámka" +msgstr[1] "Vaše {{count}} poznámky" +msgstr[2] "Vašich {{count}} poznámek" + msgid "Your {{site_name}} email alert" msgstr "Upozornění ze stránek {{site_name}}" @@ -3221,6 +3226,9 @@ msgstr "S přátelským pozdravem," msgid "Yours sincerely," msgstr "S pozdravem," +msgid "Yours," +msgstr "S pozdravem," + msgid "[FOI #{{request}} email]" msgstr "[FOI #{{request}} e-mail] ??" @@ -3235,14 +3243,14 @@ msgstr "\\n\\n[ {{site_name}} Poznámka: výše uvedený text byl špatně kódo msgid "a one line summary of the information you are requesting, \\n\t\t\te.g." msgstr "" -"Shrnutí vašeho dotazu na jeden řádek.\n" +"stručný obsah vašeho dotazu na jeden řádek.\n" "Například:" msgid "admin" msgstr "admin" msgid "alaveteli_foi:The software that runs {{site_name}}" -msgstr "" +msgstr "alaveteli_foi: Software, na kterém běží {{site_name}}" msgid "all requests" msgstr "všechny dotazy" @@ -3278,7 +3286,7 @@ msgid "are long overdue." msgstr "– tato instituce výrazně překročila zákonem daný termín." msgid "at" -msgstr "" +msgstr "na" msgid "authorities" msgstr "instituce" @@ -3293,7 +3301,7 @@ msgid "between two dates" msgstr "mezi dvěma daty" msgid "but followupable" -msgstr "" +msgstr "ale " msgid "by" msgstr "od" @@ -3379,21 +3387,21 @@ msgid "messages from users" msgstr "zprávy od uživatelů" msgid "move..." -msgstr "" +msgstr "přesunout..." msgid "no later than" msgstr "nejpozději do" -msgid "no longer exists. If you are trying to make\\n 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=\"%s\">send it to us</a>." +msgid "no longer exists. If you are trying to make\\n 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 "" "již neexistuje. Pokud se pokoušíte\n" -" Ze stránky pro vznesení dotazu, pokuste se odpovědět na vybranou zprávu místo podávání obecné odpovědi. Pokud potřebujete poslat obecnou zprávu a znáte správný e-mail, na který to poslat, prosíme <a href=\"%s\">pošlete nám jej</a>." +" Ze stránky pro vznesení dotazu, pokuste se odpovědět na vybranou zprávu místo podávání obecné odpovědi. Pokud potřebujete poslat obecnou zprávu a znáte správný e-mail, na který to poslat, prosíme <a href=\"{{url}}\">pošlete nám jej</a>." msgid "normally" msgstr "to" msgid "not requestable due to: {{reason}}" -msgstr "" +msgstr "nelze žádat kvůli {{reason}}" msgid "please sign in as " msgstr "prosíme přihlašte se jako" @@ -3408,7 +3416,7 @@ msgid "requests which are {{list_of_statuses}}" msgstr "dotazy které jsou {{list_of_statuses}}" 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 "adminsitrátorovi. Podívejte se prosím na vznesený dotaz i odpověď. Až uděláte nezbytné kroky, odpovězte na tento e-mail a stručně je popište." +msgstr "administrátorovi. Podívejte se prosím na vznesený dotaz i odpověď. Až uděláte nezbytné kroky, odpovězte na tento e-mail a stručně je popište." msgid "send a follow up message" msgstr "poslat odpověď" @@ -3417,7 +3425,7 @@ msgid "sent to {{public_body_name}} by {{info_request_user}} on {{date}}." msgstr "posláno instituci {{public_body_name}} uživatelem {{info_request_user}} dne {{date}}." 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 "nastaveno <strong>jako prázdné </strong> (empty string) pokud nelze nalézt adresu; tyto e-maily jsou <strong>veřejné</strong> a kdokoliv je může vidět pomocí CAPTCHA" msgid "show quoted sections" msgstr "ukázat citované pasáže" @@ -3493,20 +3501,44 @@ msgstr "užitečná informace" msgid "users" msgstr "uživatelé" +msgid "what's that?" +msgstr "co je to?" + msgid "{{count}} FOI requests found" msgstr "nalezeno {{count}} dotazy / dotazů " +msgid "{{count}} Freedom of Information request to {{public_body_name}}" +msgid_plural "{{count}} Freedom of Information requests to {{public_body_name}}" +msgstr[0] "{{count}} dotaz vznesený podle zákona 106/1999 Sb. na instituci {{public_body_name}}" +msgstr[1] "{{count}} dotazy vznesené podle zákona 106/1999 Sb. na instituci {{public_body_name}}" +msgstr[2] "{{count}} dotazů vznesených podle zákona 106/1999 Sb. na instituci {{public_body_name}}" + +msgid "{{count}} person is following this authority" +msgid_plural "{{count}} people are following this authority" +msgstr[0] "{{count}} člověk sleduje tuto instituci" +msgstr[1] "{{count}} lidí sledují tuto instituci" +msgstr[2] "{{count}} lidí sleduje tuto instituci" + +msgid "{{count}} request" +msgid_plural "{{count}} requests" +msgstr[0] "{{count}} dotaz" +msgstr[1] "{{count}} dotazy" +msgstr[2] "{{count}} dotazů" + +msgid "{{count}} request made." +msgid_plural "{{count}} requests made." +msgstr[0] "{{count}} dotaz byl vznesen." +msgstr[1] "{{count}} dotazy byly vzneseny." +msgstr[2] "{{count}} dotazů bylo vzneseno." + 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}} již\n" -" vznesl stejný dotaz dne {{date}}. Můžete si <a href=\"{{existing_request}}\">tento dotaz</a> přečíst,\n" -" nebo vzneste podobný, ale podle svých potřeb upravený dotaz." +msgstr "{{existing_request_user}} již vznesl stejný dotaz dne {{date}}. Můžete si <a href=\"{{existing_request}}\">tento dotaz</a> přečíst, nebo vzneste podobný, ale podle svých potřeb upravený dotaz." msgid "{{info_request_user_name}} only:" msgstr "Pouze {{info_request_user_name}}:" msgid "{{law_used_full}} request - {{title}}" -msgstr "Dotaz o informace podle {{law_used_full}} - {{title}}" +msgstr "Žádost o informace podle {{law_used_full}} - {{title}}" msgid "{{law_used_full}} request GQ - {{title}}" msgstr "{{law_used_full}} žádejte GQ - {{title}} ??" @@ -3557,7 +3589,7 @@ msgid "{{site_name}} users have made {{number_of_requests}} requests, including: msgstr "Na stránkách {{site_name}} tazatelé podali {{number_of_requests}} dotazů, včetně:" msgid "{{thing_changed}} was changed from <code>{{from_value}}</code> to <code>{{to_value}}</code>" -msgstr "" +msgstr "{{thing_changed}} je změněno z <code>{{from_value}}</code> na <code>{{to_value}}</code>" msgid "{{title}} - a Freedom of Information request to {{public_body}}" msgstr "{{title}} - dotaz vznesený podle zákona 106/1999 Sb., o svobodném přístupu k informacím na instituci {{public_body}}" diff --git a/locale/cy/app.po b/locale/cy/app.po index 162dd5023..55ecd5061 100644 --- a/locale/cy/app.po +++ b/locale/cy/app.po @@ -3,18 +3,20 @@ # This file is distributed under the same license as the PACKAGE package. # # Translators: -# <alex@alexskene.com>, 2011-2012. -# <graham.craig@gmail.com>, 2013. -# <graham.craig@gmail.com>, 2013. -# <wyeboy@gmail.com>, 2013. +# skenaja <alex@alexskene.com>, 2011-2012 +# baragouiner <graham.craig@gmail.com>, 2013 +# baragouiner <graham.craig@gmail.com>, 2013 +# baragouiner <graham.craig@gmail.com>, 2013 +# PerryX <wyeboy@gmail.com>, 2013 +# PerryX <wyeboy@gmail.com>, 2013 msgid "" msgstr "" "Project-Id-Version: alaveteli\n" "Report-Msgid-Bugs-To: http://github.com/sebbacon/alaveteli/issues\n" -"POT-Creation-Date: 2013-03-14 14:02-0700\n" -"PO-Revision-Date: 2013-03-14 21:07+0000\n" +"POT-Creation-Date: 2013-06-24 09:40-0700\n" +"PO-Revision-Date: 2013-06-24 16:52+0000\n" "Last-Translator: louisecrow <louise@mysociety.org>\n" -"Language-Team: LANGUAGE <LL@li.org>\n" +"Language-Team: Welsh (http://www.transifex.com/projects/p/alaveteli/language/cy/)\n" "Language: cy\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -24,7 +26,7 @@ msgstr "" 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 "" -msgid " (<strong>no ranty</strong> politics, read our <a href=\"%s\">moderation policy</a>)" +msgid " (<strong>no ranty</strong> politics, read our <a href=\"{{url}}\">moderation policy</a>)" msgstr "" msgid " (<strong>patience</strong>, especially for large files, it may take a while!)" @@ -54,7 +56,7 @@ msgstr "" msgid " Ideas on what <strong>other documents to request</strong> which the authority may hold. " msgstr "" -msgid " If you know the address to use, then please <a href=\"%s\">send it to us</a>.\\n You may be able to find the address on their website, or by phoning them up and asking." +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 "" msgid " Include relevant links, such as to a campaign page, your blog or a\\n twitter account. They will be made clickable. \\n e.g." @@ -93,27 +95,6 @@ msgstr "pan chi'n anfon y neges hon" msgid "\"Hello! We have an <a href=\\\"/help/alaveteli?country_name=#{CGI.escape(current_country)}\\\">important message</a> for visitors outside {{country_name}}\"" msgstr "" -msgid "%d Freedom of Information request to %s" -msgid_plural "%d Freedom of Information requests to %s" -msgstr[0] "" -msgstr[1] "" -msgstr[2] "" -msgstr[3] "" - -msgid "%d request" -msgid_plural "%d requests" -msgstr[0] "Nifer o geisiadau: %d" -msgstr[1] "Nifer o geisiadau: %d" -msgstr[2] "Nifer o geisiadau: %d" -msgstr[3] "Nifer o geisiadau: %d" - -msgid "%d request made." -msgid_plural "%d requests made." -msgstr[0] "" -msgstr[1] "" -msgstr[2] "" -msgstr[3] "" - msgid "'Crime statistics by ward level for Wales'" msgstr "'Ystadegau troseddu yn ôl lefel ward ar gyfer Cymru'" @@ -147,31 +128,13 @@ msgstr "2. Gofyn am wybodaeth" msgid "3. Now check your request" msgstr "3. Gwiriwch eich cais rwan" -msgid "<a class=\"link_button_green\" href=\"{{url}}\">{{text}}</a>" +msgid "<a href=\"{{browse_url}}\">Browse all</a> or <a href=\"{{add_url}}\">ask us to add one</a>." msgstr "" -msgid "<a href=\"%s\">Add an annotation</a> (to help the requester or others)" +msgid "<a href=\"{{url}}\">Add an annotation</a> (to help the requester or others)" msgstr "" -msgid "<a href=\"%s\">Are we missing a public authority?</a>" -msgstr "" - -msgid "<a href=\"%s\">Are you the owner of\\n any commercial copyright on this page?</a>" -msgstr "" - -msgid "<a href=\"%s\">Browse all</a> or <a href=\"%s\">ask us to add one</a>." -msgstr "" - -msgid "<a href=\"%s\">Can't find the one you want?</a>" -msgstr "" - -msgid "<a href=\"%s\">Sign in</a> to change password, subscriptions and more ({{user_name}} only)" -msgstr "" - -msgid "<a href=\"%s\">details</a>" -msgstr "<a href=\"%s\">manylion</a>" - -msgid "<a href=\"%s\">what's that?</a>" +msgid "<a href=\"{{url}}\">Sign in</a> to change password, subscriptions and more ({{user_name}} only)" msgstr "" 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>" @@ -201,17 +164,23 @@ msgstr "" 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 "" +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 "" + 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 "" 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 "" -msgid "<p>You do not need to include your email in the request in order to get a reply (<a href=\"%s\">details</a>).</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 "" + +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 "" -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=\"%s\">details</a>).</p>" -msgstr "<p>Does dim rhaid i chi roi'ich cyfeiriad yn y cais er mwyn cael ymateb, gan ofynnwn ni amdano ar y sgrîn nesaf (<aa href=\"%s\">manylion</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 "<p>Does dim rhaid i chi roi'ich cyfeiriad yn y cais er mwyn cael ymateb, gan ofynnwn ni amdano ar y sgrîn nesaf (<aa href=\"{{url}}\">manylion</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>Mae'ch cais yn cynnwys <strong>cod post</strong>. Oni bai ei fod o'n ymwneud yn uniongyrchol â'r cais, dilewch unrhyw cyfeiriadau os gwelwch yn dda, oherwydd y bydd o'n <strong>ymddangos yn cyhoeddus ar y Rhyngrwyd</strong>.</p>" @@ -225,15 +194,8 @@ msgstr "" 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 "" -msgid "<span id='follow_count'>%d</span> person is following this authority" -msgid_plural "<span id='follow_count'>%d</span> people are following this authority" -msgstr[0] "" -msgstr[1] "" -msgstr[2] "" -msgstr[3] "" - -msgid "<strong> Can I request information about myself?</strong>\\n\t\t\t<a href=\"%s\">No! (Click here for details)</a>" -msgstr "<strong> A gaf i wneud cais am wybodaeth amdanaf fi fy hun?</strong>\\n\t\t\t<a href=\"%s\">Na chewch! (Cliciwch yma am fanylion)</a>" +msgid "<strong> Can I request information about myself?</strong>\\n\t\t\t<a href=\"{{url}}\">No! (Click here for details)</a>" +msgstr "<strong> A gaf i wneud cais am wybodaeth amdanaf fi fy hun?</strong>\\n\t\t\t<a href=\"{{url}}\">Na chewch! (Cliciwch yma am fanylion)</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 "" @@ -286,7 +248,7 @@ msgstr "" 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 "" -msgid "<strong>Privacy note:</strong> If you want to request private information about\\n yourself then <a href=\"%s\">click here</a>." +msgid "<strong>Privacy note:</strong> If you want to request private information about\\n yourself then <a href=\"{{url}}\">click here</a>." msgstr "" msgid "<strong>Privacy note:</strong> Your photo will be shown in public on the Internet,\\n wherever you do something on {{site_name}}." @@ -316,6 +278,9 @@ msgstr "" msgid "A Freedom of Information request" msgstr "" +msgid "A full history of my FOI request and all correspondence is available on the Internet at this address: {{url}}" +msgstr "" + 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 "" @@ -340,6 +305,15 @@ msgstr "" msgid "Act on what you've learnt" msgstr "" +msgid "Acts as xapian/acts as xapian job" +msgstr "" + +msgid "ActsAsXapian::ActsAsXapianJob|Action" +msgstr "" + +msgid "ActsAsXapian::ActsAsXapianJob|Model" +msgstr "" + msgid "Add an annotation" msgstr "" @@ -421,10 +395,16 @@ msgstr "Unrhywun:" msgid "Applies to" msgstr "" +msgid "Are we missing a public authority?" +msgstr "" + +msgid "Are you the owner of any commercial copyright on this page?" +msgstr "" + msgid "Ask for <strong>specific</strong> documents or information, this site is not suitable for general enquiries." msgstr "Gofynnwch am ddogfennau neu wybodaeth <strong>benodol</strong>. Nid yw'r wefan hon yn addas ar gyfer ymholiadau cyffredinol." -msgid "At the bottom of this page, write a reply to them trying to persuade them to scan it in\\n (<a href=\"%s\">more details</a>)." +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 "" msgid "Attachment (optional):" @@ -463,6 +443,9 @@ msgstr "" msgid "Calculated home page" msgstr "" +msgid "Can't find the one you want?" +msgstr "" + msgid "Cancel a {{site_name}} alert" msgstr "" @@ -628,6 +611,9 @@ msgstr "" msgid "Date:" msgstr "Dyddiad" +msgid "Dear {{name}}," +msgstr "" + msgid "Dear {{public_body_name}}," msgstr "Annwyl {{public_body_name}}," @@ -706,7 +692,7 @@ msgstr "" msgid "Enter words that you want to find separated by spaces, e.g. <strong>climbing lane</strong>" msgstr "" -msgid "Enter your response below. You may attach one file (use email, or\\n <a href=\"%s\">contact us</a> if you need more)." +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 "" msgid "Environmental Information Regulations" @@ -727,10 +713,10 @@ msgstr "Hanes y digwyddiad: Manylion" msgid "Event {{id}}" msgstr "" -msgid "Everything that you enter on this page, including <strong>your name</strong>,\\n will be <strong>displayed publicly</strong> on\\n this website forever (<a href=\"%s\">why?</a>)." +msgid "Everything that you enter on this page, including <strong>your name</strong>,\\n will be <strong>displayed publicly</strong> on\\n this website forever (<a href=\"{{url}}\">why?</a>)." msgstr "" -msgid "Everything that you enter on this page\\n will be <strong>displayed publicly</strong> on\\n this website forever (<a href=\"%s\">why?</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 "" msgid "FOI" @@ -757,14 +743,17 @@ msgstr "" msgid "Failed to convert image to a PNG" msgstr "" -msgid "Failed to convert image to the correct size: at %{cols}x%{rows}, need %{width}x%{height}" +msgid "Failed to convert image to the correct size: at {{cols}}x{{rows}}, need {{width}}x{{height}}" msgstr "" msgid "Filter" msgstr "" -msgid "First, type in the <strong>name of the UK public authority</strong> you'd \\n like information from. <strong>By law, they have to respond</strong>\\n (<a href=\"%s#%s\">why?</a>)." -msgstr "Yn gyntaf, teipiwch <strong>enw awdurdod cyhoeddus yn y DU</strong> yr hoffech gael gwybodaeth ganddo. <strong>Yn ôl y gyfraith, mae'n rhaid iddynt ymateb</strong> (<a href=\"%s#%s\">pam?</a>)." +msgid "First, did your other requests succeed?" +msgstr "" + +msgid "First, type in the <strong>name of the UK public authority</strong> you'd\\n like information from. <strong>By law, they have to respond</strong>\\n (<a href=\"{{url}}\">why?</a>)." +msgstr "Yn gyntaf, teipiwch <strong>enw awdurdod cyhoeddus yn y DU</strong> yr hoffech gael gwybodaeth ganddo. <strong>Yn ôl y gyfraith, mae'n rhaid iddynt ymateb</strong> (<a href=\"{{url}}\">pam?</a>)." msgid "Foi attachment" msgstr "" @@ -844,8 +833,8 @@ msgstr "" msgid "Forgotten your password?" msgstr "Wedi anghofio eich cyfrinair?" -msgid "Found %d public authority %s" -msgid_plural "Found %d public authorities %s" +msgid "Found {{count}} public authority {{description}}" +msgid_plural "Found {{count}} public authorities {{description}}" msgstr[0] "" msgstr[1] "" msgstr[2] "" @@ -884,7 +873,7 @@ msgstr "Ceisiadiau Rhyddid Gwybodaeth at" msgid "From" 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=\"%s\">send it to us</a>." +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:" @@ -896,6 +885,18 @@ msgstr "RHOWCH MANYLION EICH CWYN YMA" msgid "Handled by post." msgstr "" +msgid "Has tag string/has tag string tag" +msgstr "" + +msgid "HasTagString::HasTagStringTag|Model" +msgstr "" + +msgid "HasTagString::HasTagStringTag|Name" +msgstr "" + +msgid "HasTagString::HasTagStringTag|Value" +msgstr "" + msgid "Hello! You can make Freedom of Information requests within {{country_name}} at {{link_to_website}}" msgstr "Shwmae! Rydych chi'n gallu gwneud ceisiadau Rhyddid Gwybodaeth yn {{country_name}} yma:{{link_to_website}}" @@ -947,6 +948,9 @@ msgstr "Rydw i'n gofyn am <strong>gwybodaeth newydd</strong>" msgid "I am requesting an <strong>internal review</strong>" msgstr "Yr wyf yn gofyn am <strong>adolygiad mewnol</strong>" +msgid "I am writing to request an internal review of {{public_body_name}}'s handling of my FOI request '{{info_request_title}}'." +msgstr "" + msgid "I don't like these ones — give me some more!" msgstr "" @@ -986,7 +990,7 @@ msgstr "" msgid "Id" msgstr "" -msgid "If the address is wrong, or you know a better address, please <a href=\"%s\">contact us</a>." +msgid "If the address is wrong, or you know a better address, please <a href=\"{{url}}\">contact us</a>." msgstr "" 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." @@ -995,17 +999,17 @@ msgstr "" 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 "" -msgid "If you are dissatisfied by the response you got from\\n the public authority, you have the right to\\n complain (<a href=\"%s\">details</a>)." +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 "" -msgid "If you are still having trouble, please <a href=\"%s\">contact us</a>." +msgid "If you are still having trouble, please <a href=\"{{url}}\">contact us</a>." msgstr "" -msgid "If you are the requester, then you may <a href=\"%s\">sign in</a> to view the request." -msgstr "Os chi yw'r ceisydd, rydych chi'n gallu <a href=\"%s\">mewngofnodi</a> i weld y cais;." +msgid "If you are the requester, then you may <a href=\"{{url}}\">sign in</a> to view the request." +msgstr "Os chi yw'r ceisydd, rydych chi'n gallu <a href=\"{{url}}\">mewngofnodi</a> i weld y cais;." -msgid "If you are thinking of using a pseudonym,\\n please <a href=\"%s\">read this first</a>." -msgstr "Os ydych yn ystyried defnyddio ffugenw, <a href=\"%s\">darllenwch hwn yn gyntaf</a> os gwelwch yn dda." +msgid "If you are thinking of using a pseudonym,\\n please <a href=\"{{url}}\">read this first</a>." +msgstr "Os ydych yn ystyried defnyddio ffugenw, <a href=\"{{url}}\">darllenwch hwn yn gyntaf</a> os gwelwch yn dda." msgid "If you are {{user_link}}, please" msgstr "Os {{user_link}} ydych chi, os gwelwch yn dda, " @@ -1175,8 +1179,8 @@ msgstr "" msgid "Just one more thing" msgstr "" -msgid "Keep it <strong>focused</strong>, you'll be more likely to get what you want (<a href=\"%s\">why?</a>)." -msgstr "Cadwch at <strong>y prif bwynt</strong>. Byddwch yn fwy tebygol o gael beth rydych yn chwilio amdano (<a href=\"%s\">pam?</a>)." +msgid "Keep it <strong>focused</strong>, you'll be more likely to get what you want (<a href=\"{{url}}\">why?</a>)." +msgstr "Cadwch at <strong>y prif bwynt</strong>. Byddwch yn fwy tebygol o gael beth rydych yn chwilio amdano (<a href=\"{{url}}\">pam?</a>)." msgid "Keywords" msgstr "Allweddeiriau" @@ -1244,18 +1248,15 @@ msgstr "" msgid "MailServerLog|Order" msgstr "" -msgid "Make a new <strong>Environmental Information</strong> request" -msgstr "" - -msgid "Make a new <strong>Freedom of Information</strong> request to {{public_body}}" -msgstr "" - msgid "Make a new<br/>\\n <strong>Freedom <span>of</span><br/>\\n Information<br/>\\n request</strong>" msgstr "" msgid "Make a request" msgstr "Gwneud cais" +msgid "Make a request to this authority" +msgstr "" + msgid "Make an {{law_used_short}} request to '{{public_body_name}}'" msgstr "" @@ -1493,7 +1494,7 @@ msgstr "" msgid "Please" msgstr "" -msgid "Please <a href=\"%s\">get in touch</a> with us so we can fix it." +msgid "Please <a href=\"{{url}}\">get in touch</a> with us so we can fix it." msgstr "" msgid "Please <strong>answer the question above</strong> so we know whether the " @@ -1514,6 +1515,9 @@ msgstr "" msgid "Please choose a file containing your photo." msgstr "" +msgid "Please choose a reason" +msgstr "" + msgid "Please choose what sort of reply you are making." msgstr "" @@ -1595,10 +1599,13 @@ msgstr "" 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 "" +msgid "Please pass this on to the person who conducts Freedom of Information reviews." +msgstr "" + msgid "Please select each of these requests in turn, and <strong>let everyone know</strong>\\nif they are successful yet or not." msgstr "" -msgid "Please sign at the bottom with your name, or alter the \"%{signoff}\" signature" +msgid "Please sign at the bottom with your name, or alter the \"{{signoff}}\" signature" msgstr "" msgid "Please sign in as " @@ -1706,9 +1713,6 @@ msgstr "" msgid "Public body" msgstr "" -msgid "Public body/translation" -msgstr "" - msgid "Public notes" msgstr "" @@ -1718,33 +1722,6 @@ msgstr "" msgid "Public page not available" msgstr "" -msgid "PublicBody::Translation|Disclosure log" -msgstr "" - -msgid "PublicBody::Translation|First letter" -msgstr "" - -msgid "PublicBody::Translation|Locale" -msgstr "" - -msgid "PublicBody::Translation|Name" -msgstr "" - -msgid "PublicBody::Translation|Notes" -msgstr "" - -msgid "PublicBody::Translation|Publication scheme" -msgstr "" - -msgid "PublicBody::Translation|Request email" -msgstr "" - -msgid "PublicBody::Translation|Short name" -msgstr "" - -msgid "PublicBody::Translation|Url name" -msgstr "" - msgid "PublicBody|Api key" msgstr "" @@ -1838,6 +1815,9 @@ msgstr "" msgid "Report an offensive or unsuitable request" msgstr "" +msgid "Report request" +msgstr "" + msgid "Report this request" msgstr "" @@ -1943,8 +1923,8 @@ msgstr "" msgid "Search the site to find what you were looking for." msgstr "" -msgid "Search within the %d Freedom of Information requests to %s" -msgid_plural "Search within the %d Freedom of Information requests made to %s" +msgid "Search within the {{count}} Freedom of Information requests to {{public_body_name}}" +msgid_plural "Search within the {{count}} Freedom of Information requests made to {{public_body_name}}" msgstr[0] "" msgstr[1] "" msgstr[2] "" @@ -2058,9 +2038,6 @@ msgstr "" msgid "Special note for this authority!" msgstr "" -msgid "Start" -msgstr "" - msgid "Start now »" msgstr "" @@ -2211,16 +2188,16 @@ msgstr "" msgid "The request was refused by the public authority" msgstr "" -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=\"%s\">contact us</a> if you have any questions." +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 "" msgid "The requester has abandoned this request for some reason" msgstr "" -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" +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 "" -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" +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 "" msgid "The search index is currently offline, so we can't show the Freedom of Information requests that have been made to this authority." @@ -2229,6 +2206,9 @@ msgstr "" msgid "The search index is currently offline, so we can't show the Freedom of Information requests this person has made." msgstr "" +msgid "The {{site_name}} team." +msgstr "" + msgid "Then you can cancel the alert." msgstr "" @@ -2304,19 +2284,19 @@ msgstr "" msgid "There are {{count}} new annotations on your {{info_request}} request. Follow this link to see what they wrote." msgstr "" -msgid "There is %d person following this request" -msgid_plural "There are %d people following this request" -msgstr[0] "" -msgstr[1] "" -msgstr[2] "" -msgstr[3] "" - 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 "" 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 "" +msgid "There is {{count}} person following this request" +msgid_plural "There are {{count}} people following this request" +msgstr[0] "" +msgstr[1] "" +msgstr[2] "" +msgstr[3] "" + msgid "There was a <strong>delivery error</strong> or similar, which needs fixing by the {{site_name}} team." msgstr "" @@ -2353,7 +2333,7 @@ msgstr "" msgid "This authority no longer exists, so you cannot make a request to it." msgstr "" -msgid "This comment has been hidden. See annotations to\\n find out why. If you are the requester, then you may <a href=\"%s\">sign in</a> to view the response." +msgid "This comment has been hidden. See annotations to\\n find out why. If you are the requester, then you may <a href=\"{{url}}\">sign in</a> to view the response." msgstr "" msgid "This covers a very wide spectrum of information about the state of\\n the <strong>natural and built environment</strong>, such as:" @@ -2377,7 +2357,7 @@ msgstr "" msgid "This is your own request, so you will be automatically emailed when new responses arrive." msgstr "" -msgid "This outgoing message has been hidden. See annotations to\\n\t\t\t\t\t\tfind out why. If you are the requester, then you may <a href=\"%s\">sign in</a> to view the response." +msgid "This outgoing message has been hidden. See annotations to\\n\t\t\t\t\t\tfind out why. If you are the requester, then you may <a href=\"{{url}}\">sign in</a> to view the response." msgstr "" msgid "This particular request is finished:" @@ -2386,23 +2366,23 @@ msgstr "" msgid "This person has made no Freedom of Information requests using this site." msgstr "" -msgid "This person's %d Freedom of Information request" -msgid_plural "This person's %d Freedom of Information requests" +msgid "This person's annotations" +msgstr "" + +msgid "This person's {{count}} Freedom of Information request" +msgid_plural "This person's {{count}} Freedom of Information requests" msgstr[0] "" msgstr[1] "" msgstr[2] "" msgstr[3] "" -msgid "This person's %d annotation" -msgid_plural "This person's %d annotations" +msgid "This person's {{count}} annotation" +msgid_plural "This person's {{count}} annotations" msgstr[0] "" msgstr[1] "" msgstr[2] "" msgstr[3] "" -msgid "This person's annotations" -msgstr "" - msgid "This request <strong>requires administrator attention</strong>" msgstr "" @@ -2424,7 +2404,7 @@ msgstr "" 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 "" -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=\"%s\">contact us</a>." +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 "" msgid "This request has been reported for administrator attention" @@ -2439,7 +2419,7 @@ msgstr "" msgid "This request has prominence 'hidden'. You can only see it because you are logged\\n in as a super user." msgstr "" -msgid "This request is hidden, so that only you the requester can see it. Please\\n <a href=\"%s\">contact us</a> if you are not sure why." +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 "" msgid "This request is still in progress:" @@ -2451,7 +2431,7 @@ msgstr "" msgid "This request was not made via {{site_name}}" msgstr "" -msgid "This response has been hidden. See annotations to find out why.\\n If you are the requester, then you may <a href=\"%s\">sign in</a> to view the response." +msgid "This response has been hidden. See annotations to find out why.\\n If you are the requester, then you may <a href=\"{{url}}\">sign in</a> to view the response." msgstr "" 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." @@ -2523,7 +2503,7 @@ msgstr "" msgid "To reply to " msgstr "" -msgid "To report this FOI request" +msgid "To report this request" msgstr "" msgid "To send a follow up message to " @@ -2610,7 +2590,7 @@ msgstr "" msgid "Unexpected search result type " msgstr "" -msgid "Unfortunately we don't know the FOI\\nemail address for that authority, so we can't validate this.\\nPlease <a href=\"%s\">contact us</a> to sort it out." +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 "" msgid "Unfortunately, we do not have a working {{info_request_law_used_full}}\\naddress for" @@ -2745,6 +2725,12 @@ msgstr "" msgid "Was the response you got to your FOI request any good?" msgstr "" +msgid "We consider it is not a valid FOI request, and have therefore hidden it from other users." +msgstr "" + +msgid "We consider it to be vexatious, and have therefore hidden it from other users." +msgstr "" + msgid "We do not have a working request email address for this authority." msgstr "" @@ -2754,8 +2740,8 @@ msgstr "" msgid "We don't know whether the most recent response to this request contains\\n information or not\\n –\\n\tif you are {{user_link}} please <a href=\"{{url}}\">sign in</a> and let everyone know." msgstr "" -msgid "We will not reveal your email address to anybody unless you or\\n the law tell us to (<a href=\"%s\">details</a>). " -msgstr "Ni fyddwn yn datgelu eich cyfeiriad e-bost i neb oni bai eich bod chi neu'r gyfraith yn dweud wrthym i wneud (<a href=\"%s\">manylion</a>)." +msgid "We will not reveal your email address to anybody unless you or\\n the law tell us to (<a href=\"{{url}}\">details</a>). " +msgstr "Ni fyddwn yn datgelu eich cyfeiriad e-bost i neb oni bai eich bod chi neu'r gyfraith yn dweud wrthym i wneud (<a href=\"{{url}}\">manylion</a>)." msgid "We will not reveal your email address to anybody unless you\\nor the law tell us to." msgstr "Ni fyddwn yn datgelu eich cyfeiriad e-bost i neb oni bai eich bod chi neu'r gyfraith yn dweud wrthym i wneud." @@ -2796,7 +2782,7 @@ msgstr "" msgid "When you receive the paper response, please help\\n others find out what it says:" msgstr "" -msgid "When you're done, <strong>come back here</strong>, <a href=\"%s\">reload this page</a> and file your new request." +msgid "When you're done, <strong>come back here</strong>, <a href=\"{{url}}\">reload this page</a> and file your new request." msgstr "" msgid "Which of these is happening?" @@ -2898,7 +2884,7 @@ msgstr "" 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 "" -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=\"%s\">send it to us</a>." +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 "" 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>." @@ -2916,6 +2902,9 @@ msgstr "" msgid "You need to be logged in to edit your profile." msgstr "" +msgid "You need to be logged in to report a request for administrator attention" +msgstr "" + msgid "You previously submitted that exact follow up message for this request." msgstr "" @@ -2937,6 +2926,9 @@ msgstr "" msgid "You will only get an answer to your request if you follow up\\nwith the clarification." msgstr "" +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 "" + msgid "You're in. <a href=\"#\" id=\"send-request\">Continue sending your request</a>" msgstr "" @@ -2949,24 +2941,10 @@ msgstr "" msgid "You've now cleared your profile photo" msgstr "" -msgid "Your %d Freedom of Information request" -msgid_plural "Your %d Freedom of Information requests" -msgstr[0] "" -msgstr[1] "" -msgstr[2] "" -msgstr[3] "" - -msgid "Your %d annotation" -msgid_plural "Your %d annotations" -msgstr[0] "" -msgstr[1] "" -msgstr[2] "" -msgstr[3] "" - -msgid "Your <strong>name will appear publicly</strong> \\n (<a href=\"%s\">why?</a>)\\n on this website and in search engines. If you\\n are thinking of using a pseudonym, please \\n <a href=\"%s\">read this first</a>." +msgid "Your <strong>name will appear publicly</strong>\\n (<a href=\"{{why_url}}\">why?</a>)\\n on this website and in search engines. If you\\n are thinking of using a pseudonym, please\\n <a href=\"{{help_url}}\">read this first</a>." msgstr "" -"Bydd <strong>eich enw yn ymddangos yn gyhoeddus</strong> ( <a href=\"%s\">pam?</a>) ar y wefan hon ac mewn peiriannau chwilio.\n" -"Os ydych yn ystyried defnyddio ffugenw, os gwelwch yn dda <a href=\"%s\">darllenwch hwn yn gyntaf</a>." +"Bydd <strong>eich enw yn ymddangos yn gyhoeddus</strong> ( <a href=\"{{why_url}}\">pam?</a>) ar y wefan hon ac mewn peiriannau chwilio.\n" +"Os ydych yn ystyried defnyddio ffugenw, os gwelwch yn dda <a href=\"{{help_url}}\">darllenwch hwn yn gyntaf</a>." msgid "Your annotations" msgstr "" @@ -2977,7 +2955,7 @@ msgstr "" msgid "Your e-mail:" msgstr "Eich cyfeiriad e-bost:" -msgid "Your follow up has not been sent because this request has been stopped to prevent spam. Please <a href=\"%s\">contact us</a> if you really want to send a follow up message." +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 "" msgid "Your follow up message has been sent on its way." @@ -3001,7 +2979,7 @@ msgstr "" msgid "Your name and annotation will appear in <strong>search engines</strong>." msgstr "" -msgid "Your name, request and any responses will appear in <strong>search engines</strong>\\n (<a href=\"%s\">details</a>)." +msgid "Your name, request and any responses will appear in <strong>search engines</strong>\\n (<a href=\"{{url}}\">details</a>)." msgstr "" msgid "Your name:" @@ -3019,6 +2997,12 @@ msgstr "" msgid "Your photo will be shown in public <strong>on the Internet</strong>,\\n wherever you do something on {{site_name}}." msgstr "" +msgid "Your request '{{request}}' at {{url}} has been reviewed by moderators." +msgstr "" + +msgid "Your request on {{site_name}} hidden" +msgstr "" + msgid "Your request was called {{info_request}}. Letting everyone know whether you got the information will help us keep tabs on" msgstr "" @@ -3028,12 +3012,26 @@ msgstr "" msgid "Your response to an FOI request was not delivered" msgstr "" -msgid "Your response will <strong>appear on the Internet</strong>, <a href=\"%s\">read why</a> and answers to other questions." +msgid "Your response will <strong>appear on the Internet</strong>, <a href=\"{{url}}\">read why</a> and answers to other questions." msgstr "" msgid "Your thoughts on what the {{site_name}} <strong>administrators</strong> should do about the request." msgstr "" +msgid "Your {{count}} Freedom of Information request" +msgid_plural "Your {{count}} Freedom of Information requests" +msgstr[0] "" +msgstr[1] "" +msgstr[2] "" +msgstr[3] "" + +msgid "Your {{count}} annotation" +msgid_plural "Your {{count}} annotations" +msgstr[0] "" +msgstr[1] "" +msgstr[2] "" +msgstr[3] "" + msgid "Your {{site_name}} email alert" msgstr "" @@ -3043,6 +3041,9 @@ msgstr "Yr eiddoch yn gywir," msgid "Yours sincerely," msgstr "Yn gywir" +msgid "Yours," +msgstr "" + msgid "[FOI #{{request}} email]" msgstr "" @@ -3136,7 +3137,7 @@ msgid "containing your postal address, and asking them to reply to this request. msgstr "" msgid "details" -msgstr "" +msgstr "manylion" msgid "display_status only works for incoming and outgoing messages right now" msgstr "" @@ -3204,7 +3205,7 @@ msgstr "" msgid "no later than" msgstr "" -msgid "no longer exists. If you are trying to make\\n 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=\"%s\">send it to us</a>." +msgid "no longer exists. If you are trying to make\\n 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 "normally" @@ -3311,9 +3312,40 @@ msgstr "" msgid "users" msgstr "" +msgid "what's that?" +msgstr "" + msgid "{{count}} FOI requests found" msgstr "" +msgid "{{count}} Freedom of Information request to {{public_body_name}}" +msgid_plural "{{count}} Freedom of Information requests to {{public_body_name}}" +msgstr[0] "" +msgstr[1] "" +msgstr[2] "" +msgstr[3] "" + +msgid "{{count}} person is following this authority" +msgid_plural "{{count}} people are following this authority" +msgstr[0] "" +msgstr[1] "" +msgstr[2] "" +msgstr[3] "" + +msgid "{{count}} request" +msgid_plural "{{count}} requests" +msgstr[0] "Nifer o geisiadau: {{count}}" +msgstr[1] "Nifer o geisiadau: {{count}}" +msgstr[2] "Nifer o geisiadau: {{count}}" +msgstr[3] "Nifer o geisiadau: {{count}}" + +msgid "{{count}} request made." +msgid_plural "{{count}} requests made." +msgstr[0] "" +msgstr[1] "" +msgstr[2] "" +msgstr[3] "" + 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 "" diff --git a/locale/de/app.po b/locale/de/app.po index d851717d9..201e32692 100644 --- a/locale/de/app.po +++ b/locale/de/app.po @@ -3,18 +3,19 @@ # This file is distributed under the same license as the PACKAGE package. # # Translators: -# David Cabo <david.cabo@gmail.com>, 2012. -# FOI Monkey <>, 2012. -# <kersti@access-info.org>, 2011. -# stefanw <stefanwehrmeyer@gmail.com>, 2011. +# David Cabo <david.cabo@gmail.com>, 2012 +# FOI Monkey <>, 2012 +# KerstiRu <kersti@access-info.org>, 2011 +# KerstiRu <kersti@access-info.org>, 2011 +# stefanw <stefanwehrmeyer@gmail.com>, 2011 msgid "" msgstr "" "Project-Id-Version: alaveteli\n" "Report-Msgid-Bugs-To: http://github.com/sebbacon/alaveteli/issues\n" -"POT-Creation-Date: 2013-03-14 14:02-0700\n" -"PO-Revision-Date: 2013-03-14 21:08+0000\n" +"POT-Creation-Date: 2013-06-24 09:40-0700\n" +"PO-Revision-Date: 2013-06-24 16:52+0000\n" "Last-Translator: louisecrow <louise@mysociety.org>\n" -"Language-Team: LANGUAGE <LL@li.org>\n" +"Language-Team: German (http://www.transifex.com/projects/p/alaveteli/language/de/)\n" "Language: de\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -24,8 +25,8 @@ msgstr "" 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 " Diese Information wird auf Ihrem {{site_name}} -profil angezeigt werden, um andere Nutzer über Ihre Aktivitäten zu informieren. " -msgid " (<strong>no ranty</strong> politics, read our <a href=\"%s\">moderation policy</a>)" -msgstr "<a href=\"%s\">Moderationsregeln</a>)" +msgid " (<strong>no ranty</strong> politics, read our <a href=\"{{url}}\">moderation policy</a>)" +msgstr "<a href=\"{{url}}\">Moderationsregeln</a>)" msgid " (<strong>patience</strong>, especially for large files, it may take a while!)" msgstr " (<strong>Geduld</strong>, speziell für größere Dateien kann es einen Moment dauern!)" @@ -54,9 +55,9 @@ msgstr " Hilfe zur Erstellung einer guten Informationsanfrage. " msgid " Ideas on what <strong>other documents to request</strong> which the authority may hold. " msgstr " Ideas on what <strong>other documents to request</strong> which the authority may hold. " -msgid " If you know the address to use, then please <a href=\"%s\">send it to us</a>.\\n You may be able to find the address on their website, or by phoning them up and asking." +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 "" -"Sollten Sie die korrekte Adresse kennen, <a href=\"%s\">senden Sie sie uns</a>.\n" +"Sollten Sie die korrekte Adresse kennen, <a href=\"{{url}}\">senden Sie sie uns</a>.\n" " Sie können die Adresse wahrscheinlich auf der Webseite oder durch einen Anruf bei der Behörde herausfinden. " msgid " Include relevant links, such as to a campaign page, your blog or a\\n twitter account. They will be made clickable. \\n e.g." @@ -95,21 +96,6 @@ msgstr "wenn Sie diese Nachricht senden. " msgid "\"Hello! We have an <a href=\\\"/help/alaveteli?country_name=#{CGI.escape(current_country)}\\\">important message</a> for visitors outside {{country_name}}\"" msgstr "" -msgid "%d Freedom of Information request to %s" -msgid_plural "%d Freedom of Information requests to %s" -msgstr[0] "%d Informationsfreiheitsanfrage an %s" -msgstr[1] "%d Informationsfreiheitsanfragen an %s" - -msgid "%d request" -msgid_plural "%d requests" -msgstr[0] "%d Anfrage" -msgstr[1] "%d Anfragen" - -msgid "%d request made." -msgid_plural "%d requests made." -msgstr[0] "%d Anfragen gestellt." -msgstr[1] "%d Anfragen gestellt." - msgid "'Crime statistics by ward level for Wales'" msgstr "´Kriminalitätsrate auf Länderebene´" @@ -150,32 +136,14 @@ msgstr "2. Informationen anfragen" msgid "3. Now check your request" msgstr "3. Überprüfen Sie nun Ihre Anfrage" -msgid "<a class=\"link_button_green\" href=\"{{url}}\">{{text}}</a>" -msgstr "<a class=\"link_button_green\" href=\"{{url}}\">{{text}}</a>" - -msgid "<a href=\"%s\">Add an annotation</a> (to help the requester or others)" -msgstr "<a href=\"%s\">Kommentar hinzufügen</a> (um den Anfragensteller oder andere Nutzern zu unterstützen)" - -msgid "<a href=\"%s\">Are we missing a public authority?</a>" -msgstr "" - -msgid "<a href=\"%s\">Are you the owner of\\n any commercial copyright on this page?</a>" -msgstr "<a href=\"%s\">Halten Sie die Urheberrechte dieser Seite?</a>" +msgid "<a href=\"{{browse_url}}\">Browse all</a> or <a href=\"{{add_url}}\">ask us to add one</a>." +msgstr "<a href=\"{{browse_url}}\">Alle durchsuchen</a> or <a href=\"{{add_url}}\">bitten Sie uns eine hinzuzufügen</a>." -msgid "<a href=\"%s\">Browse all</a> or <a href=\"%s\">ask us to add one</a>." -msgstr "<a href=\"%s\">Alle durchsuchen</a> or <a href=\"%s\">bitten Sie uns eine hinzuzufügen</a>." +msgid "<a href=\"{{url}}\">Add an annotation</a> (to help the requester or others)" +msgstr "<a href=\"{{url}}\">Kommentar hinzufügen</a> (um den Anfragensteller oder andere Nutzern zu unterstützen)" -msgid "<a href=\"%s\">Can't find the one you want?</a>" -msgstr "<a href=\"%s\">Gewünschte Behörde nicht gefunden?</a>" - -msgid "<a href=\"%s\">Sign in</a> to change password, subscriptions and more ({{user_name}} only)" -msgstr "<a href=\"%s\">Melden Sie sich an,</a> um Ihr Passwort und weitere Einstellungen zu ändern (auschließlich {{user_name}})" - -msgid "<a href=\"%s\">details</a>" -msgstr "<a href=\"%s\">Details</a>" - -msgid "<a href=\"%s\">what's that?</a>" -msgstr "<a href=\"%s\">Was ist das?</a>" +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 "<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>" @@ -210,17 +178,23 @@ msgstr "" "<p>Wir empfehlen Ihnen Ihre Anfrage zu bearbeiten und Ihre Emailadresse zu entfernen.\n" " Sollten Sie die Emaildresse nicht entfernen, wir diese an die entsprechende Behörde gesendet, jedoch nicht auf der Seite angezeigt.</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 "" + 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>Wir freuen uns, dass Sie die von Ihnen gewünschten Informationen erhalten haben. Solten Sie darüber schreiben oder die Informationen andersweitig verwenden, kommen Sie bitte zurück und fügen Sie einen Kommentar an, in welchem Sie uns mitteilen, wie Sie die Informationen verwendet haben .</p><p>Falls Sie {{site_name}} hilfreich fanden, <a href=\"{{donation_url}}\">senden Sie eine Spende</a> an die Organisation hinter dieser Seite.</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>Wir freuen uns, dass Sie die von Ihnen gewünschten Informationen erhalten haben. Falls Sie {{site_name}} hilfreich fanden, <a href=\"{{donation_url}}\">senden Sie eine Spende</a>an die Organisation hinter dieser Seite.</p><p>Falls Sie versuchen möchten den Rest der Information zu erhalten, schauen Sie hier was Sie tun können.</p>" -msgid "<p>You do not need to include your email in the request in order to get a reply (<a href=\"%s\">details</a>).</p>" -msgstr "<p> Es ist nicht erfoderlich Ihre Emailadresse in der Anfrage zu nennen, um eine Antwort zu erhalten (<a href=\"%s\">Details</a>).</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 "" + +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 "<p> Es ist nicht erfoderlich Ihre Emailadresse in der Anfrage zu nennen, um eine Antwort zu erhalten (<a href=\"{{url}}\">Details</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=\"%s\">details</a>).</p>" -msgstr "<p>Um eine Antwort zu erhalten, müssen Sie Ihre Email-Adresse nicht in Ihre Anfrage einfügen, da wir diese auf der folgenden Seite erfragen werden (<a href=\"%s\">Details</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 "<p>Um eine Antwort zu erhalten, müssen Sie Ihre Email-Adresse nicht in Ihre Anfrage einfügen, da wir diese auf der folgenden Seite erfragen werden (<a href=\"{{url}}\">Details</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>Ihre Anfrage enthält eine <strong>Postleitzahl</strong>. Sollte diese nicht unmittelbar in Zusammenhang mit Ihrer Anfrage stehen, empfehlen wir diese zu entfern en, da diese ansonsten<strong>im Internet veröffentlicht wird </strong>.</p>" @@ -234,15 +208,10 @@ msgstr "<p>{{site_name}} wird gerade überarbeitet. Sie können ausschließlich 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 "Sollten Sie eine webbasierten Emailanbieter oder ´Junk-mail´ Filter nutzen, prüfen Sie Ihren Spamordner. Es kommt vor, dass unsere Nachrichten dort landen. " -msgid "<span id='follow_count'>%d</span> person is following this authority" -msgid_plural "<span id='follow_count'>%d</span> people are following this authority" -msgstr[0] "" -msgstr[1] "" - -msgid "<strong> Can I request information about myself?</strong>\\n\t\t\t<a href=\"%s\">No! (Click here for details)</a>" +msgid "<strong> Can I request information about myself?</strong>\\n\t\t\t<a href=\"{{url}}\">No! (Click here for details)</a>" msgstr "" "<strong> Kann ich Informationen zu meiner eigenen Person anfragen?</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=\"%s\">Nein! (Weitere Informationen)</a>" +"<span class=\"whitespace other\" title=\"Tab\">»</span><span class=\"whitespace other\" title=\"Tab\">»</span><span class=\"whitespace other\" title=\"Tab\">»</span><a href=\"{{url}}\">Nein! (Weitere Informationen)</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>kommentiert_durch:tony_bowden</code></strong> um Kommentare von Tony Bowden zu suche, den Namen wie in der URL eingebend." @@ -304,8 +273,8 @@ msgstr "" "<strong>Note:</strong>\n" " Es wird eine Email an Ihre neue Emailadresse versendet. Folgen Sie den darin angegebenen Schritten, um die Änderung Ihrer Emailadresse zu bestätigen." -msgid "<strong>Privacy note:</strong> If you want to request private information about\\n yourself then <a href=\"%s\">click here</a>." -msgstr "<strong>Privacy note:</strong> Falls Sie Informationen zu Ihrer eingenen Person erfragen wollen <a href=\"%s\">Klicken Sie hier</a>." +msgid "<strong>Privacy note:</strong> If you want to request private information about\\n yourself then <a href=\"{{url}}\">click here</a>." +msgstr "<strong>Privacy note:</strong> Falls Sie Informationen zu Ihrer eingenen Person erfragen wollen <a href=\"{{url}}\">Klicken Sie hier</a>." msgid "<strong>Privacy note:</strong> Your photo will be shown in public on the Internet,\\n wherever you do something on {{site_name}}." msgstr "" @@ -334,6 +303,9 @@ msgstr "Eine <strong>Zusammenfassung</strong> of the response if you have receiv msgid "A Freedom of Information request" msgstr "" +msgid "A full history of my FOI request and all correspondence is available on the Internet at this address: {{url}}" +msgstr "" + 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 "" @@ -358,6 +330,15 @@ msgstr "Zu Ihrer Person:" msgid "Act on what you've learnt" msgstr "Handel aus Deinen Erfahrungen" +msgid "Acts as xapian/acts as xapian job" +msgstr "" + +msgid "ActsAsXapian::ActsAsXapianJob|Action" +msgstr "" + +msgid "ActsAsXapian::ActsAsXapianJob|Model" +msgstr "" + msgid "Add an annotation" msgstr "Fügen Sie einee Anmerkung bei" @@ -441,13 +422,19 @@ msgstr "Jedermann:" msgid "Applies to" msgstr "" +msgid "Are we missing a public authority?" +msgstr "" + +msgid "Are you the owner of any commercial copyright on this page?" +msgstr "Halten Sie die Urheberrechte dieser Seite?" + msgid "Ask for <strong>specific</strong> documents or information, this site is not suitable for general enquiries." msgstr "Fragen Sie nach <strong>spezifischen</strong> Dokumenten oder Informationen. Diese Seite ist nicht für generelle Anfragen vorgesehen. " -msgid "At the bottom of this page, write a reply to them trying to persuade them to scan it in\\n (<a href=\"%s\">more details</a>)." +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 "" "Am Ende der Seite können Sie eine Antwort mit der Aufforderung das Dokument einzuscannen senden\n" -" (<a href=\"%s\">weitere Details</a>)." +" (<a href=\"{{url}}\">weitere Details</a>)." msgid "Attachment (optional):" msgstr "Anhang (freiwillig)" @@ -485,6 +472,9 @@ msgstr "Nach gesetzlicher Vorschrift sollte {{public_body_link}} <strong>umgehe msgid "Calculated home page" msgstr "" +msgid "Can't find the one you want?" +msgstr "Gewünschte Behörde nicht gefunden?" + msgid "Cancel a {{site_name}} alert" msgstr "Benachrichtigung für {{site_name}} abbestellen" @@ -650,6 +640,9 @@ msgstr "<strong>Antwort</strong> von {{public_body_link}} wird erwartet. Sie sol msgid "Date:" msgstr "Datum:" +msgid "Dear {{name}}," +msgstr "" + msgid "Dear {{public_body_name}}," msgstr "Sehr geehrte / Sehr geehrter {{public_body_name}}," @@ -732,7 +725,7 @@ msgstr "Informieren Sie mich über zukünftige Aktualisierungen zu dieser Anfrag msgid "Enter words that you want to find separated by spaces, e.g. <strong>climbing lane</strong>" msgstr "Trennen Sie Ihre Suchbegriffen durch Leerzeichen" -msgid "Enter your response below. You may attach one file (use email, or\\n <a href=\"%s\">contact us</a> if you need more)." +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 "" msgid "Environmental Information Regulations" @@ -753,15 +746,15 @@ msgstr "Details Verlaufsübersicht" msgid "Event {{id}}" msgstr "" -msgid "Everything that you enter on this page, including <strong>your name</strong>,\\n will be <strong>displayed publicly</strong> on\\n this website forever (<a href=\"%s\">why?</a>)." +msgid "Everything that you enter on this page, including <strong>your name</strong>,\\n will be <strong>displayed publicly</strong> on\\n this website forever (<a href=\"{{url}}\">why?</a>)." msgstr "" "Jegliche auf dieser Seite eingegebene Information, inklusive <strong>Ihrem Namen</strong>, ⏎ wird\n" -" permanent auf dieser Internetseite <strong>veröffentlicht</strong>(<a href=\"%s\"> Warum?</a>)." +" permanent auf dieser Internetseite <strong>veröffentlicht</strong>(<a href=\"{{url}}\"> Warum?</a>)." -msgid "Everything that you enter on this page\\n will be <strong>displayed publicly</strong> on\\n this website forever (<a href=\"%s\">why?</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 "" "Jegliche auf dieser Seite eingegebene Information wird\n" -" permanent auf dieser Internetseite <strong>veröffentlicht</strong>(<a href=\"%s\"> Warum?</a>)." +" permanent auf dieser Internetseite <strong>veröffentlicht</strong>(<a href=\"{{url}}\"> Warum?</a>)." msgid "FOI" msgstr "" @@ -787,13 +780,16 @@ msgstr "" msgid "Failed to convert image to a PNG" msgstr "Konnte Bild nicht in ein PNG konvertieren" -msgid "Failed to convert image to the correct size: at %{cols}x%{rows}, need %{width}x%{height}" -msgstr "Konnte Bild nicht in die richtige Größe umwandeln: %{cols} x %{rows}, brauche %{width} x %{height}" +msgid "Failed to convert image to the correct size: at {{cols}}x{{rows}}, need {{width}}x{{height}}" +msgstr "Konnte Bild nicht in die richtige Größe umwandeln: {{cols}} x {{rows}}, brauche {{width}} x {{height}}" msgid "Filter" msgstr "" -msgid "First, type in the <strong>name of the UK public authority</strong> you'd \\n like information from. <strong>By law, they have to respond</strong>\\n (<a href=\"%s#%s\">why?</a>)." +msgid "First, did your other requests succeed?" +msgstr "" + +msgid "First, type in the <strong>name of the UK public authority</strong> you'd\\n like information from. <strong>By law, they have to respond</strong>\\n (<a href=\"{{url}}\">why?</a>)." msgstr "" msgid "Foi attachment" @@ -874,8 +870,8 @@ msgstr "Aus unbekannten Gründen ist es nicht möglich eine Anfrage a diese Beh msgid "Forgotten your password?" msgstr "Passwort vergessen?" -msgid "Found %d public authority %s" -msgid_plural "Found %d public authorities %s" +msgid "Found {{count}} public authority {{description}}" +msgid_plural "Found {{count}} public authorities {{description}}" msgstr[0] "" msgstr[1] "" @@ -912,8 +908,8 @@ msgstr "IFG-Anfrage an" msgid "From" 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=\"%s\">send it to us</a>." -msgstr "Von der Anfragen-Seite, versuchen Sie direkt auf spezifische Nachrichten zu reagieren anstall eine generelle Nachfrage zu senden. Falls Sie eine generelle Nachfrage stellen müssen und eine Emailadresse kennen, welche an die richtige Stelle geht, sind Sie so freundlich uns <a href=\"%s\">diese zu senden. " +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 "Von der Anfragen-Seite, versuchen Sie direkt auf spezifische Nachrichten zu reagieren anstall eine generelle Nachfrage zu senden. Falls Sie eine generelle Nachfrage stellen müssen und eine Emailadresse kennen, welche an die richtige Stelle geht, sind Sie so freundlich uns <a href=\"{{url}}\">diese zu senden. " msgid "From:" msgstr "Von:" @@ -924,6 +920,18 @@ msgstr "HINTELASSEN SIE HIER DETAILS ZU IHRER BESCHWERDE" msgid "Handled by post." msgstr "Postalisch bearbeitet." +msgid "Has tag string/has tag string tag" +msgstr "" + +msgid "HasTagString::HasTagStringTag|Model" +msgstr "" + +msgid "HasTagString::HasTagStringTag|Name" +msgstr "" + +msgid "HasTagString::HasTagStringTag|Value" +msgstr "" + msgid "Hello! You can make Freedom of Information requests within {{country_name}} at {{link_to_website}}" msgstr "Hallo! IFG-Anfragen innerhalb von {{country_name}} können Sie hier stellen: {{link_to_website}} " @@ -975,6 +983,9 @@ msgstr "Ich beantrage <strong>neue Informationen</strong>" msgid "I am requesting an <strong>internal review</strong>" msgstr "Ich stelle eine Anfrage zur <strong>internen Prüfung</strong>" +msgid "I am writing to request an internal review of {{public_body_name}}'s handling of my FOI request '{{info_request_title}}'." +msgstr "" + msgid "I don't like these ones — give me some more!" msgstr "Ich würde gerne andere Anfragen erhalten!" @@ -1016,8 +1027,8 @@ msgstr "" msgid "Id" msgstr "" -msgid "If the address is wrong, or you know a better address, please <a href=\"%s\">contact us</a>." -msgstr "Sollte die Adresse falsch sein oder sollten Sie eine bessere Adresse kennen, so <a href=\"%s\">kontaktieren Sie uns</a>bitte." +msgid "If the address is wrong, or you know a better address, please <a href=\"{{url}}\">contact us</a>." +msgstr "Sollte die Adresse falsch sein oder sollten Sie eine bessere Adresse kennen, so <a href=\"{{url}}\">kontaktieren Sie uns</a>bitte." 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 "" @@ -1027,19 +1038,19 @@ msgstr "" "Falls dies falsch ist oder Sie eine späte Antwort auf diese Anfrage oder zu einem anderen Thema an {{user}} senden möchten, dann mailen Sie bitte\n" " {{contact_email}} ffür weitere Hilfe." -msgid "If you are dissatisfied by the response you got from\\n the public authority, you have the right to\\n complain (<a href=\"%s\">details</a>)." -msgstr "Sollten Sie mit den erhaltenen Informationen nicht zufrieden sein, haben Sie das Recht eine Beschwerde einzureichen (<a href=\"%s\">Details</a>)." +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 "Sollten Sie mit den erhaltenen Informationen nicht zufrieden sein, haben Sie das Recht eine Beschwerde einzureichen (<a href=\"{{url}}\">Details</a>)." -msgid "If you are still having trouble, please <a href=\"%s\">contact us</a>." -msgstr "Sollten weiterhin Probleme bestehen, bitte <a href=\"%s\">kontaktieren Sie uns</a>." +msgid "If you are still having trouble, please <a href=\"{{url}}\">contact us</a>." +msgstr "Sollten weiterhin Probleme bestehen, bitte <a href=\"{{url}}\">kontaktieren Sie uns</a>." -msgid "If you are the requester, then you may <a href=\"%s\">sign in</a> to view the request." -msgstr "Falls Sie der Antragsteller sind, <a href=\"%s\">loggen Sie sich ein</a>, um die Anfrage anzusehen." +msgid "If you are the requester, then you may <a href=\"{{url}}\">sign in</a> to view the request." +msgstr "Falls Sie der Antragsteller sind, <a href=\"{{url}}\">loggen Sie sich ein</a>, um die Anfrage anzusehen." -msgid "If you are thinking of using a pseudonym,\\n please <a href=\"%s\">read this first</a>." +msgid "If you are thinking of using a pseudonym,\\n please <a href=\"{{url}}\">read this first</a>." msgstr "" "Wenn Sie ein Pseudonym als Benutzername verwenden möchten,\n" -" bitte <a href=\"%s\">lesen Sie hier</a>." +" bitte <a href=\"{{url}}\">lesen Sie hier</a>." msgid "If you are {{user_link}}, please" msgstr "Wenn Sie {{user_link}} sind, bitte" @@ -1213,8 +1224,8 @@ msgstr "{{site_name}} beigetreten am" msgid "Just one more thing" msgstr "" -msgid "Keep it <strong>focused</strong>, you'll be more likely to get what you want (<a href=\"%s\">why?</a>)." -msgstr "Machen Sie es <strong>kurz und bündig</strong>, die Wahrscheinlichkeit die gewünschten Informationen zu erhalten ist somit größer(<a href=\"%s\">Warum?</a>)." +msgid "Keep it <strong>focused</strong>, you'll be more likely to get what you want (<a href=\"{{url}}\">why?</a>)." +msgstr "Machen Sie es <strong>kurz und bündig</strong>, die Wahrscheinlichkeit die gewünschten Informationen zu erhalten ist somit größer(<a href=\"{{url}}\">Warum?</a>)." msgid "Keywords" msgstr "Stichwörter" @@ -1282,12 +1293,6 @@ msgstr "" msgid "MailServerLog|Order" msgstr "" -msgid "Make a new <strong>Environmental Information</strong> request" -msgstr "Stellen Sie eine neue <strong>Umwelt-Anfrage</strong>" - -msgid "Make a new <strong>Freedom of Information</strong> request to {{public_body}}" -msgstr "Stellen Sie eine neue <strong>Informationsfreiheitsanfrage</strong> an {{public_body}}" - msgid "Make a new<br/>\\n <strong>Freedom <span>of</span><br/>\\n Information<br/>\\n request</strong>" msgstr "" "Stellen Sie eine neue<br/>\n" @@ -1296,6 +1301,9 @@ msgstr "" msgid "Make a request" msgstr "Anfrage stellen" +msgid "Make a request to this authority" +msgstr "" + msgid "Make an {{law_used_short}} request to '{{public_body_name}}'" msgstr "Stellen Sie einen {{law_used_short}} Antrag an '{{public_body_name}}'" @@ -1533,8 +1541,8 @@ msgstr "Helfen Sie uns ausstehende Anfragen zu kategorisieren!" msgid "Please" msgstr "Bitte" -msgid "Please <a href=\"%s\">get in touch</a> with us so we can fix it." -msgstr "Bitte<a href=\"%s\">nehmen Sie Kontakt mit uns auf</a>, damit wir das Problem beheben können. " +msgid "Please <a href=\"{{url}}\">get in touch</a> with us so we can fix it." +msgstr "Bitte<a href=\"{{url}}\">nehmen Sie Kontakt mit uns auf</a>, damit wir das Problem beheben können. " msgid "Please <strong>answer the question above</strong> so we know whether the " msgstr "Bitte <strong>beantworten Sie die oben angezeigte Frage</strong>, damit wir wissen ob" @@ -1554,6 +1562,9 @@ msgstr "Bitte überprüfen Sie, ob Sie die URL (Webadresse) korrekt aus Ihrer Em msgid "Please choose a file containing your photo." msgstr "Bitte wählen Sie eine Datei mit Ihrem Foto." +msgid "Please choose a reason" +msgstr "" + msgid "Please choose what sort of reply you are making." msgstr "Bitte wählen Sie, welche Art von Antwort Sie geben." @@ -1638,11 +1649,14 @@ msgstr "Bitte halten Sie die Zusammenfassung kurz, wie in der Betreffzeile einer 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 "Bitte fragen Sie ausschliesslich auf diese Kategorien zutreffende Informationen an. <strong>Verschwenden Sie nicht Ihre⏎Zeit</strong> oder die Zeit der Behörde, indem Sie nicht zutreffende Informationen anfragen." +msgid "Please pass this on to the person who conducts Freedom of Information reviews." +msgstr "" + msgid "Please select each of these requests in turn, and <strong>let everyone know</strong>\\nif they are successful yet or not." msgstr "Bitte wählen Sie diese Anfragen der Reihe nach aus und <strong>lassen Sie jederman wissen</strong>, ob sie bereits erfolgreich waren oder noch nicht. " -msgid "Please sign at the bottom with your name, or alter the \"%{signoff}\" signature" -msgstr "Bitte unterschreiben Sie unten mit Ihrem Namen oder ändern Sie Ihre \"% {signoff}\" Signatur" +msgid "Please sign at the bottom with your name, or alter the \"{{signoff}}\" signature" +msgstr "Bitte unterschreiben Sie unten mit Ihrem Namen oder ändern Sie Ihre \"{{signoff}}\" Signatur" msgid "Please sign in as " msgstr "Anmelden als" @@ -1749,9 +1763,6 @@ msgstr "" msgid "Public body" msgstr "" -msgid "Public body/translation" -msgstr "" - msgid "Public notes" msgstr "" @@ -1761,33 +1772,6 @@ msgstr "" msgid "Public page not available" msgstr "" -msgid "PublicBody::Translation|Disclosure log" -msgstr "" - -msgid "PublicBody::Translation|First letter" -msgstr "" - -msgid "PublicBody::Translation|Locale" -msgstr "" - -msgid "PublicBody::Translation|Name" -msgstr "" - -msgid "PublicBody::Translation|Notes" -msgstr "" - -msgid "PublicBody::Translation|Publication scheme" -msgstr "" - -msgid "PublicBody::Translation|Request email" -msgstr "" - -msgid "PublicBody::Translation|Short name" -msgstr "" - -msgid "PublicBody::Translation|Url name" -msgstr "" - msgid "PublicBody|Api key" msgstr "" @@ -1881,6 +1865,9 @@ msgstr "Missbrauch melden" msgid "Report an offensive or unsuitable request" msgstr "" +msgid "Report request" +msgstr "" + msgid "Report this request" msgstr "" @@ -1989,10 +1976,10 @@ msgstr "" msgid "Search the site to find what you were looking for." msgstr "Duchsuchen Sie die Seite, um die von Ihnen gewünschten Informationen zu finden. " -msgid "Search within the %d Freedom of Information requests to %s" -msgid_plural "Search within the %d Freedom of Information requests made to %s" -msgstr[0] "Suchen Sie in den %d an %s gestellten IFG-Anfragen" -msgstr[1] "Suchen Sie in den %d an %s gestellten IFG-Anfragen" +msgid "Search within the {{count}} Freedom of Information requests to {{public_body_name}}" +msgid_plural "Search within the {{count}} Freedom of Information requests made to {{public_body_name}}" +msgstr[0] "Suchen Sie in den {{count}} an {{public_body_name}} gestellten IFG-Anfragen" +msgstr[1] "Suchen Sie in den {{count}} an {{public_body_name}} gestellten IFG-Anfragen" msgid "Search your contributions" msgstr "Suchen Sie Ihre Beiträge" @@ -2104,9 +2091,6 @@ msgstr "Diese Seite wurde leider nicht gefunden" msgid "Special note for this authority!" msgstr "Spezielle Nachricht and diese Behörde!" -msgid "Start" -msgstr "Start" - msgid "Start now »" msgstr "" @@ -2260,18 +2244,18 @@ msgstr "Die Anfrage war <strong>erfolgreich</strong>." msgid "The request was refused by the public authority" msgstr "Die Anfrage wurde von der Behörde abgelehnt" -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=\"%s\">contact us</a> if you have any questions." +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 "" "Die von Ihnen ausgewählte Anfrage wurde verweigert. Dies kann unterschiedliche Ursachen haben, welche an dieser Stelle leider nicht näher erläutert werden können. Bitte<a\n" -" href=\"%s\">kontaktieren Sie uns</a> für weitere Fragen. " +" href=\"{{url}}\">kontaktieren Sie uns</a> für weitere Fragen. " msgid "The requester has abandoned this request for some reason" msgstr "Der Anfragensteller hat die Anfrage aus unbekannten Gründen zurückgezogen. " -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" +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 "Die Beantwortung auf Ihre Anfrage ist verspätet. Nach gesetzlicher Vorschrift sollte die Behörde unverzüglich geantwortet haben und" -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" +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 "The response to your request is <strong>long overdue</strong>. Nach gesetzlicher Vorschrift sollte {{public_body_link}} Ihnen inzwischen unter allen Umständen geantwortet haben. " msgid "The search index is currently offline, so we can't show the Freedom of Information requests that have been made to this authority." @@ -2280,6 +2264,9 @@ msgstr "Da die Suchanzeige momentan offline ist, können wir die an diese Behör msgid "The search index is currently offline, so we can't show the Freedom of Information requests this person has made." msgstr "Da die Suchanzeige momentan offline ist, können wir durch diese Person gestellten Informationsfreiheitsanfragen gerade leider nicht anzeigen. " +msgid "The {{site_name}} team." +msgstr "" + msgid "Then you can cancel the alert." msgstr "Dann können Sie die Statusnachricht abmelden " @@ -2355,17 +2342,17 @@ msgstr "Dann wird Ihr Kommentar zu {{info_request_title}} gesendet." msgid "There are {{count}} new annotations on your {{info_request}} request. Follow this link to see what they wrote." msgstr "Es gibt {{count}} neue Anmerkungen zu Ihrer {{info_request}} Anfrage. Folgen Sie dem Link, um diese anzusehen. " -msgid "There is %d person following this request" -msgid_plural "There are %d people following this request" -msgstr[0] " %d Person verfolgen diese Anfrage" -msgstr[1] " %d Personen verfolgen diese Anfrage" - 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 "" 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 "" +msgid "There is {{count}} person following this request" +msgid_plural "There are {{count}} people following this request" +msgstr[0] " {{count}} Person verfolgen diese Anfrage" +msgstr[1] " {{count}} Personen verfolgen diese Anfrage" + msgid "There was a <strong>delivery error</strong> or similar, which needs fixing by the {{site_name}} team." msgstr "Es ist ein <strong>Übermittlungsfehler</strong>oder ähnliches aufgetreten, welcher von unserem {{site_name}} Team repariert werden muss. " @@ -2402,8 +2389,8 @@ msgstr "" msgid "This authority no longer exists, so you cannot make a request to it." msgstr "Diese Behörde existiert nichtmehr. Es ist folglich nicht möglich eine Anfrage zu stellen. " -msgid "This comment has been hidden. See annotations to\\n find out why. If you are the requester, then you may <a href=\"%s\">sign in</a> to view the response." -msgstr "Dieser Kommentar wurde verborgen. Sehen Sie die Anmerkungen, um den Grund zu erfahren. Falls Sie diese Anfrage gestellt haben können Sie sich <a href=\"%s\">einloggen</a> um die Antwort zu lesen." +msgid "This comment has been hidden. See annotations to\\n find out why. If you are the requester, then you may <a href=\"{{url}}\">sign in</a> to view the response." +msgstr "Dieser Kommentar wurde verborgen. Sehen Sie die Anmerkungen, um den Grund zu erfahren. Falls Sie diese Anfrage gestellt haben können Sie sich <a href=\"{{url}}\">einloggen</a> um die Antwort zu lesen." msgid "This covers a very wide spectrum of information about the state of\\n the <strong>natural and built environment</strong>, such as:" msgstr "" @@ -2428,8 +2415,8 @@ 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 outgoing message has been hidden. See annotations to\\n\t\t\t\t\t\tfind out why. If you are the requester, then you may <a href=\"%s\">sign in</a> to view the response." -msgstr "Dieser Kommentar wurde verborgen. Sehen Sie die Anmerkungen, um den Grund zu erfahren. Falls Sie diese Anfrage gestellt haben können Sie sich <a href=\"%s\">einloggen</a> um die Antwort zu lesen." +msgid "This outgoing message has been hidden. See annotations to\\n\t\t\t\t\t\tfind out why. If you are the requester, then you may <a href=\"{{url}}\">sign in</a> to view the response." +msgstr "Dieser Kommentar wurde verborgen. Sehen Sie die Anmerkungen, um den Grund zu erfahren. Falls Sie diese Anfrage gestellt haben können Sie sich <a href=\"{{url}}\">einloggen</a> um die Antwort zu lesen." msgid "This particular request is finished:" msgstr "Diese Anfrage wurde abgeschlossen:" @@ -2437,19 +2424,19 @@ msgstr "Diese Anfrage wurde abgeschlossen:" msgid "This person has made no Freedom of Information requests using this site." msgstr "Diese Person hat eine Informationsfreiheits-Anfrage über diese Seite gestellt. " -msgid "This person's %d Freedom of Information request" -msgid_plural "This person's %d Freedom of Information requests" -msgstr[0] " %d Informationsfreiheitsanfragen dieses Benutzers / dieser Benutzerin" -msgstr[1] " %d Informationsfreiheitsanfragen dieses Benutzers / dieser Benutzerin" - -msgid "This person's %d annotation" -msgid_plural "This person's %d annotations" -msgstr[0] "Die %d Anmerkung dieser Person" -msgstr[1] "Die %d Anmerkungen dieser Person" - msgid "This person's annotations" msgstr "Die Anmerkungen dieser Person" +msgid "This person's {{count}} Freedom of Information request" +msgid_plural "This person's {{count}} Freedom of Information requests" +msgstr[0] " {{count}} Informationsfreiheitsanfragen dieses Benutzers / dieser Benutzerin" +msgstr[1] " {{count}} Informationsfreiheitsanfragen dieses Benutzers / dieser Benutzerin" + +msgid "This person's {{count}} annotation" +msgid_plural "This person's {{count}} annotations" +msgstr[0] "Die {{count}} Anmerkung dieser Person" +msgstr[1] "Die {{count}} Anmerkungen dieser Person" + msgid "This request <strong>requires administrator attention</strong>" msgstr "Diese Anfrage <strong>müsste einmal überprüft werden</strong>" @@ -2473,7 +2460,7 @@ msgstr "" "Diese Anfrage wurde von dem/der Anfrageninhaber/in <strong>zurückgezogen</strong>. \n" " <span class=\"whitespace other\" title=\"Tab\">»</span> Sie können evt. eine Begründung im unten angefügten Kommunikationsverlauf finden." -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=\"%s\">contact us</a>." +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 "" msgid "This request has been reported for administrator attention" @@ -2488,10 +2475,10 @@ msgstr "Diese Anfrage erhielt eine ungewöhnliche Antwort und müsste einmal dur msgid "This request has prominence 'hidden'. You can only see it because you are logged\\n in as a super user." msgstr "Diese Anfrage ist verborgen. Sie können sie nur sehen weil Sie als Supernutzer eingeloggt sind. " -msgid "This request is hidden, so that only you the requester can see it. Please\\n <a href=\"%s\">contact us</a> if you are not sure why." +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 "" "Diese Anfrage ist verborgen, so dass ausschliesslich Sie als Nutzer sie sehen können. \n" -"Bitte⏎ <a href=\"%s\">kontaktieren Sie us</a> falls Sie nicht wissen warum." +"Bitte⏎ <a href=\"{{url}}\">kontaktieren Sie us</a> falls Sie nicht wissen warum." msgid "This request is still in progress:" msgstr "Diese Anfrage ist noch in Bearbeitung" @@ -2502,8 +2489,8 @@ msgstr "" msgid "This request was not made via {{site_name}}" msgstr "" -msgid "This response has been hidden. See annotations to find out why.\\n If you are the requester, then you may <a href=\"%s\">sign in</a> to view the response." -msgstr "Dieser Kommentar wurde verborgen. Sehen Sie die Anmerkungen, um den Grund zu erfahren. Falls Sie diese Anfrage gestellt haben können Sie sich <a href=\"%s\">anmelden</a> um die Antwort zu lesen." +msgid "This response has been hidden. See annotations to find out why.\\n If you are the requester, then you may <a href=\"{{url}}\">sign in</a> to view the response." +msgstr "Dieser Kommentar wurde verborgen. Sehen Sie die Anmerkungen, um den Grund zu erfahren. Falls Sie diese Anfrage gestellt haben können Sie sich <a href=\"{{url}}\">anmelden</a> um die Antwort zu lesen." 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 "" @@ -2574,7 +2561,7 @@ msgstr "Um Ihre Anmerkung zu senden" msgid "To reply to " msgstr "Um eine Antwort zu senden an" -msgid "To report this FOI request" +msgid "To report this request" msgstr "" msgid "To send a follow up message to " @@ -2661,10 +2648,10 @@ msgstr "Unerwartetes Suchergebnis" msgid "Unexpected search result type " msgstr "Unerwartetes Suchergebnis" -msgid "Unfortunately we don't know the FOI\\nemail address for that authority, so we can't validate this.\\nPlease <a href=\"%s\">contact us</a> to sort it out." +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 "" "Leider ist uns die IFG-Emailadresse dieser Behörde nicht bekannt, somit können wir dies nicht bestätigen.\n" -"Bitte <a href=\"%s\">kontaktieren Sie uns</a> zur Klärung der Angelegenheit." +"Bitte <a href=\"{{url}}\">kontaktieren Sie uns</a> zur Klärung der Angelegenheit." 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}}" @@ -2798,6 +2785,12 @@ msgstr "Antwort der Behörde wird erwartet" msgid "Was the response you got to your FOI request any good?" msgstr "" +msgid "We consider it is not a valid FOI request, and have therefore hidden it from other users." +msgstr "" + +msgid "We consider it to be vexatious, and have therefore hidden it from other users." +msgstr "" + msgid "We do not have a working request email address for this authority." msgstr "Für diese Behörde ist keine funktionierende Emailadresse zur Anfragenstellung verfügbar. " @@ -2810,8 +2803,8 @@ msgstr "" " –\n" "<span class=\"whitespace other\" title=\"Tab\">»</span>falls Sie {{user_link}} sind, bitte <a href=\"{{url}}\">melden Sich an</a> und lassen es uns wissen. " -msgid "We will not reveal your email address to anybody unless you or\\n the law tell us to (<a href=\"%s\">details</a>). " -msgstr "Ohne Ihre Zustimmung oder gesetzliche Vorschrift werden wir Ihre Email-Adresse zu keinem Zeitpunkt veröffentlichen. (<a href=\"%s\">details</a>) " +msgid "We will not reveal your email address to anybody unless you or\\n the law tell us to (<a href=\"{{url}}\">details</a>). " +msgstr "Ohne Ihre Zustimmung oder gesetzliche Vorschrift werden wir Ihre Email-Adresse zu keinem Zeitpunkt veröffentlichen. (<a href=\"{{url}}\">details</a>) " msgid "We will not reveal your email address to anybody unless you\\nor the law tell us to." msgstr "Wir werden Ihre Emailadresse nicht veröffentlichen, sofern nicht von Ihnen freigegeben oder gesetzlich vorgeschrieben. " @@ -2852,8 +2845,8 @@ msgstr "Wenn Sie dort hinkommen, aktualisieren Sie bitte den Status indem Sie un msgid "When you receive the paper response, please help\\n others find out what it says:" msgstr "Wenn Sie die gedruckte Antwort erhalten, machen Sie den Inhalt bitte für andere Nutzer zugänglich" -msgid "When you're done, <strong>come back here</strong>, <a href=\"%s\">reload this page</a> and file your new request." -msgstr "Wenn Sie fertig sind, <strong>kommen Sie hierher zurück</strong>, <a href=\"%s\">laden Sie die Seite erneut</a> und stellen Sie Ihre neue Anfrage." +msgid "When you're done, <strong>come back here</strong>, <a href=\"{{url}}\">reload this page</a> and file your new request." +msgstr "Wenn Sie fertig sind, <strong>kommen Sie hierher zurück</strong>, <a href=\"{{url}}\">laden Sie die Seite erneut</a> und stellen Sie Ihre neue Anfrage." msgid "Which of these is happening?" msgstr "Welcher dieser Aspekte ist zutreffend?" @@ -2956,8 +2949,8 @@ msgstr "Sie kennen die Ursache des Fehlers und können eine <strong>Lösung anbi 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 "" -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=\"%s\">send it to us</a>." -msgstr "Es ist mögliche eine auf deren Internetseite zu finden oder sie telefonisch zu erfragen. Sollten Sie sie herausfinden, <a href=\"%s\">senden sie sie uns bitte zu</a>." +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 "Es ist mögliche eine auf deren Internetseite zu finden oder sie telefonisch zu erfragen. Sollten Sie sie herausfinden, <a href=\"{{url}}\">senden sie sie uns bitte zu</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 "Sie können eventuell eine auf deren Internetseite finden, oder sie anrufen und nachfragen. Sollten Sie eine herausfinden, freuen wir uns über Ihre <a href=\"{{help_url}}\">Zusendung</a>." @@ -2974,6 +2967,9 @@ msgstr "Sie müssen angemeldet sein, um Ihren Profilbild zu löschen." msgid "You need to be logged in to edit your profile." msgstr "" +msgid "You need to be logged in to report a request for administrator attention" +msgstr "" + msgid "You previously submitted that exact follow up message for this request." msgstr "Sie haben kürzlich dieselbe Follow-up Nachricht für diese Anfrage gesendet. " @@ -2995,6 +2991,9 @@ msgstr "" msgid "You will only get an answer to your request if you follow up\\nwith the clarification." msgstr "Sie können nur eine Antwort auf Ihre Anfrage erhalten wenn Sie mti der Aufklärung fortfahren. " +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 "" + msgid "You're in. <a href=\"#\" id=\"send-request\">Continue sending your request</a>" msgstr "" @@ -3007,22 +3006,12 @@ msgstr "" msgid "You've now cleared your profile photo" msgstr "Sie haben Ihr Profilbild nun gelöscht" -msgid "Your %d Freedom of Information request" -msgid_plural "Your %d Freedom of Information requests" -msgstr[0] "Ihre %d Informationsfreiheitsanfrage" -msgstr[1] "Ihre %d Informationsfreiheitsanfragen" - -msgid "Your %d annotation" -msgid_plural "Your %d annotations" -msgstr[0] "Ihre %d Anmerkunge" -msgstr[1] "Ihre %d Anmerkungen" - -msgid "Your <strong>name will appear publicly</strong> \\n (<a href=\"%s\">why?</a>)\\n on this website and in search engines. If you\\n are thinking of using a pseudonym, please \\n <a href=\"%s\">read this first</a>." +msgid "Your <strong>name will appear publicly</strong>\\n (<a href=\"{{why_url}}\">why?</a>)\\n on this website and in search engines. If you\\n are thinking of using a pseudonym, please\\n <a href=\"{{help_url}}\">read this first</a>." msgstr "" "Ihr <strong>Name wird öffentlich</strong> \n" -" (<a href=\"%s\">warum?</a>)\n" +" (<a href=\"{{why_url}}\">warum?</a>)\n" " auf dieser Internetseite und in Suchmaschinen angezeigt.Falls Sie lieber ein Pseudonym nutzen möchten, \n" -" <a href=\"%s\">lesen Sie erst hier</a>." +" <a href=\"{{help_url}}\">lesen Sie erst hier</a>." msgid "Your annotations" msgstr "Ihre Anmerkungen" @@ -3033,8 +3022,8 @@ msgstr "" msgid "Your e-mail:" msgstr "Ihre Email:" -msgid "Your follow up has not been sent because this request has been stopped to prevent spam. Please <a href=\"%s\">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=\"%s\">kontaktieren Sie uns</a> wenn Sie wirklich eine Nachfrage senden möchten. " +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. " msgid "Your follow up message has been sent on its way." msgstr "Ihre Follow-up Nachricht wurde gesendet." @@ -3057,10 +3046,10 @@ msgstr "Ihre Nachricht wird in <strong>Suchmaschinen</strong> angezeigt werden" msgid "Your name and annotation will appear in <strong>search engines</strong>." msgstr "Ihr Name und Ihr Kommentar wird in <strong>Suchmaschinen</strong>.angezeigt werden. " -msgid "Your name, request and any responses will appear in <strong>search engines</strong>\\n (<a href=\"%s\">details</a>)." +msgid "Your name, request and any responses will appear in <strong>search engines</strong>\\n (<a href=\"{{url}}\">details</a>)." msgstr "" "Ihr Name, Ihre Anfrage und alle Antworten werden in <strong>Suchmaschinen</strong> angezeigt werden\n" -" (<a href=\"%s\">Details</a>)." +" (<a href=\"{{url}}\">Details</a>)." msgid "Your name:" msgstr "Ihr Name:" @@ -3077,6 +3066,12 @@ msgstr "Ihr Passwort:" msgid "Your photo will be shown in public <strong>on the Internet</strong>,\\n wherever you do something on {{site_name}}." msgstr "" +msgid "Your request '{{request}}' at {{url}} has been reviewed by moderators." +msgstr "" + +msgid "Your request on {{site_name}} hidden" +msgstr "" + msgid "Your request was called {{info_request}}. Letting everyone know whether you got the information will help us keep tabs on" msgstr "Ihre Anfrage hat den folgenden Titel: {{info_request}}. Bitte informieren Sie uns, ob Sie die gewünschte Information erhalten. Dies hilft uns die Seite aktuell zu halten." @@ -3086,12 +3081,22 @@ msgstr "Ihre Anfrage:" msgid "Your response to an FOI request was not delivered" msgstr "" -msgid "Your response will <strong>appear on the Internet</strong>, <a href=\"%s\">read why</a> and answers to other questions." -msgstr "Ihre Antwort, sowie Antworten auf andere Anfragen wierden <strong>im Internet erscheinen</strong>, <a href=\"%s\">Lesen Sie warum</a>" +msgid "Your response will <strong>appear on the Internet</strong>, <a href=\"{{url}}\">read why</a> and answers to other questions." +msgstr "Ihre Antwort, sowie Antworten auf andere Anfragen wierden <strong>im Internet erscheinen</strong>, <a href=\"{{url}}\">Lesen Sie warum</a>" msgid "Your thoughts on what the {{site_name}} <strong>administrators</strong> should do about the request." msgstr "Ihre Meinung zu empfehlenswerten Schritte von {{site_name}} durch die <strong>Administratoren</strong> bzgl. der Anfrage." +msgid "Your {{count}} Freedom of Information request" +msgid_plural "Your {{count}} Freedom of Information requests" +msgstr[0] "Ihre {{count}} Informationsfreiheitsanfrage" +msgstr[1] "Ihre {{count}} Informationsfreiheitsanfragen" + +msgid "Your {{count}} annotation" +msgid_plural "Your {{count}} annotations" +msgstr[0] "Ihre {{count}} Anmerkunge" +msgstr[1] "Ihre {{count}} Anmerkungen" + msgid "Your {{site_name}} email alert" msgstr "Ihr {{site_name}} Email Alarm" @@ -3101,6 +3106,9 @@ msgstr "Mit freundlichem Gruß, " msgid "Yours sincerely," msgstr "Mit freundlichem Gruß, " +msgid "Yours," +msgstr "" + msgid "[FOI #{{request}} email]" msgstr "" @@ -3196,7 +3204,7 @@ msgstr "" " Oder Sie könnten Sie anrufen." msgid "details" -msgstr "" +msgstr "Details" msgid "display_status only works for incoming and outgoing messages right now" msgstr "Anzeigestatus funktioniert momentan nur für ein- und ausgehende Nachrichten" @@ -3264,10 +3272,10 @@ msgstr "" msgid "no later than" msgstr "nicht später als" -msgid "no longer exists. If you are trying to make\\n 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=\"%s\">send it to us</a>." +msgid "no longer exists. If you are trying to make\\n 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 "" "besteht nicht mehr. Falls Sie versuchen \n" -" Von der Anfragen-Seite, versuchen Sie auf spezifische Nachrichten zu Antworten anstatt generelle Nachfragen zu versenden. Wenn Sie eine gnerelle Nachfrage stellen müssen und eine Email-Adresse kennen, die an die richtige Stelle geht, <a href=\"%s\">senden Sie uns diese</a> bitte zu." +" Von der Anfragen-Seite, versuchen Sie auf spezifische Nachrichten zu Antworten anstatt generelle Nachfragen zu versenden. Wenn Sie eine gnerelle Nachfrage stellen müssen und eine Email-Adresse kennen, die an die richtige Stelle geht, <a href=\"{{url}}\">senden Sie uns diese</a> bitte zu." msgid "normally" msgstr "normalerweise" @@ -3373,9 +3381,32 @@ msgstr "nützliche Information" msgid "users" msgstr "Nutzer" +msgid "what's that?" +msgstr "Was ist das?" + msgid "{{count}} FOI requests found" msgstr "{{count}} IFG-Anfragen gefunden" +msgid "{{count}} Freedom of Information request to {{public_body_name}}" +msgid_plural "{{count}} Freedom of Information requests to {{public_body_name}}" +msgstr[0] "{{count}} Informationsfreiheitsanfrage an {{public_body_name}}" +msgstr[1] "{{count}} Informationsfreiheitsanfragen an {{public_body_name}}" + +msgid "{{count}} person is following this authority" +msgid_plural "{{count}} people are following this authority" +msgstr[0] "" +msgstr[1] "" + +msgid "{{count}} request" +msgid_plural "{{count}} requests" +msgstr[0] "{{count}} Anfrage" +msgstr[1] "{{count}} Anfragen" + +msgid "{{count}} request made." +msgid_plural "{{count}} requests made." +msgstr[0] "{{count}} Anfragen gestellt." +msgstr[1] "{{count}} Anfragen gestellt." + 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}} already\n" diff --git a/locale/en/app.po b/locale/en/app.po index 206f98e66..5dcc9ce57 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: 2013-03-14 14:02-0700\n" +"POT-Creation-Date: 2013-06-24 09:40-0700\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" @@ -20,7 +20,7 @@ msgstr "" 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 "" -msgid " (<strong>no ranty</strong> politics, read our <a href=\"%s\">moderation policy</a>)" +msgid " (<strong>no ranty</strong> politics, read our <a href=\"{{url}}\">moderation policy</a>)" msgstr "" msgid " (<strong>patience</strong>, especially for large files, it may take a while!)" @@ -50,7 +50,7 @@ msgstr "" msgid " Ideas on what <strong>other documents to request</strong> which the authority may hold. " msgstr "" -msgid " If you know the address to use, then please <a href=\"%s\">send it to us</a>.\\n You may be able to find the address on their website, or by phoning them up and asking." +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 "" msgid " Include relevant links, such as to a campaign page, your blog or a\\n twitter account. They will be made clickable. \\n e.g." @@ -89,21 +89,6 @@ msgstr "" msgid "\"Hello! We have an <a href=\\\"/help/alaveteli?country_name=#{CGI.escape(current_country)}\\\">important message</a> for visitors outside {{country_name}}\"" msgstr "" -msgid "%d Freedom of Information request to %s" -msgid_plural "%d Freedom of Information requests to %s" -msgstr[0] "" -msgstr[1] "" - -msgid "%d request" -msgid_plural "%d requests" -msgstr[0] "" -msgstr[1] "" - -msgid "%d request made." -msgid_plural "%d requests made." -msgstr[0] "" -msgstr[1] "" - msgid "'Crime statistics by ward level for Wales'" msgstr "" @@ -137,31 +122,13 @@ msgstr "" msgid "3. Now check your request" msgstr "" -msgid "<a class=\"link_button_green\" href=\"{{url}}\">{{text}}</a>" -msgstr "" - -msgid "<a href=\"%s\">Add an annotation</a> (to help the requester or others)" -msgstr "" - -msgid "<a href=\"%s\">Are we missing a public authority?</a>" -msgstr "" - -msgid "<a href=\"%s\">Are you the owner of\\n any commercial copyright on this page?</a>" -msgstr "" - -msgid "<a href=\"%s\">Browse all</a> or <a href=\"%s\">ask us to add one</a>." -msgstr "" - -msgid "<a href=\"%s\">Can't find the one you want?</a>" -msgstr "" - -msgid "<a href=\"%s\">Sign in</a> to change password, subscriptions and more ({{user_name}} only)" +msgid "<a href=\"{{browse_url}}\">Browse all</a> or <a href=\"{{add_url}}\">ask us to add one</a>." msgstr "" -msgid "<a href=\"%s\">details</a>" +msgid "<a href=\"{{url}}\">Add an annotation</a> (to help the requester or others)" msgstr "" -msgid "<a href=\"%s\">what's that?</a>" +msgid "<a href=\"{{url}}\">Sign in</a> to change password, subscriptions and more ({{user_name}} only)" msgstr "" 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>" @@ -191,16 +158,22 @@ msgstr "" 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 "" +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 "" + 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 "" 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 "" -msgid "<p>You do not need to include your email in the request in order to get a reply (<a href=\"%s\">details</a>).</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 "" -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=\"%s\">details</a>).</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 "" + +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 "" 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>" @@ -215,12 +188,7 @@ msgstr "" 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 "" -msgid "<span id='follow_count'>%d</span> person is following this authority" -msgid_plural "<span id='follow_count'>%d</span> people are following this authority" -msgstr[0] "" -msgstr[1] "" - -msgid "<strong> Can I request information about myself?</strong>\\n\t\t\t<a href=\"%s\">No! (Click here for details)</a>" +msgid "<strong> Can I request information about myself?</strong>\\n\t\t\t<a href=\"{{url}}\">No! (Click here for details)</a>" msgstr "" msgid "<strong><code>commented_by:tony_bowden</code></strong> to search annotations made by Tony Bowden, typing the name as in the URL." @@ -274,7 +242,7 @@ msgstr "" 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 "" -msgid "<strong>Privacy note:</strong> If you want to request private information about\\n yourself then <a href=\"%s\">click here</a>." +msgid "<strong>Privacy note:</strong> If you want to request private information about\\n yourself then <a href=\"{{url}}\">click here</a>." msgstr "" msgid "<strong>Privacy note:</strong> Your photo will be shown in public on the Internet,\\n wherever you do something on {{site_name}}." @@ -304,6 +272,9 @@ msgstr "" msgid "A Freedom of Information request" msgstr "" +msgid "A full history of my FOI request and all correspondence is available on the Internet at this address: {{url}}" +msgstr "" + 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 "" @@ -328,6 +299,15 @@ msgstr "" msgid "Act on what you've learnt" msgstr "" +msgid "Acts as xapian/acts as xapian job" +msgstr "" + +msgid "ActsAsXapian::ActsAsXapianJob|Action" +msgstr "" + +msgid "ActsAsXapian::ActsAsXapianJob|Model" +msgstr "" + msgid "Add an annotation" msgstr "" @@ -409,10 +389,16 @@ msgstr "" msgid "Applies to" msgstr "" +msgid "Are we missing a public authority?" +msgstr "" + +msgid "Are you the owner of any commercial copyright on this page?" +msgstr "" + msgid "Ask for <strong>specific</strong> documents or information, this site is not suitable for general enquiries." msgstr "" -msgid "At the bottom of this page, write a reply to them trying to persuade them to scan it in\\n (<a href=\"%s\">more details</a>)." +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 "" msgid "Attachment (optional):" @@ -451,6 +437,9 @@ msgstr "" msgid "Calculated home page" msgstr "" +msgid "Can't find the one you want?" +msgstr "" + msgid "Cancel a {{site_name}} alert" msgstr "" @@ -616,6 +605,9 @@ msgstr "" msgid "Date:" msgstr "" +msgid "Dear {{name}}," +msgstr "" + msgid "Dear {{public_body_name}}," msgstr "" @@ -694,7 +686,7 @@ msgstr "" msgid "Enter words that you want to find separated by spaces, e.g. <strong>climbing lane</strong>" msgstr "" -msgid "Enter your response below. You may attach one file (use email, or\\n <a href=\"%s\">contact us</a> if you need more)." +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 "" msgid "Environmental Information Regulations" @@ -715,10 +707,10 @@ msgstr "" msgid "Event {{id}}" msgstr "" -msgid "Everything that you enter on this page, including <strong>your name</strong>,\\n will be <strong>displayed publicly</strong> on\\n this website forever (<a href=\"%s\">why?</a>)." +msgid "Everything that you enter on this page, including <strong>your name</strong>,\\n will be <strong>displayed publicly</strong> on\\n this website forever (<a href=\"{{url}}\">why?</a>)." msgstr "" -msgid "Everything that you enter on this page\\n will be <strong>displayed publicly</strong> on\\n this website forever (<a href=\"%s\">why?</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 "" msgid "FOI" @@ -745,13 +737,16 @@ msgstr "" msgid "Failed to convert image to a PNG" msgstr "" -msgid "Failed to convert image to the correct size: at %{cols}x%{rows}, need %{width}x%{height}" +msgid "Failed to convert image to the correct size: at {{cols}}x{{rows}}, need {{width}}x{{height}}" msgstr "" msgid "Filter" msgstr "" -msgid "First, type in the <strong>name of the UK public authority</strong> you'd \\n like information from. <strong>By law, they have to respond</strong>\\n (<a href=\"%s#%s\">why?</a>)." +msgid "First, did your other requests succeed?" +msgstr "" + +msgid "First, type in the <strong>name of the UK public authority</strong> you'd\\n like information from. <strong>By law, they have to respond</strong>\\n (<a href=\"{{url}}\">why?</a>)." msgstr "" msgid "Foi attachment" @@ -832,8 +827,8 @@ msgstr "" msgid "Forgotten your password?" msgstr "" -msgid "Found %d public authority %s" -msgid_plural "Found %d public authorities %s" +msgid "Found {{count}} public authority {{description}}" +msgid_plural "Found {{count}} public authorities {{description}}" msgstr[0] "" msgstr[1] "" @@ -870,7 +865,7 @@ msgstr "" msgid "From" 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=\"%s\">send it to us</a>." +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:" @@ -882,6 +877,18 @@ msgstr "" msgid "Handled by post." msgstr "" +msgid "Has tag string/has tag string tag" +msgstr "" + +msgid "HasTagString::HasTagStringTag|Model" +msgstr "" + +msgid "HasTagString::HasTagStringTag|Name" +msgstr "" + +msgid "HasTagString::HasTagStringTag|Value" +msgstr "" + msgid "Hello! You can make Freedom of Information requests within {{country_name}} at {{link_to_website}}" msgstr "" @@ -933,6 +940,9 @@ msgstr "" msgid "I am requesting an <strong>internal review</strong>" msgstr "" +msgid "I am writing to request an internal review of {{public_body_name}}'s handling of my FOI request '{{info_request_title}}'." +msgstr "" + msgid "I don't like these ones — give me some more!" msgstr "" @@ -972,7 +982,7 @@ msgstr "" msgid "Id" msgstr "" -msgid "If the address is wrong, or you know a better address, please <a href=\"%s\">contact us</a>." +msgid "If the address is wrong, or you know a better address, please <a href=\"{{url}}\">contact us</a>." msgstr "" 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." @@ -981,16 +991,16 @@ msgstr "" 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 "" -msgid "If you are dissatisfied by the response you got from\\n the public authority, you have the right to\\n complain (<a href=\"%s\">details</a>)." +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 "" -msgid "If you are still having trouble, please <a href=\"%s\">contact us</a>." +msgid "If you are still having trouble, please <a href=\"{{url}}\">contact us</a>." msgstr "" -msgid "If you are the requester, then you may <a href=\"%s\">sign in</a> to view the request." +msgid "If you are the requester, then you may <a href=\"{{url}}\">sign in</a> to view the request." msgstr "" -msgid "If you are thinking of using a pseudonym,\\n please <a href=\"%s\">read this first</a>." +msgid "If you are thinking of using a pseudonym,\\n please <a href=\"{{url}}\">read this first</a>." msgstr "" msgid "If you are {{user_link}}, please" @@ -1161,7 +1171,7 @@ msgstr "" msgid "Just one more thing" msgstr "" -msgid "Keep it <strong>focused</strong>, you'll be more likely to get what you want (<a href=\"%s\">why?</a>)." +msgid "Keep it <strong>focused</strong>, you'll be more likely to get what you want (<a href=\"{{url}}\">why?</a>)." msgstr "" msgid "Keywords" @@ -1230,18 +1240,15 @@ msgstr "" msgid "MailServerLog|Order" msgstr "" -msgid "Make a new <strong>Environmental Information</strong> request" -msgstr "" - -msgid "Make a new <strong>Freedom of Information</strong> request to {{public_body}}" -msgstr "" - msgid "Make a new<br/>\\n <strong>Freedom <span>of</span><br/>\\n Information<br/>\\n request</strong>" msgstr "" msgid "Make a request" msgstr "" +msgid "Make a request to this authority" +msgstr "" + msgid "Make an {{law_used_short}} request to '{{public_body_name}}'" msgstr "" @@ -1479,7 +1486,7 @@ msgstr "" msgid "Please" msgstr "" -msgid "Please <a href=\"%s\">get in touch</a> with us so we can fix it." +msgid "Please <a href=\"{{url}}\">get in touch</a> with us so we can fix it." msgstr "" msgid "Please <strong>answer the question above</strong> so we know whether the " @@ -1500,6 +1507,9 @@ msgstr "" msgid "Please choose a file containing your photo." msgstr "" +msgid "Please choose a reason" +msgstr "" + msgid "Please choose what sort of reply you are making." msgstr "" @@ -1581,10 +1591,13 @@ msgstr "" 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 "" +msgid "Please pass this on to the person who conducts Freedom of Information reviews." +msgstr "" + msgid "Please select each of these requests in turn, and <strong>let everyone know</strong>\\nif they are successful yet or not." msgstr "" -msgid "Please sign at the bottom with your name, or alter the \"%{signoff}\" signature" +msgid "Please sign at the bottom with your name, or alter the \"{{signoff}}\" signature" msgstr "" msgid "Please sign in as " @@ -1692,9 +1705,6 @@ msgstr "" msgid "Public body" msgstr "" -msgid "Public body/translation" -msgstr "" - msgid "Public notes" msgstr "" @@ -1704,33 +1714,6 @@ msgstr "" msgid "Public page not available" msgstr "" -msgid "PublicBody::Translation|Disclosure log" -msgstr "" - -msgid "PublicBody::Translation|First letter" -msgstr "" - -msgid "PublicBody::Translation|Locale" -msgstr "" - -msgid "PublicBody::Translation|Name" -msgstr "" - -msgid "PublicBody::Translation|Notes" -msgstr "" - -msgid "PublicBody::Translation|Publication scheme" -msgstr "" - -msgid "PublicBody::Translation|Request email" -msgstr "" - -msgid "PublicBody::Translation|Short name" -msgstr "" - -msgid "PublicBody::Translation|Url name" -msgstr "" - msgid "PublicBody|Api key" msgstr "" @@ -1824,6 +1807,9 @@ msgstr "" msgid "Report an offensive or unsuitable request" msgstr "" +msgid "Report request" +msgstr "" + msgid "Report this request" msgstr "" @@ -1929,8 +1915,8 @@ msgstr "" msgid "Search the site to find what you were looking for." msgstr "" -msgid "Search within the %d Freedom of Information requests to %s" -msgid_plural "Search within the %d Freedom of Information requests made to %s" +msgid "Search within the {{count}} Freedom of Information requests to {{public_body_name}}" +msgid_plural "Search within the {{count}} Freedom of Information requests made to {{public_body_name}}" msgstr[0] "" msgstr[1] "" @@ -2042,9 +2028,6 @@ msgstr "" msgid "Special note for this authority!" msgstr "" -msgid "Start" -msgstr "" - msgid "Start now »" msgstr "" @@ -2195,16 +2178,16 @@ msgstr "" msgid "The request was refused by the public authority" msgstr "" -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=\"%s\">contact us</a> if you have any questions." +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 "" msgid "The requester has abandoned this request for some reason" msgstr "" -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" +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 "" -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" +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 "" msgid "The search index is currently offline, so we can't show the Freedom of Information requests that have been made to this authority." @@ -2213,6 +2196,9 @@ msgstr "" msgid "The search index is currently offline, so we can't show the Freedom of Information requests this person has made." msgstr "" +msgid "The {{site_name}} team." +msgstr "" + msgid "Then you can cancel the alert." msgstr "" @@ -2288,17 +2274,17 @@ msgstr "" msgid "There are {{count}} new annotations on your {{info_request}} request. Follow this link to see what they wrote." msgstr "" -msgid "There is %d person following this request" -msgid_plural "There are %d people following this request" -msgstr[0] "" -msgstr[1] "" - 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 "" 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 "" +msgid "There is {{count}} person following this request" +msgid_plural "There are {{count}} people following this request" +msgstr[0] "" +msgstr[1] "" + msgid "There was a <strong>delivery error</strong> or similar, which needs fixing by the {{site_name}} team." msgstr "" @@ -2335,7 +2321,7 @@ msgstr "" msgid "This authority no longer exists, so you cannot make a request to it." msgstr "" -msgid "This comment has been hidden. See annotations to\\n find out why. If you are the requester, then you may <a href=\"%s\">sign in</a> to view the response." +msgid "This comment has been hidden. See annotations to\\n find out why. If you are the requester, then you may <a href=\"{{url}}\">sign in</a> to view the response." msgstr "" msgid "This covers a very wide spectrum of information about the state of\\n the <strong>natural and built environment</strong>, such as:" @@ -2359,7 +2345,7 @@ msgstr "" msgid "This is your own request, so you will be automatically emailed when new responses arrive." msgstr "" -msgid "This outgoing message has been hidden. See annotations to\\n\t\t\t\t\t\tfind out why. If you are the requester, then you may <a href=\"%s\">sign in</a> to view the response." +msgid "This outgoing message has been hidden. See annotations to\\n\t\t\t\t\t\tfind out why. If you are the requester, then you may <a href=\"{{url}}\">sign in</a> to view the response." msgstr "" msgid "This particular request is finished:" @@ -2368,19 +2354,19 @@ msgstr "" msgid "This person has made no Freedom of Information requests using this site." msgstr "" -msgid "This person's %d Freedom of Information request" -msgid_plural "This person's %d Freedom of Information requests" +msgid "This person's annotations" +msgstr "" + +msgid "This person's {{count}} Freedom of Information request" +msgid_plural "This person's {{count}} Freedom of Information requests" msgstr[0] "" msgstr[1] "" -msgid "This person's %d annotation" -msgid_plural "This person's %d annotations" +msgid "This person's {{count}} annotation" +msgid_plural "This person's {{count}} annotations" msgstr[0] "" msgstr[1] "" -msgid "This person's annotations" -msgstr "" - msgid "This request <strong>requires administrator attention</strong>" msgstr "" @@ -2402,7 +2388,7 @@ msgstr "" 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 "" -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=\"%s\">contact us</a>." +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 "" msgid "This request has been reported for administrator attention" @@ -2417,7 +2403,7 @@ msgstr "" msgid "This request has prominence 'hidden'. You can only see it because you are logged\\n in as a super user." msgstr "" -msgid "This request is hidden, so that only you the requester can see it. Please\\n <a href=\"%s\">contact us</a> if you are not sure why." +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 "" msgid "This request is still in progress:" @@ -2429,7 +2415,7 @@ msgstr "" msgid "This request was not made via {{site_name}}" msgstr "" -msgid "This response has been hidden. See annotations to find out why.\\n If you are the requester, then you may <a href=\"%s\">sign in</a> to view the response." +msgid "This response has been hidden. See annotations to find out why.\\n If you are the requester, then you may <a href=\"{{url}}\">sign in</a> to view the response." msgstr "" 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." @@ -2501,7 +2487,7 @@ msgstr "" msgid "To reply to " msgstr "" -msgid "To report this FOI request" +msgid "To report this request" msgstr "" msgid "To send a follow up message to " @@ -2588,7 +2574,7 @@ msgstr "" msgid "Unexpected search result type " msgstr "" -msgid "Unfortunately we don't know the FOI\\nemail address for that authority, so we can't validate this.\\nPlease <a href=\"%s\">contact us</a> to sort it out." +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 "" msgid "Unfortunately, we do not have a working {{info_request_law_used_full}}\\naddress for" @@ -2723,6 +2709,12 @@ msgstr "" msgid "Was the response you got to your FOI request any good?" msgstr "" +msgid "We consider it is not a valid FOI request, and have therefore hidden it from other users." +msgstr "" + +msgid "We consider it to be vexatious, and have therefore hidden it from other users." +msgstr "" + msgid "We do not have a working request email address for this authority." msgstr "" @@ -2732,7 +2724,7 @@ msgstr "" msgid "We don't know whether the most recent response to this request contains\\n information or not\\n –\\n\tif you are {{user_link}} please <a href=\"{{url}}\">sign in</a> and let everyone know." msgstr "" -msgid "We will not reveal your email address to anybody unless you or\\n the law tell us to (<a href=\"%s\">details</a>). " +msgid "We will not reveal your email address to anybody unless you or\\n the law tell us to (<a href=\"{{url}}\">details</a>). " msgstr "" msgid "We will not reveal your email address to anybody unless you\\nor the law tell us to." @@ -2774,7 +2766,7 @@ msgstr "" msgid "When you receive the paper response, please help\\n others find out what it says:" msgstr "" -msgid "When you're done, <strong>come back here</strong>, <a href=\"%s\">reload this page</a> and file your new request." +msgid "When you're done, <strong>come back here</strong>, <a href=\"{{url}}\">reload this page</a> and file your new request." msgstr "" msgid "Which of these is happening?" @@ -2876,7 +2868,7 @@ msgstr "" 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 "" -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=\"%s\">send it to us</a>." +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 "" 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>." @@ -2894,6 +2886,9 @@ msgstr "" msgid "You need to be logged in to edit your profile." msgstr "" +msgid "You need to be logged in to report a request for administrator attention" +msgstr "" + msgid "You previously submitted that exact follow up message for this request." msgstr "" @@ -2915,6 +2910,9 @@ msgstr "" msgid "You will only get an answer to your request if you follow up\\nwith the clarification." msgstr "" +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 "" + msgid "You're in. <a href=\"#\" id=\"send-request\">Continue sending your request</a>" msgstr "" @@ -2927,17 +2925,7 @@ msgstr "" msgid "You've now cleared your profile photo" msgstr "" -msgid "Your %d Freedom of Information request" -msgid_plural "Your %d Freedom of Information requests" -msgstr[0] "" -msgstr[1] "" - -msgid "Your %d annotation" -msgid_plural "Your %d annotations" -msgstr[0] "" -msgstr[1] "" - -msgid "Your <strong>name will appear publicly</strong> \\n (<a href=\"%s\">why?</a>)\\n on this website and in search engines. If you\\n are thinking of using a pseudonym, please \\n <a href=\"%s\">read this first</a>." +msgid "Your <strong>name will appear publicly</strong>\\n (<a href=\"{{why_url}}\">why?</a>)\\n on this website and in search engines. If you\\n are thinking of using a pseudonym, please\\n <a href=\"{{help_url}}\">read this first</a>." msgstr "" msgid "Your annotations" @@ -2949,7 +2937,7 @@ msgstr "" msgid "Your e-mail:" msgstr "" -msgid "Your follow up has not been sent because this request has been stopped to prevent spam. Please <a href=\"%s\">contact us</a> if you really want to send a follow up message." +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 "" msgid "Your follow up message has been sent on its way." @@ -2973,7 +2961,7 @@ msgstr "" msgid "Your name and annotation will appear in <strong>search engines</strong>." msgstr "" -msgid "Your name, request and any responses will appear in <strong>search engines</strong>\\n (<a href=\"%s\">details</a>)." +msgid "Your name, request and any responses will appear in <strong>search engines</strong>\\n (<a href=\"{{url}}\">details</a>)." msgstr "" msgid "Your name:" @@ -2991,6 +2979,12 @@ msgstr "" msgid "Your photo will be shown in public <strong>on the Internet</strong>,\\n wherever you do something on {{site_name}}." msgstr "" +msgid "Your request '{{request}}' at {{url}} has been reviewed by moderators." +msgstr "" + +msgid "Your request on {{site_name}} hidden" +msgstr "" + msgid "Your request was called {{info_request}}. Letting everyone know whether you got the information will help us keep tabs on" msgstr "" @@ -3000,12 +2994,22 @@ msgstr "" msgid "Your response to an FOI request was not delivered" msgstr "" -msgid "Your response will <strong>appear on the Internet</strong>, <a href=\"%s\">read why</a> and answers to other questions." +msgid "Your response will <strong>appear on the Internet</strong>, <a href=\"{{url}}\">read why</a> and answers to other questions." msgstr "" msgid "Your thoughts on what the {{site_name}} <strong>administrators</strong> should do about the request." msgstr "" +msgid "Your {{count}} Freedom of Information request" +msgid_plural "Your {{count}} Freedom of Information requests" +msgstr[0] "" +msgstr[1] "" + +msgid "Your {{count}} annotation" +msgid_plural "Your {{count}} annotations" +msgstr[0] "" +msgstr[1] "" + msgid "Your {{site_name}} email alert" msgstr "" @@ -3015,6 +3019,9 @@ msgstr "" msgid "Yours sincerely," msgstr "" +msgid "Yours," +msgstr "" + msgid "[FOI #{{request}} email]" msgstr "" @@ -3174,7 +3181,7 @@ msgstr "" msgid "no later than" msgstr "" -msgid "no longer exists. If you are trying to make\\n 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=\"%s\">send it to us</a>." +msgid "no longer exists. If you are trying to make\\n 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 "normally" @@ -3281,9 +3288,32 @@ msgstr "" msgid "users" msgstr "" +msgid "what's that?" +msgstr "" + msgid "{{count}} FOI requests found" msgstr "" +msgid "{{count}} Freedom of Information request to {{public_body_name}}" +msgid_plural "{{count}} Freedom of Information requests to {{public_body_name}}" +msgstr[0] "" +msgstr[1] "" + +msgid "{{count}} person is following this authority" +msgid_plural "{{count}} people are following this authority" +msgstr[0] "" +msgstr[1] "" + +msgid "{{count}} request" +msgid_plural "{{count}} requests" +msgstr[0] "" +msgstr[1] "" + +msgid "{{count}} request made." +msgid_plural "{{count}} requests made." +msgstr[0] "" +msgstr[1] "" + 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 "" diff --git a/locale/en_IE/app.po b/locale/en_IE/app.po index e31fbf913..729e74ba6 100644 --- a/locale/en_IE/app.po +++ b/locale/en_IE/app.po @@ -3,16 +3,18 @@ # This file is distributed under the same license as the PACKAGE package. # # Translators: -# <john@handelaar.org>, 2011. -# <mrjohncross@googlemail.com>, 2012. +# confirmordeny <mrjohncross@googlemail.com>, 2012 +# handelaar <john@handelaar.org>, 2011 +# handelaar <john@handelaar.org>, 2011 +# confirmordeny <mrjohncross@googlemail.com>, 2012 msgid "" msgstr "" "Project-Id-Version: alaveteli\n" "Report-Msgid-Bugs-To: http://github.com/sebbacon/alaveteli/issues\n" -"POT-Creation-Date: 2013-03-14 14:02-0700\n" -"PO-Revision-Date: 2013-03-14 21:07+0000\n" +"POT-Creation-Date: 2013-06-24 09:40-0700\n" +"PO-Revision-Date: 2013-06-24 16:52+0000\n" "Last-Translator: louisecrow <louise@mysociety.org>\n" -"Language-Team: LANGUAGE <LL@li.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" "Content-Type: text/plain; charset=UTF-8\n" @@ -22,7 +24,7 @@ msgstr "" 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 "" -msgid " (<strong>no ranty</strong> politics, read our <a href=\"%s\">moderation policy</a>)" +msgid " (<strong>no ranty</strong> politics, read our <a href=\"{{url}}\">moderation policy</a>)" msgstr "" msgid " (<strong>patience</strong>, especially for large files, it may take a while!)" @@ -52,7 +54,7 @@ msgstr "" msgid " Ideas on what <strong>other documents to request</strong> which the authority may hold. " msgstr "" -msgid " If you know the address to use, then please <a href=\"%s\">send it to us</a>.\\n You may be able to find the address on their website, or by phoning them up and asking." +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 "" msgid " Include relevant links, such as to a campaign page, your blog or a\\n twitter account. They will be made clickable. \\n e.g." @@ -91,21 +93,6 @@ msgstr "" msgid "\"Hello! We have an <a href=\\\"/help/alaveteli?country_name=#{CGI.escape(current_country)}\\\">important message</a> for visitors outside {{country_name}}\"" msgstr "" -msgid "%d Freedom of Information request to %s" -msgid_plural "%d Freedom of Information requests to %s" -msgstr[0] "" -msgstr[1] "" - -msgid "%d request" -msgid_plural "%d requests" -msgstr[0] "" -msgstr[1] "" - -msgid "%d request made." -msgid_plural "%d requests made." -msgstr[0] "" -msgstr[1] "" - msgid "'Crime statistics by ward level for Wales'" msgstr "'Crime statistics by Garda District for the Western Region'" @@ -139,31 +126,13 @@ msgstr "" msgid "3. Now check your request" msgstr "" -msgid "<a class=\"link_button_green\" href=\"{{url}}\">{{text}}</a>" -msgstr "" - -msgid "<a href=\"%s\">Add an annotation</a> (to help the requester or others)" -msgstr "" - -msgid "<a href=\"%s\">Are we missing a public authority?</a>" -msgstr "" - -msgid "<a href=\"%s\">Are you the owner of\\n any commercial copyright on this page?</a>" -msgstr "" - -msgid "<a href=\"%s\">Browse all</a> or <a href=\"%s\">ask us to add one</a>." -msgstr "" - -msgid "<a href=\"%s\">Can't find the one you want?</a>" -msgstr "" - -msgid "<a href=\"%s\">Sign in</a> to change password, subscriptions and more ({{user_name}} only)" +msgid "<a href=\"{{browse_url}}\">Browse all</a> or <a href=\"{{add_url}}\">ask us to add one</a>." msgstr "" -msgid "<a href=\"%s\">details</a>" +msgid "<a href=\"{{url}}\">Add an annotation</a> (to help the requester or others)" msgstr "" -msgid "<a href=\"%s\">what's that?</a>" +msgid "<a href=\"{{url}}\">Sign in</a> to change password, subscriptions and more ({{user_name}} only)" msgstr "" 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>" @@ -193,16 +162,22 @@ msgstr "" 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 "" +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 "" + 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 "" 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 "" -msgid "<p>You do not need to include your email in the request in order to get a reply (<a href=\"%s\">details</a>).</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 "" -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=\"%s\">details</a>).</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 "" + +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 "" 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>" @@ -217,12 +192,7 @@ msgstr "" 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 "" -msgid "<span id='follow_count'>%d</span> person is following this authority" -msgid_plural "<span id='follow_count'>%d</span> people are following this authority" -msgstr[0] "" -msgstr[1] "" - -msgid "<strong> Can I request information about myself?</strong>\\n\t\t\t<a href=\"%s\">No! (Click here for details)</a>" +msgid "<strong> Can I request information about myself?</strong>\\n\t\t\t<a href=\"{{url}}\">No! (Click here for details)</a>" msgstr "" msgid "<strong><code>commented_by:tony_bowden</code></strong> to search annotations made by Tony Bowden, typing the name as in the URL." @@ -276,7 +246,7 @@ msgstr "" 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 "" -msgid "<strong>Privacy note:</strong> If you want to request private information about\\n yourself then <a href=\"%s\">click here</a>." +msgid "<strong>Privacy note:</strong> If you want to request private information about\\n yourself then <a href=\"{{url}}\">click here</a>." msgstr "" msgid "<strong>Privacy note:</strong> Your photo will be shown in public on the Internet,\\n wherever you do something on {{site_name}}." @@ -306,6 +276,9 @@ msgstr "" msgid "A Freedom of Information request" msgstr "" +msgid "A full history of my FOI request and all correspondence is available on the Internet at this address: {{url}}" +msgstr "" + 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 "" @@ -330,6 +303,15 @@ msgstr "" msgid "Act on what you've learnt" msgstr "" +msgid "Acts as xapian/acts as xapian job" +msgstr "" + +msgid "ActsAsXapian::ActsAsXapianJob|Action" +msgstr "" + +msgid "ActsAsXapian::ActsAsXapianJob|Model" +msgstr "" + msgid "Add an annotation" msgstr "" @@ -411,10 +393,16 @@ msgstr "" msgid "Applies to" msgstr "" +msgid "Are we missing a public authority?" +msgstr "" + +msgid "Are you the owner of any commercial copyright on this page?" +msgstr "" + msgid "Ask for <strong>specific</strong> documents or information, this site is not suitable for general enquiries." msgstr "" -msgid "At the bottom of this page, write a reply to them trying to persuade them to scan it in\\n (<a href=\"%s\">more details</a>)." +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 "" msgid "Attachment (optional):" @@ -453,6 +441,9 @@ msgstr "" msgid "Calculated home page" msgstr "" +msgid "Can't find the one you want?" +msgstr "" + msgid "Cancel a {{site_name}} alert" msgstr "" @@ -618,6 +609,9 @@ msgstr "" msgid "Date:" msgstr "" +msgid "Dear {{name}}," +msgstr "" + msgid "Dear {{public_body_name}}," msgstr "" @@ -696,7 +690,7 @@ msgstr "" msgid "Enter words that you want to find separated by spaces, e.g. <strong>climbing lane</strong>" msgstr "" -msgid "Enter your response below. You may attach one file (use email, or\\n <a href=\"%s\">contact us</a> if you need more)." +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 "" msgid "Environmental Information Regulations" @@ -717,10 +711,10 @@ msgstr "" msgid "Event {{id}}" msgstr "" -msgid "Everything that you enter on this page, including <strong>your name</strong>,\\n will be <strong>displayed publicly</strong> on\\n this website forever (<a href=\"%s\">why?</a>)." +msgid "Everything that you enter on this page, including <strong>your name</strong>,\\n will be <strong>displayed publicly</strong> on\\n this website forever (<a href=\"{{url}}\">why?</a>)." msgstr "" -msgid "Everything that you enter on this page\\n will be <strong>displayed publicly</strong> on\\n this website forever (<a href=\"%s\">why?</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 "" msgid "FOI" @@ -747,13 +741,16 @@ msgstr "" msgid "Failed to convert image to a PNG" msgstr "" -msgid "Failed to convert image to the correct size: at %{cols}x%{rows}, need %{width}x%{height}" +msgid "Failed to convert image to the correct size: at {{cols}}x{{rows}}, need {{width}}x{{height}}" msgstr "" msgid "Filter" msgstr "" -msgid "First, type in the <strong>name of the UK public authority</strong> you'd \\n like information from. <strong>By law, they have to respond</strong>\\n (<a href=\"%s#%s\">why?</a>)." +msgid "First, did your other requests succeed?" +msgstr "" + +msgid "First, type in the <strong>name of the UK public authority</strong> you'd\\n like information from. <strong>By law, they have to respond</strong>\\n (<a href=\"{{url}}\">why?</a>)." msgstr "" msgid "Foi attachment" @@ -834,8 +831,8 @@ msgstr "" msgid "Forgotten your password?" msgstr "" -msgid "Found %d public authority %s" -msgid_plural "Found %d public authorities %s" +msgid "Found {{count}} public authority {{description}}" +msgid_plural "Found {{count}} public authorities {{description}}" msgstr[0] "" msgstr[1] "" @@ -872,7 +869,7 @@ msgstr "" msgid "From" 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=\"%s\">send it to us</a>." +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:" @@ -884,6 +881,18 @@ msgstr "" msgid "Handled by post." msgstr "" +msgid "Has tag string/has tag string tag" +msgstr "" + +msgid "HasTagString::HasTagStringTag|Model" +msgstr "" + +msgid "HasTagString::HasTagStringTag|Name" +msgstr "" + +msgid "HasTagString::HasTagStringTag|Value" +msgstr "" + msgid "Hello! You can make Freedom of Information requests within {{country_name}} at {{link_to_website}}" msgstr "" @@ -935,6 +944,9 @@ msgstr "" msgid "I am requesting an <strong>internal review</strong>" msgstr "" +msgid "I am writing to request an internal review of {{public_body_name}}'s handling of my FOI request '{{info_request_title}}'." +msgstr "" + msgid "I don't like these ones — give me some more!" msgstr "" @@ -974,7 +986,7 @@ msgstr "" msgid "Id" msgstr "" -msgid "If the address is wrong, or you know a better address, please <a href=\"%s\">contact us</a>." +msgid "If the address is wrong, or you know a better address, please <a href=\"{{url}}\">contact us</a>." msgstr "" 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." @@ -983,16 +995,16 @@ msgstr "" 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 "" -msgid "If you are dissatisfied by the response you got from\\n the public authority, you have the right to\\n complain (<a href=\"%s\">details</a>)." +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 "" -msgid "If you are still having trouble, please <a href=\"%s\">contact us</a>." +msgid "If you are still having trouble, please <a href=\"{{url}}\">contact us</a>." msgstr "" -msgid "If you are the requester, then you may <a href=\"%s\">sign in</a> to view the request." +msgid "If you are the requester, then you may <a href=\"{{url}}\">sign in</a> to view the request." msgstr "" -msgid "If you are thinking of using a pseudonym,\\n please <a href=\"%s\">read this first</a>." +msgid "If you are thinking of using a pseudonym,\\n please <a href=\"{{url}}\">read this first</a>." msgstr "" msgid "If you are {{user_link}}, please" @@ -1163,7 +1175,7 @@ msgstr "" msgid "Just one more thing" msgstr "" -msgid "Keep it <strong>focused</strong>, you'll be more likely to get what you want (<a href=\"%s\">why?</a>)." +msgid "Keep it <strong>focused</strong>, you'll be more likely to get what you want (<a href=\"{{url}}\">why?</a>)." msgstr "" msgid "Keywords" @@ -1232,18 +1244,15 @@ msgstr "" msgid "MailServerLog|Order" msgstr "" -msgid "Make a new <strong>Environmental Information</strong> request" -msgstr "" - -msgid "Make a new <strong>Freedom of Information</strong> request to {{public_body}}" -msgstr "" - msgid "Make a new<br/>\\n <strong>Freedom <span>of</span><br/>\\n Information<br/>\\n request</strong>" msgstr "" msgid "Make a request" msgstr "" +msgid "Make a request to this authority" +msgstr "" + msgid "Make an {{law_used_short}} request to '{{public_body_name}}'" msgstr "" @@ -1481,7 +1490,7 @@ msgstr "" msgid "Please" msgstr "" -msgid "Please <a href=\"%s\">get in touch</a> with us so we can fix it." +msgid "Please <a href=\"{{url}}\">get in touch</a> with us so we can fix it." msgstr "" msgid "Please <strong>answer the question above</strong> so we know whether the " @@ -1502,6 +1511,9 @@ msgstr "" msgid "Please choose a file containing your photo." msgstr "" +msgid "Please choose a reason" +msgstr "" + msgid "Please choose what sort of reply you are making." msgstr "" @@ -1583,10 +1595,13 @@ msgstr "" 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 "" +msgid "Please pass this on to the person who conducts Freedom of Information reviews." +msgstr "" + msgid "Please select each of these requests in turn, and <strong>let everyone know</strong>\\nif they are successful yet or not." msgstr "" -msgid "Please sign at the bottom with your name, or alter the \"%{signoff}\" signature" +msgid "Please sign at the bottom with your name, or alter the \"{{signoff}}\" signature" msgstr "" msgid "Please sign in as " @@ -1694,9 +1709,6 @@ msgstr "" msgid "Public body" msgstr "" -msgid "Public body/translation" -msgstr "" - msgid "Public notes" msgstr "" @@ -1706,33 +1718,6 @@ msgstr "" msgid "Public page not available" msgstr "" -msgid "PublicBody::Translation|Disclosure log" -msgstr "" - -msgid "PublicBody::Translation|First letter" -msgstr "" - -msgid "PublicBody::Translation|Locale" -msgstr "" - -msgid "PublicBody::Translation|Name" -msgstr "" - -msgid "PublicBody::Translation|Notes" -msgstr "" - -msgid "PublicBody::Translation|Publication scheme" -msgstr "" - -msgid "PublicBody::Translation|Request email" -msgstr "" - -msgid "PublicBody::Translation|Short name" -msgstr "" - -msgid "PublicBody::Translation|Url name" -msgstr "" - msgid "PublicBody|Api key" msgstr "" @@ -1826,6 +1811,9 @@ msgstr "" msgid "Report an offensive or unsuitable request" msgstr "" +msgid "Report request" +msgstr "" + msgid "Report this request" msgstr "" @@ -1931,8 +1919,8 @@ msgstr "" msgid "Search the site to find what you were looking for." msgstr "" -msgid "Search within the %d Freedom of Information requests to %s" -msgid_plural "Search within the %d Freedom of Information requests made to %s" +msgid "Search within the {{count}} Freedom of Information requests to {{public_body_name}}" +msgid_plural "Search within the {{count}} Freedom of Information requests made to {{public_body_name}}" msgstr[0] "" msgstr[1] "" @@ -2044,9 +2032,6 @@ msgstr "" msgid "Special note for this authority!" msgstr "" -msgid "Start" -msgstr "" - msgid "Start now »" msgstr "" @@ -2197,16 +2182,16 @@ msgstr "" msgid "The request was refused by the public authority" msgstr "" -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=\"%s\">contact us</a> if you have any questions." +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 "" msgid "The requester has abandoned this request for some reason" msgstr "" -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" +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 "" -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" +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 "" msgid "The search index is currently offline, so we can't show the Freedom of Information requests that have been made to this authority." @@ -2215,6 +2200,9 @@ msgstr "" msgid "The search index is currently offline, so we can't show the Freedom of Information requests this person has made." msgstr "" +msgid "The {{site_name}} team." +msgstr "" + msgid "Then you can cancel the alert." msgstr "" @@ -2290,17 +2278,17 @@ msgstr "" msgid "There are {{count}} new annotations on your {{info_request}} request. Follow this link to see what they wrote." msgstr "" -msgid "There is %d person following this request" -msgid_plural "There are %d people following this request" -msgstr[0] "" -msgstr[1] "" - 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 "" 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 "" +msgid "There is {{count}} person following this request" +msgid_plural "There are {{count}} people following this request" +msgstr[0] "" +msgstr[1] "" + msgid "There was a <strong>delivery error</strong> or similar, which needs fixing by the {{site_name}} team." msgstr "" @@ -2337,7 +2325,7 @@ msgstr "" msgid "This authority no longer exists, so you cannot make a request to it." msgstr "" -msgid "This comment has been hidden. See annotations to\\n find out why. If you are the requester, then you may <a href=\"%s\">sign in</a> to view the response." +msgid "This comment has been hidden. See annotations to\\n find out why. If you are the requester, then you may <a href=\"{{url}}\">sign in</a> to view the response." msgstr "" msgid "This covers a very wide spectrum of information about the state of\\n the <strong>natural and built environment</strong>, such as:" @@ -2361,7 +2349,7 @@ msgstr "" msgid "This is your own request, so you will be automatically emailed when new responses arrive." msgstr "" -msgid "This outgoing message has been hidden. See annotations to\\n\t\t\t\t\t\tfind out why. If you are the requester, then you may <a href=\"%s\">sign in</a> to view the response." +msgid "This outgoing message has been hidden. See annotations to\\n\t\t\t\t\t\tfind out why. If you are the requester, then you may <a href=\"{{url}}\">sign in</a> to view the response." msgstr "" msgid "This particular request is finished:" @@ -2370,19 +2358,19 @@ msgstr "" msgid "This person has made no Freedom of Information requests using this site." msgstr "" -msgid "This person's %d Freedom of Information request" -msgid_plural "This person's %d Freedom of Information requests" +msgid "This person's annotations" +msgstr "" + +msgid "This person's {{count}} Freedom of Information request" +msgid_plural "This person's {{count}} Freedom of Information requests" msgstr[0] "" msgstr[1] "" -msgid "This person's %d annotation" -msgid_plural "This person's %d annotations" +msgid "This person's {{count}} annotation" +msgid_plural "This person's {{count}} annotations" msgstr[0] "" msgstr[1] "" -msgid "This person's annotations" -msgstr "" - msgid "This request <strong>requires administrator attention</strong>" msgstr "" @@ -2404,7 +2392,7 @@ msgstr "" 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 "" -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=\"%s\">contact us</a>." +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 "" msgid "This request has been reported for administrator attention" @@ -2419,7 +2407,7 @@ msgstr "" msgid "This request has prominence 'hidden'. You can only see it because you are logged\\n in as a super user." msgstr "" -msgid "This request is hidden, so that only you the requester can see it. Please\\n <a href=\"%s\">contact us</a> if you are not sure why." +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 "" msgid "This request is still in progress:" @@ -2431,7 +2419,7 @@ msgstr "" msgid "This request was not made via {{site_name}}" msgstr "" -msgid "This response has been hidden. See annotations to find out why.\\n If you are the requester, then you may <a href=\"%s\">sign in</a> to view the response." +msgid "This response has been hidden. See annotations to find out why.\\n If you are the requester, then you may <a href=\"{{url}}\">sign in</a> to view the response." msgstr "" 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." @@ -2503,7 +2491,7 @@ msgstr "" msgid "To reply to " msgstr "" -msgid "To report this FOI request" +msgid "To report this request" msgstr "" msgid "To send a follow up message to " @@ -2590,7 +2578,7 @@ msgstr "" msgid "Unexpected search result type " msgstr "" -msgid "Unfortunately we don't know the FOI\\nemail address for that authority, so we can't validate this.\\nPlease <a href=\"%s\">contact us</a> to sort it out." +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 "" msgid "Unfortunately, we do not have a working {{info_request_law_used_full}}\\naddress for" @@ -2725,6 +2713,12 @@ msgstr "" msgid "Was the response you got to your FOI request any good?" msgstr "" +msgid "We consider it is not a valid FOI request, and have therefore hidden it from other users." +msgstr "" + +msgid "We consider it to be vexatious, and have therefore hidden it from other users." +msgstr "" + msgid "We do not have a working request email address for this authority." msgstr "" @@ -2734,7 +2728,7 @@ msgstr "" msgid "We don't know whether the most recent response to this request contains\\n information or not\\n –\\n\tif you are {{user_link}} please <a href=\"{{url}}\">sign in</a> and let everyone know." msgstr "" -msgid "We will not reveal your email address to anybody unless you or\\n the law tell us to (<a href=\"%s\">details</a>). " +msgid "We will not reveal your email address to anybody unless you or\\n the law tell us to (<a href=\"{{url}}\">details</a>). " msgstr "" msgid "We will not reveal your email address to anybody unless you\\nor the law tell us to." @@ -2776,7 +2770,7 @@ msgstr "" msgid "When you receive the paper response, please help\\n others find out what it says:" msgstr "" -msgid "When you're done, <strong>come back here</strong>, <a href=\"%s\">reload this page</a> and file your new request." +msgid "When you're done, <strong>come back here</strong>, <a href=\"{{url}}\">reload this page</a> and file your new request." msgstr "" msgid "Which of these is happening?" @@ -2878,7 +2872,7 @@ msgstr "" 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 "" -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=\"%s\">send it to us</a>." +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 "" 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>." @@ -2896,6 +2890,9 @@ msgstr "" msgid "You need to be logged in to edit your profile." msgstr "" +msgid "You need to be logged in to report a request for administrator attention" +msgstr "" + msgid "You previously submitted that exact follow up message for this request." msgstr "" @@ -2917,6 +2914,9 @@ msgstr "" msgid "You will only get an answer to your request if you follow up\\nwith the clarification." msgstr "" +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 "" + msgid "You're in. <a href=\"#\" id=\"send-request\">Continue sending your request</a>" msgstr "" @@ -2929,17 +2929,7 @@ msgstr "" msgid "You've now cleared your profile photo" msgstr "" -msgid "Your %d Freedom of Information request" -msgid_plural "Your %d Freedom of Information requests" -msgstr[0] "" -msgstr[1] "" - -msgid "Your %d annotation" -msgid_plural "Your %d annotations" -msgstr[0] "" -msgstr[1] "" - -msgid "Your <strong>name will appear publicly</strong> \\n (<a href=\"%s\">why?</a>)\\n on this website and in search engines. If you\\n are thinking of using a pseudonym, please \\n <a href=\"%s\">read this first</a>." +msgid "Your <strong>name will appear publicly</strong>\\n (<a href=\"{{why_url}}\">why?</a>)\\n on this website and in search engines. If you\\n are thinking of using a pseudonym, please\\n <a href=\"{{help_url}}\">read this first</a>." msgstr "" msgid "Your annotations" @@ -2951,7 +2941,7 @@ msgstr "" msgid "Your e-mail:" msgstr "" -msgid "Your follow up has not been sent because this request has been stopped to prevent spam. Please <a href=\"%s\">contact us</a> if you really want to send a follow up message." +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 "" msgid "Your follow up message has been sent on its way." @@ -2975,7 +2965,7 @@ msgstr "" msgid "Your name and annotation will appear in <strong>search engines</strong>." msgstr "" -msgid "Your name, request and any responses will appear in <strong>search engines</strong>\\n (<a href=\"%s\">details</a>)." +msgid "Your name, request and any responses will appear in <strong>search engines</strong>\\n (<a href=\"{{url}}\">details</a>)." msgstr "" msgid "Your name:" @@ -2993,6 +2983,12 @@ msgstr "" msgid "Your photo will be shown in public <strong>on the Internet</strong>,\\n wherever you do something on {{site_name}}." msgstr "" +msgid "Your request '{{request}}' at {{url}} has been reviewed by moderators." +msgstr "" + +msgid "Your request on {{site_name}} hidden" +msgstr "" + msgid "Your request was called {{info_request}}. Letting everyone know whether you got the information will help us keep tabs on" msgstr "" @@ -3002,12 +2998,22 @@ msgstr "" msgid "Your response to an FOI request was not delivered" msgstr "" -msgid "Your response will <strong>appear on the Internet</strong>, <a href=\"%s\">read why</a> and answers to other questions." +msgid "Your response will <strong>appear on the Internet</strong>, <a href=\"{{url}}\">read why</a> and answers to other questions." msgstr "" msgid "Your thoughts on what the {{site_name}} <strong>administrators</strong> should do about the request." msgstr "" +msgid "Your {{count}} Freedom of Information request" +msgid_plural "Your {{count}} Freedom of Information requests" +msgstr[0] "" +msgstr[1] "" + +msgid "Your {{count}} annotation" +msgid_plural "Your {{count}} annotations" +msgstr[0] "" +msgstr[1] "" + msgid "Your {{site_name}} email alert" msgstr "" @@ -3017,6 +3023,9 @@ msgstr "" msgid "Yours sincerely," msgstr "" +msgid "Yours," +msgstr "" + msgid "[FOI #{{request}} email]" msgstr "" @@ -3176,7 +3185,7 @@ msgstr "" msgid "no later than" msgstr "" -msgid "no longer exists. If you are trying to make\\n 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=\"%s\">send it to us</a>." +msgid "no longer exists. If you are trying to make\\n 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 "normally" @@ -3283,9 +3292,32 @@ msgstr "" msgid "users" msgstr "" +msgid "what's that?" +msgstr "" + msgid "{{count}} FOI requests found" msgstr "" +msgid "{{count}} Freedom of Information request to {{public_body_name}}" +msgid_plural "{{count}} Freedom of Information requests to {{public_body_name}}" +msgstr[0] "" +msgstr[1] "" + +msgid "{{count}} person is following this authority" +msgid_plural "{{count}} people are following this authority" +msgstr[0] "" +msgstr[1] "" + +msgid "{{count}} request" +msgid_plural "{{count}} requests" +msgstr[0] "" +msgstr[1] "" + +msgid "{{count}} request made." +msgid_plural "{{count}} requests made." +msgstr[0] "" +msgstr[1] "" + 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 "" diff --git a/locale/es/app.po b/locale/es/app.po index 50bff98d8..694822e1f 100644 --- a/locale/es/app.po +++ b/locale/es/app.po @@ -3,19 +3,22 @@ # This file is distributed under the same license as the PACKAGE package. # # Translators: -# David Cabo <david.cabo@gmail.com>, 2011-2012. -# <fabrizio.scrollini@gmail.com>, 2012. -# <gabelula@gmail.com>, 2012. -# skenaja <alex@alexskene.com>, 2011. -# <victoria@access-info.org>, 2011. +# David Cabo <david.cabo@gmail.com>, 2011-2012 +# fabrizioscrollini <fabrizio.scrollini@gmail.com>, 2012 +# fabrizioscrollini <fabrizio.scrollini@gmail.com>, 2012 +# gaba <gabelula@gmail.com>, 2012 +# gaba <gabelula@gmail.com>, 2012 +# skenaja <alex@alexskene.com>, 2011 +# vickyanderica <victoria@access-info.org>, 2011 +# vickyanderica <victoria@access-info.org>, 2011 msgid "" msgstr "" "Project-Id-Version: alaveteli\n" "Report-Msgid-Bugs-To: http://github.com/sebbacon/alaveteli/issues\n" -"POT-Creation-Date: 2013-03-14 14:02-0700\n" -"PO-Revision-Date: 2013-03-14 21:11+0000\n" +"POT-Creation-Date: 2013-06-24 09:40-0700\n" +"PO-Revision-Date: 2013-06-24 16:52+0000\n" "Last-Translator: louisecrow <louise@mysociety.org>\n" -"Language-Team: LANGUAGE <LL@li.org>\n" +"Language-Team: Spanish (http://www.transifex.com/projects/p/alaveteli/language/es/)\n" "Language: es\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -27,8 +30,8 @@ msgstr "" " Esto aparecerá en tu perfil de {{site_name}}, para facilitar\n" " que otras personas entiendan y participen en tus solicitudes." -msgid " (<strong>no ranty</strong> politics, read our <a href=\"%s\">moderation policy</a>)" -msgstr " (<strong>sin ataques políticos</strong>, lea nuestra <a href=\"%s\">política de moderación</a>)" +msgid " (<strong>no ranty</strong> politics, read our <a href=\"{{url}}\">moderation policy</a>)" +msgstr " (<strong>sin ataques políticos</strong>, lea nuestra <a href=\"{{url}}\">política de moderación</a>)" msgid " (<strong>patience</strong>, especially for large files, it may take a while!)" msgstr " (<strong>paciencia</strong>, especialmente con ficheros grandes, puede tardar unos minutos!)" @@ -60,9 +63,9 @@ msgstr " Consejo sobre cómo <strong>aclarar lo mejor posible</strong> la solici msgid " Ideas on what <strong>other documents to request</strong> which the authority may hold. " msgstr " Ideas sobre <strong>qué otra información pedir</strong> que el organismo público puede tener. " -msgid " If you know the address to use, then please <a href=\"%s\">send it to us</a>.\\n You may be able to find the address on their website, or by phoning them up and asking." +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 "" -" Si conoces la dirección a utilizar, entonces por favor <a href=\"%s\">envíanosla</a>.\n" +" Si conoces la dirección a utilizar, entonces por favor <a href=\"{{url}}\">envíanosla</a>.\n" " Puede que la encuentres en su página web, o llamándoles por teléfono y preguntando." msgid " Include relevant links, such as to a campaign page, your blog or a\\n twitter account. They will be made clickable. \\n e.g." @@ -104,21 +107,6 @@ msgstr " cuando envió este mensaje." msgid "\"Hello! We have an <a href=\\\"/help/alaveteli?country_name=#{CGI.escape(current_country)}\\\">important message</a> for visitors outside {{country_name}}\"" msgstr "" -msgid "%d Freedom of Information request to %s" -msgid_plural "%d Freedom of Information requests to %s" -msgstr[0] "%d solicitud de información a %s" -msgstr[1] "%d solicitudes de información a %s" - -msgid "%d request" -msgid_plural "%d requests" -msgstr[0] "%d solicitud" -msgstr[1] "%d solicitudes" - -msgid "%d request made." -msgid_plural "%d requests made." -msgstr[0] "%d solicitud enviada." -msgstr[1] "%d solicitudes enviadas." - msgid "'Crime statistics by ward level for Wales'" msgstr "'Estadísticas de crímenes por región en España'" @@ -159,34 +147,14 @@ msgstr "2. Solicite información" msgid "3. Now check your request" msgstr "3. Revisa tu solicitud" -msgid "<a class=\"link_button_green\" href=\"{{url}}\">{{text}}</a>" -msgstr "<a class=\"link_button_green\" href=\"{{url}}\">{{text}}</a>" - -msgid "<a href=\"%s\">Add an annotation</a> (to help the requester or others)" -msgstr "<a href=\"%s\">Añade un comentario</a> (para ayudar al solicitante o a otros)" - -msgid "<a href=\"%s\">Are we missing a public authority?</a>" -msgstr "" - -msgid "<a href=\"%s\">Are you the owner of\\n any commercial copyright on this page?</a>" -msgstr "" -"<a href=\"%s\">¿Posee el copyright\n" -" de alguna información de esta página?</a>" - -msgid "<a href=\"%s\">Browse all</a> or <a href=\"%s\">ask us to add one</a>." -msgstr "<a href=\"%s\">Ver todas</a> o <a href=\"%s\">pídanos que añadamos una</a>." - -msgid "<a href=\"%s\">Can't find the one you want?</a>" -msgstr "<a href=\"%s\">¿No encuentra el que busca?</a>" - -msgid "<a href=\"%s\">Sign in</a> to change password, subscriptions and more ({{user_name}} only)" -msgstr "<a href=\"%s\">Abre una sesión</a> para cambiar tu contraseña, suscripciones... (sólo {{user_name}})" +msgid "<a href=\"{{browse_url}}\">Browse all</a> or <a href=\"{{add_url}}\">ask us to add one</a>." +msgstr "<a href=\"{{browse_url}}\">Ver todas</a> o <a href=\"{{add_url}}\">pídanos que añadamos una</a>." -msgid "<a href=\"%s\">details</a>" -msgstr "<a href=\"%s\">detalles</a>" +msgid "<a href=\"{{url}}\">Add an annotation</a> (to help the requester or others)" +msgstr "<a href=\"{{url}}\">Añade un comentario</a> (para ayudar al solicitante o a otros)" -msgid "<a href=\"%s\">what's that?</a>" -msgstr "<a href=\"%s\">¿Qué es eso?</a>" +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 "<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>" @@ -233,17 +201,23 @@ msgstr "" "<p>Te aconsejamos que edites tu solicitud y elimines tu dirección de correo.\n" " Si la dejas, tu dirección será enviada al organismo público, pero no será visible en esta web.</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 "" + 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>Nos alegra saber que has obtenido toda la información que solicitaste. Si escribes sobre ella, o la utilizas, por favor vuelve y añada un comentario a continuación explicando lo que has hecho.</p><p>Si {{site_name}} te ha resultado útil, <a href=\"{{donation_url}}\">puedes donar</a> a la ONG responsable.</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>Nos alegra saber que has obtenido parte de la información que solicitaste. Si escribes sobre ella, o la utilizas, por favor vuelve y añade un comentario a continuación explicando lo que has hecho.</p><p>Si {{site_name}} te ha resultado útil, <a href=\"{{donation_url}}\">puedes donar</a> a la ONG responsable.</p>" -msgid "<p>You do not need to include your email in the request in order to get a reply (<a href=\"%s\">details</a>).</p>" -msgstr "<p>No necesitas incluir tu dirección de correo en la solicitud para recibir una respuesta (<a href=\"%s\">más detalles</a>).</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 "" -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=\"%s\">details</a>).</p>" -msgstr "<p>No necesitas incluir tu dirección de correo en la solicitud para recibir una respuesta, te la pediremos en el siguiente paso (<a href=\"%s\">más detalles</a>).</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 "<p>No necesitas incluir tu dirección de correo en la solicitud para recibir una respuesta (<a href=\"{{url}}\">más detalles</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 "<p>No necesitas incluir tu dirección de correo en la solicitud para recibir una respuesta, te la pediremos en el siguiente paso (<a href=\"{{url}}\">más detalles</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>Tu solicitud incluye un <strong>código postal</strong>. Salvo que esté directamente relacionado con su solicitud, por favor elimina cualquier dirección, ya que <strong>estará disponible públicamente en Internet</strong>.</p>" @@ -265,15 +239,10 @@ msgstr "" "tus carpetas de spam. A veces, nuestros mensajes se marcan así por error.</small>\n" "</p>" -msgid "<span id='follow_count'>%d</span> person is following this authority" -msgid_plural "<span id='follow_count'>%d</span> people are following this authority" -msgstr[0] "<span id='follow_count'>%d</span> persona esta siguiendo este organismo" -msgstr[1] "<span id='follow_count'>%d</span> personas estan siguiendo este organismo" - -msgid "<strong> Can I request information about myself?</strong>\\n\t\t\t<a href=\"%s\">No! (Click here for details)</a>" +msgid "<strong> Can I request information about myself?</strong>\\n\t\t\t<a href=\"{{url}}\">No! (Click here for details)</a>" msgstr "" "<strong> ¿Puedo pedir información sobre mí?</strong>\n" -"\t\t\t<a href=\"%s\">¡No! (Pulse aquí para más detalles)</a>" +"\t\t\t<a href=\"{{url}}\">¡No! (Pulse aquí para más detalles)</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:rafael_nadal</code></strong> para buscar comentarios hechos por el usuario 'rafael_nadal'." @@ -341,10 +310,10 @@ msgstr "" " Enviaremos un correo a la nueva dirección de correo. Sigue\n" " sus instrucciones para confirmar la nueva dirección." -msgid "<strong>Privacy note:</strong> If you want to request private information about\\n yourself then <a href=\"%s\">click here</a>." +msgid "<strong>Privacy note:</strong> If you want to request private information about\\n yourself then <a href=\"{{url}}\">click here</a>." msgstr "" "<strong>Nota sobre privacidad:</strong> Si quiere solicitar información privada\n" -" sobre sí mismo entonces <a href=\"%s\">siga este enlace</a>." +" sobre sí mismo entonces <a href=\"{{url}}\">siga este enlace</a>." msgid "<strong>Privacy note:</strong> Your photo will be shown in public on the Internet,\\n wherever you do something on {{site_name}}." msgstr "" @@ -375,6 +344,9 @@ msgstr "Un <strong>resumen</strong> de la respuesta si la has recibido por corre msgid "A Freedom of Information request" msgstr "Una solicitud de información" +msgid "A full history of my FOI request and all correspondence is available on the Internet at this address: {{url}}" +msgstr "" + 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 "A new request, <em><a href=\"{{request_url}}\">{{request_title}}</a></em>, was sent to {{public_body_name}} by {{info_request_user}} on {{date}}." @@ -399,6 +371,15 @@ msgstr "Sobre mí:" msgid "Act on what you've learnt" msgstr "Utiliza esta información" +msgid "Acts as xapian/acts as xapian job" +msgstr "" + +msgid "ActsAsXapian::ActsAsXapianJob|Action" +msgstr "" + +msgid "ActsAsXapian::ActsAsXapianJob|Model" +msgstr "" + msgid "Add an annotation" msgstr "Añada un comentario" @@ -488,13 +469,19 @@ msgstr "Cualquiera:" msgid "Applies to" msgstr "" +msgid "Are we missing a public authority?" +msgstr "" + +msgid "Are you the owner of any commercial copyright on this page?" +msgstr "¿Posee el copyright de alguna información de esta página?" + msgid "Ask for <strong>specific</strong> documents or information, this site is not suitable for general enquiries." msgstr "Pide documentos o información <strong>específica</strong>, esta web no está pensada para resolver dudas generales." -msgid "At the bottom of this page, write a reply to them trying to persuade them to scan it in\\n (<a href=\"%s\">more details</a>)." +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 "" "Al final de esta página, escribe una respuesta intentando convencerles de que lo escaneen\n" -" (<a href=\"%s\">más detalles</a>)." +" (<a href=\"{{url}}\">más detalles</a>)." msgid "Attachment (optional):" msgstr "Adjuntos (opcional):" @@ -532,6 +519,9 @@ msgstr "{{public_body_link}} debería haber respondido " msgid "Calculated home page" msgstr "" +msgid "Can't find the one you want?" +msgstr "¿No encuentra el que busca?" + msgid "Cancel a {{site_name}} alert" msgstr "Cancele una alerta de {{site_name}}" @@ -701,6 +691,9 @@ msgstr "Actualmente <strong>esperando la respuesta</strong> de {{public_body_lin msgid "Date:" msgstr "Fecha:" +msgid "Dear {{name}}," +msgstr "" + msgid "Dear {{public_body_name}}," msgstr "Estimado {{public_body_name}}," @@ -781,7 +774,7 @@ msgstr "Quiero recibir emails con las actualizaciones de esta solicitud" msgid "Enter words that you want to find separated by spaces, e.g. <strong>climbing lane</strong>" msgstr "Introduzca las palabras que desee separadas por espacio, es decir <strong>parlamento gasto</strong>" -msgid "Enter your response below. You may attach one file (use email, or\\n <a href=\"%s\">contact us</a> if you need more)." +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 "" msgid "Environmental Information Regulations" @@ -802,17 +795,17 @@ msgstr "Historial de eventos" msgid "Event {{id}}" msgstr "" -msgid "Everything that you enter on this page, including <strong>your name</strong>,\\n will be <strong>displayed publicly</strong> on\\n this website forever (<a href=\"%s\">why?</a>)." +msgid "Everything that you enter on this page, including <strong>your name</strong>,\\n will be <strong>displayed publicly</strong> on\\n this website forever (<a href=\"{{url}}\">why?</a>)." msgstr "" "Todo lo que escribas en esta página, incluyendo <strong>tu nombre</strong>, \n" " estará <strong>disponible públicamente</strong> en\n" -" está web para siempre (<a href=\"%s\">¿por qué?</a>)." +" está web para siempre (<a href=\"{{url}}\">¿por qué?</a>)." -msgid "Everything that you enter on this page\\n will be <strong>displayed publicly</strong> on\\n this website forever (<a href=\"%s\">why?</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 "" "Todo lo que escriba en esta página \n" " estará <strong>disponible públicamente</strong> en\n" -" está web para siempre (<a href=\"%s\">¿por qué?</a>)." +" está web para siempre (<a href=\"{{url}}\">¿por qué?</a>)." msgid "FOI" msgstr "FOI" @@ -838,14 +831,17 @@ msgstr "El pedido de acceso requiere del administrador ({{reason}}) - {{title}}" msgid "Failed to convert image to a PNG" msgstr "Error al convertir la imagen a PNG" -msgid "Failed to convert image to the correct size: at %{cols}x%{rows}, need %{width}x%{height}" -msgstr "Error al convertir la imagen al tamaño adecuado: es %{cols}x%{rows}, debería ser %{width}x%{height}" +msgid "Failed to convert image to the correct size: at {{cols}}x{{rows}}, need {{width}}x{{height}}" +msgstr "Error al convertir la imagen al tamaño adecuado: es {{cols}}x{{rows}}, debería ser {{width}}x{{height}}" msgid "Filter" msgstr "Filtrar" -msgid "First, type in the <strong>name of the UK public authority</strong> you'd \\n like information from. <strong>By law, they have to respond</strong>\\n (<a href=\"%s#%s\">why?</a>)." -msgstr "Primero, escribe el <strong>nombre de la institución</strong> a la que quieres pedir información. <strong>Están obligados a responder</strong> (<a href=\"%s#%s\">¿por qué?</a>)." +msgid "First, did your other requests succeed?" +msgstr "" + +msgid "First, type in the <strong>name of the UK public authority</strong> you'd\\n like information from. <strong>By law, they have to respond</strong>\\n (<a href=\"{{url}}\">why?</a>)." +msgstr "Primero, escribe el <strong>nombre de la institución</strong> a la que quieres pedir información. <strong>Están obligados a responder</strong> (<a href=\"{{url}}\">¿por qué?</a>)." msgid "Foi attachment" msgstr "Respuesta adjunta" @@ -925,8 +921,8 @@ msgstr "No es posible hacer una solicitud a este organismo, por motivos desconoc msgid "Forgotten your password?" msgstr "¿Has olvidado tu contraseña?" -msgid "Found %d public authority %s" -msgid_plural "Found %d public authorities %s" +msgid "Found {{count}} public authority {{description}}" +msgid_plural "Found {{count}} public authorities {{description}}" msgstr[0] "" msgstr[1] "" @@ -963,11 +959,11 @@ msgstr "Solicitudes de información a" msgid "From" 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=\"%s\">send it to us</a>." +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 "" "Desde la página de la solicitud, intenta responder a un mensaje en concreto, en vez de\n" " responder a la solicitud en general. Si necesitas hacerlo y tienes una dirección de\n" -" correo válida, por favor <a href=\"%s\">mándanosla</a>." +" correo válida, por favor <a href=\"{{url}}\">mándanosla</a>." msgid "From:" msgstr "De:" @@ -978,6 +974,18 @@ msgstr "DETALLA TU QUEJA AQUÍ" msgid "Handled by post." msgstr "Resuelta por correo ordinario" +msgid "Has tag string/has tag string tag" +msgstr "" + +msgid "HasTagString::HasTagStringTag|Model" +msgstr "" + +msgid "HasTagString::HasTagStringTag|Name" +msgstr "" + +msgid "HasTagString::HasTagStringTag|Value" +msgstr "" + msgid "Hello! You can make Freedom of Information requests within {{country_name}} at {{link_to_website}}" msgstr "¡Hola! Puede hacer solicitudes de información en {{country_name}} usando {{link_to_website}}" @@ -1038,6 +1046,9 @@ msgstr "Estoy pidiendo <strong>nueva información</strong>" msgid "I am requesting an <strong>internal review</strong>" msgstr "Estoy pidiendo una <strong>revisión interna</strong>" +msgid "I am writing to request an internal review of {{public_body_name}}'s handling of my FOI request '{{info_request_title}}'." +msgstr "" + msgid "I don't like these ones — give me some more!" msgstr "Estas no me gustan — ¡dame más!" @@ -1079,8 +1090,8 @@ msgstr "" msgid "Id" msgstr "" -msgid "If the address is wrong, or you know a better address, please <a href=\"%s\">contact us</a>." -msgstr "Si la dirección es incorrecta, o conoce una más actualizada, por favor <a href=\"%s\">contáctenos</a>." +msgid "If the address is wrong, or you know a better address, please <a href=\"{{url}}\">contact us</a>." +msgstr "Si la dirección es incorrecta, o conoce una más actualizada, por favor <a href=\"{{url}}\">contáctenos</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 "" @@ -1091,22 +1102,22 @@ msgstr "" "o un correo sobre otro tema a {{user}}, entonces por favor\n" "escribe a {{contact_email}} solicitando ayuda." -msgid "If you are dissatisfied by the response you got from\\n the public authority, you have the right to\\n complain (<a href=\"%s\">details</a>)." +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 "" "Si no estás satisfecho con la respuesta que has recibido del\n" " organismo público, tienes derecho a\n" -" apelar (<a href=\"%s\">detalles</a>)." +" apelar (<a href=\"{{url}}\">detalles</a>)." -msgid "If you are still having trouble, please <a href=\"%s\">contact us</a>." -msgstr "Si aún tienes problemas, por favor <a href=\"%s\">contáctanos</a>." +msgid "If you are still having trouble, please <a href=\"{{url}}\">contact us</a>." +msgstr "Si aún tienes problemas, por favor <a href=\"{{url}}\">contáctanos</a>." -msgid "If you are the requester, then you may <a href=\"%s\">sign in</a> to view the request." -msgstr "Si la solicitud es tuya, puedes <a href=\"%s\">abrir una sesión</a> para verla." +msgid "If you are the requester, then you may <a href=\"{{url}}\">sign in</a> to view the request." +msgstr "Si la solicitud es tuya, puedes <a href=\"{{url}}\">abrir una sesión</a> para verla." -msgid "If you are thinking of using a pseudonym,\\n please <a href=\"%s\">read this first</a>." +msgid "If you are thinking of using a pseudonym,\\n please <a href=\"{{url}}\">read this first</a>." msgstr "" "Si estás pensando en utilizar un pseudónimo,\n" -" por favor <a href=\"%s\">lee esto primero</a>." +" por favor <a href=\"{{url}}\">lee esto primero</a>." msgid "If you are {{user_link}}, please" msgstr "Si es {{user_link}}, por favor" @@ -1294,8 +1305,8 @@ msgstr "Registrado en {{site_name}} el" msgid "Just one more thing" msgstr "" -msgid "Keep it <strong>focused</strong>, you'll be more likely to get what you want (<a href=\"%s\">why?</a>)." -msgstr "Sé <strong>específico</strong>, tendrás más probabilidades de conseguir lo que quieres (<a href=\"%s\">¿por qué?</a>)." +msgid "Keep it <strong>focused</strong>, you'll be more likely to get what you want (<a href=\"{{url}}\">why?</a>)." +msgstr "Sé <strong>específico</strong>, tendrás más probabilidades de conseguir lo que quieres (<a href=\"{{url}}\">¿por qué?</a>)." msgid "Keywords" msgstr "Términos" @@ -1366,12 +1377,6 @@ msgstr "" msgid "MailServerLog|Order" msgstr "" -msgid "Make a new <strong>Environmental Information</strong> request" -msgstr "Envíe una nueva <strong>solicitud de información medioambiental</strong>" - -msgid "Make a new <strong>Freedom of Information</strong> request to {{public_body}}" -msgstr "Haz una nueva <strong>solicitud de información</strong> a {{public_body}}" - msgid "Make a new<br/>\\n <strong>Freedom <span>of</span><br/>\\n Information<br/>\\n request</strong>" msgstr "" "Envíe una nueva<br/>\n" @@ -1381,6 +1386,9 @@ msgstr "" msgid "Make a request" msgstr "Enviar solicitud" +msgid "Make a request to this authority" +msgstr "" + msgid "Make an {{law_used_short}} request to '{{public_body_name}}'" msgstr "Hacer una solicitud {{law_used_short}} a '{{public_body_name}}'" @@ -1618,8 +1626,8 @@ msgstr "Juega al juego de clasificación de solicitudes!" msgid "Please" msgstr "Por favor" -msgid "Please <a href=\"%s\">get in touch</a> with us so we can fix it." -msgstr "Por favor <a href=\"%s\">contacta</a> con nosotros para que podamos arreglarlo." +msgid "Please <a href=\"{{url}}\">get in touch</a> with us so we can fix it." +msgstr "Por favor <a href=\"{{url}}\">contacta</a> con nosotros para que podamos arreglarlo." msgid "Please <strong>answer the question above</strong> so we know whether the " msgstr "Por favor <strong>responde a la pregunta anterior</strong> para que sepamos si " @@ -1643,6 +1651,9 @@ msgstr "" msgid "Please choose a file containing your photo." msgstr "Por favor elige el fichero que contiene tu foto" +msgid "Please choose a reason" +msgstr "" + msgid "Please choose what sort of reply you are making." msgstr "Por favor, elija el tipo de respuesta que está creando." @@ -1729,13 +1740,16 @@ msgstr "Por favor, mantén el resumen corto, como en el asunto de un correo elec 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, pide información sólo de estas categorias, <strong>no pierdas tu tiempo </strong> o el del organismo público pidiendo información no relacionada." +msgid "Please pass this on to the person who conducts Freedom of Information reviews." +msgstr "" + msgid "Please select each of these requests in turn, and <strong>let everyone know</strong>\\nif they are successful yet or not." msgstr "" "Por favor elije estas solicitudes una a una, y <strong>haz que se sepa</strong>\n" "si han tenido éxito o no." -msgid "Please sign at the bottom with your name, or alter the \"%{signoff}\" signature" -msgstr "Por favor, firma con tu nombre en la parte inferior, o cambia la firma \"%{signoff}\"" +msgid "Please sign at the bottom with your name, or alter the \"{{signoff}}\" signature" +msgstr "Por favor, firma con tu nombre en la parte inferior, o cambia la firma \"{{signoff}}\"" msgid "Please sign in as " msgstr "Por favor abre una sesión como " @@ -1842,9 +1856,6 @@ msgstr "" msgid "Public body" msgstr "Autoridad/Organismo Publico" -msgid "Public body/translation" -msgstr "Organismo publico/traduccion" - msgid "Public notes" msgstr "" @@ -1854,43 +1865,6 @@ msgstr "" msgid "Public page not available" msgstr "" -msgid "PublicBody::Translation|Disclosure log" -msgstr "" - -msgid "PublicBody::Translation|First letter" -msgstr "Organismo Publico:: traduccion Primera solicitud" - -msgid "PublicBody::Translation|Locale" -msgstr "PublicBody::Translation|Locale" - -msgid "PublicBody::Translation|Name" -msgstr "Nombre" - -msgid "PublicBody::Translation|Notes" -msgstr "Notas" - -msgid "PublicBody::Translation|Publication scheme" -msgstr "Transparencia Activa" - -msgid "PublicBody::Translation|Request email" -msgstr "Solicitar Correo" - -msgid "PublicBody::Translation|Short name" -msgstr "Nombre Corto" - -msgid "PublicBody::Translation|Url name" -msgstr "" -"<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>" - msgid "PublicBody|Api key" msgstr "" @@ -1986,6 +1960,9 @@ msgstr "Denuncie abuso" msgid "Report an offensive or unsuitable request" msgstr "Denunciar un pedido ofensivo o inapropiado" +msgid "Report request" +msgstr "" + msgid "Report this request" msgstr "Denunciar este pedido" @@ -2094,10 +2071,10 @@ msgstr "Resultados de la búsqueda" msgid "Search the site to find what you were looking for." msgstr "Buscar en esta web para encontrar lo que busca." -msgid "Search within the %d Freedom of Information requests to %s" -msgid_plural "Search within the %d Freedom of Information requests made to %s" -msgstr[0] "Busca en la %d solicitud de información hecha a %s" -msgstr[1] "Busca en las %d solicitudes de información hechas a %s" +msgid "Search within the {{count}} Freedom of Information requests to {{public_body_name}}" +msgid_plural "Search within the {{count}} Freedom of Information requests made to {{public_body_name}}" +msgstr[0] "Busca en la {{count}} solicitud de información hecha a {{public_body_name}}" +msgstr[1] "Busca en las {{count}} solicitudes de información hechas a {{public_body_name}}" msgid "Search your contributions" msgstr "Busca tus aportaciones" @@ -2213,9 +2190,6 @@ msgstr "Lo sentimos, no hemos podido encontrar esa página" msgid "Special note for this authority!" msgstr "¡Notas especiales sobre este organismo!" -msgid "Start" -msgstr "Comenzar" - msgid "Start now »" msgstr "Comience ahora »" @@ -2379,22 +2353,22 @@ msgstr "La solicitud fue <strong>exitosa</strong>." msgid "The request was refused by the public authority" msgstr "La solicitud ha sido rechazada por el organismo" -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=\"%s\">contact us</a> if you have any questions." +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 "" "La solicitud que has intentado ver ha sido eliminada. Hay\n" "varios posibles motivos para esto, pero no podemos ser más específicos aquí. Por favor <a\n" -" href=\"%s\">contáctanos</a> si tiene cualquier pregunta." +" href=\"{{url}}\">contáctanos</a> si tiene cualquier pregunta." msgid "The requester has abandoned this request for some reason" msgstr "El creador de la solicitud la ha cancelado por algún motivo" -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" +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 "" "La respuesta a tu solicitud ha sido <strong>retrasada</strong>.\n" " Por ley, el organismo debería normalmente haber respondido\n" " <strong>rápidamente</strong> y" -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" +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 "" "La respuesta a tu solicitud ha sido <strong>muy retrasada</strong>.\n" " Por ley, bajo cualquier circunstancia, el organismo ya debería\n" @@ -2406,6 +2380,9 @@ msgstr "El motor de búsqueda no está accesible en estos momentos: no podemos m msgid "The search index is currently offline, so we can't show the Freedom of Information requests this person has made." msgstr "El motor de búsqueda no está accesible en estos momentos: no podemos mostrar las solicitudes de información que ha hecho esta persona" +msgid "The {{site_name}} team." +msgstr "" + msgid "Then you can cancel the alert." msgstr "Entonces podrás cancelar tu alerta." @@ -2481,17 +2458,17 @@ msgstr "Entonces se enviará tu comentario a {{info_request_title}}." msgid "There are {{count}} new annotations on your {{info_request}} request. Follow this link to see what they wrote." msgstr "Hay {{count}} comentarios en tu solicitud {{info_request}}. Sigue este enlace para leer lo que dicen." -msgid "There is %d person following this request" -msgid_plural "There are %d people following this request" -msgstr[0] "Hay %d persona siguiendo esta solicitud." -msgstr[1] "Hay %d personas siguiendo esta solicitud." - 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 "" 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 "Hay un límite en el número de solicitudes que puedes hacer en un día, porque no queremos que los organismos públicos reciban un número exagerado de solicitudes mal formuladas. Si necesitas que el límite no se aplique en tu caso, por favor <a href='{{help_contact_path}}'>contacta con nosotros</a>." +msgid "There is {{count}} person following this request" +msgid_plural "There are {{count}} people following this request" +msgstr[0] "Hay {{count}} persona siguiendo esta solicitud." +msgstr[1] "Hay {{count}} personas siguiendo esta solicitud." + msgid "There was a <strong>delivery error</strong> or similar, which needs fixing by the {{site_name}} team." msgstr "Se ha producido un <strong>error en la entrega</strong> o similar, y necesita ser arreglado por el equipo de {{site_name}}." @@ -2530,10 +2507,10 @@ msgstr "Pedidos que estas siguiendo" msgid "This authority no longer exists, so you cannot make a request to it." msgstr "Este organismo ya no existe, no pueden realizarse solicitudes de información." -msgid "This comment has been hidden. See annotations to\\n find out why. If you are the requester, then you may <a href=\"%s\">sign in</a> to view the response." +msgid "This comment has been hidden. See annotations to\\n find out why. If you are the requester, then you may <a href=\"{{url}}\">sign in</a> to view the response." msgstr "" "Este respuesta está oculta. Revisa los comentarios\n" -" para descubrir por qué. Si es tu solicitud, <a href=\"%s\">abre una sesión</a> para ver la respuesta." +" para descubrir por qué. Si es tu solicitud, <a href=\"{{url}}\">abre una sesión</a> para ver la respuesta." msgid "This covers a very wide spectrum of information about the state of\\n the <strong>natural and built environment</strong>, such as:" msgstr "" @@ -2560,10 +2537,10 @@ 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 outgoing message has been hidden. See annotations to\\n\t\t\t\t\t\tfind out why. If you are the requester, then you may <a href=\"%s\">sign in</a> to view the response." +msgid "This outgoing message has been hidden. See annotations to\\n\t\t\t\t\t\tfind out why. If you are the requester, then you may <a href=\"{{url}}\">sign in</a> to view the response." msgstr "" "Este mensaje está oculto. Lee los comentarios\n" -"\t\t\t\t\t\tpara descubrir por qué. Si es tu solicitud, <a href=\"%s\">abra una sesión</a> para ver la respuesta." +"\t\t\t\t\t\tpara descubrir por qué. Si es tu solicitud, <a href=\"{{url}}\">abra una sesión</a> para ver la respuesta." msgid "This particular request is finished:" msgstr "Esta solicitud está cerrada:" @@ -2571,19 +2548,19 @@ msgstr "Esta solicitud está cerrada:" msgid "This person has made no Freedom of Information requests using this site." msgstr "Esta persona no ha realizado solicitudes de información usando esta web." -msgid "This person's %d Freedom of Information request" -msgid_plural "This person's %d Freedom of Information requests" -msgstr[0] "Tu %d solicitud de información" -msgstr[1] "Tus %d solicitudes de información" - -msgid "This person's %d annotation" -msgid_plural "This person's %d annotations" -msgstr[0] "Tu %d comentario" -msgstr[1] "Tus %d comentarios" - msgid "This person's annotations" msgstr "Tus comentarios" +msgid "This person's {{count}} Freedom of Information request" +msgid_plural "This person's {{count}} Freedom of Information requests" +msgstr[0] "Tu {{count}} solicitud de información" +msgstr[1] "Tus {{count}} solicitudes de información" + +msgid "This person's {{count}} annotation" +msgid_plural "This person's {{count}} annotations" +msgstr[0] "Tu {{count}} comentario" +msgstr[1] "Tus {{count}} comentarios" + msgid "This request <strong>requires administrator attention</strong>" msgstr "Esta solicitud <strong>requiere la intervención de un administrador</strong>" @@ -2607,8 +2584,8 @@ msgstr "" "Esta solicitud ha sido <strong>retirada</strong> por la persona que la realizó. \n" " \t Puede que haya una explicación en los mensajes a continuación." -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=\"%s\">contact us</a>." -msgstr "Esta solicitud va a ser revisada por los administradores de la web, que no la han ocultado de momento. Si crees que debe ser ocultada, por favor <a href=\"%s\">contáctanos</a>." +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 "Esta solicitud va a ser revisada por los administradores de la web, que no la han ocultado de momento. Si crees que debe ser ocultada, por favor <a href=\"{{url}}\">contáctanos</a>." msgid "This request has been reported for administrator attention" msgstr "Este pedido ha sido reportado al administrador del sitio." @@ -2624,10 +2601,10 @@ msgstr "" "Esta solicitud tiene visibilidad 'oculta'. Puedes verla sólo porque estás identificado\n" " como super-usuario." -msgid "This request is hidden, so that only you the requester can see it. Please\\n <a href=\"%s\">contact us</a> if you are not sure why." +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 "" "Esta solicitud está oculta, por lo que sólo tú como creador puedes verla. Por favor\n" -" <a href=\"%s\">contáctanos</a> si no estás seguro de por qué." +" <a href=\"{{url}}\">contáctanos</a> si no estás seguro de por qué." msgid "This request is still in progress:" msgstr "Esta solicitud está todavía en proceso:" @@ -2638,10 +2615,10 @@ msgstr "" msgid "This request was not made via {{site_name}}" msgstr "" -msgid "This response has been hidden. See annotations to find out why.\\n If you are the requester, then you may <a href=\"%s\">sign in</a> to view the response." +msgid "This response has been hidden. See annotations to find out why.\\n If you are the requester, then you may <a href=\"{{url}}\">sign in</a> to view the response." msgstr "" "Este respuesta está oculta. Revisa los comentarios\n" -" para descubrir por qué. Si es tu solicitud, <a href=\"%s\">abre una sesión</a> para ver la respuesta." +" para descubrir por qué. Si es tu solicitud, <a href=\"{{url}}\">abre una sesión</a> para ver la respuesta." 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 "" @@ -2722,8 +2699,8 @@ msgstr "Añadir tu comentario" msgid "To reply to " msgstr "Contestar a " -msgid "To report this FOI request" -msgstr "Reportar este pedido de acceso" +msgid "To report this request" +msgstr "" msgid "To send a follow up message to " msgstr "Enviar una respuesta a " @@ -2809,11 +2786,11 @@ msgstr "Se encontró un tipo de resultado inesperado" msgid "Unexpected search result type " msgstr "Se encontró un tipo de resultado inesperado " -msgid "Unfortunately we don't know the FOI\\nemail address for that authority, so we can't validate this.\\nPlease <a href=\"%s\">contact us</a> to sort it out." +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 "" "Desgraciadamente no tenemos la dirección\n" "de correo para este organismo, así que no podemos validarlo.\n" -"Por favor <a href=\"%s\">contáctenos</a> para arreglarlo." +"Por favor <a href=\"{{url}}\">contáctenos</a> para arreglarlo." 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" @@ -2947,6 +2924,12 @@ msgstr "Esperando que el organismo responda" msgid "Was the response you got to your FOI request any good?" msgstr "¿Fue la respuesta a tu solicitud satisfactoria?" +msgid "We consider it is not a valid FOI request, and have therefore hidden it from other users." +msgstr "" + +msgid "We consider it to be vexatious, and have therefore hidden it from other users." +msgstr "" + msgid "We do not have a working request email address for this authority." msgstr "No tenemos una dirección de correo válida para este organismo." @@ -2960,10 +2943,10 @@ msgstr "" " –\n" "\tsi eres {{user_link}} por favor <a href=\"{{url}}\">abre una sesión</a> y háznoslo saber." -msgid "We will not reveal your email address to anybody unless you or\\n the law tell us to (<a href=\"%s\">details</a>). " +msgid "We will not reveal your email address to anybody unless you or\\n the law tell us to (<a href=\"{{url}}\">details</a>). " msgstr "" "No revelaremos tu dirección de correo a nadie salvo que tú nos lo digas\n" -" o la ley nos obligue (<a href=\"%s\">más información</a>). " +" o la ley nos obligue (<a href=\"{{url}}\">más información</a>). " msgid "We will not reveal your email address to anybody unless you\\nor the law tell us to." msgstr "" @@ -3016,8 +2999,8 @@ msgstr "" "Cuando reciba la respuesta en papel, por favor ayude\n" " a que otros sepan lo que dice:" -msgid "When you're done, <strong>come back here</strong>, <a href=\"%s\">reload this page</a> and file your new request." -msgstr "Cuando esté listo, <strong>vuelva aquí</strong>, <a href=\"%s\">recargue esta página</a> y cree una nueva solicitud." +msgid "When you're done, <strong>come back here</strong>, <a href=\"{{url}}\">reload this page</a> and file your new request." +msgstr "Cuando esté listo, <strong>vuelva aquí</strong>, <a href=\"{{url}}\">recargue esta página</a> y cree una nueva solicitud." msgid "Which of these is happening?" msgstr "¿Qué está pasando?" @@ -3125,11 +3108,11 @@ msgstr "Sabes lo que ha causado el error, y puedes <strong>sugerir una solución 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 "" -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=\"%s\">send it to us</a>." +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 "" "Puede que encuentres una\n" " en su página web, o preguntando por teléfono. Si la consigues\n" -" por favor <a href=\"%s\">envíanosla</a>." +" por favor <a href=\"{{url}}\">envíanosla</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 "" @@ -3149,6 +3132,9 @@ msgstr "Necesitas identificarte para borrar la foto de tu perfil." msgid "You need to be logged in to edit your profile." msgstr "Tienes que loguearte para poder editar tu perfil." +msgid "You need to be logged in to report a request for administrator attention" +msgstr "" + msgid "You previously submitted that exact follow up message for this request." msgstr "Ya has enviado esa misma respuesta a esta solicitud." @@ -3175,6 +3161,9 @@ msgstr "" "Sólo recibirás una respuesta a tu solicitud si continúas\n" "con la aclaración." +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 "" + msgid "You're in. <a href=\"#\" id=\"send-request\">Continue sending your request</a>" msgstr "" @@ -3187,23 +3176,13 @@ msgstr "No estás recibiendo actualizaciones por correo." msgid "You've now cleared your profile photo" msgstr "Has borrado la foto de tu perfil" -msgid "Your %d Freedom of Information request" -msgid_plural "Your %d Freedom of Information requests" -msgstr[0] "Tu %d solicitud de información" -msgstr[1] "Tus %d solicitudes de información" - -msgid "Your %d annotation" -msgid_plural "Your %d annotations" -msgstr[0] "Tu %d comentario" -msgstr[1] "Tus %d comentarios" - -msgid "Your <strong>name will appear publicly</strong> \\n (<a href=\"%s\">why?</a>)\\n on this website and in search engines. If you\\n are thinking of using a pseudonym, please \\n <a href=\"%s\">read this first</a>." +msgid "Your <strong>name will appear publicly</strong>\\n (<a href=\"{{why_url}}\">why?</a>)\\n on this website and in search engines. If you\\n are thinking of using a pseudonym, please\\n <a href=\"{{help_url}}\">read this first</a>." msgstr "" "<strong>Tu nombre aparecerá públicamente</strong> \n" -" (<a href=\"%s\">¿por qué?</a>)\n" +" (<a href=\"{{why_url}}\">¿por qué?</a>)\n" " en esta web y en motores de búsqueda. Si estás\n" " pensando en utilizar un seudónimo, por favor \n" -" <a href=\"%s\">lee esto primero</a>." +" <a href=\"{{help_url}}\">lee esto primero</a>." msgid "Your annotations" msgstr "Tus comentarios" @@ -3214,8 +3193,8 @@ msgstr "" msgid "Your e-mail:" msgstr "Tu correo:" -msgid "Your follow up has not been sent because this request has been stopped to prevent spam. Please <a href=\"%s\">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=\"%s\">contáctanos</a> si realmente quieres enviar una respuesta." +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." msgid "Your follow up message has been sent on its way." msgstr "Tu mensaje está en camino." @@ -3238,10 +3217,10 @@ msgstr "Tu mensaje aparecerá en <strong>los motores de búsqueda</strong>" msgid "Your name and annotation will appear in <strong>search engines</strong>." msgstr "Tu nombre y su comentario aparecerán en los <strong>motores de búsqueda</strong>." -msgid "Your name, request and any responses will appear in <strong>search engines</strong>\\n (<a href=\"%s\">details</a>)." +msgid "Your name, request and any responses will appear in <strong>search engines</strong>\\n (<a href=\"{{url}}\">details</a>)." msgstr "" "Tu nombre, tu solicitud y cualquier respuesta aparecerán en los <strong>motores de búsqueda</strong>\n" -" (<a href=\"%s\">detalles</a>)." +" (<a href=\"{{url}}\">detalles</a>)." msgid "Your name:" msgstr "Tu nombre:" @@ -3258,6 +3237,12 @@ msgstr "Tu contraseña:" msgid "Your photo will be shown in public <strong>on the Internet</strong>,\\n wherever you do something on {{site_name}}." msgstr "" +msgid "Your request '{{request}}' at {{url}} has been reviewed by moderators." +msgstr "" + +msgid "Your request on {{site_name}} hidden" +msgstr "" + msgid "Your request was called {{info_request}}. Letting everyone know whether you got the information will help us keep tabs on" msgstr "Tu solicitud se llamaba {{info_request}}. Haznos saber si has recibido la información para ayudarnos a controlar a" @@ -3267,12 +3252,22 @@ msgstr "Tu solicitud:" msgid "Your response to an FOI request was not delivered" msgstr "" -msgid "Your response will <strong>appear on the Internet</strong>, <a href=\"%s\">read why</a> and answers to other questions." -msgstr "Tu respuesta <strong>aparecerá en Internet</strong>, <a href=\"%s\">lee por qué</a> y respuestas a otras preguntas." +msgid "Your response will <strong>appear on the Internet</strong>, <a href=\"{{url}}\">read why</a> and answers to other questions." +msgstr "Tu respuesta <strong>aparecerá en Internet</strong>, <a href=\"{{url}}\">lee por qué</a> y respuestas a otras preguntas." msgid "Your thoughts on what the {{site_name}} <strong>administrators</strong> should do about the request." msgstr "Opine sobre lo que los <strong>administradores</strong> de {{site_name}} deberían hacer con la solicitud." +msgid "Your {{count}} Freedom of Information request" +msgid_plural "Your {{count}} Freedom of Information requests" +msgstr[0] "Tu {{count}} solicitud de información" +msgstr[1] "Tus {{count}} solicitudes de información" + +msgid "Your {{count}} annotation" +msgid_plural "Your {{count}} annotations" +msgstr[0] "Tu {{count}} comentario" +msgstr[1] "Tus {{count}} comentarios" + msgid "Your {{site_name}} email alert" msgstr "Tu alerta en {{site_name}}" @@ -3282,6 +3277,9 @@ msgstr "Un saludo," msgid "Yours sincerely," msgstr "Un saludo," +msgid "Yours," +msgstr "" + msgid "[FOI #{{request}} email]" msgstr "[Dirección de correo de la solicitud #{{request}}]" @@ -3445,12 +3443,12 @@ msgstr "" msgid "no later than" msgstr "no más tarde de" -msgid "no longer exists. If you are trying to make\\n 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=\"%s\">send it to us</a>." +msgid "no longer exists. If you are trying to make\\n 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 "" "ya no existe. \n" "Desde la página de la solicitud, intenta responder a un mensaje en concreto, en vez de\n" " responder a la solicitud en general. Si necesitas hacerlo y tienes una dirección de\n" -" correo válida, por favor <a href=\"%s\">mándanosla</a>." +" correo válida, por favor <a href=\"{{url}}\">mándanosla</a>." msgid "normally" msgstr "normalmente" @@ -3558,9 +3556,32 @@ msgstr "información útil." msgid "users" msgstr "usuarios" +msgid "what's that?" +msgstr "¿Qué es eso?" + msgid "{{count}} FOI requests found" msgstr "{{count}} solicitudes de información encontradas" +msgid "{{count}} Freedom of Information request to {{public_body_name}}" +msgid_plural "{{count}} Freedom of Information requests to {{public_body_name}}" +msgstr[0] "{{count}} solicitud de información a {{public_body_name}}" +msgstr[1] "{{count}} solicitudes de información a {{public_body_name}}" + +msgid "{{count}} person is following this authority" +msgid_plural "{{count}} people are following this authority" +msgstr[0] "{{count}} persona esta siguiendo este organismo" +msgstr[1] "{{count}} personas estan siguiendo este organismo" + +msgid "{{count}} request" +msgid_plural "{{count}} requests" +msgstr[0] "{{count}} solicitud" +msgstr[1] "{{count}} solicitudes" + +msgid "{{count}} request made." +msgid_plural "{{count}} requests made." +msgstr[0] "{{count}} solicitud enviada." +msgstr[1] "{{count}} solicitudes enviadas." + 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}} ya\n" diff --git a/locale/eu/app.po b/locale/eu/app.po index 486868901..4fec5d9e0 100644 --- a/locale/eu/app.po +++ b/locale/eu/app.po @@ -3,16 +3,17 @@ # This file is distributed under the same license as the PACKAGE package. # # Translators: -# David Cabo <david.cabo@gmail.com>, 2012. -# <ertoba@yahoo.es>, 2012. +# David Cabo <david.cabo@gmail.com>, 2012 +# sroberto <ertoba@yahoo.es>, 2012 +# sroberto <ertoba@yahoo.es>, 2012 msgid "" msgstr "" "Project-Id-Version: alaveteli\n" "Report-Msgid-Bugs-To: http://github.com/sebbacon/alaveteli/issues\n" -"POT-Creation-Date: 2013-03-14 14:02-0700\n" -"PO-Revision-Date: 2013-03-14 21:09+0000\n" +"POT-Creation-Date: 2013-06-24 09:40-0700\n" +"PO-Revision-Date: 2013-06-24 16:52+0000\n" "Last-Translator: louisecrow <louise@mysociety.org>\n" -"Language-Team: LANGUAGE <LL@li.org>\n" +"Language-Team: Basque (http://www.transifex.com/projects/p/alaveteli/language/eu/)\n" "Language: eu\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -22,8 +23,8 @@ msgstr "" 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 " Hau zure {{site_name}} profilean agertuko da, beste pertsonek zure eskabideak ulertu eta parte har dezaten." -msgid " (<strong>no ranty</strong> politics, read our <a href=\"%s\">moderation policy</a>)" -msgstr " (<strong>eraso politikorik gabe</strong>, irakur ezazu gure <a href=\"%s\">moderazio politika</a>)" +msgid " (<strong>no ranty</strong> politics, read our <a href=\"{{url}}\">moderation policy</a>)" +msgstr " (<strong>eraso politikorik gabe</strong>, irakur ezazu gure <a href=\"{{url}}\">moderazio politika</a>)" msgid " (<strong>patience</strong>, especially for large files, it may take a while!)" msgstr " (<strong>pazientzia</strong>, batez ere fitxategi handiekin, hainbat minutu behar dezakete eta!)" @@ -54,9 +55,9 @@ msgstr " Eskabidea <strong>ahalik eta hoberen</strong> argitzeko aholkua." msgid " Ideas on what <strong>other documents to request</strong> which the authority may hold. " msgstr " Erakunde publikoak izan ditzaketen <strong> beste agiriak eskatzeko </strong> ideiak. " -msgid " If you know the address to use, then please <a href=\"%s\">send it to us</a>.\\n You may be able to find the address on their website, or by phoning them up and asking." +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 "" -" Erabili behar den helbidea baldin badakizu, orduan mesedez <a href=\"%s\">bidal iezaguzu</a>.\n" +" Erabili behar den helbidea baldin badakizu, orduan mesedez <a href=\"{{url}}\">bidal iezaguzu</a>.\n" " Agian haien weg orrialdean aurki dezakezu, edo telefonoz deitu eta galdetzen badiezu." msgid " Include relevant links, such as to a campaign page, your blog or a\\n twitter account. They will be made clickable. \\n e.g." @@ -95,21 +96,6 @@ msgstr " Mezu hau bidali duzunean." msgid "\"Hello! We have an <a href=\\\"/help/alaveteli?country_name=#{CGI.escape(current_country)}\\\">important message</a> for visitors outside {{country_name}}\"" msgstr "" -msgid "%d Freedom of Information request to %s" -msgid_plural "%d Freedom of Information requests to %s" -msgstr[0] "_____ %d -ri egindako informazio eskabidea %s" -msgstr[1] "_______ %d -ri egindako informazio eskabideak %s" - -msgid "%d request" -msgid_plural "%d requests" -msgstr[0] "%d eskabidea" -msgstr[1] "%d eskabideak" - -msgid "%d request made." -msgid_plural "%d requests made." -msgstr[0] "%d eskabidea bidalita." -msgstr[1] "%d eskabideak bidalita." - msgid "'Crime statistics by ward level for Wales'" msgstr "'Espainiako krimen estatistika, eskualdeka'" @@ -150,32 +136,14 @@ msgstr "2. Eskatu informazioa" msgid "3. Now check your request" msgstr "3. Berrikusi zure eskabidea" -msgid "<a class=\"link_button_green\" href=\"{{url}}\">{{text}}</a>" -msgstr "<a class=\"link_button_green\" href=\"{{url}}\">{{text}}</a>" - -msgid "<a href=\"%s\">Add an annotation</a> (to help the requester or others)" -msgstr "<a href=\"%s\">Gehitu azalpenen bat</a> (eskatzaileari edo besteei laguntzearren)" - -msgid "<a href=\"%s\">Are we missing a public authority?</a>" -msgstr "" - -msgid "<a href=\"%s\">Are you the owner of\\n any commercial copyright on this page?</a>" -msgstr "<a href=\"%s\">Orrialde honetako infomazioaren eskubideak dituzu zuk?</a>" +msgid "<a href=\"{{browse_url}}\">Browse all</a> or <a href=\"{{add_url}}\">ask us to add one</a>." +msgstr "<a href=\"{{browse_url}}\">Guztiak ikusi</a> o <a href=\"{{add_url}}\">eskatu beste bat gehitzeko</a>." -msgid "<a href=\"%s\">Browse all</a> or <a href=\"%s\">ask us to add one</a>." -msgstr "<a href=\"%s\">Guztiak ikusi</a> o <a href=\"%s\">eskatu beste bat gehitzeko</a>." +msgid "<a href=\"{{url}}\">Add an annotation</a> (to help the requester or others)" +msgstr "<a href=\"{{url}}\">Gehitu azalpenen bat</a> (eskatzaileari edo besteei laguntzearren)" -msgid "<a href=\"%s\">Can't find the one you want?</a>" -msgstr "<a href=\"%s\">Ez duzu bilatzen ari zaren hori aurkitzen?</a>" - -msgid "<a href=\"%s\">Sign in</a> to change password, subscriptions and more ({{user_name}} only)" -msgstr "<a href=\"%s\">Ireki saioa</a> zure pasahitza aldatzeko, inskribatzeko... ({{user_name}} bakarrik)" - -msgid "<a href=\"%s\">details</a>" -msgstr "<a href=\"%s\">xehetasunak</a>" - -msgid "<a href=\"%s\">what's that?</a>" -msgstr "<a href=\"%s\">Zer da hau?</a>" +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 "<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>" @@ -212,17 +180,23 @@ msgstr "" "<p>Gure aholkua hauxe da, zure eskabidea editatu eta posta elektronikoaren helbidea kentzea.\n" " Helbidea utziz gero, erakunde publikora bidaliko da, baina ez da ikusgarria izango webgune honetan.</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 "" + 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>Pozgarria da eskatu zenuen informazioa jaso duzula jakitea. Horri buruz idazten baduzu edo erabiltzen baduzu, mesedez itzul zaitez hona eta jarraian gehitu iruzkin bat, zer egin duzun azalduz.</p><p>{{site_name}} erabilgarria izan baldin bada, dagokion GKE<a href=\"{{donation_url}}\">diruz lagundu</a> ahal duzu.</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>Pozgarria da eskatu zenuen informazioa jaso duzula jakitea. Horri buruz idazten baduzu edo erabiltzen baduzu, mesedez itzul zaitez hona eta jarraian gehitu iruzkin bat, zer egin duzun azalduz.</p><p>{{site_name}} erabilgarria izan baldin bada,dagokion GKE<a href=\"{{donation_url}}\">diruz lagundu</a> ahal duzu.</p>" -msgid "<p>You do not need to include your email in the request in order to get a reply (<a href=\"%s\">details</a>).</p>" -msgstr "<p>Eskabidean ez duzu zure posta elektronikoaren helbidea sartu behar, erantzuna jasotzeko (<a href=\"%s\">más detalles</a>).</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 "" + +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 "<p>Eskabidean ez duzu zure posta elektronikoaren helbidea sartu behar, erantzuna jasotzeko (<a href=\"{{url}}\">más detalles</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=\"%s\">details</a>).</p>" -msgstr "<p>Eskabidean ez duzu zure posta elektronikoaren helbidea sartu behar, erantzuna jasotzeko, ondoko urratsean eskatuko dizugu (<a href=\"%s\">xehetasun gehiago</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 "<p>Eskabidean ez duzu zure posta elektronikoaren helbidea sartu behar, erantzuna jasotzeko, ondoko urratsean eskatuko dizugu (<a href=\"{{url}}\">xehetasun gehiago</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>Zure eskabideak <strong>posta kodea</strong> dakar. Eskabidearekin zerikusi zuzena izan ezean, mesedez ezaba ezazu edozein helbide, ya que <strong>Interneten guztion eskura</strong> egongo da eta.</p>" @@ -238,15 +212,10 @@ msgstr "" "<small>Web posta erabiltzen baduzu eta \"anti spam\" iragazkiak baldin badizutu, mesedez begira ezazu zure spam zorroan. Batzuetan, gure mezuak honela markatzen dira, akatsez.</small>\n" "</p>" -msgid "<span id='follow_count'>%d</span> person is following this authority" -msgid_plural "<span id='follow_count'>%d</span> people are following this authority" -msgstr[0] "" -msgstr[1] "" - -msgid "<strong> Can I request information about myself?</strong>\\n\t\t\t<a href=\"%s\">No! (Click here for details)</a>" +msgid "<strong> Can I request information about myself?</strong>\\n\t\t\t<a href=\"{{url}}\">No! (Click here for details)</a>" msgstr "" "<strong> Neure buruaz eska dezaket informazioa?</strong>\n" -"\t\t\t<a href=\"%s\">Ez! (sakatu hemen xehetasun gehiagorako)</a>" +"\t\t\t<a href=\"{{url}}\">Ez! (sakatu hemen xehetasun gehiagorako)</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:rafael_nadal</code></strong> 'rafael_nadal' erabiltzaileak egindako iruzkinak bilatzeko." @@ -303,8 +272,8 @@ msgstr "" "<strong>Oharra:</strong>\n" " Posta bat bidaliko dugu posta helbide berrira. Jarraitu argibideei helbide berria egiaztatzeko." -msgid "<strong>Privacy note:</strong> If you want to request private information about\\n yourself then <a href=\"%s\">click here</a>." -msgstr "<strong>Pribatutasun oharra:</strong> Zeure buruaz informazio pribatua eskatu nahi izanez gero, orduan <a href=\"%s\">jarraitu esteka honi</a>." +msgid "<strong>Privacy note:</strong> If you want to request private information about\\n yourself then <a href=\"{{url}}\">click here</a>." +msgstr "<strong>Pribatutasun oharra:</strong> Zeure buruaz informazio pribatua eskatu nahi izanez gero, orduan <a href=\"{{url}}\">jarraitu esteka honi</a>." msgid "<strong>Privacy note:</strong> Your photo will be shown in public on the Internet,\\n wherever you do something on {{site_name}}." msgstr "" @@ -333,6 +302,9 @@ msgstr "Erantzunaren <strong>laburpena</strong>, posta arruntean jaso baldin bad msgid "A Freedom of Information request" msgstr "Informazio eskabidea" +msgid "A full history of my FOI request and all correspondence is available on the Internet at this address: {{url}}" +msgstr "" + 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 "" @@ -357,6 +329,15 @@ msgstr "Zeure buruaz:" msgid "Act on what you've learnt" msgstr "Erabil ezazu informazio hau" +msgid "Acts as xapian/acts as xapian job" +msgstr "" + +msgid "ActsAsXapian::ActsAsXapianJob|Action" +msgstr "" + +msgid "ActsAsXapian::ActsAsXapianJob|Model" +msgstr "" + msgid "Add an annotation" msgstr "Gehitu iruzkina" @@ -440,11 +421,17 @@ msgstr "Edozein:" msgid "Applies to" msgstr "" +msgid "Are we missing a public authority?" +msgstr "" + +msgid "Are you the owner of any commercial copyright on this page?" +msgstr "Orrialde honetako infomazioaren eskubideak dituzu zuk?" + msgid "Ask for <strong>specific</strong> documents or information, this site is not suitable for general enquiries." msgstr "Eska itzatzu agiriak edo informazio <strong>zehatza</strong>, web orrialde hau ez dago zalantza orokorrak argitzeko pentsatuta." -msgid "At the bottom of this page, write a reply to them trying to persuade them to scan it in\\n (<a href=\"%s\">more details</a>)." -msgstr "Orrialde honen amaieran, idatz ezazu erantzuna, eskanea dezaten konbentzitzeko (<a href=\"%s\">xehetasun gehiago</a>)." +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 "Orrialde honen amaieran, idatz ezazu erantzuna, eskanea dezaten konbentzitzeko (<a href=\"{{url}}\">xehetasun gehiago</a>)." msgid "Attachment (optional):" msgstr "Gehigarriak (aukerakoa):" @@ -482,6 +469,9 @@ msgstr "Legearen arabera, {{public_body_link}}k jada erantzun behar izango zukee msgid "Calculated home page" msgstr "" +msgid "Can't find the one you want?" +msgstr "Ez duzu bilatzen ari zaren hori aurkitzen?" + msgid "Cancel a {{site_name}} alert" msgstr "Baliogabetu {{site_name}}-ren alerta" @@ -647,6 +637,9 @@ msgstr "Orain {{public_body_link}}-eko <strong>erantzunaren zain</strong> gaude, msgid "Date:" msgstr "Data:" +msgid "Dear {{name}}," +msgstr "" + msgid "Dear {{public_body_name}}," msgstr "{{public_body_name}} agurgarria," @@ -725,7 +718,7 @@ msgstr "Eskabide honen gaurkotzeak emailez jaso nahi ditut" msgid "Enter words that you want to find separated by spaces, e.g. <strong>climbing lane</strong>" msgstr "Sartu nahi dituzun hitzak, espazio batez bananduta, hau da <strong>parlamentua gastua</strong>" -msgid "Enter your response below. You may attach one file (use email, or\\n <a href=\"%s\">contact us</a> if you need more)." +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 "" msgid "Environmental Information Regulations" @@ -746,14 +739,14 @@ msgstr "Gertaera historia" msgid "Event {{id}}" msgstr "" -msgid "Everything that you enter on this page, including <strong>your name</strong>,\\n will be <strong>displayed publicly</strong> on\\n this website forever (<a href=\"%s\">why?</a>)." +msgid "Everything that you enter on this page, including <strong>your name</strong>,\\n will be <strong>displayed publicly</strong> on\\n this website forever (<a href=\"{{url}}\">why?</a>)." msgstr "" "Orrialde honetan idatziko duzun guztia, <strong>zure izena</strong> barne, \n" " <strong>irakurleen eskuragarri</strong> egongo da betiko\n" -" (<a href=\"%s\">¿por qué?</a>)." +" (<a href=\"{{url}}\">¿por qué?</a>)." -msgid "Everything that you enter on this page\\n will be <strong>displayed publicly</strong> on\\n this website forever (<a href=\"%s\">why?</a>)." -msgstr "Orrialde honetan idatziko duzun guztia <strong>irakurleen eskuragarri</strong> egongo da betiko (<a href=\"%s\">¿por qué?</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 "Orrialde honetan idatziko duzun guztia <strong>irakurleen eskuragarri</strong> egongo da betiko (<a href=\"{{url}}\">¿por qué?</a>)." msgid "FOI" msgstr "FOI" @@ -779,14 +772,17 @@ msgstr "" msgid "Failed to convert image to a PNG" msgstr "Irudia PNG formatura bihurtzean huts egin da" -msgid "Failed to convert image to the correct size: at %{cols}x%{rows}, need %{width}x%{height}" -msgstr "Irudia behar bezalako tamainera bihurtzean huts egin da:: %{cols}x%{rows} da, %{width}x%{height} izan beharko luke." +msgid "Failed to convert image to the correct size: at {{cols}}x{{rows}}, need {{width}}x{{height}}" +msgstr "Irudia behar bezalako tamainera bihurtzean huts egin da:: {{cols}}x{{rows}} da, {{width}}x{{height}} izan beharko luke." msgid "Filter" msgstr "Iragazi" -msgid "First, type in the <strong>name of the UK public authority</strong> you'd \\n like information from. <strong>By law, they have to respond</strong>\\n (<a href=\"%s#%s\">why?</a>)." -msgstr "Lehenbizi, idatz ezazu informazioa eskatu nahi diozun <strong>erakundearen izena</strong>. <strong>Erantzuna eman behar dute</strong> (<a href=\"%s#%s\">zergatik?</a>)." +msgid "First, did your other requests succeed?" +msgstr "" + +msgid "First, type in the <strong>name of the UK public authority</strong> you'd\\n like information from. <strong>By law, they have to respond</strong>\\n (<a href=\"{{url}}\">why?</a>)." +msgstr "Lehenbizi, idatz ezazu informazioa eskatu nahi diozun <strong>erakundearen izena</strong>. <strong>Erantzuna eman behar dute</strong> (<a href=\"{{url}}\">zergatik?</a>)." msgid "Foi attachment" msgstr "" @@ -866,8 +862,8 @@ msgstr "Ez dakigun arrazoia dela eta, erakunde honi eskabidea egitea ezinezkoa d msgid "Forgotten your password?" msgstr "Zure pasahitza ahaztu al duzu?" -msgid "Found %d public authority %s" -msgid_plural "Found %d public authorities %s" +msgid "Found {{count}} public authority {{description}}" +msgid_plural "Found {{count}} public authorities {{description}}" msgstr[0] "" msgstr[1] "" @@ -904,8 +900,8 @@ msgstr "_______-ra egin diren informazio eskabideak" msgid "From" 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=\"%s\">send it to us</a>." -msgstr "Eskabidearen orrialdetik, saia zaitez mezu zehatz bati erantzuten, orokorrean eskabideari baino. Egin behar izanez gero eta posta helbide baliagarria baldin baduzu, mesedez <a href=\"%s\">bidal iezaguzu</a>." +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 "Eskabidearen orrialdetik, saia zaitez mezu zehatz bati erantzuten, orokorrean eskabideari baino. Egin behar izanez gero eta posta helbide baliagarria baldin baduzu, mesedez <a href=\"{{url}}\">bidal iezaguzu</a>." msgid "From:" msgstr "Nondik:" @@ -916,6 +912,18 @@ msgstr "ZEHAZTU HEMEN ZURE KEXA" msgid "Handled by post." msgstr "Posta arruntaren bidez bidalita" +msgid "Has tag string/has tag string tag" +msgstr "" + +msgid "HasTagString::HasTagStringTag|Model" +msgstr "" + +msgid "HasTagString::HasTagStringTag|Name" +msgstr "" + +msgid "HasTagString::HasTagStringTag|Value" +msgstr "" + msgid "Hello! You can make Freedom of Information requests within {{country_name}} at {{link_to_website}}" msgstr "Kaixo! {{country_name}}-ean egin ahal dituzu informazio eskabideak {{link_to_website}} erabiliz." @@ -970,6 +978,9 @@ msgstr "<strong>Informazio berria</strong> eskatzen ari naiz" msgid "I am requesting an <strong>internal review</strong>" msgstr "<strong>barneko berrikusketa</strong> eskatzen ari naiz" +msgid "I am writing to request an internal review of {{public_body_name}}'s handling of my FOI request '{{info_request_title}}'." +msgstr "" + msgid "I don't like these ones — give me some more!" msgstr "Hauek ez zaizkit gustatzen — emaidazu gehiago!" @@ -1011,8 +1022,8 @@ msgstr "" msgid "Id" msgstr "" -msgid "If the address is wrong, or you know a better address, please <a href=\"%s\">contact us</a>." -msgstr "Helbidea zuzena ez bada, edo helbide gaurkotua baldin badakizu, mesedez, jar zaitez gurekin <a href=\"%s\">harremanetan</a>." +msgid "If the address is wrong, or you know a better address, please <a href=\"{{url}}\">contact us</a>." +msgstr "Helbidea zuzena ez bada, edo helbide gaurkotua baldin badakizu, mesedez, jar zaitez gurekin <a href=\"{{url}}\">harremanetan</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 "" @@ -1022,17 +1033,17 @@ msgstr "" "Zuzena ez bada, edo {{user}}-ri eskabideari edo beste gaiari buruzko erantzuna bidali nahi izango bazenio, orduan idatz ezazu, mesedez, \n" "{{contact_email}}-ra, laguntza eskatuz." -msgid "If you are dissatisfied by the response you got from\\n the public authority, you have the right to\\n complain (<a href=\"%s\">details</a>)." -msgstr "Erakunde publikotik jaso duzun erantzunarekin pozik ez bazaude, apelatzeko eskubidea daukazu (<a href=\"%s\">xehetasunak</a>)." +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 "Erakunde publikotik jaso duzun erantzunarekin pozik ez bazaude, apelatzeko eskubidea daukazu (<a href=\"{{url}}\">xehetasunak</a>)." -msgid "If you are still having trouble, please <a href=\"%s\">contact us</a>." -msgstr "Oraindik arazoak baldin badituzu, mesedez, jar zaitez gurekin <a href=\"%s\">harremanetan</a>." +msgid "If you are still having trouble, please <a href=\"{{url}}\">contact us</a>." +msgstr "Oraindik arazoak baldin badituzu, mesedez, jar zaitez gurekin <a href=\"{{url}}\">harremanetan</a>." -msgid "If you are the requester, then you may <a href=\"%s\">sign in</a> to view the request." -msgstr "Eskabidea zurea baldin bada, <a href=\"%s\">saio bat zabaldu</a> ahal duzu ikusteko." +msgid "If you are the requester, then you may <a href=\"{{url}}\">sign in</a> to view the request." +msgstr "Eskabidea zurea baldin bada, <a href=\"{{url}}\">saio bat zabaldu</a> ahal duzu ikusteko." -msgid "If you are thinking of using a pseudonym,\\n please <a href=\"%s\">read this first</a>." -msgstr "Goitizena erabili nahi izanez gero, mesedez <a href=\"%s\">lehenago irakur ezazu hau</a>." +msgid "If you are thinking of using a pseudonym,\\n please <a href=\"{{url}}\">read this first</a>." +msgstr "Goitizena erabili nahi izanez gero, mesedez <a href=\"{{url}}\">lehenago irakur ezazu hau</a>." msgid "If you are {{user_link}}, please" msgstr "Zu {{user_link}} baldin bazara, mesedez" @@ -1202,8 +1213,8 @@ msgstr "{{site_name}}-ean erregistratua" msgid "Just one more thing" msgstr "" -msgid "Keep it <strong>focused</strong>, you'll be more likely to get what you want (<a href=\"%s\">why?</a>)." -msgstr "Izan zaitez <strong>konkretua</strong>, nahi duzuna lortzeko aukera gehiago izango duzu (<a href=\"%s\">zergatik?</a>)." +msgid "Keep it <strong>focused</strong>, you'll be more likely to get what you want (<a href=\"{{url}}\">why?</a>)." +msgstr "Izan zaitez <strong>konkretua</strong>, nahi duzuna lortzeko aukera gehiago izango duzu (<a href=\"{{url}}\">zergatik?</a>)." msgid "Keywords" msgstr "Hitz gakoak" @@ -1271,12 +1282,6 @@ msgstr "" msgid "MailServerLog|Order" msgstr "" -msgid "Make a new <strong>Environmental Information</strong> request" -msgstr "Bidal ezazu <strong>Inguruneari buruzko informazio</strong> eskabide berria" - -msgid "Make a new <strong>Freedom of Information</strong> request to {{public_body}}" -msgstr "Egin ezazu <strong>informazio eskabide</strong> berria {{public_body}}-ra" - msgid "Make a new<br/>\\n <strong>Freedom <span>of</span><br/>\\n Information<br/>\\n request</strong>" msgstr "" "Bidali ezazu<br/>\n" @@ -1286,6 +1291,9 @@ msgstr "" msgid "Make a request" msgstr "Bidali eskabidea" +msgid "Make a request to this authority" +msgstr "" + msgid "Make an {{law_used_short}} request to '{{public_body_name}}'" msgstr "Egin eizaiozu {{law_used_short}} eskabidea '{{public_body_name}}'-ri" @@ -1523,8 +1531,8 @@ msgstr "Eskabideak sailkatzeko jolasean aritu nahi?" msgid "Please" msgstr "Mesedez" -msgid "Please <a href=\"%s\">get in touch</a> with us so we can fix it." -msgstr "Mesedez, jar zaitez gurekin <a href=\"%s\">harremanetan</a>, hau konpon dezagun." +msgid "Please <a href=\"{{url}}\">get in touch</a> with us so we can fix it." +msgstr "Mesedez, jar zaitez gurekin <a href=\"{{url}}\">harremanetan</a>, hau konpon dezagun." msgid "Please <strong>answer the question above</strong> so we know whether the " msgstr "Mesedez, <strong>erantzun iezaiozu aurreko galderari</strong>, guk jakin dezagun ea" @@ -1544,6 +1552,9 @@ msgstr "Mesedez, egiazta ezazu helbide elektronikoaren URLa ondo kopiatu duzula msgid "Please choose a file containing your photo." msgstr "Mesedez, aukera ezazu zure argazkia daukan fitxategia" +msgid "Please choose a reason" +msgstr "" + msgid "Please choose what sort of reply you are making." msgstr "Mesedez, aukera ezazu sortzen ari zaren erantzun mota." @@ -1627,11 +1638,14 @@ msgstr "Mesedez, laburpenak laburra izan behar du, gutun elektroniko baten gaia 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 "Mesedez, eska ezazu kategoria hauetako informazioa soilik, <strong>ez galdu zure denbora </strong> edo erakunde publikoarena zerikusirik ez duen infomazioa eskatzen." +msgid "Please pass this on to the person who conducts Freedom of Information reviews." +msgstr "" + msgid "Please select each of these requests in turn, and <strong>let everyone know</strong>\\nif they are successful yet or not." msgstr "Mesedez, aukera itzazu eskabideak banan banan, eta <strong>jakinarazi </strong> arrakasta izan duten ala ez." -msgid "Please sign at the bottom with your name, or alter the \"%{signoff}\" signature" -msgstr "Mesedez, beheko aldean sinatu zure izenarekin, edo aldatu sinadura \"%{signoff}\"" +msgid "Please sign at the bottom with your name, or alter the \"{{signoff}}\" signature" +msgstr "Mesedez, beheko aldean sinatu zure izenarekin, edo aldatu sinadura \"{{signoff}}\"" msgid "Please sign in as " msgstr "Mesedez, ireki saioa ___________ bezala" @@ -1738,9 +1752,6 @@ msgstr "" msgid "Public body" msgstr "" -msgid "Public body/translation" -msgstr "" - msgid "Public notes" msgstr "" @@ -1750,33 +1761,6 @@ msgstr "" msgid "Public page not available" msgstr "" -msgid "PublicBody::Translation|Disclosure log" -msgstr "" - -msgid "PublicBody::Translation|First letter" -msgstr "" - -msgid "PublicBody::Translation|Locale" -msgstr "" - -msgid "PublicBody::Translation|Name" -msgstr "" - -msgid "PublicBody::Translation|Notes" -msgstr "" - -msgid "PublicBody::Translation|Publication scheme" -msgstr "" - -msgid "PublicBody::Translation|Request email" -msgstr "" - -msgid "PublicBody::Translation|Short name" -msgstr "" - -msgid "PublicBody::Translation|Url name" -msgstr "" - msgid "PublicBody|Api key" msgstr "" @@ -1872,6 +1856,9 @@ msgstr "Salatu gehiegikeria" msgid "Report an offensive or unsuitable request" msgstr "" +msgid "Report request" +msgstr "" + msgid "Report this request" msgstr "" @@ -1980,10 +1967,10 @@ msgstr "Bilaketaren emaitzak" msgid "Search the site to find what you were looking for." msgstr "Bilatu web honetan bilatzen ari zarena aurkitzeko." -msgid "Search within the %d Freedom of Information requests to %s" -msgid_plural "Search within the %d Freedom of Information requests made to %s" -msgstr[0] "Bilatu ______-ri egindako %d informazio eskabidean %s" -msgstr[1] "Bilatu ______-ri egindako %d informazio eskabideetan %s" +msgid "Search within the {{count}} Freedom of Information requests to {{public_body_name}}" +msgid_plural "Search within the {{count}} Freedom of Information requests made to {{public_body_name}}" +msgstr[0] "Bilatu ______-ri egindako {{count}} informazio eskabidean {{public_body_name}}" +msgstr[1] "Bilatu ______-ri egindako {{count}} informazio eskabideetan {{public_body_name}}" msgid "Search your contributions" msgstr "Bilatu zure ekarpenak" @@ -2095,9 +2082,6 @@ msgstr "Barkatu, ezin izan dugu orrialde hori aurkitu" msgid "Special note for this authority!" msgstr "Erakunde horri buruzko ohar berezia!" -msgid "Start" -msgstr "Hasi" - msgid "Start now »" msgstr "Has zaitez orain »" @@ -2254,18 +2238,18 @@ msgstr "Eskabidea <strong>arrakastatsua</strong> izan da." msgid "The request was refused by the public authority" msgstr "_____ erakundeak ez du eskabidea onartu." -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=\"%s\">contact us</a> if you have any questions." -msgstr "Ikusi nahi izan duzun eskabidea ezabatuta dago. Honetarako hainbat arrazoi daude, baina hemen izan gaitezke zehatzagoak. Mesedez, galderarik egin nahi baduzu jar zaitez gurekin <a href=\"%s\">harremanetan</a>." +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 "Ikusi nahi izan duzun eskabidea ezabatuta dago. Honetarako hainbat arrazoi daude, baina hemen izan gaitezke zehatzagoak. Mesedez, galderarik egin nahi baduzu jar zaitez gurekin <a href=\"{{url}}\">harremanetan</a>." msgid "The requester has abandoned this request for some reason" msgstr "Eskabide honetako sortzaileak zerbait dela eta ezabatu du" -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" +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 "" "Zure eskabidearen erantzuna <strong>atzeratu da</strong>.\n" " Legearen arabera, erakundeak normalean <strong>azkar</strong> erantzun behar du eta" -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" +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 "" "Zure eskabidearen erantzuna <strong> oso atzeratuta dago</strong>.\n" " Legearen arabera, edonola ere, erakundeak jada erantzun behar izan dizu." @@ -2276,6 +2260,9 @@ msgstr "Bilatzailea ez dago orain eskuragarri: ezin ditugu erakutsi erakunde hon msgid "The search index is currently offline, so we can't show the Freedom of Information requests this person has made." msgstr "Bilatzailea ez dago orain eskuragarri: ezin ditugu erakutsi pertsona honek egin dituen informazio eskabideak." +msgid "The {{site_name}} team." +msgstr "" + msgid "Then you can cancel the alert." msgstr "Orduan ezeztatu ahal izango duzu zure alerta." @@ -2351,17 +2338,17 @@ msgstr "Orduan zure iruzkina {{info_request_title}}-ri bidaliko zaio." msgid "There are {{count}} new annotations on your {{info_request}} request. Follow this link to see what they wrote." msgstr "Badaude {{count}} iruzkin zure {{info_request}} eskabidean. Jarraitu esteka honi esaten dutena irakurtzeko." -msgid "There is %d person following this request" -msgid_plural "There are %d people following this request" -msgstr[0] "Badago eskabide honi jarraitzen dion pertsona %d." -msgstr[1] "Badaude eskabide honi jarraitzen dioten %d pertsona." - 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 "" 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 "Badago egunean egin ditzakezun eskabide kopuru mugatua, ez dugulako nahi erakunde publikoek gaizki idatzitako eskabide gehiegizkoak jaso ditzaten. Zure kasuan muga hau aplika ez dadin behar izanez gero, mesedez jar zaitez gurekin <a href='{{help_contact_path}}'>harremanetan</a>." +msgid "There is {{count}} person following this request" +msgid_plural "There are {{count}} people following this request" +msgstr[0] "Badago eskabide honi jarraitzen dion pertsona {{count}}." +msgstr[1] "Badaude eskabide honi jarraitzen dioten {{count}} pertsona." + msgid "There was a <strong>delivery error</strong> or similar, which needs fixing by the {{site_name}} team." msgstr "<strong>Ematean errorea gertatu da</strong> edo antzeko zerbait, eta {{site_name}}-ko taldeak konpondu behar du." @@ -2400,8 +2387,8 @@ msgstr "" msgid "This authority no longer exists, so you cannot make a request to it." msgstr "Erakunde hau jadanik ez da existitzen, ezin da informazio eskabiderik egin." -msgid "This comment has been hidden. See annotations to\\n find out why. If you are the requester, then you may <a href=\"%s\">sign in</a> to view the response." -msgstr "Erantzun hau ezkutatuta dago. Ikus itzazu iruzkinak jakiteko zergatik. Zure eskabidea baldin bada, <a href=\"%s\">ireki saioa</a> erantzuna ikusteko." +msgid "This comment has been hidden. See annotations to\\n find out why. If you are the requester, then you may <a href=\"{{url}}\">sign in</a> to view the response." +msgstr "Erantzun hau ezkutatuta dago. Ikus itzazu iruzkinak jakiteko zergatik. Zure eskabidea baldin bada, <a href=\"{{url}}\">ireki saioa</a> erantzuna ikusteko." msgid "This covers a very wide spectrum of information about the state of\\n the <strong>natural and built environment</strong>, such as:" msgstr "Honek <strong>ingurune naturala eta hiritartuaren</strong> egoerari buruzko informazio zabala dakar, esaterako:" @@ -2424,8 +2411,8 @@ 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 outgoing message has been hidden. See annotations to\\n\t\t\t\t\t\tfind out why. If you are the requester, then you may <a href=\"%s\">sign in</a> to view the response." -msgstr "Mezu hau ezkutatuta dago. Irakur itzazu iruzkinak jakiteko zergatik. Zure eskabidea baldin bada, <a href=\"%s\">ireki ezazu saioa</a> erantzuna ikusteko." +msgid "This outgoing message has been hidden. See annotations to\\n\t\t\t\t\t\tfind out why. If you are the requester, then you may <a href=\"{{url}}\">sign in</a> to view the response." +msgstr "Mezu hau ezkutatuta dago. Irakur itzazu iruzkinak jakiteko zergatik. Zure eskabidea baldin bada, <a href=\"{{url}}\">ireki ezazu saioa</a> erantzuna ikusteko." msgid "This particular request is finished:" msgstr "Eskabide hau itxita dago:" @@ -2433,19 +2420,19 @@ msgstr "Eskabide hau itxita dago:" msgid "This person has made no Freedom of Information requests using this site." msgstr "Pertsona honek ez du informazio eskabiderik egin web honen bidez." -msgid "This person's %d Freedom of Information request" -msgid_plural "This person's %d Freedom of Information requests" -msgstr[0] "Zure informazio eskabide %d" -msgstr[1] "Zure %d informazio eskabideak" - -msgid "This person's %d annotation" -msgid_plural "This person's %d annotations" -msgstr[0] "Zure iruzkin %d " -msgstr[1] "Zure %d iruzkinak" - msgid "This person's annotations" msgstr "Zure iruzkinak" +msgid "This person's {{count}} Freedom of Information request" +msgid_plural "This person's {{count}} Freedom of Information requests" +msgstr[0] "Zure informazio eskabide {{count}}" +msgstr[1] "Zure {{count}} informazio eskabideak" + +msgid "This person's {{count}} annotation" +msgid_plural "This person's {{count}} annotations" +msgstr[0] "Zure iruzkin {{count}} " +msgstr[1] "Zure {{count}} iruzkinak" + msgid "This request <strong>requires administrator attention</strong>" msgstr "Eskabide honek <strong>administratzailearen parte hartzea behar du</strong>" @@ -2469,7 +2456,7 @@ msgstr "" "Eskabide hau sortu zuen pertsonak <strong>kendu du</strong>. \n" " \t Ondoko mezuetan egon daiteke honen azalpena." -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=\"%s\">contact us</a>." +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 "" msgid "This request has been reported for administrator attention" @@ -2484,8 +2471,8 @@ msgstr "Eskabide honek erantzun ez-ohikoa jaso du eta {{site_name}}-ko taldearen msgid "This request has prominence 'hidden'. You can only see it because you are logged\\n in as a super user." msgstr "Eskabide honen ikusgarritasuna 'ezkutua' da. Zuk ikus dezakezu super-erabiltzaile bezala identifikatu zarelako." -msgid "This request is hidden, so that only you the requester can see it. Please\\n <a href=\"%s\">contact us</a> if you are not sure why." -msgstr "Eskabide hau ezkututa dago, beraz zuk zeuk, sortzaile zaren heinean, ikus dezakezu. Mesedez, zergatik gertatzen den seguru ez bazaude, jar zaitez gurekin <a href=\"%s\">harremanetan</a>." +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 "Eskabide hau ezkututa dago, beraz zuk zeuk, sortzaile zaren heinean, ikus dezakezu. Mesedez, zergatik gertatzen den seguru ez bazaude, jar zaitez gurekin <a href=\"{{url}}\">harremanetan</a>." msgid "This request is still in progress:" msgstr "Eskabide hau oraindik prozesatzen ari da:" @@ -2496,8 +2483,8 @@ msgstr "" msgid "This request was not made via {{site_name}}" msgstr "" -msgid "This response has been hidden. See annotations to find out why.\\n If you are the requester, then you may <a href=\"%s\">sign in</a> to view the response." -msgstr "Erantzun hau ezkututa dago. Ikus itzazu iruzkinak jakiteko zergatik. Zeure eskabidea baldin bada, <a href=\"%s\">ireki saioa</a> erantzuna ikusteko." +msgid "This response has been hidden. See annotations to find out why.\\n If you are the requester, then you may <a href=\"{{url}}\">sign in</a> to view the response." +msgstr "Erantzun hau ezkututa dago. Ikus itzazu iruzkinak jakiteko zergatik. Zeure eskabidea baldin bada, <a href=\"{{url}}\">ireki saioa</a> erantzuna ikusteko." 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 "Ondoko taulak {{site_name}} eskabidearekin zerikusia duten barne gertaeren datu teknikoak erakusten ditu. Datu hauek erabil daitezke estatistikak sortzeko, esaterako erakundeen erantzun abiadura edo posta arrunta erabiltzeko eskatzen duten eskabide kopurua." @@ -2568,7 +2555,7 @@ msgstr "Gehitu zure iruzkina" msgid "To reply to " msgstr "______-ri erantzun" -msgid "To report this FOI request" +msgid "To report this request" msgstr "" msgid "To send a follow up message to " @@ -2655,8 +2642,8 @@ msgstr "Ustegabeko emaitza aurkitu da" msgid "Unexpected search result type " msgstr "Ustegabeko emaitza aurkitu da " -msgid "Unfortunately we don't know the FOI\\nemail address for that authority, so we can't validate this.\\nPlease <a href=\"%s\">contact us</a> to sort it out." -msgstr "Zoritxarrez ez dugu erakunde honetako posta helbidea, beraz ezin izan dugu balioztatu. Mesedez, jar zaitez gurekin <a href=\"%s\">harremanetan</a> hau konpontzeko." +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 "Zoritxarrez ez dugu erakunde honetako posta helbidea, beraz ezin izan dugu balioztatu. Mesedez, jar zaitez gurekin <a href=\"{{url}}\">harremanetan</a> hau konpontzeko." 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}}" @@ -2790,6 +2777,12 @@ msgstr "Erakundearen erantzunaren zain" msgid "Was the response you got to your FOI request any good?" msgstr "Zure eskabideari emandako erantzuna behar bezalakoa izan da?" +msgid "We consider it is not a valid FOI request, and have therefore hidden it from other users." +msgstr "" + +msgid "We consider it to be vexatious, and have therefore hidden it from other users." +msgstr "" + msgid "We do not have a working request email address for this authority." msgstr "Ez daukagu erakunde honetako helbide baliagarririk." @@ -2802,8 +2795,8 @@ msgstr "" " –\n" "\tzu {{user_link}} ez bazara, mesedez <a href=\"{{url}}\">ireki saioa </a> eta jakinarazi." -msgid "We will not reveal your email address to anybody unless you or\\n the law tell us to (<a href=\"%s\">details</a>). " -msgstr "Ez diogu inori emango zure posta helbidea, zeuk esan edo legeak behartzen bagaitu izan ezik (<a href=\"%s\">informazio gehiago</a>). " +msgid "We will not reveal your email address to anybody unless you or\\n the law tell us to (<a href=\"{{url}}\">details</a>). " +msgstr "Ez diogu inori emango zure posta helbidea, zeuk esan edo legeak behartzen bagaitu izan ezik (<a href=\"{{url}}\">informazio gehiago</a>). " msgid "We will not reveal your email address to anybody unless you\\nor the law tell us to." msgstr "Ez diogu inori emango zure posta helbidea, zeuk esan edo legeak behartzen bagaitu izan ezik." @@ -2844,8 +2837,8 @@ msgstr "Mesedez, gaurkotu ezazu egoera, erantzunak informazio baliagarria dakarr msgid "When you receive the paper response, please help\\n others find out what it says:" msgstr "Erantzuna paperez jasoko duzunean, mesedez lagundu besteek jakin dezaten zer esaten duen:" -msgid "When you're done, <strong>come back here</strong>, <a href=\"%s\">reload this page</a> and file your new request." -msgstr "Prest zaudenean, <strong>itzul zaitez hona</strong>, <a href=\"%s\">kargatu berriro orrialde hau</a> eta sortu eskabide berria." +msgid "When you're done, <strong>come back here</strong>, <a href=\"{{url}}\">reload this page</a> and file your new request." +msgstr "Prest zaudenean, <strong>itzul zaitez hona</strong>, <a href=\"{{url}}\">kargatu berriro orrialde hau</a> eta sortu eskabide berria." msgid "Which of these is happening?" msgstr "Zer gertatzen ari da?" @@ -2949,8 +2942,8 @@ msgstr "Badakizu zerk eragin duen errorea eta <strong>irtenbidea iradoki</a> aha 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 "" -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=\"%s\">send it to us</a>." -msgstr "Agian aurkitu ahal duzu haien web orrialdean edo telefonoz galdetzen. Lortuz gero, mesedez <a href=\"%s\">bidal iezaguzu</a>." +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 "Agian aurkitu ahal duzu haien web orrialdean edo telefonoz galdetzen. Lortuz gero, mesedez <a href=\"{{url}}\">bidal iezaguzu</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 "" @@ -2970,6 +2963,9 @@ msgstr "Identifikatu behar duzu zure profilaren argazkia ezabatzeko." msgid "You need to be logged in to edit your profile." msgstr "" +msgid "You need to be logged in to report a request for administrator attention" +msgstr "" + msgid "You previously submitted that exact follow up message for this request." msgstr "Eskabide honi jada erantzun bera bidali diozu." @@ -2991,6 +2987,9 @@ msgstr "" msgid "You will only get an answer to your request if you follow up\\nwith the clarification." msgstr "Azalpenarekin jarraituz gero zure eskabidearen erantzun bakarra jasoko duzu." +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 "" + msgid "You're in. <a href=\"#\" id=\"send-request\">Continue sending your request</a>" msgstr "" @@ -3003,21 +3002,11 @@ msgstr "" msgid "You've now cleared your profile photo" msgstr "Zure profilaren argazkia ezabatu duzu" -msgid "Your %d Freedom of Information request" -msgid_plural "Your %d Freedom of Information requests" -msgstr[0] "Zure informazio eskabide %d " -msgstr[1] "Zure %d informazio eskabideak" - -msgid "Your %d annotation" -msgid_plural "Your %d annotations" -msgstr[0] "Zure iruzkin %d " -msgstr[1] "Zure %d iruzkinak" - -msgid "Your <strong>name will appear publicly</strong> \\n (<a href=\"%s\">why?</a>)\\n on this website and in search engines. If you\\n are thinking of using a pseudonym, please \\n <a href=\"%s\">read this first</a>." +msgid "Your <strong>name will appear publicly</strong>\\n (<a href=\"{{why_url}}\">why?</a>)\\n on this website and in search engines. If you\\n are thinking of using a pseudonym, please\\n <a href=\"{{help_url}}\">read this first</a>." msgstr "" "Web honetan eta bilatzaile motoreetan <strong>zure izena agerian egongo da </strong> \n" -" (<a href=\"%s\">zergatik?</a>). Goitizena erabiltzeko asmoa baldin baduzu, mesedez \n" -" <a href=\"%s\">irakur ezazu hau lehenbizi</a>." +" (<a href=\"{{why_url}}\">zergatik?</a>). Goitizena erabiltzeko asmoa baldin baduzu, mesedez \n" +" <a href=\"{{help_url}}\">irakur ezazu hau lehenbizi</a>." msgid "Your annotations" msgstr "Zure iruzkinak" @@ -3028,8 +3017,8 @@ msgstr "" msgid "Your e-mail:" msgstr "Zure helbide elektronikoa:" -msgid "Your follow up has not been sent because this request has been stopped to prevent spam. Please <a href=\"%s\">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=\"%s\">harremanetan</a>." +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>." msgid "Your follow up message has been sent on its way." msgstr "Zure mezua bidean dago." @@ -3052,10 +3041,10 @@ msgstr "Zure mezua <strong>bilatzaileetan</strong> agertuko da." msgid "Your name and annotation will appear in <strong>search engines</strong>." msgstr "Zure izena eta iruzkina <strong>bilatzaileetan</strong> agertuko dira." -msgid "Your name, request and any responses will appear in <strong>search engines</strong>\\n (<a href=\"%s\">details</a>)." +msgid "Your name, request and any responses will appear in <strong>search engines</strong>\\n (<a href=\"{{url}}\">details</a>)." msgstr "" "Zure izena, eskabidea eta edozein erantzun <strong>bilatzaileetan </strong> agertuko dira\n" -" (<a href=\"%s\">xehetasunak</a>)." +" (<a href=\"{{url}}\">xehetasunak</a>)." msgid "Your name:" msgstr "Zure izena:" @@ -3072,6 +3061,12 @@ msgstr "Zure pasahitza:" msgid "Your photo will be shown in public <strong>on the Internet</strong>,\\n wherever you do something on {{site_name}}." msgstr "" +msgid "Your request '{{request}}' at {{url}} has been reviewed by moderators." +msgstr "" + +msgid "Your request on {{site_name}} hidden" +msgstr "" + msgid "Your request was called {{info_request}}. Letting everyone know whether you got the information will help us keep tabs on" msgstr "Zure eskabidearen izenburua {{info_request}} zen. Jakinarazi informazioa jaso duzun, kontrolatzen laguntzearren." @@ -3081,12 +3076,22 @@ msgstr "Zure eskabidea:" msgid "Your response to an FOI request was not delivered" msgstr "" -msgid "Your response will <strong>appear on the Internet</strong>, <a href=\"%s\">read why</a> and answers to other questions." -msgstr "Zure erantzuna eta beste galderen erantzunak <strong>Interneten agertuko dira</strong>, <a href=\"%s\">irakurri zergatik</a>." +msgid "Your response will <strong>appear on the Internet</strong>, <a href=\"{{url}}\">read why</a> and answers to other questions." +msgstr "Zure erantzuna eta beste galderen erantzunak <strong>Interneten agertuko dira</strong>, <a href=\"{{url}}\">irakurri zergatik</a>." msgid "Your thoughts on what the {{site_name}} <strong>administrators</strong> should do about the request." msgstr "Emaiguzu zure iritzia, {{site_name}}-ko <strong>administratzaileek</strong> zer egin behar dute eskabidearekin?" +msgid "Your {{count}} Freedom of Information request" +msgid_plural "Your {{count}} Freedom of Information requests" +msgstr[0] "Zure informazio eskabide {{count}} " +msgstr[1] "Zure {{count}} informazio eskabideak" + +msgid "Your {{count}} annotation" +msgid_plural "Your {{count}} annotations" +msgstr[0] "Zure iruzkin {{count}} " +msgstr[1] "Zure {{count}} iruzkinak" + msgid "Your {{site_name}} email alert" msgstr "Zure alerta {{site_name}}-ean" @@ -3096,6 +3101,9 @@ msgstr "Adeitasunez," msgid "Yours sincerely," msgstr "Agur bero bat," +msgid "Yours," +msgstr "" + msgid "[FOI #{{request}} email]" msgstr "" @@ -3189,7 +3197,7 @@ msgstr "" " Edo froga ezazu telefonoz deitzen." msgid "details" -msgstr "" +msgstr "xehetasunak" msgid "display_status only works for incoming and outgoing messages right now" msgstr "display_status-ek orain sarrerako eta irteerako mezuekin bakarrik funtzionatzen du" @@ -3257,10 +3265,10 @@ msgstr "" msgid "no later than" msgstr "______ baino beranduago ez" -msgid "no longer exists. If you are trying to make\\n 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=\"%s\">send it to us</a>." +msgid "no longer exists. If you are trying to make\\n 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 "" "ez da existitzen. \n" -"Eskabidearen orrialdetik saia zaitez mezu zehatz bati erantzuten, eskabide osoari orokorrean erantzun baino. Hala egin behar izanez gero eta helbide elektroniko baliagarria baldin baduzu, mesedez <a href=\"%s\">bidal iezaguzu</a>." +"Eskabidearen orrialdetik saia zaitez mezu zehatz bati erantzuten, eskabide osoari orokorrean erantzun baino. Hala egin behar izanez gero eta helbide elektroniko baliagarria baldin baduzu, mesedez <a href=\"{{url}}\">bidal iezaguzu</a>." msgid "normally" msgstr "normalean" @@ -3366,9 +3374,32 @@ msgstr "informa baliagarria." msgid "users" msgstr "erabiltzaileak" +msgid "what's that?" +msgstr "Zer da hau?" + msgid "{{count}} FOI requests found" msgstr "aurkitutako {{count}} informazio eskabide" +msgid "{{count}} Freedom of Information request to {{public_body_name}}" +msgid_plural "{{count}} Freedom of Information requests to {{public_body_name}}" +msgstr[0] "_____ {{count}} -ri egindako informazio eskabidea {{public_body_name}}" +msgstr[1] "_______ {{count}} -ri egindako informazio eskabideak {{public_body_name}}" + +msgid "{{count}} person is following this authority" +msgid_plural "{{count}} people are following this authority" +msgstr[0] "" +msgstr[1] "" + +msgid "{{count}} request" +msgid_plural "{{count}} requests" +msgstr[0] "{{count}} eskabidea" +msgstr[1] "{{count}} eskabideak" + +msgid "{{count}} request made." +msgid_plural "{{count}} requests made." +msgstr[0] "{{count}} eskabidea bidalita." +msgstr[1] "{{count}} eskabideak bidalita." + 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}}-k eskabide bera bidali du {{date}} egunean. <a href=\"{{existing_request}}\">dagoen eskabidea</a> ikus dezakezu,\n" diff --git a/locale/fi/app.po b/locale/fi/app.po new file mode 100644 index 000000000..e994c6e0a --- /dev/null +++ b/locale/fi/app.po @@ -0,0 +1,3413 @@ +# SOME DESCRIPTIVE TITLE. +# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER +# This file is distributed under the same license as the PACKAGE package. +# +# Translators: +# apoikola <antti.poikola@gmail.com>, 2013 +# Hamatti <juhamattisantala@gmail.com>, 2013 +msgid "" +msgstr "" +"Project-Id-Version: alaveteli\n" +"Report-Msgid-Bugs-To: http://github.com/sebbacon/alaveteli/issues\n" +"POT-Creation-Date: 2013-06-24 09:40-0700\n" +"PO-Revision-Date: 2013-06-28 16:03+0000\n" +"Last-Translator: Hamatti <juhamattisantala@gmail.com>\n" +"Language-Team: Finnish (http://www.transifex.com/projects/p/alaveteli/language/fi/)\n" +"Language: fi\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" + +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 "" + +msgid " (<strong>no ranty</strong> politics, read our <a href=\"{{url}}\">moderation policy</a>)" +msgstr "" + +msgid " (<strong>patience</strong>, especially for large files, it may take a while!)" +msgstr " (<strong>kärsivällisyyttä</strong>, erityisesti suurien tiedostojen kohdalla tämä saattaa kestää jonkin aikaa!)" + +msgid " (you)" +msgstr " (sinä)" + +msgid " - view and make Freedom of Information requests" +msgstr " - katsele ja tee julkisuuslain mukaisia tietopyyntöjä" + +msgid " - wall" +msgstr "" + +msgid " <strong>Note:</strong>\\n We will send you an email. Follow the instructions in it to change\\n your password." +msgstr "" + +msgid " <strong>Privacy note:</strong> Your email address will be given to" +msgstr " <strong>Huomio:</strong> Sinun sähköpostiosoitteesi annetaan" + +msgid " <strong>Summarise</strong> the content of any information returned. " +msgstr " <strong>Tiivistä</strong> saamasi vastauksen sisältö. " + +msgid " Advise on how to <strong>best clarify</strong> the request." +msgstr " Neuvoja siihen, miten tietopyynnöstä voi tehdä <strong>mahdollisimman selkeän</strong>." + +msgid " Ideas on what <strong>other documents to request</strong> which the authority may hold. " +msgstr " Ideoita siihen, mitä <strong>muita viranomaisen hallussa olevia dokumentteja</strong> voisi pyytää. " + +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 "" + +msgid " Include relevant links, such as to a campaign page, your blog or a\\n twitter account. They will be made clickable. \\n e.g." +msgstr "" + +msgid " Link to the information requested, if it is <strong>already available</strong> on the Internet. " +msgstr " Linkki pyydettyyn tietoon, mikäli se <strong>on jo saatavilla</strong> verkossa. " + +msgid " Offer better ways of <strong>wording the request</strong> to get the information. " +msgstr " Tarjoaa parempia tapoja <strong>tietopyyntöjen muotoilemiseen</strong>. " + +msgid " Say how you've <strong>used the information</strong>, with links if possible." +msgstr "Kerro linkkien kera jos mahdollista, miten olet <strong>käyttänyt saamaasi tietoa</strong>." + +msgid " Suggest <strong>where else</strong> the requester might find the information. " +msgstr "Suosittele <strong>mistä muualta</strong> hakija saattaa löytää informaation." + +msgid " What are you investigating using Freedom of Information? " +msgstr "" + +msgid " You are already being emailed updates about the request." +msgstr "" + +msgid " You will also be emailed updates about the request." +msgstr "" + +msgid " made by " +msgstr "" + +msgid " or " +msgstr "tai" + +msgid " when you send this message." +msgstr "kun lähetät tämän viestin." + +msgid "\"Hello! We have an <a href=\\\"/help/alaveteli?country_name=#{CGI.escape(current_country)}\\\">important message</a> for visitors outside {{country_name}}\"" +msgstr "" + +msgid "'Crime statistics by ward level for Wales'" +msgstr "" + +msgid "'Pollution levels over time for the River Tyne'" +msgstr "" + +msgid "'{{link_to_authority}}', a public authority" +msgstr "" + +msgid "'{{link_to_request}}', a request" +msgstr "" + +msgid "'{{link_to_user}}', a person" +msgstr "" + +msgid "*unknown*" +msgstr "" + +msgid ",\\n\\n\\n\\nYours,\\n\\n{{user_name}}" +msgstr "" + +msgid "- or -" +msgstr "- tai -" + +msgid "1. Select an authority" +msgstr "" + +msgid "2. Ask for Information" +msgstr "2. Pyydä tietoja" + +msgid "3. Now check your request" +msgstr "" + +msgid "<a href=\"{{browse_url}}\">Browse all</a> or <a href=\"{{add_url}}\">ask us to add one</a>." +msgstr "" + +msgid "<a href=\"{{url}}\">Add an annotation</a> (to help the requester or others)" +msgstr "" + +msgid "<a href=\"{{url}}\">Sign in</a> to change password, subscriptions and more ({{user_name}} only)" +msgstr "" + +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 "" + +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 "" + +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 "" + +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 "" + +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 "" + +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 "" + +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 "" + +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 "" + +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 "" + +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 "" + +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 "" + +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 "" + +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 "" + +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 "" + +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 "" + +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 "" + +msgid "<p>Your {{law_used_full}} request has been <strong>sent on its way</strong>!</p>\\n <p><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\\n replied by then.</p>\\n <p>If you write about this request (for example in a forum or a blog) please link to this page, and add an\\n annotation below telling people about your writing.</p>" +msgstr "" + +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 "" + +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 "" + +msgid "<strong> Can I request information about myself?</strong>\\n\t\t\t<a href=\"{{url}}\">No! (Click here for details)</a>" +msgstr "" + +msgid "<strong><code>commented_by:tony_bowden</code></strong> to search annotations made by Tony Bowden, typing the name as in the URL." +msgstr "" + +msgid "<strong><code>filetype:pdf</code></strong> to find all responses with PDF attachments. Or try these: <code>{{list_of_file_extensions}}</code>" +msgstr "" + +msgid "<strong><code>request:</code></strong> to restrict to a specific request, typing the title as in the URL." +msgstr "" + +msgid "<strong><code>requested_by:julian_todd</code></strong> to search requests made by Julian Todd, typing the name as in the URL." +msgstr "" + +msgid "<strong><code>requested_from:home_office</code></strong> to search requests from the Home Office, typing the name as in the URL." +msgstr "" + +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 "" + +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 "" + +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 "" + +msgid "<strong>Advice</strong> on how to get a response that will satisfy the requester. </li>" +msgstr "" + +msgid "<strong>All the information</strong> has been sent" +msgstr "<strong>Kaikki tiedot</strong> on lähetetty" + +msgid "<strong>Anything else</strong>, such as clarifying, prompting, thanking" +msgstr "" + +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 "" + +msgid "<strong>Clarification</strong> has been requested" +msgstr "" + +msgid "<strong>No response</strong> has been received\\n <small>(maybe there's just an acknowledgement)</small>" +msgstr "" + +msgid "<strong>Note:</strong> Because we're testing, requests are being sent to {{email}} rather than to the actual authority." +msgstr "" + +msgid "<strong>Note:</strong> You're sending a message to yourself, presumably\\n to try out how it works." +msgstr "" + +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 "" + +msgid "<strong>Privacy note:</strong> If you want to request private information about\\n yourself then <a href=\"{{url}}\">click here</a>." +msgstr "" + +msgid "<strong>Privacy note:</strong> Your photo will be shown in public on the Internet,\\n wherever you do something on {{site_name}}." +msgstr "" + +msgid "<strong>Privacy warning:</strong> Your message, and any response\\n to it, will be displayed publicly on this website." +msgstr "" + +msgid "<strong>Some of the information</strong> has been sent " +msgstr "" + +msgid "<strong>Thank</strong> the public authority or " +msgstr "" + +msgid "<strong>did not have</strong> the information requested." +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 "" + +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 "" + +msgid "A <strong>summary</strong> of the response if you have received it by post. " +msgstr "" + +msgid "A Freedom of Information request" +msgstr "" + +msgid "A full history of my FOI request and all correspondence is available on the Internet at this address: {{url}}" +msgstr "" + +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 "" + +msgid "A public authority" +msgstr "" + +msgid "A response will be sent <strong>by post</strong>" +msgstr "" + +msgid "A strange reponse, required attention by the {{site_name}} team" +msgstr "" + +msgid "A vexatious request" +msgstr "" + +msgid "A {{site_name}} user" +msgstr "" + +msgid "About you:" +msgstr "" + +msgid "Act on what you've learnt" +msgstr "" + +msgid "Acts as xapian/acts as xapian job" +msgstr "" + +msgid "ActsAsXapian::ActsAsXapianJob|Action" +msgstr "" + +msgid "ActsAsXapian::ActsAsXapianJob|Model" +msgstr "" + +msgid "Add an annotation" +msgstr "" + +msgid "Add an annotation to your request with choice quotes, or\\n a <strong>summary of the response</strong>." +msgstr "" + +msgid "Added on {{date}}" +msgstr "" + +msgid "Admin level is not included in list" +msgstr "" + +msgid "Administration URL:" +msgstr "" + +msgid "Advanced search" +msgstr "" + +msgid "Advanced search tips" +msgstr "" + +msgid "Advise on whether the <strong>refusal is legal</strong>, and how to complain about it if not." +msgstr "" + +msgid "Air, water, soil, land, flora and fauna (including how these effect\\n human beings)" +msgstr "" + +msgid "All of the information requested has been received" +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 "" + +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 "" + +msgid "Also called {{other_name}}." +msgstr "" + +msgid "Also send me alerts by email" +msgstr "" + +msgid "Alter your subscription" +msgstr "" + +msgid "Although all responses are automatically published, we depend on\\nyou, the original requester, to evaluate them." +msgstr "" + +msgid "An <a href=\"{{request_url}}\">annotation</a> to <em>{{request_title}}</em> was made by {{event_comment_user}} on {{date}}" +msgstr "" + +msgid "An <strong>error message</strong> has been received" +msgstr "" + +msgid "An Environmental Information Regulations request" +msgstr "" + +msgid "An anonymous user" +msgstr "" + +msgid "Annotation added to request" +msgstr "" + +msgid "Annotations" +msgstr "" + +msgid "Annotations are so anyone, including you, can help the requester with their request. For example:" +msgstr "" + +msgid "Annotations will be posted publicly here, and are\\n <strong>not</strong> sent to {{public_body_name}}." +msgstr "" + +msgid "Anonymous user" +msgstr "" + +msgid "Anyone:" +msgstr "" + +msgid "Applies to" +msgstr "" + +msgid "Are we missing a public authority?" +msgstr "" + +msgid "Are you the owner of any commercial copyright on this page?" +msgstr "" + +msgid "Ask for <strong>specific</strong> documents or information, this site is not suitable for general enquiries." +msgstr "" + +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 "" + +msgid "Attachment (optional):" +msgstr "" + +msgid "Attachment:" +msgstr "" + +msgid "Awaiting classification." +msgstr "" + +msgid "Awaiting internal review." +msgstr "" + +msgid "Awaiting response." +msgstr "" + +msgid "Beginning with" +msgstr "" + +msgid "Browse <a href='{{url}}'>other requests</a> for examples of how to word your request." +msgstr "" + +msgid "Browse <a href='{{url}}'>other requests</a> to '{{public_body_name}}' for examples of how to word your request." +msgstr "" + +msgid "Browse all authorities..." +msgstr "" + +msgid "By law, under all circumstances, {{public_body_link}} should have responded by now" +msgstr "" + +msgid "By law, {{public_body_link}} should normally have responded <strong>promptly</strong> and" +msgstr "" + +msgid "Calculated home page" +msgstr "" + +msgid "Can't find the one you want?" +msgstr "" + +msgid "Cancel a {{site_name}} alert" +msgstr "" + +msgid "Cancel some {{site_name}} alerts" +msgstr "" + +msgid "Cancel, return to your profile page" +msgstr "" + +msgid "Censor rule" +msgstr "" + +msgid "CensorRule|Last edit comment" +msgstr "" + +msgid "CensorRule|Last edit editor" +msgstr "" + +msgid "CensorRule|Regexp" +msgstr "" + +msgid "CensorRule|Replacement" +msgstr "" + +msgid "CensorRule|Text" +msgstr "" + +msgid "Change email on {{site_name}}" +msgstr "" + +msgid "Change password on {{site_name}}" +msgstr "" + +msgid "Change profile photo" +msgstr "" + +msgid "Change the text about you on your profile at {{site_name}}" +msgstr "" + +msgid "Change your email" +msgstr "" + +msgid "Change your email address used on {{site_name}}" +msgstr "" + +msgid "Change your password" +msgstr "" + +msgid "Change your password on {{site_name}}" +msgstr "" + +msgid "Change your password {{site_name}}" +msgstr "" + +msgid "Charity registration" +msgstr "" + +msgid "Check for mistakes if you typed or copied the address." +msgstr "" + +msgid "Check you haven't included any <strong>personal information</strong>." +msgstr "" + +msgid "Choose your profile photo" +msgstr "" + +msgid "Clarification" +msgstr "" + +msgid "Clarify your FOI request - " +msgstr "" + +msgid "Classify an FOI response from " +msgstr "" + +msgid "Clear photo" +msgstr "" + +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 "" + +msgid "Click on the link below to send a message to {{public_body}} reminding them to reply to your request." +msgstr "" + +msgid "Close" +msgstr "" + +msgid "Comment" +msgstr "" + +msgid "Comment|Body" +msgstr "" + +msgid "Comment|Comment type" +msgstr "" + +msgid "Comment|Locale" +msgstr "" + +msgid "Comment|Visible" +msgstr "" + +msgid "Confirm you want to follow all successful FOI requests" +msgstr "" + +msgid "Confirm you want to follow new requests" +msgstr "" + +msgid "Confirm you want to follow new requests or responses matching your search" +msgstr "" + +msgid "Confirm you want to follow requests by '{{user_name}}'" +msgstr "" + +msgid "Confirm you want to follow requests to '{{public_body_name}}'" +msgstr "" + +msgid "Confirm you want to follow the request '{{request_title}}'" +msgstr "" + +msgid "Confirm your FOI request to " +msgstr "" + +msgid "Confirm your account on {{site_name}}" +msgstr "" + +msgid "Confirm your annotation to {{info_request_title}}" +msgstr "" + +msgid "Confirm your email address" +msgstr "" + +msgid "Confirm your new email address on {{site_name}}" +msgstr "" + +msgid "Considered by administrators as not an FOI request and hidden from site." +msgstr "" + +msgid "Considered by administrators as vexatious and hidden from site." +msgstr "" + +msgid "Contact {{recipient}}" +msgstr "" + +msgid "Contact {{site_name}}" +msgstr "" + +msgid "Could not identify the request from the email address" +msgstr "" + +msgid "Couldn't understand the image file that you uploaded. PNG, JPEG, GIF and many other common image file formats are supported." +msgstr "" + +msgid "Crop your profile photo" +msgstr "" + +msgid "Cultural sites and built structures (as they may be affected by the\\n environmental factors listed above)" +msgstr "" + +msgid "Currently <strong>waiting for a response</strong> from {{public_body_link}}, they must respond promptly and" +msgstr "" + +msgid "Date:" +msgstr "" + +msgid "Dear {{name}}," +msgstr "" + +msgid "Dear {{public_body_name}}," +msgstr "" + +msgid "Default locale" +msgstr "" + +msgid "Delayed response to your FOI request - " +msgstr "" + +msgid "Delayed." +msgstr "" + +msgid "Delivery error" +msgstr "" + +msgid "Destroy {{name}}" +msgstr "" + +msgid "Details of request '" +msgstr "" + +msgid "Did you mean: {{correction}}" +msgstr "" + +msgid "Disclaimer: This message and any reply that you make will be published on the internet. Our privacy and copyright policies:" +msgstr "" + +msgid "Disclosure log" +msgstr "" + +msgid "Disclosure log URL" +msgstr "" + +msgid "Don't want to address your message to {{person_or_body}}? You can also write to:" +msgstr "" + +msgid "Done" +msgstr "" + +msgid "Done >>" +msgstr "" + +msgid "Download a zip file of all correspondence" +msgstr "" + +msgid "Download original attachment" +msgstr "" + +msgid "EIR" +msgstr "" + +msgid "Edit" +msgstr "" + +msgid "Edit and add <strong>more details</strong> to the message above,\\n explaining why you are dissatisfied with their response." +msgstr "" + +msgid "Edit text about you" +msgstr "" + +msgid "Edit this request" +msgstr "" + +msgid "Either the email or password was not recognised, please try again." +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 "" + +msgid "Email doesn't look like a valid address" +msgstr "" + +msgid "Email me future updates to this request" +msgstr "" + +msgid "Enter words that you want to find separated by spaces, e.g. <strong>climbing lane</strong>" +msgstr "" + +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 "" + +msgid "Environmental Information Regulations" +msgstr "" + +msgid "Environmental Information Regulations requests made" +msgstr "" + +msgid "Environmental Information Regulations requests made using this site" +msgstr "" + +msgid "Event history" +msgstr "" + +msgid "Event history details" +msgstr "" + +msgid "Event {{id}}" +msgstr "" + +msgid "Everything that you enter on this page, including <strong>your name</strong>,\\n will be <strong>displayed publicly</strong> on\\n this website forever (<a href=\"{{url}}\">why?</a>)." +msgstr "" + +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 "" + +msgid "FOI" +msgstr "" + +msgid "FOI email address for {{public_body}}" +msgstr "" + +msgid "FOI request – {{title}}" +msgstr "" + +msgid "FOI requests" +msgstr "" + +msgid "FOI requests by '{{user_name}}'" +msgstr "" + +msgid "FOI requests {{start_count}} to {{end_count}} of {{total_count}}" +msgstr "" + +msgid "FOI response requires admin ({{reason}}) - {{title}}" +msgstr "" + +msgid "Failed to convert image to a PNG" +msgstr "" + +msgid "Failed to convert image to the correct size: at {{cols}}x{{rows}}, need {{width}}x{{height}}" +msgstr "" + +msgid "Filter" +msgstr "" + +msgid "First, did your other requests succeed?" +msgstr "" + +msgid "First, type in the <strong>name of the UK public authority</strong> you'd\\n like information from. <strong>By law, they have to respond</strong>\\n (<a href=\"{{url}}\">why?</a>)." +msgstr "" + +msgid "Foi attachment" +msgstr "" + +msgid "FoiAttachment|Charset" +msgstr "" + +msgid "FoiAttachment|Content type" +msgstr "" + +msgid "FoiAttachment|Display size" +msgstr "" + +msgid "FoiAttachment|Filename" +msgstr "" + +msgid "FoiAttachment|Hexdigest" +msgstr "" + +msgid "FoiAttachment|Url part number" +msgstr "" + +msgid "FoiAttachment|Within rfc822 subject" +msgstr "" + +msgid "Follow" +msgstr "" + +msgid "Follow all new requests" +msgstr "" + +msgid "Follow new successful responses" +msgstr "" + +msgid "Follow requests to {{public_body_name}}" +msgstr "" + +msgid "Follow these requests" +msgstr "" + +msgid "Follow things matching this search" +msgstr "" + +msgid "Follow this authority" +msgstr "" + +msgid "Follow this link to see the request:" +msgstr "" + +msgid "Follow this person" +msgstr "" + +msgid "Follow this request" +msgstr "" + +msgid "Follow up" +msgstr "" + +msgid "Follow up message sent by requester" +msgstr "" + +msgid "Follow up messages to existing requests are sent to " +msgstr "" + +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 "" + +msgid "Follow us on twitter" +msgstr "" + +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 "" + +msgid "For an unknown reason, it is not possible to make a request to this authority." +msgstr "" + +msgid "Forgotten your password?" +msgstr "" + +msgid "Found {{count}} public authority {{description}}" +msgid_plural "Found {{count}} public authorities {{description}}" +msgstr[0] "" +msgstr[1] "" + +msgid "Freedom of Information" +msgstr "" + +msgid "Freedom of Information Act" +msgstr "" + +msgid "Freedom of Information law does not apply to this authority, so you cannot make\\n a request to it." +msgstr "" + +msgid "Freedom of Information law no longer applies to" +msgstr "" + +msgid "Freedom of Information law no longer applies to this authority.Follow up messages to existing requests are sent to " +msgstr "" + +msgid "Freedom of Information requests made" +msgstr "" + +msgid "Freedom of Information requests made by this person" +msgstr "" + +msgid "Freedom of Information requests made by you" +msgstr "" + +msgid "Freedom of Information requests made using this site" +msgstr "" + +msgid "Freedom of information requests to" +msgstr "" + +msgid "From" +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 "" + +msgid "GIVE DETAILS ABOUT YOUR COMPLAINT HERE" +msgstr "" + +msgid "Handled by post." +msgstr "" + +msgid "Has tag string/has tag string tag" +msgstr "" + +msgid "HasTagString::HasTagStringTag|Model" +msgstr "" + +msgid "HasTagString::HasTagStringTag|Name" +msgstr "" + +msgid "HasTagString::HasTagStringTag|Value" +msgstr "" + +msgid "Hello! You can make Freedom of Information requests within {{country_name}} at {{link_to_website}}" +msgstr "" + +msgid "Hello, {{username}}!" +msgstr "" + +msgid "Help" +msgstr "" + +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 "" + +msgid "Here is the message you wrote, in case you would like to copy the text and save it for later." +msgstr "" + +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 "" + +msgid "Hide request" +msgstr "" + +msgid "Holiday" +msgstr "" + +msgid "Holiday|Day" +msgstr "" + +msgid "Holiday|Description" +msgstr "" + +msgid "Home" +msgstr "" + +msgid "Home page" +msgstr "" + +msgid "Home page of authority" +msgstr "" + +msgid "However, you have the right to request environmental\\n information under a different law" +msgstr "" + +msgid "Human health and safety" +msgstr "" + +msgid "I am asking for <strong>new information</strong>" +msgstr "" + +msgid "I am requesting an <strong>internal review</strong>" +msgstr "" + +msgid "I am writing to request an internal review of {{public_body_name}}'s handling of my FOI request '{{info_request_title}}'." +msgstr "" + +msgid "I don't like these ones — give me some more!" +msgstr "" + +msgid "I don't want to do any more tidying now!" +msgstr "" + +msgid "I like this request" +msgstr "" + +msgid "I would like to <strong>withdraw this request</strong>" +msgstr "" + +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 "" + +msgid "I'm waiting for an <strong>internal review</strong> response" +msgstr "" + +msgid "I've been asked to <strong>clarify</strong> my request" +msgstr "" + +msgid "I've received <strong>all the information" +msgstr "" + +msgid "I've received <strong>some of the information</strong>" +msgstr "" + +msgid "I've received an <strong>error message</strong>" +msgstr "" + +msgid "I've received an error message" +msgstr "" + +msgid "Id" +msgstr "" + +msgid "If the address is wrong, or you know a better address, please <a href=\"{{url}}\">contact us</a>." +msgstr "" + +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 "" + +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 "" + +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 "" + +msgid "If you are still having trouble, please <a href=\"{{url}}\">contact us</a>." +msgstr "" + +msgid "If you are the requester, then you may <a href=\"{{url}}\">sign in</a> to view the request." +msgstr "" + +msgid "If you are thinking of using a pseudonym,\\n please <a href=\"{{url}}\">read this first</a>." +msgstr "" + +msgid "If you are {{user_link}}, please" +msgstr "" + +msgid "If you believe this request is not suitable, you can report it for attention by the site administrators" +msgstr "" + +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 "" + +msgid "If you can, scan in or photograph the response, and <strong>send us\\n a copy to upload</strong>." +msgstr "" + +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 "" + +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 "" + +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 "" + +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 "" + +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 "" + +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 "" + +msgid "If you're new to {{site_name}}" +msgstr "" + +msgid "If you've used {{site_name}} before" +msgstr "" + +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 "" + +msgid "Incoming email address" +msgstr "" + +msgid "Incoming message" +msgstr "" + +msgid "IncomingMessage|Cached attachment text clipped" +msgstr "" + +msgid "IncomingMessage|Cached main body text folded" +msgstr "" + +msgid "IncomingMessage|Cached main body text unfolded" +msgstr "" + +msgid "IncomingMessage|Last parsed" +msgstr "" + +msgid "IncomingMessage|Mail from" +msgstr "" + +msgid "IncomingMessage|Mail from domain" +msgstr "" + +msgid "IncomingMessage|Sent at" +msgstr "" + +msgid "IncomingMessage|Subject" +msgstr "" + +msgid "IncomingMessage|Valid to reply to" +msgstr "" + +msgid "Individual requests" +msgstr "" + +msgid "Info request" +msgstr "" + +msgid "Info request event" +msgstr "" + +msgid "InfoRequestEvent|Calculated state" +msgstr "" + +msgid "InfoRequestEvent|Described state" +msgstr "" + +msgid "InfoRequestEvent|Event type" +msgstr "" + +msgid "InfoRequestEvent|Last described at" +msgstr "" + +msgid "InfoRequestEvent|Params yaml" +msgstr "" + +msgid "InfoRequestEvent|Prominence" +msgstr "" + +msgid "InfoRequest|Allow new responses from" +msgstr "" + +msgid "InfoRequest|Attention requested" +msgstr "" + +msgid "InfoRequest|Awaiting description" +msgstr "" + +msgid "InfoRequest|Comments allowed" +msgstr "" + +msgid "InfoRequest|Described state" +msgstr "" + +msgid "InfoRequest|External url" +msgstr "" + +msgid "InfoRequest|External user name" +msgstr "" + +msgid "InfoRequest|Handle rejected responses" +msgstr "" + +msgid "InfoRequest|Idhash" +msgstr "" + +msgid "InfoRequest|Law used" +msgstr "" + +msgid "InfoRequest|Prominence" +msgstr "" + +msgid "InfoRequest|Title" +msgstr "" + +msgid "InfoRequest|Url title" +msgstr "" + +msgid "Information not held." +msgstr "" + +msgid "Information on emissions and discharges (e.g. noise, energy,\\n radiation, waste materials)" +msgstr "" + +msgid "Internal review request" +msgstr "" + +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 "" + +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 "" + +msgid "Items matching the following conditions are currently displayed on your wall." +msgstr "" + +msgid "Items sent in last month" +msgstr "" + +msgid "Joined in" +msgstr "" + +msgid "Joined {{site_name}} in" +msgstr "" + +msgid "Just one more thing" +msgstr "" + +msgid "Keep it <strong>focused</strong>, you'll be more likely to get what you want (<a href=\"{{url}}\">why?</a>)." +msgstr "" + +msgid "Keywords" +msgstr "" + +msgid "Last authority viewed: " +msgstr "" + +msgid "Last request viewed: " +msgstr "" + +msgid "Let us know what you were doing when this message\\nappeared and your browser and operating system type and version." +msgstr "" + +msgid "Link to this" +msgstr "" + +msgid "List all" +msgstr "" + +msgid "List of all authorities (CSV)" +msgstr "" + +msgid "Listing FOI requests" +msgstr "" + +msgid "Listing public authorities" +msgstr "" + +msgid "Listing public authorities matching '{{query}}'" +msgstr "" + +msgid "Listing tracks" +msgstr "" + +msgid "Listing users" +msgstr "" + +msgid "Log in to download a zip file of {{info_request_title}}" +msgstr "" + +msgid "Log into the admin interface" +msgstr "" + +msgid "Long overdue." +msgstr "" + +msgid "Made between" +msgstr "" + +msgid "Mail server log" +msgstr "" + +msgid "Mail server log done" +msgstr "" + +msgid "MailServerLogDone|Filename" +msgstr "" + +msgid "MailServerLogDone|Last stat" +msgstr "" + +msgid "MailServerLog|Line" +msgstr "" + +msgid "MailServerLog|Order" +msgstr "" + +msgid "Make a new<br/>\\n <strong>Freedom <span>of</span><br/>\\n Information<br/>\\n request</strong>" +msgstr "" + +msgid "Make a request" +msgstr "" + +msgid "Make a request to this authority" +msgstr "" + +msgid "Make an {{law_used_short}} request to '{{public_body_name}}'" +msgstr "" + +msgid "Make and browse Freedom of Information (FOI) requests" +msgstr "" + +msgid "Make your own request" +msgstr "" + +msgid "Many requests" +msgstr "" + +msgid "Message" +msgstr "" + +msgid "Message sent using {{site_name}} contact form, " +msgstr "" + +msgid "Missing contact details for '" +msgstr "" + +msgid "More about this authority" +msgstr "" + +msgid "More requests..." +msgstr "" + +msgid "More similar requests" +msgstr "" + +msgid "More successful requests..." +msgstr "" + +msgid "My profile" +msgstr "" + +msgid "My request has been <strong>refused</strong>" +msgstr "" + +msgid "My requests" +msgstr "" + +msgid "My wall" +msgstr "" + +msgid "Name can't be blank" +msgstr "" + +msgid "Name is already taken" +msgstr "" + +msgid "New Freedom of Information requests" +msgstr "" + +msgid "New censor rule" +msgstr "" + +msgid "New e-mail:" +msgstr "" + +msgid "New email doesn't look like a valid address" +msgstr "" + +msgid "New password:" +msgstr "" + +msgid "New password: (again)" +msgstr "" + +msgid "New response to '{{title}}'" +msgstr "" + +msgid "New response to your FOI request - " +msgstr "" + +msgid "New response to your request" +msgstr "" + +msgid "New response to {{law_used_short}} request" +msgstr "" + +msgid "New updates for the request '{{request_title}}'" +msgstr "" + +msgid "Newest results first" +msgstr "" + +msgid "Next" +msgstr "" + +msgid "Next, crop your photo >>" +msgstr "" + +msgid "No requests of this sort yet." +msgstr "" + +msgid "No results found." +msgstr "" + +msgid "No similar requests found." +msgstr "" + +msgid "No tracked things found." +msgstr "" + +msgid "Nobody has made any Freedom of Information requests to {{public_body_name}} using this site yet." +msgstr "" + +msgid "None found." +msgstr "" + +msgid "None made." +msgstr "" + +msgid "Not a valid 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." +msgstr "" + +msgid "Now check your email!" +msgstr "" + +msgid "Now preview your annotation" +msgstr "" + +msgid "Now preview your follow up" +msgstr "" + +msgid "Now preview your message asking for an internal review" +msgstr "" + +msgid "OR remove the existing photo" +msgstr "" + +msgid "Offensive? Unsuitable?" +msgstr "" + +msgid "Oh no! Sorry to hear that your request was refused. Here is what to do now." +msgstr "" + +msgid "Old e-mail:" +msgstr "" + +msgid "Old email address isn't the same as the address of the account you are logged in with" +msgstr "" + +msgid "Old email doesn't look like a valid address" +msgstr "" + +msgid "On this page" +msgstr "" + +msgid "One FOI request found" +msgstr "" + +msgid "One person found" +msgstr "" + +msgid "One public authority found" +msgstr "" + +msgid "Only put in abbreviations which are really used, otherwise leave blank. Short or long name is used in the URL – don't worry about breaking URLs through renaming, as the history is used to redirect" +msgstr "" + +msgid "Only requests made using {{site_name}} are shown." +msgstr "" + +msgid "Only the authority can reply to this request, and I don't recognise the address this reply was sent from" +msgstr "" + +msgid "Only the authority can reply to this request, but there is no \"From\" address to check against" +msgstr "" + +msgid "Or search in their website for this information." +msgstr "" + +msgid "Original request sent" +msgstr "" + +msgid "Other:" +msgstr "" + +msgid "Outgoing message" +msgstr "" + +msgid "OutgoingMessage|Body" +msgstr "" + +msgid "OutgoingMessage|Last sent at" +msgstr "" + +msgid "OutgoingMessage|Message type" +msgstr "" + +msgid "OutgoingMessage|Status" +msgstr "" + +msgid "OutgoingMessage|What doing" +msgstr "" + +msgid "Partially successful." +msgstr "" + +msgid "Password is not correct" +msgstr "" + +msgid "Password:" +msgstr "" + +msgid "Password: (again)" +msgstr "" + +msgid "Paste this link into emails, tweets, and anywhere else:" +msgstr "" + +msgid "People" +msgstr "" + +msgid "People {{start_count}} to {{end_count}} of {{total_count}}" +msgstr "" + +msgid "Photo of you:" +msgstr "" + +msgid "Plans and administrative measures that affect these matters" +msgstr "" + +msgid "Play the request categorisation game" +msgstr "" + +msgid "Play the request categorisation game!" +msgstr "" + +msgid "Please" +msgstr "" + +msgid "Please <a href=\"{{url}}\">get in touch</a> with us so we can fix it." +msgstr "" + +msgid "Please <strong>answer the question above</strong> so we know whether the " +msgstr "" + +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 "" + +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 "" + +msgid "Please ask for environmental information only" +msgstr "" + +msgid "Please check the URL (i.e. the long code of letters and numbers) is copied\\ncorrectly from your email." +msgstr "" + +msgid "Please choose a file containing your photo." +msgstr "" + +msgid "Please choose a reason" +msgstr "" + +msgid "Please choose what sort of reply you are making." +msgstr "" + +msgid "Please choose whether or not you got some of the information that you wanted." +msgstr "" + +msgid "Please click on the link below to cancel or alter these emails." +msgstr "" + +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 "" + +msgid "Please click on the link below to confirm your email address." +msgstr "" + +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 "" + +msgid "Please don't upload offensive pictures. We will take down images\\n that we consider inappropriate." +msgstr "" + +msgid "Please enable \"cookies\" to carry on" +msgstr "" + +msgid "Please enter a password" +msgstr "" + +msgid "Please enter a subject" +msgstr "" + +msgid "Please enter a summary of your request" +msgstr "" + +msgid "Please enter a valid email address" +msgstr "" + +msgid "Please enter the message you want to send" +msgstr "" + +msgid "Please enter the same password twice" +msgstr "" + +msgid "Please enter your annotation" +msgstr "" + +msgid "Please enter your email address" +msgstr "" + +msgid "Please enter your follow up message" +msgstr "" + +msgid "Please enter your letter requesting information" +msgstr "" + +msgid "Please enter your name" +msgstr "" + +msgid "Please enter your name, not your email address, in the name field." +msgstr "" + +msgid "Please enter your new email address" +msgstr "" + +msgid "Please enter your old email address" +msgstr "" + +msgid "Please enter your password" +msgstr "" + +msgid "Please give details explaining why you want a review" +msgstr "" + +msgid "Please keep it shorter than 500 characters" +msgstr "" + +msgid "Please keep the summary short, like in the subject of an email. You can use a phrase, rather than a full sentence." +msgstr "" + +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 "" + +msgid "Please pass this on to the person who conducts Freedom of Information reviews." +msgstr "" + +msgid "Please select each of these requests in turn, and <strong>let everyone know</strong>\\nif they are successful yet or not." +msgstr "" + +msgid "Please sign at the bottom with your name, or alter the \"{{signoff}}\" signature" +msgstr "" + +msgid "Please sign in as " +msgstr "" + +msgid "Please sign in or make a new account." +msgstr "" + +msgid "Please type a message and/or choose a file containing your response." +msgstr "" + +msgid "Please use this email address for all replies to this request:" +msgstr "" + +msgid "Please write a summary with some text in it" +msgstr "" + +msgid "Please write the summary using a mixture of capital and lower case letters. This makes it easier for others to read." +msgstr "" + +msgid "Please write your annotation using a mixture of capital and lower case letters. This makes it easier for others to read." +msgstr "" + +msgid "Please write your follow up message containing the necessary clarifications below." +msgstr "" + +msgid "Please write your message using a mixture of capital and lower case letters. This makes it easier for others to read." +msgstr "" + +msgid "Point to <strong>related information</strong>, campaigns or forums which may be useful." +msgstr "" + +msgid "Possibly related requests:" +msgstr "" + +msgid "Post annotation" +msgstr "" + +msgid "Post redirect" +msgstr "" + +msgid "PostRedirect|Circumstance" +msgstr "" + +msgid "PostRedirect|Email token" +msgstr "" + +msgid "PostRedirect|Post params yaml" +msgstr "" + +msgid "PostRedirect|Reason params yaml" +msgstr "" + +msgid "PostRedirect|Token" +msgstr "" + +msgid "PostRedirect|Uri" +msgstr "" + +msgid "Posted on {{date}} by {{author}}" +msgstr "" + +msgid "Powered by <a href=\"http://www.alaveteli.org/\">Alaveteli</a>" +msgstr "" + +msgid "Prev" +msgstr "" + +msgid "Preview follow up to '" +msgstr "" + +msgid "Preview new annotation on '{{info_request_title}}'" +msgstr "" + +msgid "Preview your annotation" +msgstr "" + +msgid "Preview your message" +msgstr "" + +msgid "Preview your public request" +msgstr "" + +msgid "Profile photo" +msgstr "" + +msgid "ProfilePhoto|Data" +msgstr "" + +msgid "ProfilePhoto|Draft" +msgstr "" + +msgid "Public authorities" +msgstr "" + +msgid "Public authorities - {{description}}" +msgstr "" + +msgid "Public authorities {{start_count}} to {{end_count}} of {{total_count}}" +msgstr "" + +msgid "Public authority – {{name}}" +msgstr "" + +msgid "Public body" +msgstr "" + +msgid "Public notes" +msgstr "" + +msgid "Public page" +msgstr "" + +msgid "Public page not available" +msgstr "" + +msgid "PublicBody|Api key" +msgstr "" + +msgid "PublicBody|Disclosure log" +msgstr "" + +msgid "PublicBody|First letter" +msgstr "" + +msgid "PublicBody|Home page" +msgstr "" + +msgid "PublicBody|Info requests count" +msgstr "" + +msgid "PublicBody|Last edit comment" +msgstr "" + +msgid "PublicBody|Last edit editor" +msgstr "" + +msgid "PublicBody|Name" +msgstr "" + +msgid "PublicBody|Notes" +msgstr "" + +msgid "PublicBody|Publication scheme" +msgstr "" + +msgid "PublicBody|Request email" +msgstr "" + +msgid "PublicBody|Short name" +msgstr "" + +msgid "PublicBody|Url name" +msgstr "" + +msgid "PublicBody|Version" +msgstr "" + +msgid "Publication scheme" +msgstr "" + +msgid "Publication scheme URL" +msgstr "" + +msgid "Purge request" +msgstr "" + +msgid "PurgeRequest|Model" +msgstr "" + +msgid "PurgeRequest|Url" +msgstr "" + +msgid "RSS feed" +msgstr "" + +msgid "RSS feed of updates" +msgstr "" + +msgid "Re-edit this annotation" +msgstr "" + +msgid "Re-edit this message" +msgstr "" + +msgid "Read about <a href=\"{{advanced_search_url}}\">advanced search operators</a>, such as proximity and wildcards." +msgstr "" + +msgid "Read blog" +msgstr "" + +msgid "Received an error message, such as delivery failure." +msgstr "" + +msgid "Recently described results first" +msgstr "" + +msgid "Refused." +msgstr "" + +msgid "Remember me</label> (keeps you signed in longer;\\n do not use on a public computer) " +msgstr "" + +msgid "Report abuse" +msgstr "" + +msgid "Report an offensive or unsuitable request" +msgstr "" + +msgid "Report request" +msgstr "" + +msgid "Report this request" +msgstr "" + +msgid "Reported for administrator attention." +msgstr "" + +msgid "Request an internal review" +msgstr "" + +msgid "Request an internal review from {{person_or_body}}" +msgstr "" + +msgid "Request email" +msgstr "" + +msgid "Request has been removed" +msgstr "" + +msgid "Request sent to {{public_body_name}} by {{info_request_user}} on {{date}}." +msgstr "" + +msgid "Request to {{public_body_name}} by {{info_request_user}}. Annotated by {{event_comment_user}} on {{date}}." +msgstr "" + +msgid "Requested from {{public_body_name}} by {{info_request_user}} on {{date}}" +msgstr "" + +msgid "Requested on {{date}}" +msgstr "" + +msgid "Requests for personal information and vexatious requests are not considered valid for FOI purposes (<a href=\"/help/about\">read more</a>)." +msgstr "" + +msgid "Requests or responses matching your saved search" +msgstr "" + +msgid "Respond by email" +msgstr "" + +msgid "Respond to request" +msgstr "" + +msgid "Respond to the FOI request" +msgstr "" + +msgid "Respond using the web" +msgstr "" + +msgid "Response" +msgstr "" + +msgid "Response from a public authority" +msgstr "" + +msgid "Response to '{{title}}'" +msgstr "" + +msgid "Response to this request is <strong>delayed</strong>." +msgstr "" + +msgid "Response to this request is <strong>long overdue</strong>." +msgstr "" + +msgid "Response to your request" +msgstr "" + +msgid "Response:" +msgstr "" + +msgid "Restrict to" +msgstr "" + +msgid "Results page {{page_number}}" +msgstr "" + +msgid "Save" +msgstr "" + +msgid "Search" +msgstr "" + +msgid "Search Freedom of Information requests, public authorities and users" +msgstr "" + +msgid "Search contributions by this person" +msgstr "" + +msgid "Search for words in:" +msgstr "" + +msgid "Search in" +msgstr "" + +msgid "Search over<br/>\\n <strong>{{number_of_requests}} requests</strong> <span>and</span><br/>\\n <strong>{{number_of_authorities}} authorities</strong>" +msgstr "" + +msgid "Search queries" +msgstr "" + +msgid "Search results" +msgstr "" + +msgid "Search the site to find what you were looking for." +msgstr "" + +msgid "Search within the {{count}} Freedom of Information requests to {{public_body_name}}" +msgid_plural "Search within the {{count}} Freedom of Information requests made to {{public_body_name}}" +msgstr[0] "" +msgstr[1] "" + +msgid "Search your contributions" +msgstr "" + +msgid "See bounce message" +msgstr "" + +msgid "Select one to see more information about the authority." +msgstr "" + +msgid "Select the authority to write to" +msgstr "" + +msgid "Send a followup" +msgstr "" + +msgid "Send a message to " +msgstr "" + +msgid "Send a public follow up message to {{person_or_body}}" +msgstr "" + +msgid "Send a public reply to {{person_or_body}}" +msgstr "" + +msgid "Send follow up to '{{title}}'" +msgstr "" + +msgid "Send message" +msgstr "" + +msgid "Send message to " +msgstr "" + +msgid "Send request" +msgstr "" + +msgid "Set your profile photo" +msgstr "" + +msgid "Short name" +msgstr "" + +msgid "Short name is already taken" +msgstr "" + +msgid "Show most relevant results first" +msgstr "" + +msgid "Show only..." +msgstr "" + +msgid "Showing" +msgstr "" + +msgid "Sign in" +msgstr "" + +msgid "Sign in or make a new account" +msgstr "" + +msgid "Sign in or sign up" +msgstr "" + +msgid "Sign out" +msgstr "" + +msgid "Sign up" +msgstr "" + +msgid "Similar requests" +msgstr "" + +msgid "Simple search" +msgstr "" + +msgid "Some notes have been added to your FOI request - " +msgstr "" + +msgid "Some of the information requested has been received" +msgstr "" + +msgid "Some people who've made requests haven't let us know whether they were\\nsuccessful or not. We need <strong>your</strong> help –\\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 "" + +msgid "Somebody added a note to your FOI request - " +msgstr "" + +msgid "Someone has updated the status of your request" +msgstr "" + +msgid "Someone, perhaps you, just tried to change their email address on\\n{{site_name}} from {{old_email}} to {{new_email}}." +msgstr "" + +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 "" + +msgid "Sorry, but only {{user_name}} is allowed to do that." +msgstr "" + +msgid "Sorry, there was a problem processing this page" +msgstr "" + +msgid "Sorry, we couldn't find that page" +msgstr "" + +msgid "Special note for this authority!" +msgstr "" + +msgid "Start now »" +msgstr "" + +msgid "Start your own blog" +msgstr "" + +msgid "Stay up to date" +msgstr "" + +msgid "Still awaiting an <strong>internal review</strong>" +msgstr "" + +msgid "Subject" +msgstr "" + +msgid "Subject:" +msgstr "" + +msgid "Submit" +msgstr "" + +msgid "Submit status" +msgstr "" + +msgid "Submit status and send message" +msgstr "" + +msgid "Subscribe to blog" +msgstr "" + +msgid "Successful Freedom of Information requests" +msgstr "" + +msgid "Successful." +msgstr "" + +msgid "Suggest how the requester can find the <strong>rest of the information</strong>." +msgstr "" + +msgid "Summary:" +msgstr "" + +msgid "Table of statuses" +msgstr "" + +msgid "Table of varieties" +msgstr "" + +msgid "Tags" +msgstr "" + +msgid "Tags (separated by a space):" +msgstr "" + +msgid "Tags:" +msgstr "" + +msgid "Technical details" +msgstr "" + +msgid "Thank you for helping us keep the site tidy!" +msgstr "" + +msgid "Thank you for making an annotation!" +msgstr "" + +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 "" + +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 "" + +msgid "Thank you for updating this request!" +msgstr "" + +msgid "Thank you for updating your profile photo" +msgstr "" + +msgid "Thank you! We'll look into what happened and try and fix it up." +msgstr "" + +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 "" + +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 "" + +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 "" + +msgid "That doesn't look like a valid email address. Please check you have typed it correctly." +msgstr "" + +msgid "The <strong>review has finished</strong> and overall:" +msgstr "" + +msgid "The Freedom of Information Act <strong>does not apply</strong> to" +msgstr "" + +msgid "The accounts have been left as they previously were." +msgstr "" + +msgid "The authority do <strong>not have</strong> the information <small>(maybe they say who does)" +msgstr "" + +msgid "The authority only has a <strong>paper copy</strong> of the information." +msgstr "" + +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 "" + +msgid "The authority would like to / has <strong>responded by post</strong> to this request." +msgstr "" + +msgid "The email that you, on behalf of {{public_body}}, sent to\\n{{user}} to reply to an {{law_used_short}}\\nrequest has not been delivered." +msgstr "" + +msgid "The page doesn't exist. Things you can try now:" +msgstr "" + +msgid "The public authority does not have the information requested" +msgstr "" + +msgid "The public authority would like part of the request explained" +msgstr "" + +msgid "The public authority would like to / has responded by post" +msgstr "" + +msgid "The request has been <strong>refused</strong>" +msgstr "" + +msgid "The request has been updated since you originally loaded this page. Please check for any new incoming messages below, and try again." +msgstr "" + +msgid "The request is <strong>waiting for clarification</strong>." +msgstr "" + +msgid "The request was <strong>partially successful</strong>." +msgstr "" + +msgid "The request was <strong>refused</strong> by" +msgstr "" + +msgid "The request was <strong>successful</strong>." +msgstr "" + +msgid "The request was refused by the public authority" +msgstr "" + +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 "" + +msgid "The requester has abandoned this request for some reason" +msgstr "" + +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 "" + +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 "" + +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 "" + +msgid "The search index is currently offline, so we can't show the Freedom of Information requests this person has made." +msgstr "" + +msgid "The {{site_name}} team." +msgstr "" + +msgid "Then you can cancel the alert." +msgstr "" + +msgid "Then you can cancel the alerts." +msgstr "" + +msgid "Then you can change your email address used on {{site_name}}" +msgstr "" + +msgid "Then you can change your password on {{site_name}}" +msgstr "" + +msgid "Then you can classify the FOI response you have got from " +msgstr "" + +msgid "Then you can download a zip file of {{info_request_title}}." +msgstr "" + +msgid "Then you can log into the administrative interface" +msgstr "" + +msgid "Then you can play the request categorisation game." +msgstr "" + +msgid "Then you can report the request '{{title}}'" +msgstr "" + +msgid "Then you can send a message to " +msgstr "" + +msgid "Then you can sign in to {{site_name}}" +msgstr "" + +msgid "Then you can update the status of your request to " +msgstr "" + +msgid "Then you can upload an FOI response. " +msgstr "" + +msgid "Then you can write follow up message to " +msgstr "" + +msgid "Then you can write your reply to " +msgstr "" + +msgid "Then you will be following all new FOI requests." +msgstr "" + +msgid "Then you will be notified whenever '{{user_name}}' requests something or gets a response." +msgstr "" + +msgid "Then you will be notified whenever a new request or response matches your search." +msgstr "" + +msgid "Then you will be notified whenever an FOI request succeeds." +msgstr "" + +msgid "Then you will be notified whenever someone requests something or gets a response from '{{public_body_name}}'." +msgstr "" + +msgid "Then you will be updated whenever the request '{{request_title}}' is updated." +msgstr "" + +msgid "Then you'll be allowed to send FOI requests." +msgstr "" + +msgid "Then your FOI request to {{public_body_name}} will be sent." +msgstr "" + +msgid "Then your annotation to {{info_request_title}} will be posted." +msgstr "" + +msgid "There are {{count}} new annotations on your {{info_request}} request. Follow this link to see what they wrote." +msgstr "" + +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 "" + +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 "" + +msgid "There is {{count}} person following this request" +msgid_plural "There are {{count}} people following this request" +msgstr[0] "" +msgstr[1] "" + +msgid "There was a <strong>delivery error</strong> or similar, which needs fixing by the {{site_name}} team." +msgstr "" + +msgid "There was an error with the words you entered, please try again." +msgstr "" + +msgid "There were no requests matching your query." +msgstr "" + +msgid "There were no results matching your query." +msgstr "" + +msgid "They are going to reply <strong>by post</strong>" +msgstr "" + +msgid "They do <strong>not have</strong> the information <small>(maybe they say who does)</small>" +msgstr "" + +msgid "They have been given the following explanation:" +msgstr "" + +msgid "They have not replied to your {{law_used_short}} request {{title}} promptly, as normally required by law" +msgstr "" + +msgid "They have not replied to your {{law_used_short}} request {{title}}, \\nas required by law" +msgstr "" + +msgid "Things to do with this request" +msgstr "" + +msgid "Things you're following" +msgstr "" + +msgid "This authority no longer exists, so you cannot make a request to it." +msgstr "" + +msgid "This comment has been hidden. See annotations to\\n find out why. If you are the requester, then you may <a href=\"{{url}}\">sign in</a> to view the response." +msgstr "" + +msgid "This covers a very wide spectrum of information about the state of\\n the <strong>natural and built environment</strong>, such as:" +msgstr "" + +msgid "This external request has been hidden" +msgstr "" + +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 "" + +msgid "This is an HTML version of an attachment to the Freedom of Information request" +msgstr "" + +msgid "This is because {{title}} is an old request that has been\\nmarked to no longer receive responses." +msgstr "" + +msgid "This is the first version." +msgstr "" + +msgid "This is your own request, so you will be automatically emailed when new responses arrive." +msgstr "" + +msgid "This outgoing message has been hidden. See annotations to\\n\t\t\t\t\t\tfind out why. If you are the requester, then you may <a href=\"{{url}}\">sign in</a> to view the response." +msgstr "" + +msgid "This particular request is finished:" +msgstr "" + +msgid "This person has made no Freedom of Information requests using this site." +msgstr "" + +msgid "This person's annotations" +msgstr "" + +msgid "This person's {{count}} Freedom of Information request" +msgid_plural "This person's {{count}} Freedom of Information requests" +msgstr[0] "" +msgstr[1] "" + +msgid "This person's {{count}} annotation" +msgid_plural "This person's {{count}} annotations" +msgstr[0] "" +msgstr[1] "" + +msgid "This request <strong>requires administrator attention</strong>" +msgstr "" + +msgid "This request has already been reported for administrator attention" +msgstr "" + +msgid "This request has an <strong>unknown status</strong>." +msgstr "" + +msgid "This request has been <strong>hidden</strong> from the site, because an administrator considers it not to be an FOI request" +msgstr "" + +msgid "This request has been <strong>hidden</strong> from the site, because an administrator considers it vexatious" +msgstr "" + +msgid "This request has been <strong>reported</strong> as needing administrator attention (perhaps because it is vexatious, or a request for personal information)" +msgstr "" + +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 "" + +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 "" + +msgid "This request has been reported for administrator attention" +msgstr "" + +msgid "This request has been set by an administrator to \"allow new responses from nobody\"" +msgstr "" + +msgid "This request has had an unusual response, and <strong>requires attention</strong> from the {{site_name}} team." +msgstr "" + +msgid "This request has prominence 'hidden'. You can only see it because you are logged\\n in as a super user." +msgstr "" + +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 "" + +msgid "This request is still in progress:" +msgstr "" + +msgid "This request requires administrator attention" +msgstr "" + +msgid "This request was not made via {{site_name}}" +msgstr "" + +msgid "This response has been hidden. See annotations to find out why.\\n If you are the requester, then you may <a href=\"{{url}}\">sign in</a> to view the response." +msgstr "" + +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 "" + +msgid "This user has been banned from {{site_name}} " +msgstr "" + +msgid "This was not possible because there is already an account using \\nthe email address {{email}}." +msgstr "" + +msgid "To cancel these alerts" +msgstr "" + +msgid "To cancel this alert" +msgstr "" + +msgid "To carry on, you need to sign in or make an account. Unfortunately, there\\nwas a technical problem trying to do this." +msgstr "" + +msgid "To change your email address used on {{site_name}}" +msgstr "" + +msgid "To classify the response to this FOI request" +msgstr "" + +msgid "To do that please send a private email to " +msgstr "" + +msgid "To do this, first click on the link below." +msgstr "" + +msgid "To download the zip file" +msgstr "" + +msgid "To follow all successful requests" +msgstr "" + +msgid "To follow new requests" +msgstr "" + +msgid "To follow requests and responses matching your search" +msgstr "" + +msgid "To follow requests by '{{user_name}}'" +msgstr "" + +msgid "To follow requests made using {{site_name}} to the public authority '{{public_body_name}}'" +msgstr "" + +msgid "To follow the request '{{request_title}}'" +msgstr "" + +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 "" + +msgid "To let everyone know, follow this link and then select the appropriate box." +msgstr "" + +msgid "To log into the administrative interface" +msgstr "" + +msgid "To play the request categorisation game" +msgstr "" + +msgid "To post your annotation" +msgstr "" + +msgid "To reply to " +msgstr "" + +msgid "To report this request" +msgstr "" + +msgid "To send a follow up message to " +msgstr "" + +msgid "To send a message to " +msgstr "" + +msgid "To send your FOI request" +msgstr "" + +msgid "To update the status of this FOI request" +msgstr "" + +msgid "To upload a response, you must be logged in using an email address from " +msgstr "" + +msgid "To use the advanced search, combine phrases and labels as described in the search tips below." +msgstr "" + +msgid "To view the email address that we use to send FOI requests to {{public_body_name}}, please enter these words." +msgstr "" + +msgid "To view the response, click on the link below." +msgstr "" + +msgid "To {{public_body_link_absolute}}" +msgstr "" + +msgid "To:" +msgstr "" + +msgid "Today" +msgstr "" + +msgid "Too many requests" +msgstr "" + +msgid "Top search results:" +msgstr "" + +msgid "Track thing" +msgstr "" + +msgid "Track this person" +msgstr "" + +msgid "Track this search" +msgstr "" + +msgid "TrackThing|Track medium" +msgstr "" + +msgid "TrackThing|Track query" +msgstr "" + +msgid "TrackThing|Track type" +msgstr "" + +msgid "Turn off email alerts" +msgstr "" + +msgid "Tweet this request" +msgstr "" + +msgid "Type <strong><code>01/01/2008..14/01/2008</code></strong> to only show things that happened in the first two weeks of January." +msgstr "" + +msgid "URL name can't be blank" +msgstr "" + +msgid "Unable to change email address on {{site_name}}" +msgstr "" + +msgid "Unable to send a reply to {{username}}" +msgstr "" + +msgid "Unable to send follow up message to {{username}}" +msgstr "" + +msgid "Unexpected search result type" +msgstr "" + +msgid "Unexpected search result type " +msgstr "" + +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 "" + +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 "Update the status of this request" +msgstr "" + +msgid "Update the status of your request to " +msgstr "" + +msgid "Upload FOI response" +msgstr "" + +msgid "Use OR (in capital letters) where you don't mind which word, e.g. <strong><code>commons OR lords</code></strong>" +msgstr "" + +msgid "Use quotes when you want to find an exact phrase, e.g. <strong><code>\"Liverpool City Council\"</code></strong>" +msgstr "" + +msgid "User" +msgstr "" + +msgid "User info request sent alert" +msgstr "" + +msgid "User – {{name}}" +msgstr "" + +msgid "UserInfoRequestSentAlert|Alert type" +msgstr "" + +msgid "User|About me" +msgstr "" + +msgid "User|Address" +msgstr "" + +msgid "User|Admin level" +msgstr "" + +msgid "User|Ban text" +msgstr "" + +msgid "User|Dob" +msgstr "" + +msgid "User|Email" +msgstr "" + +msgid "User|Email bounce message" +msgstr "" + +msgid "User|Email bounced at" +msgstr "" + +msgid "User|Email confirmed" +msgstr "" + +msgid "User|Hashed password" +msgstr "" + +msgid "User|Last daily track email" +msgstr "" + +msgid "User|Locale" +msgstr "" + +msgid "User|Name" +msgstr "" + +msgid "User|No limit" +msgstr "" + +msgid "User|Receive email alerts" +msgstr "" + +msgid "User|Salt" +msgstr "" + +msgid "User|Url name" +msgstr "" + +msgid "Version {{version}}" +msgstr "" + +msgid "View FOI email address" +msgstr "" + +msgid "View FOI email address for '{{public_body_name}}'" +msgstr "" + +msgid "View FOI email address for {{public_body_name}}" +msgstr "" + +msgid "View Freedom of Information requests made by {{user_name}}:" +msgstr "" + +msgid "View and search requests" +msgstr "" + +msgid "View authorities" +msgstr "" + +msgid "View email" +msgstr "" + +msgid "View requests" +msgstr "" + +msgid "Waiting clarification." +msgstr "" + +msgid "Waiting for an <strong>internal review</strong> by {{public_body_link}} of their handling of this request." +msgstr "" + +msgid "Waiting for the public authority to complete an internal review of their handling of the request" +msgstr "" + +msgid "Waiting for the public authority to reply" +msgstr "" + +msgid "Was the response you got to your FOI request any good?" +msgstr "" + +msgid "We consider it is not a valid FOI request, and have therefore hidden it from other users." +msgstr "" + +msgid "We consider it to be vexatious, and have therefore hidden it from other users." +msgstr "" + +msgid "We do not have a working request email address for this authority." +msgstr "" + +msgid "We do not have a working {{law_used_full}} address for {{public_body_name}}." +msgstr "" + +msgid "We don't know whether the most recent response to this request contains\\n information or not\\n –\\n\tif you are {{user_link}} please <a href=\"{{url}}\">sign in</a> and let everyone know." +msgstr "" + +msgid "We will not reveal your email address to anybody unless you or\\n the law tell us to (<a href=\"{{url}}\">details</a>). " +msgstr "" + +msgid "We will not reveal your email address to anybody unless you\\nor the law tell us to." +msgstr "" + +msgid "We will not reveal your email addresses to anybody unless you\\nor the law tell us to." +msgstr "" + +msgid "We're waiting for" +msgstr "" + +msgid "We're waiting for someone to read" +msgstr "" + +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 "" + +msgid "We've sent you an email, and you'll need to click the link in it before you can\\ncontinue." +msgstr "" + +msgid "We've sent you an email, click the link in it, then you can change your password." +msgstr "" + +msgid "What are you doing?" +msgstr "" + +msgid "What best describes the status of this request now?" +msgstr "" + +msgid "What information has been released?" +msgstr "" + +msgid "What information has been requested?" +msgstr "" + +msgid "When you get there, please update the status to say if the response \\ncontains any useful information." +msgstr "" + +msgid "When you receive the paper response, please help\\n others find out what it says:" +msgstr "" + +msgid "When you're done, <strong>come back here</strong>, <a href=\"{{url}}\">reload this page</a> and file your new request." +msgstr "" + +msgid "Which of these is happening?" +msgstr "" + +msgid "Who can I request information from?" +msgstr "" + +msgid "Withdrawn by the requester." +msgstr "" + +msgid "Wk" +msgstr "" + +msgid "Would you like to see a website like this in your country?" +msgstr "" + +msgid "Write a reply" +msgstr "" + +msgid "Write a reply to " +msgstr "" + +msgid "Write your FOI follow up message to " +msgstr "" + +msgid "Write your request in <strong>simple, precise language</strong>." +msgstr "" + +msgid "You" +msgstr "" + +msgid "You are already following new requests" +msgstr "" + +msgid "You are already following requests to {{public_body_name}}" +msgstr "" + +msgid "You are already following things matching this search" +msgstr "" + +msgid "You are already following this person" +msgstr "" + +msgid "You are already following this request" +msgstr "" + +msgid "You are already following updates about {{track_description}}" +msgstr "" + +msgid "You are currently receiving notification of new activity on your wall by email." +msgstr "" + +msgid "You are following all new successful responses" +msgstr "" + +msgid "You are no longer following {{track_description}}." +msgstr "" + +msgid "You are now <a href=\"{{wall_url_user}}\">following</a> updates about {{track_description}}" +msgstr "" + +msgid "You can <strong>complain</strong> by" +msgstr "" + +msgid "You can change the requests and users you are following on <a href=\"{{profile_url}}\">your profile page</a>." +msgstr "" + +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 "" + +msgid "You can only request information about the environment from this authority." +msgstr "" + +msgid "You have a new response to the {{law_used_full}} request " +msgstr "" + +msgid "You have found a bug. Please <a href=\"{{contact_url}}\">contact us</a> to tell us about the problem" +msgstr "" + +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 "" + +msgid "You have made no Freedom of Information requests using this site." +msgstr "" + +msgid "You have now changed the text about you on your profile." +msgstr "" + +msgid "You have now changed your email address used on {{site_name}}" +msgstr "" + +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 "" + +msgid "You know what caused the error, and can <strong>suggest a solution</strong>, such as a working email address." +msgstr "" + +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 "" + +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 "" + +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 "" + +msgid "You need to be logged in to change the text about you on your profile." +msgstr "" + +msgid "You need to be logged in to change your profile photo." +msgstr "" + +msgid "You need to be logged in to clear your profile photo." +msgstr "" + +msgid "You need to be logged in to edit your profile." +msgstr "" + +msgid "You need to be logged in to report a request for administrator attention" +msgstr "" + +msgid "You previously submitted that exact follow up message for this request." +msgstr "" + +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 "" + +msgid "You want to <strong>give your postal address</strong> to the authority in private." +msgstr "" + +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 "" + +msgid "You will no longer be emailed updates for those alerts" +msgstr "" + +msgid "You will now be emailed updates about {{track_description}}. <a href=\"{{change_email_alerts_url}}\">Prefer not to receive emails?</a>" +msgstr "" + +msgid "You will only get an answer to your request if you follow up\\nwith the clarification." +msgstr "" + +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 "" + +msgid "You're in. <a href=\"#\" id=\"send-request\">Continue sending your request</a>" +msgstr "" + +msgid "You're long overdue a response to your FOI request - " +msgstr "" + +msgid "You're not following anything." +msgstr "" + +msgid "You've now cleared your profile photo" +msgstr "" + +msgid "Your <strong>name will appear publicly</strong>\\n (<a href=\"{{why_url}}\">why?</a>)\\n on this website and in search engines. If you\\n are thinking of using a pseudonym, please\\n <a href=\"{{help_url}}\">read this first</a>." +msgstr "" + +msgid "Your annotations" +msgstr "" + +msgid "Your details, including your email address, have not been given to anyone." +msgstr "" + +msgid "Your e-mail:" +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 "" + +msgid "Your follow up message has been sent on its way." +msgstr "" + +msgid "Your internal review request has been sent on its way." +msgstr "" + +msgid "Your message has been sent. Thank you for getting in touch! We'll get back to you soon." +msgstr "" + +msgid "Your message to {{recipient_user_name}} has been sent" +msgstr "" + +msgid "Your message to {{recipient_user_name}} has been sent!" +msgstr "" + +msgid "Your message will appear in <strong>search engines</strong>" +msgstr "" + +msgid "Your name and annotation will appear in <strong>search engines</strong>." +msgstr "" + +msgid "Your name, request and any responses will appear in <strong>search engines</strong>\\n (<a href=\"{{url}}\">details</a>)." +msgstr "" + +msgid "Your name:" +msgstr "" + +msgid "Your original message is attached." +msgstr "" + +msgid "Your password has been changed." +msgstr "" + +msgid "Your password:" +msgstr "" + +msgid "Your photo will be shown in public <strong>on the Internet</strong>,\\n wherever you do something on {{site_name}}." +msgstr "" + +msgid "Your request '{{request}}' at {{url}} has been reviewed by moderators." +msgstr "" + +msgid "Your request on {{site_name}} hidden" +msgstr "" + +msgid "Your request was called {{info_request}}. Letting everyone know whether you got the information will help us keep tabs on" +msgstr "" + +msgid "Your request:" +msgstr "" + +msgid "Your response to an FOI request was not delivered" +msgstr "" + +msgid "Your response will <strong>appear on the Internet</strong>, <a href=\"{{url}}\">read why</a> and answers to other questions." +msgstr "" + +msgid "Your thoughts on what the {{site_name}} <strong>administrators</strong> should do about the request." +msgstr "" + +msgid "Your {{count}} Freedom of Information request" +msgid_plural "Your {{count}} Freedom of Information requests" +msgstr[0] "" +msgstr[1] "" + +msgid "Your {{count}} annotation" +msgid_plural "Your {{count}} annotations" +msgstr[0] "" +msgstr[1] "" + +msgid "Your {{site_name}} email alert" +msgstr "" + +msgid "Yours faithfully," +msgstr "" + +msgid "Yours sincerely," +msgstr "" + +msgid "Yours," +msgstr "" + +msgid "[FOI #{{request}} email]" +msgstr "" + +msgid "[{{public_body}} request email]" +msgstr "" + +msgid "[{{site_name}} contact email]" +msgstr "" + +msgid "\\n\\n[ {{site_name}} note: The above text was badly encoded, and has had strange characters removed. ]" +msgstr "" + +msgid "a one line summary of the information you are requesting, \\n\t\t\te.g." +msgstr "" + +msgid "admin" +msgstr "" + +msgid "alaveteli_foi:The software that runs {{site_name}}" +msgstr "" + +msgid "all requests" +msgstr "" + +msgid "also called {{public_body_short_name}}" +msgstr "" + +msgid "an anonymous user" +msgstr "" + +msgid "and" +msgstr "" + +msgid "and update the status accordingly. Perhaps <strong>you</strong> might like to help out by doing that?" +msgstr "" + +msgid "and update the status." +msgstr "" + +msgid "and we'll suggest <strong>what to do next</strong>" +msgstr "" + +msgid "any <a href=\"/list\">new requests</a>" +msgstr "" + +msgid "any <a href=\"/list/successful\">successful requests</a>" +msgstr "" + +msgid "anything" +msgstr "" + +msgid "are long overdue." +msgstr "" + +msgid "at" +msgstr "" + +msgid "authorities" +msgstr "" + +msgid "awaiting a response" +msgstr "" + +msgid "beginning with ‘{{first_letter}}’" +msgstr "" + +msgid "between two dates" +msgstr "" + +msgid "but followupable" +msgstr "" + +msgid "by" +msgstr "" + +msgid "by <strong>{{date}}</strong>" +msgstr "" + +msgid "by {{public_body_name}} to {{info_request_user}} on {{date}}." +msgstr "" + +msgid "by {{user_link_absolute}}" +msgstr "" + +msgid "comments" +msgstr "" + +msgid "containing your postal address, and asking them to reply to this request.\\n Or you could phone them." +msgstr "" + +msgid "details" +msgstr "" + +msgid "display_status only works for incoming and outgoing messages right now" +msgstr "" + +msgid "during term time" +msgstr "" + +msgid "edit text about you" +msgstr "" + +msgid "even during holidays" +msgstr "" + +msgid "everything" +msgstr "" + +msgid "external" +msgstr "" + +msgid "has reported an" +msgstr "" + +msgid "have delayed." +msgstr "" + +msgid "hide quoted sections" +msgstr "" + +msgid "in term time" +msgstr "" + +msgid "in the category ‘{{category_name}}’" +msgstr "" + +msgid "internal error" +msgstr "" + +msgid "internal reviews" +msgstr "" + +msgid "is <strong>waiting for your clarification</strong>." +msgstr "" + +msgid "just to see how it works" +msgstr "" + +msgid "left an annotation" +msgstr "" + +msgid "made." +msgstr "" + +msgid "matching the tag ‘{{tag_name}}’" +msgstr "" + +msgid "messages from authorities" +msgstr "" + +msgid "messages from users" +msgstr "" + +msgid "move..." +msgstr "" + +msgid "no later than" +msgstr "" + +msgid "no longer exists. If you are trying to make\\n 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 "normally" +msgstr "" + +msgid "not requestable due to: {{reason}}" +msgstr "" + +msgid "please sign in as " +msgstr "" + +msgid "requesting an internal review" +msgstr "" + +msgid "requests" +msgstr "" + +msgid "requests which are {{list_of_statuses}}" +msgstr "" + +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 "" + +msgid "send a follow up message" +msgstr "" + +msgid "sent to {{public_body_name}} by {{info_request_user}} on {{date}}." +msgstr "" + +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 "" + +msgid "show quoted sections" +msgstr "" + +msgid "sign in" +msgstr "" + +msgid "simple_date_format" +msgstr "" + +msgid "successful" +msgstr "" + +msgid "successful requests" +msgstr "" + +msgid "that you made to" +msgstr "" + +msgid "the main FOI contact address for {{public_body}}" +msgstr "" + +#. This phrase completes the following sentences: +#. Request an internal review from... +#. Send a public follow up message to... +#. Send a public reply to... +#. Don't want to address your message to... ? +msgid "the main FOI contact at {{public_body}}" +msgstr "" + +msgid "the requester" +msgstr "" + +msgid "the {{site_name}} team" +msgstr "" + +msgid "to read" +msgstr "" + +msgid "to send a follow up message." +msgstr "" + +msgid "to {{public_body}}" +msgstr "" + +msgid "unexpected prominence on request event" +msgstr "" + +msgid "unknown reason " +msgstr "" + +msgid "unknown status " +msgstr "" + +msgid "unresolved requests" +msgstr "" + +msgid "unsubscribe" +msgstr "" + +msgid "unsubscribe all" +msgstr "" + +msgid "unsuccessful" +msgstr "" + +msgid "unsuccessful requests" +msgstr "" + +msgid "useful information." +msgstr "" + +msgid "users" +msgstr "" + +msgid "what's that?" +msgstr "" + +msgid "{{count}} FOI requests found" +msgstr "" + +msgid "{{count}} Freedom of Information request to {{public_body_name}}" +msgid_plural "{{count}} Freedom of Information requests to {{public_body_name}}" +msgstr[0] "" +msgstr[1] "" + +msgid "{{count}} person is following this authority" +msgid_plural "{{count}} people are following this authority" +msgstr[0] "" +msgstr[1] "" + +msgid "{{count}} request" +msgid_plural "{{count}} requests" +msgstr[0] "" +msgstr[1] "" + +msgid "{{count}} request made." +msgid_plural "{{count}} requests made." +msgstr[0] "" +msgstr[1] "" + +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 "" + +msgid "{{info_request_user_name}} only:" +msgstr "" + +msgid "{{law_used_full}} request - {{title}}" +msgstr "" + +msgid "{{law_used_full}} request GQ - {{title}}" +msgstr "" + +msgid "{{law_used}} requests at {{public_body}}" +msgstr "" + +msgid "{{length_of_time}} ago" +msgstr "" + +msgid "{{list_of_things}} matching text '{{search_query}}'" +msgstr "" + +msgid "{{number_of_comments}} comments" +msgstr "" + +msgid "{{public_body_link}} answered a request about" +msgstr "" + +msgid "{{public_body_link}} was sent a request about" +msgstr "" + +msgid "{{public_body_name}} only:" +msgstr "" + +msgid "{{public_body}} has asked you to explain part of your {{law_used}} request." +msgstr "" + +msgid "{{public_body}} sent a response to {{user_name}}" +msgstr "" + +msgid "{{reason}}, please sign in or make a new account." +msgstr "" + +msgid "{{search_results}} matching '{{query}}'" +msgstr "" + +msgid "{{site_name}} blog and tweets" +msgstr "" + +msgid "{{site_name}} covers requests to {{number_of_authorities}} authorities, including:" +msgstr "" + +msgid "{{site_name}} sends new requests to <strong>{{request_email}}</strong> for this authority." +msgstr "" + +msgid "{{site_name}} users have made {{number_of_requests}} requests, including:" +msgstr "" + +msgid "{{thing_changed}} was changed from <code>{{from_value}}</code> to <code>{{to_value}}</code>" +msgstr "" + +msgid "{{title}} - a Freedom of Information request to {{public_body}}" +msgstr "" + +msgid "{{user_name}} (Account suspended)" +msgstr "" + +msgid "{{user_name}} - Freedom of Information requests" +msgstr "" + +msgid "{{user_name}} - user profile" +msgstr "" + +msgid "{{user_name}} added an annotation" +msgstr "" + +msgid "{{user_name}} has annotated your {{law_used_short}} \\nrequest. Follow this link to see what they wrote." +msgstr "" + +msgid "{{user_name}} has used {{site_name}} to send you the message below." +msgstr "" + +msgid "{{user_name}} sent a follow up message to {{public_body}}" +msgstr "" + +msgid "{{user_name}} sent a request to {{public_body}}" +msgstr "" + +msgid "{{username}} left an annotation:" +msgstr "" + +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 "" + +msgid "{{user}} made this {{law_used_full}} request" +msgstr "" diff --git a/locale/fr/app.po b/locale/fr/app.po index fcf6b0650..b5ab64451 100644 --- a/locale/fr/app.po +++ b/locale/fr/app.po @@ -3,23 +3,34 @@ # This file is distributed under the same license as the PACKAGE package. # # Translators: -# <alex@alexskene.com>, 2011. -# <andreas@access-info.org>, 2013. -# Benoît Simard <contact@bsimard.com>, 2013. -# <borisjf@post.harvard.edu>, 2011. -# <rrobertpolson@gmail.com>, 2013. -# <seb.bacon@gmail.com>, 2012. -# skenaja <alex@alexskene.com>, 2011. -# <tanguim@gmail.com>, 2011. -# <victoria@access-info.org>, 2011. +# skenaja <alex@alexskene.com>, 2011 +# andreas.pavlou <andreas@access-info.org>, 2013 +# andreas.pavlou <andreas@access-info.org>, 2013 +# Bbear <borisjf@post.harvard.edu>, 2011 +# sim51 <contact@bsimard.com>, 2013 +# Bbear <borisjf@post.harvard.edu>, 2011 +# David Cabo <david.cabo@gmail.com>, 2013 +# pchrzanowski <pierre.chrzanowski@gmail.com>, 2013 +# radproject <radhouanef@gmail.com>, 2013 +# radproject <radhouanef@gmail.com>, 2013 +# rrobert <rrobertpolson@gmail.com>, 2013 +# rrobert <rrobertpolson@gmail.com>, 2013 +# sebbacon <seb.bacon@gmail.com>, 2012 +# sebbacon <seb.bacon@gmail.com>, 2012 +# sim51 <contact@bsimard.com>, 2013 +# skenaja <alex@alexskene.com>, 2011 +# teymour <tanguim@gmail.com>, 2011 +# teymour <tanguim@gmail.com>, 2011 +# vickyanderica <victoria@access-info.org>, 2011 +# vickyanderica <victoria@access-info.org>, 2011 msgid "" msgstr "" "Project-Id-Version: alaveteli\n" "Report-Msgid-Bugs-To: http://github.com/sebbacon/alaveteli/issues\n" -"POT-Creation-Date: 2013-03-14 14:02-0700\n" -"PO-Revision-Date: 2013-03-14 21:06+0000\n" -"Last-Translator: louisecrow <louise@mysociety.org>\n" -"Language-Team: LANGUAGE <LL@li.org>\n" +"POT-Creation-Date: 2013-06-24 09:40-0700\n" +"PO-Revision-Date: 2013-07-22 22:28+0000\n" +"Last-Translator: David Cabo <david.cabo@gmail.com>\n" +"Language-Team: French (http://www.transifex.com/projects/p/alaveteli/language/fr/)\n" "Language: fr\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -27,22 +38,22 @@ msgstr "" "Plural-Forms: nplurals=2; plural=(n > 1);\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 "" +msgstr "Ceci apparaîtra sur votre profil {{site_name}}, pour permettre \\n aux autres de s'impliquer dans ce que vous faites." -msgid " (<strong>no ranty</strong> politics, read our <a href=\"%s\">moderation policy</a>)" -msgstr " (<strong>aucune garantie</strong> politique, lire notre <a href=\"%s\">politique de modération</a>)" +msgid " (<strong>no ranty</strong> politics, read our <a href=\"{{url}}\">moderation policy</a>)" +msgstr "(<strong>aucune garantie</strong> politique, lire notre <a href=\"{{url}}\">politique de modération</a>)" msgid " (<strong>patience</strong>, especially for large files, it may take a while!)" -msgstr "(<strong>patience</strong>, surtout pour les fichiers volumineux, cela peut prendre un certains temps !)" +msgstr "(<strong>patience</strong>, surtout pour les fichiers volumineux, celà peut prendre un moment !)" msgid " (you)" msgstr "(vous)" msgid " - view and make Freedom of Information requests" -msgstr "" +msgstr "- voir et demander des informations " msgid " - wall" -msgstr "" +msgstr "-mur" msgid " <strong>Note:</strong>\\n We will send you an email. Follow the instructions in it to change\\n your password." msgstr "" @@ -50,30 +61,30 @@ msgstr "" " Nous allons vous envoyer un courrier électronique. Suivez les instructions de ce courrier pour changer votre mot de passe." msgid " <strong>Privacy note:</strong> Your email address will be given to" -msgstr " <strong>Protection de vos données :</strong> Votre adresse e-mail sera communiquée à" +msgstr " <strong>Note de confidentialité :</strong> Votre adresse e-mail sera communiquée à" msgid " <strong>Summarise</strong> the content of any information returned. " -msgstr " <strong>Résumez</strong>le contenu des informations transmises. " +msgstr " <strong>Résumez</strong>le contenu de toute information transmise. " msgid " Advise on how to <strong>best clarify</strong> the request." msgstr "Indiquez comment rendre la demande <strong>plus claire</strong>." msgid " Ideas on what <strong>other documents to request</strong> which the authority may hold. " -msgstr "Idées d'<strong>autres documents à demander</strong> que cette administration pourrait détenir." +msgstr "Propositions <strong>d'autres informations à demander</strong> que cette administration pourrait détenir." -msgid " If you know the address to use, then please <a href=\"%s\">send it to us</a>.\\n You may be able to find the address on their website, or by phoning them up and asking." +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 "" -" Si vous savez quelle adresse utiliser, merci de <a href=\"%s\">nous la communiquer</a>.\n" +" Si vous savez quelle adresse utiliser, merci de <a href=\"{{url}}\">nous la communiquer</a>.\n" " Vous êtes susceptible de trouver l'adresse sur leur site Internet ou en la leur demandant par téléphone." msgid " Include relevant links, such as to a campaign page, your blog or a\\n twitter account. They will be made clickable. \\n e.g." -msgstr "" +msgstr "Intégrez des liens pertinants comme votre blog , page twitter \\n . Les liens sont cliquables . \\n e.g" msgid " Link to the information requested, if it is <strong>already available</strong> on the Internet. " msgstr "Lien vers les informations demandées, si elle sont <strong>déjà disponibles</strong> sur Internet." msgid " Offer better ways of <strong>wording the request</strong> to get the information. " -msgstr " Proposez d'autres <strong>formulations</strong> pour accéder à ces informations. " +msgstr " Proposez de meilleures <strong>formulations</strong> pour accéder à ces informations. " msgid " Say how you've <strong>used the information</strong>, with links if possible." msgstr " Dites-nous comment vous avez <strong>utilisé ces informations</strong>, à l'aide de liens si possible." @@ -82,7 +93,7 @@ msgid " Suggest <strong>where else</strong> the requester might find the informa msgstr " Suggérez <strong>un autre endroit</strong> où l'utilisateur pourrait trouver ces informations. " msgid " What are you investigating using Freedom of Information? " -msgstr "" +msgstr "Sur quoi vous enquêtez en utilisant la liberté d'accès a l'information" msgid " You are already being emailed updates about the request." msgstr "Un courriel vous à déjà été envoyé au sujet de cette demande." @@ -91,49 +102,34 @@ msgid " You will also be emailed updates about the request." msgstr "Il vous sera également envoyé un courriel au sujet de cette demande." msgid " made by " -msgstr "Réalisé par" +msgstr "faite par" msgid " or " msgstr "ou" msgid " when you send this message." -msgstr "quand vous envoyé ce message." +msgstr "quand vous envoyez ce message." msgid "\"Hello! We have an <a href=\\\"/help/alaveteli?country_name=#{CGI.escape(current_country)}\\\">important message</a> for visitors outside {{country_name}}\"" -msgstr "" - -msgid "%d Freedom of Information request to %s" -msgid_plural "%d Freedom of Information requests to %s" -msgstr[0] "%d Liberté de pouvoir faire une demande d'informations sur %s" -msgstr[1] "%d Liberté de pouvoir faire des demandes d'informations sur %s" - -msgid "%d request" -msgid_plural "%d requests" -msgstr[0] "%d demande" -msgstr[1] "%d demandes" - -msgid "%d request made." -msgid_plural "%d requests made." -msgstr[0] "%d demande réalisée." -msgstr[1] "%d demandes réalisées." +msgstr "\"Bonjour! Nous avons <a href=\\\"/help/alaveteli?country_name=#{CGI.escape(current_country)}\\\">un message important </a> pour les visiteurs à l'extérieur de {{country_name}}\"" msgid "'Crime statistics by ward level for Wales'" -msgstr "" +msgstr "'Statistiques de la criminalité par niveau de paroisse au Pays de Galles'" msgid "'Pollution levels over time for the River Tyne'" msgstr "« Évolution dans le temps des niveaux de pollution de la rivière Tyne »" msgid "'{{link_to_authority}}', a public authority" -msgstr "'{{lien_vers_administration}}', une administration public" +msgstr "'{{link_to_authority}}', une administration publique" msgid "'{{link_to_request}}', a request" -msgstr "'{{lien_vers_demande}}', une demande" +msgstr "'{{link_to_request}}', une demande" msgid "'{{link_to_user}}', a person" -msgstr "{{lien_vers_utilisateur}}', une persone" +msgstr "{{link_to_user}}', une personne" msgid "*unknown*" -msgstr "" +msgstr "*unknown*" msgid ",\\n\\n\\n\\nYours,\\n\\n{{user_name}}" msgstr ",\\n\\n\\n\\nCordialement,\\n\\n{{user_name}}" @@ -148,93 +144,76 @@ msgid "2. Ask for Information" msgstr "2. Posez une question" msgid "3. Now check your request" -msgstr "3. Maintenant, vérifier vos demandes" +msgstr "3. Maintenant, vérifier votre demande" -msgid "<a class=\"link_button_green\" href=\"{{url}}\">{{text}}</a>" -msgstr "<a class=\"lien_bouton_vert\" href=\"{{url}}\">{{text}}</a>" +msgid "<a href=\"{{browse_url}}\">Browse all</a> or <a href=\"{{add_url}}\">ask us to add one</a>." +msgstr "<a href=\"{{browse_url}}\">Voir tout</a> ou <a href=\"{{add_url}}\"> demandez nous d'ajouter une</a>." -msgid "<a href=\"%s\">Add an annotation</a> (to help the requester or others)" -msgstr "<a href=\"%s\">Ajouter un commentaire</a> (pour aider le demandeur ou d'autres personnes)" +msgid "<a href=\"{{url}}\">Add an annotation</a> (to help the requester or others)" +msgstr "<a href=\"{{url}}\">Ajouter un commentaire</a> (pour aider le demandeur ou d'autres personnes)" -msgid "<a href=\"%s\">Are we missing a public authority?</a>" -msgstr "" - -msgid "<a href=\"%s\">Are you the owner of\\n any commercial copyright on this page?</a>" -msgstr "" - -msgid "<a href=\"%s\">Browse all</a> or <a href=\"%s\">ask us to add one</a>." -msgstr "<a href=\"%s\">Voir tout</a> ou <a href=\"%s\"> demandez nous d'ajouter une</a>." - -msgid "<a href=\"%s\">Can't find the one you want?</a>" -msgstr "<a href=\"%s\">Vous ne trouvez pas celui que vous voulez ?" - -msgid "<a href=\"%s\">Sign in</a> to change password, subscriptions and more ({{user_name}} only)" -msgstr "<a href=\"%s\">Connectez-vous</a> pour changer le mot de passe, les abonnements et plus encore ({{user_name}} only)" - -msgid "<a href=\"%s\">details</a>" -msgstr "<a href=\"%s\">détails</a>" - -msgid "<a href=\"%s\">what's that?</a>" -msgstr "<a href=\"%s\">C'est quoi ça ?" +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 "<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>Tout est fait ! Merci beaucoup pour votre aide.</p><p> Il y a <a href=\"{{helpus_url}}\"> encre beaucoup de choses que vous pouvez faire</a> pour nous aider {{site_name}}.</p>" +msgstr "<p>Tout est fait ! Merci beaucoup pour votre aide.</p><p> Il y a <a href=\"{{helpus_url}}\"> autres choses que vous pouvez faire</a> pour nous aider {{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 "" +msgstr "<p>Merci! Voici quelques idées sur ce qu'il faut faire ensuite :</p>\\n <ul>\\n <li>Pour envoyer votre demande à une autre autorité, d'abord copier le texte de votre demande ci-dessous, puis <a href=\"{{find_authority_url}}\">trouver l'autre autorité</a>.</li>\\n <li>Si vous souhaitez contester l'affirmation de l'autorité qu'ils ne détiennent pas l'information, voici \\n <a href=\"{{complain_url}}\">comment se plaindre </a>.\\n </li>\\n <li>Nous avons des <a href=\"{{other_means_url}}\">suggestions </a>\\n sur d'autres moyens pour répondre à votre question .\\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> Merci ! J'espère que vous n'avez pas à attendre plus longtemps. </ P> Selon la loi, vous devriez recevoir une réponse rapidement, et normalement avant la fin du <strong> {{date_response_required_by}} </ strong>. </ p>" +msgstr "<p> Merci ! J'espère que vous n'aurez pas à attendre plus longtemps. </ P> Selon la loi, vous devriez recevoir une réponse rapidement, et normalement avant la fin du <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 "" +msgstr "<p>Merci! Espérons que votre attente n'est pas trop longue.</p> <p>Selon la loi, vous devriez obtenir une réponse rapidement, et normalement avant la fin de <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>Merci ! Nous espérons que votre attente ne sera pas trop longue. </p><p> Vous devriez obtenir une réponse dans les {{late_number_of_days}} jours, ou bien vous serez prévenu si cela prendra plus de temps (href=\"{{review_url}}\"> <a détails </ a>). </ p>" +msgstr "<p>Merci ! Nous espérons que votre attente ne sera pas trop longue. </p><p> Vous devrez obtenir une réponse dans les {{late_number_of_days}} jours, ou bien vous serez prévenus si cela prendra plus de temps (href=\"{{review_url}}\"> <a détails </ 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>Merci ! Votre demande est en retard de plus de {{very_late_number_of_days}} jours ouvrables. La plupart des demandes doivent être traitées dans les {{late_number_of_days}} jours ouvrables. Pour vous plaindre, veuillez vous reporter ci-dessous.</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>Merci pour modifier le texte de vous sur votre profil .</p>\\n <p><strong>Ensuite...</strong> vous pouvez uploader une photo de profil.</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>Merci pour mettre à jour votre photo de profil.</p>\\n<p><strong>Ensuite...</strong> Vous pouvez mettre un texte sur vous et votre recherche sur votre profil.</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 "<p>Nous vous conseillons de modifier votre demande et de supprimer l'adresse e-mail.\\n Si vous la laissez, l'adresse e-mail sera envoyée à l'autorité, mais ne sera pas affichée sur le site.</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 "" 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>Nous sommes heureux que vous avez obtenu toutes les informations que vous vouliez . Si vous écrivez ou faites usage de l'information, veuillez revenir et ajouter une annotation en dessous décrivant ce que vous avez fait.</p><p>si vous avez trouvé {{site_name}} utile, <a href=\"{{donation_url}}\">Faites une donation</a> a l'organisation qui le gère.</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>Nous sommes heureux que vous avez partie de l'information que vous vouliez. si vous avez trouvé {{site_name}} utile, <a href=\"{{donation_url}}\">Faites une donation</a> a l'organisation qui le gère.</p><p>Si vous voulez essayer et obtenir le reste de l'information, voici ce qu'il faut faire maintenant.</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 "" -msgid "<p>You do not need to include your email in the request in order to get a reply (<a href=\"%s\">details</a>).</p>" -msgstr "<p>Vous n'avez pas besoin d'inclure votre adresse mail à votre demande pour obtenir une réponse(<a href=\"%s\">details</a>).</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 "<p>Vous n'avez pas besoin d'inclure votre adresse mail à votre demande pour obtenir une réponse(<a href=\"{{url}}\">details</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=\"%s\">details</a>).</p>" -msgstr "" +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 "<p> Vous n'avez pas besoin d'inclure votre email dans la demande afin d'obtenir une réponse, vu que nous allons le demander sur l'écran suivant (<a href=\"{{url}}\">details</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>Vous avez demandé un certain <strong>code postal</strong>. Sauf s'il est directement lié a l'objet de vôtre demande , veuillez supprimer toute adresse car elle va <strong>apparaître publiquement sur Internet</strong>.</p>" msgid "<p>Your {{law_used_full}} request has been <strong>sent on its way</strong>!</p>\\n <p><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\\n replied by then.</p>\\n <p>If you write about this request (for example in a forum or a blog) please link to this page, and add an\\n annotation below telling people about your writing.</p>" -msgstr "" +msgstr "<p>Votre demande {{law_used_full}} a été <strong>envoyée</strong>!</p>\\n <p><strong>On va vous envoyer un email </strong>dès qu'il ya une réponse ou apres {{late_number_of_days}} jours ouvrables si l'autorité n'a toujours pas \\n répondu .</p>\\n <p>Si vous écrivez à propos de cette demande (par exemple dans un forum ou un blog) veuillez mettre un lien vers cette page et ajoutez une \\n remarque en dessous pour partager avec les autres citoyens. </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>{{site_name}} est actuellement en maintenance. Vous pouvez uniquement afficher les demandes existantes. Vous ne pouvez pas faire de nouveaux, ajouter des suivis ou des annotations, ou par ailleurs changer la base de données .</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 "" - -msgid "<span id='follow_count'>%d</span> person is following this authority" -msgid_plural "<span id='follow_count'>%d</span> people are following this authority" -msgstr[0] "" -msgstr[1] "" +msgstr "<small> Si vous utiliser le courrier électronique basé sur le Web ou des filtres de \"courrier indésirable\", vérifiez également vos dossiers de courrier spam . Parfois, nos messages sont marqués de cette façon</small> /n</p>" -msgid "<strong> Can I request information about myself?</strong>\\n\t\t\t<a href=\"%s\">No! (Click here for details)</a>" -msgstr "" +msgid "<strong> Can I request information about myself?</strong>\\n\t\t\t<a href=\"{{url}}\">No! (Click here for details)</a>" +msgstr "<strong>Puis -je demander des informations sur moi ?</strong>\\n\t\t\t<a href=\"{{url}}\">Non! (cliquer ici pour plus de détails)</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:tony_bowden</code></strong> Pour chercher des commentaires faits par Tony Bowden, écrivez le nom comme dans l'URL" @@ -246,19 +225,19 @@ msgid "<strong><code>request:</code></strong> to restrict to a specific request, msgstr "<strong><code>request:</code></strong> Pour vous limiter à une sollicitude concrète, tapez le titre comme dans l'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 "<strong><code>requested_by:julian_todd</code></strong> Pour chercher les sollicitudes faites par Julian Todd, écrivez le nom comme dans l'URL. " +msgstr "<strong><code>requested_by:julian_todd</code></strong> Pour chercher les demandes faites par Julian Todd, écrivez le nom comme dans l'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 "<strong><code>requested_from:home_office</code></strong> Pour chercher les sollicitudes du Home Office, écrivez le nom comme dans l'URL. " +msgstr "<strong><code>requested_from:home_office</code></strong> Pour chercher les demandes du Home Office, écrivez le nom comme dans l'URL. " 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>statut :</code></strong>pour sélectionner en fonction du statut ou du statut historique de la demande, voir la <a href=\"{{statuses_url}}\">table des status</a> below." 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:charity</code></strong> pour trouvez tous les institutions publiques ou les sollicitudes avec la même étiquette. Vous pouvez inclure plusieurs étiquettes,\\n ou plusieurs étiquettes, ex. <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:charity</code></strong> pour trouvez tous les institutions publiques ou les sollicitudes avec la même étiquette. Vous pouvez inclure plusieurs étiquettes,\\n ou plusieurs étiquettes, ex. <code>tag:openlylocal AND tag:financial_transaction:335633</code>. A noter que par défaut n'importe quel tag \\n peut etre présent , vous devez mettre <code>AND</code>explicitement si vous voulez que tout les résultats s'affichent ." 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> divers: </ code> </ strong> pour sélectionner le type de chose à rechercher, consulter le <a href=\"{{varieties_url}}\">tableau des divers</a> below." msgid "<strong>Advice</strong> on how to get a response that will satisfy the requester. </li>" msgstr "<strong>Conseils</strong> sur la façon d'obtenir une réponse qui satisfera le demandeur. </li>" @@ -267,34 +246,34 @@ msgid "<strong>All the information</strong> has been sent" msgstr "<strong>Toutes les informations</strong> ont été envoyées" msgid "<strong>Anything else</strong>, such as clarifying, prompting, thanking" -msgstr "" +msgstr "<strong>D'autres choses</strong>, comme clarifier, inciter, et remercier. " 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>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." msgid "<strong>Clarification</strong> has been requested" msgstr "<strong>Des précisions</strong> ont été demandées" msgid "<strong>No response</strong> has been received\\n <small>(maybe there's just an acknowledgement)</small>" -msgstr "" +msgstr "<strong>Aucune réponse</strong> n'a été reçue \\n <small>(peut-être il ya juste une reconnaissance)</small>" msgid "<strong>Note:</strong> Because we're testing, requests are being sent to {{email}} rather than to the actual authority." -msgstr "" +msgstr "<strong>Note:</strong> Because we're testing, requests are being sent to {{email}} rather than to the actual authority." msgid "<strong>Note:</strong> You're sending a message to yourself, presumably\\n to try out how it works." -msgstr "" +msgstr "<strong>Remarque:</strong> Vous envoyez un message à vous-même, sans doute \\n pour essayer de voir comment cela fonctionne." 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>Remarque :</strong> Nous allons vous envoyer un courrier électronique à avotre nouvelle adresse . Suivez les instructions de ce courrier pour confirmer le changement de votre mail." -msgid "<strong>Privacy note:</strong> If you want to request private information about\\n yourself then <a href=\"%s\">click here</a>." -msgstr "" +msgid "<strong>Privacy note:</strong> If you want to request private information about\\n yourself then <a href=\"{{url}}\">click here</a>." +msgstr "<strong>Note de confidentialité:</strong> Si vous voulez demander des informations privées sur \\n vous-même alors <a href=\"{{url}}\">cliquez ici</a>." 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>Note de confidentialité :</strong> votre photo va apparaitre publiquement sur internet ,\\n a chaque fois que vous changez quelque chose sur {{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>Avertissement de confidentialité:</strong> Votre message, et toute réponse \\n sera affichée publiquement sur ce site." msgid "<strong>Some of the information</strong> has been sent " msgstr "<strong>Certaines informations</strong> ont été envoyées " @@ -306,20 +285,23 @@ msgid "<strong>did not have</strong> the information requested." msgstr "<strong>n'avait pas </strong> les informations demandées." 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 "Un <a href=\"{{request_url}}\">suivi</a> à <em>{{request_title}}</em> a été envoyé à {{public_body_name}} par {{info_request_user}} le {{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 "Une <a href=\"{{request_url}}\">réponse</a> à <em>{{request_title}}</em>a été envoyée par {{public_body_name}} à {{info_request_user}} le {{date}}. L'état de la demande est: {{request_status}}" msgid "A <strong>summary</strong> of the response if you have received it by post. " msgstr "Un <strong>résumé</strong> si vous l'avez reçue par la poste." msgid "A Freedom of Information request" -msgstr "Une liberté d'accès à l'information" +msgstr "Une demande d'accès à l'information" -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}}." +msgid "A full history of my FOI request and all correspondence is available on the Internet at this address: {{url}}" msgstr "" +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 "Une nouvelle demande , <em><a href=\"{{request_url}}\">{{request_title}}</a></em>, a été envoyée à {{public_body_name}} par {{info_request_user}} le {{date}}." + msgid "A public authority" msgstr "Une autorité administrative" @@ -327,25 +309,34 @@ msgid "A response will be sent <strong>by post</strong>" msgstr "Une réponse vous sera <strong>envoyée par la poste</strong>" msgid "A strange reponse, required attention by the {{site_name}} team" -msgstr "Une réponse étrange réclame de l'attention {{site_name}} à l'équipe" +msgstr "Une réponse étrange réclame de l'attention de l'équipe {{site_name}} " msgid "A vexatious request" -msgstr "" +msgstr "Une demande vexatoire" msgid "A {{site_name}} user" -msgstr "Un {{site_name}} utilisateur" +msgstr "Un utilisateur {{site_name}} " msgid "About you:" -msgstr "A propos de vous :" +msgstr "A propos de vous:" msgid "Act on what you've learnt" msgstr "Agissez en fonction de ce que vous avez appris." +msgid "Acts as xapian/acts as xapian job" +msgstr "" + +msgid "ActsAsXapian::ActsAsXapianJob|Action" +msgstr "" + +msgid "ActsAsXapian::ActsAsXapianJob|Model" +msgstr "" + msgid "Add an annotation" msgstr "Ajouter une remarque" msgid "Add an annotation to your request with choice quotes, or\\n a <strong>summary of the response</strong>." -msgstr "" +msgstr "Ajouter une annotation à votre demande avec des citations de choix, ou \\n un <strong> résumé de réponse</strong>." msgid "Added on {{date}}" msgstr "Ajouté le {{date}}" @@ -366,31 +357,31 @@ msgid "Advise on whether the <strong>refusal is legal</strong>, and how to compl msgstr "Donner des conseils <strong>si le refus est légal</strong>, et comment se plaindre si il ne l'est pas." msgid "Air, water, soil, land, flora and fauna (including how these effect\\n human beings)" -msgstr "" +msgstr "Air, l'eau, les sols, la flore et la faune (y compris la manière dont ils influent \\n les êtres humains)" msgid "All of the information requested has been received" -msgstr "Tous les renseignements demandés ont été reçus" +msgstr "Tout les renseignements demandés ont été reçus" 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 "Toutes les options ci-dessous peuvent utiliser <strong>Etat</strong> ou <strong>dernier_etat</strong>avant les deux points . par exemple, <strong>Etat: non_tenu</strong>correspondra aux demandes qui ont <em>déjà</em> été marquées comme non tenues; <strong>dernier_etat:non_tenu</strong> correspondra uniquement aux demandes sont ont<em>actuellement</em> marquées comme non tenues." 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 "Toutes les options ci-dessous peuvent utiliser <strong>Etat</strong> ou <strong>dernier_etat</strong>avant les deux points . par exemple, <strong>Etat: non_tenu</strong>correspondra aux demandes qui ont <em>déjà</em> été marquées comme non tenues; <strong>dernier_etat:non_tenu</strong> correspondra uniquement aux demandes sont ont<em>actuellement</em> marquées comme non tenues." msgid "Also called {{other_name}}." msgstr "Également appelé {{other_name}}." msgid "Also send me alerts by email" -msgstr "" +msgstr "Envoyer moi aussi les alertes par mail " msgid "Alter your subscription" msgstr "Modifier votre abonnement." msgid "Although all responses are automatically published, we depend on\\nyou, the original requester, to evaluate them." -msgstr "" +msgstr "Bien que toutes les réponses sont automatiquement publiés, nous dépendons \\n de vous, le demandeur d'origine, pour les évaluer." msgid "An <a href=\"{{request_url}}\">annotation</a> to <em>{{request_title}}</em> was made by {{event_comment_user}} on {{date}}" -msgstr "" +msgstr "Une <a href=\"{{request_url}}\">remarque</a> sur <em>{{request_title}}</em>a été faite {{event_comment_user}} le {{date}}" msgid "An <strong>error message</strong> has been received" msgstr "Un <strong>message d'erreur</strong> a été reçu." @@ -399,7 +390,7 @@ msgid "An Environmental Information Regulations request" msgstr "Une demande sur les règlements concernant l'information sur l'environnement" msgid "An anonymous user" -msgstr "" +msgstr "Un utilisateur anonyme" msgid "Annotation added to request" msgstr "Remarque ajoutée à la demande" @@ -408,25 +399,31 @@ msgid "Annotations" msgstr "Remarque" msgid "Annotations are so anyone, including you, can help the requester with their request. For example:" -msgstr "" +msgstr "Les annotations sont là afin que toute personne, y compris vous, puisse aider le demandeur Avec leur demande. Par exemple:" msgid "Annotations will be posted publicly here, and are\\n <strong>not</strong> sent to {{public_body_name}}." -msgstr "" +msgstr "Les remarques seront postées ici et seront <strong>pas</strong> envoyées au {{public_body_name}}." msgid "Anonymous user" -msgstr "" +msgstr "Utilisateur anonyme" msgid "Anyone:" msgstr "Personne:" msgid "Applies to" -msgstr "" +msgstr "S'applique à" + +msgid "Are we missing a public authority?" +msgstr "Vous ne trouvez pas celui que vous voulez ?" + +msgid "Are you the owner of any commercial copyright on this page?" +msgstr "Êtes-vous le propriétaire d'un droit d'auteur commercial sur cette page?" msgid "Ask for <strong>specific</strong> documents or information, this site is not suitable for general enquiries." msgstr "Demandez des documents ou des <strong>informations spécifiques</strong>, ce site ne convient pas pour des renseignements d'ordre général." -msgid "At the bottom of this page, write a reply to them trying to persuade them to scan it in\\n (<a href=\"%s\">more details</a>)." -msgstr "" +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 "Au bas de cette page, écrire une réponse à leur essayant de les persuader de le numériser (<a href=\"{{url}}\">plus de détails</a>)." msgid "Attachment (optional):" msgstr "Pièce jointe (optionnel):" @@ -459,10 +456,13 @@ msgid "By law, under all circumstances, {{public_body_link}} should have respond msgstr "Selon la loi, en toutes circonstances, {{public_body_link}} aurait répondu en maintenant" msgid "By law, {{public_body_link}} should normally have responded <strong>promptly</strong> and" -msgstr "" +msgstr "Selon la loi, {{public_body_link}} devrait normalement avoir répondu <strong>rapidement</strong> et" msgid "Calculated home page" -msgstr "" +msgstr "Page d'accueil calculée" + +msgid "Can't find the one you want?" +msgstr "Vous ne trouvez pas celui que vous voulez?" msgid "Cancel a {{site_name}} alert" msgstr "Annuler une {{site_name}} alerte" @@ -474,22 +474,22 @@ msgid "Cancel, return to your profile page" msgstr "Annuler, retourner à votre page de profil" msgid "Censor rule" -msgstr "" +msgstr "Règle de censure" msgid "CensorRule|Last edit comment" -msgstr "" +msgstr "CensorRule|Last edit comment" msgid "CensorRule|Last edit editor" -msgstr "" +msgstr "CensorRule|Last edit editor" msgid "CensorRule|Regexp" -msgstr "" +msgstr "CensorRule|Regexp" msgid "CensorRule|Replacement" -msgstr "" +msgstr "CensorRule|Replacement" msgid "CensorRule|Text" -msgstr "" +msgstr "CensorRule|Text" msgid "Change email on {{site_name}}" msgstr "Changer le courriel sur {{site_name}}" @@ -534,25 +534,25 @@ msgid "Clarification" msgstr "Précisions" msgid "Clarify your FOI request - " -msgstr "" +msgstr "Clarifier votre demande -" msgid "Classify an FOI response from " msgstr "Classer comme FOI une réponse venant de" msgid "Clear photo" -msgstr "" +msgstr "Supprimer la photo" 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 "Cliquez sur le lien ci-dessous pour envoyer un message à {{public_body_name}} en leur demandant de répondre à votre demande. Vous pourriez vous demander une révision \\n interne, leur demandant de savoir pourquoi la réponse à la demande a été si lente." msgid "Click on the link below to send a message to {{public_body}} reminding them to reply to your request." msgstr "Cliquez sur le lien ci-dessous pour envoyer un message à {{public_body}} afin de leur rappeler de répondre à votre demande." msgid "Close" -msgstr "" +msgstr "Fermer" msgid "Comment" -msgstr "" +msgstr "Commentaire" msgid "Comment|Body" msgstr "Commentaire|Texte" @@ -567,22 +567,22 @@ msgid "Comment|Visible" msgstr "Commentaire|Visible" msgid "Confirm you want to follow all successful FOI requests" -msgstr "" +msgstr "Confirmer que vous voulez suivre toutes les demandes d'accès a l'information réussies" msgid "Confirm you want to follow new requests" -msgstr "" +msgstr "Confirmez que vous souhaitez suivre les nouvelles demandes" msgid "Confirm you want to follow new requests or responses matching your search" -msgstr "" +msgstr "Confirmez que vous souhaitez suivre les nouvelles demandes ou les réponses correspondant à votre recherche" msgid "Confirm you want to follow requests by '{{user_name}}'" -msgstr "" +msgstr "Confirmez que vous voulez suivre les demandes de '{{user_name}}'" msgid "Confirm you want to follow requests to '{{public_body_name}}'" -msgstr "" +msgstr "Confirmez que vous voulez suivre les demandes à '{{public_body_name}}'" msgid "Confirm you want to follow the request '{{request_title}}'" -msgstr "" +msgstr "Confirmez que vous voulez suivre la demande '{{request_title}}'" msgid "Confirm your FOI request to " msgstr "Confirmer votre demande FOI pour" @@ -600,13 +600,13 @@ msgid "Confirm your new email address on {{site_name}}" msgstr "Confirmer votre nouvelle adresse sur {{site_name}}" msgid "Considered by administrators as not an FOI request and hidden from site." -msgstr "" +msgstr "N'est pas considérée par les administrateurs comme une demande d'accès à l'information et supprimée." msgid "Considered by administrators as vexatious and hidden from site." -msgstr "" +msgstr "Considérée par les administrateurs comme vexatoire et cachée sur le site." msgid "Contact {{recipient}}" -msgstr "" +msgstr "Contacter {{recipient}}" msgid "Contact {{site_name}}" msgstr "Contact {{site_name}}" @@ -621,7 +621,7 @@ msgid "Crop your profile photo" msgstr "Recadrer votre photo de profil" msgid "Cultural sites and built structures (as they may be affected by the\\n environmental factors listed above)" -msgstr "" +msgstr "Les sites culturels et les batiments (ils peuvent être affectés par \\n les facteurs environnementaux listés ci dessus) " msgid "Currently <strong>waiting for a response</strong> from {{public_body_link}}, they must respond promptly and" msgstr "Acutuellement <strong>en attente d'une réponse</strong> du {{public_body_link}}, Ils doivent répondre rapidement et" @@ -629,11 +629,14 @@ msgstr "Acutuellement <strong>en attente d'une réponse</strong> du {{public_bod msgid "Date:" msgstr "Date:" +msgid "Dear {{name}}," +msgstr "" + msgid "Dear {{public_body_name}}," msgstr "Cher {{public_body_name}}," msgid "Default locale" -msgstr "" +msgstr "Langue par défaut" msgid "Delayed response to your FOI request - " msgstr "Réponse à votre demande FOI en retard- " @@ -645,7 +648,7 @@ msgid "Delivery error" msgstr "Erreur lors de l'envoi" msgid "Destroy {{name}}" -msgstr "" +msgstr "Détruire {{name}}" msgid "Details of request '" msgstr "Détails de la demande" @@ -657,10 +660,10 @@ msgid "Disclaimer: This message and any reply that you make will be published on msgstr "Attention : Ce message et les éventuelles réponses que vous écrivez seront publiées sur l'internet. Notre politique en matière de confidentialité et de droits d'auteur :" msgid "Disclosure log" -msgstr "" +msgstr "Journal d'information" msgid "Disclosure log URL" -msgstr "" +msgstr "adresse du journal d'information" msgid "Don't want to address your message to {{person_or_body}}? You can also write to:" msgstr "Vous ne voulez pas envoyer votre message à {{person_or_body}}? Vous pouvez aussi écrire à : " @@ -669,7 +672,7 @@ msgid "Done" msgstr "Fait" msgid "Done >>" -msgstr "" +msgstr "Fait >>" msgid "Download a zip file of all correspondence" msgstr "Télécharger un fichier zip de toute la correspondance" @@ -678,13 +681,13 @@ msgid "Download original attachment" msgstr "Télécharger la pièce jointe originale" msgid "EIR" -msgstr "" +msgstr "EIR" msgid "Edit" -msgstr "" +msgstr "Modifier" msgid "Edit and add <strong>more details</strong> to the message above,\\n explaining why you are dissatisfied with their response." -msgstr "" +msgstr "Modifier et ajouter <strong> plus de détails </strong> au message ci-dessus, \\n expliquant pourquoi vous n'êtes pas satisfait de leur réponse." msgid "Edit text about you" msgstr "Modifier le texte sur vous" @@ -707,8 +710,8 @@ msgstr "Me prévenir par e-mail quand cette demande évolue" msgid "Enter words that you want to find separated by spaces, e.g. <strong>climbing lane</strong>" msgstr "Entrez les mots que vous voulez trouver séparés avec des espaces. ex. : <strong>voie rapide</strong>" -msgid "Enter your response below. You may attach one file (use email, or\\n <a href=\"%s\">contact us</a> if you need more)." -msgstr "" +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 "Entrez votre réponse ci-dessous. Vous pouvez joindre un fichier (utiliser le courrier électronique, ou \\n <a href=\"{{url}}\">contactez nous</a>)." msgid "Environmental Information Regulations" msgstr "Règlements nationaux en matière d'information sur l'environnement" @@ -726,22 +729,22 @@ msgid "Event history details" msgstr "Détails de l'historique des événements" msgid "Event {{id}}" -msgstr "" +msgstr "Evènement {{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 forever (<a href=\"%s\">why?</a>)." -msgstr "" +msgid "Everything that you enter on this page, including <strong>your name</strong>,\\n will be <strong>displayed publicly</strong> on\\n this website forever (<a href=\"{{url}}\">why?</a>)." +msgstr "Tout ce que vous indiquez dans cette page, y compris <strong>votre nom </strong>,\\n va etre <strong>public </strong> sur \\n ce site (<a href=\"{{url}}\">pourquoi?</a>)." -msgid "Everything that you enter on this page\\n will be <strong>displayed publicly</strong> on\\n this website forever (<a href=\"%s\">why?</a>)." -msgstr "" +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 "Tout ce que vous ecrivez sur cette page \\n va etre <strong>public</strong> sur \\n ce site (<a href=\"{{url}}\">pouquoi?</a>)." msgid "FOI" -msgstr "" +msgstr "DAI" msgid "FOI email address for {{public_body}}" msgstr "Courriel FOI pour {{public_body}}" msgid "FOI request – {{title}}" -msgstr "" +msgstr "Demande d'acceès a l'information– {{title}}" msgid "FOI requests" msgstr "Demandes FOI" @@ -753,61 +756,64 @@ msgid "FOI requests {{start_count}} to {{end_count}} of {{total_count}}" msgstr "Demandes FOI {{start_count}} à {{end_count}} sur {{total_count}}" msgid "FOI response requires admin ({{reason}}) - {{title}}" -msgstr "" +msgstr "Réponse necessitant l'administration ({{reason}}) - {{title}}" msgid "Failed to convert image to a PNG" msgstr "Nous n'avons pas pu convertir l'image au format PNG." -msgid "Failed to convert image to the correct size: at %{cols}x%{rows}, need %{width}x%{height}" -msgstr "Nous n'avons pas pu changer les dimensions de l'image: at %{cols}x%{rows}, need %{width}x%{height}" +msgid "Failed to convert image to the correct size: at {{cols}}x{{rows}}, need {{width}}x{{height}}" +msgstr "Nous n'avons pas pu changer les dimensions de l'image: at {{cols}}x{{rows}}, need {{width}}x{{height}}" msgid "Filter" msgstr "Filtre" -msgid "First, type in the <strong>name of the UK public authority</strong> you'd \\n like information from. <strong>By law, they have to respond</strong>\\n (<a href=\"%s#%s\">why?</a>)." +msgid "First, did your other requests succeed?" msgstr "" +msgid "First, type in the <strong>name of the UK public authority</strong> you'd\\n like information from. <strong>By law, they have to respond</strong>\\n (<a href=\"{{url}}\">why?</a>)." +msgstr "Commencer par écrire le <strong>nom de l'organisme Tunisien</strong> à \\n solliciter. <strong>Légalement , Ils sont obligés de répondre </strong>\\n (<a href=\"{{url}}\">pourquoi?</a>)." + msgid "Foi attachment" -msgstr "" +msgstr "Piece jointe" 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 "Suivre" msgid "Follow all new requests" -msgstr "" +msgstr "Suivre toutes les nouvelles demandes " msgid "Follow new successful responses" -msgstr "" +msgstr "Suivre les nouvelles réponses réussies" msgid "Follow requests to {{public_body_name}}" -msgstr "" +msgstr "Suivre les demandes à {{public_body_name}}" msgid "Follow these requests" msgstr "Suivre ces demandes" msgid "Follow things matching this search" -msgstr "" +msgstr "Suivre ce qui correspond a cette recherche " msgid "Follow this authority" msgstr "Suivre cette autorité administrative" @@ -816,7 +822,7 @@ msgid "Follow this link to see the request:" msgstr "Suivez ce lien pour voir la demande:" msgid "Follow this person" -msgstr "" +msgstr "Suivre cette personne " msgid "Follow this request" msgstr "Suivre cette demande" @@ -831,13 +837,13 @@ msgid "Follow up messages to existing requests are sent to " msgstr "Le suivi des demandes existantes sont envoyés à" 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 "Les suivis et les nouvelles réponses à cette demande ont été arrêtés afin de prévenir le spam. Veuillez <a href=\"{{url}}\">Nous contacter </a> si vous êtes {{user_link}} et vous avez besoin d'envoyer un suivi." msgid "Follow us on twitter" msgstr "Suivre sur Twitter" 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 "Il est impossible de suivre cette demande , elle a été faite ailleurs et publiée ici par {{public_body_name}} au nom du demandeur" msgid "For an unknown reason, it is not possible to make a request to this authority." msgstr "Par des raisons que nous ne pouvons pas déterminer, il est impossible d'envoyer des demandes à cette institution." @@ -845,10 +851,10 @@ msgstr "Par des raisons que nous ne pouvons pas déterminer, il est impossible d msgid "Forgotten your password?" msgstr "Vous avez oublié votre mot de passe?" -msgid "Found %d public authority %s" -msgid_plural "Found %d public authorities %s" -msgstr[0] "" -msgstr[1] "" +msgid "Found {{count}} public authority {{description}}" +msgid_plural "Found {{count}} public authorities {{description}}" +msgstr[0] " {{count}} organisme public trouvé {{description}}" +msgstr[1] " {{count}} organismes publics trouvés {{description}}" msgid "Freedom of Information" msgstr "Liberté d'accès à l'information" @@ -857,13 +863,13 @@ msgid "Freedom of Information Act" msgstr "Loi pour la liberté d'information" msgid "Freedom of Information law does not apply to this authority, so you cannot make\\n a request to it." -msgstr "" +msgstr "Le droit d'accès à l'information ne s'applique pas à cette autorité, ainsi vous ne pouvez pas \\n lui adresser des demandes." msgid "Freedom of Information law no longer applies to" msgstr "La loi pour la liberté d'information ne s'applique plus à" msgid "Freedom of Information law no longer applies to this authority.Follow up messages to existing requests are sent to " -msgstr "" +msgstr "Le droit d'accès à l'information ne s'applique plus à cet etablissement .le suivi des messages aux demandes existantes sont envoyés à" msgid "Freedom of Information requests made" msgstr "sollicitudes d'accès à l'information envoyées" @@ -881,10 +887,10 @@ msgid "Freedom of information requests to" msgstr "Demandes d'accès à l'information faites à" msgid "From" -msgstr "" +msgstr "De" -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=\"%s\">send it to us</a>." -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 "Sur la page de demande, essayez répondre à un message particulier, plutôt que d'envoyer \\n un suivi général. Si vous avez besoin de faire un suivi général, et vous saviez \\ n quel e-mail ira à la bonne place, s'il vous plaît <a href=\"{{url}}\">Envoyez le nous </a>." msgid "From:" msgstr "De:" @@ -895,9 +901,21 @@ msgstr "DONNER DES DETAILS SUR VOTRE PLAINTE ICI" msgid "Handled by post." msgstr "Envoyé par voie postale" -msgid "Hello! You can make Freedom of Information requests within {{country_name}} at {{link_to_website}}" +msgid "Has tag string/has tag string tag" msgstr "" +msgid "HasTagString::HasTagStringTag|Model" +msgstr "" + +msgid "HasTagString::HasTagStringTag|Name" +msgstr "" + +msgid "HasTagString::HasTagStringTag|Value" +msgstr "" + +msgid "Hello! You can make Freedom of Information requests within {{country_name}} at {{link_to_website}}" +msgstr "Bonjour! Vous pouvez faire des demandes d'accès à l'information en {{country_name}} au {{link_to_website}}" + msgid "Hello, {{username}}!" msgstr "Bonjour, {{username}}!" @@ -905,19 +923,19 @@ msgid "Help" msgstr "Aide" 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 "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." msgid "Here is the message you wrote, in case you would like to copy the text and save it for later." -msgstr "" +msgstr "Voici le message que vous avez écrit, au cas où vous souhaitez copier le texte et l'enregistrer pour plus tard." 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 "Bonjour, Nous avons besoin de votre aide . La personne qui a effectué cette demande \\n ne nous a pas dit si'il a reçu une bonne réponse . Veuillez prendre quelques minutes pour lire et nous aider a classifier la demande . \\n Merci" msgid "Hide request" -msgstr "" +msgstr "Cacher la demande" msgid "Holiday" -msgstr "" +msgstr "Vacances" msgid "Holiday|Day" msgstr "JoursFériés|Jour" @@ -929,13 +947,13 @@ msgid "Home" msgstr "Accueil" msgid "Home page" -msgstr "" +msgstr "Page d'accueil" msgid "Home page of authority" msgstr "Page web de l'institution" msgid "However, you have the right to request environmental\\n information under a different law" -msgstr "" +msgstr "Cependant, vous avez le droit de demander des \\n informations environnementales en vertu d'une loi différente." msgid "Human health and safety" msgstr "Santé et sécurité des personnes" @@ -946,20 +964,23 @@ msgstr "Je vous demande de <strong>nouvelles informations</strong>." msgid "I am requesting an <strong>internal review</strong>" msgstr "Je demande <strong>réexamen interne</strong>." -msgid "I don't like these ones — give me some more!" +msgid "I am writing to request an internal review of {{public_body_name}}'s handling of my FOI request '{{info_request_title}}'." msgstr "" +msgid "I don't like these ones — give me some more!" +msgstr "Je n'aime pas ceux-ci — Donnez moi d'autres!" + msgid "I don't want to do any more tidying now!" -msgstr "" +msgstr "Je ne veux plus faire de rangement maintenant!" msgid "I like this request" -msgstr "" +msgstr "J'aime cette demande " msgid "I would like to <strong>withdraw this request</strong>" msgstr "Je voudrais <strong>retirer cette demande</strong>." msgid "I'm still <strong>waiting</strong> for my information\\n <small>(maybe you got an acknowledgement)</small>" -msgstr "" +msgstr "Je suis enocre <strong>en attente </strong>de réponse \\n <small>(peut etre vous avez reçu un accusé de reception )</small>" msgid "I'm still <strong>waiting</strong> for the internal review" msgstr "Je suis toujours en <strong>attente</strong> d'un réexamen interne." @@ -980,61 +1001,61 @@ msgid "I've received an <strong>error message</strong>" msgstr "J'ai reçu un <strong>message d'erreur</strong>." msgid "I've received an error message" -msgstr "" +msgstr "J'ai reçu un <strong>message d'erreur</strong>." msgid "Id" -msgstr "" +msgstr "Id" -msgid "If the address is wrong, or you know a better address, please <a href=\"%s\">contact us</a>." -msgstr "Si l'adresse est erronée, ou si vous connaissez une meilleure adresse, s'il vous plaît <a href=\"%s\">contactez-nous</a>." +msgid "If the address is wrong, or you know a better address, please <a href=\"{{url}}\">contact us</a>." +msgstr "Si l'adresse est erronée, ou si vous connaissez une meilleure adresse, s'il vous plaît <a href=\"{{url}}\">contactez-nous</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 "Si l'erreur a été un échec de livraison, et vous pouvez trouver une mise à jour adresse email accès à l'information pour l'autorité, s'il vous plaît nous dire en utilisant le formulaire ci-dessous." 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 "Si c'est incorrect, ou si vous souhaitez envoyer une réponse tardive à la demande \\n ou un e-mail sur un autre sujet pour{{user}}, alors s'il vous plait contacter nous {{contact_email}} ." -msgid "If you are dissatisfied by the response you got from\\n the public authority, you have the right to\\n complain (<a href=\"%s\">details</a>)." -msgstr "" +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 "Si vous n'etes pad satisfait de la réponse faite par l'organisme public , vous avez le droit de porter plainte (<a href=\"{{url}}\">details</a>)." -msgid "If you are still having trouble, please <a href=\"%s\">contact us</a>." -msgstr "Si vous rencontrez toujours des problèmes, s'il vous plaît <a href=\"%s\">contact us</a>." +msgid "If you are still having trouble, please <a href=\"{{url}}\">contact us</a>." +msgstr "Si vous rencontrez toujours des problèmes, s'il vous plaît <a href=\"{{url}}\">contact us</a>." -msgid "If you are the requester, then you may <a href=\"%s\">sign in</a> to view the request." -msgstr "Si vous êtes le demandeur, alors vous pouvez <a href=\"%s\">sign in</a> voir à la demande." +msgid "If you are the requester, then you may <a href=\"{{url}}\">sign in</a> to view the request." +msgstr "Si vous êtes le demandeur, alors vous pouvez <a href=\"{{url}}\">sign in</a> voir à la demande." -msgid "If you are thinking of using a pseudonym,\\n please <a href=\"%s\">read this first</a>." -msgstr "" +msgid "If you are thinking of using a pseudonym,\\n please <a href=\"{{url}}\">read this first</a>." +msgstr "Si vous envisagez d'utiliser un pseudonyme, \\\\ veuillez <a href=\"{{url}}\">lire ça</a>." msgid "If you are {{user_link}}, please" msgstr "Si vous êtes {{user_link}}, merci de " msgid "If you believe this request is not suitable, you can report it for attention by the site administrators" -msgstr "" +msgstr "Si vous pensez que cette demande n'est pas appropriée, vous pouvez la signaler à l'attention des administrateurs du site" 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 "Si vous ne pouvez pas cliquer dans le mail , vous devrier <strong> selectionner et copier \\n<strong> a partir du mail . Apres , <strong> coller dans votre navigateur</strong> dans la barre d'adresse ." msgid "If you can, scan in or photograph the response, and <strong>send us\\n a copy to upload</strong>." -msgstr "" +msgstr "Si vous pouvez , scannez ou photographiez une réponse , et <strong> envoyez nous une copie pour l'uploader </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 "Si vous trouvez ce service utile en tant qu'agent d'accès à l'information, veuillez demander à votre webmaster de mette un lien vers notre site à partir de la page droit d'accès à l'information de votre organisation." 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 "Si vous avez reçu un email <strong> il ya plus de 6 mois </strong> , alors le lien pour vous connecter ne marche plus Veuillez recommencer depuis le debut " 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 "Si vous ne l'avez pas déjà fait, veuillez ecrire un message à l'autorité que vous avez retiré votre demande. Sinon, ils ne sauront pas qu'il a été retirée." 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 "Si vous répondez a ce message ça ira directement à {{user_name}}, qui va \\n connaitre votre adresse mail Ne répondez que si cela ne vous dérange pas " 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 "Si vous utilisez gmail , yahoo , live ou vous avez un dossier 'courrier indésirable' . Parfois nos mails sont marqués comme 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 "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're new to {{site_name}}" msgstr "Si vous êtes nouveau {{site_name}}" @@ -1043,127 +1064,127 @@ msgid "If you've used {{site_name}} before" msgstr "Si vous avez utilisé {{site_name}} avant" 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 "Si votre navigateur accepte les coockies et ce message affiché , \\n l'erreur est probablement liée a notre serveur" msgid "Incoming email address" -msgstr "" +msgstr "Adresse du courrier entrant" msgid "Incoming message" -msgstr "" +msgstr "Message entrant" 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|Sent at" -msgstr "" +msgstr "IncomingMessage|Sent 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 "Les demandes individuelles" msgid "Info request" -msgstr "" +msgstr "Info request" msgid "Info request event" -msgstr "" +msgstr "Info request event" 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 "InfoRequestEvent|Prominence" -msgstr "" +msgstr "InfoRequestEvent|Prominence" msgid "InfoRequest|Allow new responses from" -msgstr "" +msgstr "InfoRequest|Allow new responses from" 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|Handle rejected responses" 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 "Information non tenue." msgid "Information on emissions and discharges (e.g. noise, energy,\\n radiation, waste materials)" -msgstr "" +msgstr "Informations sur les émissions et rejets (par exemple, le bruit, l'énergie, \\ n radiations, déchets)" msgid "Internal review request" -msgstr "" +msgstr "Demande de révision interne" 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 "Est ce que {{email_address}} la mauvaise adresse pour les demandes du type {{type_of_request}} à {{public_body_name}}? Si c'est le cas veuillez nous contacter en utilisant ce formulaire:" 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 "Peut etre que votre navigateur n'accepte pas les coockies \\n . Si vous pouvez veuillez les activer ou utilisez un autre navigateur . apres cliquez sur le bouton refresh ." msgid "Items matching the following conditions are currently displayed on your wall." -msgstr "" +msgstr "Elements correspondant aux conditions suivantes sont actuellement affichés sur votre mur." msgid "Items sent in last month" -msgstr "" +msgstr "Éléments envoyés le mois dernier" msgid "Joined in" msgstr "Inscrit dans" @@ -1172,10 +1193,10 @@ msgid "Joined {{site_name}} in" msgstr "Inscrit dans {{site_name}}" msgid "Just one more thing" -msgstr "" +msgstr "Juste une dernierre chose " -msgid "Keep it <strong>focused</strong>, you'll be more likely to get what you want (<a href=\"%s\">why?</a>)." -msgstr "" +msgid "Keep it <strong>focused</strong>, you'll be more likely to get what you want (<a href=\"{{url}}\">why?</a>)." +msgstr "Soyez <strong> précis </strong>, vous aurez plus de chances d'obtenir ce que vous voulez (<a href=\"{{url}}\">pourquoi?</a>)." msgid "Keywords" msgstr "Mots-clés" @@ -1193,31 +1214,31 @@ msgid "Link to this" msgstr "Créer un lien vers" msgid "List all" -msgstr "" +msgstr "Lister tout " msgid "List of all authorities (CSV)" msgstr "Liste de toutes les intitutions (CSV)" msgid "Listing FOI requests" -msgstr "" +msgstr "Liste des demandes DAI" msgid "Listing public authorities" -msgstr "" +msgstr "Liste des organismes publics" msgid "Listing public authorities matching '{{query}}'" -msgstr "" +msgstr "Liste des organismes publics correspondant à '{{query}}'" msgid "Listing tracks" -msgstr "" +msgstr "Liste des suivis" msgid "Listing users" -msgstr "" +msgstr "Liste des utilisateurs" msgid "Log in to download a zip file of {{info_request_title}}" msgstr "Connectez-vous pour télécharger un fichier zip de {{info_request_title}}" msgid "Log into the admin interface" -msgstr "" +msgstr "Se connecter a l'interface Admin" msgid "Long overdue." msgstr "En retard depuis longtemps" @@ -1226,37 +1247,34 @@ msgid "Made between" msgstr "Fait entre" msgid "Mail server log" -msgstr "" +msgstr "Journal du serveur de mailing" msgid "Mail server log done" -msgstr "" +msgstr "Journal du serveur mailing effectué" 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 "" - -msgid "Make a new <strong>Environmental Information</strong> request" -msgstr "" - -msgid "Make a new <strong>Freedom of Information</strong> request to {{public_body}}" -msgstr "" +msgstr "MailServerLog|Order" msgid "Make a new<br/>\\n <strong>Freedom <span>of</span><br/>\\n Information<br/>\\n request</strong>" -msgstr "" +msgstr "Faire une<br/>\\n <strong>Nouvelle <span>demande</span><br/>\\n d'accès<br/>\\n à l'information</strong>" msgid "Make a request" -msgstr "Faire une demande" +msgstr "Demander une information" + +msgid "Make a request to this authority" +msgstr "Faire une demande d'information à cette institution" msgid "Make an {{law_used_short}} request to '{{public_body_name}}'" -msgstr "" +msgstr "Faire une {{law_used_short}} demande à '{{public_body_name}}'" msgid "Make and browse Freedom of Information (FOI) requests" msgstr "Envoyer et rechercher des sollicitudes d'accès à lìnformation" @@ -1265,10 +1283,10 @@ msgid "Make your own request" msgstr "Créer votre propre demande" msgid "Many requests" -msgstr "" +msgstr "Beaucoup de demandes" msgid "Message" -msgstr "" +msgstr "Message" msgid "Message sent using {{site_name}} contact form, " msgstr "Message envoyé en utilisant le formulaire {{site_name}}" @@ -1280,7 +1298,7 @@ msgid "More about this authority" msgstr "Plus d'infos sur cet administration" msgid "More requests..." -msgstr "" +msgstr "Plus de demandes ..." msgid "More similar requests" msgstr "Plus de demandes similaires" @@ -1298,7 +1316,7 @@ msgid "My requests" msgstr "Mes demandes" msgid "My wall" -msgstr "" +msgstr "Mon mur" msgid "Name can't be blank" msgstr "Le nom ne peut pas être effacé" @@ -1307,10 +1325,10 @@ msgid "Name is already taken" msgstr "Le nom est déjà pris" msgid "New Freedom of Information requests" -msgstr "" +msgstr "Nouvelles demandes d'accès a l'information " msgid "New censor rule" -msgstr "" +msgstr "Une nouvelle règle de censure" msgid "New e-mail:" msgstr "Nouvel e-mail :" @@ -1325,19 +1343,19 @@ msgid "New password: (again)" msgstr "Nouveau mot de passe : (confirmation)" msgid "New response to '{{title}}'" -msgstr "" +msgstr "Nouvelle réponse à '{{title}}'" msgid "New response to your FOI request - " -msgstr "" +msgstr "Nouvelle réponse à votre demande d'açcès à l'information" msgid "New response to your request" msgstr "Nouvelle réponse à votre demande" msgid "New response to {{law_used_short}} request" -msgstr "" +msgstr "Nouvelle réponse à la {{law_used_short}} demande " msgid "New updates for the request '{{request_title}}'" -msgstr "" +msgstr "Nouvelles mises à jour pour la demande '{{request_title}}'" msgid "Newest results first" msgstr "Les résultats les plus nouveaux en premier lieu" @@ -1358,7 +1376,7 @@ msgid "No similar requests found." msgstr "Pas de demandes similaires trouvés." msgid "No tracked things found." -msgstr "" +msgstr "Aucun suivi trouvé" msgid "Nobody has made any Freedom of Information requests to {{public_body_name}} using this site yet." msgstr "Personne n'a jamais envoyée une sollicitude d'accès à l'information à {{public_body_name}} en utilisant cette page." @@ -1367,13 +1385,13 @@ msgid "None found." msgstr "Aucun résultat trouvé." msgid "None made." -msgstr "" +msgstr "Aucune demande " msgid "Not a valid FOI request" -msgstr "" +msgstr "Pas une demande d'accès a l'information valide" 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 "" +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" msgid "Now check your email!" msgstr "Maintenant, relevez votre email !" @@ -1391,76 +1409,76 @@ msgid "OR remove the existing photo" msgstr "Ou effacer la photo éxistante" msgid "Offensive? Unsuitable?" -msgstr "" +msgstr "Offensif? inadapté?" msgid "Oh no! Sorry to hear that your request was refused. Here is what to do now." -msgstr "" +msgstr "Oh non! Désolés d'apprendre que votre demande a été refusée. Voici ce qu'il faut faire maintenant." msgid "Old e-mail:" msgstr "Ancien e-mail :" msgid "Old email address isn't the same as the address of the account you are logged in with" -msgstr "" +msgstr "Ancienne adresse mail n'est pas la même adresse du compte que vous êtes connecté avec" msgid "Old email doesn't look like a valid address" -msgstr "" +msgstr "L'ancienne adresse mail ne ressemble pas à une adresse valide" msgid "On this page" msgstr "Sur cette page" msgid "One FOI request found" -msgstr "" +msgstr "Une demande d'accès à l'information trouvée" msgid "One person found" -msgstr "" +msgstr "Une personne trouvée" msgid "One public authority found" -msgstr "" +msgstr "Une autorité administrative trouvée" 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 "Seulement mettre les abréviations qui sont réellement utilisés, sinon laisser vide." msgid "Only requests made using {{site_name}} are shown." msgstr "Seules les demandes faites en utilisant {{site_name}} sont présentés." msgid "Only the authority can reply to this request, and I don't recognise the address this reply was sent from" -msgstr "" +msgstr "Seule l'autorité peut répondre à cette demande, et je ne reconnais pas l'adresse à partir de laquelle cette réponse a été envoyée" msgid "Only the authority can reply to this request, but there is no \"From\" address to check against" -msgstr "" +msgstr "Seule l'autorité peut répondre à cette demande, mais il n'y a pas d'adresse \"From\" pour vérifier avec " msgid "Or search in their website for this information." -msgstr "" +msgstr "Ou rechercher sur leur site Internet pour obtenir cette information." msgid "Original request sent" -msgstr "" +msgstr "Demande originale envoyée" msgid "Other:" -msgstr "" +msgstr "Autre:" msgid "Outgoing message" -msgstr "" +msgstr "Message sortant" msgid "OutgoingMessage|Body" -msgstr "" +msgstr "OutgoingMessage|Body" msgid "OutgoingMessage|Last sent at" -msgstr "" +msgstr "OutgoingMessage|Last sent at" msgid "OutgoingMessage|Message type" -msgstr "" +msgstr "OutgoingMessage|Message type" msgid "OutgoingMessage|Status" -msgstr "" +msgstr "OutgoingMessage|Status" msgid "OutgoingMessage|What doing" -msgstr "" +msgstr "OutgoingMessage|What doing" msgid "Partially successful." -msgstr "" +msgstr "partiellement réussi." msgid "Password is not correct" -msgstr "" +msgstr "Mot de passe incorrect" msgid "Password:" msgstr "Mot de passe :" @@ -1469,22 +1487,22 @@ msgid "Password: (again)" msgstr "Mot de passe : (confirmation)" msgid "Paste this link into emails, tweets, and anywhere else:" -msgstr "" +msgstr "Coller ce lien dans les emails , tweets ou ailleurs" msgid "People" -msgstr "" +msgstr "Citoyens" msgid "People {{start_count}} to {{end_count}} of {{total_count}}" -msgstr "" +msgstr "Les gens {{start_count}} à {{end_count}} de {{total_count}}" msgid "Photo of you:" msgstr "Votre photo :" msgid "Plans and administrative measures that affect these matters" -msgstr "" +msgstr "Les plans et les mesures administratives qui touchent ces questions" msgid "Play the request categorisation game" -msgstr "" +msgstr "Jouez au jeu de catégorisation de la demande!" msgid "Play the request categorisation game!" msgstr "Jouez au jeu de catégorisation des demandes !" @@ -1492,50 +1510,53 @@ msgstr "Jouez au jeu de catégorisation des demandes !" msgid "Please" msgstr "S'il vous plait" -msgid "Please <a href=\"%s\">get in touch</a> with us so we can fix it." -msgstr "" +msgid "Please <a href=\"{{url}}\">get in touch</a> with us so we can fix it." +msgstr "Veuillez <a href=\"{{url}}\">nous contacter </a> afin que nous puissions le corriger." msgid "Please <strong>answer the question above</strong> so we know whether the " -msgstr "" +msgstr "Veuillez <strong>répondre a la question ci-dessus</strong> pour qu'on sache si " 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 "Veuillez <strong> aller aux demandes suivantes </strong> et dites \\n nous si les réponses contiennent l'information demandée." 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 "Veuillez écrire des messages <strong>Uniquement</strong>reliés à votre demande {{request_link}}. Si vous souhaitez demander des informations qui n'étaient pas dans votre demande initiale , alors <a href=\"{{new_request_link}}\">déposer une nouvelle demande</a>." msgid "Please ask for environmental information only" -msgstr "" +msgstr "Veuillez demander uniquement des informations environnementales" msgid "Please check the URL (i.e. the long code of letters and numbers) is copied\\ncorrectly from your email." -msgstr "" +msgstr "Veuillez voir si l'URL ( ie: la longue suite d'adresse contenant des chiffres et des lettres ) est correctement copiée depuis votre mail " msgid "Please choose a file containing your photo." msgstr "Choisissez un fichier qui contient votre photo." +msgid "Please choose a reason" +msgstr "" + msgid "Please choose what sort of reply you are making." msgstr "Merci de choisir le type de réponse que vous entrez." msgid "Please choose whether or not you got some of the information that you wanted." -msgstr "" +msgstr "Veuillez choisir si vous avez obtenu une partie de l'information que vous demandez ou pas . " msgid "Please click on the link below to cancel or alter these emails." -msgstr "" +msgstr "Veuillez cliquer sur le lien ci dessous pour annuler ou modifer les email" 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 "Veuillez cliquer sur le lien ci dessous pour confirmer que vous voulez \\n changer l'adresse email que vous utilisez sur {{site_name}}\\n de {{old_email}} à {{new_email}}" msgid "Please click on the link below to confirm your email address." -msgstr "" +msgstr "Veuillez cliquer sur le lien ci dessous pour confirmer votre adresse mail " 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 "Merci d'indiquer le thème de votre requête dans le champ \"Sujet\". Il n'est pas nécessaire d'indiquer qu'il s'agit d'une demande d'accès aux documents administratifs, nous le précisons par défaut." msgid "Please don't upload offensive pictures. We will take down images\\n that we consider inappropriate." -msgstr "" +msgstr "Veuillez ne pas uploader des images agressives . nous allons supprimer les images qui nous semblent inappropriées." msgid "Please enable \"cookies\" to carry on" -msgstr "" +msgstr "Veuillez autoriser les \"cookies\" pour poursuivre" msgid "Please enter a password" msgstr "Merci d'entrer un mot de passe" @@ -1592,25 +1613,28 @@ msgid "Please keep the summary short, like in the subject of an email. You can u msgstr "S'il vous plait soyez bref dans le résumé, comme dans le titre d'un email." 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 "Veuillez uniquement demander les informations qui appartiennent à ces catégories <strong> ne perdez pas votre temps </strong> ou celui de l'administration publique a demander des informations sans rapport avec ces catégories ." + +msgid "Please pass this on to the person who conducts Freedom of Information reviews." msgstr "" msgid "Please select each of these requests in turn, and <strong>let everyone know</strong>\\nif they are successful yet or not." -msgstr "" +msgstr "Veuillez choisir ces demandes une par une et <strong> laisser tout le monde savoir </strong> si elles ont abouti ou pas ." -msgid "Please sign at the bottom with your name, or alter the \"%{signoff}\" signature" -msgstr "S'il vous plait signer à la fin avec votre nom, ou changez la \"%{signoff}\" signature" +msgid "Please sign at the bottom with your name, or alter the \"{{signoff}}\" signature" +msgstr "S'il vous plait signer à la fin avec votre nom, ou changez la \"{{signoff}}\" signature" msgid "Please sign in as " -msgstr "" +msgstr "Veuillez vous connecter en tant que " msgid "Please sign in or make a new account." -msgstr "" +msgstr "Veuillez vous connecter ou créer un compte." msgid "Please type a message and/or choose a file containing your response." -msgstr "" +msgstr "Veuillez ecrire un message et/ou choisir un fichier contenant votre réponse." msgid "Please use this email address for all replies to this request:" -msgstr "" +msgstr "Veuillez utiliser cette adresse mail pour toutes les réponses sur cette demande" msgid "Please write a summary with some text in it" msgstr "S'il vous plait écrivez un résumé avec du texte" @@ -1622,298 +1646,271 @@ msgid "Please write your annotation using a mixture of capital and lower case le msgstr "S'il vous plait écrivez votre commentaire en utilisant des lettres majuscules et minuscules. Ce sera plus facile de lire." msgid "Please write your follow up message containing the necessary clarifications below." -msgstr "" +msgstr "Veuillez ecrire votre message de suivi contenant toutes les clarifications necessaires présentes ci-dessous " msgid "Please write your message using a mixture of capital and lower case letters. This makes it easier for others to read." msgstr "S'il vous plait écrivez votre message en utilisant des lettres majuscules et minuscules. Ce sera plus facile de lire." msgid "Point to <strong>related information</strong>, campaigns or forums which may be useful." -msgstr "" +msgstr "Indiquez <strong>les informations liées</strong>, compagnes ou forums qui peuvent être utiles" msgid "Possibly related requests:" -msgstr "" +msgstr "Demandes similaires:" msgid "Post annotation" -msgstr "" +msgstr "Ecrire une remarque" msgid "Post redirect" -msgstr "" +msgstr "Post redirect" 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 "Ecrit le {{date}} par {{author}}" msgid "Powered by <a href=\"http://www.alaveteli.org/\">Alaveteli</a>" -msgstr "" +msgstr "Powered by <a href=\"http://www.alaveteli.org/\">Alaveteli</a>" msgid "Prev" -msgstr "" +msgstr "Pre" msgid "Preview follow up to '" -msgstr "" +msgstr "Prévisualiser le suivi à '" msgid "Preview new annotation on '{{info_request_title}}'" -msgstr "" +msgstr "Prévisualiser la nouvelle remarque sur '{{info_request_title}}'" msgid "Preview your annotation" -msgstr "" +msgstr "Prévisualiser votre remarque" msgid "Preview your message" -msgstr "" +msgstr "Prévisualiser votre message" msgid "Preview your public request" -msgstr "" +msgstr "Prévisualiser votre demande " msgid "Profile photo" -msgstr "" +msgstr "Photo de profil" msgid "ProfilePhoto|Data" -msgstr "" +msgstr "ProfilePhoto|Data" msgid "ProfilePhoto|Draft" -msgstr "" +msgstr "ProfilePhoto|Draft" msgid "Public authorities" -msgstr "" +msgstr "Organismes publics" msgid "Public authorities - {{description}}" -msgstr "" +msgstr "Organismes publics - {{description}}" msgid "Public authorities {{start_count}} to {{end_count}} of {{total_count}}" -msgstr "" +msgstr "Organismes publics {{start_count}} à {{end_count}} de {{total_count}}" msgid "Public authority – {{name}}" -msgstr "" +msgstr "Organisme public – {{name}}" msgid "Public body" -msgstr "" - -msgid "Public body/translation" -msgstr "" +msgstr "Organisme public" msgid "Public notes" -msgstr "" +msgstr "Notes publiques" msgid "Public page" -msgstr "" +msgstr "Paque publique " msgid "Public page not available" -msgstr "" - -msgid "PublicBody::Translation|Disclosure log" -msgstr "" - -msgid "PublicBody::Translation|First letter" -msgstr "" - -msgid "PublicBody::Translation|Locale" -msgstr "" - -msgid "PublicBody::Translation|Name" -msgstr "" - -msgid "PublicBody::Translation|Notes" -msgstr "" - -msgid "PublicBody::Translation|Publication scheme" -msgstr "" - -msgid "PublicBody::Translation|Request email" -msgstr "" - -msgid "PublicBody::Translation|Short name" -msgstr "" - -msgid "PublicBody::Translation|Url name" -msgstr "" +msgstr "Page publique indisponible" 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 letter" msgid "PublicBody|Home page" -msgstr "" +msgstr "PublicBody|Home page" msgid "PublicBody|Info requests count" -msgstr "" +msgstr "PublicBody|Info requests 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|Notes" 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 "Diffusions d'Infos Publiques" msgid "Publication scheme URL" -msgstr "" +msgstr "Publication scheme URL" msgid "Purge request" -msgstr "" +msgstr "Supprimer la demande" msgid "PurgeRequest|Model" -msgstr "" +msgstr "PurgeRequest|Model" msgid "PurgeRequest|Url" -msgstr "" +msgstr "PurgeRequest|Url" msgid "RSS feed" -msgstr "" +msgstr "Flux RSS " msgid "RSS feed of updates" -msgstr "" +msgstr "Flux RSS de mises à jour" msgid "Re-edit this annotation" -msgstr "" +msgstr "Réditer cette annotation" msgid "Re-edit this message" -msgstr "" +msgstr "Réediter ce message" msgid "Read about <a href=\"{{advanced_search_url}}\">advanced search operators</a>, such as proximity and wildcards." -msgstr "" +msgstr "Lire sur <a href=\"{{advanced_search_url}}\">Les opérateurs de recherche avancée</a>, tels que la proximité et caractères génériques." msgid "Read blog" msgstr "Lire le blog" msgid "Received an error message, such as delivery failure." -msgstr "" +msgstr "Reçu un message d'erreur, tel que l'échec de la livraison." msgid "Recently described results first" -msgstr "" +msgstr "Les résultats récemment décris en premier " msgid "Refused." -msgstr "" +msgstr "Refusé" msgid "Remember me</label> (keeps you signed in longer;\\n do not use on a public computer) " -msgstr "" +msgstr "Se rappeler du mot de passse </label> (vous permet de rester connecté ;\\n à ne pas utiliser sur un ordinateur public) " msgid "Report abuse" -msgstr "" +msgstr "Signaler un abus" msgid "Report an offensive or unsuitable request" +msgstr "Signaler une demande offensive ou inappropriée" + +msgid "Report request" msgstr "" msgid "Report this request" -msgstr "" +msgstr "Signaler cette demande" msgid "Reported for administrator attention." -msgstr "" +msgstr "Rapporté à l'attention de l'administrateur." msgid "Request an internal review" -msgstr "" +msgstr "Solliciter une révision interne " msgid "Request an internal review from {{person_or_body}}" -msgstr "" +msgstr "Solliciter une révision interne de {{person_or_body}}" msgid "Request email" -msgstr "" +msgstr "Adresse mail" msgid "Request has been removed" -msgstr "" +msgstr "Demande supprimée" msgid "Request sent to {{public_body_name}} by {{info_request_user}} on {{date}}." -msgstr "" +msgstr "Demande envoyée à {{public_body_name}} par {{info_request_user}} Le {{date}}." msgid "Request to {{public_body_name}} by {{info_request_user}}. Annotated by {{event_comment_user}} on {{date}}." -msgstr "" +msgstr "Demande à {{public_body_name}} par {{info_request_user}}. Commentée par {{event_comment_user}} Le {{date}}." msgid "Requested from {{public_body_name}} by {{info_request_user}} on {{date}}" -msgstr "" +msgstr "Demande de {{public_body_name}} par {{info_request_user}} le {{date}}" msgid "Requested on {{date}}" -msgstr "" +msgstr "Demandé le {{date}}" msgid "Requests for personal information and vexatious requests are not considered valid for FOI purposes (<a href=\"/help/about\">read more</a>)." -msgstr "" +msgstr "Les demandes de renseignements personnels et les demandes abusives ne sont pas considérées comme demandes valides (<a href=\"/help/about\">Lire plus</a>)." msgid "Requests or responses matching your saved search" -msgstr "" +msgstr "Les demandes ou les réponses correspondant à votre recherche sauvegardée" msgid "Respond by email" -msgstr "" +msgstr "Répondre par e-mail " msgid "Respond to request" -msgstr "" +msgstr "Répondre à la demande" msgid "Respond to the FOI request" -msgstr "" +msgstr "Répondre a la demande d'accès à l'information" msgid "Respond using the web" -msgstr "" +msgstr "Répondre en utilisant le web" msgid "Response" -msgstr "" +msgstr "Réponse" msgid "Response from a public authority" -msgstr "" +msgstr "Réponse d'une autorité publique" msgid "Response to '{{title}}'" -msgstr "" +msgstr "Réponse à '{{title}}'" msgid "Response to this request is <strong>delayed</strong>." -msgstr "" +msgstr "La réponse à cette demande est <strong> retardée </ strong" msgid "Response to this request is <strong>long overdue</strong>." -msgstr "" +msgstr "Réponse à cette demande est <strong> très en retard </ strong" msgid "Response to your request" -msgstr "" +msgstr "Réponse a vôtre requête " msgid "Response:" -msgstr "" +msgstr "Réponse" msgid "Restrict to" -msgstr "" +msgstr "Limiter à " msgid "Results page {{page_number}}" msgstr "Page de résultats {{page_number}}" msgid "Save" -msgstr "" +msgstr "Enregistrer" msgid "Search" msgstr "Rechercher" @@ -1922,72 +1919,72 @@ msgid "Search Freedom of Information requests, public authorities and users" msgstr "Chercher des sollicitudes d'accès à l'information, des institutions publiques et utilisateurs" msgid "Search contributions by this person" -msgstr "" +msgstr "Rechercher les contributions de cette personne" msgid "Search for words in:" -msgstr "" +msgstr "Rechercher des mots dans" msgid "Search in" -msgstr "" +msgstr "Rechercher dans" msgid "Search over<br/>\\n <strong>{{number_of_requests}} requests</strong> <span>and</span><br/>\\n <strong>{{number_of_authorities}} authorities</strong>" -msgstr "" +msgstr "Rechercher parmi<br/>\\n <strong>{{number_of_requests}} demandes</strong> <span>et</span><br/>\\n <strong>{{number_of_authorities}} organismes</strong>" msgid "Search queries" -msgstr "" +msgstr "Requêtes de recherche" msgid "Search results" -msgstr "" +msgstr "Résultats de recherche" msgid "Search the site to find what you were looking for." -msgstr "" +msgstr "Rechercher dans le site pour trouver ce que vous cherchez" -msgid "Search within the %d Freedom of Information requests to %s" -msgid_plural "Search within the %d Freedom of Information requests made to %s" -msgstr[0] "" -msgstr[1] "" +msgid "Search within the {{count}} Freedom of Information requests to {{public_body_name}}" +msgid_plural "Search within the {{count}} Freedom of Information requests made to {{public_body_name}}" +msgstr[0] "Cherchez parmis la {{count}} demande faite à{{public_body_name}}" +msgstr[1] "Cherchez parmis les {{count}} demandes faites à{{public_body_name}}" msgid "Search your contributions" -msgstr "" +msgstr "Chercher vos contributions" msgid "See bounce message" -msgstr "" +msgstr "Voir le message de rebond" msgid "Select one to see more information about the authority." -msgstr "" +msgstr "Sélectionnez l'une pour voir plus d'informations sur l'autorité." msgid "Select the authority to write to" -msgstr "" +msgstr "Sélectionner un etablissement pour lui écrire " msgid "Send a followup" -msgstr "" +msgstr "Envoyer un suivi" msgid "Send a message to " -msgstr "" +msgstr "Envoyer un message à" msgid "Send a public follow up message to {{person_or_body}}" -msgstr "" +msgstr "envoyer un message de suivi public à {{person_or_body}}" msgid "Send a public reply to {{person_or_body}}" -msgstr "" +msgstr "Envoyer une réponse publique à {{person_or_body}}" msgid "Send follow up to '{{title}}'" -msgstr "" +msgstr "Envoyer suivi à '{{title}}'" msgid "Send message" -msgstr "" +msgstr "Envoyer un message" msgid "Send message to " -msgstr "" +msgstr "Envoyer un message à" msgid "Send request" -msgstr "" +msgstr "Envoyer une demande " msgid "Set your profile photo" -msgstr "" +msgstr "Définir vôtre photo de profil" msgid "Short name" -msgstr "" +msgstr "Abbréviation " msgid "Short name is already taken" msgstr "Ce nom est déjà pris" @@ -1996,16 +1993,16 @@ msgid "Show most relevant results first" msgstr "Afficher les résultats les plus pertinents en premier" msgid "Show only..." -msgstr "" +msgstr "Afficher uniquement..." msgid "Showing" -msgstr "" +msgstr "Il y a" msgid "Sign in" -msgstr "" +msgstr "Connexion" msgid "Sign in or make a new account" -msgstr "" +msgstr "Se connecter ou créer un nouveau compte" msgid "Sign in or sign up" msgstr "Se connecter ou s'inscrire" @@ -2014,568 +2011,568 @@ msgid "Sign out" msgstr "Se déconnecter" msgid "Sign up" -msgstr "" +msgstr "Créer un compte" msgid "Similar requests" -msgstr "" +msgstr "Demandes similaires" msgid "Simple search" -msgstr "" +msgstr "Recherche simple" msgid "Some notes have been added to your FOI request - " -msgstr "" +msgstr "Quelques commentaires ont été ajoutés à vôtre demande -" msgid "Some of the information requested has been received" -msgstr "" +msgstr "Quelques informations demandées ont été reçues" msgid "Some people who've made requests haven't let us know whether they were\\nsuccessful or not. We need <strong>your</strong> help –\\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 "Quelques uns parmis ceux qui ont fait les demandes ne nous ont pas fourni un retour \\n . Nous avons besoin de <strong> votre </strong> aide –\\n choisissez une de ces demandes , lisez la et faites nous savoir si l'information demandée est fournie ou pas . Tout le monde sera extrêmement reconnaissant." msgid "Somebody added a note to your FOI request - " -msgstr "" +msgstr "Quelqu'un à ajouté un commentaire à votre demande -" msgid "Someone has updated the status of your request" -msgstr "" +msgstr "Quelqu'un a mis à jour l'état de votre demande" msgid "Someone, perhaps you, just tried to change their email address on\\n{{site_name}} from {{old_email}} to {{new_email}}." -msgstr "" +msgstr "Quelqu'un, peut-être vous, viens d'essayer de changer son adresse email sur {{site_name}} de {{old_email}} à {{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 "Vous ne pouvez pas répondre a cette demande via {{site_name}}, parce que c'est une copie de la demande originale ici {{link_to_original_request}}." msgid "Sorry, but only {{user_name}} is allowed to do that." -msgstr "" +msgstr "Désolés , mais uniquement {{user_name}} est autorisé à faire ça." msgid "Sorry, there was a problem processing this page" -msgstr "" +msgstr "Désolés, il y a eu un problème durant le traitement de la page" msgid "Sorry, we couldn't find that page" -msgstr "" +msgstr "Page introuvable." msgid "Special note for this authority!" -msgstr "" - -msgid "Start" -msgstr "" +msgstr "Remarque spéciale pour cette autorité" msgid "Start now »" -msgstr "" +msgstr "Commencez dès maintenant »" msgid "Start your own blog" -msgstr "" +msgstr "Commencez votre blog" msgid "Stay up to date" -msgstr "" +msgstr "Restez à jour" msgid "Still awaiting an <strong>internal review</strong>" -msgstr "" +msgstr "En attente d'une <strong>révision interne</strong>" msgid "Subject" -msgstr "" +msgstr "Sujet" msgid "Subject:" -msgstr "" +msgstr "Sujet:" msgid "Submit" -msgstr "" +msgstr "Envoyer" msgid "Submit status" -msgstr "" +msgstr "Etat d'envoi" msgid "Submit status and send message" -msgstr "" +msgstr "Soumettre statut et envoyer un message" msgid "Subscribe to blog" -msgstr "" +msgstr "s'abonner au blog" msgid "Successful Freedom of Information requests" -msgstr "" +msgstr "Demandes d'accès à l'information réussies" msgid "Successful." -msgstr "" +msgstr "réussi." msgid "Suggest how the requester can find the <strong>rest of the information</strong>." -msgstr "" +msgstr "Indiquer comment le demandeur peut trouver le <strong>reste de l'information</strong>." msgid "Summary:" -msgstr "" +msgstr "Résumé" msgid "Table of statuses" msgstr "Table d'états" msgid "Table of varieties" -msgstr "" +msgstr "Tables des variétés " msgid "Tags" -msgstr "" +msgstr "Tags" msgid "Tags (separated by a space):" -msgstr "" +msgstr "Tags (séparés par un espace )" msgid "Tags:" -msgstr "" +msgstr "Tags:" msgid "Technical details" -msgstr "" +msgstr "Détails techniques:" msgid "Thank you for helping us keep the site tidy!" -msgstr "" +msgstr "Merci de nous avoir aidé à maintenir le site en ordre!" msgid "Thank you for making an annotation!" -msgstr "" +msgstr "Merci pour votre annotation!" 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 "Merci d'avoir répondu à cette demande d'accès à l'information ! Votre réponse a été publiée ci-dessous, et un lien vers votre réponse a été envoyé par courrier à " 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 "Merci pour la mise à jour de l'état de cette demande '<a href=\"{{url}}\">{{info_request_title}}</a>'. Il ya encore quelques demandes ci-dessous à classer ." msgid "Thank you for updating this request!" -msgstr "" +msgstr "Merci pour la mise à jour de cette demande " msgid "Thank you for updating your profile photo" -msgstr "" +msgstr "Merci pour la mise à jour de votre photo de profil" msgid "Thank you! We'll look into what happened and try and fix it up." -msgstr "" +msgstr "Merci! Nous allons examiner ce qui s'est passé et essayer de le corriger." 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 "Merci de nous aider - avec votre travail il sera plus facile pour tout le monde de trouver avec succès \\ n des réponses." 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 "Merci beaucoup - cela aidera les autres à trouver des choses utiles. Nous allons \\n aussi, si vous en avez besoin, donner des conseils sur ce qu'il faut faire au sujet de vos \\n demandes." 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 "Merci beaucoup - cela aidera les autres à trouver des choses utiles. Nous allons \\ n aussi, si vous en avez besoin, donner des conseils sur ce qu'il faut faire au sujet de votre \\ n demandes." msgid "That doesn't look like a valid email address. Please check you have typed it correctly." -msgstr "" +msgstr "Ceci n'est pas une adresse mail valide . veuillez vérifier ce que vous avez entré " msgid "The <strong>review has finished</strong> and overall:" -msgstr "" +msgstr "La <strong>révision terminée</strong> et en total:" msgid "The Freedom of Information Act <strong>does not apply</strong> to" -msgstr "" +msgstr "Le droit d'accès à l'information <strong>ne s'applique pas </strong> à" msgid "The accounts have been left as they previously were." -msgstr "" +msgstr "Les comptes sont laissés tels qu'ils étaient " msgid "The authority do <strong>not have</strong> the information <small>(maybe they say who does)" -msgstr "" +msgstr "l'autorité <strong>ne détient pas </strong> l'information <small>(peut-être qu'ils disent qui l'a )</small>" msgid "The authority only has a <strong>paper copy</strong> of the information." -msgstr "" +msgstr "L'autorité a uniquement <strong>la version en papier </strong> de cette information ." 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 "l'etablissement public dit qu'ils ont besoin d'une <strong> adresse postale </ strong>, et pas seulement un email, pour que ce soit une demande valide" msgid "The authority would like to / has <strong>responded by post</strong> to this request." -msgstr "" +msgstr "L'autorité aimerait / a répondu <strong> par la poste </strong> à cette demande." 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 "Le message que vous , au nom de {{public_body}}, avez envoyé à \\n{{user}} en réponse à la demande {{law_used_short}}\\n n'a pas été delivré" msgid "The page doesn't exist. Things you can try now:" -msgstr "" +msgstr "La page n'existe pas . Vous pouvez essayer de :" msgid "The public authority does not have the information requested" -msgstr "" +msgstr "L'autorité administrative n'a pas les informations demandées" msgid "The public authority would like part of the request explained" -msgstr "" +msgstr "L'autorité administrative aimerait l'explication de la demande " msgid "The public authority would like to / has responded by post" -msgstr "" +msgstr "L'autorité administrative aimerait / a répondu par courrier" msgid "The request has been <strong>refused</strong>" -msgstr "" +msgstr "La demande a été <strong>refusée</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 "La demande a été mise à jour depuis que vous avez chargé cette page. Veuillez vérifier tous les nouveaux messages ci-dessous et réessayez." msgid "The request is <strong>waiting for clarification</strong>." -msgstr "" +msgstr "La demande est <strong>En attente de clarification</strong>." msgid "The request was <strong>partially successful</strong>." -msgstr "" +msgstr "La demande est <strong>partiellement reussie</strong>." msgid "The request was <strong>refused</strong> by" -msgstr "" +msgstr "La demande est <strong>rejetée</strong> par" msgid "The request was <strong>successful</strong>." -msgstr "" +msgstr "La demande est <strong>réussie</strong>." msgid "The request was refused by the public authority" -msgstr "" +msgstr "La demande a été rejetée par l'autorité publique" -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=\"%s\">contact us</a> if you have any questions." -msgstr "" +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 "La demande que vous avez essayé de voir a été retiré. Il ya \\n plusieurs raisons pour lesquelles nous aurions fait cela, désolé nous ne pouvons pas être plus précis ici . Veuillez <a\\n href=\"{{url}}\">nous contacter </a>si vous avez des questions." msgid "The requester has abandoned this request for some reason" -msgstr "" +msgstr "Le demandeur a renoncé à cette demandepour une raison quelconque" -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 "" +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 "La réponse a votre demande a été <strong> retardée </strong> . Vous pouvez dire que \\n légalement ; l'organisme public aurait dû répondre \\n <strong>rapidement</strong> et " -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 "" +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 "La réponse a votre demande est <strong>très en retard </strong>. Vous pouvez dire que selon la loi , en toutes circonstances, l'autorité aurait dû répondre \\n maintenant " 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 "Les fonctionnalités de recherche sont temporairement indisponibles. C'est pour cette raison que nous ne pouvons afficher les demandes d'information relative à cette institution." msgid "The search index is currently offline, so we can't show the Freedom of Information requests this person has made." +msgstr "Les fonctionnalités de recherche sont temporairement indisponibles , donc nous ne pouvons pas afficher les demandes d'accès à l'information que cette personne a effectué" + +msgid "The {{site_name}} team." msgstr "" msgid "Then you can cancel the alert." -msgstr "" +msgstr "Vous pouvez annuler l'alerte" msgid "Then you can cancel the alerts." -msgstr "" +msgstr "après vous pouvez annuler les alertes " msgid "Then you can change your email address used on {{site_name}}" -msgstr "" +msgstr "après vous pouvez changer l'adresse mail utilisée sur {{site_name}}" msgid "Then you can change your password on {{site_name}}" -msgstr "" +msgstr "Ensuite, vous pouvez changer votre mot de passe sur {{site_name}}" msgid "Then you can classify the FOI response you have got from " -msgstr "" +msgstr "Ensuite, vous pouvez classer la réponse que vous avez obtenu à partir de" msgid "Then you can download a zip file of {{info_request_title}}." -msgstr "" +msgstr "Ensuite, vous pouvez télécharger un fichier zip {{info_request_title}}." msgid "Then you can log into the administrative interface" -msgstr "" +msgstr "Ensuite, vous pouvez vous connecter à l'interface d'administration" msgid "Then you can play the request categorisation game." -msgstr "" +msgstr "Ensuite, vous pouvez jouer le jeu de catégorisation de demande." msgid "Then you can report the request '{{title}}'" -msgstr "" +msgstr "Ensuite, vous pouvez signaler la demande '{{title}}'" msgid "Then you can send a message to " -msgstr "" +msgstr "Ensuite, vous pouvez envoyer un message à" msgid "Then you can sign in to {{site_name}}" -msgstr "" +msgstr "Ensuite, vous pouvez vous connecter à {{site_name}}" msgid "Then you can update the status of your request to " -msgstr "" +msgstr "Ensuite, vous pouvez mettre à jour l'état de votre demande à" msgid "Then you can upload an FOI response. " -msgstr "" +msgstr "Ensuite, vous pouvez uploader une réponse " msgid "Then you can write follow up message to " -msgstr "" +msgstr "Ensuite, vous pouvez écrire un message suivi pour" msgid "Then you can write your reply to " -msgstr "" +msgstr "Ensuite, vous pouvez écrire votre réponse à" msgid "Then you will be following all new FOI requests." -msgstr "" +msgstr "Ensuite vous suiverez toutes les nouvelles demandes ." msgid "Then you will be notified whenever '{{user_name}}' requests something or gets a response." -msgstr "" +msgstr "Ensuite, vous serez averti à chaque fois '{{user_name}}' demande quelque chose ou obtient une réponse." msgid "Then you will be notified whenever a new request or response matches your search." -msgstr "" +msgstr "Ensuite, vous serez averti à chaque fois une nouvelle demande ou d'une réponse correspond à votre recherche." msgid "Then you will be notified whenever an FOI request succeeds." -msgstr "" +msgstr "Ensuite, vous serez averti à chaque fois qu'une demande réussit." msgid "Then you will be notified whenever someone requests something or gets a response from '{{public_body_name}}'." -msgstr "" +msgstr "Ensuite, vous serez averti chaque fois que quelqu'un demande quelque chose ou obtient une réponse de '{{public_body_name}}'." msgid "Then you will be updated whenever the request '{{request_title}}' is updated." -msgstr "" +msgstr "Ensuite, vous serez notifié à chaque fois que la demande '{{request_title}}' est mise à jour" msgid "Then you'll be allowed to send FOI requests." msgstr "Ensuite, vous serez autorisé à envoyer des demandes d'accès." msgid "Then your FOI request to {{public_body_name}} will be sent." -msgstr "" +msgstr "Ensuite vôtre demande à {{public_body_name}} sera envoyée." msgid "Then your annotation to {{info_request_title}} will be posted." -msgstr "" +msgstr "Ensuite vôtre remarque sur {{info_request_title}} va être postée " msgid "There are {{count}} new annotations on your {{info_request}} request. Follow this link to see what they wrote." -msgstr "" - -msgid "There is %d person following this request" -msgid_plural "There are %d people following this request" -msgstr[0] "" -msgstr[1] "" +msgstr "Il y a {{count}} nouvelles annotations sur vôtre demande {{info_request}} . Suivez ce lien pour voir ce qu'ils ont écrit." 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 "Il ya plus <strong> d'une personne </strong> qui utilise ce site et qui a ce nom \\n , dont un est affiché ci dessous , peut etre vous cherchez une personne différente ." 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 "Il ya une limite sur le nombre de demandes que vous pouvez faire en une journée, parce que nous ne voulons pas que les autorités publiques soient bombardés avec un grand nombre de demandes inappropriées. Si vous sentez que vous avez une bonne raison de demander que la limite soit levée pour vous, veuillez <a href='{{help_contact_path}}'>contacter nous</a>." + +msgid "There is {{count}} person following this request" +msgid_plural "There are {{count}} people following this request" +msgstr[0] "Il ya une personne suivant cette demande " +msgstr[1] "Il ya {{count}} personnes suivant cette demande " msgid "There was a <strong>delivery error</strong> or similar, which needs fixing by the {{site_name}} team." -msgstr "" +msgstr "Il y avait <strong> une erreur de transmission r</strong> ou autre , qui doit être réparée par l'équipe {{site_name}}." msgid "There was an error with the words you entered, please try again." -msgstr "" +msgstr "Il y a une erreur liée aux mots que vous avez saisies, veuillez réessayer." msgid "There were no requests matching your query." msgstr "Aucune demande d'information ne correspond à votre recherche." msgid "There were no results matching your query." -msgstr "" +msgstr "Aucun résultat correspondant à votre recherche." msgid "They are going to reply <strong>by post</strong>" -msgstr "" +msgstr "Ils vont répondre <strong>par courrier</strong>" msgid "They do <strong>not have</strong> the information <small>(maybe they say who does)</small>" -msgstr "" +msgstr "Ils <strong>ne détiennent pas </strong> l'information <small>(peut-être qu'ils disent qui l'a )</small>" msgid "They have been given the following explanation:" -msgstr "" +msgstr "On leur a donné l'explication suivante:" msgid "They have not replied to your {{law_used_short}} request {{title}} promptly, as normally required by law" -msgstr "" +msgstr "Ils n'ont pas répondu à votre {{law_used_short}} demande {{title}} rapidement , normalement requis par la loi." msgid "They have not replied to your {{law_used_short}} request {{title}}, \\nas required by law" -msgstr "" +msgstr "N'ont pas répondu à votre {{law_used_short}} demande {{title}}, \\n comme la loi l'oblige " msgid "Things to do with this request" -msgstr "" +msgstr "Choses à faire avec cette demande" msgid "Things you're following" -msgstr "" +msgstr "Choses que vous suivez" msgid "This authority no longer exists, so you cannot make a request to it." msgstr "Cette institution n'existe plus." -msgid "This comment has been hidden. See annotations to\\n find out why. If you are the requester, then you may <a href=\"%s\">sign in</a> to view the response." -msgstr "" +msgid "This comment has been hidden. See annotations to\\n find out why. If you are the requester, then you may <a href=\"{{url}}\">sign in</a> to view the response." +msgstr "Ce commentaire a été caché . Voir les annotations ci dessous pour \\n savoir pourquoi. Si vous êtes le demandeur, alors vous pouvez<a href=\"{{url}}\">vous connecter </a> pour voir la réponse." msgid "This covers a very wide spectrum of information about the state of\\n the <strong>natural and built environment</strong>, such as:" msgstr "Cela couvre un très large spectre d'informations sur l'état de <strong>l'environnement naturel et construit par l'homme,</strong> comme par exemple :" msgid "This external request has been hidden" -msgstr "" +msgstr "Demande externe cachée" 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 "Ceci est une version textuelle de la demande d'accès à l'information \"{{request_title}}\". La dernière version complète est disponible en ligne à {{full_url}}" msgid "This is an HTML version of an attachment to the Freedom of Information request" -msgstr "" +msgstr "Ceci est une version HTML d'une pièce jointe à la demande d'accès à l'information" msgid "This is because {{title}} is an old request that has been\\nmarked to no longer receive responses." -msgstr "" +msgstr "C'est parce que {{title}} est une vieille demande qui a été \\n marquée pour ne plus recevoir de réponses." msgid "This is the first version." -msgstr "" +msgstr "Ceci est la première version." msgid "This is your own request, so you will be automatically emailed when new responses arrive." -msgstr "" +msgstr "Ceci est votre propre demande, afin que vous recevrez automatiquement un e-mail dès que de nouvelles réponses arrivent" -msgid "This outgoing message has been hidden. See annotations to\\n\t\t\t\t\t\tfind out why. If you are the requester, then you may <a href=\"%s\">sign in</a> to view the response." -msgstr "" +msgid "This outgoing message has been hidden. See annotations to\\n\t\t\t\t\t\tfind out why. If you are the requester, then you may <a href=\"{{url}}\">sign in</a> to view the response." +msgstr "Ce message sortant a été caché. Voir les commentaires pour \\n\t\t\t\t\t\tsavoir pourquoi. Si vous êtes le demandeur, alors vous pouvez <a href=\"{{url}}\">vous connecter </a>pour voir la réponse." msgid "This particular request is finished:" -msgstr "" +msgstr "Cette demande particulière est achevée:" msgid "This person has made no Freedom of Information requests using this site." -msgstr "" +msgstr "Cette personne n'a pas fait de demandes d'accès à l'information via de ce site" -msgid "This person's %d Freedom of Information request" -msgid_plural "This person's %d Freedom of Information requests" -msgstr[0] "" -msgstr[1] "" +msgid "This person's annotations" +msgstr "Les annotations de cette personne" -msgid "This person's %d annotation" -msgid_plural "This person's %d annotations" -msgstr[0] "" -msgstr[1] "" +msgid "This person's {{count}} Freedom of Information request" +msgid_plural "This person's {{count}} Freedom of Information requests" +msgstr[0] "La demande d'accès a l'infromation de cette personne" +msgstr[1] "Les {{count}} demandes d'accès a l'infromation de cette personne" -msgid "This person's annotations" -msgstr "" +msgid "This person's {{count}} annotation" +msgid_plural "This person's {{count}} annotations" +msgstr[0] "Le commentaire de cette personne " +msgstr[1] "Les {{count}} commentaires de cette personne " msgid "This request <strong>requires administrator attention</strong>" -msgstr "" +msgstr "Cette demande <strong> nécessite une attention de l'administrateur </strong>" msgid "This request has already been reported for administrator attention" -msgstr "" +msgstr "Cette demande a déjà été signalé à l'attention de l'administrateur" msgid "This request has an <strong>unknown status</strong>." -msgstr "" +msgstr "Cette demande a <strong> un statut inconnu </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 "Cette demande a été <strong>cachée</strong> du site parce que l'administrateur la considere comme étant non liée au droit d'accès a l'information" msgid "This request has been <strong>hidden</strong> from the site, because an administrator considers it vexatious" -msgstr "" +msgstr "Cette demande a été <strong>cachée</strong> du site parce qu'un administrateur la considère comme contrariante" 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 "Cette demande a été <strong>signalée</strong> (peut-être parce qu'elle est vexatoire, ou une demande de renseignements personnels)" 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 "Cette demande a été <strong> retirée </strong> par la personne qui l'a fait . \\n Il ya peut etre une explication ci dessous ." -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=\"%s\">contact us</a>." -msgstr "" +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 "Cette demande a été marquée pour révision par les administrateurs du site, qui ne l'ont pas cachés à ce moment. Si vous pensez qu'elle doit être cachée , Veuillez <a href=\"{{url}}\">Nous contacter</a>." msgid "This request has been reported for administrator attention" -msgstr "" +msgstr "Cette demande a été signalée " msgid "This request has been set by an administrator to \"allow new responses from nobody\"" -msgstr "" +msgstr "Cette demande a été définie par un administrateur de sorte à \" permettre à de nouvelles réponses de nobody\"" msgid "This request has had an unusual response, and <strong>requires attention</strong> from the {{site_name}} team." -msgstr "" +msgstr "Cette demande a eu une réponse inhabituelle, et <strong>necessite l'attention</strong> de l'équipe {{site_name}} ." msgid "This request has prominence 'hidden'. You can only see it because you are logged\\n in as a super user." -msgstr "" +msgstr "Cette demande est cachée . Vous pouvez uniquement la voir parce que vous etes administrateur ." -msgid "This request is hidden, so that only you the requester can see it. Please\\n <a href=\"%s\">contact us</a> if you are not sure why." -msgstr "" +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 "Cette demande est masquée, uniquement le demandeur peut la voir.Veuillez <a href=\"{{url}}\">Nous contacter </a> si vous voulez en savoir plus " msgid "This request is still in progress:" -msgstr "" +msgstr "Cette demande est encore en cours:" msgid "This request requires administrator attention" -msgstr "" +msgstr "Cette demande nécessite une attention de l'administrateur " msgid "This request was not made via {{site_name}}" -msgstr "" +msgstr "cette demande n'a pas été faite à travers {{site_name}}" -msgid "This response has been hidden. See annotations to find out why.\\n If you are the requester, then you may <a href=\"%s\">sign in</a> to view the response." -msgstr "" +msgid "This response has been hidden. See annotations to find out why.\\n If you are the requester, then you may <a href=\"{{url}}\">sign in</a> to view the response." +msgstr "Cette réponse a été cachée. Voir les commentaires pour savoir pourquoi. \\n Si vous êtes le demandeur, alors vous pouvez <a href=\"{{url}}\">vous connecter</a> pour voir la réponse." 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 "Ce tableau présente les détails techniques des événements internes qui ont eu lieu \\n à cette demande sur {{site_name}}. Cela pourrait être utilisé pour générer des informations sur \\n la vitesse avec laquelle les autorités répondent aux demandes, le nombre de demandes \\n qui nécessitent une réponse postale et bien plus encore." msgid "This user has been banned from {{site_name}} " -msgstr "" +msgstr "Cet utilisateur a été banni de {{site_name}}" msgid "This was not possible because there is already an account using \\nthe email address {{email}}." -msgstr "" +msgstr "Ceci n'est pas possible parce qu'il existe deja un compte utilisant l'adresse mail {{email}}." msgid "To cancel these alerts" -msgstr "" +msgstr "Pour annuler ces alertes" msgid "To cancel this alert" -msgstr "" +msgstr "Pour annuler cette alerte" 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 "Pour continuer, vous devez vous connecter ou créer un compte. Malheureusement, il \\n avait un problème technique en essayant de le faire." msgid "To change your email address used on {{site_name}}" -msgstr "" +msgstr "Pour changer votre adresse e-mail utilisée sur {{site_name}}" msgid "To classify the response to this FOI request" -msgstr "" +msgstr "Pour classer la réponse à cette demande d'accès a l'information" msgid "To do that please send a private email to " -msgstr "" +msgstr "Pour ce faire, veuillez envoyer un courriel privé à" msgid "To do this, first click on the link below." -msgstr "" +msgstr "Pour ce faire, cliquez d'abord sur le lien ci-dessous." msgid "To download the zip file" -msgstr "" +msgstr "Pour télécharger le fichier zip" msgid "To follow all successful requests" -msgstr "" +msgstr "Pour suivre toutes les demandes réussies" msgid "To follow new requests" -msgstr "" +msgstr "Pour suivre les nouvelles demandes" msgid "To follow requests and responses matching your search" msgstr "Pour suivre les demandes d'information et les réponses correspondant à votre recherche" msgid "To follow requests by '{{user_name}}'" -msgstr "" +msgstr "Pour suivre toutes les demandes effectuées par '{{user_name}}'" msgid "To follow requests made using {{site_name}} to the public authority '{{public_body_name}}'" -msgstr "" +msgstr "Pour suivre les demandes effectuées a travers {{site_name}} a l'organisme publique '{{public_body_name}}'" msgid "To follow the request '{{request_title}}'" -msgstr "" +msgstr "Pour suivre la demande '{{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 "Pour nous aider à maintenir ce site , une personne a mis a jour l'état de la \\n{{law_used_full}} demande {{title}} - que vous avez adressée à {{public_body}} - à \"{{display_status}}\" . Si vous êtes en désaccord avec leur catégorisation, s'il vous plaît mettre à jour le statut de nouveau vous-même à ce que vous croyez être plus précis." msgid "To let everyone know, follow this link and then select the appropriate box." -msgstr "" +msgstr "Pour faire savoira tout le monde , suivez ce lien et sélectionnez ensuite la case appropriée" msgid "To log into the administrative interface" -msgstr "" +msgstr "Pour vous connecter à l'interface Admin" msgid "To play the request categorisation game" -msgstr "" +msgstr "Pour jouer au jeu de catégorisation de demande" msgid "To post your annotation" -msgstr "" +msgstr "Pour soumettre votre annotation" msgid "To reply to " -msgstr "" +msgstr "Répondre à" -msgid "To report this FOI request" +msgid "To report this request" msgstr "" msgid "To send a follow up message to " -msgstr "" +msgstr "Pour envoyer un message de suivi à" msgid "To send a message to " -msgstr "" +msgstr "Pour envoyer un message à" msgid "To send your FOI request" -msgstr "" +msgstr "Pour envoyer une demande d'accès à l'information " msgid "To update the status of this FOI request" -msgstr "" +msgstr "Pour mettre à jour l'état de cette demande " msgid "To upload a response, you must be logged in using an email address from " -msgstr "" +msgstr "Pour télécharger une réponse, vous devez être connecté en utilisant une adresse e-mail de" msgid "To use the advanced search, combine phrases and labels as described in the search tips below." msgstr "Pour utiliser la recherche avancée, associez les termes et les étiquettes comme indiqué dans les conseils ci-dessous." msgid "To view the email address that we use to send FOI requests to {{public_body_name}}, please enter these words." -msgstr "" +msgstr "Pour afficher l'adresse email que nous utilisons pour envoyer des demandes d'accès à l'information {{public_body_name}}, veuillez saisir ces mots." msgid "To view the response, click on the link below." -msgstr "" +msgstr "Pour voir la réponse, cliquez sur le lien ci-dessous." msgid "To {{public_body_link_absolute}}" -msgstr "" +msgstr "à {{public_body_link_absolute}}" msgid "To:" -msgstr "" +msgstr "à:" msgid "Today" msgstr "Aujourd'hui" msgid "Too many requests" -msgstr "" +msgstr "Trop de demandes " msgid "Top search results:" msgstr "Résultats les plus pertinents :" msgid "Track thing" -msgstr "" +msgstr "Suivre chose" msgid "Track this person" -msgstr "" +msgstr "Suivre cette personne" msgid "Track this search" -msgstr "" +msgstr "Suivre cette recherche" 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 "Désactiver les alertes e-mail" msgid "Tweet this request" msgstr "Partager cette demande d'information sur Twitter" @@ -2587,43 +2584,43 @@ msgid "URL name can't be blank" msgstr "Le champs URL ne peut être vide" msgid "Unable to change email address on {{site_name}}" -msgstr "" +msgstr "Impossible de changer l'adresse email sur {{site_name}}" msgid "Unable to send a reply to {{username}}" -msgstr "" +msgstr "Impossible d'envoyer une réponse à {{username}}" msgid "Unable to send follow up message to {{username}}" -msgstr "" +msgstr "Impossible d'envoyer un message de suivi à {{username}}" msgid "Unexpected search result type" -msgstr "" +msgstr "Type de résultat de recherche inattendu" msgid "Unexpected search result type " -msgstr "" +msgstr "Type de résultat de recherche inattendu" -msgid "Unfortunately we don't know the FOI\\nemail address for that authority, so we can't validate this.\\nPlease <a href=\"%s\">contact us</a> to sort it out." -msgstr "" +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 "Malheureusement, nous ne connaissons pas l'adresse email pour cette autorité, nous ne pouvons pas valider ça. \\n Veuillez {{url}}\">Nous contacter</a> pour règler ça." msgid "Unfortunately, we do not have a working {{info_request_law_used_full}}\\naddress for" -msgstr "" +msgstr "Malheureusement, nous n'avons pas d'adresse {{info_request_law_used_full}} pour" msgid "Unknown" -msgstr "" +msgstr "Inconnu" msgid "Unsubscribe" -msgstr "" +msgstr "désabonner" msgid "Unusual response." -msgstr "" +msgstr "Réponse intattendue" msgid "Update the status of this request" -msgstr "" +msgstr "Mettre à jour l'état de cette demande" msgid "Update the status of your request to " -msgstr "" +msgstr "Mettre à jour l'état de cette demande à" msgid "Upload FOI response" -msgstr "" +msgstr "Uploader une réponse" msgid "Use OR (in capital letters) where you don't mind which word, e.g. <strong><code>commons OR lords</code></strong>" msgstr "Utilisez OR (en majuscules) pour indiquer que l'ordre des mots n'importe pas, \\n\\n par exemple, <code><strong>sénat OR assemblée</strong></code>" @@ -2632,397 +2629,413 @@ msgid "Use quotes when you want to find an exact phrase, e.g. <strong><code>\"Li msgstr "Utilisez les guillemets pour une expression exacte, par exemple, <code><strong>\"Conseil de l'europe\"</strong></code>" msgid "User" -msgstr "" +msgstr "Utilisateur" msgid "User info request sent alert" -msgstr "" +msgstr "Alerte envoyée" msgid "User – {{name}}" -msgstr "" +msgstr "Utilisateur– {{name}}" msgid "UserInfoRequestSentAlert|Alert type" -msgstr "" +msgstr "UserInfoRequestSentAlert|Alert type" msgid "User|About me" -msgstr "" +msgstr "User|About me" msgid "User|Address" -msgstr "" +msgstr "User|Address" msgid "User|Admin level" -msgstr "" +msgstr "User|Admin level" msgid "User|Ban text" -msgstr "" +msgstr "User|Ban text" msgid "User|Dob" -msgstr "" +msgstr "User|Dob" msgid "User|Email" -msgstr "" +msgstr "User|Email" msgid "User|Email bounce message" -msgstr "" +msgstr "User|Email bounce message" msgid "User|Email bounced at" -msgstr "" +msgstr "User|Email bounced at" msgid "User|Email confirmed" -msgstr "" +msgstr "User|Email confirmed" msgid "User|Hashed password" -msgstr "" +msgstr "User|Hashed password" msgid "User|Last daily track email" -msgstr "" +msgstr "User|Last daily track email" msgid "User|Locale" -msgstr "" +msgstr "User|Locale" msgid "User|Name" -msgstr "" +msgstr "User|Name" msgid "User|No limit" -msgstr "" +msgstr "User|No limit" msgid "User|Receive email alerts" -msgstr "" +msgstr "User|Receive email alerts" msgid "User|Salt" -msgstr "" +msgstr "User|Salt" msgid "User|Url name" -msgstr "" +msgstr "User|Url name" msgid "Version {{version}}" -msgstr "" +msgstr "Version {{version}}" msgid "View FOI email address" -msgstr "" +msgstr "Voir les adresses mail " msgid "View FOI email address for '{{public_body_name}}'" -msgstr "" +msgstr "Voir l'adresse mail pour '{{public_body_name}}'" msgid "View FOI email address for {{public_body_name}}" -msgstr "" +msgstr "voir l'adresse mail pour {{public_body_name}}" msgid "View Freedom of Information requests made by {{user_name}}:" -msgstr "" +msgstr "Voir les demandes faites par {{user_name}}:" msgid "View and search requests" msgstr "Visualiser et parcourir les demandes d'information" msgid "View authorities" -msgstr "Voir institutions publiques" +msgstr "Les institutions publiques" msgid "View email" -msgstr "" +msgstr "Voir mail :" msgid "View requests" msgstr "Voir requêtes" msgid "Waiting clarification." -msgstr "" +msgstr "En attente de clarification" msgid "Waiting for an <strong>internal review</strong> by {{public_body_link}} of their handling of this request." -msgstr "" +msgstr "En attente <strong>d'une révision interne</strong> par {{public_body_link}} a propos de leur gestion de la demande." msgid "Waiting for the public authority to complete an internal review of their handling of the request" -msgstr "" +msgstr "En attente de l'autorité administrative pour compléter une révision interne de leur gestion de la demande" msgid "Waiting for the public authority to reply" -msgstr "" +msgstr "En attente de la réponse de l'autorité administrative" msgid "Was the response you got to your FOI request any good?" +msgstr "Est ce que vous êtes satisfait de la réponse que vous avez eu ?" + +msgid "We consider it is not a valid FOI request, and have therefore hidden it from other users." msgstr "" -msgid "We do not have a working request email address for this authority." +msgid "We consider it to be vexatious, and have therefore hidden it from other users." msgstr "" +msgid "We do not have a working request email address for this authority." +msgstr "Nous n'avons pas d'adresse email valide pour cette autorité." + msgid "We do not have a working {{law_used_full}} address for {{public_body_name}}." -msgstr "" +msgstr "Nous ne disposons pas d'adresse {{law_used_full}} pour {{public_body_name}}." msgid "We don't know whether the most recent response to this request contains\\n information or not\\n –\\n\tif you are {{user_link}} please <a href=\"{{url}}\">sign in</a> and let everyone know." -msgstr "" +msgstr "Nous ne savons pas si la réponse la plus récente à cette demande contient l'information \\n ou non \\n –\\n\tsi vous etes {{user_link}} veuillez <a href=\"{{url}}\">vous connecter</a> et laisser nous savoir." -msgid "We will not reveal your email address to anybody unless you or\\n the law tell us to (<a href=\"%s\">details</a>). " -msgstr "" -"Nous ne communiquerons pas votre adresse e-mail sauf si vous nous y \n" -" autorisez ou si la loi nous y oblige (<a href=\"%s\">détails</a>). " +msgid "We will not reveal your email address to anybody unless you or\\n the law tell us to (<a href=\"{{url}}\">details</a>). " +msgstr "Nous ne communiquerons pas votre adresse e-mail sauf si vous nous y autorisez ou si la loi nous y oblige (<a href=\"{{url}}\">détails</a>). " msgid "We will not reveal your email address to anybody unless you\\nor the law tell us to." -msgstr "" +msgstr "Nous ne communiquerons pas votre adresse e-mail sauf si vous nous y autorisez ou si la loi nous y oblige." msgid "We will not reveal your email addresses to anybody unless you\\nor the law tell us to." -msgstr "" +msgstr "Nous ne communiquerons pas vos adresses e-mail sauf si vous nous y autorisez ou si la loi nous y oblige" msgid "We're waiting for" -msgstr "" +msgstr "Nous attendons" msgid "We're waiting for someone to read" -msgstr "" +msgstr "Nous attendons qu'une personne lise" 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 "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é." msgid "We've sent you an email, and you'll need to click the link in it before you can\\ncontinue." -msgstr "" +msgstr "Nous avons envoyé un email . Vous devez cliquer sur le lien dans \\n pour pouvoir continuer." msgid "We've sent you an email, click the link in it, then you can change your password." -msgstr "" +msgstr "Nous vous avons envoyé un email , cliquez sur le lien qu'il contient pour changer votre mot de passe" msgid "What are you doing?" -msgstr "" +msgstr "Qu'est ce que vous faites?" msgid "What best describes the status of this request now?" -msgstr "" +msgstr "Quelle est la meilleure description de l'état de votre demande ?" msgid "What information has been released?" msgstr "Quelles informations ont été rendues publiques ?" msgid "What information has been requested?" -msgstr "" +msgstr "Quelles sont les informations qui ont été demandées?" msgid "When you get there, please update the status to say if the response \\ncontains any useful information." -msgstr "" +msgstr "Quand vous y arrivez, veuillez mettre à jour le statut et dire si la réponse \\n contient une information utile." msgid "When you receive the paper response, please help\\n others find out what it says:" -msgstr "" +msgstr "Lorsque vous recevez la réponse sur papier, s'il vous plaît aidez \\n les autres à découvrir ce qu'elle contient:" -msgid "When you're done, <strong>come back here</strong>, <a href=\"%s\">reload this page</a> and file your new request." -msgstr "" +msgid "When you're done, <strong>come back here</strong>, <a href=\"{{url}}\">reload this page</a> and file your new request." +msgstr "Lorsque vous aurez terminé, <strong> Revenez ici </ strong>, <a href=\"{{url}}\"> actualisez cette page </a> et déposez votre nouvelle demande." msgid "Which of these is happening?" -msgstr "" +msgstr "Lequel se passe " msgid "Who can I request information from?" msgstr "A qui puis-je faire une demande d'information ?" msgid "Withdrawn by the requester." -msgstr "" +msgstr "retirée par le demandeur " msgid "Wk" -msgstr "" +msgstr "Wk" msgid "Would you like to see a website like this in your country?" msgstr "Soutenez-vous la création d'un site similaire dans votre pays ?" msgid "Write a reply" -msgstr "" +msgstr "écrire une réponse " msgid "Write a reply to " -msgstr "" +msgstr "écrire une réponse à" msgid "Write your FOI follow up message to " -msgstr "" +msgstr "Ecrire votre message de suivi à" msgid "Write your request in <strong>simple, precise language</strong>." -msgstr "" +msgstr "Formulez votre demande en langage <strong>simple et precis </strong>." msgid "You" -msgstr "" +msgstr "Vous" msgid "You are already following new requests" -msgstr "" +msgstr "Vous suivez déjà de nouvelles demandes" msgid "You are already following requests to {{public_body_name}}" -msgstr "" +msgstr "Vous suivez déjà les demandes à {{public_body_name}}" msgid "You are already following things matching this search" -msgstr "" +msgstr "Vous suivez déjà ce qui correspond à cette recherche" msgid "You are already following this person" -msgstr "" +msgstr "Vous suivez déjà cette personne" msgid "You are already following this request" -msgstr "" +msgstr "Vous suivez déjà cette demande" msgid "You are already following updates about {{track_description}}" -msgstr "" +msgstr "Vous suivez déjà mises à jour sur {{track_description}}" msgid "You are currently receiving notification of new activity on your wall by email." -msgstr "" +msgstr "Vous suivez actuellement des notifications a propos des nouvelles activités sur votre mur par email." msgid "You are following all new successful responses" -msgstr "" +msgstr "vous suivez toutes les nouvelles réponses réussies" msgid "You are no longer following {{track_description}}." -msgstr "" +msgstr "Vous ne suivez plus {{track_description}}." msgid "You are now <a href=\"{{wall_url_user}}\">following</a> updates about {{track_description}}" -msgstr "" +msgstr "vous <a href=\"{{wall_url_user}}\">suivez </a>maintenant les mises à jour concernant {{track_description}}" msgid "You can <strong>complain</strong> by" -msgstr "" +msgstr "Vous pouvez <strong>vous plaindre</strong> en " msgid "You can change the requests and users you are following on <a href=\"{{profile_url}}\">your profile page</a>." -msgstr "" +msgstr "Vous pouvez modifier les demandes et les utilisateurs que vous suivez sur <a href=\"{{profile_url}}\">votre profil</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 "Vous pouvez avoir cette page dans un format electronique en tant que partie du fichier JSON principal . Voir <a href=\"{{api_path}}\">API documentation</a>." msgid "You can only request information about the environment from this authority." msgstr "Vous ne pouvez demander des informations concernant l'environnement pour cette institution." msgid "You have a new response to the {{law_used_full}} request " -msgstr "" +msgstr "Vous avez une nouvelle réponse à la demande {{law_used_full}} " msgid "You have found a bug. Please <a href=\"{{contact_url}}\">contact us</a> to tell us about the problem" msgstr "Vous avez identifié un bogue. Merci de <a href=\"{{contact_url}}\">nous contacter</a> pour nous signaler ce problème" 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 "Vous avez atteint la limite du nombre des nouvelles demandes. Les utilisateurs sont normalement limités à {max_requests_per_user_per_day}} demandes par jour . Vous serez en mesure de faire une autre demande dans {{can_make_another_request}}." msgid "You have made no Freedom of Information requests using this site." -msgstr "" +msgstr "Vous n'avez jamais effectué de demandes d'accès à l'information en utilisant ce site" msgid "You have now changed the text about you on your profile." -msgstr "" +msgstr "Vous avez changé votre description personnelle " msgid "You have now changed your email address used on {{site_name}}" -msgstr "" +msgstr "Vous avez changé votre adresse mail utilisée dans {{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 "Vous avez essayé de vous inscrire sur {{site_name}}, alors que vous avez \\n déjà un compte. Votre nom et mot de passe ont été \\n laissés comme ils étaient auparavant. \\n\\n S'il vous plaît cliquer sur le lien ci-dessous." msgid "You know what caused the error, and can <strong>suggest a solution</strong>, such as a working email address." -msgstr "" +msgstr "Vous savez ce qui a causé l'erreur et pouvez <strong>recommender une solution </strong> , une adresse mail valide par exemple." 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 "Vous pouvez <strong> inclure des pièces jointes </ strong>. Si vous souhaitez joindre un fichier \\n trop volumineux pour le courrier électronique, utiliser le formulaire ci-dessous." -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=\"%s\">send it to us</a>." -msgstr "" +msgid "You may be able to find\\n one on their website, or by phoning them up and asking. If you manage\\n to find one, then please <a href=\"{{url}}\">send it to us</a>." +msgstr "Vous pourrez peut-être trouver \\n un sur leur site Web ou en leur téléphonant et demander. Si vous parvenez \\n en trouver un, alors s'il vous plaît <a href=\"{{url}}\">contactez nous </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 "Vous pourrez peut-être trouver \\n un sur leur site Web ou en leur téléphonant et demander. Si vous parvenez \\n en trouver un, alors s'il vous plaît <a href=\"{{help_url}}\">contactez nous </a>." msgid "You need to be logged in to change the text about you on your profile." -msgstr "" +msgstr "Vous devez être connectés pour changer votre description personnelle" msgid "You need to be logged in to change your profile photo." -msgstr "" +msgstr "Vous devez être connectés pour changer votre photo de profil " msgid "You need to be logged in to clear your profile photo." -msgstr "" +msgstr "Vous devez être connectés pour supprimer votre photo de profil" msgid "You need to be logged in to edit your profile." +msgstr "Vous devez être connectés pour modifier votre profil" + +msgid "You need to be logged in to report a request for administrator attention" msgstr "" msgid "You previously submitted that exact follow up message for this request." -msgstr "" +msgstr "Vous avez dejà utilisé le même commentaire pour cette demande ." 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 "Vous devriez avoir reçu une copie de la demande par e-mail, et vous pouvez répondre \\n en <strong> répondant simplement </ strong> à cet email. Pour plus de facilité voici l'adresse:" msgid "You want to <strong>give your postal address</strong> to the authority in private." -msgstr "" +msgstr "Vous voulez <strong>donner votre adresse postale </strong>en privé à l'autorité administrative." 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 "Vous serez incapable de faire de nouvelles demandes, envoyer des suivis, ajouter des annotations ou \\n envoyer des messages à d'autres utilisateurs. Vous pouvez continuer à voir d'autres demandes, et recevoir \\n \\n des alertes e-mail." msgid "You will no longer be emailed updates for those alerts" -msgstr "" +msgstr "Vous ne recevrez plus des mises à jour pour ces alertes " msgid "You will now be emailed updates about {{track_description}}. <a href=\"{{change_email_alerts_url}}\">Prefer not to receive emails?</a>" -msgstr "" +msgstr "Vous allez recevoir des mails de mise à jour concernant {{track_description}}. <a href=\"{{change_email_alerts_url}}\"> vous préférez ne pas recevoir de emails?</a>" msgid "You will only get an answer to your request if you follow up\\nwith the clarification." +msgstr "Vous ne pourrez obtenir une réponse à votre demande que si vous envoyer une \\n clarification." + +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 "" msgid "You're in. <a href=\"#\" id=\"send-request\">Continue sending your request</a>" -msgstr "" +msgstr "Vous y etes . <a href=\"#\" id=\"send-request\">Continuer l'evoi de votre demande </a>" msgid "You're long overdue a response to your FOI request - " -msgstr "" +msgstr "Vous attendez depuis longtemps une réponse à votre demande d'accès à l'information -" msgid "You're not following anything." -msgstr "" +msgstr "Vous ne suivez rien ." msgid "You've now cleared your profile photo" -msgstr "" - -msgid "Your %d Freedom of Information request" -msgid_plural "Your %d Freedom of Information requests" -msgstr[0] "" -msgstr[1] "" +msgstr "Vous avez supprimé votre photo de profil" -msgid "Your %d annotation" -msgid_plural "Your %d annotations" -msgstr[0] "" -msgstr[1] "" - -msgid "Your <strong>name will appear publicly</strong> \\n (<a href=\"%s\">why?</a>)\\n on this website and in search engines. If you\\n are thinking of using a pseudonym, please \\n <a href=\"%s\">read this first</a>." -msgstr "" +msgid "Your <strong>name will appear publicly</strong>\\n (<a href=\"{{why_url}}\">why?</a>)\\n on this website and in search engines. If you\\n are thinking of using a pseudonym, please\\n <a href=\"{{help_url}}\">read this first</a>." +msgstr "Votre <strong>nom va apparaître publiquement</strong>\\n (<a href=\"{{why_url}}\">pourqoi?</a>)\\n dans ce site et les moteurs de recherche . Si vous \\n vous pensez à utiliser un pseudo veuillez \\n <a href=\"{{help_url}}\">Lire ça </a>." msgid "Your annotations" -msgstr "" +msgstr "Vos commentaires " msgid "Your details, including your email address, have not been given to anyone." -msgstr "" +msgstr "Vos coordonnées, y compris votre adresse e-mail, n'ont été données à personne." msgid "Your e-mail:" -msgstr "" +msgstr "Votre e-mail:" -msgid "Your follow up has not been sent because this request has been stopped to prevent spam. Please <a href=\"%s\">contact us</a> if you really want to send a follow up message." -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." msgid "Your follow up message has been sent on its way." -msgstr "" +msgstr "Votre message de suivi à été envoyé ." msgid "Your internal review request has been sent on its way." -msgstr "" +msgstr "Votre demande de révision interne a été envoyée " msgid "Your message has been sent. Thank you for getting in touch! We'll get back to you soon." -msgstr "" +msgstr "Votre message a été envoyé . Merci de prendre contact! Nous reviendrons vers avec bientôt" msgid "Your message to {{recipient_user_name}} has been sent" -msgstr "" +msgstr "Votre message à {{recipient_user_name}} a été envoyé" msgid "Your message to {{recipient_user_name}} has been sent!" -msgstr "" +msgstr "Votre message à {{recipient_user_name}} a été envoyé!" msgid "Your message will appear in <strong>search engines</strong>" -msgstr "" +msgstr "Votre message va apparaitre dans les <strong>Moteurs de recherche</strong>" msgid "Your name and annotation will appear in <strong>search engines</strong>." -msgstr "" +msgstr "Votre nom et remarque vont apparaitre dans <strong>les moteurs de recherche</strong>." -msgid "Your name, request and any responses will appear in <strong>search engines</strong>\\n (<a href=\"%s\">details</a>)." -msgstr "" +msgid "Your name, request and any responses will appear in <strong>search engines</strong>\\n (<a href=\"{{url}}\">details</a>)." +msgstr "Votre nom , demande et toute réponse vont apparaître dans les <strong>moteurs de recherche </strong>\\n (<a href=\"{{url}}\">details</a>)." msgid "Your name:" -msgstr "" +msgstr "Votre nom:" msgid "Your original message is attached." -msgstr "" +msgstr "Votre message original est attaché" msgid "Your password has been changed." -msgstr "" +msgstr "Votre mot de passe a été changé" msgid "Your password:" -msgstr "" +msgstr "Votre mot de passe :" msgid "Your photo will be shown in public <strong>on the Internet</strong>,\\n wherever you do something on {{site_name}}." +msgstr "Votre photo va apparaitre publiquement <strong> sur internet </strong> ,\\n a chaque fois que vous changez quelque chose sur {{site_name}}." + +msgid "Your request '{{request}}' at {{url}} has been reviewed by moderators." msgstr "" -msgid "Your request was called {{info_request}}. Letting everyone know whether you got the information will help us keep tabs on" +msgid "Your request on {{site_name}} hidden" msgstr "" +msgid "Your request was called {{info_request}}. Letting everyone know whether you got the information will help us keep tabs on" +msgstr "Votre demande est appelée {{info_request}} . En laissant tout le monde savoir si vous avez obtenu l'information nous aidera a suivre " + msgid "Your request:" -msgstr "" +msgstr "Votre demande:" msgid "Your response to an FOI request was not delivered" -msgstr "" +msgstr "Votre réponse n'a pas été délivrée" -msgid "Your response will <strong>appear on the Internet</strong>, <a href=\"%s\">read why</a> and answers to other questions." -msgstr "" +msgid "Your response will <strong>appear on the Internet</strong>, <a href=\"{{url}}\">read why</a> and answers to other questions." +msgstr "Votre réponse va <strong>apparaître sur l'internet </strong>, <a href=\"{{url}}\">lire pourquoi</a> et répondre aux autres questions." msgid "Your thoughts on what the {{site_name}} <strong>administrators</strong> should do about the request." -msgstr "" +msgstr "Vos idées sur ce que les <strong>administrateurs</strong> de {{site_name}} devraient faire a propos de la demande." + +msgid "Your {{count}} Freedom of Information request" +msgid_plural "Your {{count}} Freedom of Information requests" +msgstr[0] "Votre {{count}} demande d'accès à l'information" +msgstr[1] "Vos {{count}} demandes d'accès à l'information" + +msgid "Your {{count}} annotation" +msgid_plural "Your {{count}} annotations" +msgstr[0] "Votre {{count}} remarque" +msgstr[1] "Vos {{count}} remarques" msgid "Your {{site_name}} email alert" -msgstr "" +msgstr "Votre alerte mail de {{site_name}}" msgid "Yours faithfully," msgstr "Je vous prie de croire, Monsieur/Madame, à l'assurance de mes salutations distinguées," @@ -3030,26 +3043,29 @@ msgstr "Je vous prie de croire, Monsieur/Madame, à l'assurance de mes salutatio msgid "Yours sincerely," msgstr "Je vous prie de croire, Monsieur/Madame, à l'assurance de mes salutations distinguées," -msgid "[FOI #{{request}} email]" +msgid "Yours," msgstr "" +msgid "[FOI #{{request}} email]" +msgstr "[FOI #{{request}} email]" + msgid "[{{public_body}} request email]" -msgstr "" +msgstr "[{{public_body}} request email]" msgid "[{{site_name}} contact email]" -msgstr "" +msgstr "[{{site_name}} contact email]" msgid "\\n\\n[ {{site_name}} note: The above text was badly encoded, and has had strange characters removed. ]" -msgstr "" +msgstr "\\n\\n[ {{site_name}} Remarque: Le texte ci-dessus a été mal codé, et les caractères étranges sont supprimés ]" msgid "a one line summary of the information you are requesting, \\n\t\t\te.g." -msgstr "" +msgstr "un résumé d'une ligne de l'information que vous demandez, \\n\t\t\te.g." msgid "admin" msgstr "admin" msgid "alaveteli_foi:The software that runs {{site_name}}" -msgstr "" +msgstr "alaveteli_foi:The software that runs {{site_name}}" msgid "all requests" msgstr "toutes les demandes" @@ -3058,34 +3074,34 @@ msgid "also called {{public_body_short_name}}" msgstr "aussi appelé {{public_body_short_name}}" msgid "an anonymous user" -msgstr "" +msgstr "un utilisateur anonyme" msgid "and" msgstr "et" msgid "and update the status accordingly. Perhaps <strong>you</strong> might like to help out by doing that?" -msgstr "" +msgstr "Et mettre à jour par conséquent. Peut être <strong>vous</strong> voudriez nous aider en faisant ça?" msgid "and update the status." -msgstr "" +msgstr "et mettre à jour l'état" msgid "and we'll suggest <strong>what to do next</strong>" -msgstr "" +msgstr "Et on va suggérer <strong>quoi faire après</strong>" msgid "any <a href=\"/list\">new requests</a>" -msgstr "" +msgstr "Toutes <a href=\"/list\">les nouvelles demandes</a>" msgid "any <a href=\"/list/successful\">successful requests</a>" -msgstr "" +msgstr "toutes <a href=\"/list/successful\">les demandes réussies</a>" msgid "anything" -msgstr "" +msgstr "tout" msgid "are long overdue." -msgstr "" +msgstr "sont en retard" msgid "at" -msgstr "" +msgstr "à" msgid "authorities" msgstr "institutions" @@ -3094,88 +3110,88 @@ msgid "awaiting a response" msgstr "en attente d'une réponse" msgid "beginning with ‘{{first_letter}}’" -msgstr "" +msgstr "Commençant par ‘{{first_letter}}’" msgid "between two dates" msgstr "entre deux dates" msgid "but followupable" -msgstr "" +msgstr "Mais suivable" msgid "by" -msgstr "" +msgstr "par" msgid "by <strong>{{date}}</strong>" -msgstr "" +msgstr "par <strong>{{date}}</strong>" msgid "by {{public_body_name}} to {{info_request_user}} on {{date}}." -msgstr "" +msgstr "par {{public_body_name}} à {{info_request_user}} le {{date}}." msgid "by {{user_link_absolute}}" -msgstr "" +msgstr "par {{user_link_absolute}}" msgid "comments" msgstr "commentaires" msgid "containing your postal address, and asking them to reply to this request.\\n Or you could phone them." -msgstr "" +msgstr "contenant votre adresse postale, et en leur demandant de répondre à cette demande. \\n Ou vous pouvez leur téléphoner." msgid "details" -msgstr "" +msgstr "détails" msgid "display_status only works for incoming and outgoing messages right now" -msgstr "" +msgstr "display_status n'est valide que pour les messages entrant et sortant pour le moment" msgid "during term time" -msgstr "" +msgstr "pendant l'année scolaire" msgid "edit text about you" -msgstr "" +msgstr "modifier votre description personnelle" msgid "even during holidays" -msgstr "" +msgstr "même pendant les vacances" msgid "everything" msgstr "tout" msgid "external" -msgstr "" +msgstr "Externe" msgid "has reported an" -msgstr "" +msgstr "à reporté un " msgid "have delayed." -msgstr "" +msgstr "ont retardé" msgid "hide quoted sections" -msgstr "" +msgstr "cacher les sections citées" msgid "in term time" -msgstr "" +msgstr "en période scolaire" msgid "in the category ‘{{category_name}}’" -msgstr "" +msgstr "dans la catégorie ‘{{category_name}}’" msgid "internal error" -msgstr "" +msgstr "Erreur interne" msgid "internal reviews" msgstr "révisions internes" msgid "is <strong>waiting for your clarification</strong>." -msgstr "" +msgstr "est <strong>en attente de votre clarification </strong>." msgid "just to see how it works" -msgstr "" +msgstr "Juste pour voir comment ça marche" msgid "left an annotation" -msgstr "" +msgstr "a laissé une remarque" msgid "made." -msgstr "" +msgstr "faites." msgid "matching the tag ‘{{tag_name}}’" -msgstr "" +msgstr "correspondant au tag ‘{{tag_name}}’" msgid "messages from authorities" msgstr "messages des institutions" @@ -3184,25 +3200,25 @@ msgid "messages from users" msgstr "messages des utilisateurs" msgid "move..." -msgstr "" +msgstr "déplacer" msgid "no later than" -msgstr "" +msgstr "au plus tard" -msgid "no longer exists. If you are trying to make\\n 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=\"%s\">send it to us</a>." -msgstr "" +msgid "no longer exists. If you are trying to make\\n 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 "n'existe plus . Si vous essayer de faire ça a partir de la page de demande , essayer de répondre un un message en particulier plutôt que d'envoyer \\n un suivi général. Si vous avez besoin de faire un suivi général, et vous saviez \\ n quel e-mail ira à la bonne place, s'il vous plaît <a href=\"{{url}}\">Envoyez le nous </a>." msgid "normally" -msgstr "" +msgstr "normalement" msgid "not requestable due to: {{reason}}" -msgstr "" +msgstr "non demandable en raison de: {{reason}}" msgid "please sign in as " -msgstr "" +msgstr "veuillez vous connecter en tant que " msgid "requesting an internal review" -msgstr "" +msgstr "Solliciter une révision interne " msgid "requests" msgstr "demandes" @@ -3211,25 +3227,25 @@ msgid "requests which are {{list_of_statuses}}" msgstr "demandes qui sont" 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 "réponse ayant besoin d'attention de l'administrateur. Jetez un oeil, et répondez à cet \\n email pour leur faire savoir ce que vous allez faire à ce sujet." msgid "send a follow up message" -msgstr "" +msgstr "Envoyer un message de suivi " msgid "sent to {{public_body_name}} by {{info_request_user}} on {{date}}." -msgstr "" +msgstr "Envoyée à {{public_body_name}} par {{info_request_user}} Le {{date}}." 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 "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" msgid "show quoted sections" -msgstr "" +msgstr "Afficher les sections citées" msgid "sign in" -msgstr "" +msgstr "Connexion" msgid "simple_date_format" -msgstr "" +msgstr "simple_date_format" msgid "successful" msgstr "fructueux/se" @@ -3238,10 +3254,10 @@ msgid "successful requests" msgstr "demandes qui ont abouti" msgid "that you made to" -msgstr "" +msgstr "Que vous avez fait à " msgid "the main FOI contact address for {{public_body}}" -msgstr "" +msgstr "l'adresse principale de l'agent d'accès a l'information au sein de {{public_body}}" #. This phrase completes the following sentences: #. Request an internal review from... @@ -3249,40 +3265,40 @@ msgstr "" #. Send a public reply to... #. Don't want to address your message to... ? msgid "the main FOI contact at {{public_body}}" -msgstr "" +msgstr "L'agent d'acces l'information au sein de {{public_body}}" msgid "the requester" -msgstr "" +msgstr "Le demandeur" msgid "the {{site_name}} team" -msgstr "" +msgstr "L'équipe {{site_name}}" msgid "to read" -msgstr "" +msgstr "à lire " msgid "to send a follow up message." -msgstr "" +msgstr "Pour envoyer un message de suivi ." msgid "to {{public_body}}" -msgstr "" +msgstr "à {{public_body}}" msgid "unexpected prominence on request event" -msgstr "" +msgstr "Importance inattendue de la demande " msgid "unknown reason " -msgstr "" +msgstr "raison inconnue" msgid "unknown status " -msgstr "" +msgstr "état inconnu" msgid "unresolved requests" msgstr "demandes qui n'ont pas encore abouti" msgid "unsubscribe" -msgstr "" +msgstr "se désabonner" msgid "unsubscribe all" -msgstr "" +msgstr "désabonner tout " msgid "unsuccessful" msgstr "infructueux/se" @@ -3291,28 +3307,51 @@ msgid "unsuccessful requests" msgstr "demandes qui n'ont pas abouti" msgid "useful information." -msgstr "" +msgstr "information utile" msgid "users" msgstr "utilisateurs" +msgid "what's that?" +msgstr "C'est quoi ça ?" + msgid "{{count}} FOI requests found" msgstr "{{count}} demandes d'accès aux documents administratifs trouvées" +msgid "{{count}} Freedom of Information request to {{public_body_name}}" +msgid_plural "{{count}} Freedom of Information requests to {{public_body_name}}" +msgstr[0] "{{count}} Liberté de pouvoir faire une demande d'informations sur {{public_body_name}}" +msgstr[1] "{{count}} Liberté de pouvoir faire des demandes d'informations sur {{public_body_name}}" + +msgid "{{count}} person is following this authority" +msgid_plural "{{count}} people are following this authority" +msgstr[0] "{{count}} personne suit cette autorité administrative" +msgstr[1] "{{count}} personnes suivent cette autorité administrative " + +msgid "{{count}} request" +msgid_plural "{{count}} requests" +msgstr[0] "{{count}} demande" +msgstr[1] "{{count}} demandes" + +msgid "{{count}} request made." +msgid_plural "{{count}} requests made." +msgstr[0] "{{count}} demande réalisée." +msgstr[1] "{{count}} demandes réalisées." + 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}} a dejà effectué la même demande le {{date}}. Vous pouvez soit voir la <a href=\"{{existing_request}}\">demande existante </a>,\\n ou modifier les details ci dessous pour faire une nouvelle demande similaire ." msgid "{{info_request_user_name}} only:" -msgstr "" +msgstr "{{info_request_user_name}} uniquement:" msgid "{{law_used_full}} request - {{title}}" -msgstr "" +msgstr "{{law_used_full}} demande - {{title}}" msgid "{{law_used_full}} request GQ - {{title}}" -msgstr "" +msgstr "{{law_used_full}} demande - {{title}}" msgid "{{law_used}} requests at {{public_body}}" -msgstr "" +msgstr "{{law_used}} demandes à {{public_body}}" msgid "{{length_of_time}} ago" msgstr "depuis {{length_of_time}}" @@ -3321,64 +3360,64 @@ msgid "{{list_of_things}} matching text '{{search_query}}'" msgstr "{{list_of_things}} correspondant au texte '{{search_query}}'" msgid "{{number_of_comments}} comments" -msgstr "" +msgstr "{{number_of_comments}} commentaires" msgid "{{public_body_link}} answered a request about" -msgstr "" +msgstr "{{public_body_link}} a répondu à une demande sur" msgid "{{public_body_link}} was sent a request about" -msgstr "" +msgstr "{{public_body_link}} a reçu une demande sur " msgid "{{public_body_name}} only:" -msgstr "" +msgstr "{{public_body_name}} uniquement:" msgid "{{public_body}} has asked you to explain part of your {{law_used}} request." -msgstr "" +msgstr "{{public_body}} vous a demandé de clarifier une partie de votre {{law_used}} demande." msgid "{{public_body}} sent a response to {{user_name}}" msgstr "{{public_body}} a répondu à {{user_name}}" msgid "{{reason}}, please sign in or make a new account." -msgstr "" +msgstr "{{reason}}, Veuillez vous connecter ou créer un nouveau compte." msgid "{{search_results}} matching '{{query}}'" msgstr "{{search_results}} correspondant à '{{query}}'" msgid "{{site_name}} blog and tweets" -msgstr "" +msgstr "{{site_name}} blog et tweets" msgid "{{site_name}} covers requests to {{number_of_authorities}} authorities, including:" msgstr "{{site_name}} gère les demandes adressées à {{number_of_authorities}} institutions, dont :" msgid "{{site_name}} sends new requests to <strong>{{request_email}}</strong> for this authority." -msgstr "" +msgstr "{{site_name}} Envoi de nouvelles demandes <strong>{{request_email}}</strong> pour cette autorité." msgid "{{site_name}} users have made {{number_of_requests}} requests, including:" msgstr "Les utilisateurs de {{site_name}} ont envoyé {{number_of_requests}} demandes, dont :" msgid "{{thing_changed}} was changed from <code>{{from_value}}</code> to <code>{{to_value}}</code>" -msgstr "" +msgstr "{{thing_changed}} was changed from <code>{{from_value}}</code> to <code>{{to_value}}</code>" msgid "{{title}} - a Freedom of Information request to {{public_body}}" -msgstr "" +msgstr "{{title}} - Une demande d'accès à l'information à {{public_body}}" msgid "{{user_name}} (Account suspended)" -msgstr "" +msgstr "{{user_name}} (Compte suspondu)" msgid "{{user_name}} - Freedom of Information requests" -msgstr "" +msgstr "{{user_name}} - Demandes d'accès à l'information" msgid "{{user_name}} - user profile" -msgstr "" +msgstr "{{user_name}} - profil de l'utilisateur" msgid "{{user_name}} added an annotation" msgstr "{{user_name}} a ajouté une annotation" msgid "{{user_name}} has annotated your {{law_used_short}} \\nrequest. Follow this link to see what they wrote." -msgstr "" +msgstr "{{user_name}} a commenté votre {{law_used_short}} \\ndemande. Suivez ce lien pour voir ce qu'il a ecrit " msgid "{{user_name}} has used {{site_name}} to send you the message below." -msgstr "" +msgstr "{{user_name}} a utilisé {{site_name}} pour vous envoyer le message ci-dessous." msgid "{{user_name}} sent a follow up message to {{public_body}}" msgstr "{{user_name}} a envoyé un message de relance à {{public_body}}" @@ -3387,10 +3426,10 @@ msgid "{{user_name}} sent a request to {{public_body}}" msgstr "{{user_name}} a envoyé une demande à {{public_body}}" msgid "{{username}} left an annotation:" -msgstr "" +msgstr "{{username}} a laissé une remarque:" 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}}) a fait cette {{law_used_full}} demande (<a href=\"{{request_admin_url}}\">admin</a>) à {{public_body_link}} (<a href=\"{{public_body_admin_url}}\">admin</a>)" msgid "{{user}} made this {{law_used_full}} request" -msgstr "" +msgstr "{{user}} a fait cette {{law_used_full}} demande" diff --git a/locale/fr_CA/app.po b/locale/fr_CA/app.po new file mode 100644 index 000000000..82682e1e7 --- /dev/null +++ b/locale/fr_CA/app.po @@ -0,0 +1,3411 @@ +# SOME DESCRIPTIVE TITLE. +# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER +# This file is distributed under the same license as the PACKAGE package. +# +# Translators: +msgid "" +msgstr "" +"Project-Id-Version: alaveteli\n" +"Report-Msgid-Bugs-To: http://github.com/sebbacon/alaveteli/issues\n" +"POT-Creation-Date: 2013-06-24 09:40-0700\n" +"PO-Revision-Date: 2013-07-16 08:33+0000\n" +"Last-Translator: louisecrow <louise@mysociety.org>\n" +"Language-Team: French (Canada) (http://www.transifex.com/projects/p/alaveteli/language/fr_CA/)\n" +"Language: fr_CA\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=2; plural=(n > 1);\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 "" + +msgid " (<strong>no ranty</strong> politics, read our <a href=\"{{url}}\">moderation policy</a>)" +msgstr "" + +msgid " (<strong>patience</strong>, especially for large files, it may take a while!)" +msgstr "" + +msgid " (you)" +msgstr "" + +msgid " - view and make Freedom of Information requests" +msgstr "" + +msgid " - wall" +msgstr "" + +msgid " <strong>Note:</strong>\\n We will send you an email. Follow the instructions in it to change\\n your password." +msgstr "" + +msgid " <strong>Privacy note:</strong> Your email address will be given to" +msgstr "" + +msgid " <strong>Summarise</strong> the content of any information returned. " +msgstr "" + +msgid " Advise on how to <strong>best clarify</strong> the request." +msgstr "" + +msgid " Ideas on what <strong>other documents to request</strong> which the authority may hold. " +msgstr "" + +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 "" + +msgid " Include relevant links, such as to a campaign page, your blog or a\\n twitter account. They will be made clickable. \\n e.g." +msgstr "" + +msgid " Link to the information requested, if it is <strong>already available</strong> on the Internet. " +msgstr "" + +msgid " Offer better ways of <strong>wording the request</strong> to get the information. " +msgstr "" + +msgid " Say how you've <strong>used the information</strong>, with links if possible." +msgstr "" + +msgid " Suggest <strong>where else</strong> the requester might find the information. " +msgstr "" + +msgid " What are you investigating using Freedom of Information? " +msgstr "" + +msgid " You are already being emailed updates about the request." +msgstr "" + +msgid " You will also be emailed updates about the request." +msgstr "" + +msgid " made by " +msgstr "" + +msgid " or " +msgstr "" + +msgid " when you send this message." +msgstr "" + +msgid "\"Hello! We have an <a href=\\\"/help/alaveteli?country_name=#{CGI.escape(current_country)}\\\">important message</a> for visitors outside {{country_name}}\"" +msgstr "" + +msgid "'Crime statistics by ward level for Wales'" +msgstr "" + +msgid "'Pollution levels over time for the River Tyne'" +msgstr "" + +msgid "'{{link_to_authority}}', a public authority" +msgstr "" + +msgid "'{{link_to_request}}', a request" +msgstr "" + +msgid "'{{link_to_user}}', a person" +msgstr "" + +msgid "*unknown*" +msgstr "" + +msgid ",\\n\\n\\n\\nYours,\\n\\n{{user_name}}" +msgstr "" + +msgid "- or -" +msgstr "" + +msgid "1. Select an authority" +msgstr "" + +msgid "2. Ask for Information" +msgstr "" + +msgid "3. Now check your request" +msgstr "" + +msgid "<a href=\"{{browse_url}}\">Browse all</a> or <a href=\"{{add_url}}\">ask us to add one</a>." +msgstr "" + +msgid "<a href=\"{{url}}\">Add an annotation</a> (to help the requester or others)" +msgstr "" + +msgid "<a href=\"{{url}}\">Sign in</a> to change password, subscriptions and more ({{user_name}} only)" +msgstr "" + +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 "" + +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 "" + +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 "" + +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 "" + +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 "" + +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 "" + +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 "" + +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 "" + +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 "" + +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 "" + +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 "" + +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 "" + +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 "" + +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 "" + +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 "" + +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 "" + +msgid "<p>Your {{law_used_full}} request has been <strong>sent on its way</strong>!</p>\\n <p><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\\n replied by then.</p>\\n <p>If you write about this request (for example in a forum or a blog) please link to this page, and add an\\n annotation below telling people about your writing.</p>" +msgstr "" + +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 "" + +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 "" + +msgid "<strong> Can I request information about myself?</strong>\\n\t\t\t<a href=\"{{url}}\">No! (Click here for details)</a>" +msgstr "" + +msgid "<strong><code>commented_by:tony_bowden</code></strong> to search annotations made by Tony Bowden, typing the name as in the URL." +msgstr "" + +msgid "<strong><code>filetype:pdf</code></strong> to find all responses with PDF attachments. Or try these: <code>{{list_of_file_extensions}}</code>" +msgstr "" + +msgid "<strong><code>request:</code></strong> to restrict to a specific request, typing the title as in the URL." +msgstr "" + +msgid "<strong><code>requested_by:julian_todd</code></strong> to search requests made by Julian Todd, typing the name as in the URL." +msgstr "" + +msgid "<strong><code>requested_from:home_office</code></strong> to search requests from the Home Office, typing the name as in the URL." +msgstr "" + +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 "" + +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 "" + +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 "" + +msgid "<strong>Advice</strong> on how to get a response that will satisfy the requester. </li>" +msgstr "" + +msgid "<strong>All the information</strong> has been sent" +msgstr "" + +msgid "<strong>Anything else</strong>, such as clarifying, prompting, thanking" +msgstr "" + +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 "" + +msgid "<strong>Clarification</strong> has been requested" +msgstr "" + +msgid "<strong>No response</strong> has been received\\n <small>(maybe there's just an acknowledgement)</small>" +msgstr "" + +msgid "<strong>Note:</strong> Because we're testing, requests are being sent to {{email}} rather than to the actual authority." +msgstr "" + +msgid "<strong>Note:</strong> You're sending a message to yourself, presumably\\n to try out how it works." +msgstr "" + +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 "" + +msgid "<strong>Privacy note:</strong> If you want to request private information about\\n yourself then <a href=\"{{url}}\">click here</a>." +msgstr "" + +msgid "<strong>Privacy note:</strong> Your photo will be shown in public on the Internet,\\n wherever you do something on {{site_name}}." +msgstr "" + +msgid "<strong>Privacy warning:</strong> Your message, and any response\\n to it, will be displayed publicly on this website." +msgstr "" + +msgid "<strong>Some of the information</strong> has been sent " +msgstr "" + +msgid "<strong>Thank</strong> the public authority or " +msgstr "" + +msgid "<strong>did not have</strong> the information requested." +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 "" + +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 "" + +msgid "A <strong>summary</strong> of the response if you have received it by post. " +msgstr "" + +msgid "A Freedom of Information request" +msgstr "" + +msgid "A full history of my FOI request and all correspondence is available on the Internet at this address: {{url}}" +msgstr "" + +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 "" + +msgid "A public authority" +msgstr "" + +msgid "A response will be sent <strong>by post</strong>" +msgstr "" + +msgid "A strange reponse, required attention by the {{site_name}} team" +msgstr "" + +msgid "A vexatious request" +msgstr "" + +msgid "A {{site_name}} user" +msgstr "" + +msgid "About you:" +msgstr "" + +msgid "Act on what you've learnt" +msgstr "" + +msgid "Acts as xapian/acts as xapian job" +msgstr "" + +msgid "ActsAsXapian::ActsAsXapianJob|Action" +msgstr "" + +msgid "ActsAsXapian::ActsAsXapianJob|Model" +msgstr "" + +msgid "Add an annotation" +msgstr "" + +msgid "Add an annotation to your request with choice quotes, or\\n a <strong>summary of the response</strong>." +msgstr "" + +msgid "Added on {{date}}" +msgstr "" + +msgid "Admin level is not included in list" +msgstr "" + +msgid "Administration URL:" +msgstr "" + +msgid "Advanced search" +msgstr "" + +msgid "Advanced search tips" +msgstr "" + +msgid "Advise on whether the <strong>refusal is legal</strong>, and how to complain about it if not." +msgstr "" + +msgid "Air, water, soil, land, flora and fauna (including how these effect\\n human beings)" +msgstr "" + +msgid "All of the information requested has been received" +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 "" + +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 "" + +msgid "Also called {{other_name}}." +msgstr "" + +msgid "Also send me alerts by email" +msgstr "" + +msgid "Alter your subscription" +msgstr "" + +msgid "Although all responses are automatically published, we depend on\\nyou, the original requester, to evaluate them." +msgstr "" + +msgid "An <a href=\"{{request_url}}\">annotation</a> to <em>{{request_title}}</em> was made by {{event_comment_user}} on {{date}}" +msgstr "" + +msgid "An <strong>error message</strong> has been received" +msgstr "" + +msgid "An Environmental Information Regulations request" +msgstr "" + +msgid "An anonymous user" +msgstr "" + +msgid "Annotation added to request" +msgstr "" + +msgid "Annotations" +msgstr "" + +msgid "Annotations are so anyone, including you, can help the requester with their request. For example:" +msgstr "" + +msgid "Annotations will be posted publicly here, and are\\n <strong>not</strong> sent to {{public_body_name}}." +msgstr "" + +msgid "Anonymous user" +msgstr "" + +msgid "Anyone:" +msgstr "" + +msgid "Applies to" +msgstr "" + +msgid "Are we missing a public authority?" +msgstr "" + +msgid "Are you the owner of any commercial copyright on this page?" +msgstr "" + +msgid "Ask for <strong>specific</strong> documents or information, this site is not suitable for general enquiries." +msgstr "" + +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 "" + +msgid "Attachment (optional):" +msgstr "" + +msgid "Attachment:" +msgstr "" + +msgid "Awaiting classification." +msgstr "" + +msgid "Awaiting internal review." +msgstr "" + +msgid "Awaiting response." +msgstr "" + +msgid "Beginning with" +msgstr "" + +msgid "Browse <a href='{{url}}'>other requests</a> for examples of how to word your request." +msgstr "" + +msgid "Browse <a href='{{url}}'>other requests</a> to '{{public_body_name}}' for examples of how to word your request." +msgstr "" + +msgid "Browse all authorities..." +msgstr "" + +msgid "By law, under all circumstances, {{public_body_link}} should have responded by now" +msgstr "" + +msgid "By law, {{public_body_link}} should normally have responded <strong>promptly</strong> and" +msgstr "" + +msgid "Calculated home page" +msgstr "" + +msgid "Can't find the one you want?" +msgstr "" + +msgid "Cancel a {{site_name}} alert" +msgstr "" + +msgid "Cancel some {{site_name}} alerts" +msgstr "" + +msgid "Cancel, return to your profile page" +msgstr "" + +msgid "Censor rule" +msgstr "" + +msgid "CensorRule|Last edit comment" +msgstr "" + +msgid "CensorRule|Last edit editor" +msgstr "" + +msgid "CensorRule|Regexp" +msgstr "" + +msgid "CensorRule|Replacement" +msgstr "" + +msgid "CensorRule|Text" +msgstr "" + +msgid "Change email on {{site_name}}" +msgstr "" + +msgid "Change password on {{site_name}}" +msgstr "" + +msgid "Change profile photo" +msgstr "" + +msgid "Change the text about you on your profile at {{site_name}}" +msgstr "" + +msgid "Change your email" +msgstr "" + +msgid "Change your email address used on {{site_name}}" +msgstr "" + +msgid "Change your password" +msgstr "" + +msgid "Change your password on {{site_name}}" +msgstr "" + +msgid "Change your password {{site_name}}" +msgstr "" + +msgid "Charity registration" +msgstr "" + +msgid "Check for mistakes if you typed or copied the address." +msgstr "" + +msgid "Check you haven't included any <strong>personal information</strong>." +msgstr "" + +msgid "Choose your profile photo" +msgstr "" + +msgid "Clarification" +msgstr "" + +msgid "Clarify your FOI request - " +msgstr "" + +msgid "Classify an FOI response from " +msgstr "" + +msgid "Clear photo" +msgstr "" + +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 "" + +msgid "Click on the link below to send a message to {{public_body}} reminding them to reply to your request." +msgstr "" + +msgid "Close" +msgstr "" + +msgid "Comment" +msgstr "" + +msgid "Comment|Body" +msgstr "" + +msgid "Comment|Comment type" +msgstr "" + +msgid "Comment|Locale" +msgstr "" + +msgid "Comment|Visible" +msgstr "" + +msgid "Confirm you want to follow all successful FOI requests" +msgstr "" + +msgid "Confirm you want to follow new requests" +msgstr "" + +msgid "Confirm you want to follow new requests or responses matching your search" +msgstr "" + +msgid "Confirm you want to follow requests by '{{user_name}}'" +msgstr "" + +msgid "Confirm you want to follow requests to '{{public_body_name}}'" +msgstr "" + +msgid "Confirm you want to follow the request '{{request_title}}'" +msgstr "" + +msgid "Confirm your FOI request to " +msgstr "" + +msgid "Confirm your account on {{site_name}}" +msgstr "" + +msgid "Confirm your annotation to {{info_request_title}}" +msgstr "" + +msgid "Confirm your email address" +msgstr "" + +msgid "Confirm your new email address on {{site_name}}" +msgstr "" + +msgid "Considered by administrators as not an FOI request and hidden from site." +msgstr "" + +msgid "Considered by administrators as vexatious and hidden from site." +msgstr "" + +msgid "Contact {{recipient}}" +msgstr "" + +msgid "Contact {{site_name}}" +msgstr "" + +msgid "Could not identify the request from the email address" +msgstr "" + +msgid "Couldn't understand the image file that you uploaded. PNG, JPEG, GIF and many other common image file formats are supported." +msgstr "" + +msgid "Crop your profile photo" +msgstr "" + +msgid "Cultural sites and built structures (as they may be affected by the\\n environmental factors listed above)" +msgstr "" + +msgid "Currently <strong>waiting for a response</strong> from {{public_body_link}}, they must respond promptly and" +msgstr "" + +msgid "Date:" +msgstr "" + +msgid "Dear {{name}}," +msgstr "" + +msgid "Dear {{public_body_name}}," +msgstr "" + +msgid "Default locale" +msgstr "" + +msgid "Delayed response to your FOI request - " +msgstr "" + +msgid "Delayed." +msgstr "" + +msgid "Delivery error" +msgstr "" + +msgid "Destroy {{name}}" +msgstr "" + +msgid "Details of request '" +msgstr "" + +msgid "Did you mean: {{correction}}" +msgstr "" + +msgid "Disclaimer: This message and any reply that you make will be published on the internet. Our privacy and copyright policies:" +msgstr "" + +msgid "Disclosure log" +msgstr "" + +msgid "Disclosure log URL" +msgstr "" + +msgid "Don't want to address your message to {{person_or_body}}? You can also write to:" +msgstr "" + +msgid "Done" +msgstr "" + +msgid "Done >>" +msgstr "" + +msgid "Download a zip file of all correspondence" +msgstr "" + +msgid "Download original attachment" +msgstr "" + +msgid "EIR" +msgstr "" + +msgid "Edit" +msgstr "" + +msgid "Edit and add <strong>more details</strong> to the message above,\\n explaining why you are dissatisfied with their response." +msgstr "" + +msgid "Edit text about you" +msgstr "" + +msgid "Edit this request" +msgstr "" + +msgid "Either the email or password was not recognised, please try again." +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 "" + +msgid "Email doesn't look like a valid address" +msgstr "" + +msgid "Email me future updates to this request" +msgstr "" + +msgid "Enter words that you want to find separated by spaces, e.g. <strong>climbing lane</strong>" +msgstr "" + +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 "" + +msgid "Environmental Information Regulations" +msgstr "" + +msgid "Environmental Information Regulations requests made" +msgstr "" + +msgid "Environmental Information Regulations requests made using this site" +msgstr "" + +msgid "Event history" +msgstr "" + +msgid "Event history details" +msgstr "" + +msgid "Event {{id}}" +msgstr "" + +msgid "Everything that you enter on this page, including <strong>your name</strong>,\\n will be <strong>displayed publicly</strong> on\\n this website forever (<a href=\"{{url}}\">why?</a>)." +msgstr "" + +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 "" + +msgid "FOI" +msgstr "" + +msgid "FOI email address for {{public_body}}" +msgstr "" + +msgid "FOI request – {{title}}" +msgstr "" + +msgid "FOI requests" +msgstr "" + +msgid "FOI requests by '{{user_name}}'" +msgstr "" + +msgid "FOI requests {{start_count}} to {{end_count}} of {{total_count}}" +msgstr "" + +msgid "FOI response requires admin ({{reason}}) - {{title}}" +msgstr "" + +msgid "Failed to convert image to a PNG" +msgstr "" + +msgid "Failed to convert image to the correct size: at {{cols}}x{{rows}}, need {{width}}x{{height}}" +msgstr "" + +msgid "Filter" +msgstr "" + +msgid "First, did your other requests succeed?" +msgstr "" + +msgid "First, type in the <strong>name of the UK public authority</strong> you'd\\n like information from. <strong>By law, they have to respond</strong>\\n (<a href=\"{{url}}\">why?</a>)." +msgstr "" + +msgid "Foi attachment" +msgstr "" + +msgid "FoiAttachment|Charset" +msgstr "" + +msgid "FoiAttachment|Content type" +msgstr "" + +msgid "FoiAttachment|Display size" +msgstr "" + +msgid "FoiAttachment|Filename" +msgstr "" + +msgid "FoiAttachment|Hexdigest" +msgstr "" + +msgid "FoiAttachment|Url part number" +msgstr "" + +msgid "FoiAttachment|Within rfc822 subject" +msgstr "" + +msgid "Follow" +msgstr "" + +msgid "Follow all new requests" +msgstr "" + +msgid "Follow new successful responses" +msgstr "" + +msgid "Follow requests to {{public_body_name}}" +msgstr "" + +msgid "Follow these requests" +msgstr "" + +msgid "Follow things matching this search" +msgstr "" + +msgid "Follow this authority" +msgstr "" + +msgid "Follow this link to see the request:" +msgstr "" + +msgid "Follow this person" +msgstr "" + +msgid "Follow this request" +msgstr "" + +msgid "Follow up" +msgstr "" + +msgid "Follow up message sent by requester" +msgstr "" + +msgid "Follow up messages to existing requests are sent to " +msgstr "" + +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 "" + +msgid "Follow us on twitter" +msgstr "" + +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 "" + +msgid "For an unknown reason, it is not possible to make a request to this authority." +msgstr "" + +msgid "Forgotten your password?" +msgstr "" + +msgid "Found {{count}} public authority {{description}}" +msgid_plural "Found {{count}} public authorities {{description}}" +msgstr[0] "" +msgstr[1] "" + +msgid "Freedom of Information" +msgstr "" + +msgid "Freedom of Information Act" +msgstr "" + +msgid "Freedom of Information law does not apply to this authority, so you cannot make\\n a request to it." +msgstr "" + +msgid "Freedom of Information law no longer applies to" +msgstr "" + +msgid "Freedom of Information law no longer applies to this authority.Follow up messages to existing requests are sent to " +msgstr "" + +msgid "Freedom of Information requests made" +msgstr "" + +msgid "Freedom of Information requests made by this person" +msgstr "" + +msgid "Freedom of Information requests made by you" +msgstr "" + +msgid "Freedom of Information requests made using this site" +msgstr "" + +msgid "Freedom of information requests to" +msgstr "" + +msgid "From" +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 "" + +msgid "GIVE DETAILS ABOUT YOUR COMPLAINT HERE" +msgstr "" + +msgid "Handled by post." +msgstr "" + +msgid "Has tag string/has tag string tag" +msgstr "" + +msgid "HasTagString::HasTagStringTag|Model" +msgstr "" + +msgid "HasTagString::HasTagStringTag|Name" +msgstr "" + +msgid "HasTagString::HasTagStringTag|Value" +msgstr "" + +msgid "Hello! You can make Freedom of Information requests within {{country_name}} at {{link_to_website}}" +msgstr "" + +msgid "Hello, {{username}}!" +msgstr "" + +msgid "Help" +msgstr "" + +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 "" + +msgid "Here is the message you wrote, in case you would like to copy the text and save it for later." +msgstr "" + +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 "" + +msgid "Hide request" +msgstr "" + +msgid "Holiday" +msgstr "" + +msgid "Holiday|Day" +msgstr "" + +msgid "Holiday|Description" +msgstr "" + +msgid "Home" +msgstr "" + +msgid "Home page" +msgstr "" + +msgid "Home page of authority" +msgstr "" + +msgid "However, you have the right to request environmental\\n information under a different law" +msgstr "" + +msgid "Human health and safety" +msgstr "" + +msgid "I am asking for <strong>new information</strong>" +msgstr "" + +msgid "I am requesting an <strong>internal review</strong>" +msgstr "" + +msgid "I am writing to request an internal review of {{public_body_name}}'s handling of my FOI request '{{info_request_title}}'." +msgstr "" + +msgid "I don't like these ones — give me some more!" +msgstr "" + +msgid "I don't want to do any more tidying now!" +msgstr "" + +msgid "I like this request" +msgstr "" + +msgid "I would like to <strong>withdraw this request</strong>" +msgstr "" + +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 "" + +msgid "I'm waiting for an <strong>internal review</strong> response" +msgstr "" + +msgid "I've been asked to <strong>clarify</strong> my request" +msgstr "" + +msgid "I've received <strong>all the information" +msgstr "" + +msgid "I've received <strong>some of the information</strong>" +msgstr "" + +msgid "I've received an <strong>error message</strong>" +msgstr "" + +msgid "I've received an error message" +msgstr "" + +msgid "Id" +msgstr "" + +msgid "If the address is wrong, or you know a better address, please <a href=\"{{url}}\">contact us</a>." +msgstr "" + +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 "" + +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 "" + +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 "" + +msgid "If you are still having trouble, please <a href=\"{{url}}\">contact us</a>." +msgstr "" + +msgid "If you are the requester, then you may <a href=\"{{url}}\">sign in</a> to view the request." +msgstr "" + +msgid "If you are thinking of using a pseudonym,\\n please <a href=\"{{url}}\">read this first</a>." +msgstr "" + +msgid "If you are {{user_link}}, please" +msgstr "" + +msgid "If you believe this request is not suitable, you can report it for attention by the site administrators" +msgstr "" + +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 "" + +msgid "If you can, scan in or photograph the response, and <strong>send us\\n a copy to upload</strong>." +msgstr "" + +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 "" + +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 "" + +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 "" + +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 "" + +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 "" + +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 "" + +msgid "If you're new to {{site_name}}" +msgstr "" + +msgid "If you've used {{site_name}} before" +msgstr "" + +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 "" + +msgid "Incoming email address" +msgstr "" + +msgid "Incoming message" +msgstr "" + +msgid "IncomingMessage|Cached attachment text clipped" +msgstr "" + +msgid "IncomingMessage|Cached main body text folded" +msgstr "" + +msgid "IncomingMessage|Cached main body text unfolded" +msgstr "" + +msgid "IncomingMessage|Last parsed" +msgstr "" + +msgid "IncomingMessage|Mail from" +msgstr "" + +msgid "IncomingMessage|Mail from domain" +msgstr "" + +msgid "IncomingMessage|Sent at" +msgstr "" + +msgid "IncomingMessage|Subject" +msgstr "" + +msgid "IncomingMessage|Valid to reply to" +msgstr "" + +msgid "Individual requests" +msgstr "" + +msgid "Info request" +msgstr "" + +msgid "Info request event" +msgstr "" + +msgid "InfoRequestEvent|Calculated state" +msgstr "" + +msgid "InfoRequestEvent|Described state" +msgstr "" + +msgid "InfoRequestEvent|Event type" +msgstr "" + +msgid "InfoRequestEvent|Last described at" +msgstr "" + +msgid "InfoRequestEvent|Params yaml" +msgstr "" + +msgid "InfoRequestEvent|Prominence" +msgstr "" + +msgid "InfoRequest|Allow new responses from" +msgstr "" + +msgid "InfoRequest|Attention requested" +msgstr "" + +msgid "InfoRequest|Awaiting description" +msgstr "" + +msgid "InfoRequest|Comments allowed" +msgstr "" + +msgid "InfoRequest|Described state" +msgstr "" + +msgid "InfoRequest|External url" +msgstr "" + +msgid "InfoRequest|External user name" +msgstr "" + +msgid "InfoRequest|Handle rejected responses" +msgstr "" + +msgid "InfoRequest|Idhash" +msgstr "" + +msgid "InfoRequest|Law used" +msgstr "" + +msgid "InfoRequest|Prominence" +msgstr "" + +msgid "InfoRequest|Title" +msgstr "" + +msgid "InfoRequest|Url title" +msgstr "" + +msgid "Information not held." +msgstr "" + +msgid "Information on emissions and discharges (e.g. noise, energy,\\n radiation, waste materials)" +msgstr "" + +msgid "Internal review request" +msgstr "" + +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 "" + +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 "" + +msgid "Items matching the following conditions are currently displayed on your wall." +msgstr "" + +msgid "Items sent in last month" +msgstr "" + +msgid "Joined in" +msgstr "" + +msgid "Joined {{site_name}} in" +msgstr "" + +msgid "Just one more thing" +msgstr "" + +msgid "Keep it <strong>focused</strong>, you'll be more likely to get what you want (<a href=\"{{url}}\">why?</a>)." +msgstr "" + +msgid "Keywords" +msgstr "" + +msgid "Last authority viewed: " +msgstr "" + +msgid "Last request viewed: " +msgstr "" + +msgid "Let us know what you were doing when this message\\nappeared and your browser and operating system type and version." +msgstr "" + +msgid "Link to this" +msgstr "" + +msgid "List all" +msgstr "" + +msgid "List of all authorities (CSV)" +msgstr "" + +msgid "Listing FOI requests" +msgstr "" + +msgid "Listing public authorities" +msgstr "" + +msgid "Listing public authorities matching '{{query}}'" +msgstr "" + +msgid "Listing tracks" +msgstr "" + +msgid "Listing users" +msgstr "" + +msgid "Log in to download a zip file of {{info_request_title}}" +msgstr "" + +msgid "Log into the admin interface" +msgstr "" + +msgid "Long overdue." +msgstr "" + +msgid "Made between" +msgstr "" + +msgid "Mail server log" +msgstr "" + +msgid "Mail server log done" +msgstr "" + +msgid "MailServerLogDone|Filename" +msgstr "" + +msgid "MailServerLogDone|Last stat" +msgstr "" + +msgid "MailServerLog|Line" +msgstr "" + +msgid "MailServerLog|Order" +msgstr "" + +msgid "Make a new<br/>\\n <strong>Freedom <span>of</span><br/>\\n Information<br/>\\n request</strong>" +msgstr "" + +msgid "Make a request" +msgstr "" + +msgid "Make a request to this authority" +msgstr "" + +msgid "Make an {{law_used_short}} request to '{{public_body_name}}'" +msgstr "" + +msgid "Make and browse Freedom of Information (FOI) requests" +msgstr "" + +msgid "Make your own request" +msgstr "" + +msgid "Many requests" +msgstr "" + +msgid "Message" +msgstr "" + +msgid "Message sent using {{site_name}} contact form, " +msgstr "" + +msgid "Missing contact details for '" +msgstr "" + +msgid "More about this authority" +msgstr "" + +msgid "More requests..." +msgstr "" + +msgid "More similar requests" +msgstr "" + +msgid "More successful requests..." +msgstr "" + +msgid "My profile" +msgstr "" + +msgid "My request has been <strong>refused</strong>" +msgstr "" + +msgid "My requests" +msgstr "" + +msgid "My wall" +msgstr "" + +msgid "Name can't be blank" +msgstr "" + +msgid "Name is already taken" +msgstr "" + +msgid "New Freedom of Information requests" +msgstr "" + +msgid "New censor rule" +msgstr "" + +msgid "New e-mail:" +msgstr "" + +msgid "New email doesn't look like a valid address" +msgstr "" + +msgid "New password:" +msgstr "" + +msgid "New password: (again)" +msgstr "" + +msgid "New response to '{{title}}'" +msgstr "" + +msgid "New response to your FOI request - " +msgstr "" + +msgid "New response to your request" +msgstr "" + +msgid "New response to {{law_used_short}} request" +msgstr "" + +msgid "New updates for the request '{{request_title}}'" +msgstr "" + +msgid "Newest results first" +msgstr "" + +msgid "Next" +msgstr "" + +msgid "Next, crop your photo >>" +msgstr "" + +msgid "No requests of this sort yet." +msgstr "" + +msgid "No results found." +msgstr "" + +msgid "No similar requests found." +msgstr "" + +msgid "No tracked things found." +msgstr "" + +msgid "Nobody has made any Freedom of Information requests to {{public_body_name}} using this site yet." +msgstr "" + +msgid "None found." +msgstr "" + +msgid "None made." +msgstr "" + +msgid "Not a valid 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." +msgstr "" + +msgid "Now check your email!" +msgstr "" + +msgid "Now preview your annotation" +msgstr "" + +msgid "Now preview your follow up" +msgstr "" + +msgid "Now preview your message asking for an internal review" +msgstr "" + +msgid "OR remove the existing photo" +msgstr "" + +msgid "Offensive? Unsuitable?" +msgstr "" + +msgid "Oh no! Sorry to hear that your request was refused. Here is what to do now." +msgstr "" + +msgid "Old e-mail:" +msgstr "" + +msgid "Old email address isn't the same as the address of the account you are logged in with" +msgstr "" + +msgid "Old email doesn't look like a valid address" +msgstr "" + +msgid "On this page" +msgstr "" + +msgid "One FOI request found" +msgstr "" + +msgid "One person found" +msgstr "" + +msgid "One public authority found" +msgstr "" + +msgid "Only put in abbreviations which are really used, otherwise leave blank. Short or long name is used in the URL – don't worry about breaking URLs through renaming, as the history is used to redirect" +msgstr "" + +msgid "Only requests made using {{site_name}} are shown." +msgstr "" + +msgid "Only the authority can reply to this request, and I don't recognise the address this reply was sent from" +msgstr "" + +msgid "Only the authority can reply to this request, but there is no \"From\" address to check against" +msgstr "" + +msgid "Or search in their website for this information." +msgstr "" + +msgid "Original request sent" +msgstr "" + +msgid "Other:" +msgstr "" + +msgid "Outgoing message" +msgstr "" + +msgid "OutgoingMessage|Body" +msgstr "" + +msgid "OutgoingMessage|Last sent at" +msgstr "" + +msgid "OutgoingMessage|Message type" +msgstr "" + +msgid "OutgoingMessage|Status" +msgstr "" + +msgid "OutgoingMessage|What doing" +msgstr "" + +msgid "Partially successful." +msgstr "" + +msgid "Password is not correct" +msgstr "" + +msgid "Password:" +msgstr "" + +msgid "Password: (again)" +msgstr "" + +msgid "Paste this link into emails, tweets, and anywhere else:" +msgstr "" + +msgid "People" +msgstr "" + +msgid "People {{start_count}} to {{end_count}} of {{total_count}}" +msgstr "" + +msgid "Photo of you:" +msgstr "" + +msgid "Plans and administrative measures that affect these matters" +msgstr "" + +msgid "Play the request categorisation game" +msgstr "" + +msgid "Play the request categorisation game!" +msgstr "" + +msgid "Please" +msgstr "" + +msgid "Please <a href=\"{{url}}\">get in touch</a> with us so we can fix it." +msgstr "" + +msgid "Please <strong>answer the question above</strong> so we know whether the " +msgstr "" + +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 "" + +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 "" + +msgid "Please ask for environmental information only" +msgstr "" + +msgid "Please check the URL (i.e. the long code of letters and numbers) is copied\\ncorrectly from your email." +msgstr "" + +msgid "Please choose a file containing your photo." +msgstr "" + +msgid "Please choose a reason" +msgstr "" + +msgid "Please choose what sort of reply you are making." +msgstr "" + +msgid "Please choose whether or not you got some of the information that you wanted." +msgstr "" + +msgid "Please click on the link below to cancel or alter these emails." +msgstr "" + +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 "" + +msgid "Please click on the link below to confirm your email address." +msgstr "" + +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 "" + +msgid "Please don't upload offensive pictures. We will take down images\\n that we consider inappropriate." +msgstr "" + +msgid "Please enable \"cookies\" to carry on" +msgstr "" + +msgid "Please enter a password" +msgstr "" + +msgid "Please enter a subject" +msgstr "" + +msgid "Please enter a summary of your request" +msgstr "" + +msgid "Please enter a valid email address" +msgstr "" + +msgid "Please enter the message you want to send" +msgstr "" + +msgid "Please enter the same password twice" +msgstr "" + +msgid "Please enter your annotation" +msgstr "" + +msgid "Please enter your email address" +msgstr "" + +msgid "Please enter your follow up message" +msgstr "" + +msgid "Please enter your letter requesting information" +msgstr "" + +msgid "Please enter your name" +msgstr "" + +msgid "Please enter your name, not your email address, in the name field." +msgstr "" + +msgid "Please enter your new email address" +msgstr "" + +msgid "Please enter your old email address" +msgstr "" + +msgid "Please enter your password" +msgstr "" + +msgid "Please give details explaining why you want a review" +msgstr "" + +msgid "Please keep it shorter than 500 characters" +msgstr "" + +msgid "Please keep the summary short, like in the subject of an email. You can use a phrase, rather than a full sentence." +msgstr "" + +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 "" + +msgid "Please pass this on to the person who conducts Freedom of Information reviews." +msgstr "" + +msgid "Please select each of these requests in turn, and <strong>let everyone know</strong>\\nif they are successful yet or not." +msgstr "" + +msgid "Please sign at the bottom with your name, or alter the \"{{signoff}}\" signature" +msgstr "" + +msgid "Please sign in as " +msgstr "" + +msgid "Please sign in or make a new account." +msgstr "" + +msgid "Please type a message and/or choose a file containing your response." +msgstr "" + +msgid "Please use this email address for all replies to this request:" +msgstr "" + +msgid "Please write a summary with some text in it" +msgstr "" + +msgid "Please write the summary using a mixture of capital and lower case letters. This makes it easier for others to read." +msgstr "" + +msgid "Please write your annotation using a mixture of capital and lower case letters. This makes it easier for others to read." +msgstr "" + +msgid "Please write your follow up message containing the necessary clarifications below." +msgstr "" + +msgid "Please write your message using a mixture of capital and lower case letters. This makes it easier for others to read." +msgstr "" + +msgid "Point to <strong>related information</strong>, campaigns or forums which may be useful." +msgstr "" + +msgid "Possibly related requests:" +msgstr "" + +msgid "Post annotation" +msgstr "" + +msgid "Post redirect" +msgstr "" + +msgid "PostRedirect|Circumstance" +msgstr "" + +msgid "PostRedirect|Email token" +msgstr "" + +msgid "PostRedirect|Post params yaml" +msgstr "" + +msgid "PostRedirect|Reason params yaml" +msgstr "" + +msgid "PostRedirect|Token" +msgstr "" + +msgid "PostRedirect|Uri" +msgstr "" + +msgid "Posted on {{date}} by {{author}}" +msgstr "" + +msgid "Powered by <a href=\"http://www.alaveteli.org/\">Alaveteli</a>" +msgstr "" + +msgid "Prev" +msgstr "" + +msgid "Preview follow up to '" +msgstr "" + +msgid "Preview new annotation on '{{info_request_title}}'" +msgstr "" + +msgid "Preview your annotation" +msgstr "" + +msgid "Preview your message" +msgstr "" + +msgid "Preview your public request" +msgstr "" + +msgid "Profile photo" +msgstr "" + +msgid "ProfilePhoto|Data" +msgstr "" + +msgid "ProfilePhoto|Draft" +msgstr "" + +msgid "Public authorities" +msgstr "" + +msgid "Public authorities - {{description}}" +msgstr "" + +msgid "Public authorities {{start_count}} to {{end_count}} of {{total_count}}" +msgstr "" + +msgid "Public authority – {{name}}" +msgstr "" + +msgid "Public body" +msgstr "" + +msgid "Public notes" +msgstr "" + +msgid "Public page" +msgstr "" + +msgid "Public page not available" +msgstr "" + +msgid "PublicBody|Api key" +msgstr "" + +msgid "PublicBody|Disclosure log" +msgstr "" + +msgid "PublicBody|First letter" +msgstr "" + +msgid "PublicBody|Home page" +msgstr "" + +msgid "PublicBody|Info requests count" +msgstr "" + +msgid "PublicBody|Last edit comment" +msgstr "" + +msgid "PublicBody|Last edit editor" +msgstr "" + +msgid "PublicBody|Name" +msgstr "" + +msgid "PublicBody|Notes" +msgstr "" + +msgid "PublicBody|Publication scheme" +msgstr "" + +msgid "PublicBody|Request email" +msgstr "" + +msgid "PublicBody|Short name" +msgstr "" + +msgid "PublicBody|Url name" +msgstr "" + +msgid "PublicBody|Version" +msgstr "" + +msgid "Publication scheme" +msgstr "" + +msgid "Publication scheme URL" +msgstr "" + +msgid "Purge request" +msgstr "" + +msgid "PurgeRequest|Model" +msgstr "" + +msgid "PurgeRequest|Url" +msgstr "" + +msgid "RSS feed" +msgstr "" + +msgid "RSS feed of updates" +msgstr "" + +msgid "Re-edit this annotation" +msgstr "" + +msgid "Re-edit this message" +msgstr "" + +msgid "Read about <a href=\"{{advanced_search_url}}\">advanced search operators</a>, such as proximity and wildcards." +msgstr "" + +msgid "Read blog" +msgstr "" + +msgid "Received an error message, such as delivery failure." +msgstr "" + +msgid "Recently described results first" +msgstr "" + +msgid "Refused." +msgstr "" + +msgid "Remember me</label> (keeps you signed in longer;\\n do not use on a public computer) " +msgstr "" + +msgid "Report abuse" +msgstr "" + +msgid "Report an offensive or unsuitable request" +msgstr "" + +msgid "Report request" +msgstr "" + +msgid "Report this request" +msgstr "" + +msgid "Reported for administrator attention." +msgstr "" + +msgid "Request an internal review" +msgstr "" + +msgid "Request an internal review from {{person_or_body}}" +msgstr "" + +msgid "Request email" +msgstr "" + +msgid "Request has been removed" +msgstr "" + +msgid "Request sent to {{public_body_name}} by {{info_request_user}} on {{date}}." +msgstr "" + +msgid "Request to {{public_body_name}} by {{info_request_user}}. Annotated by {{event_comment_user}} on {{date}}." +msgstr "" + +msgid "Requested from {{public_body_name}} by {{info_request_user}} on {{date}}" +msgstr "" + +msgid "Requested on {{date}}" +msgstr "" + +msgid "Requests for personal information and vexatious requests are not considered valid for FOI purposes (<a href=\"/help/about\">read more</a>)." +msgstr "" + +msgid "Requests or responses matching your saved search" +msgstr "" + +msgid "Respond by email" +msgstr "" + +msgid "Respond to request" +msgstr "" + +msgid "Respond to the FOI request" +msgstr "" + +msgid "Respond using the web" +msgstr "" + +msgid "Response" +msgstr "" + +msgid "Response from a public authority" +msgstr "" + +msgid "Response to '{{title}}'" +msgstr "" + +msgid "Response to this request is <strong>delayed</strong>." +msgstr "" + +msgid "Response to this request is <strong>long overdue</strong>." +msgstr "" + +msgid "Response to your request" +msgstr "" + +msgid "Response:" +msgstr "" + +msgid "Restrict to" +msgstr "" + +msgid "Results page {{page_number}}" +msgstr "" + +msgid "Save" +msgstr "" + +msgid "Search" +msgstr "" + +msgid "Search Freedom of Information requests, public authorities and users" +msgstr "" + +msgid "Search contributions by this person" +msgstr "" + +msgid "Search for words in:" +msgstr "" + +msgid "Search in" +msgstr "" + +msgid "Search over<br/>\\n <strong>{{number_of_requests}} requests</strong> <span>and</span><br/>\\n <strong>{{number_of_authorities}} authorities</strong>" +msgstr "" + +msgid "Search queries" +msgstr "" + +msgid "Search results" +msgstr "" + +msgid "Search the site to find what you were looking for." +msgstr "" + +msgid "Search within the {{count}} Freedom of Information requests to {{public_body_name}}" +msgid_plural "Search within the {{count}} Freedom of Information requests made to {{public_body_name}}" +msgstr[0] "" +msgstr[1] "" + +msgid "Search your contributions" +msgstr "" + +msgid "See bounce message" +msgstr "" + +msgid "Select one to see more information about the authority." +msgstr "" + +msgid "Select the authority to write to" +msgstr "" + +msgid "Send a followup" +msgstr "" + +msgid "Send a message to " +msgstr "" + +msgid "Send a public follow up message to {{person_or_body}}" +msgstr "" + +msgid "Send a public reply to {{person_or_body}}" +msgstr "" + +msgid "Send follow up to '{{title}}'" +msgstr "" + +msgid "Send message" +msgstr "" + +msgid "Send message to " +msgstr "" + +msgid "Send request" +msgstr "" + +msgid "Set your profile photo" +msgstr "" + +msgid "Short name" +msgstr "" + +msgid "Short name is already taken" +msgstr "" + +msgid "Show most relevant results first" +msgstr "" + +msgid "Show only..." +msgstr "" + +msgid "Showing" +msgstr "" + +msgid "Sign in" +msgstr "" + +msgid "Sign in or make a new account" +msgstr "" + +msgid "Sign in or sign up" +msgstr "" + +msgid "Sign out" +msgstr "" + +msgid "Sign up" +msgstr "" + +msgid "Similar requests" +msgstr "" + +msgid "Simple search" +msgstr "" + +msgid "Some notes have been added to your FOI request - " +msgstr "" + +msgid "Some of the information requested has been received" +msgstr "" + +msgid "Some people who've made requests haven't let us know whether they were\\nsuccessful or not. We need <strong>your</strong> help –\\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 "" + +msgid "Somebody added a note to your FOI request - " +msgstr "" + +msgid "Someone has updated the status of your request" +msgstr "" + +msgid "Someone, perhaps you, just tried to change their email address on\\n{{site_name}} from {{old_email}} to {{new_email}}." +msgstr "" + +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 "" + +msgid "Sorry, but only {{user_name}} is allowed to do that." +msgstr "" + +msgid "Sorry, there was a problem processing this page" +msgstr "" + +msgid "Sorry, we couldn't find that page" +msgstr "" + +msgid "Special note for this authority!" +msgstr "" + +msgid "Start now »" +msgstr "" + +msgid "Start your own blog" +msgstr "" + +msgid "Stay up to date" +msgstr "" + +msgid "Still awaiting an <strong>internal review</strong>" +msgstr "" + +msgid "Subject" +msgstr "" + +msgid "Subject:" +msgstr "" + +msgid "Submit" +msgstr "" + +msgid "Submit status" +msgstr "" + +msgid "Submit status and send message" +msgstr "" + +msgid "Subscribe to blog" +msgstr "" + +msgid "Successful Freedom of Information requests" +msgstr "" + +msgid "Successful." +msgstr "" + +msgid "Suggest how the requester can find the <strong>rest of the information</strong>." +msgstr "" + +msgid "Summary:" +msgstr "" + +msgid "Table of statuses" +msgstr "" + +msgid "Table of varieties" +msgstr "" + +msgid "Tags" +msgstr "" + +msgid "Tags (separated by a space):" +msgstr "" + +msgid "Tags:" +msgstr "" + +msgid "Technical details" +msgstr "" + +msgid "Thank you for helping us keep the site tidy!" +msgstr "" + +msgid "Thank you for making an annotation!" +msgstr "" + +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 "" + +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 "" + +msgid "Thank you for updating this request!" +msgstr "" + +msgid "Thank you for updating your profile photo" +msgstr "" + +msgid "Thank you! We'll look into what happened and try and fix it up." +msgstr "" + +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 "" + +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 "" + +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 "" + +msgid "That doesn't look like a valid email address. Please check you have typed it correctly." +msgstr "" + +msgid "The <strong>review has finished</strong> and overall:" +msgstr "" + +msgid "The Freedom of Information Act <strong>does not apply</strong> to" +msgstr "" + +msgid "The accounts have been left as they previously were." +msgstr "" + +msgid "The authority do <strong>not have</strong> the information <small>(maybe they say who does)" +msgstr "" + +msgid "The authority only has a <strong>paper copy</strong> of the information." +msgstr "" + +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 "" + +msgid "The authority would like to / has <strong>responded by post</strong> to this request." +msgstr "" + +msgid "The email that you, on behalf of {{public_body}}, sent to\\n{{user}} to reply to an {{law_used_short}}\\nrequest has not been delivered." +msgstr "" + +msgid "The page doesn't exist. Things you can try now:" +msgstr "" + +msgid "The public authority does not have the information requested" +msgstr "" + +msgid "The public authority would like part of the request explained" +msgstr "" + +msgid "The public authority would like to / has responded by post" +msgstr "" + +msgid "The request has been <strong>refused</strong>" +msgstr "" + +msgid "The request has been updated since you originally loaded this page. Please check for any new incoming messages below, and try again." +msgstr "" + +msgid "The request is <strong>waiting for clarification</strong>." +msgstr "" + +msgid "The request was <strong>partially successful</strong>." +msgstr "" + +msgid "The request was <strong>refused</strong> by" +msgstr "" + +msgid "The request was <strong>successful</strong>." +msgstr "" + +msgid "The request was refused by the public authority" +msgstr "" + +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 "" + +msgid "The requester has abandoned this request for some reason" +msgstr "" + +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 "" + +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 "" + +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 "" + +msgid "The search index is currently offline, so we can't show the Freedom of Information requests this person has made." +msgstr "" + +msgid "The {{site_name}} team." +msgstr "" + +msgid "Then you can cancel the alert." +msgstr "" + +msgid "Then you can cancel the alerts." +msgstr "" + +msgid "Then you can change your email address used on {{site_name}}" +msgstr "" + +msgid "Then you can change your password on {{site_name}}" +msgstr "" + +msgid "Then you can classify the FOI response you have got from " +msgstr "" + +msgid "Then you can download a zip file of {{info_request_title}}." +msgstr "" + +msgid "Then you can log into the administrative interface" +msgstr "" + +msgid "Then you can play the request categorisation game." +msgstr "" + +msgid "Then you can report the request '{{title}}'" +msgstr "" + +msgid "Then you can send a message to " +msgstr "" + +msgid "Then you can sign in to {{site_name}}" +msgstr "" + +msgid "Then you can update the status of your request to " +msgstr "" + +msgid "Then you can upload an FOI response. " +msgstr "" + +msgid "Then you can write follow up message to " +msgstr "" + +msgid "Then you can write your reply to " +msgstr "" + +msgid "Then you will be following all new FOI requests." +msgstr "" + +msgid "Then you will be notified whenever '{{user_name}}' requests something or gets a response." +msgstr "" + +msgid "Then you will be notified whenever a new request or response matches your search." +msgstr "" + +msgid "Then you will be notified whenever an FOI request succeeds." +msgstr "" + +msgid "Then you will be notified whenever someone requests something or gets a response from '{{public_body_name}}'." +msgstr "" + +msgid "Then you will be updated whenever the request '{{request_title}}' is updated." +msgstr "" + +msgid "Then you'll be allowed to send FOI requests." +msgstr "" + +msgid "Then your FOI request to {{public_body_name}} will be sent." +msgstr "" + +msgid "Then your annotation to {{info_request_title}} will be posted." +msgstr "" + +msgid "There are {{count}} new annotations on your {{info_request}} request. Follow this link to see what they wrote." +msgstr "" + +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 "" + +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 "" + +msgid "There is {{count}} person following this request" +msgid_plural "There are {{count}} people following this request" +msgstr[0] "" +msgstr[1] "" + +msgid "There was a <strong>delivery error</strong> or similar, which needs fixing by the {{site_name}} team." +msgstr "" + +msgid "There was an error with the words you entered, please try again." +msgstr "" + +msgid "There were no requests matching your query." +msgstr "" + +msgid "There were no results matching your query." +msgstr "" + +msgid "They are going to reply <strong>by post</strong>" +msgstr "" + +msgid "They do <strong>not have</strong> the information <small>(maybe they say who does)</small>" +msgstr "" + +msgid "They have been given the following explanation:" +msgstr "" + +msgid "They have not replied to your {{law_used_short}} request {{title}} promptly, as normally required by law" +msgstr "" + +msgid "They have not replied to your {{law_used_short}} request {{title}}, \\nas required by law" +msgstr "" + +msgid "Things to do with this request" +msgstr "" + +msgid "Things you're following" +msgstr "" + +msgid "This authority no longer exists, so you cannot make a request to it." +msgstr "" + +msgid "This comment has been hidden. See annotations to\\n find out why. If you are the requester, then you may <a href=\"{{url}}\">sign in</a> to view the response." +msgstr "" + +msgid "This covers a very wide spectrum of information about the state of\\n the <strong>natural and built environment</strong>, such as:" +msgstr "" + +msgid "This external request has been hidden" +msgstr "" + +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 "" + +msgid "This is an HTML version of an attachment to the Freedom of Information request" +msgstr "" + +msgid "This is because {{title}} is an old request that has been\\nmarked to no longer receive responses." +msgstr "" + +msgid "This is the first version." +msgstr "" + +msgid "This is your own request, so you will be automatically emailed when new responses arrive." +msgstr "" + +msgid "This outgoing message has been hidden. See annotations to\\n\t\t\t\t\t\tfind out why. If you are the requester, then you may <a href=\"{{url}}\">sign in</a> to view the response." +msgstr "" + +msgid "This particular request is finished:" +msgstr "" + +msgid "This person has made no Freedom of Information requests using this site." +msgstr "" + +msgid "This person's annotations" +msgstr "" + +msgid "This person's {{count}} Freedom of Information request" +msgid_plural "This person's {{count}} Freedom of Information requests" +msgstr[0] "" +msgstr[1] "" + +msgid "This person's {{count}} annotation" +msgid_plural "This person's {{count}} annotations" +msgstr[0] "" +msgstr[1] "" + +msgid "This request <strong>requires administrator attention</strong>" +msgstr "" + +msgid "This request has already been reported for administrator attention" +msgstr "" + +msgid "This request has an <strong>unknown status</strong>." +msgstr "" + +msgid "This request has been <strong>hidden</strong> from the site, because an administrator considers it not to be an FOI request" +msgstr "" + +msgid "This request has been <strong>hidden</strong> from the site, because an administrator considers it vexatious" +msgstr "" + +msgid "This request has been <strong>reported</strong> as needing administrator attention (perhaps because it is vexatious, or a request for personal information)" +msgstr "" + +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 "" + +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 "" + +msgid "This request has been reported for administrator attention" +msgstr "" + +msgid "This request has been set by an administrator to \"allow new responses from nobody\"" +msgstr "" + +msgid "This request has had an unusual response, and <strong>requires attention</strong> from the {{site_name}} team." +msgstr "" + +msgid "This request has prominence 'hidden'. You can only see it because you are logged\\n in as a super user." +msgstr "" + +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 "" + +msgid "This request is still in progress:" +msgstr "" + +msgid "This request requires administrator attention" +msgstr "" + +msgid "This request was not made via {{site_name}}" +msgstr "" + +msgid "This response has been hidden. See annotations to find out why.\\n If you are the requester, then you may <a href=\"{{url}}\">sign in</a> to view the response." +msgstr "" + +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 "" + +msgid "This user has been banned from {{site_name}} " +msgstr "" + +msgid "This was not possible because there is already an account using \\nthe email address {{email}}." +msgstr "" + +msgid "To cancel these alerts" +msgstr "" + +msgid "To cancel this alert" +msgstr "" + +msgid "To carry on, you need to sign in or make an account. Unfortunately, there\\nwas a technical problem trying to do this." +msgstr "" + +msgid "To change your email address used on {{site_name}}" +msgstr "" + +msgid "To classify the response to this FOI request" +msgstr "" + +msgid "To do that please send a private email to " +msgstr "" + +msgid "To do this, first click on the link below." +msgstr "" + +msgid "To download the zip file" +msgstr "" + +msgid "To follow all successful requests" +msgstr "" + +msgid "To follow new requests" +msgstr "" + +msgid "To follow requests and responses matching your search" +msgstr "" + +msgid "To follow requests by '{{user_name}}'" +msgstr "" + +msgid "To follow requests made using {{site_name}} to the public authority '{{public_body_name}}'" +msgstr "" + +msgid "To follow the request '{{request_title}}'" +msgstr "" + +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 "" + +msgid "To let everyone know, follow this link and then select the appropriate box." +msgstr "" + +msgid "To log into the administrative interface" +msgstr "" + +msgid "To play the request categorisation game" +msgstr "" + +msgid "To post your annotation" +msgstr "" + +msgid "To reply to " +msgstr "" + +msgid "To report this request" +msgstr "" + +msgid "To send a follow up message to " +msgstr "" + +msgid "To send a message to " +msgstr "" + +msgid "To send your FOI request" +msgstr "" + +msgid "To update the status of this FOI request" +msgstr "" + +msgid "To upload a response, you must be logged in using an email address from " +msgstr "" + +msgid "To use the advanced search, combine phrases and labels as described in the search tips below." +msgstr "" + +msgid "To view the email address that we use to send FOI requests to {{public_body_name}}, please enter these words." +msgstr "" + +msgid "To view the response, click on the link below." +msgstr "" + +msgid "To {{public_body_link_absolute}}" +msgstr "" + +msgid "To:" +msgstr "" + +msgid "Today" +msgstr "" + +msgid "Too many requests" +msgstr "" + +msgid "Top search results:" +msgstr "" + +msgid "Track thing" +msgstr "" + +msgid "Track this person" +msgstr "" + +msgid "Track this search" +msgstr "" + +msgid "TrackThing|Track medium" +msgstr "" + +msgid "TrackThing|Track query" +msgstr "" + +msgid "TrackThing|Track type" +msgstr "" + +msgid "Turn off email alerts" +msgstr "" + +msgid "Tweet this request" +msgstr "" + +msgid "Type <strong><code>01/01/2008..14/01/2008</code></strong> to only show things that happened in the first two weeks of January." +msgstr "" + +msgid "URL name can't be blank" +msgstr "" + +msgid "Unable to change email address on {{site_name}}" +msgstr "" + +msgid "Unable to send a reply to {{username}}" +msgstr "" + +msgid "Unable to send follow up message to {{username}}" +msgstr "" + +msgid "Unexpected search result type" +msgstr "" + +msgid "Unexpected search result type " +msgstr "" + +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 "" + +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 "Update the status of this request" +msgstr "" + +msgid "Update the status of your request to " +msgstr "" + +msgid "Upload FOI response" +msgstr "" + +msgid "Use OR (in capital letters) where you don't mind which word, e.g. <strong><code>commons OR lords</code></strong>" +msgstr "" + +msgid "Use quotes when you want to find an exact phrase, e.g. <strong><code>\"Liverpool City Council\"</code></strong>" +msgstr "" + +msgid "User" +msgstr "" + +msgid "User info request sent alert" +msgstr "" + +msgid "User – {{name}}" +msgstr "" + +msgid "UserInfoRequestSentAlert|Alert type" +msgstr "" + +msgid "User|About me" +msgstr "" + +msgid "User|Address" +msgstr "" + +msgid "User|Admin level" +msgstr "" + +msgid "User|Ban text" +msgstr "" + +msgid "User|Dob" +msgstr "" + +msgid "User|Email" +msgstr "" + +msgid "User|Email bounce message" +msgstr "" + +msgid "User|Email bounced at" +msgstr "" + +msgid "User|Email confirmed" +msgstr "" + +msgid "User|Hashed password" +msgstr "" + +msgid "User|Last daily track email" +msgstr "" + +msgid "User|Locale" +msgstr "" + +msgid "User|Name" +msgstr "" + +msgid "User|No limit" +msgstr "" + +msgid "User|Receive email alerts" +msgstr "" + +msgid "User|Salt" +msgstr "" + +msgid "User|Url name" +msgstr "" + +msgid "Version {{version}}" +msgstr "" + +msgid "View FOI email address" +msgstr "" + +msgid "View FOI email address for '{{public_body_name}}'" +msgstr "" + +msgid "View FOI email address for {{public_body_name}}" +msgstr "" + +msgid "View Freedom of Information requests made by {{user_name}}:" +msgstr "" + +msgid "View and search requests" +msgstr "" + +msgid "View authorities" +msgstr "" + +msgid "View email" +msgstr "" + +msgid "View requests" +msgstr "" + +msgid "Waiting clarification." +msgstr "" + +msgid "Waiting for an <strong>internal review</strong> by {{public_body_link}} of their handling of this request." +msgstr "" + +msgid "Waiting for the public authority to complete an internal review of their handling of the request" +msgstr "" + +msgid "Waiting for the public authority to reply" +msgstr "" + +msgid "Was the response you got to your FOI request any good?" +msgstr "" + +msgid "We consider it is not a valid FOI request, and have therefore hidden it from other users." +msgstr "" + +msgid "We consider it to be vexatious, and have therefore hidden it from other users." +msgstr "" + +msgid "We do not have a working request email address for this authority." +msgstr "" + +msgid "We do not have a working {{law_used_full}} address for {{public_body_name}}." +msgstr "" + +msgid "We don't know whether the most recent response to this request contains\\n information or not\\n –\\n\tif you are {{user_link}} please <a href=\"{{url}}\">sign in</a> and let everyone know." +msgstr "" + +msgid "We will not reveal your email address to anybody unless you or\\n the law tell us to (<a href=\"{{url}}\">details</a>). " +msgstr "" + +msgid "We will not reveal your email address to anybody unless you\\nor the law tell us to." +msgstr "" + +msgid "We will not reveal your email addresses to anybody unless you\\nor the law tell us to." +msgstr "" + +msgid "We're waiting for" +msgstr "" + +msgid "We're waiting for someone to read" +msgstr "" + +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 "" + +msgid "We've sent you an email, and you'll need to click the link in it before you can\\ncontinue." +msgstr "" + +msgid "We've sent you an email, click the link in it, then you can change your password." +msgstr "" + +msgid "What are you doing?" +msgstr "" + +msgid "What best describes the status of this request now?" +msgstr "" + +msgid "What information has been released?" +msgstr "" + +msgid "What information has been requested?" +msgstr "" + +msgid "When you get there, please update the status to say if the response \\ncontains any useful information." +msgstr "" + +msgid "When you receive the paper response, please help\\n others find out what it says:" +msgstr "" + +msgid "When you're done, <strong>come back here</strong>, <a href=\"{{url}}\">reload this page</a> and file your new request." +msgstr "" + +msgid "Which of these is happening?" +msgstr "" + +msgid "Who can I request information from?" +msgstr "" + +msgid "Withdrawn by the requester." +msgstr "" + +msgid "Wk" +msgstr "" + +msgid "Would you like to see a website like this in your country?" +msgstr "" + +msgid "Write a reply" +msgstr "" + +msgid "Write a reply to " +msgstr "" + +msgid "Write your FOI follow up message to " +msgstr "" + +msgid "Write your request in <strong>simple, precise language</strong>." +msgstr "" + +msgid "You" +msgstr "" + +msgid "You are already following new requests" +msgstr "" + +msgid "You are already following requests to {{public_body_name}}" +msgstr "" + +msgid "You are already following things matching this search" +msgstr "" + +msgid "You are already following this person" +msgstr "" + +msgid "You are already following this request" +msgstr "" + +msgid "You are already following updates about {{track_description}}" +msgstr "" + +msgid "You are currently receiving notification of new activity on your wall by email." +msgstr "" + +msgid "You are following all new successful responses" +msgstr "" + +msgid "You are no longer following {{track_description}}." +msgstr "" + +msgid "You are now <a href=\"{{wall_url_user}}\">following</a> updates about {{track_description}}" +msgstr "" + +msgid "You can <strong>complain</strong> by" +msgstr "" + +msgid "You can change the requests and users you are following on <a href=\"{{profile_url}}\">your profile page</a>." +msgstr "" + +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 "" + +msgid "You can only request information about the environment from this authority." +msgstr "" + +msgid "You have a new response to the {{law_used_full}} request " +msgstr "" + +msgid "You have found a bug. Please <a href=\"{{contact_url}}\">contact us</a> to tell us about the problem" +msgstr "" + +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 "" + +msgid "You have made no Freedom of Information requests using this site." +msgstr "" + +msgid "You have now changed the text about you on your profile." +msgstr "" + +msgid "You have now changed your email address used on {{site_name}}" +msgstr "" + +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 "" + +msgid "You know what caused the error, and can <strong>suggest a solution</strong>, such as a working email address." +msgstr "" + +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 "" + +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 "" + +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 "" + +msgid "You need to be logged in to change the text about you on your profile." +msgstr "" + +msgid "You need to be logged in to change your profile photo." +msgstr "" + +msgid "You need to be logged in to clear your profile photo." +msgstr "" + +msgid "You need to be logged in to edit your profile." +msgstr "" + +msgid "You need to be logged in to report a request for administrator attention" +msgstr "" + +msgid "You previously submitted that exact follow up message for this request." +msgstr "" + +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 "" + +msgid "You want to <strong>give your postal address</strong> to the authority in private." +msgstr "" + +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 "" + +msgid "You will no longer be emailed updates for those alerts" +msgstr "" + +msgid "You will now be emailed updates about {{track_description}}. <a href=\"{{change_email_alerts_url}}\">Prefer not to receive emails?</a>" +msgstr "" + +msgid "You will only get an answer to your request if you follow up\\nwith the clarification." +msgstr "" + +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 "" + +msgid "You're in. <a href=\"#\" id=\"send-request\">Continue sending your request</a>" +msgstr "" + +msgid "You're long overdue a response to your FOI request - " +msgstr "" + +msgid "You're not following anything." +msgstr "" + +msgid "You've now cleared your profile photo" +msgstr "" + +msgid "Your <strong>name will appear publicly</strong>\\n (<a href=\"{{why_url}}\">why?</a>)\\n on this website and in search engines. If you\\n are thinking of using a pseudonym, please\\n <a href=\"{{help_url}}\">read this first</a>." +msgstr "" + +msgid "Your annotations" +msgstr "" + +msgid "Your details, including your email address, have not been given to anyone." +msgstr "" + +msgid "Your e-mail:" +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 "" + +msgid "Your follow up message has been sent on its way." +msgstr "" + +msgid "Your internal review request has been sent on its way." +msgstr "" + +msgid "Your message has been sent. Thank you for getting in touch! We'll get back to you soon." +msgstr "" + +msgid "Your message to {{recipient_user_name}} has been sent" +msgstr "" + +msgid "Your message to {{recipient_user_name}} has been sent!" +msgstr "" + +msgid "Your message will appear in <strong>search engines</strong>" +msgstr "" + +msgid "Your name and annotation will appear in <strong>search engines</strong>." +msgstr "" + +msgid "Your name, request and any responses will appear in <strong>search engines</strong>\\n (<a href=\"{{url}}\">details</a>)." +msgstr "" + +msgid "Your name:" +msgstr "" + +msgid "Your original message is attached." +msgstr "" + +msgid "Your password has been changed." +msgstr "" + +msgid "Your password:" +msgstr "" + +msgid "Your photo will be shown in public <strong>on the Internet</strong>,\\n wherever you do something on {{site_name}}." +msgstr "" + +msgid "Your request '{{request}}' at {{url}} has been reviewed by moderators." +msgstr "" + +msgid "Your request on {{site_name}} hidden" +msgstr "" + +msgid "Your request was called {{info_request}}. Letting everyone know whether you got the information will help us keep tabs on" +msgstr "" + +msgid "Your request:" +msgstr "" + +msgid "Your response to an FOI request was not delivered" +msgstr "" + +msgid "Your response will <strong>appear on the Internet</strong>, <a href=\"{{url}}\">read why</a> and answers to other questions." +msgstr "" + +msgid "Your thoughts on what the {{site_name}} <strong>administrators</strong> should do about the request." +msgstr "" + +msgid "Your {{count}} Freedom of Information request" +msgid_plural "Your {{count}} Freedom of Information requests" +msgstr[0] "" +msgstr[1] "" + +msgid "Your {{count}} annotation" +msgid_plural "Your {{count}} annotations" +msgstr[0] "" +msgstr[1] "" + +msgid "Your {{site_name}} email alert" +msgstr "" + +msgid "Yours faithfully," +msgstr "" + +msgid "Yours sincerely," +msgstr "" + +msgid "Yours," +msgstr "" + +msgid "[FOI #{{request}} email]" +msgstr "" + +msgid "[{{public_body}} request email]" +msgstr "" + +msgid "[{{site_name}} contact email]" +msgstr "" + +msgid "\\n\\n[ {{site_name}} note: The above text was badly encoded, and has had strange characters removed. ]" +msgstr "" + +msgid "a one line summary of the information you are requesting, \\n\t\t\te.g." +msgstr "" + +msgid "admin" +msgstr "" + +msgid "alaveteli_foi:The software that runs {{site_name}}" +msgstr "" + +msgid "all requests" +msgstr "" + +msgid "also called {{public_body_short_name}}" +msgstr "" + +msgid "an anonymous user" +msgstr "" + +msgid "and" +msgstr "" + +msgid "and update the status accordingly. Perhaps <strong>you</strong> might like to help out by doing that?" +msgstr "" + +msgid "and update the status." +msgstr "" + +msgid "and we'll suggest <strong>what to do next</strong>" +msgstr "" + +msgid "any <a href=\"/list\">new requests</a>" +msgstr "" + +msgid "any <a href=\"/list/successful\">successful requests</a>" +msgstr "" + +msgid "anything" +msgstr "" + +msgid "are long overdue." +msgstr "" + +msgid "at" +msgstr "" + +msgid "authorities" +msgstr "" + +msgid "awaiting a response" +msgstr "" + +msgid "beginning with ‘{{first_letter}}’" +msgstr "" + +msgid "between two dates" +msgstr "" + +msgid "but followupable" +msgstr "" + +msgid "by" +msgstr "" + +msgid "by <strong>{{date}}</strong>" +msgstr "" + +msgid "by {{public_body_name}} to {{info_request_user}} on {{date}}." +msgstr "" + +msgid "by {{user_link_absolute}}" +msgstr "" + +msgid "comments" +msgstr "" + +msgid "containing your postal address, and asking them to reply to this request.\\n Or you could phone them." +msgstr "" + +msgid "details" +msgstr "" + +msgid "display_status only works for incoming and outgoing messages right now" +msgstr "" + +msgid "during term time" +msgstr "" + +msgid "edit text about you" +msgstr "" + +msgid "even during holidays" +msgstr "" + +msgid "everything" +msgstr "" + +msgid "external" +msgstr "" + +msgid "has reported an" +msgstr "" + +msgid "have delayed." +msgstr "" + +msgid "hide quoted sections" +msgstr "" + +msgid "in term time" +msgstr "" + +msgid "in the category ‘{{category_name}}’" +msgstr "" + +msgid "internal error" +msgstr "" + +msgid "internal reviews" +msgstr "" + +msgid "is <strong>waiting for your clarification</strong>." +msgstr "" + +msgid "just to see how it works" +msgstr "" + +msgid "left an annotation" +msgstr "" + +msgid "made." +msgstr "" + +msgid "matching the tag ‘{{tag_name}}’" +msgstr "" + +msgid "messages from authorities" +msgstr "" + +msgid "messages from users" +msgstr "" + +msgid "move..." +msgstr "" + +msgid "no later than" +msgstr "" + +msgid "no longer exists. If you are trying to make\\n 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 "normally" +msgstr "" + +msgid "not requestable due to: {{reason}}" +msgstr "" + +msgid "please sign in as " +msgstr "" + +msgid "requesting an internal review" +msgstr "" + +msgid "requests" +msgstr "" + +msgid "requests which are {{list_of_statuses}}" +msgstr "" + +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 "" + +msgid "send a follow up message" +msgstr "" + +msgid "sent to {{public_body_name}} by {{info_request_user}} on {{date}}." +msgstr "" + +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 "" + +msgid "show quoted sections" +msgstr "" + +msgid "sign in" +msgstr "" + +msgid "simple_date_format" +msgstr "" + +msgid "successful" +msgstr "" + +msgid "successful requests" +msgstr "" + +msgid "that you made to" +msgstr "" + +msgid "the main FOI contact address for {{public_body}}" +msgstr "" + +#. This phrase completes the following sentences: +#. Request an internal review from... +#. Send a public follow up message to... +#. Send a public reply to... +#. Don't want to address your message to... ? +msgid "the main FOI contact at {{public_body}}" +msgstr "" + +msgid "the requester" +msgstr "" + +msgid "the {{site_name}} team" +msgstr "" + +msgid "to read" +msgstr "" + +msgid "to send a follow up message." +msgstr "" + +msgid "to {{public_body}}" +msgstr "" + +msgid "unexpected prominence on request event" +msgstr "" + +msgid "unknown reason " +msgstr "" + +msgid "unknown status " +msgstr "" + +msgid "unresolved requests" +msgstr "" + +msgid "unsubscribe" +msgstr "" + +msgid "unsubscribe all" +msgstr "" + +msgid "unsuccessful" +msgstr "" + +msgid "unsuccessful requests" +msgstr "" + +msgid "useful information." +msgstr "" + +msgid "users" +msgstr "" + +msgid "what's that?" +msgstr "" + +msgid "{{count}} FOI requests found" +msgstr "" + +msgid "{{count}} Freedom of Information request to {{public_body_name}}" +msgid_plural "{{count}} Freedom of Information requests to {{public_body_name}}" +msgstr[0] "" +msgstr[1] "" + +msgid "{{count}} person is following this authority" +msgid_plural "{{count}} people are following this authority" +msgstr[0] "" +msgstr[1] "" + +msgid "{{count}} request" +msgid_plural "{{count}} requests" +msgstr[0] "" +msgstr[1] "" + +msgid "{{count}} request made." +msgid_plural "{{count}} requests made." +msgstr[0] "" +msgstr[1] "" + +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 "" + +msgid "{{info_request_user_name}} only:" +msgstr "" + +msgid "{{law_used_full}} request - {{title}}" +msgstr "" + +msgid "{{law_used_full}} request GQ - {{title}}" +msgstr "" + +msgid "{{law_used}} requests at {{public_body}}" +msgstr "" + +msgid "{{length_of_time}} ago" +msgstr "" + +msgid "{{list_of_things}} matching text '{{search_query}}'" +msgstr "" + +msgid "{{number_of_comments}} comments" +msgstr "" + +msgid "{{public_body_link}} answered a request about" +msgstr "" + +msgid "{{public_body_link}} was sent a request about" +msgstr "" + +msgid "{{public_body_name}} only:" +msgstr "" + +msgid "{{public_body}} has asked you to explain part of your {{law_used}} request." +msgstr "" + +msgid "{{public_body}} sent a response to {{user_name}}" +msgstr "" + +msgid "{{reason}}, please sign in or make a new account." +msgstr "" + +msgid "{{search_results}} matching '{{query}}'" +msgstr "" + +msgid "{{site_name}} blog and tweets" +msgstr "" + +msgid "{{site_name}} covers requests to {{number_of_authorities}} authorities, including:" +msgstr "" + +msgid "{{site_name}} sends new requests to <strong>{{request_email}}</strong> for this authority." +msgstr "" + +msgid "{{site_name}} users have made {{number_of_requests}} requests, including:" +msgstr "" + +msgid "{{thing_changed}} was changed from <code>{{from_value}}</code> to <code>{{to_value}}</code>" +msgstr "" + +msgid "{{title}} - a Freedom of Information request to {{public_body}}" +msgstr "" + +msgid "{{user_name}} (Account suspended)" +msgstr "" + +msgid "{{user_name}} - Freedom of Information requests" +msgstr "" + +msgid "{{user_name}} - user profile" +msgstr "" + +msgid "{{user_name}} added an annotation" +msgstr "" + +msgid "{{user_name}} has annotated your {{law_used_short}} \\nrequest. Follow this link to see what they wrote." +msgstr "" + +msgid "{{user_name}} has used {{site_name}} to send you the message below." +msgstr "" + +msgid "{{user_name}} sent a follow up message to {{public_body}}" +msgstr "" + +msgid "{{user_name}} sent a request to {{public_body}}" +msgstr "" + +msgid "{{username}} left an annotation:" +msgstr "" + +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 "" + +msgid "{{user}} made this {{law_used_full}} request" +msgstr "" diff --git a/locale/gl/app.po b/locale/gl/app.po index e8e47c52d..f6a2f97ea 100644 --- a/locale/gl/app.po +++ b/locale/gl/app.po @@ -3,15 +3,15 @@ # This file is distributed under the same license as the PACKAGE package. # # Translators: -# David Cabo <david.cabo@gmail.com>, 2012. +# David Cabo <david.cabo@gmail.com>, 2012 msgid "" msgstr "" "Project-Id-Version: alaveteli\n" "Report-Msgid-Bugs-To: http://github.com/sebbacon/alaveteli/issues\n" -"POT-Creation-Date: 2013-03-14 14:02-0700\n" -"PO-Revision-Date: 2013-03-14 21:10+0000\n" +"POT-Creation-Date: 2013-06-24 09:40-0700\n" +"PO-Revision-Date: 2013-06-24 16:52+0000\n" "Last-Translator: louisecrow <louise@mysociety.org>\n" -"Language-Team: LANGUAGE <LL@li.org>\n" +"Language-Team: Galician (http://www.transifex.com/projects/p/alaveteli/language/gl/)\n" "Language: gl\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -23,8 +23,8 @@ msgstr "" " Esto aparecerá en tu perfil de {{site_name}}, para facilitar\n" " que otras personas entiendan y participen en tus solicitudes." -msgid " (<strong>no ranty</strong> politics, read our <a href=\"%s\">moderation policy</a>)" -msgstr " (<strong>sin ataques políticos</strong>, lea nuestra <a href=\"%s\">política de moderación</a>)" +msgid " (<strong>no ranty</strong> politics, read our <a href=\"{{url}}\">moderation policy</a>)" +msgstr " (<strong>sin ataques políticos</strong>, lea nuestra <a href=\"{{url}}\">política de moderación</a>)" msgid " (<strong>patience</strong>, especially for large files, it may take a while!)" msgstr "Mis solicitudes" @@ -56,9 +56,9 @@ msgstr " Consejo sobre cómo <strong>aclarar lo mejor posible</strong> la solici msgid " Ideas on what <strong>other documents to request</strong> which the authority may hold. " msgstr " Ideas sobre <strong>qué otros documentos pedir</strong> que el organismo público puede tener. " -msgid " If you know the address to use, then please <a href=\"%s\">send it to us</a>.\\n You may be able to find the address on their website, or by phoning them up and asking." +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 "" -" Si conoces la dirección a utilizar, entonces por favor <a href=\"%s\">envíanosla</a>.\n" +" Si conoces la dirección a utilizar, entonces por favor <a href=\"{{url}}\">envíanosla</a>.\n" " Puede que la encuentres en su página web, o llamándoles por teléfono y preguntando." msgid " Include relevant links, such as to a campaign page, your blog or a\\n twitter account. They will be made clickable. \\n e.g." @@ -100,21 +100,6 @@ msgstr " cuando envió este mensaje." msgid "\"Hello! We have an <a href=\\\"/help/alaveteli?country_name=#{CGI.escape(current_country)}\\\">important message</a> for visitors outside {{country_name}}\"" msgstr "" -msgid "%d Freedom of Information request to %s" -msgid_plural "%d Freedom of Information requests to %s" -msgstr[0] "%d solicitud de información a %s" -msgstr[1] "%d solicitudes de información a %s" - -msgid "%d request" -msgid_plural "%d requests" -msgstr[0] "%d solicitud" -msgstr[1] "%d solicitudes" - -msgid "%d request made." -msgid_plural "%d requests made." -msgstr[0] "%d solicitud enviada." -msgstr[1] "%d solicitudes enviadas." - msgid "'Crime statistics by ward level for Wales'" msgstr "'Estadísticas de crímenes por región en España'" @@ -155,34 +140,14 @@ msgstr "2. Solicite información" msgid "3. Now check your request" msgstr "3. Revisa tu solicitud" -msgid "<a class=\"link_button_green\" href=\"{{url}}\">{{text}}</a>" -msgstr "<a class=\"link_button_green\" href=\"{{url}}\">{{text}}</a>" - -msgid "<a href=\"%s\">Add an annotation</a> (to help the requester or others)" -msgstr "<a href=\"%s\">Añada un comentario</a> (para ayudar al peticionario o a otros)" - -msgid "<a href=\"%s\">Are we missing a public authority?</a>" -msgstr "" - -msgid "<a href=\"%s\">Are you the owner of\\n any commercial copyright on this page?</a>" -msgstr "" -"<a href=\"%s\">¿Posee el copyright\n" -" de alguna información de esta página?</a>" - -msgid "<a href=\"%s\">Browse all</a> or <a href=\"%s\">ask us to add one</a>." -msgstr "<a href=\"%s\">Ver todas</a> o <a href=\"%s\">pídanos que añadamos una</a>." - -msgid "<a href=\"%s\">Can't find the one you want?</a>" -msgstr "<a href=\"%s\">¿No encuentra el que busca?</a>" - -msgid "<a href=\"%s\">Sign in</a> to change password, subscriptions and more ({{user_name}} only)" -msgstr "<a href=\"%s\">Abre una sesión</a> para cambiar tu contraseña, suscripciones... (sólo {{user_name}})" +msgid "<a href=\"{{browse_url}}\">Browse all</a> or <a href=\"{{add_url}}\">ask us to add one</a>." +msgstr "<a href=\"{{browse_url}}\">Ver todas</a> o <a href=\"{{add_url}}\">pídanos que añadamos una</a>." -msgid "<a href=\"%s\">details</a>" -msgstr "<a href=\"%s\">detalles</a>" +msgid "<a href=\"{{url}}\">Add an annotation</a> (to help the requester or others)" +msgstr "<a href=\"{{url}}\">Añada un comentario</a> (para ayudar al peticionario o a otros)" -msgid "<a href=\"%s\">what's that?</a>" -msgstr "<a href=\"%s\">¿Qué es eso?</a>" +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 "<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>" @@ -219,17 +184,23 @@ msgstr "" "<p>Te aconsejamos que edites tu solicitud y elimines tu dirección de correo.\n" " Si la dejas, tu dirección será enviada al organismo público, pero no será visible en esta web.</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 "" + 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>Nos alegra saber que has obtenido toda la información que solicitaste. Si escribes sobre ella, o la utilizas, por favor vuelve y añada un comentario a continuación explicando lo que has hecho.</p><p>Si {{site_name}} te ha resultado útil, <a href=\"{{donation_url}}\">puedes donar</a> a la ONG responsable.</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>Nos alegra saber que has obtenido parte de la información que solicitaste. Si escribes sobre ella, o la utilizas, por favor vuelve y añade un comentario a continuación explicando lo que has hecho.</p><p>Si {{site_name}} te ha resultado útil, <a href=\"{{donation_url}}\">puedes donar</a> a la ONG responsable.</p>" -msgid "<p>You do not need to include your email in the request in order to get a reply (<a href=\"%s\">details</a>).</p>" -msgstr "<p>No necesitas incluir tu dirección de correo en la solicitud para recibir una respuesta (<a href=\"%s\">más detalles</a>).</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 "" + +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 "<p>No necesitas incluir tu dirección de correo en la solicitud para recibir una respuesta (<a href=\"{{url}}\">más detalles</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=\"%s\">details</a>).</p>" -msgstr "<p>No necesitas incluir tu dirección de correo en la solicitud para recibir una respuesta, te la pediremos en el siguiente paso (<a href=\"%s\">más detalles</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 "<p>No necesitas incluir tu dirección de correo en la solicitud para recibir una respuesta, te la pediremos en el siguiente paso (<a href=\"{{url}}\">más detalles</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>Tu solicitud incluye un <strong>código postal</strong>. Salvo que esté directamente relacionado con su solicitud, por favor elimina cualquier dirección, ya que <strong>estará disponible públicamente en Internet</strong>.</p>" @@ -246,15 +217,10 @@ msgstr "" "tus carpetas de spam. A veces, nuestros mensajes se marcan así por error.</small>\n" "</p>" -msgid "<span id='follow_count'>%d</span> person is following this authority" -msgid_plural "<span id='follow_count'>%d</span> people are following this authority" -msgstr[0] "" -msgstr[1] "" - -msgid "<strong> Can I request information about myself?</strong>\\n\t\t\t<a href=\"%s\">No! (Click here for details)</a>" +msgid "<strong> Can I request information about myself?</strong>\\n\t\t\t<a href=\"{{url}}\">No! (Click here for details)</a>" msgstr "" "<strong> ¿Puedo pedir información sobre mí?</strong>\n" -"\t\t\t<a href=\"%s\">¡No! (Pulse aquí para más detalles)</a>" +"\t\t\t<a href=\"{{url}}\">¡No! (Pulse aquí para más detalles)</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:rafael_nadal</code></strong> para buscar comentarios hechos por el usuario 'rafael_nadal'." @@ -322,10 +288,10 @@ msgstr "" " Enviaremos un correo a la nueva dirección de correo. Sigue\n" " sus instrucciones para confirmar la nueva dirección." -msgid "<strong>Privacy note:</strong> If you want to request private information about\\n yourself then <a href=\"%s\">click here</a>." +msgid "<strong>Privacy note:</strong> If you want to request private information about\\n yourself then <a href=\"{{url}}\">click here</a>." msgstr "" "<strong>Nota sobre privacidad:</strong> Si quiere solicitar información privada\n" -" sobre sí mismo entonces <a href=\"%s\">siga este enlace</a>." +" sobre sí mismo entonces <a href=\"{{url}}\">siga este enlace</a>." msgid "<strong>Privacy note:</strong> Your photo will be shown in public on the Internet,\\n wherever you do something on {{site_name}}." msgstr "" @@ -356,6 +322,9 @@ msgstr "Un <strong>resumen</strong> de la respuesta si la has recibido por corre msgid "A Freedom of Information request" msgstr "Una solicitud de información" +msgid "A full history of my FOI request and all correspondence is available on the Internet at this address: {{url}}" +msgstr "" + 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 "" @@ -380,6 +349,15 @@ msgstr "Sobre mí:" msgid "Act on what you've learnt" msgstr "Utilice esta información" +msgid "Acts as xapian/acts as xapian job" +msgstr "" + +msgid "ActsAsXapian::ActsAsXapianJob|Action" +msgstr "" + +msgid "ActsAsXapian::ActsAsXapianJob|Model" +msgstr "" + msgid "Add an annotation" msgstr "Añada un comentario" @@ -469,13 +447,19 @@ msgstr "Cualquiera:" msgid "Applies to" msgstr "" +msgid "Are we missing a public authority?" +msgstr "" + +msgid "Are you the owner of any commercial copyright on this page?" +msgstr "¿Posee el copyright de alguna información de esta página?" + msgid "Ask for <strong>specific</strong> documents or information, this site is not suitable for general enquiries." msgstr "Pide documentos o información <strong>específica</strong>, esta web no está pensada para resolver dudas generales." -msgid "At the bottom of this page, write a reply to them trying to persuade them to scan it in\\n (<a href=\"%s\">more details</a>)." +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 "" "Al final de esta página, escribe una respuesta intentando convencerles de que lo escaneen\n" -" (<a href=\"%s\">más detalles</a>)." +" (<a href=\"{{url}}\">más detalles</a>)." msgid "Attachment (optional):" msgstr "Adjuntos (opcional):" @@ -513,6 +497,9 @@ msgstr "Por ley, {{public_body_link}} debería haber respondido <strong>pronto</ msgid "Calculated home page" msgstr "" +msgid "Can't find the one you want?" +msgstr "¿No encuentra el que busca?" + msgid "Cancel a {{site_name}} alert" msgstr "Cancele una alerta de {{site_name}}" @@ -682,6 +669,9 @@ msgstr "Actualmente <strong>esperando la respuesta</strong> de {{public_body_lin msgid "Date:" msgstr "Fecha:" +msgid "Dear {{name}}," +msgstr "" + msgid "Dear {{public_body_name}}," msgstr "Estimado {{public_body_name}}," @@ -762,7 +752,7 @@ msgstr "Quiero recibir emails con las actulizaciones de esta solicitud" msgid "Enter words that you want to find separated by spaces, e.g. <strong>climbing lane</strong>" msgstr "Introduzca las palabras que desee separadas por espacio, es decir <strong>parlamento gasto</strong>" -msgid "Enter your response below. You may attach one file (use email, or\\n <a href=\"%s\">contact us</a> if you need more)." +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 "" msgid "Environmental Information Regulations" @@ -783,17 +773,17 @@ msgstr "Historial de eventos" msgid "Event {{id}}" msgstr "" -msgid "Everything that you enter on this page, including <strong>your name</strong>,\\n will be <strong>displayed publicly</strong> on\\n this website forever (<a href=\"%s\">why?</a>)." +msgid "Everything that you enter on this page, including <strong>your name</strong>,\\n will be <strong>displayed publicly</strong> on\\n this website forever (<a href=\"{{url}}\">why?</a>)." msgstr "" "Todo lo que escribas en esta página, incluyendo <strong>tu nombre</strong>, \n" " estará <strong>disponible públicamente</strong> en\n" -" está web para siempre (<a href=\"%s\">¿por qué?</a>)." +" está web para siempre (<a href=\"{{url}}\">¿por qué?</a>)." -msgid "Everything that you enter on this page\\n will be <strong>displayed publicly</strong> on\\n this website forever (<a href=\"%s\">why?</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 "" "Todo lo que escriba en esta página \n" " estará <strong>disponible públicamente</strong> en\n" -" está web para siempre (<a href=\"%s\">¿por qué?</a>)." +" está web para siempre (<a href=\"{{url}}\">¿por qué?</a>)." msgid "FOI" msgstr "FOI" @@ -819,14 +809,17 @@ msgstr "" msgid "Failed to convert image to a PNG" msgstr "Error al convertir la imagen a PNG" -msgid "Failed to convert image to the correct size: at %{cols}x%{rows}, need %{width}x%{height}" -msgstr "Error al convertir la imagen al tamaño adecuado: es %{cols}x%{rows}, debería ser %{width}x%{height}" +msgid "Failed to convert image to the correct size: at {{cols}}x{{rows}}, need {{width}}x{{height}}" +msgstr "Error al convertir la imagen al tamaño adecuado: es {{cols}}x{{rows}}, debería ser {{width}}x{{height}}" msgid "Filter" msgstr "Filtrar" -msgid "First, type in the <strong>name of the UK public authority</strong> you'd \\n like information from. <strong>By law, they have to respond</strong>\\n (<a href=\"%s#%s\">why?</a>)." -msgstr "Primero, escribe el <strong>nombre de la institución</strong> a la que quieres pedir información. <strong>Están obligados a responder</strong> (<a href=\"%s#%s\">¿por qué?</a>)." +msgid "First, did your other requests succeed?" +msgstr "" + +msgid "First, type in the <strong>name of the UK public authority</strong> you'd\\n like information from. <strong>By law, they have to respond</strong>\\n (<a href=\"{{url}}\">why?</a>)." +msgstr "Primero, escribe el <strong>nombre de la institución</strong> a la que quieres pedir información. <strong>Están obligados a responder</strong> (<a href=\"{{url}}\">¿por qué?</a>)." msgid "Foi attachment" msgstr "" @@ -906,8 +899,8 @@ msgstr "No es posible hacer una solicitud a este organismo, por motivos desconoc msgid "Forgotten your password?" msgstr "¿Has olvidado tu contraseña?" -msgid "Found %d public authority %s" -msgid_plural "Found %d public authorities %s" +msgid "Found {{count}} public authority {{description}}" +msgid_plural "Found {{count}} public authorities {{description}}" msgstr[0] "" msgstr[1] "" @@ -944,11 +937,11 @@ msgstr "Solicitudes de información a" msgid "From" 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=\"%s\">send it to us</a>." +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 "" "Desde la página de la solicitud, intente responder a un mensaje en concreto, en vez de\n" " responder a la solicitud en general. Si necesita hacerlo y tiene una dirección de\n" -" correo válida, por favor <a href=\"%s\">mándenosla</a>." +" correo válida, por favor <a href=\"{{url}}\">mándenosla</a>." msgid "From:" msgstr "De:" @@ -959,6 +952,18 @@ msgstr "DETALLA TU QUEJA AQUÍ" msgid "Handled by post." msgstr "Resuelta por correo ordinario" +msgid "Has tag string/has tag string tag" +msgstr "" + +msgid "HasTagString::HasTagStringTag|Model" +msgstr "" + +msgid "HasTagString::HasTagStringTag|Name" +msgstr "" + +msgid "HasTagString::HasTagStringTag|Value" +msgstr "" + msgid "Hello! You can make Freedom of Information requests within {{country_name}} at {{link_to_website}}" msgstr "¡Hola! Puede hacer solicitudes de información en {{country_name}} usando {{link_to_website}}" @@ -1019,6 +1024,9 @@ msgstr "Estoy pidiendo <strong>nueva información</strong>" msgid "I am requesting an <strong>internal review</strong>" msgstr "Estoy pidiendo una <strong>revisión interna</strong>" +msgid "I am writing to request an internal review of {{public_body_name}}'s handling of my FOI request '{{info_request_title}}'." +msgstr "" + msgid "I don't like these ones — give me some more!" msgstr "Estas no me gustan — ¡dame más!" @@ -1060,8 +1068,8 @@ msgstr "" msgid "Id" msgstr "" -msgid "If the address is wrong, or you know a better address, please <a href=\"%s\">contact us</a>." -msgstr "Si la dirección es incorrecta, o conoce una más actualizada, por favor <a href=\"%s\">contáctenos</a>." +msgid "If the address is wrong, or you know a better address, please <a href=\"{{url}}\">contact us</a>." +msgstr "Si la dirección es incorrecta, o conoce una más actualizada, por favor <a href=\"{{url}}\">contáctenos</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 "" @@ -1072,22 +1080,22 @@ msgstr "" "o un correo sobre otro tema a {{user}}, entonces por favor\n" "escribe a {{contact_email}} solicitando ayuda." -msgid "If you are dissatisfied by the response you got from\\n the public authority, you have the right to\\n complain (<a href=\"%s\">details</a>)." +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 "" "Si no está satisfecho con la respuesta que ha recibido del\n" " organismo público, tiene derecho a\n" -" apelar (<a href=\"%s\">detalles</a>)." +" apelar (<a href=\"{{url}}\">detalles</a>)." -msgid "If you are still having trouble, please <a href=\"%s\">contact us</a>." -msgstr "Si aún tiene problemas, por favor <a href=\"%s\">contáctenos</a>." +msgid "If you are still having trouble, please <a href=\"{{url}}\">contact us</a>." +msgstr "Si aún tiene problemas, por favor <a href=\"{{url}}\">contáctenos</a>." -msgid "If you are the requester, then you may <a href=\"%s\">sign in</a> to view the request." -msgstr "Si la solicitud es tuya, puedes <a href=\"%s\">abrir una sesión</a> para verla." +msgid "If you are the requester, then you may <a href=\"{{url}}\">sign in</a> to view the request." +msgstr "Si la solicitud es tuya, puedes <a href=\"{{url}}\">abrir una sesión</a> para verla." -msgid "If you are thinking of using a pseudonym,\\n please <a href=\"%s\">read this first</a>." +msgid "If you are thinking of using a pseudonym,\\n please <a href=\"{{url}}\">read this first</a>." msgstr "" "Si está pensando en utilizar un pseudónimo,\n" -" por favor <a href=\"%s\">lea esto primero</a>." +" por favor <a href=\"{{url}}\">lea esto primero</a>." msgid "If you are {{user_link}}, please" msgstr "Si es {{user_link}}, por favor" @@ -1275,8 +1283,8 @@ msgstr "Registrado en {{site_name}} el" msgid "Just one more thing" msgstr "" -msgid "Keep it <strong>focused</strong>, you'll be more likely to get what you want (<a href=\"%s\">why?</a>)." -msgstr "Sea <strong>específico</strong>, tendrá más probabilidades de conseguir lo que quiere (<a href=\"%s\">¿por qué?</a>)." +msgid "Keep it <strong>focused</strong>, you'll be more likely to get what you want (<a href=\"{{url}}\">why?</a>)." +msgstr "Sea <strong>específico</strong>, tendrá más probabilidades de conseguir lo que quiere (<a href=\"{{url}}\">¿por qué?</a>)." msgid "Keywords" msgstr "Términos" @@ -1347,12 +1355,6 @@ msgstr "" msgid "MailServerLog|Order" msgstr "" -msgid "Make a new <strong>Environmental Information</strong> request" -msgstr "Envíe una nueva <strong>solicitud de información medioambiental</strong>" - -msgid "Make a new <strong>Freedom of Information</strong> request to {{public_body}}" -msgstr "Hacer una nueva <strong>solicitud de información</strong> a {{public_body}}" - msgid "Make a new<br/>\\n <strong>Freedom <span>of</span><br/>\\n Information<br/>\\n request</strong>" msgstr "" "Envíe una nueva<br/>\n" @@ -1362,6 +1364,9 @@ msgstr "" msgid "Make a request" msgstr "Enviar solicitud" +msgid "Make a request to this authority" +msgstr "" + msgid "Make an {{law_used_short}} request to '{{public_body_name}}'" msgstr "Hacer una solicitud {{law_used_short}} a '{{public_body_name}}'" @@ -1599,8 +1604,8 @@ msgstr "Juega al juego de clasificación de solicitudes!" msgid "Please" msgstr "Por favor" -msgid "Please <a href=\"%s\">get in touch</a> with us so we can fix it." -msgstr "Por favor <a href=\"%s\">contacta</a> con nosotros para que podamos arreglarlo." +msgid "Please <a href=\"{{url}}\">get in touch</a> with us so we can fix it." +msgstr "Por favor <a href=\"{{url}}\">contacta</a> con nosotros para que podamos arreglarlo." msgid "Please <strong>answer the question above</strong> so we know whether the " msgstr "Por favor <strong>responda la pregunta anterior</strong> para que sepamos si " @@ -1624,6 +1629,9 @@ msgstr "" msgid "Please choose a file containing your photo." msgstr "Por favor elige el fichero que contiene tu foto" +msgid "Please choose a reason" +msgstr "" + msgid "Please choose what sort of reply you are making." msgstr "Por favor, elija el tipo de respuesta que está creando." @@ -1710,13 +1718,16 @@ msgstr "Por favor, mantén el resumen corto, como en el asunto de un correo elec 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, pide información sólo de estas categorias, <strong>no pierdas tu tiempo </strong> o el del organismo público pidiendo información no relacionada." +msgid "Please pass this on to the person who conducts Freedom of Information reviews." +msgstr "" + msgid "Please select each of these requests in turn, and <strong>let everyone know</strong>\\nif they are successful yet or not." msgstr "" "Por favor elije estas solicitudes una a una, y <strong>haz que se sepa</strong>\n" "si han tenido éxito o no." -msgid "Please sign at the bottom with your name, or alter the \"%{signoff}\" signature" -msgstr "Por favor, firma con tu nombre en la parte inferior, o cambia la firma \"%{signoff}\"" +msgid "Please sign at the bottom with your name, or alter the \"{{signoff}}\" signature" +msgstr "Por favor, firma con tu nombre en la parte inferior, o cambia la firma \"{{signoff}}\"" msgid "Please sign in as " msgstr "Por favor abre una sesión como " @@ -1823,9 +1834,6 @@ msgstr "" msgid "Public body" msgstr "" -msgid "Public body/translation" -msgstr "" - msgid "Public notes" msgstr "" @@ -1835,33 +1843,6 @@ msgstr "" msgid "Public page not available" msgstr "" -msgid "PublicBody::Translation|Disclosure log" -msgstr "" - -msgid "PublicBody::Translation|First letter" -msgstr "" - -msgid "PublicBody::Translation|Locale" -msgstr "" - -msgid "PublicBody::Translation|Name" -msgstr "" - -msgid "PublicBody::Translation|Notes" -msgstr "" - -msgid "PublicBody::Translation|Publication scheme" -msgstr "" - -msgid "PublicBody::Translation|Request email" -msgstr "" - -msgid "PublicBody::Translation|Short name" -msgstr "" - -msgid "PublicBody::Translation|Url name" -msgstr "" - msgid "PublicBody|Api key" msgstr "" @@ -1957,6 +1938,9 @@ msgstr "Denuncie abuso" msgid "Report an offensive or unsuitable request" msgstr "" +msgid "Report request" +msgstr "" + msgid "Report this request" msgstr "" @@ -2065,10 +2049,10 @@ msgstr "Resultados de la búsqueda" msgid "Search the site to find what you were looking for." msgstr "Buscar en esta web para encontrar lo que busca." -msgid "Search within the %d Freedom of Information requests to %s" -msgid_plural "Search within the %d Freedom of Information requests made to %s" -msgstr[0] "Busque en la %d solicitud de información hecha a %s" -msgstr[1] "Busque entre las %d solicitudes de información hechas a %s" +msgid "Search within the {{count}} Freedom of Information requests to {{public_body_name}}" +msgid_plural "Search within the {{count}} Freedom of Information requests made to {{public_body_name}}" +msgstr[0] "Busque en la {{count}} solicitud de información hecha a {{public_body_name}}" +msgstr[1] "Busque entre las {{count}} solicitudes de información hechas a {{public_body_name}}" msgid "Search your contributions" msgstr "Busca tus aportaciones" @@ -2184,9 +2168,6 @@ msgstr "Lo sentimos, no hemos podido encontrar esa página" msgid "Special note for this authority!" msgstr "¡Notas especiales sobre este organismo!" -msgid "Start" -msgstr "Comenzar" - msgid "Start now »" msgstr "Comience ahora »" @@ -2350,22 +2331,22 @@ msgstr "La solicitud fue <strong>exitosa</strong>." msgid "The request was refused by the public authority" msgstr "La solicitud ha sido rechazada por el organismo" -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=\"%s\">contact us</a> if you have any questions." +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 "" "La solicitud que ha intentado ver ha sido eliminada. Hay\n" "varios posibles motivos para esto, pero no podemos ser más específicos aquí. Por favor <a\n" -" href=\"%s\">contáctenos</a> si tiene cualquier pregunta." +" href=\"{{url}}\">contáctenos</a> si tiene cualquier pregunta." msgid "The requester has abandoned this request for some reason" msgstr "El creador de la solicitud la ha cancelado por algún motivo" -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" +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 "" "La respuesta a tu solicitud ha sido <strong>retrasada</strong>.\n" " Por ley, el organismo debería normalmente haber respondido\n" " <strong>rápidamente</strong> y" -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" +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 "" "La respuesta a tu solicitud ha sido <strong>muy retrasada</strong>.\n" " Por ley, bajo cualquier circunstancia, el organismo ya debería\n" @@ -2377,6 +2358,9 @@ msgstr "El motor de búsqueda no está accesible en estos momentos: no podemos m msgid "The search index is currently offline, so we can't show the Freedom of Information requests this person has made." msgstr "El motor de búsqueda no está accesible en estos momentos: no podemos mostrar las solicitudes de información que ha hecho esta persona" +msgid "The {{site_name}} team." +msgstr "" + msgid "Then you can cancel the alert." msgstr "Entonces podrás cancelar tu alerta." @@ -2452,17 +2436,17 @@ msgstr "Entonces se enviará tu comentario a {{info_request_title}}." msgid "There are {{count}} new annotations on your {{info_request}} request. Follow this link to see what they wrote." msgstr "Hay {{count}} comentarios en tu solicitud {{info_request}}. Sigue este enlace para leer lo que dicen." -msgid "There is %d person following this request" -msgid_plural "There are %d people following this request" -msgstr[0] "Hay %d persona siguiendo esta solicitud." -msgstr[1] "Hay %d personas siguiendo esta solicitud." - 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 "" 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 "Hay un límite en el número de solicitudes que puedes hacer en un día, porque no queremos que los organismos públicos reciban un número exagerado de solicitudes mal formuladas. Si necesitas que el límite no se aplique en tu caso, por favor <a href='{{help_contact_path}}'>contacta con nosotros</a>." +msgid "There is {{count}} person following this request" +msgid_plural "There are {{count}} people following this request" +msgstr[0] "Hay {{count}} persona siguiendo esta solicitud." +msgstr[1] "Hay {{count}} personas siguiendo esta solicitud." + msgid "There was a <strong>delivery error</strong> or similar, which needs fixing by the {{site_name}} team." msgstr "Se ha producido un <strong>error en la entrega</strong> o similar, y necesita ser arreglado por el equipo de {{site_name}}." @@ -2501,10 +2485,10 @@ msgstr "" msgid "This authority no longer exists, so you cannot make a request to it." msgstr "Este organismo ya no existe, no pueden realizarse solicitudes de información." -msgid "This comment has been hidden. See annotations to\\n find out why. If you are the requester, then you may <a href=\"%s\">sign in</a> to view the response." +msgid "This comment has been hidden. See annotations to\\n find out why. If you are the requester, then you may <a href=\"{{url}}\">sign in</a> to view the response." msgstr "" "Este respuesta está oculta. Revisa los comentarios\n" -" para descubrir por qué. Si es tu solicitud, <a href=\"%s\">abre una sesión</a> para ver la respuesta." +" para descubrir por qué. Si es tu solicitud, <a href=\"{{url}}\">abre una sesión</a> para ver la respuesta." msgid "This covers a very wide spectrum of information about the state of\\n the <strong>natural and built environment</strong>, such as:" msgstr "" @@ -2531,10 +2515,10 @@ 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 outgoing message has been hidden. See annotations to\\n\t\t\t\t\t\tfind out why. If you are the requester, then you may <a href=\"%s\">sign in</a> to view the response." +msgid "This outgoing message has been hidden. See annotations to\\n\t\t\t\t\t\tfind out why. If you are the requester, then you may <a href=\"{{url}}\">sign in</a> to view the response." msgstr "" "Este mensaje está oculto. Lee los comentarios\n" -"\t\t\t\t\t\tpara descubrir por qué. Si es tu solicitud, <a href=\"%s\">abra una sesión</a> para ver la respuesta." +"\t\t\t\t\t\tpara descubrir por qué. Si es tu solicitud, <a href=\"{{url}}\">abra una sesión</a> para ver la respuesta." msgid "This particular request is finished:" msgstr "Esta solicitud está cerrada:" @@ -2542,19 +2526,19 @@ msgstr "Esta solicitud está cerrada:" msgid "This person has made no Freedom of Information requests using this site." msgstr "Esta persona no ha realizado solicitudes de información usando esta web." -msgid "This person's %d Freedom of Information request" -msgid_plural "This person's %d Freedom of Information requests" -msgstr[0] "Tu %d solicitud de información" -msgstr[1] "Tus %d solicitudes de información" - -msgid "This person's %d annotation" -msgid_plural "This person's %d annotations" -msgstr[0] "Tu %d comentario" -msgstr[1] "Tus %d comentarios" - msgid "This person's annotations" msgstr "Tus comentarios" +msgid "This person's {{count}} Freedom of Information request" +msgid_plural "This person's {{count}} Freedom of Information requests" +msgstr[0] "Tu {{count}} solicitud de información" +msgstr[1] "Tus {{count}} solicitudes de información" + +msgid "This person's {{count}} annotation" +msgid_plural "This person's {{count}} annotations" +msgstr[0] "Tu {{count}} comentario" +msgstr[1] "Tus {{count}} comentarios" + msgid "This request <strong>requires administrator attention</strong>" msgstr "Esta solicitud <strong>requiere la intervención de un administrador</strong>" @@ -2578,7 +2562,7 @@ msgstr "" "Esta solicitud ha sido <strong>retirada</strong> por la persona que la realizó. \n" " \t Puede que haya una explicación en los mensajes a continuación." -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=\"%s\">contact us</a>." +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 "" msgid "This request has been reported for administrator attention" @@ -2595,10 +2579,10 @@ msgstr "" "Esta solicitud tiene visibilidad 'oculta'. Puedes verla sólo porque estás identificado\n" " como super-usuario." -msgid "This request is hidden, so that only you the requester can see it. Please\\n <a href=\"%s\">contact us</a> if you are not sure why." +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 "" "Esta solicitud está oculta, por lo que sólo tú como creador puedes verla. Por favor\n" -" <a href=\"%s\">contáctanos</a> si no estás seguro de por qué." +" <a href=\"{{url}}\">contáctanos</a> si no estás seguro de por qué." msgid "This request is still in progress:" msgstr "Esta solicitud está todavía en proceso:" @@ -2609,10 +2593,10 @@ msgstr "" msgid "This request was not made via {{site_name}}" msgstr "" -msgid "This response has been hidden. See annotations to find out why.\\n If you are the requester, then you may <a href=\"%s\">sign in</a> to view the response." +msgid "This response has been hidden. See annotations to find out why.\\n If you are the requester, then you may <a href=\"{{url}}\">sign in</a> to view the response." msgstr "" "Este respuesta está oculta. Revisa los comentarios\n" -" para descubrir por qué. Si es tu solicitud, <a href=\"%s\">abre una sesión</a> para ver la respuesta." +" para descubrir por qué. Si es tu solicitud, <a href=\"{{url}}\">abre una sesión</a> para ver la respuesta." 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 "" @@ -2693,7 +2677,7 @@ msgstr "Añadir tu comentario" msgid "To reply to " msgstr "Contestar a " -msgid "To report this FOI request" +msgid "To report this request" msgstr "" msgid "To send a follow up message to " @@ -2780,11 +2764,11 @@ msgstr "Se encontró un tipo de resultado inesperado" msgid "Unexpected search result type " msgstr "Se encontró un tipo de resultado inesperado " -msgid "Unfortunately we don't know the FOI\\nemail address for that authority, so we can't validate this.\\nPlease <a href=\"%s\">contact us</a> to sort it out." +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 "" "Desgraciadamente no tenemos la dirección\n" "de correo para este organismo, así que no podemos validarlo.\n" -"Por favor <a href=\"%s\">contáctenos</a> para arreglarlo." +"Por favor <a href=\"{{url}}\">contáctenos</a> para arreglarlo." 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" @@ -2918,6 +2902,12 @@ msgstr "Esperando que el organismo responda" msgid "Was the response you got to your FOI request any good?" msgstr "¿Fue la respuesta a tu solicitud satisfactoria?" +msgid "We consider it is not a valid FOI request, and have therefore hidden it from other users." +msgstr "" + +msgid "We consider it to be vexatious, and have therefore hidden it from other users." +msgstr "" + msgid "We do not have a working request email address for this authority." msgstr "No tenemos una dirección de correo válida para este organismo." @@ -2931,10 +2921,10 @@ msgstr "" " –\n" "\tsi es {{user_link}} por favor <a href=\"{{url}}\">abra una sesión</a> y háganoslo saber." -msgid "We will not reveal your email address to anybody unless you or\\n the law tell us to (<a href=\"%s\">details</a>). " +msgid "We will not reveal your email address to anybody unless you or\\n the law tell us to (<a href=\"{{url}}\">details</a>). " msgstr "" "No revelaremos tu dirección de correo a nadie salvo que tú nos lo digas\n" -" o la ley nos obligue (<a href=\"%s\">más información</a>). " +" o la ley nos obligue (<a href=\"{{url}}\">más información</a>). " msgid "We will not reveal your email address to anybody unless you\\nor the law tell us to." msgstr "" @@ -2987,8 +2977,8 @@ msgstr "" "Cuando reciba la respuesta en papel, por favor ayude\n" " a que otros sepan lo que dice:" -msgid "When you're done, <strong>come back here</strong>, <a href=\"%s\">reload this page</a> and file your new request." -msgstr "Cuando esté listo, <strong>vuelva aquí</strong>, <a href=\"%s\">recargue esta página</a> y cree una nueva solicitud." +msgid "When you're done, <strong>come back here</strong>, <a href=\"{{url}}\">reload this page</a> and file your new request." +msgstr "Cuando esté listo, <strong>vuelva aquí</strong>, <a href=\"{{url}}\">recargue esta página</a> y cree una nueva solicitud." msgid "Which of these is happening?" msgstr "¿Qué está pasando?" @@ -3096,11 +3086,11 @@ msgstr "Sabes lo que ha causado el error, y puedes <strong>sugerir una solución 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 "" -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=\"%s\">send it to us</a>." +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 "" "Puede que encuentres una\n" " en su página web, o preguntando por teléfono. Si la consigues\n" -" por favor <a href=\"%s\">envíanosla</a>." +" por favor <a href=\"{{url}}\">envíanosla</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 "" @@ -3120,6 +3110,9 @@ msgstr "Necesitas identificarte para borrar la foto de tu perfil." msgid "You need to be logged in to edit your profile." msgstr "" +msgid "You need to be logged in to report a request for administrator attention" +msgstr "" + msgid "You previously submitted that exact follow up message for this request." msgstr "Ya has enviado esa misma respuesta a esta solicitud." @@ -3146,6 +3139,9 @@ msgstr "" "Sólo recibirás una respuesta a tu solicitud si continúas\n" "con la aclaración." +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 "" + msgid "You're in. <a href=\"#\" id=\"send-request\">Continue sending your request</a>" msgstr "" @@ -3158,23 +3154,13 @@ msgstr "" msgid "You've now cleared your profile photo" msgstr "Has borrado la foto de tu perfil" -msgid "Your %d Freedom of Information request" -msgid_plural "Your %d Freedom of Information requests" -msgstr[0] "Tu %d solicitud de información" -msgstr[1] "Tus %d solicitudes de información" - -msgid "Your %d annotation" -msgid_plural "Your %d annotations" -msgstr[0] "Tu %d comentario" -msgstr[1] "Tus %d comentarios" - -msgid "Your <strong>name will appear publicly</strong> \\n (<a href=\"%s\">why?</a>)\\n on this website and in search engines. If you\\n are thinking of using a pseudonym, please \\n <a href=\"%s\">read this first</a>." +msgid "Your <strong>name will appear publicly</strong>\\n (<a href=\"{{why_url}}\">why?</a>)\\n on this website and in search engines. If you\\n are thinking of using a pseudonym, please\\n <a href=\"{{help_url}}\">read this first</a>." msgstr "" "<strong>Tu nombre aparecerá públicamente</strong> \n" -" (<a href=\"%s\">¿por qué?</a>)\n" +" (<a href=\"{{why_url}}\">¿por qué?</a>)\n" " en esta web y en motores de búsqueda. Si estás\n" " pensando en utilizar un seudónimo, por favor \n" -" <a href=\"%s\">lee esto primero</a>." +" <a href=\"{{help_url}}\">lee esto primero</a>." msgid "Your annotations" msgstr "Tus comentarios" @@ -3185,8 +3171,8 @@ msgstr "" msgid "Your e-mail:" msgstr "Tu correo:" -msgid "Your follow up has not been sent because this request has been stopped to prevent spam. Please <a href=\"%s\">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=\"%s\">contáctanos</a> si realmente quieres enviar una respuesta." +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." msgid "Your follow up message has been sent on its way." msgstr "Tu mensaje está en camino." @@ -3209,10 +3195,10 @@ msgstr "Tu mensaje aparecerá en <strong>los motores de búsqueda</strong>" msgid "Your name and annotation will appear in <strong>search engines</strong>." msgstr "Tu nombre y su comentario aparecerán en los <strong>motores de búsqueda</strong>." -msgid "Your name, request and any responses will appear in <strong>search engines</strong>\\n (<a href=\"%s\">details</a>)." +msgid "Your name, request and any responses will appear in <strong>search engines</strong>\\n (<a href=\"{{url}}\">details</a>)." msgstr "" "Tu nombre, tu solicitud y cualquier respuesta aparecerán en los <strong>motoros de búsqueda</strong>\n" -" (<a href=\"%s\">detalles</a>)." +" (<a href=\"{{url}}\">detalles</a>)." msgid "Your name:" msgstr "Tu nombre:" @@ -3229,6 +3215,12 @@ msgstr "Tu contraseña:" msgid "Your photo will be shown in public <strong>on the Internet</strong>,\\n wherever you do something on {{site_name}}." msgstr "" +msgid "Your request '{{request}}' at {{url}} has been reviewed by moderators." +msgstr "" + +msgid "Your request on {{site_name}} hidden" +msgstr "" + msgid "Your request was called {{info_request}}. Letting everyone know whether you got the information will help us keep tabs on" msgstr "Tu solicitud se llamaba {{info_request}}. Haznos saber si has recibido la información para ayudarnos a controlar a" @@ -3238,12 +3230,22 @@ msgstr "Tu solicitud:" msgid "Your response to an FOI request was not delivered" msgstr "" -msgid "Your response will <strong>appear on the Internet</strong>, <a href=\"%s\">read why</a> and answers to other questions." -msgstr "Tu respuesta <strong>aparecerá en Internet</strong>, <a href=\"%s\">lee por qué</a> y respuestas a otras preguntas." +msgid "Your response will <strong>appear on the Internet</strong>, <a href=\"{{url}}\">read why</a> and answers to other questions." +msgstr "Tu respuesta <strong>aparecerá en Internet</strong>, <a href=\"{{url}}\">lee por qué</a> y respuestas a otras preguntas." msgid "Your thoughts on what the {{site_name}} <strong>administrators</strong> should do about the request." msgstr "Opine sobre lo que los <strong>administradores</strong> de {{site_name}} deberían hacer con la solicitud." +msgid "Your {{count}} Freedom of Information request" +msgid_plural "Your {{count}} Freedom of Information requests" +msgstr[0] "Tu {{count}} solicitud de información" +msgstr[1] "Tus {{count}} solicitudes de información" + +msgid "Your {{count}} annotation" +msgid_plural "Your {{count}} annotations" +msgstr[0] "Tu {{count}} comentario" +msgstr[1] "Tus {{count}} comentarios" + msgid "Your {{site_name}} email alert" msgstr "Tu alerta en {{site_name}}" @@ -3253,6 +3255,9 @@ msgstr "Un saludo," msgid "Yours sincerely," msgstr "Un saludo," +msgid "Yours," +msgstr "" + msgid "[FOI #{{request}} email]" msgstr "" @@ -3348,7 +3353,7 @@ msgstr "" " O prueba a llamarles por teléfono." msgid "details" -msgstr "" +msgstr "detalles" msgid "display_status only works for incoming and outgoing messages right now" msgstr "display_status sólo funciona para mensajes de entrada y salida ahora mismo" @@ -3416,12 +3421,12 @@ msgstr "" msgid "no later than" msgstr "no más tarde de" -msgid "no longer exists. If you are trying to make\\n 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=\"%s\">send it to us</a>." +msgid "no longer exists. If you are trying to make\\n 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 "" "ya no existe. \n" "Desde la página de la solicitud, intente responder a un mensaje en concreto, en vez de\n" " responder a la solicitud en general. Si necesita hacerlo y tiene una dirección de\n" -" correo válida, por favor <a href=\"%s\">mándenosla</a>." +" correo válida, por favor <a href=\"{{url}}\">mándenosla</a>." msgid "normally" msgstr "normalmente" @@ -3529,9 +3534,32 @@ msgstr "información útil." msgid "users" msgstr "usuarios" +msgid "what's that?" +msgstr "¿Qué es eso?" + msgid "{{count}} FOI requests found" msgstr "{{count}} solicitudes de información encontradas" +msgid "{{count}} Freedom of Information request to {{public_body_name}}" +msgid_plural "{{count}} Freedom of Information requests to {{public_body_name}}" +msgstr[0] "{{count}} solicitud de información a {{public_body_name}}" +msgstr[1] "{{count}} solicitudes de información a {{public_body_name}}" + +msgid "{{count}} person is following this authority" +msgid_plural "{{count}} people are following this authority" +msgstr[0] "" +msgstr[1] "" + +msgid "{{count}} request" +msgid_plural "{{count}} requests" +msgstr[0] "{{count}} solicitud" +msgstr[1] "{{count}} solicitudes" + +msgid "{{count}} request made." +msgid_plural "{{count}} requests made." +msgstr[0] "{{count}} solicitud enviada." +msgstr[1] "{{count}} solicitudes enviadas." + 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}} ya\n" diff --git a/locale/he_IL/app.po b/locale/he_IL/app.po index accd6da10..df7f94e1f 100644 --- a/locale/he_IL/app.po +++ b/locale/he_IL/app.po @@ -3,20 +3,27 @@ # This file is distributed under the same license as the PACKAGE package. # # Translators: -# Nir Hirshman <nirshman99@gmail.com>, 2013. -# Ram Ezrach <ram.ezrach@gmail.com>, 2013. -# <r@roishlomi.com>, 2013. -# Yair Uziel <yair.uziel@gmail.com>, 2013. -# <yehudab@gmail.com>, 2013. -# <zdevir@gmail.com>, 2013. +# nirshman <nirshman99@gmail.com>, 2013 +# nirshman <nirshman99@gmail.com>, 2013 +# Ram Ezrach <ram.ezrach@gmail.com>, 2013 +# rshlo <r@roishlomi.com>, 2013 +# rshlo <r@roishlomi.com>, 2013 +# yauzi <yair.uziel@gmail.com>, 2013 +# yauzi <yair.uziel@gmail.com>, 2013 +# yehuda <yehudab@gmail.com>, 2013 +# yehuda <yehudab@gmail.com>, 2013 +# Yoni Yalovitsky <yoni@yalovitsky.com>, 2013 +# Yoni Yalovitsky <yoni@yalovitsky.com>, 2013 +# Z.D <zdevir@gmail.com>, 2013 +# Z.D <zdevir@gmail.com>, 2013 msgid "" msgstr "" "Project-Id-Version: alaveteli\n" "Report-Msgid-Bugs-To: http://github.com/sebbacon/alaveteli/issues\n" -"POT-Creation-Date: 2013-03-14 14:02-0700\n" -"PO-Revision-Date: 2013-03-18 19:01+0000\n" +"POT-Creation-Date: 2013-06-24 09:40-0700\n" +"PO-Revision-Date: 2013-07-20 11:58+0000\n" "Last-Translator: yauzi <yair.uziel@gmail.com>\n" -"Language-Team: LANGUAGE <LL@li.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" "Content-Type: text/plain; charset=UTF-8\n" @@ -26,17 +33,17 @@ msgstr "" 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 "זה יופיע בפרופיל של {{site_name}} כדי להקל n\\ על אחרים לעזור במה שאתם עושים." -msgid " (<strong>no ranty</strong> politics, read our <a href=\"%s\">moderation policy</a>)" -msgstr " (<strong>בלי פוליטיקה מפלגתית!</strong> קראו את<a href=\"%s\">מדיניות הניהול</a>) שלנו" +msgid " (<strong>no ranty</strong> politics, read our <a href=\"{{url}}\">moderation policy</a>)" +msgstr " (<strong>בלי פוליטיקה מפלגתית!</strong> קראו את<a href=\"{{url}}\">מדיניות הניהול</a>) שלנו" msgid " (<strong>patience</strong>, especially for large files, it may take a while!)" -msgstr " (<strong>הורדת קבצים גדולים עלולה לארוך מספר דקות</strong>)" +msgstr " (<strong>נא להמתין – הורדת קבצים גדולים עלולה לקחת מספר דקות</strong>)" msgid " (you)" msgstr "(אתם)" msgid " - view and make Freedom of Information requests" -msgstr "– צפו ומלאו בקשות לפי חוק חופש המידע" +msgstr "– צפו והגישו בקשות למידע" msgid " - wall" msgstr " - קיר" @@ -45,10 +52,10 @@ msgid " <strong>Note:</strong>\\n We will send you an email. Follow the instr msgstr " <strong>הערה:<strong/> בקרוב יישלח אליכם דואר אלקטרוני. עקוב אחר ההוראות המצויות בו על מנת לשנות את הסיסמא." msgid " <strong>Privacy note:</strong> Your email address will be given to" -msgstr " <strong>הערת פרטיות:</strong> כתובת הדוא\"ל שלכם תימסר ל" +msgstr " <strong>הערת פרטיות:</strong> כתובת הדוא\"ל שלכם תימסר ל- " msgid " <strong>Summarise</strong> the content of any information returned. " -msgstr " <strong>סיכום</strong> תוכן כל מידע מוחזר. " +msgstr " <strong>סכמו</strong> תוכן של כל מידע מוחזר" msgid " Advise on how to <strong>best clarify</strong> the request." msgstr "הסברים כיצד <strong>לנסח בצורה בהירה</strong> את הבקשה." @@ -56,8 +63,8 @@ msgstr "הסברים כיצד <strong>לנסח בצורה בהירה</strong> א msgid " Ideas on what <strong>other documents to request</strong> which the authority may hold. " msgstr "רעיונות ל<strong>מסמכים נוספים</strong> שיש בידי הרשויות, <strong>שניתן לבקשם</strong>." -msgid " If you know the address to use, then please <a href=\"%s\">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 "אם אתם יודעים את הכתובת, נא <a href=\"%s\">שלחו לנו</a>.\\n הכתובת נמצאת באתר האינטרנט שלהם, או שתבררו אותה בשיחת טלפון." +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 "אם אתם יודעים את הכתובת, נא <a href=\"{{url}}\">שלחו לנו</a>.\\n הכתובת נמצאת באתר האינטרנט שלהם, או שתבררו אותה בשיחת טלפון." msgid " Include relevant links, such as to a campaign page, your blog or a\\n twitter account. They will be made clickable. \\n e.g." msgstr "הוסיפו קישורים מתאימים כמו למשל לדף הקמפיין, לבלוג שלכם או לטוויטר. יהיה ניתן להקליק עליהם n\\. למשל" @@ -95,21 +102,6 @@ msgstr "כאשר אתם שולחים הודעה זו." msgid "\"Hello! We have an <a href=\\\"/help/alaveteli?country_name=#{CGI.escape(current_country)}\\\">important message</a> for visitors outside {{country_name}}\"" msgstr "\"שלום! יש לנו <a href=\\\"/help/alaveteli?country_name=#{CGI.escape(current_country)}\\\">הודעה חשובה</a> למבקרים מחוץ ל- {{country_name}}\"" -msgid "%d Freedom of Information request to %s" -msgid_plural "%d Freedom of Information requests to %s" -msgstr[0] "%d בקשת תחת חוק חופש המידע עבור %s" -msgstr[1] "%d בקשות תחת חוק חופש המידע עבור %s" - -msgid "%d request" -msgid_plural "%d requests" -msgstr[0] "%d בקשה" -msgstr[1] "%d בקשות" - -msgid "%d request made." -msgid_plural "%d requests made." -msgstr[0] "%d הבקשה נמסרה." -msgstr[1] "%d הבקשות נמסרו." - msgid "'Crime statistics by ward level for Wales'" msgstr "'סטטיסטיקות פשע מפורטות בדרום תל-אביב'" @@ -126,7 +118,7 @@ msgid "'{{link_to_user}}', a person" msgstr "'{{link_to_user}}', משתמש" msgid "*unknown*" -msgstr "" +msgstr "\"לא ידוע\"" msgid ",\\n\\n\\n\\nYours,\\n\\n{{user_name}}" msgstr ",\\n\\n\\n\\nשלכם,\\n\\n{{user_name}}" @@ -143,38 +135,20 @@ msgstr "2. בקשו מידע" msgid "3. Now check your request" msgstr "3. עתה בדקו את בקשתכם" -msgid "<a class=\"link_button_green\" href=\"{{url}}\">{{text}}</a>" -msgstr "<a class=\"link_button_green\" href=\"{{url}}\">{{text}}</a>" - -msgid "<a href=\"%s\">Add an annotation</a> (to help the requester or others)" -msgstr "<a href=\"%s\">הוסיפו הסבר</a> (כדי לסייע למגיש הבקשה או לאחרים)" - -msgid "<a href=\"%s\">Are we missing a public authority?</a>" -msgstr "<a href=\"%s\">האם חסר לנו גוף ציבורי?</a>" +msgid "<a href=\"{{browse_url}}\">Browse all</a> or <a href=\"{{add_url}}\">ask us to add one</a>." +msgstr "<a href=\"{{browse_url}}\">צפו בכולם</a> או <a href=\"{{add_url}}\">בקשו מאיתנו להוסיף אחת</a>." -msgid "<a href=\"%s\">Are you the owner of\\n any commercial copyright on this page?</a>" -msgstr "<a href=\"%s\">האם אתם הבעלים של\\n זכויות יוצרים מסחריות על עמוד זה?</a>" +msgid "<a href=\"{{url}}\">Add an annotation</a> (to help the requester or others)" +msgstr "<a href=\"{{url}}\">להוסיף הסבר</a> (כדי לסייע למגיש הבקשה או לאחרים)" -msgid "<a href=\"%s\">Browse all</a> or <a href=\"%s\">ask us to add one</a>." -msgstr "<a href=\"%s\">צפו בכולם</a> או <a href=\"%s\">בקשו מאיתנו להוסיף אחת</a>." - -msgid "<a href=\"%s\">Can't find the one you want?</a>" -msgstr "<a href=\"%s\">לא מוצאים את מה שאתם מחפשים?</a>" - -msgid "<a href=\"%s\">Sign in</a> to change password, subscriptions and more ({{user_name}} only)" -msgstr "<a href=\"%s\">היכנסו</a> כדי לשנות סיסמה, מנויים וכדומה. (רק {{user_name}})" - -msgid "<a href=\"%s\">details</a>" -msgstr "<a href=\"%s\">פרטים</a>" - -msgid "<a href=\"%s\">what's that?</a>" -msgstr "<a href=\"%s\">מה זה?</a>" +msgid "<a href=\"{{url}}\">Sign in</a> to change password, subscriptions and more ({{user_name}} only)" +msgstr "<a href=\"{{url}}\">היכנסו</a> כדי לשנות סיסמה, מנויים וכדומה. (רק {{user_name}})" 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>" 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 "<p>תודה רבה! אנו מקווים שהממתנה תהיה קצרה.</p> <p>לפי החוק, אתם אמורים לקבל תגובה תוך זמן קצר, לרוב לפני ה- <strong>{{date_response_required_by}}</strong>.</p>" @@ -186,7 +160,7 @@ msgid "<p>Thank you! Hopefully your wait isn't too long.</p><p>You should get a msgstr "<p>תודה לכם! אנו מקווים שלא המתנתם זמן רב. </p><p>התגובה אמורה להגיע תוך {{late_number_of_days}} ימים, או שתקבלו הודעה על דחיית מועד קבלת התשובה (<a href=\"{{review_url}}\">פרטים</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 "<p>תודה לכם! בקשתכם היתה צריכה להענותת כבר לפני {{very_late_number_of_days}} ימי עבודה. רוב הבקשות נענות תוך {{late_number_of_days}} ימי עבודה. ייתכן ותרצו להגיש תלונה באמצעות הטופס למטה.</p>" +msgstr "<p>תודה לכם! בקשתכם היתה צריכה להענות כבר לפני {{very_late_number_of_days}} ימי עבודה. רוב הבקשות נענות תוך {{late_number_of_days}} ימי עבודה. ייתכן ותרצו להגיש תלונה באמצעות הטופס למטה.</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 "<p>תודה על שינוי הפרטים.</p><p><strong>ועכשיו...</strong> תוכלו להוסיף גם תמונת פרופיל.</p>" @@ -197,17 +171,23 @@ msgstr "<p>תודה על עדכון התמונה.</p><p><strong>ועכשיו...< 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 "<p>אנו ממליצים שתסירו את כתובת הדוא\"ל מהבקשה שלכם.\\n אם לא תסירו אותה, הכתובת תשלח לרשות, אבל לא תוצג באתר.</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 "אנו שמחים שקיבלת את מלוא המידע המבוקש. אם אתם עושים שימוש כלשהו במידע, אנא חיזרו לכאן והוסיפו הערה על אופן השימוש." + 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>אנו שמחים שקיבלתם את המידע שביקשתם. אם אתם כותבים על המידע או משתמשים בו, נא חזרו לדף זה והוסיפו למטה הערה על מה שעשיתם. </p><p>אם מצאתם את {{site_name}}שימושי, <a href=\"{{donation_url}}\">הרימו תרומה</a> לגוף שמפעיל אותו.</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>אנו שמחים שקיבלתם חלק מהמידע שביקשתם. אם מצאתם את {{site_name}} שימושי, <a href=\"{{donation_url}}\">הרימו תרומה</a> לגוף שמפעיל אותו.</p><p>אם אתם רוצים לנסות לקבל את שאר המידע, הנה מה שעליכם לעשות כעת.</p>" -msgid "<p>You do not need to include your email in the request in order to get a reply (<a href=\"%s\">details</a>).</p>" -msgstr "<p>אין צורך לכלול את כתובת הדוא\"ל שלכם בבקשה, כדי לקבל מענה. (<a href=\"%s\">details</a>).</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 "<p>אנו שמחים שקיבלתם חלק מהמידע המבוקש.</p><p>אם אתם מעוניינים לקבל את שאר המידע, הנה מה שעליכם לעשות כעת.</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=\"%s\">details</a>).</p>" -msgstr "<p>אין צורך לכלול את כתובת הדוא\"ל שלכם בבקשה, שכן בדף הבא תתבקשו לספק את כתובת הדוא\"ל (<a href=\"%s\">פרטים</a>).</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 "<p>אין צורך לכלול את כתובת הדוא\"ל שלכם בבקשה, כדי לקבל מענה. (<a href=\"{{url}}\">details</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 "<p>אין צורך לכלול את כתובת הדוא\"ל שלכם בבקשה, שכן בדף הבא תתבקשו לספק את כתובת הדוא\"ל (<a href=\"{{url}}\">פרטים</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>הבקשה כוללת <strong>מיקוד דואר</strong>. אם המיקוד אינו קשור ישירות לנושא הבקשה, אנא הסירו אותו, שכן הוא יופיע <strong>בצורה גלויה</strong> באינטרנט.</p>" @@ -221,15 +201,10 @@ msgstr "<p>{{site_name}} נמצא כעת בתחזוקה. ניתן לצפות ב 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 "<small>אם אתם משתמשים בשירות דואר מבוסס רשת, בדקו את תיבת דואר הזבל שלכם.\\nbulk/spam ייתכן וההודעה שלנו סומנה ככזו בטעות.</small>\\n</p>" -msgid "<span id='follow_count'>%d</span> person is following this authority" -msgid_plural "<span id='follow_count'>%d</span> people are following this authority" -msgstr[0] "<span id='follow_count'>%d</span> אנשים עוקבים אחר רשות זו" -msgstr[1] "<span id='follow_count'>%d</span> אנשים עוקבים אחר רשות זו" - -msgid "<strong> Can I request information about myself?</strong>\\n\t\t\t<a href=\"%s\">No! (Click here for details)</a>" +msgid "<strong> Can I request information about myself?</strong>\\n\t\t\t<a href=\"{{url}}\">No! (Click here for details)</a>" msgstr "" "<strong> האם אפשר לבקש מידע אודותי?</strong>\n" -"<a href=\"%s\">לא! (הקליקו כאן לפרטים)</a>" +"<a href=\"{{url}}\">לא! (הקליקו כאן לפרטים)</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>הערה_על-ידי:גיל_ללוש</code></strong>כדי לחפש הערות של גיל ללוש, הכניסו את השם כמו בכתובת אינטרנט." @@ -250,7 +225,7 @@ msgid "<strong><code>status:</code></strong> to select based on the status or hi msgstr "<strong><code>מצב:</code></strong> לחיפוש המבוסס על מצב (סטטוס) הבקשה או הסטוריית המצבים שלה, ראו <a href=\"{{statuses_url}}\">את טבלת המצבים</a> למטה." 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> כדי למצוא את כל הרשויות הציבוריות או בקשות עם תגית מסויימת. תוכלו לכלול כמה תגיות,\\n וערכים, למשל <code>tag:openlylocal AND tag:financial_transaction:335633</code>. שימו לב, שכברירת מחדל, כל תגית\\n יכולה להיות מוצגת - עליכם לרשום את המילה <code>AND</code> אם אתם רוצים להציג להציג את כולן." 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>סוגים:</code></strong> לבחירת סוג החיפוש, ראו <a href=\"{{varieties_url}}\">טבלת סוגים</a> למטה." @@ -265,7 +240,7 @@ msgid "<strong>Anything else</strong>, such as clarifying, prompting, thanking" msgstr "<strong>כל דבר נוסף</strong>, כמו להבהיר, לעודד, להודות" 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>אזהרה!</strong> כדי להשתמש במידע זה בהגינות, תצטרכו \\na ידע פנימי טוב על התנהגות המשתמש ב- {{site_name}}. איך, \\nמדוע ועל-ידי מי מחולקות הבקשות לקטגוריות, אינו דבר מובן מאליו, וייתכנו\\nbe שגיאות משתמש ואי-בהירות. תצטרכו גם להבין את הנהלים והדרך \\nway בה משתמשות בהם הרשויות. בנוסף, תצטרכו להיות בעלי ידע בסטטיסטיקה. נא\\n<a href=\"{{contact_path}}\">צרו איתנו קשר</a>אם יש לכם שאלה." msgid "<strong>Clarification</strong> has been requested" msgstr "הוגשה בקשה <strong>להבהרה</strong>" @@ -282,8 +257,8 @@ msgstr "<strong>הערה:</strong> אתם שולחים בקשה לעצמכם, כ 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 "<strong>הערה:</strong>\\n אנו נשלח הודעת אימות לכתובת הדוא\"ל החדשה שלך. עקבו אחר \\n ההוראות כדי לאשר את שינוי הכתובת." -msgid "<strong>Privacy note:</strong> If you want to request private information about\\n yourself then <a href=\"%s\">click here</a>." -msgstr "<strong>הערת פרטיות:</strong>אם תרצו לבקש מידע פרטי על\\n עצמכם, <a href=\"%s\">הקליקו כאן</a>." +msgid "<strong>Privacy note:</strong> If you want to request private information about\\n yourself then <a href=\"{{url}}\">click here</a>." +msgstr "<strong>הערת פרטיות:</strong>אם תרצו לבקש מידע פרטי על\\n עצמכם, <a href=\"{{url}}\">הקליקו כאן</a>." 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>הערת פרטיות:</strong> התמונה שלכם תוצג באופן פומבי באינטרנט,\\n בכל פעם שתעשו משהו באתר {{site_name}}." @@ -310,7 +285,10 @@ msgid "A <strong>summary</strong> of the response if you have received it by pos msgstr "<strong>סיכום</strong> התגובה, אם קיבלתם אותה בדואר." msgid "A Freedom of Information request" -msgstr "בקשת חופש מידע" +msgstr "בקשת מידע" + +msgid "A full history of my FOI request and all correspondence is available on the Internet at this address: {{url}}" +msgstr "היסטוריה מלאה של כל הבקשות שהגשתי והתגובות אודותן זמינה בכתובת הבאה: {{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 "בקשה חדשה, <em><a href=\"{{request_url}}\">{{request_title}}</a></em>, נשלחה אל {{public_body_name}} על-ידי {{info_request_user}} בתאריך {{date}}." @@ -325,7 +303,7 @@ msgid "A strange reponse, required attention by the {{site_name}} team" msgstr "תגובה מוזרה, נדרשת תשומת לב של צוות {{site_name}}" msgid "A vexatious request" -msgstr "" +msgstr "בקשה חסרה" msgid "A {{site_name}} user" msgstr "משתמש {{site_name}}" @@ -334,7 +312,16 @@ msgid "About you:" msgstr "אודותיך:" msgid "Act on what you've learnt" -msgstr "פעלו לפי מה שלמדתם" +msgstr "שתפו את הידע שקיבלתם" + +msgid "Acts as xapian/acts as xapian job" +msgstr "מתנהג כמו Xapien/מתנהג כמו מטלת Xapien" + +msgid "ActsAsXapian::ActsAsXapianJob|Action" +msgstr "מתנהג כמו Xapien::מתנהג כמו מטלת Xapien | פעולה" + +msgid "ActsAsXapian::ActsAsXapianJob|Model" +msgstr "מתנהג כמו Xapien::מתנהג כמו מטלת Xapien | מודל" msgid "Add an annotation" msgstr "הוסיפו הערה" @@ -412,16 +399,22 @@ msgid "Anonymous user" msgstr "משתמש אנונימי" msgid "Anyone:" -msgstr "כל אחד:" +msgstr "כולם –" msgid "Applies to" -msgstr "" +msgstr "תקף ל- " + +msgid "Are we missing a public authority?" +msgstr "האם חסר לנו גוף ציבורי?" + +msgid "Are you the owner of any commercial copyright on this page?" +msgstr "האם אתם הבעלים של\\n זכויות יוצרים מסחריות על עמוד זה?" msgid "Ask for <strong>specific</strong> documents or information, this site is not suitable for general enquiries." -msgstr "בקשו מסמכים או מידע <strong>מסויימים</strong>. אתר זה אינו מיועד לבקשות כלליות." +msgstr "בקשו מסמכים או מידע <strong>מסוימים</strong>. אתר זה אינו מיועד לבקשות כלליות." -msgid "At the bottom of this page, write a reply to them trying to persuade them to scan it in\\n (<a href=\"%s\">more details</a>)." -msgstr "" +msgid "At the bottom of this page, write a reply to them trying to persuade them to scan it in\\n (<a href=\"{{url}}\">more details</a>)." +msgstr "רשמו את התגובה שלכם בתחתית עמוד זה, ונסו לשכנע אותם לסרוק את זה \\n (<a href=\"{{url}}\">more details</a>)." msgid "Attachment (optional):" msgstr "קובץ מצורף (לא חובה):" @@ -439,7 +432,7 @@ msgid "Awaiting response." msgstr "ממתין לתשובה." msgid "Beginning with" -msgstr "מתחיל עם" +msgstr "חיפוש על-פי אות ראשונה" msgid "Browse <a href='{{url}}'>other requests</a> for examples of how to word your request." msgstr "הקליקו על <a href='{{url}}'>בקשות אחרות</a> לצפות בדוגמאות לניסוח הבקשה." @@ -451,13 +444,16 @@ msgid "Browse all authorities..." msgstr "עיון בכל הרשויות..." msgid "By law, under all circumstances, {{public_body_link}} should have responded by now" -msgstr "לפי החוק, בכפוף לנסיבות, {{public_body_link}} היה צריך להשיב עד עתה" +msgstr "לפי החוק, בכפוף לנסיבות, {{public_body_link}} היו צרכים להשיב עד עתה" msgid "By law, {{public_body_link}} should normally have responded <strong>promptly</strong> and" -msgstr "על-פי החוק, {{קישור_גוף_ציבורי}} היה/היתה צריך/צריכה להגיב כבר" +msgstr "על-פי החוק, {{public_body_link}} היה/היתה צריך/צריכה להגיב כבר" msgid "Calculated home page" -msgstr "" +msgstr "דף בית מחושב" + +msgid "Can't find the one you want?" +msgstr "לא מצאתם את מה שחיפשתם?" msgid "Cancel a {{site_name}} alert" msgstr "ביטול התראה מאתר {{site_name}}" @@ -496,16 +492,16 @@ msgid "Change profile photo" msgstr "שנה תמונת פרופיל" msgid "Change the text about you on your profile at {{site_name}}" -msgstr "ערכו את הפרופיל שלכם ב- {{שם_אתר}}" +msgstr "ערכו את הפרופיל שלכם ב- {{site_name}}" msgid "Change your email" -msgstr "שנו את הדואר האלקטרוני שלכם" +msgstr "שינוי כתובת מייל" msgid "Change your email address used on {{site_name}}" msgstr "שנה את כתובת האימייל ב {{site_name}}" msgid "Change your password" -msgstr "שנה סיסמתך" +msgstr "שינוי סיסמה" msgid "Change your password on {{site_name}}" msgstr "שנה סיסמתך ב {{site_name}}" @@ -532,13 +528,13 @@ msgid "Clarify your FOI request - " msgstr "הבהירו את בקשת המידע - " msgid "Classify an FOI response from " -msgstr "קטלג בקשה לחוק חופש המידע מאת" +msgstr "קטלג בקשה nאת" msgid "Clear photo" msgstr "הסר צילום" 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 "הקליקו על הקישור למטה כדי לשלוח הודעה ל- {{public_body_name}} שתבקש מהם להשיב לבקשה שלכם. תרצו אולי לבקש בדיקה\\nפנימית, כדי לדעת מדוע התעכבה התגובה שלהם לבקשה." msgid "Click on the link below to send a message to {{public_body}} reminding them to reply to your request." msgstr "הקליקו על הלינק כדי לשלוח הודעה אל {{public_body}} כדי להזכיר לכם שהם צריכים להשיב לבקשה שלכם." @@ -562,7 +558,7 @@ msgid "Comment|Visible" msgstr "הערה|גלוי" msgid "Confirm you want to follow all successful FOI requests" -msgstr "אשרו שאתם רוצים לעקוב אחר כל בקשות המידע המוצלחות" +msgstr "אשרו שאתם רוצים לעקוב אחר כל בקשות המידע שנענו" msgid "Confirm you want to follow new requests" msgstr "אשרו שאתם רוצים לעקוב אחר בקשות חדשות" @@ -580,7 +576,7 @@ msgid "Confirm you want to follow the request '{{request_title}}'" msgstr "אשרו שאתם רוצים לעקוב אחר הבקשות '{{request_title}}'" msgid "Confirm your FOI request to " -msgstr "אשרו את הבקשה שלך לפי חוק חופש המידע" +msgstr "אשרו את הבקשה שלכם עבור" msgid "Confirm your account on {{site_name}}" msgstr "אשרו את החשבון שלכם באתר {{site_name}}" @@ -595,16 +591,16 @@ msgid "Confirm your new email address on {{site_name}}" msgstr "אשרו את כתובת הדואר האלקטרוני החדשה שלכם באתר {{site_name}}" msgid "Considered by administrators as not an FOI request and hidden from site." -msgstr "אינה נחשבת ע\"י המנהלים כבקשה לפי חוק חופש המידע ומוסתרת מהאתר." +msgstr "אינה נחשבת ע\"י המנהלים כבקשה מתאימה ומוסתרת מהאתר." msgid "Considered by administrators as vexatious and hidden from site." msgstr "נחשב על ידי מנהלים כמרגיז ומוסתר מהאתר." msgid "Contact {{recipient}}" -msgstr "צור קשר עם {{recipient}}" +msgstr "צרו קשר עם {{recipient}}" msgid "Contact {{site_name}}" -msgstr "צור קשר עם {{site_name}}" +msgstr "צרו קשר עם {{site_name}}" msgid "Could not identify the request from the email address" msgstr "לא ניתן היה לזהות את הבקשה מכתובת הדואר האלקטרוני" @@ -619,19 +615,22 @@ msgid "Cultural sites and built structures (as they may be affected by the\\n msgstr "אתרי תרבות ומבנים (אלה עלולים להיות מושפעים\\n מגורמים סביבתיים המופיעים למעלה)" msgid "Currently <strong>waiting for a response</strong> from {{public_body_link}}, they must respond promptly and" -msgstr "ממתין <strong>לתגובה</strong>מ- {{public_body_link}}, הם חייבים להגיב מייד ו- promptly and" +msgstr "כרגע <strong>ממתין לתגובה</strong> מ{{public_body_link}}, הם חייבים להגיב בהקדם, " msgid "Date:" msgstr "תאריך:" +msgid "Dear {{name}}," +msgstr "{{name}} יקר," + msgid "Dear {{public_body_name}}," msgstr "{{public_body_name}} נכבד, " msgid "Default locale" -msgstr "" +msgstr "ברירת מחדל של הגדרות מקומיות" msgid "Delayed response to your FOI request - " -msgstr "עיכוב בתגובה לבקשה על-פי חוק חופש המידע - " +msgstr "עיכוב בתגובה לבקשה" msgid "Delayed." msgstr "מעוכב." @@ -640,7 +639,7 @@ msgid "Delivery error" msgstr "שגיאה בשליחה" msgid "Destroy {{name}}" -msgstr "" +msgstr "השמד {{name}}" msgid "Details of request '" msgstr "פרטי הבקשה '" @@ -655,10 +654,10 @@ msgid "Disclosure log" msgstr "יומן גילוי נאות" msgid "Disclosure log URL" -msgstr "" +msgstr "כתובת יומן גילוי נאות" msgid "Don't want to address your message to {{person_or_body}}? You can also write to:" -msgstr "לא מעוניינים להפנות את ההודעה ל- {{אדם_או_גוף}}? תוכלו לכתוב ל:" +msgstr "לא מעוניינים להפנות את ההודעה ל- {{person_or_body}}? תוכלו לכתוב ל:" msgid "Done" msgstr "הסתיים" @@ -667,7 +666,7 @@ msgid "Done >>" msgstr "בוצע >>" msgid "Download a zip file of all correspondence" -msgstr "הורידו " +msgstr "להוריד קובץ zip עם כל ההתכתבויות" msgid "Download original attachment" msgstr "הורידו את המסמך המצורף המקורי" @@ -676,7 +675,7 @@ msgid "EIR" msgstr "דוח מידע תקנות סביבתיות" msgid "Edit" -msgstr "" +msgstr "ערכו" msgid "Edit and add <strong>more details</strong> to the message above,\\n explaining why you are dissatisfied with their response." msgstr "ערכו והוסיפו <strong>פרטים נוספים</strong> להודעה למעלה, /n המסבירים מדוע אתם לא מרוצים מהתגובה שלהם" @@ -691,7 +690,7 @@ msgid "Either the email or password was not recognised, please try again." 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 "כתובת הדוא\"ל או הסיסמה שגויים. נסו שוב. ליצירת חשבון חדש, מלאו את הפרטים מימין." +msgstr "כתובת הדוא\"ל או הסיסמה שגויים. נסו שוב. ליצירת חשבון חדש, מלאו את הפרטים משמאל." msgid "Email doesn't look like a valid address" msgstr "כתובת הדואר האלקטרוני היא לא כתובת חוקית" @@ -702,8 +701,8 @@ msgstr "שלחו לי עדכונים בדואר אלקטרוני לגבי הבק msgid "Enter words that you want to find separated by spaces, e.g. <strong>climbing lane</strong>" msgstr "הכניסו את מילות החיפוש עם רווח ביניהן. לדוגמה, e.g. <strong>נתיב עליה</strong>" -msgid "Enter your response below. You may attach one file (use email, or\\n <a href=\"%s\">contact us</a> if you need more)." -msgstr "הכניסו את תגובתכם כאן. אתם יכולים לצרף קובץ אחד (פנו באימייל או r\\n <a hצרו קשרref=\"%s\"></a> אם יש צורך ביותר מאחד)." +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 "הכניסו את תגובתכם כאן. אתם יכולים לצרף קובץ אחד (פנו באימייל או r\\n <a hצרו קשרref=\"{{url}}\"></a> אם יש צורך ביותר מאחד)." msgid "Environmental Information Regulations" msgstr "מידע תקנות סביבתיות" @@ -718,52 +717,55 @@ msgid "Event history" msgstr "היסטוריית אירועים" msgid "Event history details" -msgstr "פרטי אירוע היסטורי:" +msgstr "פירוט היסטוריית אירועים" msgid "Event {{id}}" -msgstr "" +msgstr "אירוע {{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 forever (<a href=\"%s\">why?</a>)." -msgstr "" +msgid "Everything that you enter on this page, including <strong>your name</strong>,\\n will be <strong>displayed publicly</strong> on\\n this website forever (<a href=\"{{url}}\">why?</a>)." +msgstr "כל מה שתזינו בדף הזה, כולל <strong>השם שלכם</strong>, יוצג <strong>פתוח לציבור</strong> באתר הזה לתמיד(<a href=\"{{url}}\">למה?</a>)." -msgid "Everything that you enter on this page\\n will be <strong>displayed publicly</strong> on\\n this website forever (<a href=\"%s\">why?</a>)." -msgstr "" +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 "כל מה שתזינו בדף הזה, יוצג <strong>פתוח לציבור</strong> באתר הזה לתמיד (<a href=\"{{url}}\">למה?</a>)." msgid "FOI" msgstr "חוק חופש המידע" msgid "FOI email address for {{public_body}}" -msgstr "כתובת לפניות לפי חוק חופש המידע עבור {{public_body}}" +msgstr "כתובת לפניות עבור {{public_body}}" msgid "FOI request – {{title}}" -msgstr "" +msgstr "בקשת מידע - {{title}}" msgid "FOI requests" -msgstr "בקשות לפי חוק חופש המידע" +msgstr "בקשות" msgid "FOI requests by '{{user_name}}'" -msgstr "בקשה לקבלת מידע על-פי חוק חופש המידע, שהוגשה על-ידי '{{user_name}}'" +msgstr "בקשה לקבלת מידע, שהוגשה על-ידי '{{user_name}}'" msgid "FOI requests {{start_count}} to {{end_count}} of {{total_count}}" -msgstr "בקשות לקבלת מידע על-פי חוק חופש המידע {{בקשה_ראשונה}} עד {{בקשה_אחרונה}} מתוך {{כל_הבקשות}}" +msgstr "בקשות לקבלת מידע {{start_count}} עד {{end_count}} מתוך {{total_count}}" msgid "FOI response requires admin ({{reason}}) - {{title}}" -msgstr "תגובה לפי חוק חופש המידע דורשת ({{reason}}) - {{title}} מנהל" +msgstr "התגובה דורשת התערבות מנהל ({{reason}}) - {{title}}" msgid "Failed to convert image to a PNG" msgstr "המרת הקובץ לפורמט PNG נכשלה" -msgid "Failed to convert image to the correct size: at %{cols}x%{rows}, need %{width}x%{height}" -msgstr "המרת התמונה לגודל המתאים נכשלה: ל- %{עמודות}x%{שורות}, נדרש %{רוחב}x%{גובה}" +msgid "Failed to convert image to the correct size: at {{cols}}x{{rows}}, need {{width}}x{{height}}" +msgstr "המרת התמונה לגודל המתאים נכשלה: ל- {{cols}}x{{rows}}, נדרש {{width}}x{{height}}" msgid "Filter" msgstr "סינון" -msgid "First, type in the <strong>name of the UK public authority</strong> you'd \\n like information from. <strong>By law, they have to respond</strong>\\n (<a href=\"%s#%s\">why?</a>)." -msgstr "ראשית, הקלידו את <strong>שם הגוף</strong> שממנו ברצונכם לקבל מידע. <strong>לפי חוק, עליהם להגיב</strong>\\n (<a href=\"%s#%s\">למה?</a>)." +msgid "First, did your other requests succeed?" +msgstr "קודם כך, האם שאר הבקשות שהגשתם הצליחו?" + +msgid "First, type in the <strong>name of the UK public authority</strong> you'd\\n like information from. <strong>By law, they have to respond</strong>\\n (<a href=\"{{url}}\">why?</a>)." +msgstr "ראשית, הקלידו את <strong>שם הגוף הממשלתי </strong>, ממנו ברצונכם לקבל מידע.\\n <strong>לפי החלטת הממשלה, עליהם למסור תגובה</strong> (<a href=\"{{url}}\">מדוע?</a>)." msgid "Foi attachment" -msgstr "מסמף מצורף עבור חוק חופש המידע" +msgstr "מסמף מצורף" msgid "FoiAttachment|Charset" msgstr "בקשהמצורפת|סוג קידוד" @@ -787,7 +789,7 @@ msgid "FoiAttachment|Within rfc822 subject" msgstr "בקשהמצורפת|במסגרת סעיף XXX" msgid "Follow" -msgstr "עקוב" +msgstr "עקבו" msgid "Follow all new requests" msgstr "עקבו אחר הבקשות החדשות" @@ -826,10 +828,10 @@ msgid "Follow up messages to existing requests are sent to " msgstr "הודעות מעקב לבקשות קיימות נשלחות ל- " 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 "הודעות תגובה והודעות חדשות לבקשה זו נחסמו מחשש לדואר זבל. נא <a href=\"{{url}}\">צרו קשר</a> אם את/ה {{משתמש_קישור}} וצריך לשלוח הודעת המשך." +msgstr "הודעות תגובה והודעות חדשות לבקשה זו נחסמו מחשש לדואר זבל. נא <a href=\"{{url}}\">צרו קשר</a> אם את/ה {{user_link}} וצריך לשלוח הודעת המשך." msgid "Follow us on twitter" -msgstr "עקוב אחרינו בטוויטר" +msgstr "עקבו אחרינו בטוויטר" 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 "מצטערים, איננו יכולים לשלוח הודעות מעקב עבור בקשה זו, מכיוון שהיא בוצעה מחוץ לאתר, ופורסמה כאן ע\"י {{public_body_name}} בשמו של המבקש." @@ -840,10 +842,10 @@ msgstr "לא ניתן להגיש בקשה לרשות זו, מסיבה לא יד msgid "Forgotten your password?" msgstr "שכחתם את הסיסמה?" -msgid "Found %d public authority %s" -msgid_plural "Found %d public authorities %s" -msgstr[0] "נמצא גוף ציבורי %d שהוא %s" -msgstr[1] "נמצאו %d גופים ציבוריים שהם %s" +msgid "Found {{count}} public authority {{description}}" +msgid_plural "Found {{count}} public authorities {{description}}" +msgstr[0] "נמצאה רשות ציבורית אחת {{description}}" +msgstr[1] "נמצאו {{count}} רשויות ציבוריות {{description}}" msgid "Freedom of Information" msgstr "חופש המידע" @@ -852,34 +854,34 @@ msgid "Freedom of Information Act" msgstr "חוק חופש המידע " msgid "Freedom of Information law does not apply to this authority, so you cannot make\\n a request to it." -msgstr "חוק החופש המידע אינו חל על הרשות הזאת, אז אתה לא יכול לבצע בקשה למידע ממנה." +msgstr "החלטת הממשלה אינה חלה על הרשות הזאת, אז אינכם יכולים לבקש ממנה מידע. " msgid "Freedom of Information law no longer applies to" -msgstr "חוק חופש המידע לא תקף ל- " +msgstr "החלטת הממשלה לא תקפה ל- " msgid "Freedom of Information law no longer applies to this authority.Follow up messages to existing requests are sent to " -msgstr "חוק חופש המידע לא תקף לרשות זו. הודעות המשך לבקשה קיימת נשלחות ל- " +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 "Freedom of information requests to" -msgstr "בקשות על-פי חוק חופש המידע אל" +msgstr "בקשות אל" msgid "From" 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=\"%s\">send it to us</a>." -msgstr "מעמוד הבקשה, נסו להגיב להודעה מסוימת, ולא לשלוח תגובה כללית. /n אם ברצונכם להגיב כללית, ולקבל כתובת ישירה שתגיע למקום הנכון, /n אנא <a href=\"%s\">שלחו אותה אלינו</a>." +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 "מעמוד הבקשה, נסו להגיב להודעה מסוימת, ולא לשלוח תגובה כללית. אם ברצונכם להגיב כללית, ומכירים כתובת ישירה שתגיע למקום הנכון, אנא <a href=\"{{url}}\">שלחו אותה אלינו</a>." msgid "From:" msgstr "מאת:" @@ -890,8 +892,20 @@ msgstr "ספקו פרטים על התלונה שלכם כאן" msgid "Handled by post." msgstr "טופל בפוסט." +msgid "Has tag string/has tag string tag" +msgstr "יש מחרוזת תיוג/יש תיוג מחרוזת תיוג" + +msgid "HasTagString::HasTagStringTag|Model" +msgstr "יש מחרוזת תיוג::יש תיוג מחרוזת תיוג | מודל" + +msgid "HasTagString::HasTagStringTag|Name" +msgstr "יש מחרוזת תיוג::יש תיוג מחרוזת תיוג | שם" + +msgid "HasTagString::HasTagStringTag|Value" +msgstr "יש מחרוזת תיוג::יש תיוג מחרוזת תיוג | ערך" + msgid "Hello! You can make Freedom of Information requests within {{country_name}} at {{link_to_website}}" -msgstr "שלום! אתם יכולים להגיש בקשות על-פי חוק חופש המידע ב{{country_name}} באתר {{link_to_website}}" +msgstr "שלום! אתם יכולים להגיש בקשות ב{{country_name}} באתר {{link_to_website}}" msgid "Hello, {{username}}!" msgstr "שלום, {{username}}!" @@ -900,7 +914,7 @@ msgid "Help" msgstr "עזרה" 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 "כאן <strong>מתוארים</strong> אמצעים, כאשר המשתמש בחר בסטטוס לבקשה, ו- \\nהאירוע האחרון עודכן לסטטוס הזה. <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." msgid "Here is the message you wrote, in case you would like to copy the text and save it for later." msgstr "הנה ההודעה שכתבתם, במקרה שאתם רוצים להעתיק את הטקסט ולשמור אותו." @@ -909,7 +923,7 @@ msgid "Hi! We need your help. The person who made the following request\\n ha msgstr "היי! אנו זקוקים לעזרתך. האדם אשר הגיש את הבקשה הנ\"ל \\n לא אמר לנו האם היא הסתיימה בהצלחה. האם תסכים לקרוא אותה \\n ולעזור לנו לשמור על האתר מסודר עבור כולם? \\n תודה." msgid "Hide request" -msgstr "" +msgstr "הסתרת בקשה" msgid "Holiday" msgstr "חגים" @@ -921,10 +935,10 @@ msgid "Holiday|Description" msgstr "Holiday|Description" msgid "Home" -msgstr "בית" +msgstr "עמוד הבית" msgid "Home page" -msgstr "" +msgstr "עמוד הבית" msgid "Home page of authority" msgstr "עמוד הבית של הרשות" @@ -941,6 +955,9 @@ msgstr "אני מבקש <strong>מידע חדש</strong>" msgid "I am requesting an <strong>internal review</strong>" 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 "אנו מבקשים ביקורת פנימית אודות הטיפול של {{public_body_name}} בבקשתנו '{{info_request_title}}'." + msgid "I don't like these ones — give me some more!" msgstr "אלה לא מתאימים לנו — תנו לנו אחרים!" @@ -954,13 +971,13 @@ msgid "I would like to <strong>withdraw this request</strong>" msgstr " אני מעוניין <strong>למשוך את הבקשה</strong>" msgid "I'm still <strong>waiting</strong> for my information\\n <small>(maybe you got an acknowledgement)</small>" -msgstr "אנו עדיין <strong>ממתינים</strong> למידע שלנו /n <small>(אולי קיבלת התייחסות)</small>" +msgstr "אנו עדיין <strong>ממתינים</strong> למידע שלנו <small>(אולי קיבלת התייחסות)</small>" msgid "I'm still <strong>waiting</strong> for the internal review" msgstr "אנו עדיין <strong>ממתינים</strong> לבדיקה הפנימית" msgid "I'm waiting for an <strong>internal review</strong> response" -msgstr "אנחנו מחכים לתגובה על<strong>הבדיקה הפנימית</strong>" +msgstr "אנחנו מחכים לתגובה על <strong>הבדיקה הפנימית</strong>" msgid "I've been asked to <strong>clarify</strong> my request" msgstr "נדרשנו <strong>להבהיר</strong> את בקשתנו" @@ -975,37 +992,37 @@ msgid "I've received an <strong>error message</strong>" msgstr "קיבלנו <strong>הודעת שגיאה</strong>" msgid "I've received an error message" -msgstr "" +msgstr "קיבלנו <strong>הודעת שגיאה</strong>" msgid "Id" -msgstr "" +msgstr "מזהה" -msgid "If the address is wrong, or you know a better address, please <a href=\"%s\">contact us</a>." -msgstr "אם הכתובת שגוייה, או יש לכם כתובת אחרת, נא <a href=\"%s\">צרו איתנו קשר</a>." +msgid "If the address is wrong, or you know a better address, please <a href=\"{{url}}\">contact us</a>." +msgstr "אם הכתובת שגוייה, או יש לכם כתובת אחרת, נא <a href=\"{{url}}\">צרו איתנו קשר</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 "אם השגיאה נגרמה כתוצאה מכתובת דוא\"ל שגויה, ואתם יכולים למצוא כתובת עדכנית של הגוף הציבורי, אנא ספרו לנו בעזרת הטופס למטה." 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 "אם המידע אינו נכון, או אם ברצונכם לשלוח תגובה מאוחרת למבקש /n או אימייל בנושא אחר אל {{user}}, אנא צרו קשר עם {{contact_email}} עבור עזרה." -msgid "If you are dissatisfied by the response you got from\\n the public authority, you have the right to\\n complain (<a href=\"%s\">details</a>)." -msgstr "אם אתם לא מרוצים מהתגובה שקיבלתם מהגוף הציבורי, /n יש לכם את הזכות להתלונן (<a href=\"%s\">לפרטים</a>)." +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 "אם אתם לא מרוצים מהתגובה שקיבלתם מהגוף הציבורי, /n יש לכם את הזכות להתלונן (<a href=\"{{url}}\">לפרטים</a>)." -msgid "If you are still having trouble, please <a href=\"%s\">contact us</a>." -msgstr "אם עדיין נתקלתם בבעיה אנא <a href=\"%s\">צרו איתנו קשר</a>." +msgid "If you are still having trouble, please <a href=\"{{url}}\">contact us</a>." +msgstr "אם עדיין נתקלתם בבעיה אנא <a href=\"{{url}}\">צרו איתנו קשר</a>." -msgid "If you are the requester, then you may <a href=\"%s\">sign in</a> to view the request." -msgstr "אם אתם מגישי הבקשה, תרצו אולי <a href=\"%s\">להתחבר</a> כדי לצפות בבקשה." +msgid "If you are the requester, then you may <a href=\"{{url}}\">sign in</a> to view the request." +msgstr "אם אתם מגישי הבקשה, תרצו אולי <a href=\"{{url}}\">להתחבר</a> כדי לצפות בבקשה." -msgid "If you are thinking of using a pseudonym,\\n please <a href=\"%s\">read this first</a>." -msgstr "אם אתם שוקלים שימוש בזהות בדויה, /n אנא <a href=\"%s\">קיראו זאת קודם</a>." +msgid "If you are thinking of using a pseudonym,\\n please <a href=\"{{url}}\">read this first</a>." +msgstr "אם אתם שוקלים שימוש בזהות בדויה, /n אנא <a href=\"{{url}}\">קיראו זאת קודם</a>." msgid "If you are {{user_link}}, please" msgstr "אם אתה המשתמש {{user_link}}, בבקשה" msgid "If you believe this request is not suitable, you can report it for attention by the site administrators" -msgstr "אם הנכם סבורים שיש להסתיר בקשה זו או להסיר אותה , תוכלו לדווח למנהלי האתר" +msgstr "אם אתם סבורים כי יש להסתיר או להסיר בקשה זו, אנא דווחו למנהלי האתר." 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 "אם אתם לא מצליחים להקליק על זה בגוף ההודעה, עליכם <strong>לבחור ולהעתיק \\nאת הלינק</strong> מתוך ההודעה. לאחר מכן <strong>הדביקו אותו בשורת הכתובת של הדפדפן</strong> /n כמו כל כתובת אחרת." @@ -1014,10 +1031,10 @@ msgid "If you can, scan in or photograph the response, and <strong>send us\\n msgstr "אם אתם יכולים, סירקו או צלמו את הבקשה, <strong>ושילחו לנו עותק שנוכל להעלות</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 "אם אתם מוצאים שירות זה כמתאים להגשת בקשות , בקשו ממנהל הרשת שלכם לשים קישור בדף הגשת הבקשות באתר שלכם." 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 "אם קילתם את ההודעה במייל <strong>לפני יותר משישה חודשים</strong>, אז הקישור הזה לא יעבוד יותר. /n נסו לעשות את התהליך מההתחלה." +msgstr "אם קיבלתם את הדוא\"ל <strong>לפני יותר משישה חודשים</strong>, הקישור לא יעבוד יותר. /n נסו להתחיל את התהליך מההתחלה." 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 "אם טרם עשיתם זאת, נא רשמו למטה פניה לרשות המתאימה ובה הסבר על ביטול הבקשה שלכם, אחרת לא ידעו שהבקשה בוטלה." @@ -1041,7 +1058,7 @@ msgid "If your browser is set to accept cookies and you are seeing this message, msgstr "אם הדפדפן שלכם מקבל עוגיות ואתם רואים הודעה זו, \\n אז כנראה שיש תקלה בשרת שלנו." msgid "Incoming email address" -msgstr "" +msgstr "כתובת לקבלת דואר אלקטרוני" msgid "Incoming message" msgstr "הודעה נכנסת" @@ -1143,22 +1160,22 @@ msgid "Information not held." msgstr "המידע לא נמסר." msgid "Information on emissions and discharges (e.g. noise, energy,\\n radiation, waste materials)" -msgstr "" +msgstr "מידע על אתרי והשלכת פסולת (כגון רעש, אנרגיה,\\n קרינה, חומרים מתכלים)" msgid "Internal review request" msgstr "בקשת בדיקה פנימית" msgid "Is {{email_address}} the wrong address for {{type_of_request}} requests to {{public_body_name}}? If so, please contact us using this form:" -msgstr "האם הכתובת {{email_address}} היא הנכונה לסוג של {{בקשות type_of_request}} requests to {{public_body_name}}? אם לא, נא צרו איתנו קשר באמצעות טופס זה:" +msgstr "האם הכתובת {{email_address}} היא הנכונה לבקשת {{type_of_request}} אל {{public_body_name}}? אם לא, נא צרו איתנו קשר באמצעות טופס זה:" 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 "ייתכן והדפדפן שלכם מוגדר שלא לקבל \"עוגיות\" (\"cookies\") ,\\nאו לא מצליח לעשות כן. בדקו את הגדרות הדפדפן שלכם או השתמשו בדפדפן\\nאחר. לאחר מכן נסו שוב." msgid "Items matching the following conditions are currently displayed on your wall." msgstr "פריטים המתאימים לתנאים הבאים מוצגים כעת על הקיר שלך." msgid "Items sent in last month" -msgstr "" +msgstr "פריטים שנשלחו בחודש שעבר" msgid "Joined in" msgstr "הצטרף/פה" @@ -1167,10 +1184,10 @@ msgid "Joined {{site_name}} in" msgstr "הצטרף/פה ל- {{site_name}}ב- " msgid "Just one more thing" -msgstr "" +msgstr "רק עוד דבר אחד" -msgid "Keep it <strong>focused</strong>, you'll be more likely to get what you want (<a href=\"%s\">why?</a>)." -msgstr "שמור על זה <strong>ממוקד</strong>, כנראה שכך תקבלו את מה שאתם רוצים. (<a href=\"%s\">מדוע?</a>)." +msgid "Keep it <strong>focused</strong>, you'll be more likely to get what you want (<a href=\"{{url}}\">why?</a>)." +msgstr "הקפידו על בקשה <strong>ממוקדת</strong>, כך תוכלו לוודא שתקבלו את מה שאתם רוצים. (<a href=\"{{url}}\">מדוע?</a>)." msgid "Keywords" msgstr "מילות מפתח" @@ -1182,31 +1199,31 @@ msgid "Last request viewed: " msgstr "בקשה אחרונה שנצפתה:" msgid "Let us know what you were doing when this message\\nappeared and your browser and operating system type and version." -msgstr "" +msgstr "ספרו לנו מה עשיתם כשהודעה זו\\nהופיעה, וכן מהו הדפדפן שלכם, מערכת ההפעלה שלכם והגרסה שלה." msgid "Link to this" msgstr "קישור לכאן" msgid "List all" -msgstr "" +msgstr "רשימת הכל" msgid "List of all authorities (CSV)" msgstr "רשימת כל הרשויות (CSV)" msgid "Listing FOI requests" -msgstr "" +msgstr "רשימת בקשות מידע" msgid "Listing public authorities" -msgstr "" +msgstr "רשימת רשויות ציבוריות" msgid "Listing public authorities matching '{{query}}'" -msgstr "" +msgstr "מציג גופים ציבורים הכוללים את '{{query}}'" msgid "Listing tracks" -msgstr "" +msgstr "רשימת מעקב" msgid "Listing users" -msgstr "" +msgstr "רשימת משתמשים" msgid "Log in to download a zip file of {{info_request_title}}" msgstr "יש להיכנס למערכת כדי להוריד קובץ זיפ של {{info_request_title}}" @@ -1215,10 +1232,10 @@ msgid "Log into the admin interface" msgstr "התחבר לממשק הניהול" msgid "Long overdue." -msgstr "עברה ממזמן." +msgstr "הבקשה מתעכבת מאוד." msgid "Made between" -msgstr "נעשתה בין" +msgstr "הוגשה בין" msgid "Mail server log" msgstr "יומן אירועים שרת דואר" @@ -1238,23 +1255,20 @@ msgstr "MailServerLog|Line" msgid "MailServerLog|Order" msgstr "MailServerLog|Order" -msgid "Make a new <strong>Environmental Information</strong> request" -msgstr "יצירת בקשת <strong>מידע סביבתי</strong> חדשה" - -msgid "Make a new <strong>Freedom of Information</strong> request to {{public_body}}" -msgstr "יצירת בקשת <strong>חופש מידע</strong> חדשה ל{{public_body}}" - msgid "Make a new<br/>\\n <strong>Freedom <span>of</span><br/>\\n Information<br/>\\n request</strong>" -msgstr "" +msgstr "הגישו<br><strong>בקשה</strong><br><span>לפתיחת</span> <br><strong>מאגר מידע</strong>" msgid "Make a request" msgstr "בקשה חדשה" +msgid "Make a request to this authority" +msgstr "הגישו בקשה לרשות זו" + msgid "Make an {{law_used_short}} request to '{{public_body_name}}'" msgstr "יצירת בקשת {{law_used_short}} ל '{{public_body_name}}'" msgid "Make and browse Freedom of Information (FOI) requests" -msgstr "יצירה וצפייה בבקשות חופש מידע" +msgstr "יצירה וצפייה בבקשות" msgid "Make your own request" msgstr "יצירת בקשה משלכם" @@ -1281,7 +1295,7 @@ msgid "More similar requests" msgstr "בקשות דומות נוספות" msgid "More successful requests..." -msgstr "בקשות מוצלחות נוספות..." +msgstr "בקשות נוספות שנענו..." msgid "My profile" msgstr "הפרופיל שלי" @@ -1302,10 +1316,10 @@ msgid "Name is already taken" msgstr "השם כבר תפוס" msgid "New Freedom of Information requests" -msgstr "בקשות חדשות לחופש המידע" +msgstr "בקשות חדשות למידע" msgid "New censor rule" -msgstr "" +msgstr "חוק צנזור חדש" msgid "New e-mail:" msgstr "דואר אלקטרוני חדש:" @@ -1323,7 +1337,7 @@ msgid "New response to '{{title}}'" msgstr "תשובה חדשה ל'{{title}}'" msgid "New response to your FOI request - " -msgstr "תגובה חדשה לבקשת חופש המידע שלך -" +msgstr "תגובה חדשה לבקשה שלך -" msgid "New response to your request" msgstr "תגובה חדשה לבקשה שלך" @@ -1353,10 +1367,10 @@ msgid "No similar requests found." msgstr "לא נמצאות בקשות דומות." msgid "No tracked things found." -msgstr "" +msgstr "לא נמצאו דברים במעקב" msgid "Nobody has made any Freedom of Information requests to {{public_body_name}} using this site yet." -msgstr "אף אחד לא שלח בקשת מידע חופשי ל{{public_body_name}} דרך האתר הזה." +msgstr "אף אחד עדיין לא שלח בקשת מידע ל{{public_body_name}} דרך האתר." msgid "None found." msgstr "לא נמצאו." @@ -1365,7 +1379,7 @@ msgid "None made." msgstr "לא בוצע שינוי." msgid "Not a valid FOI request" -msgstr "" +msgstr "בקשת מידע לא תקפה" msgid "Note that the requester will not be notified about your annotation, because the request was published by {{public_body_name}} on their behalf." msgstr "שימו לב כי לא נודיע למבקש על הערתכם, מכיוון שהבקשה פורסמה ע\"י {{public_body_name}} ובשמם." @@ -1386,7 +1400,7 @@ msgid "OR remove the existing photo" msgstr "-או- הסירו את התמונה הקיימת" msgid "Offensive? Unsuitable?" -msgstr "תוקפני? לא מתאים?" +msgstr "פוגעני? לא מתאים?" msgid "Oh no! Sorry to hear that your request was refused. Here is what to do now." msgstr "מצטערים לשמוע שבקשתכם לא נענתה. הנה מה שתוכלו לעשות." @@ -1404,16 +1418,16 @@ msgid "On this page" msgstr "בעמוד הזה" msgid "One FOI request found" -msgstr "בקשה אחת לחופש המידע נמצאה" +msgstr "בקשה אחת נמצאה" msgid "One person found" msgstr "אדם אחד נמצא" msgid "One public authority found" -msgstr "נצמאה רשות ציבורית אחת" +msgstr "נמצאה רשות ציבורית אחת" msgid "Only put in abbreviations which are really used, otherwise leave blank. Short or long name is used in the URL – don't worry about breaking URLs through renaming, as the history is used to redirect" -msgstr "" +msgstr "השתמשו רק בקיצורים שבאמת נמצאים בשימוש, אחרת השאירו ריק. השם הקצר והארוך ישמשו לבניית ה URL - אל תדאגו בקשר לשבירת קישורים ישנים בגלל שינוי השם. המידע ההיסטורי ישמש כדי להפנות לקישור החדש." msgid "Only requests made using {{site_name}} are shown." msgstr "מוצגות רק בקשות שהוגשו באמצעות האתר {{site_name}}." @@ -1452,7 +1466,7 @@ msgid "OutgoingMessage|What doing" msgstr "OutgoingMessage|What מתבצע" msgid "Partially successful." -msgstr "נכון חלקית." +msgstr "הבקשה התקבלה בחלקה." msgid "Password is not correct" msgstr "הסיסמה אינה נכונה" @@ -1487,14 +1501,14 @@ msgstr "שחקו במשחק סיווג בקשות המידע!" msgid "Please" msgstr "בבקשה" -msgid "Please <a href=\"%s\">get in touch</a> with us so we can fix it." -msgstr "נא <a href=\"%s\">צרו איתנו קשר</a> שנוכל לטפל בכך." +msgid "Please <a href=\"{{url}}\">get in touch</a> with us so we can fix it." +msgstr "נא <a href=\"{{url}}\">צרו איתנו קשר</a> שנוכל לטפל בכך." msgid "Please <strong>answer the question above</strong> so we know whether the " msgstr "נא <strong>ענו על השאלה למעלה</strong> שנדע אם " 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 "<strong>חזרו לבקשות המידע הבאות</strong>, וספרו לנו\\n אם היה מידע בתגובות האחרונות להן." 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 "נא כתבו <strong>רק</strong> הודעות ישירות הקשורות לבקשה שלכם {{request_link}}. אם תרצו לבקש מידע שלא ביקשתם בבקשה המקורית שלכם <a href=\"{{new_request_link}}\">הגישו בקשה חדשה</a>." @@ -1503,11 +1517,14 @@ msgid "Please ask for environmental information only" msgstr "יש לבקש מידע סביבתי בלבד" msgid "Please check the URL (i.e. the long code of letters and numbers) is copied\\ncorrectly from your email." -msgstr "" +msgstr "בדקו אם כתובת האינטרנט (i.e. המופיעה כצרוף של אותיות וספרות) הועתקה\\nנכון מהדוא\"ל שלכם." msgid "Please choose a file containing your photo." msgstr "בחרו בקובץ התמונה שלכם" +msgid "Please choose a reason" +msgstr "אנא ביחרו סיבה" + msgid "Please choose what sort of reply you are making." msgstr "בחרו בסוג התגובה שאתם מכינים" @@ -1518,16 +1535,16 @@ msgid "Please click on the link below to cancel or alter these emails." msgstr "בבקשה הקליקו או " 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 "הקליקו על הקישור למטה כדי לאשר שאתם רוצים \\nלשנות את כתובת הדוא\"ל שלכם {{site_name}}\\nמ- {{old_email}} ל- {{new_email}}" msgid "Please click on the link below to confirm your email address." msgstr "הקליקו על הקישור למטה לאישור כתובת הדוא\"ל שלכם" 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 "הוסיפו בבקשה תיאור רחב יותר של הבקשה." msgid "Please don't upload offensive pictures. We will take down images\\n that we consider inappropriate." -msgstr "" +msgstr "נא לא להעלות תמונות פוגעניות. תמונות פוגעניות יוסרו." msgid "Please enable \"cookies\" to carry on" msgstr "אנא אשרו שימוש ב\"עוגיות\" כדי להמשיך" @@ -1587,16 +1604,19 @@ msgid "Please keep the summary short, like in the subject of an email. You can u msgstr "סכמו בקצרה, בדומה לנושא של הודעת דוא\"ל. השתמשו בביטויים ומשפטים קצרים. " 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 "הגישו בקשות רק למידע בקטגוריות הללו. <strong>אל תבזבזו את\\n זמנכם</strong> או את זמן הרשות, בבקשות של מידע שאיננו קשור." + +msgid "Please pass this on to the person who conducts Freedom of Information reviews." +msgstr "אנא העבירו זאת לאדם האחראי על ביקורת בקשות מידע." msgid "Please select each of these requests in turn, and <strong>let everyone know</strong>\\nif they are successful yet or not." msgstr "אנא בחר כל אחת מהבקשות הבאות, <strong>וספר לכולם</strong>\\n האם הן הצליחו כבר או עדיין לא." -msgid "Please sign at the bottom with your name, or alter the \"%{signoff}\" signature" -msgstr "חתמו למטה בשמכם, או שנו את \"%{signoff}\" החתימה" +msgid "Please sign at the bottom with your name, or alter the \"{{signoff}}\" signature" +msgstr "חתמו למטה בשמכם, או שנו את \"{{signoff}}\" החתימה" msgid "Please sign in as " -msgstr "בבקשה התחברו כ" +msgstr "נא התחברו כ" msgid "Please sign in or make a new account." msgstr "תוכלו להתחבר או ליצור חשבון חדש." @@ -1695,49 +1715,19 @@ msgid "Public authorities {{start_count}} to {{end_count}} of {{total_count}}" msgstr "רשויות ציבוריות {{start_count}} עד {{end_count}} מתוך {{total_count}}" msgid "Public authority – {{name}}" -msgstr "" +msgstr "רשות ציבורית – {{name}}" msgid "Public body" msgstr "גוף ציבורי" -msgid "Public body/translation" -msgstr "גוף/תרגום ציבורי" - msgid "Public notes" -msgstr "" +msgstr "רשימות ציבוריות" msgid "Public page" -msgstr "" +msgstr "דף ציבורי" msgid "Public page not available" -msgstr "" - -msgid "PublicBody::Translation|Disclosure log" -msgstr "PublicBody::Translation|Disclosure log" - -msgid "PublicBody::Translation|First letter" -msgstr "PublicBody::Translation|מכתב ראשון" - -msgid "PublicBody::Translation|Locale" -msgstr "PublicBody::Translation|Locale" - -msgid "PublicBody::Translation|Name" -msgstr "PublicBody::Translation|Name" - -msgid "PublicBody::Translation|Notes" -msgstr "PublicBody::Translation|Notes" - -msgid "PublicBody::Translation|Publication scheme" -msgstr "PublicBody::Translation|Publication scheme" - -msgid "PublicBody::Translation|Request email" -msgstr "PublicBody::Translation|Request email" - -msgid "PublicBody::Translation|Short name" -msgstr "PublicBody::Translation|Short name" - -msgid "PublicBody::Translation|Url name" -msgstr "PublicBody::Translation|Url name" +msgstr "הדף הציבורי לא זמין" msgid "PublicBody|Api key" msgstr "PublicBody|Api key" @@ -1785,7 +1775,7 @@ msgid "Publication scheme" msgstr "תוכנית פרסום" msgid "Publication scheme URL" -msgstr "" +msgstr "כתובת תוכנית פרסומים" msgid "Purge request" msgstr "נקה בקשה" @@ -1800,7 +1790,7 @@ msgid "RSS feed" msgstr "ערוץ RSS" msgid "RSS feed of updates" -msgstr "עדכוני RSS (ר.ס.ס.)" +msgstr "עדכוני RSS" msgid "Re-edit this annotation" msgstr "ערוך מחדש הערה זו" @@ -1812,7 +1802,7 @@ msgid "Read about <a href=\"{{advanced_search_url}}\">advanced search operators< msgstr "קרא על <a href=\"{{advanced_search_url}}\">אופרטורים לחיפוש מתקדם</a>, כקרבה וסימנים כלליים (Wildcards)." msgid "Read blog" -msgstr "קראו את הבלוג" +msgstr "בלוג" msgid "Received an error message, such as delivery failure." msgstr "התקבלה הודעת שגיאה, כגון, שגיאת מסירה" @@ -1824,7 +1814,7 @@ msgid "Refused." msgstr "סורב" msgid "Remember me</label> (keeps you signed in longer;\\n do not use on a public computer) " -msgstr "" +msgstr "זכור אותנו</label> (תוכלו להיכנס ללא הקשת הסיסמה;\\n אין לסמן אפשרות זו במחשב ציבורי) " msgid "Report abuse" msgstr "דיווח על שימוש לרעה" @@ -1832,6 +1822,9 @@ msgstr "דיווח על שימוש לרעה" msgid "Report an offensive or unsuitable request" msgstr "דווחו על בקשה לא מתאימה או פוגענית" +msgid "Report request" +msgstr "דווח על הבקשה" + msgid "Report this request" msgstr "דווחו על בקשה זו" @@ -1839,13 +1832,13 @@ msgid "Reported for administrator attention." msgstr "דווח לטיפול מנהל." msgid "Request an internal review" -msgstr "בקשה לבדיקה פנימית" +msgstr "לבקש בדיקה פנימית" msgid "Request an internal review from {{person_or_body}}" msgstr "בקשה לבדיקה פנימית מ- {{person_or_body}}" msgid "Request email" -msgstr "" +msgstr "בקשת דוא\"ל" msgid "Request has been removed" msgstr "הבקשה הוסרה" @@ -1863,7 +1856,7 @@ msgid "Requested on {{date}}" msgstr "הוגשה בתאריך {{date}}" msgid "Requests for personal information and vexatious requests are not considered valid for FOI purposes (<a href=\"/help/about\">read more</a>)." -msgstr "בקשות למידע אישי ובקשות מטרידות אינן קבילות עבור מטרות חוק חופש המידע." +msgstr "בקשות למידע אישי ובקשות מטרידות אינן קבילות לפי החלטת הממשלה (<a href=\"/help/about\">למידע נוסף</a>)." msgid "Requests or responses matching your saved search" msgstr "בקשות או תגובות המתאימות לחיפוש השמור שלך." @@ -1872,10 +1865,10 @@ msgid "Respond by email" msgstr "הגיבו בדוא\"ל" msgid "Respond to request" -msgstr "הגיבו לבקשה" +msgstr "להגיב לבקשה" msgid "Respond to the FOI request" -msgstr "הגיבו לבקשת חופש המידע" +msgstr "הגיבו לבקשה" msgid "Respond using the web" msgstr "הגיבו דרך הרשת" @@ -1884,7 +1877,7 @@ msgid "Response" msgstr "תגובה" msgid "Response from a public authority" -msgstr "תגובה מראשות ציבורית" +msgstr "תגובה מרשות ציבורית" msgid "Response to '{{title}}'" msgstr "תגובה ל'{{title}}'" @@ -1893,7 +1886,7 @@ msgid "Response to this request is <strong>delayed</strong>." msgstr "התגובה לבקשה זו <strong>מתעכבת</strong>." msgid "Response to this request is <strong>long overdue</strong>." -msgstr "התגובה לבקשה זו <strong>מתאחרת מאוד</strong>." +msgstr "התגובה לבקשה זו <strong>מתעכבת מאוד</strong>." msgid "Response to your request" msgstr "תגובה לבקשה שלך" @@ -1914,7 +1907,7 @@ msgid "Search" msgstr "חיפוש" msgid "Search Freedom of Information requests, public authorities and users" -msgstr "חפש בקשות על-פי חוק חופש המידע, רשויות ציבוריות ומשתמשים" +msgstr "חפש בקשות, רשויות ציבוריות ומשתמשים" msgid "Search contributions by this person" msgstr "חפש תוספות של אדם זה" @@ -1937,25 +1930,25 @@ msgstr "תוצאות החיפוש " msgid "Search the site to find what you were looking for." msgstr "חפש באתר" -msgid "Search within the %d Freedom of Information requests to %s" -msgid_plural "Search within the %d Freedom of Information requests made to %s" -msgstr[0] "חפש בקשות מידע מ- %d עד %s" -msgstr[1] "חפש בקשות מידע מ- %d שנעשו עד %s" +msgid "Search within the {{count}} Freedom of Information requests to {{public_body_name}}" +msgid_plural "Search within the {{count}} Freedom of Information requests made to {{public_body_name}}" +msgstr[0] "חפשו בבקשת המידע שנמסרה ל{{public_body_name}}" +msgstr[1] "חפשו בין {{count}} בקשות מידע שנמסרו ל{{public_body_name}}" msgid "Search your contributions" msgstr "חפש בין התוספות שלך" msgid "See bounce message" -msgstr "" +msgstr "ראו הודעת תגובה" msgid "Select one to see more information about the authority." -msgstr "בחרו אחת כדי לראות מידע נוסף עודות הראשות" +msgstr "בחרו את אחד הגופים מן הרשימה על מנת לקבל עליו מידע נוסף." msgid "Select the authority to write to" -msgstr "בחרו את הראשות שתרצו לכתוב אליה" +msgstr "בחרו את הרשות שתרצו לכתוב אליה" msgid "Send a followup" -msgstr "שלחו הודעת המשך" +msgstr "לשלוח הודעת המשך" msgid "Send a message to " msgstr "שלחו הודעה אל" @@ -1982,7 +1975,7 @@ msgid "Set your profile photo" msgstr "הגדירו תמונת פרופיל" msgid "Short name" -msgstr "" +msgstr "שם קצר" msgid "Short name is already taken" msgstr "השם הקצר כבר תפוס" @@ -1994,16 +1987,16 @@ msgid "Show only..." msgstr "הצג רק..." msgid "Showing" -msgstr "מוצגים" +msgstr "תצוגה" msgid "Sign in" -msgstr "התחבר" +msgstr "התחברו" msgid "Sign in or make a new account" -msgstr "התחבר או צור חשבון חדש" +msgstr "התחברו או צרו חשבון חדש" msgid "Sign in or sign up" -msgstr "התחבר או הירשם" +msgstr "להיכנס או להירשם" msgid "Sign out" msgstr "התנתק" @@ -2018,7 +2011,7 @@ msgid "Simple search" msgstr "חיפוש פשוט" msgid "Some notes have been added to your FOI request - " -msgstr "התווספו הערות לבקשת חופש המידע שלך" +msgstr "התווספו הערות לבקשה שלך" msgid "Some of the information requested has been received" msgstr "חלק מהמידע המבוקש התקבל" @@ -2027,13 +2020,13 @@ msgid "Some people who've made requests haven't let us know whether they were\\n msgstr "חלק מהאנשים אשר הגישו בקשות לא עדכנו האם הן הצליחו או לא. \\n אנו <strong>זקוקים לעזרתך</strong> -\\n בחר באחת מהבקשות, קרא אותה, ואפשר לכולם לדעת האם המידע סופק. \\n כולנו נהיה אסירי תודה." msgid "Somebody added a note to your FOI request - " -msgstr "התווספה הערה לבקשת חוק חופש המידע שלך" +msgstr "התווספה הערה לבקשה שלך" msgid "Someone has updated the status of your request" msgstr "מישהו עדכן את הססטוס של הדרישה שלך" msgid "Someone, perhaps you, just tried to change their email address on\\n{{site_name}} from {{old_email}} to {{new_email}}." -msgstr "" +msgstr "אתם או משיהו אחר ביקש לשנות את כתובת הדוא\"ל באתר\\n{{site_name}} מ- {{old_email}} ל- {{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 "מצטערים, לא תוכל להגיב על בקשה זו דרך {{site_name}}, מכיוון שזהו עותק של הבקשה המקורית שמופיע כאן: {{link_to_original_request}}." @@ -2050,14 +2043,11 @@ msgstr "מצטערים, אנחנו לא יכולים למצוא את הדף המ msgid "Special note for this authority!" msgstr "הערה מיוחדת לרשות זו" -msgid "Start" -msgstr "התחל" - msgid "Start now »" -msgstr "התחל עכשיו »" +msgstr "התחילו עכשיו »" msgid "Start your own blog" -msgstr "התחל את הבלוג שלך" +msgstr "צרו את הבלוג שלכם" msgid "Stay up to date" msgstr "הישאר מעודכן" @@ -2078,10 +2068,10 @@ msgid "Submit status" msgstr "הצג סטטוס" msgid "Submit status and send message" -msgstr "" +msgstr "רשמו מצב ושלחו הודעה" msgid "Subscribe to blog" -msgstr "הירשם לבלוג" +msgstr "הירשמו לבלוג" msgid "Successful Freedom of Information requests" msgstr "בקשות מידע שנענו" @@ -2102,7 +2092,7 @@ msgid "Table of varieties" msgstr "טבלת משתנים" msgid "Tags" -msgstr "" +msgstr "תגיות" msgid "Tags (separated by a space):" msgstr "תגיות (רווח בין תגית לתגית)" @@ -2120,7 +2110,7 @@ msgid "Thank you for making an annotation!" msgstr "תודה על ההערה שהוספתם!" 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 "תודה על תגובתכם לבקשה זו. תגובתכם פורסמה למטה וקישור אליה נשלח לתיבת הדוא\"ל שלכם." 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 "תודה שעדכנתם את מצב הבקשה '<a href=\"{{url}}\">{{info_request_title}}</a>'. למטה תוכלו למצוא בקשות נוספות שממתינות לסיווג." @@ -2132,16 +2122,16 @@ msgid "Thank you for updating your profile photo" msgstr "תודה על עדכון תמונת הפרופיל" msgid "Thank you! We'll look into what happened and try and fix it up." -msgstr "" +msgstr "תודה רבה! נבדוק מה קרה וננסה לתקן זאת" 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 "תודה על העזרה - העזרה שלך תסייע לכולם למצוא בקשות שנענו." 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 "תודה רבה, זה יעזור לאחרים למצוא מידע בצורה יעילה יותר.\\n נוכל גם לתת לכם טיפים, מה לעשות בשלב הבא של הגשת הבקשות\\n שלכם." 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 "תודה שסייעתם לשמור על <strong>בהירות וארגון</strong>.\\n נוכל גם לתת לכם טיפים, מה לעשות לגבי כל אחת מהבקשות\\n שלכם." msgid "That doesn't look like a valid email address. Please check you have typed it correctly." msgstr "כתובת הדוא\"ל לא חוקית. נא בידקו אותה שנית." @@ -2150,7 +2140,7 @@ msgid "The <strong>review has finished</strong> and overall:" msgstr "<strong>הבחינה הסתיימה</strong> ובסך הכל:" msgid "The Freedom of Information Act <strong>does not apply</strong> to" -msgstr "חוק חופש המידע <strong>אינו חל</strong> על" +msgstr "החלטת הממשלה <strong>אינה חלה</strong> על" msgid "The accounts have been left as they previously were." msgstr "החשבונות נשארו ללא שינוי." @@ -2162,13 +2152,13 @@ msgid "The authority only has a <strong>paper copy</strong> of the information." msgstr "לרשות יש רק <strong>עותק קשיח</strong> של המידע." 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 "הרשות מבקשת <strong>כתובת\\n דואר</strong>, ולא רק כתובת דוא\"ל, כדי להגיש בקשת מידע רשמית." msgid "The authority would like to / has <strong>responded by post</strong> to this request." -msgstr "הרשות רוצה להגיב / כבר הגיבה <strong>בדואר ררגיל</strong> לבקשה הזאת." +msgstr "הרשות רוצה להגיב / כבר הגיבה <strong>בדואר רגיל</strong> לבקשה הזאת." 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 "הדוא\"ל ששלחתם בשם {{public_body}}, ל- \\n{{user}} כדי להגיב על בקשת {{law_used_short}}\\nלא נמסר." msgid "The page doesn't exist. Things you can try now:" msgstr "הדף לא קיים. דברים שתוכלו לנסות כעת:" @@ -2177,7 +2167,7 @@ msgid "The public authority does not have the information requested" msgstr "לרשות הציבורית אין את המידע המבוקש" msgid "The public authority would like part of the request explained" -msgstr "הרשות הציבורית רוצה הסברים נוספים לחלק מהבקשה" +msgstr "הרשות הציבורית מעוניינת בהסבר לגבי חלק מהבקשה" msgid "The public authority would like to / has responded by post" msgstr "הרשות הציבורית רוצה להגיב / כבר הגיבה בדואר ררגיל" @@ -2203,17 +2193,17 @@ msgstr "הבקשה <strong>נענתה</strong>." msgid "The request was refused by the public authority" msgstr "הבקשה סורבה על-ידי רשות ציבורית" -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=\"%s\">contact us</a> if you have any questions." -msgstr "" +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 "הבקשה בה ניסיתם לצפות נמחקה. יש\\nמגוון סיבות לצעד כזה ולצערנו לא נוכל לפרט. נא <a\\n href=\"{{url}}\">צרו איתנו קשר</a>אם יש לכם שאלות." msgid "The requester has abandoned this request for some reason" msgstr "מגיש הבקשה נסוג ממנה מסיבה כלשהי" -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 "" +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 "התגובה לבקשתכם <strong>התעכבה</strong>. תוכלו לומר, \\n שעל-פי החלטת הממשלה הרשות היתה צריכה כבר להגיב בדרך כלל\\n <strong>מייד</strong> ו- " -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 "" +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 "התשובה לשאלתך <strong>מתעכבת מאוד</strong>. בהתאם להחלטת הממשלה,\\n הרשות היתה צריכה להגיב זה מכבר." 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 "מנוע החיפוש לא זמין כרגע, לכן לא תוכלו לצפות בבקשות מידע שהוגשו לרשות זו." @@ -2221,6 +2211,9 @@ msgstr "מנוע החיפוש לא זמין כרגע, לכן לא תוכלו ל msgid "The search index is currently offline, so we can't show the Freedom of Information requests this person has made." msgstr "מנוע החיפוש לא זמין כרגע, לכן לא תוכלו לצפות בבקשות מידע של אדם זה." +msgid "The {{site_name}} team." +msgstr "צוות {{site_name}}" + msgid "Then you can cancel the alert." msgstr "אתם יכולים לבטל את האתרעה." @@ -2267,7 +2260,7 @@ msgid "Then you can write your reply to " msgstr "אז תוכלו לכתוב את התגובה שלכם ל- " msgid "Then you will be following all new FOI requests." -msgstr "לאחר מכן תעקוב אחר כל בקשות חוק חופש המידע החדשות." +msgstr "לאחר מכן תעקוב אחר כל הבקשות החדשות." msgid "Then you will be notified whenever '{{user_name}}' requests something or gets a response." msgstr "לאחר מכן תקבלו התרעה כאשר '{{user_name}}' מגיש בקשה או מקבל תגובה." @@ -2276,7 +2269,7 @@ msgid "Then you will be notified whenever a new request or response matches your msgstr "לאחר מכן תקבלו התרעה כאשר בקשה חדשה או תגובה תואמת את החיפוש." msgid "Then you will be notified whenever an FOI request succeeds." -msgstr "לאחר מכן תקבל הודעה כאשר בקשה לפי חוק חופש המידע מאושרת." +msgstr "לאחר מכן תקבל הודעה כאשר הבקשה למידע תאושר." msgid "Then you will be notified whenever someone requests something or gets a response from '{{public_body_name}}'." msgstr "לאחר תקבלו התרעה כאשר מישהו מקבל תגובה או מגיש בקשה עבור '{{public_body_name}}'." @@ -2296,17 +2289,17 @@ msgstr "אז תפורסם ההערה שלכם ל- {{info_request_title}} ." msgid "There are {{count}} new annotations on your {{info_request}} request. Follow this link to see what they wrote." msgstr "ישנן {{count}} הערות חדשות על בקשת ה- {{info_request}} שלכם. הקליקו על קישור זה לראות אותן." -msgid "There is %d person following this request" -msgid_plural "There are %d people following this request" -msgstr[0] "עוקבים אחר הבקשה הזו %d אנשים" -msgstr[1] "עוקבים אחר הבקשה הזו %d אנשים" - 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 "יש <strong>יותר מאדם אחד</strong> המשתמש במערכת בשם זה.\\n אחד מהם מופיע כאן, יתכן ואתה מתכוון לשם אחר:" 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 "מספר הבקשות שניתן להגיש ביום מוגבל, כי אנו לא רוצים להציף את הרשויות הציבוריות בבקשות שווא. אם אתם רוצים להגדיל את המספר המותר, <a href='{{help_contact_path}}'>צרו קשר</a>." +msgid "There is {{count}} person following this request" +msgid_plural "There are {{count}} people following this request" +msgstr[0] "עוקב אחר הבקשה הזו אדם אחד" +msgstr[1] "עוקבים אחר הבקשה הזו {{count}} אנשים" + msgid "There was a <strong>delivery error</strong> or similar, which needs fixing by the {{site_name}} team." msgstr "היתה <strong>תקלה במסירה</strong> שדורשת טיפול על-ידי אנשי {{site_name}}." @@ -2332,7 +2325,7 @@ msgid "They have not replied to your {{law_used_short}} request {{title}} prompt msgstr "הם לא השיבו {{law_used_short}} לבקשתכם {{title}} מייד, כפי שקבוע בחוק" msgid "They have not replied to your {{law_used_short}} request {{title}}, \\nas required by law" -msgstr "" +msgstr "לא התקבלה תגובה לבקשת {{title}} לפי חוק {{law_used_short}, \\nפי שקבוע בחוק." msgid "Things to do with this request" msgstr "דברים שניתן לעשות עם הבקשה" @@ -2343,11 +2336,11 @@ msgstr "דברים אחריהם אתם עוקבים" msgid "This authority no longer exists, so you cannot make a request to it." msgstr "רשות זו לא קיימת כבר, לכן לא ניתן להגיש לה בקשה." -msgid "This comment has been hidden. See annotations to\\n find out why. If you are the requester, then you may <a href=\"%s\">sign in</a> to view the response." -msgstr "" +msgid "This comment has been hidden. See annotations to\\n find out why. If you are the requester, then you may <a href=\"{{url}}\">sign in</a> to view the response." +msgstr "תגובה זו הוסתרה. תוכלו לבדוק בהערות כדי לגלות\\n מדוע. אם אתם המבקשים, תוכלו <a href=\"{{url}}\">להיכנס למערכת</a> כדי לראות את התגובה." msgid "This covers a very wide spectrum of information about the state of\\n the <strong>natural and built environment</strong>, such as:" -msgstr "" +msgstr "דבר זה מכסה מנעד רחב של מידע על מצב\\n <strong>הסביבה הטבעית והבנויה</strong>, כגון:" msgid "This external request has been hidden" msgstr "בקשה חיצונית זו הוסתרה" @@ -2359,16 +2352,16 @@ msgid "This is an HTML version of an attachment to the Freedom of Information re msgstr "זו גרסת HTML של נספח לבקשת המידע " msgid "This is because {{title}} is an old request that has been\\nmarked to no longer receive responses." -msgstr "" +msgstr "מצב זה קורה מכיוון ש{{title}} היא בקשה ישנה\\n שלא מקבלת תגובות יותר." msgid "This is the first version." -msgstr "" +msgstr "זוהי הגרסה הראשונה" msgid "This is your own request, so you will be automatically emailed when new responses arrive." msgstr "זו בקשה שלכם, כך שתקבלו דוא\"ל מייד כשיגיעו תגובות חדשות." -msgid "This outgoing message has been hidden. See annotations to\\n\t\t\t\t\t\tfind out why. If you are the requester, then you may <a href=\"%s\">sign in</a> to view the response." -msgstr "" +msgid "This outgoing message has been hidden. See annotations to\\n\t\t\t\t\t\tfind out why. If you are the requester, then you may <a href=\"{{url}}\">sign in</a> to view the response." +msgstr "ההודעה היוצאת הזו הוסתרה. ראה הערות ל\\n»»»»»» כדי לגלות מדוע. אם אתם המבקשים, תוכלו <a href=\"{{url}}\">להיכנס למערכת</a> כדי לראות את התגובה." msgid "This particular request is finished:" msgstr "הטיפול בבקשה זו הסתיים" @@ -2376,19 +2369,19 @@ msgstr "הטיפול בבקשה זו הסתיים" msgid "This person has made no Freedom of Information requests using this site." msgstr "אדם זה טרם הגיש בקשות מידע באמצעות אתר זה" -msgid "This person's %d Freedom of Information request" -msgid_plural "This person's %d Freedom of Information requests" -msgstr[0] "בקשת מידע מס' %d של אדם זה" -msgstr[1] "%d בקשות מידע של אדם זה" - -msgid "This person's %d annotation" -msgid_plural "This person's %d annotations" -msgstr[0] "הערה מס' %d של אדם זה" -msgstr[1] "%d בקשות מידע של אדם זה" - msgid "This person's annotations" msgstr "הערות של אדם זה" +msgid "This person's {{count}} Freedom of Information request" +msgid_plural "This person's {{count}} Freedom of Information requests" +msgstr[0] "בקשת מידע {{count}} של אדם זה" +msgstr[1] "{{count}} בקשות מידע של אדם זה" + +msgid "This person's {{count}} annotation" +msgid_plural "This person's {{count}} annotations" +msgstr[0] "הערה {{count}} של אדם זה" +msgstr[1] "{{count}} הערות של אדם זה" + msgid "This request <strong>requires administrator attention</strong>" msgstr "בקשה זו <strong>מצריכה טיפול מנהל</strong>" @@ -2399,7 +2392,7 @@ msgid "This request has an <strong>unknown status</strong>." msgstr "לבקשה זו <strong>סטטוס לא ידוע</strong>." msgid "This request has been <strong>hidden</strong> from the site, because an administrator considers it not to be an FOI request" -msgstr "בקשה זו <strong>מוסתרת</strong> מהאתר, מכיוון שמנהל סבור שהיא אינה על פי חוק חופש המידע" +msgstr "בקשה זו <strong>מוסתרת</strong> מהאתר, מכיוון שמנהל סבור שהיא אינה מתאימה." msgid "This request has been <strong>hidden</strong> from the site, because an administrator considers it vexatious" msgstr "בקשה זו <strong>מוסתרת</strong> מהאתר, מכיוון שמנהל סבור שהיא מרגיזה" @@ -2408,10 +2401,10 @@ msgid "This request has been <strong>reported</strong> as needing administrator msgstr "הבקשה <strong>דווחה</strong> כזקוקה לתשומת לב של מנהלי האתר (יתכן שהיא בלתי מוצדקת, או כוללת דרישה למידע אישי)" 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 "בקשה זו <strong>הוסרה</strong> ע\"י האדם שהגיש אותה.\\n יכול להיות שיהיה לכך הסבר בהתכתבות שלהלן. " -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=\"%s\">contact us</a>." -msgstr "בקשה זו שומנה כמועמדת לביקורת של מנהלי האתר. לאחר שנבדקה החלטנו שלא להסתיר את בקשה זו כעת. אם אתם סבורים כי יש להסתיר את בקשה זו, אנא please <a href=\"%s\">צרו קשר</a>." +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 "בקשה זו שומנה כמועמדת לביקורת של מנהלי האתר. לאחר שנבדקה החלטנו שלא להסתיר את בקשה זו כעת. אם אתם סבורים כי יש להסתיר את בקשה זו, אנא please <a href=\"{{url}}\">צרו קשר</a>." msgid "This request has been reported for administrator attention" msgstr "בקשה זו דווחה לטיפול מנהל" @@ -2425,29 +2418,29 @@ msgstr "בקשה זו קיבלה תגובה יוצאת דופן <strong>המצר msgid "This request has prominence 'hidden'. You can only see it because you are logged\\n in as a super user." msgstr "הבקשה סומנה כ'נסתרת'. אתה יכול לראות אותה רק מכיוון שאתה מחוברn\\ כמנהל" -msgid "This request is hidden, so that only you the requester can see it. Please\\n <a href=\"%s\">contact us</a> if you are not sure why." -msgstr "" +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 "בקשה זו הוסתרה, כך שרק המבקש יכול לראות אותה.\\n <a href=\"{{url}}\">צור קשר</a> אם אינך בטוח מדוע מזה כך. " msgid "This request is still in progress:" msgstr "בקשה זו עדיין מטופלת:" msgid "This request requires administrator attention" -msgstr "" +msgstr "בקשה זו נדרשת לבדיקת סמכות ניהולית" msgid "This request was not made via {{site_name}}" msgstr "בקשה זו לא בוצעה דרך {{site_name}}" -msgid "This response has been hidden. See annotations to find out why.\\n If you are the requester, then you may <a href=\"%s\">sign in</a> to view the response." -msgstr "" +msgid "This response has been hidden. See annotations to find out why.\\n If you are the requester, then you may <a href=\"{{url}}\">sign in</a> to view the response." +msgstr "תגובה זו הוסתרה. תוכלו לבדוק בהערות כדי לגלות\\n מדוע. אם אתם המבקשים, תוכלו <a href=\"{{url}}\">להיכנס למערכת</a> כדי לראות את התגובה." 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 "הטבלה מציגה את הפרטים הטכניים של אירועים פנימיים שקרו\\n לבקשה הזאת ב {{site_name}}. ניתן להשתמש במידע כדי לדעת מהי\\n המהירות בה רשויות מגיבות לבקשות, מספר הבקשות\\n שדרשו שליחת דואר ודברים רבים נוספים." msgid "This user has been banned from {{site_name}} " msgstr "המשתמש הזה נחסם מהאתר {{site_name}}" msgid "This was not possible because there is already an account using \\nthe email address {{email}}." -msgstr "" +msgstr "לא ניתן ליצור חשבון מכיוון שיש כבר חשבון קיים עם כתובת המייל {{email}}." msgid "To cancel these alerts" msgstr "לבטל את ההתראות הללו" @@ -2456,7 +2449,7 @@ msgid "To cancel this alert" msgstr "לבטל את ההתראה" 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 "כדי להמשיך אתם צריכים להכנס עם החשבון שלכם או ליצור חשבון חדש. לצערנו, הייתה\\n תקלה טכנית בזמן שניסיתם לעשות זאת." msgid "To change your email address used on {{site_name}}" msgstr "לשנות את כתובת הדואר האלקטרוני שבה משתמשים באתר {{site_name}}" @@ -2477,7 +2470,7 @@ msgid "To follow all successful requests" msgstr "למעקב אחר כל הבקשות שהצליחו" msgid "To follow new requests" -msgstr "עקבו אחר כל הבקשות החדשות" +msgstr "למעקב אחר בקשות החדשות" msgid "To follow requests and responses matching your search" msgstr "כדי לעקוב אחר בקשות מידע ותגובות המתאימות לחיפוש שלכם" @@ -2492,7 +2485,7 @@ msgid "To follow the request '{{request_title}}'" msgstr "לעקוב אחר הבקשה '{{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 "במטרה לעזור לנו לשמור על הסדר באתר, מישהו אחר עדכן את סטטוס \\n{{law_used_full}} הבקשה {{title}} שהפניתם ל-{{public_body}}, to \"{{display_status}}\" אם אינכם מסכימים עם אפיון זה, אנא עדכנו את הסטטוס שוב למצב שהינו יותר מדויק בעיניכם." msgid "To let everyone know, follow this link and then select the appropriate box." msgstr "כדי לשתף, ליחצו על הלינק וסמנו את התיבה המתאימה" @@ -2509,8 +2502,8 @@ msgstr "כדי לפרסם את ההערה שלך" msgid "To reply to " msgstr "בתשובה אל" -msgid "To report this FOI request" -msgstr "לדווח על בקשת חוק חופש המידע הזו." +msgid "To report this request" +msgstr "לדיווח על הבקשה" msgid "To send a follow up message to " msgstr "לשלוח הודעת מעקב אל" @@ -2596,11 +2589,11 @@ msgstr "תוצאת חיפוש לא צפויה" msgid "Unexpected search result type " msgstr "תוצאת חיפוש לא צפויה" -msgid "Unfortunately we don't know the FOI\\nemail address for that authority, so we can't validate this.\\nPlease <a href=\"%s\">contact us</a> to sort it out." -msgstr "" +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 "לצערנו, איננו מכירים את FOI\\nכתובת הדוא\"ל של רשות זו, ולכן איננו יכולים לאמת אותה.\\nאנא <a href=\"{{url}}\">צרו איתנו קשר</a> כדי לטפל בכך." msgid "Unfortunately, we do not have a working {{info_request_law_used_full}}\\naddress for" -msgstr "" +msgstr "לצערנו, אין לנו כתובת פעילה לחוק {{info_request_law_used_full}}\\n עבור" msgid "Unknown" msgstr "לא ידוע" @@ -2612,13 +2605,13 @@ msgid "Unusual response." msgstr "תגובה מוזרה" msgid "Update the status of this request" -msgstr "עדכון על הסטטוס של הבקשה הזאת" +msgstr "לעדכן את הסטטוס של הבקשה" msgid "Update the status of your request to " msgstr "עדכן את סטטוס הבקשה שלכם ל- " msgid "Upload FOI response" -msgstr "בקשת לחוק חופש המידע הועלתה" +msgstr "העלו בקשה למידע" msgid "Use OR (in capital letters) where you don't mind which word, e.g. <strong><code>commons OR lords</code></strong>" msgstr "*****הקלידו OR (באותיות גדולות) כדי לחפש יותר ממילה אחת, לדוגמה, <strong><code>רגיל OR בכיר</code></strong>" @@ -2633,7 +2626,7 @@ msgid "User info request sent alert" msgstr "התרעת בקשת מידע ממשתמש" msgid "User – {{name}}" -msgstr "" +msgstr "משתמש – {{name}}" msgid "UserInfoRequestSentAlert|Alert type" msgstr "UserInfoRequestSentAlert|Alert type" @@ -2690,10 +2683,10 @@ msgid "User|Url name" msgstr "User|Url name" msgid "Version {{version}}" -msgstr "" +msgstr "גירסה {{version}}" msgid "View FOI email address" -msgstr "View FOI email address" +msgstr "צפו בדוא\"ל של בקשות מידע" msgid "View FOI email address for '{{public_body_name}}'" msgstr "צפו בדוא\"ל של בקשות מידע ל- '{{public_body_name}}'" @@ -2708,13 +2701,13 @@ msgid "View and search requests" msgstr "צפו וחפשו בקשות מידע" msgid "View authorities" -msgstr "צפו ברשויות" +msgstr "רשויות" msgid "View email" msgstr "צפו בדואר האלקטרוני" msgid "View requests" -msgstr "צפו בבקשות" +msgstr "בקשות מידע" msgid "Waiting clarification." msgstr "ממתין להבהרות" @@ -2723,14 +2716,20 @@ msgid "Waiting for an <strong>internal review</strong> by {{public_body_link}} o msgstr "ממתין <strong>לבדיקה פנימית</strong> על-ידי {{public_body_link}} של אופן הטיפול שלהם בבקשה.." msgid "Waiting for the public authority to complete an internal review of their handling of the request" -msgstr "ממתין לרשות הציבורית שתסיים בדיקה פנימית של אופן הטיפול שלהם בבקשה" +msgstr "ממתין לרשות הציבורית על מנת שתסיים בדיקה פנימית של אופן הטיפול שלהם בבקשה" msgid "Waiting for the public authority to reply" -msgstr "בהמתנה לתשובה של רשות ציבורית" +msgstr "ממתין לתשובה של רשות ציבורית" msgid "Was the response you got to your FOI request any good?" msgstr "האם קיבלתם תגובה מספקת על בקשת המידע שלכם?" +msgid "We consider it is not a valid FOI request, and have therefore hidden it from other users." +msgstr "בקשה זו אינה עומדת בקריטריונים, ולכן מוסתרת ממשתמשים אחרים." + +msgid "We consider it to be vexatious, and have therefore hidden it from other users." +msgstr "תויג כבעייתי, ולכן מוסתר ממשתמשים אחרים." + msgid "We do not have a working request email address for this authority." msgstr "אין ברשותנו כתובת דוא\"ל פעילה להגשת בקשות מידע לרשות זו." @@ -2738,13 +2737,13 @@ msgid "We do not have a working {{law_used_full}} address for {{public_body_name msgstr "אין ברשותנו {{law_used_full}} כתובת פעילה ל- {{public_body_name}}." msgid "We don't know whether the most recent response to this request contains\\n information or not\\n –\\n\tif you are {{user_link}} please <a href=\"{{url}}\">sign in</a> and let everyone know." -msgstr "" +msgstr "איננו יודעים האם התגובה האחרונה לבקשה זו כוללת\\n מידע או לא\\n –\\n\tאם אתם {{user_link}} אנא <a href=\"{{url}}\">הכנסו למערכת</a> ועדכנו את כולם." -msgid "We will not reveal your email address to anybody unless you or\\n the law tell us to (<a href=\"%s\">details</a>). " -msgstr "" +msgid "We will not reveal your email address to anybody unless you or\\n the law tell us to (<a href=\"{{url}}\">details</a>). " +msgstr "אנחנו לא נחשוף את כתובת המייל שלכם לאף אחד, אלא אם אתם אוn\\ החוק יבקשו זאת (<a href=\"{{url}}\">details</a>)." msgid "We will not reveal your email address to anybody unless you\\nor the law tell us to." -msgstr "" +msgstr "אנחנו לא נחשוף את כתובת המייל שלכם לאף אחד, אלא אם אתם אוn\\ החוק יבקשו זאת" msgid "We will not reveal your email addresses to anybody unless you\\nor the law tell us to." msgstr "אנחנו לא נחשוף את כתובות המייל שלכם לאף אחד, אלא אם נידרש על פי חוק." @@ -2756,7 +2755,7 @@ msgid "We're waiting for someone to read" msgstr "אנו ממתינים שמישהו יקרא" 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 "שלחנו דוא\"ל לכתובת החדשה שהזנתם. אנא לחצו על הקישור המופיע במכתב\\nבשביל לאשר את שינוי הכתובת." msgid "We've sent you an email, and you'll need to click the link in it before you can\\ncontinue." msgstr "שלחנו לכם דואר אלקטרוני ואתם צריכים להקליק על הקישור בהודעה לפני שתוכלו להמשיך." @@ -2777,13 +2776,13 @@ msgid "What information has been requested?" msgstr "אילו בקשות כבר הוגשו?" msgid "When you get there, please update the status to say if the response \\ncontains any useful information." -msgstr "" +msgstr "כאשר הנכם מגיעים לעמוד, אנא עדכנו את הסטטוס כדי לאשר האם התגובה \\n מכילה מידע שימושי." msgid "When you receive the paper response, please help\\n others find out what it says:" -msgstr "" +msgstr "כאשר תקבלו את מכתב התגובה, אנא עזרו \\n לאחרים להבין את תוכנו:" -msgid "When you're done, <strong>come back here</strong>, <a href=\"%s\">reload this page</a> and file your new request." -msgstr "כשתסיימו, <strong>חזרו לכאן</strong>, <a href=\"%s\">כנסו שוב לדף הזה</a> והגישו את בקשתכם." +msgid "When you're done, <strong>come back here</strong>, <a href=\"{{url}}\">reload this page</a> and file your new request." +msgstr "כשתסיימו, <strong>חזרו לכאן</strong>, <a href=\"{{url}}\">כנסו שוב לדף הזה</a> והגישו את בקשתכם." msgid "Which of these is happening?" msgstr "מה מהדברים הללו קורה?" @@ -2801,7 +2800,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 "כתבו תשובה אל" @@ -2810,7 +2809,7 @@ msgid "Write your FOI follow up message to " msgstr "כתבו את בקשת המעקב למידע ל-" msgid "Write your request in <strong>simple, precise language</strong>." -msgstr "כתבו את בקשתכם <strong>בשפה פשוטה ומדוייקת</strong>." +msgstr "כתבו את בקשתכם <strong>בשפה פשוטה ומדויקת</strong>." msgid "You" msgstr "אתם" @@ -2834,10 +2833,10 @@ msgid "You are already following updates about {{track_description}}" msgstr "אתם כבר עוקבים אחר עדכונים אודות {{track_description}}" msgid "You are currently receiving notification of new activity on your wall by email." -msgstr "אתם כעת מקבלים עדכונים אודות פעילות חדשה על הקיר שלכם באמצעות האימייל." +msgstr "נשלחות אליהם התראות במייל בנוגע לפעילות חדשה על הקיר שלכם." msgid "You are following all new successful responses" -msgstr "אתם עוקבים אחר כל הבקשות החדשות שהצליחו" +msgstr "אתם עוקבים אחר כל הבקשות החדשות שנענו" msgid "You are no longer following {{track_description}}." msgstr "אתה לא עוקב יותר אחרי {{track_description}}" @@ -2852,7 +2851,7 @@ msgid "You can change the requests and users you are following on <a href=\"{{pr msgstr "אתם יכולים לשנות אחר אילו בקשות ומשתמשים אתם עוקבים <a href=\"{{profile_url}}\">בפרופיל שלכם</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 "אתם יכולים לקבל את עמוד זה בפורמט המיועד למחשבים כחלק מעמוד ה-JSON\\nשל בקשה זו. ראו את <a href=\"{{api_path}}\">תיעוד ה-API </a>." msgid "You can only request information about the environment from this authority." msgstr "ניתן לבקש רק מידע סביבתי מרשות זו." @@ -2867,7 +2866,7 @@ msgid "You have hit the rate limit on new requests. Users are ordinarily limited msgstr "עברתם את המכסה היומית המותרת להגשת בקשות מידע. לרוב מוגבלים המשתמשים ל- {{max_requests_per_user_per_day}} בקשות ביממה. תוכלו להגיש בקשה נוספת בעוד {{can_make_another_request}} שעות." msgid "You have made no Freedom of Information requests using this site." -msgstr "טרם הגשתם בקשת מידע על-פי חוק חופש המידע באתר זה." +msgstr "טרם הגשתם בקשת מידע על-פי החלטת הממשלה באתר זה." msgid "You have now changed the text about you on your profile." msgstr "שינוי הפרופיל שלכם בוצע בהצלחה." @@ -2876,19 +2875,19 @@ msgid "You have now changed your email address used on {{site_name}}" msgstr "שינוי כתובת הדוא\"ל שלכם באתר {{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 "ניסיתם להירשם לאתר {{site_name}}, כאשר\\nכבר יש ברשותכם חשבון. שם המשתמש והסיסמא שלכם\\nנותרו ללא שינוי.\\n\\nאנא לחצו על הקישור למטה." msgid "You know what caused the error, and can <strong>suggest a solution</strong>, such as a working email address." msgstr "בהכירכם את הסיבה לתקלה, תוכלו <strong>להציע פתרון</strong>, כמו כתובת דוא\"ל פעילה.." 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 "אתם יכולים <strong>לצרף קבצים</strong>. אם ברצונכם לצרף \\n קובץ שהוא גדול מדי לדוא\"ל, אנא השתמשו בטופס למטה." -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=\"%s\">send it to us</a>." -msgstr "" +msgid "You may be able to find\\n one on their website, or by phoning them up and asking. If you manage\\n to find one, then please <a href=\"{{url}}\">send it to us</a>." +msgstr "תוכלו אולי לברר זאת\\nבאתר שלהם, או ע\"י התקשרות עימם בטלפון. אם תצליחו בבירור זה, \\nאנא <a href=\"{{url}}\">עדכנו אותנו</a>." 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 "יתכן שתמצאו אותה באתר שלהם, או שתוכלו להתקשר אליהם ולשאול. אם אתם מצליחים למצוא אותה, אנא <a href=\"{{help_url}}\">שלחו אלינו</a>." msgid "You need to be logged in to change the text about you on your profile." msgstr "יש להתחבר כדי לשנות את הפרופיל שלכם." @@ -2902,17 +2901,20 @@ msgstr "יש להתחבר כדי להסיר את תמונת הפרופיל של msgid "You need to be logged in to edit your profile." msgstr "דרוש חיבור למערכת על מנת לערוך את הפרופיל." +msgid "You need to be logged in to report a request for administrator attention" +msgstr "עליכם להיות מחוברים לאתר על מנת לדווח על בקשה." + msgid "You previously submitted that exact follow up message for this request." msgstr "כבר שלחתם בעבר את הודעת המעקב הזו." 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 "הייתם אמורים לקבל עותק של הבקשה בדוא\"ל, ותוכלו להגיב לה\\n פשוט ע\"י <strong>כתיבת תגובה</strong> לאותו מכתב. לנוחותכם, זוהי הכתובת:" msgid "You want to <strong>give your postal address</strong> to the authority in private." msgstr "אתם מעוניינים <strong>למסור את כתובת הדואר שלכם</strong> לרשות באופן פרטי." 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 "לא תוכלו ליצור בקשות חדשות, לשלוח עדכונים לבקשות, להוסיף הערות או\\nלשלוח הודעות למשתמשים אחרים. תוכלו להמשיך לצפות בבקשות אחרות, ולהגדיר\\nקבלת התראות בדוא\"ל." msgid "You will no longer be emailed updates for those alerts" msgstr "לא תקבלו יותר התרעות אלה בדוא\"ל" @@ -2921,13 +2923,16 @@ msgid "You will now be emailed updates about {{track_description}}. <a href=\"{{ msgstr "כעת תקבלו עדכונים באימייל אודות t {{track_description}}. <a href=\"{{change_email_alerts_url}}\">מעדיפים לא לקבל אימיילים?</a>" msgid "You will only get an answer to your request if you follow up\\nwith the clarification." -msgstr "" +msgstr "תוכלו לקבל תשובה לבקשה זו רק עם תגיבו \\nעם הבהרה." + +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 "עדיין תוכלו לצפות כאשר תהיו מחוברים לאתר. אנא השיבו למייל זה אם ברצונכם לדון בהחלטה זו." msgid "You're in. <a href=\"#\" id=\"send-request\">Continue sending your request</a>" -msgstr "" +msgstr "אתם בפנים. <a href=\"#\" id=\"send-request\">המשיכו בשליחת הבקשה</a>" msgid "You're long overdue a response to your FOI request - " -msgstr "אתם ממתינים זמן רב מידי לתגובה על בקשת מידע - " +msgstr "אתם מתעכבים בתגובתכם לבקשת חופש המידע – " msgid "You're not following anything." msgstr "אתם לא עוקבים אחר דבר." @@ -2935,18 +2940,10 @@ msgstr "אתם לא עוקבים אחר דבר." msgid "You've now cleared your profile photo" msgstr "תמונת הפרופיל שלכם הוסרה בהצלחה" -msgid "Your %d Freedom of Information request" -msgid_plural "Your %d Freedom of Information requests" -msgstr[0] "בקשת המידע מס' %d שלכם" -msgstr[1] " %d בקשות המידע שלכם" - -msgid "Your %d annotation" -msgid_plural "Your %d annotations" -msgstr[0] "הערה מס' %d שלכם" -msgstr[1] "%d ההערות שלכם" - -msgid "Your <strong>name will appear publicly</strong> \\n (<a href=\"%s\">why?</a>)\\n on this website and in search engines. If you\\n are thinking of using a pseudonym, please \\n <a href=\"%s\">read this first</a>." +msgid "Your <strong>name will appear publicly</strong>\\n (<a href=\"{{why_url}}\">why?</a>)\\n on this website and in search engines. If you\\n are thinking of using a pseudonym, please\\n <a href=\"{{help_url}}\">read this first</a>." msgstr "" +"השם שלכם יופיע <strong/> בצורה פומבית <strong> \\n (<a href=\"{{why_url}}\">למה?</a>)\\n באתר הזה ובמנועי חיפוש. \n" +"אם אתם\\n חושבים להשתמש בשם בדוי, בבקשה \\n <a href=\"{{help_url}}\">קראו זאת קודם</a>. " msgid "Your annotations" msgstr "ההערות שלכם" @@ -2957,8 +2954,8 @@ msgstr "הפרטים שלכם, כולל כתובת הדואר האלקטרוני msgid "Your e-mail:" msgstr "הדוא\"ל שלכם:" -msgid "Your follow up has not been sent because this request has been stopped to prevent spam. Please <a href=\"%s\">contact us</a> if you really want to send a follow up message." -msgstr "הודעת המעקב שלכם לא נשלחה, כי היא זוהתה כדואר זבל. <a href=\"%s\">נא צרו איתנו קשר</a>אם אתם באמת מעוניינים לשלוח אותה." +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>אם אתם באמת מעוניינים לשלוח אותה." msgid "Your follow up message has been sent on its way." msgstr "הודעת המעקב שלכם נשלחה בהצלחה." @@ -2981,8 +2978,8 @@ msgstr "הודעתכם תופיע <strong>במנועי החיפוש</strong>" msgid "Your name and annotation will appear in <strong>search engines</strong>." msgstr "שמכם וההערה שלכם יופיעו <strong>במנועי החיפוש</strong>." -msgid "Your name, request and any responses will appear in <strong>search engines</strong>\\n (<a href=\"%s\">details</a>)." -msgstr "" +msgid "Your name, request and any responses will appear in <strong>search engines</strong>\\n (<a href=\"{{url}}\">details</a>)." +msgstr "שמכם, הבקשה וכל התגובות לה יופיעו <strong>במנועי חיפוש</strong>\\n (<a href=\"{{url}}\">לפרטים</a>)." msgid "Your name:" msgstr "שמכם:" @@ -2997,7 +2994,13 @@ msgid "Your password:" msgstr "הסיסמה שלכם:" msgid "Your photo will be shown in public <strong>on the Internet</strong>,\\n wherever you do something on {{site_name}}." -msgstr "" +msgstr "התמונה שלכם תוצג באופן פומבי באינטרנט,\\n בכל פעם שתעשו משהו באתר {{site_name}}." + +msgid "Your request '{{request}}' at {{url}} has been reviewed by moderators." +msgstr "מנהל בחן את הבקשה שלך '{{request}}' בכתובת {{url}}." + +msgid "Your request on {{site_name}} hidden" +msgstr "הבקשה שלך ב{{site_name}} הינה מוסתרת" msgid "Your request was called {{info_request}}. Letting everyone know whether you got the information will help us keep tabs on" msgstr "הבקשה שלכם נקראת {{info_request}}. אם תודיעו זאת לאחרים נוכל לעדכן את התווית" @@ -3006,14 +3009,24 @@ msgid "Your request:" msgstr "בקשתכם:" msgid "Your response to an FOI request was not delivered" -msgstr "התגובה שלך לבקשה לפי חוק חופש המידע לא נשלחה" +msgstr "התגובה שלך לבקשה לא נשלחה" -msgid "Your response will <strong>appear on the Internet</strong>, <a href=\"%s\">read why</a> and answers to other questions." -msgstr "תגובתכם <strong>תופיע באינטרנט</strong>, <a href=\"%s\">קראו מדוע</a> and וצפו בתשובות לשאלות נוספות." +msgid "Your response will <strong>appear on the Internet</strong>, <a href=\"{{url}}\">read why</a> and answers to other questions." +msgstr "תגובתכם <strong>תופיע באינטרנט</strong>, <a href=\"{{url}}\">קראו מדוע</a> and וצפו בתשובות לשאלות נוספות." msgid "Your thoughts on what the {{site_name}} <strong>administrators</strong> should do about the request." msgstr "דעתכם על מה {{site_name}} <strong>שמנהלי האתר</strong> צרכים לעשות בקשר לבקשה." +msgid "Your {{count}} Freedom of Information request" +msgid_plural "Your {{count}} Freedom of Information requests" +msgstr[0] "בקשת המידע {{count}} שלכם" +msgstr[1] " {{count}} בקשות המידע שלכם" + +msgid "Your {{count}} annotation" +msgid_plural "Your {{count}} annotations" +msgstr[0] "הערה {{count}} שלכם" +msgstr[1] "{{count}} ההערות שלכם" + msgid "Your {{site_name}} email alert" msgstr "התרעת הדוא\"ל שלכם מאתר {{site_name}} " @@ -3023,6 +3036,9 @@ msgstr "שלכם במסירות," msgid "Yours sincerely," msgstr "שלכם בכנות," +msgid "Yours," +msgstr "בהוקרה," + msgid "[FOI #{{request}} email]" msgstr "[FOI #{{request}} email]" @@ -3033,7 +3049,7 @@ msgid "[{{site_name}} contact email]" msgstr "[{{site_name}} דוא\"ל ליצירת קשר]" msgid "\\n\\n[ {{site_name}} note: The above text was badly encoded, and has had strange characters removed. ]" -msgstr "" +msgstr "\\n\\n[ הערת {{site_name}}: הטקסט המופיע למעלה קודד בצורה שגויה. התווים הלא מזוהים נמחקו ]" msgid "a one line summary of the information you are requesting, \\n\t\t\te.g." msgstr "משפט קצר אחד לגבי המידע שאתם מבקשים, \\n»»»e.g." @@ -3042,7 +3058,7 @@ msgid "admin" msgstr "מנהל" msgid "alaveteli_foi:The software that runs {{site_name}}" -msgstr "" +msgstr "Alaveteli: התוכנה מאחורי {{site_name}}" msgid "all requests" msgstr "כל הבקשות" @@ -3075,10 +3091,10 @@ msgid "anything" msgstr "הכל" msgid "are long overdue." -msgstr "עברו את תאריך היעד." +msgstr "מתעכבים מאוד." msgid "at" -msgstr "" +msgstr "ב- " msgid "authorities" msgstr "רשויות" @@ -3093,25 +3109,25 @@ msgid "between two dates" msgstr "בין שני תאריכים" msgid "but followupable" -msgstr "" +msgstr "אבל ניתן לעקוב אחריהם" msgid "by" -msgstr "מאת" +msgstr "עד תאריך" msgid "by <strong>{{date}}</strong>" msgstr "עד תאריך <strong>{{date}}</strong>" msgid "by {{public_body_name}} to {{info_request_user}} on {{date}}." -msgstr "על-ידי {{public_body_name}} עד {{info_request_user}} בתאריך {{date}}." +msgstr "על-ידי {{public_body_name}} אל {{info_request_user}} בתאריך {{date}}." msgid "by {{user_link_absolute}}" -msgstr "עד {{user_link_absolute}}" +msgstr "על-ידי {{user_link_absolute}}" msgid "comments" msgstr "הערות" msgid "containing your postal address, and asking them to reply to this request.\\n Or you could phone them." -msgstr "" +msgstr "אשר כולל את כתובת המגורים שלכם, ובו אתם מבקשים מהם להגיב לבקשה.\\n לחילופין, תוכלו להתקשר אליהם." msgid "details" msgstr "פרטים" @@ -3135,7 +3151,7 @@ msgid "external" msgstr "חיצוני" msgid "has reported an" -msgstr "דווח ש- " +msgstr "דווח שתגובה לבקשת " msgid "have delayed." msgstr "התעכב" @@ -3177,19 +3193,19 @@ msgid "messages from users" msgstr "הודעות ממשתמשים" msgid "move..." -msgstr "" +msgstr "להעביר..." msgid "no later than" msgstr "לא יאוחר מ" -msgid "no longer exists. If you are trying to make\\n 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=\"%s\">send it to us</a>." -msgstr "" +msgid "no longer exists. If you are trying to make\\n 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 "לא קיימים יותר. מעמוד הבקשה, נסו להגיב להודעה מסוימת, ולא לשלוח תגובה כללית. אם ברצונכם להגיב כללית, ומכירים כתובת ישירה שתגיע למקום הנכון, אנא <a href=\"{{url}}\">שלחו אותה אלינו</a>." msgid "normally" -msgstr "באופן כללי" +msgstr "לרוב" msgid "not requestable due to: {{reason}}" -msgstr "" +msgstr "לא ניתן לבקש בגלל: {{reason}}" msgid "please sign in as " msgstr "בבקשה התחבר כ" @@ -3204,7 +3220,7 @@ msgid "requests which are {{list_of_statuses}}" msgstr "בקשות שהן {{list_of_statuses}}" 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 "דורשת התייחסות של מנהלי המערכת. בידקו את התגובה וענו למייל הזה, כדי להודיע להם מה אתם מתכוונים לעשות בעניין זה." msgid "send a follow up message" msgstr "שלח הודעת מעקב" @@ -3213,7 +3229,7 @@ msgid "sent to {{public_body_name}} by {{info_request_user}} on {{date}}." msgstr "נשלח ל- {{public_body_name}} על-ידי {{info_request_user}} בתאריך {{date}}." 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 "קבע ל<strong>ריק</strong> (מחרוזת ריקה) אם לא ניתן למצוא כתובת; הכתובות האלה <strong>פתוחות לציבור</strong> מכוון שכל אחד יכול לצפות בהן אחרי הזנת CAPTCHA" msgid "show quoted sections" msgstr "הצג פסקאות מצוטטות" @@ -3228,7 +3244,7 @@ msgid "successful" msgstr "עבר בהצלחה" msgid "successful requests" -msgstr "בקשות מוצלחות" +msgstr "בקשות שנענו" msgid "that you made to" msgstr "שביצעתם כדי" @@ -3257,7 +3273,7 @@ msgid "to send a follow up message." msgstr "לשלוח הודעת מעקב." msgid "to {{public_body}}" -msgstr "עבור {{public_body}}" +msgstr "אל {{public_body}}" msgid "unexpected prominence on request event" msgstr "תקלה בלתי צפויה בבקשה" @@ -3281,7 +3297,7 @@ msgid "unsuccessful" msgstr "לא הצליח" msgid "unsuccessful requests" -msgstr "בקשה לא מוצלחת" +msgstr "בקשות שנדחו" msgid "useful information." msgstr "מידע שימושי." @@ -3289,17 +3305,40 @@ msgstr "מידע שימושי." msgid "users" msgstr "משתמשים" +msgid "what's that?" +msgstr "מה זה?" + msgid "{{count}} FOI requests found" -msgstr "{{count}} בקשות מידע נמצאו" +msgstr "נמצאו {{count}} בקשות מידע " + +msgid "{{count}} Freedom of Information request to {{public_body_name}}" +msgid_plural "{{count}} Freedom of Information requests to {{public_body_name}}" +msgstr[0] "יש בקשת מידע אחת עבור {{public_body_name}}" +msgstr[1] "יש {{count}} בקשות מידע עבור {{public_body_name}}" + +msgid "{{count}} person is following this authority" +msgid_plural "{{count}} people are following this authority" +msgstr[0] "אדם {{count}} עוקב/ת אחר רשות זו" +msgstr[1] "{{count}} אנשים עוקבים אחר רשות זו" + +msgid "{{count}} request" +msgid_plural "{{count}} requests" +msgstr[0] "בקשה {{count}}" +msgstr[1] "{{count}} בקשות" + +msgid "{{count}} request made." +msgid_plural "{{count}} requests made." +msgstr[0] "נמסרה בקשה אחת." +msgstr[1] "נמסרו {{count}} בקשות." 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}} יצר/ה בקשה זהה בתאריך {{date}}. אתם יכולים לצפות <a href=\"{{existing_request}}\">בבקשה הקיימת</a>, או לערוך את פרטי הבקשה למטה כדי ליצור בקשה שונה במעט." msgid "{{info_request_user_name}} only:" -msgstr "{{info_request_user_name}} רק:" +msgstr "רק {{info_request_user_name}} –" msgid "{{law_used_full}} request - {{title}}" -msgstr "{{law_used_full}}בקשה - {{title}}" +msgstr "בקשת {{law_used_full}} - {{title}} " msgid "{{law_used_full}} request GQ - {{title}}" msgstr "{{law_used_full}} בקשת GQ - {{title}}" @@ -3323,7 +3362,7 @@ msgid "{{public_body_link}} was sent a request about" msgstr "ל{{public_body_link}} נשלחה בקשה בנושא" msgid "{{public_body_name}} only:" -msgstr "{{public_body_name}} רק:" +msgstr "רק {{public_body_name}} –" msgid "{{public_body}} has asked you to explain part of your {{law_used}} request." msgstr "{{public_body}} ביקש מכם להסביר חלק מה{{law_used}} בבקשה." @@ -3350,7 +3389,7 @@ msgid "{{site_name}} users have made {{number_of_requests}} requests, including: msgstr "משתמשי {{site_name}} הגישו {{number_of_requests}} בקשות, ובהן:" msgid "{{thing_changed}} was changed from <code>{{from_value}}</code> to <code>{{to_value}}</code>" -msgstr "" +msgstr "{{thing_changed}} השתנה מ- <code>{{from_value}}</code> אל <code>{{to_value}}</code>" msgid "{{title}} - a Freedom of Information request to {{public_body}}" msgstr "{{title}} - בקשת מידע עבור {{public_body}}" @@ -3368,7 +3407,7 @@ msgid "{{user_name}} added an annotation" msgstr "{{user_name}} הוסיף הערה" msgid "{{user_name}} has annotated your {{law_used_short}} \\nrequest. Follow this link to see what they wrote." -msgstr "" +msgstr "{{user_name}} הוסיף/ה הערה לבקשת {{law_used_short}} שלך. לחצו על הקישור כדי לראות מה הם כתבו." msgid "{{user_name}} has used {{site_name}} to send you the message below." msgstr "{{user_name}} השתמש באתר {{site_name}} לשלוח את ההודעה הבאה." @@ -3383,7 +3422,7 @@ msgid "{{username}} left an annotation:" msgstr "{{username}} הוסיף הערה:" 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}})ביקש את {{law_used_full}} (<a href=\"{{request_admin_url}}\">admin</a>) to {{public_body_link}} (<a href=\"{{public_body_admin_url}}\">admin</a>)" +msgstr "{{user}} ({{user_admin_link}}) יצר את בקשת {{law_used_full}} (<a href=\"{{request_admin_url}}\">מנהל</a>) הזאת אל {{public_body_link}} (<a href=\"{{public_body_admin_url}}\">מנהל</a>)" msgid "{{user}} made this {{law_used_full}} request" -msgstr "{{user}} הגיש בקשה מתוקף {{law_used_full}} זה" +msgstr "{{user}} הגיש את בקשת {{law_used_full}} הזו" diff --git a/locale/hr/app.po b/locale/hr/app.po new file mode 100644 index 000000000..32a0bde69 --- /dev/null +++ b/locale/hr/app.po @@ -0,0 +1,3606 @@ +# SOME DESCRIPTIVE TITLE. +# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER +# This file is distributed under the same license as the PACKAGE package. +# +# Translators: +# BojanOpacak <bojan@rationalinternational.net>, 2013 +# vanjas <vanja@gong.hr>, 2013 +msgid "" +msgstr "" +"Project-Id-Version: alaveteli\n" +"Report-Msgid-Bugs-To: http://github.com/sebbacon/alaveteli/issues\n" +"POT-Creation-Date: 2013-06-24 09:40-0700\n" +"PO-Revision-Date: 2013-07-04 08:55+0000\n" +"Last-Translator: BojanOpacak <bojan@rationalinternational.net>\n" +"Language-Team: Croatian (http://www.transifex.com/projects/p/alaveteli/language/hr/)\n" +"Language: hr\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=3; plural=n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2;\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 "" +" Ovo će se pojaviti na vašem {{site_name}} profilu, da bi\n" +" olakšali drugima da se uključe u to šta radite." + +msgid " (<strong>no ranty</strong> politics, read our <a href=\"{{url}}\">moderation policy</a>)" +msgstr "" + +msgid " (<strong>patience</strong>, especially for large files, it may take a while!)" +msgstr " (<strong>budite strpljivi</strong>, moglo bi potrajati, posebno za velike datoteke!)" + +msgid " (you)" +msgstr " (Vi)" + +msgid " - view and make Freedom of Information requests" +msgstr " - pregledaj i napravi Zahtjeve o slobodnom pristupu informacijama " + +msgid " - wall" +msgstr "" + +msgid " <strong>Note:</strong>\\n We will send you an email. Follow the instructions in it to change\\n your password." +msgstr "" +" <strong>Note:</strong>\n" +" Poslati ćemo vam e-mail. Pratite instrukcije u njemu da biste promijenili\n" +" Vaš password." + +msgid " <strong>Privacy note:</strong> Your email address will be given to" +msgstr " <strong>Privacy note:</strong> Vaša e-mail adresa će biti proslijeđena" + +msgid " <strong>Summarise</strong> the content of any information returned. " +msgstr " <strong>Sažimati</strong> sadržaj svake vraćene informacije. " + +msgid " Advise on how to <strong>best clarify</strong> the request." +msgstr " Savjetuj kako<strong>najbolje objasniti</strong> zahjev." + +msgid " Ideas on what <strong>other documents to request</strong> which the authority may hold. " +msgstr " Ideje za <strong>zahtjeve ostalih dokumenata</strong> koje ustanova može posjedovati." + +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 "" +" Ako znate koju adresu treba koristiti, molimo Vas <a href=\"{{url}}\">pošaljite je nama</a>.\n" +" Moguće je da možete naći adresu na njihovoj web stranici, ili putem telefona." + +msgid " Include relevant links, such as to a campaign page, your blog or a\\n twitter account. They will be made clickable. \\n e.g." +msgstr "" +" Uključite relevantne linkove, poput stranice kampanje, Vašeg bloga ili \n" +" twitter account-a. Moći će se kliknuti na njih. \n" +" npr." + +msgid " Link to the information requested, if it is <strong>already available</strong> on the Internet. " +msgstr "" + +msgid " Offer better ways of <strong>wording the request</strong> to get the information. " +msgstr "" + +msgid " Say how you've <strong>used the information</strong>, with links if possible." +msgstr " Recite nam kako ste<strong>iskoristili informaciju</strong>, sa linkovima ako je moguće." + +msgid " Suggest <strong>where else</strong> the requester might find the information. " +msgstr "" + +msgid " What are you investigating using Freedom of Information? " +msgstr " Šta istražujete koristeći Zakon o slobodnom pristupu informacijama ? " + +msgid " You are already being emailed updates about the request." +msgstr " Ažuriranja zahtjeva već su Vam poslana putem e-maila." + +msgid " You will also be emailed updates about the request." +msgstr " Ažuriranja zahtjeva će Vam takođe biti poslana putem e-maila." + +msgid " made by " +msgstr " načinjeno od strane " + +msgid " or " +msgstr " ili " + +msgid " when you send this message." +msgstr " kada pošaljete ovu poruku." + +msgid "\"Hello! We have an <a href=\\\"/help/alaveteli?country_name=#{CGI.escape(current_country)}\\\">important message</a> for visitors outside {{country_name}}\"" +msgstr "" + +msgid "'Crime statistics by ward level for Wales'" +msgstr "" + +msgid "'Pollution levels over time for the River Tyne'" +msgstr "'Nivo zagađenja kroz period vremena za rijeku Tyne'" + +msgid "'{{link_to_authority}}', a public authority" +msgstr "'{{link_to_authority}}', javna ustanova" + +msgid "'{{link_to_request}}', a request" +msgstr "'{{link_to_request}}', zahtjev" + +msgid "'{{link_to_user}}', a person" +msgstr "'{{link_to_user}}', osoba" + +msgid "*unknown*" +msgstr "" + +msgid ",\\n\\n\\n\\nYours,\\n\\n{{user_name}}" +msgstr "" +",\n" +"\n" +"\n" +"\n" +"S poštovanjem,\n" +"\n" +"{{user_name}}" + +msgid "- or -" +msgstr "- ili -" + +msgid "1. Select an authority" +msgstr "1. Odaberite ustanovu" + +msgid "2. Ask for Information" +msgstr "2. Tražite informacije" + +msgid "3. Now check your request" +msgstr "3. Sada provjerite Vaš zahtjev" + +msgid "<a href=\"{{browse_url}}\">Browse all</a> or <a href=\"{{add_url}}\">ask us to add one</a>." +msgstr "<a href=\"{{browse_url}}\">Pretraži sve</a> ili <a href=\"{{add_url}}\"> zamolite nas da dodamo </a>." + +msgid "<a href=\"{{url}}\">Add an annotation</a> (to help the requester or others)" +msgstr "<a href=\"{{url}}\">Dodaj napomenu</a> (da bi se pomoglo podnosiocu zahtjeva ili drugima)" + +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 "<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>" + +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 "" + +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 "" + +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 "" + +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 obaviješteni da će trajati duže. (<a href=\"{{review_url}}\">Više informacija</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 "" + +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 "" + +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 "" + +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 "" +"<p>Preporučujemo da preuredite Vaš zahtjev i da uklonite e-mail adresu.\n" +" Ako je ostavite, e-mail adresa će biti poslana ustanovi, ali neće biti vidljiva na web stranici.</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 "" + +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>Drago nam je da ste dobili sve željene informacije. Ako ih budete koristili ili pisali o njima, molimo da se vratite i dodate napomenu ispod opisujući šta ste uradili. </p><p>Ako mislite da je {{site_name}} bio koristan, <a href=\"{{donation_url}}\">donirajte</a> nevladinoj organizaciji koja ga vodi.</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>Drago nam je da ste dobili dio željenih informacija. Ako mislite da je {{site_name}} bio koristan, <a href=\"{{donation_url}}\">donirajte</a> nevladinoj organizaciji koja ga vodi.</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 "" + +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 "<p>Nije potrebno da uključite Vašu e-mail adresu u zahtjev da biste dobili odgovor (<a href=\"{{url}}\">Više informacija</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 "<p>Nije potrebno da uključite Vašu e-mail adresu u zahtjev da biste dobili odgovor, pitati ćemo vas u vezi toga u slijedećem koraku (<a href=\"{{url}}\">Više informacija</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 "" + +msgid "<p>Your {{law_used_full}} request has been <strong>sent on its way</strong>!</p>\\n <p><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\\n replied by then.</p>\\n <p>If you write about this request (for example in a forum or a blog) please link to this page, and add an\\n annotation below telling people about your writing.</p>" +msgstr "" + +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 odnositi nove, dodavati prateće poruke ili napomene, ili u suprotnom promijenite bazu podataka.</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 "" +"<small>Ako koristite neke od web mail servisa ili imate filtere za \"junk mail\", provjerite u Vašim bulk/spam folderima. Ponekad su naše poruke označene tako</small>\n" +"</p>" + +msgid "<strong> Can I request information about myself?</strong>\\n\t\t\t<a href=\"{{url}}\">No! (Click here for details)</a>" +msgstr "" +"<strong> Da li mogu 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>" + +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>komentar_od:tony_bowden</code></strong> da pretražujete komentare Tony Bowden-a, 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, ukucati naslov 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, ukucati 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 "" + +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 zasnovano na statusu ili historiji statusa zahtjeva, pogledajte <a href=\"{{statuses_url}}\">tabelu statusa</a> below." + +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 "" + +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 "" + +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 podnosioca zahtjeva. </li>" + +msgid "<strong>All the information</strong> has been sent" +msgstr "<strong>Sve informacije</strong> su poslane" + +msgid "<strong>Anything else</strong>, such as clarifying, prompting, thanking" +msgstr "<strong>Nešto drugo</strong>, poput objašnjenja, napomena, zahvalnica" + +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 "" + +msgid "<strong>Clarification</strong> has been requested" +msgstr "<strong>Objašnjenje</strong> je zatraženo" + +msgid "<strong>No response</strong> has been received\\n <small>(maybe there's just an acknowledgement)</small>" +msgstr "" +"<strong>Nema odgovora</strong> je primljeno\n" +" <small>(možda postoji samo potvrda)</small>" + +msgid "<strong>Note:</strong> Because we're testing, requests are being sent to {{email}} rather than to the actual authority." +msgstr "" + +msgid "<strong>Note:</strong> You're sending a message to yourself, presumably\\n to try out how it works." +msgstr "" + +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 "" +"<strong>Napomena:</strong>\n" +" Poslati ćemo e-mail na Vašu novu adresu. Pratite\n" +" upute u njemu da bi potvrdili promjenu vašeg e-maila." + +msgid "<strong>Privacy note:</strong> If you want to request private information about\\n yourself then <a href=\"{{url}}\">click here</a>." +msgstr "" +"<strong>Napomena o privatnosti:</strong> Ako želite da zahtijevate privatne informacije o\n" +" Vama onda <a href=\"{{url}}\">kliknite ovdje</a>." + +msgid "<strong>Privacy note:</strong> Your photo will be shown in public on the Internet,\\n wherever you do something on {{site_name}}." +msgstr "" + +msgid "<strong>Privacy warning:</strong> Your message, and any response\\n to it, will be displayed publicly on this website." +msgstr "" +"<strong>Upozorenje o privatnosti:</strong> Vaša poruka i bilo koji odgovor\n" +" na nju, će biti javno prikazan na ovoj stranici." + +msgid "<strong>Some of the information</strong> has been sent " +msgstr "<strong>Dio informacija</strong> je poslan " + +msgid "<strong>Thank</strong> the public authority or " +msgstr "" + +msgid "<strong>did not have</strong> the information requested." +msgstr "<strong>nije sadržavao</strong> traženu informaciju." + +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 "" + +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 "" + +msgid "A <strong>summary</strong> of the response if you have received it by post. " +msgstr " <strong>Sažetak</strong> odgovora ako ste ga primili poštom. " + +msgid "A Freedom of Information request" +msgstr "" + +msgid "A full history of my FOI request and all correspondence is available on the Internet at this address: {{url}}" +msgstr "" + +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 "" + +msgid "A public authority" +msgstr "Javna ustanova" + +msgid "A response will be sent <strong>by post</strong>" +msgstr "Odgovor će biti poslan <strong>poštom</strong>" + +msgid "A strange reponse, required attention by the {{site_name}} team" +msgstr "Neobičan odgovor, potreban pregled od strane {{site_name}} tima" + +msgid "A vexatious request" +msgstr "" + +msgid "A {{site_name}} user" +msgstr "Korisnik stranice {{site_name}}" + +msgid "About you:" +msgstr "O Vama:" + +msgid "Act on what you've learnt" +msgstr "Radite na osnovu onoga što ste naučili" + +msgid "Acts as xapian/acts as xapian job" +msgstr "" + +msgid "ActsAsXapian::ActsAsXapianJob|Action" +msgstr "" + +msgid "ActsAsXapian::ActsAsXapianJob|Model" +msgstr "" + +msgid "Add an annotation" +msgstr "Dodati napomenu" + +msgid "Add an annotation to your request with choice quotes, or\\n a <strong>summary of the response</strong>." +msgstr "" +"Dodajte napomenu Vašem zahtjevu sa izabranim navodima, ili\n" +" <strong>sažetak odgovora</strong>." + +msgid "Added on {{date}}" +msgstr "Dodato na datum {{date}}" + +msgid "Admin level is not included in list" +msgstr "Nivo administratora nije uključen u listu" + +msgid "Administration URL:" +msgstr "URL administracije:" + +msgid "Advanced search" +msgstr "Napredna pretraga" + +msgid "Advanced search tips" +msgstr "Savjeti za naprednu pretragu" + +msgid "Advise on whether the <strong>refusal is legal</strong>, and how to complain about it if not." +msgstr "Savjet o tome da li je <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 ovi utiču na\n" +" ljudska bića)" + +msgid "All of the information requested has been received" +msgstr "Sve tražene informacije su primljene" + +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 "" + +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 "" + +msgid "Also called {{other_name}}." +msgstr "Drugim imenom {{other_name}}." + +msgid "Also send me alerts by email" +msgstr "" + +msgid "Alter your subscription" +msgstr "Promjenite Vašu pretplatu" + +msgid "Although all responses are automatically published, we depend on\\nyou, the original requester, to evaluate them." +msgstr "" +"Iako su svi odgovori automatski objavljeni, računamo na\n" +"vas, izvornog podnosioca zahtjeva, da ih ocijenite." + +msgid "An <a href=\"{{request_url}}\">annotation</a> to <em>{{request_title}}</em> was made by {{event_comment_user}} on {{date}}" +msgstr "" + +msgid "An <strong>error message</strong> has been received" +msgstr "<strong>poruka o pogrešci</strong> je primljena" + +msgid "An Environmental Information Regulations request" +msgstr "" + +msgid "An anonymous user" +msgstr "" + +msgid "Annotation added to request" +msgstr "Napomena dodata na zahtjev" + +msgid "Annotations" +msgstr "Napomene" + +msgid "Annotations are so anyone, including you, can help the requester with their request. For example:" +msgstr "Napomene služe da bilo ko, uključujući Vas, može pomoći podnosioca zahtjeva sa njegovim zahtjevom. Na primjer:" + +msgid "Annotations will be posted publicly here, and are\\n <strong>not</strong> sent to {{public_body_name}}." +msgstr "" +"Napomene će biti postane javno ovdje, i \n" +" <strong>naće</strong> biti poslane za {{public_body_name}}." + +msgid "Anonymous user" +msgstr "" + +msgid "Anyone:" +msgstr "Bilo ko:" + +msgid "Applies to" +msgstr "" + +msgid "Are we missing a public authority?" +msgstr "" + +msgid "Are you the owner of any commercial copyright on this page?" +msgstr "" + +msgid "Ask for <strong>specific</strong> documents or information, this site is not suitable for general enquiries." +msgstr "Tražite <strong>konkretne</strong> dokumente ili informacije, ova stranica nije pogodna za opće pretrage." + +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 dnu ove stranice, napišite im odgovor pokušavajući da ih ubjedite da ga pregledaju\n" +" (<a href=\"{{url}}\">Više informacija</a>)." + +msgid "Attachment (optional):" +msgstr "Prilog (neobavezno):" + +msgid "Attachment:" +msgstr "Prilog" + +msgid "Awaiting classification." +msgstr "Čeka klasifikaciju." + +msgid "Awaiting internal review." +msgstr "Čeka urgenciju" + +msgid "Awaiting response." +msgstr "Čeka odgovor." + +msgid "Beginning with" +msgstr "Počevši sa" + +msgid "Browse <a href='{{url}}'>other requests</a> for examples of how to word your request." +msgstr "Pretražite <a href='{{url}}'>druge zahtjeve</a> radi primjera kako da sročite Vaš zahtjev." + +msgid "Browse <a href='{{url}}'>other requests</a> to '{{public_body_name}}' for examples of how to word your request." +msgstr "Pretražite <a href='{{url}}'>druge zahtjeve</a> za '{{public_body_name}}' radi primjera kako da sročite Vaš zahtjev." + +msgid "Browse all authorities..." +msgstr "Pretražite sve ustanove" + +msgid "By law, under all circumstances, {{public_body_link}} should have responded by now" +msgstr "Po zakonu, pod svim uvjetima, {{public_body_link}} je trebala odgovoriti do sada" + +msgid "By law, {{public_body_link}} should normally have responded <strong>promptly</strong> and" +msgstr "Po zakonu, {{public_body_link}} je trebala odgovoriti <strong>brzo</strong> i" + +msgid "Calculated home page" +msgstr "" + +msgid "Can't find the one you want?" +msgstr "Ne možete naći onaj koji želite?" + +msgid "Cancel a {{site_name}} alert" +msgstr "Poništi {{site_name}} upozorenje" + +msgid "Cancel some {{site_name}} alerts" +msgstr "Poništi neka {{site_name}} upozorenja" + +msgid "Cancel, return to your profile page" +msgstr "" + +msgid "Censor rule" +msgstr "" + +msgid "CensorRule|Last edit comment" +msgstr "" + +msgid "CensorRule|Last edit editor" +msgstr "" + +msgid "CensorRule|Regexp" +msgstr "" + +msgid "CensorRule|Replacement" +msgstr "Pravilo Cenzure|Zamjena" + +msgid "CensorRule|Text" +msgstr "Pravilo Cenzure|Tekst" + +msgid "Change email on {{site_name}}" +msgstr "Promijeniti e-mail na {{site_name}}" + +msgid "Change password on {{site_name}}" +msgstr "Promijeniti password na {{site_name}}" + +msgid "Change profile photo" +msgstr "Promijeniti sliku na profilu" + +msgid "Change the text about you on your profile at {{site_name}}" +msgstr "Promijenite tekst o Vama na Vašem profilu na {{site_name}}" + +msgid "Change your email" +msgstr "Promijeniti Vaš e-mail" + +msgid "Change your email address used on {{site_name}}" +msgstr "Promijenite Vašu e-mail adresu korištenu na {{site_name}}" + +msgid "Change your password" +msgstr "Promijeniti Vaš password" + +msgid "Change your password on {{site_name}}" +msgstr "Promijeniti password na {{site_name}}" + +msgid "Change your password {{site_name}}" +msgstr "Promjenite Vaš password {{site_name}}" + +msgid "Charity registration" +msgstr "Registracija nevladine organizacije" + +msgid "Check for mistakes if you typed or copied the address." +msgstr "Provjerite ima li grešaka ako ste ukucali ili kopirali adresu." + +msgid "Check you haven't included any <strong>personal information</strong>." +msgstr "Provjerite da niste uključili nikakve <strong>lične podatke</strong>." + +msgid "Choose your profile photo" +msgstr "Odaberite sliku na Vašem profilu" + +msgid "Clarification" +msgstr "Objašnjenje" + +msgid "Clarify your FOI request - " +msgstr "" + +msgid "Classify an FOI response from " +msgstr "Klasificirajte odgovor na Zahtjev za slobodan pristup informacijama od" + +msgid "Clear photo" +msgstr "" + +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 link ispod da biste poslali poruku za {{public_body_name}} u kojoj ih napomenite da odgovore. Možda želite tražiti internal\n" +"review, tražeći da saznaju zašto odgovor na zahtjev kasni." + +msgid "Click on the link below to send a message to {{public_body}} reminding them to reply to your request." +msgstr "Kliknite na link ispod da biste poslali poruku {{public_body}} koja će ih podsjetiti da odgovore na Vaš zahtjev." + +msgid "Close" +msgstr "" + +msgid "Comment" +msgstr "" + +msgid "Comment|Body" +msgstr "Komentar|Tijelo" + +msgid "Comment|Comment type" +msgstr "Komentar|Tip komentara" + +msgid "Comment|Locale" +msgstr "Komentar|Mjesto" + +msgid "Comment|Visible" +msgstr "Komentar|Vidljiv" + +msgid "Confirm you want to follow all successful FOI requests" +msgstr "" + +msgid "Confirm you want to follow new requests" +msgstr "" + +msgid "Confirm you want to follow new requests or responses matching your search" +msgstr "" + +msgid "Confirm you want to follow requests by '{{user_name}}'" +msgstr "" + +msgid "Confirm you want to follow requests to '{{public_body_name}}'" +msgstr "" + +msgid "Confirm you want to follow the request '{{request_title}}'" +msgstr "" + +msgid "Confirm your FOI request to " +msgstr "Potvrdite Vaš Zahtjev za slobodan pristup informacijama za" + +msgid "Confirm your account on {{site_name}}" +msgstr "Potvrdite Vaš račun na {{site_name}}" + +msgid "Confirm your annotation to {{info_request_title}}" +msgstr "Potvrdite Vašu napomenu za {{info_request_title}}" + +msgid "Confirm your email address" +msgstr "Potvrdite Vašu e-mail adresu" + +msgid "Confirm your new email address on {{site_name}}" +msgstr "Potvrdite Vašu novu e-mail adresu na {{site_name}}" + +msgid "Considered by administrators as not an FOI request and hidden from site." +msgstr "" + +msgid "Considered by administrators as vexatious and hidden from site." +msgstr "" + +msgid "Contact {{recipient}}" +msgstr "" + +msgid "Contact {{site_name}}" +msgstr "Kontakt {{site_name}}" + +msgid "Could not identify the request from the email address" +msgstr "Nismo mogli prepoznati zahtjev sa e-mail adrese" + +msgid "Couldn't understand the image file that you uploaded. PNG, JPEG, GIF and many other common image file formats are supported." +msgstr "Pogrešan format datoteke. Molimo Vas uploadirajte: PNG, JPEG, GIF, ili neke druge podržive formate." + +msgid "Crop your profile photo" +msgstr "Smanjite sliku na Vašem profilu" + +msgid "Cultural sites and built structures (as they may be affected by the\\n environmental factors listed above)" +msgstr "" + +msgid "Currently <strong>waiting for a response</strong> from {{public_body_link}}, they must respond promptly and" +msgstr "Trenutno <strong>čeka odgovor</strong> od {{public_body_link}}, moraju odgovoriti brzo i" + +msgid "Date:" +msgstr "Datum:" + +msgid "Dear {{name}}," +msgstr "" + +msgid "Dear {{public_body_name}}," +msgstr "Poštovani {{public_body_name}}," + +msgid "Default locale" +msgstr "" + +msgid "Delayed response to your FOI request - " +msgstr "Odgođen odgovor na Vaš Zahtjev o slobodnom pristupu informacijama - " + +msgid "Delayed." +msgstr "Odgođen" + +msgid "Delivery error" +msgstr "Greška u isporuci" + +msgid "Destroy {{name}}" +msgstr "" + +msgid "Details of request '" +msgstr "Detalji zahtjeva '" + +msgid "Did you mean: {{correction}}" +msgstr "Da li ste mislili: {{correction}}" + +msgid "Disclaimer: This message and any reply that you make will be published on the internet. Our privacy and copyright policies:" +msgstr "" + +msgid "Disclosure log" +msgstr "" + +msgid "Disclosure log URL" +msgstr "" + +msgid "Don't want to address your message to {{person_or_body}}? You can also write to:" +msgstr "" + +msgid "Done" +msgstr "Završeno" + +msgid "Done >>" +msgstr "" + +msgid "Download a zip file of all correspondence" +msgstr "Preuzmite svu korespondenciju u zip fajlu" + +msgid "Download original attachment" +msgstr "Preuzeti originalni prilog" + +msgid "EIR" +msgstr "" + +msgid "Edit" +msgstr "" + +msgid "Edit and add <strong>more details</strong> to the message above,\\n explaining why you are dissatisfied with their response." +msgstr "" +"Uredite i dodajte <strong>više detalja</strong> na poruku iznad,\n" +" objašnjavajući zašto niste zadovoljni njihovim odgovorom." + +msgid "Edit text about you" +msgstr "Uredite tekst o Vama" + +msgid "Edit this request" +msgstr "Uredi ovaj zahtjev" + +msgid "Either the email or password was not recognised, please try again." +msgstr "E-mail ili password nisu prepoznati, molimo pokušajte ponovo." + +msgid "Either the email or password was not recognised, please try again. Or create a new account using the form on the right." +msgstr "E-mail ili password nisu prepoznati, molimo pokušajte ponovo. Ili kreirajte novi račun koristeći formular desno." + +msgid "Email doesn't look like a valid address" +msgstr "E-mail ne izgleda kao validna adresa" + +msgid "Email me future updates to this request" +msgstr "Buduća ažuriranja šaljite na moj e-mail" + +msgid "Enter words that you want to find separated by spaces, e.g. <strong>climbing lane</strong>" +msgstr "Sa razmacima unesite riječi koje želite naći, npr. <strong>climbing lane</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 "" + +msgid "Environmental Information Regulations" +msgstr "" + +msgid "Environmental Information Regulations requests made" +msgstr "" + +msgid "Environmental Information Regulations requests made using this site" +msgstr "" + +msgid "Event history" +msgstr "Prikaz prošlih događanja" + +msgid "Event history details" +msgstr "Detalji prikaza prošlih događanja" + +msgid "Event {{id}}" +msgstr "" + +msgid "Everything that you enter on this page, including <strong>your name</strong>,\\n will be <strong>displayed publicly</strong> on\\n this website forever (<a href=\"{{url}}\">why?</a>)." +msgstr "" +"Sve što unesete na ovu stranicu, uključujući <strong>Vaše ime</strong>, \n" +" će biti <strong>javno prikazano</strong> na\n" +" ovoj web stranici zauvjek (<a href=\"{{url}}\">Više informacija</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" +" će biti <strong>javno prikazano</strong> na\n" +" ovoj web stranici trajno. (<a href=\"{{url}}\">Više informacija</a>)." + +msgid "FOI" +msgstr "" + +msgid "FOI email address for {{public_body}}" +msgstr "ZOSPI e-mail adresa za {{public_body}}" + +msgid "FOI request – {{title}}" +msgstr "" + +msgid "FOI requests" +msgstr "Zahtjevi za slobodan pristup informacijama" + +msgid "FOI requests by '{{user_name}}'" +msgstr "Zahtjevi za slobodan pristup informacijama od strane '{{user_name}}'" + +msgid "FOI requests {{start_count}} to {{end_count}} of {{total_count}}" +msgstr "" + +msgid "FOI response requires admin ({{reason}}) - {{title}}" +msgstr "" + +msgid "Failed to convert image to a PNG" +msgstr "Nismo uspjeli konvertovati sliku u PNG format" + +msgid "Failed to convert image to the correct size: at {{cols}}x{{rows}}, need {{width}}x{{height}}" +msgstr "Nismo uspjeli konvertovati sliku u odgovarajuću veličinu: {{cols}}x{{rows}}, potrebno {{width}}x{{height}}" + +msgid "Filter" +msgstr "Filtriraj" + +msgid "First, did your other requests succeed?" +msgstr "" + +msgid "First, type in the <strong>name of the UK public authority</strong> you'd\\n like information from. <strong>By law, they have to respond</strong>\\n (<a href=\"{{url}}\">why?</a>)." +msgstr "" + +msgid "Foi attachment" +msgstr "" + +msgid "FoiAttachment|Charset" +msgstr "" + +msgid "FoiAttachment|Content type" +msgstr "" + +msgid "FoiAttachment|Display size" +msgstr "" + +msgid "FoiAttachment|Filename" +msgstr "" + +msgid "FoiAttachment|Hexdigest" +msgstr "" + +msgid "FoiAttachment|Url part number" +msgstr "" + +msgid "FoiAttachment|Within rfc822 subject" +msgstr "" + +msgid "Follow" +msgstr "" + +msgid "Follow all new requests" +msgstr "" + +msgid "Follow new successful responses" +msgstr "" + +msgid "Follow requests to {{public_body_name}}" +msgstr "" + +msgid "Follow these requests" +msgstr "Prati ove zahtjeve" + +msgid "Follow things matching this search" +msgstr "" + +msgid "Follow this authority" +msgstr "Prati ovu ustanovu" + +msgid "Follow this link to see the request:" +msgstr "Pratite ovaj link da biste vidjeli zahtjev:" + +msgid "Follow this person" +msgstr "" + +msgid "Follow this request" +msgstr "Prati ovaj zahtjev" + +msgid "Follow up" +msgstr "" + +msgid "Follow up message sent by requester" +msgstr "Prateća poruka poslana od strane podnosioca zahtjeva" + +msgid "Follow up messages to existing requests are sent to " +msgstr "" + +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 "" + +msgid "Follow us on twitter" +msgstr "Pratite nas na twitter-u" + +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 "" + +msgid "For an unknown reason, it is not possible to make a request to this authority." +msgstr "Iz nepoznatog razloga, nije moguće podnijeti zahtjev ovoj ustanovi." + +msgid "Forgotten your password?" +msgstr "Zaboravili ste Vaš password?" + +msgid "Found {{count}} public authority {{description}}" +msgid_plural "Found {{count}} public authorities {{description}}" +msgstr[0] "" +msgstr[1] "" +msgstr[2] "" + +msgid "Freedom of Information" +msgstr "" + +msgid "Freedom of Information Act" +msgstr "" + +msgid "Freedom of Information law does not apply to this authority, so you cannot make\\n a request to it." +msgstr "" + +msgid "Freedom of Information law no longer applies to" +msgstr "Zakon o slobodnom pristupu informacijama više se ne primjenjuje na" + +msgid "Freedom of Information law no longer applies to this authority.Follow up messages to existing requests are sent to " +msgstr "" + +msgid "Freedom of Information requests made" +msgstr "Zahtjevi za slobodan pristup informacijama podneseni" + +msgid "Freedom of Information requests made by this person" +msgstr "Zahtjevi za slobodan pristup informacijama podnešeni od strane ove osobe" + +msgid "Freedom of Information requests made by you" +msgstr "Zahtjevi za slobodan pristup informacijama podnešeni od strane Vas." + +msgid "Freedom of Information requests made using this site" +msgstr "Zahtjevi za slobodan pristup informacijama podneseni na ovoj stranici" + +msgid "Freedom of information requests to" +msgstr "" + +msgid "From" +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 "Od strane:" + +msgid "GIVE DETAILS ABOUT YOUR COMPLAINT HERE" +msgstr "OVDJE IZNESITE DETALJE VAŠE ŽALBE" + +msgid "Handled by post." +msgstr "Riješen poštom." + +msgid "Has tag string/has tag string tag" +msgstr "" + +msgid "HasTagString::HasTagStringTag|Model" +msgstr "" + +msgid "HasTagString::HasTagStringTag|Name" +msgstr "" + +msgid "HasTagString::HasTagStringTag|Value" +msgstr "" + +msgid "Hello! You can make Freedom of Information requests within {{country_name}} at {{link_to_website}}" +msgstr "Dobrodošli! Možete podnositi Zahtjeve za slobodan pristup informacijama u {{country_name}} na ovom linku: {{link_to_website}}" + +msgid "Hello, {{username}}!" +msgstr "Dobrodošli, {{username}}!" + +msgid "Help" +msgstr "Pomoć" + +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 "" + +msgid "Here is the message you wrote, in case you would like to copy the text and save it for later." +msgstr "" + +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 "" +"Pozdrav, trebamo Vašu pomoć. Osoba koja je podnijela slijedeći zahtjev\n" +" nam nije rekla da li je bio uspješan ili ne. Da li biste mogli odvojiti\n" +" malo vremena da ga pročitate i da nam pomognete da održimo ovo mjesto urednim za sviju?\n" +" Hvala." + +msgid "Hide request" +msgstr "" + +msgid "Holiday" +msgstr "" + +msgid "Holiday|Day" +msgstr "Praznik|Dan" + +msgid "Holiday|Description" +msgstr "Praznik|Opis" + +msgid "Home" +msgstr "Naslovna" + +msgid "Home page" +msgstr "" + +msgid "Home page of authority" +msgstr "Početna stranica ustanove" + +msgid "However, you have the right to request environmental\\n information under a different law" +msgstr "" +"Ipak, imate pravo da tražite informacije o okolišu\n" +" pozivajući se na drugi zakon" + +msgid "Human health and safety" +msgstr "" + +msgid "I am asking for <strong>new information</strong>" +msgstr "Molim za <strong>nove informacije</strong>" + +msgid "I am requesting an <strong>internal review</strong>" +msgstr "" + +msgid "I am writing to request an internal review of {{public_body_name}}'s handling of my FOI request '{{info_request_title}}'." +msgstr "" + +msgid "I don't like these ones — give me some more!" +msgstr "Ne sviđaju mi se ove — dajte mi više!" + +msgid "I don't want to do any more tidying now!" +msgstr "Ne želim da uređujem više u ovom momentu!" + +msgid "I like this request" +msgstr "" + +msgid "I would like to <strong>withdraw this request</strong>" +msgstr "Želio/la bih da <strong>povučem ovaj zahtjev</strong>" + +msgid "I'm still <strong>waiting</strong> for my information\\n <small>(maybe you got an acknowledgement)</small>" +msgstr "" +"Još uvjek <strong>čekam</strong> na svoje informacije\n" +" <small>(možda ste dobili potvrdu)</small>" + +msgid "I'm still <strong>waiting</strong> for the internal review" +msgstr "Još uvijek <strong>čekam</strong> na urgenciju" + +msgid "I'm waiting for an <strong>internal review</strong> response" +msgstr "Čekam na <strong>urgenciju</strong>" + +msgid "I've been asked to <strong>clarify</strong> my request" +msgstr "Zamoljen/a sam da <strong>objasnim</strong> moj zahtjev" + +msgid "I've received <strong>all the information" +msgstr "Dobio/la sam <strong>sve informacije" + +msgid "I've received <strong>some of the information</strong>" +msgstr "Dobio/la sam <strong>dio informacija</strong>" + +msgid "I've received an <strong>error message</strong>" +msgstr "Dobio/la sam <strong>poruku o pogrešci</strong>" + +msgid "I've received an error message" +msgstr "" + +msgid "Id" +msgstr "" + +msgid "If the address is wrong, or you know a better address, please <a href=\"{{url}}\">contact us</a>." +msgstr "Ako je adresa pogrešna, ili znate bolju adresu, molimo Vas <a href=\"{{url}}\">da nas kontaktirate</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 "" + +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 "" +"Ako je ovo pogrešno, ili biste da pošaljete novi odgovor na zahtjev\n" +"ili e mail o nečemu drugome {{user}}, onda molimo\n" +"pošaljite nam e-mail {{contact_email}} za pomoć." + +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 "" +"Ako niste zadovoljni odgovorom koji ste dobili od\n" +" javne ustanove, imate pravo na\n" +" žalbu (<a href=\"{{url}}\">Više informacija</a>)." + +msgid "If you are still having trouble, please <a href=\"{{url}}\">contact us</a>." +msgstr "Ako i dalje imate problema, molimo <a href=\"{{url}}\">kontaktirajte nas</a>." + +msgid "If you are the requester, then you may <a href=\"{{url}}\">sign in</a> to view the request." +msgstr "Ako ste podnosioc zahtjeva, možete se <a href=\"{{url}}\">prijaviti</a> da biste pogledali zahtjev." + +msgid "If you are thinking of using a pseudonym,\\n please <a href=\"{{url}}\">read this first</a>." +msgstr "" +"Ako razmišljate o korištenju pseudonima,\n" +" molimo da<a href=\"{{url}}\">pročitajte prvo ovo</a>." + +msgid "If you are {{user_link}}, please" +msgstr "Ako ste {{user_link}}, molimo" + +msgid "If you believe this request is not suitable, you can report it for attention by the site administrators" +msgstr "" + +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 "" +"Ako ne možete kliknuti na njega u e-mailu, morati ćete <strong>odabrati i kopirati\n" +"ga</strong> sa e-maila. Zatim <strong>nalijepite ga u Vaš pretraživač</strong>, na mjesto\n" +"gdje biste ukucali adresu bilo koje druge web stranice." + +msgid "If you can, scan in or photograph the response, and <strong>send us\\n a copy to upload</strong>." +msgstr "" +"Ako možete skenirajte ili uslikajte odgovor, i <strong>pošaljite nam\n" +" kopiju za slanje</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 "" + +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-mail <strong>prije više od šest mjeseci</strong>, onda ovaj link 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 niste već, molimo napišite poruku ispod u kojoj napominjete ustanovu da ste povukli Vaš zahtjev. U protivnom neće znati da je zahtjev povučen." + +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 "" + +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 "" +"Ako koristite neke od web mail servisa ili imate filtere za \"junk mail\", provjerite u Vašim\n" +"bulk/spam folderima. Ponekad su naše poruke označene tako." + +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 "" +"Ako biste željeli da ukinemo ovu zabranu, možete nas na pristojan način\n" +"<a href=\"/help/contact\">kontaktirati</a> uz obrazloženje.\\n" + +msgid "If you're new to {{site_name}}" +msgstr "Ako ste novi na {{site_name}}" + +msgid "If you've used {{site_name}} before" +msgstr "Ako ste koristili {{site_name}} prije" + +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 "" +"Ako je Vaš pretraživač namješten da prihvata cookies-e i vidite ovu poruku,\n" +"onda vjerovatno postoji problem sa našim serverom." + +msgid "Incoming email address" +msgstr "" + +msgid "Incoming message" +msgstr "" + +msgid "IncomingMessage|Cached attachment text clipped" +msgstr "" + +msgid "IncomingMessage|Cached main body text folded" +msgstr "" + +msgid "IncomingMessage|Cached main body text unfolded" +msgstr "" + +msgid "IncomingMessage|Last parsed" +msgstr "" + +msgid "IncomingMessage|Mail from" +msgstr "" + +msgid "IncomingMessage|Mail from domain" +msgstr "Nadolazeća poruka|Pošta sa domene" + +msgid "IncomingMessage|Sent at" +msgstr "Nadolazeća poruka|Poslana u" + +msgid "IncomingMessage|Subject" +msgstr "Nadolazeća poruka|Tema" + +msgid "IncomingMessage|Valid to reply to" +msgstr "Nadolazeća poruka|Validna za odgovor za" + +msgid "Individual requests" +msgstr "" + +msgid "Info request" +msgstr "" + +msgid "Info request event" +msgstr "" + +msgid "InfoRequestEvent|Calculated state" +msgstr "" + +msgid "InfoRequestEvent|Described state" +msgstr "" + +msgid "InfoRequestEvent|Event type" +msgstr "" + +msgid "InfoRequestEvent|Last described at" +msgstr "" + +msgid "InfoRequestEvent|Params yaml" +msgstr "" + +msgid "InfoRequestEvent|Prominence" +msgstr "" + +msgid "InfoRequest|Allow new responses from" +msgstr "" + +msgid "InfoRequest|Attention requested" +msgstr "" + +msgid "InfoRequest|Awaiting description" +msgstr "" + +msgid "InfoRequest|Comments allowed" +msgstr "" + +msgid "InfoRequest|Described state" +msgstr "" + +msgid "InfoRequest|External url" +msgstr "" + +msgid "InfoRequest|External user name" +msgstr "" + +msgid "InfoRequest|Handle rejected responses" +msgstr "" + +msgid "InfoRequest|Idhash" +msgstr "" + +msgid "InfoRequest|Law used" +msgstr "" + +msgid "InfoRequest|Prominence" +msgstr "" + +msgid "InfoRequest|Title" +msgstr "" + +msgid "InfoRequest|Url title" +msgstr "" + +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 otpadima (npr. buka, energija,\n" +" radijacija, otpadni materijali)" + +msgid "Internal review request" +msgstr "Zahtjev za urgenciju" + +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 "Da li je {{email_address}} pogrešna adresa za {{type_of_request}} zahtjeve za {{public_body_name}}?Ako da, molimo kontaktirajte nas koristeći ovaj formular:" + +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 "" +"Moguće je da Vaš pretraživač nije namješten da prihvata nešto što se zove \"cookies\",\n" +"ili nema tu mogućnost . Ako možete, molimo pokušajte aktivirati cookies-e, ili pokušajte koristiti drugi\n" +"pretraživač. Zatim pritisnite refresh da biste pokušali ponovo." + +msgid "Items matching the following conditions are currently displayed on your wall." +msgstr "" + +msgid "Items sent in last month" +msgstr "" + +msgid "Joined in" +msgstr "Spojen" + +msgid "Joined {{site_name}} in" +msgstr "Pridružio se na {{site_name}} u" + +msgid "Just one more thing" +msgstr "" + +msgid "Keep it <strong>focused</strong>, you'll be more likely to get what you want (<a href=\"{{url}}\">why?</a>)." +msgstr "Držite se <strong>suštine</strong>, lakše ćete dobiti ono što tražite(<a href=\"{{url}}\">Više informacija</a>)." + +msgid "Keywords" +msgstr "Ključne riječi" + +msgid "Last authority viewed: " +msgstr "Zadnja pregledana ustanova: " + +msgid "Last request viewed: " +msgstr "Zadnji pregledani zahtjev: " + +msgid "Let us know what you were doing when this message\\nappeared and your browser and operating system type and version." +msgstr "" +"Obavijestite nas o tome šta ste uradili kada se ova poruka\n" +"pojavila i o tipu i verziji Vašeg pretraživača i operativnog sistema." + +msgid "Link to this" +msgstr "Spojite sa ovim" + +msgid "List all" +msgstr "" + +msgid "List of all authorities (CSV)" +msgstr "Popis svih ustanova (CSV)" + +msgid "Listing FOI requests" +msgstr "" + +msgid "Listing public authorities" +msgstr "" + +msgid "Listing public authorities matching '{{query}}'" +msgstr "" + +msgid "Listing tracks" +msgstr "" + +msgid "Listing users" +msgstr "" + +msgid "Log in to download a zip file of {{info_request_title}}" +msgstr "Prijavite se da preuzmete zipovano {{info_request_title}}" + +msgid "Log into the admin interface" +msgstr "" + +msgid "Long overdue." +msgstr "" + +msgid "Made between" +msgstr "Napravljen između" + +msgid "Mail server log" +msgstr "" + +msgid "Mail server log done" +msgstr "" + +msgid "MailServerLogDone|Filename" +msgstr "" + +msgid "MailServerLogDone|Last stat" +msgstr "" + +msgid "MailServerLog|Line" +msgstr "" + +msgid "MailServerLog|Order" +msgstr "" + +msgid "Make a new<br/>\\n <strong>Freedom <span>of</span><br/>\\n Information<br/>\\n request</strong>" +msgstr "" +"Podnesi novi<br/>\n" +" <strong>Zahtjev<span>za</span><br/>\n" +" slobodan<br/>\n" +" pristup informacijama</strong>" + +msgid "Make a request" +msgstr "Podnesi zahtjev" + +msgid "Make a request to this authority" +msgstr "" + +msgid "Make an {{law_used_short}} request to '{{public_body_name}}'" +msgstr "Podnesi {{law_used_short}} zahtjev javnoj ustanovi '{{public_body_name}}'" + +msgid "Make and browse Freedom of Information (FOI) requests" +msgstr "Napravi i pretraži Zahtjeve za slobodan pristup informacijama" + +msgid "Make your own request" +msgstr "Načinite Vaš zahtjev" + +msgid "Many requests" +msgstr "" + +msgid "Message" +msgstr "" + +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 '" + +msgid "More about this authority" +msgstr "Više o ovoj ustanovi" + +msgid "More requests..." +msgstr "" + +msgid "More similar requests" +msgstr "Više sličnih zahtjeva" + +msgid "More successful requests..." +msgstr "Više uspješnih zahtjeva..." + +msgid "My profile" +msgstr "Moj profil" + +msgid "My request has been <strong>refused</strong>" +msgstr "Moj zahtjev je <strong>odbijen</strong>" + +msgid "My requests" +msgstr "" + +msgid "My wall" +msgstr "" + +msgid "Name can't be blank" +msgstr "Ime ne može ostati prazno" + +msgid "Name is already taken" +msgstr "Ime se već koristi" + +msgid "New Freedom of Information requests" +msgstr "Novi Zahtjevi za slobodan pristup informacijama" + +msgid "New censor rule" +msgstr "" + +msgid "New e-mail:" +msgstr "Novi e-mail:" + +msgid "New email doesn't look like a valid address" +msgstr "Novi e-mail ne izgleda kao validna adresa" + +msgid "New password:" +msgstr "Novi password:" + +msgid "New password: (again)" +msgstr "Novi password: (ponovo)" + +msgid "New response to '{{title}}'" +msgstr "" + +msgid "New response to your FOI request - " +msgstr "Novi odgovor na Vaš Zahtjev o slobodnom pristupu informacijama - " + +msgid "New response to your request" +msgstr "Novi odgovor na Vaš zahtjev" + +msgid "New response to {{law_used_short}} request" +msgstr "Novi odgovor na {{law_used_short}} zahtjev" + +msgid "New updates for the request '{{request_title}}'" +msgstr "Nova ažuriranja za zahtjev '{{request_title}}'" + +msgid "Newest results first" +msgstr "Najnoviji rezultati " + +msgid "Next" +msgstr "Slijedeći" + +msgid "Next, crop your photo >>" +msgstr "Zatim, smanjite Vašu sliku >>" + +msgid "No requests of this sort yet." +msgstr "Nema zahtjeva ove vrste dosada." + +msgid "No results found." +msgstr "Nema rezultata pretrage" + +msgid "No similar requests found." +msgstr "Nisu nađeni slični zahtjevi." + +msgid "No tracked things found." +msgstr "" + +msgid "Nobody has made any Freedom of Information requests to {{public_body_name}} using this site yet." +msgstr "Niko nije podnio Zahtjev za slobodan pristup informacijama {{public_body_name}} koristeći ovu stranicu." + +msgid "None found." +msgstr "Ništa nije nađeno." + +msgid "None made." +msgstr "Ništa podneseno." + +msgid "Not a valid 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." +msgstr "" + +msgid "Now check your email!" +msgstr "Sada provjerite Vaš e-mail!" + +msgid "Now preview your annotation" +msgstr "Sada pregledajte Vašu napomenu" + +msgid "Now preview your follow up" +msgstr "" + +msgid "Now preview your message asking for an internal review" +msgstr "Sada pregledajte Vašu poruku u kojoj tražite urgenciju " + +msgid "OR remove the existing photo" +msgstr "ILI odstrani postojeću sliku" + +msgid "Offensive? Unsuitable?" +msgstr "" + +msgid "Oh no! Sorry to hear that your request was refused. Here is what to do now." +msgstr "Žao nam je što je Vaš zahtjev odbijen. Prijedlog za Vaše slijedeće akcije." + +msgid "Old e-mail:" +msgstr "Stari e-mail:" + +msgid "Old email address isn't the same as the address of the account you are logged in with" +msgstr "Stara e-mail adresa nije ista kao adresa računa na koji ste prijavljeni" + +msgid "Old email doesn't look like a valid address" +msgstr "Stari e-mail ne izgleda kao validna adresa" + +msgid "On this page" +msgstr "Na ovoj stranici" + +msgid "One FOI request found" +msgstr "Pronađen jedan Zahtjev za slobodan pristup informacijama" + +msgid "One person found" +msgstr "Jedna osoba pronađena" + +msgid "One public authority found" +msgstr "Jedna javna ustanova pronađena" + +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 "" + +msgid "Only requests made using {{site_name}} are shown." +msgstr "Samo zahtjevi koji koriste {{site_name}} su prikazani." + +msgid "Only the authority can reply to this request, and I don't recognise the address this reply was sent from" +msgstr "Samo ustanova može odgovoriti na ovaj zahtjev, i ne prepoznajemo adresu sa koje je poslan ovaj odgovor" + +msgid "Only the authority can reply to this request, but there is no \"From\" address to check against" +msgstr "Samo ustanova može odgovoriti na ovaj zahtjev, ali ne sadrži adresu pošiljaoca" + +msgid "Or search in their website for this information." +msgstr "Ili tražite ovu informaciju na njihovoj web stranici." + +msgid "Original request sent" +msgstr "Originalni zahtjev poslan" + +msgid "Other:" +msgstr "Drugo:" + +msgid "Outgoing message" +msgstr "" + +msgid "OutgoingMessage|Body" +msgstr "Odlazeća poruka|Tijelo" + +msgid "OutgoingMessage|Last sent at" +msgstr "Odlazeća poruka|Zadnja poslana u" + +msgid "OutgoingMessage|Message type" +msgstr "Odlazeća poruka|Tip poruke" + +msgid "OutgoingMessage|Status" +msgstr "Odlazeća poruka|Status" + +msgid "OutgoingMessage|What doing" +msgstr "Odlazeća poruka|Šta radi" + +msgid "Partially successful." +msgstr "Djelimično uspješan." + +msgid "Password is not correct" +msgstr "Password nije ispravan" + +msgid "Password:" +msgstr "Password:" + +msgid "Password: (again)" +msgstr "Password: (ponovo)" + +msgid "Paste this link into emails, tweets, and anywhere else:" +msgstr "Nalijepite ovaj link na e-mailove, tweets-e i na druga mjesta:" + +msgid "People" +msgstr "" + +msgid "People {{start_count}} to {{end_count}} of {{total_count}}" +msgstr "" + +msgid "Photo of you:" +msgstr "Vaša slika:" + +msgid "Plans and administrative measures that affect these matters" +msgstr "Planovi i administrativne mjere koje utiču na ove predmete" + +msgid "Play the request categorisation game" +msgstr "Igrajte igru kategorizacije zahtjeva" + +msgid "Play the request categorisation game!" +msgstr "Igrajte igru kategorizacije zahtjeva!" + +msgid "Please" +msgstr "Molimo" + +msgid "Please <a href=\"{{url}}\">get in touch</a> with us so we can fix it." +msgstr "Molimo <a href=\"{{url}}\">kontaktirajte</a> nas kako bi to mogli popraviti." + +msgid "Please <strong>answer the question above</strong> so we know whether the " +msgstr "Molimo <strong>odgovorite na pitanje iznad</strong> kako bi znali da li" + +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 "" +"Molimo <strong>idite na slijedeće zahtjeve</strong>, i obavijestite\n" +" nas ako je bilo informacija u skorašnjim odgovorima." + +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 "Molimo <strong>samo</strong> pišite poruke samo uvezi sa Vašim zahtjevom {{request_link}}. Ako želite da tražite informacije koje nisu u Vašem originalnom zahtjevu, onda <a href=\"{{new_request_link}}\">podnesite novi zahtjev</a>." + +msgid "Please ask for environmental information only" +msgstr "Molimo tražite samo informacije o okolišu" + +msgid "Please check the URL (i.e. the long code of letters and numbers) is copied\\ncorrectly from your email." +msgstr "" +"Molimo provjerite da li je URL (i.e. the long code of letters and numbers) kopiran\n" +"ispravno sa Vašeg e-maila." + +msgid "Please choose a file containing your photo." +msgstr "Molimo izaberite datoteku koja sadržava Vašu sliku." + +msgid "Please choose a reason" +msgstr "" + +msgid "Please choose what sort of reply you are making." +msgstr "Molimo izaberite vrstu odgovora." + +msgid "Please choose whether or not you got some of the information that you wanted." +msgstr "Molimo birajte da li ste ili ne dobili dio informacija koje ste tražili." + +msgid "Please click on the link below to cancel or alter these emails." +msgstr "Molimo kliknite na link ispod da biste poništili ili promijenili ove e-mailove" + +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 "" +"Molimo kliknite na link ispod da potvrdite da želite \n" +"promijeniti e-mail adresu koju koristite na {{site_name}}\n" +"sa {{old_email}} na {{new_email}}" + +msgid "Please click on the link below to confirm your email address." +msgstr "Molimo kliknite na link ispod da biste potvrdili Vašu e-mail adresu." + +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 zahtjevu je riječ u predmetu. Nije potrebno reći da je Zahtjev za slobodan pristup informacijama, tu ćemo stavku dodati svakako." + +msgid "Please don't upload offensive pictures. We will take down images\\n that we consider inappropriate." +msgstr "" +"Molimo nemojte postavljati uvredljive slike. Skinuti ćemo sve slike\n" +" koje smatramo neprikladnim." + +msgid "Please enable \"cookies\" to carry on" +msgstr "Molimo aktivirajte cookies-e da biste nastavili" + +msgid "Please enter a password" +msgstr "Molimo unesite password" + +msgid "Please enter a subject" +msgstr "Molimo unestite naslov" + +msgid "Please enter a summary of your request" +msgstr "Molimo unesite sažetak Vašeg zahtjeva" + +msgid "Please enter a valid email address" +msgstr "Molimo unesite valjanu e-mail adresu" + +msgid "Please enter the message you want to send" +msgstr "Molimo upišite poruku koju želite poslati" + +msgid "Please enter the same password twice" +msgstr "Molimo unesite isti password dva puta" + +msgid "Please enter your annotation" +msgstr "Molimo unesite komentar" + +msgid "Please enter your email address" +msgstr "Molimo unesite Vašu e-mail adresu" + +msgid "Please enter your follow up message" +msgstr "Molimo unesite Vašu prateću poruku" + +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" + +msgid "Please enter your name, not your email address, in the name field." +msgstr "Molimo unesite Vaše ime, ne Vašu e-mail adresu, u polje." + +msgid "Please enter your new email address" +msgstr "Molimo unesite Vašu novu e-mail adresu" + +msgid "Please enter your old email address" +msgstr "Molimo unesite Vašu staru e-mail adresu" + +msgid "Please enter your password" +msgstr "Molimo unesite Vaš password" + +msgid "Please give details explaining why you want a review" +msgstr "Molimo objasnite zašto želite urgenciju" + +msgid "Please keep it shorter than 500 characters" +msgstr "Molimo da ne koristite više od 500 znakova" + +msgid "Please keep the summary short, like in the subject of an email. You can use a phrase, rather than a full sentence." +msgstr "Molimo da sažetak bude kratak, poput naslova e-maila. 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 "" + +msgid "Please pass this on to the person who conducts Freedom of Information reviews." +msgstr "" + +msgid "Please select each of these requests in turn, and <strong>let everyone know</strong>\\nif they are successful yet or not." +msgstr "" +"Molimo odaberite svaki od ovih zahtjeva naizmjenice, i <strong>obavijestite sviju</strong>\n" +"da li su bili uspješni ili ne." + +msgid "Please sign at the bottom with your name, or alter the \"{{signoff}}\" signature" +msgstr "Molimo da se na dnu potpišete, ili izmijenite \"{{signoff}}\" potpis" + +msgid "Please sign in as " +msgstr "Molimo prijavite se kao " + +msgid "Please sign in or make a new account." +msgstr "" + +msgid "Please type a message and/or choose a file containing your response." +msgstr "Molimo ukucajte poruku i/ili odaberite fajl koji sadrži vaš odgovor." + +msgid "Please use this email address for all replies to this request:" +msgstr "Molimo koristite ovu e-mail adresu za odgovore na ovaj zahtjev:" + +msgid "Please write a summary with some text in it" +msgstr "Molimo napišite sažetak sa nešto teksta" + +msgid "Please write the summary using a mixture of capital and lower case letters. This makes it easier for others to read." +msgstr "Molimo napišite sažetak koristeći velika i mala slova. Tako ćete olakšati čitanje drugima." + +msgid "Please write your annotation using a mixture of capital and lower case letters. This makes it easier for others to read." +msgstr "Molimo napišite komentar koristeći velika i mala slova. Tako ćete olakšati čitanje drugima." + +msgid "Please write your follow up message containing the necessary clarifications below." +msgstr "" + +msgid "Please write your message using a mixture of capital and lower case letters. This makes it easier for others to read." +msgstr "Molimo napišite poruku koristeći velika i mala slova. Tako ćete olakšati čitanje drugima." + +msgid "Point to <strong>related information</strong>, campaigns or forums which may be useful." +msgstr "Ukažite na <strong>slične informacije</strong>, kampanje ili forume koji mogu biti korisni." + +msgid "Possibly related requests:" +msgstr "Vjerovatno srodni zahtjevi:" + +msgid "Post annotation" +msgstr "Postaj napomenu" + +msgid "Post redirect" +msgstr "" + +msgid "PostRedirect|Circumstance" +msgstr "" + +msgid "PostRedirect|Email token" +msgstr "" + +msgid "PostRedirect|Post params yaml" +msgstr "" + +msgid "PostRedirect|Reason params yaml" +msgstr "" + +msgid "PostRedirect|Token" +msgstr "" + +msgid "PostRedirect|Uri" +msgstr "" + +msgid "Posted on {{date}} by {{author}}" +msgstr "Poslano na datum {{date}} od strane {{author}}" + +msgid "Powered by <a href=\"http://www.alaveteli.org/\">Alaveteli</a>" +msgstr "" + +msgid "Prev" +msgstr "" + +msgid "Preview follow up to '" +msgstr "" + +msgid "Preview new annotation on '{{info_request_title}}'" +msgstr "Pregledaj novu napomenu za '{{info_request_title}}'" + +msgid "Preview your annotation" +msgstr "Pregledajte Vašu napomenu" + +msgid "Preview your message" +msgstr "Pregledajte Vašu poruku" + +msgid "Preview your public request" +msgstr "Pregledajte Vaš javni zahtjev" + +msgid "Profile photo" +msgstr "" + +msgid "ProfilePhoto|Data" +msgstr "Slika na profilu|Podaci" + +msgid "ProfilePhoto|Draft" +msgstr "Slika na profilu|Skica" + +msgid "Public authorities" +msgstr "Javne ustanove" + +msgid "Public authorities - {{description}}" +msgstr "Javne ustanove - {{description}}" + +msgid "Public authorities {{start_count}} to {{end_count}} of {{total_count}}" +msgstr "" + +msgid "Public authority – {{name}}" +msgstr "" + +msgid "Public body" +msgstr "" + +msgid "Public notes" +msgstr "" + +msgid "Public page" +msgstr "" + +msgid "Public page not available" +msgstr "" + +msgid "PublicBody|Api key" +msgstr "" + +msgid "PublicBody|Disclosure log" +msgstr "" + +msgid "PublicBody|First letter" +msgstr "Javno tijelo|Početno slovo" + +msgid "PublicBody|Home page" +msgstr "Javno tijelo|Home page" + +msgid "PublicBody|Info requests count" +msgstr "" + +msgid "PublicBody|Last edit comment" +msgstr "Javno tijelo|Zadnji uređeni komentar" + +msgid "PublicBody|Last edit editor" +msgstr "Javno tijelo|Zadnji uređivač" + +msgid "PublicBody|Name" +msgstr "Javno tijelo|Ime" + +msgid "PublicBody|Notes" +msgstr "Javno tijelo|Bilješke" + +msgid "PublicBody|Publication scheme" +msgstr "Javno tijelo|Nacrt publikacije" + +msgid "PublicBody|Request email" +msgstr "Javno tijelo|" + +msgid "PublicBody|Short name" +msgstr "Javno tijelo|Nadimak" + +msgid "PublicBody|Url name" +msgstr "Javno tijelo|Url ime" + +msgid "PublicBody|Version" +msgstr "Javno tijelo|Verzija" + +msgid "Publication scheme" +msgstr "Nacrt publikacije" + +msgid "Publication scheme URL" +msgstr "" + +msgid "Purge request" +msgstr "" + +msgid "PurgeRequest|Model" +msgstr "" + +msgid "PurgeRequest|Url" +msgstr "" + +msgid "RSS feed" +msgstr "" + +msgid "RSS feed of updates" +msgstr "" + +msgid "Re-edit this annotation" +msgstr "Ponovo urediti ovu napomenu" + +msgid "Re-edit this message" +msgstr "Ponovo urediti ovu poruku" + +msgid "Read about <a href=\"{{advanced_search_url}}\">advanced search operators</a>, such as proximity and wildcards." +msgstr "" + +msgid "Read blog" +msgstr "Čitaj blog" + +msgid "Received an error message, such as delivery failure." +msgstr "Dobijena poruka o pogrešci, poput neuspješnog prijema poruke." + +msgid "Recently described results first" +msgstr "Nedavno opisani rezultati " + +msgid "Refused." +msgstr "Odbijen." + +msgid "Remember me</label> (keeps you signed in longer;\\n do not use on a public computer) " +msgstr "" +"Zapamti nalog</label> (Omogućava da ostanete duže prijavljeni;\n" +" Ovu opciju nemojte koristiti na javnim računarima) " + +msgid "Report abuse" +msgstr "Prijavi zloupotrebu" + +msgid "Report an offensive or unsuitable request" +msgstr "" + +msgid "Report request" +msgstr "" + +msgid "Report this request" +msgstr "" + +msgid "Reported for administrator attention." +msgstr "" + +msgid "Request an internal review" +msgstr "Tražite " + +msgid "Request an internal review from {{person_or_body}}" +msgstr "Zatražiti urgenciju od strane {{person_or_body}}" + +msgid "Request email" +msgstr "" + +msgid "Request has been removed" +msgstr "Zahtjev je uklonjen" + +msgid "Request sent to {{public_body_name}} by {{info_request_user}} on {{date}}." +msgstr "Zahtjev poslan {{public_body_name}} od strane {{info_request_user}} na datum {{date}}." + +msgid "Request to {{public_body_name}} by {{info_request_user}}. Annotated by {{event_comment_user}} on {{date}}." +msgstr "Zahtjev za {{public_body_name}} od strane {{info_request_user}}. Prokomentarisan od strane {{event_comment_user}} na datum {{date}}." + +msgid "Requested from {{public_body_name}} by {{info_request_user}} on {{date}}" +msgstr "Traženo od {{public_body_name}} od strane {{info_request_user}} na datum {{date}}" + +msgid "Requested on {{date}}" +msgstr "Traženo na datum {{date}}" + +msgid "Requests for personal information and vexatious requests are not considered valid for FOI purposes (<a href=\"/help/about\">read more</a>)." +msgstr "" + +msgid "Requests or responses matching your saved search" +msgstr "Zahtjevi ili odgovori koji odgovaraju Vašoj spašenoj pretrazi" + +msgid "Respond by email" +msgstr "Odgovoriti e-mailom" + +msgid "Respond to request" +msgstr "Odgovoriti na zahtjev" + +msgid "Respond to the FOI request" +msgstr "Odgovoriti na Zahtjev za slobodan pristup informacijama" + +msgid "Respond using the web" +msgstr "Odgovoriti preko web-a" + +msgid "Response" +msgstr "Odgovor" + +msgid "Response from a public authority" +msgstr "Odgovor od javne ustanove" + +msgid "Response to '{{title}}'" +msgstr "" + +msgid "Response to this request is <strong>delayed</strong>." +msgstr "Odgovor na ovaj zahtjev je <strong>odgođen</strong>." + +msgid "Response to this request is <strong>long overdue</strong>." +msgstr "Odgovor na ovaj zahtjev <strong>kasni</strong>." + +msgid "Response to your request" +msgstr "Odgovor na Vaš zahtjev" + +msgid "Response:" +msgstr "Odgovor:" + +msgid "Restrict to" +msgstr "Ograničiti na" + +msgid "Results page {{page_number}}" +msgstr "Rezultati na stranici {{page_number}}" + +msgid "Save" +msgstr "Spasi" + +msgid "Search" +msgstr "Pretraži" + +msgid "Search Freedom of Information requests, public authorities and users" +msgstr "Pretraži Zahtjeve za slobodan pristup informacijama, javne ustanove i korisnici" + +msgid "Search contributions by this person" +msgstr "Pretraži doprinose od strane ove osobe" + +msgid "Search for words in:" +msgstr "" + +msgid "Search in" +msgstr "Pretraži u" + +msgid "Search over<br/>\\n <strong>{{number_of_requests}} requests</strong> <span>and</span><br/>\\n <strong>{{number_of_authorities}} authorities</strong>" +msgstr "" + +msgid "Search queries" +msgstr "" + +msgid "Search results" +msgstr "Rezultati pretrage" + +msgid "Search the site to find what you were looking for." +msgstr "Pretražite web stranicu da pronađete što ste tražili." + +msgid "Search within the {{count}} Freedom of Information requests to {{public_body_name}}" +msgid_plural "Search within the {{count}} Freedom of Information requests made to {{public_body_name}}" +msgstr[0] "" +msgstr[1] "" +msgstr[2] "" + +msgid "Search your contributions" +msgstr "Pretražite Vaše doprinose" + +msgid "See bounce message" +msgstr "" + +msgid "Select one to see more information about the authority." +msgstr "Odaberite jedan da biste vidjeli više informacija o ustanovi." + +msgid "Select the authority to write to" +msgstr "Odaberite ustanovu kojoj ćete pisati" + +msgid "Send a followup" +msgstr "" + +msgid "Send a message to " +msgstr "Pošalji poruku za " + +msgid "Send a public follow up message to {{person_or_body}}" +msgstr "" + +msgid "Send a public reply to {{person_or_body}}" +msgstr "Poslati javni odgovor za {{person_or_body}}" + +msgid "Send follow up to '{{title}}'" +msgstr "" + +msgid "Send message" +msgstr "Pošalji poruku" + +msgid "Send message to " +msgstr "Pošalji poruku " + +msgid "Send request" +msgstr "Pošalji zahtjev" + +msgid "Set your profile photo" +msgstr "Podesiti sliku na Vašem profilu" + +msgid "Short name" +msgstr "" + +msgid "Short name is already taken" +msgstr "Nadimak se već koristi" + +msgid "Show most relevant results first" +msgstr "Prikaži najreleveantnije rezultate " + +msgid "Show only..." +msgstr "Prikaži samo..." + +msgid "Showing" +msgstr "Prikazuje" + +msgid "Sign in" +msgstr "Prijavite se" + +msgid "Sign in or make a new account" +msgstr "Prijavite se ili napravite novi korisnički račun" + +msgid "Sign in or sign up" +msgstr "Prijavite se ili Registrujte se" + +msgid "Sign out" +msgstr "Odjavite se" + +msgid "Sign up" +msgstr "Registrujte se" + +msgid "Similar requests" +msgstr "Slični zahtjevi" + +msgid "Simple search" +msgstr "Jednostavna pretraga" + +msgid "Some notes have been added to your FOI request - " +msgstr "Bilješke su dodate na Vaš Zahtjev o slobodnom pristupu informacijama - " + +msgid "Some of the information requested has been received" +msgstr "Dio traženih informacija je dobijen" + +msgid "Some people who've made requests haven't let us know whether they were\\nsuccessful or not. We need <strong>your</strong> help –\\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 "" +"Neki od podnosioca zahtjeva nas nisu obavijestili da li su njihovi zahtjevi bili\n" +"uspješni ili ne. Trebamo <strong>Vašu</strong> pomoć –\n" +"odaberite jedan od ovih zahtjeva, pročitajte ga, i sviju obavijestite da li su\n" +"informacije dobijene ili ne. Svi će Vam biti veoma zahvalni." + +msgid "Somebody added a note to your FOI request - " +msgstr "Neko je dodao komentar na Vaš Zahtjev za slobodan pristup informacijama." + +msgid "Someone has updated the status of your request" +msgstr "" + +msgid "Someone, perhaps you, just tried to change their email address on\\n{{site_name}} from {{old_email}} to {{new_email}}." +msgstr "" +"Neko je, možda ste to Vi, pokušao da promijeni svoju e-mail adresu na\n" +"{{site_name}} sa {{old_email}} na {{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 "" + +msgid "Sorry, but only {{user_name}} is allowed to do that." +msgstr "Žalimo, ali samo {{user_name}} može raditi to." + +msgid "Sorry, there was a problem processing this page" +msgstr "Žalimo, postoji problem u procesuiranju stranice" + +msgid "Sorry, we couldn't find that page" +msgstr "Žalimo, nismo mogli pronaći tu stranicu" + +msgid "Special note for this authority!" +msgstr "Posebna napomena za ovu ustanovu!" + +msgid "Start now »" +msgstr "Počni sada »" + +msgid "Start your own blog" +msgstr "Započnite Vaš blog" + +msgid "Stay up to date" +msgstr "" + +msgid "Still awaiting an <strong>internal review</strong>" +msgstr "I dalje čeka <strong>internal review</strong>" + +msgid "Subject" +msgstr "" + +msgid "Subject:" +msgstr "Tema:" + +msgid "Submit" +msgstr "Predaj" + +msgid "Submit status" +msgstr "Pošalji status" + +msgid "Submit status and send message" +msgstr "" + +msgid "Subscribe to blog" +msgstr "Pretplatiti se na blog" + +msgid "Successful Freedom of Information requests" +msgstr "Uspješni Zahtjevi za slobodan pristup informacijama" + +msgid "Successful." +msgstr "Uspješan." + +msgid "Suggest how the requester can find the <strong>rest of the information</strong>." +msgstr "Predložite kako ponosioc zahtjeva može pronaći <strong>ostatak informacije</strong>." + +msgid "Summary:" +msgstr "Sažetak:" + +msgid "Table of statuses" +msgstr "Pregled statusa" + +msgid "Table of varieties" +msgstr "Tabela vrsta" + +msgid "Tags" +msgstr "" + +msgid "Tags (separated by a space):" +msgstr "" + +msgid "Tags:" +msgstr "Označeni:" + +msgid "Technical details" +msgstr "Tehnički detalji" + +msgid "Thank you for helping us keep the site tidy!" +msgstr "Hvala što nam pomažete da održavamo ovu web stranicu urednom!" + +msgid "Thank you for making an annotation!" +msgstr "Hvala što ste napravili napomenu!" + +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 "Hvala na Vašem odgovoru na ovaj Zahtjev za slobodan pristup informacijama! Vaš odgovor je objavljen ispod, i link na vaš odgovor je poslan putem e-maila za" + +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 "Hvala na ažuriranju statusa zahtjeva '<a href=\"{{url}}\">{{info_request_title}}</a>'. Postoje drugi zahtjevi ispod koje možete klasificirati." + +msgid "Thank you for updating this request!" +msgstr "Hvala na ažuriranju zahtjeva!" + +msgid "Thank you for updating your profile photo" +msgstr "Hvala što ste ažurirali sliku na Vašem profilu" + +msgid "Thank you! We'll look into what happened and try and fix it up." +msgstr "" + +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 "" +"Hvala na pomoći - Vaš rad će svima olakšati pronalaženje pozitivnih\n" +"odgovora, i možda čak dozvoliti nama da pravimo tabele zajednica..." + +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 ćemoVas\n" +" takođe, ako vam zatreba, savjetovati o tome šta da radite dalje sa Vašim\n" +" zahtjevima." + +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 "" +"Hvala Vam što pomažete da sve bude<strong>čitko i organizovano</strong>.\n" +" Mi ćemo Vas takođe, ako vam zatreba, posavjetovati o tome šta da dalje radite sa svakim od Vaših\n" +" zahtjeva." + +msgid "That doesn't look like a valid email address. Please check you have typed it correctly." +msgstr "E-mail adresa ne izgleda validna. Molimo provjerite da li ste je ukucali pravilno." + +msgid "The <strong>review has finished</strong> and overall:" +msgstr "Pregled <strong>je završen</strong> i sveukupno:" + +msgid "The Freedom of Information Act <strong>does not apply</strong> to" +msgstr "Zakon o slobodnom pristupu informacijama <strong>se ne odnosi</strong> na" + +msgid "The accounts have been left as they previously were." +msgstr "Korisnički računi nisu mijenjani" + +msgid "The authority do <strong>not have</strong> the information <small>(maybe they say who does)" +msgstr "Ustanova <strong>ne posjeduje</strong> informacije <small>(možda mogu reći ko posjeduje)" + +msgid "The authority only has a <strong>paper copy</strong> of the information." +msgstr "Ustanova ima samo <strong>printanu kopiju</strong> informacije." + +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 "" +"Iz ustanove kažu da im <strong>treba poštanska\n" +" adresa</strong>, ne samo e-mail, da bi Zahtjev za slobodan pristup informacijama bio valjan" + +msgid "The authority would like to / has <strong>responded by post</strong> to this request." +msgstr "Ustanova bi željela / je <strong>odgovorila poštom</strong> na ovaj zahtjev." + +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 "" + +msgid "The page doesn't exist. Things you can try now:" +msgstr "Stranica ne postoji. Stvari koje možete probati sada:" + +msgid "The public authority does not have the information requested" +msgstr "Javna ustanova ne posjeduje tražene informacije" + +msgid "The public authority would like part of the request explained" +msgstr "Javna ustanova bi htjela objašnjenje dijela zahtjeva" + +msgid "The public authority would like to / has responded by post" +msgstr "Javna ustanova bi htjela odgovoriti ili je već odgovorila poštom" + +msgid "The request has been <strong>refused</strong>" +msgstr "Zahtjev je <strong>odbijen</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 "Zahtjev je ažuriran otkako ste prvi put učitali ovu stranicu. Molimo provjerite nove dolazeće poruke ispod i pokušajte ponovo. " + +msgid "The request is <strong>waiting for clarification</strong>." +msgstr "Zahtjev <strong>čeka na objašnjenje</strong>." + +msgid "The request was <strong>partially successful</strong>." +msgstr "Zahtjev je <strong>djelimično uspješan</strong>." + +msgid "The request was <strong>refused</strong> by" +msgstr "Zahtjev je <strong>odbijen</strong> od strane" + +msgid "The request was <strong>successful</strong>." +msgstr "Zahtjev je <strong>uspješan</strong>." + +msgid "The request was refused by the public authority" +msgstr "Zahtjev je odbijen od strane javne ustanove" + +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 "" +"Zahtjev koji ste pokušali pregledati je uklonjen. Postoje\n" +"razni razlozi radi kojih smo to mogli uraditi, žao nam je ali ne možemo biti precizniji po tom pitanju. Molimo <a\n" +" href=\"{{url}}\">kontaktirajte nas</a> ako imate pitanja." + +msgid "The requester has abandoned this request for some reason" +msgstr "Podnosioc je odustao od ovog zahtjeva iz nekog razloga" + +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 je <strong>odgođen</strong>. Možete reći da je, \n" +" po zakonu, ustanova trebala odgovoriti\n" +" <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 \n" +" zakonu, u svakom slučaju, ustanova je trebala odgovoriti\n" +" do sada" + +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 "Indeks za pretragu je trenutno isključen, ne možemo prikazati Zahtjeve za slobodan pristup informacijama podnesene ovoj ustanovi." + +msgid "The search index is currently offline, so we can't show the Freedom of Information requests this person has made." +msgstr "Indeks za pretragu je trenutno isključen, radi toga ne možemo prikazati Zahtjeve za slobodan pristup informacijama koje je ova osoba napravila." + +msgid "The {{site_name}} team." +msgstr "" + +msgid "Then you can cancel the alert." +msgstr "Tada možete poništiti upozorenje." + +msgid "Then you can cancel the alerts." +msgstr "Tada možete poništiti upozorenja." + +msgid "Then you can change your email address used on {{site_name}}" +msgstr "Tada možete promijeniti Vašu e-mail adresu korištenu na {{site_name}}" + +msgid "Then you can change your password on {{site_name}}" +msgstr "Tada možete promijeniti Vaš password na {{site_name}}" + +msgid "Then you can classify the FOI response you have got from " +msgstr "Tada možete klasificirati ZOSPI odgovor koji ste dobili od" + +msgid "Then you can download a zip file of {{info_request_title}}." +msgstr "Tada možete preuzeti zipovano {{info_request_title}}." + +msgid "Then you can log into the administrative interface" +msgstr "" + +msgid "Then you can play the request categorisation game." +msgstr "Tada možete igrati igru kategorizacije zatjeva." + +msgid "Then you can report the request '{{title}}'" +msgstr "" + +msgid "Then you can send a message to " +msgstr "Tada možete poslati poruku za " + +msgid "Then you can sign in to {{site_name}}" +msgstr "Tada se možete prijaviti na {{site_name}}" + +msgid "Then you can update the status of your request to " +msgstr "Tada možete ažurirati status vašeg zahtjeva prema" + +msgid "Then you can upload an FOI response. " +msgstr "Tada možete postaviti odgovor na Zahtjev o slobodnom pristupu informacijama." + +msgid "Then you can write follow up message to " +msgstr "Tada možete napisati prateću poruku za " + +msgid "Then you can write your reply to " +msgstr "Tada možete napisati Vaš odgovor za" + +msgid "Then you will be following all new FOI requests." +msgstr "" + +msgid "Then you will be notified whenever '{{user_name}}' requests something or gets a response." +msgstr "" + +msgid "Then you will be notified whenever a new request or response matches your search." +msgstr "" + +msgid "Then you will be notified whenever an FOI request succeeds." +msgstr "" + +msgid "Then you will be notified whenever someone requests something or gets a response from '{{public_body_name}}'." +msgstr "" + +msgid "Then you will be updated whenever the request '{{request_title}}' is updated." +msgstr "" + +msgid "Then you'll be allowed to send FOI requests." +msgstr "Tada će Vam biti dozvoljeno da šaljete Zahtjeve za slobodan pristup informacijama " + +msgid "Then your FOI request to {{public_body_name}} will be sent." +msgstr "Tada će Vaši Zahtjevi za slobodan pristup informacijama za {{public_body_name}} biti poslani." + +msgid "Then your annotation to {{info_request_title}} will be posted." +msgstr "Tada će Vaša napomena 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 napomene na Vašem {{info_request}} zahtjevu. Pratite ovaj link da pogledate šta 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 "" + +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 "" + +msgid "There is {{count}} person following this request" +msgid_plural "There are {{count}} people following this request" +msgstr[0] "" +msgstr[1] "" +msgstr[2] "" + +msgid "There was a <strong>delivery error</strong> or similar, which needs fixing by the {{site_name}} team." +msgstr "Došlo je do <strong>greške u isporuci</strong> ili nečega sličnog što treba popravku od strane {{site_name}} tima." + +msgid "There was an error with the words you entered, please try again." +msgstr "Postoji greška u riječima koje ste ukucali, molimo pokušajte ponovo." + +msgid "There were no requests matching your query." +msgstr "Nema zahtjeva koji odgovaraju Vašoj pretrazi." + +msgid "There were no results matching your query." +msgstr "" + +msgid "They are going to reply <strong>by post</strong>" +msgstr "Odgovoriti će <strong>poštom</strong>" + +msgid "They do <strong>not have</strong> the information <small>(maybe they say who does)</small>" +msgstr "Oni <strong>ne posjeduju</strong> informaciju <small>(možda mogu reći ko je posjeduje)</small>" + +msgid "They have been given the following explanation:" +msgstr "Dato im je slijedeće objašnjenje:" + +msgid "They have not replied to your {{law_used_short}} request {{title}} promptly, as normally required by law" +msgstr "Nisu odgovorili na Vaš {{law_used_short}} zahtjev {{title}} u kratkom vremenskom roku, kao što je predviđeno zakonom" + +msgid "They have not replied to your {{law_used_short}} request {{title}}, \\nas required by law" +msgstr "" +"Nisu odgovorili na Vaš {{law_used_short}} zahtjev {{title}}, \n" +"kao što je predviđeno zakonom" + +msgid "Things to do with this request" +msgstr "Stvari za uraditi sa ovim zahtjevom" + +msgid "Things you're following" +msgstr "" + +msgid "This authority no longer exists, so you cannot make a request to it." +msgstr "Ova ustanova više ne postoji, zato joj nije moguće podnijeti zahtjev. " + +msgid "This comment has been hidden. See annotations to\\n find out why. If you are the requester, then you may <a href=\"{{url}}\">sign in</a> to view the response." +msgstr "" + +msgid "This covers a very wide spectrum of information about the state of\\n the <strong>natural and built environment</strong>, such as:" +msgstr "" + +msgid "This external request has been hidden" +msgstr "" + +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 "" + +msgid "This is an HTML version of an attachment to the Freedom of Information request" +msgstr "Ovo je HTML verzija priloga uz Zahtjev za slobodnom pristupu informacijama" + +msgid "This is because {{title}} is an old request that has been\\nmarked to no longer receive responses." +msgstr "" +"To je zato što je {{title}} stari zahtjev koji je\n" +"označen da više ne prima odgovore." + +msgid "This is the first version." +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 outgoing message has been hidden. See annotations to\\n\t\t\t\t\t\tfind out why. If you are the requester, then you may <a href=\"{{url}}\">sign in</a> to view the response." +msgstr "" + +msgid "This particular request is finished:" +msgstr "Ovaj zahtjev je završen:" + +msgid "This person has made no Freedom of Information requests using this site." +msgstr "Ova osoba nije podnijela nijedan Zahtjev za slobodan pristup informacijama koristeći ovu web stranicu." + +msgid "This person's annotations" +msgstr "Napomene ove osobe" + +msgid "This person's {{count}} Freedom of Information request" +msgid_plural "This person's {{count}} Freedom of Information requests" +msgstr[0] "" +msgstr[1] "" +msgstr[2] "" + +msgid "This person's {{count}} annotation" +msgid_plural "This person's {{count}} annotations" +msgstr[0] "" +msgstr[1] "" +msgstr[2] "" + +msgid "This request <strong>requires administrator attention</strong>" +msgstr "Ovaj zahtjev <strong>treba provjeru administratora</strong>" + +msgid "This request has already been reported for administrator attention" +msgstr "" + +msgid "This request has an <strong>unknown status</strong>." +msgstr "Ovaj zahtjev ima <strong>nepoznat 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 "" + +msgid "This request has been <strong>hidden</strong> from the site, because an administrator considers it vexatious" +msgstr "" + +msgid "This request has been <strong>reported</strong> as needing administrator attention (perhaps because it is vexatious, or a request for personal information)" +msgstr "" + +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 "" +"Ovaj zahtjev je <strong>povučen</strong> od strane osobe koja ga je napravila. \n" +" <span class=\"whitespace other\" title=\"Tab\">»</span> Obijašnjenje može biti u dopisima ispod." + +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 "" + +msgid "This request has been reported for administrator attention" +msgstr "" + +msgid "This request has been set by an administrator to \"allow new responses from nobody\"" +msgstr "" + +msgid "This request has had an unusual response, and <strong>requires attention</strong> from the {{site_name}} team." +msgstr "Ovaj zahtjev je dobio neobičan odgovor, i <strong>treba pregled</strong> od strane {{site_name}} tima." + +msgid "This request has prominence 'hidden'. You can only see it because you are logged\\n in as a super user." +msgstr "" +"Ovaj zahtjev je inače skriven. Možete ga vidjeti jer ste prijavljeni \n" +" kao super korisnik." + +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 "" +"Ovaj zahtjev je skriven tako da ga samo Vi podnosioc možete vidjeti. Molimo\n" +" <a href=\"{{url}}\">kontaktirajte nas</a> ako niste sigurni zašto." + +msgid "This request is still in progress:" +msgstr "Ovaj zahtjev je još u toku:" + +msgid "This request requires administrator attention" +msgstr "" + +msgid "This request was not made via {{site_name}}" +msgstr "" + +msgid "This response has been hidden. See annotations to find out why.\\n If you are the requester, then you may <a href=\"{{url}}\">sign in</a> to view the response." +msgstr "" + +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 "" + +msgid "This user has been banned from {{site_name}} " +msgstr "Ovaj korisnik je isključen sa {{site_name}} " + +msgid "This was not possible because there is already an account using \\nthe email address {{email}}." +msgstr "To nije bilo moguće jer već postoji račun koji koristi ovu e-mail adresu {{email}}." + +msgid "To cancel these alerts" +msgstr "Da biste poništili ova upozorenja" + +msgid "To cancel this alert" +msgstr "Da biste poništili ovo upozorenje" + +msgid "To carry on, you need to sign in or make an account. Unfortunately, there\\nwas a technical problem trying to do this." +msgstr "" +"Da biste nastavili,morate se prijaviti ili registrovati. Nažalost, problem\n" +"tehničke prirode se pojavio pri pokušaju navedenog." + +msgid "To change your email address used on {{site_name}}" +msgstr "Da biste promijenili Vašu e-mail adresu korištenu na {{site_name}}" + +msgid "To classify the response to this FOI request" +msgstr "Da biste klasificirali odgovor na ovaj Zahtjev za slobodan pristup informacijama" + +msgid "To do that please send a private email to " +msgstr "Da biste to uradili molimo pošaljite privatni e-mail " + +msgid "To do this, first click on the link below." +msgstr "Da biste ovo uradili, prvo kliknite na link ispod." + +msgid "To download the zip file" +msgstr "Da biste preuzeli zip fajl" + +msgid "To follow all successful requests" +msgstr "" + +msgid "To follow new requests" +msgstr "" + +msgid "To follow requests and responses matching your search" +msgstr "Da biste pratili zahtjeve i odgovore koji se podudaraju sa Vašom pretragom" + +msgid "To follow requests by '{{user_name}}'" +msgstr "" + +msgid "To follow requests made using {{site_name}} to the public authority '{{public_body_name}}'" +msgstr "" + +msgid "To follow the request '{{request_title}}'" +msgstr "" + +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 "" + +msgid "To let everyone know, follow this link and then select the appropriate box." +msgstr "" + +msgid "To log into the administrative interface" +msgstr "" + +msgid "To play the request categorisation game" +msgstr "Da biste igrali igru kategorizacije zahtjeva" + +msgid "To post your annotation" +msgstr "Da biste postavili Vašu napomenu" + +msgid "To reply to " +msgstr "Da biste odgovorili " + +msgid "To report this request" +msgstr "" + +msgid "To send a follow up message to " +msgstr "Da biste polali prateću poruku za " + +msgid "To send a message to " +msgstr "Da biste poslali poruku za " + +msgid "To send your FOI request" +msgstr "Da biste poslali Vaš Zahtjev za slobodan pristup informacijama." + +msgid "To update the status of this FOI request" +msgstr "Da biste ažurirali status Vašeg Zahtjeva za slobodan pristup informacijama." + +msgid "To upload a response, you must be logged in using an email address from " +msgstr "Da biste postavili odgovor, morate biti prijavljeni koristeći pritom e-mail adresu sa" + +msgid "To use the advanced search, combine phrases and labels as described in the search tips below." +msgstr "Da biste koristili napredno pretraživanje, kombinujte fraze i oznake kao što je opisano u savjetima za pretragu ispod." + +msgid "To view the email address that we use to send FOI requests to {{public_body_name}}, please enter these words." +msgstr "Da biste vidjeli e-mail adresu koju koristimo za slanje Zahtjeva za slobodan pristup informacijama prema {{public_body_name}}, molimo unesite ove riječi.." + +msgid "To view the response, click on the link below." +msgstr "Da biste vidjeli odgovor, kliknite na link ispod." + +msgid "To {{public_body_link_absolute}}" +msgstr "Za {{public_body_link_absolute}}" + +msgid "To:" +msgstr "Za:" + +msgid "Today" +msgstr "Danas" + +msgid "Too many requests" +msgstr "" + +msgid "Top search results:" +msgstr "Glavni rezultati pretrage" + +msgid "Track thing" +msgstr "" + +msgid "Track this person" +msgstr "Prati ovu osobu" + +msgid "Track this search" +msgstr "Pratite ovu pretragu." + +msgid "TrackThing|Track medium" +msgstr "" + +msgid "TrackThing|Track query" +msgstr "" + +msgid "TrackThing|Track type" +msgstr "" + +msgid "Turn off email alerts" +msgstr "" + +msgid "Tweet this request" +msgstr "Tweetuj ovaj zahtjev" + +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 "Ukucajte <strong><code>01/01/2008..14/01/2008</code></strong> da prikažete samo ono što se dešavalo u prve dvije sedmice januara." + +msgid "URL name can't be blank" +msgstr "Ime URL-a ne može ostati prazno " + +msgid "Unable to change email address on {{site_name}}" +msgstr "Nemoguće promijeniti e-mail adresu na {{site_name}}" + +msgid "Unable to send a reply to {{username}}" +msgstr "Ne možemo poslati poruku za {{username}}" + +msgid "Unable to send follow up message to {{username}}" +msgstr "Ne možemo poslati popratnu pokuku za {{username}}" + +msgid "Unexpected search result type" +msgstr "" + +msgid "Unexpected search result type " +msgstr "" + +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 "" +"Nažalost nismo u posjedu e-mail adrese za ZOSPI\n" +"te ustanove, tako da nismo u mogućnosti validirati ovo.\n" +"Molimo <a href=\"{{url}}\">kontaktirajte nas</a> da to razjasnimo." + +msgid "Unfortunately, we do not have a working {{info_request_law_used_full}}\\naddress for" +msgstr "" +"Nažalost, ne posjedujemo ispravnu {{info_request_law_used_full}}\n" +"adresu za" + +msgid "Unknown" +msgstr "Nepoznat" + +msgid "Unsubscribe" +msgstr "" + +msgid "Unusual response." +msgstr "Neobičan odgovor." + +msgid "Update the status of this request" +msgstr "Ažurirajte status ovog zahtjeva" + +msgid "Update the status of your request to " +msgstr "Ažurirajte status Vašeg zahtjeva" + +msgid "Upload FOI response" +msgstr "" + +msgid "Use OR (in capital letters) where you don't mind which word, e.g. <strong><code>commons OR lords</code></strong>" +msgstr "" + +msgid "Use quotes when you want to find an exact phrase, e.g. <strong><code>\"Liverpool City Council\"</code></strong>" +msgstr "Koristite navodnike kada želite naći tačne fraze, npr. <strong><code>\"Liverpool City Council\"</code></strong>" + +msgid "User" +msgstr "" + +msgid "User info request sent alert" +msgstr "" + +msgid "User – {{name}}" +msgstr "" + +msgid "UserInfoRequestSentAlert|Alert type" +msgstr "" + +msgid "User|About me" +msgstr "Korisnik|O meni" + +msgid "User|Address" +msgstr "" + +msgid "User|Admin level" +msgstr "Korisnik|Administratorski nivo" + +msgid "User|Ban text" +msgstr "Korisnik|tekst isključenja" + +msgid "User|Dob" +msgstr "" + +msgid "User|Email" +msgstr "Korisnik|E-mail" + +msgid "User|Email bounce message" +msgstr "" + +msgid "User|Email bounced at" +msgstr "" + +msgid "User|Email confirmed" +msgstr "Korisnik | E-mail potvrđen" + +msgid "User|Hashed password" +msgstr "Korisnik|Hashed password" + +msgid "User|Last daily track email" +msgstr "Korisnik|Last daily track email" + +msgid "User|Locale" +msgstr "" + +msgid "User|Name" +msgstr "Korisnik|Ime" + +msgid "User|No limit" +msgstr "" + +msgid "User|Receive email alerts" +msgstr "" + +msgid "User|Salt" +msgstr "Korisnik|Salt" + +msgid "User|Url name" +msgstr "Korisnik|Url ime" + +msgid "Version {{version}}" +msgstr "" + +msgid "View FOI email address" +msgstr "Vidjeti adresu za Zahtjeve za slobodan pristup informacijama." + +msgid "View FOI email address for '{{public_body_name}}'" +msgstr "Vidjeti ZOSPI e-mail za '{{public_body_name}}'" + +msgid "View FOI email address for {{public_body_name}}" +msgstr "Pogledati ZOSPI e-mail adrese za {{public_body_name}}" + +msgid "View Freedom of Information requests made by {{user_name}}:" +msgstr "Pegledati Zahjeve za slobodan pristup informacijama napravljene od strane {{user_name}}:" + +msgid "View and search requests" +msgstr "Pregledaj i pretraži zahtjeve" + +msgid "View authorities" +msgstr "Vidjeti ustanove" + +msgid "View email" +msgstr "Pogledati e-mail" + +msgid "View requests" +msgstr "Vidjeti zahtjeve" + +msgid "Waiting clarification." +msgstr "Čekamo na objašnjenje." + +msgid "Waiting for an <strong>internal review</strong> by {{public_body_link}} of their handling of this request." +msgstr "" + +msgid "Waiting for the public authority to complete an internal review of their handling of the request" +msgstr "" + +msgid "Waiting for the public authority to reply" +msgstr "Čekamo na odgovor javne ustanove" + +msgid "Was the response you got to your FOI request any good?" +msgstr "Da li je odgovor koji ste dobili na Vaš Zahtjev o slobodnom pristupu informacijama bio od ikakve koristi?" + +msgid "We consider it is not a valid FOI request, and have therefore hidden it from other users." +msgstr "" + +msgid "We consider it to be vexatious, and have therefore hidden it from other users." +msgstr "" + +msgid "We do not have a working request email address for this authority." +msgstr "Ne posjedujemo ispravnu e-mail adresu za zahtjeve ove ustanove." + +msgid "We do not have a working {{law_used_full}} address for {{public_body_name}}." +msgstr "Nemamo ispravnu {{law_used_full}} adresu za {{public_body_name}}." + +msgid "We don't know whether the most recent response to this request contains\\n information or not\\n –\\n\tif you are {{user_link}} please <a href=\"{{url}}\">sign in</a> and let everyone know." +msgstr "" +"Ne znamo da li najnoviji odgovor na ovaj zahtjev sadrži\n" +" informacije ili ne\n" +" –\n" +"<span class=\"whitespace other\" title=\"Tab\">»</span>ako ste {{user_link}} molimo <a href=\"{{url}}\">prijavite se</a> i obavijestite sviju." + +msgid "We will not reveal your email address to anybody unless you or\\n the law tell us to (<a href=\"{{url}}\">details</a>). " +msgstr "" + +msgid "We will not reveal your email address to anybody unless you\\nor the law tell us to." +msgstr "" +"Nećemo prikazati Vašu e-mail adresu nikome sem ako nam Vi\n" +"ili zakon to budete zahtijevali." + +msgid "We will not reveal your email addresses to anybody unless you\\nor the law tell us to." +msgstr "" +"Nećemo prikazati Vašu e-mail adresu nikome sem ako nam Vi\n" +"ili zakon to budete zahtijevali." + +msgid "We're waiting for" +msgstr "Čekamo na vas" + +msgid "We're waiting for someone to read" +msgstr "Čekamo da neko pročita" + +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-mail na Vašu novu e-mail adresu. Morati ćete kliknuti na link u\n" +"njemu prije nego Vaša adresa bude izmjenjena." + +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-mail, trebate kliknuti na link u njemu prije nego što \n" +"nastavite." + +msgid "We've sent you an email, click the link in it, then you can change your password." +msgstr "Poslali smo Vam e-mail, kliknite na link u njemu, onda ćete moći promjeniti Vaš password." + +msgid "What are you doing?" +msgstr "Šta radite?" + +msgid "What best describes the status of this request now?" +msgstr "Šta najbolje opisuje status ovog zahtjeva sada?" + +msgid "What information has been released?" +msgstr "" + +msgid "What information has been requested?" +msgstr "" + +msgid "When you get there, please update the status to say if the response \\ncontains any useful information." +msgstr "" +"Kada dođete do toga, molimo ažurirajte status da nam kažete da li \n" +"je odgovor sadržavao korisne informacije." + +msgid "When you receive the paper response, please help\\n others find out what it says:" +msgstr "" +"Kada dobijete printanu kopiju, molimo pomozite\n" +" drugima da saznaju njen sadržaj:" + +msgid "When you're done, <strong>come back here</strong>, <a href=\"{{url}}\">reload this page</a> and file your new request." +msgstr "Kada završite, <strong>vratite se ovdje</strong>, <a href=\"{{url}}\">učitajte ponovo ovu stranicu</a> i spremite Vaš novi zahtjev." + +msgid "Which of these is happening?" +msgstr "Šta se od ovoga događa?" + +msgid "Who can I request information from?" +msgstr "Od koga mogu tražiti informacije?" + +msgid "Withdrawn by the requester." +msgstr "Povučeno od strane podnosioca zahtjeva." + +msgid "Wk" +msgstr "" + +msgid "Would you like to see a website like this in your country?" +msgstr "Da li biste htjeli vidjeti ovakvu web stranicu u Vašoj zemlji?" + +msgid "Write a reply" +msgstr "Napisati odgovor" + +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 slobodan pristup informacijama za " + +msgid "Write your request in <strong>simple, precise language</strong>." +msgstr "Pišite Vaš zahtjev <strong>jednostavnim, preciznim jezikom</strong>." + +msgid "You" +msgstr "Vi" + +msgid "You are already following new requests" +msgstr "" + +msgid "You are already following requests to {{public_body_name}}" +msgstr "" + +msgid "You are already following things matching this search" +msgstr "" + +msgid "You are already following this person" +msgstr "" + +msgid "You are already following this request" +msgstr "" + +msgid "You are already following updates about {{track_description}}" +msgstr "" + +msgid "You are currently receiving notification of new activity on your wall by email." +msgstr "" + +msgid "You are following all new successful responses" +msgstr "" + +msgid "You are no longer following {{track_description}}." +msgstr "" + +msgid "You are now <a href=\"{{wall_url_user}}\">following</a> updates about {{track_description}}" +msgstr "" + +msgid "You can <strong>complain</strong> by" +msgstr "Možete se <strong>žaliti</strong> tako što ćete" + +msgid "You can change the requests and users you are following on <a href=\"{{profile_url}}\">your profile page</a>." +msgstr "" + +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 "" + +msgid "You can only request information about the environment from this authority." +msgstr "Možete samo zahtijevati informacije o okolišu od ove ustanove." + +msgid "You have a new response to the {{law_used_full}} request " +msgstr "Imate novi odgovor na {{law_used_full}} zahtjev " + +msgid "You have found a bug. Please <a href=\"{{contact_url}}\">contact us</a> to tell us about the problem" +msgstr "Pronašli ste programsku grešku. Molimo <a href=\"{{contact_url}}\">kontaktirajte nas</a> da nam ukažete na problem" + +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 "" + +msgid "You have made no Freedom of Information requests using this site." +msgstr "Niste podnijeli nijedan Zahtjev za slobodan pristup informacijama koristeći ovu web stranicu. " + +msgid "You have now changed the text about you on your profile." +msgstr "Sada ste promijenili tekst o Vama na Vašem profilu." + +msgid "You have now changed your email address used on {{site_name}}" +msgstr "Sada ste promijenili Vašu e-mail adresu korištenu na {{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 "" +"Probali ste da se registrujete {{site_name}}, mada već\n" +"imate račun. Vaše ime i password su ostali\n" +"isti kao prije.\n" +"\n" +"Molimo kliknite na link ispod." + +msgid "You know what caused the error, and can <strong>suggest a solution</strong>, such as a working email address." +msgstr "Znate šta je uzrok greške i možete <strong>predložiti rješenje</strong>, poput ispravne e-mail adrese." + +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 "" + +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 web stranici, ili putem telefonskog poziva. Ako uspijete\n" +" da je nađete, onda molimo <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 web-stranici, ili ih pitati putem telefona. Ako ga uspijete\n" +"naći, tada molimo <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." + +msgid "You need to be logged in to change your profile photo." +msgstr "Morate biti prijavljeni ukoliko želite mjenjati sliku na Vašem profilu." + +msgid "You need to be logged in to clear your profile photo." +msgstr "Morate biti prijavljeni ukoliko želite izbrisati sliku na Vašem profilu." + +msgid "You need to be logged in to edit your profile." +msgstr "" + +msgid "You need to be logged in to report a request for administrator attention" +msgstr "" + +msgid "You previously submitted that exact follow up message for this request." +msgstr "Prethodno ste predali istu popratnu 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 "" + +msgid "You want to <strong>give your postal address</strong> to the authority in private." +msgstr "Želite da <strong>date vašu poštansku adresu</strong> isključivo ustanovi." + +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 "" + +msgid "You will no longer be emailed updates for those alerts" +msgstr "Više vam nećemo slati ažuriranja za ova upozorenja" + +msgid "You will now be emailed updates about {{track_description}}. <a href=\"{{change_email_alerts_url}}\">Prefer not to receive emails?</a>" +msgstr "" + +msgid "You will only get an answer to your request if you follow up\\nwith the clarification." +msgstr "" + +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 "" + +msgid "You're in. <a href=\"#\" id=\"send-request\">Continue sending your request</a>" +msgstr "" + +msgid "You're long overdue a response to your FOI request - " +msgstr "" + +msgid "You're not following anything." +msgstr "" + +msgid "You've now cleared your profile photo" +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. If you\\n are thinking of using a pseudonym, please\\n <a href=\"{{help_url}}\">read this first</a>." +msgstr "" + +msgid "Your annotations" +msgstr "Vaše napomene" + +msgid "Your details, including your email address, have not been given to anyone." +msgstr "" + +msgid "Your e-mail:" +msgstr "Vaš e-mail:" + +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 "" + +msgid "Your follow up message has been sent on its way." +msgstr "Vaša prateća poruka je na putu." + +msgid "Your internal review request has been sent on its way." +msgstr "Vaša urgencija je na putu." + +msgid "Your message has been sent. Thank you for getting in touch! We'll get back to you soon." +msgstr "Vaša poruka je poslana. Hvala na javljanju! Ubrzo ćemo odgovoriti." + +msgid "Your message to {{recipient_user_name}} has been sent" +msgstr "" + +msgid "Your message to {{recipient_user_name}} has been sent!" +msgstr "Vaša poruka za {{recipient_user_name}} je poslana!" + +msgid "Your message will appear in <strong>search engines</strong>" +msgstr "Vaša poruka će se pojaviti u <strong>pretraživačima</strong>" + +msgid "Your name and annotation will appear in <strong>search engines</strong>." +msgstr "Vaše ime i napomena ć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>)." + +msgid "Your name:" +msgstr "Vaše ime:" + +msgid "Your original message is attached." +msgstr "Vaša originalna poruka je pridružena." + +msgid "Your password has been changed." +msgstr "Vaš password je promijenjen." + +msgid "Your password:" +msgstr "Vaš password:" + +msgid "Your photo will be shown in public <strong>on the Internet</strong>,\\n wherever you do something on {{site_name}}." +msgstr "" + +msgid "Your request '{{request}}' at {{url}} has been reviewed by moderators." +msgstr "" + +msgid "Your request on {{site_name}} hidden" +msgstr "" + +msgid "Your request was called {{info_request}}. Letting everyone know whether you got the information will help us keep tabs on" +msgstr "Naziv Vašeg zahtjeva je {{info_request}}. Obavijest o tome da li ste dobili odgovor će nam pomoći da bolje pratimo." + +msgid "Your request:" +msgstr "Vaš zahtjev:" + +msgid "Your response to an FOI request was not delivered" +msgstr "" + +msgid "Your response will <strong>appear on the Internet</strong>, <a href=\"{{url}}\">read why</a> and answers to other questions." +msgstr "Vaš odgovor će se <strong>pojaviti na Internetu</strong>, <a href=\"{{url}}\">pročitajte zašto</a> i odgovore na druga pitanja." + +msgid "Your thoughts on what the {{site_name}} <strong>administrators</strong> should do about the request." +msgstr "Vaše mišljenje o tome šta administratori {{site_name}} trebaju da rade po pitanju zahtjeva." + +msgid "Your {{count}} Freedom of Information request" +msgid_plural "Your {{count}} Freedom of Information requests" +msgstr[0] "" +msgstr[1] "" +msgstr[2] "" + +msgid "Your {{count}} annotation" +msgid_plural "Your {{count}} annotations" +msgstr[0] "" +msgstr[1] "" +msgstr[2] "" + +msgid "Your {{site_name}} email alert" +msgstr "Vaše {{site_name}} e-mail upozorenje" + +msgid "Yours faithfully," +msgstr "S poštovanjem," + +msgid "Yours sincerely," +msgstr "S poštovanjem," + +msgid "Yours," +msgstr "" + +msgid "[FOI #{{request}} email]" +msgstr "" + +msgid "[{{public_body}} request email]" +msgstr "" + +msgid "[{{site_name}} contact email]" +msgstr "" + +msgid "\\n\\n[ {{site_name}} note: The above text was badly encoded, and has had strange characters removed. ]" +msgstr "" + +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" +"<span class=\"whitespace other\" title=\"Tab\">»</span><span class=\"whitespace other\" title=\"Tab\">»</span><span class=\"whitespace other\" title=\"Tab\">»</span>npr." + +msgid "admin" +msgstr "administrator" + +msgid "alaveteli_foi:The software that runs {{site_name}}" +msgstr "" + +msgid "all requests" +msgstr "svi zahtjevi" + +msgid "also called {{public_body_short_name}}" +msgstr "takođe poznat/a kao {{public_body_short_name}}" + +msgid "an anonymous user" +msgstr "" + +msgid "and" +msgstr "i" + +msgid "and update the status accordingly. Perhaps <strong>you</strong> might like to help out by doing that?" +msgstr "i ažurirajte status po tome. Možda <strong>biste</strong> htjeli pomoći radeći to?" + +msgid "and update the status." +msgstr "i ažurirajte status." + +msgid "and we'll suggest <strong>what to do next</strong>" +msgstr "i mi ćemo predložiti <strong>šta raditi dalje</strong>" + +msgid "any <a href=\"/list\">new requests</a>" +msgstr "svi <a href=\"/list\">novi zahtjevi</a>" + +msgid "any <a href=\"/list/successful\">successful requests</a>" +msgstr "svi <a href=\"/list/successful\">uspješni zahtjevi</a>" + +msgid "anything" +msgstr "bilo šta" + +msgid "are long overdue." +msgstr "kasne" + +msgid "at" +msgstr "" + +msgid "authorities" +msgstr "ustanove" + +msgid "awaiting a response" +msgstr "" + +msgid "beginning with ‘{{first_letter}}’" +msgstr "" + +msgid "between two dates" +msgstr "između dva datuma" + +msgid "but followupable" +msgstr "" + +msgid "by" +msgstr "od strane" + +msgid "by <strong>{{date}}</strong>" +msgstr "od strane <strong>{{date}}</strong>" + +msgid "by {{public_body_name}} to {{info_request_user}} on {{date}}." +msgstr "od strane {{public_body_name}} za {{info_request_user}} na datum {{date}}." + +msgid "by {{user_link_absolute}}" +msgstr "od strane {{user_link_absolute}}" + +msgid "comments" +msgstr "komentari" + +msgid "containing your postal address, and asking them to reply to this request.\\n Or you could phone them." +msgstr "" +"sa Vašom poštanskom adresom, tražite da odgovore na ovaj zahtjev.\n" +" Ili ih možete kontaktirati putem telefona." + +msgid "details" +msgstr "detalji" + +msgid "display_status only works for incoming and outgoing messages right now" +msgstr "" + +msgid "during term time" +msgstr "" + +msgid "edit text about you" +msgstr "uredite tekst o Vama" + +msgid "even during holidays" +msgstr "i za vrijeme praznika" + +msgid "everything" +msgstr "sve" + +msgid "external" +msgstr "" + +msgid "has reported an" +msgstr "je prijavio/la" + +msgid "have delayed." +msgstr "je odgodio/la" + +msgid "hide quoted sections" +msgstr "" + +msgid "in term time" +msgstr "" + +msgid "in the category ‘{{category_name}}’" +msgstr "" + +msgid "internal error" +msgstr "interna greška" + +msgid "internal reviews" +msgstr "urgencije" + +msgid "is <strong>waiting for your clarification</strong>." +msgstr "<strong>čeka na Vaše objašnjenje</strong>." + +msgid "just to see how it works" +msgstr "samo da vidite kako radi" + +msgid "left an annotation" +msgstr "ostavio napomenu" + +msgid "made." +msgstr "" + +msgid "matching the tag ‘{{tag_name}}’" +msgstr "" + +msgid "messages from authorities" +msgstr "poruke od ustanova" + +msgid "messages from users" +msgstr "poruke od korisnika" + +msgid "move..." +msgstr "" + +msgid "no later than" +msgstr "ne kasnije od" + +msgid "no longer exists. If you are trying to make\\n 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 "normally" +msgstr "" + +msgid "not requestable due to: {{reason}}" +msgstr "" + +msgid "please sign in as " +msgstr "molimo prijavite se kao " + +msgid "requesting an internal review" +msgstr "zahtjeva urgenciju" + +msgid "requests" +msgstr "zahtjevi" + +msgid "requests which are {{list_of_statuses}}" +msgstr "zahtjevi koji su {{list_of_statuses}}" + +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 "" + +msgid "send a follow up message" +msgstr "pošaljite prateću poruku" + +msgid "sent to {{public_body_name}} by {{info_request_user}} on {{date}}." +msgstr "poslano za {{public_body_name}} od strane {{info_request_user}} na datum {{date}}." + +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 "" + +msgid "show quoted sections" +msgstr "" + +msgid "sign in" +msgstr "prijavite se" + +msgid "simple_date_format" +msgstr "" + +msgid "successful" +msgstr "uspješni" + +msgid "successful requests" +msgstr "uspješni zahtjevi" + +msgid "that you made to" +msgstr "" + +msgid "the main FOI contact address for {{public_body}}" +msgstr "glavne kontakt adrese za Zahtjeve o slobodnom pristupu informacijama za {{public_body}}" + +#. This phrase completes the following sentences: +#. Request an internal review from... +#. Send a public follow up message to... +#. Send a public reply to... +#. Don't want to address your message to... ? +msgid "the main FOI contact at {{public_body}}" +msgstr "glavni kontakt za Zahtjeve o slobodnom pristupu informacijama u ustanovi {{public_body}}" + +msgid "the requester" +msgstr "" + +msgid "the {{site_name}} team" +msgstr "{{site_name}} tim" + +msgid "to read" +msgstr "za čitati" + +msgid "to send a follow up message." +msgstr "poslati prateću poruku." + +msgid "to {{public_body}}" +msgstr "za {{public_body}}" + +msgid "unexpected prominence on request event" +msgstr "" + +msgid "unknown reason " +msgstr "nepoznat razlog " + +msgid "unknown status " +msgstr "nepoznat status " + +msgid "unresolved requests" +msgstr "neriješeni zahtjevi" + +msgid "unsubscribe" +msgstr "prekinuti pretplatu" + +msgid "unsubscribe all" +msgstr "prekinuti pretplatu na sve" + +msgid "unsuccessful" +msgstr "neuspješni" + +msgid "unsuccessful requests" +msgstr "neuspješni zahtjevi" + +msgid "useful information." +msgstr "korisna informacija" + +msgid "users" +msgstr "korisnici" + +msgid "what's that?" +msgstr "šta je to?" + +msgid "{{count}} FOI requests found" +msgstr "{{count}} Zahtjeva za slobodan pristup informacijama pronađeno" + +msgid "{{count}} Freedom of Information request to {{public_body_name}}" +msgid_plural "{{count}} Freedom of Information requests to {{public_body_name}}" +msgstr[0] "{{count}} Freedom of Information requests to {{public_body_name}}" +msgstr[1] "{{count}} Freedom of Information requests to {{public_body_name}}" +msgstr[2] "{{count}} Freedom of Information requests to {{public_body_name}}" + +msgid "{{count}} person is following this authority" +msgid_plural "{{count}} people are following this authority" +msgstr[0] "" +msgstr[1] "" +msgstr[2] "" + +msgid "{{count}} request" +msgid_plural "{{count}} requests" +msgstr[0] "" +msgstr[1] "" +msgstr[2] "" + +msgid "{{count}} request made." +msgid_plural "{{count}} requests made." +msgstr[0] "" +msgstr[1] "" +msgstr[2] "" + +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 "" + +msgid "{{info_request_user_name}} only:" +msgstr "{{info_request_user_name}} samo:" + +msgid "{{law_used_full}} request - {{title}}" +msgstr "" + +msgid "{{law_used_full}} request GQ - {{title}}" +msgstr "" + +msgid "{{law_used}} requests at {{public_body}}" +msgstr "" + +msgid "{{length_of_time}} ago" +msgstr "prije {{length_of_time}}" + +msgid "{{list_of_things}} matching text '{{search_query}}'" +msgstr "" + +msgid "{{number_of_comments}} comments" +msgstr "{{number_of_comments}} komentara" + +msgid "{{public_body_link}} answered a request about" +msgstr "" + +msgid "{{public_body_link}} was sent a request about" +msgstr "" + +msgid "{{public_body_name}} only:" +msgstr "{{public_body_name}} samo:" + +msgid "{{public_body}} has asked you to explain part of your {{law_used}} request." +msgstr "" + +msgid "{{public_body}} sent a response to {{user_name}}" +msgstr "{{public_body}} je poslao/la poruku za {{user_name}}" + +msgid "{{reason}}, please sign in or make a new account." +msgstr "" + +msgid "{{search_results}} matching '{{query}}'" +msgstr "" + +msgid "{{site_name}} blog and tweets" +msgstr "{{site_name}} blogovi i tweet-ovi" + +msgid "{{site_name}} covers requests to {{number_of_authorities}} authorities, including:" +msgstr "" + +msgid "{{site_name}} sends new requests to <strong>{{request_email}}</strong> for this authority." +msgstr "{{site_name}} šalje nove zahtjeve <strong>{{request_email}}</strong> za ovu javnu ustanovu." + +msgid "{{site_name}} users have made {{number_of_requests}} requests, including:" +msgstr "korisnici {{site_name}} su podnijeli {{number_of_requests}} zahtjeva, uključujući:" + +msgid "{{thing_changed}} was changed from <code>{{from_value}}</code> to <code>{{to_value}}</code>" +msgstr "" + +msgid "{{title}} - a Freedom of Information request to {{public_body}}" +msgstr "" + +msgid "{{user_name}} (Account suspended)" +msgstr "" + +msgid "{{user_name}} - Freedom of Information requests" +msgstr "" + +msgid "{{user_name}} - user profile" +msgstr "" + +msgid "{{user_name}} added an annotation" +msgstr "{{user_name}} je dodao napomenu" + +msgid "{{user_name}} has annotated your {{law_used_short}} \\nrequest. Follow this link to see what they wrote." +msgstr "" +"{{user_name}} su komentarisali Vaš {{law_used_short}} \n" +"zahtjev. Pratite ovaj link da vidite šta su napisali." + +msgid "{{user_name}} has used {{site_name}} to send you the message below." +msgstr "{{user_name}} je koristio {{site_name}} da Vam pošalje poruku ispod." + +msgid "{{user_name}} sent a follow up message to {{public_body}}" +msgstr "" + +msgid "{{user_name}} sent a request to {{public_body}}" +msgstr "{{user_name}} je poslao zahtjev za {{public_body}}" + +msgid "{{username}} left an annotation:" +msgstr "{{username}} je ostavio napomenu:" + +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}}) je podnio ovaj {{law_used_full}} zahtjev (<a href=\"{{request_admin_url}}\">admin</a>) za {{public_body_link}} (<a href=\"{{public_body_admin_url}}\">admin</a>)" + +msgid "{{user}} made this {{law_used_full}} request" +msgstr "{{user}} je podnio/la ovaj {{law_used_full}} zahtjev" diff --git a/locale/hr_HR/app.po b/locale/hr_HR/app.po new file mode 100644 index 000000000..3fe2b1a3a --- /dev/null +++ b/locale/hr_HR/app.po @@ -0,0 +1,3425 @@ +# SOME DESCRIPTIVE TITLE. +# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER +# This file is distributed under the same license as the PACKAGE package. +# +# Translators: +# BojanOpacak <bojan@rationalinternational.net>, 2013 +# louisecrow <louise@mysociety.org>, 2013 +# louisecrow <louise@mysociety.org>, 2013 +msgid "" +msgstr "" +"Project-Id-Version: alaveteli\n" +"Report-Msgid-Bugs-To: http://github.com/sebbacon/alaveteli/issues\n" +"POT-Creation-Date: 2013-06-24 09:40-0700\n" +"PO-Revision-Date: 2013-06-26 13:19+0000\n" +"Last-Translator: BojanOpacak <bojan@rationalinternational.net>\n" +"Language-Team: Croatian (Croatia) (http://www.transifex.com/projects/p/alaveteli/language/hr_HR/)\n" +"Language: hr_HR\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=3; plural=n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2;\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 "" + +msgid " (<strong>no ranty</strong> politics, read our <a href=\"{{url}}\">moderation policy</a>)" +msgstr "" + +msgid " (<strong>patience</strong>, especially for large files, it may take a while!)" +msgstr "(<strong>strpljenje!</strong>, za veće datoteke može potrajati)" + +msgid " (you)" +msgstr "" + +msgid " - view and make Freedom of Information requests" +msgstr "" + +msgid " - wall" +msgstr "" + +msgid " <strong>Note:</strong>\\n We will send you an email. Follow the instructions in it to change\\n your password." +msgstr "" + +msgid " <strong>Privacy note:</strong> Your email address will be given to" +msgstr "<strong>Privatnost:</strong> Vaša e-mail adresa će biti poslana" + +msgid " <strong>Summarise</strong> the content of any information returned. " +msgstr "" + +msgid " Advise on how to <strong>best clarify</strong> the request." +msgstr "" + +msgid " Ideas on what <strong>other documents to request</strong> which the authority may hold. " +msgstr "" + +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 "" + +msgid " Include relevant links, such as to a campaign page, your blog or a\\n twitter account. They will be made clickable. \\n e.g." +msgstr "" + +msgid " Link to the information requested, if it is <strong>already available</strong> on the Internet. " +msgstr "" + +msgid " Offer better ways of <strong>wording the request</strong> to get the information. " +msgstr "" + +msgid " Say how you've <strong>used the information</strong>, with links if possible." +msgstr "" + +msgid " Suggest <strong>where else</strong> the requester might find the information. " +msgstr "" + +msgid " What are you investigating using Freedom of Information? " +msgstr "" + +msgid " You are already being emailed updates about the request." +msgstr "" + +msgid " You will also be emailed updates about the request." +msgstr "" + +msgid " made by " +msgstr "" + +msgid " or " +msgstr "" + +msgid " when you send this message." +msgstr "" + +msgid "\"Hello! We have an <a href=\\\"/help/alaveteli?country_name=#{CGI.escape(current_country)}\\\">important message</a> for visitors outside {{country_name}}\"" +msgstr "" + +msgid "'Crime statistics by ward level for Wales'" +msgstr "" + +msgid "'Pollution levels over time for the River Tyne'" +msgstr "" + +msgid "'{{link_to_authority}}', a public authority" +msgstr "" + +msgid "'{{link_to_request}}', a request" +msgstr "" + +msgid "'{{link_to_user}}', a person" +msgstr "" + +msgid "*unknown*" +msgstr "" + +msgid ",\\n\\n\\n\\nYours,\\n\\n{{user_name}}" +msgstr "" + +msgid "- or -" +msgstr "" + +msgid "1. Select an authority" +msgstr "" + +msgid "2. Ask for Information" +msgstr "" + +msgid "3. Now check your request" +msgstr "" + +msgid "<a href=\"{{browse_url}}\">Browse all</a> or <a href=\"{{add_url}}\">ask us to add one</a>." +msgstr "" + +msgid "<a href=\"{{url}}\">Add an annotation</a> (to help the requester or others)" +msgstr "" + +msgid "<a href=\"{{url}}\">Sign in</a> to change password, subscriptions and more ({{user_name}} only)" +msgstr "" + +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 "" + +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 "" + +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 "" + +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 "" + +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 "" + +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 "" + +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 "" + +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 "" + +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 "" + +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 "" + +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 "" + +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 "" + +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 "" + +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 "" + +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 "" + +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 "" + +msgid "<p>Your {{law_used_full}} request has been <strong>sent on its way</strong>!</p>\\n <p><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\\n replied by then.</p>\\n <p>If you write about this request (for example in a forum or a blog) please link to this page, and add an\\n annotation below telling people about your writing.</p>" +msgstr "" + +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 "" + +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 "" + +msgid "<strong> Can I request information about myself?</strong>\\n\t\t\t<a href=\"{{url}}\">No! (Click here for details)</a>" +msgstr "" + +msgid "<strong><code>commented_by:tony_bowden</code></strong> to search annotations made by Tony Bowden, typing the name as in the URL." +msgstr "" + +msgid "<strong><code>filetype:pdf</code></strong> to find all responses with PDF attachments. Or try these: <code>{{list_of_file_extensions}}</code>" +msgstr "" + +msgid "<strong><code>request:</code></strong> to restrict to a specific request, typing the title as in the URL." +msgstr "" + +msgid "<strong><code>requested_by:julian_todd</code></strong> to search requests made by Julian Todd, typing the name as in the URL." +msgstr "" + +msgid "<strong><code>requested_from:home_office</code></strong> to search requests from the Home Office, typing the name as in the URL." +msgstr "" + +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 "" + +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 "" + +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 "" + +msgid "<strong>Advice</strong> on how to get a response that will satisfy the requester. </li>" +msgstr "" + +msgid "<strong>All the information</strong> has been sent" +msgstr "" + +msgid "<strong>Anything else</strong>, such as clarifying, prompting, thanking" +msgstr "" + +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 "" + +msgid "<strong>Clarification</strong> has been requested" +msgstr "" + +msgid "<strong>No response</strong> has been received\\n <small>(maybe there's just an acknowledgement)</small>" +msgstr "" + +msgid "<strong>Note:</strong> Because we're testing, requests are being sent to {{email}} rather than to the actual authority." +msgstr "" + +msgid "<strong>Note:</strong> You're sending a message to yourself, presumably\\n to try out how it works." +msgstr "" + +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 "" + +msgid "<strong>Privacy note:</strong> If you want to request private information about\\n yourself then <a href=\"{{url}}\">click here</a>." +msgstr "" + +msgid "<strong>Privacy note:</strong> Your photo will be shown in public on the Internet,\\n wherever you do something on {{site_name}}." +msgstr "" + +msgid "<strong>Privacy warning:</strong> Your message, and any response\\n to it, will be displayed publicly on this website." +msgstr "" + +msgid "<strong>Some of the information</strong> has been sent " +msgstr "" + +msgid "<strong>Thank</strong> the public authority or " +msgstr "" + +msgid "<strong>did not have</strong> the information requested." +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 "" + +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 "" + +msgid "A <strong>summary</strong> of the response if you have received it by post. " +msgstr "" + +msgid "A Freedom of Information request" +msgstr "" + +msgid "A full history of my FOI request and all correspondence is available on the Internet at this address: {{url}}" +msgstr "" + +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 "" + +msgid "A public authority" +msgstr "" + +msgid "A response will be sent <strong>by post</strong>" +msgstr "" + +msgid "A strange reponse, required attention by the {{site_name}} team" +msgstr "" + +msgid "A vexatious request" +msgstr "" + +msgid "A {{site_name}} user" +msgstr "" + +msgid "About you:" +msgstr "" + +msgid "Act on what you've learnt" +msgstr "" + +msgid "Acts as xapian/acts as xapian job" +msgstr "" + +msgid "ActsAsXapian::ActsAsXapianJob|Action" +msgstr "" + +msgid "ActsAsXapian::ActsAsXapianJob|Model" +msgstr "" + +msgid "Add an annotation" +msgstr "" + +msgid "Add an annotation to your request with choice quotes, or\\n a <strong>summary of the response</strong>." +msgstr "" + +msgid "Added on {{date}}" +msgstr "" + +msgid "Admin level is not included in list" +msgstr "" + +msgid "Administration URL:" +msgstr "" + +msgid "Advanced search" +msgstr "" + +msgid "Advanced search tips" +msgstr "" + +msgid "Advise on whether the <strong>refusal is legal</strong>, and how to complain about it if not." +msgstr "" + +msgid "Air, water, soil, land, flora and fauna (including how these effect\\n human beings)" +msgstr "" + +msgid "All of the information requested has been received" +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 "" + +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 "" + +msgid "Also called {{other_name}}." +msgstr "" + +msgid "Also send me alerts by email" +msgstr "" + +msgid "Alter your subscription" +msgstr "" + +msgid "Although all responses are automatically published, we depend on\\nyou, the original requester, to evaluate them." +msgstr "" + +msgid "An <a href=\"{{request_url}}\">annotation</a> to <em>{{request_title}}</em> was made by {{event_comment_user}} on {{date}}" +msgstr "" + +msgid "An <strong>error message</strong> has been received" +msgstr "" + +msgid "An Environmental Information Regulations request" +msgstr "" + +msgid "An anonymous user" +msgstr "" + +msgid "Annotation added to request" +msgstr "" + +msgid "Annotations" +msgstr "" + +msgid "Annotations are so anyone, including you, can help the requester with their request. For example:" +msgstr "" + +msgid "Annotations will be posted publicly here, and are\\n <strong>not</strong> sent to {{public_body_name}}." +msgstr "" + +msgid "Anonymous user" +msgstr "" + +msgid "Anyone:" +msgstr "" + +msgid "Applies to" +msgstr "" + +msgid "Are we missing a public authority?" +msgstr "" + +msgid "Are you the owner of any commercial copyright on this page?" +msgstr "" + +msgid "Ask for <strong>specific</strong> documents or information, this site is not suitable for general enquiries." +msgstr "" + +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 "" + +msgid "Attachment (optional):" +msgstr "" + +msgid "Attachment:" +msgstr "" + +msgid "Awaiting classification." +msgstr "" + +msgid "Awaiting internal review." +msgstr "" + +msgid "Awaiting response." +msgstr "" + +msgid "Beginning with" +msgstr "" + +msgid "Browse <a href='{{url}}'>other requests</a> for examples of how to word your request." +msgstr "" + +msgid "Browse <a href='{{url}}'>other requests</a> to '{{public_body_name}}' for examples of how to word your request." +msgstr "" + +msgid "Browse all authorities..." +msgstr "" + +msgid "By law, under all circumstances, {{public_body_link}} should have responded by now" +msgstr "" + +msgid "By law, {{public_body_link}} should normally have responded <strong>promptly</strong> and" +msgstr "" + +msgid "Calculated home page" +msgstr "" + +msgid "Can't find the one you want?" +msgstr "" + +msgid "Cancel a {{site_name}} alert" +msgstr "" + +msgid "Cancel some {{site_name}} alerts" +msgstr "" + +msgid "Cancel, return to your profile page" +msgstr "" + +msgid "Censor rule" +msgstr "" + +msgid "CensorRule|Last edit comment" +msgstr "" + +msgid "CensorRule|Last edit editor" +msgstr "" + +msgid "CensorRule|Regexp" +msgstr "" + +msgid "CensorRule|Replacement" +msgstr "" + +msgid "CensorRule|Text" +msgstr "" + +msgid "Change email on {{site_name}}" +msgstr "" + +msgid "Change password on {{site_name}}" +msgstr "" + +msgid "Change profile photo" +msgstr "" + +msgid "Change the text about you on your profile at {{site_name}}" +msgstr "" + +msgid "Change your email" +msgstr "" + +msgid "Change your email address used on {{site_name}}" +msgstr "" + +msgid "Change your password" +msgstr "" + +msgid "Change your password on {{site_name}}" +msgstr "" + +msgid "Change your password {{site_name}}" +msgstr "" + +msgid "Charity registration" +msgstr "" + +msgid "Check for mistakes if you typed or copied the address." +msgstr "" + +msgid "Check you haven't included any <strong>personal information</strong>." +msgstr "" + +msgid "Choose your profile photo" +msgstr "" + +msgid "Clarification" +msgstr "" + +msgid "Clarify your FOI request - " +msgstr "" + +msgid "Classify an FOI response from " +msgstr "" + +msgid "Clear photo" +msgstr "" + +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 "" + +msgid "Click on the link below to send a message to {{public_body}} reminding them to reply to your request." +msgstr "" + +msgid "Close" +msgstr "" + +msgid "Comment" +msgstr "" + +msgid "Comment|Body" +msgstr "" + +msgid "Comment|Comment type" +msgstr "" + +msgid "Comment|Locale" +msgstr "" + +msgid "Comment|Visible" +msgstr "" + +msgid "Confirm you want to follow all successful FOI requests" +msgstr "" + +msgid "Confirm you want to follow new requests" +msgstr "" + +msgid "Confirm you want to follow new requests or responses matching your search" +msgstr "" + +msgid "Confirm you want to follow requests by '{{user_name}}'" +msgstr "" + +msgid "Confirm you want to follow requests to '{{public_body_name}}'" +msgstr "" + +msgid "Confirm you want to follow the request '{{request_title}}'" +msgstr "" + +msgid "Confirm your FOI request to " +msgstr "" + +msgid "Confirm your account on {{site_name}}" +msgstr "" + +msgid "Confirm your annotation to {{info_request_title}}" +msgstr "" + +msgid "Confirm your email address" +msgstr "" + +msgid "Confirm your new email address on {{site_name}}" +msgstr "" + +msgid "Considered by administrators as not an FOI request and hidden from site." +msgstr "" + +msgid "Considered by administrators as vexatious and hidden from site." +msgstr "" + +msgid "Contact {{recipient}}" +msgstr "" + +msgid "Contact {{site_name}}" +msgstr "" + +msgid "Could not identify the request from the email address" +msgstr "" + +msgid "Couldn't understand the image file that you uploaded. PNG, JPEG, GIF and many other common image file formats are supported." +msgstr "" + +msgid "Crop your profile photo" +msgstr "" + +msgid "Cultural sites and built structures (as they may be affected by the\\n environmental factors listed above)" +msgstr "" + +msgid "Currently <strong>waiting for a response</strong> from {{public_body_link}}, they must respond promptly and" +msgstr "" + +msgid "Date:" +msgstr "" + +msgid "Dear {{name}}," +msgstr "" + +msgid "Dear {{public_body_name}}," +msgstr "" + +msgid "Default locale" +msgstr "" + +msgid "Delayed response to your FOI request - " +msgstr "" + +msgid "Delayed." +msgstr "" + +msgid "Delivery error" +msgstr "" + +msgid "Destroy {{name}}" +msgstr "" + +msgid "Details of request '" +msgstr "" + +msgid "Did you mean: {{correction}}" +msgstr "" + +msgid "Disclaimer: This message and any reply that you make will be published on the internet. Our privacy and copyright policies:" +msgstr "" + +msgid "Disclosure log" +msgstr "" + +msgid "Disclosure log URL" +msgstr "" + +msgid "Don't want to address your message to {{person_or_body}}? You can also write to:" +msgstr "" + +msgid "Done" +msgstr "" + +msgid "Done >>" +msgstr "" + +msgid "Download a zip file of all correspondence" +msgstr "" + +msgid "Download original attachment" +msgstr "" + +msgid "EIR" +msgstr "" + +msgid "Edit" +msgstr "" + +msgid "Edit and add <strong>more details</strong> to the message above,\\n explaining why you are dissatisfied with their response." +msgstr "" + +msgid "Edit text about you" +msgstr "" + +msgid "Edit this request" +msgstr "" + +msgid "Either the email or password was not recognised, please try again." +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 "" + +msgid "Email doesn't look like a valid address" +msgstr "" + +msgid "Email me future updates to this request" +msgstr "" + +msgid "Enter words that you want to find separated by spaces, e.g. <strong>climbing lane</strong>" +msgstr "" + +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 "" + +msgid "Environmental Information Regulations" +msgstr "" + +msgid "Environmental Information Regulations requests made" +msgstr "" + +msgid "Environmental Information Regulations requests made using this site" +msgstr "" + +msgid "Event history" +msgstr "" + +msgid "Event history details" +msgstr "" + +msgid "Event {{id}}" +msgstr "" + +msgid "Everything that you enter on this page, including <strong>your name</strong>,\\n will be <strong>displayed publicly</strong> on\\n this website forever (<a href=\"{{url}}\">why?</a>)." +msgstr "" + +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 "" + +msgid "FOI" +msgstr "" + +msgid "FOI email address for {{public_body}}" +msgstr "" + +msgid "FOI request – {{title}}" +msgstr "" + +msgid "FOI requests" +msgstr "" + +msgid "FOI requests by '{{user_name}}'" +msgstr "" + +msgid "FOI requests {{start_count}} to {{end_count}} of {{total_count}}" +msgstr "" + +msgid "FOI response requires admin ({{reason}}) - {{title}}" +msgstr "" + +msgid "Failed to convert image to a PNG" +msgstr "" + +msgid "Failed to convert image to the correct size: at {{cols}}x{{rows}}, need {{width}}x{{height}}" +msgstr "" + +msgid "Filter" +msgstr "" + +msgid "First, did your other requests succeed?" +msgstr "" + +msgid "First, type in the <strong>name of the UK public authority</strong> you'd\\n like information from. <strong>By law, they have to respond</strong>\\n (<a href=\"{{url}}\">why?</a>)." +msgstr "" + +msgid "Foi attachment" +msgstr "" + +msgid "FoiAttachment|Charset" +msgstr "" + +msgid "FoiAttachment|Content type" +msgstr "" + +msgid "FoiAttachment|Display size" +msgstr "" + +msgid "FoiAttachment|Filename" +msgstr "" + +msgid "FoiAttachment|Hexdigest" +msgstr "" + +msgid "FoiAttachment|Url part number" +msgstr "" + +msgid "FoiAttachment|Within rfc822 subject" +msgstr "" + +msgid "Follow" +msgstr "" + +msgid "Follow all new requests" +msgstr "" + +msgid "Follow new successful responses" +msgstr "" + +msgid "Follow requests to {{public_body_name}}" +msgstr "" + +msgid "Follow these requests" +msgstr "" + +msgid "Follow things matching this search" +msgstr "" + +msgid "Follow this authority" +msgstr "" + +msgid "Follow this link to see the request:" +msgstr "" + +msgid "Follow this person" +msgstr "" + +msgid "Follow this request" +msgstr "" + +msgid "Follow up" +msgstr "" + +msgid "Follow up message sent by requester" +msgstr "" + +msgid "Follow up messages to existing requests are sent to " +msgstr "" + +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 "" + +msgid "Follow us on twitter" +msgstr "" + +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 "" + +msgid "For an unknown reason, it is not possible to make a request to this authority." +msgstr "" + +msgid "Forgotten your password?" +msgstr "" + +msgid "Found {{count}} public authority {{description}}" +msgid_plural "Found {{count}} public authorities {{description}}" +msgstr[0] "" +msgstr[1] "" +msgstr[2] "" + +msgid "Freedom of Information" +msgstr "" + +msgid "Freedom of Information Act" +msgstr "" + +msgid "Freedom of Information law does not apply to this authority, so you cannot make\\n a request to it." +msgstr "" + +msgid "Freedom of Information law no longer applies to" +msgstr "" + +msgid "Freedom of Information law no longer applies to this authority.Follow up messages to existing requests are sent to " +msgstr "" + +msgid "Freedom of Information requests made" +msgstr "" + +msgid "Freedom of Information requests made by this person" +msgstr "" + +msgid "Freedom of Information requests made by you" +msgstr "" + +msgid "Freedom of Information requests made using this site" +msgstr "" + +msgid "Freedom of information requests to" +msgstr "" + +msgid "From" +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 "" + +msgid "GIVE DETAILS ABOUT YOUR COMPLAINT HERE" +msgstr "" + +msgid "Handled by post." +msgstr "" + +msgid "Has tag string/has tag string tag" +msgstr "" + +msgid "HasTagString::HasTagStringTag|Model" +msgstr "" + +msgid "HasTagString::HasTagStringTag|Name" +msgstr "" + +msgid "HasTagString::HasTagStringTag|Value" +msgstr "" + +msgid "Hello! You can make Freedom of Information requests within {{country_name}} at {{link_to_website}}" +msgstr "" + +msgid "Hello, {{username}}!" +msgstr "" + +msgid "Help" +msgstr "" + +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 "" + +msgid "Here is the message you wrote, in case you would like to copy the text and save it for later." +msgstr "" + +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 "" + +msgid "Hide request" +msgstr "" + +msgid "Holiday" +msgstr "" + +msgid "Holiday|Day" +msgstr "" + +msgid "Holiday|Description" +msgstr "" + +msgid "Home" +msgstr "" + +msgid "Home page" +msgstr "" + +msgid "Home page of authority" +msgstr "" + +msgid "However, you have the right to request environmental\\n information under a different law" +msgstr "" + +msgid "Human health and safety" +msgstr "" + +msgid "I am asking for <strong>new information</strong>" +msgstr "" + +msgid "I am requesting an <strong>internal review</strong>" +msgstr "" + +msgid "I am writing to request an internal review of {{public_body_name}}'s handling of my FOI request '{{info_request_title}}'." +msgstr "" + +msgid "I don't like these ones — give me some more!" +msgstr "" + +msgid "I don't want to do any more tidying now!" +msgstr "" + +msgid "I like this request" +msgstr "" + +msgid "I would like to <strong>withdraw this request</strong>" +msgstr "" + +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 "" + +msgid "I'm waiting for an <strong>internal review</strong> response" +msgstr "" + +msgid "I've been asked to <strong>clarify</strong> my request" +msgstr "" + +msgid "I've received <strong>all the information" +msgstr "" + +msgid "I've received <strong>some of the information</strong>" +msgstr "" + +msgid "I've received an <strong>error message</strong>" +msgstr "" + +msgid "I've received an error message" +msgstr "" + +msgid "Id" +msgstr "" + +msgid "If the address is wrong, or you know a better address, please <a href=\"{{url}}\">contact us</a>." +msgstr "" + +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 "" + +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 "" + +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 "" + +msgid "If you are still having trouble, please <a href=\"{{url}}\">contact us</a>." +msgstr "" + +msgid "If you are the requester, then you may <a href=\"{{url}}\">sign in</a> to view the request." +msgstr "" + +msgid "If you are thinking of using a pseudonym,\\n please <a href=\"{{url}}\">read this first</a>." +msgstr "" + +msgid "If you are {{user_link}}, please" +msgstr "" + +msgid "If you believe this request is not suitable, you can report it for attention by the site administrators" +msgstr "" + +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 "" + +msgid "If you can, scan in or photograph the response, and <strong>send us\\n a copy to upload</strong>." +msgstr "" + +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 "" + +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 "" + +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 "" + +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 "" + +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 "" + +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 "" + +msgid "If you're new to {{site_name}}" +msgstr "" + +msgid "If you've used {{site_name}} before" +msgstr "" + +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 "" + +msgid "Incoming email address" +msgstr "" + +msgid "Incoming message" +msgstr "" + +msgid "IncomingMessage|Cached attachment text clipped" +msgstr "" + +msgid "IncomingMessage|Cached main body text folded" +msgstr "" + +msgid "IncomingMessage|Cached main body text unfolded" +msgstr "" + +msgid "IncomingMessage|Last parsed" +msgstr "" + +msgid "IncomingMessage|Mail from" +msgstr "" + +msgid "IncomingMessage|Mail from domain" +msgstr "" + +msgid "IncomingMessage|Sent at" +msgstr "" + +msgid "IncomingMessage|Subject" +msgstr "" + +msgid "IncomingMessage|Valid to reply to" +msgstr "" + +msgid "Individual requests" +msgstr "" + +msgid "Info request" +msgstr "" + +msgid "Info request event" +msgstr "" + +msgid "InfoRequestEvent|Calculated state" +msgstr "" + +msgid "InfoRequestEvent|Described state" +msgstr "" + +msgid "InfoRequestEvent|Event type" +msgstr "" + +msgid "InfoRequestEvent|Last described at" +msgstr "" + +msgid "InfoRequestEvent|Params yaml" +msgstr "" + +msgid "InfoRequestEvent|Prominence" +msgstr "" + +msgid "InfoRequest|Allow new responses from" +msgstr "" + +msgid "InfoRequest|Attention requested" +msgstr "" + +msgid "InfoRequest|Awaiting description" +msgstr "" + +msgid "InfoRequest|Comments allowed" +msgstr "" + +msgid "InfoRequest|Described state" +msgstr "" + +msgid "InfoRequest|External url" +msgstr "" + +msgid "InfoRequest|External user name" +msgstr "" + +msgid "InfoRequest|Handle rejected responses" +msgstr "" + +msgid "InfoRequest|Idhash" +msgstr "" + +msgid "InfoRequest|Law used" +msgstr "" + +msgid "InfoRequest|Prominence" +msgstr "" + +msgid "InfoRequest|Title" +msgstr "" + +msgid "InfoRequest|Url title" +msgstr "" + +msgid "Information not held." +msgstr "" + +msgid "Information on emissions and discharges (e.g. noise, energy,\\n radiation, waste materials)" +msgstr "" + +msgid "Internal review request" +msgstr "" + +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 "" + +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 "" + +msgid "Items matching the following conditions are currently displayed on your wall." +msgstr "" + +msgid "Items sent in last month" +msgstr "" + +msgid "Joined in" +msgstr "" + +msgid "Joined {{site_name}} in" +msgstr "" + +msgid "Just one more thing" +msgstr "" + +msgid "Keep it <strong>focused</strong>, you'll be more likely to get what you want (<a href=\"{{url}}\">why?</a>)." +msgstr "" + +msgid "Keywords" +msgstr "" + +msgid "Last authority viewed: " +msgstr "" + +msgid "Last request viewed: " +msgstr "" + +msgid "Let us know what you were doing when this message\\nappeared and your browser and operating system type and version." +msgstr "" + +msgid "Link to this" +msgstr "" + +msgid "List all" +msgstr "" + +msgid "List of all authorities (CSV)" +msgstr "" + +msgid "Listing FOI requests" +msgstr "" + +msgid "Listing public authorities" +msgstr "" + +msgid "Listing public authorities matching '{{query}}'" +msgstr "" + +msgid "Listing tracks" +msgstr "" + +msgid "Listing users" +msgstr "" + +msgid "Log in to download a zip file of {{info_request_title}}" +msgstr "" + +msgid "Log into the admin interface" +msgstr "" + +msgid "Long overdue." +msgstr "" + +msgid "Made between" +msgstr "" + +msgid "Mail server log" +msgstr "" + +msgid "Mail server log done" +msgstr "" + +msgid "MailServerLogDone|Filename" +msgstr "" + +msgid "MailServerLogDone|Last stat" +msgstr "" + +msgid "MailServerLog|Line" +msgstr "" + +msgid "MailServerLog|Order" +msgstr "" + +msgid "Make a new<br/>\\n <strong>Freedom <span>of</span><br/>\\n Information<br/>\\n request</strong>" +msgstr "Napravite novi <br/>\\n <strong>Sloboda><br/> informacije<br/>\\n zahtijevati</strong>" + +msgid "Make a request" +msgstr "" + +msgid "Make a request to this authority" +msgstr "" + +msgid "Make an {{law_used_short}} request to '{{public_body_name}}'" +msgstr "" + +msgid "Make and browse Freedom of Information (FOI) requests" +msgstr "" + +msgid "Make your own request" +msgstr "" + +msgid "Many requests" +msgstr "" + +msgid "Message" +msgstr "" + +msgid "Message sent using {{site_name}} contact form, " +msgstr "" + +msgid "Missing contact details for '" +msgstr "" + +msgid "More about this authority" +msgstr "" + +msgid "More requests..." +msgstr "" + +msgid "More similar requests" +msgstr "" + +msgid "More successful requests..." +msgstr "" + +msgid "My profile" +msgstr "" + +msgid "My request has been <strong>refused</strong>" +msgstr "" + +msgid "My requests" +msgstr "" + +msgid "My wall" +msgstr "" + +msgid "Name can't be blank" +msgstr "" + +msgid "Name is already taken" +msgstr "" + +msgid "New Freedom of Information requests" +msgstr "" + +msgid "New censor rule" +msgstr "" + +msgid "New e-mail:" +msgstr "" + +msgid "New email doesn't look like a valid address" +msgstr "" + +msgid "New password:" +msgstr "" + +msgid "New password: (again)" +msgstr "" + +msgid "New response to '{{title}}'" +msgstr "" + +msgid "New response to your FOI request - " +msgstr "" + +msgid "New response to your request" +msgstr "" + +msgid "New response to {{law_used_short}} request" +msgstr "" + +msgid "New updates for the request '{{request_title}}'" +msgstr "" + +msgid "Newest results first" +msgstr "" + +msgid "Next" +msgstr "" + +msgid "Next, crop your photo >>" +msgstr "" + +msgid "No requests of this sort yet." +msgstr "" + +msgid "No results found." +msgstr "" + +msgid "No similar requests found." +msgstr "" + +msgid "No tracked things found." +msgstr "" + +msgid "Nobody has made any Freedom of Information requests to {{public_body_name}} using this site yet." +msgstr "" + +msgid "None found." +msgstr "" + +msgid "None made." +msgstr "" + +msgid "Not a valid 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." +msgstr "" + +msgid "Now check your email!" +msgstr "" + +msgid "Now preview your annotation" +msgstr "" + +msgid "Now preview your follow up" +msgstr "" + +msgid "Now preview your message asking for an internal review" +msgstr "" + +msgid "OR remove the existing photo" +msgstr "" + +msgid "Offensive? Unsuitable?" +msgstr "" + +msgid "Oh no! Sorry to hear that your request was refused. Here is what to do now." +msgstr "" + +msgid "Old e-mail:" +msgstr "" + +msgid "Old email address isn't the same as the address of the account you are logged in with" +msgstr "" + +msgid "Old email doesn't look like a valid address" +msgstr "" + +msgid "On this page" +msgstr "" + +msgid "One FOI request found" +msgstr "" + +msgid "One person found" +msgstr "" + +msgid "One public authority found" +msgstr "" + +msgid "Only put in abbreviations which are really used, otherwise leave blank. Short or long name is used in the URL – don't worry about breaking URLs through renaming, as the history is used to redirect" +msgstr "" + +msgid "Only requests made using {{site_name}} are shown." +msgstr "" + +msgid "Only the authority can reply to this request, and I don't recognise the address this reply was sent from" +msgstr "" + +msgid "Only the authority can reply to this request, but there is no \"From\" address to check against" +msgstr "" + +msgid "Or search in their website for this information." +msgstr "" + +msgid "Original request sent" +msgstr "" + +msgid "Other:" +msgstr "" + +msgid "Outgoing message" +msgstr "" + +msgid "OutgoingMessage|Body" +msgstr "" + +msgid "OutgoingMessage|Last sent at" +msgstr "" + +msgid "OutgoingMessage|Message type" +msgstr "" + +msgid "OutgoingMessage|Status" +msgstr "" + +msgid "OutgoingMessage|What doing" +msgstr "" + +msgid "Partially successful." +msgstr "" + +msgid "Password is not correct" +msgstr "" + +msgid "Password:" +msgstr "" + +msgid "Password: (again)" +msgstr "" + +msgid "Paste this link into emails, tweets, and anywhere else:" +msgstr "" + +msgid "People" +msgstr "" + +msgid "People {{start_count}} to {{end_count}} of {{total_count}}" +msgstr "" + +msgid "Photo of you:" +msgstr "" + +msgid "Plans and administrative measures that affect these matters" +msgstr "" + +msgid "Play the request categorisation game" +msgstr "" + +msgid "Play the request categorisation game!" +msgstr "" + +msgid "Please" +msgstr "" + +msgid "Please <a href=\"{{url}}\">get in touch</a> with us so we can fix it." +msgstr "" + +msgid "Please <strong>answer the question above</strong> so we know whether the " +msgstr "" + +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 "" + +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 "" + +msgid "Please ask for environmental information only" +msgstr "" + +msgid "Please check the URL (i.e. the long code of letters and numbers) is copied\\ncorrectly from your email." +msgstr "" + +msgid "Please choose a file containing your photo." +msgstr "" + +msgid "Please choose a reason" +msgstr "" + +msgid "Please choose what sort of reply you are making." +msgstr "" + +msgid "Please choose whether or not you got some of the information that you wanted." +msgstr "" + +msgid "Please click on the link below to cancel or alter these emails." +msgstr "" + +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 "" + +msgid "Please click on the link below to confirm your email address." +msgstr "" + +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 "" + +msgid "Please don't upload offensive pictures. We will take down images\\n that we consider inappropriate." +msgstr "" + +msgid "Please enable \"cookies\" to carry on" +msgstr "" + +msgid "Please enter a password" +msgstr "" + +msgid "Please enter a subject" +msgstr "" + +msgid "Please enter a summary of your request" +msgstr "" + +msgid "Please enter a valid email address" +msgstr "" + +msgid "Please enter the message you want to send" +msgstr "" + +msgid "Please enter the same password twice" +msgstr "" + +msgid "Please enter your annotation" +msgstr "" + +msgid "Please enter your email address" +msgstr "" + +msgid "Please enter your follow up message" +msgstr "" + +msgid "Please enter your letter requesting information" +msgstr "" + +msgid "Please enter your name" +msgstr "" + +msgid "Please enter your name, not your email address, in the name field." +msgstr "" + +msgid "Please enter your new email address" +msgstr "" + +msgid "Please enter your old email address" +msgstr "" + +msgid "Please enter your password" +msgstr "" + +msgid "Please give details explaining why you want a review" +msgstr "" + +msgid "Please keep it shorter than 500 characters" +msgstr "" + +msgid "Please keep the summary short, like in the subject of an email. You can use a phrase, rather than a full sentence." +msgstr "" + +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 "" + +msgid "Please pass this on to the person who conducts Freedom of Information reviews." +msgstr "" + +msgid "Please select each of these requests in turn, and <strong>let everyone know</strong>\\nif they are successful yet or not." +msgstr "" + +msgid "Please sign at the bottom with your name, or alter the \"{{signoff}}\" signature" +msgstr "" + +msgid "Please sign in as " +msgstr "" + +msgid "Please sign in or make a new account." +msgstr "" + +msgid "Please type a message and/or choose a file containing your response." +msgstr "" + +msgid "Please use this email address for all replies to this request:" +msgstr "" + +msgid "Please write a summary with some text in it" +msgstr "" + +msgid "Please write the summary using a mixture of capital and lower case letters. This makes it easier for others to read." +msgstr "" + +msgid "Please write your annotation using a mixture of capital and lower case letters. This makes it easier for others to read." +msgstr "" + +msgid "Please write your follow up message containing the necessary clarifications below." +msgstr "" + +msgid "Please write your message using a mixture of capital and lower case letters. This makes it easier for others to read." +msgstr "" + +msgid "Point to <strong>related information</strong>, campaigns or forums which may be useful." +msgstr "" + +msgid "Possibly related requests:" +msgstr "" + +msgid "Post annotation" +msgstr "" + +msgid "Post redirect" +msgstr "" + +msgid "PostRedirect|Circumstance" +msgstr "" + +msgid "PostRedirect|Email token" +msgstr "" + +msgid "PostRedirect|Post params yaml" +msgstr "" + +msgid "PostRedirect|Reason params yaml" +msgstr "" + +msgid "PostRedirect|Token" +msgstr "" + +msgid "PostRedirect|Uri" +msgstr "" + +msgid "Posted on {{date}} by {{author}}" +msgstr "" + +msgid "Powered by <a href=\"http://www.alaveteli.org/\">Alaveteli</a>" +msgstr "" + +msgid "Prev" +msgstr "" + +msgid "Preview follow up to '" +msgstr "" + +msgid "Preview new annotation on '{{info_request_title}}'" +msgstr "" + +msgid "Preview your annotation" +msgstr "" + +msgid "Preview your message" +msgstr "" + +msgid "Preview your public request" +msgstr "" + +msgid "Profile photo" +msgstr "" + +msgid "ProfilePhoto|Data" +msgstr "" + +msgid "ProfilePhoto|Draft" +msgstr "" + +msgid "Public authorities" +msgstr "" + +msgid "Public authorities - {{description}}" +msgstr "" + +msgid "Public authorities {{start_count}} to {{end_count}} of {{total_count}}" +msgstr "" + +msgid "Public authority – {{name}}" +msgstr "" + +msgid "Public body" +msgstr "" + +msgid "Public notes" +msgstr "" + +msgid "Public page" +msgstr "" + +msgid "Public page not available" +msgstr "" + +msgid "PublicBody|Api key" +msgstr "" + +msgid "PublicBody|Disclosure log" +msgstr "" + +msgid "PublicBody|First letter" +msgstr "" + +msgid "PublicBody|Home page" +msgstr "" + +msgid "PublicBody|Info requests count" +msgstr "" + +msgid "PublicBody|Last edit comment" +msgstr "" + +msgid "PublicBody|Last edit editor" +msgstr "" + +msgid "PublicBody|Name" +msgstr "" + +msgid "PublicBody|Notes" +msgstr "" + +msgid "PublicBody|Publication scheme" +msgstr "" + +msgid "PublicBody|Request email" +msgstr "" + +msgid "PublicBody|Short name" +msgstr "" + +msgid "PublicBody|Url name" +msgstr "" + +msgid "PublicBody|Version" +msgstr "" + +msgid "Publication scheme" +msgstr "" + +msgid "Publication scheme URL" +msgstr "" + +msgid "Purge request" +msgstr "" + +msgid "PurgeRequest|Model" +msgstr "" + +msgid "PurgeRequest|Url" +msgstr "" + +msgid "RSS feed" +msgstr "" + +msgid "RSS feed of updates" +msgstr "" + +msgid "Re-edit this annotation" +msgstr "" + +msgid "Re-edit this message" +msgstr "" + +msgid "Read about <a href=\"{{advanced_search_url}}\">advanced search operators</a>, such as proximity and wildcards." +msgstr "" + +msgid "Read blog" +msgstr "" + +msgid "Received an error message, such as delivery failure." +msgstr "" + +msgid "Recently described results first" +msgstr "" + +msgid "Refused." +msgstr "" + +msgid "Remember me</label> (keeps you signed in longer;\\n do not use on a public computer) " +msgstr "" + +msgid "Report abuse" +msgstr "" + +msgid "Report an offensive or unsuitable request" +msgstr "" + +msgid "Report request" +msgstr "" + +msgid "Report this request" +msgstr "" + +msgid "Reported for administrator attention." +msgstr "" + +msgid "Request an internal review" +msgstr "" + +msgid "Request an internal review from {{person_or_body}}" +msgstr "" + +msgid "Request email" +msgstr "" + +msgid "Request has been removed" +msgstr "" + +msgid "Request sent to {{public_body_name}} by {{info_request_user}} on {{date}}." +msgstr "" + +msgid "Request to {{public_body_name}} by {{info_request_user}}. Annotated by {{event_comment_user}} on {{date}}." +msgstr "" + +msgid "Requested from {{public_body_name}} by {{info_request_user}} on {{date}}" +msgstr "" + +msgid "Requested on {{date}}" +msgstr "" + +msgid "Requests for personal information and vexatious requests are not considered valid for FOI purposes (<a href=\"/help/about\">read more</a>)." +msgstr "" + +msgid "Requests or responses matching your saved search" +msgstr "" + +msgid "Respond by email" +msgstr "" + +msgid "Respond to request" +msgstr "" + +msgid "Respond to the FOI request" +msgstr "" + +msgid "Respond using the web" +msgstr "" + +msgid "Response" +msgstr "" + +msgid "Response from a public authority" +msgstr "" + +msgid "Response to '{{title}}'" +msgstr "" + +msgid "Response to this request is <strong>delayed</strong>." +msgstr "" + +msgid "Response to this request is <strong>long overdue</strong>." +msgstr "" + +msgid "Response to your request" +msgstr "" + +msgid "Response:" +msgstr "" + +msgid "Restrict to" +msgstr "" + +msgid "Results page {{page_number}}" +msgstr "" + +msgid "Save" +msgstr "" + +msgid "Search" +msgstr "" + +msgid "Search Freedom of Information requests, public authorities and users" +msgstr "" + +msgid "Search contributions by this person" +msgstr "" + +msgid "Search for words in:" +msgstr "" + +msgid "Search in" +msgstr "" + +msgid "Search over<br/>\\n <strong>{{number_of_requests}} requests</strong> <span>and</span><br/>\\n <strong>{{number_of_authorities}} authorities</strong>" +msgstr "" + +msgid "Search queries" +msgstr "" + +msgid "Search results" +msgstr "" + +msgid "Search the site to find what you were looking for." +msgstr "" + +msgid "Search within the {{count}} Freedom of Information requests to {{public_body_name}}" +msgid_plural "Search within the {{count}} Freedom of Information requests made to {{public_body_name}}" +msgstr[0] "" +msgstr[1] "" +msgstr[2] "" + +msgid "Search your contributions" +msgstr "" + +msgid "See bounce message" +msgstr "" + +msgid "Select one to see more information about the authority." +msgstr "" + +msgid "Select the authority to write to" +msgstr "" + +msgid "Send a followup" +msgstr "" + +msgid "Send a message to " +msgstr "" + +msgid "Send a public follow up message to {{person_or_body}}" +msgstr "" + +msgid "Send a public reply to {{person_or_body}}" +msgstr "" + +msgid "Send follow up to '{{title}}'" +msgstr "" + +msgid "Send message" +msgstr "" + +msgid "Send message to " +msgstr "" + +msgid "Send request" +msgstr "" + +msgid "Set your profile photo" +msgstr "" + +msgid "Short name" +msgstr "" + +msgid "Short name is already taken" +msgstr "" + +msgid "Show most relevant results first" +msgstr "" + +msgid "Show only..." +msgstr "" + +msgid "Showing" +msgstr "" + +msgid "Sign in" +msgstr "" + +msgid "Sign in or make a new account" +msgstr "" + +msgid "Sign in or sign up" +msgstr "" + +msgid "Sign out" +msgstr "" + +msgid "Sign up" +msgstr "" + +msgid "Similar requests" +msgstr "" + +msgid "Simple search" +msgstr "" + +msgid "Some notes have been added to your FOI request - " +msgstr "" + +msgid "Some of the information requested has been received" +msgstr "" + +msgid "Some people who've made requests haven't let us know whether they were\\nsuccessful or not. We need <strong>your</strong> help –\\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 "" + +msgid "Somebody added a note to your FOI request - " +msgstr "" + +msgid "Someone has updated the status of your request" +msgstr "" + +msgid "Someone, perhaps you, just tried to change their email address on\\n{{site_name}} from {{old_email}} to {{new_email}}." +msgstr "" + +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 "" + +msgid "Sorry, but only {{user_name}} is allowed to do that." +msgstr "" + +msgid "Sorry, there was a problem processing this page" +msgstr "" + +msgid "Sorry, we couldn't find that page" +msgstr "" + +msgid "Special note for this authority!" +msgstr "" + +msgid "Start now »" +msgstr "" + +msgid "Start your own blog" +msgstr "" + +msgid "Stay up to date" +msgstr "" + +msgid "Still awaiting an <strong>internal review</strong>" +msgstr "" + +msgid "Subject" +msgstr "" + +msgid "Subject:" +msgstr "" + +msgid "Submit" +msgstr "" + +msgid "Submit status" +msgstr "" + +msgid "Submit status and send message" +msgstr "" + +msgid "Subscribe to blog" +msgstr "" + +msgid "Successful Freedom of Information requests" +msgstr "" + +msgid "Successful." +msgstr "" + +msgid "Suggest how the requester can find the <strong>rest of the information</strong>." +msgstr "" + +msgid "Summary:" +msgstr "" + +msgid "Table of statuses" +msgstr "" + +msgid "Table of varieties" +msgstr "" + +msgid "Tags" +msgstr "" + +msgid "Tags (separated by a space):" +msgstr "" + +msgid "Tags:" +msgstr "" + +msgid "Technical details" +msgstr "" + +msgid "Thank you for helping us keep the site tidy!" +msgstr "" + +msgid "Thank you for making an annotation!" +msgstr "" + +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 "" + +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 "" + +msgid "Thank you for updating this request!" +msgstr "" + +msgid "Thank you for updating your profile photo" +msgstr "" + +msgid "Thank you! We'll look into what happened and try and fix it up." +msgstr "" + +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 "" + +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 "" + +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 "" + +msgid "That doesn't look like a valid email address. Please check you have typed it correctly." +msgstr "" + +msgid "The <strong>review has finished</strong> and overall:" +msgstr "" + +msgid "The Freedom of Information Act <strong>does not apply</strong> to" +msgstr "" + +msgid "The accounts have been left as they previously were." +msgstr "" + +msgid "The authority do <strong>not have</strong> the information <small>(maybe they say who does)" +msgstr "" + +msgid "The authority only has a <strong>paper copy</strong> of the information." +msgstr "" + +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 "" + +msgid "The authority would like to / has <strong>responded by post</strong> to this request." +msgstr "" + +msgid "The email that you, on behalf of {{public_body}}, sent to\\n{{user}} to reply to an {{law_used_short}}\\nrequest has not been delivered." +msgstr "" + +msgid "The page doesn't exist. Things you can try now:" +msgstr "" + +msgid "The public authority does not have the information requested" +msgstr "" + +msgid "The public authority would like part of the request explained" +msgstr "" + +msgid "The public authority would like to / has responded by post" +msgstr "" + +msgid "The request has been <strong>refused</strong>" +msgstr "" + +msgid "The request has been updated since you originally loaded this page. Please check for any new incoming messages below, and try again." +msgstr "" + +msgid "The request is <strong>waiting for clarification</strong>." +msgstr "" + +msgid "The request was <strong>partially successful</strong>." +msgstr "" + +msgid "The request was <strong>refused</strong> by" +msgstr "" + +msgid "The request was <strong>successful</strong>." +msgstr "" + +msgid "The request was refused by the public authority" +msgstr "" + +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 "" + +msgid "The requester has abandoned this request for some reason" +msgstr "" + +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 "" + +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 "" + +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 "" + +msgid "The search index is currently offline, so we can't show the Freedom of Information requests this person has made." +msgstr "" + +msgid "The {{site_name}} team." +msgstr "" + +msgid "Then you can cancel the alert." +msgstr "" + +msgid "Then you can cancel the alerts." +msgstr "" + +msgid "Then you can change your email address used on {{site_name}}" +msgstr "" + +msgid "Then you can change your password on {{site_name}}" +msgstr "" + +msgid "Then you can classify the FOI response you have got from " +msgstr "" + +msgid "Then you can download a zip file of {{info_request_title}}." +msgstr "" + +msgid "Then you can log into the administrative interface" +msgstr "" + +msgid "Then you can play the request categorisation game." +msgstr "" + +msgid "Then you can report the request '{{title}}'" +msgstr "" + +msgid "Then you can send a message to " +msgstr "" + +msgid "Then you can sign in to {{site_name}}" +msgstr "" + +msgid "Then you can update the status of your request to " +msgstr "" + +msgid "Then you can upload an FOI response. " +msgstr "" + +msgid "Then you can write follow up message to " +msgstr "" + +msgid "Then you can write your reply to " +msgstr "" + +msgid "Then you will be following all new FOI requests." +msgstr "" + +msgid "Then you will be notified whenever '{{user_name}}' requests something or gets a response." +msgstr "" + +msgid "Then you will be notified whenever a new request or response matches your search." +msgstr "" + +msgid "Then you will be notified whenever an FOI request succeeds." +msgstr "" + +msgid "Then you will be notified whenever someone requests something or gets a response from '{{public_body_name}}'." +msgstr "" + +msgid "Then you will be updated whenever the request '{{request_title}}' is updated." +msgstr "" + +msgid "Then you'll be allowed to send FOI requests." +msgstr "" + +msgid "Then your FOI request to {{public_body_name}} will be sent." +msgstr "" + +msgid "Then your annotation to {{info_request_title}} will be posted." +msgstr "" + +msgid "There are {{count}} new annotations on your {{info_request}} request. Follow this link to see what they wrote." +msgstr "" + +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 "" + +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 "" + +msgid "There is {{count}} person following this request" +msgid_plural "There are {{count}} people following this request" +msgstr[0] "" +msgstr[1] "" +msgstr[2] "" + +msgid "There was a <strong>delivery error</strong> or similar, which needs fixing by the {{site_name}} team." +msgstr "" + +msgid "There was an error with the words you entered, please try again." +msgstr "" + +msgid "There were no requests matching your query." +msgstr "" + +msgid "There were no results matching your query." +msgstr "" + +msgid "They are going to reply <strong>by post</strong>" +msgstr "" + +msgid "They do <strong>not have</strong> the information <small>(maybe they say who does)</small>" +msgstr "" + +msgid "They have been given the following explanation:" +msgstr "" + +msgid "They have not replied to your {{law_used_short}} request {{title}} promptly, as normally required by law" +msgstr "" + +msgid "They have not replied to your {{law_used_short}} request {{title}}, \\nas required by law" +msgstr "" + +msgid "Things to do with this request" +msgstr "" + +msgid "Things you're following" +msgstr "" + +msgid "This authority no longer exists, so you cannot make a request to it." +msgstr "" + +msgid "This comment has been hidden. See annotations to\\n find out why. If you are the requester, then you may <a href=\"{{url}}\">sign in</a> to view the response." +msgstr "" + +msgid "This covers a very wide spectrum of information about the state of\\n the <strong>natural and built environment</strong>, such as:" +msgstr "" + +msgid "This external request has been hidden" +msgstr "" + +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 "" + +msgid "This is an HTML version of an attachment to the Freedom of Information request" +msgstr "" + +msgid "This is because {{title}} is an old request that has been\\nmarked to no longer receive responses." +msgstr "" + +msgid "This is the first version." +msgstr "" + +msgid "This is your own request, so you will be automatically emailed when new responses arrive." +msgstr "" + +msgid "This outgoing message has been hidden. See annotations to\\n\t\t\t\t\t\tfind out why. If you are the requester, then you may <a href=\"{{url}}\">sign in</a> to view the response." +msgstr "" + +msgid "This particular request is finished:" +msgstr "" + +msgid "This person has made no Freedom of Information requests using this site." +msgstr "" + +msgid "This person's annotations" +msgstr "" + +msgid "This person's {{count}} Freedom of Information request" +msgid_plural "This person's {{count}} Freedom of Information requests" +msgstr[0] "" +msgstr[1] "" +msgstr[2] "" + +msgid "This person's {{count}} annotation" +msgid_plural "This person's {{count}} annotations" +msgstr[0] "" +msgstr[1] "" +msgstr[2] "" + +msgid "This request <strong>requires administrator attention</strong>" +msgstr "" + +msgid "This request has already been reported for administrator attention" +msgstr "" + +msgid "This request has an <strong>unknown status</strong>." +msgstr "" + +msgid "This request has been <strong>hidden</strong> from the site, because an administrator considers it not to be an FOI request" +msgstr "" + +msgid "This request has been <strong>hidden</strong> from the site, because an administrator considers it vexatious" +msgstr "" + +msgid "This request has been <strong>reported</strong> as needing administrator attention (perhaps because it is vexatious, or a request for personal information)" +msgstr "" + +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 "" + +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 "" + +msgid "This request has been reported for administrator attention" +msgstr "" + +msgid "This request has been set by an administrator to \"allow new responses from nobody\"" +msgstr "" + +msgid "This request has had an unusual response, and <strong>requires attention</strong> from the {{site_name}} team." +msgstr "" + +msgid "This request has prominence 'hidden'. You can only see it because you are logged\\n in as a super user." +msgstr "" + +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 "" + +msgid "This request is still in progress:" +msgstr "" + +msgid "This request requires administrator attention" +msgstr "" + +msgid "This request was not made via {{site_name}}" +msgstr "" + +msgid "This response has been hidden. See annotations to find out why.\\n If you are the requester, then you may <a href=\"{{url}}\">sign in</a> to view the response." +msgstr "" + +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 "" + +msgid "This user has been banned from {{site_name}} " +msgstr "" + +msgid "This was not possible because there is already an account using \\nthe email address {{email}}." +msgstr "" + +msgid "To cancel these alerts" +msgstr "" + +msgid "To cancel this alert" +msgstr "" + +msgid "To carry on, you need to sign in or make an account. Unfortunately, there\\nwas a technical problem trying to do this." +msgstr "" + +msgid "To change your email address used on {{site_name}}" +msgstr "" + +msgid "To classify the response to this FOI request" +msgstr "" + +msgid "To do that please send a private email to " +msgstr "" + +msgid "To do this, first click on the link below." +msgstr "" + +msgid "To download the zip file" +msgstr "" + +msgid "To follow all successful requests" +msgstr "" + +msgid "To follow new requests" +msgstr "" + +msgid "To follow requests and responses matching your search" +msgstr "" + +msgid "To follow requests by '{{user_name}}'" +msgstr "" + +msgid "To follow requests made using {{site_name}} to the public authority '{{public_body_name}}'" +msgstr "" + +msgid "To follow the request '{{request_title}}'" +msgstr "" + +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 "" + +msgid "To let everyone know, follow this link and then select the appropriate box." +msgstr "" + +msgid "To log into the administrative interface" +msgstr "" + +msgid "To play the request categorisation game" +msgstr "" + +msgid "To post your annotation" +msgstr "" + +msgid "To reply to " +msgstr "" + +msgid "To report this request" +msgstr "" + +msgid "To send a follow up message to " +msgstr "" + +msgid "To send a message to " +msgstr "" + +msgid "To send your FOI request" +msgstr "" + +msgid "To update the status of this FOI request" +msgstr "" + +msgid "To upload a response, you must be logged in using an email address from " +msgstr "" + +msgid "To use the advanced search, combine phrases and labels as described in the search tips below." +msgstr "" + +msgid "To view the email address that we use to send FOI requests to {{public_body_name}}, please enter these words." +msgstr "" + +msgid "To view the response, click on the link below." +msgstr "" + +msgid "To {{public_body_link_absolute}}" +msgstr "" + +msgid "To:" +msgstr "" + +msgid "Today" +msgstr "" + +msgid "Too many requests" +msgstr "" + +msgid "Top search results:" +msgstr "" + +msgid "Track thing" +msgstr "" + +msgid "Track this person" +msgstr "" + +msgid "Track this search" +msgstr "" + +msgid "TrackThing|Track medium" +msgstr "" + +msgid "TrackThing|Track query" +msgstr "" + +msgid "TrackThing|Track type" +msgstr "" + +msgid "Turn off email alerts" +msgstr "" + +msgid "Tweet this request" +msgstr "" + +msgid "Type <strong><code>01/01/2008..14/01/2008</code></strong> to only show things that happened in the first two weeks of January." +msgstr "" + +msgid "URL name can't be blank" +msgstr "" + +msgid "Unable to change email address on {{site_name}}" +msgstr "" + +msgid "Unable to send a reply to {{username}}" +msgstr "" + +msgid "Unable to send follow up message to {{username}}" +msgstr "" + +msgid "Unexpected search result type" +msgstr "" + +msgid "Unexpected search result type " +msgstr "" + +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 "" + +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 "Update the status of this request" +msgstr "" + +msgid "Update the status of your request to " +msgstr "" + +msgid "Upload FOI response" +msgstr "" + +msgid "Use OR (in capital letters) where you don't mind which word, e.g. <strong><code>commons OR lords</code></strong>" +msgstr "" + +msgid "Use quotes when you want to find an exact phrase, e.g. <strong><code>\"Liverpool City Council\"</code></strong>" +msgstr "" + +msgid "User" +msgstr "" + +msgid "User info request sent alert" +msgstr "" + +msgid "User – {{name}}" +msgstr "" + +msgid "UserInfoRequestSentAlert|Alert type" +msgstr "" + +msgid "User|About me" +msgstr "" + +msgid "User|Address" +msgstr "" + +msgid "User|Admin level" +msgstr "" + +msgid "User|Ban text" +msgstr "" + +msgid "User|Dob" +msgstr "" + +msgid "User|Email" +msgstr "" + +msgid "User|Email bounce message" +msgstr "" + +msgid "User|Email bounced at" +msgstr "" + +msgid "User|Email confirmed" +msgstr "" + +msgid "User|Hashed password" +msgstr "" + +msgid "User|Last daily track email" +msgstr "" + +msgid "User|Locale" +msgstr "" + +msgid "User|Name" +msgstr "" + +msgid "User|No limit" +msgstr "" + +msgid "User|Receive email alerts" +msgstr "" + +msgid "User|Salt" +msgstr "" + +msgid "User|Url name" +msgstr "" + +msgid "Version {{version}}" +msgstr "" + +msgid "View FOI email address" +msgstr "" + +msgid "View FOI email address for '{{public_body_name}}'" +msgstr "" + +msgid "View FOI email address for {{public_body_name}}" +msgstr "" + +msgid "View Freedom of Information requests made by {{user_name}}:" +msgstr "" + +msgid "View and search requests" +msgstr "" + +msgid "View authorities" +msgstr "" + +msgid "View email" +msgstr "" + +msgid "View requests" +msgstr "" + +msgid "Waiting clarification." +msgstr "" + +msgid "Waiting for an <strong>internal review</strong> by {{public_body_link}} of their handling of this request." +msgstr "" + +msgid "Waiting for the public authority to complete an internal review of their handling of the request" +msgstr "" + +msgid "Waiting for the public authority to reply" +msgstr "" + +msgid "Was the response you got to your FOI request any good?" +msgstr "" + +msgid "We consider it is not a valid FOI request, and have therefore hidden it from other users." +msgstr "" + +msgid "We consider it to be vexatious, and have therefore hidden it from other users." +msgstr "" + +msgid "We do not have a working request email address for this authority." +msgstr "" + +msgid "We do not have a working {{law_used_full}} address for {{public_body_name}}." +msgstr "" + +msgid "We don't know whether the most recent response to this request contains\\n information or not\\n –\\n\tif you are {{user_link}} please <a href=\"{{url}}\">sign in</a> and let everyone know." +msgstr "" + +msgid "We will not reveal your email address to anybody unless you or\\n the law tell us to (<a href=\"{{url}}\">details</a>). " +msgstr "" + +msgid "We will not reveal your email address to anybody unless you\\nor the law tell us to." +msgstr "" + +msgid "We will not reveal your email addresses to anybody unless you\\nor the law tell us to." +msgstr "" + +msgid "We're waiting for" +msgstr "" + +msgid "We're waiting for someone to read" +msgstr "" + +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 "" + +msgid "We've sent you an email, and you'll need to click the link in it before you can\\ncontinue." +msgstr "" + +msgid "We've sent you an email, click the link in it, then you can change your password." +msgstr "" + +msgid "What are you doing?" +msgstr "" + +msgid "What best describes the status of this request now?" +msgstr "" + +msgid "What information has been released?" +msgstr "" + +msgid "What information has been requested?" +msgstr "" + +msgid "When you get there, please update the status to say if the response \\ncontains any useful information." +msgstr "" + +msgid "When you receive the paper response, please help\\n others find out what it says:" +msgstr "" + +msgid "When you're done, <strong>come back here</strong>, <a href=\"{{url}}\">reload this page</a> and file your new request." +msgstr "" + +msgid "Which of these is happening?" +msgstr "" + +msgid "Who can I request information from?" +msgstr "" + +msgid "Withdrawn by the requester." +msgstr "" + +msgid "Wk" +msgstr "" + +msgid "Would you like to see a website like this in your country?" +msgstr "" + +msgid "Write a reply" +msgstr "" + +msgid "Write a reply to " +msgstr "" + +msgid "Write your FOI follow up message to " +msgstr "" + +msgid "Write your request in <strong>simple, precise language</strong>." +msgstr "" + +msgid "You" +msgstr "" + +msgid "You are already following new requests" +msgstr "" + +msgid "You are already following requests to {{public_body_name}}" +msgstr "" + +msgid "You are already following things matching this search" +msgstr "" + +msgid "You are already following this person" +msgstr "" + +msgid "You are already following this request" +msgstr "" + +msgid "You are already following updates about {{track_description}}" +msgstr "" + +msgid "You are currently receiving notification of new activity on your wall by email." +msgstr "" + +msgid "You are following all new successful responses" +msgstr "" + +msgid "You are no longer following {{track_description}}." +msgstr "" + +msgid "You are now <a href=\"{{wall_url_user}}\">following</a> updates about {{track_description}}" +msgstr "" + +msgid "You can <strong>complain</strong> by" +msgstr "" + +msgid "You can change the requests and users you are following on <a href=\"{{profile_url}}\">your profile page</a>." +msgstr "" + +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 "" + +msgid "You can only request information about the environment from this authority." +msgstr "" + +msgid "You have a new response to the {{law_used_full}} request " +msgstr "" + +msgid "You have found a bug. Please <a href=\"{{contact_url}}\">contact us</a> to tell us about the problem" +msgstr "" + +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 "" + +msgid "You have made no Freedom of Information requests using this site." +msgstr "" + +msgid "You have now changed the text about you on your profile." +msgstr "" + +msgid "You have now changed your email address used on {{site_name}}" +msgstr "" + +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 "" + +msgid "You know what caused the error, and can <strong>suggest a solution</strong>, such as a working email address." +msgstr "" + +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 "" + +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 "" + +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 "" + +msgid "You need to be logged in to change the text about you on your profile." +msgstr "" + +msgid "You need to be logged in to change your profile photo." +msgstr "" + +msgid "You need to be logged in to clear your profile photo." +msgstr "" + +msgid "You need to be logged in to edit your profile." +msgstr "" + +msgid "You need to be logged in to report a request for administrator attention" +msgstr "" + +msgid "You previously submitted that exact follow up message for this request." +msgstr "" + +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 "" + +msgid "You want to <strong>give your postal address</strong> to the authority in private." +msgstr "" + +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 "" + +msgid "You will no longer be emailed updates for those alerts" +msgstr "" + +msgid "You will now be emailed updates about {{track_description}}. <a href=\"{{change_email_alerts_url}}\">Prefer not to receive emails?</a>" +msgstr "" + +msgid "You will only get an answer to your request if you follow up\\nwith the clarification." +msgstr "" + +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 "" + +msgid "You're in. <a href=\"#\" id=\"send-request\">Continue sending your request</a>" +msgstr "" + +msgid "You're long overdue a response to your FOI request - " +msgstr "" + +msgid "You're not following anything." +msgstr "" + +msgid "You've now cleared your profile photo" +msgstr "" + +msgid "Your <strong>name will appear publicly</strong>\\n (<a href=\"{{why_url}}\">why?</a>)\\n on this website and in search engines. If you\\n are thinking of using a pseudonym, please\\n <a href=\"{{help_url}}\">read this first</a>." +msgstr "" + +msgid "Your annotations" +msgstr "" + +msgid "Your details, including your email address, have not been given to anyone." +msgstr "" + +msgid "Your e-mail:" +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 "" + +msgid "Your follow up message has been sent on its way." +msgstr "" + +msgid "Your internal review request has been sent on its way." +msgstr "" + +msgid "Your message has been sent. Thank you for getting in touch! We'll get back to you soon." +msgstr "" + +msgid "Your message to {{recipient_user_name}} has been sent" +msgstr "" + +msgid "Your message to {{recipient_user_name}} has been sent!" +msgstr "" + +msgid "Your message will appear in <strong>search engines</strong>" +msgstr "" + +msgid "Your name and annotation will appear in <strong>search engines</strong>." +msgstr "" + +msgid "Your name, request and any responses will appear in <strong>search engines</strong>\\n (<a href=\"{{url}}\">details</a>)." +msgstr "" + +msgid "Your name:" +msgstr "" + +msgid "Your original message is attached." +msgstr "" + +msgid "Your password has been changed." +msgstr "" + +msgid "Your password:" +msgstr "" + +msgid "Your photo will be shown in public <strong>on the Internet</strong>,\\n wherever you do something on {{site_name}}." +msgstr "" + +msgid "Your request '{{request}}' at {{url}} has been reviewed by moderators." +msgstr "" + +msgid "Your request on {{site_name}} hidden" +msgstr "" + +msgid "Your request was called {{info_request}}. Letting everyone know whether you got the information will help us keep tabs on" +msgstr "" + +msgid "Your request:" +msgstr "" + +msgid "Your response to an FOI request was not delivered" +msgstr "" + +msgid "Your response will <strong>appear on the Internet</strong>, <a href=\"{{url}}\">read why</a> and answers to other questions." +msgstr "" + +msgid "Your thoughts on what the {{site_name}} <strong>administrators</strong> should do about the request." +msgstr "" + +msgid "Your {{count}} Freedom of Information request" +msgid_plural "Your {{count}} Freedom of Information requests" +msgstr[0] "" +msgstr[1] "" +msgstr[2] "" + +msgid "Your {{count}} annotation" +msgid_plural "Your {{count}} annotations" +msgstr[0] "" +msgstr[1] "" +msgstr[2] "" + +msgid "Your {{site_name}} email alert" +msgstr "" + +msgid "Yours faithfully," +msgstr "" + +msgid "Yours sincerely," +msgstr "" + +msgid "Yours," +msgstr "" + +msgid "[FOI #{{request}} email]" +msgstr "" + +msgid "[{{public_body}} request email]" +msgstr "" + +msgid "[{{site_name}} contact email]" +msgstr "" + +msgid "\\n\\n[ {{site_name}} note: The above text was badly encoded, and has had strange characters removed. ]" +msgstr "" + +msgid "a one line summary of the information you are requesting, \\n\t\t\te.g." +msgstr "" + +msgid "admin" +msgstr "" + +msgid "alaveteli_foi:The software that runs {{site_name}}" +msgstr "" + +msgid "all requests" +msgstr "" + +msgid "also called {{public_body_short_name}}" +msgstr "" + +msgid "an anonymous user" +msgstr "" + +msgid "and" +msgstr "" + +msgid "and update the status accordingly. Perhaps <strong>you</strong> might like to help out by doing that?" +msgstr "" + +msgid "and update the status." +msgstr "" + +msgid "and we'll suggest <strong>what to do next</strong>" +msgstr "" + +msgid "any <a href=\"/list\">new requests</a>" +msgstr "" + +msgid "any <a href=\"/list/successful\">successful requests</a>" +msgstr "" + +msgid "anything" +msgstr "" + +msgid "are long overdue." +msgstr "" + +msgid "at" +msgstr "" + +msgid "authorities" +msgstr "" + +msgid "awaiting a response" +msgstr "" + +msgid "beginning with ‘{{first_letter}}’" +msgstr "" + +msgid "between two dates" +msgstr "" + +msgid "but followupable" +msgstr "" + +msgid "by" +msgstr "" + +msgid "by <strong>{{date}}</strong>" +msgstr "" + +msgid "by {{public_body_name}} to {{info_request_user}} on {{date}}." +msgstr "" + +msgid "by {{user_link_absolute}}" +msgstr "" + +msgid "comments" +msgstr "" + +msgid "containing your postal address, and asking them to reply to this request.\\n Or you could phone them." +msgstr "" + +msgid "details" +msgstr "" + +msgid "display_status only works for incoming and outgoing messages right now" +msgstr "" + +msgid "during term time" +msgstr "" + +msgid "edit text about you" +msgstr "" + +msgid "even during holidays" +msgstr "" + +msgid "everything" +msgstr "" + +msgid "external" +msgstr "" + +msgid "has reported an" +msgstr "" + +msgid "have delayed." +msgstr "" + +msgid "hide quoted sections" +msgstr "" + +msgid "in term time" +msgstr "" + +msgid "in the category ‘{{category_name}}’" +msgstr "" + +msgid "internal error" +msgstr "" + +msgid "internal reviews" +msgstr "" + +msgid "is <strong>waiting for your clarification</strong>." +msgstr "" + +msgid "just to see how it works" +msgstr "" + +msgid "left an annotation" +msgstr "" + +msgid "made." +msgstr "" + +msgid "matching the tag ‘{{tag_name}}’" +msgstr "" + +msgid "messages from authorities" +msgstr "" + +msgid "messages from users" +msgstr "" + +msgid "move..." +msgstr "" + +msgid "no later than" +msgstr "" + +msgid "no longer exists. If you are trying to make\\n 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 "normally" +msgstr "" + +msgid "not requestable due to: {{reason}}" +msgstr "" + +msgid "please sign in as " +msgstr "" + +msgid "requesting an internal review" +msgstr "" + +msgid "requests" +msgstr "" + +msgid "requests which are {{list_of_statuses}}" +msgstr "" + +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 "" + +msgid "send a follow up message" +msgstr "" + +msgid "sent to {{public_body_name}} by {{info_request_user}} on {{date}}." +msgstr "" + +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 "" + +msgid "show quoted sections" +msgstr "" + +msgid "sign in" +msgstr "" + +msgid "simple_date_format" +msgstr "" + +msgid "successful" +msgstr "" + +msgid "successful requests" +msgstr "" + +msgid "that you made to" +msgstr "" + +msgid "the main FOI contact address for {{public_body}}" +msgstr "" + +#. This phrase completes the following sentences: +#. Request an internal review from... +#. Send a public follow up message to... +#. Send a public reply to... +#. Don't want to address your message to... ? +msgid "the main FOI contact at {{public_body}}" +msgstr "" + +msgid "the requester" +msgstr "" + +msgid "the {{site_name}} team" +msgstr "" + +msgid "to read" +msgstr "" + +msgid "to send a follow up message." +msgstr "" + +msgid "to {{public_body}}" +msgstr "" + +msgid "unexpected prominence on request event" +msgstr "" + +msgid "unknown reason " +msgstr "" + +msgid "unknown status " +msgstr "" + +msgid "unresolved requests" +msgstr "" + +msgid "unsubscribe" +msgstr "" + +msgid "unsubscribe all" +msgstr "" + +msgid "unsuccessful" +msgstr "" + +msgid "unsuccessful requests" +msgstr "" + +msgid "useful information." +msgstr "" + +msgid "users" +msgstr "" + +msgid "what's that?" +msgstr "" + +msgid "{{count}} FOI requests found" +msgstr "" + +msgid "{{count}} Freedom of Information request to {{public_body_name}}" +msgid_plural "{{count}} Freedom of Information requests to {{public_body_name}}" +msgstr[0] "" +msgstr[1] "" +msgstr[2] "" + +msgid "{{count}} person is following this authority" +msgid_plural "{{count}} people are following this authority" +msgstr[0] "" +msgstr[1] "" +msgstr[2] "" + +msgid "{{count}} request" +msgid_plural "{{count}} requests" +msgstr[0] "" +msgstr[1] "" +msgstr[2] "" + +msgid "{{count}} request made." +msgid_plural "{{count}} requests made." +msgstr[0] "" +msgstr[1] "" +msgstr[2] "" + +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 "" + +msgid "{{info_request_user_name}} only:" +msgstr "" + +msgid "{{law_used_full}} request - {{title}}" +msgstr "" + +msgid "{{law_used_full}} request GQ - {{title}}" +msgstr "" + +msgid "{{law_used}} requests at {{public_body}}" +msgstr "" + +msgid "{{length_of_time}} ago" +msgstr "" + +msgid "{{list_of_things}} matching text '{{search_query}}'" +msgstr "" + +msgid "{{number_of_comments}} comments" +msgstr "" + +msgid "{{public_body_link}} answered a request about" +msgstr "" + +msgid "{{public_body_link}} was sent a request about" +msgstr "" + +msgid "{{public_body_name}} only:" +msgstr "" + +msgid "{{public_body}} has asked you to explain part of your {{law_used}} request." +msgstr "" + +msgid "{{public_body}} sent a response to {{user_name}}" +msgstr "" + +msgid "{{reason}}, please sign in or make a new account." +msgstr "" + +msgid "{{search_results}} matching '{{query}}'" +msgstr "" + +msgid "{{site_name}} blog and tweets" +msgstr "" + +msgid "{{site_name}} covers requests to {{number_of_authorities}} authorities, including:" +msgstr "" + +msgid "{{site_name}} sends new requests to <strong>{{request_email}}</strong> for this authority." +msgstr "" + +msgid "{{site_name}} users have made {{number_of_requests}} requests, including:" +msgstr "" + +msgid "{{thing_changed}} was changed from <code>{{from_value}}</code> to <code>{{to_value}}</code>" +msgstr "" + +msgid "{{title}} - a Freedom of Information request to {{public_body}}" +msgstr "" + +msgid "{{user_name}} (Account suspended)" +msgstr "" + +msgid "{{user_name}} - Freedom of Information requests" +msgstr "" + +msgid "{{user_name}} - user profile" +msgstr "" + +msgid "{{user_name}} added an annotation" +msgstr "" + +msgid "{{user_name}} has annotated your {{law_used_short}} \\nrequest. Follow this link to see what they wrote." +msgstr "" + +msgid "{{user_name}} has used {{site_name}} to send you the message below." +msgstr "" + +msgid "{{user_name}} sent a follow up message to {{public_body}}" +msgstr "" + +msgid "{{user_name}} sent a request to {{public_body}}" +msgstr "" + +msgid "{{username}} left an annotation:" +msgstr "" + +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 "" + +msgid "{{user}} made this {{law_used_full}} request" +msgstr "" diff --git a/locale/hu_HU/app.po b/locale/hu_HU/app.po index ddb8f88e3..86574e9a4 100644 --- a/locale/hu_HU/app.po +++ b/locale/hu_HU/app.po @@ -3,15 +3,18 @@ # This file is distributed under the same license as the PACKAGE package. # # Translators: -# <alaveteli@atlatszo.hu>, 2012. +# alaveteli_hu <alaveteli@atlatszo.hu>, 2012 +# alaveteli_hu <alaveteli@atlatszo.hu>, 2012 +# Ebatta <orsibatta@gmail.com>, 2013 +# Ebatta <orsibatta@gmail.com>, 2013 msgid "" msgstr "" "Project-Id-Version: alaveteli\n" "Report-Msgid-Bugs-To: http://github.com/sebbacon/alaveteli/issues\n" -"POT-Creation-Date: 2013-03-14 14:02-0700\n" -"PO-Revision-Date: 2013-03-14 21:12+0000\n" +"POT-Creation-Date: 2013-06-24 09:40-0700\n" +"PO-Revision-Date: 2013-06-24 16:52+0000\n" "Last-Translator: louisecrow <louise@mysociety.org>\n" -"Language-Team: LANGUAGE <LL@li.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" "Content-Type: text/plain; charset=UTF-8\n" @@ -21,8 +24,8 @@ msgstr "" 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 "Ez a bemutatkozás megjelenik az ön {{site_name}} profiljában, így mások is láthatják, hogy ön milyen témakörrel foglalkozik. " -msgid " (<strong>no ranty</strong> politics, read our <a href=\"%s\">moderation policy</a>)" -msgstr "(<strong>NE</strong> politizáljon!!! Kérjük olvassa el <a href=\"%s\">moderálási alapelveinket</a>)!" +msgid " (<strong>no ranty</strong> politics, read our <a href=\"{{url}}\">moderation policy</a>)" +msgstr "(<strong>NE</strong> politizáljon!!! Kérjük olvassa el <a href=\"{{url}}\">moderálási alapelveinket</a>)!" msgid " (<strong>patience</strong>, especially for large files, it may take a while!)" msgstr "(<strong>Kérjük, legyen türelemmel</strong>, a művelet végrehajtása némi időt vesz igénybe - különösen nagy fájlok esetén.)" @@ -34,7 +37,7 @@ msgid " - view and make Freedom of Information requests" msgstr " - közérdekű adat igénylések megtekintése és benyújtása" msgid " - wall" -msgstr "" +msgstr " - fal" msgid " <strong>Note:</strong>\\n We will send you an email. Follow the instructions in it to change\\n your password." msgstr "" @@ -53,9 +56,9 @@ msgstr " Adjon tanácsot, hogy hogyan lehet <strong>pontosítani</strong> az ada msgid " Ideas on what <strong>other documents to request</strong> which the authority may hold. " msgstr " Ötletek arra vonatkozóan, hogy milyen <strong>egyéb dokumentumokat lehet igényelni</strong>, amelyekkel az adatgazda rendelkezhet. " -msgid " If you know the address to use, then please <a href=\"%s\">send it to us</a>.\\n You may be able to find the address on their website, or by phoning them up and asking." +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 "" -" Ha ismer használható címet, kérjük <a href=\"%s\">küldje el nekünk</a>.\n" +" Ha ismer használható címet, kérjük <a href=\"{{url}}\">küldje el nekünk</a>.\n" " A címet megtalálhatja az adatgazda weboldalán, illetve telefonon is érdeklődhet. " msgid " Include relevant links, such as to a campaign page, your blog or a\\n twitter account. They will be made clickable. \\n e.g." @@ -94,22 +97,7 @@ msgid " when you send this message." msgstr " részére, így a címzett megismerheti azt." msgid "\"Hello! We have an <a href=\\\"/help/alaveteli?country_name=#{CGI.escape(current_country)}\\\">important message</a> for visitors outside {{country_name}}\"" -msgstr "" - -msgid "%d Freedom of Information request to %s" -msgid_plural "%d Freedom of Information requests to %s" -msgstr[0] "%2$s az alábbi %1$ddb közérdekűadat-igénylést kapta eddig" -msgstr[1] "%2$s az alábbi %1$ddb közérdekűadat-igénylést kapta eddig" - -msgid "%d request" -msgid_plural "%d requests" -msgstr[0] "%d igénylés" -msgstr[1] "%d igénylés" - -msgid "%d request made." -msgid_plural "%d requests made." -msgstr[0] "%d igénylés készült" -msgstr[1] "%d igénylés készült" +msgstr "\"Üdvözöljük! <a href=\\\"/help/alaveteli?country_name=#{CGI.escape(current_country)}\\\">Fontos üzenet</a> nem {{country_name}}\" országból való látogatók számára" msgid "'Crime statistics by ward level for Wales'" msgstr "'A kiskereki oktatási intézmények 2010-es évi ételszállítási szerződései'." @@ -127,7 +115,7 @@ msgid "'{{link_to_user}}', a person" msgstr "'{{link_to_user}}', személy " msgid "*unknown*" -msgstr "" +msgstr "*ismeretlen*" msgid ",\\n\\n\\n\\nYours,\\n\\n{{user_name}}" msgstr "" @@ -151,40 +139,20 @@ msgstr "2. Az adatigénylés összeállítása" msgid "3. Now check your request" msgstr "3. Az adatigénylés ellenőrzése" -msgid "<a class=\"link_button_green\" href=\"{{url}}\">{{text}}</a>" -msgstr "<a class=\"link_button_green\" href=\"{{url}}\">{{text}}</a> " - -msgid "<a href=\"%s\">Add an annotation</a> (to help the requester or others)" -msgstr "<a href=\"%s\">Kommentálhatja az igénylést</a> - amivel segítségére lehet az igénylőnek, valamint a téma iránt érdelődőknek." +msgid "<a href=\"{{browse_url}}\">Browse all</a> or <a href=\"{{add_url}}\">ask us to add one</a>." +msgstr "<a href=\"{{browse_url}}\">Böngésszen az összes között</a> vagy <a href=\"{{add_url}}\">ha kéri, felvesszük a hiányzót</a>. " -msgid "<a href=\"%s\">Are we missing a public authority?</a>" -msgstr "" +msgid "<a href=\"{{url}}\">Add an annotation</a> (to help the requester or others)" +msgstr "<a href=\"{{url}}\">Kommentálhatja az igénylést</a> - amivel segítségére lehet az igénylőnek, valamint a téma iránt érdelődőknek." -msgid "<a href=\"%s\">Are you the owner of\\n any commercial copyright on this page?</a>" -msgstr "" -"<a href=\"%s\">Tulajdonosa az\n" -" oldalon található bármely kereskedelmi célú szerzői jognak?</a> " - -msgid "<a href=\"%s\">Browse all</a> or <a href=\"%s\">ask us to add one</a>." -msgstr "<a href=\"%s\">Böngésszen az összes között</a> vagy <a href=\"%s\">ha kéri, felvesszük a hiányzót</a>. " - -msgid "<a href=\"%s\">Can't find the one you want?</a>" -msgstr "<a href=\"%s\">Nem találja, amit keresett?</a> " - -msgid "<a href=\"%s\">Sign in</a> to change password, subscriptions and more ({{user_name}} only)" -msgstr "<a href=\"%s\">Jelentkezzen be</a> a jelszó módosításához, a feliratkozáshoz stb. (csak {{user_name}}) " - -msgid "<a href=\"%s\">details</a>" -msgstr "<a href=\"%s\">részletek</a> " - -msgid "<a href=\"%s\">what's that?</a>" -msgstr "<a href=\"%s\">mi ez?</a> " +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 "<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> " 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>Köszönjük! Néhány javaslat a következő lépést illetően:</p>\\n <ul>\\n <li>Ha igénylését egy másik adatgazdának is el szeretné küldeni, először másolja be alulra igénylésének szövegét, majd <a href=\"{{find_authority_url}}\">keresse ki a másik adatgazdát</a>.</li>\\n <li>Amennyiben meg kívánja támadni a közintézmény azon állítását, miszerint nem rendelkeznek a kért információval, itt ismerheti meg a\\n <a href=\"{{complain_url}}\">panasz benyújtásának menetét</a>.\\n </li>\\n <li>Van <a href=\"{{other_means_url}}\">javaslatunk</a>\\n arra vonatkozóan, hogy kérdésére hogyan lehetne választ kapni.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>Köszönjük! Reméljük, nem kell már sokáig várakoznia.</p> <p>A jogszabályi előírások szerint azonnal választ kellett volna kapnia, de legkésőbb <strong>{{date_response_required_by}}</strong>-ig.</p> " @@ -215,23 +183,29 @@ msgstr "" "<p>Javasoljuk, hogy módosítsa igénylését és távolítsa el az e-mail címet.\n" " Amennyiben benne hagyja, az adatgazda megkapja az e-mail címet, a weboldalon azonban nem fog szerepelni.</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 "" + 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>Örülünk, hogy megkapta az összes kért információt! Kérjük, készítsen feljegyzést az adatok felhasználásáról, és tegye azt közzé egy hozzászólásban! </p><p>Amennyiben a {{site_name}} weboldalt hasznosnak találta, <a href=\"{{donation_url}}\">adományával támogassa</a> az üzemeltető közhasznú szervezetet.</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>Örülünk, hogy megkapta a kért információk egy részét. Amennyiben a {{site_name}} weboldalt hasznosnak találta, <a href=\"{{donation_url}}\">adományával támogassa</a> a weboldalt üzemeltető jótékonysági szervezetet.</p><p>Amennyiben a hiányzó információkat is meg kívánja szerezni, a következőket kell tennie.</p> " -msgid "<p>You do not need to include your email in the request in order to get a reply (<a href=\"%s\">details</a>).</p>" -msgstr "<p>Az igénylésben nem kell feltüntetnie e-mail címét ahhoz, hogy választ kapjon (<a href=\"%s\">részletek</a>).</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 "" + +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 "<p>Az igénylésben nem kell feltüntetnie e-mail címét ahhoz, hogy választ kapjon (<a href=\"{{url}}\">részletek</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=\"%s\">details</a>).</p>" -msgstr "<p>Az igénylésben nem kell feltüntetnie e-mail címét ahhoz, hogy választ kapjon, mivel azt a következő képernyőn kell megadnia (<a href=\"%s\">részletek</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 "<p>Az igénylésben nem kell feltüntetnie e-mail címét ahhoz, hogy választ kapjon, mivel azt a következő képernyőn kell megadnia (<a href=\"{{url}}\">részletek</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>Igénylésében szerepel <strong>irányítószám</strong>. Amennyiben az nem kapcsolódik közvetlenül az igénylés tárgyához, kérjük, címének adatait távolítsa el, mivel az <strong>nyilvánosan is megjelenik az interneten</strong>.</p> " msgid "<p>Your {{law_used_full}} request has been <strong>sent on its way</strong>!</p>\\n <p><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\\n replied by then.</p>\\n <p>If you write about this request (for example in a forum or a blog) please link to this page, and add an\\n annotation below telling people about your writing.</p>" -msgstr "" +msgstr "<p>{{law_used_full}} igénylését <strong>elküldtük</strong>.</p>\\nA válasz érkeztéről <p><strong>e-mailben értesítjük önt</strong>. Ha az adatgazda {{late_number_of_days}} munkanap elteltével sem válaszol, a határidő lejártakor emlékeztetőt\\n küldünk önnek.</p>\\n <p>Amennyiben adatigénylését máshol is megemlíti (például: internetes fórumon vagy blogbejegyzésben), kérjük, helyezzen el ott egy erre a KiMitTud oldalra mutató hivatkozást.\\n Az ilyen megosztásokról tegyen itt is említést hozzászólás formájában.</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>A {{site_name}} jelenleg karbantartás alatt áll. Csak a meglevő igényléseket tudja megtekinteni. Nem vehet fel új igénylést, fejleményt, hozzászólást és egyéb módon sem módosíthatja az adatbázist.</p> <p>{{read_only}}</p> " @@ -242,13 +216,8 @@ msgstr "" "levélszemetet tartalmazó mappákat is. Előfordulhat, hogy üzeneteink ide kerülnek.</small>\n" "</p> " -msgid "<span id='follow_count'>%d</span> person is following this authority" -msgid_plural "<span id='follow_count'>%d</span> people are following this authority" -msgstr[0] "" -msgstr[1] "" - -msgid "<strong> Can I request information about myself?</strong>\\n\t\t\t<a href=\"%s\">No! (Click here for details)</a>" -msgstr "Saját magamról is kérhetek információt? <br><strong>Nem!</strong> (<a href=\"%s\">Itt olvashat arról, hogy miért nem</a>)" +msgid "<strong> Can I request information about myself?</strong>\\n\t\t\t<a href=\"{{url}}\">No! (Click here for details)</a>" +msgstr "Saját magamról is kérhetek információt? <br><strong>Nem!</strong> (<a href=\"{{url}}\">Itt olvashat arról, hogy miért nem</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:tony_bowden</code></strong> Kovács János hozzászólásainak kereséséhez a név beírásával az URL szerint." @@ -304,10 +273,10 @@ msgstr "" " <small>(előfordulhat, hogy csak visszaigazolás érkezett)</small> " msgid "<strong>Note:</strong> Because we're testing, requests are being sent to {{email}} rather than to the actual authority." -msgstr "" +msgstr "<strong>Megjegyzés:</strong> Mivel egyelőre a tesztelést végezzük, az igényléseket az adott adatgazda helyett a(z) {{email}} e-mail címre küldjük." msgid "<strong>Note:</strong> You're sending a message to yourself, presumably\\n to try out how it works." -msgstr "" +msgstr "<strong>Megjegyzés:</strong> Ezzel saját magának küldhet próbaüzenetet." 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 "" @@ -315,13 +284,13 @@ msgstr "" " E-mailt küldünk új e-mail címére. Kövesse az\n" " abban található utasításokat az e-mail cím módosításának megerősítéséhez!" -msgid "<strong>Privacy note:</strong> If you want to request private information about\\n yourself then <a href=\"%s\">click here</a>." +msgid "<strong>Privacy note:</strong> If you want to request private information about\\n yourself then <a href=\"{{url}}\">click here</a>." msgstr "" "<strong>Adatvédelmi nyilatkozat:</strong> Amennyiben önmagáról kíván személyes\n" -" jellegű információt igényelni, <a href=\"%s\">kattintson ide</a>. " +" jellegű információt igényelni, <a href=\"{{url}}\">kattintson ide</a>. " 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>Adatvédelmi nyilatkozat:</strong> Profilképe a {{site_name}} weboldalon\\n nyilvánosan megjelenik." msgid "<strong>Privacy warning:</strong> Your message, and any response\\n to it, will be displayed publicly on this website." msgstr "" @@ -338,10 +307,10 @@ msgid "<strong>did not have</strong> the information requested." msgstr "<strong>nem kapta meg</strong> a kért információt. " 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 "A(z) <em>{{request_title}}</em> adatigénylésre vonatkozóan {{info_request_user}} <a href=\"{{request_url}}\">emlékeztetőt</a> küldött a(z) {{public_body_name}} részére {{date}} napon." 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 "A(z) {{public_body_name}} <a href=\"{{request_url}}\">választ küldött</a> a(z) <em>{{request_title}}</em> adatigénylésre vonatkozóan {{info_request_user}} részére {{date}} napon. Az adatigénylés állapota: {{request_status}}." msgid "A <strong>summary</strong> of the response if you have received it by post. " msgstr "A válasz <strong>összefoglalása</strong>, amennyiben azt postán kapta meg. " @@ -349,9 +318,12 @@ msgstr "A válasz <strong>összefoglalása</strong>, amennyiben azt postán kapt msgid "A Freedom of Information request" msgstr "Közérdekűadat-igénylés " -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}}." +msgid "A full history of my FOI request and all correspondence is available on the Internet at this address: {{url}}" msgstr "" +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 "{{info_request_user}} új adatigénylést <em><a href=\"{{request_url}}\">{{request_title}}</a></em> küldött a(z) {{public_body_name}} részére {{date}} napon." + msgid "A public authority" msgstr "Egy adatgazda" @@ -362,7 +334,7 @@ msgid "A strange reponse, required attention by the {{site_name}} team" msgstr "Furcsa válasz, amelyre felfigyelt a {{site_name}} csapata " msgid "A vexatious request" -msgstr "" +msgstr "Zaklató jellegű igénylés" msgid "A {{site_name}} user" msgstr "{{site_name}} felhasználó " @@ -373,6 +345,15 @@ msgstr "Magamról: " msgid "Act on what you've learnt" msgstr "Tegyen lépéseket a megismert tények alapján " +msgid "Acts as xapian/acts as xapian job" +msgstr "" + +msgid "ActsAsXapian::ActsAsXapianJob|Action" +msgstr "" + +msgid "ActsAsXapian::ActsAsXapianJob|Model" +msgstr "" + msgid "Add an annotation" msgstr "Hozzászólás" @@ -415,7 +396,7 @@ msgid "Also called {{other_name}}." msgstr "Más néven: {{other_name}}." msgid "Also send me alerts by email" -msgstr "" +msgstr "E-mailben is kérek értesítőt" msgid "Alter your subscription" msgstr "Feliratkozások módosítása " @@ -424,7 +405,7 @@ msgid "Although all responses are automatically published, we depend on\\nyou, t msgstr " Minden választ automatikusan közzéteszünk, de azokat az eredeti igénylő/n - jelen esetben Ön - értékelheti." msgid "An <a href=\"{{request_url}}\">annotation</a> to <em>{{request_title}}</em> was made by {{event_comment_user}} on {{date}}" -msgstr "" +msgstr "{{event_comment_user}} <a href=\"{{request_url}}\">hozzászólást</a> küldött a(z) <em>{{request_title}}</em> adatigénylésre vonatkozóan {{date}} napon." msgid "An <strong>error message</strong> has been received" msgstr "<strong>Hibaüzenet</strong> érkezett " @@ -433,7 +414,7 @@ msgid "An Environmental Information Regulations request" msgstr "Környezeti információ igénylése " msgid "An anonymous user" -msgstr "" +msgstr "Névtelen felhasználó" msgid "Annotation added to request" msgstr "Hozzászólás készült az igényléshez" @@ -450,21 +431,27 @@ msgstr "" " <strong>nem</strong> küldjük el a(z) {{public_body_name}} részére. " msgid "Anonymous user" -msgstr "" +msgstr "Névtelen felhasználó" msgid "Anyone:" msgstr "Bárki:" msgid "Applies to" +msgstr "A következőre vonatkozik:" + +msgid "Are we missing a public authority?" msgstr "" +msgid "Are you the owner of any commercial copyright on this page?" +msgstr "Tulajdonosa az oldalon található bármely kereskedelmi célú szerzői jognak?" + msgid "Ask for <strong>specific</strong> documents or information, this site is not suitable for general enquiries." msgstr "Kérése irányulhat <strong>konkrét</strong> dokumentumokra vagy információkra, de az oldal általános tudakozódásra nem alkalmas. " -msgid "At the bottom of this page, write a reply to them trying to persuade them to scan it in\\n (<a href=\"%s\">more details</a>)." +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 "" "Az oldal alsó részén írjon választ, amiben kéri a dokumentum szkennelését\n" -" (<a href=\"%s\">további részletek</a>). " +" (<a href=\"{{url}}\">további részletek</a>). " msgid "Attachment (optional):" msgstr "Melléklet (opcionális): " @@ -502,6 +489,9 @@ msgstr "A vonatkozó jogszabály értelmében a(z) {{public_body_link}} adatgazd msgid "Calculated home page" msgstr "" +msgid "Can't find the one you want?" +msgstr "Nem találja, amit keresett?" + msgid "Cancel a {{site_name}} alert" msgstr "{{site_name}} értesítő törlése " @@ -512,7 +502,7 @@ msgid "Cancel, return to your profile page" msgstr "Mégse, visszatérés a profiloldalra " msgid "Censor rule" -msgstr "" +msgstr "Cenzúrára vonatkozó szabály " msgid "CensorRule|Last edit comment" msgstr "CensorRule|Last edit comment" @@ -521,7 +511,7 @@ msgid "CensorRule|Last edit editor" msgstr "CensorRule|Last edit editor" msgid "CensorRule|Regexp" -msgstr "" +msgstr "CensorRule|Regexp" msgid "CensorRule|Replacement" msgstr "CensorRule|Replacement" @@ -572,13 +562,13 @@ msgid "Clarification" msgstr "Pontosítás" msgid "Clarify your FOI request - " -msgstr "" +msgstr "A közérdekűadat-igénylés pontosítása" msgid "Classify an FOI response from " msgstr "-tól/-től származó közérdekű adat igénylésére érkező válasz besorolása " msgid "Clear photo" -msgstr "" +msgstr "Jó minőségű fénykép" 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 "" @@ -589,10 +579,10 @@ msgid "Click on the link below to send a message to {{public_body}} reminding th msgstr "Az alábbi hivatkozásra kattintva üzenetet küldhet a(z) {{public_body}} részére, amelyben emlékezteti őket, hogy az igénylésre válaszoljanak. " msgid "Close" -msgstr "" +msgstr "Bezárás" msgid "Comment" -msgstr "" +msgstr "Megjegyzés" msgid "Comment|Body" msgstr "Comment|Body" @@ -607,22 +597,22 @@ msgid "Comment|Visible" msgstr "Comment|Visible" msgid "Confirm you want to follow all successful FOI requests" -msgstr "" +msgstr "Erősítse meg, hogy követni kívánja az összes közérdekűadat-igénylést" msgid "Confirm you want to follow new requests" -msgstr "" +msgstr "Erősítse meg, hogy követni kívánja az új adatigényléseket" msgid "Confirm you want to follow new requests or responses matching your search" -msgstr "" +msgstr "Erősítse meg, hogy követni kívánja az új adatigényléseket vagy a keresési feltételeknek megfelelő válaszokat" msgid "Confirm you want to follow requests by '{{user_name}}'" -msgstr "" +msgstr "Erősítse meg, hogy követni kívánja '{{user_name}}' adatigényléseit" msgid "Confirm you want to follow requests to '{{public_body_name}}'" -msgstr "" +msgstr "Erősítse meg, hogy követni kívánja a(z) '{{public_body_name}}' részére küldött adatigényléseket" msgid "Confirm you want to follow the request '{{request_title}}'" -msgstr "" +msgstr "Erősítse meg, hogy követni kívánja a(z) '{{request_title}}' adatigénylést" msgid "Confirm your FOI request to " msgstr "{{public_body_name}} számára küldött közérdekűadat-igénylés megerősítése. " @@ -640,13 +630,13 @@ msgid "Confirm your new email address on {{site_name}}" msgstr "Új e-mail címének megerősítése a {{site_name}} weboldalon " msgid "Considered by administrators as not an FOI request and hidden from site." -msgstr "" +msgstr "Az adminisztrátorok szerint az adatigénylés nem közérdekű, és ezért nem jelenik meg." msgid "Considered by administrators as vexatious and hidden from site." -msgstr "" +msgstr "Az adminisztrátorok szerint az adatigénylés zaklató jellegű, és ezért nem jelenik meg." msgid "Contact {{recipient}}" -msgstr "" +msgstr "Kapcsolatfelvétel a(z) {{recipient}} képviselőjével" msgid "Contact {{site_name}}" msgstr "Kapcsolatfelvétel a {{site_name}} üzemeltetőjével" @@ -671,6 +661,9 @@ msgstr "Jelenleg a(z) {{public_body_link}} <strong>válaszát</strong> várjuk. msgid "Date:" msgstr "Dátum: " +msgid "Dear {{name}}," +msgstr "" + msgid "Dear {{public_body_name}}," msgstr "Tisztelt {{public_body_name}}! " @@ -699,7 +692,7 @@ msgid "Disclaimer: This message and any reply that you make will be published on msgstr "Jognyilatkozat: Ezt az üzenetet és az ön válaszát is közzétesszük az interneten. Az adatvédelemre és szerzői jogokra vonatkozó politikánk: " msgid "Disclosure log" -msgstr "" +msgstr "Közzétételi napló" msgid "Disclosure log URL" msgstr "" @@ -711,7 +704,7 @@ msgid "Done" msgstr "Kész. " msgid "Done >>" -msgstr "" +msgstr "Kész >>" msgid "Download a zip file of all correspondence" msgstr "Az adatigényléssel kapcsolatos eddigi teljes levelezés letöltése <i>zip</i> formátumban" @@ -751,7 +744,7 @@ msgstr "E-mailben kérek értesítést az igényléssel kapcsolatos jövőbeli f msgid "Enter words that you want to find separated by spaces, e.g. <strong>climbing lane</strong>" msgstr "Írja be azokat a szavakat, amelyeket szóközzel elválasztva kíván megjeleníteni, pl. <strong>kapaszkodó sáv</strong> " -msgid "Enter your response below. You may attach one file (use email, or\\n <a href=\"%s\">contact us</a> if you need more)." +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 "" msgid "Environmental Information Regulations" @@ -772,17 +765,17 @@ msgstr "Eseménytörténet részletei " msgid "Event {{id}}" msgstr "" -msgid "Everything that you enter on this page, including <strong>your name</strong>,\\n will be <strong>displayed publicly</strong> on\\n this website forever (<a href=\"%s\">why?</a>)." +msgid "Everything that you enter on this page, including <strong>your name</strong>,\\n will be <strong>displayed publicly</strong> on\\n this website forever (<a href=\"{{url}}\">why?</a>)." msgstr "" "Az <strong>ön neve</strong>, valamint minden, amit itt beír,\n" " örökre <strong>látható marad</strong> ezen\n" -" a weboldalon. ( <a href=\"%s\">... Miért?</a> )<br/>" +" a weboldalon. ( <a href=\"{{url}}\">... Miért?</a> )<br/>" -msgid "Everything that you enter on this page\\n will be <strong>displayed publicly</strong> on\\n this website forever (<a href=\"%s\">why?</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 "" "Minden, amit itt beír, \n" " örökre <strong>látható lesz</strong> ezen\n" -" a weboldalon. (<a href=\"%s\">Itt olvashat arról, hogy miért van ez így</a>) " +" a weboldalon. (<a href=\"{{url}}\">Itt olvashat arról, hogy miért van ez így</a>) " msgid "FOI" msgstr "KözAdat" @@ -803,25 +796,28 @@ msgid "FOI requests {{start_count}} to {{end_count}} of {{total_count}}" msgstr "közérdekűadat-igénylések: {{start_count}} - {{end_count}}, összesen: {{total_count}} " msgid "FOI response requires admin ({{reason}}) - {{title}}" -msgstr "" +msgstr "A közérdekűadat-igénylés megválaszolásához adminisztrátori beavatkozás szükséges ({{reason}}) - {{title}}" msgid "Failed to convert image to a PNG" msgstr "Nem sikerült a kép PNG formátumba való átalakítása " -msgid "Failed to convert image to the correct size: at %{cols}x%{rows}, need %{width}x%{height}" -msgstr "Nem sikerült a képet a megfelelő méretre alakítani: %{cols}x%{rows} esetén: %{width}x%{height} " +msgid "Failed to convert image to the correct size: at {{cols}}x{{rows}}, need {{width}}x{{height}}" +msgstr "Nem sikerült a képet a megfelelő méretre alakítani: {{cols}}x{{rows}} esetén: {{width}}x{{height}} " msgid "Filter" msgstr "Szűrő" -msgid "First, type in the <strong>name of the UK public authority</strong> you'd \\n like information from. <strong>By law, they have to respond</strong>\\n (<a href=\"%s#%s\">why?</a>)." +msgid "First, did your other requests succeed?" +msgstr "" + +msgid "First, type in the <strong>name of the UK public authority</strong> you'd\\n like information from. <strong>By law, they have to respond</strong>\\n (<a href=\"{{url}}\">why?</a>)." msgstr "" "Először is keresse ki a KiMitTud adatbázisából azt az <strong>adatgazdát</strong>, amelyiktől \n" " információt szeretne kérni. <strong>A vonatkozó jogszabály értelmében az adatgazdának kötelező válaszolnia.</strong>\n" -" <a href=\"%s#%s\">... Miért?</a><br/>Írja be a keresett adatgazda nevét, vagy nevének (ismert) részletét az alábbi mezőbe!" +" <a href=\"{{url}}\">... Miért?</a><br/>Írja be a keresett adatgazda nevét, vagy nevének (ismert) részletét az alábbi mezőbe!" msgid "Foi attachment" -msgstr "" +msgstr "Közérdekűadat-igénylés melléklete" msgid "FoiAttachment|Charset" msgstr "FoiAttachment|Charset" @@ -845,22 +841,22 @@ msgid "FoiAttachment|Within rfc822 subject" msgstr "FoiAttachment|Within rfc822 subject" msgid "Follow" -msgstr "" +msgstr "Követés" msgid "Follow all new requests" -msgstr "" +msgstr "Minden új igénylés követése" msgid "Follow new successful responses" -msgstr "" +msgstr "Új sikeres válaszok követése" msgid "Follow requests to {{public_body_name}}" -msgstr "" +msgstr "{{public_body_name}} részére küldött adatigénylések követése" msgid "Follow these requests" msgstr "Értesítő igénylése az adatigénylésekkel kapcsolatos fejlemények vonatkozásában." msgid "Follow things matching this search" -msgstr "" +msgstr "Keresési feltételnek megfelelő elemek követése" msgid "Follow this authority" msgstr "Kísérje figyelemmel ezt az adatgazdát!" @@ -869,7 +865,7 @@ msgid "Follow this link to see the request:" msgstr "Ezen a hivatkozáson tekinthető meg az igénylés:" msgid "Follow this person" -msgstr "" +msgstr "Ezen felhasználó követése" msgid "Follow this request" msgstr "Értesítő igénylése az adatigényléssel kapcsolatos fejlemények vonatkozásában." @@ -890,7 +886,7 @@ msgid "Follow us on twitter" msgstr "Kövessen bennünket a twitteren " 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 "Ehhez az igényléshez nem küldhető emlékeztető üzenet, mivel az adatigénylést máshol nyújtották be, és itt az igénylő kérésére a(z) {{public_body_name}} tette közzé." msgid "For an unknown reason, it is not possible to make a request to this authority." msgstr "Ismeretlen okból kifolyólag ennek a közintézménynek nem lehet igénylést küldeni. " @@ -898,8 +894,8 @@ msgstr "Ismeretlen okból kifolyólag ennek a közintézménynek nem lehet igén msgid "Forgotten your password?" msgstr "Elfelejtette jelszavát? " -msgid "Found %d public authority %s" -msgid_plural "Found %d public authorities %s" +msgid "Found {{count}} public authority {{description}}" +msgid_plural "Found {{count}} public authorities {{description}}" msgstr[0] "" msgstr[1] "" @@ -936,13 +932,13 @@ msgid "Freedom of information requests to" msgstr "Közérdekű adatok, melyeket a ettől az adatgazdától igényeltek: " msgid "From" -msgstr "" +msgstr "Feladó" -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=\"%s\">send it to us</a>." +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 "" "Az igénylési oldalról próbáljon választ adni egy adott üzenetre ahelyett, hogy\n" " általános nyomon követést küldene. Ha általános nyomon követést kíván küldeni, és ismer olyan\n" -" e-mail címet, amely a megfelelő helyre kerül, <a href=\"%s\">küldje el nekünk is</a>. " +" e-mail címet, amely a megfelelő helyre kerül, <a href=\"{{url}}\">küldje el nekünk is</a>. " msgid "From:" msgstr "Feladó:" @@ -953,6 +949,18 @@ msgstr "ITT ÍRJA LE PANASZÁNAK RÉSZLETEIT " msgid "Handled by post." msgstr "Postai úton kézbesítve" +msgid "Has tag string/has tag string tag" +msgstr "" + +msgid "HasTagString::HasTagStringTag|Model" +msgstr "" + +msgid "HasTagString::HasTagStringTag|Name" +msgstr "" + +msgid "HasTagString::HasTagStringTag|Value" +msgstr "" + msgid "Hello! You can make Freedom of Information requests within {{country_name}} at {{link_to_website}}" msgstr "Üdvözöljük. {{country_name}} területén illetékes adatgazdáktól a {{link_to_website}} weboldalon igényelhet közérdekű adatokat. " @@ -983,7 +991,7 @@ msgid "Hide request" msgstr "" msgid "Holiday" -msgstr "" +msgstr "Ünnepnap" msgid "Holiday|Day" msgstr "Holiday|Day" @@ -1014,6 +1022,9 @@ msgstr "<strong>Új információt</strong> kérek " msgid "I am requesting an <strong>internal review</strong>" msgstr "<strong>Belső felülvizsgálatot</strong> kérek " +msgid "I am writing to request an internal review of {{public_body_name}}'s handling of my FOI request '{{info_request_title}}'." +msgstr "" + msgid "I don't like these ones — give me some more!" msgstr "Ezek nem tetszenek — többet kérek! " @@ -1021,7 +1032,7 @@ msgid "I don't want to do any more tidying now!" msgstr "Nem szeretnék többet rendet rakni most! " msgid "I like this request" -msgstr "" +msgstr "Kedvelem ezt az igénylést" msgid "I would like to <strong>withdraw this request</strong>" msgstr "<strong>Vissza szeretném vonni az igénylést</strong> " @@ -1055,8 +1066,8 @@ msgstr "" msgid "Id" msgstr "" -msgid "If the address is wrong, or you know a better address, please <a href=\"%s\">contact us</a>." -msgstr "Ha hibás a cím, vagy ismer egy jobb címet, <a href=\"%s\">lépjen velünk kapcsolatba</a>. " +msgid "If the address is wrong, or you know a better address, please <a href=\"{{url}}\">contact us</a>." +msgstr "Ha hibás a cím, vagy ismer egy jobb címet, <a href=\"{{url}}\">lépjen velünk kapcsolatba</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 "" @@ -1067,28 +1078,28 @@ msgstr "" "vagy {{user}} részére más tárgy miatt e-mailt kíván küldeni, küldjön \n" "e-mail üzenetet a(z) {{contact_email}} részére, hogy segítséget kapjon. " -msgid "If you are dissatisfied by the response you got from\\n the public authority, you have the right to\\n complain (<a href=\"%s\">details</a>)." +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 "" "Ha nem elégedett az \n" " adatgazda válaszával, joga van\n" -" panaszt tenni (<a href=\"%s\">részletek</a>). " +" panaszt tenni (<a href=\"{{url}}\">részletek</a>). " -msgid "If you are still having trouble, please <a href=\"%s\">contact us</a>." -msgstr "Ha továbbra is fennáll a probléma, <a href=\"%s\">lépjen velünk kapcsolatba</a>. " +msgid "If you are still having trouble, please <a href=\"{{url}}\">contact us</a>." +msgstr "Ha továbbra is fennáll a probléma, <a href=\"{{url}}\">lépjen velünk kapcsolatba</a>. " -msgid "If you are the requester, then you may <a href=\"%s\">sign in</a> to view the request." -msgstr "Ha ön az igénylő, az igénylés megtekintéséhez <a href=\"%s\">bejelentkezhet</a>. " +msgid "If you are the requester, then you may <a href=\"{{url}}\">sign in</a> to view the request." +msgstr "Ha ön az igénylő, az igénylés megtekintéséhez <a href=\"{{url}}\">bejelentkezhet</a>. " -msgid "If you are thinking of using a pseudonym,\\n please <a href=\"%s\">read this first</a>." +msgid "If you are thinking of using a pseudonym,\\n please <a href=\"{{url}}\">read this first</a>." msgstr "" "Amenniyben álnevet kíván használni,\n" -"kérjük olvassa el előbb az ezzel kapcsolatos <a href=\"%s\">tudnivalókat</a>!" +"kérjük olvassa el előbb az ezzel kapcsolatos <a href=\"{{url}}\">tudnivalókat</a>!" msgid "If you are {{user_link}}, please" msgstr "Ha ön {{user_link}}, kérjük, " msgid "If you believe this request is not suitable, you can report it for attention by the site administrators" -msgstr "" +msgstr "Ha úgy gondolja, hogy az igénylés nem elfogadható, jelentheti az adminisztrátorok részére" 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 "" @@ -1113,7 +1124,7 @@ msgid "If you have not done so already, please write a message below telling the msgstr "Ha még nem tette meg eddig, írjon alább üzenetet, amelyben tájékoztatja a közintézményt, hogy igénylését visszavonta. Máskülönben nem fogják tudni, hogy az igénylés vissza lett vonva. " 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 "Ha válaszol erre az üzenetre, válaszát közvetlenül {{user_name}} fogja\\nmegkapni, aki látni fogja az ön e-mail címét. Csak akkor válaszoljon, ha ezzel egyetért." 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 "" @@ -1140,7 +1151,7 @@ msgid "Incoming email address" msgstr "" msgid "Incoming message" -msgstr "" +msgstr "Beérkező üzenet" msgid "IncomingMessage|Cached attachment text clipped" msgstr "IncomingMessage|Cached attachment text clipped" @@ -1170,13 +1181,13 @@ msgid "IncomingMessage|Valid to reply to" msgstr "IncomingMessage|Valid to reply to" msgid "Individual requests" -msgstr "" +msgstr "Egyéni igénylések" msgid "Info request" -msgstr "" +msgstr "Információ kérése " msgid "Info request event" -msgstr "" +msgstr "Információkérési esemény " msgid "InfoRequestEvent|Calculated state" msgstr "InfoRequestEvent|Calculated state" @@ -1200,22 +1211,22 @@ msgid "InfoRequest|Allow new responses from" msgstr "InfoRequest|Allow new responses from" msgid "InfoRequest|Attention requested" -msgstr "" +msgstr "InfoRequest|Attention requested" msgid "InfoRequest|Awaiting description" msgstr "InfoRequest|Awaiting description" msgid "InfoRequest|Comments allowed" -msgstr "" +msgstr "InfoRequest|Comments allowed" msgid "InfoRequest|Described state" 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 "InfoRequest|Handle rejected responses" @@ -1256,7 +1267,7 @@ msgstr "" "böngészőt használni. Nyomja meg a frissítés gombot, ha újra szeretne próbálkozni." msgid "Items matching the following conditions are currently displayed on your wall." -msgstr "" +msgstr "Az alábbi feltételeknek megfelelő elemek az üzenőfalán láthatók." msgid "Items sent in last month" msgstr "" @@ -1270,8 +1281,8 @@ msgstr "{{site_name}} regisztráció éve:" msgid "Just one more thing" msgstr "" -msgid "Keep it <strong>focused</strong>, you'll be more likely to get what you want (<a href=\"%s\">why?</a>)." -msgstr "Fogalmazzon <strong>lényegre törően</strong>, hogy biztosan azt kapja, amire szüksége van! (<a href=\"%s\">...Miért?</a>)" +msgid "Keep it <strong>focused</strong>, you'll be more likely to get what you want (<a href=\"{{url}}\">why?</a>)." +msgstr "Fogalmazzon <strong>lényegre törően</strong>, hogy biztosan azt kapja, amire szüksége van! (<a href=\"{{url}}\">...Miért?</a>)" msgid "Keywords" msgstr "Kulcsszavak:" @@ -1315,7 +1326,7 @@ msgid "Log in to download a zip file of {{info_request_title}}" msgstr "Jelentkezzen be, hogy a {{info_request_title}} tárgyú adatigénylési zip-fájlként letölthesse" msgid "Log into the admin interface" -msgstr "" +msgstr "Bejelentkezés az adminisztrátori interfészre" msgid "Long overdue." msgstr "Régóta lejárt" @@ -1324,28 +1335,22 @@ msgid "Made between" msgstr "Készült:" msgid "Mail server log" -msgstr "" +msgstr "Levelezőkiszolgáló napló" msgid "Mail server log done" -msgstr "" +msgstr "Levelezőkiszolgáló napló elkészült" 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 "" - -msgid "Make a new <strong>Environmental Information</strong> request" -msgstr "Új <strong>környezeti információ</strong> igénylés " - -msgid "Make a new <strong>Freedom of Information</strong> request to {{public_body}}" -msgstr "Készítsen új <strong>közérdekűadat-igénylést</strong>, és küldje el {{public_body}} részére!" +msgstr "MailServerLog|Order" msgid "Make a new<br/>\\n <strong>Freedom <span>of</span><br/>\\n Information<br/>\\n request</strong>" msgstr "" @@ -1358,6 +1363,9 @@ msgstr "" msgid "Make a request" msgstr "Új igénylés" +msgid "Make a request to this authority" +msgstr "" + msgid "Make an {{law_used_short}} request to '{{public_body_name}}'" msgstr "{{law_used_short}} igénylés létrehozása a(z) '{{public_body_name}}' részére " @@ -1368,10 +1376,10 @@ msgid "Make your own request" msgstr "Adatigénylés létrehozása " msgid "Many requests" -msgstr "" +msgstr "Sok igénylés" msgid "Message" -msgstr "" +msgstr "Üzenet" msgid "Message sent using {{site_name}} contact form, " msgstr "Üzenet elküldve a {{site_name}} kapcsolatfelvételi űrlapján, " @@ -1383,7 +1391,7 @@ msgid "More about this authority" msgstr "További információ erről az adatgazdáról" msgid "More requests..." -msgstr "" +msgstr "Több igénylés..." msgid "More similar requests" msgstr "Több hasonló igénylés " @@ -1401,7 +1409,7 @@ msgid "My requests" msgstr " Adatigényléseim " msgid "My wall" -msgstr "" +msgstr "Saját üzenőfal" msgid "Name can't be blank" msgstr "Név nem lehet üres " @@ -1428,7 +1436,7 @@ msgid "New password: (again)" msgstr "Új jelszó: (újból) " msgid "New response to '{{title}}'" -msgstr "" +msgstr "Új válasz a(z) '{{title}}' igénylésre" msgid "New response to your FOI request - " msgstr "Új válasz közérdekű adatok igénylésére - " @@ -1476,7 +1484,7 @@ msgid "Not a valid 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." -msgstr "" +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." msgid "Now check your email!" msgstr "Kérjük, ellenőrizze postafiókját! " @@ -1494,7 +1502,7 @@ msgid "OR remove the existing photo" msgstr "VAGY meglevő fénykép eltávolítása " msgid "Offensive? Unsuitable?" -msgstr "" +msgstr "Sértő? Nem alkalmas?" msgid "Oh no! Sorry to hear that your request was refused. Here is what to do now." msgstr "Sajnáljuk, hogy igénylését elutasították. A következőket teheti: " @@ -1542,7 +1550,7 @@ msgid "Other:" msgstr "Egyéb: " msgid "Outgoing message" -msgstr "" +msgstr "Kimenő üzenet" msgid "OutgoingMessage|Body" msgstr "OutgoingMessage|Body" @@ -1575,7 +1583,7 @@ msgid "Paste this link into emails, tweets, and anywhere else:" msgstr "Másolja be ezt a hivatkozást e-mailbe, tweetbe és máshova: " msgid "People" -msgstr "" +msgstr "Személyek" msgid "People {{start_count}} to {{end_count}} of {{total_count}}" msgstr "Személyek: {{start_count}} - {{end_count}}, összesen: {{total_count}} " @@ -1595,8 +1603,8 @@ msgstr "Kérjük, hajtsa végre az igénylések besorolását. " msgid "Please" msgstr "Kérjük, " -msgid "Please <a href=\"%s\">get in touch</a> with us so we can fix it." -msgstr "Kérjük, <a href=\"%s\">lépjen velünk kapcsolatba</a>, hogy kijavítsuk a hibát. " +msgid "Please <a href=\"{{url}}\">get in touch</a> with us so we can fix it." +msgstr "Kérjük, <a href=\"{{url}}\">lépjen velünk kapcsolatba</a>, hogy kijavítsuk a hibát. " msgid "Please <strong>answer the question above</strong> so we know whether the " msgstr "Kérjük, <strong>válaszoljon a fenti kérdésre</strong>, hogy tudjuk, hogy vajon " @@ -1620,6 +1628,9 @@ msgstr "" msgid "Please choose a file containing your photo." msgstr "Továbblépés előtt válassza ki a feltölteni kívánt fényképet a számítógépéről!" +msgid "Please choose a reason" +msgstr "" + msgid "Please choose what sort of reply you are making." msgstr "Válassza ki, hogy milyen jellegű választ ad. " @@ -1708,19 +1719,22 @@ msgstr "" "Csak olyan információt kérjen, amely a megadott kategóriákba esik. <strong>Ne pazarolja saját\n" " idejét</strong> vagy a nyilvánosságét azzal, hogy ide nem tartozó információkat kér. " +msgid "Please pass this on to the person who conducts Freedom of Information reviews." +msgstr "" + msgid "Please select each of these requests in turn, and <strong>let everyone know</strong>\\nif they are successful yet or not." msgstr "" "Sorban jelölje ki az egyes igényléseket, és <strong>jelezze mindannyiunk számára,</strong>\n" "hogy ezek sikeresen lezárultak-e vagy sem. " -msgid "Please sign at the bottom with your name, or alter the \"%{signoff}\" signature" -msgstr "Kérjük, írja alá nevét a lap alján vagy módosítsa a \"%{signoff}\" aláírást " +msgid "Please sign at the bottom with your name, or alter the \"{{signoff}}\" signature" +msgstr "Kérjük, írja alá nevét a lap alján vagy módosítsa a \"{{signoff}}\" aláírást " msgid "Please sign in as " msgstr "Jelentkezzen be mint " msgid "Please sign in or make a new account." -msgstr "" +msgstr "Jelentkezzen be vagy hozzon létre új fiókot." msgid "Please type a message and/or choose a file containing your response." msgstr "Írja be üzenetét és/vagy válassza ki a válaszát tartalmazó fájlt. " @@ -1753,7 +1767,7 @@ msgid "Post annotation" msgstr "Hozzászólás beküldése " msgid "Post redirect" -msgstr "" +msgstr "Feladás átirányítása" msgid "PostRedirect|Circumstance" msgstr "PostRedirect|Circumstance" @@ -1798,7 +1812,7 @@ msgid "Preview your public request" msgstr "Adatigénylése előnézetének megtekintése " msgid "Profile photo" -msgstr "" +msgstr "Profilkép" msgid "ProfilePhoto|Data" msgstr "ProfilePhoto|Data" @@ -1819,10 +1833,7 @@ msgid "Public authority – {{name}}" msgstr "" msgid "Public body" -msgstr "" - -msgid "Public body/translation" -msgstr "" +msgstr "Adatgazda" msgid "Public notes" msgstr "" @@ -1833,38 +1844,11 @@ msgstr "" msgid "Public page not available" msgstr "" -msgid "PublicBody::Translation|Disclosure log" -msgstr "" - -msgid "PublicBody::Translation|First letter" -msgstr "" - -msgid "PublicBody::Translation|Locale" -msgstr "" - -msgid "PublicBody::Translation|Name" -msgstr "" - -msgid "PublicBody::Translation|Notes" -msgstr "" - -msgid "PublicBody::Translation|Publication scheme" -msgstr "" - -msgid "PublicBody::Translation|Request email" -msgstr "" - -msgid "PublicBody::Translation|Short name" -msgstr "" - -msgid "PublicBody::Translation|Url name" -msgstr "" - msgid "PublicBody|Api key" -msgstr "" +msgstr "PublicBody|Api key" msgid "PublicBody|Disclosure log" -msgstr "" +msgstr "PublicBody|Disclosure log" msgid "PublicBody|First letter" msgstr "PublicBody|First letter" @@ -1873,7 +1857,7 @@ msgid "PublicBody|Home page" msgstr "PublicBody|Home page" msgid "PublicBody|Info requests count" -msgstr "" +msgstr "PublicBody|Info requests count" msgid "PublicBody|Last edit comment" msgstr "PublicBody|Last edit comment" @@ -1909,13 +1893,13 @@ msgid "Publication scheme URL" msgstr "" msgid "Purge request" -msgstr "" +msgstr "Igénylés tisztítása" msgid "PurgeRequest|Model" -msgstr "" +msgstr "PurgeRequest|Model" msgid "PurgeRequest|Url" -msgstr "" +msgstr "PurgeRequest|Url" msgid "RSS feed" msgstr "RSS feed" @@ -1953,13 +1937,16 @@ msgid "Report abuse" msgstr "Visszaélés jelentése" msgid "Report an offensive or unsuitable request" +msgstr "Sértő vagy nem alkalmas igénylés jelentése" + +msgid "Report request" msgstr "" msgid "Report this request" -msgstr "" +msgstr "Igénylés jelentése" msgid "Reported for administrator attention." -msgstr "" +msgstr "Bejelentve az adminisztrátornak." msgid "Request an internal review" msgstr "Belső felülvizsgálat kérése" @@ -1986,7 +1973,7 @@ msgid "Requested on {{date}}" msgstr "Igénylés benyújtva {{date}} napon " msgid "Requests for personal information and vexatious requests are not considered valid for FOI purposes (<a href=\"/help/about\">read more</a>)." -msgstr "" +msgstr "Személyes információk kérése vagy zaklatásnak minősülő igénylés nem tekinthetők érvényes közérdekűadat-igénylésnek (<a href=\"/help/about\">További részletek</a>)." msgid "Requests or responses matching your saved search" msgstr "Az ön által beállított keresési feltételeknek megfelelő igénylések vagy válaszok " @@ -2010,7 +1997,7 @@ msgid "Response from a public authority" msgstr "Válasz érkezett a közintézménytől " msgid "Response to '{{title}}'" -msgstr "" +msgstr "Válasz a(z) '{{title}}' igénylésre" msgid "Response to this request is <strong>delayed</strong>." msgstr "Az igénylés megválaszolása <strong>késik</strong>. " @@ -2055,7 +2042,7 @@ msgstr "" " <strong>{{number_of_authorities}} adatgazda</strong> között böngészhet pillanatnyilag a rendszerünkben." msgid "Search queries" -msgstr "" +msgstr "Keresési lekérdezések" msgid "Search results" msgstr "A keresés eredménye" @@ -2063,10 +2050,10 @@ msgstr "A keresés eredménye" msgid "Search the site to find what you were looking for." msgstr "Keresse a weboldalon a kívánt információkat. " -msgid "Search within the %d Freedom of Information requests to %s" -msgid_plural "Search within the %d Freedom of Information requests made to %s" -msgstr[0] "Eddig még senki sem nyújtott be %s számára adatigénylést" -msgstr[1] "Keresés a %d %s-t érintő adatigénylésben" +msgid "Search within the {{count}} Freedom of Information requests to {{public_body_name}}" +msgid_plural "Search within the {{count}} Freedom of Information requests made to {{public_body_name}}" +msgstr[0] "Eddig még senki sem nyújtott be {{public_body_name}} számára adatigénylést" +msgstr[1] "Keresés a {{count}} {{public_body_name}}-t érintő adatigénylésben" msgid "Search your contributions" msgstr "Keresés az adatigényléseimben" @@ -2093,7 +2080,7 @@ msgid "Send a public reply to {{person_or_body}}" msgstr "Nyilvános válasz küldése {{person_or_body}} részére " msgid "Send follow up to '{{title}}'" -msgstr "" +msgstr "Emlékeztető üzenet küldése a(z) '{{title}}' igényléshez" msgid "Send message" msgstr "Üzenet küldése " @@ -2160,7 +2147,7 @@ msgid "Somebody added a note to your FOI request - " msgstr "Közérdekűadat-igényléséhez valaki hozzászólt - " msgid "Someone has updated the status of your request" -msgstr "" +msgstr "Valaki módosította az igénylés állapotát" msgid "Someone, perhaps you, just tried to change their email address on\\n{{site_name}} from {{old_email}} to {{new_email}}." msgstr "" @@ -2168,7 +2155,7 @@ msgstr "" "{{site_name}} weboldalon a következőről: {{old_email}} a következőre: {{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 "Az igénylésre sajnos nem tud a {{site_name}} weboldalon választ adni, mert ez a(z) {{link_to_original_request}} eredeti igénylés másolata." msgid "Sorry, but only {{user_name}} is allowed to do that." msgstr "Erre csak {{user_name}} jogosult. " @@ -2182,9 +2169,6 @@ msgstr "Nem található az oldal " msgid "Special note for this authority!" msgstr "Egyéb megállapítások az adatgazdával kapcsolatban:" -msgid "Start" -msgstr "Mehet »" - msgid "Start now »" msgstr "Máris kezdhetjük »" @@ -2198,7 +2182,7 @@ msgid "Still awaiting an <strong>internal review</strong>" msgstr "Továbbra is <strong>belső felülvizsgálatra</strong> várva " msgid "Subject" -msgstr "" +msgstr "Tárgy" msgid "Subject:" msgstr "Tárgy: " @@ -2348,22 +2332,22 @@ msgstr "Az igénylés <strong>sikeres volt</strong>. " msgid "The request was refused by the public authority" msgstr "Az adatgazda az igénylést elutasította" -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=\"%s\">contact us</a> if you have any questions." +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 "" "A megtekinteni kívánt igénylés el lett távolítva. Ennek\n" "különböző okai lehetnek, de erről bővebb információval itt nem szolgálhatunk. Amennyiben kérdése van, <a\n" -" href=\"%s\">lépjen velünk kapcsolatba</a>. " +" href=\"{{url}}\">lépjen velünk kapcsolatba</a>. " msgid "The requester has abandoned this request for some reason" msgstr "Az igénylő valami miatt felhagyott igénylésével" -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" +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 "" "Az igénylésére való válasz <strong>késik</strong>. ön mondhatja azt, hogy \n" " a jogszabály értelmében a közintézménynek általában \n" " <strong>azonnal</strong> kellett volna válaszolnia, és " -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" +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 "" "Az igénylését már <strong>régen meg kellett volna válaszolni</strong>. ön mondhatja azt, hogy \n" " a jogszabály értelmében a közintézménynek minden körülmények közt válaszolnia kellett volna\n" @@ -2375,6 +2359,9 @@ msgstr "A kereső jelenleg nem működik, így nem tudjuk megjeleníteni azokat msgid "The search index is currently offline, so we can't show the Freedom of Information requests this person has made." msgstr "A kereső jelenleg nem működik, így nem tudjuk megjeleníteni azokat a közérdekűadat-igényléseket, amelyeket ez a személy nyújtott be. " +msgid "The {{site_name}} team." +msgstr "" + msgid "Then you can cancel the alert." msgstr "Ezután törölheti az értesítőt. " @@ -2394,13 +2381,13 @@ msgid "Then you can download a zip file of {{info_request_title}}." msgstr "Ezután letöltheti a(z) {{info_request_title}} igénylést zip-fájlban. " msgid "Then you can log into the administrative interface" -msgstr "" +msgstr "Ezután bejelentkezhet az adminisztrátori interfészre" msgid "Then you can play the request categorisation game." msgstr "Ezután elvégezheti az igénylés besorolását. " msgid "Then you can report the request '{{title}}'" -msgstr "" +msgstr "Ezután jelentheti a(z) '{{title}}' igénylést" msgid "Then you can send a message to " msgstr "Ezután üzenetet küldhet a következőnek: " @@ -2421,22 +2408,22 @@ msgid "Then you can write your reply to " msgstr "Ezután válaszolhat a következőnek: " msgid "Then you will be following all new FOI requests." -msgstr "" +msgstr "Ezután az összes új közérdekűadat-igénylést követni fogja." msgid "Then you will be notified whenever '{{user_name}}' requests something or gets a response." -msgstr "" +msgstr "Ezután értesítést kap, amint '{{user_name}}' igénylést nyújt be, vagy választ kap. " msgid "Then you will be notified whenever a new request or response matches your search." -msgstr "" +msgstr "Ezután értesítést kap, ha keresésének megfelelő új igénylés vagy válasz érkezik. " msgid "Then you will be notified whenever an FOI request succeeds." -msgstr "" +msgstr "Ezután értesítést kap, ha egy közérdekűadat-igénylés sikeresen lezárul. " msgid "Then you will be notified whenever someone requests something or gets a response from '{{public_body_name}}'." -msgstr "" +msgstr "Ezután értesítést kap, ha valaki igénylést nyújt be, vagy választ kap a(z) '{{public_body_name}}' adatgazdától. " msgid "Then you will be updated whenever the request '{{request_title}}' is updated." -msgstr "" +msgstr "Ezután értesítést kap, ha a(z) '{{request_title}}' igénylést frissítik. " msgid "Then you'll be allowed to send FOI requests." msgstr "Ezután önnek lehetősége van közérdekűadat-igénylést benyújtani. " @@ -2450,17 +2437,17 @@ msgstr "Ezután megjelenik a(z) {{info_request_title}} igénylésre vonatkozó h msgid "There are {{count}} new annotations on your {{info_request}} request. Follow this link to see what they wrote." msgstr "{{count}} új hozzászólás érkezett a(z) {{info_request}} igényléséhez. A hivatkozásra kattintva elolvashatja ezeket. " -msgid "There is %d person following this request" -msgid_plural "There are %d people following this request" -msgstr[0] "Ezt az igénylést %d felhasználó kíséri figyelemmel." -msgstr[1] "Ezt az igénylést %d felhasználó kíséri figyelemmel." - 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 "A weboldal felhasználói között <strong>több</strong> ilyen nevű személy is van.\\n Egyiküket láthatja alább, de előfordulhat, hogy ez nem ön. " 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 "Ennek a korlátozásnak az az oka hogy nem szeretnénk ha nagy mennyiségű inadekvát adatigényléssel árasztaná el az adatgazdákat valaki. Ha úgy érzi hogy nyomós oka van ennél több adatigénylést kezdeményezni rövid időn belül, kérjük, <a href='{{help_contact_path}}'>lépjen kapcsolatba</a> velünk." +msgid "There is {{count}} person following this request" +msgid_plural "There are {{count}} people following this request" +msgstr[0] "Ezt az igénylést {{count}} felhasználó kíséri figyelemmel." +msgstr[1] "Ezt az igénylést {{count}} felhasználó kíséri figyelemmel." + msgid "There was a <strong>delivery error</strong> or similar, which needs fixing by the {{site_name}} team." msgstr "<strong>Kézbesítési hiba</strong> vagy valami hasonló történt, amelyet a {{site_name}} csapatának ki kell javítania. " @@ -2494,15 +2481,15 @@ msgid "Things to do with this request" msgstr "Az adatigényléssel kapcsolatosan az alábbi lehetőségek közül választhat:" msgid "Things you're following" -msgstr "" +msgstr "Követett elemek:" msgid "This authority no longer exists, so you cannot make a request to it." msgstr "Ez az adatgazda már nem létezik, ezért nem tud adatigényléseket fogadni. " -msgid "This comment has been hidden. See annotations to\\n find out why. If you are the requester, then you may <a href=\"%s\">sign in</a> to view the response." +msgid "This comment has been hidden. See annotations to\\n find out why. If you are the requester, then you may <a href=\"{{url}}\">sign in</a> to view the response." msgstr "" "Ez a hozzászolás el lett rejtve. A megjegyzésekből\n" -" megtudhatja ennek okát. Ha ön az igénylő, a válasz megtekintéséhez <a href=\"%s\">bejelentkezhet</a>. " +" megtudhatja ennek okát. Ha ön az igénylő, a válasz megtekintéséhez <a href=\"{{url}}\">bejelentkezhet</a>. " msgid "This covers a very wide spectrum of information about the state of\\n the <strong>natural and built environment</strong>, such as:" msgstr "" @@ -2510,7 +2497,7 @@ msgstr "" " a<strong>természeti és épített környezetre</strong> vonatkozóan, mint például: " msgid "This external request has been hidden" -msgstr "" +msgstr "A külső igénylés el van rejtve" 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 "Ez a közérdekűadat-igénylés egyszerű szöveges változata \"{{request_title}}\". A legutóbbi, teljes változatot itt találja: {{full_url}} " @@ -2529,10 +2516,10 @@ 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 outgoing message has been hidden. See annotations to\\n\t\t\t\t\t\tfind out why. If you are the requester, then you may <a href=\"%s\">sign in</a> to view the response." +msgid "This outgoing message has been hidden. See annotations to\\n\t\t\t\t\t\tfind out why. If you are the requester, then you may <a href=\"{{url}}\">sign in</a> to view the response." msgstr "" "Ez a kimenő üzenet el lett rejtve. A megjegyzésekből\n" -"\t\t\t\t\t\tmegtudhatja ennek okát. Ha ön az igénylő, a válasz megtekintéséhez <a href=\"%s\">bejelentkezhet</a>. " +"\t\t\t\t\t\tmegtudhatja ennek okát. Ha ön az igénylő, a válasz megtekintéséhez <a href=\"{{url}}\">bejelentkezhet</a>. " msgid "This particular request is finished:" msgstr "Ez az igénylés lezárult: " @@ -2540,47 +2527,47 @@ msgstr "Ez az igénylés lezárult: " msgid "This person has made no Freedom of Information requests using this site." msgstr "Ez a személy még nem igényelt közérdekű adatokat a KiMitTud weboldal segítségével. " -msgid "This person's %d Freedom of Information request" -msgid_plural "This person's %d Freedom of Information requests" -msgstr[0] "Ez a felhasználó még nem kísér figyelemmel semmilyen adatigénylést figyel." -msgstr[1] "Ez a felhazsnáló az alábbi %d adatigénylést kíséri figyelemmel." - -msgid "This person's %d annotation" -msgid_plural "This person's %d annotations" -msgstr[0] "A felhasználó %d hozzászólása" -msgstr[1] "A felhasználó %d hozzászólása" - msgid "This person's annotations" msgstr "A felhasználó hozzászólásai" +msgid "This person's {{count}} Freedom of Information request" +msgid_plural "This person's {{count}} Freedom of Information requests" +msgstr[0] "Ez a felhasználó még nem kísér figyelemmel semmilyen adatigénylést figyel." +msgstr[1] "Ez a felhazsnáló az alábbi {{count}} adatigénylést kíséri figyelemmel." + +msgid "This person's {{count}} annotation" +msgid_plural "This person's {{count}} annotations" +msgstr[0] "A felhasználó {{count}} hozzászólása" +msgstr[1] "A felhasználó {{count}} hozzászólása" + msgid "This request <strong>requires administrator attention</strong>" msgstr "Ezt az igénylést <strong>meg kell vizsgálnia az adminisztrátornak</strong> " msgid "This request has already been reported for administrator attention" -msgstr "" +msgstr "Ezt az igénylést már jelentették az adminisztrátornak" msgid "This request has an <strong>unknown status</strong>." msgstr "Ennek az igénylésnek <strong>ismeretlen az állapota</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 "Ez az igénylés <strong>nem jelenik meg</strong> a weboldalon, mert az adminisztrátor nem közérdekűadat-igénylésnek minősítette" msgid "This request has been <strong>hidden</strong> from the site, because an administrator considers it vexatious" -msgstr "" +msgstr "Ez az igénylés <strong>nem jelenik meg</strong> a weboldalon, mert az adminisztrátor zaklató jellegűnek minősítette" 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 "Ezt az igénylést <strong>jelentették</strong> az adminisztrátornak (valószínűleg azért, mert zaklató jellegű vagy személyes információra irányult)" 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 "" "Ezt az igénylést <strong>visszavonta</strong> az azt benyújtó személy. \n" " \t Előfordulhat, hogy az alábbi levelezésben megtalálja ennek magyarázatát." -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=\"%s\">contact us</a>." +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 "" msgid "This request has been reported for administrator attention" -msgstr "" +msgstr "Ezt az igénylést már jelentették az adminisztrátornak" msgid "This request has been set by an administrator to \"allow new responses from nobody\"" msgstr "Az adminisztrátor erre az igénylésre \"új választ senki sem küldhet\" beállítást adott meg " @@ -2593,10 +2580,10 @@ msgstr "" "Ennek az igénylésnek a népszerűsége el van 'rejtve'. Csak azért láthatja, mert kiemelt felhasználóként\n" " jelentkezett be. " -msgid "This request is hidden, so that only you the requester can see it. Please\\n <a href=\"%s\">contact us</a> if you are not sure why." +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 "" "Ez az igénylés el van rejtve, és azt kizárólag az igénylő láthatja. Ha nem tudja ennek okát,\n" -" <a href=\"%s\">lépjen velünk kapcsolatba</a>" +" <a href=\"{{url}}\">lépjen velünk kapcsolatba</a>" msgid "This request is still in progress:" msgstr "Ez az igénylés még mindig folyamatban van: " @@ -2605,12 +2592,12 @@ msgid "This request requires administrator attention" msgstr "" msgid "This request was not made via {{site_name}}" -msgstr "" +msgstr "Az igénylést nem a(z) {{site_name}} weboldalon keresztül nyújtották be" -msgid "This response has been hidden. See annotations to find out why.\\n If you are the requester, then you may <a href=\"%s\">sign in</a> to view the response." +msgid "This response has been hidden. See annotations to find out why.\\n If you are the requester, then you may <a href=\"{{url}}\">sign in</a> to view the response." msgstr "" "Ez a válasz el lett rejtve. A megjegyzésekből megtudhatja ennek okát.\n" -" Ha ön az igénylő, a válasz megtekintéséhez <a href=\"%s\">bejelentkezhet</a>. " +" Ha ön az igénylő, a válasz megtekintéséhez <a href=\"{{url}}\">bejelentkezhet</a>. " 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 "" @@ -2654,22 +2641,22 @@ msgid "To download the zip file" msgstr "Ha le szeretné tölteni a zip-fájlt " msgid "To follow all successful requests" -msgstr "" +msgstr "Sikeres igénylések követése" msgid "To follow new requests" -msgstr "" +msgstr "Új igénylések követése" msgid "To follow requests and responses matching your search" msgstr "Ha követni szeretné a keresésének megfelelő igényléseket és válaszokat " msgid "To follow requests by '{{user_name}}'" -msgstr "" +msgstr "'{{user_name}}' igényléseinek követése" msgid "To follow requests made using {{site_name}} to the public authority '{{public_body_name}}'" -msgstr "" +msgstr "{{site_name}} weboldalon a(z) '{{public_body_name}}' részére küldött adatigénylések követése" msgid "To follow the request '{{request_title}}'" -msgstr "" +msgstr "A(z) '{{request_title}}' igénylés követése" 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 "" @@ -2677,10 +2664,10 @@ msgstr "" "{{law_used_full}} {{title}} című igénylést. A frissítés következtében ennek állapota: \"{{display_status}}\". Ha nem ért egyet ezzel a besorolással, frissítse ön is az állapotot olyan értékre, amely ön szerint pontosabb. " msgid "To let everyone know, follow this link and then select the appropriate box." -msgstr "" +msgstr "Ha tájékoztatni szeretne mindenkit, kattintson a hivatkozásra, majd jelölje be a megfelelő négyzetet. " msgid "To log into the administrative interface" -msgstr "" +msgstr "Bejelentkezés az adminisztrátori interfészre" msgid "To play the request categorisation game" msgstr "Ha osztályozni szeretné az igénylést " @@ -2691,7 +2678,7 @@ msgstr "Ha hozzá szeretne szólni " msgid "To reply to " msgstr "Ha válaszolni kíván a következőnek:" -msgid "To report this FOI request" +msgid "To report this request" msgstr "" msgid "To send a follow up message to " @@ -2728,13 +2715,13 @@ msgid "Today" msgstr "Ma " msgid "Too many requests" -msgstr "" +msgstr "Túl sok igénylés" msgid "Top search results:" msgstr "Találatok: " msgid "Track thing" -msgstr "" +msgstr "Elem nyomon követése " msgid "Track this person" msgstr "Feliratkozás a felhasználó tevékenyégéről beszámoló hírlevélre" @@ -2752,7 +2739,7 @@ msgid "TrackThing|Track type" msgstr "TrackThing|Track type" msgid "Turn off email alerts" -msgstr "" +msgstr "Értesítő e-mailben kikapcsolása" msgid "Tweet this request" msgstr "Az igénylés elküldése tweetben" @@ -2778,11 +2765,11 @@ msgstr "Váratlan keresésieredmény-típus " msgid "Unexpected search result type " msgstr "Váratlan keresésieredmény-típus " -msgid "Unfortunately we don't know the FOI\\nemail address for that authority, so we can't validate this.\\nPlease <a href=\"%s\">contact us</a> to sort it out." +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 "" "Sajnos nem ismerjük az adatgazda\n" "közérdekű adatigényléshez használt e-mail címét, így ezt nem tudjuk hitelesíteni.\n" -"Kérjük, <a href=\"%s\">lépjen velünk kapcsolatba</a>, hogy megoldjuk a problémát. " +"Kérjük, <a href=\"{{url}}\">lépjen velünk kapcsolatba</a>, hogy megoldjuk a problémát. " msgid "Unfortunately, we do not have a working {{info_request_law_used_full}}\\naddress for" msgstr "" @@ -2793,7 +2780,7 @@ msgid "Unknown" msgstr "Ismeretlen" msgid "Unsubscribe" -msgstr "" +msgstr "Leiratkozás" msgid "Unusual response." msgstr "Szokatlan válasz" @@ -2805,7 +2792,7 @@ msgid "Update the status of your request to " msgstr "Igénylése állapotának frissítése a következőre: " msgid "Upload FOI response" -msgstr "" +msgstr "Közérdekűadat-igénylésre kapott válasz" msgid "Use OR (in capital letters) where you don't mind which word, e.g. <strong><code>commons OR lords</code></strong>" msgstr "Használja az OR kifejezést (nagybetűkkel), ha mindegy, hogy melyik szó, pl. <strong><code>alsóház OR felsőház</code></strong> " @@ -2814,7 +2801,7 @@ msgid "Use quotes when you want to find an exact phrase, e.g. <strong><code>\"Li msgstr "Ha egy adott kifejezést keres, használjon idézőjeleket; például: <strong><code>\"Liverpool City Council\"</code></strong> " msgid "User" -msgstr "" +msgstr "Felhasználó" msgid "User info request sent alert" msgstr "" @@ -2829,7 +2816,7 @@ msgid "User|About me" msgstr "User|About me" msgid "User|Address" -msgstr "" +msgstr "User|Address" msgid "User|Admin level" msgstr "User|Admin level" @@ -2838,7 +2825,7 @@ msgid "User|Ban text" msgstr "User|Ban text" msgid "User|Dob" -msgstr "" +msgstr "User|Dob" msgid "User|Email" msgstr "User|Email" @@ -2868,7 +2855,7 @@ msgid "User|No limit" msgstr "User|No limit" msgid "User|Receive email alerts" -msgstr "" +msgstr "User|Receive email alerts" msgid "User|Salt" msgstr "User|Salt" @@ -2918,6 +2905,12 @@ msgstr "Az adatgazda válaszára várakozik " msgid "Was the response you got to your FOI request any good?" msgstr "A közérdekűadat-igénylésére kielégítő választ kapott? " +msgid "We consider it is not a valid FOI request, and have therefore hidden it from other users." +msgstr "" + +msgid "We consider it to be vexatious, and have therefore hidden it from other users." +msgstr "" + msgid "We do not have a working request email address for this authority." msgstr "Nem rendelkezünk az adatgazda működő e-mail címével. " @@ -2931,10 +2924,10 @@ msgstr "" " –\n" "\tamennyiben ön {{user_link}}, kérjük, <a href=\"{{url}}\">jelentkezzen be</a>, és értékelje a megkapott adatokat." -msgid "We will not reveal your email address to anybody unless you or\\n the law tell us to (<a href=\"%s\">details</a>). " +msgid "We will not reveal your email address to anybody unless you or\\n the law tell us to (<a href=\"{{url}}\">details</a>). " msgstr "" "E-mail címét senkinek sem adjuk ki - kivéve, ha azt ön kéri\n" -" vagy jogszabály előírja (<a href=\"%s\">részletek</a>). " +" vagy jogszabály előírja (<a href=\"{{url}}\">részletek</a>). " msgid "We will not reveal your email address to anybody unless you\\nor the law tell us to." msgstr "" @@ -2973,7 +2966,7 @@ msgid "What information has been released?" msgstr "Mire voltak kíváncsiak mások? " msgid "What information has been requested?" -msgstr "" +msgstr "Milyen adatot igényeltek?" msgid "When you get there, please update the status to say if the response \\ncontains any useful information." msgstr "" @@ -2985,8 +2978,8 @@ msgstr "" "Ha papíron megkapja a választ, tájékoztasson másokat is\n" " annak tartalmáról: " -msgid "When you're done, <strong>come back here</strong>, <a href=\"%s\">reload this page</a> and file your new request." -msgstr "Ha elkészült, <strong>térjen ide vissza</strong>, <a href=\"%s\">újból töltse be az oldalt</a> és nyújtsa be új igénylését. " +msgid "When you're done, <strong>come back here</strong>, <a href=\"{{url}}\">reload this page</a> and file your new request." +msgstr "Ha elkészült, <strong>térjen ide vissza</strong>, <a href=\"{{url}}\">újból töltse be az oldalt</a> és nyújtsa be új igénylését. " msgid "Which of these is happening?" msgstr "Az alábbiak közül mi történik most? " @@ -3019,28 +3012,28 @@ msgid "You" msgstr "ön" msgid "You are already following new requests" -msgstr "" +msgstr "Ön már követi az új igényléseket" msgid "You are already following requests to {{public_body_name}}" -msgstr "" +msgstr "Ön már követi a(z) {{public_body_name}} részére küldött adatigényléseket" msgid "You are already following things matching this search" -msgstr "" +msgstr "Ön már követi a keresési feltételeknek megfelelő elemeket" msgid "You are already following this person" -msgstr "" +msgstr "Ön már követi ezt a személyt" msgid "You are already following this request" -msgstr "" +msgstr "Ön már követi ezt az igénylést" msgid "You are already following updates about {{track_description}}" msgstr "" msgid "You are currently receiving notification of new activity on your wall by email." -msgstr "" +msgstr "Az új tevékenységekről értesítést kap e-mailben az üzenőfalára." msgid "You are following all new successful responses" -msgstr "" +msgstr "Követi az összes sikeres választ" msgid "You are no longer following {{track_description}}." msgstr "" @@ -3052,7 +3045,7 @@ msgid "You can <strong>complain</strong> by" msgstr "<strong>Panaszt nyújthat be</strong> a következő időpontig:" msgid "You can change the requests and users you are following on <a href=\"{{profile_url}}\">your profile page</a>." -msgstr "" +msgstr "Módosíthatja a <a href=\"{{profile_url}}\">profiloldalon</a> követett igényléseket és felhasználókat." 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 "" @@ -3092,13 +3085,13 @@ msgid "You know what caused the error, and can <strong>suggest a solution</stron msgstr "ön tudja, hogy mi okozta a hibát, és tud <strong>megoldást javasolni</strong>, mint például egy ténylegesen működő e-mail címet. " 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 "<strong>Mellékleteket is csatolhat</strong>. Ha olyan fájlt szeretne csatolni, amely\\n e-mailben történő küldéshez túl nagy, használja az alábbi űrlapot. " -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=\"%s\">send it to us</a>." +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 "" "Előfordulhat, hogy\n" " weboldalukon is talál ilyet, vagy hívja fel őket és érdeklődjön. Ha sikerült\n" -" ilyet találnia, kérjük, <a href=\"%s\">küldje el nekünk</a> is. " +" ilyet találnia, kérjük, <a href=\"{{url}}\">küldje el nekünk</a> is. " 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 "" @@ -3116,13 +3109,16 @@ msgid "You need to be logged in to clear your profile photo." msgstr "A profilkép törléséhez először be kell jelentkeznie. " msgid "You need to be logged in to edit your profile." +msgstr "Profiljának módosításához be kell jelentkeznie." + +msgid "You need to be logged in to report a request for administrator attention" msgstr "" msgid "You previously submitted that exact follow up message for this request." msgstr "Korábban már beküldte ugyanezt a nyomon követési üzenetet erre az igénylésre vonatkozóan. " 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 "E-mailben meg kellett volna kapnia az igénylést, és a válaszadáshoz\\n <strong>egyszerűen válaszolnia</strong> kell erre az e-mailre. A kényelem kedvéért, íme a cím: " msgid "You want to <strong>give your postal address</strong> to the authority in private." msgstr "<strong>Postai címét megadhatja</strong> a közintézménynek bizalmasan. " @@ -3145,44 +3141,37 @@ msgstr "" "Igénylésére csak akkor fog választ kapni, ha végrehajtja a\n" "pontosítást." -msgid "You're in. <a href=\"#\" id=\"send-request\">Continue sending your request</a>" +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 "" +msgid "You're in. <a href=\"#\" id=\"send-request\">Continue sending your request</a>" +msgstr "Bejelentkezett. <a href=\"#\" id=\"send-request\">Igénylés elküldésének folytatása</a>" + msgid "You're long overdue a response to your FOI request - " msgstr "Közérdekűadat-igénylésére már rég választ kellett volna kapnia - " msgid "You're not following anything." -msgstr "" +msgstr "Ön nem követ semmit." msgid "You've now cleared your profile photo" msgstr "Eltávolította profilképét " -msgid "Your %d Freedom of Information request" -msgid_plural "Your %d Freedom of Information requests" -msgstr[0] "Ön még nem készített adatigénylést" -msgstr[1] "Az ön %d adatigénylése" - -msgid "Your %d annotation" -msgid_plural "Your %d annotations" -msgstr[0] "Az ön %d hozzászólása" -msgstr[1] "Az ön %d hozzászólása" - -msgid "Your <strong>name will appear publicly</strong> \\n (<a href=\"%s\">why?</a>)\\n on this website and in search engines. If you\\n are thinking of using a pseudonym, please \\n <a href=\"%s\">read this first</a>." +msgid "Your <strong>name will appear publicly</strong>\\n (<a href=\"{{why_url}}\">why?</a>)\\n on this website and in search engines. If you\\n are thinking of using a pseudonym, please\\n <a href=\"{{help_url}}\">read this first</a>." msgstr "" -"Az ön <strong>neve nyilvánosan megjelenik</strong> ezen a weboldalon és a keresőmotorokban (<a href=\"%s\">miért?</a>)\n" -" Ha álnevet kíván használni, <a href=\"%s\">olvassa el ezt először</a>. " +"Az ön <strong>neve nyilvánosan megjelenik</strong> ezen a weboldalon és a keresőmotorokban (<a href=\"{{why_url}}\">miért?</a>)\n" +" Ha álnevet kíván használni, <a href=\"{{help_url}}\">olvassa el ezt először</a>. " msgid "Your annotations" msgstr "Hozzászólásaim" msgid "Your details, including your email address, have not been given to anyone." -msgstr "" +msgstr "Adatait (beleértve az e-mail címét) senkinek nem továbítottuk." msgid "Your e-mail:" msgstr "Az ön e-mail címe: " -msgid "Your follow up has not been sent because this request has been stopped to prevent spam. Please <a href=\"%s\">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=\"%s\">Lépjen velünk kapcsolatba</a>, ha tényleg szeretne nyomon követési üzenetet küldeni. " +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. " msgid "Your follow up message has been sent on its way." msgstr "Nyomon követési üzenetét elküldtük. " @@ -3194,7 +3183,7 @@ msgid "Your message has been sent. Thank you for getting in touch! We'll get bac msgstr "Üzenetét elküldtük. Köszönjük, hogy kapcsolatba lépett velünk! Hamarosan jelentkezünk. " msgid "Your message to {{recipient_user_name}} has been sent" -msgstr "" +msgstr "{{recipient_user_name}} részére írt üzenetét a rendszer elküldte" msgid "Your message to {{recipient_user_name}} has been sent!" msgstr "Üzenetét elküldtük {{recipient_user_name}} részére. " @@ -3205,10 +3194,10 @@ msgstr "Üzenete megjelenik a <strong>keresőmotorokban</strong> " msgid "Your name and annotation will appear in <strong>search engines</strong>." msgstr "Az ön neve és hozzászólásai megjelennek a <strong>keresőmotorokban</strong>. " -msgid "Your name, request and any responses will appear in <strong>search engines</strong>\\n (<a href=\"%s\">details</a>)." +msgid "Your name, request and any responses will appear in <strong>search engines</strong>\\n (<a href=\"{{url}}\">details</a>)." msgstr "" "Az ön neve, az igénylés és a válaszok megjelennek a <strong>keresőmotorokban</strong>. \n" -" <a href=\"%s\">Részletek itt.</a>" +" <a href=\"{{url}}\">Részletek itt.</a>" msgid "Your name:" msgstr "Neve: " @@ -3223,6 +3212,12 @@ msgid "Your password:" msgstr "Az ön jelszava: " msgid "Your photo will be shown in public <strong>on the Internet</strong>,\\n wherever you do something on {{site_name}}." +msgstr "Profilképe az <strong>interneten</strong> nyilvánosan megjelenik, ha a {{site_name}} weboldalon valamilyen műveletet hajt végre." + +msgid "Your request '{{request}}' at {{url}} has been reviewed by moderators." +msgstr "" + +msgid "Your request on {{site_name}} hidden" msgstr "" msgid "Your request was called {{info_request}}. Letting everyone know whether you got the information will help us keep tabs on" @@ -3232,14 +3227,24 @@ msgid "Your request:" msgstr "Az ön igénylése: " msgid "Your response to an FOI request was not delivered" -msgstr "" +msgstr "Közérdekűadat-igénylésre adott válaszát nem lehet továbbítani" -msgid "Your response will <strong>appear on the Internet</strong>, <a href=\"%s\">read why</a> and answers to other questions." -msgstr "Válasza <strong>megjelenik az interneten</strong>, <a href=\"%s\">olvassa el, miért</a> az egyéb kérdésekre adott válaszokhoz hasonlóan. " +msgid "Your response will <strong>appear on the Internet</strong>, <a href=\"{{url}}\">read why</a> and answers to other questions." +msgstr "Válasza <strong>megjelenik az interneten</strong>, <a href=\"{{url}}\">olvassa el, miért</a> az egyéb kérdésekre adott válaszokhoz hasonlóan. " msgid "Your thoughts on what the {{site_name}} <strong>administrators</strong> should do about the request." msgstr "Az ön gondolatai arra vonatkozóan, hogy a {{site_name}} <strong>adminisztrátorainak</strong> mit kellene tenniük az igényléssel kapcsolatosan. " +msgid "Your {{count}} Freedom of Information request" +msgid_plural "Your {{count}} Freedom of Information requests" +msgstr[0] "Ön még nem készített adatigénylést" +msgstr[1] "Az ön {{count}} adatigénylése" + +msgid "Your {{count}} annotation" +msgid_plural "Your {{count}} annotations" +msgstr[0] "Az ön {{count}} hozzászólása" +msgstr[1] "Az ön {{count}} hozzászólása" + msgid "Your {{site_name}} email alert" msgstr "{{site_name}} hírlevél" @@ -3249,6 +3254,9 @@ msgstr "Üdvözlettel: " msgid "Yours sincerely," msgstr "Üdvözlettel: " +msgid "Yours," +msgstr "" + msgid "[FOI #{{request}} email]" msgstr "" @@ -3277,7 +3285,7 @@ msgid "also called {{public_body_short_name}}" msgstr "más néven {{public_body_short_name}} " msgid "an anonymous user" -msgstr "" +msgstr "névtelen felhasználó" msgid "and" msgstr "és" @@ -3342,7 +3350,7 @@ msgstr "" " Telefonon is kapcsolatba léphet velük. " msgid "details" -msgstr "" +msgstr "részletek" msgid "display_status only works for incoming and outgoing messages right now" msgstr "display_status csak az éppen most beérkező és kimenő üzenetek esetében működik " @@ -3360,7 +3368,7 @@ msgid "everything" msgstr "minden" msgid "external" -msgstr "" +msgstr "külső" msgid "has reported an" msgstr "bejelentett" @@ -3369,7 +3377,7 @@ msgid "have delayed." msgstr "késedelmes. " msgid "hide quoted sections" -msgstr "" +msgstr "idézett részek elrejtése" msgid "in term time" msgstr "szorgalmi időszakban " @@ -3410,12 +3418,12 @@ msgstr "" msgid "no later than" msgstr "nem később, mint " -msgid "no longer exists. If you are trying to make\\n 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=\"%s\">send it to us</a>." +msgid "no longer exists. If you are trying to make\\n 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 "" "már nem létezik. Ha \n" " Az igénylési oldalról próbáljon választ adni egy adott üzenetre ahelyett, hogy\n" " általános nyomon követést küldene. Ha általános nyomon követést kíván küldeni, és ismer olyan\n" -" e-mail címet, amely a megfelelő helyre kerül, <a href=\"%s\">küldje el nekünk is</a>. " +" e-mail címet, amely a megfelelő helyre kerül, <a href=\"{{url}}\">küldje el nekünk is</a>. " msgid "normally" msgstr "normális esetben " @@ -3450,13 +3458,13 @@ msgid "set to <strong>blank</strong> (empty string) if can't find an address; th msgstr "" msgid "show quoted sections" -msgstr "" +msgstr "idézett részek megjelenítése" msgid "sign in" msgstr "bejelentkezés" msgid "simple_date_format" -msgstr "" +msgstr "simple_date_format" msgid "successful" msgstr "sikeres" @@ -3479,7 +3487,7 @@ msgid "the main FOI contact at {{public_body}}" msgstr "{{public_body}} közérdekűadat-igénylésekkel foglalkozó elsődleges kapcsolattartója " msgid "the requester" -msgstr "" +msgstr "igénylő" msgid "the {{site_name}} team" msgstr "a {{site_name}} csapata " @@ -3523,9 +3531,32 @@ msgstr "hasznos információ. " msgid "users" msgstr "felhasználók" +msgid "what's that?" +msgstr "mi ez? " + msgid "{{count}} FOI requests found" msgstr "A fent megadott szempontoknak az eddigi adatigénylések közül az alábbi {{count}} felel meg:" +msgid "{{count}} Freedom of Information request to {{public_body_name}}" +msgid_plural "{{count}} Freedom of Information requests to {{public_body_name}}" +msgstr[0] "{{public_body_name}} az alábbi {{count}}db közérdekűadat-igénylést kapta eddig" +msgstr[1] "{{public_body_name}} az alábbi {{count}}db közérdekűadat-igénylést kapta eddig" + +msgid "{{count}} person is following this authority" +msgid_plural "{{count}} people are following this authority" +msgstr[0] "" +msgstr[1] "" + +msgid "{{count}} request" +msgid_plural "{{count}} requests" +msgstr[0] "{{count}} igénylés" +msgstr[1] "{{count}} igénylés" + +msgid "{{count}} request made." +msgid_plural "{{count}} requests made." +msgstr[0] "{{count}} igénylés készült" +msgstr[1] "{{count}} igénylés készült" + 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}} már létrehozta\n" @@ -3542,7 +3573,7 @@ msgid "{{law_used_full}} request GQ - {{title}}" msgstr "{{law_used_full}} igénylés GQ - {{title}} " msgid "{{law_used}} requests at {{public_body}}" -msgstr "" +msgstr "{{law_used}} igénylések {{public_body}} adatgazdánál" msgid "{{length_of_time}} ago" msgstr "Azóta {{length_of_time}} telt el." @@ -3554,22 +3585,22 @@ msgid "{{number_of_comments}} comments" msgstr "{{number_of_comments}} hozzászólás" msgid "{{public_body_link}} answered a request about" -msgstr "" +msgstr "{{public_body_link}} válaszolt a következőre irányuló adatigénylésre:" msgid "{{public_body_link}} was sent a request about" -msgstr "" +msgstr "{{public_body_link}} a következőre irányuló adatigénylést kapott:" msgid "{{public_body_name}} only:" msgstr "Csak a(z) {{public_body_name}} munkatársa:" msgid "{{public_body}} has asked you to explain part of your {{law_used}} request." -msgstr "" +msgstr "{{public_body}} kéri, hogy {{law_used}} igénylésének egy részét magyarázza meg." msgid "{{public_body}} sent a response to {{user_name}}" msgstr "{{public_body}} választ küldött {{user_name}} részére " msgid "{{reason}}, please sign in or make a new account." -msgstr "" +msgstr "{{reason}}, jelentkezzen be vagy hozzon létre új fiókot" msgid "{{search_results}} matching '{{query}}'" msgstr "{{search_results}}, amelyek megfelelnek a(z) '{{query}}' lekérdezésnek " @@ -3590,16 +3621,16 @@ msgid "{{thing_changed}} was changed from <code>{{from_value}}</code> to <code>{ msgstr "" msgid "{{title}} - a Freedom of Information request to {{public_body}}" -msgstr "" +msgstr "{{title}} - közérdekűadat-igénylés {{public_body}} részére" msgid "{{user_name}} (Account suspended)" msgstr "{{user_name}} (Fiók felfüggesztve) " msgid "{{user_name}} - Freedom of Information requests" -msgstr "" +msgstr "{{user_name}} - Közérdekűadat-igénylések " msgid "{{user_name}} - user profile" -msgstr "" +msgstr "{{user_name}} - felhasználói profil" msgid "{{user_name}} added an annotation" msgstr "{{user_name}} hozzászólt" diff --git a/locale/id/app.po b/locale/id/app.po index d7d1aebea..f17fadcc9 100644 --- a/locale/id/app.po +++ b/locale/id/app.po @@ -3,18 +3,21 @@ # This file is distributed under the same license as the PACKAGE package. # # Translators: -# <agung@airputih.or.id>, 2013. -# <agus.triwanto@gmail.com>, 2012. -# <ariadi01@gmail.com>, 2012. -# <bobo@airputih.org>, 2012. +# njung <agung@airputih.or.id>, 2013 +# Agus Triwanto <agus.triwanto@gmail.com>, 2012 +# Agus Triwanto <agus.triwanto@gmail.com>, 2012 +# <ariadi01@gmail.com>, 2012 +# bobo7e836b32124642a5 <bobo@airputih.org>, 2012 +# bobo7e836b32124642a5 <bobo@airputih.org>, 2012 +# njung <agung@airputih.or.id>, 2013 msgid "" msgstr "" "Project-Id-Version: alaveteli\n" "Report-Msgid-Bugs-To: http://github.com/sebbacon/alaveteli/issues\n" -"POT-Creation-Date: 2013-03-14 14:02-0700\n" -"PO-Revision-Date: 2013-03-15 04:39+0000\n" -"Last-Translator: njung <agung@airputih.or.id>\n" -"Language-Team: LANGUAGE <LL@li.org>\n" +"POT-Creation-Date: 2013-06-24 09:40-0700\n" +"PO-Revision-Date: 2013-06-24 16:52+0000\n" +"Last-Translator: louisecrow <louise@mysociety.org>\n" +"Language-Team: Indonesian (http://www.transifex.com/projects/p/alaveteli/language/id/)\n" "Language: id\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -26,8 +29,8 @@ msgstr "" "Ini akan muncul di profil {{site_name}} Anda, untuk membuatnya\n" " lebih mudah bagi yang lain untuk terlibat dengan apa yang sedang Anda kerjakan." -msgid " (<strong>no ranty</strong> politics, read our <a href=\"%s\">moderation policy</a>)" -msgstr "(<strong>politik kasar</strong> tidak diperkenankan, bacalah kebijakan <a href=\"%s\">moderasi kami</a>)" +msgid " (<strong>no ranty</strong> politics, read our <a href=\"{{url}}\">moderation policy</a>)" +msgstr "(<strong>politik kasar</strong> tidak diperkenankan, bacalah kebijakan <a href=\"{{url}}\">moderasi kami</a>)" msgid " (<strong>patience</strong>, especially for large files, it may take a while!)" msgstr " (<strong>sabar</strong>, khususnya untuk file berukuran besar, membutuhkan beberapa waktu!)" @@ -59,9 +62,9 @@ msgstr " Beritahukan tentang bagaimana <strong>cara terbaik untuk mengklarifikas msgid " Ideas on what <strong>other documents to request</strong> which the authority may hold. " msgstr "Gagasan tentang <strong>dokumen lain untuk diminta</strong> yang mungkin dimiliki oleh pihak berwenang." -msgid " If you know the address to use, then please <a href=\"%s\">send it to us</a>.\\n You may be able to find the address on their website, or by phoning them up and asking." +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 "" -" Jika Anda mengetahui alamat yang digunakan, maka silakan<a href=\"%s\">mengirimkannya kepada kami</a>.\n" +" Jika Anda mengetahui alamat yang digunakan, maka silakan<a href=\"{{url}}\">mengirimkannya kepada kami</a>.\n" " Anda mungkin dapat menemukan alamatnya di website mereka, atau dengan menelepon dan menanyakannya kepada mereka." msgid " Include relevant links, such as to a campaign page, your blog or a\\n twitter account. They will be made clickable. \\n e.g." @@ -103,18 +106,6 @@ msgstr " saat Anda mengirim pesan ini." msgid "\"Hello! We have an <a href=\\\"/help/alaveteli?country_name=#{CGI.escape(current_country)}\\\">important message</a> for visitors outside {{country_name}}\"" msgstr "\"Halo! Kami mempunyai <a href=\\\"/help/alaveteli?country_name=#{CGI.escape(current_country)}\\\">pesan penting</a> untuk pengunjung diluar {{country_name}}\"" -msgid "%d Freedom of Information request to %s" -msgid_plural "%d Freedom of Information requests to %s" -msgstr[0] "%d Permintaan Kebebasan Informasi ke %s" - -msgid "%d request" -msgid_plural "%d requests" -msgstr[0] "%d permintaan-permintaan" - -msgid "%d request made." -msgid_plural "%d requests made." -msgstr[0] "%d permintaan-permintaan yang diajukan." - msgid "'Crime statistics by ward level for Wales'" msgstr "'Statistik Kriminal berdasarkan tingkat penjara untuk Wales'" @@ -155,34 +146,14 @@ msgstr "2. Minta informasi" msgid "3. Now check your request" msgstr "3. Sekarang periksa permintaan Anda" -msgid "<a class=\"link_button_green\" href=\"{{url}}\">{{text}}</a>" -msgstr "<a class=\"link_button_green\" href=\"{{url}}\">{{text}}</a>" - -msgid "<a href=\"%s\">Add an annotation</a> (to help the requester or others)" -msgstr "<a href=\"%s\">Tambahkan anotasi</a> (untuk membantu peminta informasi atau yang lain)" - -msgid "<a href=\"%s\">Are we missing a public authority?</a>" -msgstr "<a href=\"%s\">Adakah otoritas publik yang belum kami cantumkan?</a>" - -msgid "<a href=\"%s\">Are you the owner of\\n any commercial copyright on this page?</a>" -msgstr "" -"<a href=\"%s\">Apakah Anda pemilik dari \n" -" hak cipta komersial di halaman ini?</a>" - -msgid "<a href=\"%s\">Browse all</a> or <a href=\"%s\">ask us to add one</a>." -msgstr "<a href=\"%s\">Lihat semua</a> atau <a href=\"%s\">minta kami untuk menambahkan</a>." - -msgid "<a href=\"%s\">Can't find the one you want?</a>" -msgstr "<a href=\"%s\">Tidak dapat menemukan apa yang Anda inginkan?</a>" +msgid "<a href=\"{{browse_url}}\">Browse all</a> or <a href=\"{{add_url}}\">ask us to add one</a>." +msgstr "<a href=\"{{browse_url}}\">Lihat semua</a> atau <a href=\"{{add_url}}\">minta kami untuk menambahkan</a>." -msgid "<a href=\"%s\">Sign in</a> to change password, subscriptions and more ({{user_name}} only)" -msgstr "<a href=\"%s\">Daftar</a> untuk mengubah kode sandi, langganan dan lain-lain (hanya {{user_name}})" +msgid "<a href=\"{{url}}\">Add an annotation</a> (to help the requester or others)" +msgstr "<a href=\"{{url}}\">Tambahkan anotasi</a> (untuk membantu peminta informasi atau yang lain)" -msgid "<a href=\"%s\">details</a>" -msgstr "<a href=\"%s\">rincian</a>" - -msgid "<a href=\"%s\">what's that?</a>" -msgstr "<a href=\"%s\">Apa itu?</a>" +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 "<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>" @@ -229,17 +200,23 @@ msgstr "" "<p>Kami menyarankan agar Anda mengedit permintaan Anda dan menghapus alamat email.\n" " Jika Anda meninggalkannya, alamat email tersebut akan dikirimkan kepada otoritas, tetapi tidak akan ditampilkan di situs.</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 "" + 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>Kami senang Anda memperoleh semua informasi yang Anda inginkan. Jika Anda menulis atau menggunakan informasi tersebut, mohon kembali ke situs ini dan menambahkan anotasi di bawah yang menyatakan apa yang Anda lakukan.</p><p>Jika Anda merasakan {{site_name}} berguna, <a href=\"{{donation_url}}\">berikanlah donasi</a> kepada badan amal yang mengelolanya.</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>Kami senang Anda memperoleh beberapa informasi yang Anda inginkan. Jika Anda merasakannya {{site_name}} berguna, <a href=\"{{donation_url}}\">berikanlah donasi</a> kepada badan amal yang mengelolanya.</p><p>Jika Anda ingin mencoba dan mendapatkan seluruh informasi tersebut, berikut apa yang harus dilakukan sekarang.</p>" -msgid "<p>You do not need to include your email in the request in order to get a reply (<a href=\"%s\">details</a>).</p>" -msgstr "<p>Anda tidak perlu menyertakan email Anda dalam permintaan ini untuk mendapatkan balasan (<a href=\"%s\">rincian</a>).</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 "" + +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 "<p>Anda tidak perlu menyertakan email Anda dalam permintaan ini untuk mendapatkan balasan (<a href=\"{{url}}\">rincian</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=\"%s\">details</a>).</p>" -msgstr "<p>Anda tidak perlu menyertakan email Anda dalam permintaan ini untuk mendapatkan balasan, karena kami akan memintanya di layar berikutnya (<a href=\"%s\">rincian</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 "<p>Anda tidak perlu menyertakan email Anda dalam permintaan ini untuk mendapatkan balasan, karena kami akan memintanya di layar berikutnya (<a href=\"{{url}}\">rincian</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>Permintaan Anda memuat <strong>kode pos</strong>. Kecuali berhubungan langsung dengan subyek permintaan Anda, silakan hapus alamat apapun karena <strong>akan tampil secara terbuka di Internet</strong>.</p>" @@ -261,14 +238,10 @@ msgstr "" "bulk/spam Anda. Terkadang, pesan-pesan kami ditandai seperti demikian.</small>\n" "</p>" -msgid "<span id='follow_count'>%d</span> person is following this authority" -msgid_plural "<span id='follow_count'>%d</span> people are following this authority" -msgstr[0] "<span id='follow_count'>%d</span> orang mengikuti otoritas ini" - -msgid "<strong> Can I request information about myself?</strong>\\n\t\t\t<a href=\"%s\">No! (Click here for details)</a>" +msgid "<strong> Can I request information about myself?</strong>\\n\t\t\t<a href=\"{{url}}\">No! (Click here for details)</a>" msgstr "" "<strong> Bisakah saya meminta informasi tentang saya sendiri?</strong>\n" -"\t\t\t<a href=\"%s\">Tidak! (Klik di sini untuk rincian)</a>" +"\t\t\t<a href=\"{{url}}\">Tidak! (Klik di sini untuk rincian)</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>dikomentari oleh:tony_bowden</code></strong> untuk mencari anotasi yang dibuat oleh Tony Bowden, mengetikkan nama seperti di URL." @@ -335,10 +308,10 @@ msgstr "" " Kami akan mengirimkan email ke alamat email Anda yang baru. Ikutilah\n" " instruksi di dalamnya untuk mengkonfirmasi perubahan email Anda." -msgid "<strong>Privacy note:</strong> If you want to request private information about\\n yourself then <a href=\"%s\">click here</a>." +msgid "<strong>Privacy note:</strong> If you want to request private information about\\n yourself then <a href=\"{{url}}\">click here</a>." msgstr "" "<strong>Catatan privasi:</strong> Jika Anda ingin meminta informasi privat tentang\n" -" Anda sendiri maka <a href=\"%s\">click here</a>." +" Anda sendiri maka <a href=\"{{url}}\">click here</a>." 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>Catatan privasi:</strong> Foto Anda akan ditampilkan secara terbuka di internet,\\n di mana pun anda melakukan sesuatu pada {{site_name}}." @@ -369,6 +342,9 @@ msgstr "Sebuah<strong>ringkasan</strong> dari respon jika Anda telah menerimanya msgid "A Freedom of Information request" msgstr "Permintaan Freedom of Information" +msgid "A full history of my FOI request and all correspondence is available on the Internet at this address: {{url}}" +msgstr "" + 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 "Sebuah permintaan baru, <em><a href=\"{{request_url}}\">{{request_title}}</a></em>, telah dikirim kepada {{public_body_name}} oleh {{info_request_user}} pada {{date}}." @@ -393,6 +369,15 @@ msgstr "Tentang Anda:" msgid "Act on what you've learnt" msgstr "Bertindak atas apa yang telah Anda pelajari" +msgid "Acts as xapian/acts as xapian job" +msgstr "" + +msgid "ActsAsXapian::ActsAsXapianJob|Action" +msgstr "" + +msgid "ActsAsXapian::ActsAsXapianJob|Model" +msgstr "" + msgid "Add an annotation" msgstr "Tambahkan anotasi" @@ -482,13 +467,19 @@ msgstr "Siapapun:" msgid "Applies to" msgstr "Berlaku untuk" +msgid "Are we missing a public authority?" +msgstr "Adakah otoritas publik yang belum kami cantumkan?" + +msgid "Are you the owner of any commercial copyright on this page?" +msgstr "Apakah Anda pemilik dari hak cipta komersial di halaman ini?" + msgid "Ask for <strong>specific</strong> documents or information, this site is not suitable for general enquiries." msgstr "Meminta <strong>dokumen atau informasi</strong> spesifik, situs ini tidak cocok untuk pertanyaan umum." -msgid "At the bottom of this page, write a reply to them trying to persuade them to scan it in\\n (<a href=\"%s\">more details</a>)." +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 "" "Di bagian bawah halaman ini, tulislah balasan kepada mereka berusaha membujuk mereka untuk memindainya \n" -" (<a href=\"%s\">lebih banyak rincian</a>)." +" (<a href=\"{{url}}\">lebih banyak rincian</a>)." msgid "Attachment (optional):" msgstr "Lampiran (opsional):" @@ -526,6 +517,9 @@ msgstr "Berdasarkan undang-undang, {{public_body_link}} seharusnya sudah menangg msgid "Calculated home page" msgstr "Terhitung halaman beranda" +msgid "Can't find the one you want?" +msgstr "Tidak dapat menemukan apa yang Anda inginkan?" + msgid "Cancel a {{site_name}} alert" msgstr "Membatalkan{{site_name}} tanda notifikasi" @@ -695,6 +689,9 @@ msgstr "Saat ini<strong>sedang menunggu respon</strong> dari{{public_body_link}} msgid "Date:" msgstr "Tanggal:" +msgid "Dear {{name}}," +msgstr "" + msgid "Dear {{public_body_name}}," msgstr "Yang terhormat {{public_body_name}}," @@ -775,8 +772,8 @@ msgstr "Email saya update dari permintaan ini" msgid "Enter words that you want to find separated by spaces, e.g. <strong>climbing lane</strong>" msgstr "Masukkan kata-kata yang ingin Anda cari dipisahkan dengan spasi, contoh <strong>jalur pendakian</strong>" -msgid "Enter your response below. You may attach one file (use email, or\\n <a href=\"%s\">contact us</a> if you need more)." -msgstr "Masukkan respon Anda di bawah. Anda dapat melampirkan satu file (gunakan email, atau\\n <a href=\"%s\">kontak kami</a> jika Anda butuh lebih)." +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 "Masukkan respon Anda di bawah. Anda dapat melampirkan satu file (gunakan email, atau\\n <a href=\"{{url}}\">kontak kami</a> jika Anda butuh lebih)." msgid "Environmental Information Regulations" msgstr "Peraturan Informasi Lingkungan" @@ -796,17 +793,17 @@ msgstr "Rincian sejarah peristiwa" msgid "Event {{id}}" msgstr "Event {{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 forever (<a href=\"%s\">why?</a>)." +msgid "Everything that you enter on this page, including <strong>your name</strong>,\\n will be <strong>displayed publicly</strong> on\\n this website forever (<a href=\"{{url}}\">why?</a>)." msgstr "" "Semua yang Anda masukkan di halaman ini, termasuk<strong>nama Anda</strong>, \n" " akan<strong>ditampilkan secara terbuka </strong> di\n" -" website ini selamanya (<a href=\"%s\">kenapa?</a>)." +" website ini selamanya (<a href=\"{{url}}\">kenapa?</a>)." -msgid "Everything that you enter on this page\\n will be <strong>displayed publicly</strong> on\\n this website forever (<a href=\"%s\">why?</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 "" "Semua yang Anda masukkan di halama ini \n" " akan<strong>ditampilkan secara terbuka </strong> di\n" -" website ini selamanya (<a href=\"%s\">kenapa?</a>)." +" website ini selamanya (<a href=\"{{url}}\">kenapa?</a>)." msgid "FOI" msgstr "FOI" @@ -832,17 +829,20 @@ msgstr "Jawaban permintaan membutuhkan {{{reason}}} - {{title}}" msgid "Failed to convert image to a PNG" msgstr "Failed to convert image to a PNG" -msgid "Failed to convert image to the correct size: at %{cols}x%{rows}, need %{width}x%{height}" -msgstr "Tidak berhasil mengubah gambar ke ukuran yang tepat: pada %{cols}x%{rows}, need %{width}x%{height}" +msgid "Failed to convert image to the correct size: at {{cols}}x{{rows}}, need {{width}}x{{height}}" +msgstr "Tidak berhasil mengubah gambar ke ukuran yang tepat: pada {{cols}}x{{rows}}, need {{width}}x{{height}}" msgid "Filter" msgstr "Filter" -msgid "First, type in the <strong>name of the UK public authority</strong> you'd \\n like information from. <strong>By law, they have to respond</strong>\\n (<a href=\"%s#%s\">why?</a>)." +msgid "First, did your other requests succeed?" +msgstr "" + +msgid "First, type in the <strong>name of the UK public authority</strong> you'd\\n like information from. <strong>By law, they have to respond</strong>\\n (<a href=\"{{url}}\">why?</a>)." msgstr "" -"Pertama, ketik <strong>nama dari otoritas publik </strong> yang Anda\n" -" ingin informasi darinya. <strong>Berdasarkan undang-undang, mereka harus merespon </strong>\n" -" (<a href=\"%s#%s\">mengapa?</a>)." +"Pertama, ketik <strong>nama dari otoritas public Kerajaan Inggris </strong> Anda\n" +" ingin informasi dari. <strong>Berdasarkan undang-undang, mereka harus merespon </strong>\n" +" (<a href=\"{{url}}\">mengapa?</a>)." msgid "Foi attachment" msgstr "Lampiran permintaan" @@ -922,9 +922,9 @@ msgstr "Untuk alasan yang tidak diketahui, Anda tidak dapat mengajukan permintaa msgid "Forgotten your password?" msgstr "Lupa kode sandi Anda?" -msgid "Found %d public authority %s" -msgid_plural "Found %d public authorities %s" -msgstr[0] "Menemukan %d otoritas publik %s" +msgid "Found {{count}} public authority {{description}}" +msgid_plural "Found {{count}} public authorities {{description}}" +msgstr[0] "Menemukan {{count}} otoritas publik {{description}}" msgid "Freedom of Information" msgstr "Freedom of Information" @@ -961,11 +961,11 @@ msgstr "Permintaan Freedom of information kepada" msgid "From" msgstr "Dari" -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=\"%s\">send it to us</a>." +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 "" "Dari halaman permintaan, cobalah untuk membalas ke pesan tertentu, daripada mengirimkan\n" " tindak lanjut umum. Jika Anda perlu membuat tindak lanjut umum, dan tahu\n" -" email yang akan dikirimkan ke tempat yang benar, silakan <a href=\"%s\">kirimkan kepada kami</a>." +" email yang akan dikirimkan ke tempat yang benar, silakan <a href=\"{{url}}\">kirimkan kepada kami</a>." msgid "From:" msgstr "Dari:" @@ -976,6 +976,18 @@ msgstr "BERIKAN RINCIAN TENTANG KEBERATAN ANDA DI SINI" msgid "Handled by post." msgstr "Ditangani oleh pos." +msgid "Has tag string/has tag string tag" +msgstr "" + +msgid "HasTagString::HasTagStringTag|Model" +msgstr "" + +msgid "HasTagString::HasTagStringTag|Name" +msgstr "" + +msgid "HasTagString::HasTagStringTag|Value" +msgstr "" + msgid "Hello! You can make Freedom of Information requests within {{country_name}} at {{link_to_website}}" msgstr "Halo! Anda dapat membuat permintaan Freedom of Information di {{country_name}} pada{{link_to_website}}" @@ -1036,6 +1048,9 @@ msgstr "Saya meminta <strong>informasi baru</strong>" msgid "I am requesting an <strong>internal review</strong>" msgstr "Saya meminta <strong>kajian internal</strong>" +msgid "I am writing to request an internal review of {{public_body_name}}'s handling of my FOI request '{{info_request_title}}'." +msgstr "" + msgid "I don't like these ones — give me some more!" msgstr "Saya tidak suka yang ini — beri saya beberapa lagi!" @@ -1077,8 +1092,8 @@ msgstr "Saya menerima pesan error" msgid "Id" msgstr "Id" -msgid "If the address is wrong, or you know a better address, please <a href=\"%s\">contact us</a>." -msgstr "Jika alamatnya salah, atau Anda tahu alamat yang lebih baik, silakan <a href=\"%s\">hubungi kami</a>." +msgid "If the address is wrong, or you know a better address, please <a href=\"{{url}}\">contact us</a>." +msgstr "Jika alamatnya salah, atau Anda tahu alamat yang lebih baik, silakan <a href=\"{{url}}\">hubungi kami</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 "Jika errornya adalah kegagalan pengiriman, dan Anda dapat menemukan alamat email FOI otoritas publik yang baru, silakan memberi tahu kami menggunakan form dibawah ini." @@ -1089,22 +1104,22 @@ msgstr "" "atau sebuah email tentang subyek lainnya kepada {{user}}, maka silakan\n" "email {{contact_email}} untuk bantuan." -msgid "If you are dissatisfied by the response you got from\\n the public authority, you have the right to\\n complain (<a href=\"%s\">details</a>)." +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 "" "Jika Anda tidak puas dengan respon yang Anda peroleh dari\n" " otoritas publik tersebut, Anda berhak untuk\n" -" mengajukan keberatan (<a href=\"%s\">rincian</a>)." +" mengajukan keberatan (<a href=\"{{url}}\">rincian</a>)." -msgid "If you are still having trouble, please <a href=\"%s\">contact us</a>." -msgstr "Jika Anda masih mengalami kesulitan, silakan <a href=\"%s\">hubungi kami</a>." +msgid "If you are still having trouble, please <a href=\"{{url}}\">contact us</a>." +msgstr "Jika Anda masih mengalami kesulitan, silakan <a href=\"{{url}}\">hubungi kami</a>." -msgid "If you are the requester, then you may <a href=\"%s\">sign in</a> to view the request." -msgstr "Jika Anda adalah sang pemohon, maka Anda dapat <a href=\"%s\">mendaftar</a> untuk menampilkan permintaan tersebut." +msgid "If you are the requester, then you may <a href=\"{{url}}\">sign in</a> to view the request." +msgstr "Jika Anda adalah sang pemohon, maka Anda dapat <a href=\"{{url}}\">mendaftar</a> untuk menampilkan permintaan tersebut." -msgid "If you are thinking of using a pseudonym,\\n please <a href=\"%s\">read this first</a>." +msgid "If you are thinking of using a pseudonym,\\n please <a href=\"{{url}}\">read this first</a>." msgstr "" "Jika Anda mempertimbangkan untuk menggunakan nama samaran,\n" -" silakan <a href=\"%s\">baca ini terlebih dahulu</a>." +" silakan <a href=\"{{url}}\">baca ini terlebih dahulu</a>." msgid "If you are {{user_link}}, please" msgstr "Jika Anda adalah {{user_link}}, silakan" @@ -1292,8 +1307,8 @@ msgstr "Bergabung {{site_name}} di" msgid "Just one more thing" msgstr "Satu hal lagi" -msgid "Keep it <strong>focused</strong>, you'll be more likely to get what you want (<a href=\"%s\">why?</a>)." -msgstr "Tetap <strong>fokus</strong>, Anda akan lebih mungkin untuk mendapatkan apa yang Anda inginkan (<a href=\"%s\">mengapa?</a>)." +msgid "Keep it <strong>focused</strong>, you'll be more likely to get what you want (<a href=\"{{url}}\">why?</a>)." +msgstr "Tetap <strong>fokus</strong>, Anda akan lebih mungkin untuk mendapatkan apa yang Anda inginkan (<a href=\"{{url}}\">mengapa?</a>)." msgid "Keywords" msgstr "Katakunci" @@ -1363,12 +1378,6 @@ msgstr "MailServerLog | Line" msgid "MailServerLog|Order" msgstr "MailServerLog | Order" -msgid "Make a new <strong>Environmental Information</strong> request" -msgstr "Buat permintaan<strong>Informasi Lingkungan</strong> yang baru" - -msgid "Make a new <strong>Freedom of Information</strong> request to {{public_body}}" -msgstr "Buat permintaan<strong>Freedom of Information</strong> yang baru kepada{{public_body}}" - msgid "Make a new<br/>\\n <strong>Freedom <span>of</span><br/>\\n Information<br/>\\n request</strong>" msgstr "" "Buat permintaan <br/>\n" @@ -1379,6 +1388,9 @@ msgstr "" msgid "Make a request" msgstr "Buat permintaan" +msgid "Make a request to this authority" +msgstr "" + msgid "Make an {{law_used_short}} request to '{{public_body_name}}'" msgstr "Buat {{law_used_short}} permintaan kepada '{{public_body_name}}'" @@ -1616,8 +1628,8 @@ msgstr "Mainkan permainan kategorisasi permintaan!" msgid "Please" msgstr "Silakan" -msgid "Please <a href=\"%s\">get in touch</a> with us so we can fix it." -msgstr "Silakan<a href=\"%s\">berhubungan</a> dengan kami sehingga kami dapat memperbaikinya." +msgid "Please <a href=\"{{url}}\">get in touch</a> with us so we can fix it." +msgstr "Silakan<a href=\"{{url}}\">berhubungan</a> dengan kami sehingga kami dapat memperbaikinya." msgid "Please <strong>answer the question above</strong> so we know whether the " msgstr "Mohon <strong>jawab pertanyaan di atas</strong> sehingga kami tahu apakah " @@ -1639,6 +1651,9 @@ msgstr "Mohon periksa jika URL (yaitu kode panjang huruf dan angka) disalin" msgid "Please choose a file containing your photo." msgstr "Silakan pilih file yang berisi foto Anda." +msgid "Please choose a reason" +msgstr "" + msgid "Please choose what sort of reply you are making." msgstr "Silakan pilih balasan seperti apa yang Anda buat." @@ -1727,15 +1742,16 @@ msgstr "" "Mohon hanya meminta informasi yang ada di dalam kategori-kategori tersebut, <strong>jangan membuang\n" " waktu Anda</strong> atau waktu otoritas publik dengan meminta informasi yang tidak berkaitan." +msgid "Please pass this on to the person who conducts Freedom of Information reviews." +msgstr "" + msgid "Please select each of these requests in turn, and <strong>let everyone know</strong>\\nif they are successful yet or not." msgstr "" "Silakan pilih masing-masing permintaan ini bergantian, dan <strong>biarkan semua orang tahu </strong>\n" "apakah mereka sudah berhasil atau belum." -msgid "Please sign at the bottom with your name, or alter the \"%{signoff}\" signature" -msgstr "" -"Mohon tandatangani bagian bawah dengan nama Anda, atau ubah \"%{signoff}\" tanda tangan\n" -"Silakan masuk sebagai " +msgid "Please sign at the bottom with your name, or alter the \"{{signoff}}\" signature" +msgstr "Mohon tandatangani bagian bawah dengan nama Anda, atau ubah \"{{signoff}}\" tanda tangan" msgid "Please sign in as " msgstr "Silakan masuk sebagai" @@ -1842,9 +1858,6 @@ msgstr "Otoritas publik - {{name}}" msgid "Public body" msgstr "Badan publik" -msgid "Public body/translation" -msgstr "Public body/translation" - msgid "Public notes" msgstr "Catatan publik" @@ -1854,33 +1867,6 @@ msgstr "Halaman publik" msgid "Public page not available" msgstr "Halaman publik tidak ada" -msgid "PublicBody::Translation|Disclosure log" -msgstr "PublicBody::Translation | Disclosure log" - -msgid "PublicBody::Translation|First letter" -msgstr "PublicBody::Translation|First letter" - -msgid "PublicBody::Translation|Locale" -msgstr "PublicBody::Translation|Locale" - -msgid "PublicBody::Translation|Name" -msgstr "PublicBody::Translation|Name" - -msgid "PublicBody::Translation|Notes" -msgstr "PublicBody::Translation|Notes" - -msgid "PublicBody::Translation|Publication scheme" -msgstr "PublicBody::Translation|Publication scheme" - -msgid "PublicBody::Translation|Request email" -msgstr "PublicBody::Translation|Request email" - -msgid "PublicBody::Translation|Short name" -msgstr "PublicBody::Translation|Short name" - -msgid "PublicBody::Translation|Url name" -msgstr "PublicBody::Translation|Url name" - msgid "PublicBody|Api key" msgstr "PublicBody | Api key" @@ -1976,6 +1962,9 @@ msgstr "Laporkan penyalahgunaan" msgid "Report an offensive or unsuitable request" msgstr "Laporkan sebuah permintaan yang tidak sopan atau tidak sesuai" +msgid "Report request" +msgstr "" + msgid "Report this request" msgstr "Laporkan permintaan ini" @@ -2084,9 +2073,9 @@ msgstr "Hasil pencarian" msgid "Search the site to find what you were looking for." msgstr "Cari situs ini untuk menemukan apa yang Anda cari." -msgid "Search within the %d Freedom of Information requests to %s" -msgid_plural "Search within the %d Freedom of Information requests made to %s" -msgstr[0] "Cari di dalam %d permintaan Freedom of Information yang dibuat kepada %s" +msgid "Search within the {{count}} Freedom of Information requests to {{public_body_name}}" +msgid_plural "Search within the {{count}} Freedom of Information requests made to {{public_body_name}}" +msgstr[0] "Cari di dalam {{count}} permintaan Freedom of Information yang dibuat kepada {{public_body_name}}" msgid "Search your contributions" msgstr "Cari kontribusi Anda" @@ -2202,9 +2191,6 @@ msgstr "Maaf, kami tidak dapat menemukan halaman tersebut" msgid "Special note for this authority!" msgstr "Catatan khusus untuk otoritas ini!" -msgid "Start" -msgstr "Mulai" - msgid "Start now »" msgstr "Mulai sekarang »" @@ -2368,22 +2354,22 @@ msgstr "Permintaan <strong>berhasil</strong>." msgid "The request was refused by the public authority" msgstr "Permintaan ditolak oleh otoritas publik" -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=\"%s\">contact us</a> if you have any questions." +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 "" "Permintaan yang Anda coba untuk tampilkan telah dihapus. Ada\n" "berbagai alasan mengapa kami mungkin melakukan hal ini, maaf kami tidak dapat lebih spesifik lagi di sini. Silakan <a\n" -" href=\"%s\">hubungi kami</a> jika Anda memiliki pertanyaan apapun." +" href=\"{{url}}\">hubungi kami</a> jika Anda memiliki pertanyaan apapun." msgid "The requester has abandoned this request for some reason" msgstr "Pemohon telah mengabaikan permintaan ini karena beberapa alasan" -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" +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 "" "Respon terhadap permintaan Anda telah <strong>ditunda</strong>. Anda dapat mengatakan bahwa, \n" " Berdasarkan undang-undang, otoritas seharusnya sudah merespon\n" " <strong>dengan segera</strong> dan" -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" +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 "" "Respon terhadap permintaan Anda sudah <strong>lama terlambat</strong>. Anda dapat mengatakan bahwa, berdasarkan \n" " undang-undang, dalam keadaan apapun, otoritas seharusnya sudah merespon\n" @@ -2395,6 +2381,9 @@ msgstr "Indeks pencarian saat ini sedang offline, sehingga kami tidak dapat mena msgid "The search index is currently offline, so we can't show the Freedom of Information requests this person has made." msgstr "Indeks pencarian saat ini sedang offline, sehingga kami tidak dapat menampilkan permintaan Freedom of Information yang telah dibuat oleh orang ini." +msgid "The {{site_name}} team." +msgstr "" + msgid "Then you can cancel the alert." msgstr "Maka Anda dapat membatalkan tanda notifikasi." @@ -2470,16 +2459,16 @@ msgstr "Maka anotasi Anda kepada {{info_request_title}} akan diposting." msgid "There are {{count}} new annotations on your {{info_request}} request. Follow this link to see what they wrote." msgstr "Ada {{count}} anotasi baru pada permintaan {{info_request}} Anda. Ikuti tautan ini untuk melihat apa yang mereka tulis." -msgid "There is %d person following this request" -msgid_plural "There are %d people following this request" -msgstr[0] "Ada %d orang mengikuti permintaan ini" - 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 "Ada <strong>lebih dari satu orang</strong> yang menggunakan situs ini dan memiliki nama ini.\\n Salah satu dari mereka ditunjukkan dibawah, mungkin yang Anda maksud orang yang berbeda:" 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 "Ada batas jumlah permintaan yang dapat Anda buat dalam sehari, karena kami tidak mau otoritas publik dibombardir dengan sejumlah besar permintaan yang tidak sesuai. Jika Anda merasa Anda memiliki alasan yang bagus untuk meminta batasan ini dicabut dalam kasus Anda, silakan <a href='{{help_contact_path}}'>berhubungan</a>." +msgid "There is {{count}} person following this request" +msgid_plural "There are {{count}} people following this request" +msgstr[0] "Ada {{count}} orang mengikuti permintaan ini" + msgid "There was a <strong>delivery error</strong> or similar, which needs fixing by the {{site_name}} team." msgstr "Ada <strong>kesalahan pengiriman</strong> atau yang serupa, yang perlu diperbaiki oleh {{site_name}} tim." @@ -2518,10 +2507,10 @@ msgstr "Hal yang Anda ikuti" msgid "This authority no longer exists, so you cannot make a request to it." msgstr "Otoritas ini tidak lagi ada, sehingga Anda tidak dapat membuat permintaan kepadanya." -msgid "This comment has been hidden. See annotations to\\n find out why. If you are the requester, then you may <a href=\"%s\">sign in</a> to view the response." +msgid "This comment has been hidden. See annotations to\\n find out why. If you are the requester, then you may <a href=\"{{url}}\">sign in</a> to view the response." msgstr "" "Komentar ini sudah disembunyikan. Lihat anotasi untuk\n" -" mengetahui kenapa. Jika Anda adalah sang pemohon, maka Anda dapat <a href=\"%s\">masuk</a> untuk menampilkan respon tersebut." +" mengetahui kenapa. Jika Anda adalah sang pemohon, maka Anda dapat <a href=\"{{url}}\">masuk</a> untuk menampilkan respon tersebut." msgid "This covers a very wide spectrum of information about the state of\\n the <strong>natural and built environment</strong>, such as:" msgstr "" @@ -2548,10 +2537,10 @@ 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 outgoing message has been hidden. See annotations to\\n\t\t\t\t\t\tfind out why. If you are the requester, then you may <a href=\"%s\">sign in</a> to view the response." +msgid "This outgoing message has been hidden. See annotations to\\n\t\t\t\t\t\tfind out why. If you are the requester, then you may <a href=\"{{url}}\">sign in</a> to view the response." msgstr "" "Pesan keluar ini telah disembunyikan. Lihat anotasi untuk\n" -"\t\t\t\t\t\tmengetahui kenapa. Jika Anda adalah sang pemohon, maka Anda dapat <a href=\"%s\">masuk</a> untuk menampilkan respon tersebut." +"\t\t\t\t\t\tmengetahui kenapa. Jika Anda adalah sang pemohon, maka Anda dapat <a href=\"{{url}}\">masuk</a> untuk menampilkan respon tersebut." msgid "This particular request is finished:" msgstr "Peemintaan khusus ini telah selesai:" @@ -2559,17 +2548,17 @@ msgstr "Peemintaan khusus ini telah selesai:" msgid "This person has made no Freedom of Information requests using this site." msgstr "Orang ini belum membuat permintaan Freedom of Information apapun menggunakan situs ini." -msgid "This person's %d Freedom of Information request" -msgid_plural "This person's %d Freedom of Information requests" -msgstr[0] "Orang ini %d permintaan Freedom of Information" - -msgid "This person's %d annotation" -msgid_plural "This person's %d annotations" -msgstr[0] "Orang ini %d anotasi" - msgid "This person's annotations" msgstr "Anotasi orang ini" +msgid "This person's {{count}} Freedom of Information request" +msgid_plural "This person's {{count}} Freedom of Information requests" +msgstr[0] "Orang ini {{count}} permintaan Freedom of Information" + +msgid "This person's {{count}} annotation" +msgid_plural "This person's {{count}} annotations" +msgstr[0] "Orang ini {{count}} anotasi" + msgid "This request <strong>requires administrator attention</strong>" msgstr "Permintaan ini <strong>membutuhkan perhatian administrator</strong>" @@ -2593,8 +2582,8 @@ msgstr "" "Permintaan ini telah <strong>ditarik</strong> oleh orang yang membuatnya. \n" " \t Mungkin ada penjelasan dalam korespondensi di bawah." -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=\"%s\">contact us</a>." -msgstr "Permintaan ini telah ditandai untuk di review oleh administrator, tetapi tidak disembunyikan pada saat ini. Jika Anda yakin akan disembunyikan, silakan <a href=\"%s\">kontak kami</a>." +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 "Permintaan ini telah ditandai untuk di review oleh administrator, tetapi tidak disembunyikan pada saat ini. Jika Anda yakin akan disembunyikan, silakan <a href=\"{{url}}\">kontak kami</a>." msgid "This request has been reported for administrator attention" msgstr "Permintaan ini telah dilaporkan untuk perhatian administrator" @@ -2610,10 +2599,10 @@ msgstr "" "Permintaan ini memiliki keulungan 'tersembunyi'. Anda hanya dapat melihatnya karena Anda masuk\n" " sebagai pengguna super." -msgid "This request is hidden, so that only you the requester can see it. Please\\n <a href=\"%s\">contact us</a> if you are not sure why." +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 "" "Permintaan ini disembunyikan, sehingga hanya Anda sang pemhon yang dapat melihatnya. Silakan\n" -" <a href=\"%s\">hubungi kami</a> jika Anda tidak yakin mengapa." +" <a href=\"{{url}}\">hubungi kami</a> jika Anda tidak yakin mengapa." msgid "This request is still in progress:" msgstr "Permintaan ini masih dalam proses:" @@ -2624,10 +2613,10 @@ msgstr "Permintaan ini membutuhkan perhatian administrator" msgid "This request was not made via {{site_name}}" msgstr "Permintaan ini tidak dibuat melalui {{site_name}}" -msgid "This response has been hidden. See annotations to find out why.\\n If you are the requester, then you may <a href=\"%s\">sign in</a> to view the response." +msgid "This response has been hidden. See annotations to find out why.\\n If you are the requester, then you may <a href=\"{{url}}\">sign in</a> to view the response." msgstr "" "Respon ini telah disembunyikan. Lihat anotasi untuk mengetahui kenapa.\n" -" Jika Anda adalah sang pemohon, maka Anda dapat <a href=\"%s\">masuk</a> untuk melihat respon tersebut." +" Jika Anda adalah sang pemohon, maka Anda dapat <a href=\"{{url}}\">masuk</a> untuk melihat respon tersebut." 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 "" @@ -2708,8 +2697,8 @@ msgstr "Untuk memposting anotasi Anda" msgid "To reply to " msgstr "Untuk membalas ke " -msgid "To report this FOI request" -msgstr "Untuk melaporkan permintaan ini" +msgid "To report this request" +msgstr "" msgid "To send a follow up message to " msgstr "Untuk mengirimkan pesan tindak lanjut kepada" @@ -2795,11 +2784,11 @@ msgstr "Jenis hasil pencarian yang tidak terduga" msgid "Unexpected search result type " msgstr "Jenis hasil pencarian yang tidak terduga " -msgid "Unfortunately we don't know the FOI\\nemail address for that authority, so we can't validate this.\\nPlease <a href=\"%s\">contact us</a> to sort it out." +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 "" "Sayangnya kami tidak mengetahui FOI \n" "alamat email untuk otoritas tersebut, sehingga kami tidak dapat memvalidasi ini.\n" -"Silakan <a href=\"%s\">hubungi kami</a> untuk mengatasinya." +"Silakan <a href=\"{{url}}\">hubungi kami</a> untuk mengatasinya." msgid "Unfortunately, we do not have a working {{info_request_law_used_full}}\\naddress for" msgstr "" @@ -2935,6 +2924,12 @@ msgstr "Menunggu otoritas publik untuk membalas" msgid "Was the response you got to your FOI request any good?" msgstr "Apakah respon yang Anda terima atas permintaa FOI Anda berguna?" +msgid "We consider it is not a valid FOI request, and have therefore hidden it from other users." +msgstr "" + +msgid "We consider it to be vexatious, and have therefore hidden it from other users." +msgstr "" + msgid "We do not have a working request email address for this authority." msgstr "Kami tidak memiliki alamat email permintaan yang bekerja untuk otoritas ini." @@ -2948,10 +2943,10 @@ msgstr "" " –\n" "\tjika Anda adalah {{user_link}} silakan <a href=\"{{url}}\">masuk</a> dan jangan biarkan siapapun tahu." -msgid "We will not reveal your email address to anybody unless you or\\n the law tell us to (<a href=\"%s\">details</a>). " +msgid "We will not reveal your email address to anybody unless you or\\n the law tell us to (<a href=\"{{url}}\">details</a>). " msgstr "" "Kami tidak akan mengungkapkan alamat email Anda kepada siapapun kecuali Anda atau\n" -" undang-undang menyuruh kami untuk melakukannya (<a href=\"%s\">rincian</a>). " +" undang-undang menyuruh kami untuk melakukannya (<a href=\"{{url}}\">rincian</a>). " msgid "We will not reveal your email address to anybody unless you\\nor the law tell us to." msgstr "" @@ -3004,8 +2999,8 @@ msgstr "" "Ketika Anda menerima respon tertulis, mohon bantu\n" " yang lainnya untuk mengetahui apa yang dikatakannya:" -msgid "When you're done, <strong>come back here</strong>, <a href=\"%s\">reload this page</a> and file your new request." -msgstr "Ketika Anda selesai, <strong>kembali ke sini</strong>, <a href=\"%s\">muat ulang halaman ini</a> dan ajukan permintaan baru Anda." +msgid "When you're done, <strong>come back here</strong>, <a href=\"{{url}}\">reload this page</a> and file your new request." +msgstr "Ketika Anda selesai, <strong>kembali ke sini</strong>, <a href=\"{{url}}\">muat ulang halaman ini</a> dan ajukan permintaan baru Anda." msgid "Which of these is happening?" msgstr "Yang mana di antara hal-hal ini yang terjadi?" @@ -3113,11 +3108,11 @@ msgstr "Anda tahu apa yang menyebabkan kesalahan tersebut, dan dapat <strong>men 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 "Anda dapat <strong>mengikutsertakan lampiran</strong>. Jika Anda hendak melampirkan sebuah\\n file yang terlalu besar untuk email, gunakan formulir di bawah." -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=\"%s\">send it to us</a>." +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 "" "Anda mungkin dapat menemukan\n" " satu di website mereka, atau dengan menelepon mereka dan bertanya. Jika Anda berhasil\n" -" menemukannya, maka mohon <a href=\"%s\">kirimkan kepada kami</a>." +" menemukannya, maka mohon <a href=\"{{url}}\">kirimkan kepada kami</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 "" @@ -3137,6 +3132,9 @@ msgstr "Anda harus masuk untuk menghapus foto profil Anda." msgid "You need to be logged in to edit your profile." msgstr "Anda perlu masuk untuk mengubah profil Anda." +msgid "You need to be logged in to report a request for administrator attention" +msgstr "" + msgid "You previously submitted that exact follow up message for this request." msgstr "Anda sebelumnya memasukkan pesan tindak lanjut yang sama persis untuk permintaan ini." @@ -3163,6 +3161,9 @@ msgstr "" "Anda hanya akan menerima jawaban atas permintaan Anda jika Anda menindaklanjuti\n" "dengan klarifikasi." +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 "" + msgid "You're in. <a href=\"#\" id=\"send-request\">Continue sending your request</a>" msgstr "Anda telah masuk. <a href=\"#\" id=\"send-request\">Lanjut mengirim permintaan Anda</a>" @@ -3175,21 +3176,13 @@ msgstr "Anda tidak mengikuti apapun." msgid "You've now cleared your profile photo" msgstr "Anda sekarang telah menghapus foto profil Anda" -msgid "Your %d Freedom of Information request" -msgid_plural "Your %d Freedom of Information requests" -msgstr[0] "Permintaan Freedom of Information %d Anda" - -msgid "Your %d annotation" -msgid_plural "Your %d annotations" -msgstr[0] "Anotasi %d Anda" - -msgid "Your <strong>name will appear publicly</strong> \\n (<a href=\"%s\">why?</a>)\\n on this website and in search engines. If you\\n are thinking of using a pseudonym, please \\n <a href=\"%s\">read this first</a>." +msgid "Your <strong>name will appear publicly</strong>\\n (<a href=\"{{why_url}}\">why?</a>)\\n on this website and in search engines. If you\\n are thinking of using a pseudonym, please\\n <a href=\"{{help_url}}\">read this first</a>." msgstr "" "Nama <strong>Anda akan muncul secara terbuka </strong> \n" -" (<a href=\"%s\">mengapa?</a>)\n" +" (<a href=\"{{why_url}}\">mengapa?</a>)\n" " di website ini dan di mesin pencari. Jika Anda\n" " mempertimbangkan untuk menggunakan nama samaran, silakan\n" -" <a href=\"%s\">baca ini terlebih dahulu</a>." +" <a href=\"{{help_url}}\">baca ini terlebih dahulu</a>." msgid "Your annotations" msgstr "anotasi Anda" @@ -3200,8 +3193,8 @@ msgstr "Rincian Anda, termasuk alamat email Anda, tidak akan diberikan ke siapap msgid "Your e-mail:" msgstr "Email Anda:" -msgid "Your follow up has not been sent because this request has been stopped to prevent spam. Please <a href=\"%s\">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=\"%s\">hubungi kami</a> jika Anda benar-benar ingin mengirimkan pesan tindak lanjut." +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." msgid "Your follow up message has been sent on its way." msgstr "Pesan tindak lanjut Anda sedang dalam pengiriman." @@ -3224,10 +3217,10 @@ msgstr "Pesan Anda akan tampak di <strong>mesin pencari</strong>" msgid "Your name and annotation will appear in <strong>search engines</strong>." msgstr "Nama dan anotasi Anda akan tampak di <strong>mesin pencari</strong>." -msgid "Your name, request and any responses will appear in <strong>search engines</strong>\\n (<a href=\"%s\">details</a>)." +msgid "Your name, request and any responses will appear in <strong>search engines</strong>\\n (<a href=\"{{url}}\">details</a>)." msgstr "" "Nama Anda, permintaan dan setiap permintaan akan tampak di <strong>mesin pencari</strong>\n" -" (<a href=\"%s\">rincian</a>)." +" (<a href=\"{{url}}\">rincian</a>)." msgid "Your name:" msgstr "Nama Anda:" @@ -3244,6 +3237,12 @@ msgstr "kode sandi aAnda:" msgid "Your photo will be shown in public <strong>on the Internet</strong>,\\n wherever you do something on {{site_name}}." msgstr "Foto Anda akan ditampilkan secara terbuka <strong>di Internet</strong>,\\n di mana pun Anda melakukan sesuatu pada {{site_name}}." +msgid "Your request '{{request}}' at {{url}} has been reviewed by moderators." +msgstr "" + +msgid "Your request on {{site_name}} hidden" +msgstr "" + msgid "Your request was called {{info_request}}. Letting everyone know whether you got the information will help us keep tabs on" msgstr "Permintaan Anda disebut {{info_request}}. Memberitahukan semua orang apakah Anda memperoleh informasi tersebut akan membantu kami mengawasi" @@ -3253,12 +3252,20 @@ msgstr "Permintaan Anda :" msgid "Your response to an FOI request was not delivered" msgstr "Respon Anda ke permintaan FOI tidak terkirim" -msgid "Your response will <strong>appear on the Internet</strong>, <a href=\"%s\">read why</a> and answers to other questions." -msgstr "Respon Anda akan <strong>tampil di Internet</strong>, <a href=\"%s\">baca mengapa</a> dan jawaban-jawaban atas pertanyaan-pertanyaan lain." +msgid "Your response will <strong>appear on the Internet</strong>, <a href=\"{{url}}\">read why</a> and answers to other questions." +msgstr "Respon Anda akan <strong>tampil di Internet</strong>, <a href=\"{{url}}\">baca mengapa</a> dan jawaban-jawaban atas pertanyaan-pertanyaan lain." msgid "Your thoughts on what the {{site_name}} <strong>administrators</strong> should do about the request." msgstr "Pendapat Anda tentang apa yang{{site_name}} <strong>administrator</strong> harus lakukan tentang permintaan ini." +msgid "Your {{count}} Freedom of Information request" +msgid_plural "Your {{count}} Freedom of Information requests" +msgstr[0] "Permintaan Freedom of Information {{count}} Anda" + +msgid "Your {{count}} annotation" +msgid_plural "Your {{count}} annotations" +msgstr[0] "Anotasi {{count}} Anda" + msgid "Your {{site_name}} email alert" msgstr "tanda notifikasi email {{site_name}} Anda" @@ -3268,6 +3275,9 @@ msgstr "Hormat saya," msgid "Yours sincerely," msgstr "Hormat saya," +msgid "Yours," +msgstr "" + msgid "[FOI #{{request}} email]" msgstr "[FOI #{{request}} email]" @@ -3431,12 +3441,12 @@ msgstr "pindah..." msgid "no later than" msgstr "tidak kurang dari" -msgid "no longer exists. If you are trying to make\\n 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=\"%s\">send it to us</a>." +msgid "no longer exists. If you are trying to make\\n 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 "" "tidak lagi ada. Jika Anda mencoba untuk membuat\n" " Dari halaman permintaan, coba untuk membalas ke pesan tertentu, daripada mengirim\n" " tindak lanjut umum. Jika Anda perlu membuat tindak lanjut umum, dan tahu\n" -" email yang akan pergi ke tempat yang tepat, silakan <a href=\"%s\">mengirimkannya kepada kami</a>." +" email yang akan pergi ke tempat yang tepat, silakan <a href=\"{{url}}\">mengirimkannya kepada kami</a>." msgid "normally" msgstr "biasanya" @@ -3544,9 +3554,28 @@ msgstr "informasi yang berguna" msgid "users" msgstr "pengguna" +msgid "what's that?" +msgstr "Apa itu?" + msgid "{{count}} FOI requests found" msgstr "{{count}} permintaan FOI ditemukan" +msgid "{{count}} Freedom of Information request to {{public_body_name}}" +msgid_plural "{{count}} Freedom of Information requests to {{public_body_name}}" +msgstr[0] "{{count}} Permintaan Kebebasan Informasi ke {{public_body_name}}" + +msgid "{{count}} person is following this authority" +msgid_plural "{{count}} people are following this authority" +msgstr[0] "{{count}} orang mengikuti otoritas ini" + +msgid "{{count}} request" +msgid_plural "{{count}} requests" +msgstr[0] "{{count}} permintaan-permintaan" + +msgid "{{count}} request made." +msgid_plural "{{count}} requests made." +msgstr[0] "{{count}} permintaan-permintaan yang diajukan." + 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}} sudah\n" diff --git a/locale/it/app.po b/locale/it/app.po new file mode 100644 index 000000000..bbfbe40a0 --- /dev/null +++ b/locale/it/app.po @@ -0,0 +1,3413 @@ +# SOME DESCRIPTIVE TITLE. +# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER +# This file is distributed under the same license as the PACKAGE package. +# +# Translators: +# marcogiustini <info@marcogiustini.info>, 2013 +# marcogiustini <info@marcogiustini.info>, 2013 +msgid "" +msgstr "" +"Project-Id-Version: alaveteli\n" +"Report-Msgid-Bugs-To: http://github.com/sebbacon/alaveteli/issues\n" +"POT-Creation-Date: 2013-06-24 09:40-0700\n" +"PO-Revision-Date: 2013-06-24 16:52+0000\n" +"Last-Translator: louisecrow <louise@mysociety.org>\n" +"Language-Team: Italian (http://www.transifex.com/projects/p/alaveteli/language/it/)\n" +"Language: it\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\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 "" + +msgid " (<strong>no ranty</strong> politics, read our <a href=\"{{url}}\">moderation policy</a>)" +msgstr "(<strong>no invettive</strong> politiche, leggi il nostro <a href=\"{{url}}\">regolamento di moderazione</a>)" + +msgid " (<strong>patience</strong>, especially for large files, it may take a while!)" +msgstr " (<strong>pazienza</strong>, specialmente per caricare i file grandi, ci vuole un pò!)" + +msgid " (you)" +msgstr " (tu)" + +msgid " - view and make Freedom of Information requests" +msgstr " - vedi e crea richieste FOI" + +msgid " - wall" +msgstr "" + +msgid " <strong>Note:</strong>\\n We will send you an email. Follow the instructions in it to change\\n your password." +msgstr "" + +msgid " <strong>Privacy note:</strong> Your email address will be given to" +msgstr " <strong>Nota Privacy:</strong> Il tuo indirizzo di email sarà dato a" + +msgid " <strong>Summarise</strong> the content of any information returned. " +msgstr " <strong>Sommarizza</strong> il contenuto di ogni informazione di risposta. " + +msgid " Advise on how to <strong>best clarify</strong> the request." +msgstr "" + +msgid " Ideas on what <strong>other documents to request</strong> which the authority may hold. " +msgstr "" + +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 "" + +msgid " Include relevant links, such as to a campaign page, your blog or a\\n twitter account. They will be made clickable. \\n e.g." +msgstr "" + +msgid " Link to the information requested, if it is <strong>already available</strong> on the Internet. " +msgstr "" + +msgid " Offer better ways of <strong>wording the request</strong> to get the information. " +msgstr "" + +msgid " Say how you've <strong>used the information</strong>, with links if possible." +msgstr "" + +msgid " Suggest <strong>where else</strong> the requester might find the information. " +msgstr "" + +msgid " What are you investigating using Freedom of Information? " +msgstr "" + +msgid " You are already being emailed updates about the request." +msgstr "" + +msgid " You will also be emailed updates about the request." +msgstr "" + +msgid " made by " +msgstr "" + +msgid " or " +msgstr "" + +msgid " when you send this message." +msgstr "" + +msgid "\"Hello! We have an <a href=\\\"/help/alaveteli?country_name=#{CGI.escape(current_country)}\\\">important message</a> for visitors outside {{country_name}}\"" +msgstr "" + +msgid "'Crime statistics by ward level for Wales'" +msgstr "" + +msgid "'Pollution levels over time for the River Tyne'" +msgstr "" + +msgid "'{{link_to_authority}}', a public authority" +msgstr "" + +msgid "'{{link_to_request}}', a request" +msgstr "" + +msgid "'{{link_to_user}}', a person" +msgstr "" + +msgid "*unknown*" +msgstr "" + +msgid ",\\n\\n\\n\\nYours,\\n\\n{{user_name}}" +msgstr "" + +msgid "- or -" +msgstr "" + +msgid "1. Select an authority" +msgstr "" + +msgid "2. Ask for Information" +msgstr "" + +msgid "3. Now check your request" +msgstr "" + +msgid "<a href=\"{{browse_url}}\">Browse all</a> or <a href=\"{{add_url}}\">ask us to add one</a>." +msgstr "" + +msgid "<a href=\"{{url}}\">Add an annotation</a> (to help the requester or others)" +msgstr "" + +msgid "<a href=\"{{url}}\">Sign in</a> to change password, subscriptions and more ({{user_name}} only)" +msgstr "" + +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 "" + +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 "" + +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 "" + +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 "" + +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 "" + +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 "" + +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 "" + +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 "" + +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 "" + +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 "" + +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 "" + +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 "" + +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 "" + +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 "" + +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 "" + +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 "" + +msgid "<p>Your {{law_used_full}} request has been <strong>sent on its way</strong>!</p>\\n <p><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\\n replied by then.</p>\\n <p>If you write about this request (for example in a forum or a blog) please link to this page, and add an\\n annotation below telling people about your writing.</p>" +msgstr "" + +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 "" + +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 "" + +msgid "<strong> Can I request information about myself?</strong>\\n\t\t\t<a href=\"{{url}}\">No! (Click here for details)</a>" +msgstr "" + +msgid "<strong><code>commented_by:tony_bowden</code></strong> to search annotations made by Tony Bowden, typing the name as in the URL." +msgstr "" + +msgid "<strong><code>filetype:pdf</code></strong> to find all responses with PDF attachments. Or try these: <code>{{list_of_file_extensions}}</code>" +msgstr "" + +msgid "<strong><code>request:</code></strong> to restrict to a specific request, typing the title as in the URL." +msgstr "" + +msgid "<strong><code>requested_by:julian_todd</code></strong> to search requests made by Julian Todd, typing the name as in the URL." +msgstr "" + +msgid "<strong><code>requested_from:home_office</code></strong> to search requests from the Home Office, typing the name as in the URL." +msgstr "" + +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 "" + +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 "" + +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 "" + +msgid "<strong>Advice</strong> on how to get a response that will satisfy the requester. </li>" +msgstr "" + +msgid "<strong>All the information</strong> has been sent" +msgstr "" + +msgid "<strong>Anything else</strong>, such as clarifying, prompting, thanking" +msgstr "" + +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 "" + +msgid "<strong>Clarification</strong> has been requested" +msgstr "" + +msgid "<strong>No response</strong> has been received\\n <small>(maybe there's just an acknowledgement)</small>" +msgstr "" + +msgid "<strong>Note:</strong> Because we're testing, requests are being sent to {{email}} rather than to the actual authority." +msgstr "" + +msgid "<strong>Note:</strong> You're sending a message to yourself, presumably\\n to try out how it works." +msgstr "" + +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 "" + +msgid "<strong>Privacy note:</strong> If you want to request private information about\\n yourself then <a href=\"{{url}}\">click here</a>." +msgstr "" + +msgid "<strong>Privacy note:</strong> Your photo will be shown in public on the Internet,\\n wherever you do something on {{site_name}}." +msgstr "" + +msgid "<strong>Privacy warning:</strong> Your message, and any response\\n to it, will be displayed publicly on this website." +msgstr "" + +msgid "<strong>Some of the information</strong> has been sent " +msgstr "" + +msgid "<strong>Thank</strong> the public authority or " +msgstr "" + +msgid "<strong>did not have</strong> the information requested." +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 "" + +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 "" + +msgid "A <strong>summary</strong> of the response if you have received it by post. " +msgstr "" + +msgid "A Freedom of Information request" +msgstr "" + +msgid "A full history of my FOI request and all correspondence is available on the Internet at this address: {{url}}" +msgstr "" + +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 "" + +msgid "A public authority" +msgstr "" + +msgid "A response will be sent <strong>by post</strong>" +msgstr "" + +msgid "A strange reponse, required attention by the {{site_name}} team" +msgstr "" + +msgid "A vexatious request" +msgstr "" + +msgid "A {{site_name}} user" +msgstr "" + +msgid "About you:" +msgstr "" + +msgid "Act on what you've learnt" +msgstr "" + +msgid "Acts as xapian/acts as xapian job" +msgstr "" + +msgid "ActsAsXapian::ActsAsXapianJob|Action" +msgstr "" + +msgid "ActsAsXapian::ActsAsXapianJob|Model" +msgstr "" + +msgid "Add an annotation" +msgstr "" + +msgid "Add an annotation to your request with choice quotes, or\\n a <strong>summary of the response</strong>." +msgstr "" + +msgid "Added on {{date}}" +msgstr "" + +msgid "Admin level is not included in list" +msgstr "" + +msgid "Administration URL:" +msgstr "" + +msgid "Advanced search" +msgstr "" + +msgid "Advanced search tips" +msgstr "" + +msgid "Advise on whether the <strong>refusal is legal</strong>, and how to complain about it if not." +msgstr "" + +msgid "Air, water, soil, land, flora and fauna (including how these effect\\n human beings)" +msgstr "" + +msgid "All of the information requested has been received" +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 "" + +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 "" + +msgid "Also called {{other_name}}." +msgstr "" + +msgid "Also send me alerts by email" +msgstr "" + +msgid "Alter your subscription" +msgstr "" + +msgid "Although all responses are automatically published, we depend on\\nyou, the original requester, to evaluate them." +msgstr "" + +msgid "An <a href=\"{{request_url}}\">annotation</a> to <em>{{request_title}}</em> was made by {{event_comment_user}} on {{date}}" +msgstr "" + +msgid "An <strong>error message</strong> has been received" +msgstr "" + +msgid "An Environmental Information Regulations request" +msgstr "" + +msgid "An anonymous user" +msgstr "" + +msgid "Annotation added to request" +msgstr "" + +msgid "Annotations" +msgstr "" + +msgid "Annotations are so anyone, including you, can help the requester with their request. For example:" +msgstr "" + +msgid "Annotations will be posted publicly here, and are\\n <strong>not</strong> sent to {{public_body_name}}." +msgstr "" + +msgid "Anonymous user" +msgstr "" + +msgid "Anyone:" +msgstr "" + +msgid "Applies to" +msgstr "" + +msgid "Are we missing a public authority?" +msgstr "" + +msgid "Are you the owner of any commercial copyright on this page?" +msgstr "" + +msgid "Ask for <strong>specific</strong> documents or information, this site is not suitable for general enquiries." +msgstr "" + +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 "" + +msgid "Attachment (optional):" +msgstr "" + +msgid "Attachment:" +msgstr "" + +msgid "Awaiting classification." +msgstr "" + +msgid "Awaiting internal review." +msgstr "" + +msgid "Awaiting response." +msgstr "" + +msgid "Beginning with" +msgstr "" + +msgid "Browse <a href='{{url}}'>other requests</a> for examples of how to word your request." +msgstr "" + +msgid "Browse <a href='{{url}}'>other requests</a> to '{{public_body_name}}' for examples of how to word your request." +msgstr "" + +msgid "Browse all authorities..." +msgstr "" + +msgid "By law, under all circumstances, {{public_body_link}} should have responded by now" +msgstr "" + +msgid "By law, {{public_body_link}} should normally have responded <strong>promptly</strong> and" +msgstr "" + +msgid "Calculated home page" +msgstr "" + +msgid "Can't find the one you want?" +msgstr "" + +msgid "Cancel a {{site_name}} alert" +msgstr "" + +msgid "Cancel some {{site_name}} alerts" +msgstr "" + +msgid "Cancel, return to your profile page" +msgstr "" + +msgid "Censor rule" +msgstr "" + +msgid "CensorRule|Last edit comment" +msgstr "" + +msgid "CensorRule|Last edit editor" +msgstr "" + +msgid "CensorRule|Regexp" +msgstr "" + +msgid "CensorRule|Replacement" +msgstr "" + +msgid "CensorRule|Text" +msgstr "" + +msgid "Change email on {{site_name}}" +msgstr "" + +msgid "Change password on {{site_name}}" +msgstr "" + +msgid "Change profile photo" +msgstr "" + +msgid "Change the text about you on your profile at {{site_name}}" +msgstr "" + +msgid "Change your email" +msgstr "" + +msgid "Change your email address used on {{site_name}}" +msgstr "" + +msgid "Change your password" +msgstr "" + +msgid "Change your password on {{site_name}}" +msgstr "" + +msgid "Change your password {{site_name}}" +msgstr "" + +msgid "Charity registration" +msgstr "" + +msgid "Check for mistakes if you typed or copied the address." +msgstr "" + +msgid "Check you haven't included any <strong>personal information</strong>." +msgstr "" + +msgid "Choose your profile photo" +msgstr "" + +msgid "Clarification" +msgstr "" + +msgid "Clarify your FOI request - " +msgstr "" + +msgid "Classify an FOI response from " +msgstr "" + +msgid "Clear photo" +msgstr "" + +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 "" + +msgid "Click on the link below to send a message to {{public_body}} reminding them to reply to your request." +msgstr "" + +msgid "Close" +msgstr "" + +msgid "Comment" +msgstr "" + +msgid "Comment|Body" +msgstr "" + +msgid "Comment|Comment type" +msgstr "" + +msgid "Comment|Locale" +msgstr "" + +msgid "Comment|Visible" +msgstr "" + +msgid "Confirm you want to follow all successful FOI requests" +msgstr "" + +msgid "Confirm you want to follow new requests" +msgstr "" + +msgid "Confirm you want to follow new requests or responses matching your search" +msgstr "" + +msgid "Confirm you want to follow requests by '{{user_name}}'" +msgstr "" + +msgid "Confirm you want to follow requests to '{{public_body_name}}'" +msgstr "" + +msgid "Confirm you want to follow the request '{{request_title}}'" +msgstr "" + +msgid "Confirm your FOI request to " +msgstr "" + +msgid "Confirm your account on {{site_name}}" +msgstr "" + +msgid "Confirm your annotation to {{info_request_title}}" +msgstr "" + +msgid "Confirm your email address" +msgstr "" + +msgid "Confirm your new email address on {{site_name}}" +msgstr "" + +msgid "Considered by administrators as not an FOI request and hidden from site." +msgstr "" + +msgid "Considered by administrators as vexatious and hidden from site." +msgstr "" + +msgid "Contact {{recipient}}" +msgstr "" + +msgid "Contact {{site_name}}" +msgstr "" + +msgid "Could not identify the request from the email address" +msgstr "" + +msgid "Couldn't understand the image file that you uploaded. PNG, JPEG, GIF and many other common image file formats are supported." +msgstr "" + +msgid "Crop your profile photo" +msgstr "" + +msgid "Cultural sites and built structures (as they may be affected by the\\n environmental factors listed above)" +msgstr "" + +msgid "Currently <strong>waiting for a response</strong> from {{public_body_link}}, they must respond promptly and" +msgstr "" + +msgid "Date:" +msgstr "" + +msgid "Dear {{name}}," +msgstr "" + +msgid "Dear {{public_body_name}}," +msgstr "" + +msgid "Default locale" +msgstr "" + +msgid "Delayed response to your FOI request - " +msgstr "" + +msgid "Delayed." +msgstr "" + +msgid "Delivery error" +msgstr "" + +msgid "Destroy {{name}}" +msgstr "" + +msgid "Details of request '" +msgstr "" + +msgid "Did you mean: {{correction}}" +msgstr "" + +msgid "Disclaimer: This message and any reply that you make will be published on the internet. Our privacy and copyright policies:" +msgstr "" + +msgid "Disclosure log" +msgstr "" + +msgid "Disclosure log URL" +msgstr "" + +msgid "Don't want to address your message to {{person_or_body}}? You can also write to:" +msgstr "" + +msgid "Done" +msgstr "" + +msgid "Done >>" +msgstr "" + +msgid "Download a zip file of all correspondence" +msgstr "" + +msgid "Download original attachment" +msgstr "" + +msgid "EIR" +msgstr "" + +msgid "Edit" +msgstr "" + +msgid "Edit and add <strong>more details</strong> to the message above,\\n explaining why you are dissatisfied with their response." +msgstr "" + +msgid "Edit text about you" +msgstr "" + +msgid "Edit this request" +msgstr "" + +msgid "Either the email or password was not recognised, please try again." +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 "" + +msgid "Email doesn't look like a valid address" +msgstr "" + +msgid "Email me future updates to this request" +msgstr "" + +msgid "Enter words that you want to find separated by spaces, e.g. <strong>climbing lane</strong>" +msgstr "" + +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 "" + +msgid "Environmental Information Regulations" +msgstr "" + +msgid "Environmental Information Regulations requests made" +msgstr "" + +msgid "Environmental Information Regulations requests made using this site" +msgstr "" + +msgid "Event history" +msgstr "" + +msgid "Event history details" +msgstr "" + +msgid "Event {{id}}" +msgstr "" + +msgid "Everything that you enter on this page, including <strong>your name</strong>,\\n will be <strong>displayed publicly</strong> on\\n this website forever (<a href=\"{{url}}\">why?</a>)." +msgstr "" + +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 "" + +msgid "FOI" +msgstr "" + +msgid "FOI email address for {{public_body}}" +msgstr "" + +msgid "FOI request – {{title}}" +msgstr "" + +msgid "FOI requests" +msgstr "" + +msgid "FOI requests by '{{user_name}}'" +msgstr "" + +msgid "FOI requests {{start_count}} to {{end_count}} of {{total_count}}" +msgstr "" + +msgid "FOI response requires admin ({{reason}}) - {{title}}" +msgstr "" + +msgid "Failed to convert image to a PNG" +msgstr "" + +msgid "Failed to convert image to the correct size: at {{cols}}x{{rows}}, need {{width}}x{{height}}" +msgstr "" + +msgid "Filter" +msgstr "" + +msgid "First, did your other requests succeed?" +msgstr "" + +msgid "First, type in the <strong>name of the UK public authority</strong> you'd\\n like information from. <strong>By law, they have to respond</strong>\\n (<a href=\"{{url}}\">why?</a>)." +msgstr "" + +msgid "Foi attachment" +msgstr "" + +msgid "FoiAttachment|Charset" +msgstr "" + +msgid "FoiAttachment|Content type" +msgstr "" + +msgid "FoiAttachment|Display size" +msgstr "" + +msgid "FoiAttachment|Filename" +msgstr "" + +msgid "FoiAttachment|Hexdigest" +msgstr "" + +msgid "FoiAttachment|Url part number" +msgstr "" + +msgid "FoiAttachment|Within rfc822 subject" +msgstr "" + +msgid "Follow" +msgstr "" + +msgid "Follow all new requests" +msgstr "" + +msgid "Follow new successful responses" +msgstr "" + +msgid "Follow requests to {{public_body_name}}" +msgstr "" + +msgid "Follow these requests" +msgstr "" + +msgid "Follow things matching this search" +msgstr "" + +msgid "Follow this authority" +msgstr "" + +msgid "Follow this link to see the request:" +msgstr "" + +msgid "Follow this person" +msgstr "" + +msgid "Follow this request" +msgstr "" + +msgid "Follow up" +msgstr "" + +msgid "Follow up message sent by requester" +msgstr "" + +msgid "Follow up messages to existing requests are sent to " +msgstr "" + +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 "" + +msgid "Follow us on twitter" +msgstr "" + +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 "" + +msgid "For an unknown reason, it is not possible to make a request to this authority." +msgstr "" + +msgid "Forgotten your password?" +msgstr "" + +msgid "Found {{count}} public authority {{description}}" +msgid_plural "Found {{count}} public authorities {{description}}" +msgstr[0] "" +msgstr[1] "" + +msgid "Freedom of Information" +msgstr "" + +msgid "Freedom of Information Act" +msgstr "" + +msgid "Freedom of Information law does not apply to this authority, so you cannot make\\n a request to it." +msgstr "" + +msgid "Freedom of Information law no longer applies to" +msgstr "" + +msgid "Freedom of Information law no longer applies to this authority.Follow up messages to existing requests are sent to " +msgstr "" + +msgid "Freedom of Information requests made" +msgstr "" + +msgid "Freedom of Information requests made by this person" +msgstr "" + +msgid "Freedom of Information requests made by you" +msgstr "" + +msgid "Freedom of Information requests made using this site" +msgstr "" + +msgid "Freedom of information requests to" +msgstr "" + +msgid "From" +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 "" + +msgid "GIVE DETAILS ABOUT YOUR COMPLAINT HERE" +msgstr "" + +msgid "Handled by post." +msgstr "" + +msgid "Has tag string/has tag string tag" +msgstr "" + +msgid "HasTagString::HasTagStringTag|Model" +msgstr "" + +msgid "HasTagString::HasTagStringTag|Name" +msgstr "" + +msgid "HasTagString::HasTagStringTag|Value" +msgstr "" + +msgid "Hello! You can make Freedom of Information requests within {{country_name}} at {{link_to_website}}" +msgstr "" + +msgid "Hello, {{username}}!" +msgstr "" + +msgid "Help" +msgstr "" + +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 "" + +msgid "Here is the message you wrote, in case you would like to copy the text and save it for later." +msgstr "" + +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 "" + +msgid "Hide request" +msgstr "" + +msgid "Holiday" +msgstr "" + +msgid "Holiday|Day" +msgstr "" + +msgid "Holiday|Description" +msgstr "" + +msgid "Home" +msgstr "" + +msgid "Home page" +msgstr "" + +msgid "Home page of authority" +msgstr "" + +msgid "However, you have the right to request environmental\\n information under a different law" +msgstr "" + +msgid "Human health and safety" +msgstr "" + +msgid "I am asking for <strong>new information</strong>" +msgstr "" + +msgid "I am requesting an <strong>internal review</strong>" +msgstr "" + +msgid "I am writing to request an internal review of {{public_body_name}}'s handling of my FOI request '{{info_request_title}}'." +msgstr "" + +msgid "I don't like these ones — give me some more!" +msgstr "" + +msgid "I don't want to do any more tidying now!" +msgstr "" + +msgid "I like this request" +msgstr "" + +msgid "I would like to <strong>withdraw this request</strong>" +msgstr "" + +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 "" + +msgid "I'm waiting for an <strong>internal review</strong> response" +msgstr "" + +msgid "I've been asked to <strong>clarify</strong> my request" +msgstr "" + +msgid "I've received <strong>all the information" +msgstr "" + +msgid "I've received <strong>some of the information</strong>" +msgstr "" + +msgid "I've received an <strong>error message</strong>" +msgstr "" + +msgid "I've received an error message" +msgstr "" + +msgid "Id" +msgstr "" + +msgid "If the address is wrong, or you know a better address, please <a href=\"{{url}}\">contact us</a>." +msgstr "" + +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 "" + +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 "" + +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 "" + +msgid "If you are still having trouble, please <a href=\"{{url}}\">contact us</a>." +msgstr "" + +msgid "If you are the requester, then you may <a href=\"{{url}}\">sign in</a> to view the request." +msgstr "" + +msgid "If you are thinking of using a pseudonym,\\n please <a href=\"{{url}}\">read this first</a>." +msgstr "" + +msgid "If you are {{user_link}}, please" +msgstr "" + +msgid "If you believe this request is not suitable, you can report it for attention by the site administrators" +msgstr "" + +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 "" + +msgid "If you can, scan in or photograph the response, and <strong>send us\\n a copy to upload</strong>." +msgstr "" + +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 "" + +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 "" + +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 "" + +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 "" + +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 "" + +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 "" + +msgid "If you're new to {{site_name}}" +msgstr "" + +msgid "If you've used {{site_name}} before" +msgstr "" + +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 "" + +msgid "Incoming email address" +msgstr "" + +msgid "Incoming message" +msgstr "" + +msgid "IncomingMessage|Cached attachment text clipped" +msgstr "" + +msgid "IncomingMessage|Cached main body text folded" +msgstr "" + +msgid "IncomingMessage|Cached main body text unfolded" +msgstr "" + +msgid "IncomingMessage|Last parsed" +msgstr "" + +msgid "IncomingMessage|Mail from" +msgstr "" + +msgid "IncomingMessage|Mail from domain" +msgstr "" + +msgid "IncomingMessage|Sent at" +msgstr "" + +msgid "IncomingMessage|Subject" +msgstr "" + +msgid "IncomingMessage|Valid to reply to" +msgstr "" + +msgid "Individual requests" +msgstr "" + +msgid "Info request" +msgstr "" + +msgid "Info request event" +msgstr "" + +msgid "InfoRequestEvent|Calculated state" +msgstr "" + +msgid "InfoRequestEvent|Described state" +msgstr "" + +msgid "InfoRequestEvent|Event type" +msgstr "" + +msgid "InfoRequestEvent|Last described at" +msgstr "" + +msgid "InfoRequestEvent|Params yaml" +msgstr "" + +msgid "InfoRequestEvent|Prominence" +msgstr "" + +msgid "InfoRequest|Allow new responses from" +msgstr "" + +msgid "InfoRequest|Attention requested" +msgstr "" + +msgid "InfoRequest|Awaiting description" +msgstr "" + +msgid "InfoRequest|Comments allowed" +msgstr "" + +msgid "InfoRequest|Described state" +msgstr "" + +msgid "InfoRequest|External url" +msgstr "" + +msgid "InfoRequest|External user name" +msgstr "" + +msgid "InfoRequest|Handle rejected responses" +msgstr "" + +msgid "InfoRequest|Idhash" +msgstr "" + +msgid "InfoRequest|Law used" +msgstr "" + +msgid "InfoRequest|Prominence" +msgstr "" + +msgid "InfoRequest|Title" +msgstr "" + +msgid "InfoRequest|Url title" +msgstr "" + +msgid "Information not held." +msgstr "" + +msgid "Information on emissions and discharges (e.g. noise, energy,\\n radiation, waste materials)" +msgstr "" + +msgid "Internal review request" +msgstr "" + +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 "" + +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 "" + +msgid "Items matching the following conditions are currently displayed on your wall." +msgstr "" + +msgid "Items sent in last month" +msgstr "" + +msgid "Joined in" +msgstr "" + +msgid "Joined {{site_name}} in" +msgstr "" + +msgid "Just one more thing" +msgstr "" + +msgid "Keep it <strong>focused</strong>, you'll be more likely to get what you want (<a href=\"{{url}}\">why?</a>)." +msgstr "" + +msgid "Keywords" +msgstr "" + +msgid "Last authority viewed: " +msgstr "" + +msgid "Last request viewed: " +msgstr "" + +msgid "Let us know what you were doing when this message\\nappeared and your browser and operating system type and version." +msgstr "" + +msgid "Link to this" +msgstr "" + +msgid "List all" +msgstr "" + +msgid "List of all authorities (CSV)" +msgstr "" + +msgid "Listing FOI requests" +msgstr "" + +msgid "Listing public authorities" +msgstr "" + +msgid "Listing public authorities matching '{{query}}'" +msgstr "" + +msgid "Listing tracks" +msgstr "" + +msgid "Listing users" +msgstr "" + +msgid "Log in to download a zip file of {{info_request_title}}" +msgstr "" + +msgid "Log into the admin interface" +msgstr "" + +msgid "Long overdue." +msgstr "" + +msgid "Made between" +msgstr "" + +msgid "Mail server log" +msgstr "" + +msgid "Mail server log done" +msgstr "" + +msgid "MailServerLogDone|Filename" +msgstr "" + +msgid "MailServerLogDone|Last stat" +msgstr "" + +msgid "MailServerLog|Line" +msgstr "" + +msgid "MailServerLog|Order" +msgstr "" + +msgid "Make a new<br/>\\n <strong>Freedom <span>of</span><br/>\\n Information<br/>\\n request</strong>" +msgstr "" + +msgid "Make a request" +msgstr "" + +msgid "Make a request to this authority" +msgstr "" + +msgid "Make an {{law_used_short}} request to '{{public_body_name}}'" +msgstr "" + +msgid "Make and browse Freedom of Information (FOI) requests" +msgstr "" + +msgid "Make your own request" +msgstr "" + +msgid "Many requests" +msgstr "" + +msgid "Message" +msgstr "" + +msgid "Message sent using {{site_name}} contact form, " +msgstr "" + +msgid "Missing contact details for '" +msgstr "" + +msgid "More about this authority" +msgstr "" + +msgid "More requests..." +msgstr "" + +msgid "More similar requests" +msgstr "" + +msgid "More successful requests..." +msgstr "" + +msgid "My profile" +msgstr "" + +msgid "My request has been <strong>refused</strong>" +msgstr "" + +msgid "My requests" +msgstr "" + +msgid "My wall" +msgstr "" + +msgid "Name can't be blank" +msgstr "" + +msgid "Name is already taken" +msgstr "" + +msgid "New Freedom of Information requests" +msgstr "" + +msgid "New censor rule" +msgstr "" + +msgid "New e-mail:" +msgstr "" + +msgid "New email doesn't look like a valid address" +msgstr "" + +msgid "New password:" +msgstr "" + +msgid "New password: (again)" +msgstr "" + +msgid "New response to '{{title}}'" +msgstr "" + +msgid "New response to your FOI request - " +msgstr "" + +msgid "New response to your request" +msgstr "" + +msgid "New response to {{law_used_short}} request" +msgstr "" + +msgid "New updates for the request '{{request_title}}'" +msgstr "" + +msgid "Newest results first" +msgstr "" + +msgid "Next" +msgstr "" + +msgid "Next, crop your photo >>" +msgstr "" + +msgid "No requests of this sort yet." +msgstr "" + +msgid "No results found." +msgstr "" + +msgid "No similar requests found." +msgstr "" + +msgid "No tracked things found." +msgstr "" + +msgid "Nobody has made any Freedom of Information requests to {{public_body_name}} using this site yet." +msgstr "" + +msgid "None found." +msgstr "" + +msgid "None made." +msgstr "" + +msgid "Not a valid 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." +msgstr "" + +msgid "Now check your email!" +msgstr "" + +msgid "Now preview your annotation" +msgstr "" + +msgid "Now preview your follow up" +msgstr "" + +msgid "Now preview your message asking for an internal review" +msgstr "" + +msgid "OR remove the existing photo" +msgstr "" + +msgid "Offensive? Unsuitable?" +msgstr "" + +msgid "Oh no! Sorry to hear that your request was refused. Here is what to do now." +msgstr "" + +msgid "Old e-mail:" +msgstr "" + +msgid "Old email address isn't the same as the address of the account you are logged in with" +msgstr "" + +msgid "Old email doesn't look like a valid address" +msgstr "" + +msgid "On this page" +msgstr "" + +msgid "One FOI request found" +msgstr "" + +msgid "One person found" +msgstr "" + +msgid "One public authority found" +msgstr "" + +msgid "Only put in abbreviations which are really used, otherwise leave blank. Short or long name is used in the URL – don't worry about breaking URLs through renaming, as the history is used to redirect" +msgstr "" + +msgid "Only requests made using {{site_name}} are shown." +msgstr "" + +msgid "Only the authority can reply to this request, and I don't recognise the address this reply was sent from" +msgstr "" + +msgid "Only the authority can reply to this request, but there is no \"From\" address to check against" +msgstr "" + +msgid "Or search in their website for this information." +msgstr "" + +msgid "Original request sent" +msgstr "" + +msgid "Other:" +msgstr "" + +msgid "Outgoing message" +msgstr "" + +msgid "OutgoingMessage|Body" +msgstr "" + +msgid "OutgoingMessage|Last sent at" +msgstr "" + +msgid "OutgoingMessage|Message type" +msgstr "" + +msgid "OutgoingMessage|Status" +msgstr "" + +msgid "OutgoingMessage|What doing" +msgstr "" + +msgid "Partially successful." +msgstr "" + +msgid "Password is not correct" +msgstr "" + +msgid "Password:" +msgstr "" + +msgid "Password: (again)" +msgstr "" + +msgid "Paste this link into emails, tweets, and anywhere else:" +msgstr "" + +msgid "People" +msgstr "" + +msgid "People {{start_count}} to {{end_count}} of {{total_count}}" +msgstr "" + +msgid "Photo of you:" +msgstr "" + +msgid "Plans and administrative measures that affect these matters" +msgstr "" + +msgid "Play the request categorisation game" +msgstr "" + +msgid "Play the request categorisation game!" +msgstr "" + +msgid "Please" +msgstr "" + +msgid "Please <a href=\"{{url}}\">get in touch</a> with us so we can fix it." +msgstr "" + +msgid "Please <strong>answer the question above</strong> so we know whether the " +msgstr "" + +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 "" + +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 "" + +msgid "Please ask for environmental information only" +msgstr "" + +msgid "Please check the URL (i.e. the long code of letters and numbers) is copied\\ncorrectly from your email." +msgstr "" + +msgid "Please choose a file containing your photo." +msgstr "" + +msgid "Please choose a reason" +msgstr "" + +msgid "Please choose what sort of reply you are making." +msgstr "" + +msgid "Please choose whether or not you got some of the information that you wanted." +msgstr "" + +msgid "Please click on the link below to cancel or alter these emails." +msgstr "" + +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 "" + +msgid "Please click on the link below to confirm your email address." +msgstr "" + +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 "" + +msgid "Please don't upload offensive pictures. We will take down images\\n that we consider inappropriate." +msgstr "" + +msgid "Please enable \"cookies\" to carry on" +msgstr "" + +msgid "Please enter a password" +msgstr "" + +msgid "Please enter a subject" +msgstr "" + +msgid "Please enter a summary of your request" +msgstr "" + +msgid "Please enter a valid email address" +msgstr "" + +msgid "Please enter the message you want to send" +msgstr "" + +msgid "Please enter the same password twice" +msgstr "" + +msgid "Please enter your annotation" +msgstr "" + +msgid "Please enter your email address" +msgstr "" + +msgid "Please enter your follow up message" +msgstr "" + +msgid "Please enter your letter requesting information" +msgstr "" + +msgid "Please enter your name" +msgstr "" + +msgid "Please enter your name, not your email address, in the name field." +msgstr "" + +msgid "Please enter your new email address" +msgstr "" + +msgid "Please enter your old email address" +msgstr "" + +msgid "Please enter your password" +msgstr "" + +msgid "Please give details explaining why you want a review" +msgstr "" + +msgid "Please keep it shorter than 500 characters" +msgstr "" + +msgid "Please keep the summary short, like in the subject of an email. You can use a phrase, rather than a full sentence." +msgstr "" + +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 "" + +msgid "Please pass this on to the person who conducts Freedom of Information reviews." +msgstr "" + +msgid "Please select each of these requests in turn, and <strong>let everyone know</strong>\\nif they are successful yet or not." +msgstr "" + +msgid "Please sign at the bottom with your name, or alter the \"{{signoff}}\" signature" +msgstr "" + +msgid "Please sign in as " +msgstr "" + +msgid "Please sign in or make a new account." +msgstr "" + +msgid "Please type a message and/or choose a file containing your response." +msgstr "" + +msgid "Please use this email address for all replies to this request:" +msgstr "" + +msgid "Please write a summary with some text in it" +msgstr "" + +msgid "Please write the summary using a mixture of capital and lower case letters. This makes it easier for others to read." +msgstr "" + +msgid "Please write your annotation using a mixture of capital and lower case letters. This makes it easier for others to read." +msgstr "" + +msgid "Please write your follow up message containing the necessary clarifications below." +msgstr "" + +msgid "Please write your message using a mixture of capital and lower case letters. This makes it easier for others to read." +msgstr "" + +msgid "Point to <strong>related information</strong>, campaigns or forums which may be useful." +msgstr "" + +msgid "Possibly related requests:" +msgstr "" + +msgid "Post annotation" +msgstr "" + +msgid "Post redirect" +msgstr "" + +msgid "PostRedirect|Circumstance" +msgstr "" + +msgid "PostRedirect|Email token" +msgstr "" + +msgid "PostRedirect|Post params yaml" +msgstr "" + +msgid "PostRedirect|Reason params yaml" +msgstr "" + +msgid "PostRedirect|Token" +msgstr "" + +msgid "PostRedirect|Uri" +msgstr "" + +msgid "Posted on {{date}} by {{author}}" +msgstr "" + +msgid "Powered by <a href=\"http://www.alaveteli.org/\">Alaveteli</a>" +msgstr "" + +msgid "Prev" +msgstr "" + +msgid "Preview follow up to '" +msgstr "" + +msgid "Preview new annotation on '{{info_request_title}}'" +msgstr "" + +msgid "Preview your annotation" +msgstr "" + +msgid "Preview your message" +msgstr "" + +msgid "Preview your public request" +msgstr "" + +msgid "Profile photo" +msgstr "" + +msgid "ProfilePhoto|Data" +msgstr "" + +msgid "ProfilePhoto|Draft" +msgstr "" + +msgid "Public authorities" +msgstr "" + +msgid "Public authorities - {{description}}" +msgstr "" + +msgid "Public authorities {{start_count}} to {{end_count}} of {{total_count}}" +msgstr "" + +msgid "Public authority – {{name}}" +msgstr "" + +msgid "Public body" +msgstr "" + +msgid "Public notes" +msgstr "" + +msgid "Public page" +msgstr "" + +msgid "Public page not available" +msgstr "" + +msgid "PublicBody|Api key" +msgstr "" + +msgid "PublicBody|Disclosure log" +msgstr "" + +msgid "PublicBody|First letter" +msgstr "" + +msgid "PublicBody|Home page" +msgstr "" + +msgid "PublicBody|Info requests count" +msgstr "" + +msgid "PublicBody|Last edit comment" +msgstr "" + +msgid "PublicBody|Last edit editor" +msgstr "" + +msgid "PublicBody|Name" +msgstr "" + +msgid "PublicBody|Notes" +msgstr "" + +msgid "PublicBody|Publication scheme" +msgstr "" + +msgid "PublicBody|Request email" +msgstr "" + +msgid "PublicBody|Short name" +msgstr "" + +msgid "PublicBody|Url name" +msgstr "" + +msgid "PublicBody|Version" +msgstr "" + +msgid "Publication scheme" +msgstr "" + +msgid "Publication scheme URL" +msgstr "" + +msgid "Purge request" +msgstr "" + +msgid "PurgeRequest|Model" +msgstr "" + +msgid "PurgeRequest|Url" +msgstr "" + +msgid "RSS feed" +msgstr "" + +msgid "RSS feed of updates" +msgstr "" + +msgid "Re-edit this annotation" +msgstr "" + +msgid "Re-edit this message" +msgstr "" + +msgid "Read about <a href=\"{{advanced_search_url}}\">advanced search operators</a>, such as proximity and wildcards." +msgstr "" + +msgid "Read blog" +msgstr "" + +msgid "Received an error message, such as delivery failure." +msgstr "" + +msgid "Recently described results first" +msgstr "" + +msgid "Refused." +msgstr "" + +msgid "Remember me</label> (keeps you signed in longer;\\n do not use on a public computer) " +msgstr "" + +msgid "Report abuse" +msgstr "" + +msgid "Report an offensive or unsuitable request" +msgstr "" + +msgid "Report request" +msgstr "" + +msgid "Report this request" +msgstr "" + +msgid "Reported for administrator attention." +msgstr "" + +msgid "Request an internal review" +msgstr "" + +msgid "Request an internal review from {{person_or_body}}" +msgstr "" + +msgid "Request email" +msgstr "" + +msgid "Request has been removed" +msgstr "" + +msgid "Request sent to {{public_body_name}} by {{info_request_user}} on {{date}}." +msgstr "" + +msgid "Request to {{public_body_name}} by {{info_request_user}}. Annotated by {{event_comment_user}} on {{date}}." +msgstr "" + +msgid "Requested from {{public_body_name}} by {{info_request_user}} on {{date}}" +msgstr "" + +msgid "Requested on {{date}}" +msgstr "" + +msgid "Requests for personal information and vexatious requests are not considered valid for FOI purposes (<a href=\"/help/about\">read more</a>)." +msgstr "" + +msgid "Requests or responses matching your saved search" +msgstr "" + +msgid "Respond by email" +msgstr "" + +msgid "Respond to request" +msgstr "" + +msgid "Respond to the FOI request" +msgstr "" + +msgid "Respond using the web" +msgstr "" + +msgid "Response" +msgstr "" + +msgid "Response from a public authority" +msgstr "" + +msgid "Response to '{{title}}'" +msgstr "" + +msgid "Response to this request is <strong>delayed</strong>." +msgstr "" + +msgid "Response to this request is <strong>long overdue</strong>." +msgstr "" + +msgid "Response to your request" +msgstr "" + +msgid "Response:" +msgstr "" + +msgid "Restrict to" +msgstr "" + +msgid "Results page {{page_number}}" +msgstr "" + +msgid "Save" +msgstr "" + +msgid "Search" +msgstr "" + +msgid "Search Freedom of Information requests, public authorities and users" +msgstr "" + +msgid "Search contributions by this person" +msgstr "" + +msgid "Search for words in:" +msgstr "" + +msgid "Search in" +msgstr "" + +msgid "Search over<br/>\\n <strong>{{number_of_requests}} requests</strong> <span>and</span><br/>\\n <strong>{{number_of_authorities}} authorities</strong>" +msgstr "" + +msgid "Search queries" +msgstr "" + +msgid "Search results" +msgstr "" + +msgid "Search the site to find what you were looking for." +msgstr "" + +msgid "Search within the {{count}} Freedom of Information requests to {{public_body_name}}" +msgid_plural "Search within the {{count}} Freedom of Information requests made to {{public_body_name}}" +msgstr[0] "" +msgstr[1] "" + +msgid "Search your contributions" +msgstr "" + +msgid "See bounce message" +msgstr "" + +msgid "Select one to see more information about the authority." +msgstr "" + +msgid "Select the authority to write to" +msgstr "" + +msgid "Send a followup" +msgstr "" + +msgid "Send a message to " +msgstr "" + +msgid "Send a public follow up message to {{person_or_body}}" +msgstr "" + +msgid "Send a public reply to {{person_or_body}}" +msgstr "" + +msgid "Send follow up to '{{title}}'" +msgstr "" + +msgid "Send message" +msgstr "" + +msgid "Send message to " +msgstr "" + +msgid "Send request" +msgstr "" + +msgid "Set your profile photo" +msgstr "" + +msgid "Short name" +msgstr "" + +msgid "Short name is already taken" +msgstr "" + +msgid "Show most relevant results first" +msgstr "" + +msgid "Show only..." +msgstr "" + +msgid "Showing" +msgstr "" + +msgid "Sign in" +msgstr "" + +msgid "Sign in or make a new account" +msgstr "" + +msgid "Sign in or sign up" +msgstr "" + +msgid "Sign out" +msgstr "" + +msgid "Sign up" +msgstr "" + +msgid "Similar requests" +msgstr "" + +msgid "Simple search" +msgstr "" + +msgid "Some notes have been added to your FOI request - " +msgstr "" + +msgid "Some of the information requested has been received" +msgstr "" + +msgid "Some people who've made requests haven't let us know whether they were\\nsuccessful or not. We need <strong>your</strong> help –\\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 "" + +msgid "Somebody added a note to your FOI request - " +msgstr "" + +msgid "Someone has updated the status of your request" +msgstr "" + +msgid "Someone, perhaps you, just tried to change their email address on\\n{{site_name}} from {{old_email}} to {{new_email}}." +msgstr "" + +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 "" + +msgid "Sorry, but only {{user_name}} is allowed to do that." +msgstr "" + +msgid "Sorry, there was a problem processing this page" +msgstr "" + +msgid "Sorry, we couldn't find that page" +msgstr "" + +msgid "Special note for this authority!" +msgstr "" + +msgid "Start now »" +msgstr "" + +msgid "Start your own blog" +msgstr "" + +msgid "Stay up to date" +msgstr "" + +msgid "Still awaiting an <strong>internal review</strong>" +msgstr "" + +msgid "Subject" +msgstr "" + +msgid "Subject:" +msgstr "" + +msgid "Submit" +msgstr "" + +msgid "Submit status" +msgstr "" + +msgid "Submit status and send message" +msgstr "" + +msgid "Subscribe to blog" +msgstr "" + +msgid "Successful Freedom of Information requests" +msgstr "" + +msgid "Successful." +msgstr "" + +msgid "Suggest how the requester can find the <strong>rest of the information</strong>." +msgstr "" + +msgid "Summary:" +msgstr "" + +msgid "Table of statuses" +msgstr "" + +msgid "Table of varieties" +msgstr "" + +msgid "Tags" +msgstr "" + +msgid "Tags (separated by a space):" +msgstr "" + +msgid "Tags:" +msgstr "" + +msgid "Technical details" +msgstr "" + +msgid "Thank you for helping us keep the site tidy!" +msgstr "" + +msgid "Thank you for making an annotation!" +msgstr "" + +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 "" + +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 "" + +msgid "Thank you for updating this request!" +msgstr "" + +msgid "Thank you for updating your profile photo" +msgstr "" + +msgid "Thank you! We'll look into what happened and try and fix it up." +msgstr "" + +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 "" + +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 "" + +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 "" + +msgid "That doesn't look like a valid email address. Please check you have typed it correctly." +msgstr "" + +msgid "The <strong>review has finished</strong> and overall:" +msgstr "" + +msgid "The Freedom of Information Act <strong>does not apply</strong> to" +msgstr "" + +msgid "The accounts have been left as they previously were." +msgstr "" + +msgid "The authority do <strong>not have</strong> the information <small>(maybe they say who does)" +msgstr "" + +msgid "The authority only has a <strong>paper copy</strong> of the information." +msgstr "" + +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 "" + +msgid "The authority would like to / has <strong>responded by post</strong> to this request." +msgstr "" + +msgid "The email that you, on behalf of {{public_body}}, sent to\\n{{user}} to reply to an {{law_used_short}}\\nrequest has not been delivered." +msgstr "" + +msgid "The page doesn't exist. Things you can try now:" +msgstr "" + +msgid "The public authority does not have the information requested" +msgstr "" + +msgid "The public authority would like part of the request explained" +msgstr "" + +msgid "The public authority would like to / has responded by post" +msgstr "" + +msgid "The request has been <strong>refused</strong>" +msgstr "" + +msgid "The request has been updated since you originally loaded this page. Please check for any new incoming messages below, and try again." +msgstr "" + +msgid "The request is <strong>waiting for clarification</strong>." +msgstr "" + +msgid "The request was <strong>partially successful</strong>." +msgstr "" + +msgid "The request was <strong>refused</strong> by" +msgstr "" + +msgid "The request was <strong>successful</strong>." +msgstr "" + +msgid "The request was refused by the public authority" +msgstr "" + +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 "" + +msgid "The requester has abandoned this request for some reason" +msgstr "" + +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 "" + +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 "" + +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 "" + +msgid "The search index is currently offline, so we can't show the Freedom of Information requests this person has made." +msgstr "" + +msgid "The {{site_name}} team." +msgstr "" + +msgid "Then you can cancel the alert." +msgstr "" + +msgid "Then you can cancel the alerts." +msgstr "" + +msgid "Then you can change your email address used on {{site_name}}" +msgstr "" + +msgid "Then you can change your password on {{site_name}}" +msgstr "" + +msgid "Then you can classify the FOI response you have got from " +msgstr "" + +msgid "Then you can download a zip file of {{info_request_title}}." +msgstr "" + +msgid "Then you can log into the administrative interface" +msgstr "" + +msgid "Then you can play the request categorisation game." +msgstr "" + +msgid "Then you can report the request '{{title}}'" +msgstr "" + +msgid "Then you can send a message to " +msgstr "" + +msgid "Then you can sign in to {{site_name}}" +msgstr "" + +msgid "Then you can update the status of your request to " +msgstr "" + +msgid "Then you can upload an FOI response. " +msgstr "" + +msgid "Then you can write follow up message to " +msgstr "" + +msgid "Then you can write your reply to " +msgstr "" + +msgid "Then you will be following all new FOI requests." +msgstr "" + +msgid "Then you will be notified whenever '{{user_name}}' requests something or gets a response." +msgstr "" + +msgid "Then you will be notified whenever a new request or response matches your search." +msgstr "" + +msgid "Then you will be notified whenever an FOI request succeeds." +msgstr "" + +msgid "Then you will be notified whenever someone requests something or gets a response from '{{public_body_name}}'." +msgstr "" + +msgid "Then you will be updated whenever the request '{{request_title}}' is updated." +msgstr "" + +msgid "Then you'll be allowed to send FOI requests." +msgstr "" + +msgid "Then your FOI request to {{public_body_name}} will be sent." +msgstr "" + +msgid "Then your annotation to {{info_request_title}} will be posted." +msgstr "" + +msgid "There are {{count}} new annotations on your {{info_request}} request. Follow this link to see what they wrote." +msgstr "" + +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 "" + +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 "" + +msgid "There is {{count}} person following this request" +msgid_plural "There are {{count}} people following this request" +msgstr[0] "" +msgstr[1] "" + +msgid "There was a <strong>delivery error</strong> or similar, which needs fixing by the {{site_name}} team." +msgstr "" + +msgid "There was an error with the words you entered, please try again." +msgstr "" + +msgid "There were no requests matching your query." +msgstr "" + +msgid "There were no results matching your query." +msgstr "" + +msgid "They are going to reply <strong>by post</strong>" +msgstr "" + +msgid "They do <strong>not have</strong> the information <small>(maybe they say who does)</small>" +msgstr "" + +msgid "They have been given the following explanation:" +msgstr "" + +msgid "They have not replied to your {{law_used_short}} request {{title}} promptly, as normally required by law" +msgstr "" + +msgid "They have not replied to your {{law_used_short}} request {{title}}, \\nas required by law" +msgstr "" + +msgid "Things to do with this request" +msgstr "" + +msgid "Things you're following" +msgstr "" + +msgid "This authority no longer exists, so you cannot make a request to it." +msgstr "" + +msgid "This comment has been hidden. See annotations to\\n find out why. If you are the requester, then you may <a href=\"{{url}}\">sign in</a> to view the response." +msgstr "" + +msgid "This covers a very wide spectrum of information about the state of\\n the <strong>natural and built environment</strong>, such as:" +msgstr "" + +msgid "This external request has been hidden" +msgstr "" + +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 "" + +msgid "This is an HTML version of an attachment to the Freedom of Information request" +msgstr "" + +msgid "This is because {{title}} is an old request that has been\\nmarked to no longer receive responses." +msgstr "" + +msgid "This is the first version." +msgstr "" + +msgid "This is your own request, so you will be automatically emailed when new responses arrive." +msgstr "" + +msgid "This outgoing message has been hidden. See annotations to\\n\t\t\t\t\t\tfind out why. If you are the requester, then you may <a href=\"{{url}}\">sign in</a> to view the response." +msgstr "" + +msgid "This particular request is finished:" +msgstr "" + +msgid "This person has made no Freedom of Information requests using this site." +msgstr "" + +msgid "This person's annotations" +msgstr "" + +msgid "This person's {{count}} Freedom of Information request" +msgid_plural "This person's {{count}} Freedom of Information requests" +msgstr[0] " - vedi e crea richieste FOI" +msgstr[1] " - vedi e crea richieste FOI" + +msgid "This person's {{count}} annotation" +msgid_plural "This person's {{count}} annotations" +msgstr[0] "" +msgstr[1] "" + +msgid "This request <strong>requires administrator attention</strong>" +msgstr "" + +msgid "This request has already been reported for administrator attention" +msgstr "" + +msgid "This request has an <strong>unknown status</strong>." +msgstr "" + +msgid "This request has been <strong>hidden</strong> from the site, because an administrator considers it not to be an FOI request" +msgstr "" + +msgid "This request has been <strong>hidden</strong> from the site, because an administrator considers it vexatious" +msgstr "" + +msgid "This request has been <strong>reported</strong> as needing administrator attention (perhaps because it is vexatious, or a request for personal information)" +msgstr "" + +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 "" + +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 "" + +msgid "This request has been reported for administrator attention" +msgstr "" + +msgid "This request has been set by an administrator to \"allow new responses from nobody\"" +msgstr "" + +msgid "This request has had an unusual response, and <strong>requires attention</strong> from the {{site_name}} team." +msgstr "" + +msgid "This request has prominence 'hidden'. You can only see it because you are logged\\n in as a super user." +msgstr "" + +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 "" + +msgid "This request is still in progress:" +msgstr "" + +msgid "This request requires administrator attention" +msgstr "" + +msgid "This request was not made via {{site_name}}" +msgstr "" + +msgid "This response has been hidden. See annotations to find out why.\\n If you are the requester, then you may <a href=\"{{url}}\">sign in</a> to view the response." +msgstr "" + +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 "" + +msgid "This user has been banned from {{site_name}} " +msgstr "" + +msgid "This was not possible because there is already an account using \\nthe email address {{email}}." +msgstr "" + +msgid "To cancel these alerts" +msgstr "" + +msgid "To cancel this alert" +msgstr "" + +msgid "To carry on, you need to sign in or make an account. Unfortunately, there\\nwas a technical problem trying to do this." +msgstr "" + +msgid "To change your email address used on {{site_name}}" +msgstr "" + +msgid "To classify the response to this FOI request" +msgstr "" + +msgid "To do that please send a private email to " +msgstr "" + +msgid "To do this, first click on the link below." +msgstr "" + +msgid "To download the zip file" +msgstr "" + +msgid "To follow all successful requests" +msgstr "" + +msgid "To follow new requests" +msgstr "" + +msgid "To follow requests and responses matching your search" +msgstr "" + +msgid "To follow requests by '{{user_name}}'" +msgstr "" + +msgid "To follow requests made using {{site_name}} to the public authority '{{public_body_name}}'" +msgstr "" + +msgid "To follow the request '{{request_title}}'" +msgstr "" + +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 "" + +msgid "To let everyone know, follow this link and then select the appropriate box." +msgstr "" + +msgid "To log into the administrative interface" +msgstr "" + +msgid "To play the request categorisation game" +msgstr "" + +msgid "To post your annotation" +msgstr "" + +msgid "To reply to " +msgstr "" + +msgid "To report this request" +msgstr "" + +msgid "To send a follow up message to " +msgstr "" + +msgid "To send a message to " +msgstr "" + +msgid "To send your FOI request" +msgstr "" + +msgid "To update the status of this FOI request" +msgstr "" + +msgid "To upload a response, you must be logged in using an email address from " +msgstr "" + +msgid "To use the advanced search, combine phrases and labels as described in the search tips below." +msgstr "" + +msgid "To view the email address that we use to send FOI requests to {{public_body_name}}, please enter these words." +msgstr "" + +msgid "To view the response, click on the link below." +msgstr "" + +msgid "To {{public_body_link_absolute}}" +msgstr "" + +msgid "To:" +msgstr "" + +msgid "Today" +msgstr "" + +msgid "Too many requests" +msgstr "" + +msgid "Top search results:" +msgstr "" + +msgid "Track thing" +msgstr "" + +msgid "Track this person" +msgstr "" + +msgid "Track this search" +msgstr "" + +msgid "TrackThing|Track medium" +msgstr "" + +msgid "TrackThing|Track query" +msgstr "" + +msgid "TrackThing|Track type" +msgstr "" + +msgid "Turn off email alerts" +msgstr "" + +msgid "Tweet this request" +msgstr "" + +msgid "Type <strong><code>01/01/2008..14/01/2008</code></strong> to only show things that happened in the first two weeks of January." +msgstr "" + +msgid "URL name can't be blank" +msgstr "" + +msgid "Unable to change email address on {{site_name}}" +msgstr "" + +msgid "Unable to send a reply to {{username}}" +msgstr "" + +msgid "Unable to send follow up message to {{username}}" +msgstr "" + +msgid "Unexpected search result type" +msgstr "" + +msgid "Unexpected search result type " +msgstr "" + +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 "" + +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 "Update the status of this request" +msgstr "" + +msgid "Update the status of your request to " +msgstr "" + +msgid "Upload FOI response" +msgstr "" + +msgid "Use OR (in capital letters) where you don't mind which word, e.g. <strong><code>commons OR lords</code></strong>" +msgstr "" + +msgid "Use quotes when you want to find an exact phrase, e.g. <strong><code>\"Liverpool City Council\"</code></strong>" +msgstr "" + +msgid "User" +msgstr "" + +msgid "User info request sent alert" +msgstr "" + +msgid "User – {{name}}" +msgstr "" + +msgid "UserInfoRequestSentAlert|Alert type" +msgstr "" + +msgid "User|About me" +msgstr "" + +msgid "User|Address" +msgstr "" + +msgid "User|Admin level" +msgstr "" + +msgid "User|Ban text" +msgstr "" + +msgid "User|Dob" +msgstr "" + +msgid "User|Email" +msgstr "" + +msgid "User|Email bounce message" +msgstr "" + +msgid "User|Email bounced at" +msgstr "" + +msgid "User|Email confirmed" +msgstr "" + +msgid "User|Hashed password" +msgstr "" + +msgid "User|Last daily track email" +msgstr "" + +msgid "User|Locale" +msgstr "" + +msgid "User|Name" +msgstr "" + +msgid "User|No limit" +msgstr "" + +msgid "User|Receive email alerts" +msgstr "" + +msgid "User|Salt" +msgstr "" + +msgid "User|Url name" +msgstr "" + +msgid "Version {{version}}" +msgstr "" + +msgid "View FOI email address" +msgstr "" + +msgid "View FOI email address for '{{public_body_name}}'" +msgstr "" + +msgid "View FOI email address for {{public_body_name}}" +msgstr "" + +msgid "View Freedom of Information requests made by {{user_name}}:" +msgstr "" + +msgid "View and search requests" +msgstr "" + +msgid "View authorities" +msgstr "" + +msgid "View email" +msgstr "" + +msgid "View requests" +msgstr "" + +msgid "Waiting clarification." +msgstr "" + +msgid "Waiting for an <strong>internal review</strong> by {{public_body_link}} of their handling of this request." +msgstr "" + +msgid "Waiting for the public authority to complete an internal review of their handling of the request" +msgstr "" + +msgid "Waiting for the public authority to reply" +msgstr "" + +msgid "Was the response you got to your FOI request any good?" +msgstr "" + +msgid "We consider it is not a valid FOI request, and have therefore hidden it from other users." +msgstr "" + +msgid "We consider it to be vexatious, and have therefore hidden it from other users." +msgstr "" + +msgid "We do not have a working request email address for this authority." +msgstr "" + +msgid "We do not have a working {{law_used_full}} address for {{public_body_name}}." +msgstr "" + +msgid "We don't know whether the most recent response to this request contains\\n information or not\\n –\\n\tif you are {{user_link}} please <a href=\"{{url}}\">sign in</a> and let everyone know." +msgstr "" + +msgid "We will not reveal your email address to anybody unless you or\\n the law tell us to (<a href=\"{{url}}\">details</a>). " +msgstr "" + +msgid "We will not reveal your email address to anybody unless you\\nor the law tell us to." +msgstr "" + +msgid "We will not reveal your email addresses to anybody unless you\\nor the law tell us to." +msgstr "" + +msgid "We're waiting for" +msgstr "" + +msgid "We're waiting for someone to read" +msgstr "" + +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 "" + +msgid "We've sent you an email, and you'll need to click the link in it before you can\\ncontinue." +msgstr "" + +msgid "We've sent you an email, click the link in it, then you can change your password." +msgstr "" + +msgid "What are you doing?" +msgstr "" + +msgid "What best describes the status of this request now?" +msgstr "" + +msgid "What information has been released?" +msgstr "" + +msgid "What information has been requested?" +msgstr "" + +msgid "When you get there, please update the status to say if the response \\ncontains any useful information." +msgstr "" + +msgid "When you receive the paper response, please help\\n others find out what it says:" +msgstr "" + +msgid "When you're done, <strong>come back here</strong>, <a href=\"{{url}}\">reload this page</a> and file your new request." +msgstr "" + +msgid "Which of these is happening?" +msgstr "" + +msgid "Who can I request information from?" +msgstr "" + +msgid "Withdrawn by the requester." +msgstr "" + +msgid "Wk" +msgstr "" + +msgid "Would you like to see a website like this in your country?" +msgstr "" + +msgid "Write a reply" +msgstr "" + +msgid "Write a reply to " +msgstr "" + +msgid "Write your FOI follow up message to " +msgstr "" + +msgid "Write your request in <strong>simple, precise language</strong>." +msgstr "" + +msgid "You" +msgstr "" + +msgid "You are already following new requests" +msgstr "" + +msgid "You are already following requests to {{public_body_name}}" +msgstr "" + +msgid "You are already following things matching this search" +msgstr "" + +msgid "You are already following this person" +msgstr "" + +msgid "You are already following this request" +msgstr "" + +msgid "You are already following updates about {{track_description}}" +msgstr "" + +msgid "You are currently receiving notification of new activity on your wall by email." +msgstr "" + +msgid "You are following all new successful responses" +msgstr "" + +msgid "You are no longer following {{track_description}}." +msgstr "" + +msgid "You are now <a href=\"{{wall_url_user}}\">following</a> updates about {{track_description}}" +msgstr "" + +msgid "You can <strong>complain</strong> by" +msgstr "" + +msgid "You can change the requests and users you are following on <a href=\"{{profile_url}}\">your profile page</a>." +msgstr "" + +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 "" + +msgid "You can only request information about the environment from this authority." +msgstr "" + +msgid "You have a new response to the {{law_used_full}} request " +msgstr "" + +msgid "You have found a bug. Please <a href=\"{{contact_url}}\">contact us</a> to tell us about the problem" +msgstr "" + +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 "" + +msgid "You have made no Freedom of Information requests using this site." +msgstr "" + +msgid "You have now changed the text about you on your profile." +msgstr "" + +msgid "You have now changed your email address used on {{site_name}}" +msgstr "" + +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 "" + +msgid "You know what caused the error, and can <strong>suggest a solution</strong>, such as a working email address." +msgstr "" + +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 "" + +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 "" + +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 "" + +msgid "You need to be logged in to change the text about you on your profile." +msgstr "" + +msgid "You need to be logged in to change your profile photo." +msgstr "" + +msgid "You need to be logged in to clear your profile photo." +msgstr "" + +msgid "You need to be logged in to edit your profile." +msgstr "" + +msgid "You need to be logged in to report a request for administrator attention" +msgstr "" + +msgid "You previously submitted that exact follow up message for this request." +msgstr "" + +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 "" + +msgid "You want to <strong>give your postal address</strong> to the authority in private." +msgstr "" + +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 "" + +msgid "You will no longer be emailed updates for those alerts" +msgstr "" + +msgid "You will now be emailed updates about {{track_description}}. <a href=\"{{change_email_alerts_url}}\">Prefer not to receive emails?</a>" +msgstr "" + +msgid "You will only get an answer to your request if you follow up\\nwith the clarification." +msgstr "" + +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 "" + +msgid "You're in. <a href=\"#\" id=\"send-request\">Continue sending your request</a>" +msgstr "" + +msgid "You're long overdue a response to your FOI request - " +msgstr "" + +msgid "You're not following anything." +msgstr "" + +msgid "You've now cleared your profile photo" +msgstr "" + +msgid "Your <strong>name will appear publicly</strong>\\n (<a href=\"{{why_url}}\">why?</a>)\\n on this website and in search engines. If you\\n are thinking of using a pseudonym, please\\n <a href=\"{{help_url}}\">read this first</a>." +msgstr "" + +msgid "Your annotations" +msgstr "" + +msgid "Your details, including your email address, have not been given to anyone." +msgstr "" + +msgid "Your e-mail:" +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 "" + +msgid "Your follow up message has been sent on its way." +msgstr "" + +msgid "Your internal review request has been sent on its way." +msgstr "" + +msgid "Your message has been sent. Thank you for getting in touch! We'll get back to you soon." +msgstr "" + +msgid "Your message to {{recipient_user_name}} has been sent" +msgstr "" + +msgid "Your message to {{recipient_user_name}} has been sent!" +msgstr "" + +msgid "Your message will appear in <strong>search engines</strong>" +msgstr "" + +msgid "Your name and annotation will appear in <strong>search engines</strong>." +msgstr "" + +msgid "Your name, request and any responses will appear in <strong>search engines</strong>\\n (<a href=\"{{url}}\">details</a>)." +msgstr "" + +msgid "Your name:" +msgstr "" + +msgid "Your original message is attached." +msgstr "" + +msgid "Your password has been changed." +msgstr "" + +msgid "Your password:" +msgstr "" + +msgid "Your photo will be shown in public <strong>on the Internet</strong>,\\n wherever you do something on {{site_name}}." +msgstr "" + +msgid "Your request '{{request}}' at {{url}} has been reviewed by moderators." +msgstr "" + +msgid "Your request on {{site_name}} hidden" +msgstr "" + +msgid "Your request was called {{info_request}}. Letting everyone know whether you got the information will help us keep tabs on" +msgstr "" + +msgid "Your request:" +msgstr "" + +msgid "Your response to an FOI request was not delivered" +msgstr "" + +msgid "Your response will <strong>appear on the Internet</strong>, <a href=\"{{url}}\">read why</a> and answers to other questions." +msgstr "" + +msgid "Your thoughts on what the {{site_name}} <strong>administrators</strong> should do about the request." +msgstr "" + +msgid "Your {{count}} Freedom of Information request" +msgid_plural "Your {{count}} Freedom of Information requests" +msgstr[0] " - vedi e crea richieste FOI" +msgstr[1] " - vedi e crea richieste FOI" + +msgid "Your {{count}} annotation" +msgid_plural "Your {{count}} annotations" +msgstr[0] "" +msgstr[1] "" + +msgid "Your {{site_name}} email alert" +msgstr "" + +msgid "Yours faithfully," +msgstr "" + +msgid "Yours sincerely," +msgstr "" + +msgid "Yours," +msgstr "" + +msgid "[FOI #{{request}} email]" +msgstr "" + +msgid "[{{public_body}} request email]" +msgstr "" + +msgid "[{{site_name}} contact email]" +msgstr "" + +msgid "\\n\\n[ {{site_name}} note: The above text was badly encoded, and has had strange characters removed. ]" +msgstr "" + +msgid "a one line summary of the information you are requesting, \\n\t\t\te.g." +msgstr "" + +msgid "admin" +msgstr "" + +msgid "alaveteli_foi:The software that runs {{site_name}}" +msgstr "" + +msgid "all requests" +msgstr "" + +msgid "also called {{public_body_short_name}}" +msgstr "" + +msgid "an anonymous user" +msgstr "" + +msgid "and" +msgstr "" + +msgid "and update the status accordingly. Perhaps <strong>you</strong> might like to help out by doing that?" +msgstr "" + +msgid "and update the status." +msgstr "" + +msgid "and we'll suggest <strong>what to do next</strong>" +msgstr "" + +msgid "any <a href=\"/list\">new requests</a>" +msgstr "" + +msgid "any <a href=\"/list/successful\">successful requests</a>" +msgstr "" + +msgid "anything" +msgstr "" + +msgid "are long overdue." +msgstr "" + +msgid "at" +msgstr "" + +msgid "authorities" +msgstr "" + +msgid "awaiting a response" +msgstr "" + +msgid "beginning with ‘{{first_letter}}’" +msgstr "" + +msgid "between two dates" +msgstr "" + +msgid "but followupable" +msgstr "" + +msgid "by" +msgstr "" + +msgid "by <strong>{{date}}</strong>" +msgstr "" + +msgid "by {{public_body_name}} to {{info_request_user}} on {{date}}." +msgstr "" + +msgid "by {{user_link_absolute}}" +msgstr "" + +msgid "comments" +msgstr "" + +msgid "containing your postal address, and asking them to reply to this request.\\n Or you could phone them." +msgstr "" + +msgid "details" +msgstr "" + +msgid "display_status only works for incoming and outgoing messages right now" +msgstr "" + +msgid "during term time" +msgstr "" + +msgid "edit text about you" +msgstr "" + +msgid "even during holidays" +msgstr "" + +msgid "everything" +msgstr "" + +msgid "external" +msgstr "" + +msgid "has reported an" +msgstr "" + +msgid "have delayed." +msgstr "" + +msgid "hide quoted sections" +msgstr "" + +msgid "in term time" +msgstr "" + +msgid "in the category ‘{{category_name}}’" +msgstr "" + +msgid "internal error" +msgstr "" + +msgid "internal reviews" +msgstr "" + +msgid "is <strong>waiting for your clarification</strong>." +msgstr "" + +msgid "just to see how it works" +msgstr "" + +msgid "left an annotation" +msgstr "" + +msgid "made." +msgstr "" + +msgid "matching the tag ‘{{tag_name}}’" +msgstr "" + +msgid "messages from authorities" +msgstr "" + +msgid "messages from users" +msgstr "" + +msgid "move..." +msgstr "" + +msgid "no later than" +msgstr "" + +msgid "no longer exists. If you are trying to make\\n 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 "normally" +msgstr "" + +msgid "not requestable due to: {{reason}}" +msgstr "" + +msgid "please sign in as " +msgstr "" + +msgid "requesting an internal review" +msgstr "" + +msgid "requests" +msgstr "" + +msgid "requests which are {{list_of_statuses}}" +msgstr "" + +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 "" + +msgid "send a follow up message" +msgstr "" + +msgid "sent to {{public_body_name}} by {{info_request_user}} on {{date}}." +msgstr "" + +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 "" + +msgid "show quoted sections" +msgstr "" + +msgid "sign in" +msgstr "" + +msgid "simple_date_format" +msgstr "" + +msgid "successful" +msgstr "" + +msgid "successful requests" +msgstr "" + +msgid "that you made to" +msgstr "" + +msgid "the main FOI contact address for {{public_body}}" +msgstr "" + +#. This phrase completes the following sentences: +#. Request an internal review from... +#. Send a public follow up message to... +#. Send a public reply to... +#. Don't want to address your message to... ? +msgid "the main FOI contact at {{public_body}}" +msgstr "" + +msgid "the requester" +msgstr "" + +msgid "the {{site_name}} team" +msgstr "" + +msgid "to read" +msgstr "" + +msgid "to send a follow up message." +msgstr "" + +msgid "to {{public_body}}" +msgstr "" + +msgid "unexpected prominence on request event" +msgstr "" + +msgid "unknown reason " +msgstr "" + +msgid "unknown status " +msgstr "" + +msgid "unresolved requests" +msgstr "" + +msgid "unsubscribe" +msgstr "" + +msgid "unsubscribe all" +msgstr "" + +msgid "unsuccessful" +msgstr "" + +msgid "unsuccessful requests" +msgstr "" + +msgid "useful information." +msgstr "" + +msgid "users" +msgstr "" + +msgid "what's that?" +msgstr "" + +msgid "{{count}} FOI requests found" +msgstr "" + +msgid "{{count}} Freedom of Information request to {{public_body_name}}" +msgid_plural "{{count}} Freedom of Information requests to {{public_body_name}}" +msgstr[0] "" +msgstr[1] "" + +msgid "{{count}} person is following this authority" +msgid_plural "{{count}} people are following this authority" +msgstr[0] "" +msgstr[1] "" + +msgid "{{count}} request" +msgid_plural "{{count}} requests" +msgstr[0] "" +msgstr[1] "" + +msgid "{{count}} request made." +msgid_plural "{{count}} requests made." +msgstr[0] "" +msgstr[1] "" + +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 "" + +msgid "{{info_request_user_name}} only:" +msgstr "" + +msgid "{{law_used_full}} request - {{title}}" +msgstr "" + +msgid "{{law_used_full}} request GQ - {{title}}" +msgstr "" + +msgid "{{law_used}} requests at {{public_body}}" +msgstr "" + +msgid "{{length_of_time}} ago" +msgstr "" + +msgid "{{list_of_things}} matching text '{{search_query}}'" +msgstr "" + +msgid "{{number_of_comments}} comments" +msgstr "" + +msgid "{{public_body_link}} answered a request about" +msgstr "" + +msgid "{{public_body_link}} was sent a request about" +msgstr "" + +msgid "{{public_body_name}} only:" +msgstr "" + +msgid "{{public_body}} has asked you to explain part of your {{law_used}} request." +msgstr "" + +msgid "{{public_body}} sent a response to {{user_name}}" +msgstr "" + +msgid "{{reason}}, please sign in or make a new account." +msgstr "" + +msgid "{{search_results}} matching '{{query}}'" +msgstr "" + +msgid "{{site_name}} blog and tweets" +msgstr "" + +msgid "{{site_name}} covers requests to {{number_of_authorities}} authorities, including:" +msgstr "" + +msgid "{{site_name}} sends new requests to <strong>{{request_email}}</strong> for this authority." +msgstr "" + +msgid "{{site_name}} users have made {{number_of_requests}} requests, including:" +msgstr "" + +msgid "{{thing_changed}} was changed from <code>{{from_value}}</code> to <code>{{to_value}}</code>" +msgstr "" + +msgid "{{title}} - a Freedom of Information request to {{public_body}}" +msgstr "" + +msgid "{{user_name}} (Account suspended)" +msgstr "" + +msgid "{{user_name}} - Freedom of Information requests" +msgstr "" + +msgid "{{user_name}} - user profile" +msgstr "" + +msgid "{{user_name}} added an annotation" +msgstr "" + +msgid "{{user_name}} has annotated your {{law_used_short}} \\nrequest. Follow this link to see what they wrote." +msgstr "" + +msgid "{{user_name}} has used {{site_name}} to send you the message below." +msgstr "" + +msgid "{{user_name}} sent a follow up message to {{public_body}}" +msgstr "" + +msgid "{{user_name}} sent a request to {{public_body}}" +msgstr "" + +msgid "{{username}} left an annotation:" +msgstr "" + +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 "" + +msgid "{{user}} made this {{law_used_full}} request" +msgstr "" diff --git a/locale/model_attributes.rb b/locale/model_attributes.rb index 27925cd02..ba3a60c90 100644 --- a/locale/model_attributes.rb +++ b/locale/model_attributes.rb @@ -1,4 +1,7 @@ #DO NOT MODIFY! AUTOMATICALLY GENERATED FILE! +_('Acts as xapian/acts as xapian job') +_('ActsAsXapian::ActsAsXapianJob|Action') +_('ActsAsXapian::ActsAsXapianJob|Model') _('Censor rule') _('CensorRule|Last edit comment') _('CensorRule|Last edit editor') @@ -18,6 +21,10 @@ _('FoiAttachment|Filename') _('FoiAttachment|Hexdigest') _('FoiAttachment|Url part number') _('FoiAttachment|Within rfc822 subject') +_('Has tag string/has tag string tag') +_('HasTagString::HasTagStringTag|Model') +_('HasTagString::HasTagStringTag|Name') +_('HasTagString::HasTagStringTag|Value') _('Holiday') _('Holiday|Day') _('Holiday|Description') @@ -89,16 +96,6 @@ _('PublicBody|Request email') _('PublicBody|Short name') _('PublicBody|Url name') _('PublicBody|Version') -_('Public body/translation') -_('PublicBody::Translation|Disclosure log') -_('PublicBody::Translation|First letter') -_('PublicBody::Translation|Locale') -_('PublicBody::Translation|Name') -_('PublicBody::Translation|Notes') -_('PublicBody::Translation|Publication scheme') -_('PublicBody::Translation|Request email') -_('PublicBody::Translation|Short name') -_('PublicBody::Translation|Url name') _('Purge request') _('PurgeRequest|Model') _('PurgeRequest|Url') diff --git a/locale/nb_NO/app.po b/locale/nb_NO/app.po index 7dc006849..d8584563e 100644 --- a/locale/nb_NO/app.po +++ b/locale/nb_NO/app.po @@ -6,40 +6,40 @@ msgid "" msgstr "" "Project-Id-Version: alaveteli\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2013-03-14 14:02-0700\n" -"PO-Revision-Date: 2011-03-09 17:48+0000\n" -"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" -"Language-Team: LANGUAGE <LL@li.org>\n" +"Report-Msgid-Bugs-To: http://github.com/sebbacon/alaveteli/issues\n" +"POT-Creation-Date: 2013-06-24 09:40-0700\n" +"PO-Revision-Date: 2013-07-14 20:51+0000\n" +"Last-Translator: gorm <gormer@gmail.com>\n" +"Language-Team: Norwegian Bokmål (Norway) (http://www.transifex.com/projects/p/alaveteli/language/nb_NO/)\n" "Language: nb_NO\n" "MIME-Version: 1.0\n" "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 != 1);\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 "" +msgstr " Dette vil vises på din {{site_name}} profil, for å gjøre det enklere\\n for andre å delta i hva du holder på med." -msgid " (<strong>no ranty</strong> politics, read our <a href=\"%s\">moderation policy</a>)" -msgstr "" +msgid " (<strong>no ranty</strong> politics, read our <a href=\"{{url}}\">moderation policy</a>)" +msgstr " (<strong>ikke noe</strong> tåkeprat, les våre <a href=\"{{url}}\">retningslinjer for moderering</a>)" msgid " (<strong>patience</strong>, especially for large files, it may take a while!)" -msgstr "" +msgstr " (<strong>tålmodighet</strong>, spesielt for store filer, dette kan ta litt tid!)" msgid " (you)" -msgstr "" +msgstr " (deg)" msgid " - view and make Freedom of Information requests" -msgstr "" +msgstr " - se og lag innsynsbegjeringer" msgid " - wall" -msgstr "" +msgstr " - vegg" msgid " <strong>Note:</strong>\\n We will send you an email. Follow the instructions in it to change\\n your password." -msgstr "" +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 "" +msgstr "<strong>Personvern Obs:</strong>Epost adressen din vil bli gitt til" msgid " <strong>Summarise</strong> the content of any information returned. " msgstr "" @@ -50,14 +50,16 @@ msgstr "" msgid " Ideas on what <strong>other documents to request</strong> which the authority may hold. " msgstr "" -msgid " If you know the address to use, then please <a href=\"%s\">send it to us</a>.\\n You may be able to find the address on their website, or by phoning them up and asking." +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 "" msgid " Include relevant links, such as to a campaign page, your blog or a\\n twitter account. They will be made clickable. \\n e.g." msgstr "" +"Inkluder relevanter lenker, som f.eks. din kampanjeside, blogg, twitter konto o.l. De vil vises som elnker her\n" +" f.eks." msgid " Link to the information requested, if it is <strong>already available</strong> on the Internet. " -msgstr "" +msgstr " Lenke til informasjonen som det ble spurt om, om den <strong>alle var tilgjengelig</strong> på Internettet." msgid " Offer better ways of <strong>wording the request</strong> to get the information. " msgstr "" @@ -69,7 +71,7 @@ msgid " Suggest <strong>where else</strong> the requester might find the informa msgstr "" msgid " What are you investigating using Freedom of Information? " -msgstr "" +msgstr " Hva er det du undersøker med innsynsbegjæringene dine? " msgid " You are already being emailed updates about the request." msgstr "" @@ -78,90 +80,57 @@ msgid " You will also be emailed updates about the request." msgstr "" msgid " made by " -msgstr "" +msgstr " laget av " msgid " or " -msgstr "" +msgstr " eller " msgid " when you send this message." -msgstr "" +msgstr " når du sender denne meldinen." msgid "\"Hello! We have an <a href=\\\"/help/alaveteli?country_name=#{CGI.escape(current_country)}\\\">important message</a> for visitors outside {{country_name}}\"" msgstr "" -msgid "%d Freedom of Information request to %s" -msgid_plural "%d Freedom of Information requests to %s" -msgstr[0] "" -msgstr[1] "" - -msgid "%d request" -msgid_plural "%d requests" -msgstr[0] "" -msgstr[1] "" - -msgid "%d request made." -msgid_plural "%d requests made." -msgstr[0] "" -msgstr[1] "" - msgid "'Crime statistics by ward level for Wales'" -msgstr "" +msgstr "'Kriminalitetsstatistikk på bydelsnivå for Oslo'" msgid "'Pollution levels over time for the River Tyne'" -msgstr "" +msgstr "'Forurensningsnivå over tid i Akerselva'" msgid "'{{link_to_authority}}', a public authority" -msgstr "" +msgstr "'{{link_to_authority}}', en offentlig myndighet" msgid "'{{link_to_request}}', a request" -msgstr "" +msgstr "'{{link_to_request}}', en henvendelse" msgid "'{{link_to_user}}', a person" -msgstr "" +msgstr "'{{link_to_user}}', en person" msgid "*unknown*" -msgstr "" +msgstr "*ukjent*" msgid ",\\n\\n\\n\\nYours,\\n\\n{{user_name}}" msgstr "" msgid "- or -" -msgstr "" +msgstr "- eller -" msgid "1. Select an authority" -msgstr "" +msgstr "1. Velg en myndighet" msgid "2. Ask for Information" -msgstr "" +msgstr "2. Spør om dokumentene" msgid "3. Now check your request" -msgstr "" - -msgid "<a class=\"link_button_green\" href=\"{{url}}\">{{text}}</a>" -msgstr "" - -msgid "<a href=\"%s\">Add an annotation</a> (to help the requester or others)" -msgstr "" - -msgid "<a href=\"%s\">Are we missing a public authority?</a>" -msgstr "" - -msgid "<a href=\"%s\">Are you the owner of\\n any commercial copyright on this page?</a>" -msgstr "" - -msgid "<a href=\"%s\">Browse all</a> or <a href=\"%s\">ask us to add one</a>." -msgstr "" +msgstr "3. Se over henvendelsen din nå" -msgid "<a href=\"%s\">Can't find the one you want?</a>" +msgid "<a href=\"{{browse_url}}\">Browse all</a> or <a href=\"{{add_url}}\">ask us to add one</a>." msgstr "" -msgid "<a href=\"%s\">Sign in</a> to change password, subscriptions and more ({{user_name}} only)" -msgstr "" - -msgid "<a href=\"%s\">details</a>" -msgstr "" +msgid "<a href=\"{{url}}\">Add an annotation</a> (to help the requester or others)" +msgstr "<a href=\"{{url}}\">Legg til merknad</a> (for å hjelpe henvender eller andre)" -msgid "<a href=\"%s\">what's that?</a>" +msgid "<a href=\"{{url}}\">Sign in</a> to change password, subscriptions and more ({{user_name}} only)" msgstr "" 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>" @@ -191,16 +160,22 @@ msgstr "" 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 "" +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 "" + 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 "" 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 "" -msgid "<p>You do not need to include your email in the request in order to get a reply (<a href=\"%s\">details</a>).</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 "" -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=\"%s\">details</a>).</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 "" + +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 "" 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>" @@ -213,15 +188,10 @@ msgid "<p>{{site_name}} is currently in maintenance. You can only view existing msgstr "" 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>Bruker du web-basert e-post eller har \"spam-filter\", sjekk også din\\nsøppel/spam mail folder. Det hender at meldingene våre blir behandlet som spam.</small>\\n</p>" -msgid "<span id='follow_count'>%d</span> person is following this authority" -msgid_plural "<span id='follow_count'>%d</span> people are following this authority" -msgstr[0] "" -msgstr[1] "" - -msgid "<strong> Can I request information about myself?</strong>\\n\t\t\t<a href=\"%s\">No! (Click here for details)</a>" -msgstr "" +msgid "<strong> Can I request information about myself?</strong>\\n\t\t\t<a href=\"{{url}}\">No! (Click here for details)</a>" +msgstr "<strong> Kan jeg be om informasjon om meg personlig?</strong>\\n\t\t\t<a href=\"{{url}}\">NEI! (klikk her for detaljer)</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 "" @@ -274,23 +244,23 @@ msgstr "" 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 "" -msgid "<strong>Privacy note:</strong> If you want to request private information about\\n yourself then <a href=\"%s\">click here</a>." -msgstr "" +msgid "<strong>Privacy note:</strong> If you want to request private information about\\n yourself then <a href=\"{{url}}\">click here</a>." +msgstr "<strong>Personverns OBS</strong> Om du ønsker å spørre om personlig informasjon om\\n def selv <a href=\"{{url}}\">klikk her</a>." 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>Personverns OBS:</strong> Ditt bilde vil være offentlig tlgjengelig på hele Internettet.\\n uavhengig om 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 "" +msgstr "<strong>Personverns OBS:</strong> Meldingen din og alle svar\\n\\n vil vises offentlig på denne tjenesten." msgid "<strong>Some of the information</strong> has been sent " -msgstr "" +msgstr "<strong>Noe av informasjonen</strong> ble sendt" msgid "<strong>Thank</strong> the public authority or " -msgstr "" +msgstr "<strong>Takk</strong> myndigheten eller " msgid "<strong>did not have</strong> the information requested." -msgstr "" +msgstr "<strong>hadde ikke</strong> informasjonen du ba om." 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 "" @@ -304,11 +274,14 @@ msgstr "" msgid "A Freedom of Information request" msgstr "" -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}}." +msgid "A full history of my FOI request and all correspondence is available on the Internet at this address: {{url}}" msgstr "" +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}}." + msgid "A public authority" -msgstr "" +msgstr "En offentlig myndighet" msgid "A response will be sent <strong>by post</strong>" msgstr "" @@ -323,9 +296,18 @@ msgid "A {{site_name}} user" msgstr "" msgid "About you:" -msgstr "" +msgstr "Om deg:" msgid "Act on what you've learnt" +msgstr "Gjør noe med det du har lært" + +msgid "Acts as xapian/acts as xapian job" +msgstr "" + +msgid "ActsAsXapian::ActsAsXapianJob|Action" +msgstr "" + +msgid "ActsAsXapian::ActsAsXapianJob|Model" msgstr "" msgid "Add an annotation" @@ -335,7 +317,7 @@ msgid "Add an annotation to your request with choice quotes, or\\n msgstr "" msgid "Added on {{date}}" -msgstr "" +msgstr "Lagt til {{date}}" msgid "Admin level is not included in list" msgstr "" @@ -404,15 +386,21 @@ msgid "Anonymous user" msgstr "" msgid "Anyone:" -msgstr "" +msgstr "Alle" msgid "Applies to" msgstr "" +msgid "Are we missing a public authority?" +msgstr "Skal vi legge til flere myndigheter?" + +msgid "Are you the owner of any commercial copyright on this page?" +msgstr "Er du eier av komersielle åndsverksrettigheter på denne siden?" + 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> dokumenter, informasjon eller veiledning om noe som angår deg." -msgid "At the bottom of this page, write a reply to them trying to persuade them to scan it in\\n (<a href=\"%s\">more details</a>)." +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 "" msgid "Attachment (optional):" @@ -425,22 +413,22 @@ msgid "Awaiting classification." msgstr "" msgid "Awaiting internal review." -msgstr "" +msgstr "Vemter på behandling av klage." msgid "Awaiting response." -msgstr "" +msgstr "Venter på svar" msgid "Beginning with" -msgstr "" +msgstr "Begynner med" msgid "Browse <a href='{{url}}'>other requests</a> for examples of how to word your request." -msgstr "" +msgstr "Vis <a href='{{url}}'>andre henvendelser</a> for eksempler på hvordan du bør ordlegge henvendelsen." msgid "Browse <a href='{{url}}'>other requests</a> to '{{public_body_name}}' for examples of how to word your request." -msgstr "" +msgstr "Se på <a href='{{url}}'>andre henvendelser</a> til '{{public_body_name}}' for eksempler på hvordan du kan ordlegge deg." msgid "Browse all authorities..." -msgstr "" +msgstr "Vis alle myndighetene..." msgid "By law, under all circumstances, {{public_body_link}} should have responded by now" msgstr "" @@ -451,6 +439,9 @@ msgstr "" msgid "Calculated home page" msgstr "" +msgid "Can't find the one you want?" +msgstr "Vil du kontakte en myndighet som ikke er her?" + msgid "Cancel a {{site_name}} alert" msgstr "" @@ -458,7 +449,7 @@ msgid "Cancel some {{site_name}} alerts" msgstr "" msgid "Cancel, return to your profile page" -msgstr "" +msgstr "Kanselerer, returner til profil-bildet ditt" msgid "Censor rule" msgstr "" @@ -479,31 +470,31 @@ msgid "CensorRule|Text" msgstr "" msgid "Change email on {{site_name}}" -msgstr "" +msgstr "Bytt e-post på {{site_name}}" msgid "Change password on {{site_name}}" -msgstr "" +msgstr "Btt passord på {{site_name}}" msgid "Change profile photo" -msgstr "" +msgstr "Bytt profil-bildet" msgid "Change the text about you on your profile at {{site_name}}" -msgstr "" +msgstr "Bytt teksten på din profil hos {{site_name}}" msgid "Change your email" -msgstr "" +msgstr "Bytt epost" msgid "Change your email address used on {{site_name}}" msgstr "" msgid "Change your password" -msgstr "" +msgstr "Bytt passordet ditt" msgid "Change your password on {{site_name}}" -msgstr "" +msgstr "Bytt passordet ditt på {{site_name}}" msgid "Change your password {{site_name}}" -msgstr "" +msgstr "Bytt passordet ditt {{site_name}}" msgid "Charity registration" msgstr "" @@ -512,10 +503,10 @@ msgid "Check for mistakes if you typed or copied the address." msgstr "" msgid "Check you haven't included any <strong>personal information</strong>." -msgstr "" +msgstr "Sjekk at du ikke har inkludert noe <strong>personlig informasjon</strong>." msgid "Choose your profile photo" -msgstr "" +msgstr "Velg ditt profil-bilde" msgid "Clarification" msgstr "" @@ -527,7 +518,7 @@ msgid "Classify an FOI response from " msgstr "" msgid "Clear photo" -msgstr "" +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 "" @@ -611,13 +602,16 @@ msgid "Cultural sites and built structures (as they may be affected by the\\n msgstr "" msgid "Currently <strong>waiting for a response</strong> from {{public_body_link}}, they must respond promptly and" -msgstr "" +msgstr "<strong>Venter på svar</strong> fra {{public_body_link}}, de må svare uten ugrunnet opphold og" msgid "Date:" -msgstr "" +msgstr "Dato:" + +msgid "Dear {{name}}," +msgstr "Kjære {{name}}," msgid "Dear {{public_body_name}}," -msgstr "" +msgstr "Kjære {{public_body_name}}," msgid "Default locale" msgstr "" @@ -641,7 +635,7 @@ msgid "Did you mean: {{correction}}" msgstr "" msgid "Disclaimer: This message and any reply that you make will be published on the internet. Our privacy and copyright policies:" -msgstr "" +msgstr "Ansvarsfraskrivelse: Denne meldingen og alle dine svar vil automatisk bli publisert offentlig på Internettet. Våre personvern og åndsverksregler: " msgid "Disclosure log" msgstr "" @@ -650,7 +644,7 @@ msgid "Disclosure log URL" msgstr "" msgid "Don't want to address your message to {{person_or_body}}? You can also write to:" -msgstr "" +msgstr "Om du vil sette mottaker til en annen person enn {{person_or_body}}, kan du også skrive til:" msgid "Done" msgstr "" @@ -659,10 +653,10 @@ msgid "Done >>" msgstr "" msgid "Download a zip file of all correspondence" -msgstr "" +msgstr "Last ned en zip fil med all korrespondanse" msgid "Download original attachment" -msgstr "" +msgstr "Last ned orginalt vedlegg" msgid "EIR" msgstr "" @@ -671,30 +665,30 @@ msgid "Edit" msgstr "" 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>flere detaljer</strong> i meldingen over,\\n som forklarer hvorfor du klager." msgid "Edit text about you" -msgstr "" +msgstr "Rediget teksten om deg" msgid "Edit this request" -msgstr "" +msgstr "Editer denne henvendelsen" msgid "Either the email or password was not recognised, please try again." -msgstr "" +msgstr "Enten så var epost 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 "Enten så var epost eller passord feil, forsøk igjen. Eller lag deg en ny konto ved hjelp av skjema til høyre." msgid "Email doesn't look like a valid address" -msgstr "" +msgstr "Epost ser ikke gyldig ut" msgid "Email me future updates to this request" -msgstr "" +msgstr "Send meg e-post om fremtidige oppdateringer på denne henvendelsen" msgid "Enter words that you want to find separated by spaces, e.g. <strong>climbing lane</strong>" -msgstr "" +msgstr "Skriv inn ord som du leter etter separert med mellomrom, f.eks. <strong>klatre linje</strong>" -msgid "Enter your response below. You may attach one file (use email, or\\n <a href=\"%s\">contact us</a> if you need more)." +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 "" msgid "Environmental Information Regulations" @@ -710,16 +704,16 @@ msgid "Event history" msgstr "" msgid "Event history details" -msgstr "" +msgstr "Logg over hendelser" msgid "Event {{id}}" msgstr "" -msgid "Everything that you enter on this page, including <strong>your name</strong>,\\n will be <strong>displayed publicly</strong> on\\n this website forever (<a href=\"%s\">why?</a>)." -msgstr "" +msgid "Everything that you enter on this page, including <strong>your name</strong>,\\n will be <strong>displayed publicly</strong> on\\n this website forever (<a href=\"{{url}}\">why?</a>)." +msgstr "Alt som du skriver inn på denne tjenesten, inkludert <strong>navnet ditt</strong>,\\n vil bli <strong>vist offentlig</strong> på\\n denne tjenesten for alltid (<a href=\"{{url}}\">hvorfor?</a>)." -msgid "Everything that you enter on this page\\n will be <strong>displayed publicly</strong> on\\n this website forever (<a href=\"%s\">why?</a>)." -msgstr "" +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 alltid (<a href=\"{{url}}\">hvorfor?</a>)." msgid "FOI" msgstr "" @@ -745,15 +739,18 @@ msgstr "" msgid "Failed to convert image to a PNG" msgstr "" -msgid "Failed to convert image to the correct size: at %{cols}x%{rows}, need %{width}x%{height}" +msgid "Failed to convert image to the correct size: at {{cols}}x{{rows}}, need {{width}}x{{height}}" msgstr "" msgid "Filter" msgstr "" -msgid "First, type in the <strong>name of the UK public authority</strong> you'd \\n like information from. <strong>By law, they have to respond</strong>\\n (<a href=\"%s#%s\">why?</a>)." +msgid "First, did your other requests succeed?" msgstr "" +msgid "First, type in the <strong>name of the UK public authority</strong> you'd\\n like information from. <strong>By law, they have to respond</strong>\\n (<a href=\"{{url}}\">why?</a>)." +msgstr "Først, skriv inn <strong>navnet på en norsk offentlig myndighet</strong> som du\\n vil ha informasjon fra. <strong>Loven sier at de må svare deg</strong>\\n (<a href=\"{{url}}\">hvorfor?</a>)." + msgid "Foi attachment" msgstr "" @@ -779,7 +776,7 @@ msgid "FoiAttachment|Within rfc822 subject" msgstr "" msgid "Follow" -msgstr "" +msgstr "Følg" msgid "Follow all new requests" msgstr "" @@ -791,13 +788,13 @@ msgid "Follow requests to {{public_body_name}}" msgstr "" msgid "Follow these requests" -msgstr "" +msgstr "Følg denne typen henvendelser" msgid "Follow things matching this search" msgstr "" msgid "Follow this authority" -msgstr "" +msgstr "Følg myndighet" msgid "Follow this link to see the request:" msgstr "" @@ -806,7 +803,7 @@ msgid "Follow this person" msgstr "" msgid "Follow this request" -msgstr "" +msgstr "Følg denne henvendelsen" msgid "Follow up" msgstr "" @@ -821,7 +818,7 @@ msgid "Follow ups and new responses to this request have been stopped to prevent msgstr "" msgid "Follow us on twitter" -msgstr "" +msgstr "Følg oss på twitter" 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 "" @@ -830,12 +827,12 @@ msgid "For an unknown reason, it is not possible to make a request to this autho msgstr "" msgid "Forgotten your password?" -msgstr "" +msgstr "Glemt passordet?" -msgid "Found %d public authority %s" -msgid_plural "Found %d public authorities %s" -msgstr[0] "" -msgstr[1] "" +msgid "Found {{count}} public authority {{description}}" +msgid_plural "Found {{count}} public authorities {{description}}" +msgstr[0] "Fant {{count}} offentlig myndighet {{description}}" +msgstr[1] "Fant {{count}} offentlige myndigheter {{description}}" msgid "Freedom of Information" msgstr "" @@ -853,43 +850,55 @@ msgid "Freedom of Information law no longer applies to this authority.Follow up msgstr "" msgid "Freedom of Information requests made" -msgstr "" +msgstr "Innsynshenvendelser utført" msgid "Freedom of Information requests made by this person" -msgstr "" +msgstr "Innsynshenvendelser utført av denne personen" msgid "Freedom of Information requests made by you" -msgstr "" +msgstr "Innsynshenvendelser utført av deg" msgid "Freedom of Information requests made using this site" -msgstr "" +msgstr "Innsynshenvendelser utført med denne tjenesten" msgid "Freedom of information requests to" -msgstr "" +msgstr "Innsynshenvendelser til" msgid "From" -msgstr "" +msgstr "Fra" -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=\"%s\">send it to us</a>." +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 "Fra:" msgid "GIVE DETAILS ABOUT YOUR COMPLAINT HERE" -msgstr "" +msgstr "SKRIV GRUNNENE FOR HVORFOR DU KLAGER HER" msgid "Handled by post." msgstr "" +msgid "Has tag string/has tag string tag" +msgstr "" + +msgid "HasTagString::HasTagStringTag|Model" +msgstr "" + +msgid "HasTagString::HasTagStringTag|Name" +msgstr "" + +msgid "HasTagString::HasTagStringTag|Value" +msgstr "" + msgid "Hello! You can make Freedom of Information requests within {{country_name}} at {{link_to_website}}" msgstr "" msgid "Hello, {{username}}!" -msgstr "" +msgstr "Hei, {{username}}!" msgid "Help" -msgstr "" +msgstr "Hjelp" 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 "" @@ -913,10 +922,10 @@ msgid "Holiday|Description" msgstr "" msgid "Home" -msgstr "" +msgstr "Hjem" msgid "Home page" -msgstr "" +msgstr "Hjemmeside" msgid "Home page of authority" msgstr "" @@ -933,6 +942,9 @@ msgstr "" msgid "I am requesting an <strong>internal review</strong>" msgstr "" +msgid "I am writing to request an internal review of {{public_body_name}}'s handling of my FOI request '{{info_request_title}}'." +msgstr "" + msgid "I don't like these ones — give me some more!" msgstr "" @@ -946,33 +958,33 @@ msgid "I would like to <strong>withdraw this request</strong>" msgstr "" msgid "I'm still <strong>waiting</strong> for my information\\n <small>(maybe you got an acknowledgement)</small>" -msgstr "" +msgstr "Jeg <strong>venter</strong> fortsatt på dokumentene/informasjonen min\\n <small>(du mottok kanskje bare en bekreftelse)</small>" msgid "I'm still <strong>waiting</strong> for the internal review" -msgstr "" +msgstr "Jeg <strong>venter</strong> fortsatt på at klagen behandles" msgid "I'm waiting for an <strong>internal review</strong> response" -msgstr "" +msgstr "Jeg venter på at <strong>klagen</strong> blir behandlet" msgid "I've been asked to <strong>clarify</strong> my request" -msgstr "" +msgstr "Jeg har blitt spurt om å <strong>klargjøre</strong> henvendelsen min" msgid "I've received <strong>all the information" -msgstr "" +msgstr "Jeg har fått <strong>alt av informasjonen" msgid "I've received <strong>some of the information</strong>" -msgstr "" +msgstr "Jeg har mottatt <strong>litt av informasjonen</strong>" msgid "I've received an <strong>error message</strong>" -msgstr "" +msgstr "Jeg har fått en <strong>feilmelding</strong>" msgid "I've received an error message" -msgstr "" +msgstr "Jeg har fått en feilmelding" msgid "Id" msgstr "" -msgid "If the address is wrong, or you know a better address, please <a href=\"%s\">contact us</a>." +msgid "If the address is wrong, or you know a better address, please <a href=\"{{url}}\">contact us</a>." msgstr "" 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." @@ -981,23 +993,23 @@ msgstr "" 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 "" -msgid "If you are dissatisfied by the response you got from\\n the public authority, you have the right to\\n complain (<a href=\"%s\">details</a>)." -msgstr "" +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 "Du har rett til å klage, om du ikke er fornøyd med svaret du fikk fra\\n den offentlige myndigheten (<a href=\"{{url}}\">detaljer</a>)." -msgid "If you are still having trouble, please <a href=\"%s\">contact us</a>." +msgid "If you are still having trouble, please <a href=\"{{url}}\">contact us</a>." msgstr "" -msgid "If you are the requester, then you may <a href=\"%s\">sign in</a> to view the request." +msgid "If you are the requester, then you may <a href=\"{{url}}\">sign in</a> to view the request." msgstr "" -msgid "If you are thinking of using a pseudonym,\\n please <a href=\"%s\">read this first</a>." +msgid "If you are thinking of using a pseudonym,\\n please <a href=\"{{url}}\">read this first</a>." msgstr "" msgid "If you are {{user_link}}, please" msgstr "" msgid "If you believe this request is not suitable, you can report it for attention by the site administrators" -msgstr "" +msgstr "Hvis du syntes denne henvendelsen ikke er passende, kan du gjøre en admininstrator oppmerksom på den ved å rapportere henvendelsen" 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 "" @@ -1006,7 +1018,7 @@ msgid "If you can, scan in or photograph the response, and <strong>send us\\n msgstr "" 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 "Om du som offentlig saksbehandler finner denne tjenesten nyttig, vennligst spør om din kommunikasjonsavdeling kan lenke til oss fra din 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 "" @@ -1138,7 +1150,7 @@ msgid "Information on emissions and discharges (e.g. noise, energy,\\n msgstr "" msgid "Internal review request" -msgstr "" +msgstr "Klage" 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 "" @@ -1153,19 +1165,19 @@ msgid "Items sent in last month" msgstr "" msgid "Joined in" -msgstr "" +msgstr "Ble med i" msgid "Joined {{site_name}} in" -msgstr "" +msgstr "Ble med {{site_name}} i" msgid "Just one more thing" msgstr "" -msgid "Keep it <strong>focused</strong>, you'll be more likely to get what you want (<a href=\"%s\">why?</a>)." -msgstr "" +msgid "Keep it <strong>focused</strong>, you'll be more likely to get what you want (<a href=\"{{url}}\">why?</a>)." +msgstr "Hold det <strong>fokusert</strong>, du har større sjanser for å få det du vil ha (<a href=\"{{url}}\">hvorfor?</a>)." msgid "Keywords" -msgstr "" +msgstr "Nøkkelord" msgid "Last authority viewed: " msgstr "" @@ -1183,7 +1195,7 @@ msgid "List all" msgstr "" msgid "List of all authorities (CSV)" -msgstr "" +msgstr "Liste over alle registrerte myndigheter (CSV)" msgid "Listing FOI requests" msgstr "" @@ -1210,7 +1222,7 @@ msgid "Long overdue." msgstr "" msgid "Made between" -msgstr "" +msgstr "Laget mellom" msgid "Mail server log" msgstr "" @@ -1230,17 +1242,14 @@ msgstr "" msgid "MailServerLog|Order" msgstr "" -msgid "Make a new <strong>Environmental Information</strong> request" -msgstr "" - -msgid "Make a new <strong>Freedom of Information</strong> request to {{public_body}}" -msgstr "" - msgid "Make a new<br/>\\n <strong>Freedom <span>of</span><br/>\\n Information<br/>\\n request</strong>" -msgstr "" +msgstr "Lag en ny<br/>\\n <strong>Forespørsel <span>om</span><br/>\\n Innsyn</strong>" msgid "Make a request" -msgstr "" +msgstr "Lag henvendelse" + +msgid "Make a request to this authority" +msgstr "Lag en henvendelse til denne myndigheten" msgid "Make an {{law_used_short}} request to '{{public_body_name}}'" msgstr "" @@ -1264,34 +1273,34 @@ msgid "Missing contact details for '" msgstr "" msgid "More about this authority" -msgstr "" +msgstr "Mer om denne myndigheten" msgid "More requests..." -msgstr "" +msgstr "Flere henvendelser..." msgid "More similar requests" -msgstr "" +msgstr "Flere lignende henvendelser" msgid "More successful requests..." -msgstr "" +msgstr "Flere vellykkede henvendelser..." msgid "My profile" -msgstr "" +msgstr "Min profil" msgid "My request has been <strong>refused</strong>" -msgstr "" +msgstr "Henvendelsen er avslått" msgid "My requests" -msgstr "" +msgstr "Mine henvendelser" msgid "My wall" -msgstr "" +msgstr "Min vegg" msgid "Name can't be blank" -msgstr "" +msgstr "Navn kan ikke være tomt" msgid "Name is already taken" -msgstr "" +msgstr "Navn er allerede tatt" msgid "New Freedom of Information requests" msgstr "" @@ -1300,25 +1309,25 @@ msgid "New censor rule" msgstr "" msgid "New e-mail:" -msgstr "" +msgstr "Ny e-post:" msgid "New email doesn't look like a valid address" msgstr "" 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 innsynshenvendelse - " msgid "New response to your request" -msgstr "" +msgstr "Nytt svar på henvenndelsen din" msgid "New response to {{law_used_short}} request" msgstr "" @@ -1333,37 +1342,37 @@ msgid "Next" msgstr "" msgid "Next, crop your photo >>" -msgstr "" +msgstr "Neste, beskjær bildet ditt >>" msgid "No requests of this sort yet." -msgstr "" +msgstr "Ingen slike henvendelser enda." msgid "No results found." -msgstr "" +msgstr "Ingen resultater." msgid "No similar requests found." -msgstr "" +msgstr "Ingen lignende henvendelser funnet." msgid "No tracked things found." msgstr "" msgid "Nobody has made any Freedom of Information requests to {{public_body_name}} using this site yet." -msgstr "" +msgstr "Ingen har enda skrevet noen innsynshenvendelser til {{public_body_name}}." msgid "None found." -msgstr "" +msgstr "Ingen funnet." msgid "None made." -msgstr "" +msgstr "Ingen laget." msgid "Not a valid FOI request" -msgstr "" +msgstr "Ikke en gyldig innsynsbegjæring" 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 "" msgid "Now check your email!" -msgstr "" +msgstr "Sjekk eposten din nå!" msgid "Now preview your annotation" msgstr "" @@ -1378,13 +1387,13 @@ msgid "OR remove the existing photo" msgstr "" msgid "Offensive? Unsuitable?" -msgstr "" +msgstr "Støtende? Upassende?" msgid "Oh no! Sorry to hear that your request was refused. Here is what to do now." -msgstr "" +msgstr "Huff! Kjedelig å høre at innsynsbegjæringen din ble avslått. Her er det du nå kan gjøre." msgid "Old e-mail:" -msgstr "" +msgstr "Gammel e-post:" msgid "Old email address isn't the same as the address of the account you are logged in with" msgstr "" @@ -1393,16 +1402,16 @@ msgid "Old email doesn't look like a valid address" msgstr "" msgid "On this page" -msgstr "" +msgstr "På denne siden" msgid "One FOI request found" -msgstr "" +msgstr "En innsynsbegjæring funnet" msgid "One person found" -msgstr "" +msgstr "En person funnet" msgid "One public authority found" -msgstr "" +msgstr "En myndighet 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 "" @@ -1426,7 +1435,7 @@ msgid "Other:" msgstr "" msgid "Outgoing message" -msgstr "" +msgstr "Utgående melding" msgid "OutgoingMessage|Body" msgstr "" @@ -1444,16 +1453,16 @@ msgid "OutgoingMessage|What doing" msgstr "" msgid "Partially successful." -msgstr "" +msgstr "Delevis vellykket" msgid "Password is not correct" -msgstr "" +msgstr "Passordet er ikke riktig" msgid "Password:" -msgstr "" +msgstr "Passord:" msgid "Password: (again)" -msgstr "" +msgstr "Passord: (igjen)" msgid "Paste this link into emails, tweets, and anywhere else:" msgstr "" @@ -1465,7 +1474,7 @@ msgid "People {{start_count}} to {{end_count}} of {{total_count}}" msgstr "" msgid "Photo of you:" -msgstr "" +msgstr "Foto av deg:" msgid "Plans and administrative measures that affect these matters" msgstr "" @@ -1479,17 +1488,17 @@ msgstr "" msgid "Please" msgstr "" -msgid "Please <a href=\"%s\">get in touch</a> with us so we can fix it." +msgid "Please <a href=\"{{url}}\">get in touch</a> with us so we can fix it." msgstr "" msgid "Please <strong>answer the question above</strong> so we know whether the " -msgstr "" +msgstr "Vennligst <strong>svar på spørsmålet ovenfor</strong> så vi vet om " 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 "" 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 "Vennligst <strong>bare</strong> skriv om ting som direkte relaterer seg til din henvendelse {{request_link}}. Om du vil spørre om informasjon som ikke var i opprinnelig henvendelse <a href=\"{{new_request_link}}\">lag en ny henvendelse</a>." msgid "Please ask for environmental information only" msgstr "" @@ -1500,6 +1509,9 @@ msgstr "" msgid "Please choose a file containing your photo." msgstr "" +msgid "Please choose a reason" +msgstr "" + msgid "Please choose what sort of reply you are making." msgstr "" @@ -1519,61 +1531,61 @@ msgid "Please describe more what the request is about in the subject. There is n msgstr "" msgid "Please don't upload offensive pictures. We will take down images\\n that we consider inappropriate." -msgstr "" +msgstr "Vennligst ikke last opp støtende bilder. Vi vil ta ned bilder\\nsom vi finner upassende." msgid "Please enable \"cookies\" to carry on" msgstr "" msgid "Please enter a password" -msgstr "" +msgstr "Skriv inn et passord" msgid "Please enter a subject" -msgstr "" +msgstr "Skriv inn en tittel" msgid "Please enter a summary of your request" -msgstr "" +msgstr "Skriv et sammendrag av henvendelsen" msgid "Please enter a valid email address" -msgstr "" +msgstr "Skriv inn en gyldig e-post adresse" msgid "Please enter the message you want to send" -msgstr "" +msgstr "Skriv inn meldingen du ønsker å sende" msgid "Please enter the same password twice" -msgstr "" +msgstr "Skriv inn det samme passordet to ganger" msgid "Please enter your annotation" -msgstr "" +msgstr "Skriv inn din merknad" msgid "Please enter your email address" -msgstr "" +msgstr "Skriv inn e-post adressen din" msgid "Please enter your follow up message" -msgstr "" +msgstr "Skriv inn oppfølgningsmeldingen din" msgid "Please enter your letter requesting information" msgstr "" msgid "Please enter your name" -msgstr "" +msgstr "Skriv inn navnet ditt" msgid "Please enter your name, not your email address, in the name field." -msgstr "" +msgstr "Skriv inn navnet ditt, ikke e-post adressen, i samme felt." msgid "Please enter your new email address" -msgstr "" +msgstr "Skriv inn den nye e-post adressen din" msgid "Please enter your old email address" -msgstr "" +msgstr "Skriv inn din gamle e-post adresse" 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å skrive hvorfor du klager" msgid "Please keep it shorter than 500 characters" -msgstr "" +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 "" @@ -1581,23 +1593,26 @@ msgstr "" 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 "" +msgid "Please pass this on to the person who conducts Freedom of Information reviews." +msgstr "" + msgid "Please select each of these requests in turn, and <strong>let everyone know</strong>\\nif they are successful yet or not." msgstr "" -msgid "Please sign at the bottom with your name, or alter the \"%{signoff}\" signature" +msgid "Please sign at the bottom with your name, or alter the \"{{signoff}}\" signature" msgstr "" msgid "Please sign in as " -msgstr "" +msgstr "Logg deg inn som " msgid "Please sign in or make a new account." -msgstr "" +msgstr "Logg inn eller lag en ny konto." msgid "Please type a message and/or choose a file containing your response." msgstr "" msgid "Please use this email address for all replies to this request:" -msgstr "" +msgstr "Vennligst bruk denne e-post adressen for alle svar:" msgid "Please write a summary with some text in it" msgstr "" @@ -1618,7 +1633,7 @@ msgid "Point to <strong>related information</strong>, campaigns or forums which msgstr "" msgid "Possibly related requests:" -msgstr "" +msgstr "Mulig relatert henvendelse:" msgid "Post annotation" msgstr "" @@ -1663,13 +1678,13 @@ msgid "Preview your annotation" msgstr "" msgid "Preview your message" -msgstr "" +msgstr "Forhåndsvis meldingen" msgid "Preview your public request" -msgstr "" +msgstr "Forhåndsvis henvendelsen din" msgid "Profile photo" -msgstr "" +msgstr "Profilbilde" msgid "ProfilePhoto|Data" msgstr "" @@ -1678,23 +1693,20 @@ msgid "ProfilePhoto|Draft" msgstr "" msgid "Public authorities" -msgstr "" +msgstr "Offentlige myndigheter" msgid "Public authorities - {{description}}" -msgstr "" +msgstr "Offentlige myndigheter - {{description}}" msgid "Public authorities {{start_count}} to {{end_count}} of {{total_count}}" -msgstr "" +msgstr "Offentlige myndigheter {{start_count}} til {{end_count}} av totalt {{total_count}}" msgid "Public authority – {{name}}" -msgstr "" +msgstr "Offentlig myndighet – {{name}}" msgid "Public body" msgstr "" -msgid "Public body/translation" -msgstr "" - msgid "Public notes" msgstr "" @@ -1704,33 +1716,6 @@ msgstr "" msgid "Public page not available" msgstr "" -msgid "PublicBody::Translation|Disclosure log" -msgstr "" - -msgid "PublicBody::Translation|First letter" -msgstr "" - -msgid "PublicBody::Translation|Locale" -msgstr "" - -msgid "PublicBody::Translation|Name" -msgstr "" - -msgid "PublicBody::Translation|Notes" -msgstr "" - -msgid "PublicBody::Translation|Publication scheme" -msgstr "" - -msgid "PublicBody::Translation|Request email" -msgstr "" - -msgid "PublicBody::Translation|Short name" -msgstr "" - -msgid "PublicBody::Translation|Url name" -msgstr "" - msgid "PublicBody|Api key" msgstr "" @@ -1789,22 +1774,22 @@ msgid "PurgeRequest|Url" msgstr "" msgid "RSS feed" -msgstr "" +msgstr "RSS strøm" msgid "RSS feed of updates" -msgstr "" +msgstr "RSS srøm med oppdateringene" msgid "Re-edit this annotation" -msgstr "" +msgstr "Re-editer denne merknaden" msgid "Re-edit this message" -msgstr "" +msgstr "Re-editer denne meldingen" msgid "Read about <a href=\"{{advanced_search_url}}\">advanced search operators</a>, such as proximity and wildcards." msgstr "" msgid "Read blog" -msgstr "" +msgstr "Les blogg" msgid "Received an error message, such as delivery failure." msgstr "" @@ -1813,28 +1798,31 @@ msgid "Recently described results first" msgstr "" msgid "Refused." -msgstr "" +msgstr "Avslått" msgid "Remember me</label> (keeps you signed in longer;\\n do not use on a public computer) " -msgstr "" +msgstr "Husk meg</label> (hodler deg innlogget lenger;\\n ikke bruk på offentlige datamaskiner) " msgid "Report abuse" -msgstr "" +msgstr "Meld misbruk" msgid "Report an offensive or unsuitable request" +msgstr "Meld en støtende eller upassende henvendelse" + +msgid "Report request" msgstr "" msgid "Report this request" -msgstr "" +msgstr "Rapporter henvendelsen" msgid "Reported for administrator attention." -msgstr "" +msgstr "Rapportert til admininstrator" msgid "Request an internal review" -msgstr "" +msgstr "Skriv klage" msgid "Request an internal review from {{person_or_body}}" -msgstr "" +msgstr "Klag på vedtaket fra {{person_or_body}}" msgid "Request email" msgstr "" @@ -1843,7 +1831,7 @@ msgid "Request has been removed" msgstr "" msgid "Request sent to {{public_body_name}} by {{info_request_user}} on {{date}}." -msgstr "" +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 "" @@ -1855,16 +1843,16 @@ msgid "Requested on {{date}}" msgstr "" msgid "Requests for personal information and vexatious requests are not considered valid for FOI purposes (<a href=\"/help/about\">read more</a>)." -msgstr "" +msgstr "Henvendelser om personlig informasjon og sjikanøse henvendelser er ikke tillatt (<a href=\"/help/about\">les mer</a>)." msgid "Requests or responses matching your saved search" msgstr "" msgid "Respond by email" -msgstr "" +msgstr "Svar med epost" msgid "Respond to request" -msgstr "" +msgstr "Svar på henvendelsen" msgid "Respond to the FOI request" msgstr "" @@ -1900,22 +1888,22 @@ msgid "Results page {{page_number}}" msgstr "" msgid "Save" -msgstr "" +msgstr "Lagre" msgid "Search" -msgstr "" +msgstr "Søk" msgid "Search Freedom of Information requests, public authorities and users" -msgstr "" +msgstr "Søk i innsynsbegjæringer, myndigheter og brukere" msgid "Search contributions by this person" -msgstr "" +msgstr "Søk bidrag fra denne personen" msgid "Search for words in:" -msgstr "" +msgstr "Søk for ord i:" msgid "Search in" -msgstr "" +msgstr "Søk i" msgid "Search over<br/>\\n <strong>{{number_of_requests}} requests</strong> <span>and</span><br/>\\n <strong>{{number_of_authorities}} authorities</strong>" msgstr "" @@ -1924,168 +1912,165 @@ msgid "Search queries" msgstr "" msgid "Search results" -msgstr "" +msgstr "Søkeresultater" msgid "Search the site to find what you were looking for." msgstr "" -msgid "Search within the %d Freedom of Information requests to %s" -msgid_plural "Search within the %d Freedom of Information requests made to %s" +msgid "Search within the {{count}} Freedom of Information requests to {{public_body_name}}" +msgid_plural "Search within the {{count}} Freedom of Information requests made to {{public_body_name}}" msgstr[0] "" msgstr[1] "" msgid "Search your contributions" -msgstr "" +msgstr "Søk i dine bidrag" msgid "See bounce message" -msgstr "" +msgstr "See sprett (bounce) melding" msgid "Select one to see more information about the authority." -msgstr "" +msgstr "Velg en for å se mer informasjon om myndigheten" msgid "Select the authority to write to" -msgstr "" +msgstr "Velg myndighet å skrive til" msgid "Send a followup" -msgstr "" +msgstr "Send en oppfølgning" msgid "Send a message to " -msgstr "" +msgstr "Send en melding til " msgid "Send a public follow up message to {{person_or_body}}" -msgstr "" +msgstr "Send en offentlig oppfølgningsmelding til {{person_or_body}}" msgid "Send a public reply to {{person_or_body}}" -msgstr "" +msgstr "Send et offentlig svar til {{person_eller_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 henvendelse" msgid "Set your profile photo" -msgstr "" +msgstr "Velg ditt profil-bilde" msgid "Short name" -msgstr "" +msgstr "Kortnavn" msgid "Short name is already taken" -msgstr "" +msgstr "Kortnavnet er allerede tatt" msgid "Show most relevant results first" -msgstr "" +msgstr "Vis mest releavante resultater først" msgid "Show only..." -msgstr "" +msgstr "Vis bare..." msgid "Showing" -msgstr "" +msgstr "Viser" msgid "Sign in" -msgstr "" +msgstr "Logg inn" msgid "Sign in or make a new account" -msgstr "" +msgstr "Logg inn eller lag en ny konto" msgid "Sign in or sign up" -msgstr "" +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 "Lignende henvendelser" msgid "Simple search" -msgstr "" +msgstr "Enkelt søk" msgid "Some notes have been added to your FOI request - " -msgstr "" +msgstr "Nen merknader har blitt lagt til innsynshenvendelsen din - " msgid "Some of the information requested has been received" -msgstr "" +msgstr "Noe av informasjonen er motatt" msgid "Some people who've made requests haven't let us know whether they were\\nsuccessful or not. We need <strong>your</strong> help –\\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 "" msgid "Somebody added a note to your FOI request - " -msgstr "" +msgstr "Noen har lagt tuil en merknad på innsynsbegjeringen din - " msgid "Someone has updated the status of your request" -msgstr "" +msgstr "Noen har oppdatert status på henvendelsen din" msgid "Someone, perhaps you, just tried to change their email address on\\n{{site_name}} from {{old_email}} to {{new_email}}." -msgstr "" +msgstr "Noen, kanskje deg, forsøkte å bytte epost adressen på\\n{{site_name}} fra {{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 "" msgid "Sorry, but only {{user_name}} is allowed to do that." -msgstr "" +msgstr "Beklager, men bare {{user_name}} har lov til det." msgid "Sorry, there was a problem processing this page" -msgstr "" +msgstr "Beklager, det er et problem med å klargjøre denne siden" msgid "Sorry, we couldn't find that page" -msgstr "" +msgstr "Bekla,ger vi fant ikke den siden" msgid "Special note for this authority!" -msgstr "" - -msgid "Start" -msgstr "" +msgstr "Spesiell merknad for denne myndigheten!" msgid "Start now »" -msgstr "" +msgstr "Start nå »" msgid "Start your own blog" -msgstr "" +msgstr "Start din egen blogg" msgid "Stay up to date" -msgstr "" +msgstr "Hold deg oppdatert" msgid "Still awaiting an <strong>internal review</strong>" -msgstr "" +msgstr "Venter fortsatt på <strong>behandling av klage</strong>" msgid "Subject" -msgstr "" +msgstr "Tittel" msgid "Subject:" -msgstr "" +msgstr "Tittel:" msgid "Submit" -msgstr "" +msgstr "Send inn" 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 "Successful Freedom of Information requests" -msgstr "" +msgstr "Vellykket innsynshenvendelse" msgid "Successful." -msgstr "" +msgstr "Vellykket." msgid "Suggest how the requester can find the <strong>rest of the information</strong>." -msgstr "" +msgstr "Foreslår hvordan henvenderen kan få <strong>resten av informasjonen/dokumentene</strong>" msgid "Summary:" -msgstr "" +msgstr "Oppsummering:" msgid "Table of statuses" msgstr "" @@ -2094,22 +2079,22 @@ msgid "Table of varieties" msgstr "" msgid "Tags" -msgstr "" +msgstr "Tagger" msgid "Tags (separated by a space):" -msgstr "" +msgstr "Tagger (space separert):" msgid "Tags:" -msgstr "" +msgstr "Tagger:" msgid "Technical details" -msgstr "" +msgstr "Tekniske detaljer" msgid "Thank you for helping us keep the site tidy!" -msgstr "" +msgstr "Takk for at du hjelper oss med å holde tjenesten ryddig!" msgid "Thank you for making an annotation!" -msgstr "" +msgstr "Takk for kommentaren din!" 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 "" @@ -2118,13 +2103,13 @@ msgid "Thank you for updating the status of the request '<a href=\"{{url}}\">{{i msgstr "" msgid "Thank you for updating this request!" -msgstr "" +msgstr "Takk for at du oppdaterte denne henvendelsen!" msgid "Thank you for updating your profile photo" -msgstr "" +msgstr "Takk for at du oppdaterte profil-bildet" msgid "Thank you! We'll look into what happened and try and fix it up." -msgstr "" +msgstr "Takk! Vi skal sjekke hva som skjedde, og forsøke å fikse 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 "" @@ -2136,10 +2121,10 @@ msgid "Thanks very much for helping keep everything <strong>neat and organised</ msgstr "" msgid "That doesn't look like a valid email address. Please check you have typed it correctly." -msgstr "" +msgstr "Ser ikke ut som en lovlig e-post adresse. Sjekk om du har skrevet den korrekt." msgid "The <strong>review has finished</strong> and overall:" -msgstr "" +msgstr "Klagen er ferdigbehandlet og:" msgid "The Freedom of Information Act <strong>does not apply</strong> to" msgstr "" @@ -2163,7 +2148,7 @@ msgid "The email that you, on behalf of {{public_body}}, sent to\\n{{user}} to r msgstr "" msgid "The page doesn't exist. Things you can try now:" -msgstr "" +msgstr "Siden finnes ikke. Det du kan forsøke nå:" msgid "The public authority does not have the information requested" msgstr "" @@ -2181,30 +2166,30 @@ msgid "The request has been updated since you originally loaded this page. Pleas msgstr "" msgid "The request is <strong>waiting for clarification</strong>." -msgstr "" +msgstr "Innsynsbegjæringen <strong>venter på avklaring</strong>." msgid "The request was <strong>partially successful</strong>." -msgstr "" +msgstr "Innsynsbegjæringen var <strong>delevis vellykket</strong>." msgid "The request was <strong>refused</strong> by" -msgstr "" +msgstr "Innsynsbegjæringen ble <strong>avslått</strong> av" msgid "The request was <strong>successful</strong>." -msgstr "" +msgstr "Innsynsbegjæringen var <strong>vellykket</strong>." msgid "The request was refused by the public authority" -msgstr "" +msgstr "Henvendelsen ble avvist av mydnigheten" -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=\"%s\">contact us</a> if you have any questions." +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 "" msgid "The requester has abandoned this request for some reason" -msgstr "" +msgstr "Forespørrer har av en eller annen grunn gitt opp denne henvendelsen" -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" +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 "" -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" +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 "" msgid "The search index is currently offline, so we can't show the Freedom of Information requests that have been made to this authority." @@ -2213,26 +2198,29 @@ msgstr "" msgid "The search index is currently offline, so we can't show the Freedom of Information requests this person has made." msgstr "" +msgid "The {{site_name}} team." +msgstr "{{site_name}} teamet." + 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 endre e-post adressen brukt på {{site_name}}" msgid "Then you can change your password on {{site_name}}" -msgstr "" +msgstr "Så an du bytte passordet på {{site_name}}" msgid "Then you can classify the FOI response you have got from " -msgstr "" +msgstr "Så kan du klassifisere svaret på innsynsbegjæringen som du fikk fra " msgid "Then you can download a zip file of {{info_request_title}}." -msgstr "" +msgstr "Så kan du laste ned en zip fil med {{info_request_title}}." msgid "Then you can log into the administrative interface" -msgstr "" +msgstr "Så kan du logge deg på det admininstrative grensesnittet" msgid "Then you can play the request categorisation game." msgstr "" @@ -2241,22 +2229,22 @@ msgid "Then you can report the request '{{title}}'" msgstr "" msgid "Then you can send a message to " -msgstr "" +msgstr "Så kan du sende en melding til " msgid "Then you can sign in to {{site_name}}" -msgstr "" +msgstr "Så kan du logge inn på {{site_name}}" msgid "Then you can update the status of your request to " -msgstr "" +msgstr "Så kan du oppdater status på henvendelsen til " msgid "Then you can upload an FOI response. " -msgstr "" +msgstr "Så kan du sende en innsynsbegjæring" msgid "Then you can write follow up message to " -msgstr "" +msgstr "Så kan du skrive en oppføgningsmelding til " msgid "Then you can write your reply to " -msgstr "" +msgstr "Så kan du skrive svaret ditt til " msgid "Then you will be following all new FOI requests." msgstr "" @@ -2288,17 +2276,17 @@ msgstr "" msgid "There are {{count}} new annotations on your {{info_request}} request. Follow this link to see what they wrote." msgstr "" -msgid "There is %d person following this request" -msgid_plural "There are %d people following this request" -msgstr[0] "" -msgstr[1] "" - 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 "" 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 "" +msgid "There is {{count}} person following this request" +msgid_plural "There are {{count}} people following this request" +msgstr[0] "{{count}} person følger denne henvendelsen" +msgstr[1] "{{count}} personer følger denne henvendelsen" + msgid "There was a <strong>delivery error</strong> or similar, which needs fixing by the {{site_name}} team." msgstr "" @@ -2312,10 +2300,10 @@ msgid "There were no results matching your query." msgstr "" msgid "They are going to reply <strong>by post</strong>" -msgstr "" +msgstr "De kommer til å svare <stron>per brev</strong>" msgid "They do <strong>not have</strong> the information <small>(maybe they say who does)</small>" -msgstr "" +msgstr "De <strong>har ikke</strong> informasjonen <small>(kanskje vet de hvem som har det)</small>" msgid "They have been given the following explanation:" msgstr "" @@ -2327,15 +2315,15 @@ msgid "They have not replied to your {{law_used_short}} request {{title}}, \\nas msgstr "" msgid "Things to do with this request" -msgstr "" +msgstr "Hva kan man gjøre med denne henvendelsen?" msgid "Things you're following" -msgstr "" +msgstr "Ting du følger" msgid "This authority no longer exists, so you cannot make a request to it." -msgstr "" +msgstr "Denne myndigheten er slettet, og kan ikke kontaktes." -msgid "This comment has been hidden. See annotations to\\n find out why. If you are the requester, then you may <a href=\"%s\">sign in</a> to view the response." +msgid "This comment has been hidden. See annotations to\\n find out why. If you are the requester, then you may <a href=\"{{url}}\">sign in</a> to view the response." msgstr "" msgid "This covers a very wide spectrum of information about the state of\\n the <strong>natural and built environment</strong>, such as:" @@ -2359,28 +2347,28 @@ msgstr "" msgid "This is your own request, so you will be automatically emailed when new responses arrive." msgstr "" -msgid "This outgoing message has been hidden. See annotations to\\n\t\t\t\t\t\tfind out why. If you are the requester, then you may <a href=\"%s\">sign in</a> to view the response." +msgid "This outgoing message has been hidden. See annotations to\\n\t\t\t\t\t\tfind out why. If you are the requester, then you may <a href=\"{{url}}\">sign in</a> to view the response." msgstr "" msgid "This particular request is finished:" -msgstr "" +msgstr "Denne henvendelsen er ferdigbehandlet:" msgid "This person has made no Freedom of Information requests using this site." msgstr "" -msgid "This person's %d Freedom of Information request" -msgid_plural "This person's %d Freedom of Information requests" +msgid "This person's annotations" +msgstr "" + +msgid "This person's {{count}} Freedom of Information request" +msgid_plural "This person's {{count}} Freedom of Information requests" msgstr[0] "" msgstr[1] "" -msgid "This person's %d annotation" -msgid_plural "This person's %d annotations" +msgid "This person's {{count}} annotation" +msgid_plural "This person's {{count}} annotations" msgstr[0] "" msgstr[1] "" -msgid "This person's annotations" -msgstr "" - msgid "This request <strong>requires administrator attention</strong>" msgstr "" @@ -2402,7 +2390,7 @@ msgstr "" 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 "" -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=\"%s\">contact us</a>." +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 "" msgid "This request has been reported for administrator attention" @@ -2417,19 +2405,19 @@ msgstr "" msgid "This request has prominence 'hidden'. You can only see it because you are logged\\n in as a super user." msgstr "" -msgid "This request is hidden, so that only you the requester can see it. Please\\n <a href=\"%s\">contact us</a> if you are not sure why." +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 "" msgid "This request is still in progress:" -msgstr "" +msgstr "Denne henvendelsen er enda ikke ferdigbehandlet:" msgid "This request requires administrator attention" -msgstr "" +msgstr "En administrator må se på denne henvendelsen" msgid "This request was not made via {{site_name}}" msgstr "" -msgid "This response has been hidden. See annotations to find out why.\\n If you are the requester, then you may <a href=\"%s\">sign in</a> to view the response." +msgid "This response has been hidden. See annotations to find out why.\\n If you are the requester, then you may <a href=\"{{url}}\">sign in</a> to view the response." msgstr "" 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." @@ -2472,7 +2460,7 @@ msgid "To follow new requests" msgstr "" msgid "To follow requests and responses matching your search" -msgstr "" +msgstr "For å følge henvendelser og svar som treffer søket" msgid "To follow requests by '{{user_name}}'" msgstr "" @@ -2487,37 +2475,37 @@ msgid "To help us keep the site tidy, someone else has updated the status of the msgstr "" msgid "To let everyone know, follow this link and then select the appropriate box." -msgstr "" +msgstr "For å lage alle vite, følg denne linken og velg den aktuelle boksen." msgid "To log into the administrative interface" -msgstr "" +msgstr "For å logge deg på admin grensesnittet" msgid "To play the request categorisation game" msgstr "" msgid "To post your annotation" -msgstr "" +msgstr "For å poste din kommentar" msgid "To reply to " -msgstr "" +msgstr "For å svare til " -msgid "To report this FOI request" -msgstr "" +msgid "To report this request" +msgstr "For å rapportere denne henvendelsen" msgid "To send a follow up message to " -msgstr "" +msgstr "For å sende en oppfølgningsmelding til " msgid "To send a message to " -msgstr "" +msgstr "For å sende en melding til " msgid "To send your FOI request" -msgstr "" +msgstr "For å sende en innsynshenvendelse" msgid "To update the status of this FOI request" -msgstr "" +msgstr "For å oppdatere status på denne innsynshenvendelsen" msgid "To upload a response, you must be logged in using an email address from " -msgstr "" +msgstr "For å laste opp et svar, må du være pålogget med en e-post adresse fra " msgid "To use the advanced search, combine phrases and labels as described in the search tips below." msgstr "" @@ -2532,25 +2520,25 @@ msgid "To {{public_body_link_absolute}}" msgstr "" msgid "To:" -msgstr "" +msgstr "Til:" msgid "Today" -msgstr "" +msgstr "Idag" msgid "Too many requests" -msgstr "" +msgstr "For mange henvendelser" msgid "Top search results:" -msgstr "" +msgstr "Beste søketreff:" 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 "" @@ -2562,55 +2550,55 @@ msgid "TrackThing|Track type" msgstr "" msgid "Turn off email alerts" -msgstr "" +msgstr "Skru av e-post varsling" msgid "Tweet this request" -msgstr "" +msgstr "Tvitre henvendelsen" 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 "" msgid "URL name can't be blank" -msgstr "" +msgstr "URL navn kan ikke være blank" msgid "Unable to change email address on {{site_name}}" -msgstr "" +msgstr "Klarte ikke endre e-post adresse på {{site_name}}" msgid "Unable to send a reply to {{username}}" -msgstr "" +msgstr "Klarte ikke sende svar til {{username}}" msgid "Unable to send follow up message to {{username}}" -msgstr "" +msgstr "Klarte ikke sende oppfølgningsmelding til {{username}}" msgid "Unexpected search result type" -msgstr "" +msgstr "Uventet type søke resultat" msgid "Unexpected search result type " -msgstr "" +msgstr "Uventet type søke resultat " -msgid "Unfortunately we don't know the FOI\\nemail address for that authority, so we can't validate this.\\nPlease <a href=\"%s\">contact us</a> to sort it out." +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 "" msgid "Unfortunately, we do not have a working {{info_request_law_used_full}}\\naddress for" msgstr "" msgid "Unknown" -msgstr "" +msgstr "Ukjent" msgid "Unsubscribe" -msgstr "" +msgstr "Meld av" msgid "Unusual response." -msgstr "" +msgstr "Uvanlig svar." msgid "Update the status of this request" -msgstr "" +msgstr "Oppdater status på denne henvendelsen" msgid "Update the status of your request to " -msgstr "" +msgstr "Oppdater status på henvendelsen 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 "" @@ -2619,154 +2607,160 @@ msgid "Use quotes when you want to find an exact phrase, e.g. <strong><code>\"Li msgstr "" msgid "User" -msgstr "" +msgstr "Bruker" msgid "User info request sent alert" msgstr "" msgid "User – {{name}}" -msgstr "" +msgstr "Bruker – {{name}}" msgid "UserInfoRequestSentAlert|Alert type" msgstr "" msgid "User|About me" -msgstr "" +msgstr "Bruker|Om meg" msgid "User|Address" -msgstr "" +msgstr "Bruker|Adresse" msgid "User|Admin level" -msgstr "" +msgstr "Bruker|Admin nivå" msgid "User|Ban text" -msgstr "" +msgstr "Bruker|Ban tekst" msgid "User|Dob" -msgstr "" +msgstr "Bruker|Dob" msgid "User|Email" -msgstr "" +msgstr "Bruker|E-post" msgid "User|Email bounce message" -msgstr "" +msgstr "Bruker|E-post bounce melding" msgid "User|Email bounced at" -msgstr "" +msgstr "Bruker|Epost bounched" msgid "User|Email confirmed" -msgstr "" +msgstr "Bruker|E-post bekreftet" msgid "User|Hashed password" -msgstr "" +msgstr "Bruker|Hashet passord" msgid "User|Last daily track email" -msgstr "" +msgstr "Bruker|Siste daglige track e-post" msgid "User|Locale" -msgstr "" +msgstr "Bruker|Localisering" msgid "User|Name" -msgstr "" +msgstr "Bruker|Navn" msgid "User|No limit" -msgstr "" +msgstr "Bruker|Ingen grense" msgid "User|Receive email alerts" -msgstr "" +msgstr "Bruker|Motta e-post notifikasjoner" msgid "User|Salt" -msgstr "" +msgstr "Bruker|Salt" msgid "User|Url name" -msgstr "" +msgstr "Bruker|Url navn" msgid "Version {{version}}" -msgstr "" +msgstr "Versjon {{version}}" 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 "" msgid "View and search requests" -msgstr "" +msgstr "Vis og søk i henvendelser" msgid "View authorities" -msgstr "" +msgstr "Vis myndigheter" msgid "View email" msgstr "" msgid "View requests" -msgstr "" +msgstr "Vis henvendelser" msgid "Waiting clarification." -msgstr "" +msgstr "Venter avklaring" msgid "Waiting for an <strong>internal review</strong> by {{public_body_link}} of their handling of this request." -msgstr "" +msgstr "Venter på <strong>klagebehandling</string> hos {{public_body_link}}." msgid "Waiting for the public authority to complete an internal review of their handling of the request" -msgstr "" +msgstr "Venter på at myndigheten skal utføre klagebehandling på denne henvendelsen/klagen" msgid "Waiting for the public authority to reply" -msgstr "" +msgstr "Venter på svar fra myndigheten" msgid "Was the response you got to your FOI request any good?" -msgstr "" +msgstr "Var svaret på innsynshenvendelsen din tilfredstillende?" + +msgid "We consider it is not a valid FOI request, and have therefore hidden it from other users." +msgstr "Vi ser på dette som en ikke gyldig innsynsbegjering, og har derfor gjemt den fra de andre brukerne." + +msgid "We consider it to be vexatious, and have therefore hidden it from other users." +msgstr "Vi ser på den som sjikanøs, og har derfor gjemt den fra de andre brukerne." msgid "We do not have a working request email address for this authority." -msgstr "" +msgstr "Vi har ikke en gyldig e-post adresse for henvendelser for denne myndigheten" msgid "We do not have a working {{law_used_full}} address for {{public_body_name}}." msgstr "" msgid "We don't know whether the most recent response to this request contains\\n information or not\\n –\\n\tif you are {{user_link}} please <a href=\"{{url}}\">sign in</a> and let everyone know." -msgstr "" +msgstr "Vi vet ikke om sist motatt svar på denne henvendelsen inneholder\\n informasjon/dokumenter eller ikke\\n–\\n\tom du er {{user_link}, vennligst <a href=\"{{url}}\">logg inn</a> og la alle vite." -msgid "We will not reveal your email address to anybody unless you or\\n the law tell us to (<a href=\"%s\">details</a>). " -msgstr "" +msgid "We will not reveal your email address to anybody unless you or\\n the law tell us to (<a href=\"{{url}}\">details</a>). " +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 "" +msgstr "Vi vil ikke dele e-post adressen din med noen, med unntak om du eller en 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 vil ikke dele e-post adressen din med noen, med unntak om du eller en domstol ber oss om det." msgid "We're waiting for" -msgstr "" +msgstr "Vi venter på" msgid "We're waiting for someone to read" -msgstr "" +msgstr "Vi venter på at noen leser" 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 sent en mail til den nye e-post adressen din. Du må klikke på lenka i\\nden før e-post adressen din blir byttet." 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 en e-post, og du er nødt til å klikke på lenka i den 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 en epost, klikk på lenka i den, så du kan bytte passordet ditt." msgid "What are you doing?" -msgstr "" +msgstr "Hva holder du på med?" msgid "What best describes the status of this request now?" -msgstr "" +msgstr "Hva beskriver best status på henvendelsen?" msgid "What information has been released?" -msgstr "" +msgstr "Hva slags informasjon er utlevert?" msgid "What information has been requested?" -msgstr "" +msgstr "Hva slags informasjon er forespurt?" msgid "When you get there, please update the status to say if the response \\ncontains any useful information." msgstr "" @@ -2774,17 +2768,17 @@ msgstr "" msgid "When you receive the paper response, please help\\n others find out what it says:" msgstr "" -msgid "When you're done, <strong>come back here</strong>, <a href=\"%s\">reload this page</a> and file your new request." +msgid "When you're done, <strong>come back here</strong>, <a href=\"{{url}}\">reload this page</a> and file your new request." msgstr "" msgid "Which of these is happening?" -msgstr "" +msgstr "Hva av dette er det som skjer?" msgid "Who can I request information from?" -msgstr "" +msgstr "Hvem kan jeg be om informasjon fra?" msgid "Withdrawn by the requester." -msgstr "" +msgstr "Trukket tilbake av henvenderen" msgid "Wk" msgstr "" @@ -2793,55 +2787,55 @@ msgid "Would you like to see a website like this in your country?" msgstr "" msgid "Write a reply" -msgstr "" +msgstr "Skriv et svar" msgid "Write a reply to " -msgstr "" +msgstr "Skriv et svar til " msgid "Write your FOI follow up message to " -msgstr "" +msgstr "Skriv din oppfølgning til henvendelsen til " msgid "Write your request in <strong>simple, precise language</strong>." -msgstr "" +msgstr "Skriv henvendelsen i <strong>enkelt, nøyaktig språk</strong>." msgid "You" -msgstr "" +msgstr "Du" msgid "You are already following new requests" -msgstr "" +msgstr "Du følger allerede nye henvendelser" msgid "You are already following requests to {{public_body_name}}" -msgstr "" +msgstr "Du følger allerede henvendelser til {{public_body_name}}" msgid "You are already following things matching this search" -msgstr "" +msgstr "Du følger allerede ting som treffer på dette søket" msgid "You are already following this person" -msgstr "" +msgstr "Du følger allerede denne personen" msgid "You are already following this request" -msgstr "" +msgstr "Du følger allerede denne henvendelsen" msgid "You are already following updates about {{track_description}}" -msgstr "" +msgstr "Du følger allerede oppdateringer om {{track_description}}" msgid "You are currently receiving notification of new activity on your wall by email." -msgstr "" +msgstr "Du mottar e-post varsel om ny aktivitet på veggen din." msgid "You are following all new successful responses" -msgstr "" +msgstr "Du følger all nye vellykede svar" msgid "You are no longer following {{track_description}}." -msgstr "" +msgstr "Du følger ikke lenger {{track_description}}." msgid "You are now <a href=\"{{wall_url_user}}\">following</a> updates about {{track_description}}" -msgstr "" +msgstr "Du <a href=\"{{wall_url_user}}\">føger</a> oppdateringer om {{track_description}}" msgid "You can <strong>complain</strong> by" -msgstr "" +msgstr "Du kan <strong>klage</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 endre hvilke henvendelser og brukere du følger på <a href=\"{{profile_url}}\">din profil side</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 "" @@ -2850,48 +2844,51 @@ msgid "You can only request information about the environment from this authorit msgstr "" msgid "You have a new response to the {{law_used_full}} request " -msgstr "" +msgstr "Du har et nytt svar til {{law_used_full}} request " msgid "You have found a bug. Please <a href=\"{{contact_url}}\">contact us</a> to tell us about the problem" -msgstr "" +msgstr "Du har funnet en feil. Vennligst <a href=\"{{contact_url}}\">kontat oss</a> for å fortelle 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 truffet grensen for antall nye henvendelser. Brukere er ordinært begrenset til {{max_requests_per_user_per_day}} henvendelser i en 24-timers periode. Du kan gjøre en ny henvendelse {{can_make_another_request}}." msgid "You have made no Freedom of Information requests using this site." -msgstr "" +msgstr "Du har ikke laget noen innsynsforespørsler med denne tjenesten." msgid "You have now changed the text about you on your profile." -msgstr "" +msgstr "Du har nå endret teksten om deg på din profil." msgid "You have now changed your email address used on {{site_name}}" -msgstr "" +msgstr "Du har nå endret e-øost adressen 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 forsøkte å registrere deg på {{site_name}}, når du\\nallerede har en konto. Ditt navn og passord har ikke blitt endret.\\m\\mVennligst klikk på lenken nedenfor." msgid "You know what caused the error, and can <strong>suggest a solution</strong>, such as a working email address." -msgstr "" +msgstr "Du vet hva som forårsaket feilen, og kan <strong>foreslå en løsning</strong>, som en fungerende 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 "" -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=\"%s\">send it to us</a>." +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 "" 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 "" msgid "You need to be logged in to change the text about you on your profile." -msgstr "" +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 "" +msgstr "Du må være innlogget for å kunne profil-bildet." msgid "You need to be logged in to clear your profile photo." -msgstr "" +msgstr "Du må være innlogget for å slett profil-bildet." msgid "You need to be logged in to edit your profile." +msgstr "Du må være innlogget for å endre profil-bildet." + +msgid "You need to be logged in to report a request for administrator attention" msgstr "" msgid "You previously submitted that exact follow up message for this request." @@ -2915,6 +2912,9 @@ msgstr "" msgid "You will only get an answer to your request if you follow up\\nwith the clarification." msgstr "" +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 "" + msgid "You're in. <a href=\"#\" id=\"send-request\">Continue sending your request</a>" msgstr "" @@ -2922,44 +2922,34 @@ msgid "You're long overdue a response to your FOI request - " msgstr "" msgid "You're not following anything." -msgstr "" +msgstr "Du følger ingenting." msgid "You've now cleared your profile photo" -msgstr "" - -msgid "Your %d Freedom of Information request" -msgid_plural "Your %d Freedom of Information requests" -msgstr[0] "" -msgstr[1] "" - -msgid "Your %d annotation" -msgid_plural "Your %d annotations" -msgstr[0] "" -msgstr[1] "" +msgstr "Du har nå slettet profil-bildet ditt" -msgid "Your <strong>name will appear publicly</strong> \\n (<a href=\"%s\">why?</a>)\\n on this website and in search engines. If you\\n are thinking of using a pseudonym, please \\n <a href=\"%s\">read this first</a>." -msgstr "" +msgid "Your <strong>name will appear publicly</strong>\\n (<a href=\"{{why_url}}\">why?</a>)\\n on this website and in search engines. If you\\n are thinking of using a pseudonym, please\\n <a href=\"{{help_url}}\">read this first</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 tenker å bruke et pseudonym,\\n <a href=\"{{help_url}}\">les dette først</a>." msgid "Your annotations" -msgstr "" +msgstr "Dine merknader" msgid "Your details, including your email address, have not been given to anyone." msgstr "" msgid "Your e-mail:" -msgstr "" +msgstr "Din e-post:" -msgid "Your follow up has not been sent because this request has been stopped to prevent spam. Please <a href=\"%s\">contact us</a> if you really want to send a follow up message." +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 "" 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 "Klagen din er sendt" msgid "Your message has been sent. Thank you for getting in touch! We'll get back to you soon." -msgstr "" +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 "" @@ -2968,52 +2958,71 @@ msgid "Your message to {{recipient_user_name}} has been sent!" msgstr "" msgid "Your message will appear in <strong>search engines</strong>" -msgstr "" +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 "" -msgid "Your name, request and any responses will appear in <strong>search engines</strong>\\n (<a href=\"%s\">details</a>)." -msgstr "" +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>)." msgid "Your name:" -msgstr "" +msgstr "Ditt navn:" msgid "Your original message is attached." msgstr "" msgid "Your password has been changed." -msgstr "" +msgstr "Passordet ditt er byttet" msgid "Your password:" -msgstr "" +msgstr "Digg 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}}." + +msgid "Your request '{{request}}' at {{url}} has been reviewed by moderators." +msgstr "" + +msgid "Your request on {{site_name}} hidden" msgstr "" msgid "Your request was called {{info_request}}. Letting everyone know whether you got the information will help us keep tabs on" msgstr "" msgid "Your request:" -msgstr "" +msgstr "henvendelsen din:" msgid "Your response to an FOI request was not delivered" msgstr "" -msgid "Your response will <strong>appear on the Internet</strong>, <a href=\"%s\">read why</a> and answers to other questions." +msgid "Your response will <strong>appear on the Internet</strong>, <a href=\"{{url}}\">read why</a> and answers to other questions." msgstr "" msgid "Your thoughts on what the {{site_name}} <strong>administrators</strong> should do about the request." msgstr "" +msgid "Your {{count}} Freedom of Information request" +msgid_plural "Your {{count}} Freedom of Information requests" +msgstr[0] "Din {{count}} innsynshenvendelse" +msgstr[1] "Dine {{count}} innsynshenvendelser" + +msgid "Your {{count}} annotation" +msgid_plural "Your {{count}} annotations" +msgstr[0] "Din {{count}} merknad" +msgstr[1] "Dine {{count}} merknader" + msgid "Your {{site_name}} email alert" msgstr "" msgid "Yours faithfully," -msgstr "" +msgstr "Med vennlig hilsen," msgid "Yours sincerely," -msgstr "" +msgstr "Med vennlig hilsen," + +msgid "Yours," +msgstr "Med vennlig hilsen," msgid "[FOI #{{request}} email]" msgstr "" @@ -3028,7 +3037,7 @@ msgid "\\n\\n[ {{site_name}} note: The above text was badly encoded, and has had msgstr "" msgid "a one line summary of the information you are requesting, \\n\t\t\te.g." -msgstr "" +msgstr "en linjes oppsummering av informasjonen du spør om, \\n\t\t\tf.eks.." msgid "admin" msgstr "" @@ -3037,7 +3046,7 @@ msgid "alaveteli_foi:The software that runs {{site_name}}" msgstr "" msgid "all requests" -msgstr "" +msgstr "alle henvendelser" msgid "also called {{public_body_short_name}}" msgstr "" @@ -3046,7 +3055,7 @@ msgid "an anonymous user" msgstr "" msgid "and" -msgstr "" +msgstr "og" msgid "and update the status accordingly. Perhaps <strong>you</strong> might like to help out by doing that?" msgstr "" @@ -3055,7 +3064,7 @@ msgid "and update the status." msgstr "" msgid "and we'll suggest <strong>what to do next</strong>" -msgstr "" +msgstr "og vi skal foreslår hva du <strong>nå må gjøre</strong>" msgid "any <a href=\"/list\">new requests</a>" msgstr "" @@ -3079,34 +3088,34 @@ msgid "awaiting a response" msgstr "" msgid "beginning with ‘{{first_letter}}’" -msgstr "" +msgstr "som begynner med '{{first_letter}}'" msgid "between two dates" -msgstr "" +msgstr "mellom to datoer" msgid "but followupable" -msgstr "" +msgstr "men oppfølgbar" msgid "by" msgstr "" msgid "by <strong>{{date}}</strong>" -msgstr "" +msgstr "før <strong>{{date}}</strong>" msgid "by {{public_body_name}} to {{info_request_user}} on {{date}}." -msgstr "" +msgstr "av{{public_body_name}} til {{info_request_user}} den {{date}}." msgid "by {{user_link_absolute}}" msgstr "" msgid "comments" -msgstr "" +msgstr "kommentarer" msgid "containing your postal address, and asking them to reply to this request.\\n Or you could phone them." msgstr "" msgid "details" -msgstr "" +msgstr "detaljer" msgid "display_status only works for incoming and outgoing messages right now" msgstr "" @@ -3115,7 +3124,7 @@ msgid "during term time" msgstr "" msgid "edit text about you" -msgstr "" +msgstr "rediger tekst om deg" msgid "even during holidays" msgstr "" @@ -3151,10 +3160,10 @@ msgid "is <strong>waiting for your clarification</strong>." msgstr "" msgid "just to see how it works" -msgstr "" +msgstr "bare for å se hvordan det fungerer" msgid "left an annotation" -msgstr "" +msgstr "la igjen en kommentar" msgid "made." msgstr "" @@ -3163,28 +3172,28 @@ msgid "matching the tag ‘{{tag_name}}’" msgstr "" msgid "messages from authorities" -msgstr "" +msgstr "meldinger fra myndigheter" msgid "messages from users" -msgstr "" +msgstr "meldinger fra brukere" msgid "move..." msgstr "" msgid "no later than" -msgstr "" +msgstr "ikke senere enn" -msgid "no longer exists. If you are trying to make\\n 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=\"%s\">send it to us</a>." +msgid "no longer exists. If you are trying to make\\n 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 "normally" -msgstr "" +msgstr "vanligvis" msgid "not requestable due to: {{reason}}" msgstr "" msgid "please sign in as " -msgstr "" +msgstr "logg deg inn som " msgid "requesting an internal review" msgstr "" @@ -3202,7 +3211,7 @@ msgid "send a follow up message" msgstr "" msgid "sent to {{public_body_name}} by {{info_request_user}} on {{date}}." -msgstr "" +msgstr "sent til {{public_body_name}} av {{info_request_user}} den {{date}}." 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 "" @@ -3211,22 +3220,22 @@ msgid "show quoted sections" msgstr "" msgid "sign in" -msgstr "" +msgstr "logg inn" msgid "simple_date_format" msgstr "" msgid "successful" -msgstr "" +msgstr "vellykket" msgid "successful requests" -msgstr "" +msgstr "vellykkede henvendelser" msgid "that you made to" msgstr "" 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... @@ -3234,7 +3243,7 @@ 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 "" @@ -3246,49 +3255,72 @@ msgid "to read" msgstr "" msgid "to send a follow up message." -msgstr "" +msgstr "for å sende en oppfølgningsmelding." msgid "to {{public_body}}" -msgstr "" +msgstr "til {{public_body}}" msgid "unexpected prominence on request event" msgstr "" msgid "unknown reason " -msgstr "" +msgstr "ukjent grunn " msgid "unknown status " -msgstr "" +msgstr "ukjent status " msgid "unresolved requests" -msgstr "" +msgstr "uavklarte henvendelser" msgid "unsubscribe" -msgstr "" +msgstr "avmeld" msgid "unsubscribe all" -msgstr "" +msgstr "avmeld alle" msgid "unsuccessful" -msgstr "" +msgstr "ikke vellykket" msgid "unsuccessful requests" -msgstr "" +msgstr "mislykkede henvendelser" msgid "useful information." -msgstr "" +msgstr "nyttig informasjon." msgid "users" -msgstr "" +msgstr "brukere" + +msgid "what's that?" +msgstr "hva er det?" msgid "{{count}} FOI requests found" -msgstr "" +msgstr "{{count}} innsynsbegjæringer funnet" + +msgid "{{count}} Freedom of Information request to {{public_body_name}}" +msgid_plural "{{count}} Freedom of Information requests to {{public_body_name}}" +msgstr[0] "" +msgstr[1] "" + +msgid "{{count}} person is following this authority" +msgid_plural "{{count}} people are following this authority" +msgstr[0] "{{count}} person følger denne myndigheten" +msgstr[1] "{{count}} personer følger denne myndigheten" + +msgid "{{count}} request" +msgid_plural "{{count}} requests" +msgstr[0] "" +msgstr[1] "" + +msgid "{{count}} request made." +msgid_plural "{{count}} requests made." +msgstr[0] "{{count}} henvendelse laget." +msgstr[1] "{{count}} henvendelser laget." 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 "" msgid "{{info_request_user_name}} only:" -msgstr "" +msgstr "Bare {{info_request_user_name}} (henvender):" msgid "{{law_used_full}} request - {{title}}" msgstr "" @@ -3315,7 +3347,7 @@ msgid "{{public_body_link}} was sent a request about" msgstr "" msgid "{{public_body_name}} only:" -msgstr "" +msgstr "Bare {{public_body_name}} (myndighet):" msgid "{{public_body}} has asked you to explain part of your {{law_used}} request." msgstr "" @@ -3324,10 +3356,10 @@ msgid "{{public_body}} sent a response to {{user_name}}" msgstr "" msgid "{{reason}}, please sign in or make a new account." -msgstr "" +msgstr "{{reason}}, vennligst logg inn eller lag en ny konto." msgid "{{search_results}} matching '{{query}}'" -msgstr "" +msgstr "{{search_results}} traff '{{query}}" msgid "{{site_name}} blog and tweets" msgstr "" @@ -3339,7 +3371,7 @@ msgid "{{site_name}} sends new requests to <strong>{{request_email}}</strong> fo msgstr "" msgid "{{site_name}} users have made {{number_of_requests}} requests, including:" -msgstr "" +msgstr "{{site_name}} brukere har skrevet {{number_of_requests}} henvendelser, inkludert:" msgid "{{thing_changed}} was changed from <code>{{from_value}}</code> to <code>{{to_value}}</code>" msgstr "" @@ -3348,34 +3380,34 @@ msgid "{{title}} - a Freedom of Information request to {{public_body}}" msgstr "" msgid "{{user_name}} (Account suspended)" -msgstr "" +msgstr "{{user_name}} (Konto er stengt)" msgid "{{user_name}} - Freedom of Information requests" -msgstr "" +msgstr "{{user_name}} - Innsynsbegjæringer" msgid "{{user_name}} - user profile" -msgstr "" +msgstr "{{user_name}} - brukerprofil" msgid "{{user_name}} added an annotation" -msgstr "" +msgstr "{{user_name}} la til en merknad" msgid "{{user_name}} has annotated your {{law_used_short}} \\nrequest. Follow this link to see what they wrote." -msgstr "" +msgstr "{{user_name}} har skrevet en merknad på din {{law_used_short}} \\nhenvendelse. Følg lenka nedenfor for å se hva de skrev." msgid "{{user_name}} has used {{site_name}} to send you the message below." -msgstr "" +msgstr "{{user_name}} har brukt {{site_name}} for å sende deg meldingen nedenfor." msgid "{{user_name}} sent a follow up message to {{public_body}}" -msgstr "" +msgstr "{{user_name}} sendte en oppfølgningsmelding til {{public_body}}" msgid "{{user_name}} sent a request to {{public_body}}" -msgstr "" +msgstr "{{user_name}} sendte en innsynshenvendelse til {{public_body}}" msgid "{{username}} left an annotation:" -msgstr "" +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 "" +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>)" msgid "{{user}} made this {{law_used_full}} request" -msgstr "" +msgstr "{{user}} sendte denne {{law_used_full}} henvendelsen" diff --git a/locale/pt_BR/app.po b/locale/pt_BR/app.po index ecd38bce4..a8448e85c 100644 --- a/locale/pt_BR/app.po +++ b/locale/pt_BR/app.po @@ -3,34 +3,48 @@ # This file is distributed under the same license as the PACKAGE package. # # Translators: -# <3laste2000@gmail.com>, 2012. -# <a.serramassuda@gmail.com>, 2012. -# Bruno <bgx@bol.com.br>, 2012. -# <brunomelnic@gmail.com>, 2012-2013. -# Carlos Vieira <edu.carlos.vieira@gmail.com>, 2011. -# <danielabsilva@gmail.com>, 2011. -# <everton137@gmail.com>, 2011. -# <gabileitao@gmail.com>, 2012. -# <jcmarkun@gmail.com>, 2011. -# <kerick.quimica@gmail.com>, 2012. -# <leandrosalvador@gmail.com>, 2013. -# <leandrosalvador@gmail.com>, 2013. -# <lianelira@gmail.com>, 2011. -# <luis.leao@gmail.com>, 2011. -# <Nitaibezerra@gmail.com>, 2012. -# <patriciacornils@gmail.com>, 2011. -# <pedro@esfera.mobi>, 2011-2012. -# <rafael.moretti@gmail.com>, 2012. -# Vítor Márcio Paiva de Sousa Baptista <vitor@vitorbaptista.com>, 2013. -# <vitor@vitorbaptista.com>, 2013. +# Daniela Mattern <3laste2000@gmail.com>, 2012 +# serramassuda <a.serramassuda@gmail.com>, 2012 +# Bruno <bgx@bol.com.br>, 2012 +# Bruno <bgx@bol.com.br>, 2012 +# brunomelnic <brunomelnic@gmail.com>, 2012-2013 +# Carlos Vieira <edu.carlos.vieira@gmail.com>, 2011 +# danielabsilva <danielabsilva@gmail.com>, 2011 +# danielabsilva <danielabsilva@gmail.com>, 2011 +# Daniela Mattern <3laste2000@gmail.com>, 2012 +# <everton137@gmail.com>, 2011 +# gabinardy <gabileitao@gmail.com>, 2012 +# gabinardy <gabileitao@gmail.com>, 2012 +# jcmarkun <jcmarkun@gmail.com>, 2011 +# jcmarkun <jcmarkun@gmail.com>, 2011 +# Kerick <kerick.quimica@gmail.com>, 2012 +# Kerick <kerick.quimica@gmail.com>, 2012 +# leandrosalvador <leandrosalvador@gmail.com>, 2013 +# leandrosalvador <leandrosalvador@gmail.com>, 2013 +# leandrosalvador <leandrosalvador@gmail.com>, 2013 +# lianelira <lianelira@gmail.com>, 2011 +# lianelira <lianelira@gmail.com>, 2011 +# luisleao <luis.leao@gmail.com>, 2011 +# luisleao <luis.leao@gmail.com>, 2011 +# Nitai <Nitaibezerra@gmail.com>, 2012 +# Nitai <Nitaibezerra@gmail.com>, 2012 +# patriciacornils <patriciacornils@gmail.com>, 2011 +# patriciacornils <patriciacornils@gmail.com>, 2011 +# markun <pedro@esfera.mobi>, 2011-2012 +# Rafael Moretti <rafael.moretti@gmail.com>, 2012 +# Rafael Moretti <rafael.moretti@gmail.com>, 2012 +# serramassuda <a.serramassuda@gmail.com>, 2012 +# vitorbaptista <vitor@vitorbaptista.com>, 2013 +# vitorbaptista <vitor@vitorbaptista.com>, 2013 +# vitorbaptista <vitor@vitorbaptista.com>, 2013 msgid "" msgstr "" "Project-Id-Version: alaveteli\n" "Report-Msgid-Bugs-To: http://github.com/sebbacon/alaveteli/issues\n" -"POT-Creation-Date: 2013-03-14 14:02-0700\n" -"PO-Revision-Date: 2013-03-14 21:07+0000\n" +"POT-Creation-Date: 2013-06-24 09:40-0700\n" +"PO-Revision-Date: 2013-06-24 16:52+0000\n" "Last-Translator: louisecrow <louise@mysociety.org>\n" -"Language-Team: LANGUAGE <LL@li.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" "Content-Type: text/plain; charset=UTF-8\n" @@ -40,8 +54,8 @@ msgstr "" 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 "Isso aparecerá no seu perfil no {{site_name}}, para que outras pessoas envolvam-se mais facilmente com o que você está fazendo." -msgid " (<strong>no ranty</strong> politics, read our <a href=\"%s\">moderation policy</a>)" -msgstr "(<strong>sem ataques</strong> políticos, leia nossa <a href=\"%s\">política de moderação</a>)" +msgid " (<strong>no ranty</strong> politics, read our <a href=\"{{url}}\">moderation policy</a>)" +msgstr "(<strong>sem ataques</strong> políticos, leia nossa <a href=\"{{url}}\">política de moderação</a>)" msgid " (<strong>patience</strong>, especially for large files, it may take a while!)" msgstr "(<strong>paciência,</strong> especialmente para arquivos grandes, pode demorar um pouco!)" @@ -70,8 +84,8 @@ msgstr "Recomendações sobre como <strong>tornar mais claro</strong> o pedido." msgid " Ideas on what <strong>other documents to request</strong> which the authority may hold. " msgstr "Ideias de <strong>outras informações</strong> a serem solicitadas para esse órgão público." -msgid " If you know the address to use, then please <a href=\"%s\">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 "Se você souber o endereço de e-mail do órgão público que deve receber esse pedido, <a href=\"%s\">envie-o para nós</a>. Você pode encontrar o endereço de e-mail no site do órgão ou pelo telefone." +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 "Se você souber o endereço de e-mail do órgão público que deve receber esse pedido, <a href=\"{{url}}\">envie-o para nós</a>. Você pode encontrar o endereço de e-mail no site do órgão ou pelo telefone." msgid " Include relevant links, such as to a campaign page, your blog or a\\n twitter account. They will be made clickable. \\n e.g." msgstr "Inclua links relevantes, como para um site de mobilização, seu blog ou uma conta no Twitter. Eles serão clicáveis, por exemplo." @@ -109,21 +123,6 @@ msgstr "quando você enviar esta mensagem." msgid "\"Hello! We have an <a href=\\\"/help/alaveteli?country_name=#{CGI.escape(current_country)}\\\">important message</a> for visitors outside {{country_name}}\"" msgstr "\"Olá! Temos uma <a href=\\\"/help/alaveteli?country_name=#{CGI.escape(current_country)}\\\">mensagem importante</a> para visitantes de fora do {{country_name}}\"" -msgid "%d Freedom of Information request to %s" -msgid_plural "%d Freedom of Information requests to %s" -msgstr[0] "%d Pedido de Acesso à Informação solicitado para %s" -msgstr[1] "%d Pedidos de Acesso à Informação solicitados para %s" - -msgid "%d request" -msgid_plural "%d requests" -msgstr[0] "%d pedido" -msgstr[1] "%d pedidos" - -msgid "%d request made." -msgid_plural "%d requests made." -msgstr[0] "%d pedido realizado." -msgstr[1] "%d pedidos realizados." - msgid "'Crime statistics by ward level for Wales'" msgstr "'Estatísticas de crimes por bairro na cidade de São Paulo'" @@ -164,32 +163,14 @@ msgstr "2. Solicite uma informação" msgid "3. Now check your request" msgstr "3. Verifique seu pedido de informação" -msgid "<a class=\"link_button_green\" href=\"{{url}}\">{{text}}</a>" -msgstr "<a class=\"link_button_green\" href=\"{{url}}\">{{text}}</a>" - -msgid "<a href=\"%s\">Add an annotation</a> (to help the requester or others)" -msgstr "<a href=\"%s\">Adicione um comentário</a> (para ajudar o solicitante ou outros)" - -msgid "<a href=\"%s\">Are we missing a public authority?</a>" -msgstr "<a href=\"%s\">Estamos esquecendo de um órgão público?</a>" - -msgid "<a href=\"%s\">Are you the owner of\\n any commercial copyright on this page?</a>" -msgstr "<a href=\"%s\">Você é o dono dos direitos autorais dessa página?</a>" - -msgid "<a href=\"%s\">Browse all</a> or <a href=\"%s\">ask us to add one</a>." -msgstr "<a href=\"%s\">Veja todos</a> ou <a href=\"%s\">peça-nos para adicionar um</a>." +msgid "<a href=\"{{browse_url}}\">Browse all</a> or <a href=\"{{add_url}}\">ask us to add one</a>." +msgstr "<a href=\"{{browse_url}}\">Veja todos</a> ou <a href=\"{{add_url}}\">peça-nos para adicionar um</a>." -msgid "<a href=\"%s\">Can't find the one you want?</a>" -msgstr "<a href=\"%s\">Não conseguiu encontrar o que procurava?</a>" +msgid "<a href=\"{{url}}\">Add an annotation</a> (to help the requester or others)" +msgstr "<a href=\"{{url}}\">Adicione um comentário</a> (para ajudar o solicitante ou outros)" -msgid "<a href=\"%s\">Sign in</a> to change password, subscriptions and more ({{user_name}} only)" -msgstr "<a href=\"%s\">Acesse aqui</a> para alterar sua senha, acompanhamento de pedidos e mais (apenas para {{user_name}})" - -msgid "<a href=\"%s\">details</a>" -msgstr "<a href=\"%s\">detalhes</a>" - -msgid "<a href=\"%s\">what's that?</a>" -msgstr "<a href=\"%s\">o que é isso?</a>" +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 "<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>" @@ -224,17 +205,23 @@ msgstr "" "<p>Recomendamos que você edite seu pedido e remova o endereço de e-mail\n" " Se deixá-lo, o endereço de e-mail será enviado à autoridade, mas não será publicado no site.</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 "" + 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>Nós estamos felizes que você tenha conseguido toda a informação que procurava. Se você for escrever sobre ou fazer uso dessa informação, por favor, volte depois e deixe um comentário contando o que você fez.</p><p>Se você achou o {{site_name}} útil, divulgue para seus contatos, exerça a cidadania!</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>Nós estamos felizes que você tenha conseguido toda a informação que procurava. Se você for escrever sobre ou fazer uso dessa informação, por favor, volte depois e deixe um comentário contando o que você fez.</p><p>Se você achou o {{site_name}} útil, divulgue para seus contatos, exerça a cidadania!</p>" -msgid "<p>You do not need to include your email in the request in order to get a reply (<a href=\"%s\">details</a>).</p>" -msgstr "<p>Você não precisa incluir seu e-mail no pedido de informação para receber uma resposta (<a href=\"%s\">detalhes</a>).</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 "" + +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 "<p>Você não precisa incluir seu e-mail no pedido de informação para receber uma resposta (<a href=\"{{url}}\">detalhes</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=\"%s\">details</a>).</p>" -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=\"%s\">detalhes</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 "<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>" @@ -248,13 +235,8 @@ msgstr "<p>{{site_name}} está em manutenção. Você pode apenas visualizar ped 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 "<small>Se você acessa seu e-mail por algum site da web, ou se tiver filtros para conteúdo indesejado, verifique também suas caixas de spam. Às vezes, nossas mensagens podem ser marcadas dessa forma pelo seu provedor.</small> </p>" -msgid "<span id='follow_count'>%d</span> person is following this authority" -msgid_plural "<span id='follow_count'>%d</span> people are following this authority" -msgstr[0] "<span id='follow_count'>%d</span> pessoa está acompanhando esta autoridade" -msgstr[1] "<span id='follow_count'>%d</span> pessoas estão acompanhando esta autoridade" - -msgid "<strong> Can I request information about myself?</strong>\\n\t\t\t<a href=\"%s\">No! (Click here for details)</a>" -msgstr "<strong>Posso pedir informações sobre mim?</strong> <span class=\"whitespace other\" title=\"Aba\">»» »</span> <a href=\"%s\">Não! (Clique aqui para mais detalhes)</a>" +msgid "<strong> Can I request information about myself?</strong>\\n\t\t\t<a href=\"{{url}}\">No! (Click here for details)</a>" +msgstr "<strong>Posso pedir informações sobre mim?</strong> <span class=\"whitespace other\" title=\"Aba\">»» »</span> <a href=\"{{url}}\">Não! (Clique aqui para mais detalhes)</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:joao_silva</code></strong> para procurar comentários feitos por João Silva, digitando o nome como aparece na URL." @@ -312,8 +294,8 @@ msgstr "<strong>Nota:</strong> Você está enviando mensagem para si mesmo, prov 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 "<strong>Atenção:</strong> Vamos enviar um email para você. Siga as instruções para confirmar a alteração o seu e-mail." -msgid "<strong>Privacy note:</strong> If you want to request private information about\\n yourself then <a href=\"%s\">click here</a>." -msgstr "<strong>Observação sobre privacidade:</strong> Se você deseja solicitar informações privadas sobre si mesmo, <a href=\"%s\">clique aqui</a> ." +msgid "<strong>Privacy note:</strong> If you want to request private information about\\n yourself then <a href=\"{{url}}\">click here</a>." +msgstr "<strong>Observação sobre privacidade:</strong> Se você deseja solicitar informações privadas sobre si mesmo, <a href=\"{{url}}\">clique aqui</a> ." 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>Nota de privacidade:</strong> Sua foto sera exibida publicamente na internet,\\n onde quer que você atue no {{site_name}}." @@ -342,6 +324,9 @@ msgstr "Um <strong>resumo</strong> da resposta se tiver recebido por correio." 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 "" + 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}}." @@ -366,6 +351,15 @@ msgstr "Sobre você:" msgid "Act on what you've learnt" msgstr "Faça algo com o que você aprendeu" +msgid "Acts as xapian/acts as xapian job" +msgstr "" + +msgid "ActsAsXapian::ActsAsXapianJob|Action" +msgstr "" + +msgid "ActsAsXapian::ActsAsXapianJob|Model" +msgstr "" + msgid "Add an annotation" msgstr "Adicionar um comentário" @@ -447,11 +441,17 @@ msgstr "Qualquer um:" msgid "Applies to" msgstr "" +msgid "Are we missing a public authority?" +msgstr "Estamos esquecendo de um órgão público?" + +msgid "Are you the owner of any commercial copyright on this page?" +msgstr "Você é o dono dos direitos autorais dessa página?" + msgid "Ask for <strong>specific</strong> documents or information, this site is not suitable for general enquiries." msgstr "Solicite apenas documentos ou informações <strong>específicas,</strong>, este site não é adequado para requisições gerais ao governo." -msgid "At the bottom of this page, write a reply to them trying to persuade them to scan it in\\n (<a href=\"%s\">more details</a>)." -msgstr "Na parte inferior da página, escrever uma resposta, tentando persuadir o órgão a escanear o documento ( <a href=\"%s\">mais detalhes</a> )." +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> )." msgid "Attachment (optional):" msgstr "Anexo (opcional):" @@ -489,6 +489,9 @@ msgstr "De acordo com a lei, {{public_body_link}} deveria ter respondido <strong msgid "Calculated home page" msgstr "" +msgid "Can't find the one you want?" +msgstr "Não conseguiu encontrar o que procurava?" + msgid "Cancel a {{site_name}} alert" msgstr "Cancele um alerta do {{site_name}}" @@ -654,6 +657,9 @@ msgstr "Atualmente <strong>aguardando uma resposta</strong> de {{public_body_lin msgid "Date:" msgstr "Data:" +msgid "Dear {{name}}," +msgstr "" + msgid "Dear {{public_body_name}}," msgstr "Prezado(a) {{public_body_name}}," @@ -679,7 +685,7 @@ msgid "Did you mean: {{correction}}" msgstr "Você quis dizer: {{correction}}" msgid "Disclaimer: This message and any reply that you make will be published on the internet. Our privacy and copyright policies:" -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/>." +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 "" @@ -732,8 +738,8 @@ msgstr "Envie-me atualizações deste pedido por e-mail" 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>" -msgid "Enter your response below. You may attach one file (use email, or\\n <a href=\"%s\">contact us</a> if you need more)." -msgstr "Digite sua resposta abaixo. Você pode anexar um arquivo (utilize email ou\\n <a href=\"%s\">fale conosco</a> se precisar de mais informações)." +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 "Digite sua resposta abaixo. Você pode anexar um arquivo (utilize email ou\\n <a href=\"{{url}}\">fale conosco</a> se precisar de mais informações)." msgid "Environmental Information Regulations" msgstr "Lei de Acesso à Informação Ambiental" @@ -753,11 +759,11 @@ msgstr "Detalhe do histórico de eventos" msgid "Event {{id}}" msgstr "" -msgid "Everything that you enter on this page, including <strong>your name</strong>,\\n will be <strong>displayed publicly</strong> on\\n this website forever (<a href=\"%s\">why?</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=\"%s\">por quê?</a> )." +msgid "Everything that you enter on this page, including <strong>your name</strong>,\\n will be <strong>displayed publicly</strong> on\\n this website forever (<a href=\"{{url}}\">why?</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> )." -msgid "Everything that you enter on this page\\n will be <strong>displayed publicly</strong> on\\n this website forever (<a href=\"%s\">why?</a>)." -msgstr "Tudo o que você publicar nesta página será <strong>exibido publicamente</strong> neste site para sempre ( <a href=\"%s\">por quê?</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 "Tudo o que você publicar nesta página será <strong>exibido publicamente</strong> neste site para sempre ( <a href=\"{{url}}\">por quê?</a> )." msgid "FOI" msgstr "acesso à informação" @@ -783,16 +789,19 @@ msgstr "Respostas ao PAI requer acesso de administrador ({{reason}}) - {{title}} msgid "Failed to convert image to a PNG" msgstr "Erro ao converter a imagem para PNG" -msgid "Failed to convert image to the correct size: at %{cols}x%{rows}, need %{width}x%{height}" -msgstr "Erro ao tentar converter a imagem para o tamanho correto: no %{colunas} x% {linhas}, precisa de um % {largura} x%{altura}" +msgid "Failed to convert image to the correct size: at {{cols}}x{{rows}}, need {{width}}x{{height}}" +msgstr "Erro ao tentar converter a imagem para o tamanho correto: no {{cols}}x{{rows}, precisa de um {{width}x{{height}}" msgid "Filter" msgstr "Filtro" -msgid "First, type in the <strong>name of the UK public authority</strong> you'd \\n like information from. <strong>By law, they have to respond</strong>\\n (<a href=\"%s#%s\">why?</a>)." +msgid "First, did your other requests succeed?" +msgstr "" + +msgid "First, type in the <strong>name of the UK public authority</strong> you'd\\n like information from. <strong>By law, they have to respond</strong>\\n (<a href=\"{{url}}\">why?</a>)." msgstr "" "Primeiro, insira o <strong>nome da autoridade pública brasileira</strong> da qual você gostaria de receber informação. <strong>Por lei, eles são obrigados a responder</strong>\n" -" (<a href=\"%s#%s\">por quê?</a>)." +" (<a href=\"{{url}}\">por quê?</a>)." msgid "Foi attachment" msgstr "Anexo do pedido" @@ -872,10 +881,10 @@ msgstr "Devido a um erro desconhecido, não foi possível realizar seu pedido pa msgid "Forgotten your password?" msgstr "Esqueceu a sua senha?" -msgid "Found %d public authority %s" -msgid_plural "Found %d public authorities %s" -msgstr[0] "%d órgão público encontrado %s" -msgstr[1] "%d órgãos públicos encontrados %s" +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}}" msgid "Freedom of Information" msgstr "Acesso à Informação Pública" @@ -910,8 +919,8 @@ msgstr "Pedidos de acesso a informação para " msgid "From" msgstr "De" -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=\"%s\">send it to us</a>." -msgstr "A partir da página de solicitação, tente responder a uma mensagem específica, em vez de enviar um pedido de acompanhamento geral. Se você precisa fazer um acompanhamento geral, e sabe um endereço de e-mail para que ele chegue ao lugar certo, por favor, <a href=\"%s\">envie para nós</a> ." +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 "A partir da página de solicitação, tente responder a uma mensagem específica, em vez de enviar um pedido de acompanhamento geral. Se você precisa fazer um acompanhamento geral, e sabe um endereço de e-mail para que ele chegue ao lugar certo, por favor, <a href=\"{{url}}\">envie para nós</a> ." msgid "From:" msgstr "De:" @@ -922,6 +931,18 @@ msgstr "DÊ DETALHES SOBRE SUA QUEIXA AQUI" msgid "Handled by post." msgstr "Encaminhado por correio." +msgid "Has tag string/has tag string tag" +msgstr "" + +msgid "HasTagString::HasTagStringTag|Model" +msgstr "" + +msgid "HasTagString::HasTagStringTag|Name" +msgstr "" + +msgid "HasTagString::HasTagStringTag|Value" +msgstr "" + msgid "Hello! You can make Freedom of Information requests within {{country_name}} at {{link_to_website}}" msgstr "Olá! Você pode fazer pedidos de informação no {{country_name}} em {{link_to_website}}" @@ -979,6 +1000,9 @@ msgstr "Estou pedindo <strong>novas informações</strong>" 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 "" + msgid "I don't like these ones — give me some more!" msgstr "Eu não gosto desses, deixe-me ver mais!" @@ -1018,8 +1042,8 @@ msgstr "" msgid "Id" msgstr "" -msgid "If the address is wrong, or you know a better address, please <a href=\"%s\">contact us</a>." -msgstr "Se o endereço de email estiver errado, ou se você sabe de um outro melhor, <a href=\"%s\">entre em contato conosco</a> ." +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 "" @@ -1027,17 +1051,17 @@ msgstr "" 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." -msgid "If you are dissatisfied by the response you got from\\n the public authority, you have the right to\\n complain (<a href=\"%s\">details</a>)." -msgstr "Se você estiver insatisfeito com a resposta que recebeu do órgão público, você tem o direito de reclamar ( <a href=\"%s\">detalhes</a> )." +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 "Se você estiver insatisfeito com a resposta que recebeu do órgão público, você tem o direito de reclamar ( <a href=\"{{url}}\">detalhes</a> )." -msgid "If you are still having trouble, please <a href=\"%s\">contact us</a>." -msgstr "Se você continua com problemas, <a href=\"%s\">entre em contato conosco</a>." +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=\"%s\">sign in</a> to view the request." -msgstr "Se você for o solicitante, então pode <a href=\"%s\">entrar</a> para visualizar o pedido." +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." -msgid "If you are thinking of using a pseudonym,\\n please <a href=\"%s\">read this first</a>." -msgstr "Se você está pensando em usar um pseudônimo, por favor, <a href=\"%s\">leia isso primeiro</a> ." +msgid "If you are thinking of using a pseudonym,\\n please <a href=\"{{url}}\">read this first</a>." +msgstr "Se você está pensando em usar um pseudônimo, por favor, <a href=\"{{url}}\">leia isso primeiro</a> ." msgid "If you are {{user_link}}, please" msgstr "Se você é {{user_link}}, por favor" @@ -1207,8 +1231,8 @@ msgstr "Entrou no {{site_name}} em" msgid "Just one more thing" msgstr "" -msgid "Keep it <strong>focused</strong>, you'll be more likely to get what you want (<a href=\"%s\">why?</a>)." -msgstr "Mantenha seu pedido <strong>focado,</strong> você terá mais chances de conseguir o que quer ( <a href=\"%s\">por quê?</a> )." +msgid "Keep it <strong>focused</strong>, you'll be more likely to get what you want (<a href=\"{{url}}\">why?</a>)." +msgstr "Mantenha seu pedido <strong>focado,</strong> você terá mais chances de conseguir o que quer ( <a href=\"{{url}}\">por quê?</a> )." msgid "Keywords" msgstr "Palavras-chave" @@ -1276,12 +1300,6 @@ msgstr "" msgid "MailServerLog|Order" msgstr "" -msgid "Make a new <strong>Environmental Information</strong> request" -msgstr "Faça um novo pedido de <strong>Informação Ambiental</strong>" - -msgid "Make a new <strong>Freedom of Information</strong> request to {{public_body}}" -msgstr "Crie uma nova <strong>solicitação de acesso a informação</strong> para {{public_body}}" - msgid "Make a new<br/>\\n <strong>Freedom <span>of</span><br/>\\n Information<br/>\\n request</strong>" msgstr "" "Faça um novo<br/>\n" @@ -1291,6 +1309,9 @@ msgstr "" msgid "Make a request" msgstr "Criar uma solicitação" +msgid "Make a request to this authority" +msgstr "" + 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}}'" @@ -1528,8 +1549,8 @@ msgstr "Adicione categorias ao seu pedido!" msgid "Please" msgstr "Por favor" -msgid "Please <a href=\"%s\">get in touch</a> with us so we can fix it." -msgstr "Por favor <a href=\"%s\">entre em contato</a> conosco para consertarmos isso." +msgid "Please <a href=\"{{url}}\">get in touch</a> with us so we can fix it." +msgstr "Por favor <a href=\"{{url}}\">entre em contato</a> conosco para consertarmos isso." msgid "Please <strong>answer the question above</strong> so we know whether the " msgstr "Por favor, <strong>responda a pergunta acima</strong> para sabermos se o" @@ -1549,6 +1570,9 @@ msgstr "Por favor, cheque se a URL (ou seja, o longo endereço da página, com l msgid "Please choose a file containing your photo." msgstr "Selecione um arquivo com sua foto" +msgid "Please choose a reason" +msgstr "" + msgid "Please choose what sort of reply you are making." msgstr "Por favor, escolha que tipo de resposta você vai usar." @@ -1630,11 +1654,14 @@ msgstr "Simplifique seu resumo, por favor. Utilize, por exemplo, uma única fras 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." +msgid "Please pass this on to the person who conducts Freedom of Information reviews." +msgstr "" + msgid "Please select each of these requests in turn, and <strong>let everyone know</strong>\\nif they are successful yet or not." msgstr "Por favor, selecione uma solicitação por vez e <strong>deixe todo mundo saber</strong> se elas já são bem sucedidas ou não." -msgid "Please sign at the bottom with your name, or alter the \"%{signoff}\" signature" -msgstr "Por favor, assine com seu nome ao fim da mensagem, ou altere a sua \"%{signoff}\" assinatura" +msgid "Please sign at the bottom with your name, or alter the \"{{signoff}}\" signature" +msgstr "Por favor, assine com seu nome ao fim da mensagem, ou altere a sua \"{{signoff}}\" assinatura" msgid "Please sign in as " msgstr "Faça o login como " @@ -1741,9 +1768,6 @@ msgstr "" msgid "Public body" msgstr "Órgão público" -msgid "Public body/translation" -msgstr "Public body/translation" - msgid "Public notes" msgstr "" @@ -1753,33 +1777,6 @@ msgstr "" msgid "Public page not available" msgstr "" -msgid "PublicBody::Translation|Disclosure log" -msgstr "" - -msgid "PublicBody::Translation|First letter" -msgstr "" - -msgid "PublicBody::Translation|Locale" -msgstr "" - -msgid "PublicBody::Translation|Name" -msgstr "" - -msgid "PublicBody::Translation|Notes" -msgstr "" - -msgid "PublicBody::Translation|Publication scheme" -msgstr "" - -msgid "PublicBody::Translation|Request email" -msgstr "PublicBody::Translation|Solicitar email" - -msgid "PublicBody::Translation|Short name" -msgstr "" - -msgid "PublicBody::Translation|Url name" -msgstr "" - msgid "PublicBody|Api key" msgstr "" @@ -1873,6 +1870,9 @@ msgstr "Denunciar abuso" msgid "Report an offensive or unsuitable request" msgstr "Denunciar um pedido ofensivo ou impróprio" +msgid "Report request" +msgstr "" + msgid "Report this request" msgstr "Denunciar este pedido" @@ -1978,10 +1978,10 @@ msgstr "Resultados da busca" msgid "Search the site to find what you were looking for." msgstr "Pesquise no site para encontrar o que você está procurando." -msgid "Search within the %d Freedom of Information requests to %s" -msgid_plural "Search within the %d Freedom of Information requests made to %s" -msgstr[0] "Pesquisar %d Pedidos de Acesso à Informação para %s" -msgstr[1] "Pesquisar %d Pedidos de Acesso à Informação feitos a %s" +msgid "Search within the {{count}} Freedom of Information requests to {{public_body_name}}" +msgid_plural "Search within the {{count}} Freedom of Information requests made to {{public_body_name}}" +msgstr[0] "Pesquisar {{count}} Pedidos de Acesso à Informação para {{public_body_name}}" +msgstr[1] "Pesquisar {{count}} Pedidos de Acesso à Informação feitos a {{public_body_name}}" msgid "Search your contributions" msgstr "Buscar suas contribuições" @@ -2091,9 +2091,6 @@ msgstr "Desculpe, não foi possível encontrar essa página" msgid "Special note for this authority!" msgstr "Recado especial para esta autoridade!" -msgid "Start" -msgstr "Começar" - msgid "Start now »" msgstr "Começar agora »" @@ -2246,18 +2243,18 @@ msgstr "Esse pedido foi <strong>atendido</strong>." msgid "The request was refused by the public authority" msgstr "O pedido foi recusado pela autoridade pública" -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=\"%s\">contact us</a> if you have any questions." +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 "" "O pedido . Please <a\n" -" href=\"%s\">contact us</a> if you have any questions." +" href=\"{{url}}\">contact us</a> if you have any questions." msgid "The requester has abandoned this request for some reason" msgstr "O solicitante abandonou esse pedido por alguma razão" -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" +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 "A resposta para esse pedido <strong>atrasou</strong>. Você pode afirmar que, por lei, o orgão deveria ter respondido e" -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" +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 "A resposta para seu pedido está <strong>super atrasada</strong>. Voc~e pode afirmar que, por \\n lei, sob qualquer circunstância, o poder público já deveria\\n ter respondido" msgid "The search index is currently offline, so we can't show the Freedom of Information requests that have been made to this authority." @@ -2266,6 +2263,9 @@ msgstr "O index de busca está temporariamente offline, então não podemos exib msgid "The search index is currently offline, so we can't show the Freedom of Information requests this person has made." 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 "" + msgid "Then you can cancel the alert." msgstr "Então você pode cancelar o alerta." @@ -2341,17 +2341,17 @@ msgstr "Então seu comentário sobre {{info_request_title}} será publicado." msgid "There are {{count}} new annotations on your {{info_request}} request. Follow this link to see what they wrote." msgstr "Existem {{count}} novas anotações no seu {{info_request}} pedido de informação. Clique no link para saber o que escrito sobre o seu pedido." -msgid "There is %d person following this request" -msgid_plural "There are %d people following this request" -msgstr[0] "Há %d pessoa acompanhando este pedido" -msgstr[1] "Há %d pessoas acompanhando este pedido" - 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 "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>." +msgid "There is {{count}} person following this request" +msgid_plural "There are {{count}} people following this request" +msgstr[0] "Há {{count}} pessoa acompanhando este pedido" +msgstr[1] "Há {{count}} pessoas acompanhando este pedido" + msgid "There was a <strong>delivery error</strong> or similar, which needs fixing by the {{site_name}} team." msgstr "Ocorreu um <strong>erro no envio</strong> ou algo parecido, que precisa ser consertado pela equipe do {{site_name}}." @@ -2390,8 +2390,8 @@ msgstr "O que você está seguindo" msgid "This authority no longer exists, so you cannot make a request to it." msgstr "Este órgão de governo não existe, portanto você não pode criar um pedido de informação para ele." -msgid "This comment has been hidden. See annotations to\\n find out why. If you are the requester, then you may <a href=\"%s\">sign in</a> to view the response." -msgstr "Este comentário foi ocultado. Veja as anotações para descobrir o motivo. Se você é o solicitante, então pode <a href=\"%s\">entrar</a> para visualizar a resposta." +msgid "This comment has been hidden. See annotations to\\n find out why. If you are the requester, then you may <a href=\"{{url}}\">sign in</a> to view the response." +msgstr "Este comentário foi ocultado. Veja as anotações para descobrir o motivo. Se você é o solicitante, então pode <a href=\"{{url}}\">entrar</a> para visualizar a resposta." msgid "This covers a very wide spectrum of information about the state of\\n the <strong>natural and built environment</strong>, such as:" msgstr "Este pedido abrange um espectro muito amplo de informações sobre o estado do <strong>meio-ambiente, </strong> tais como:" @@ -2414,8 +2414,8 @@ 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 outgoing message has been hidden. See annotations to\\n\t\t\t\t\t\tfind out why. If you are the requester, then you may <a href=\"%s\">sign in</a> to view the response." -msgstr "Esta mensagem foi ocultada. Veja as anotações para \\n\t\t\t\t\t\tdescobrir o porquê. Se você é o requerente, deve <a href=\"%s\">logar</a> para visualizar a resposta." +msgid "This outgoing message has been hidden. See annotations to\\n\t\t\t\t\t\tfind out why. If you are the requester, then you may <a href=\"{{url}}\">sign in</a> to view the response." +msgstr "Esta mensagem foi ocultada. Veja as anotações para \\n\t\t\t\t\t\tdescobrir o porquê. Se você é o requerente, deve <a href=\"{{url}}\">logar</a> para visualizar a resposta." msgid "This particular request is finished:" msgstr "Esse pedido foi finalizado:" @@ -2423,19 +2423,19 @@ msgstr "Esse pedido foi finalizado:" msgid "This person has made no Freedom of Information requests using this site." msgstr "Essa pessoa não fez nenhum pedido de acesso a informação usando este site." -msgid "This person's %d Freedom of Information request" -msgid_plural "This person's %d Freedom of Information requests" -msgstr[0] "%d pedidos dessa pessoa." -msgstr[1] "%d pedidos dessa pessoa." - -msgid "This person's %d annotation" -msgid_plural "This person's %d annotations" -msgstr[0] "%d comentário dessa pessoa." -msgstr[1] "%d comentários dessa pessoa." - msgid "This person's annotations" msgstr "Comentários dessa pessoa." +msgid "This person's {{count}} Freedom of Information request" +msgid_plural "This person's {{count}} Freedom of Information requests" +msgstr[0] "{{count}} pedidos dessa pessoa." +msgstr[1] "{{count}} pedidos dessa pessoa." + +msgid "This person's {{count}} annotation" +msgid_plural "This person's {{count}} annotations" +msgstr[0] "{{count}} comentário dessa pessoa." +msgstr[1] "{{count}} comentários dessa pessoa." + msgid "This request <strong>requires administrator attention</strong>" msgstr "Esse pedido <strong>precisa de atenção dos administradores</strong>" @@ -2457,8 +2457,8 @@ msgstr "Este requirimento foi <strong>indicado</strong> pendente de revisão pel 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." -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=\"%s\">contact us</a>." -msgstr "Esse pedido foi marcado para revisão pelos administradores, que ainda não esconderam-no. Se você acha que ele deveria ser escondido, por favor <a href=\"%s\">entre em contato</a>." +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 "Esse pedido foi marcado para revisão pelos administradores, que ainda não esconderam-no. Se você acha que ele deveria ser escondido, por favor <a href=\"{{url}}\">entre em contato</a>." msgid "This request has been reported for administrator attention" msgstr "Esse pedido foi encaminhado para avaliação do administrador" @@ -2472,8 +2472,8 @@ msgstr "Esta requisição teve uma resposta atípica, e <strong>requer atenção msgid "This request has prominence 'hidden'. You can only see it because you are logged\\n in as a super user." msgstr "Esse pedido esta marcado como 'escondido'. Você só pode vê-lo porque esta conectado como um administrador." -msgid "This request is hidden, so that only you the requester can see it. Please\\n <a href=\"%s\">contact us</a> if you are not sure why." -msgstr "Esse pedido esta escondido, apenas quem pediu pode ver. Por favor <a href=\"%s\">contate-nos</a> se você não tem certeza de porque." +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 "Esse pedido esta escondido, apenas quem pediu pode ver. Por favor <a href=\"{{url}}\">contate-nos</a> se você não tem certeza de porque." msgid "This request is still in progress:" msgstr "Esse pedido ainda não acabou:" @@ -2484,10 +2484,10 @@ msgstr "" msgid "This request was not made via {{site_name}}" msgstr "Este pedido não foi feito através de {{site_name}}" -msgid "This response has been hidden. See annotations to find out why.\\n If you are the requester, then you may <a href=\"%s\">sign in</a> to view the response." +msgid "This response has been hidden. See annotations to find out why.\\n If you are the requester, then you may <a href=\"{{url}}\">sign in</a> to view the response." msgstr "" "Essa resposta foi ocultada. Veja as anotações para descobrir por quê.\n" -" Se você for o solicitante, então pode <a href=\"%s\">entrar</a> para visualizar a resposta." +" Se você for o solicitante, então pode <a href=\"{{url}}\">entrar</a> para visualizar a resposta." 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 "" @@ -2560,8 +2560,8 @@ msgstr "Enviar seu comentário" msgid "To reply to " msgstr "Responder para " -msgid "To report this FOI request" -msgstr "Relatar este PAI" +msgid "To report this request" +msgstr "" msgid "To send a follow up message to " msgstr "Enviar uma mensagem de acompanhamento para " @@ -2647,10 +2647,10 @@ msgstr "Tipo inesperado de resultado da busca" msgid "Unexpected search result type " msgstr "Tipo inesperado de resultado da busca " -msgid "Unfortunately we don't know the FOI\\nemail address for that authority, so we can't validate this.\\nPlease <a href=\"%s\">contact us</a> to sort it out." +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 "" "Infelizmente nós não sabemos o email de contato para esse orgão, então não podemos validar isso.\n" -"Por favor <a href=\"%s\">entre em contato</a> para corrigirmos isso." +"Por favor <a href=\"{{url}}\">entre em contato</a> para corrigirmos isso." 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 " @@ -2784,6 +2784,12 @@ msgstr "Aguardando resposta do órgão público" msgid "Was the response you got to your FOI request any good?" msgstr "A resposta ao seu pedido de acesso à informação foi satisfatória?" +msgid "We consider it is not a valid FOI request, and have therefore hidden it from other users." +msgstr "" + +msgid "We consider it to be vexatious, and have therefore hidden it from other users." +msgstr "" + msgid "We do not have a working request email address for this authority." msgstr "Nós não temos um email válido desse orgão." @@ -2793,8 +2799,8 @@ msgstr "Nós não temos um email do {{public_body_name}} para fazer pedidos de a msgid "We don't know whether the most recent response to this request contains\\n information or not\\n –\\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." -msgid "We will not reveal your email address to anybody unless you or\\n the law tell us to (<a href=\"%s\">details</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=\"%s\">detalhes</a> )." +msgid "We will not reveal your email address to anybody unless you or\\n the law tell us to (<a href=\"{{url}}\">details</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> )." msgid "We will not reveal your email address to anybody unless you\\nor the law tell us to." msgstr "Nós não iremos revelar o seu endereço de email para ninguém a menos que você ou a lei nos solicite." @@ -2835,8 +2841,8 @@ msgstr "Quando você chegar lá, favor atualizar a situação se a resposta tive msgid "When you receive the paper response, please help\\n others find out what it says:" msgstr "Quando receber a resposta em papel, por favor contribua para que outros saibam o que ela diz:" -msgid "When you're done, <strong>come back here</strong>, <a href=\"%s\">reload this page</a> and file your new request." -msgstr "Quando tiver concluído, <strong>retorne aqui</strong>, <a href=\"%s\">recarregue esta página</a> e registre sua nova requisição." +msgid "When you're done, <strong>come back here</strong>, <a href=\"{{url}}\">reload this page</a> and file your new request." +msgstr "Quando tiver concluído, <strong>retorne aqui</strong>, <a href=\"{{url}}\">recarregue esta página</a> e registre sua nova requisição." msgid "Which of these is happening?" msgstr "Qual desses está ocorrendo?" @@ -2940,8 +2946,8 @@ msgstr "Você sabe o que causou o erro e pode <strong>sugerir uma solução</str 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 "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\\n one on their website, or by phoning them up and asking. If you manage\\n to find one, then please <a href=\"%s\">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=\"%s\">envie para nós</a>." +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>." 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 "Você pode encontrar no \\nsite deles ou telefonando e perguntando. Se conseguir, por favor\\n <a href=\"{{help_url}}\">envie para nós</a>." @@ -2958,6 +2964,9 @@ msgstr "Você precisa estar logado para apagar sua foto do perfil." 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 "" + msgid "You previously submitted that exact follow up message for this request." msgstr "Você já submeteu uma resposta igual para este pedido." @@ -2979,6 +2988,9 @@ msgstr "Você irá receber atualizações por email sobre {{track_description}}. 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 "" + 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>" @@ -2991,23 +3003,13 @@ msgstr "Você não está acompanhando nada." msgid "You've now cleared your profile photo" msgstr "Você apagou sua foto do perfil" -msgid "Your %d Freedom of Information request" -msgid_plural "Your %d Freedom of Information requests" -msgstr[0] "Seu %d pedido" -msgstr[1] "Seus %d pedidos" - -msgid "Your %d annotation" -msgid_plural "Your %d annotations" -msgstr[0] "Seu %d comentário" -msgstr[1] "Seus %d comentários" - -msgid "Your <strong>name will appear publicly</strong> \\n (<a href=\"%s\">why?</a>)\\n on this website and in search engines. If you\\n are thinking of using a pseudonym, please \\n <a href=\"%s\">read this first</a>." +msgid "Your <strong>name will appear publicly</strong>\\n (<a href=\"{{why_url}}\">why?</a>)\\n on this website and in search engines. If you\\n are thinking of using a pseudonym, please\\n <a href=\"{{help_url}}\">read this first</a>." msgstr "" "Seu <strong>nome vai aparecer publicamente</strong> \n" -" (<a href=\"%s\">porque?</a>)\n" +" (<a href=\"{{why_url}}\">porque?</a>)\n" " neste website e em mecanismos de busca. Se você\n" " estiver pensando em usar um pseudônimo, por favor \n" -" <a href=\"%s\">leia isso antes</a>." +" <a href=\"{{help_url}}\">leia isso antes</a>." msgid "Your annotations" msgstr "Seus comentários" @@ -3018,8 +3020,8 @@ msgstr "Seus dados, incluindo endereço de email (não foram fornecidos a ningu msgid "Your e-mail:" msgstr "Seu e-mail:" -msgid "Your follow up has not been sent because this request has been stopped to prevent spam. Please <a href=\"%s\">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=\"%s\">entre em contato</a> se você realmente quer enviar essa mensagem." +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." msgid "Your follow up message has been sent on its way." msgstr "Sua mensagem foi encaminhada." @@ -3042,8 +3044,8 @@ msgstr "Suas mensagens aparecerão em <strong>mecanismos de busca</strong>" msgid "Your name and annotation will appear in <strong>search engines</strong>." msgstr "Seu nome e anotações aparecerão em <strong>mecanismos de busca</strong>." -msgid "Your name, request and any responses will appear in <strong>search engines</strong>\\n (<a href=\"%s\">details</a>)." -msgstr "Seu <strong>nome, pedido e quaisquer respostas vão aparecer publicamente</strong> (<a href=\"%s\">porque?</a>) neste website e em mecanismos de busca." +msgid "Your name, request and any responses will appear in <strong>search engines</strong>\\n (<a href=\"{{url}}\">details</a>)." +msgstr "Seu <strong>nome, pedido e quaisquer respostas vão aparecer publicamente</strong> (<a href=\"{{url}}\">porque?</a>) neste website e em mecanismos de busca." msgid "Your name:" msgstr "Seu nome:" @@ -3062,6 +3064,12 @@ msgstr "" "Sua foto será exibida em público <strong>na internet</strong>,\\n \n" "em qualquer ação que fizer no {{site_name}}." +msgid "Your request '{{request}}' at {{url}} has been reviewed by moderators." +msgstr "" + +msgid "Your request on {{site_name}} hidden" +msgstr "" + 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" @@ -3071,12 +3079,22 @@ msgstr "Seu pedido:" msgid "Your response to an FOI request was not delivered" msgstr "Sua resposta a um PAI não foi enviada" -msgid "Your response will <strong>appear on the Internet</strong>, <a href=\"%s\">read why</a> and answers to other questions." -msgstr "Sua resposta irá <strong>aparecer na Internet</strong>, <a href=\"%s\">leia por que</a> e respostas para outras perguntas." +msgid "Your response will <strong>appear on the Internet</strong>, <a href=\"{{url}}\">read why</a> and answers to other questions." +msgstr "Sua resposta irá <strong>aparecer na Internet</strong>, <a href=\"{{url}}\">leia por que</a> e respostas para outras perguntas." 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." +msgid "Your {{count}} Freedom of Information request" +msgid_plural "Your {{count}} Freedom of Information requests" +msgstr[0] "Seu {{count}} pedido" +msgstr[1] "Seus {{count}} pedidos" + +msgid "Your {{count}} annotation" +msgid_plural "Your {{count}} annotations" +msgstr[0] "Seu {{count}} comentário" +msgstr[1] "Seus {{count}} comentários" + msgid "Your {{site_name}} email alert" msgstr "Seu alerta de mensagem do {{site_name}}" @@ -3086,6 +3104,9 @@ msgstr "Atenciosamente," msgid "Yours sincerely," msgstr "Grato(a)," +msgid "Yours," +msgstr "" + msgid "[FOI #{{request}} email]" msgstr "" @@ -3245,8 +3266,8 @@ msgstr "" msgid "no later than" msgstr "até o dia" -msgid "no longer exists. If you are trying to make\\n 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=\"%s\">send it to us</a>." -msgstr "não existe mais. Se você está tentanto fazer\\n a partir da página de solicitação, tente responder a uma mensagem em específico em vez de enviar\\n uma resposta geral. Se você precisa fazer um resposta geral, e sabe\\n qual o email correto, por favor <a href=\"%s\">send it to us</a>." +msgid "no longer exists. If you are trying to make\\n 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 "não existe mais. Se você está tentanto fazer\\n a partir da página de solicitação, tente responder a uma mensagem em específico em vez de enviar\\n uma resposta geral. Se você precisa fazer um resposta geral, e sabe\\n qual o email correto, por favor <a href=\"{{url}}\">send it to us</a>." msgid "normally" msgstr " " @@ -3352,9 +3373,32 @@ msgstr "informações úteis." msgid "users" msgstr "usuários" +msgid "what's that?" +msgstr "o que é isso?" + msgid "{{count}} FOI requests found" msgstr "{{count}} pedidos de acesso a informação encontrados" +msgid "{{count}} Freedom of Information request to {{public_body_name}}" +msgid_plural "{{count}} Freedom of Information requests to {{public_body_name}}" +msgstr[0] "{{count}} Pedido de Acesso à Informação solicitado para {{public_body_name}}" +msgstr[1] "{{count}} Pedidos de Acesso à Informação solicitados para {{public_body_name}}" + +msgid "{{count}} person is following this authority" +msgid_plural "{{count}} people are following this authority" +msgstr[0] "{{count}} pessoa está acompanhando esta autoridade" +msgstr[1] "{{count}} pessoas estão acompanhando esta autoridade" + +msgid "{{count}} request" +msgid_plural "{{count}} requests" +msgstr[0] "{{count}} pedido" +msgstr[1] "{{count}} pedidos" + +msgid "{{count}} request made." +msgid_plural "{{count}} requests made." +msgstr[0] "{{count}} pedido realizado." +msgstr[1] "{{count}} pedidos realizados." + 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}} 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." diff --git a/locale/ro_RO/app.po b/locale/ro_RO/app.po index dc737a23d..0ba75b6a6 100644 --- a/locale/ro_RO/app.po +++ b/locale/ro_RO/app.po @@ -3,21 +3,28 @@ # This file is distributed under the same license as the PACKAGE package. # # Translators: -# <andreicristianpetcu@gmail.com>, 2012. -# <copyratul@gmail.com>, 2012. -# Cosmin Pojoranu <cosmin@funkycitizens.org>, 2013. -# Elena Calistru <calistru.elena@gmail.com>, 2013. -# <paul_kimmy@yahoo.com>, 2013. -# Rodica Ardelean <rodxy@yahoo.com>, 2013. -# <rodxy@yahoo.com>, 2013. +# andreicristianpetcu <andreicristianpetcu@gmail.com>, 2012-2013 +# andreicristianpetcu <andreicristianpetcu@gmail.com>, 2013 +# andreicristianpetcu <andreicristianpetcu@gmail.com>, 2012 +# CoPyratul <copyratul@gmail.com>, 2012 +# CoPyratul <copyratul@gmail.com>, 2012 +# yozness <cosmin@funkycitizens.org>, 2013 +# elena.calistru <calistru.elena@gmail.com>, 2013 +# elena.calistru <calistru.elena@gmail.com>, 2013 +# Paul Chioveanu <paul_kimmy@yahoo.com>, 2013 +# Paul Chioveanu <paul_kimmy@yahoo.com>, 2013 +# rodicaa <rodxy@yahoo.com>, 2013 +# rodicaa <rodxy@yahoo.com>, 2013 +# rodicaa <rodxy@yahoo.com>, 2013 +# yozness <cosmin@funkycitizens.org>, 2013 msgid "" msgstr "" "Project-Id-Version: alaveteli\n" "Report-Msgid-Bugs-To: http://github.com/sebbacon/alaveteli/issues\n" -"POT-Creation-Date: 2013-03-14 14:02-0700\n" -"PO-Revision-Date: 2013-03-14 21:11+0000\n" -"Last-Translator: louisecrow <louise@mysociety.org>\n" -"Language-Team: LANGUAGE <LL@li.org>\n" +"POT-Creation-Date: 2013-06-24 09:40-0700\n" +"PO-Revision-Date: 2013-07-07 22:47+0000\n" +"Last-Translator: elena.calistru <calistru.elena@gmail.com>\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" "Content-Type: text/plain; charset=UTF-8\n" @@ -27,14 +34,14 @@ msgstr "" 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 " Aceasta o să apară pe profilul tău de pe situl {{site_name}} , pentru a fi mai ușor altora să se implice în ceea ce faci." -msgid " (<strong>no ranty</strong> politics, read our <a href=\"%s\">moderation policy</a>)" -msgstr " (<strong>Te rugăm să eviţi discuţiile aprinse pe teme politice</strong> - vezi <a href=\"%s\">politica noastra de moderare</a>)" +msgid " (<strong>no ranty</strong> politics, read our <a href=\"{{url}}\">moderation policy</a>)" +msgstr " (<strong>Te rugăm să eviţi discuţiile aprinse pe teme politice</strong> - vezi <a href=\"{{url}}\">politica noastra de moderare</a>)" msgid " (<strong>patience</strong>, especially for large files, it may take a while!)" msgstr " (<strong>răbdare</strong>, s-ar putea să dureze puţin, mai ales dacă fişierul e mare!)" msgid " (you)" -msgstr "(dvs.)" +msgstr "(tu)" msgid " - view and make Freedom of Information requests" msgstr "- vezi cum arată şi trimite o solicitare de acces la informaţii" @@ -43,7 +50,7 @@ msgid " - wall" msgstr " - perete" msgid " <strong>Note:</strong>\\n We will send you an email. Follow the instructions in it to change\\n your password." -msgstr " <strong>Notă:</strong>\\n Vă vom trimite un email. Urmaţi instrucţiunile din acesta pentru a modifica \\n parola dvs.." +msgstr " <strong>Notă:</strong>\\n Îți vom trimite un email. Urmează instrucţiunile din acesta pentru a modifica \\n parola ta." msgid " <strong>Privacy note:</strong> Your email address will be given to" msgstr " <strong>Notă de confidenţialitate:</strong> Adresa ta de email va fi văzută şi de către" @@ -57,8 +64,8 @@ msgstr "Sfătuieşte-ne cum să <strong>facem solicitarea cât mai clară </str msgid " Ideas on what <strong>other documents to request</strong> which the authority may hold. " msgstr "<strong>Alte documente</strong> pe care le poţi solicita de la aceeaşi autoritate." -msgid " If you know the address to use, then please <a href=\"%s\">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 " Dacă cunoaşteţi adresa ce trebuie utilizată, atunci vă rugăm să <a href=\"%s\">ne-o trimiteţi</a>.\\n Aţi putea găsi adresa pe siteul lor, sau telefonându-le şi întrebând." +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 " Dacă cunoaşteţi adresa ce trebuie utilizată, atunci vă rugăm să <a href=\"{{url}}\">ne-o trimiteţi</a>.\\n Aţi putea găsi adresa pe siteul lor, sau telefonându-le şi întrebând." msgid " Include relevant links, such as to a campaign page, your blog or a\\n twitter account. They will be made clickable. \\n e.g." msgstr "Include link-uri relevante, precum cele către pagina campaniei, blogul tău sau către un cont de Twitter. Acestea vor fi accesibile direct din site. \\n e.g." @@ -96,26 +103,8 @@ msgstr "când trimiți acest mesaj." msgid "\"Hello! We have an <a href=\\\"/help/alaveteli?country_name=#{CGI.escape(current_country)}\\\">important message</a> for visitors outside {{country_name}}\"" msgstr "\"Salut! Avem un <a href=\\\"/help/alaveteli?country_name=#{CGI.escape(current_country)}\\\">mesaj important</a> pentru vizitatorii din afara {{country_name}}\"" -msgid "%d Freedom of Information request to %s" -msgid_plural "%d Freedom of Information requests to %s" -msgstr[0] "%d cereri FOI până la %s" -msgstr[1] "%d cereri FOI până %s" -msgstr[2] "%d solicitări de acces la informaţie până la %s " - -msgid "%d request" -msgid_plural "%d requests" -msgstr[0] "%d cerere" -msgstr[1] "%d cereri" -msgstr[2] "%d solicitări" - -msgid "%d request made." -msgid_plural "%d requests made." -msgstr[0] "%d cerere făcută." -msgstr[1] "%d cereri făcute." -msgstr[2] "%d solicitări realizate." - msgid "'Crime statistics by ward level for Wales'" -msgstr "'Crime statistics by ward level for Wales'" +msgstr "'Bugetul pentru anul 2012 alocat transporturilor la Consiliul Județean Mureș'" msgid "'Pollution levels over time for the River Tyne'" msgstr "'Pollution levels over time for the River Tyne'" @@ -130,7 +119,7 @@ msgid "'{{link_to_user}}', a person" msgstr "'{{link_to_user}}', o persoană" msgid "*unknown*" -msgstr "" +msgstr "*necunoscut*" msgid ",\\n\\n\\n\\nYours,\\n\\n{{user_name}}" msgstr " , Al dvs., {{user_name}}" @@ -147,32 +136,14 @@ msgstr "2. Solicită o informație" msgid "3. Now check your request" msgstr "3. Verifică solicitarea făcută" -msgid "<a class=\"link_button_green\" href=\"{{url}}\">{{text}}</a>" -msgstr "<a class=\"link_button_green\" href=\"{{url}}\">{{text}}</a>" - -msgid "<a href=\"%s\">Add an annotation</a> (to help the requester or others)" -msgstr "<a href=\"%s\">Adaugă o notă</a> (pentru a ajuta petentul sau pe alții)" - -msgid "<a href=\"%s\">Are we missing a public authority?</a>" -msgstr "<a href=\"%s\">Ne lipseşte o autoritate publică?</a>" - -msgid "<a href=\"%s\">Are you the owner of\\n any commercial copyright on this page?</a>" -msgstr "<a href=\"%s\">Ai un drept de Proprietate Intelectuală asupra vreunei mărci de pe pagina aceasta?</a>" - -msgid "<a href=\"%s\">Browse all</a> or <a href=\"%s\">ask us to add one</a>." -msgstr "<a href=\"%s\">Caută în toată arhiva</a> sau <a href=\"%s\">cere-ne nouă să adăugăm una</a>." - -msgid "<a href=\"%s\">Can't find the one you want?</a>" -msgstr "<a href=\"%s\">Nu găsești persoana căutată?</a>" +msgid "<a href=\"{{browse_url}}\">Browse all</a> or <a href=\"{{add_url}}\">ask us to add one</a>." +msgstr "<a href=\"{{browse_url}}\">Caută în toată arhiva</a> sau <a href=\"{{add_url}}\">cere-ne nouă să adăugăm una</a>." -msgid "<a href=\"%s\">Sign in</a> to change password, subscriptions and more ({{user_name}} only)" -msgstr "<a href=\"%s\">Autentifică-te</a> pentru a-ţi schimba parola şi alte setări, inclusiv cele legate de abonare ({{user_name}} only)" +msgid "<a href=\"{{url}}\">Add an annotation</a> (to help the requester or others)" +msgstr "<a href=\"{{url}}\">Adaugă o notă</a> (pentru a ajuta petentul sau pe alții)" -msgid "<a href=\"%s\">details</a>" -msgstr "<a href=\"%s\">detalii</a>" - -msgid "<a href=\"%s\">what's that?</a>" -msgstr "<a href=\"%s\">ce înseamnă acest lucru?</a>" +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 "<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>" @@ -193,25 +164,31 @@ msgid "<p>Thank you! Your request is long overdue, by more than {{very_late_numb msgstr "<p>Îţi multumim! Solicitarea ta se întinde peste termen cu mai mult de {{very_late_number_of_days}} zile lucrătoare. Majoritatea solicitărilor ar trebui să primească răspuns în decurs de a{{late_number_of_days}}zile lucrătoare. Ai putea să formulezi o plângere în acest sens, vezi mai jos cum.</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 "<p>Vă mulţumim pentru modificarea textului referitor la dvs. din profil.</p>\\n <p><strong>În continuare...</strong> puteţi încărca o poză de profil deasemenea.</p>" +msgstr "<p>Mulţumim pentru modificarea textului referitor la tine din profil.</p>\\n <p><strong>În continuare...</strong> poţi încărca, de asemenea, o poză de profil.</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 "<p>Vă mulţumim pentru actualizarea pozei dvs. de profil.</p>\\n <p><strong>În continuare...</strong> puteţi adăuga un text despre dvs. şi despre căutările dvs. în profilul dvs..</p>" +msgstr "<p>Îți mulţumim pentru actualizarea pozei tale de profil.</p>\\n <p><strong>În continuare...</strong> poţi adăuga un text despre tine sau despre interesele tale în profilul tău.</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 "<p>Îți recomandăm să îți editezi solicitarea și să ștergi adresa de email.\\n Dacă o lași, adresa de email va fi trimisă către autoritate, dar nu va fi afișată pe site.</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 "" + 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>Ne bucurăm tare mult că ai obţinut informaţiile pe care le doreai! Dacă vei scrie despre cum ţi-au folosit aceste informaţii, te rugăm să completezi mai jos un scurt istoric care va fi util celor ce vor face solicitări similare. </p><p> Dacă ai găsit {{site_name}} util, poţi face , <a href=\"{{donation_url}}\"> o mică donaţie</a> pentru a atenua din costurile de întreţinere pe care le avem cu serverele.</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>Ne bucurăm că aţi obţinut informaţiile pe care le doreaţi. Dacă aţi găsit acest site {{site_name}} util puteţi face , <a href=\"{{donation_url}}\"> o donaţie</a> organizaţiei care îl întreţine.</p><p> Daca vreţi să încercaţi şi să obţineti şi restul de informaţii, utitaţi aici ce mai aveţi de făcut acum .</p>" -msgid "<p>You do not need to include your email in the request in order to get a reply (<a href=\"%s\">details</a>).</p>" -msgstr "<p>Nu e nevoie să incluzi emailul tău în solicitare pentru a primi răspuns (<a href=\"%s\">details</a>).</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 "" + +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 "<p>Nu e nevoie să incluzi emailul tău în solicitare pentru a primi răspuns (<a href=\"{{url}}\">details</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=\"%s\">details</a>).</p>" -msgstr "<p>Nu e nevoie să-ţi laşi emailul în solicitare pentru a obţine un răspuns. Îţi vei lăsa adresa de email în pagina următoare (<a href=\"%s\">details</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 "<p>Nu e nevoie să-ţi laşi emailul în solicitare pentru a obţine un răspuns. Îţi vei lăsa adresa de email în pagina următoare (<a href=\"{{url}}\">details</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>Solicitarea ta conţine un <strong>cod poştal</strong>. Dacă nu e legat în mod direct de subiectul solicităarii tale. te rugăm să nu incluzi nicio adresă din motive de confidenţialitate, întrucât <strong> va fi afişată public pe Internet </strong>.</p>" @@ -223,16 +200,10 @@ msgid "<p>{{site_name}} is currently in maintenance. You can only view existing msgstr "<p>{{site_name}} este momentan în mentenanţă. Poţi vedea numai solicitările deja existente. Nu poţi adăuga solicitări noi, nici comentarii, adnotări sau alte modificări asupra bazei de date.</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 "<small>Dacă utilizaţi un serviciu email de tip web sau dacă aveţi filtre pentru poşta nedorită, verificaţi deasemenea şi folderele \\nbulk/spam de email . Uneori mesajele noastre sunt marcate astfel.</small>\\n</p>" +msgstr "<small>Dacă utilizaţi un serviciu email de tip web sau dacă aveţi filtre pentru poşta nedorită, verificaţi de asemenea folderele \\nbulk/spam de email. Uneori mesajele noastre sunt marcate astfel.</small>\\n</p>" -msgid "<span id='follow_count'>%d</span> person is following this authority" -msgid_plural "<span id='follow_count'>%d</span> people are following this authority" -msgstr[0] "<span id='follow_count'>%d</span> persoană urmăreşte această autoritate" -msgstr[1] "<span id='follow_count'>%d</span> persoane urmăresc această autoritate" -msgstr[2] "<span id='follow_count'>%d</span> persoane urmăresc această autoritate" - -msgid "<strong> Can I request information about myself?</strong>\\n\t\t\t<a href=\"%s\">No! (Click here for details)</a>" -msgstr "<strong> Pot să solicit informaţii despre mine însumi?</strong>\\n\t\t\t<a href=\"%s\">Nu! (Click aici pentur detalii)</a>" +msgid "<strong> Can I request information about myself?</strong>\\n\t\t\t<a href=\"{{url}}\">No! (Click here for details)</a>" +msgstr "<strong> Pot să solicit informaţii despre mine însumi?</strong>\\n\t\t\t<a href=\"{{url}}\">Nu! (Click aici pentur detalii)</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>comentariu_de:tony_bowden</code></strong> pentru a cauta adnotări făcute de Tony Bowden, tastaţi numele aşa cum apare în URL." @@ -283,10 +254,10 @@ msgid "<strong>Note:</strong> You're sending a message to yourself, presumably\\ msgstr "<strong>Notă:</strong> Ți-ai trimis un mesaj, probabil\\n pentru a afla cum funcționează." 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 "<strong>Notă:</strong>\\n Vă vom trimite un email către noua dvs. adresă de email. Urmaţi instrucţiunile \\n din acesta pentru a confirma schimbarea emailului dvs." +msgstr "<strong>Notă:</strong>\\n Vom trimite un email către noua ta adresă de email. Urmărește instrucţiunile \\n din acesta pentru a confirma schimbarea emailului tău." -msgid "<strong>Privacy note:</strong> If you want to request private information about\\n yourself then <a href=\"%s\">click here</a>." -msgstr "<strong>Notă de confidențialitate:</strong> Dacă dorești să soliciți informații personale despre\\n tine atunci <a href=\"%s\">apasă aici</a>." +msgid "<strong>Privacy note:</strong> If you want to request private information about\\n yourself then <a href=\"{{url}}\">click here</a>." +msgstr "<strong>Notă de confidențialitate:</strong> Dacă dorești să soliciți informații personale despre\\n tine atunci <a href=\"{{url}}\">apasă aici</a>." 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>Notă de confidențialitate:</strong> Poza ta va fi făcută publică pe Internet,\\n oriunde vei posta ceva pe {{site_name}}." @@ -313,7 +284,10 @@ msgid "A <strong>summary</strong> of the response if you have received it by pos msgstr "<strong>Un rezumat</strong> al răspunsului, daca l-aţi primit prin poştă." msgid "A Freedom of Information request" -msgstr "O cerere Libertatea de Informare" +msgstr "O cerere de acces la informații" + +msgid "A full history of my FOI request and all correspondence is available on the Internet at this address: {{url}}" +msgstr "" 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 "O nouă cerere <em><a href=\"{{request_url}}\">{{request_title}}</a></em>, a fost trimisă către {{public_body_name}} de către{{info_request_user}} la {{date}}." @@ -328,17 +302,26 @@ msgid "A strange reponse, required attention by the {{site_name}} team" msgstr "Un raspuns ciudat, care necesita analiza din partea echipei {{site_name}} " msgid "A vexatious request" -msgstr "" +msgstr "Solicitare jignitoare" msgid "A {{site_name}} user" msgstr "Un utilizator al {{site_name}} " msgid "About you:" -msgstr "Despre dvs:" +msgstr "Despre tine:" msgid "Act on what you've learnt" msgstr "Actţonează conform a ceea ce ai învăţat." +msgid "Acts as xapian/acts as xapian job" +msgstr "" + +msgid "ActsAsXapian::ActsAsXapianJob|Action" +msgstr "" + +msgid "ActsAsXapian::ActsAsXapianJob|Model" +msgstr "" + msgid "Add an annotation" msgstr "Adaugă o adnotare." @@ -376,13 +359,13 @@ msgid "All the options below can use <strong>variety</strong> or <strong>latest_ msgstr "Toate opţiunile de mai jos pot utiliza <strong>varietatea </strong> sau de doua puncte :. De exemplu, <strong>varietate:trimis</strong> va întruni toate cererile care <em>ever</em> au fost trimise; <strong>ultima_varietate:trimis</strong> va întruni numai cererile care sunt <em>în acest moment</em> marcate ca trimise." msgid "Also called {{other_name}}." -msgstr "Deasemenea numit şi {{other_name}}." +msgstr "De asemenea numit şi {{other_name}}." msgid "Also send me alerts by email" -msgstr "Deasemenea trimiteţi-mi alerte prin email" +msgstr "De asemenea trimiteţi-mi alerte prin email" msgid "Alter your subscription" -msgstr "Modificaţi subscripţia dvs. " +msgstr "Modifică-ți subscripţia " msgid "Although all responses are automatically published, we depend on\\nyou, the original requester, to evaluate them." msgstr "Deși toate răspunsurile sunt publicate automat, depindem de \\ntine, ca solicitant, pentru a le putea evalua." @@ -406,7 +389,7 @@ msgid "Annotations" msgstr "Adnotări" msgid "Annotations are so anyone, including you, can help the requester with their request. For example:" -msgstr "Adnotările sunt astfel făcute încât oricine, incusiv dvs. , să poată ajuta solicitantul cu privire la cererea sa. De exemplu:" +msgstr "Adnotările sunt astfel făcute încât oricine, incusiv tu. , să poată ajuta solicitantul cu privire la cererea sa. De exemplu:" msgid "Annotations will be posted publicly here, and are\\n <strong>not</strong> sent to {{public_body_name}}." msgstr "Adnotările vor fi făcute publice aici și\\n <strong>nu</strong> sunt trimise către {{public_body_name}}." @@ -418,13 +401,19 @@ msgid "Anyone:" msgstr "Oricine:" msgid "Applies to" -msgstr "" +msgstr "Se aplică la" + +msgid "Are we missing a public authority?" +msgstr "Ne lipseşte o autoritate publică?" + +msgid "Are you the owner of any commercial copyright on this page?" +msgstr "Ai un drept de Proprietate Intelectuală asupra vreunei mărci de pe pagina aceasta?" msgid "Ask for <strong>specific</strong> documents or information, this site is not suitable for general enquiries." -msgstr "Cereţi documente sau informaţii <strong> precise </strong>, acest site nu este potrivit pentru cereri generale." +msgstr "Cere documente sau informaţii <strong>precise</strong>, acest site nu este potrivit pentru solicitări generale." -msgid "At the bottom of this page, write a reply to them trying to persuade them to scan it in\\n (<a href=\"%s\">more details</a>)." -msgstr "În josul acestei pagini, scrie un răspuns către aceștia, prin care să îi convingi să scaneze (<a href=\"%s\">mai multe detalii</a>)." +msgid "At the bottom of this page, write a reply to them trying to persuade them to scan it in\\n (<a href=\"{{url}}\">more details</a>)." +msgstr "În josul acestei pagini, scrie un răspuns către aceștia, prin care să îi convingi să scaneze (<a href=\"{{url}}\">mai multe detalii</a>)." msgid "Attachment (optional):" msgstr "Ataşamente (optional):" @@ -460,7 +449,10 @@ msgid "By law, {{public_body_link}} should normally have responded <strong>promp msgstr "Conform legii {{public_body_link}} ar fi trebuit să vă răspundă <strong>propmt </strong> si " msgid "Calculated home page" -msgstr "" +msgstr "Calculated home page" + +msgid "Can't find the one you want?" +msgstr "Nu găsești persoana căutată?" msgid "Cancel a {{site_name}} alert" msgstr "Anulaţi o alerta {{site_name}} " @@ -469,7 +461,7 @@ msgid "Cancel some {{site_name}} alerts" msgstr "Anulaţi niste alerte {{site_name}} " msgid "Cancel, return to your profile page" -msgstr "Anulaţi şi reveniti la pagina dvs. de profil" +msgstr "Anulează şi revino la pagina ta de profil" msgid "Censor rule" msgstr "Regula cenzorului" @@ -499,22 +491,22 @@ msgid "Change profile photo" msgstr "Modificaţi poza de profil" msgid "Change the text about you on your profile at {{site_name}}" -msgstr "Modificati textul referitor la profilul dvs. pe {{site_name}}" +msgstr "Modifică textul referitor la profilul tău de pe {{site_name}}" msgid "Change your email" msgstr "Modificati emailul" msgid "Change your email address used on {{site_name}}" -msgstr "Modificaţi emailul dvs utilizat pe {{site_name}}" +msgstr "Modifică emailul utilizat pe {{site_name}}" msgid "Change your password" msgstr "Modificaţi parola" msgid "Change your password on {{site_name}}" -msgstr "Modificaţi parola dvs. pe {{site_name}}" +msgstr "Modifică-ţi parola pe {{site_name}}" msgid "Change your password {{site_name}}" -msgstr "Modificaţi parola dvs. pe {{site_name}}" +msgstr "Modifică parola ta pe {{site_name}}" msgid "Charity registration" msgstr "Înregistrare ONG" @@ -532,10 +524,10 @@ msgid "Clarification" msgstr "Clarificare" msgid "Clarify your FOI request - " -msgstr "Clarificaţi cererea dvs. FOI - " +msgstr "Clarifică solicitarea de acces la informații - " msgid "Classify an FOI response from " -msgstr "Clasificaţi un formular de răspuns FOI" +msgstr "Clasificaţi un formular de răspuns pentru o solicitare de acces la informații" msgid "Clear photo" msgstr "Şterge poza" @@ -544,7 +536,7 @@ msgid "Click on the link below to send a message to {{public_body_name}} telling msgstr "Apasă pe link-ul de mai jos pentru a trimite un mesaj către {{public_body_name}} prin care să ceri un răspuns la solicitarea ta. Poți cere și o evaluare\\ninternă, pentru a afla de ce răspunsul la solicitare a ajuns atât de greu." msgid "Click on the link below to send a message to {{public_body}} reminding them to reply to your request." -msgstr "Faceţi click pe link-ul de mai jos pentru a trimite un mesaj către {{public_body}} pentru a-i reaminti să răspunda la cererea dvs." +msgstr "Faceţi click pe link-ul de mai jos pentru a trimite un mesaj către {{public_body}} și a-i reaminti să răspundă la solicitarea ta" msgid "Close" msgstr "Închide" @@ -565,16 +557,16 @@ msgid "Comment|Visible" msgstr "Comentariu |Vizibil" msgid "Confirm you want to follow all successful FOI requests" -msgstr "Confirmaţi că doriţi să urmăriţi toate cererile FOI reuşite" +msgstr "Confirmă că dorești să urmărești toate solicitările de acces la informații reuşite" msgid "Confirm you want to follow new requests" msgstr "Confirmaţi că doriţi să urmăriţi noi cereri" msgid "Confirm you want to follow new requests or responses matching your search" -msgstr "Confirmați că doriți să urmăriți noi cereri sau răspunsuri care corespund căutării dvs." +msgstr "Confirmă că dorești să urmărești noi solicitări sau răspunsuri care corespund căutării tale" msgid "Confirm you want to follow requests by '{{user_name}}'" -msgstr "Confirmați că doriți să urmăriți cererile făcute de '{{user_name}}'" +msgstr "Confirmă că dorești să urmărești solicitările făcute de '{{user_name}}'" msgid "Confirm you want to follow requests to '{{public_body_name}}'" msgstr "Confirmă că dorești să urmărești solicitările către '{{public_body_name}}'" @@ -583,19 +575,19 @@ msgid "Confirm you want to follow the request '{{request_title}}'" msgstr "Confirmă că dorești să urmărești solicitarea '{{request_title}}'" msgid "Confirm your FOI request to " -msgstr "Confirmaţi cererea dvs. FOI" +msgstr "Confirmă solicitarea ta de acces la informații" msgid "Confirm your account on {{site_name}}" -msgstr "Confirmati contul dvs pe {{site_name}}" +msgstr "Confirmă-ți contul pe {{site_name}}" msgid "Confirm your annotation to {{info_request_title}}" -msgstr "Confirmaţi adnotarea dvs. la {{info_request_title}}" +msgstr "Confirmă-ţi adnotarea la {{info_request_title}}" msgid "Confirm your email address" -msgstr "Confirmaţi adresa dvs. de email" +msgstr "Confirmă adresa ta de email" msgid "Confirm your new email address on {{site_name}}" -msgstr "Confirmaţi noua dvs. adresă de email pe {{site_name}}" +msgstr "Confirmă noua ta adresă de email pe {{site_name}}" msgid "Considered by administrators as not an FOI request and hidden from site." msgstr "Considerat de către administratori ca nefiind o solicitare de acces la informații și ascuns de pe site." @@ -616,7 +608,7 @@ msgid "Couldn't understand the image file that you uploaded. PNG, JPEG, GIF and msgstr "Nu se poate prelua imaginea pe care aţi încarcat-o. PNG, JPEG, GIF și multe alte formate de imagini sunt acceptate." msgid "Crop your profile photo" -msgstr "Decupaţi poza dvs. de profil" +msgstr "Decupează poza ta de profil" msgid "Cultural sites and built structures (as they may be affected by the\\n environmental factors listed above)" msgstr "Situri culturale şi structuri construite (pentru că ar putea fi afectate de\\nfactorii de mediu listaţi mai sus)" @@ -627,14 +619,17 @@ msgstr "În acest moment <strong>asteptăm un răspuns</strong> de la {{public_b msgid "Date:" msgstr "Data:" +msgid "Dear {{name}}," +msgstr "" + msgid "Dear {{public_body_name}}," -msgstr "Stimate {{public_body_name}}," +msgstr "Stimată {{public_body_name}}," msgid "Default locale" -msgstr "" +msgstr "Default locale" msgid "Delayed response to your FOI request - " -msgstr "Amânare răspuns la cererea dvs. FOI" +msgstr "Amânare răspuns la cererea ta de acces la informații - " msgid "Delayed." msgstr "Amânat." @@ -643,7 +638,7 @@ msgid "Delivery error" msgstr "Eroare de livrare" msgid "Destroy {{name}}" -msgstr "" +msgstr "Distruge {{name}}" msgid "Details of request '" msgstr "Detaliile cererii" @@ -658,10 +653,10 @@ msgid "Disclosure log" msgstr "Disclosure log" msgid "Disclosure log URL" -msgstr "" +msgstr "Disclosure log URL" msgid "Don't want to address your message to {{person_or_body}}? You can also write to:" -msgstr "Nu doriţi să adresati mesajul dvs. lui {{person_or_body}}? Puteţi de asemenea să-i scrieţi lui:" +msgstr "Nu dorești să adresezi mesajul către {{person_or_body}}? Poți de asemenea să scrii la:" msgid "Done" msgstr "Efectuat" @@ -679,7 +674,7 @@ msgid "EIR" msgstr "EIR" msgid "Edit" -msgstr "" +msgstr "Editare" msgid "Edit and add <strong>more details</strong> to the message above,\\n explaining why you are dissatisfied with their response." msgstr "Editează și adaugă <strong>mai multe detalii</strong> la mesajul de mai sus, \\n explicând de ce nu ești mulțumit de răspunsul lor." @@ -705,8 +700,8 @@ msgstr "Trimiteţi-mi un email cu privire la actualizări ale acestei cereri." msgid "Enter words that you want to find separated by spaces, e.g. <strong>climbing lane</strong>" msgstr "Introduceţi cuvintele pe care doriti să le găsiţi separate de spaţii, de ex. <strong>pista de urcare</strong>" -msgid "Enter your response below. You may attach one file (use email, or\\n <a href=\"%s\">contact us</a> if you need more)." -msgstr "Introdu mai jos răspunsul tău. Poți atașa un fișier (folosește email-ul sau\\n <a href=\"%s\">contactează-ne</a> dacă vrei să atașezi mai multe)." +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 "Introdu mai jos răspunsul tău. Poți atașa un fișier (folosește email-ul sau\\n <a href=\"{{url}}\">contactează-ne</a> dacă vrei să atașezi mai multe)." msgid "Environmental Information Regulations" msgstr "Reglementări Informaţii de Mediu" @@ -724,22 +719,22 @@ msgid "Event history details" msgstr "Istoric evenimente detaliat" msgid "Event {{id}}" -msgstr "" +msgstr "Eveniment {{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 forever (<a href=\"%s\">why?</a>)." -msgstr "Tot ce introduci pe această pagină, inclusiv <strong>numele tău</strong>, \\n va fi <strong>făcut public</strong> pe\\n acest website permanent (<a href=\"%s\">de ce?</a>)." +msgid "Everything that you enter on this page, including <strong>your name</strong>,\\n will be <strong>displayed publicly</strong> on\\n this website forever (<a href=\"{{url}}\">why?</a>)." +msgstr "Tot ce introduci pe această pagină, inclusiv <strong>numele tău</strong>, \\n va fi <strong>făcut public</strong> pe\\n acest website permanent (<a href=\"{{url}}\">de ce?</a>)." -msgid "Everything that you enter on this page\\n will be <strong>displayed publicly</strong> on\\n this website forever (<a href=\"%s\">why?</a>)." -msgstr "Tot ceea ce postezi pe această pagină \\n va fi <strong>făcut public</strong> pe\\n acest website permanent (<a href=\"%s\">de ce?</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 "Tot ceea ce postezi pe această pagină \\n va fi <strong>făcut public</strong> pe\\n acest website permanent (<a href=\"{{url}}\">de ce?</a>)." msgid "FOI" -msgstr "FOI" +msgstr "solicitare de acces la informații" msgid "FOI email address for {{public_body}}" msgstr "Adresa de email pentru solicitare {{public_body}}" msgid "FOI request – {{title}}" -msgstr "" +msgstr "Solicitare de informații – {{title}}" msgid "FOI requests" msgstr "Solicitare de informații" @@ -751,31 +746,34 @@ msgid "FOI requests {{start_count}} to {{end_count}} of {{total_count}}" msgstr "Solicitări de informații de la {{start_count}} la {{end_count}} din {{total_count}}" msgid "FOI response requires admin ({{reason}}) - {{title}}" -msgstr "Răspunsul FOI necesită ({{reason}}) - {{title}} administratorului" +msgstr "Răspunsul la solicitare necesită ({{reason}}) - {{title}} administratorului" msgid "Failed to convert image to a PNG" msgstr "Eroare la convertirea imaginii în PNG" -msgid "Failed to convert image to the correct size: at %{cols}x%{rows}, need %{width}x%{height}" -msgstr "Eroare la conversia imaginii la mărimea corectă: la %{cols}x%{rows}, trebuie %{width}x%{height}" +msgid "Failed to convert image to the correct size: at {{cols}}x{{rows}}, need {{width}}x{{height}}" +msgstr "Eroare la conversia imaginii la mărimea corectă: la {{cols}}x{{rows}}, trebuie {{width}}x{{height}}" msgid "Filter" msgstr "Filtrare" -msgid "First, type in the <strong>name of the UK public authority</strong> you'd \\n like information from. <strong>By law, they have to respond</strong>\\n (<a href=\"%s#%s\">why?</a>)." -msgstr "Mai întâi, introdu <strong>numele autorității publice</strong> de la care ai \\n avea nevoie de informații. <strong>Potrivit legii, trebuie să îți răspundă</strong>\\n (<a href=\"%s#%s\">de ce?</a>)." +msgid "First, did your other requests succeed?" +msgstr "" + +msgid "First, type in the <strong>name of the UK public authority</strong> you'd\\n like information from. <strong>By law, they have to respond</strong>\\n (<a href=\"{{url}}\">why?</a>)." +msgstr "Mai întâi, introdu <strong>numele autorității publice</strong> de la care ai \\n avea nevoie de informații. <strong>Potrivit legii, trebuie să îți răspundă</strong>\\n (<a href=\"{{url}}\">de ce?</a>)." msgid "Foi attachment" -msgstr "Ataşament FOI" +msgstr "Ataşament solicitare" msgid "FoiAttachment|Charset" msgstr "Ataşament solicitare de informații|Setul de caractere" msgid "FoiAttachment|Content type" -msgstr "Ataşament FOI|Conţinut" +msgstr "Ataşament solicitare|Tip conţinut" msgid "FoiAttachment|Display size" -msgstr "Ataşament FOI|Mărime afişare" +msgstr "Ataşament solicitare|Mărime afişare" msgid "FoiAttachment|Filename" msgstr "Ataşament FOI|Nume fişier" @@ -843,11 +841,11 @@ msgstr "Pentru motive necunoscute, nu este posibil să facem o cerere către ace msgid "Forgotten your password?" msgstr "Aţi uitat parola ?" -msgid "Found %d public authority %s" -msgid_plural "Found %d public authorities %s" -msgstr[0] "Găsit %d autoritate publică %s" -msgstr[1] "Găsit %d autorităţi publice %s" -msgstr[2] "Găsit %d autorităţi publice %s" +msgid "Found {{count}} public authority {{description}}" +msgid_plural "Found {{count}} public authorities {{description}}" +msgstr[0] "Găsit {{count}} autoritate publică {{description}}" +msgstr[1] "Găsit {{count}} autorităţi publice {{description}}" +msgstr[2] "Găsit autorităţi publice {{description}}" msgid "Freedom of Information" msgstr "Libertatea de Informare" @@ -871,7 +869,7 @@ msgid "Freedom of Information requests made by this person" msgstr "Cereri \"Libertatea de informare\" făcute de această persoană" msgid "Freedom of Information requests made by you" -msgstr "Cereri \"Libertatea de informare\" făcute de dvs." +msgstr "Solicitări de acces la informații făcute de tine" msgid "Freedom of Information requests made using this site" msgstr "Cereri \"Libertatea de informare\" făcute utilizănd acest site" @@ -882,18 +880,30 @@ msgstr "Cereri \"Libertatea de informare\" făcute către" msgid "From" msgstr "De la" -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=\"%s\">send it to us</a>." -msgstr "De la pagina solicitării, încearcă să răspunzi unui mesaj particular, mai curând decât să trimiţi\\n un follow up general. Dacă ai nevoie să faci un follow up general şi ştii\\n un email care ar merge în locul potrivit, te rugăm <a href=\"%s\">să ni-l trimiţi</a>." +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 "De la pagina solicitării, încearcă să răspunzi unui mesaj particular, mai curând decât să trimiţi\\n un follow up general. Dacă ai nevoie să faci un follow up general şi ştii\\n un email care ar merge în locul potrivit, te rugăm <a href=\"{{url}}\">să ni-l trimiţi</a>." msgid "From:" msgstr "De la:" msgid "GIVE DETAILS ABOUT YOUR COMPLAINT HERE" -msgstr "DAŢI DETALII DESPRE PLÂNGEREA DVS. AICI" +msgstr "DĂ DETALII DESPRE PLÂNGEREA TA AICI" msgid "Handled by post." msgstr "Înmânat prin poştă" +msgid "Has tag string/has tag string tag" +msgstr "" + +msgid "HasTagString::HasTagStringTag|Model" +msgstr "" + +msgid "HasTagString::HasTagStringTag|Name" +msgstr "" + +msgid "HasTagString::HasTagStringTag|Value" +msgstr "" + msgid "Hello! You can make Freedom of Information requests within {{country_name}} at {{link_to_website}}" msgstr "Hello! Puteţi face cereri \"Libertatea de informare\" în {{country_name}} la {{link_to_website}}" @@ -915,7 +925,7 @@ msgstr "" "Aveți\\n un moment să o citiți și să ne ajutați astfel să ținem lucrurile în ordine pentru toată lumea?\\n Mulțumim." msgid "Hide request" -msgstr "" +msgstr "Ascunde cererea" msgid "Holiday" msgstr "Vacanţă" @@ -930,7 +940,7 @@ msgid "Home" msgstr "Acasă" msgid "Home page" -msgstr "" +msgstr "Pagina principală" msgid "Home page of authority" msgstr "Website instituție" @@ -947,6 +957,9 @@ msgstr "Solicit <strong>noi informaţii</strong>" msgid "I am requesting an <strong>internal review</strong>" msgstr "Soliciți <strong> o verificare internă</strong>" +msgid "I am writing to request an internal review of {{public_body_name}}'s handling of my FOI request '{{info_request_title}}'." +msgstr "" + msgid "I don't like these ones — give me some more!" msgstr "Nu îmi plac acestea — daţi-mi mai multe!" @@ -981,37 +994,37 @@ msgid "I've received an <strong>error message</strong>" msgstr "Am primit <strong>un mesaj de eroare</strong>" msgid "I've received an error message" -msgstr "" +msgstr "Am primit un mesaj de eroare" msgid "Id" -msgstr "" +msgstr "Id" -msgid "If the address is wrong, or you know a better address, please <a href=\"%s\">contact us</a>." -msgstr "Dacă adresa este greşită sau dacă cunoaşteţi o altă adresă, vă rugăm <a href=\"%s\">să ne contactaţi</a>." +msgid "If the address is wrong, or you know a better address, please <a href=\"{{url}}\">contact us</a>." +msgstr "Dacă adresa este greşită sau dacă cunoaşteţi o altă adresă, vă rugăm <a href=\"{{url}}\">să ne contactaţi</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 "Dacă eroarea a fost una determinată de eșecul livrării și poți să găsești o adresă pentru solicitări de informații pentru această autoritate, te rugăm să ne transmiți utilizând formularul de mai jos." 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 "Dacă acesta este inexact sau dacă dorești să trimiți un răspuns cu întârziere la solicitare \\nsau un email legat de un alt subiect către {{user}}, te rugăm\\n să ne trimiți un email {{contact_email}} pentru asistență." -msgid "If you are dissatisfied by the response you got from\\n the public authority, you have the right to\\n complain (<a href=\"%s\">details</a>)." -msgstr "Dacă ești nemulțumit de răspunsul primit de la\\n instituția publică, ai dreptul de a\\n face o plângere (<a href=\"%s\">detalii</a>)." +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 "Dacă ești nemulțumit de răspunsul primit de la\\n instituția publică, ai dreptul de a\\n face o plângere (<a href=\"{{url}}\">detalii</a>)." -msgid "If you are still having trouble, please <a href=\"%s\">contact us</a>." -msgstr "Dacă aveţi în continuare probleme, vă rugăm <a href=\"%s\"> să ne contactaţi</a>." +msgid "If you are still having trouble, please <a href=\"{{url}}\">contact us</a>." +msgstr "Dacă aveţi în continuare probleme, vă rugăm <a href=\"{{url}}\"> să ne contactaţi</a>." -msgid "If you are the requester, then you may <a href=\"%s\">sign in</a> to view the request." -msgstr "Dacă sunteţi solicitantul, atunci trebuie să <a href=\"%s\">vă logaţi</a> pentru a vedea cererea." +msgid "If you are the requester, then you may <a href=\"{{url}}\">sign in</a> to view the request." +msgstr "Dacă sunteţi solicitantul, atunci trebuie să <a href=\"{{url}}\">vă logaţi</a> pentru a vedea cererea." -msgid "If you are thinking of using a pseudonym,\\n please <a href=\"%s\">read this first</a>." -msgstr "Dacă dorești să folosești un pseudonim,\\n te rugăm <a href=\"%s\">să citești întâi asta</a>." +msgid "If you are thinking of using a pseudonym,\\n please <a href=\"{{url}}\">read this first</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 "If you are {{user_link}}, please" msgstr "Dacă sunteţi{{user_link}}, vă rugăm" msgid "If you believe this request is not suitable, you can report it for attention by the site administrators" -msgstr "Dacă dvs. consideraţi ca această cerere nu este potrivită, puteţi să o raportaţi spre atenţia administratorilor" +msgstr "Dacă tu consideri ca această solicitare nu este potrivită, poţi să o raportezi spre atenţia administratorilor" 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 "Dacă nu îl poți accesa direct din email, va trebui să <strong>îl selectezi și să îl copiezi\\n</strong> direct în browser." @@ -1047,7 +1060,7 @@ msgid "If your browser is set to accept cookies and you are seeing this message, msgstr "Dacă browser-ul tău este setat să accepte cookies și poți vedea acest mesaj, \\natunci probabil există o defecțiune la serverul nostru." msgid "Incoming email address" -msgstr "" +msgstr "Adresă de email pentru intrare" msgid "Incoming message" msgstr "Mesaj primit" @@ -1164,7 +1177,7 @@ msgid "Items matching the following conditions are currently displayed on your w msgstr "Subiectele care corespund următoarelor condiții sunt afișate pe pagina ta" msgid "Items sent in last month" -msgstr "" +msgstr "Itemi transmiși în ultima lună" msgid "Joined in" msgstr "Înscris în" @@ -1173,10 +1186,10 @@ msgid "Joined {{site_name}} in" msgstr "Înscris în {{site_name}} în" msgid "Just one more thing" -msgstr "" +msgstr "Încă un singur lucru" -msgid "Keep it <strong>focused</strong>, you'll be more likely to get what you want (<a href=\"%s\">why?</a>)." -msgstr "Rămâneţi <strong> atent</strong>, este foarte probabil să obţineţi ceea ce doriţi (<a href=\"%s\">why?</a>)." +msgid "Keep it <strong>focused</strong>, you'll be more likely to get what you want (<a href=\"{{url}}\">why?</a>)." +msgstr "Fă o solicitare <strong> la obiect</strong>, va fi mai probabil să obții ceea ce vrei (<a href=\"{{url}}\">why?</a>)." msgid "Keywords" msgstr "Cuvinte cheie" @@ -1194,25 +1207,25 @@ msgid "Link to this" msgstr "Link către aceasta" msgid "List all" -msgstr "" +msgstr "Listează tot" msgid "List of all authorities (CSV)" msgstr "Lista tuturor autorităţilor (CSV)" msgid "Listing FOI requests" -msgstr "" +msgstr "Afişare solicitări de acces la informații" msgid "Listing public authorities" -msgstr "" +msgstr "Afişare autorităţi publice" msgid "Listing public authorities matching '{{query}}'" -msgstr "" +msgstr "Lista autorităților publice care corespund '{{query}}'" msgid "Listing tracks" -msgstr "" +msgstr "Lista înregistrărilor" msgid "Listing users" -msgstr "" +msgstr "Lista utilizatorilor" msgid "Log in to download a zip file of {{info_request_title}}" msgstr "Logaţi-vă pentru a descărca un fişier .zip al {{info_request_title}}" @@ -1244,26 +1257,23 @@ msgstr "MailServerLog|Line" msgid "MailServerLog|Order" msgstr "MailServerLog|Order" -msgid "Make a new <strong>Environmental Information</strong> request" -msgstr "Faceţi o nouă cerere de <strong> Informaţii de Mediu</strong> " - -msgid "Make a new <strong>Freedom of Information</strong> request to {{public_body}}" -msgstr "Faceţi o nouă cerere de <strong> Informaţii FOI</strong> către {{public_body}}" - msgid "Make a new<br/>\\n <strong>Freedom <span>of</span><br/>\\n Information<br/>\\n request</strong>" msgstr "Faceți o nouă<br/>\\n <strong>solicitare <span>de</span><br/>\\n informații<br/>\\de interes public</strong>" msgid "Make a request" msgstr "Faceţi o cerere" +msgid "Make a request to this authority" +msgstr "" + msgid "Make an {{law_used_short}} request to '{{public_body_name}}'" msgstr "Faceţi o nouă cerere {{law_used_short}} către '{{public_body_name}}'" msgid "Make and browse Freedom of Information (FOI) requests" -msgstr "Faceţi şi vizualizaţi cereri de Informaţii (FOI) requests" +msgstr "Faceţi şi vizualizaţi solicitări de acces la informații" msgid "Make your own request" -msgstr "Faceţi cererea dvs. proprie" +msgstr "Fă propria ta solicitare" msgid "Many requests" msgstr "Multe cereri" @@ -1308,10 +1318,10 @@ msgid "Name is already taken" msgstr "Numele este deja folosit" msgid "New Freedom of Information requests" -msgstr "O nouă cerere FOI" +msgstr "O nouă solicitare de acces la informații" msgid "New censor rule" -msgstr "" +msgstr "Nouă regulă de cenzurare" msgid "New e-mail:" msgstr "E-mail nou:" @@ -1329,10 +1339,10 @@ msgid "New response to '{{title}}'" msgstr "Răspuns nou la '{{title}}'" msgid "New response to your FOI request - " -msgstr "Răspuns nou la cererea dvs FOI -" +msgstr "Răspuns nou la cererea ta de acces la informații - " msgid "New response to your request" -msgstr "Răspuns nou la cererea dvs." +msgstr "Răspuns nou la cererea ta" msgid "New response to {{law_used_short}} request" msgstr "Răspuns nou la cererea {{law_used_short}} " @@ -1347,7 +1357,7 @@ msgid "Next" msgstr "Următorul" msgid "Next, crop your photo >>" -msgstr "În continuare, decupaţi poza dvs. >>" +msgstr "În continuare, decupează-ți poza >>" msgid "No requests of this sort yet." msgstr "Nici o cerere de acest tip încă." @@ -1359,10 +1369,10 @@ msgid "No similar requests found." msgstr "Nu s-au găsit cereri similare." msgid "No tracked things found." -msgstr "" +msgstr "Nu au fost găsite înregistrări." msgid "Nobody has made any Freedom of Information requests to {{public_body_name}} using this site yet." -msgstr "Nimeni nu a făcut încă o cerere FOI către {{public_body_name}} utilizând acest site" +msgstr "Nimeni nu a făcut încă o solicitare de acces la informații către {{public_body_name}} utilizând acest site." msgid "None found." msgstr "Nimic găsit." @@ -1371,22 +1381,22 @@ msgid "None made." msgstr "Nimic făcut." msgid "Not a valid FOI request" -msgstr "" +msgstr "Nu este o solicitare de informații validă" 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ți că solicitantul nu va fi notificat cu privire la adnotarea dvs deoarece cerere a fost publictă de către {{public_body_name}} în numele lor." +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." msgid "Now check your email!" msgstr "Verificati-vă email-ul !" msgid "Now preview your annotation" -msgstr "Acum previzualizaţi adnotările dvs." +msgstr "Acum previzualizează adnotările tale" msgid "Now preview your follow up" -msgstr "Acum previzualizaţi urmăririle dvs." +msgstr "Acum previzualizează follow up-ul tău" msgid "Now preview your message asking for an internal review" -msgstr "Acum previzualizaţi mesajul dvs. cerând o revizuire internă." +msgstr "Acum previzualizează mesajul tău cerând o revizuire internă." msgid "OR remove the existing photo" msgstr "SAU înlocuiţi poza existentă" @@ -1395,7 +1405,7 @@ msgid "Offensive? Unsuitable?" msgstr "Ofensator ? Nepotrivit ?" msgid "Oh no! Sorry to hear that your request was refused. Here is what to do now." -msgstr "Oh nu! Ne pare rău că cererea dvs. a fost refuzată. Iată ce e de făcut acum." +msgstr "Oh nu! Ne pare rău că solicitarea ta a fost refuzată. Iată ce e de făcut acum." msgid "Old e-mail:" msgstr "Emailul vechi:" @@ -1410,7 +1420,7 @@ msgid "On this page" msgstr "Pe această pagină" msgid "One FOI request found" -msgstr "O cerere FOI găsită" +msgstr "O solicitare găsită" msgid "One person found" msgstr "O persoană găsită" @@ -1419,7 +1429,7 @@ msgid "One public authority found" msgstr "O autoritate publică găsită" 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 "Utilizează doar abrevieri care sunt foarte utilizate, altfel lasă câmpul necompletat. Numele scurt sau lung este utilizat în URL - nu îți face griji de ruperea URL-urilor prin redenumire, întrucât istoricul este utilizat pentru redirecționări" msgid "Only requests made using {{site_name}} are shown." msgstr "Numai cererile facute utilizând {{site_name}} sunt afişate." @@ -1479,7 +1489,7 @@ msgid "People {{start_count}} to {{end_count}} of {{total_count}}" msgstr "Oameni de la {{start_count}} la {{end_count}} din {{total_count}}" msgid "Photo of you:" -msgstr "Poza dvs. :" +msgstr "Poza ta:" msgid "Plans and administrative measures that affect these matters" msgstr "Planuri şi măsuri administrative care afectează aceste probleme" @@ -1493,8 +1503,8 @@ msgstr "Jucaţi categorisirea cerută!" msgid "Please" msgstr "Vă rugăm" -msgid "Please <a href=\"%s\">get in touch</a> with us so we can fix it." -msgstr "Vă rugăm <a href=\"%s\"> staţi în legătură</a> cu noi, ca să o rezolvăm." +msgid "Please <a href=\"{{url}}\">get in touch</a> with us so we can fix it." +msgstr "Vă rugăm <a href=\"{{url}}\"> staţi în legătură</a> cu noi, ca să o rezolvăm." msgid "Please <strong>answer the question above</strong> so we know whether the " msgstr "Vă rugăm <strong>răspundeţi la întrebarea de mai sus</strong> asftel încât să ştim dacă " @@ -1503,7 +1513,7 @@ msgid "Please <strong>go to the following requests</strong>, and let us\\n msgstr "Te rugăm <strong>accesează aceste solicitări</strong>, și anunță-ne\\n dacă au fost transmise informații prin ultimele răspunsuri la acestea." 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 "Vă rugăm scrieţi <strong>numai</strong> mesaje direct legate de cererea dvs. {{request_link}}. Dacă doriţi să cereţi informaţii care nu au fost în cererea dvs originală, atunci <a href=\"{{new_request_link}}\"> emiteţi o nouă cerere</a>." +msgstr "Te rugăm să scrii <strong>numai</strong> mesaje direct legate de solicitarea ta {{request_link}}. Dacă dorești să ceri informaţii care nu au fost în solicitarea ta originală, atunci <a href=\"{{new_request_link}}\"> emite o nouă solicitare</a>." msgid "Please ask for environmental information only" msgstr "Vă rugăm cereţi doar informaţii de mediu" @@ -1512,7 +1522,10 @@ msgid "Please check the URL (i.e. the long code of letters and numbers) is copie msgstr "Te rugăm să verifici dacă URL-ul a fost copiat\\n corect din email-ul tău." msgid "Please choose a file containing your photo." -msgstr "Vă rugăm alegeţi un fisier care conţine poza dvs." +msgstr "Te rugăm să alegi un fișier care conţine poza ta." + +msgid "Please choose a reason" +msgstr "" msgid "Please choose what sort of reply you are making." msgstr "Vă rugăm alegeţi ce tip de răspuns faceţi." @@ -1527,10 +1540,10 @@ msgid "Please click on the link below to confirm that you want to \\nchange the msgstr "Te rugăm să accesezi link-ul de mai jos pentru a confirma \\nschimbarea adresei de email folosită pentru {{site_name}}\\ndin {{old_email}} în {{new_email}}" msgid "Please click on the link below to confirm your email address." -msgstr "Vă rugăm daţi click pe link-ul de mai jos pentru a confirma adresa dvs. de email." +msgstr "Te rugăm să dai click pe link-ul de mai jos pentru a confirma adresa ta de email." 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 "Vă rugăm descrieţi mai pe larg despre ce este vorba în cerere. Nu este necesar să spuneţi ca este o cerere FOI, vom adăuga aceasta oricum." +msgstr "Te rugăm să descrii mai pe larg despre ce este vorba în subiect. Nu este necesar să precizezi că este o solicitare de acces la informații, vom adăuga aceasta oricum." msgid "Please don't upload offensive pictures. We will take down images\\n that we consider inappropriate." msgstr "Te rugăm să nu încarci pe site poze ofensatoare. Vom șterge imaginile\\n pe care le considerăm neadecvate." @@ -1545,7 +1558,7 @@ msgid "Please enter a subject" msgstr "Vă rugăm introduceţi un subiect" msgid "Please enter a summary of your request" -msgstr "Vă rugăm introduceţi un rezumat al cererii dvs." +msgstr "Te rugăm să introduci un rezumat al solicitării tale" msgid "Please enter a valid email address" msgstr "Vă rugăm introduceţi o adresă de email validă" @@ -1557,31 +1570,31 @@ msgid "Please enter the same password twice" msgstr "Vă rugăm introduceţi aceeaşi parolă de două ori" msgid "Please enter your annotation" -msgstr "Vă rugăm introduceţi adnotările dvs." +msgstr "Te rugăm să introduci adnotările tale" msgid "Please enter your email address" -msgstr "Vă rugăm introduceţi adresa dvs. de email" +msgstr "Te rugăm să introduci adresa ta de email" msgid "Please enter your follow up message" msgstr "Vă rugăm introduceţi mesajele de tip follow up" msgid "Please enter your letter requesting information" -msgstr "Vă rugăm introduceţi scrisoarea dvs. de cerere de informaţii" +msgstr "Te rugăm să introduci scrisoarea ta prin care soliciți informaţii" msgid "Please enter your name" -msgstr "Vă rugăm introduceţi numele dvs." +msgstr "Te rugăm să îți introduci numele" msgid "Please enter your name, not your email address, in the name field." -msgstr "Vă rugăm introduceţi numele dvs., nu adresa dvs. de email în câmpul nume" +msgstr "Te rugăm să îți introduci numele., nu adresa de email în câmpul nume" msgid "Please enter your new email address" -msgstr "Vă rugăm introduceţi noua dvs. adresă de email" +msgstr "Te rugăm să introduci noua ta adresă de email" msgid "Please enter your old email address" -msgstr "Vă rugăm introduceţi vechea dvs. adresă de email" +msgstr "Te rugăm să introduci vechea ta adresă de email" msgid "Please enter your password" -msgstr "Vă rugăm introduceţi parola dvs." +msgstr "Te rugăm să îți introduci parola" msgid "Please give details explaining why you want a review" msgstr "Vă rugăm să ne oferiţi detalii, explicând de ce doriţi o revizuire." @@ -1595,11 +1608,14 @@ msgstr "Vă rugăm păstraţi rezumatul cât mai scurt, ca în subiectul unui em 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 "Te rugăm să soliciți numai informațiile ce se regăsesc în una din aceste categorii, <strong>nu pierde timpul\\n tău</strong> sau pe cel al instituțiilor solicitând informații irelevante." +msgid "Please pass this on to the person who conducts Freedom of Information reviews." +msgstr "" + msgid "Please select each of these requests in turn, and <strong>let everyone know</strong>\\nif they are successful yet or not." msgstr "Te rugăm să selectezi fiecare solicitare pe rând și <strong>să spui</strong>\\ndacă au primit răspuns sau nu." -msgid "Please sign at the bottom with your name, or alter the \"%{signoff}\" signature" -msgstr "Vă rugăm să vă semnaţi la finalul paginii cu numele dvs. sau modificaţi semnătura \"%{signoff}\" " +msgid "Please sign at the bottom with your name, or alter the \"{{signoff}}\" signature" +msgstr "Te rugăm să semnezi la finalul paginii cu numele tău sau modifică semnătura \"{{signoff}}\" " msgid "Please sign in as " msgstr "Vă rugăm înscrieţi-vă ca" @@ -1608,7 +1624,7 @@ msgid "Please sign in or make a new account." msgstr "Te rugăm să te autentifici sau să te înregistrezi." msgid "Please type a message and/or choose a file containing your response." -msgstr "Vă rugăm scrieţi un mesaj şi/sau alegeţi un fişier care conţine răspunsul dvs." +msgstr "Te rugăm să scrii un mesaj şi/sau să alegi un fişier care conţine răspunsul tău." msgid "Please use this email address for all replies to this request:" msgstr "Vă rugăm utilizaţi aceasta adresă de email pentru toate răspunsurile la aceasta cerere." @@ -1623,10 +1639,10 @@ msgid "Please write your annotation using a mixture of capital and lower case le msgstr "Vă rugăm scrieţi adnotarile utilizând atât litere mici cât şi litere mari. Astfel va fi mai uşor de citit." msgid "Please write your follow up message containing the necessary clarifications below." -msgstr "Vă rugăm scrieţi mesajul dvs de urmărire conţinând clarificările necesare de mai jos" +msgstr "Te rugăm să scrii mesajul tău de follow up conţinând clarificările necesare mai jos." msgid "Please write your message using a mixture of capital and lower case letters. This makes it easier for others to read." -msgstr "Vă rugăm scrieţi mesajul dvs. utilizând atât litere mici cât şi litere mari. Astfel va fi mai uşor de citit." +msgstr "Te rugăm să scrii mesajul tău utilizând atât litere mici cât şi litere mari, după caz. Astfel va fi mai uşor de citit." msgid "Point to <strong>related information</strong>, campaigns or forums which may be useful." msgstr "Îndrumaţi către <strong>informaţii în legătură cu</strong>, campanii sau forumuri care ar putea fi utile." @@ -1674,13 +1690,13 @@ msgid "Preview new annotation on '{{info_request_title}}'" msgstr "Previzualizaţi noi adnotări la '{{info_request_title}}'" msgid "Preview your annotation" -msgstr "Previzualizaţi adnotarea dvs." +msgstr "Previzualizează adnotarea ta" msgid "Preview your message" -msgstr "Previzualizaţi mesajul dvs." +msgstr "Previzualizează mesajul tău" msgid "Preview your public request" -msgstr "Previzualizaţi cererea dvs." +msgstr "Previzualizează solicitarea ta publică" msgid "Profile photo" msgstr "Poza profil" @@ -1701,49 +1717,19 @@ msgid "Public authorities {{start_count}} to {{end_count}} of {{total_count}}" msgstr "Instituții publice de la {{start_count}} la {{end_count}} din {{total_count}}" msgid "Public authority – {{name}}" -msgstr "" +msgstr "Autoritatea publică – {{name}}" msgid "Public body" msgstr "Autoritate publică" -msgid "Public body/translation" -msgstr "Autoritate publică/traducere" - msgid "Public notes" -msgstr "" +msgstr "Note publice" msgid "Public page" -msgstr "" +msgstr "Pagina publică" msgid "Public page not available" -msgstr "" - -msgid "PublicBody::Translation|Disclosure log" -msgstr "PublicBody::Translation|Disclosure log" - -msgid "PublicBody::Translation|First letter" -msgstr "AutoritatePublică::Traducere|Prima literă" - -msgid "PublicBody::Translation|Locale" -msgstr "AutoritatePublică::Traducere|Local" - -msgid "PublicBody::Translation|Name" -msgstr "AutoritatePublică::Traducere|Nume" - -msgid "PublicBody::Translation|Notes" -msgstr "AutoritatePublică::Traducere|Note" - -msgid "PublicBody::Translation|Publication scheme" -msgstr "AutoritatePublică::Traducere|Schema publicaţiei" - -msgid "PublicBody::Translation|Request email" -msgstr "AutoritatePublică::Traducere|Cerere email" - -msgid "PublicBody::Translation|Short name" -msgstr "AutoritatePublică::Traducere|Nume scurt" - -msgid "PublicBody::Translation|Url name" -msgstr "AutoritatePublică::Traducere| Nume URL" +msgstr "Pagină publica indisponibilă" msgid "PublicBody|Api key" msgstr "InstituţiePublică|Api key" @@ -1791,7 +1777,7 @@ msgid "Publication scheme" msgstr "Schema publicaţiilor" msgid "Publication scheme URL" -msgstr "" +msgstr "Publication scheme URL" msgid "Purge request" msgstr "Eliminare cerere" @@ -1838,6 +1824,9 @@ msgstr "Raportare abuz" msgid "Report an offensive or unsuitable request" msgstr "Raportaţi o cerere ofensatoare sau nepotrivită" +msgid "Report request" +msgstr "" + msgid "Report this request" msgstr "Raportaţi această cerere" @@ -1851,7 +1840,7 @@ msgid "Request an internal review from {{person_or_body}}" msgstr "Solicitați o evaluare internă de la {{person_or_body}}" msgid "Request email" -msgstr "" +msgstr "Cere email" msgid "Request has been removed" msgstr "Cererea a fost ştearsă" @@ -1872,7 +1861,7 @@ msgid "Requests for personal information and vexatious requests are not consider msgstr "Solicitările de informații personale și solicitările ofensatoare nu sunt considerate valide pentru scopurile solicitărilor de acces la informații (<a href=\"/help/about\">citește mai multe</a>)." msgid "Requests or responses matching your saved search" -msgstr "Cereri sau răspunsuri care întrunesc căutarea dvs." +msgstr "Solicitări sau răspunsuri care se potrivesc cu căutarea ta" msgid "Respond by email" msgstr "Răspuns prin email" @@ -1881,7 +1870,7 @@ msgid "Respond to request" msgstr "Răspuns la cerere" msgid "Respond to the FOI request" -msgstr "Răspuns la cererea FOI" +msgstr "Răspunde la solicitarea de acces la informații" msgid "Respond using the web" msgstr "Răspuns utilizând Internetul" @@ -1902,7 +1891,7 @@ msgid "Response to this request is <strong>long overdue</strong>." msgstr "Răspunsul la această cerere este <strong> mult peste termen</strong>." msgid "Response to your request" -msgstr "Răspuns la cererea dvs." +msgstr "Răspuns la solicitarea ta" msgid "Response:" msgstr "Răspuns:" @@ -1920,7 +1909,7 @@ msgid "Search" msgstr "Caută" msgid "Search Freedom of Information requests, public authorities and users" -msgstr "Caută cerei FOI, autorităţi publice și utilizatori" +msgstr "Caută solicitări de acces la informații, autorităţi publice și utilizatori" msgid "Search contributions by this person" msgstr "Caută contribuţii de la această persoană" @@ -1943,17 +1932,17 @@ msgstr "Rezultate căutare" msgid "Search the site to find what you were looking for." msgstr "Caută în site pentru a găsi informaţia dorită" -msgid "Search within the %d Freedom of Information requests to %s" -msgid_plural "Search within the %d Freedom of Information requests made to %s" -msgstr[0] "Caută printre cele %d până la %s cereri FOI" -msgstr[1] "Caută printre cele %d până la %s cereri FOI făcute" -msgstr[2] "Caută printre cele %d cereri FOI %s " +msgid "Search within the {{count}} Freedom of Information requests to {{public_body_name}}" +msgid_plural "Search within the {{count}} Freedom of Information requests made to {{public_body_name}}" +msgstr[0] "Caută printre cele {{count}} până la {{public_body_name}} cereri FOI" +msgstr[1] "Caută printre cele {{count}} până la {{public_body_name}} cereri FOI făcute" +msgstr[2] "Caută printre cele {{count}} solicitări de acces la informații făcute către {{public_body_name}} " msgid "Search your contributions" msgstr "Caută contribuţia ta" msgid "See bounce message" -msgstr "" +msgstr "Vezi mesajul întors" msgid "Select one to see more information about the authority." msgstr "Selectaţi una pentru a vedea informaţii despre această autoritate" @@ -1989,7 +1978,7 @@ msgid "Set your profile photo" msgstr "Alege poza de profil" msgid "Short name" -msgstr "" +msgstr "Nume scurt" msgid "Short name is already taken" msgstr "Numele scurt este deja folosit" @@ -2025,7 +2014,7 @@ msgid "Simple search" msgstr "Căutare simplă" msgid "Some notes have been added to your FOI request - " -msgstr "Au fost adăugate câteva note la cererea dvs. FOI" +msgstr "Au fost adăugate câteva note la solicitarea ta de acces la informații - " msgid "Some of the information requested has been received" msgstr "Câteva informaţii solicitate au fost primite" @@ -2034,10 +2023,10 @@ msgid "Some people who've made requests haven't let us know whether they were\\n msgstr "O parte din cei ce au trimis solicitări nu ne-au anunțat dacă acestea au avut sau nu succes. Avem nevoie de <strong>ajutorul și de contribuția</strong> ta;\\nalege un dintre aceste solicitări, citește-o, și spune-ne dacă \\ninformațiile au fost furnizate sau nu. Toată lumea va fi recunoascătoare." msgid "Somebody added a note to your FOI request - " -msgstr "Cineva a adăugat o notă la cererea dvs. FOI" +msgstr "Cineva a adăugat o notă la solicitarea ta de acces la informații - " msgid "Someone has updated the status of your request" -msgstr "Cineva a actualizat starea cererii dvs." +msgstr "Cineva a actualizat starea solicitării tale" msgid "Someone, perhaps you, just tried to change their email address on\\n{{site_name}} from {{old_email}} to {{new_email}}." msgstr "Cineva, probabil tu, tocmai a încercat să schimbe adresa de email de pe \\n{{site_name}} din {{old_email}} în {{new_email}}." @@ -2057,9 +2046,6 @@ msgstr "Scuze, nu am găsit pagina" msgid "Special note for this authority!" msgstr "O notă specială pentru această autoritate!" -msgid "Start" -msgstr "Start" - msgid "Start now »" msgstr "Start acum »" @@ -2085,13 +2071,13 @@ msgid "Submit status" msgstr "Trimite starea" msgid "Submit status and send message" -msgstr "" +msgstr "Transmite statusul și trimite mesaj" msgid "Subscribe to blog" msgstr "Înscriere pentru blog" msgid "Successful Freedom of Information requests" -msgstr "Cereri FOI cu succes" +msgstr "Solicitări de acces la informații care au fost făcute cu succes" msgid "Successful." msgstr "Succes" @@ -2109,7 +2095,7 @@ msgid "Table of varieties" msgstr "Tabelul varietăţilor" msgid "Tags" -msgstr "" +msgstr "Etichete" msgid "Tags (separated by a space):" msgstr "Etichete (separate de spatiu):" @@ -2127,7 +2113,7 @@ msgid "Thank you for making an annotation!" msgstr "Vă mulţumim pentru adnotarea făcută!" 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 "Vă mulţumim pentru răspunsul la această cerere FOI! Răspunsul dvs. a fost publicat mai jos şi un link către răspunsul dvs. a fost trimis prin email către" +msgstr "Vă mulţumim pentru răspunsul la această solicitare de acces la informații! Răspunsul dvs. a fost publicat mai jos şi un link către răspunsul dvs. a fost trimis prin email către" 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 "Vă mulţumim pentru actualizarea stării pentru cererea '<a href=\"{{url}}\">{{info_request_title}}</a>'. Mai există câteva cereri mai jos pe care ar trebui să le clasificaţi." @@ -2139,7 +2125,7 @@ msgid "Thank you for updating your profile photo" msgstr "Mulţumim pentru actualizarea pozei de profil" msgid "Thank you! We'll look into what happened and try and fix it up." -msgstr "" +msgstr "Mulțumim! Vom verifica ce s-a întâmplat și vom încerca să reparăm eroarea." 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 "Îți mulțumim pentru ajutor - acțiunile tale vor ușura obținerea unor răspunsuri bune pentru toată lumea" @@ -2210,23 +2196,26 @@ msgstr "Cererea a fost <strong>reuşită</strong>" msgid "The request was refused by the public authority" msgstr "Cererea a fost refuzată de către autoritatea publică" -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=\"%s\">contact us</a> if you have any questions." -msgstr "Solicitarea pe care ai încercat să o vizualizezi a fost ștearsă. Există \\ndiverse motive pentru care am fi ales să faem asta, ne cerem scuze că nu putem oferi detalii exacte. Te rugăm <a\\n href=\"%s\">să ne contactezi</a> dacă ai întrebări." +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 "Solicitarea pe care ai încercat să o vizualizezi a fost ștearsă. Există \\ndiverse motive pentru care am fi ales să faem asta, ne cerem scuze că nu putem oferi detalii exacte. Te rugăm <a\\n href=\"{{url}}\">să ne contactezi</a> dacă ai întrebări." msgid "The requester has abandoned this request for some reason" msgstr "Solicitantul şi-a abandonat cererea din anumite motive" -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" +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 "Răspunsul la solicitarea ta a fost <strong>întârziat</strong>. Poţi spune că, \\n potrivit legii, autoritatea ar fi trebuit să răspundă în mod normal\\n <strong>prompt</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" +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 "Răspunsul la solicitarea ta este <strong>mult întârziat</strong>. Poţi spune că, potrivit \\n legii, în oricare circumstanţe, autoritatea ar fi trebuit să răspundă \\n până acum" 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 "Acest index de căutare este în acest moment off-line, aşa ca nu putem afişa cererile FOI făcute către această autoritate." +msgstr "Acest index de căutare este în acest moment offline, aşa că nu putem afişa solicitările de acces la informații făcute către această autoritate." msgid "The search index is currently offline, so we can't show the Freedom of Information requests this person has made." -msgstr "Acest index de căutare este în acest moment off-line, aşa ca nu putem afişa cererile FOI pe care această persoană le-a făcut." +msgstr "Acest index de căutare este în acest moment offline, aşa că nu putem afişa solicitările de acces la informații pe care această persoană le-a făcut." + +msgid "The {{site_name}} team." +msgstr "" msgid "Then you can cancel the alert." msgstr "Apoi puteţi anula alerta." @@ -2235,13 +2224,13 @@ msgid "Then you can cancel the alerts." msgstr "Apoi puteţi anula alertele." msgid "Then you can change your email address used on {{site_name}}" -msgstr "Apoi puteţi modifica adresa dvs. de email utilizată pe {{site_name}}" +msgstr "Apoi poți modifica adresa de email utilizată pe {{site_name}}" msgid "Then you can change your password on {{site_name}}" -msgstr "Apoi puteţi modifica parola dvs. pe {{site_name}}" +msgstr "Apoi poţi modifica parola ta pe {{site_name}}" msgid "Then you can classify the FOI response you have got from " -msgstr "Apoi puteţi clasifica răspunsul FOI pe care l-aţi primit de la " +msgstr "Apoi poți clasifica răspunsul la solicitare pe care l-ai primit de la " msgid "Then you can download a zip file of {{info_request_title}}." msgstr "Apoi puteţi descărca un fişier zip cu {{info_request_title}}." @@ -2259,13 +2248,13 @@ msgid "Then you can send a message to " msgstr "Apoi puteţi trimite un mesaj către " msgid "Then you can sign in to {{site_name}}" -msgstr "Apoi puteţi să intraţi in contul dvs de pe {{site_name}}" +msgstr "Apoi poţi să intri în contul tău de pe {{site_name}}" msgid "Then you can update the status of your request to " -msgstr "Apoi puteţi să actualizaşi starea cererii dvs." +msgstr "Apoi poţi să actualizezi starea solicitării tale în" msgid "Then you can upload an FOI response. " -msgstr "Apoi puteţi să încărcaţi un răspuns FOI" +msgstr "Apoi poți uploada un răspuns la o solicitare." msgid "Then you can write follow up message to " msgstr "Apoi puteţi să scrieţi un mesaj de urmărire către" @@ -2280,10 +2269,10 @@ msgid "Then you will be notified whenever '{{user_name}}' requests something or msgstr "După aceea vei fi notificat de fiecare dată când '{{user_name}}' solicită ceva sau primește răspuns." msgid "Then you will be notified whenever a new request or response matches your search." -msgstr "Apoi veţi fi notificat de câte ori un răspuns sau o cerere corespunde căutării dvs." +msgstr "Apoi vei fi notificat de câte ori un răspuns sau o cerere corespunde căutării tale." msgid "Then you will be notified whenever an FOI request succeeds." -msgstr "Apoi veţi fi notificat de câte ori o cerere FOI este reuşită." +msgstr "Apoi vei fi notificat de câte ori o solicitare de acces la informații este reuşită." msgid "Then you will be notified whenever someone requests something or gets a response from '{{public_body_name}}'." msgstr "Apoi veţi fi notificat de câte ori cineva solicită sau primeşte un răspuns de la '{{public_body_name}}'." @@ -2292,22 +2281,16 @@ msgid "Then you will be updated whenever the request '{{request_title}}' is upda msgstr "Apoi veţi fi informfat de câte cererea '{{request_title}}' este actualizată." msgid "Then you'll be allowed to send FOI requests." -msgstr "Apoi veţi putea să trimiteţi cereri FOI" +msgstr "Apoi vei putea să trimiți solicitări de acces la informații." msgid "Then your FOI request to {{public_body_name}} will be sent." -msgstr "Apoi cerere dvs. FOI către {{public_body_name}} va fi trimisă." +msgstr "Apoi solicitarea de acces la informații către {{public_body_name}} va fi trimisă." msgid "Then your annotation to {{info_request_title}} will be posted." -msgstr "Apoi adnotarea dvs. către {{info_request_title}} va fi postată." +msgstr "Apoi adnotarea ta la {{info_request_title}} va fi postată." msgid "There are {{count}} new annotations on your {{info_request}} request. Follow this link to see what they wrote." -msgstr "Sunt {{count}} adnotări noi la cererea dvs. {{info_request}}. Urmaţi acest link pentru a vedea ce au scris." - -msgid "There is %d person following this request" -msgid_plural "There are %d people following this request" -msgstr[0] "Sunt %d persoane care urmăresc această cerere." -msgstr[1] "Sunt %d persoane care urmăresc această cerere." -msgstr[2] "Sunt %d persoane care urmăresc această cerere." +msgstr "Sunt {{count}} adnotări noi la cererea ta {{info_request}}. Urmează acest link pentru a vedea ce au scris." 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 "Există <strong>mai mult de o persoană</strong> care utilizează acest site şi are acest nume.\\n Una dintre ele este afişată mai jos, în cazul în care cauţi pe altcineva:" @@ -2315,6 +2298,12 @@ msgstr "Există <strong>mai mult de o persoană</strong> care utilizează acest 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 "Există o limită a numărului de cereri pe care le puteţi face într-o zi, deoarece nu dorim ca autorităţile publice să fie bombardate cu un mare număr de cereri inadecvate. Dacă consideraţi că aveţi un motiv întemeiat pentru a cere mărirea acestei limite, vă rugăm <a href='{{help_contact_path}}'>contactaţi</a>." +msgid "There is {{count}} person following this request" +msgid_plural "There are {{count}} people following this request" +msgstr[0] "Sunt {{count}} persoane care urmăresc această cerere." +msgstr[1] "Sunt {{count}} persoane care urmăresc această cerere." +msgstr[2] "Sunt {{count}} persoane care urmăresc această cerere." + msgid "There was a <strong>delivery error</strong> or similar, which needs fixing by the {{site_name}} team." msgstr "A apărut o <strong>eroare de transmitere</strong> sau similară ce va trebui să fie rezolvată de către echipa {{site_name}}." @@ -2322,10 +2311,10 @@ msgid "There was an error with the words you entered, please try again." msgstr "Există o eroare printre cuvintele pe care le-aţi introdus, vă rugăm încercaţi din nou." msgid "There were no requests matching your query." -msgstr "Nu sunt cereri care satisfac interogarea dvs." +msgstr "Nu sunt cereri care se potrivesc cu interogarea ta." msgid "There were no results matching your query." -msgstr "Nu sunt rezultate care satisfac interogarea dvs." +msgstr "Nu sunt rezultate care satisfac interogarea ta." msgid "They are going to reply <strong>by post</strong>" msgstr "Ei vor răspunde <strong>prin postarea </strong>" @@ -2337,7 +2326,7 @@ msgid "They have been given the following explanation:" msgstr "Ei au oferit următoarea explicaţie" msgid "They have not replied to your {{law_used_short}} request {{title}} promptly, as normally required by law" -msgstr "Ei nu au răspuns prompt lacererea dvs {{title}} {{law_used_short}} aşa cum este prevăzut in mod normal prin lege" +msgstr "Ei nu au răspuns prompt la solicitarea ta {{title}} {{law_used_short}} aşa cum este prevăzut in mod normal prin lege" msgid "They have not replied to your {{law_used_short}} request {{title}}, \\nas required by law" msgstr "Nu ţi-au răspuns la {{law_used_short}} solicitarea {{title}}, \\naşa cum specifică legea" @@ -2351,8 +2340,8 @@ msgstr "Lucruri pe care le urmăriţi" msgid "This authority no longer exists, so you cannot make a request to it." msgstr "Această autoritate nu mai există, deci nu puteţi face o cerere către aceasta." -msgid "This comment has been hidden. See annotations to\\n find out why. If you are the requester, then you may <a href=\"%s\">sign in</a> to view the response." -msgstr "Acest comentariu a fost ascuns. Vezi adnotaţiile pentru\\n a afla de ce. Dacă eşti solicitantul, atunci te poţi <a href=\"%s\">autentifica</a> pentru a vedea răspunsul." +msgid "This comment has been hidden. See annotations to\\n find out why. If you are the requester, then you may <a href=\"{{url}}\">sign in</a> to view the response." +msgstr "Acest comentariu a fost ascuns. Vezi adnotaţiile pentru\\n a afla de ce. Dacă eşti solicitantul, atunci te poţi <a href=\"{{url}}\">autentifica</a> pentru a vedea răspunsul." msgid "This covers a very wide spectrum of information about the state of\\n the <strong>natural and built environment</strong>, such as:" msgstr "Aceasta acoperă un spectru foarte larg de informaţii despre stadiul\\n <strong>mediului natural şi construit</strong>, precum:" @@ -2361,44 +2350,44 @@ msgid "This external request has been hidden" msgstr "Această cerere externăa fost ascunsă" 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 "Aceasta este o versiune text-simplu a cererii FOI \"{{request_title}}\". Ultima versiune, completă, este disponibila online la {{full_url}}" +msgstr "Aceasta este o versiune text-simplu a solicitării \"{{request_title}}\". Ultima versiune, completă, este disponibila online la {{full_url}}" msgid "This is an HTML version of an attachment to the Freedom of Information request" -msgstr "Aceasta este o versiune HTML a ataşamentului la cererea FOI." +msgstr "Aceasta este o versiune HTML a unui ataşament la solicitarea de acces la informații" msgid "This is because {{title}} is an old request that has been\\nmarked to no longer receive responses." msgstr "Aceasta este din cauză că {{title}} este o solicitare veche ce a fost \\nmarcată pentru a nu mai primi răspunsuri." msgid "This is the first version." -msgstr "" +msgstr "Aceasta este prima versiune." msgid "This is your own request, so you will be automatically emailed when new responses arrive." -msgstr "Acesata este cererea dvs proprie, aşa ca vi se va comunica automat prin când va sosi un răspuns." +msgstr "Aceasta este solicitarea proprie, aşa că ți se va comunica automat prin email când va sosi un răspuns." -msgid "This outgoing message has been hidden. See annotations to\\n\t\t\t\t\t\tfind out why. If you are the requester, then you may <a href=\"%s\">sign in</a> to view the response." -msgstr "Acest mesaj în curs de expediere a fost ascuns. Vezi adnotaţiile pentru\\n»»»»»»a afla de ce. Dacă eşti solicitantul, atunci te poţi <a href=\"%s\">autentifica</a> pentru a vedea răspunsul." +msgid "This outgoing message has been hidden. See annotations to\\n\t\t\t\t\t\tfind out why. If you are the requester, then you may <a href=\"{{url}}\">sign in</a> to view the response." +msgstr "Acest mesaj în curs de expediere a fost ascuns. Vezi adnotaţiile pentru\\n»»»»»»a afla de ce. Dacă eşti solicitantul, atunci te poţi <a href=\"{{url}}\">autentifica</a> pentru a vedea răspunsul." msgid "This particular request is finished:" msgstr "Acesată cerere anume este finalizată:" msgid "This person has made no Freedom of Information requests using this site." -msgstr "Acestă persoană nu a făcut nici o cerere FOI utilizând acest site" - -msgid "This person's %d Freedom of Information request" -msgid_plural "This person's %d Freedom of Information requests" -msgstr[0] "A %d -a cerere FOI a acestei persoane" -msgstr[1] "A %d -a cerere FOI a acestei persoane" -msgstr[2] "A %d -a cerere FOI a acestei persoane" - -msgid "This person's %d annotation" -msgid_plural "This person's %d annotations" -msgstr[0] "A %d -a adnotare a acestei persoane" -msgstr[1] "A %d -a adnotare a acestei persoane" -msgstr[2] "A %d -a adnotare a acestei persoane" +msgstr "Acestă persoană nu a făcut nici o solicitare de acces la informații utilizând acest site" msgid "This person's annotations" msgstr "Adnotările acestei persoane" +msgid "This person's {{count}} Freedom of Information request" +msgid_plural "This person's {{count}} Freedom of Information requests" +msgstr[0] "A {{count}} -a cerere FOI a acestei persoane" +msgstr[1] "A {{count}} -a cerere FOI a acestei persoane" +msgstr[2] "{{count}} solicitări de acces la informații ale acestei persoane" + +msgid "This person's {{count}} annotation" +msgid_plural "This person's {{count}} annotations" +msgstr[0] "A {{count}} -a adnotare a acestei persoane" +msgstr[1] "A {{count}} -a adnotare a acestei persoane" +msgstr[2] "A {{count}} -a adnotare a acestei persoane" + msgid "This request <strong>requires administrator attention</strong>" msgstr "Acestă cerere <strong>necesită atenţia administratorului</strong>" @@ -2409,7 +2398,7 @@ msgid "This request has an <strong>unknown status</strong>." msgstr "Aceasta cerere are un status <strong>necunoscut</strong>." msgid "This request has been <strong>hidden</strong> from the site, because an administrator considers it not to be an FOI request" -msgstr "Această cerere a fost <strong>ascunsă </strong> de pe site deoarece un administrator consideră că nu poate fi o cerere FOI" +msgstr "Această solicitarea fost <strong>ascunsă </strong> de pe site deoarece un administrator consideră că nu poate fi o solicitare de acces la informații" msgid "This request has been <strong>hidden</strong> from the site, because an administrator considers it vexatious" msgstr "Această cerere a fost <strong>ascunsă </strong> de pe site deoarece un administrator o consideră ofensatoare" @@ -2420,8 +2409,8 @@ msgstr "Această cerere a fost <strong>raportată </strong> ca având nevoie de 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 "Această solicitare a fost <strong>retrasă</strong> de către persoana care a făcut-o. \\n S-ar putea să fie o explicaţie în corespondenţa de mai jos." -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=\"%s\">contact us</a>." -msgstr "Această solicitare a fost marcată pentru analizare de către administratorii siteului, nefiind ascunsă în acest moment. Dacă crezi că ar trebui ascunsă, te rugăm <a href=\"%s\">contactează-ne</a>." +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 "Această solicitare a fost marcată pentru analizare de către administratorii siteului, nefiind ascunsă în acest moment. Dacă crezi că ar trebui ascunsă, te rugăm <a href=\"{{url}}\">contactează-ne</a>." msgid "This request has been reported for administrator attention" msgstr "Această cerere a fost raportată spre atenţia administratorului" @@ -2435,20 +2424,20 @@ msgstr "Această cerere are un raăspuns neobişnuit şi <strong> necesită ate msgid "This request has prominence 'hidden'. You can only see it because you are logged\\n in as a super user." msgstr "Această solicitare este evidenţiată ca \"ascunsă\". O poţi vedea doar pentru că eşti autentificat \\n ca super user." -msgid "This request is hidden, so that only you the requester can see it. Please\\n <a href=\"%s\">contact us</a> if you are not sure why." -msgstr "Acest răspuns este ascuns, astfel încât doar solicitantul poate avea acces la el. Te rugăm\\n <a href=\"%s\">să ne contactezi</a> dacă nu eşti sigur de ce." +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 "Acest răspuns este ascuns, astfel încât doar solicitantul poate avea acces la el. Te rugăm\\n <a href=\"{{url}}\">să ne contactezi</a> dacă nu eşti sigur de ce." msgid "This request is still in progress:" msgstr "Cerere este încă în derulare:" msgid "This request requires administrator attention" -msgstr "" +msgstr "Această solicitare are nevoie de intervenția administratorului" msgid "This request was not made via {{site_name}}" msgstr "Cererea nu a fost făcută prin {{site_name}}" -msgid "This response has been hidden. See annotations to find out why.\\n If you are the requester, then you may <a href=\"%s\">sign in</a> to view the response." -msgstr "Acest răspuns a fost ascuns. Vezi adnotările pentru a afla de ce.\\n Dacă eşti solicitantul, atunci te poţi <a href=\"%s\">autentifica</a> pentru a vedea răspunsul." +msgid "This response has been hidden. See annotations to find out why.\\n If you are the requester, then you may <a href=\"{{url}}\">sign in</a> to view the response." +msgstr "Acest răspuns a fost ascuns. Vezi adnotările pentru a afla de ce.\\n Dacă eşti solicitantul, atunci te poţi <a href=\"{{url}}\">autentifica</a> pentru a vedea răspunsul." 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 "Acest tabel arată detaliile tehnice ale evenimentelor interne care au avut loc\\n cu această solicitare pe {{site_name}}. Acesta poate fi utilizat pentru a genera informaţii cu privire la\\nviteza cu care autorităţile răspund la solicitări, la numărul de solicitări\\ncare au nevoie de un răspuns scris şi multe altele." @@ -2469,10 +2458,10 @@ msgid "To carry on, you need to sign in or make an account. Unfortunately, there msgstr "Pentru a continua, trebuie să te autentifici sau să te înregistrezi. Din păcate, a fost\\no problemă tehnică în încercarea de a face acest lucru." msgid "To change your email address used on {{site_name}}" -msgstr "Pentru a modifica adresa dvs. de email utilizată pe {{site_name}}" +msgstr "Pentru a modifica adresa de email utilizată pe {{site_name}}" msgid "To classify the response to this FOI request" -msgstr "Pentru a clasifica răspunsul la această cerere FOI" +msgstr "Pentru a clasifica răspunsul la această solicitare de acces la informații" msgid "To do that please send a private email to " msgstr "Pentru a face aceasta, vă rugăm trimiteţi un email privat la" @@ -2490,7 +2479,7 @@ msgid "To follow new requests" msgstr "Pentru a urmări solicitările noi" msgid "To follow requests and responses matching your search" -msgstr "Pentru a urmări cererile şi răspunsurile care corespund căutării dvs." +msgstr "Pentru a urmări solicitările şi răspunsurile care corespund căutării tale" msgid "To follow requests by '{{user_name}}'" msgstr "Pentru a urmări solicitările făcute de '{{user_name}}'" @@ -2514,13 +2503,13 @@ msgid "To play the request categorisation game" msgstr "Pentru a juca jocu categorisirea cererii" msgid "To post your annotation" -msgstr "Pentru a posta adnotarea dvs" +msgstr "Pentru a posta adnotarea ta" msgid "To reply to " msgstr "Pentru a răspunde la" -msgid "To report this FOI request" -msgstr "Pentru a raporta acestă cerere FOI" +msgid "To report this request" +msgstr "" msgid "To send a follow up message to " msgstr "Pentu a trimite un mesaj de urmărire la" @@ -2529,10 +2518,10 @@ msgid "To send a message to " msgstr "Pentru a trimite un mesaj la" msgid "To send your FOI request" -msgstr "Pentru a trimite cererea dvs. FOI" +msgstr "Pentru a trimite solicitarea ta" msgid "To update the status of this FOI request" -msgstr "Pentru a actualiza starea acestei cereri FOI" +msgstr "Pentru a actualiza starea acestei solicitări de acces la informații" msgid "To upload a response, you must be logged in using an email address from " msgstr "Pentru a încărca un răspuns trebuie să fiţi intrat în cont, folosind o adresă de email de la" @@ -2541,7 +2530,7 @@ msgid "To use the advanced search, combine phrases and labels as described in th msgstr "Pentru a utiliza căutarea avansată, combinaţi fraze şi etichete după cum este descris în trucurile de căutare de mai jos" msgid "To view the email address that we use to send FOI requests to {{public_body_name}}, please enter these words." -msgstr "Pentru a vedea adresa de email pe care noi o utilizăm pentru a trimite cereri FOI către {{public_body_name}}, vă rugăm introduceti aceste cuvinte." +msgstr "Pentru a vedea adresa de email pe care noi o utilizăm pentru a trimite solicitări de acces la informații către {{public_body_name}}, te rugăm să introduci aceste cuvinte." msgid "To view the response, click on the link below." msgstr "Pentru a vedea răspunsul, daţi click pe linkul de mai jos." @@ -2606,8 +2595,8 @@ msgstr "Tip neaşteptat de rezultat la căutare" msgid "Unexpected search result type " msgstr "Tip neaşteptat de rezultat la căutare" -msgid "Unfortunately we don't know the FOI\\nemail address for that authority, so we can't validate this.\\nPlease <a href=\"%s\">contact us</a> to sort it out." -msgstr "Din păcate, nu ştim adresa de email pentru solicitări de acces la informaţii pentru respectiva autoritate, deci nu putem valida această solicitare. \\nTe rugăm <a href=\"%s\">să ne contactezi</a> pentru a vedea cum putem rezolva situaţia." +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 "Din păcate, nu ştim adresa de email pentru solicitări de acces la informaţii pentru respectiva autoritate, deci nu putem valida această solicitare. \\nTe rugăm <a href=\"{{url}}\">să ne contactezi</a> pentru a vedea cum putem rezolva situaţia." 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" @@ -2625,10 +2614,10 @@ msgid "Update the status of this request" msgstr "Actualizaţi starea acestei cereri" msgid "Update the status of your request to " -msgstr "Actualizaţi starea cereri dvs." +msgstr "Actualizează starea cereri tale" msgid "Upload FOI response" -msgstr "Încarcă răspuns FOI" +msgstr "Încarcă răspuns solicitare" msgid "Use OR (in capital letters) where you don't mind which word, e.g. <strong><code>commons OR lords</code></strong>" msgstr "Utilizaţi SAU (cu litere mari) când contează oricare dintre cuvinte, de exemplu d, e.g. <strong><code> ministri SAU parlamentari </code></strong>" @@ -2643,7 +2632,7 @@ msgid "User info request sent alert" msgstr "User info request sent alert" msgid "User – {{name}}" -msgstr "" +msgstr "Utilizator– {{name}}" msgid "UserInfoRequestSentAlert|Alert type" msgstr "UserInfoRequestSentAlert|Tip Alerta" @@ -2700,19 +2689,19 @@ msgid "User|Url name" msgstr "Utilizator|Nume URL" msgid "Version {{version}}" -msgstr "" +msgstr "Versiunea {{version}}" msgid "View FOI email address" -msgstr "Vezi adresa de email FOI" +msgstr "Vezi adresa de email pentru solicitări" msgid "View FOI email address for '{{public_body_name}}'" -msgstr "Vezi adresa de email FOI pentru '{{public_body_name}}'" +msgstr "Vezi adresa de email pentru '{{public_body_name}}'" msgid "View FOI email address for {{public_body_name}}" -msgstr "Vezi adresa de email FOI pentru '{{public_body_name}}'" +msgstr "Vezi adresa de email pentru '{{public_body_name}}'" msgid "View Freedom of Information requests made by {{user_name}}:" -msgstr "Vezi cererile FOI făcute de {{user_name}}:" +msgstr "Vezi cererile solicitările de acces la informații făcute de {{user_name}}:" msgid "View and search requests" msgstr "Vezi şi caută cereri" @@ -2739,7 +2728,13 @@ msgid "Waiting for the public authority to reply" msgstr "Aşteaptă răspunsul autorităţii publice" msgid "Was the response you got to your FOI request any good?" -msgstr "Răspunsul pe care l-aţi primit la cererea dvs. FOI vi-a fost de folos?" +msgstr "Răspunsul pe care l-ai primit la solicitarea de acces la informații a fost de folos?" + +msgid "We consider it is not a valid FOI request, and have therefore hidden it from other users." +msgstr "" + +msgid "We consider it to be vexatious, and have therefore hidden it from other users." +msgstr "" msgid "We do not have a working request email address for this authority." msgstr "Nu avem o adresă de email valabilă pentru cererile adresate acestei autoritate." @@ -2750,8 +2745,8 @@ msgstr "Nu avem o adresă {{law_used_full}} valabilă pentru {{public_body_nam msgid "We don't know whether the most recent response to this request contains\\n information or not\\n –\\n\tif you are {{user_link}} please <a href=\"{{url}}\">sign in</a> and let everyone know." msgstr "Nu ştim dacă cel mai recent răspuns la această solicitare conţine\\ninformaţie sau nu\\n –\\n»dacă ştii{{user_link}} te rugăm<a href=\"{{url}}\">autentifică-te</a>şi permite accesul tuturor." -msgid "We will not reveal your email address to anybody unless you or\\n the law tell us to (<a href=\"%s\">details</a>). " -msgstr "Nu îţi vom dezvălui adresa de email nimănui în afara cazurilor în care tu\\nsau legislaţia specificaţi altfel(<a href=\"%s\">details</a>)." +msgid "We will not reveal your email address to anybody unless you or\\n the law tell us to (<a href=\"{{url}}\">details</a>). " +msgstr "Nu îţi vom dezvălui adresa de email nimănui în afara cazurilor în care tu\\nsau legislaţia specificaţi altfel(<a href=\"{{url}}\">details</a>)." msgid "We will not reveal your email address to anybody unless you\\nor the law tell us to." msgstr "Nu îţi vom dezvălui adresa de email nimănui în afara cazurilor în care tu\\nsau legislaţia specificaţi altfel." @@ -2792,8 +2787,8 @@ msgstr "Când ajungi acolo, te rugăm să îţi actualizezi statusul pentru a ş msgid "When you receive the paper response, please help\\n others find out what it says:" msgstr "Când primeşti răspunsul scris, ajută-i\\n pe ceilalţi să afle ce ţi s-a răspuns:" -msgid "When you're done, <strong>come back here</strong>, <a href=\"%s\">reload this page</a> and file your new request." -msgstr "Când aţi terminat, <strong>întoarceţi-vă aici</strong>, <a href=\"%s\">reîncărcaţi acestă pagină</a> şi depuneţi noua dvs. cerere." +msgid "When you're done, <strong>come back here</strong>, <a href=\"{{url}}\">reload this page</a> and file your new request." +msgstr "Când ai terminat, <strong>întoarce-te aici</strong>, <a href=\"{{url}}\">reîncărcă acestă pagină</a> şi depune noua ta solicitare." msgid "Which of these is happening?" msgstr "Care dintre acestea se întâmplă?" @@ -2808,7 +2803,7 @@ msgid "Wk" msgstr "Wk" msgid "Would you like to see a website like this in your country?" -msgstr "Aţi dori să vedeţi un web-site ca acesta în ţara dvs. ?" +msgstr "Ai dori să vezi un web-site ca acesta în ţara ta?" msgid "Write a reply" msgstr "Scrie un răspuns" @@ -2817,13 +2812,13 @@ msgid "Write a reply to " msgstr "Scrie un răspuns către" msgid "Write your FOI follow up message to " -msgstr "Scrieţi mesajul dvs FOI de urmărire către" +msgstr "Scrie mesajul de follow up la solicitarea către" msgid "Write your request in <strong>simple, precise language</strong>." -msgstr "Fromulaţi cererea dvs. într-nm <strong>limbaj precis, simplu</strong>." +msgstr "Formulează solicitarea ta într-un <strong>limbaj precis, simplu</strong>." msgid "You" -msgstr "Dvs." +msgstr "Tu" msgid "You are already following new requests" msgstr "Deja urmărești solicitările noi" @@ -2844,7 +2839,7 @@ msgid "You are already following updates about {{track_description}}" msgstr "Deja urmărești următoarele actualizări despre {{track_description}}" msgid "You are currently receiving notification of new activity on your wall by email." -msgstr "Primiţi în mod curent notificări pentru activităţi noi pe peretele dvs. sau prin email." +msgstr "În acest moment primești notificări privind activititățile noi de pe peretele tău prin email." msgid "You are following all new successful responses" msgstr "Urmărești toate solicitările noi la care s-a răspuns" @@ -2877,13 +2872,13 @@ msgid "You have hit the rate limit on new requests. Users are ordinarily limited msgstr "Aţi atins limita maximă pentru cereri. Utilizatorii sunt de obicei limitaţi la {{max_requests_per_user_per_day}} cereri într-un interval de 24 de ore. Veţi putea face o nouă cerere în {{can_make_another_request}}." msgid "You have made no Freedom of Information requests using this site." -msgstr "Nu aţi făcut nici o cerere FOI utilizând acest site." +msgstr "Nu ai făcut nici o solicitare de acces la informații utilizând acest site." msgid "You have now changed the text about you on your profile." -msgstr "Nu aţi schimbat textul referitor la profilul dvs." +msgstr "Acum ai schimbat textul referitor la tine din profilul tău." msgid "You have now changed your email address used on {{site_name}}" -msgstr "Acum aţi schimbat adresa dvs. de email utilizată pe {{site_name}}" +msgstr "Acum ai schimbat adresa de email utilizată pe {{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 "Tocmai ai încercat să te înregistrezi la {{site_name}}, când ai \\ndeja un cont. Numele şi parola ta au fost \\nlăsate aşa cum erau înainte.\\n\\nTe rugăm să accesezi link-ul de mai jos." @@ -2894,24 +2889,27 @@ msgstr "Ştiţi ce a cauzat eroarea şi puteţi <strong>sugera o soluţie</stron 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 "Poți <strong>include atașamente</strong>. Dacă vrei să atașezi un\\n fișier prea mare pentru email, utilizează formularul de mai jos." -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=\"%s\">send it to us</a>." -msgstr "S-ar putea să găsești\\nunul pe website-ul lor sau telefonându-le și întrebând. Dacă reușești\\nsă găsești unul, atunci te rugăm<a href=\"%s\">să ni-l trimiți și nouă</a>." +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 "S-ar putea să găsești\\nunul pe website-ul lor sau telefonându-le și întrebând. Dacă reușești\\nsă găsești unul, atunci te rugăm<a href=\"{{url}}\">să ni-l trimiți și nouă</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 "S-ar putea să găsești\\nunul pe website-ul lor sau telefonându-le și întrebând. Dacă reușești\\nsă găsești unul, atunci te rugăm<a href=\"{{help_url}}\">să ni-l trimiți și nouă</a>." msgid "You need to be logged in to change the text about you on your profile." -msgstr "Trebuie să fiţi logat pentru a schimba textul referitor la profilul dvs." +msgstr "Trebuie să fii logat pentru a schimba textul referitor la profilul tău." msgid "You need to be logged in to change your profile photo." -msgstr "Trebuie să fiţi logat pentru a schimba poza dvs. de profil." +msgstr "Trebuie să fii logat pentru a schimba poza ta de profil." msgid "You need to be logged in to clear your profile photo." -msgstr "Trebuie să fiţi logat pentru a şterge poza dvs. de profil." +msgstr "Trebuie să fii logat pentru a şterge poza ta de profil." msgid "You need to be logged in to edit your profile." msgstr "Trebuie să fiţi conectat pentru a vă edita profilul" +msgid "You need to be logged in to report a request for administrator attention" +msgstr "" + msgid "You previously submitted that exact follow up message for this request." msgstr "Aţi trimis anterior exact acelaşi mesaj de urmărire pentru această cerere." @@ -2919,7 +2917,7 @@ msgid "You should have received a copy of the request by email, and you can resp msgstr "Ar fi trebuit să primești o copie a solicitării tale prin email și poți răspunde\\n <strong>răspunzând</strong> la acel email. Pentru conveniență, adresa este:" msgid "You want to <strong>give your postal address</strong> to the authority in private." -msgstr "Vreţi să <strong>vă daţi adresa dvs. poştală</strong> către autoritate în privat." +msgstr "Vrei să <strong>să specifici adresa ta poştală</strong> către autoritate în privat." 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 "Nu vei mai putea face noi solicitări, trimite follow up-uri, adăuga adnotări sau\\ntrimite mesaje altor utilizatori. Poți continua să vizualizezi alte solicitări și să setezi\\n alerte prin email." @@ -2933,101 +2931,110 @@ msgstr "Acum veţi fi primi prin email actualizări referitoare la {{track_descr msgid "You will only get an answer to your request if you follow up\\nwith the clarification." msgstr "Vei primi un răspuns la solicitarea ta numai dacă revii\\ncu clarificări." +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 "" + msgid "You're in. <a href=\"#\" id=\"send-request\">Continue sending your request</a>" msgstr "Ești autentificat.<a href=\"#\" id=\"send-request\">Continuă pentru transmiterea solicitării tale</a>" msgid "You're long overdue a response to your FOI request - " -msgstr "Sunteţi mult peste termen cu răspunsul la cererea dvs. FOI" +msgstr "A fost depășit de mult termenul de răspuns la solicitarea de acces la informații -" msgid "You're not following anything." msgstr "Nu urmărești nimic." msgid "You've now cleared your profile photo" -msgstr "Acum aţi şters poza dvs. de profil" - -msgid "Your %d Freedom of Information request" -msgid_plural "Your %d Freedom of Information requests" -msgstr[0] "A %d -a cerere FOI a dvs." -msgstr[1] "A %d -a cerere FOI a dvs." -msgstr[2] "A %d -a cerere FOI a dvs." +msgstr "Acum ai şters poza ta de profil" -msgid "Your %d annotation" -msgid_plural "Your %d annotations" -msgstr[0] "A %d -a adnotare a dvs." -msgstr[1] "A %d -a adnotare a dvs." -msgstr[2] "A %d -a adnotare a dvs." - -msgid "Your <strong>name will appear publicly</strong> \\n (<a href=\"%s\">why?</a>)\\n on this website and in search engines. If you\\n are thinking of using a pseudonym, please \\n <a href=\"%s\">read this first</a>." -msgstr "Numele tău <strong>va apărea public</strong> \\n (<a href=\"%s\">de ce?</a>)\\n pe acest website și în motoarele de căutare. Dacă te\\n gândești să utilizezi un pseudonim, te rugăm \\n <a href=\"%s\">să citești aceasta înainte</a>." +msgid "Your <strong>name will appear publicly</strong>\\n (<a href=\"{{why_url}}\">why?</a>)\\n on this website and in search engines. If you\\n are thinking of using a pseudonym, please\\n <a href=\"{{help_url}}\">read this first</a>." +msgstr "Numele tău <strong>va apărea public</strong> \\n (<a href=\"{{why_url}}\">de ce?</a>)\\n pe acest website și în motoarele de căutare. Dacă te\\n gândești să utilizezi un pseudonim, te rugăm \\n <a href=\"{{help_url}}\">să citești aceasta înainte</a>." msgid "Your annotations" -msgstr "Adnotările dvs." +msgstr "Adnotările tale" msgid "Your details, including your email address, have not been given to anyone." -msgstr "Detaliile dvs. inclusv adresa dvs. de email, nu au fost ofertite nimănui." +msgstr "Detaliile tale, inclusv adresa de email, nu au fost oferite nimănui." msgid "Your e-mail:" -msgstr "Emailul dvs:" +msgstr "Emailul tău:" -msgid "Your follow up has not been sent because this request has been stopped to prevent spam. Please <a href=\"%s\">contact us</a> if you really want to send a follow up message." -msgstr "Urmărirea dvs. nu a fost rimisă deoarece acest mesaj a fost stopat de protecţia anti-spam. Vă rugăm <a href=\"%s\">să ne contactaţi</a> dacă doriţi cu adevărat să trimiteţi un mesaj de urmărire." +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." msgid "Your follow up message has been sent on its way." -msgstr "Mesjaul dvs. de urmărire a fost trimis unde trebuie." +msgstr "Mesajul tău de follow up a fost trimis unde trebuie." msgid "Your internal review request has been sent on its way." -msgstr "Cererea dvs. de revizuire internă a fost trimisă unde trebuie." +msgstr "Cererea ta de revizuire internă a fost trimisă unde trebuie." msgid "Your message has been sent. Thank you for getting in touch! We'll get back to you soon." -msgstr "Mesajul dvs. fost trimis. Vă mulţumim pentru informare. Vă vom contacta în curând." +msgstr "Mesajul tău fost trimis. Îți mulţumim pentru informare. Te vom contacta în curând." msgid "Your message to {{recipient_user_name}} has been sent" -msgstr "Mesajul dvs. către {{recipient_user_name}} a fost trimis" +msgstr "Mesajul către {{recipient_user_name}} a fost trimis" msgid "Your message to {{recipient_user_name}} has been sent!" -msgstr "Mesajul dvs către {{recipient_user_name}}a fost trimis!" +msgstr "Mesajul tău către {{recipient_user_name}}a fost trimis!" msgid "Your message will appear in <strong>search engines</strong>" -msgstr "Mesajul dvs. va apărea în <strong>motoarele de căutare</strong>" +msgstr "Mesajul tău va apărea în <strong>motoarele de căutare</strong>" msgid "Your name and annotation will appear in <strong>search engines</strong>." -msgstr "Numele şi adnotarea dvs. vor apărea în <strong>motoarele de căutare</strong>" +msgstr "Numele şi adnotarea ta vor apărea în <strong>motoarele de căutare</strong>" -msgid "Your name, request and any responses will appear in <strong>search engines</strong>\\n (<a href=\"%s\">details</a>)." -msgstr "Numele tău, solicitările tale şi orice răspunsuri vei primi vor apărea în <strong>motoare de căutare </strong>\\n (<a href=\"%s\">details</a>)." +msgid "Your name, request and any responses will appear in <strong>search engines</strong>\\n (<a href=\"{{url}}\">details</a>)." +msgstr "Numele tău, solicitările tale şi orice răspunsuri vei primi vor apărea în <strong>motoare de căutare </strong>\\n (<a href=\"{{url}}\">details</a>)." msgid "Your name:" -msgstr "Numele dvs:" +msgstr "Numele tău:" msgid "Your original message is attached." -msgstr "Mesajul dvs. original este ataşat." +msgstr "Mesajul tău original este ataşat." msgid "Your password has been changed." -msgstr "Parola dvs. a fost modificată." +msgstr "Parola ta a fost modificată." msgid "Your password:" -msgstr "Parola dvs.:" +msgstr "Parola ta:" msgid "Your photo will be shown in public <strong>on the Internet</strong>,\\n wherever you do something on {{site_name}}." msgstr "Fotografia ta va fi făcută publică <strong>pe Internet</strong>,\\n oriunde faci ceva pe {{site_name}}." +msgid "Your request '{{request}}' at {{url}} has been reviewed by moderators." +msgstr "" + +msgid "Your request on {{site_name}} hidden" +msgstr "" + msgid "Your request was called {{info_request}}. Letting everyone know whether you got the information will help us keep tabs on" -msgstr "Cererea dvs. a fost numită {{info_request}}. Permiţând tuturor să afle dacă aţi obţinut informaţiile, ne ajutaţi să menţinem o evidenţă" +msgstr "Solicitarea ta a fost numită {{info_request}}. Permiţând tuturor să afle dacă ai obţinut informaţiile, ne ajuţi să menţinem o evidenţă" msgid "Your request:" -msgstr "Cererea dvs:" +msgstr "Solicitarea ta:" msgid "Your response to an FOI request was not delivered" -msgstr "Răspunsul dvs. la o cerere FOI nu a fost livrat" +msgstr "Răspunsul tău la o solicitare de acces la informații nu a fost livrat" -msgid "Your response will <strong>appear on the Internet</strong>, <a href=\"%s\">read why</a> and answers to other questions." -msgstr "Răspunsul dvs. <strong>va apărea pe Internet</strong>, <a href=\"%s\">read why</a> şi răspunsurile la alte întrebări." +msgid "Your response will <strong>appear on the Internet</strong>, <a href=\"{{url}}\">read why</a> and answers to other questions." +msgstr "Răspunsul tău <strong>va apărea pe Internet</strong>, <a href=\"{{url}}\">read why</a> şi răspunde la alte întrebări." msgid "Your thoughts on what the {{site_name}} <strong>administrators</strong> should do about the request." -msgstr "Consideraţiile dvs. cu privire la ceea ce <strong>administratorii</strong> {{site_name}} ar trebui să facă în legătură cu cererea." +msgstr "Consideraţiile tale cu privire la ceea ce <strong>administratorii</strong> {{site_name}} ar trebui să facă în legătură cu cererea." + +msgid "Your {{count}} Freedom of Information request" +msgid_plural "Your {{count}} Freedom of Information requests" +msgstr[0] "A {{count}} -a cerere FOI a dvs." +msgstr[1] "A {{count}} -a cerere FOI a dvs." +msgstr[2] "Cele {{count}} solicitări de acces la informații ale tale" + +msgid "Your {{count}} annotation" +msgid_plural "Your {{count}} annotations" +msgstr[0] "A {{count}} -a adnotare a dvs." +msgstr[1] "A {{count}} -a adnotare a dvs." +msgstr[2] "A {{count}} -a adnotare a ta" msgid "Your {{site_name}} email alert" -msgstr "Alerta dvs. prin email {{site_name}}" +msgstr "Alerta ta prin email de la {{site_name}}" msgid "Yours faithfully," msgstr "Cu respect," @@ -3035,6 +3042,9 @@ msgstr "Cu respect," msgid "Yours sincerely," msgstr "Cu stimă," +msgid "Yours," +msgstr "" + msgid "[FOI #{{request}} email]" msgstr "[FOI #{{request}} email]" @@ -3054,13 +3064,13 @@ msgid "admin" msgstr "administrator" msgid "alaveteli_foi:The software that runs {{site_name}}" -msgstr "" +msgstr "alaveteli_foi:Software-ul utilizat pentru {{site_name}}" msgid "all requests" msgstr "toate cererile" msgid "also called {{public_body_short_name}}" -msgstr "deasemenea numit şi {{public_body_short_name}}" +msgstr "de asemenea numită şi {{public_body_short_name}}" msgid "an anonymous user" msgstr "un utilizator anonim" @@ -3090,7 +3100,7 @@ msgid "are long overdue." msgstr "sunt mult peste termen" msgid "at" -msgstr "" +msgstr "la" msgid "authorities" msgstr "autorităţi" @@ -3105,7 +3115,7 @@ msgid "between two dates" msgstr "între două date" msgid "but followupable" -msgstr "" +msgstr "dar care poate fi urmărit" msgid "by" msgstr "către" @@ -3135,7 +3145,7 @@ msgid "during term time" msgstr "pe perioada termenului" msgid "edit text about you" -msgstr "editati textul despre dvs-" +msgstr "editează textul despre tine" msgid "even during holidays" msgstr "chiar şi pe perioada vacanţelor" @@ -3168,7 +3178,7 @@ msgid "internal reviews" msgstr "revizuire internă" msgid "is <strong>waiting for your clarification</strong>." -msgstr " <strong>aşteaptă clarificarea dvs.</strong>." +msgstr " <strong>aşteaptă clarificarea ta</strong>." msgid "just to see how it works" msgstr "doar să vedeţi cum funcţionează" @@ -3189,19 +3199,19 @@ msgid "messages from users" msgstr "mesaje de la utilizatori" msgid "move..." -msgstr "" +msgstr "treci..." msgid "no later than" msgstr "nu mai târziu de" -msgid "no longer exists. If you are trying to make\\n 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=\"%s\">send it to us</a>." -msgstr "nu mai există. Dacă încerci să faci\\n De la pagina solicitării, încearcă să răspunzi unui mesaj particular, mai curând decât să trimiți\\n un follow up general. Dacă vrei să trimiți un follow up general și știi\\n un email care va duce către locul potrivit, te rugăm<a href=\"%s\">trimite-ni-l</a>." +msgid "no longer exists. If you are trying to make\\n 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 "nu mai există. Dacă încerci să faci\\n De la pagina solicitării, încearcă să răspunzi unui mesaj particular, mai curând decât să trimiți\\n un follow up general. Dacă vrei să trimiți un follow up general și știi\\n un email care va duce către locul potrivit, te rugăm<a href=\"{{url}}\">trimite-ni-l</a>." msgid "normally" msgstr "în mod normal" msgid "not requestable due to: {{reason}}" -msgstr "" +msgstr "nu poate fi solicitat pentru că: {{reason}}" msgid "please sign in as " msgstr "vă rugăm să vă înscrieţi ca" @@ -3225,7 +3235,7 @@ msgid "sent to {{public_body_name}} by {{info_request_user}} on {{date}}." msgstr "trimis către {{public_body_name}} de către {{info_request_user}} la {{date}}." 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 "setat pe <strong>gol</strong> (empty string) dacp nu poate găsi o adresă; aceste emailuri sunt <strong>publice</strong> pentru că oricine le poate vizualiza prin introducerea CAPTCHA" msgid "show quoted sections" msgstr "arată secţiunile citate" @@ -3234,7 +3244,7 @@ msgid "sign in" msgstr "conectare" msgid "simple_date_format" -msgstr "format_data_simplu" +msgstr "simple_date_format" msgid "successful" msgstr "reuşit" @@ -3246,7 +3256,7 @@ msgid "that you made to" msgstr "pe care aţi făcut-o către" msgid "the main FOI contact address for {{public_body}}" -msgstr "principala adresă de contact FOI pentru {{public_body}}" +msgstr "principala adresă de contact pentru {{public_body}}" #. This phrase completes the following sentences: #. Request an internal review from... @@ -3254,7 +3264,7 @@ msgstr "principala adresă de contact FOI pentru {{public_body}}" #. Send a public reply to... #. Don't want to address your message to... ? msgid "the main FOI contact at {{public_body}}" -msgstr "Principalul contact FOI la {{public_body}}" +msgstr "principalul contact la {{public_body}}" msgid "the requester" msgstr "solicitantul" @@ -3301,8 +3311,35 @@ msgstr "informaţii utile" msgid "users" msgstr "utilizatori" +msgid "what's that?" +msgstr "ce este aceasta?" + msgid "{{count}} FOI requests found" -msgstr "{{count}} cereri FOI găsite" +msgstr "{{count}} solicitări de acces la informații găsite" + +msgid "{{count}} Freedom of Information request to {{public_body_name}}" +msgid_plural "{{count}} Freedom of Information requests to {{public_body_name}}" +msgstr[0] "{{count}} cereri FOI până la {{public_body_name}}" +msgstr[1] "{{count}} cereri FOI până {{public_body_name}}" +msgstr[2] "{{count}} solicitări de acces la informaţii către {{public_body_name}} " + +msgid "{{count}} person is following this authority" +msgid_plural "{{count}} people are following this authority" +msgstr[0] "{{count}} persoană urmăreşte această autoritate" +msgstr[1] "{{count}} persoane urmăresc această autoritate" +msgstr[2] "{{count}} persoane urmăresc această autoritate" + +msgid "{{count}} request" +msgid_plural "{{count}} requests" +msgstr[0] "{{count}} cerere" +msgstr[1] "{{count}} cereri" +msgstr[2] "{{count}} solicitări" + +msgid "{{count}} request made." +msgid_plural "{{count}} requests made." +msgstr[0] "{{count}} cerere făcută." +msgstr[1] "{{count}} cereri făcute." +msgstr[2] "{{count}} cereri făcute." 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}}a creat\\n deja aceeași solicitare pe {{date}}. Poți fie vizualiza <a href=\"{{existing_request}}\"> solicitarea existentă </a>,\\n fie edita detaliile de mai jos pentru a face o solicitare nouă, dar similară." @@ -3338,7 +3375,7 @@ msgid "{{public_body_name}} only:" msgstr "numai {{public_body_name}} :" msgid "{{public_body}} has asked you to explain part of your {{law_used}} request." -msgstr "{{public_body}} vi-a cerut să explicaţi o parte a cererii dvs. {{law_used}} " +msgstr "{{public_body}} ți-a cerut să explici o parte a solicitării tale prin {{law_used}} " msgid "{{public_body}} sent a response to {{user_name}}" msgstr "{{public_body}} trimite un răspuns către {{user_name}}" @@ -3362,16 +3399,16 @@ msgid "{{site_name}} users have made {{number_of_requests}} requests, including: msgstr "utilizatorii {{site_name}} au făcut {{number_of_requests}} cereri, inclusiv:" msgid "{{thing_changed}} was changed from <code>{{from_value}}</code> to <code>{{to_value}}</code>" -msgstr "" +msgstr "{{thing_changed}} a fost schimbat din <code>{{from_value}}</code> în <code>{{to_value}}</code>" msgid "{{title}} - a Freedom of Information request to {{public_body}}" -msgstr "{{title}} - o cerere FOI către {{public_body}}" +msgstr "{{title}} - o solicitare de acces la informații către {{public_body}}" msgid "{{user_name}} (Account suspended)" msgstr "{{user_name}} (Cont suspendat)" msgid "{{user_name}} - Freedom of Information requests" -msgstr "{{user_name}} - cereri FOI" +msgstr "{{user_name}} - solicitări de acces la informații" msgid "{{user_name}} - user profile" msgstr "{{user_name}} - profil utilizator" diff --git a/locale/sl/app.po b/locale/sl/app.po index d3d5f4581..2b042fbe0 100644 --- a/locale/sl/app.po +++ b/locale/sl/app.po @@ -3,14 +3,15 @@ # This file is distributed under the same license as the PACKAGE package. # # Translators: +# zejn <zejn@kiberpipa.org>, 2013 msgid "" msgstr "" "Project-Id-Version: alaveteli\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2013-03-14 14:02-0700\n" -"PO-Revision-Date: 2011-03-09 17:48+0000\n" -"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" -"Language-Team: LANGUAGE <LL@li.org>\n" +"Report-Msgid-Bugs-To: http://github.com/sebbacon/alaveteli/issues\n" +"POT-Creation-Date: 2013-06-24 09:40-0700\n" +"PO-Revision-Date: 2013-07-11 11:02+0000\n" +"Last-Translator: zejn <zejn@kiberpipa.org>\n" +"Language-Team: Slovenian (http://www.transifex.com/projects/p/alaveteli/language/sl/)\n" "Language: sl\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -18,3237 +19,3239 @@ msgstr "" "Plural-Forms: nplurals=4; plural=(n%100==1 ? 0 : n%100==2 ? 1 : n%100==3 || n%100==4 ? 2 : 3);\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 "" +msgstr "To bo prikazano na profilu {{site_name}}, da vam bodo drugi lažje pomagali pri vaših zahtevkih." -msgid " (<strong>no ranty</strong> politics, read our <a href=\"%s\">moderation policy</a>)" -msgstr "" +msgid " (<strong>no ranty</strong> politics, read our <a href=\"{{url}}\">moderation policy</a>)" +msgstr "(<strong>brez</strong> politikantstva, preberite naš <a href=\"{{url}}\">pravilnik moderiranja</a>)" msgid " (<strong>patience</strong>, especially for large files, it may take a while!)" -msgstr "" +msgstr "(<strong>potrpežljivo</strong>, prenos lahko traja, še posebej v primeru večjih datotek!)" msgid " (you)" -msgstr "" +msgstr "(vi)" msgid " - view and make Freedom of Information requests" -msgstr "" +msgstr "- preglejte in ustvarite zahtevke za informacije javnega značaja" msgid " - wall" -msgstr "" +msgstr "- zid" msgid " <strong>Note:</strong>\\n We will send you an email. Follow the instructions in it to change\\n your password." -msgstr "" +msgstr "<strong>Opomba:</strong>\\n Poslali vam bomo e-pošto. Sledite navodilom v njej, da spremenite\\n vaše geslo." msgid " <strong>Privacy note:</strong> Your email address will be given to" -msgstr "" +msgstr "<strong>Opomba:</strong> Vaš e-poštni naslov bo poslan " msgid " <strong>Summarise</strong> the content of any information returned. " -msgstr "" +msgstr "<strong>Povzemite</strong> vsebino morebitnih prejetih informacij." msgid " Advise on how to <strong>best clarify</strong> the request." -msgstr "" +msgstr "Svetujte kako <strong>najbolje razjasniti</strong> zahtevek." msgid " Ideas on what <strong>other documents to request</strong> which the authority may hold. " -msgstr "" +msgstr "Predlogi o <strong>morebitnih drugih dokumentih</strong>, ki jih lahko organ drži." -msgid " If you know the address to use, then please <a href=\"%s\">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 "" +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 "Če poznate pravi e-poštni naslov, nam ga prosimo <a href=\"{{url}}\">pošljite</a>.\\n Naslov lahko najdete na njihovi spletni strani ali pa jih povprašate po telefonu." msgid " Include relevant links, such as to a campaign page, your blog or a\\n twitter account. They will be made clickable. \\n e.g." -msgstr "" +msgstr "Vključite smiselne povezave, kot so povezava na stran kampanje, vaš blog ali \\ntwitter račun. Prikazale se bodo kot povezave. \\n npr." msgid " Link to the information requested, if it is <strong>already available</strong> on the Internet. " -msgstr "" +msgstr "Povezava na zahtevane informacije, če so <strong>že na voljo</strong> na spletu." msgid " Offer better ways of <strong>wording the request</strong> to get the information. " -msgstr "" +msgstr "Ponudite boljšo <strong>ubeseditev zahtevka</strong> po informacijah javnega značaja." msgid " Say how you've <strong>used the information</strong>, with links if possible." -msgstr "" +msgstr "Opišite kako ste <strong>uporabili informacije</strong> in dodajte spletno povezavo, če je možno." msgid " Suggest <strong>where else</strong> the requester might find the information. " -msgstr "" +msgstr "Predlagajte <strong>kje drugje</strong> bi prosilec lahko našel iskane informacije." msgid " What are you investigating using Freedom of Information? " -msgstr "" +msgstr "Kaj preiskujete z uporabo informacij javnega značaja?" msgid " You are already being emailed updates about the request." -msgstr "" +msgstr "Že prejemate e-poštna obvestila o tem zahtevku." msgid " You will also be emailed updates about the request." -msgstr "" +msgstr "Prejeli boste tudi e-poštna obvestila o zahtevku." msgid " made by " -msgstr "" +msgstr "ustvaril" msgid " or " -msgstr "" +msgstr "ali" msgid " when you send this message." -msgstr "" +msgstr "ko pošljete to sporočilo." msgid "\"Hello! We have an <a href=\\\"/help/alaveteli?country_name=#{CGI.escape(current_country)}\\\">important message</a> for visitors outside {{country_name}}\"" -msgstr "" - -msgid "%d Freedom of Information request to %s" -msgid_plural "%d Freedom of Information requests to %s" -msgstr[0] "" -msgstr[1] "" -msgstr[2] "" -msgstr[3] "" - -msgid "%d request" -msgid_plural "%d requests" -msgstr[0] "" -msgstr[1] "" -msgstr[2] "" -msgstr[3] "" - -msgid "%d request made." -msgid_plural "%d requests made." -msgstr[0] "" -msgstr[1] "" -msgstr[2] "" -msgstr[3] "" +msgstr "\"Živjo! Imamo <a href=\\\"/help/alaveteli?country_name=#{CGI.escape(current_country)}\\\">pomembno novico</a> za obiskovalce izven {{country_name}}\"" msgid "'Crime statistics by ward level for Wales'" -msgstr "" +msgstr "'Statistika kaznivih dejanj po okoliših za Wales' " msgid "'Pollution levels over time for the River Tyne'" -msgstr "" +msgstr "'Stopnje onesnaženosti skozi čas za reko Tyne'" msgid "'{{link_to_authority}}', a public authority" -msgstr "" +msgstr "'{{link_to_authority}}', javni organ" msgid "'{{link_to_request}}', a request" -msgstr "" +msgstr "'{{link_to_request}}', zahtevek" msgid "'{{link_to_user}}', a person" -msgstr "" +msgstr "'{{link_to_user}}', oseba" msgid "*unknown*" -msgstr "" +msgstr "*neznano*" msgid ",\\n\\n\\n\\nYours,\\n\\n{{user_name}}" -msgstr "" +msgstr ",\\n\\n\\n\\nS spoštovanjem,\\n\\n{{user_name}}" msgid "- or -" -msgstr "" +msgstr "- ali -" msgid "1. Select an authority" -msgstr "" +msgstr "1. Izberite organ" msgid "2. Ask for Information" -msgstr "" +msgstr "2. Zahtevajte informacije" msgid "3. Now check your request" -msgstr "" +msgstr "3. Preverite vaš zahtevek" -msgid "<a class=\"link_button_green\" href=\"{{url}}\">{{text}}</a>" -msgstr "" +msgid "<a href=\"{{browse_url}}\">Browse all</a> or <a href=\"{{add_url}}\">ask us to add one</a>." +msgstr "<a href=\"{{browse_url}}\">Prebrskaj vse</a> ali <a href=\"{{add_url}}\"> nas poprosi, da dodamo kakega</a>." -msgid "<a href=\"%s\">Add an annotation</a> (to help the requester or others)" -msgstr "" - -msgid "<a href=\"%s\">Are we missing a public authority?</a>" -msgstr "" - -msgid "<a href=\"%s\">Are you the owner of\\n any commercial copyright on this page?</a>" -msgstr "" - -msgid "<a href=\"%s\">Browse all</a> or <a href=\"%s\">ask us to add one</a>." -msgstr "" - -msgid "<a href=\"%s\">Can't find the one you want?</a>" -msgstr "" +msgid "<a href=\"{{url}}\">Add an annotation</a> (to help the requester or others)" +msgstr "<a href=\"{{url}}\">Dodaj zaznamek</a> (da pomagate prosilcu in drugim)" -msgid "<a href=\"%s\">Sign in</a> to change password, subscriptions and more ({{user_name}} only)" -msgstr "" - -msgid "<a href=\"%s\">details</a>" -msgstr "" - -msgid "<a href=\"%s\">what's that?</a>" -msgstr "" +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 "<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 "" +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>" 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>Hvala! Imamo nekaj idej kaj storiti naprej:</p>\\n <ul>\\n <li>Da bi poslali zahtevek še kakemu organu, najprej kopirajte besedilo spodnjega zahtevka, zatem pa <a href=\"{{find_authority_url}}\">poiščite drug organ</a>.</li>\\n <li>Če želite spodbijati trditev organa, da z informacijami ne razpolaga, si lahko pogledate\\n <a href=\"{{complain_url}}\">kako se pritožiti</a>.\\n </li>\\n <li>Imamo <a href=\"{{other_means_url}}\">nekaj predlogov</a>\\n za druge načine iskanja odgovorov na vaša vprašanja. \\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 "" +msgstr "<p>Hvala! Upamo, da ne boste rabili čakati dolgo.</p> <p>Po zakonu morate prejeti odgovor najkasneje 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 "" +msgstr "<p>Hvala! Upamo, da ne boste dolgo čakali na odgovor.</p> <p>Organi morajo odgovoriti v zakonsko določenem roku, in sicer pred <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 "" +msgstr "<p>Hvala! Upamo, da ne boste rabili dolgo čakati.</p><p>V {{late_number_of_days}} dneh morate prejeti odgovor ali obvestilo o podaljšanju roka (<a href=\"{{review_url}}\">podrobnosti</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>Hvala! Rok za odgovor na vaš zahtevek je potekel pred {{very_late_number_of_days}} delovnimi dnevi. Večina zahtevkov bi morala prejeti odgovor v {{late_number_of_days}} delovnih dneh. Če bi se želeli pritožiti, berite spodaj.</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>Hvala, da ste spremenili vaš profilni opis.</p>\\n <p><strong>Sedaj ...</strong> lahko dodate tudi profilno sliko.</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>Hvala, da ste posodobili vašo profilno sliko.</p>\\n <p><strong>Sedaj ...</strong> lahko na vaš profil dodate vaš opis in opis vaših interesov.</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>Priporočamo, da uredite vaš zahtevek in odstranite e-poštni naslov.\\n Če ga boste pustili v sporočilu, bo e-poštni naslov poslan organu, ne bo pa prikazan na spletni strani.</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>Veseli nas, da ste dobili vse zahtevane informacije. Če boste o njih pisali ali jih kako drugače uporabili, prosimo dodajte zaznamek spodaj, da bodo to videli tudi drugi.</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>Veseli nas, da ste dobili vse zahtevane informacije. Če o tem pišete ali če informacije kakor koli uporabljate, vabljeni, da dodate zaznamek z opisom rabe.</p><p>Če je stran {{site_name}} uporabna, <a href=\"{{donation_url}}\">donirajte</a> organizaciji, ki skrbi zanjo.</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>Veseli nas, da ste dobili nekatere informacije, ki ste jih zahtevali. Če je spletna stran {{site_name}} uporabna, <a href=\"{{donation_url}}\">donirajte</a> organizaciji, ki skrbi za njo.</p><p>Če želite dobiti še preostale informacije, lahko to storite tako.</p>" -msgid "<p>You do not need to include your email in the request in order to get a reply (<a href=\"%s\">details</a>).</p>" -msgstr "" +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 "<p>Veseli nas, da ste dobili vsaj nekatere od želenih informacij.</p><p>Če želite poskusiti pridobiti še preostale, morate storiti naslednje.</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=\"%s\">details</a>).</p>" -msgstr "" +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 "<p>Ne rabite vključiti svojega e-poštnega naslova v zahtevek, da bi dobili odgovor (<a href=\"{{url}}\">podrobnosti</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 "<p>Ne rabite vključevati svojega e-poštnega naslova v zahtevek da bi dobili odgovor, ker ga boste vpisali v naslednjem koraku. (<a href=\"{{url}}\">podrobnosti</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>Vaš zahtevek vsebuje <strong>poštno številko</strong>. V kolikor se ne navezuje na vsebino zahtevka, prosim odstranite naslov, sicer bo <strong>javno objavljen na internetu</strong>.</p>" msgid "<p>Your {{law_used_full}} request has been <strong>sent on its way</strong>!</p>\\n <p><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\\n replied by then.</p>\\n <p>If you write about this request (for example in a forum or a blog) please link to this page, and add an\\n annotation below telling people about your writing.</p>" -msgstr "" +msgstr "<p>Vaš zahtevek {{law_used_full}} je bil <strong>odposlan</strong>!</p>\\n <p><strong>Poslali vam bomo e-pošto</strong> ko bo prispel odgovor ali po {{late_number_of_days}}, ko se izteče rok za odgovor.</p><p>Če boste pisali o tem zahtevku (na primer na spletnem forumu ali na blogu), prosimo dodajte povezavo na to stran in dodajte zaznamek, da bodo obiskovalci opazili vaše pisanje.</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>{{site_name}} je trenutno v vzdrževanju, zato lahko zgolj pregledujete zahtevke. Ne morete ustvarjati novih zahtevkov, dodajati odgovorov ali zaznamkov ali kako drugače spreminjati vsebin.</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 "" - -msgid "<span id='follow_count'>%d</span> person is following this authority" -msgid_plural "<span id='follow_count'>%d</span> people are following this authority" -msgstr[0] "" -msgstr[1] "" -msgstr[2] "" -msgstr[3] "" +msgstr "<small>Če uporabljate spletni vmesnik za e-pošto ali če uporabljte filtre za neželena sporočila, preverite tudi mapo z neželenimi sporočili. Včasih naša e-pošta pristane med neželenimi sporočili.</small>\\n</p>" -msgid "<strong> Can I request information about myself?</strong>\\n\t\t\t<a href=\"%s\">No! (Click here for details)</a>" -msgstr "" +msgid "<strong> Can I request information about myself?</strong>\\n\t\t\t<a href=\"{{url}}\">No! (Click here for details)</a>" +msgstr "<strong>Ali lahko zahtevam informacije o sebi?</strong>\\n\t\t\t<a href=\"{{url}}\">Ne! (Kliknite tu za pojasnila)</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:tone_balone</code></strong> da poiščete vse zaznamke, ki jih je ustvaril Tone Balone. Ime zapišete kot je zapisano v naslovni vrstici." 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> da poiščete vse odgovore, ki v priponki vsebujejo datoteke PDF. Lahko poskusite tudi z: <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> da preiščete določen zahtevek. Naslov zapišite tako, kot je zapisan v URL naslovu." 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> da preiščete zahtevke, ki jih je naredil Julian Todd. Ime zapišete kot je zapisano v URL naslovu." 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:informacijski_pooblascenec</code></strong> da preiščete zahtevke, poslane Informacijskemu pooblaščencu. Ime zapišete tako, kot je zapisano v vrstici URL." 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> da preiščete zahtevke glede na status ali nekdanjih status zahtevka. Za več informacij si poglejte <a href=\"{{statuses_url}}\">preglednico statusov</a> spodaj." 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> da poiščete vse javne organe ali zahtevke s to označbo. Vključite lahko več označb, \\n in vrednosti, npr. <code>tag:openlylocal AND tag:financial_transaction:335633</code>. Privzeto se upošteva katera koli značka; da bi hkrati upoštevali vse, morate med označbe dodati <code>AND</code>." 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> da izberete željeni tip iskanega objekta. Za več informacij si oglejte <a href=\"{{varieties_url}}\">preglednico tipov</a> spodaj." msgid "<strong>Advice</strong> on how to get a response that will satisfy the requester. </li>" -msgstr "" +msgstr "<strong>Nasveti</strong> kako spisati odgovor, ki bo zadovoljil prosilca. </li>" msgid "<strong>All the information</strong> has been sent" -msgstr "" +msgstr "<strong>Vse informacije</strong> so bile poslane" msgid "<strong>Anything else</strong>, such as clarifying, prompting, thanking" -msgstr "" +msgstr "<strong>Karkoli drugega</strong>, na primer pojasnila, pozivi, zahvale" 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>Pozor!</strong> Da bi te podatke lahko uporabili, morate dobro poznati obnašanje uporabnikov na {{site_name}}. Odgovor na vprašanja kako, zakaj in po čem so zahtevki kategorizirani ni enostaven in prihajalo bo do napak in dvoumnosti. Poznati boste morali tudi zakon, ki pokriva IJZ in kako ga organi uporabljajo. Poleg vsega tega pa boste morali še dobro poznati statistiko. Prosimo, <a href=\"{{contact_path}}\">stopite v stik z nami</a> za dodatna vprašanja." msgid "<strong>Clarification</strong> has been requested" -msgstr "" +msgstr "<strong>Pojasnilo</strong> je bilo zahtevano" msgid "<strong>No response</strong> has been received\\n <small>(maybe there's just an acknowledgement)</small>" -msgstr "" +msgstr "<strong>Nismo prejeli odgovora</strong> <small>(morda je to le potrdilo o prejetju)</small>" msgid "<strong>Note:</strong> Because we're testing, requests are being sent to {{email}} rather than to the actual authority." -msgstr "" +msgstr "<strong>Opomba:</strong> Ker je sistem v preizkusnem delovanju, se e-pošta pošilja na {{email}} namesto na pravi naslov." msgid "<strong>Note:</strong> You're sending a message to yourself, presumably\\n to try out how it works." -msgstr "" +msgstr "<strong>Opomba:</strong> Sporočilo pošiljate sami sebi, verjetno da preverjate kako deluje sistem." 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>Opomba:</strong>Poslali vam bomo sporočilo na vaš novi e-poštni naslov. Sledite navodilom v njem, da potrdite spremembo e-poštnega naslova." -msgid "<strong>Privacy note:</strong> If you want to request private information about\\n yourself then <a href=\"%s\">click here</a>." -msgstr "" +msgid "<strong>Privacy note:</strong> If you want to request private information about\\n yourself then <a href=\"{{url}}\">click here</a>." +msgstr "<strong>Opomba o zasebnosti:</strong> Če želite zahtevati zasebne informacije, o sebi, <a href=\"{{url}}\">kliknite tu</a>." 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>Opomba glede zasebnosti:</strong> Vaša slika bo prikazana javno, na internetu, kjerkoli naredite nekaj na {{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>Opozorilo glede zasebnosti:</strong> Vaše sporočilo in odgovori nanj bodo prikazani javno na tej spletni strani." msgid "<strong>Some of the information</strong> has been sent " -msgstr "" +msgstr "<strong>Nekatere informacije</strong> so bile poslane" msgid "<strong>Thank</strong> the public authority or " -msgstr "" +msgstr "<strong>Zahvalite se</strong> javnemu organu ali" msgid "<strong>did not have</strong> the information requested." -msgstr "" +msgstr "<strong>ni imel</strong> zahtevanih informacij" 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 "<a href=\"{{request_url}}\">Odziv</a> na <em>{{request_title}}</em> je {{info_request_user}} poslal {{public_body_name}} dne {{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 "<a href=\"{{request_url}}\">Odgovor</a> na <em>{{request_title}}</em> je organ {{public_body_name}} poslal {{info_request_user}} dne {{date}}. Stanje zahtevka je: {{request_status}}" msgid "A <strong>summary</strong> of the response if you have received it by post. " -msgstr "" +msgstr "<strong>Povzetek</strong> odgovora, če ste ga prejeli po pošti." msgid "A Freedom of Information request" -msgstr "" +msgstr "Zahtevek za informacije javnega značaja" + +msgid "A full history of my FOI request and all correspondence is available on the Internet at this address: {{url}}" +msgstr "Polna zgodovina mojega zahtevka za IJZ in vsa korespondenca je dostopna na internetu na naslovu: {{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 "Nov zahtevek, <em><a href=\"{{request_url}}\">{{request_title}}</a></em>, je {{info_request_user}} poslal na {{public_body_name}} dne {{date}}." msgid "A public authority" -msgstr "" +msgstr "Javni organ" msgid "A response will be sent <strong>by post</strong>" -msgstr "" +msgstr "Odgovor bo poslan <strong>po pošti</strong>" msgid "A strange reponse, required attention by the {{site_name}} team" -msgstr "" +msgstr "Nenavaden odgovor, ki zahteva pregled s strani ekipe spletne strani {{site_name}}" msgid "A vexatious request" -msgstr "" +msgstr "Provokativen zahtevek" msgid "A {{site_name}} user" -msgstr "" +msgstr "Uporabnik strani {{site_name}}" msgid "About you:" -msgstr "" +msgstr "O meni:" msgid "Act on what you've learnt" -msgstr "" +msgstr "Ukrepajte na podlagi odkritega" + +msgid "Acts as xapian/acts as xapian job" +msgstr "Deluje kot xapian/deluje kot xapian opravilo" + +msgid "ActsAsXapian::ActsAsXapianJob|Action" +msgstr "ActsAsXapian::ActsAsXapianJob|Action" + +msgid "ActsAsXapian::ActsAsXapianJob|Model" +msgstr "ActsAsXapian::ActsAsXapianJob|Model" msgid "Add an annotation" -msgstr "" +msgstr "Dodajte zaznamek" msgid "Add an annotation to your request with choice quotes, or\\n a <strong>summary of the response</strong>." -msgstr "" +msgstr "Dodajte zaznamek k vašemu zahtevku z ? ali s <strong>povzetkom odgovora</strong>." msgid "Added on {{date}}" -msgstr "" +msgstr "Dodano {{date}}" msgid "Admin level is not included in list" -msgstr "" +msgstr "Administracijski privilegij ni vključen v seznamu" msgid "Administration URL:" -msgstr "" +msgstr "Administracijski URL:" msgid "Advanced search" -msgstr "" +msgstr "Napredno iskanje" msgid "Advanced search tips" -msgstr "" +msgstr "Namigi za napredno iskanje" msgid "Advise on whether the <strong>refusal is legal</strong>, and how to complain about it if not." -msgstr "" +msgstr "Svetujte glede <strong>legalnosti zavrnitve</strong>, in če ni kako se pritožiti." msgid "Air, water, soil, land, flora and fauna (including how these effect\\n human beings)" -msgstr "" +msgstr "Zrak, voda, zemlja, rastlinje in živalstvo (vključno z vplivom na ljudi)" msgid "All of the information requested has been received" -msgstr "" +msgstr "Vse zahtevane informacije so bile posredovane" 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 "Pri vseh izbirah spodaj lahko uporabite <strong>status</strong> ali <strong>latest_status</strong> pred dvopičjem. Na primer, iskanju <strong>status:not_held</strong> bodo ustrezali zgolj zahtevki, ki <em>ta moment</em> niso označeni kot zadržani." 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 "Pri vseh izbirah spodaj lahko uporabite <strong>variety</strong> ali <strong>latest_variety</strong> pred dvopičjem. Na primer, iskanju <strong>variety:sent</strong> bodo ustrezali zgolj zahtevki, ki so <em>ta moment</em> označeni kot poslani." msgid "Also called {{other_name}}." -msgstr "" +msgstr "Znano tudi kot {{other_name}}." msgid "Also send me alerts by email" -msgstr "" +msgstr "Obveščaj me tudi preko e-pošte" msgid "Alter your subscription" -msgstr "" +msgstr "Spremenite način obveščanja" msgid "Although all responses are automatically published, we depend on\\nyou, the original requester, to evaluate them." -msgstr "" +msgstr "Čeprav so vsi odgovori objavljeni samodejno, je na vas, na prosilcu, da jih ovrednotite." msgid "An <a href=\"{{request_url}}\">annotation</a> to <em>{{request_title}}</em> was made by {{event_comment_user}} on {{date}}" -msgstr "" +msgstr "Uporabnik {{event_comment_user}} dodal <a href=\"{{request_url}}\">zaznamek</a> na <em>{{request_title}}</em> dne {{date}}" msgid "An <strong>error message</strong> has been received" -msgstr "" +msgstr "Prejeto je bilo <strong>sporočilo o napaki</strong>" msgid "An Environmental Information Regulations request" -msgstr "" +msgstr "Zahtevek o informacijah glede varstva okolja" msgid "An anonymous user" -msgstr "" +msgstr "Anonimni uporabnik" msgid "Annotation added to request" -msgstr "" +msgstr "K zahtevku je bil dodan zaznamek" msgid "Annotations" -msgstr "" +msgstr "Zaznamki" msgid "Annotations are so anyone, including you, can help the requester with their request. For example:" -msgstr "" +msgstr "Zaznamki so namenjeni temu, da lahko kdorkoli pomaga prosilcu pri zahtevku, vključno z vami. Na primer:" msgid "Annotations will be posted publicly here, and are\\n <strong>not</strong> sent to {{public_body_name}}." -msgstr "" +msgstr "Zaznamki bodo objavljeni tu in <strong>ne bodo poslani</strong> na {{public_body_name}}." msgid "Anonymous user" -msgstr "" +msgstr "Anonimni uporabnik" msgid "Anyone:" -msgstr "" +msgstr "Kdorkoli:" msgid "Applies to" -msgstr "" +msgstr "Se nanaša na" + +msgid "Are we missing a public authority?" +msgstr "Ali nam manjka nek organ?" + +msgid "Are you the owner of any commercial copyright on this page?" +msgstr "Ali ste lastnik katere od avtorskih vsebin na tej strani?" msgid "Ask for <strong>specific</strong> documents or information, this site is not suitable for general enquiries." -msgstr "" +msgstr "Sprašujte za <strong>konkretne</strong> dokumente ali informacije, ta stran ni primerna za splošna vprašanja." -msgid "At the bottom of this page, write a reply to them trying to persuade them to scan it in\\n (<a href=\"%s\">more details</a>)." -msgstr "" +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 "Lahko odgovorite na dnu te strani in jih poskusite pregovoriti, da dokumente skenirajo \\n(<a href=\"{{url}}\">več o tem</a>)." msgid "Attachment (optional):" -msgstr "" +msgstr "Priloga (neobvezno):" msgid "Attachment:" -msgstr "" +msgstr "Priloga:" msgid "Awaiting classification." -msgstr "" +msgstr "Čaka na klasifikacijo." msgid "Awaiting internal review." -msgstr "" +msgstr "Čaka na interno revizijo." msgid "Awaiting response." -msgstr "" +msgstr "Čaka odgovor." msgid "Beginning with" -msgstr "" +msgstr "Začenši z" msgid "Browse <a href='{{url}}'>other requests</a> for examples of how to word your request." -msgstr "" +msgstr "Prebrskajte <a href='{{url}}'>za drugimi zahtevki</a> za primere kako ubesediti vaš zahtevek." msgid "Browse <a href='{{url}}'>other requests</a> to '{{public_body_name}}' for examples of how to word your request." -msgstr "" +msgstr "Prebrskajte <a href='{{url}}'>za drugimi zahtevki</a> za '{{public_body_name}}' za primere kako ubesediti vaš zahtevek." msgid "Browse all authorities..." -msgstr "" +msgstr "Prebrskajte vse organe..." msgid "By law, under all circumstances, {{public_body_link}} should have responded by now" -msgstr "" +msgstr "Po zakonu in po vseh možnih scenarijih bi {{public_body_link}} do sedaj že moral odgovoriti" msgid "By law, {{public_body_link}} should normally have responded <strong>promptly</strong> and" -msgstr "" +msgstr "Po zakonu bi moral {{public_body_link}} odgovoriti <strong>hitro</strong> in" msgid "Calculated home page" -msgstr "" +msgstr "Izračunana domača stran" + +msgid "Can't find the one you want?" +msgstr "Ne najdete željenega?" msgid "Cancel a {{site_name}} alert" -msgstr "" +msgstr "Prekliči opozorilo {{site_name}}" msgid "Cancel some {{site_name}} alerts" -msgstr "" +msgstr "Prekliči nekatera opozorila strani {{site_name}}" msgid "Cancel, return to your profile page" -msgstr "" +msgstr "Prekliči in se vrni na profilno stran" msgid "Censor rule" -msgstr "" +msgstr "Pravilo cenzure" msgid "CensorRule|Last edit comment" -msgstr "" +msgstr "PraviloCenzure|Komentar zadnjega urejanja" msgid "CensorRule|Last edit editor" -msgstr "" +msgstr "PraviloCenzure|Zadnje urejal" msgid "CensorRule|Regexp" -msgstr "" +msgstr "CensorRule|Regexp" msgid "CensorRule|Replacement" -msgstr "" +msgstr "PraviloCenzure|Zamenjava" msgid "CensorRule|Text" -msgstr "" +msgstr "PraviloCenzure|Besedilo" msgid "Change email on {{site_name}}" -msgstr "" +msgstr "Spremenite e-poštni naslov na strani {{site_name}}" msgid "Change password on {{site_name}}" -msgstr "" +msgstr "Spremenite geslo na spletni strani {{site_name}}" msgid "Change profile photo" -msgstr "" +msgstr "Spremenite profilno sliko" msgid "Change the text about you on your profile at {{site_name}}" -msgstr "" +msgstr "Spremenite vaš opis na profilni strani na {{site_name}} " msgid "Change your email" -msgstr "" +msgstr "Spremenite vašo e-pošto" msgid "Change your email address used on {{site_name}}" -msgstr "" +msgstr "Spremenite e-poštni naslov, ki ga uporabljate na {{site_name}}" msgid "Change your password" -msgstr "" +msgstr "Spremenite vaše geslo" msgid "Change your password on {{site_name}}" -msgstr "" +msgstr "Spremenite vaše geslo na {{site_name}}" msgid "Change your password {{site_name}}" -msgstr "" +msgstr "Spremenite vaše geslo {{site_name}}" msgid "Charity registration" -msgstr "" +msgstr "Prijava dobrodelne organizacije" msgid "Check for mistakes if you typed or copied the address." -msgstr "" +msgstr "Če ste naslov prekopirali ali vtipkali, ga preglejte za tipkarske napake." msgid "Check you haven't included any <strong>personal information</strong>." -msgstr "" +msgstr "Preverite, da niste slučajno vključili <strong>osebnih podatkov</strong>." msgid "Choose your profile photo" -msgstr "" +msgstr "Izberite vašo profilno sliko" msgid "Clarification" -msgstr "" +msgstr "Pojasnilo" msgid "Clarify your FOI request - " -msgstr "" +msgstr "Pojasnite vaš zahtevek za IJZ -" msgid "Classify an FOI response from " -msgstr "" +msgstr "Razvrstite odgovor od" msgid "Clear photo" -msgstr "" +msgstr "Odstrani sliko" 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 "Kliknite na spodnjo povezavo, da pošljete sporočilo {{public_body_name}} in jih obvestite, da morajo odgovoriti na vaš zahtevek. Zahtevate lahko tudi interno revizijo, da odkrijejo razloge za počano obravnavo zahtevka." msgid "Click on the link below to send a message to {{public_body}} reminding them to reply to your request." -msgstr "" +msgstr "Kliknite na spodnjo povezavo, da pošljete sporočilo {{public_body}} in jih opomnite, da morajo odgovoriti na vaš zahtevek." msgid "Close" -msgstr "" +msgstr "Zapri" msgid "Comment" -msgstr "" +msgstr "Komentar" msgid "Comment|Body" -msgstr "" +msgstr "Komentar|Vsebina" msgid "Comment|Comment type" -msgstr "" +msgstr "Komentar|Tip komentarja" msgid "Comment|Locale" -msgstr "" +msgstr "Komentar|Jezik" msgid "Comment|Visible" -msgstr "" +msgstr "Komentar|Vidnost" msgid "Confirm you want to follow all successful FOI requests" -msgstr "" +msgstr "Potrdite, da želite spremljati vse uspešne zahtevke za IJZ" msgid "Confirm you want to follow new requests" -msgstr "" +msgstr "Potrdite, da želite spremljati nove zahtevke" msgid "Confirm you want to follow new requests or responses matching your search" -msgstr "" +msgstr "Potrdite, da želite spremljati nove zahtevke ali zahtevke, ki se ujemajo z vašim iskanjem" msgid "Confirm you want to follow requests by '{{user_name}}'" -msgstr "" +msgstr "Potrdite, da želite spremljati zahtevke, ki jih dela '{{user_name}}'" msgid "Confirm you want to follow requests to '{{public_body_name}}'" -msgstr "" +msgstr "Potrdite, da želite spremljati zahteve na '{{public_body_name}}'" msgid "Confirm you want to follow the request '{{request_title}}'" -msgstr "" +msgstr "Potrdite, da želite spremljati zahtevek '{{request_title}}'" msgid "Confirm your FOI request to " -msgstr "" +msgstr "Potrdite vaš zahtevek k " msgid "Confirm your account on {{site_name}}" -msgstr "" +msgstr "Potrdite vaš račun na {{site_name}}" msgid "Confirm your annotation to {{info_request_title}}" -msgstr "" +msgstr "Potrdite vaš zaznamek k {{info_request_title}}" msgid "Confirm your email address" -msgstr "" +msgstr "Potrdite vaš e-poštni naslov" msgid "Confirm your new email address on {{site_name}}" -msgstr "" +msgstr "Potrdite vaš novi e-poštni naslov na {{site_name}}" msgid "Considered by administrators as not an FOI request and hidden from site." -msgstr "" +msgstr "Po mnenju administratorjev to ni zahtevek za IJZ in je bil umaknjen s spletne strani." msgid "Considered by administrators as vexatious and hidden from site." -msgstr "" +msgstr "Po mnenju administratorjev je ta prispevek provokativen in je bil odstranjen s spletne strani." msgid "Contact {{recipient}}" -msgstr "" +msgstr "Kontaktiraj {{recipient}}" msgid "Contact {{site_name}}" -msgstr "" +msgstr "Kontaktirajte {{site_name}}" msgid "Could not identify the request from the email address" -msgstr "" +msgstr "Zahtevka z e-poštnega naslova ni bilo možno identificirati" msgid "Couldn't understand the image file that you uploaded. PNG, JPEG, GIF and many other common image file formats are supported." -msgstr "" +msgstr "Slika, ki ste jo naložili, ni prepoznana. Podprti so zapisi PNG, JPEG, GIF in drugi pogosti zapisi slik." msgid "Crop your profile photo" -msgstr "" +msgstr "Obrežite vašo profilno sliko" msgid "Cultural sites and built structures (as they may be affected by the\\n environmental factors listed above)" -msgstr "" +msgstr "Kulturni spomeniki in zgradbe (na katere lahko vplivajo okoljski dejavniki, navedeni zgoraj)" msgid "Currently <strong>waiting for a response</strong> from {{public_body_link}}, they must respond promptly and" -msgstr "" +msgstr "Trenutno <strong>čaka na odgovor</strong> od {{public_body_link}}, odgovoriti morajo kmalu in " msgid "Date:" -msgstr "" +msgstr "Datum:" + +msgid "Dear {{name}}," +msgstr "Dragi {{name}}," msgid "Dear {{public_body_name}}," -msgstr "" +msgstr "Dragi {{public_body_name}}," msgid "Default locale" -msgstr "" +msgstr "Privzete jezikovne nastavitve" msgid "Delayed response to your FOI request - " -msgstr "" +msgstr "Pozen odgovor na vaš zahtevek - " msgid "Delayed." -msgstr "" +msgstr "Pozen." msgid "Delivery error" -msgstr "" +msgstr "Napaka pri dostavi" msgid "Destroy {{name}}" -msgstr "" +msgstr "Uniči {{name}}" msgid "Details of request '" -msgstr "" +msgstr "Podrobnosti zahtevka" msgid "Did you mean: {{correction}}" -msgstr "" +msgstr "Ste mislili: {{correction}}" msgid "Disclaimer: This message and any reply that you make will be published on the internet. Our privacy and copyright policies:" -msgstr "" +msgstr "Opozorilo: To sporočilo in odgovori nanj bodo javno objavljeni na internetu. Pravilnik glede zasebnosti in avtorskih pravic:" msgid "Disclosure log" -msgstr "" +msgstr "Dnevnik razkritij" msgid "Disclosure log URL" -msgstr "" +msgstr "URL za dnevnik razkritij" msgid "Don't want to address your message to {{person_or_body}}? You can also write to:" -msgstr "" +msgstr "Ne želite sporočila nasloviti na {{person_or_body}}? Pišete lahko tudi:" msgid "Done" -msgstr "" +msgstr "Končano" msgid "Done >>" -msgstr "" +msgstr "Končano >>" msgid "Download a zip file of all correspondence" -msgstr "" +msgstr "Prenesite celotno korespondenco kot arhiv ZIP" msgid "Download original attachment" -msgstr "" +msgstr "Prenesite izvirno prilogo" msgid "EIR" -msgstr "" +msgstr "EIR" msgid "Edit" -msgstr "" +msgstr "Uredi" msgid "Edit and add <strong>more details</strong> to the message above,\\n explaining why you are dissatisfied with their response." -msgstr "" +msgstr "Uredite in dodajte <strong>več podrobnosti</strong> k zgornjemu sporočilu, da obrazložite zakaj niste zadovoljni z odgovorom." msgid "Edit text about you" -msgstr "" +msgstr "Uredite besedilo o vas" msgid "Edit this request" -msgstr "" +msgstr "Uredite ta zahtevek" msgid "Either the email or password was not recognised, please try again." -msgstr "" +msgstr "Nepravilen je bil bodisi e-poštni naslov bodisi geslo, poskusite ponovno." 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 "Napačen je bil bodisi e-poštni naslov bodisi geslo. Poskusite ponovno ali ustvarite nov račun z obrazcem na desni." msgid "Email doesn't look like a valid address" -msgstr "" +msgstr "E-poštni naslov ne izgleda veljaven" msgid "Email me future updates to this request" -msgstr "" +msgstr "Obveščajte me o spremembah" msgid "Enter words that you want to find separated by spaces, e.g. <strong>climbing lane</strong>" -msgstr "" +msgstr "Vnesite besede, ki jih iščete, ločene s presledki, npr. <strong>planinska pot</strong>" -msgid "Enter your response below. You may attach one file (use email, or\\n <a href=\"%s\">contact us</a> if you need more)." -msgstr "" +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 "Vpišite vaš odgovor spodaj. Pripnete lahko eno datoteko (odgovorite prek e-pošte ali <a href=\"{{url}}\">nas kontaktirajte</a>, če potrebujete več)." msgid "Environmental Information Regulations" -msgstr "" +msgstr "Environmental Information Regulations" msgid "Environmental Information Regulations requests made" -msgstr "" +msgstr "Narejenjih zahtevkov Environmental Information Regulations " msgid "Environmental Information Regulations requests made using this site" -msgstr "" +msgstr "Narejenih zahtevkov Environmental Information Regulations z uporabo te strani" msgid "Event history" -msgstr "" +msgstr "Zgodovina dogodka" msgid "Event history details" -msgstr "" +msgstr "Podrobnosti zgodovine dogodka" msgid "Event {{id}}" -msgstr "" +msgstr "Dogodek {{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 forever (<a href=\"%s\">why?</a>)." -msgstr "" +msgid "Everything that you enter on this page, including <strong>your name</strong>,\\n will be <strong>displayed publicly</strong> on\\n this website forever (<a href=\"{{url}}\">why?</a>)." +msgstr "Vse kar vpisujete na tej strani, vključno z <strong>vašim imenom</strong>, bo za vedno <strong>javno objavljeno</strong> na tej strani (<a href=\"{{url}}\">zakaj?</a>)." -msgid "Everything that you enter on this page\\n will be <strong>displayed publicly</strong> on\\n this website forever (<a href=\"%s\">why?</a>)." -msgstr "" +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 "Vse kar vpišete na tej strani, bo za vedno <strong>javno objavljeno</strong> (<a href=\"{{url}}\">zakaj?</a>)." msgid "FOI" -msgstr "" +msgstr "IJZ" msgid "FOI email address for {{public_body}}" -msgstr "" +msgstr "E-poštni naslov za zahteve po informacijah javnega značaja za {{public_body}}" msgid "FOI request – {{title}}" -msgstr "" +msgstr "Zahtevek za IJZ – {{title}}" msgid "FOI requests" -msgstr "" +msgstr "Zahtevek za IJZ" msgid "FOI requests by '{{user_name}}'" -msgstr "" +msgstr "Zahtevki za IJZ od '{{user_name}}'" msgid "FOI requests {{start_count}} to {{end_count}} of {{total_count}}" -msgstr "" +msgstr "Zahtevki od {{start_count}} do {{end_count}} od {{total_count}} skupaj" msgid "FOI response requires admin ({{reason}}) - {{title}}" -msgstr "" +msgstr "Odgovor na zahtevek za IJZ zahteva administratorja ({{reason}}) - {{title}}" msgid "Failed to convert image to a PNG" -msgstr "" +msgstr "Napaka pri pretvorbi slike v zapis PNG" -msgid "Failed to convert image to the correct size: at %{cols}x%{rows}, need %{width}x%{height}" -msgstr "" +msgid "Failed to convert image to the correct size: at {{cols}}x{{rows}}, need {{width}}x{{height}}" +msgstr "Napaka pri pretvarjanju slike v ustrezno velikost: je {{cols}}x{{rows}} namesto {{width}}x{{height}}" msgid "Filter" -msgstr "" +msgstr "Filtriraj" -msgid "First, type in the <strong>name of the UK public authority</strong> you'd \\n like information from. <strong>By law, they have to respond</strong>\\n (<a href=\"%s#%s\">why?</a>)." -msgstr "" +msgid "First, did your other requests succeed?" +msgstr "Najprej, so bili vaši drugi zahtevki uspešni?" + +msgid "First, type in the <strong>name of the UK public authority</strong> you'd\\n like information from. <strong>By law, they have to respond</strong>\\n (<a href=\"{{url}}\">why?</a>)." +msgstr "Najprej vpišite <strong>ime slovenskega javnega organa</strong>, od katerega želite zahtevati informacije. <strong>Zakon jih obvezuje k odgovoru</strong>\\n (<a href=\"{{url}}\">zakaj?</a>)." msgid "Foi attachment" -msgstr "" +msgstr "Priloga IJZ" msgid "FoiAttachment|Charset" -msgstr "" +msgstr "IjzPriloga|Kodni nabor" msgid "FoiAttachment|Content type" -msgstr "" +msgstr "IjzPriloga|Tip vsebine" msgid "FoiAttachment|Display size" -msgstr "" +msgstr "IjzPriloga|Prikazna velikost" msgid "FoiAttachment|Filename" -msgstr "" +msgstr "IjzPriloga|Ime datoteke" msgid "FoiAttachment|Hexdigest" -msgstr "" +msgstr "IjzPriloga|Preverjevalna vsota" msgid "FoiAttachment|Url part number" -msgstr "" +msgstr "IjzZahtevek|Zaporedna številka" msgid "FoiAttachment|Within rfc822 subject" -msgstr "" +msgstr "IjzPriloga|Znotraj rfc822 naslova" msgid "Follow" -msgstr "" +msgstr "Spremljaj" msgid "Follow all new requests" -msgstr "" +msgstr "Spremljaj vse nove zahtevke" msgid "Follow new successful responses" -msgstr "" +msgstr "Spremljaj nove uspešne zahtevke" msgid "Follow requests to {{public_body_name}}" -msgstr "" +msgstr "Spremljaj zahtevke na {{public_body_name}}" msgid "Follow these requests" -msgstr "" +msgstr "Sledite tem zahtevkom" msgid "Follow things matching this search" -msgstr "" +msgstr "Spremljaj prispevke, ki ustrezajo temu iskanju" msgid "Follow this authority" -msgstr "" +msgstr "Sledite temu organu" msgid "Follow this link to see the request:" -msgstr "" +msgstr "Sledite tej povezavi, da si ogledate zahtevek:" msgid "Follow this person" -msgstr "" +msgstr "Spremljaj to osebo" msgid "Follow this request" -msgstr "" +msgstr "Sledite temu zahtevku" msgid "Follow up" -msgstr "" +msgstr "Odziv" msgid "Follow up message sent by requester" -msgstr "" +msgstr "Odziv, poslan s strani prosilca" msgid "Follow up messages to existing requests are sent to " -msgstr "" +msgstr "Odzivi na obstoječe zahtevke so poslani k" 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 "Odzivi in novi odgovori na ta zahtevek so bili onemogočeni, da se omejijo neželena sporočila. Prosimo, <a href=\"{{url}}\">stopite v kontakt</a>, če ste uporabnik {{user_link}} in želite poslati odziv." msgid "Follow us on twitter" -msgstr "" +msgstr "Sledite nam na twitterju" 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 "Odzivov ni mogoče dodajati, ker je bil ta zahevek narejen zunaj sistema in je {{public_body_name}} zahtevek v imenu prosilca naknadno objavil." msgid "For an unknown reason, it is not possible to make a request to this authority." -msgstr "" +msgstr "Iz neznanega razloga zahtevka k temu organu ni mogoče narediti." msgid "Forgotten your password?" -msgstr "" +msgstr "Ste pozabili geslo?" -msgid "Found %d public authority %s" -msgid_plural "Found %d public authorities %s" -msgstr[0] "" -msgstr[1] "" -msgstr[2] "" -msgstr[3] "" +msgid "Found {{count}} public authority {{description}}" +msgid_plural "Found {{count}} public authorities {{description}}" +msgstr[0] "Najden {{count}} javni organ {{description}}" +msgstr[1] "Najdena {{count}} javna organa {{description}}" +msgstr[2] "Najdeni {{count}} javni organi {{description}}" +msgstr[3] "Najdenih {{count}} javnih organov {{description}}" msgid "Freedom of Information" -msgstr "" +msgstr "Informacije javnega značaja" msgid "Freedom of Information Act" -msgstr "" +msgstr "Zakon o dostopu do informacij javnega značaja" msgid "Freedom of Information law does not apply to this authority, so you cannot make\\n a request to it." -msgstr "" +msgstr "Zakon o dostopu do informacij javnega značaja ne velja za ta subjekt, zato mu ne morete poslati zahtevka." msgid "Freedom of Information law no longer applies to" -msgstr "" +msgstr "Zakon o informacijah javnega značaja ne velja več za" msgid "Freedom of Information law no longer applies to this authority.Follow up messages to existing requests are sent to " -msgstr "" +msgstr "Zakon o dostopu do informacij javnega značaja ne velja več za ta organ. Odzivi na obstoječe zahtevke so poslani na" msgid "Freedom of Information requests made" -msgstr "" +msgstr "narejenih zahtevkov po informacijah javnega značaja" msgid "Freedom of Information requests made by this person" -msgstr "" +msgstr "Ta oseba je naredila zahtevkov po informacijah javnega značaja" msgid "Freedom of Information requests made by you" -msgstr "" +msgstr "zahtevkov po informacijah javnega značaja ste naredili vi" msgid "Freedom of Information requests made using this site" -msgstr "" +msgstr "Narejenih zahtevkov po informacijah javnega značaja z uporabo te strani" msgid "Freedom of information requests to" -msgstr "" +msgstr "Zahtevki po informacijah javnega značaja za" msgid "From" -msgstr "" +msgstr "Od" -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=\"%s\">send it to us</a>." -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 "Poskusite raje odgovoriti na konkretno sporočilo na strani zahtevka, namesto pošiljanja splošnega sporočila. Če morate poslati splošno povpraševanje in poznate e-poštni naslov za to, <a href=\"{{url}}\">nam ga prosimo pošljite</a>." msgid "From:" -msgstr "" +msgstr "Od:" msgid "GIVE DETAILS ABOUT YOUR COMPLAINT HERE" -msgstr "" +msgstr "PODROBNOSTI O VAŠI PRITOŽBI VPIŠITE TU" msgid "Handled by post." -msgstr "" +msgstr "Poslano s pošto." + +msgid "Has tag string/has tag string tag" +msgstr "Ima značko" + +msgid "HasTagString::HasTagStringTag|Model" +msgstr "HasTagString::HasTagStringTag|Model" + +msgid "HasTagString::HasTagStringTag|Name" +msgstr "HasTagString::HasTagStringTag|Name" + +msgid "HasTagString::HasTagStringTag|Value" +msgstr "HasTagString::HasTagStringTag|Value" msgid "Hello! You can make Freedom of Information requests within {{country_name}} at {{link_to_website}}" -msgstr "" +msgstr "Živijo! Zahtevke po informacijah javnega značaja znotraj {{country_name}} lahko naredite na {{link_to_website}}" msgid "Hello, {{username}}!" -msgstr "" +msgstr "Zdravo, {{username}}!" msgid "Help" -msgstr "" +msgstr "Pomoč" 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 "Tu <strong>opisano</strong> pomeni, da je uporabnik izbral stanje in je bil zadnji dogodek posodobljen na izbrano vrednost. <strong>Izračunano</strong> pomeni, da je sistem {{site_name}} nastavil vrednosti vmesnih dogodkov, za katere uporabniki niso izbrali statusa. Oglejte si <a href=\"{{search_path}}\">namige za iskanje</a> za opis statusov." msgid "Here is the message you wrote, in case you would like to copy the text and save it for later." -msgstr "" +msgstr "Tu je prikazano sporočilo, ki ste ga napisali, v kolikor bi si ga želeli shraniti za kasneje." 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 "Zdravo! Potrebujemo tvojo pomoč. Oseba, ki je naredila sledeči zahtevek\\n nam ni zaupala, če je bil zahtevek uspešen ali ne. Bi si vzeli\\n trenutek, da ga preberete in nam pomagate poskrbeti za urejen zahtevek?\\n Hvala." msgid "Hide request" -msgstr "" +msgstr "Skrij zahtevek" msgid "Holiday" -msgstr "" +msgstr "Praznik" msgid "Holiday|Day" -msgstr "" +msgstr "Praznik|Dan" msgid "Holiday|Description" -msgstr "" +msgstr "Praznik|Opis" msgid "Home" -msgstr "" +msgstr "Domov" msgid "Home page" -msgstr "" +msgstr "Domača stran" msgid "Home page of authority" -msgstr "" +msgstr "Domača stran organa" msgid "However, you have the right to request environmental\\n information under a different law" -msgstr "" +msgstr "Imate pa pravico zahtevati okoljske informacije po drugem zakonu" msgid "Human health and safety" -msgstr "" +msgstr "Zdravje in varnost" msgid "I am asking for <strong>new information</strong>" -msgstr "" +msgstr "Sprašujem za <strong>nove informacije</strong>" msgid "I am requesting an <strong>internal review</strong>" -msgstr "" +msgstr "Zahtevam <strong>interno revizijo</strong>" + +msgid "I am writing to request an internal review of {{public_body_name}}'s handling of my FOI request '{{info_request_title}}'." +msgstr "Pišem, da bi zahteval interno revizijo glede ravnanja z zahtevkom za IJZ '{{info_request_title}}' na {{public_body_name}}." msgid "I don't like these ones — give me some more!" -msgstr "" +msgstr "Ti mi niso všeč — prikaži več!" msgid "I don't want to do any more tidying now!" -msgstr "" +msgstr "Ta moment ne želim več urejati!" msgid "I like this request" -msgstr "" +msgstr "Všeč mi je ta zahtevek" msgid "I would like to <strong>withdraw this request</strong>" -msgstr "" +msgstr "Želel bi <strong>umakniti to zahtevo</strong>" msgid "I'm still <strong>waiting</strong> for my information\\n <small>(maybe you got an acknowledgement)</small>" -msgstr "" +msgstr "Še vedno <strong>čakam</strong> na informacije\\n <small>(ali pa sem prejel potrdilo o sprejemu)</small>" msgid "I'm still <strong>waiting</strong> for the internal review" -msgstr "" +msgstr "Še vedno <strong>čakam</strong> na interno revizijo" msgid "I'm waiting for an <strong>internal review</strong> response" -msgstr "" +msgstr "Čakam na odziv glede <strong>interne revizije</strong>" msgid "I've been asked to <strong>clarify</strong> my request" -msgstr "" +msgstr "Od mene se zahteva, da <strong>pojasnim</strong> moj zahtevek" msgid "I've received <strong>all the information" -msgstr "" +msgstr "Prejel sem <strong>vse zahtevane informacije" msgid "I've received <strong>some of the information</strong>" -msgstr "" +msgstr "Prejel sem <strong>delne informacije</strong>" msgid "I've received an <strong>error message</strong>" -msgstr "" +msgstr "Prejel sem <strong>sporočilo o napaki</strong>" msgid "I've received an error message" -msgstr "" +msgstr "Prejel sem sporočilo o napaki" msgid "Id" -msgstr "" +msgstr "Id" -msgid "If the address is wrong, or you know a better address, please <a href=\"%s\">contact us</a>." -msgstr "" +msgid "If the address is wrong, or you know a better address, please <a href=\"{{url}}\">contact us</a>." +msgstr "Če je e-poštni naslov napačen ali poznate primernejšega, nas prosimo <a href=\"{{url}}\">kontaktirajte</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 "Če ste prejeli napako o dostavi in ste uspeli najti delujoč e-poštni naslov za organ, nas prosim obvestite z uporabo spodnjega obrazca." 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 "Če to ni pravilno ali pa bi želeli poslati pozen odgovor na zahtevek\\n ali e-pošto uporabniku {{user}}, ki se ne tiče te zadeve, potem prosimo\\npošljite epošto na {{contact_email}}." -msgid "If you are dissatisfied by the response you got from\\n the public authority, you have the right to\\n complain (<a href=\"%s\">details</a>)." -msgstr "" +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 "Če niste zadovoljni z odgovorom, ki ste ga prejeli od organa, se imate pravico pritožiti (<a href=\"{{url}}\">podrobnosti</a>)." -msgid "If you are still having trouble, please <a href=\"%s\">contact us</a>." -msgstr "" +msgid "If you are still having trouble, please <a href=\"{{url}}\">contact us</a>." +msgstr "Če imate še vedno težave, nas prosimo <a href=\"{{url}}\">kontaktirajte</a>." -msgid "If you are the requester, then you may <a href=\"%s\">sign in</a> to view the request." -msgstr "" +msgid "If you are the requester, then you may <a href=\"{{url}}\">sign in</a> to view the request." +msgstr "Če ste vi prosilec, potem se lahko <a href=\"{{url}}\">prijavite</a>, da si ogledate zahtevek." -msgid "If you are thinking of using a pseudonym,\\n please <a href=\"%s\">read this first</a>." -msgstr "" +msgid "If you are thinking of using a pseudonym,\\n please <a href=\"{{url}}\">read this first</a>." +msgstr "Če razmišljate o rabi psevdonima, potem si pred tem nujno <a href=\"{{url}}\">preberite to</a>." msgid "If you are {{user_link}}, please" -msgstr "" +msgstr "Če ste uporabnik {{user_link}}, prosim" msgid "If you believe this request is not suitable, you can report it for attention by the site administrators" -msgstr "" +msgstr "Če menite, da je ta zahtevek neprimeren, ga lahko prijavite administratorju." 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 "Če v e-pošti ne morete klikniti na povezavo, morate povezavo <strong>označiti\\n in kopirati</strong> v e-pošti. Zatem jo <strong>prilepite v brskalnik</strong>, v vrstico, \\nkamor bi vpisalo naslov katere koli druge strani." msgid "If you can, scan in or photograph the response, and <strong>send us\\n a copy to upload</strong>." -msgstr "" +msgstr "Če lahko, skenirajte ali fotografirajte odgovor ter <strong>nam pošljite\\n kopijo, da ga naložimo na stran</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 "Če ste pri organu odgovorni za dostop do informacij javnega značaja in vam ta storitev pomaga, dodajte povezavo na nas na vaši spletni strani." 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 "Če ste e-pošto prejeli <strong>pred več kot pol leta</strong>, potem ta povezava za prijavo ne bo več\\n delovala. Prosimo, poskusite še enkrat od zač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 "" +msgstr "Če tega še niste storili, prosimo napišite sporočilo, da obvestite organ o umiku zahteve, sicer organ ne bo vedel, da je zahteva umaknjena." 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 "Če boste odgovorili na to sporočilo, bo sporočilo poslano neposredno\\n uporabniku {{user_name}}, ki bo tako seznanjen z vašim e-poštnim naslovom. To storite le, če vam to ustreza." 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 "Če uporabljate spletni vmesnik za e-pošto ali če uporabljte filtre za neželena sporočila, preverite tudi mapo z neželenimi sporočili. Včasih naša e-pošta pristane med neželenimi sporočili." 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 "Če želite, da umaknemo prepoved, potem nas lahko vljudno\\n <a href=\"/help/contact\">kontaktirate</a> in navedete razloge.\\n" msgid "If you're new to {{site_name}}" -msgstr "" +msgstr "Če ste novi na strani {{site_name}}" msgid "If you've used {{site_name}} before" -msgstr "" +msgstr "Če ste stran {{site_name}} že uporabljali" 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 "Če vaš brskalnik podpira piškotke in vidite to sporočilo, potem je verjetno\\n prišlo do napake na strežniku." msgid "Incoming email address" -msgstr "" +msgstr "Vključno z e-poštnim naslovom" msgid "Incoming message" -msgstr "" +msgstr "Dohodno sporočilo" msgid "IncomingMessage|Cached attachment text clipped" -msgstr "" +msgstr "PrihajajoceSporocilo|Porezano besedilo priloge" msgid "IncomingMessage|Cached main body text folded" -msgstr "" +msgstr "PrihajajoceSporocilo|Poravnana vsebina" msgid "IncomingMessage|Cached main body text unfolded" -msgstr "" +msgstr "PrihajajoceSporocilo|Neporavnana vsebina" msgid "IncomingMessage|Last parsed" -msgstr "" +msgstr "PrihajajoceSporocilo|Nazadnje prečitano" msgid "IncomingMessage|Mail from" -msgstr "" +msgstr "PrihajajoceSporocilo|Pošiljatelj" msgid "IncomingMessage|Mail from domain" -msgstr "" +msgstr "PrihajajoceSporocilo|Domena pošiljatelja" msgid "IncomingMessage|Sent at" -msgstr "" +msgstr "PrihajajoceSporocilo|Poslano ob" msgid "IncomingMessage|Subject" -msgstr "" +msgstr "PrihajajoceSporocilo|Zadeva" msgid "IncomingMessage|Valid to reply to" -msgstr "" +msgstr "PrihajajoceSporocilo|Veljaven odgovor na" msgid "Individual requests" -msgstr "" +msgstr "Posamezni zahtevki" msgid "Info request" -msgstr "" +msgstr "Zahtevek za informacije" msgid "Info request event" -msgstr "" +msgstr "Dogodek zahtevka za informacije" msgid "InfoRequestEvent|Calculated state" -msgstr "" +msgstr "InfoZahtevekDogodek|Izračunano stanje" msgid "InfoRequestEvent|Described state" -msgstr "" +msgstr "InfoZahtevekDogodek|Opisano stanje" msgid "InfoRequestEvent|Event type" -msgstr "" +msgstr "InfoZahtevekDogodek|Tip dogodka" msgid "InfoRequestEvent|Last described at" -msgstr "" +msgstr "InfoZahtevekDogodek|Zadnje opisano ob" msgid "InfoRequestEvent|Params yaml" -msgstr "" +msgstr "InfoZahtevekDogodek|Parametri" msgid "InfoRequestEvent|Prominence" -msgstr "" +msgstr "InfoZahtevekDogodek|Prominenca" msgid "InfoRequest|Allow new responses from" -msgstr "" +msgstr "InfoZahtevek|Dovoli nove odzive od" msgid "InfoRequest|Attention requested" -msgstr "" +msgstr "InfoRequest|Zahtevano posredovanje" msgid "InfoRequest|Awaiting description" -msgstr "" +msgstr "InfoZahtevek|Čakam opis" msgid "InfoRequest|Comments allowed" -msgstr "" +msgstr "InfoRequest|Komentarji dovoljeni" msgid "InfoRequest|Described state" -msgstr "" +msgstr "InfoZahtevek|Opisano stanje" msgid "InfoRequest|External url" -msgstr "" +msgstr "InfoRequest|Eksterni URL" msgid "InfoRequest|External user name" -msgstr "" +msgstr "InfoRequest|Externo uporabniško ime" msgid "InfoRequest|Handle rejected responses" -msgstr "" +msgstr "InfoZahtevek|Obravnavaj zavrnjene odzive" msgid "InfoRequest|Idhash" -msgstr "" +msgstr "InfoZahtevek|Preverjevalna vsota" msgid "InfoRequest|Law used" -msgstr "" +msgstr "InfoZahtevek|Uporabljen zakon" msgid "InfoRequest|Prominence" -msgstr "" +msgstr "InfoZahtevek|Prominenca" msgid "InfoRequest|Title" -msgstr "" +msgstr "InfoZahtevek|Naslov" msgid "InfoRequest|Url title" -msgstr "" +msgstr "InfoZahtevek|Naslov v URL" msgid "Information not held." -msgstr "" +msgstr "Teh informacij ni" msgid "Information on emissions and discharges (e.g. noise, energy,\\n radiation, waste materials)" -msgstr "" +msgstr "Informacije o emisijah in izpustih (npr. zvok, energija, \\nsevanje, odpadni materiali)" msgid "Internal review request" -msgstr "" +msgstr "Zahtevek za interno revizijo" 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 "Je {{email_address}} napačen naslov za zahtevek {{type_of_request}} za {{public_body_name}}? Če je temu tako, nas prosimo kontaktirajte z uporabo tega obrazca:" 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 "Možno je, da je vaš brskalnik nastavljen, da ne sprejema \"piškotkov\", \\nali da jih ne more sprejeti. Če lahko, prosimo omogočite piškotke ali poskusite \\nuporabiti drug brskalnik. Potem osvežite in poskusite še enkrat." msgid "Items matching the following conditions are currently displayed on your wall." -msgstr "" +msgstr "Na vašem zidu so prikazani predmeti, ki ustrezajo sledečim pogojem." msgid "Items sent in last month" -msgstr "" +msgstr "Stvari, poslane v zadnjem mesecu" msgid "Joined in" -msgstr "" +msgstr "Se je pridružil" msgid "Joined {{site_name}} in" -msgstr "" +msgstr "Se je pridružil {{site_name}} v" msgid "Just one more thing" -msgstr "" +msgstr "Še ena stvar" -msgid "Keep it <strong>focused</strong>, you'll be more likely to get what you want (<a href=\"%s\">why?</a>)." -msgstr "" +msgid "Keep it <strong>focused</strong>, you'll be more likely to get what you want (<a href=\"{{url}}\">why?</a>)." +msgstr "Zahtevo spišite <strong>konkretno</strong>, tako je bolj verjetno, da prejmete željene informacije (<a href=\"{{url}}\">zakaj?</a>)." msgid "Keywords" -msgstr "" +msgstr "Ključne besede" msgid "Last authority viewed: " -msgstr "" +msgstr "Zadnji pregledani organ:" msgid "Last request viewed: " -msgstr "" +msgstr "Zadnji pregledani zahtevek:" msgid "Let us know what you were doing when this message\\nappeared and your browser and operating system type and version." -msgstr "" +msgstr "Povejte nam, kaj ste počeli, ko se je prikazalo to sporočilo,\\n ter kateri brskalnik in operacijski sistem uporabljate." msgid "Link to this" -msgstr "" +msgstr "Trajna povezava" msgid "List all" -msgstr "" +msgstr "Prikaži vse" msgid "List of all authorities (CSV)" -msgstr "" +msgstr "Seznam organov (zapis CSV)" msgid "Listing FOI requests" -msgstr "" +msgstr "Prikazujem zahtevke za IJZ" msgid "Listing public authorities" -msgstr "" +msgstr "Prikazujem javne organe" msgid "Listing public authorities matching '{{query}}'" -msgstr "" +msgstr "Prikazujem javne organe, ki ustrezajo '{{query}}'" msgid "Listing tracks" -msgstr "" +msgstr "Prikazujem spremljanja" msgid "Listing users" -msgstr "" +msgstr "Prikazujem uporabnike" msgid "Log in to download a zip file of {{info_request_title}}" -msgstr "" +msgstr "Prijavite se, da prenesete arhiv ZIP zahtevka {{info_request_title}}" msgid "Log into the admin interface" -msgstr "" +msgstr "Prijava v administracijski vmesnik" msgid "Long overdue." -msgstr "" +msgstr "Rok za odziv pretečen." msgid "Made between" -msgstr "" +msgstr "Narejeno med" msgid "Mail server log" -msgstr "" +msgstr "Dnevnik poštnega strežnika" msgid "Mail server log done" -msgstr "" +msgstr "Dnevnik poštnega strežnika končano" msgid "MailServerLogDone|Filename" -msgstr "" +msgstr "MailServerLogDone|Datoteka" msgid "MailServerLogDone|Last stat" -msgstr "" +msgstr "MailServerLogDone|Last stat" msgid "MailServerLog|Line" -msgstr "" +msgstr "MailServerLog|Vrstica" msgid "MailServerLog|Order" -msgstr "" - -msgid "Make a new <strong>Environmental Information</strong> request" -msgstr "" - -msgid "Make a new <strong>Freedom of Information</strong> request to {{public_body}}" -msgstr "" +msgstr "MailServerLog|Vrstni red" msgid "Make a new<br/>\\n <strong>Freedom <span>of</span><br/>\\n Information<br/>\\n request</strong>" -msgstr "" +msgstr "Ustvarite nov<br/>\\n <strong>Zahtevek <span>za</span><br/>\\n informacije<br/>\\n javnega značaja</strong>" msgid "Make a request" -msgstr "" +msgstr "Naredite zahtevek" + +msgid "Make a request to this authority" +msgstr "Naredite nov zahtevek za ta organ" msgid "Make an {{law_used_short}} request to '{{public_body_name}}'" -msgstr "" +msgstr "Naredite {{law_used_short}} zahtevek za '{{public_body_name}}'" msgid "Make and browse Freedom of Information (FOI) requests" -msgstr "" +msgstr "Naredite in brskajte zahtevke za informacije javnega značaja" msgid "Make your own request" -msgstr "" +msgstr "Naredite nov zahtevek" msgid "Many requests" -msgstr "" +msgstr "Veliko zahtevkov" msgid "Message" -msgstr "" +msgstr "Sporočilo" msgid "Message sent using {{site_name}} contact form, " -msgstr "" +msgstr "Sporočilo je bilo poslano z uporabo obrazca na {{site_name}}," msgid "Missing contact details for '" -msgstr "" +msgstr "Manjkajo kontaktne informacije za '" msgid "More about this authority" -msgstr "" +msgstr "Več o tem organu" msgid "More requests..." -msgstr "" +msgstr "Več zahtevkov..." msgid "More similar requests" -msgstr "" +msgstr "Več podobnih zahtevkov" msgid "More successful requests..." -msgstr "" +msgstr "Več uspešnih zahtevkov..." msgid "My profile" -msgstr "" +msgstr "Moj profil" msgid "My request has been <strong>refused</strong>" -msgstr "" +msgstr "Moj zahtevek je bil <strong>zavrnjen</strong>" msgid "My requests" -msgstr "" +msgstr "Moji zahtevki" msgid "My wall" -msgstr "" +msgstr "Moj zid" msgid "Name can't be blank" -msgstr "" +msgstr "Ime ne more biti prazno" msgid "Name is already taken" -msgstr "" +msgstr "Ime je že zasedeno" msgid "New Freedom of Information requests" -msgstr "" +msgstr "Nov zahtevek po informacijah javnega značaja" msgid "New censor rule" -msgstr "" +msgstr "Novo pravilo za cenzuro" msgid "New e-mail:" -msgstr "" +msgstr "Nov e-poštni naslov:" msgid "New email doesn't look like a valid address" -msgstr "" +msgstr "Nov e-poštni naslov ne izgleda veljaven" msgid "New password:" -msgstr "" +msgstr "Novo geslo:" msgid "New password: (again)" -msgstr "" +msgstr "Novo geslo (ponovno):" msgid "New response to '{{title}}'" -msgstr "" +msgstr "Nov odgovor na '{{title}}'" msgid "New response to your FOI request - " -msgstr "" +msgstr "Nov odziv na vaš zaktevek -" msgid "New response to your request" -msgstr "" +msgstr "Nov odgovor na vaš zahtevek" msgid "New response to {{law_used_short}} request" -msgstr "" +msgstr "Nov odgovor na {{law_used_short}} zahtevek" msgid "New updates for the request '{{request_title}}'" -msgstr "" +msgstr "Nove spremembe glede zahtevka '{{request_title}}'" msgid "Newest results first" -msgstr "" +msgstr "Najnovejši rezultati najprej" msgid "Next" -msgstr "" +msgstr "Naprej" msgid "Next, crop your photo >>" -msgstr "" +msgstr "Obrežite vašo sliko >>" msgid "No requests of this sort yet." -msgstr "" +msgstr "Ni še zahtevkov te vrste." msgid "No results found." -msgstr "" +msgstr "Ni najdenih rezultatov." msgid "No similar requests found." -msgstr "" +msgstr "Ni podobnih zahtevkov." msgid "No tracked things found." -msgstr "" +msgstr "Ni spremljanj." msgid "Nobody has made any Freedom of Information requests to {{public_body_name}} using this site yet." -msgstr "" +msgstr "Nihče še ni naredil zahtevka po informacijah javnega značaja za {{public_body_name}} z uporabo te strani." msgid "None found." -msgstr "" +msgstr "Ni najdeno." msgid "None made." -msgstr "" +msgstr "Ni narejeno." msgid "Not a valid FOI request" -msgstr "" +msgstr "Ni veljaven zahtevek za IJZ" 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 "" +msgstr "Vedite, da prosilec ne bo obveščen o vašem zaznamku, ker je bil zahtevek objavljen na lastno željo {{public_body_name}}." msgid "Now check your email!" -msgstr "" +msgstr "Preverite vašo e-pošto!" msgid "Now preview your annotation" -msgstr "" +msgstr "Preglejte vaš zaznamek" msgid "Now preview your follow up" -msgstr "" +msgstr "Preglejte vaš odziv" msgid "Now preview your message asking for an internal review" -msgstr "" +msgstr "Preglejte vaš zahtevek za interno revizijo" msgid "OR remove the existing photo" -msgstr "" +msgstr "ALI odstranite trenutno fotografijo" msgid "Offensive? Unsuitable?" -msgstr "" +msgstr "Žaljivo? Neprimerno?" msgid "Oh no! Sorry to hear that your request was refused. Here is what to do now." -msgstr "" +msgstr "Joj ne! Vaš zahtevek je bil zavrnjen. Poglejte kaj lahko storite sedaj." msgid "Old e-mail:" -msgstr "" +msgstr "Star e-poštni naslov:" msgid "Old email address isn't the same as the address of the account you are logged in with" -msgstr "" +msgstr "Stari e-poštni naslov ni isti, kot je ta, s katerim ste prijavljeni" msgid "Old email doesn't look like a valid address" -msgstr "" +msgstr "Stari e-poštni naslov ni veljaven" msgid "On this page" -msgstr "" +msgstr "Na tej strani" msgid "One FOI request found" -msgstr "" +msgstr "En zahtevek najden" msgid "One person found" -msgstr "" +msgstr "Najdena ena oseba " msgid "One public authority found" -msgstr "" +msgstr "Najden en javni organ" 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 "Dodajte le okrajšave, ki se uporabljajo, sicer pustite prazno. Kratko ali dolgo ime je uporabljano v URL naslovu - ne delajte si skrbi z okvaro povezav pri spremembah, saj se ohranijo z uporabo preusmeritev" msgid "Only requests made using {{site_name}} are shown." -msgstr "" +msgstr "Prikazani so zgolj zahtevki, narejeni z uporabo {{site_name}}." msgid "Only the authority can reply to this request, and I don't recognise the address this reply was sent from" -msgstr "" +msgstr "Na ta zahtevek lahko odgovori zgolj organ, e-poštni naslov, s katerega je bil poslan odgovor, pa ni prepoznan" msgid "Only the authority can reply to this request, but there is no \"From\" address to check against" -msgstr "" +msgstr "Na ta zahtevek lahko odgovori zgolj organ, a sporočilo ne vsebuje polja pošiljatelja, da bi ga primerjali" msgid "Or search in their website for this information." -msgstr "" +msgstr "Ali iščite po njihovi spletni strani za te informacije" msgid "Original request sent" -msgstr "" +msgstr "Izvirno poslani zahtevek" msgid "Other:" -msgstr "" +msgstr "Drugo:" msgid "Outgoing message" -msgstr "" +msgstr "Odhodno sporočilo" msgid "OutgoingMessage|Body" -msgstr "" +msgstr "IzhodnoSporočilo|Vsebina" msgid "OutgoingMessage|Last sent at" -msgstr "" +msgstr "IzhodnoSporočilo|Zadnje poslano ob" msgid "OutgoingMessage|Message type" -msgstr "" +msgstr "IzhodnoSporočilo|Tip sporočila" msgid "OutgoingMessage|Status" -msgstr "" +msgstr "IzhodnoSporočilo|Status" msgid "OutgoingMessage|What doing" -msgstr "" +msgstr "IzhodnoSporočilo|Cilj" msgid "Partially successful." -msgstr "" +msgstr "Delno odobreno." msgid "Password is not correct" -msgstr "" +msgstr "Geslo ni pravilno" msgid "Password:" -msgstr "" +msgstr "Geslo:" msgid "Password: (again)" -msgstr "" +msgstr "Geslo (ponovno):" msgid "Paste this link into emails, tweets, and anywhere else:" -msgstr "" +msgstr "Prilepite to povezavo v e-pošto, tvite in drugam:" msgid "People" -msgstr "" +msgstr "Ljudje" msgid "People {{start_count}} to {{end_count}} of {{total_count}}" -msgstr "" +msgstr "Ljudje od {{start_count}} do {{end_count}} od skupno {{total_count}}" msgid "Photo of you:" -msgstr "" +msgstr "Vaša slika:" msgid "Plans and administrative measures that affect these matters" -msgstr "" +msgstr "Načrti in administrativni ukrepi, ki vplivajo na te zadeve" msgid "Play the request categorisation game" -msgstr "" +msgstr "Igrajte igro kategorizacije zahtevkov" msgid "Play the request categorisation game!" -msgstr "" +msgstr "Igrajte igro kategorizacije zahtevkov!" msgid "Please" -msgstr "" +msgstr "Prosimo" -msgid "Please <a href=\"%s\">get in touch</a> with us so we can fix it." -msgstr "" +msgid "Please <a href=\"{{url}}\">get in touch</a> with us so we can fix it." +msgstr "Prosimo, <a href=\"{{url}}\">stopite v kontakt z nami</a>, da lahko zadevo popravimo." msgid "Please <strong>answer the question above</strong> so we know whether the " -msgstr "" +msgstr "Prosimo <strong>odgovorite na zgornje vprašanje</strong> da vemo ali" 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 "Prosimo, <strong>pojdite na sledeče zahtevke</strong> in nam \\npovejte, če vsebujejo zadnji odgovori kaj zahtevanih infromacij." 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 "Prosimo, vpisujte <strong>zgolj</strong> sporočila, ki se tičejo tega zahtevka {{request_link}}. Če bi želeli pridobiti informacije, ki jih niste zahtevali v izvirnem zahtevku, potem <a href=\"{{new_request_link}}\">naredite nov zahtevek</a>." msgid "Please ask for environmental information only" -msgstr "" +msgstr "Vprašajte zgolj za informacije o okolju" msgid "Please check the URL (i.e. the long code of letters and numbers) is copied\\ncorrectly from your email." -msgstr "" +msgstr "Prosimo preverite, da je URL (daljši niz znakov in številk) pravilno prekopiran \\n iz vaše e-pošte." msgid "Please choose a file containing your photo." -msgstr "" +msgstr "Izberite datoteko z vašo fotografijo." + +msgid "Please choose a reason" +msgstr "Prosimo, izberite razlog" msgid "Please choose what sort of reply you are making." -msgstr "" +msgstr "Izberite tip odgovora, ki ga pišete." msgid "Please choose whether or not you got some of the information that you wanted." -msgstr "" +msgstr "Označite ali ste dobili vsaj del informacij, ki ste jih zahtevali." msgid "Please click on the link below to cancel or alter these emails." -msgstr "" +msgstr "Kliknite na spodnjo povezavo, da prekličete ali spremenite ta e-pisma." 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 "Prosimo, kliknite na spodnjo povezavo, da potrdite, da želite spremeniti e-poštni naslov, ki ga uporabljate na {{site_name}}\\niz {{old_email}} v {{new_email}}" msgid "Please click on the link below to confirm your email address." -msgstr "" +msgstr "Kliknite na spodnjo povezavo, da potrdite vaš e-poštni naslov." 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 "Bolj natantančno opišite zadevo zahtevka. Ni potrebe, da rečete, da gre za zahtevek IJZ, saj se to doda avtomatsko." msgid "Please don't upload offensive pictures. We will take down images\\n that we consider inappropriate." -msgstr "" +msgstr "Prosimo ne nalagajte žaljivih slik. Neprimerne slike bodo odstranjene." msgid "Please enable \"cookies\" to carry on" -msgstr "" +msgstr "Za nadaljevanje morate omogočiti piškotke." msgid "Please enter a password" -msgstr "" +msgstr "Vnesite geslo" msgid "Please enter a subject" -msgstr "" +msgstr "Vnesite zadevo" msgid "Please enter a summary of your request" -msgstr "" +msgstr "Vnesite povzetek vašega zahtevka" msgid "Please enter a valid email address" -msgstr "" +msgstr "Vnesite veljaven e-poštni naslov" msgid "Please enter the message you want to send" -msgstr "" +msgstr "Vnesite sporočilo, ki ga želite poslati" msgid "Please enter the same password twice" -msgstr "" +msgstr "Vnesite isto geslo obakrat" msgid "Please enter your annotation" -msgstr "" +msgstr "Vnesite vaš zaznamek" msgid "Please enter your email address" -msgstr "" +msgstr "Vnesite vaš e-poštni naslov" msgid "Please enter your follow up message" -msgstr "" +msgstr "Vnesite vaš odziv" msgid "Please enter your letter requesting information" -msgstr "" +msgstr "Vnesite vaše sporočilo, v katerem zahtevate informacije" msgid "Please enter your name" -msgstr "" +msgstr "Vnesite vaše ime" msgid "Please enter your name, not your email address, in the name field." -msgstr "" +msgstr "V polju za ime vnesite vaše ime, ne vašega e-poštnega naslova." msgid "Please enter your new email address" -msgstr "" +msgstr "Vnesite vaš novi e-poštni naslov" msgid "Please enter your old email address" -msgstr "" +msgstr "Vnesite vaš stari e-poštni naslov" msgid "Please enter your password" -msgstr "" +msgstr "Vnesite vaše geslo" msgid "Please give details explaining why you want a review" -msgstr "" +msgstr "Podrobno utemeljite zakaj zahtevate revizijo" msgid "Please keep it shorter than 500 characters" -msgstr "" +msgstr "Opišite v 500 znakih ali manj " 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 "Povzetek naj bo kratek, tako kot zadeva e-poštnega sporočila. Uporabite lahko tudi besedno zvezo namesto celotnega stavka." 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 "Prosimo zahtevajte le informacije, ki spadajo v te kategorije in <strong>ne tratite vašega časa</strong> in časa javnih organov z zahtevami po nepovezanih informacijah." + +msgid "Please pass this on to the person who conducts Freedom of Information reviews." +msgstr "Prosimo, posredujte to osebi, odgovorni za dostop do informacij javnega značaja." msgid "Please select each of these requests in turn, and <strong>let everyone know</strong>\\nif they are successful yet or not." -msgstr "" +msgstr "Prosimo izberite vsakega od teh zahtevkov po vrsti in <strong>dajte vsem vedeti</strong>,\\n če so bili uspešni ali ne." -msgid "Please sign at the bottom with your name, or alter the \"%{signoff}\" signature" -msgstr "" +msgid "Please sign at the bottom with your name, or alter the \"{{signoff}}\" signature" +msgstr "Prosimo, podpišite se spodaj z vašim imenom ali pa spremenite podpis \"{{signoff}}\"." msgid "Please sign in as " -msgstr "" +msgstr "Prijavite se kot" msgid "Please sign in or make a new account." -msgstr "" +msgstr "Prosimo, prijavite se ali ustvarite nov račun." msgid "Please type a message and/or choose a file containing your response." -msgstr "" +msgstr "Napišite sporočilo in/ali izberite datoteko z vašim odzivom." msgid "Please use this email address for all replies to this request:" -msgstr "" +msgstr "Prosimo uporabite ta e-poštni naslov za vse odgovore na ta zahtevek:" msgid "Please write a summary with some text in it" -msgstr "" +msgstr "Prosimo vpišite povzetek" msgid "Please write the summary using a mixture of capital and lower case letters. This makes it easier for others to read." -msgstr "" +msgstr "Povzetek napišite z uporabo velikih začetnic, da bo prijetnejši za branje." msgid "Please write your annotation using a mixture of capital and lower case letters. This makes it easier for others to read." -msgstr "" +msgstr "Prosimo, napišite vaš zaznamek z uporabo velikih začetnic, da bo lažji za branje." msgid "Please write your follow up message containing the necessary clarifications below." -msgstr "" +msgstr "Prosimo napišite vaš odziv, ki vsebuje zahtevana pojasnila spodaj." msgid "Please write your message using a mixture of capital and lower case letters. This makes it easier for others to read." -msgstr "" +msgstr "Prosimo napišite vaše sporočilo z uporabo velikih začetnic. Tako bo prijetnejši za branje." msgid "Point to <strong>related information</strong>, campaigns or forums which may be useful." -msgstr "" +msgstr "Opozorite na <strong>sorodne informacije</strong>, kampanje ali forume, ki so morda uporabni." msgid "Possibly related requests:" -msgstr "" +msgstr "Morebiti sorodni zahtevki:" msgid "Post annotation" -msgstr "" +msgstr "Objavi zaznamek" msgid "Post redirect" -msgstr "" +msgstr "Preusmeritev" msgid "PostRedirect|Circumstance" -msgstr "" +msgstr "PostRedirect|Okoliščine" msgid "PostRedirect|Email token" -msgstr "" +msgstr "PostRedirect|Epoštni žeton" msgid "PostRedirect|Post params yaml" -msgstr "" +msgstr "PostRedirect|Parametri v yaml" msgid "PostRedirect|Reason params yaml" -msgstr "" +msgstr "PostRedirect|Parametri razlogov v yaml" msgid "PostRedirect|Token" -msgstr "" +msgstr "PostRedirect|Žeton" msgid "PostRedirect|Uri" -msgstr "" +msgstr "PostRedirect|Uri" msgid "Posted on {{date}} by {{author}}" -msgstr "" +msgstr "Objavlil {{author}} dne {{date}}" msgid "Powered by <a href=\"http://www.alaveteli.org/\">Alaveteli</a>" -msgstr "" +msgstr "Stran poganja <a href=\"http://www.alaveteli.org/\">Alaveteli</a>" msgid "Prev" -msgstr "" +msgstr "Prejšnja" msgid "Preview follow up to '" -msgstr "" +msgstr "Predogled odziva na '" msgid "Preview new annotation on '{{info_request_title}}'" -msgstr "" +msgstr "Predogled zaznamka na '{{info_request_title}}'" msgid "Preview your annotation" -msgstr "" +msgstr "Predogled zaznamka" msgid "Preview your message" -msgstr "" +msgstr "Predogled sporočila" msgid "Preview your public request" -msgstr "" +msgstr "Predogled vašega zahtevka" msgid "Profile photo" -msgstr "" +msgstr "Profilna slika" msgid "ProfilePhoto|Data" -msgstr "" +msgstr "ProfilnaSlika|Podatki" msgid "ProfilePhoto|Draft" -msgstr "" +msgstr "ProfilnaSlika|Osnutek" msgid "Public authorities" -msgstr "" +msgstr "Javni organi" msgid "Public authorities - {{description}}" -msgstr "" +msgstr "Javni organi - {{description}}" msgid "Public authorities {{start_count}} to {{end_count}} of {{total_count}}" -msgstr "" +msgstr "Javni organi od {{start_count}} do {{end_count}} od skupno {{total_count}}" msgid "Public authority – {{name}}" -msgstr "" +msgstr "Javni organ - {{name}}" msgid "Public body" -msgstr "" - -msgid "Public body/translation" -msgstr "" +msgstr "Javni organ" msgid "Public notes" -msgstr "" +msgstr "Javne opombe" msgid "Public page" -msgstr "" +msgstr "Javna stran" msgid "Public page not available" -msgstr "" - -msgid "PublicBody::Translation|Disclosure log" -msgstr "" - -msgid "PublicBody::Translation|First letter" -msgstr "" - -msgid "PublicBody::Translation|Locale" -msgstr "" - -msgid "PublicBody::Translation|Name" -msgstr "" - -msgid "PublicBody::Translation|Notes" -msgstr "" - -msgid "PublicBody::Translation|Publication scheme" -msgstr "" - -msgid "PublicBody::Translation|Request email" -msgstr "" - -msgid "PublicBody::Translation|Short name" -msgstr "" - -msgid "PublicBody::Translation|Url name" -msgstr "" +msgstr "Javna stran ni na voljo" msgid "PublicBody|Api key" -msgstr "" +msgstr "PublicBody|Api key" msgid "PublicBody|Disclosure log" -msgstr "" +msgstr "PublicBody|Dnevnik razkritij" msgid "PublicBody|First letter" -msgstr "" +msgstr "JavniOrgan|Prva črka" msgid "PublicBody|Home page" -msgstr "" +msgstr "JavniOrgan|Domača stran" msgid "PublicBody|Info requests count" -msgstr "" +msgstr "PublicBody|Število zahtevkov IJZ" msgid "PublicBody|Last edit comment" -msgstr "" +msgstr "JavniOrgan|Zadnji urejani komentar" msgid "PublicBody|Last edit editor" -msgstr "" +msgstr "JavniOrgan|Zadnji urejevalec" msgid "PublicBody|Name" -msgstr "" +msgstr "JavniOrgan|Naziv" msgid "PublicBody|Notes" -msgstr "" +msgstr "JavniOrgan|Opombe" msgid "PublicBody|Publication scheme" -msgstr "" +msgstr "JavniOrgan|Metoda objave" msgid "PublicBody|Request email" -msgstr "" +msgstr "JavniOrgan|Epoštni naslov za zahtevke" msgid "PublicBody|Short name" -msgstr "" +msgstr "JavniOrgan|Kratko ime" msgid "PublicBody|Url name" -msgstr "" +msgstr "JavniOrgan|Ime v URL" msgid "PublicBody|Version" -msgstr "" +msgstr "JavniOrgan|Verzija" msgid "Publication scheme" -msgstr "" +msgstr "Metoda objave" msgid "Publication scheme URL" -msgstr "" +msgstr "URL metode objave" msgid "Purge request" -msgstr "" +msgstr "Počisti zahtevek" msgid "PurgeRequest|Model" -msgstr "" +msgstr "PurgeRequest|Model" msgid "PurgeRequest|Url" -msgstr "" +msgstr "PurgeRequest|Url" msgid "RSS feed" -msgstr "" +msgstr "vir RSS" msgid "RSS feed of updates" -msgstr "" +msgstr "vir sprememb RSS" msgid "Re-edit this annotation" -msgstr "" +msgstr "Ponovno uredi ta zaznamek" msgid "Re-edit this message" -msgstr "" +msgstr "Ponovno uredi to sporočilo" msgid "Read about <a href=\"{{advanced_search_url}}\">advanced search operators</a>, such as proximity and wildcards." -msgstr "" +msgstr "Preberite si <a href=\"{{advanced_search_url}}\">o naprednih iskalnih operatorjih</a>, kot so podobnost." msgid "Read blog" -msgstr "" +msgstr "Obiščite blog" msgid "Received an error message, such as delivery failure." -msgstr "" +msgstr "Prejeto je bilo sporočilo o napaki, kot npr. napaka pri dostavi." msgid "Recently described results first" -msgstr "" +msgstr "Nedavno opisani rezultati najprej" msgid "Refused." -msgstr "" +msgstr "Zavrnjeno." msgid "Remember me</label> (keeps you signed in longer;\\n do not use on a public computer) " -msgstr "" +msgstr "Zapomni se me</label>(ohrani vašo prijavo na tem računalniku;\\nne uporabljate tega na javnih računalnikih)" msgid "Report abuse" -msgstr "" +msgstr "Prijavi zlorabo" msgid "Report an offensive or unsuitable request" -msgstr "" +msgstr "Prijavite žaljiv ali neprimeren zahtevek" + +msgid "Report request" +msgstr "Prijavi zahtevek" msgid "Report this request" -msgstr "" +msgstr "Prijavite ta zahtevek" msgid "Reported for administrator attention." -msgstr "" +msgstr "Prijavljeno administratorjem." msgid "Request an internal review" -msgstr "" +msgstr "Zahtevajte interno revizijo" msgid "Request an internal review from {{person_or_body}}" -msgstr "" +msgstr "Zahtevajte interno revizijo od {{person_or_body}}" msgid "Request email" -msgstr "" +msgstr "Zahtevajte e-pošto" msgid "Request has been removed" -msgstr "" +msgstr "Zahtevek je bil odstranjen" msgid "Request sent to {{public_body_name}} by {{info_request_user}} on {{date}}." -msgstr "" +msgstr "Zahtevek je bil poslan na {{public_body_name}} s strani {{info_request_user}} dne {{date}}." msgid "Request to {{public_body_name}} by {{info_request_user}}. Annotated by {{event_comment_user}} on {{date}}." -msgstr "" +msgstr "Zahtevek na {{public_body_name}} od uporabnika {{info_request_user}}. Zaznamek uporabnika {{event_comment_user}} dne {{date}}." msgid "Requested from {{public_body_name}} by {{info_request_user}} on {{date}}" -msgstr "" +msgstr "Zahtevano od {{public_body_name}} s strani uporabnika {{info_request_user}} dne {{date}}" msgid "Requested on {{date}}" -msgstr "" +msgstr "Zahtevano dne {{date}}" msgid "Requests for personal information and vexatious requests are not considered valid for FOI purposes (<a href=\"/help/about\">read more</a>)." -msgstr "" +msgstr "Zahtevki za osebne podatke in provokativni zahtevki se ne smatrajo za veljavne zahtevke za IJZ (<a href=\"/help/about\">preberite več</a>)." msgid "Requests or responses matching your saved search" -msgstr "" +msgstr "Zahtevki in odgovori, ki ustrezajo vašemu shranjenemu iskanju" msgid "Respond by email" -msgstr "" +msgstr "Odgovorite prek e-pošte" msgid "Respond to request" -msgstr "" +msgstr "Odgovorite na zahtevek" msgid "Respond to the FOI request" -msgstr "" +msgstr "Odgovorite na zahtevek po IJZ" msgid "Respond using the web" -msgstr "" +msgstr "Odgovorite z uporabo spletnega vmesnika" msgid "Response" -msgstr "" +msgstr "Odgovorite" msgid "Response from a public authority" -msgstr "" +msgstr "Odgovor od javnega organa" msgid "Response to '{{title}}'" -msgstr "" +msgstr "Odgovor na '{{title}}'" msgid "Response to this request is <strong>delayed</strong>." -msgstr "" +msgstr "Odgovor na ta zahtevek je bil <strong>odložen</strong>." msgid "Response to this request is <strong>long overdue</strong>." -msgstr "" +msgstr "Rok za odgovor na ta zahtevek je <strong>potekel</strong>." msgid "Response to your request" -msgstr "" +msgstr "Odgovor na vaš zahtevek" msgid "Response:" -msgstr "" +msgstr "Odgovor:" msgid "Restrict to" -msgstr "" +msgstr "Omejite na" msgid "Results page {{page_number}}" -msgstr "" +msgstr "Rezultati, stran {{page_number}}" msgid "Save" -msgstr "" +msgstr "Shrani" msgid "Search" -msgstr "" +msgstr "Išči" msgid "Search Freedom of Information requests, public authorities and users" -msgstr "" +msgstr "Iščite po zahtevkih IJZ, javnih organih in uporabnikih" msgid "Search contributions by this person" -msgstr "" +msgstr "Iščite prispevke te osebe" msgid "Search for words in:" -msgstr "" +msgstr "Iščite za besedami v:" msgid "Search in" -msgstr "" +msgstr "Iščite v" msgid "Search over<br/>\\n <strong>{{number_of_requests}} requests</strong> <span>and</span><br/>\\n <strong>{{number_of_authorities}} authorities</strong>" -msgstr "" +msgstr "Iščite po <br/>\\n <strong>{{number_of_requests}} zahtevkih</strong> <span>in po</span><br/>\\n<strong>{{number_of_authorities}} organih</strong>" msgid "Search queries" -msgstr "" +msgstr "Iskalne poizvedbe" msgid "Search results" -msgstr "" +msgstr "Rezultati iskanja" msgid "Search the site to find what you were looking for." -msgstr "" +msgstr "Iščite po strani" -msgid "Search within the %d Freedom of Information requests to %s" -msgid_plural "Search within the %d Freedom of Information requests made to %s" -msgstr[0] "" -msgstr[1] "" -msgstr[2] "" -msgstr[3] "" +msgid "Search within the {{count}} Freedom of Information requests to {{public_body_name}}" +msgid_plural "Search within the {{count}} Freedom of Information requests made to {{public_body_name}}" +msgstr[0] "Iščite po {{count}} zahtevku za informacije javnega značaja, narejene na {{public_body_name}}" +msgstr[1] "Iščite po {{count}} zahtevkih za informacije javnega značaja, narejene na {{public_body_name}}" +msgstr[2] "Iščite po {{count}} zahtevkih za informacije javnega značaja, narejene na {{public_body_name}}" +msgstr[3] "Iščite po {{count}} zahtevkih za informacije javnega značaja, narejene na {{public_body_name}}" msgid "Search your contributions" -msgstr "" +msgstr "Iščite po vaših prispevkih" msgid "See bounce message" -msgstr "" +msgstr "Poglejte sporočilo o nedostavi" msgid "Select one to see more information about the authority." -msgstr "" +msgstr "Izberite en javni organ, da bi dobili več informacij o njem." msgid "Select the authority to write to" -msgstr "" +msgstr "Izberite organ za dopis" msgid "Send a followup" -msgstr "" +msgstr "Pošljite odziv" msgid "Send a message to " -msgstr "" +msgstr "Pošljite sporočilo na" msgid "Send a public follow up message to {{person_or_body}}" -msgstr "" +msgstr "Pošljite javni odziv za {{person_or_body}}" msgid "Send a public reply to {{person_or_body}}" -msgstr "" +msgstr "Pošljite javni odgovor za {{person_or_body}}" msgid "Send follow up to '{{title}}'" -msgstr "" +msgstr "Pošljite odziv na '{{title}}'" msgid "Send message" -msgstr "" +msgstr "Pošljite sporočilo" msgid "Send message to " -msgstr "" +msgstr "Pošlji sporočilo " msgid "Send request" -msgstr "" +msgstr "Pošlji zahtevek" msgid "Set your profile photo" -msgstr "" +msgstr "Nastavi profilno fotografijo" msgid "Short name" -msgstr "" +msgstr "Kratko ime" msgid "Short name is already taken" -msgstr "" +msgstr "Kratko ime je že zasedeno" msgid "Show most relevant results first" -msgstr "" +msgstr "Prikaži najbolj relevantne rezultate najprej" msgid "Show only..." -msgstr "" +msgstr "Prikaži le..." msgid "Showing" -msgstr "" +msgstr "Prikazujem" msgid "Sign in" -msgstr "" +msgstr "Prijava" msgid "Sign in or make a new account" -msgstr "" +msgstr "Prijava ali ustvarjanje novega računa" msgid "Sign in or sign up" -msgstr "" +msgstr "Prijava ali nov račun" msgid "Sign out" -msgstr "" +msgstr "Odjava" msgid "Sign up" -msgstr "" +msgstr "Nov račun" msgid "Similar requests" -msgstr "" +msgstr "Podobni zahtevki" msgid "Simple search" -msgstr "" +msgstr "Enostavno iskanje" msgid "Some notes have been added to your FOI request - " -msgstr "" +msgstr "K vašemu zahtevku IJZ so bili dodani zaznamki -" msgid "Some of the information requested has been received" -msgstr "" +msgstr "Prejet je bil del zahtevanih informacij" msgid "Some people who've made requests haven't let us know whether they were\\nsuccessful or not. We need <strong>your</strong> help –\\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 "Nekateri prosilci niso povedali, če so bili njihovi zahtevki uspešni ali ne.\\n Poterbujemo <strong>vašo</strong> pomoč –\\nizberite enega izmed teh zahtevkov, ga preberite, ter označite če vsebuje zahtevane\\n informacije ali ne, da bomo vsi vedeli. Vsi vam bomo neizmerno hvaležni." msgid "Somebody added a note to your FOI request - " -msgstr "" +msgstr "Nekdo je k vašemu zahtevku IJZ dodal opombo -" msgid "Someone has updated the status of your request" -msgstr "" +msgstr "Nekdo je posodobil status vašega zahtevka" msgid "Someone, perhaps you, just tried to change their email address on\\n{{site_name}} from {{old_email}} to {{new_email}}." -msgstr "" +msgstr "Nekdo, morda vi, je pravkar želel spremeniti e-poštni naslov na\\n{{site_name}} iz {{old_email}} na {{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 "Oprostite - na ta zahtevek ne morete odgovoriti z uporabo {{site_name}}, ker je to kopija zahtevka, izvirno objavljenega na {{link_to_original_request}}." msgid "Sorry, but only {{user_name}} is allowed to do that." -msgstr "" +msgstr "Oprostite, ampak to lahko stori zgolj {{user_name}}." msgid "Sorry, there was a problem processing this page" -msgstr "" +msgstr "Oprostite, pri procesiranju je prišlo do napake." msgid "Sorry, we couldn't find that page" -msgstr "" +msgstr "Oprostite, te strani ni mogoče najti" msgid "Special note for this authority!" -msgstr "" - -msgid "Start" -msgstr "" +msgstr "Posebna opomba za ta organ!" msgid "Start now »" -msgstr "" +msgstr "Začnite zdaj »" msgid "Start your own blog" -msgstr "" +msgstr "Začnite svoj blog" msgid "Stay up to date" -msgstr "" +msgstr "Ostanite na tekočem" msgid "Still awaiting an <strong>internal review</strong>" -msgstr "" +msgstr "Še vedno čaka <strong>interno revizijo</strong>" msgid "Subject" -msgstr "" +msgstr "Zadeva" msgid "Subject:" -msgstr "" +msgstr "Zadeva:" msgid "Submit" -msgstr "" +msgstr "Pošlji" msgid "Submit status" -msgstr "" +msgstr "Pošlji stanje" msgid "Submit status and send message" -msgstr "" +msgstr "Shrani status in odpošlji sporočilo" msgid "Subscribe to blog" -msgstr "" +msgstr "Naroči se na blog" msgid "Successful Freedom of Information requests" -msgstr "" +msgstr "Uspešni zahtevki za informacije javnega značaja" msgid "Successful." -msgstr "" +msgstr "Uspešno." msgid "Suggest how the requester can find the <strong>rest of the information</strong>." -msgstr "" +msgstr "Predlagaj kako lahko prosilec najde <strong>preostanek zahtevanih informacij</strong>." msgid "Summary:" -msgstr "" +msgstr "Povzetek:" msgid "Table of statuses" -msgstr "" +msgstr "Preglednica stanj" msgid "Table of varieties" -msgstr "" +msgstr "Preglednica tipov" msgid "Tags" -msgstr "" +msgstr "Značke" msgid "Tags (separated by a space):" -msgstr "" +msgstr "Značke (ločene s presledkom):" msgid "Tags:" -msgstr "" +msgstr "Značke:" msgid "Technical details" -msgstr "" +msgstr "Tehnične podrobnosti" msgid "Thank you for helping us keep the site tidy!" -msgstr "" +msgstr "Hvala za pomoč pri urejanju strani!" msgid "Thank you for making an annotation!" -msgstr "" +msgstr "Hvala za dodan zaznamek!" 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 "Hvala za odgovor na ta zahtevek za informacije javnega značaja! Vaš odgovor je bil objavljen spodaj, povezava na odgovor pa je bila poslana " 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 "Hvala za posodobitev zahtevka '<a href=\"{{url}}\">{{info_request_title}}</a>'. Spodaj so še drugi zahtevki, ki jih lahko razvrstite." msgid "Thank you for updating this request!" -msgstr "" +msgstr "Hvala za posodobitev tega zahtevka!" msgid "Thank you for updating your profile photo" -msgstr "" +msgstr "Hvala za posodobitev vaše profilne slike" msgid "Thank you! We'll look into what happened and try and fix it up." -msgstr "" +msgstr "Hvala! Pogledali bomo kaj se je zgodilo in poskusili odpraviti napako." 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 "Hvala za pomoč - vaš trud omogoča, da lahko vsi najdejo uspešne zahtevke in nam morda celo omogočajo narediti lestvice ..." 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 "Hvala - to bo omogočilo, da najdemo uporabne zadeve. Prav tako\\n vam bomo, če boste potrebovali, svetovali kaj storiti\\n naprej z vašimi zahtevki." 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 "Hvala, ker pomagate skrbeti, da je spletna stran <strong>lepa in urejena</strong>.\\nPrav tako vam bomo, če boste potrebovali, svetovali kaj storiti naprej z vašimi zahtevki." msgid "That doesn't look like a valid email address. Please check you have typed it correctly." -msgstr "" +msgstr "Vnešeno ni veljaven e-poštni naslov. Prosimo, preverite če ste ga vtipkali pravilno." msgid "The <strong>review has finished</strong> and overall:" -msgstr "" +msgstr "<strong>Revizija je končana</strong>, izsledki:" msgid "The Freedom of Information Act <strong>does not apply</strong> to" -msgstr "" +msgstr "Zakon o dostopu do informacij javnega značaja <strong>ne velja</strong> za" msgid "The accounts have been left as they previously were." -msgstr "" +msgstr "Računi so ostali nedotaknjeni." msgid "The authority do <strong>not have</strong> the information <small>(maybe they say who does)" -msgstr "" +msgstr "Organ <strong>nima</strong> zahtevanih informacij <small>(mogoče povedo, kdo pa jih ima)" msgid "The authority only has a <strong>paper copy</strong> of the information." -msgstr "" +msgstr "Organ ima zahtevane informacije zgolj <strong>v papirnati obliki</strong>." 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 "Organ pravi, da potrebuje poštni naslov, ne zgolj e-pošte, da gre za veljaven zahtevek za IJZ" msgid "The authority would like to / has <strong>responded by post</strong> to this request." -msgstr "" +msgstr "Organ bi želel oziroma je na ta zahtevek <strong>odgovoril preko pošte</strong>." 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-pošta, ki ste jo v imenu {{public_body}} poslali {{user}} \\nkot odgovor na zahtevek za {{law_used_short}} ni bila dostavljena." msgid "The page doesn't exist. Things you can try now:" -msgstr "" +msgstr "Stran ne obstaja. Kaj lahko storite:" msgid "The public authority does not have the information requested" -msgstr "" +msgstr "Organ nima zahtevanih informacij" msgid "The public authority would like part of the request explained" -msgstr "" +msgstr "Organ je zaprosil za pojasnilo dela zahteve" msgid "The public authority would like to / has responded by post" -msgstr "" +msgstr "Organ bi želel oziroma je odgovoril po pošti" msgid "The request has been <strong>refused</strong>" -msgstr "" +msgstr "Zahtevek je bil <strong>zavrnjen</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 "V času odkar ste nazadnje osvežili stran je bil zahtevek posodobljen. Prosimo poglejte za novimi prejetimi sporočili in poskusite ponovno." msgid "The request is <strong>waiting for clarification</strong>." -msgstr "" +msgstr "Zahtevek <strong>čaka na pojasnilo</strong>." msgid "The request was <strong>partially successful</strong>." -msgstr "" +msgstr "Zahtevku je bilo <strong>delno ugodeno</strong>." msgid "The request was <strong>refused</strong> by" -msgstr "" +msgstr "Zahtevek je <strong>zavrnil</strong> " msgid "The request was <strong>successful</strong>." -msgstr "" +msgstr "Zahtevku je bilo <strong>ugodeno</strong>." msgid "The request was refused by the public authority" -msgstr "" +msgstr "Zahtevek je bil s strani organa zavrnjen" -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=\"%s\">contact us</a> if you have any questions." -msgstr "" +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 "Zahtevek, ki ste ga želeli pregledati, je bil odstranjen. Obstajajo različni razlogi, zaradi katerih je zahtevek lahko odstranjen, žal pa ne moremo biti bolj konkretni. <a\\n href=\"{{url}}\">Kontaktirajte nas</a>, če imate kaka vprašanja." msgid "The requester has abandoned this request for some reason" -msgstr "" +msgstr "Prosilec je iz nekega razloga preklical zahtevek" -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 "" +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š zahtevek je bil <strong>odložen</strong>. Organ bi po zakonu moral odgovoriti <strong>v roku</strong> in" -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 "" +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 "Rok za odgovor na vaš zahtevek <strong>je potekel</strong>. Po zakonu bi organ, ne glede na vse okoliščine, do zdaj moral odgovoriti" 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 "Iskalnik trenutno ni dosegljiv, zato vam ne moremo prikazati zahtevkov po informacijah javnega značaja, ki so bile naslovljene na ta organ." msgid "The search index is currently offline, so we can't show the Freedom of Information requests this person has made." -msgstr "" +msgstr "Iskalnik je trenutno nedosegljiv, zato vam ne moremo prikazati zahtevkov po informacijah javnega značaja, ki jih je ustvaril ta uporabnik. " + +msgid "The {{site_name}} team." +msgstr "Ekipa {{site_name}}." msgid "Then you can cancel the alert." -msgstr "" +msgstr "Zatem lahko prekličete obveščanje." msgid "Then you can cancel the alerts." -msgstr "" +msgstr "Zatem lahko prekličete obveščanja." msgid "Then you can change your email address used on {{site_name}}" -msgstr "" +msgstr "Zatem lahko spremenite vaš e-poštni naslov, ki ga uporabljate na {{site_name}}" msgid "Then you can change your password on {{site_name}}" -msgstr "" +msgstr "Zatem lahko spremenite vaše geslo na {{site_name}}" msgid "Then you can classify the FOI response you have got from " -msgstr "" +msgstr "Zatem lahko razvrstite odgovor, ki ste ga prejeli od" msgid "Then you can download a zip file of {{info_request_title}}." -msgstr "" +msgstr "Zatem lahko preneset arhiv ZIP zahtevka {{info_request_title}}" msgid "Then you can log into the administrative interface" -msgstr "" +msgstr "Zatem se lahko prijavite v administrativni vmesnik" msgid "Then you can play the request categorisation game." -msgstr "" +msgstr "Zatem lahko igrate igro kategorizacije zahtevkov." msgid "Then you can report the request '{{title}}'" -msgstr "" +msgstr "Zatem lahko prijavite zahtevek '{{title}}'" msgid "Then you can send a message to " -msgstr "" +msgstr "Zatem lahko pošljete sporočilo " msgid "Then you can sign in to {{site_name}}" -msgstr "" +msgstr "Zatem se lahko prijavite na {{site_name}}" msgid "Then you can update the status of your request to " -msgstr "" +msgstr "Zatem lahko posodobite stanje vaših zahtevkov na" msgid "Then you can upload an FOI response. " -msgstr "" +msgstr "Zatem lahko naložite odgovor na zahtevek IJZ" msgid "Then you can write follow up message to " -msgstr "" +msgstr "Zatem lahko napišete odziv na " msgid "Then you can write your reply to " -msgstr "" +msgstr "Zatem lahko napišete odgovor na" msgid "Then you will be following all new FOI requests." -msgstr "" +msgstr "Po tem boste spremljali vse nove zahtevke za IJZ" msgid "Then you will be notified whenever '{{user_name}}' requests something or gets a response." -msgstr "" +msgstr "Zatem boste opozorjeni kadarkoli bo uporabnik '{{user_name}}' ustvaril nov zahtevek ali prejel odgovor." msgid "Then you will be notified whenever a new request or response matches your search." -msgstr "" +msgstr "Zatem boste obveščeni kadar bo nov zahtevek ali odgovor ustrezal vašemu iskalnemu nizu." msgid "Then you will be notified whenever an FOI request succeeds." -msgstr "" +msgstr "Zatem boste obveščeni kadar bo zahtevek za IJZ uspešen." msgid "Then you will be notified whenever someone requests something or gets a response from '{{public_body_name}}'." -msgstr "" +msgstr "Zatem boste obveščeni, kadar kdo naredi nov zahtevek ali prejme odgovor od '{{public_body_name}}'." msgid "Then you will be updated whenever the request '{{request_title}}' is updated." -msgstr "" +msgstr "Zatem boste obveščeni, kadar bo posodobljen zahtevek '{{request_title}}'." msgid "Then you'll be allowed to send FOI requests." -msgstr "" +msgstr "Zatem boste smeli pošiljati zahtevke IJZ." msgid "Then your FOI request to {{public_body_name}} will be sent." -msgstr "" +msgstr "Zatem bo vaš zahtevek za informacije javnega značaja na {{public_body_name}} poslan." msgid "Then your annotation to {{info_request_title}} will be posted." -msgstr "" +msgstr "Zatem bo objavljen vaš zaznamek na {{info_request_title}}." msgid "There are {{count}} new annotations on your {{info_request}} request. Follow this link to see what they wrote." -msgstr "" - -msgid "There is %d person following this request" -msgid_plural "There are %d people following this request" -msgstr[0] "" -msgstr[1] "" -msgstr[2] "" -msgstr[3] "" +msgstr "Na vašem zahtevku {{info_request}} je {{count}} novih zaznamkov. Sledite tej povezavi, da vidite kaj je novega." 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 "Obstaja <strong>več ljudi</strong> s tem imenom, ki uporabljajo to stran. Eden izmed njih je prikazan spodaj, lahko pa mislite na koga drugega:" 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 "Obstaja omejitev na število dnevnih zahtevkov, ki jih lahko naredite, ker ne želimo javnih organov zasuti z veliko količino zahtevkov z neprimernimi zahtevami. Če se vam zdi, da imate upravičen razlog za dvig omejitve, nas <a href='{{help_contact_path}}'>kontaktirajte</a>." + +msgid "There is {{count}} person following this request" +msgid_plural "There are {{count}} people following this request" +msgstr[0] "{{count}} oseba sledi temu zahtevku" +msgstr[1] "{{count}} osebi sledita temu zahtevku" +msgstr[2] "{{count}} osebe sledijo temu zahtevku" +msgstr[3] "{{count}} oseb sledi temu zahtevku" msgid "There was a <strong>delivery error</strong> or similar, which needs fixing by the {{site_name}} team." -msgstr "" +msgstr "Prišlo je do <strong>napake pri pošiljanju</strong> ali druge napake, ki zahteva posredovanje s strani ekipe {{site_name}}." msgid "There was an error with the words you entered, please try again." -msgstr "" +msgstr "Pri vnešenem besedilu je prišlo do napake, prosimo poskusite ponovno." msgid "There were no requests matching your query." -msgstr "" +msgstr "Poizvedbi ne ustreza noben zahtevek." msgid "There were no results matching your query." -msgstr "" +msgstr "Vaša poizvedba ni vrnila rezultatov." msgid "They are going to reply <strong>by post</strong>" -msgstr "" +msgstr "Odgovorili bodo <strong>po pošti</strong>" msgid "They do <strong>not have</strong> the information <small>(maybe they say who does)</small>" -msgstr "" +msgstr "<strong>Nimajo</strong> zahtevanih informacij <small>(morda so navedli kdo jih ima)</small>" msgid "They have been given the following explanation:" -msgstr "" +msgstr "Prejeli so sledeče pojasnilo:" msgid "They have not replied to your {{law_used_short}} request {{title}} promptly, as normally required by law" -msgstr "" +msgstr "Na vaš {{law_used_short}} zahtevek {{title}} niso odgovorili v predvidenem roku" msgid "They have not replied to your {{law_used_short}} request {{title}}, \\nas required by law" -msgstr "" +msgstr "Niso odgovorili na vaš zahtevek za {{law_used_short}} {{title}}, kot to od njih zahteva zakon" msgid "Things to do with this request" -msgstr "" +msgstr "Opravila za ta zahtevek" msgid "Things you're following" -msgstr "" +msgstr "Stvari, ki jim sledite" msgid "This authority no longer exists, so you cannot make a request to it." -msgstr "" +msgstr "Ta organ ne obstaja več, zato mu ne morete več posredovati zahtevkov" -msgid "This comment has been hidden. See annotations to\\n find out why. If you are the requester, then you may <a href=\"%s\">sign in</a> to view the response." -msgstr "" +msgid "This comment has been hidden. See annotations to\\n find out why. If you are the requester, then you may <a href=\"{{url}}\">sign in</a> to view the response." +msgstr "Ta komentar je bil skrit. Poglejte zaznamke, da bi videli čemu. Če ste prosilec vi, se lahko <a href=\"{{url}}\">prijavite</a>, da vidite odgovor." 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 "To pokriva zelo širok spekter informacij o stanju <strong>narave in okolja</strong>, na primer:" msgid "This external request has been hidden" -msgstr "" +msgstr "Ta zunanji zahtevek je bil skrit" 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 "To je tekstovna različica zahtevka za informacije javnega značaja \"{{request_title}}\". Zadnja in polna različica je na voljo na spletu na {{full_url}}" msgid "This is an HTML version of an attachment to the Freedom of Information request" -msgstr "" +msgstr "To je HTML različica priloge k zahtevku za informacije javnega značaja" msgid "This is because {{title}} is an old request that has been\\nmarked to no longer receive responses." -msgstr "" +msgstr "To je zato, ker je {{title}} star zahtevek, ki ne prejema več posodobitev." msgid "This is the first version." -msgstr "" +msgstr "To je prva različica." msgid "This is your own request, so you will be automatically emailed when new responses arrive." -msgstr "" +msgstr "To je vaš zahtevek, zato boste ob spremembah obveščeni po e-pošti" -msgid "This outgoing message has been hidden. See annotations to\\n\t\t\t\t\t\tfind out why. If you are the requester, then you may <a href=\"%s\">sign in</a> to view the response." -msgstr "" +msgid "This outgoing message has been hidden. See annotations to\\n\t\t\t\t\t\tfind out why. If you are the requester, then you may <a href=\"{{url}}\">sign in</a> to view the response." +msgstr "To odhodno sporočilo je bilo skrito. Poglejte zaznamke, da bi videli čemu. Če ste prosilec vi, se lahko <a href=\"{{url}}\">prijavite</a> in vidite odgovor." msgid "This particular request is finished:" -msgstr "" +msgstr "Ta zahtevek je končan:" msgid "This person has made no Freedom of Information requests using this site." -msgstr "" - -msgid "This person's %d Freedom of Information request" -msgid_plural "This person's %d Freedom of Information requests" -msgstr[0] "" -msgstr[1] "" -msgstr[2] "" -msgstr[3] "" - -msgid "This person's %d annotation" -msgid_plural "This person's %d annotations" -msgstr[0] "" -msgstr[1] "" -msgstr[2] "" -msgstr[3] "" +msgstr "Ta oseba ni ustvarila nobenega zahtevka za informacije javnega značaja z uporabo te strani." msgid "This person's annotations" -msgstr "" +msgstr "Zaznamki te osebe" + +msgid "This person's {{count}} Freedom of Information request" +msgid_plural "This person's {{count}} Freedom of Information requests" +msgstr[0] "{{count}} zahtevek za informacije javnega značaja te osebe" +msgstr[1] "{{count}} zahtevka za informacije javnega značaja te osebe" +msgstr[2] "{{count}} zahtevki za informacije javnega značaja te osebe" +msgstr[3] "{{count}} zahtevkov za informacije javnega značaja te osebe" + +msgid "This person's {{count}} annotation" +msgid_plural "This person's {{count}} annotations" +msgstr[0] "{{count}} zaznamek te osebe" +msgstr[1] "{{count}} zaznamka te osebe" +msgstr[2] "{{count}} zaznamki te osebe" +msgstr[3] "{{count}} zaznamkov te osebe" msgid "This request <strong>requires administrator attention</strong>" -msgstr "" +msgstr "Ta zahtevek <strong>zahteva pozornost administratorja</strong>" msgid "This request has already been reported for administrator attention" -msgstr "" +msgstr "Ta zahtevek je že bil prijavljen administratorju" msgid "This request has an <strong>unknown status</strong>." -msgstr "" +msgstr "Status tega zahtevka je <strong>neznan</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 "Ta zahtevek je bil <strong>skrit</strong> s spletne strani, ker po mnenju administratorja to ni zahtevek za IJZ" msgid "This request has been <strong>hidden</strong> from the site, because an administrator considers it vexatious" -msgstr "" +msgstr "Ta zahtevek je bil <strong>skrit</strong> s spletne strani, ker je administrator mnenja, da je provokativen" 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 "Ta zahtevek je bil <strong>prijavljen</strong> administratorju (morda zato, ker je provokativen ali pa je zahtevek za osebne podatke)" 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 "Ta zahtevek je bil <strong>umaknjen</strong> s strani prosilca. V spodnji korespondenci je morda obrazložitev." -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=\"%s\">contact us</a>." -msgstr "" +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 "Ta zahtevek je bil označen za pregled s strani administratorjev, ki ga še niso skrili. Če ste mnenja, da bi morali ta zahtevek skriti, nas prosimo <a href=\"{{url}}\">kontaktirajte</a>." msgid "This request has been reported for administrator attention" -msgstr "" +msgstr "Ta zahtevek je bil prijavljen administratorju" msgid "This request has been set by an administrator to \"allow new responses from nobody\"" -msgstr "" +msgstr "Administrator je zaklenil ta zahtevek, zaradi česar ni možno dodajati novih odzivov." msgid "This request has had an unusual response, and <strong>requires attention</strong> from the {{site_name}} team." -msgstr "" +msgstr "Ta zahtevek je imel neobičajen odgovor in <strong>zahteva ukrepanje</strong> ekipe {{site_name}}." msgid "This request has prominence 'hidden'. You can only see it because you are logged\\n in as a super user." -msgstr "" +msgstr "Ta zahtevek je skrit. Vidite ga lahko, ker ste prijavljeni kot administrator." -msgid "This request is hidden, so that only you the requester can see it. Please\\n <a href=\"%s\">contact us</a> if you are not sure why." -msgstr "" +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 "Ta zahtevek je skrit, tako da je viden zgolj vam in prosilcu. Prosimo, <a href=\"{{url}}\">stopite v kontakt</a> če niste prepričani zakaj." msgid "This request is still in progress:" -msgstr "" +msgstr "Ta zahtevek je še vedno v teku:" msgid "This request requires administrator attention" -msgstr "" +msgstr "Ta zahtevek zahteva pozornost administratorja" msgid "This request was not made via {{site_name}}" -msgstr "" +msgstr "Ta zahtevek ni bil narejen z uporabo {{site_name}}" -msgid "This response has been hidden. See annotations to find out why.\\n If you are the requester, then you may <a href=\"%s\">sign in</a> to view the response." -msgstr "" +msgid "This response has been hidden. See annotations to find out why.\\n If you are the requester, then you may <a href=\"{{url}}\">sign in</a> to view the response." +msgstr "Ta odgovor je bil skrit. Poglejte zaznamke, da bi videli čemu. Če ste prosilec vi, potem se lahko <a href=\"{{url}}\">prijavite</a> in vidite odgovor." 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 "Ta tabela prikazuje tehnične podrobnosti internih dogodkov, ki so se dogajali na tem zahtevku na {{site_name}}. To lahko uporabite, da zgenerirate informacije o odzivnosti oz. hitrosti, s katero organi odgovarjajo na zahteve, število zahtev ki zahtevajo poštno pošiljanje in še mnogo več." msgid "This user has been banned from {{site_name}} " -msgstr "" +msgstr "Temu uporabniku je bil onemogočen dostop do {{site_name}}" msgid "This was not possible because there is already an account using \\nthe email address {{email}}." -msgstr "" +msgstr "Tega ni bilo možno narediti, ker že obstaja uporabnik z e-poštnim naslovom {{email}}." msgid "To cancel these alerts" -msgstr "" +msgstr "Za preklic teh opozoril" msgid "To cancel this alert" -msgstr "" +msgstr "Da prekličete to opozorilo" 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 "Da nadaljujete, se morate prijaviti ali narediti račun. Žal je pri tem prišlo do tehničnih težav." msgid "To change your email address used on {{site_name}}" -msgstr "" +msgstr "Za spremembo e-poštnega naslova, ki ga uporabljate na {{site_name}}" msgid "To classify the response to this FOI request" -msgstr "" +msgstr "Za razvrstitev odgovora na ta zahtevek za informacije javnega značaja" msgid "To do that please send a private email to " -msgstr "" +msgstr "Za to prosimo pošljite zasebno e-pošto " msgid "To do this, first click on the link below." -msgstr "" +msgstr "Za to najprej kliknite na povezavo spodaj." msgid "To download the zip file" -msgstr "" +msgstr "Za prenos arhiva ZIP" msgid "To follow all successful requests" -msgstr "" +msgstr "Da bi spremljali vse uspešne zahtevke" msgid "To follow new requests" -msgstr "" +msgstr "Da bi spremljali nove zahtevke" msgid "To follow requests and responses matching your search" -msgstr "" +msgstr "Da sledite zahtevku in odgovorom, ki ustrezajo vašemu iskanju" msgid "To follow requests by '{{user_name}}'" -msgstr "" +msgstr "Da bi spremljali zahtevke od '{{user_name}}'" msgid "To follow requests made using {{site_name}} to the public authority '{{public_body_name}}'" -msgstr "" +msgstr "Da bi spremljali zahtevke za organ '{{public_body_name}}', narejene z uporabo {{site_name}}" msgid "To follow the request '{{request_title}}'" -msgstr "" +msgstr "Da bi spremljali zahtevek '{{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 "Pomagajte nam vzdrževati stran pregledno, nekdo je posodobil status zahtevka {{law_used_full}} {{title}}, ki ste ga poslali {{public_body}} v \"{{display_status}}\". Če se s kategorizacijo ne strinjate, prosimo sami popravite status tako, da bo ustrezno." msgid "To let everyone know, follow this link and then select the appropriate box." -msgstr "" +msgstr "Da bi obvestili vse, kliknite na to povezavo in izberite ustrezne okvirje." msgid "To log into the administrative interface" -msgstr "" +msgstr "Da se prijavite v administrativni vmesnik" msgid "To play the request categorisation game" -msgstr "" +msgstr "Za igranje igre razvrščanja zahtevkov" msgid "To post your annotation" -msgstr "" +msgstr "Da objavite vaš zaznamek" msgid "To reply to " -msgstr "" +msgstr "Za odgovor na" -msgid "To report this FOI request" -msgstr "" +msgid "To report this request" +msgstr "Da prijavite ta zahtevek" msgid "To send a follow up message to " -msgstr "" +msgstr "Da pošljete odziv na " msgid "To send a message to " -msgstr "" +msgstr "Da pošljete sporočilo " msgid "To send your FOI request" -msgstr "" +msgstr "Da pošljete zahtevek za IJZ" msgid "To update the status of this FOI request" -msgstr "" +msgstr "Da posodobite status tega zahtevka za IJZ" msgid "To upload a response, you must be logged in using an email address from " -msgstr "" +msgstr "Da naložite odgovor morate biti prijavljeni z e-pošto " msgid "To use the advanced search, combine phrases and labels as described in the search tips below." -msgstr "" +msgstr "Da uporabite napredno iskanje, združite fraze in označbe kot je opisano v namigih spodaj." msgid "To view the email address that we use to send FOI requests to {{public_body_name}}, please enter these words." -msgstr "" +msgstr "Da bi videli e-poštni naslov, ki ga uporabljamo za pošiljanje zahtevkov za IJZ na {{public_body_name}}, prosimo vnesite te besede." msgid "To view the response, click on the link below." -msgstr "" +msgstr "Da bi videli odgovor, kliknite na povezavo spodaj." msgid "To {{public_body_link_absolute}}" -msgstr "" +msgstr "Za {{public_body_link_absolute}}" msgid "To:" -msgstr "" +msgstr "Za:" msgid "Today" -msgstr "" +msgstr "Danes" msgid "Too many requests" -msgstr "" +msgstr "Preveč zahtevkov" msgid "Top search results:" -msgstr "" +msgstr "Najboljši rezultati iskanja:" msgid "Track thing" -msgstr "" +msgstr "Spremljaj predmet" msgid "Track this person" -msgstr "" +msgstr "Obveščaj me o tej osebi" msgid "Track this search" -msgstr "" +msgstr "Obveščaj me o tem iskanju" 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 "Izklopi obveščanje po e-pošti" msgid "Tweet this request" -msgstr "" +msgstr "Tvitni ta zahtevek" 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 "Napišite <strong><code>01/01/2008..14/01/2008</code></strong> da prikažete le stvari, ki so se zgodile v prvih dveh tednih januarja." msgid "URL name can't be blank" -msgstr "" +msgstr "Ime za v URL ne more biti prazno" msgid "Unable to change email address on {{site_name}}" -msgstr "" +msgstr "E-poštnega naslova na {{site_name}} ni bilo možno spremeniti" msgid "Unable to send a reply to {{username}}" -msgstr "" +msgstr "Ni bilo možno poslati odgovora osebi {{username}}" msgid "Unable to send follow up message to {{username}}" -msgstr "" +msgstr "Ni bilo možno poslati odziva osebi {{username}}" msgid "Unexpected search result type" -msgstr "" +msgstr "Nepričakovan tip rezultata pri iskanju" msgid "Unexpected search result type " -msgstr "" +msgstr "Nepričakovan tip rezultata pri iskanju" -msgid "Unfortunately we don't know the FOI\\nemail address for that authority, so we can't validate this.\\nPlease <a href=\"%s\">contact us</a> to sort it out." -msgstr "" +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 "Žal ne poznamo e-poštnega naslova od tega organa, zato tega ne moremo preveriti. Prosimo, <a href=\"{{url}}\">kontaktirajte nas</a>, da to rešimo." msgid "Unfortunately, we do not have a working {{info_request_law_used_full}}\\naddress for" -msgstr "" +msgstr "Žal v bazi nimamo veljavnega naslova za zahtevke {{info_request_law_used_full}} za " msgid "Unknown" -msgstr "" +msgstr "Neznano" msgid "Unsubscribe" -msgstr "" +msgstr "Ne spremljaj več" msgid "Unusual response." -msgstr "" +msgstr "Neobičajen odgovor." msgid "Update the status of this request" -msgstr "" +msgstr "Posodobite stanje tega zahtevka" msgid "Update the status of your request to " -msgstr "" +msgstr "Posodobite stanje vašega zahtevka za" msgid "Upload FOI response" -msgstr "" +msgstr "Naloži odgovor na zahtevek IJZ" msgid "Use OR (in capital letters) where you don't mind which word, e.g. <strong><code>commons OR lords</code></strong>" -msgstr "" +msgstr "Uporabite OR (z velikimi črkami), če lahko ustreza katerakoli beseda, npr. <strong><code>zbor OR svet</code></strong>" msgid "Use quotes when you want to find an exact phrase, e.g. <strong><code>\"Liverpool City Council\"</code></strong>" -msgstr "" +msgstr "Uporabite narekovaje, kadar želite poiskati natančne besedne zveze, npr. <strong><code>\"Mestna občina Ljubljana\"</code></strong>" msgid "User" -msgstr "" +msgstr "Uporabni" msgid "User info request sent alert" -msgstr "" +msgstr "Poslano opozorilo o uporabnikovemu zahtevku" msgid "User – {{name}}" -msgstr "" +msgstr "User - {{name}}" msgid "UserInfoRequestSentAlert|Alert type" -msgstr "" +msgstr "UserInfoRequestSentAlert|Alert type" msgid "User|About me" -msgstr "" +msgstr "User|About me" msgid "User|Address" -msgstr "" +msgstr "User|Naslov" msgid "User|Admin level" -msgstr "" +msgstr "User|Admin level" msgid "User|Ban text" -msgstr "" +msgstr "User|Ban text" msgid "User|Dob" -msgstr "" +msgstr "User|Rojstni dan" msgid "User|Email" -msgstr "" +msgstr "User|Email" msgid "User|Email bounce message" -msgstr "" +msgstr "User|Email bounce message" msgid "User|Email bounced at" -msgstr "" +msgstr "User|Email bounced at" msgid "User|Email confirmed" -msgstr "" +msgstr "User|Email confirmed" msgid "User|Hashed password" -msgstr "" +msgstr "User|Hashed password" msgid "User|Last daily track email" -msgstr "" +msgstr "User|Last daily track email" msgid "User|Locale" -msgstr "" +msgstr "User|Locale" msgid "User|Name" -msgstr "" +msgstr "User|Name" msgid "User|No limit" -msgstr "" +msgstr "User|No limit" msgid "User|Receive email alerts" -msgstr "" +msgstr "User|Prejemanje epoštnih opozoril" msgid "User|Salt" -msgstr "" +msgstr "User|Salt" msgid "User|Url name" -msgstr "" +msgstr "User|Url name" msgid "Version {{version}}" -msgstr "" +msgstr "Različica {{version}}" msgid "View FOI email address" -msgstr "" +msgstr "Preglejte e-poštni naslov za zahtevke za IJZ" msgid "View FOI email address for '{{public_body_name}}'" -msgstr "" +msgstr "Poglejte e-poštni naslov za zahtevke za IJZ za '{{public_body_name}}'" msgid "View FOI email address for {{public_body_name}}" -msgstr "" +msgstr "Poglejte e-poštni naslov za zahtevke za IJZ za {{public_body_name}}" msgid "View Freedom of Information requests made by {{user_name}}:" -msgstr "" +msgstr "Poglejte zahtevke za informacije javnega značaja, ki jih je naredil {{user_name}}:" msgid "View and search requests" -msgstr "" +msgstr "Preglejte in iščite po zahtevkih" msgid "View authorities" -msgstr "" +msgstr "Poglejte organe" msgid "View email" -msgstr "" +msgstr "Poglejte e-poštni naslov" msgid "View requests" -msgstr "" +msgstr "Poglejte zahtevke" msgid "Waiting clarification." -msgstr "" +msgstr "Čaka pojasnilo." msgid "Waiting for an <strong>internal review</strong> by {{public_body_link}} of their handling of this request." -msgstr "" +msgstr "Čaka na <strong>interno revizijo</strong> s strani {{public_body_link}}." msgid "Waiting for the public authority to complete an internal review of their handling of the request" -msgstr "" +msgstr "Čaka na javni organ, da konča interno revizijo obravnavanja tega zahtevka." msgid "Waiting for the public authority to reply" -msgstr "" +msgstr "Čaka javni organ na odgovor" msgid "Was the response you got to your FOI request any good?" -msgstr "" +msgstr "Ali je bil odgovor, ki ste ga prejeli na zahtevek za IJZ, uporaben?" + +msgid "We consider it is not a valid FOI request, and have therefore hidden it from other users." +msgstr "Smatramo, da to ni veljaven zahtevek za IJZ, zato je bil zahtevek skrit." + +msgid "We consider it to be vexatious, and have therefore hidden it from other users." +msgstr "Zahtevek je provokacija, zato je bil skrit." msgid "We do not have a working request email address for this authority." -msgstr "" +msgstr "Nimamo deluječga e-poštnega naslova za ta javni organ." msgid "We do not have a working {{law_used_full}} address for {{public_body_name}}." -msgstr "" +msgstr "Nimamo delujočega e-poštnega naslova za {{law_used_full}} zahtevke za {{public_body_name}}. " msgid "We don't know whether the most recent response to this request contains\\n information or not\\n –\\n\tif you are {{user_link}} please <a href=\"{{url}}\">sign in</a> and let everyone know." -msgstr "" +msgstr "Ne vemo če najnovejši odgovor na ta zahtevek vsebuje zahtevane infromacije ali ne – če ste {{user_link}}, se prosimo <a href=\"{{url}}\">prijavite</a> in označite enkrat za vselej." -msgid "We will not reveal your email address to anybody unless you or\\n the law tell us to (<a href=\"%s\">details</a>). " -msgstr "" +msgid "We will not reveal your email address to anybody unless you or\\n the law tell us to (<a href=\"{{url}}\">details</a>). " +msgstr "Vašega e-poštnega naslova ne bomo razkrivali nikomur brez vaše privolitve ali naloga (<a href=\"{{url}}\">podrobnosti</a>)." msgid "We will not reveal your email address to anybody unless you\\nor the law tell us to." -msgstr "" +msgstr "Vašega e-poštnega naslova ne bomo razkrivali nikomur brez vaše privolitve ali naloga." msgid "We will not reveal your email addresses to anybody unless you\\nor the law tell us to." -msgstr "" +msgstr "Vaših e-poštnih naslovov ne bomo razkrivali nikomur brez vaše privolitve ali naloga." msgid "We're waiting for" -msgstr "" +msgstr "Čakamo na" msgid "We're waiting for someone to read" -msgstr "" +msgstr "Čakamo nekoga, da prebere" 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 "Poslali smo vam e-pošto na vaš nov naslov. Klikniti boste morali na povezavo v njej, da sprememba e-poštnega naslova stopi v veljavo." msgid "We've sent you an email, and you'll need to click the link in it before you can\\ncontinue." -msgstr "" +msgstr "Poslali smo vam e-pošto, v kateri je povezava, ki jo morate klikniti, preden lahko nadaljujete." msgid "We've sent you an email, click the link in it, then you can change your password." -msgstr "" +msgstr "Poslali smo vam e-pošto, kliknite na povezavo v njej, da spremenite vaše geslo." msgid "What are you doing?" -msgstr "" +msgstr "Kaj delate?" msgid "What best describes the status of this request now?" -msgstr "" +msgstr "Kaj najbolje opiše trenutno stanje tega zahtevka?" msgid "What information has been released?" -msgstr "" +msgstr "Katere informacije so bile prejete?" msgid "What information has been requested?" -msgstr "" +msgstr "Katere informacije so bile zahtevane?" msgid "When you get there, please update the status to say if the response \\ncontains any useful information." -msgstr "" +msgstr "Ko pridete do tega, prosimo posodobite status, da bo odražal, če odgovor vsebuje zahtevane informacije." msgid "When you receive the paper response, please help\\n others find out what it says:" -msgstr "" +msgstr "Ko boste prejeli odgovor po pošti, prosimo povejte še ostalim kaj vsebuje:" -msgid "When you're done, <strong>come back here</strong>, <a href=\"%s\">reload this page</a> and file your new request." -msgstr "" +msgid "When you're done, <strong>come back here</strong>, <a href=\"{{url}}\">reload this page</a> and file your new request." +msgstr "Ko boste končali, <strong>se vrnite nazaj</strong>, <a href=\"{{url}}\">osvežite to stran</a> in ustvarite nov zahtevek." msgid "Which of these is happening?" -msgstr "" +msgstr "Kaj od tega se dogaja?" msgid "Who can I request information from?" -msgstr "" +msgstr "Od koga lahko zahtevam informacije?" msgid "Withdrawn by the requester." -msgstr "" +msgstr "Prosilec je umaknil zahtevo." msgid "Wk" -msgstr "" +msgstr "Teden" msgid "Would you like to see a website like this in your country?" -msgstr "" +msgstr "Bi želeli videt spletno stran kakršna je ta v vaši državi?" msgid "Write a reply" -msgstr "" +msgstr "Napišite odgovor" msgid "Write a reply to " -msgstr "" +msgstr "Napišite odgovor" msgid "Write your FOI follow up message to " -msgstr "" +msgstr "Napišite vaš odziv na" msgid "Write your request in <strong>simple, precise language</strong>." -msgstr "" +msgstr "Zapišite vaš zahtevek v <strong>enostavnem in nedvoumnem jeziku</strong>." msgid "You" -msgstr "" +msgstr "Vi" msgid "You are already following new requests" -msgstr "" +msgstr "Že spremljate nove zahtevke" msgid "You are already following requests to {{public_body_name}}" -msgstr "" +msgstr "Že spremljate zahtevke od '{{public_body_name}}'" msgid "You are already following things matching this search" -msgstr "" +msgstr "Že spremljate predmete, ki ustrezajo temu iskanju" msgid "You are already following this person" -msgstr "" +msgstr "Že spremljate to osebo" msgid "You are already following this request" -msgstr "" +msgstr "Že spremljate ta zahtevek" msgid "You are already following updates about {{track_description}}" -msgstr "" +msgstr "Že spremljate posodobitve o {{track_description}}" msgid "You are currently receiving notification of new activity on your wall by email." -msgstr "" +msgstr "Trenutno preko e-pošte prejemate obvestila o novostih na vašem zidu" msgid "You are following all new successful responses" -msgstr "" +msgstr "Spremljate vse nove uspešne zahtevke" msgid "You are no longer following {{track_description}}." -msgstr "" +msgstr "Ne spremljate več {{track_description}}." msgid "You are now <a href=\"{{wall_url_user}}\">following</a> updates about {{track_description}}" -msgstr "" +msgstr "Sedaj <a href=\"{{wall_url_user}}\">spremljate</a> novosti o {{track_description}}" msgid "You can <strong>complain</strong> by" -msgstr "" +msgstr "<strong>Pritožite</strong> se lahko pri" msgid "You can change the requests and users you are following on <a href=\"{{profile_url}}\">your profile page</a>." -msgstr "" +msgstr "Na <a href=\"{{profile_url}}\">vaši profilni strani</a> lahko spremenite zahtevke in uporabnike, ki jih spremljate." 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 "To stran lahko dobite tudi v strojno čitljivem zapisu v obliki JSON. Za podrobnosti si oglejte <a href=\"{{api_path}}\">dokumentacijo API vmesnika</a>." msgid "You can only request information about the environment from this authority." -msgstr "" +msgstr "Od tega organa lahko zahtevate zgolj informacije o okolju." msgid "You have a new response to the {{law_used_full}} request " -msgstr "" +msgstr "Na {{law_used_full}} zahtevek ste prejeli nov odgovor" msgid "You have found a bug. Please <a href=\"{{contact_url}}\">contact us</a> to tell us about the problem" -msgstr "" +msgstr "Našli ste hrošča. Prosimo, <a href=\"{{contact_url}}\">stopite v stik z nami</a> da nas obvestite o težavi" 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 "Prišli ste do omejitve števila novih zahtevkov. Uporabniki so običajno omejeni na {{max_requests_per_user_per_day}} na 24 urno obdobje. Nov zahtevek boste lahko naredili v {{can_make_another_request}}." msgid "You have made no Freedom of Information requests using this site." -msgstr "" +msgstr "Niste naredili še nobenega zahtevka za informacije javnega značaja z uporabo te strani." msgid "You have now changed the text about you on your profile." -msgstr "" +msgstr "Spremenili ste vaš opis na profilni strani." msgid "You have now changed your email address used on {{site_name}}" -msgstr "" +msgstr "Spremenili ste e-poštni naslov, ki ga uporabljate na {{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 "Poskusili ste ustvariti nov račun na {{site_name}}, a ga že imate. Vaše ime in geslo je ostalo takšno, kot je bilo. Prosimo, kliknite na povezavo spodaj." msgid "You know what caused the error, and can <strong>suggest a solution</strong>, such as a working email address." -msgstr "" +msgstr "Če veste kaj je povzročilo napako, lahko <strong>predlagate rešitev</strong>, na primer delujoč e-poštni naslov." 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 "<strong>Dodate lahko priponke.</strong> Če želite pripeti datoteko, ki je prevelika za pošiljanje po e-pošti, uporabite spodnji obrazec." -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=\"%s\">send it to us</a>." -msgstr "" +msgid "You may be able to find\\n one on their website, or by phoning them up and asking. If you manage\\n to find one, then please <a href=\"{{url}}\">send it to us</a>." +msgstr "Morda ga lahko poiščete na njihovi spletni strani ali pa jih povprašate po telefonu. Če ga najdete, nam ga prosim <a href=\"{{help_url}}\">pošljite</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 "Morda ga lahko poiščete na njihovi spletni strani ali pa jih povprašate po telefonu. Če ga najdete, nam ga prosim <a href=\"{{help_url}}\">pošljite</a>." msgid "You need to be logged in to change the text about you on your profile." -msgstr "" +msgstr "Za spremembo vašega opisa na profilu se morate prijaviti." msgid "You need to be logged in to change your profile photo." -msgstr "" +msgstr "Za spremembo vaše profilne slike se morate prijaviti." msgid "You need to be logged in to clear your profile photo." -msgstr "" +msgstr "Za umik vaše profilne slike se morate prijaviti." msgid "You need to be logged in to edit your profile." -msgstr "" +msgstr "Za urejanje vašega profila morate biti prijavljeni." + +msgid "You need to be logged in to report a request for administrator attention" +msgstr "Da prijavite zahtevek administratorju, morate biti prijavljeni" msgid "You previously submitted that exact follow up message for this request." -msgstr "" +msgstr "Enak odziv na ta zahtevek ste že poslali." 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 "Po e-pošti bi morali prejeti kopijo zahtevka, na katerega lahko <strong>enostavno odgovorite</strong> z e-pošto. Za pošiljanje lahko uporabite tudi ta naslov:" msgid "You want to <strong>give your postal address</strong> to the authority in private." -msgstr "" +msgstr "Vaš <strong>naslov boste želeli povedati</strong> organu v zasebnem sporočilu." 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 "Ne boste mogli ustvarjati novih zahtevkov, odzivov in dodajati zaznamkov ali pošiljati sporočil drugim uporabnikom. Še vedno pa lahko pregledujete zahtevke in prejemate opozorila po e-pošti." msgid "You will no longer be emailed updates for those alerts" -msgstr "" +msgstr "Ne boste več prejemali obvestil za ta opozorila" msgid "You will now be emailed updates about {{track_description}}. <a href=\"{{change_email_alerts_url}}\">Prefer not to receive emails?</a>" -msgstr "" +msgstr "Sedaj boste prejemali posodobitve o {{track_description}}. <a href=\"{{change_email_alerts_url}}\">Ne želite prejemati te e-pošte?</a>" msgid "You will only get an answer to your request if you follow up\\nwith the clarification." -msgstr "" +msgstr "Odgovor na vaš zahtevek boste prejeli le če odgovorite na zahtevo za pojasnilo." + +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 "Še vedno ga boste lahko videl, kadar boste prijavljeni na strani. Če mislite, da to ni prav, prosimo, da odgovorite na to e-pošto in utemeljite zakaj." msgid "You're in. <a href=\"#\" id=\"send-request\">Continue sending your request</a>" -msgstr "" +msgstr "Prijavljeni ste. <a href=\"#\" id=\"send-request\">Nadaljujte s pošiljanjem vašega zahtevka</a>" msgid "You're long overdue a response to your FOI request - " -msgstr "" +msgstr "Rok za vaš zahtevek IJZ je že potekel - " msgid "You're not following anything." -msgstr "" +msgstr "Ne spremljate ničesar." msgid "You've now cleared your profile photo" -msgstr "" +msgstr "Vaša profilna slika je sedaj odstranjena" -msgid "Your %d Freedom of Information request" -msgid_plural "Your %d Freedom of Information requests" -msgstr[0] "" -msgstr[1] "" -msgstr[2] "" -msgstr[3] "" - -msgid "Your %d annotation" -msgid_plural "Your %d annotations" -msgstr[0] "" -msgstr[1] "" -msgstr[2] "" -msgstr[3] "" - -msgid "Your <strong>name will appear publicly</strong> \\n (<a href=\"%s\">why?</a>)\\n on this website and in search engines. If you\\n are thinking of using a pseudonym, please \\n <a href=\"%s\">read this first</a>." -msgstr "" +msgid "Your <strong>name will appear publicly</strong>\\n (<a href=\"{{why_url}}\">why?</a>)\\n on this website and in search engines. If you\\n are thinking of using a pseudonym, please\\n <a href=\"{{help_url}}\">read this first</a>." +msgstr "Vaše <strong>ime bo prikazano javno</strong> na tej strani in v spletnih iskalnikih (<a href=\"{{why_url}}\">zakaj?</a>). Če razmišljate o rabi psevdonima, preberite najprej <a href=\"{{help_url}}\">to pojasnilo</a>." msgid "Your annotations" -msgstr "" +msgstr "Vaši zaznamki" msgid "Your details, including your email address, have not been given to anyone." -msgstr "" +msgstr "Vaši podatki, vključno z e-poštnim naslovom, se ne posredujejo." msgid "Your e-mail:" -msgstr "" +msgstr "Vaš e-poštni naslov:" -msgid "Your follow up has not been sent because this request has been stopped to prevent spam. Please <a href=\"%s\">contact us</a> if you really want to send a follow up message." -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." msgid "Your follow up message has been sent on its way." -msgstr "" +msgstr "Vaš odziv je bil odposlan." msgid "Your internal review request has been sent on its way." -msgstr "" +msgstr "Vaš zahtevek za interno revizijo je bil odposlan." msgid "Your message has been sent. Thank you for getting in touch! We'll get back to you soon." -msgstr "" +msgstr "Vaše sporočilo je bilo odposlano. Hvala, ker ste stopili v stik z nami! Odgovorili bomo v najkrajšem možnem času." msgid "Your message to {{recipient_user_name}} has been sent" -msgstr "" +msgstr "Vaše sporočilo za {{recipient_user_name}} je bilo poslano" msgid "Your message to {{recipient_user_name}} has been sent!" -msgstr "" +msgstr "Vaše sporočilu je bilo poslano {{recipient_user_name}}!" msgid "Your message will appear in <strong>search engines</strong>" -msgstr "" +msgstr "Vaše sporočilo bo prikazano v <strong>rezultatih spletnih iskalnikov</strong>" msgid "Your name and annotation will appear in <strong>search engines</strong>." -msgstr "" +msgstr "Vaše ime in zaznamek bo prikazan v <strong>rezultatih spletnih iskalnikov</strong>." -msgid "Your name, request and any responses will appear in <strong>search engines</strong>\\n (<a href=\"%s\">details</a>)." -msgstr "" +msgid "Your name, request and any responses will appear in <strong>search engines</strong>\\n (<a href=\"{{url}}\">details</a>)." +msgstr "Vaše ime, zahtevek in odgovori bodo prikazani v <strong>spletnih iskalnikih</strong> (<a href=\"{{url}}\">podrobnosti</a>)." msgid "Your name:" -msgstr "" +msgstr "Vaše ime:" msgid "Your original message is attached." -msgstr "" +msgstr "Vaše izvirno sporočilo je v priponki." msgid "Your password has been changed." -msgstr "" +msgstr "Vaše geslo je bilo spremenjeno." msgid "Your password:" -msgstr "" +msgstr "Vaše geslo:" msgid "Your photo will be shown in public <strong>on the Internet</strong>,\\n wherever you do something on {{site_name}}." -msgstr "" +msgstr "Vaša slika bo prikazana <strong>javno na internetu</strong>, kjerkoli naredite kaj na {{site_name}}." + +msgid "Your request '{{request}}' at {{url}} has been reviewed by moderators." +msgstr "Moderatorji so pregledali vaš zahtevek '{{request}}' na naslovu {{url}}." + +msgid "Your request on {{site_name}} hidden" +msgstr "Vaš skriti zahtevek na {{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 "Vaš zahtevek je bil poimenovan {{info_request}}. Če boste razjasnili, če ste prejeli informacije, nam bo pomagalo vrednotiti" msgid "Your request:" -msgstr "" +msgstr "Vaš zahtevek:" msgid "Your response to an FOI request was not delivered" -msgstr "" +msgstr "Vaš odgovor na zahtevek za IJZ ni bil dostavljen" -msgid "Your response will <strong>appear on the Internet</strong>, <a href=\"%s\">read why</a> and answers to other questions." -msgstr "" +msgid "Your response will <strong>appear on the Internet</strong>, <a href=\"{{url}}\">read why</a> and answers to other questions." +msgstr "Vaš odgovor <strong>bo prikazan na internetu</strong>, <a href=\"{{url}}\">preberite si zakaj</a> in druge odgovore na vprašanje." msgid "Your thoughts on what the {{site_name}} <strong>administrators</strong> should do about the request." -msgstr "" +msgstr "Vaša priporočila glede tega kaj naj <strong>administratorji</strong> {{site_name}} storijo glede zahtevka." + +msgid "Your {{count}} Freedom of Information request" +msgid_plural "Your {{count}} Freedom of Information requests" +msgstr[0] "Vaš {{count}} zahtevek za informacije javnega značaja" +msgstr[1] "Vaša {{count}} zahtevka za informacije javnega značaja" +msgstr[2] "Vaši {{count}} zahtevki za informacije javnega značaja" +msgstr[3] "Vaših {{count}} zahtevkov za informacije javnega značaja" + +msgid "Your {{count}} annotation" +msgid_plural "Your {{count}} annotations" +msgstr[0] "Vaš {{count}} zaznamek" +msgstr[1] "Vaša {{count}} zaznamka" +msgstr[2] "Vaši {{count}} zaznamki" +msgstr[3] "Vaših {{count}} zaznamkov" msgid "Your {{site_name}} email alert" -msgstr "" +msgstr "Vaša {{site_name}} opozorila" msgid "Yours faithfully," -msgstr "" +msgstr "S spoštovanjem," msgid "Yours sincerely," -msgstr "" +msgstr "S spoštovanjem," + +msgid "Yours," +msgstr "S spoštovanjem," msgid "[FOI #{{request}} email]" -msgstr "" +msgstr "[IJZ epošta #{{request}}]" msgid "[{{public_body}} request email]" -msgstr "" +msgstr "[epošta zahtevkov {{public_body}}]" msgid "[{{site_name}} contact email]" -msgstr "" +msgstr "[{{site_name}} kontaktna epošta]" msgid "\\n\\n[ {{site_name}} note: The above text was badly encoded, and has had strange characters removed. ]" msgstr "" +"\n" +"\n" +"[ {{site_name}} note: Zgornje besedilo je bilo zapisano v napačnem kodnem zapisu, zato so bili okvarjeni znaki odstranjeni. ]" msgid "a one line summary of the information you are requesting, \\n\t\t\te.g." -msgstr "" +msgstr "povzetek informacij, ki jih zahtevate, v eni vrstici, \\n npr." msgid "admin" -msgstr "" +msgstr "admin" msgid "alaveteli_foi:The software that runs {{site_name}}" -msgstr "" +msgstr "alateveli_foi:Programska oprema, ki poganja {{site_name}}" msgid "all requests" -msgstr "" +msgstr "vsi zahtevki" msgid "also called {{public_body_short_name}}" -msgstr "" +msgstr "znan tudi kot {{public_body_short_name}}" msgid "an anonymous user" -msgstr "" +msgstr "anonimni uporabni" msgid "and" -msgstr "" +msgstr "in" msgid "and update the status accordingly. Perhaps <strong>you</strong> might like to help out by doing that?" -msgstr "" +msgstr "in ustrezno posodobite status. Morda bi to pomagali narediti <strong>vi</strong>?" msgid "and update the status." -msgstr "" +msgstr "in posodobite status." msgid "and we'll suggest <strong>what to do next</strong>" -msgstr "" +msgstr "in mi vam bomo svetovali <strong>kaj lahko storite naprej</strong>" msgid "any <a href=\"/list\">new requests</a>" -msgstr "" +msgstr "kak <a href=\"/list\">nov zahtevek</a>" msgid "any <a href=\"/list/successful\">successful requests</a>" -msgstr "" +msgstr "kak <a href=\"/list/successful\">uspešen zahtevek</a>" msgid "anything" -msgstr "" +msgstr "karkoli" msgid "are long overdue." -msgstr "" +msgstr "je rok že potekel." msgid "at" -msgstr "" +msgstr "pri" msgid "authorities" -msgstr "" +msgstr "organi" msgid "awaiting a response" -msgstr "" +msgstr "čaka na odgovor" msgid "beginning with ‘{{first_letter}}’" -msgstr "" +msgstr "se začne z '{{first_letter}}'" msgid "between two dates" -msgstr "" +msgstr "med datumoma" msgid "but followupable" -msgstr "" +msgstr "lahko spremljate" msgid "by" -msgstr "" +msgstr "od" msgid "by <strong>{{date}}</strong>" -msgstr "" +msgstr "od <strong>{{date}}</strong>" msgid "by {{public_body_name}} to {{info_request_user}} on {{date}}." -msgstr "" +msgstr "od {{public_body_name}} za {{info_request_user}} dne {{date}}." msgid "by {{user_link_absolute}}" -msgstr "" +msgstr "od {{user_link_absolute}}" msgid "comments" -msgstr "" +msgstr "komentarji" msgid "containing your postal address, and asking them to reply to this request.\\n Or you could phone them." -msgstr "" +msgstr "z vašim poštnim naslovom, ter jih prosite, da vam odgovorijo na ta zahtevek.\\n Lahko jih tudi pokličete." msgid "details" -msgstr "" +msgstr "podrobnosti" msgid "display_status only works for incoming and outgoing messages right now" -msgstr "" +msgstr "display_status trenutno deluje le za dohodna in odhodna sporočila" msgid "during term time" -msgstr "" +msgstr "med obdobjem" msgid "edit text about you" -msgstr "" +msgstr "uredi vaš opis" msgid "even during holidays" -msgstr "" +msgstr "tudi ob praznikih" msgid "everything" -msgstr "" +msgstr "vse" msgid "external" -msgstr "" +msgstr "eksterni" msgid "has reported an" -msgstr "" +msgstr "je poročal o" msgid "have delayed." -msgstr "" +msgstr "so zakasnjene." msgid "hide quoted sections" -msgstr "" +msgstr "skrij citirane odseke" msgid "in term time" -msgstr "" +msgstr "v obdobju" msgid "in the category ‘{{category_name}}’" -msgstr "" +msgstr "v kategoriji '{{category_name}}'" msgid "internal error" -msgstr "" +msgstr "interna napaka" msgid "internal reviews" -msgstr "" +msgstr "interne revizije" msgid "is <strong>waiting for your clarification</strong>." -msgstr "" +msgstr "<strong>čaka na vaša pojasnila</strong>." msgid "just to see how it works" -msgstr "" +msgstr "da vidite kako deluje" msgid "left an annotation" -msgstr "" +msgstr "je dodal zaznamek" msgid "made." -msgstr "" +msgstr "narejeno." msgid "matching the tag ‘{{tag_name}}’" -msgstr "" +msgstr "ki ustreza znački '{{tag_name}}'" msgid "messages from authorities" -msgstr "" +msgstr "sporočila od organov" msgid "messages from users" -msgstr "" +msgstr "sporočila od uporabnikov" msgid "move..." -msgstr "" +msgstr "premakni..." msgid "no later than" -msgstr "" +msgstr "najkasneje do " -msgid "no longer exists. If you are trying to make\\n 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=\"%s\">send it to us</a>." -msgstr "" +msgid "no longer exists. If you are trying to make\\n 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 "Poskusite odgovoriti na konkretno sporočilo na strani zahtevka, namesto pošiljanja splošnega odgovora. Če poznate e-poštni naslov za splošni kontakt, <a href=\"{{url}}\">nam ga prosimo posredujte</a>." msgid "normally" -msgstr "" +msgstr "normalno" msgid "not requestable due to: {{reason}}" -msgstr "" +msgstr "ni možno zahtevati zaradi: {{reason}}" msgid "please sign in as " -msgstr "" +msgstr "prosimo, prijavite se kot " msgid "requesting an internal review" -msgstr "" +msgstr "zahteva interno revizijo" msgid "requests" -msgstr "" +msgstr "zahtevk" msgid "requests which are {{list_of_statuses}}" -msgstr "" +msgstr "zahtevki, ki so {{list_of_statuses}}" 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 "odgovor, da potrebuje ukrepanje administratorjev. Poglejte in odgovorite na to e-pošto ter jim sporočite kaj boste storili." msgid "send a follow up message" -msgstr "" +msgstr "odzovite se na sporočilo" msgid "sent to {{public_body_name}} by {{info_request_user}} on {{date}}." -msgstr "" +msgstr "{{info_request_user}} poslal {{public_body_name}} dne {{date}}." 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 "pustite <strong>prazno</strong> (brez vnosa), če e-poštnega naslova ne najdete; ti naslovi so <strong>javno objavljeni</strong> in skrit zgolj za CAPTCHA" msgid "show quoted sections" -msgstr "" +msgstr "prikaži citirane odseke" msgid "sign in" -msgstr "" +msgstr "prijava" msgid "simple_date_format" -msgstr "" +msgstr "simple_date_format" msgid "successful" -msgstr "" +msgstr "uspešno" msgid "successful requests" -msgstr "" +msgstr "uspešni zahtevk" msgid "that you made to" -msgstr "" +msgstr "ki ste jih naredili na" msgid "the main FOI contact address for {{public_body}}" -msgstr "" +msgstr "glavni e-poštni naslov za zahtevke za IJZ za {{public_body}}" #. This phrase completes the following sentences: #. Request an internal review from... @@ -3256,148 +3259,179 @@ msgstr "" #. Send a public reply to... #. Don't want to address your message to... ? msgid "the main FOI contact at {{public_body}}" -msgstr "" +msgstr "glavni naslov za zahtevke za IJZ za {{public_body}}" msgid "the requester" -msgstr "" +msgstr "prosilec" msgid "the {{site_name}} team" -msgstr "" +msgstr "ekipa {{site_name}}" msgid "to read" -msgstr "" +msgstr "za branje" msgid "to send a follow up message." -msgstr "" +msgstr "da pošljete odziv" msgid "to {{public_body}}" -msgstr "" +msgstr "za {{public_body}}" msgid "unexpected prominence on request event" -msgstr "" +msgstr "nepričakovana pozornost za zahtevek" msgid "unknown reason " -msgstr "" +msgstr "neznan razlog" msgid "unknown status " -msgstr "" +msgstr "neznan status" msgid "unresolved requests" -msgstr "" +msgstr "nerešeni zahtevki" msgid "unsubscribe" -msgstr "" +msgstr "odjavi" msgid "unsubscribe all" -msgstr "" +msgstr "odjavi vse" msgid "unsuccessful" -msgstr "" +msgstr "neuspešno" msgid "unsuccessful requests" -msgstr "" +msgstr "neuspešni zahtevki" msgid "useful information." -msgstr "" +msgstr "uporabne informacije." msgid "users" -msgstr "" +msgstr "uporabniki" + +msgid "what's that?" +msgstr "kaj je to?" msgid "{{count}} FOI requests found" -msgstr "" +msgstr "najdenih {{count}} zahtevkov IJZ" + +msgid "{{count}} Freedom of Information request to {{public_body_name}}" +msgid_plural "{{count}} Freedom of Information requests to {{public_body_name}}" +msgstr[0] "{{count}} zahtevek za informacije javnega značaja za {{public_body_name}}" +msgstr[1] "{{count}} zahtevka za informacije javnega značaja za {{public_body_name}}" +msgstr[2] "{{count}} zahtevki za informacije javnega značaja za {{public_body_name}}" +msgstr[3] "{{count}} zahtevkov za informacije javnega značaja za {{public_body_name}}" + +msgid "{{count}} person is following this authority" +msgid_plural "{{count}} people are following this authority" +msgstr[0] "{{count}} spremlja ta organ" +msgstr[1] "{{count}} spremljata ta organ" +msgstr[2] "{{count}} spremljajo ta organ" +msgstr[3] "{{count}} spremlja ta organ" + +msgid "{{count}} request" +msgid_plural "{{count}} requests" +msgstr[0] "{{count}} zahtevek" +msgstr[1] "{{count}} zahtevka" +msgstr[2] "{{count}} zahtevki" +msgstr[3] "{{count}} zahtevkov" + +msgid "{{count}} request made." +msgid_plural "{{count}} requests made." +msgstr[0] "{{count}} narejen zahtevek" +msgstr[1] "{{count}} narejena zahtevka" +msgstr[2] "{{count}} narejeni zahtevki" +msgstr[3] "{{count}} narejenih zahtevkov" 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}} je že ustvaril enak zahtevek dne {{date}}. Lahko si ogledate <a href=\"{{existing_request}}\">že obstoječi zahtevek</a>,\\n ali nadaljujete z urejanjem da naredite nov podoben zahtevek." msgid "{{info_request_user_name}} only:" -msgstr "" +msgstr "{{info_request_user_name}} le:" msgid "{{law_used_full}} request - {{title}}" -msgstr "" +msgstr "zahtevek za {{law_used_full}} - {{title}}" msgid "{{law_used_full}} request GQ - {{title}}" -msgstr "" +msgstr "zahtevek {{law_used_full}} GQ? - {{title}}" msgid "{{law_used}} requests at {{public_body}}" -msgstr "" +msgstr "zahtevki {{law_used}} za {{public_body}}" msgid "{{length_of_time}} ago" -msgstr "" +msgstr "pred {{length_of_time}}" msgid "{{list_of_things}} matching text '{{search_query}}'" -msgstr "" +msgstr "{{list_of_things}}, ki ustrezajo '{{search_query}}'" msgid "{{number_of_comments}} comments" -msgstr "" +msgstr "{{number_of_comments}} komentarjev" msgid "{{public_body_link}} answered a request about" -msgstr "" +msgstr "{{public_body_link}} je odgovoril na zahtevek o" msgid "{{public_body_link}} was sent a request about" -msgstr "" +msgstr "Na {{public_body_link}} je bil poslan zahtevek o" msgid "{{public_body_name}} only:" -msgstr "" +msgstr "zgolj {{public_body_name}}:" msgid "{{public_body}} has asked you to explain part of your {{law_used}} request." -msgstr "" +msgstr "Organ {{public_body}} naproša, da pojasnite dele vašega zahtevka {{law_used}}." msgid "{{public_body}} sent a response to {{user_name}}" -msgstr "" +msgstr "Organ {{public_body}} je odgovoril {{user_name}}" msgid "{{reason}}, please sign in or make a new account." -msgstr "" +msgstr "{{reason}}, prosimo prijavite se ali ustvarite nov račun." msgid "{{search_results}} matching '{{query}}'" -msgstr "" +msgstr "{{search_results}}, ki ustrezajo '{{query}}'" msgid "{{site_name}} blog and tweets" -msgstr "" +msgstr "{{site_name}} blog in tviti" msgid "{{site_name}} covers requests to {{number_of_authorities}} authorities, including:" -msgstr "" +msgstr "{{site_name}} pokriva zahtevke za {{number_of_authorities}} organov, med drugim tudi:" msgid "{{site_name}} sends new requests to <strong>{{request_email}}</strong> for this authority." -msgstr "" +msgstr "{{site_name}} pošilja nove zahtevke za ta organ na <strong>{{request_email}}</strong>." msgid "{{site_name}} users have made {{number_of_requests}} requests, including:" -msgstr "" +msgstr "uporabniki {{site_name}} so ustvarili {{number_of_requests}} zahtevkov, med drugim tudi:" msgid "{{thing_changed}} was changed from <code>{{from_value}}</code> to <code>{{to_value}}</code>" -msgstr "" +msgstr "{{thing_changed}} je bilo spremenjeno iz <code>{{from_value}}</code> v <code>{{to_value}}</code>" msgid "{{title}} - a Freedom of Information request to {{public_body}}" -msgstr "" +msgstr "{{title}} - zahtevek za IJZ za {{public_body}}" msgid "{{user_name}} (Account suspended)" -msgstr "" +msgstr "{{user_name}} (Račun zamrznjen)" msgid "{{user_name}} - Freedom of Information requests" -msgstr "" +msgstr "{{user_name}} - Zahtevki za informacije javnega značaja" msgid "{{user_name}} - user profile" -msgstr "" +msgstr "{{user_name}} - profil" msgid "{{user_name}} added an annotation" -msgstr "" +msgstr "{{user_name}} je dodal zaznamek" msgid "{{user_name}} has annotated your {{law_used_short}} \\nrequest. Follow this link to see what they wrote." -msgstr "" +msgstr "{{user_name}} je dodal zaznamek na vaš zahtevek za {{law_used_short}}.\\n Sledite tej povezavi, da vidite kaj je napisal." msgid "{{user_name}} has used {{site_name}} to send you the message below." -msgstr "" +msgstr "{{user_name}} je uporabil {{site_name}}, da vam je poslal spodnje sporočilo." msgid "{{user_name}} sent a follow up message to {{public_body}}" -msgstr "" +msgstr "{{user_name}} je poslal odziv na sporočilo za {{public_body}}" msgid "{{user_name}} sent a request to {{public_body}}" -msgstr "" +msgstr "{{user_name}} je poslal zahtevek za {{public_body}}" msgid "{{username}} left an annotation:" -msgstr "" +msgstr "{{username}} je dodal zaznamek:" 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}}) je ustvaril ta zahtevek {{law_used_full}} (<a href=\"{{request_admin_url}}\">admin</a>) za {{public_body_link}} (<a href=\"{{public_body_admin_url}}\">admin</a>)" msgid "{{user}} made this {{law_used_full}} request" -msgstr "" +msgstr "{{user}} je naredil zahtevek {{law_used_full}}" diff --git a/locale/sq/app.po b/locale/sq/app.po index 8cbb75281..aee8a89f9 100644 --- a/locale/sq/app.po +++ b/locale/sq/app.po @@ -3,21 +3,24 @@ # This file is distributed under the same license as the PACKAGE package. # # Translators: -# <ardob11@gmail.com>, 2012. -# <bresta@gmail.com>, 2011. -# driton <dritoni.h@gmail.com>, 2011. -# Hana Huntova <>, 2012. -# Valon <vbrestovci@gmail.com>, 2011-2012. -# <vbrestovci@gmail.com>, 2011. -# vbrestovci <vbrestovci@gmail.com>, 2011. +# arianit <ardob11@gmail.com>, 2012 +# arianit <ardob11@gmail.com>, 2012 +# bresta <bresta@gmail.com>, 2011 +# bresta <bresta@gmail.com>, 2011 +# driton <dritoni.h@gmail.com>, 2011 +# Hana Huntova <>, 2012 +# Valon <vbrestovci@gmail.com>, 2011 +# Valon <vbrestovci@gmail.com>, 2011-2012 +# Valon <vbrestovci@gmail.com>, 2011 +# Valon <vbrestovci@gmail.com>, 2011 msgid "" msgstr "" "Project-Id-Version: alaveteli\n" "Report-Msgid-Bugs-To: http://github.com/sebbacon/alaveteli/issues\n" -"POT-Creation-Date: 2013-03-14 14:02-0700\n" -"PO-Revision-Date: 2013-03-14 21:12+0000\n" +"POT-Creation-Date: 2013-06-24 09:40-0700\n" +"PO-Revision-Date: 2013-06-24 16:52+0000\n" "Last-Translator: louisecrow <louise@mysociety.org>\n" -"Language-Team: LANGUAGE <LL@li.org>\n" +"Language-Team: Albanian (http://www.transifex.com/projects/p/alaveteli/language/sq/)\n" "Language: sq\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -29,8 +32,8 @@ msgstr "" "Kjo do të shfaqet në profilin tënd në {{site_name}}, për ta bërë më të\n" "lehtë për të tjerët që të involvohen me çfarë jeni duke bërë." -msgid " (<strong>no ranty</strong> politics, read our <a href=\"%s\">moderation policy</a>)" -msgstr " (pa politikë <strong>llafazane</strong>, lexo <a href=\"%s\">politikat e moderimit</a>)" +msgid " (<strong>no ranty</strong> politics, read our <a href=\"{{url}}\">moderation policy</a>)" +msgstr " (pa politikë <strong>llafazane</strong>, lexo <a href=\"{{url}}\">politikat e moderimit</a>)" msgid " (<strong>patience</strong>, especially for large files, it may take a while!)" msgstr "<strong>(Durim,</strong> sidomos për fotografi të mëdha, mund të marrë më shum kohë!)" @@ -62,9 +65,9 @@ msgstr " Këshillo se si <strong>më së miri të sqarohet</strong> një kërkes msgid " Ideas on what <strong>other documents to request</strong> which the authority may hold. " msgstr " Ide se çfarë <strong>dokumentesh tjera të kërkohen</strong> që mund t'i posedojë institucioni. " -msgid " If you know the address to use, then please <a href=\"%s\">send it to us</a>.\\n You may be able to find the address on their website, or by phoning them up and asking." +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 "" -" Nëse e din adresën e emailit për ta përdorur, atëherë të lutem <a href=\"%s\">na e dërgon</a>. \n" +" Nëse e din adresën e emailit për ta përdorur, atëherë të lutem <a href=\"{{url}}\">na e dërgon</a>. \n" "Ti mund ta gjen adresën e emailit në ueb sajtin e tyre ose duke ju telefonuar dhe pyetur." msgid " Include relevant links, such as to a campaign page, your blog or a\\n twitter account. They will be made clickable. \\n e.g." @@ -106,21 +109,6 @@ msgstr " kur e dërgoni këtë mesazh." msgid "\"Hello! We have an <a href=\\\"/help/alaveteli?country_name=#{CGI.escape(current_country)}\\\">important message</a> for visitors outside {{country_name}}\"" msgstr "" -msgid "%d Freedom of Information request to %s" -msgid_plural "%d Freedom of Information requests to %s" -msgstr[0] "%d Kërkesë për informata zyrtare për %s" -msgstr[1] "%d Kërkesa për informata zyrtare për %s" - -msgid "%d request" -msgid_plural "%d requests" -msgstr[0] "%d kërkesë" -msgstr[1] "%d kërkesa" - -msgid "%d request made." -msgid_plural "%d requests made." -msgstr[0] "%d kërkesë e bërë." -msgstr[1] "%d kërkesa të bëra." - msgid "'Crime statistics by ward level for Wales'" msgstr "'Statistikat e krimit në nivel komune'" @@ -161,34 +149,14 @@ msgstr "2. Kërko informata" msgid "3. Now check your request" msgstr "3. Kontrollo kërkesën tënde" -msgid "<a class=\"link_button_green\" href=\"{{url}}\">{{text}}</a>" -msgstr "<a class=\"link_button_green\" href=\"{{url}}\">{{text}}</a>" - -msgid "<a href=\"%s\">Add an annotation</a> (to help the requester or others)" -msgstr "<a href=\"%s\">Shto një shënim</a> (për të ndihmuar kërkuesin ose përdoruesit e tjerë)" +msgid "<a href=\"{{browse_url}}\">Browse all</a> or <a href=\"{{add_url}}\">ask us to add one</a>." +msgstr "<a href=\"{{browse_url}}\">Shfletoni të gjitha</a> ose <a href=\"{{add_url}}\">kërkoni nga ne që të shtojmë një</a>." -msgid "<a href=\"%s\">Are we missing a public authority?</a>" -msgstr "" - -msgid "<a href=\"%s\">Are you the owner of\\n any commercial copyright on this page?</a>" -msgstr "" -"<a href=\"%s\">A je pronar i\n" -" ndonjë të drejte autoriale komerciale në këtë faqe? </a>" +msgid "<a href=\"{{url}}\">Add an annotation</a> (to help the requester or others)" +msgstr "<a href=\"{{url}}\">Shto një shënim</a> (për të ndihmuar kërkuesin ose përdoruesit e tjerë)" -msgid "<a href=\"%s\">Browse all</a> or <a href=\"%s\">ask us to add one</a>." -msgstr "<a href=\"%s\">Shfletoni të gjitha</a> ose <a href=\"%s\">kërkoni nga ne që të shtojmë një</a>." - -msgid "<a href=\"%s\">Can't find the one you want?</a>" -msgstr "<a href=\"%s\">Nuk mund të gjen autoritetin që dëshiron?</a>" - -msgid "<a href=\"%s\">Sign in</a> to change password, subscriptions and more ({{user_name}} only)" -msgstr "<a href=\"%s\">Kyçu</a> për të ndryshuar fjalëkalimin, abonimet dhe të tjera (vetëm për {{user_name}})" - -msgid "<a href=\"%s\">details</a>" -msgstr "<a href=\"%s\">detajet</a>" - -msgid "<a href=\"%s\">what's that?</a>" -msgstr "<a href=\"%s\">Çfarë është ajo?</a>" +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 "<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>" @@ -221,17 +189,23 @@ msgstr "<p>Faleminderit për azhurimin e fotografisë në profilit tënd. </p><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 "Nuk dëshiron t'ja adresosh mesazhin tënd te {{person_or_body}}? Ti gjithashtu mund ti shkruash:" +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 "" + 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>Na vjen mirë që keni marrë të gjitha informatat e kërkuara. Nëse shkruan lidhur me këtë ose i përdorë këto informata, të lutem kthehu ne këtë ueb faqe dhe shto një shënim më poshtë që të tregosh atë që bëre.</p><p> Nëse e ke gjetë {{site_name}} të dobishëm, <a href=\"{{donation_url}}\">bëj një donacion</a> për organizatat që qëndrojnë mbrapa sajë.</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>Na vjen mirë që keni marrë disa prej informatave të kërkuara. Nëse e ke gjetë {{site_name}} të dobishëm, <a href=\"{{donation_url}}\">bëj një donacion</a> për organizatat që qëndrojnë mbrapa sajë.</p><p>Nëse dëshiron të tentosh që të marrësh edhe pjesën e mbetur të informatave, këtu është se çfarë duhet të bësh.</p>" -msgid "<p>You do not need to include your email in the request in order to get a reply (<a href=\"%s\">details</a>).</p>" -msgstr "<p> Ti nuk duhet të inkludosh adresën e emailit tënd në këtë kërkesë qe të marrësh përgjigje (<a href=\"%s\">detaje</a> ). </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 "" + +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 "<p> Ti nuk duhet të inkludosh adresën e emailit tënd në këtë kërkesë qe të marrësh përgjigje (<a href=\"{{url}}\">detaje</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=\"%s\">details</a>).</p>" -msgstr "<p> Ti nuk duhet të inkludosh adresën e emailit tënd në këtë kërkesë qe të marrësh përgjigje, sepse ne do ta kërkojme atë ne faqen vijuese (<a href=\"%s\">detaje</a> )." +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 "<p> Ti nuk duhet të inkludosh adresën e emailit tënd në këtë kërkesë qe të marrësh përgjigje, sepse ne do ta kërkojme atë ne faqen vijuese (<a href=\"{{url}}\">detaje</a> )." 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> Kërkesa yte përmban <strong>kodin postar</strong>. Nëse nuk lidhet direkt me temën e kërkesës tënde, të lutem largo çdo adresë sepse do të jetë <strong> publike në internet</strong>. </p>" @@ -245,15 +219,10 @@ msgstr "<p>{{site_name}} është aktualisht në mirëmbajtje teknike. Ti vetëm 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 "<small>Nëse ti përdor \"web-based\" email klient (p.sh. hotmail.com) ose ke \"junk mail\" filtra, kontrollo edhe bulk/spam folderët. Ndonjëherë, mesazhet tona janë të shenjuara në këtë mënyrë.</small> </p>" -msgid "<span id='follow_count'>%d</span> person is following this authority" -msgid_plural "<span id='follow_count'>%d</span> people are following this authority" -msgstr[0] "<span id='follow_count'>%d</span>person po përcjell këtë autoritet" -msgstr[1] "<span id='follow_count'>%d</span>persona po përcjellin këtë autoritet" - -msgid "<strong> Can I request information about myself?</strong>\\n\t\t\t<a href=\"%s\">No! (Click here for details)</a>" +msgid "<strong> Can I request information about myself?</strong>\\n\t\t\t<a href=\"{{url}}\">No! (Click here for details)</a>" msgstr "" "<strong> A mund të kërkoj informatë për veten time?</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=\"%s\">Jo! (Kliko këtu për detaje)</a>" +"<span class=\"whitespace other\" title=\"Tab\">»</span><span class=\"whitespace other\" title=\"Tab\">»</span><span class=\"whitespace other\" title=\"Tab\">»</span><a href=\"{{url}}\">Jo! (Kliko këtu për detaje)</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>komentuar_nga:filan_fisteku</code></strong> për të kërkuar shenimet nga Filan Fisteku, shtypeni emrin si në URL." @@ -317,10 +286,10 @@ msgstr "" " Do të dërgojmë email në adresën tënde të re. Përcjelli\n" " udhëzimet për të konfirmuar ndërrimin e emailit." -msgid "<strong>Privacy note:</strong> If you want to request private information about\\n yourself then <a href=\"%s\">click here</a>." +msgid "<strong>Privacy note:</strong> If you want to request private information about\\n yourself then <a href=\"{{url}}\">click here</a>." msgstr "" "<strong>Shënim privatësie:</strong> Nëse do të kërkosh informatë private për\n" -" vetën tënde <a href=\"%s\">kliko këtu</a>." +" vetën tënde <a href=\"{{url}}\">kliko këtu</a>." msgid "<strong>Privacy note:</strong> Your photo will be shown in public on the Internet,\\n wherever you do something on {{site_name}}." msgstr "" @@ -351,6 +320,9 @@ msgstr "Një <strong>përmbledhje</strong> e përgjigjes nëse ate e keni marrë msgid "A Freedom of Information request" msgstr "Žádost podle zákona o svobodném přístupu k informacím" +msgid "A full history of my FOI request and all correspondence is available on the Internet at this address: {{url}}" +msgstr "" + 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 "" @@ -375,6 +347,15 @@ msgstr "Për ty:" msgid "Act on what you've learnt" msgstr "Vepro sipas asaj që ke marrë vesh" +msgid "Acts as xapian/acts as xapian job" +msgstr "" + +msgid "ActsAsXapian::ActsAsXapianJob|Action" +msgstr "" + +msgid "ActsAsXapian::ActsAsXapianJob|Model" +msgstr "" + msgid "Add an annotation" msgstr "Shto një shënim" @@ -462,13 +443,19 @@ msgstr "Çdokush:" msgid "Applies to" msgstr "" +msgid "Are we missing a public authority?" +msgstr "" + +msgid "Are you the owner of any commercial copyright on this page?" +msgstr "A je pronar i ndonjë të drejte autoriale komerciale në këtë faqe?" + msgid "Ask for <strong>specific</strong> documents or information, this site is not suitable for general enquiries." msgstr "Kërko dokumente apo informata <strong>specifike</strong>, kjo faqe nuk është e përshtatshme për pyetje të përgjithshme." -msgid "At the bottom of this page, write a reply to them trying to persuade them to scan it in\\n (<a href=\"%s\">more details</a>)." +msgid "At the bottom of this page, write a reply to them trying to persuade them to scan it in\\n (<a href=\"{{url}}\">more details</a>)." msgstr "" "Në fund të kësaj faqeje, shkruaji atyre për të kërkuar nga ata që t'i scannojnë\n" -" (<a href=\"%s\">më shumë detaje</a>)." +" (<a href=\"{{url}}\">më shumë detaje</a>)." msgid "Attachment (optional):" msgstr "Shtojca - attachment (opcionale):" @@ -506,6 +493,9 @@ msgstr "Sipas ligjit, {{public_body_link}} do të duhej të ishte përgjigjur <s msgid "Calculated home page" msgstr "" +msgid "Can't find the one you want?" +msgstr "Nuk mund të gjen autoritetin që dëshiron?" + msgid "Cancel a {{site_name}} alert" msgstr "Anulo njoftimet për {{site_name}}" @@ -671,6 +661,9 @@ msgstr "Momentalisht <strong>duke pritur përgjigje</strong> nga {{public_body_l msgid "Date:" msgstr "Data:" +msgid "Dear {{name}}," +msgstr "" + msgid "Dear {{public_body_name}}," msgstr "Të nderuar {{public_body_name}}," @@ -751,7 +744,7 @@ msgstr "Dërgom aktualizime me email në lidhje me këtë kërkesë" msgid "Enter words that you want to find separated by spaces, e.g. <strong>climbing lane</strong>" msgstr "Shkuraj fjalët që do t'i gjesh të ndara me hapësirë, psh. <strong>asfaltim rruge</strong>" -msgid "Enter your response below. You may attach one file (use email, or\\n <a href=\"%s\">contact us</a> if you need more)." +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 "" msgid "Environmental Information Regulations" @@ -772,17 +765,17 @@ msgstr "Detajet e historikut të ngjarjeve" msgid "Event {{id}}" msgstr "" -msgid "Everything that you enter on this page, including <strong>your name</strong>,\\n will be <strong>displayed publicly</strong> on\\n this website forever (<a href=\"%s\">why?</a>)." +msgid "Everything that you enter on this page, including <strong>your name</strong>,\\n will be <strong>displayed publicly</strong> on\\n this website forever (<a href=\"{{url}}\">why?</a>)." msgstr "" "Çdo gjë që ke shkruar në këtë faqe, përfshi edhe <strong>emrin tënd</strong>, \n" " do të <strong>tregohet publikisht</strong> në\n" -" këtë faqe përgjithmonë (<a href=\"%s\">pse?</a>)." +" këtë faqe përgjithmonë (<a href=\"{{url}}\">pse?</a>)." -msgid "Everything that you enter on this page\\n will be <strong>displayed publicly</strong> on\\n this website forever (<a href=\"%s\">why?</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 "" "Çdo gjë që ke shkruar në këtë faqe \n" " do të <strong>tregohet publikisht</strong> në\n" -" këtë faqe përgjithmonë (<a href=\"%s\">pse?</a>)." +" këtë faqe përgjithmonë (<a href=\"{{url}}\">pse?</a>)." msgid "FOI" msgstr "QDP" @@ -808,17 +801,20 @@ msgstr "" msgid "Failed to convert image to a PNG" msgstr "Konvertimi i imazhit në PNG dështoi" -msgid "Failed to convert image to the correct size: at %{cols}x%{rows}, need %{width}x%{height}" -msgstr "Konvertimi i imazhit në madhësinë adekuate dështoi: në %{cols}x%{rows}, duhet %{width}x%{height}" +msgid "Failed to convert image to the correct size: at {{cols}}x{{rows}}, need {{width}}x{{height}}" +msgstr "Konvertimi i imazhit në madhësinë adekuate dështoi: në {{cols}}x{{rows}}, duhet {{width}}x{{height}}" msgid "Filter" msgstr "Filtro" -msgid "First, type in the <strong>name of the UK public authority</strong> you'd \\n like information from. <strong>By law, they have to respond</strong>\\n (<a href=\"%s#%s\">why?</a>)." +msgid "First, did your other requests succeed?" +msgstr "" + +msgid "First, type in the <strong>name of the UK public authority</strong> you'd\\n like information from. <strong>By law, they have to respond</strong>\\n (<a href=\"{{url}}\">why?</a>)." msgstr "" "Së pari, shkruaj <strong>emrin e autoritetit publik</strong> prej të\n" " <br>cilit kërkon informata. <strong>Sipas ligjit, ata duhet të\"\n" -" përgjigjen</strong> (<a href=\"%s#%s\">pse?</a>)." +" përgjigjen</strong> (<a href=\"{{url}}\">pse?</a>)." msgid "Foi attachment" msgstr "Shtojca QDP" @@ -898,10 +894,10 @@ msgstr "Për një arsye të panjohur, nuk është e mundur për të bërë një msgid "Forgotten your password?" msgstr "Ke harru fjalëkalimin?" -msgid "Found %d public authority %s" -msgid_plural "Found %d public authorities %s" -msgstr[0] "Gjeti %d autoritet publik %s" -msgstr[1] "Gjeti %d autoriteti publike %s" +msgid "Found {{count}} public authority {{description}}" +msgid_plural "Found {{count}} public authorities {{description}}" +msgstr[0] "Gjeti {{count}} autoritet publik {{description}}" +msgstr[1] "Gjeti {{count}} autoriteti publike {{description}}" msgid "Freedom of Information" msgstr "Informata Zyrtare" @@ -938,11 +934,11 @@ msgstr "Kërkesa për informata zyrtare për" msgid "From" msgstr "Nga" -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=\"%s\">send it to us</a>." +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 "" "Nga faqja e kërkesës, provo të përgjigjesh në një mesazh të caktuar, më parë se të\n" " shkruash një përgjigje të përgjithshme. Nëse të duhet të shkruash përgjigje të përgjithshme, dhe e di\n" -" emailin ku duhet ta drejtosh, atëherë të lutem <a href=\"%s\">dërgoje te ne</a>." +" emailin ku duhet ta drejtosh, atëherë të lutem <a href=\"{{url}}\">dërgoje te ne</a>." msgid "From:" msgstr "Prej:" @@ -953,6 +949,18 @@ msgstr "JEPI DETAJET PËR ANKESËN TËNDE KËTU" msgid "Handled by post." msgstr "Do të trajtohet me postë." +msgid "Has tag string/has tag string tag" +msgstr "" + +msgid "HasTagString::HasTagStringTag|Model" +msgstr "" + +msgid "HasTagString::HasTagStringTag|Name" +msgstr "" + +msgid "HasTagString::HasTagStringTag|Value" +msgstr "" + msgid "Hello! You can make Freedom of Information requests within {{country_name}} at {{link_to_website}}" msgstr "Përshëndetje! Ti mund të bën kërkesa për informata zyrtare për autoritetet e {{country_name}} në {{link_to_website}}" @@ -1012,6 +1020,9 @@ msgstr "Unë jam duke kërkuar <strong>informacion të ri</strong>" msgid "I am requesting an <strong>internal review</strong>" msgstr "Po kërkoj <strong>rishqyrtimin intern</strong>" +msgid "I am writing to request an internal review of {{public_body_name}}'s handling of my FOI request '{{info_request_title}}'." +msgstr "" + msgid "I don't like these ones — give me some more!" msgstr "Nuk më pëlqejnë këto kërkesa &mdash më jep disa të tjera!" @@ -1053,8 +1064,8 @@ msgstr "" msgid "Id" msgstr "" -msgid "If the address is wrong, or you know a better address, please <a href=\"%s\">contact us</a>." -msgstr "Nëse adresa është e gabuar, ose ti e din një adresë më të mirë, të lutem <a href=\"%s\">na kontakto</a> ." +msgid "If the address is wrong, or you know a better address, please <a href=\"{{url}}\">contact us</a>." +msgstr "Nëse adresa është e gabuar, ose ti e din një adresë më të mirë, të lutem <a href=\"{{url}}\">na kontakto</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 "" @@ -1065,20 +1076,20 @@ msgstr "" "apo një email me një temë tjetër te {{user}}, atëherë \n" "dërgo email në {{contact_email}} për ndihmë." -msgid "If you are dissatisfied by the response you got from\\n the public authority, you have the right to\\n complain (<a href=\"%s\">details</a>)." +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 "" "Nëse je i pakënaqur me përgjigjen nga\n" " institucioni publik, ke të drejtën të\n" -" ankohesh (<a href=\"%s\">detajet</a>)." +" ankohesh (<a href=\"{{url}}\">detajet</a>)." -msgid "If you are still having trouble, please <a href=\"%s\">contact us</a>." -msgstr "Nëse ende po ka probleme, të lutem <a href=\"%s\">na kontakto</a> ." +msgid "If you are still having trouble, please <a href=\"{{url}}\">contact us</a>." +msgstr "Nëse ende po ka probleme, të lutem <a href=\"{{url}}\">na kontakto</a> ." -msgid "If you are the requester, then you may <a href=\"%s\">sign in</a> to view the request." -msgstr "Nëse ti je kërkuesi, atëherë ti mund të <a href=\"%s\">kyçesh</a> për të parë kërkesën." +msgid "If you are the requester, then you may <a href=\"{{url}}\">sign in</a> to view the request." +msgstr "Nëse ti je kërkuesi, atëherë ti mund të <a href=\"{{url}}\">kyçesh</a> për të parë kërkesën." -msgid "If you are thinking of using a pseudonym,\\n please <a href=\"%s\">read this first</a>." -msgstr "Nëse je duke mendu me përdor pseudonim, të lutem <a href=\"%s\">lexo këtë së pari</a>." +msgid "If you are thinking of using a pseudonym,\\n please <a href=\"{{url}}\">read this first</a>." +msgstr "Nëse je duke mendu me përdor pseudonim, të lutem <a href=\"{{url}}\">lexo këtë së pari</a>." msgid "If you are {{user_link}}, please" msgstr "Nëse ti je {{user_link}}, të lutem" @@ -1252,8 +1263,8 @@ msgstr "Bashkangjitur {{site_name}} më" msgid "Just one more thing" msgstr "" -msgid "Keep it <strong>focused</strong>, you'll be more likely to get what you want (<a href=\"%s\">why?</a>)." -msgstr "Mbaje <strong>të fokusuar</strong>, gjasat janë më të mëdha që të marrësh përgjigjen e dëshiruar (<a href=\"%s\">pse?</a>)." +msgid "Keep it <strong>focused</strong>, you'll be more likely to get what you want (<a href=\"{{url}}\">why?</a>)." +msgstr "Mbaje <strong>të fokusuar</strong>, gjasat janë më të mëdha që të marrësh përgjigjen e dëshiruar (<a href=\"{{url}}\">pse?</a>)." msgid "Keywords" msgstr "Fjalët kyçe" @@ -1321,12 +1332,6 @@ msgstr "" msgid "MailServerLog|Order" msgstr "" -msgid "Make a new <strong>Environmental Information</strong> request" -msgstr "Make a new <strong>Environmental Information</strong> request" - -msgid "Make a new <strong>Freedom of Information</strong> request to {{public_body}}" -msgstr "Bëj një <strong>kërkesë të re për informata zyrtare</strong> për {{public_body}}" - msgid "Make a new<br/>\\n <strong>Freedom <span>of</span><br/>\\n Information<br/>\\n request</strong>" msgstr "" "Bëj një<br/>\n" @@ -1337,6 +1342,9 @@ msgstr "" msgid "Make a request" msgstr "Bëj një kërkesë" +msgid "Make a request to this authority" +msgstr "" + msgid "Make an {{law_used_short}} request to '{{public_body_name}}'" msgstr "Bëj një kërkesë për '{{public_body_name}}'" @@ -1574,8 +1582,8 @@ msgstr "Luaj lojën e kategorizimit të kërkesave!" msgid "Please" msgstr "Të lutem" -msgid "Please <a href=\"%s\">get in touch</a> with us so we can fix it." -msgstr "Të lutem <a href=\"%s\">na kontakto</a> që neve ta rregullojme ate." +msgid "Please <a href=\"{{url}}\">get in touch</a> with us so we can fix it." +msgstr "Të lutem <a href=\"{{url}}\">na kontakto</a> që neve ta rregullojme ate." msgid "Please <strong>answer the question above</strong> so we know whether the " msgstr "Të lutem <strong> përgjigju pyetjes së mësipërme</strong> që ne të dimë nëse" @@ -1597,6 +1605,9 @@ msgstr "Të lutem kontrollo që URL (dmth. kodin e gjatë me shkronja e numra) msgid "Please choose a file containing your photo." msgstr "Të lutem zgjedh një fajll që përmban fotografinë tënde." +msgid "Please choose a reason" +msgstr "" + msgid "Please choose what sort of reply you are making." msgstr "Të lutem zgjedh llojin e përgjigjes." @@ -1683,13 +1694,16 @@ msgstr "" "Të lutem kërko vetëm informata që hyjnë në këto kategori, <strong>mos e humb\n" " kohën tënde</strong> apo kohën e stafit të institucionit duke kërkuar informata që s'kanë të bëjnë me të." +msgid "Please pass this on to the person who conducts Freedom of Information reviews." +msgstr "" + msgid "Please select each of these requests in turn, and <strong>let everyone know</strong>\\nif they are successful yet or not." msgstr "" "Të lutem selektoi të gjitha kërkesat një pas një, dhe <strong>bëje të njohur për të gjithë</strong>\n" "nëse kanë qenë të suksesshme deri tash apo jo." -msgid "Please sign at the bottom with your name, or alter the \"%{signoff}\" signature" -msgstr "Te lutem nënshkruaj në fund me emrin tënd, ose ndrysho \"% {signoff}\" nënshkrimin" +msgid "Please sign at the bottom with your name, or alter the \"{{signoff}}\" signature" +msgstr "Te lutem nënshkruaj në fund me emrin tënd, ose ndrysho \"{{signoff}}\" nënshkrimin" msgid "Please sign in as " msgstr "Të lutem kyçu si " @@ -1796,9 +1810,6 @@ msgstr "" msgid "Public body" msgstr "Institucion publik" -msgid "Public body/translation" -msgstr "" - msgid "Public notes" msgstr "" @@ -1808,33 +1819,6 @@ msgstr "" msgid "Public page not available" msgstr "" -msgid "PublicBody::Translation|Disclosure log" -msgstr "" - -msgid "PublicBody::Translation|First letter" -msgstr "" - -msgid "PublicBody::Translation|Locale" -msgstr "" - -msgid "PublicBody::Translation|Name" -msgstr "" - -msgid "PublicBody::Translation|Notes" -msgstr "" - -msgid "PublicBody::Translation|Publication scheme" -msgstr "" - -msgid "PublicBody::Translation|Request email" -msgstr "" - -msgid "PublicBody::Translation|Short name" -msgstr "" - -msgid "PublicBody::Translation|Url name" -msgstr "" - msgid "PublicBody|Api key" msgstr "" @@ -1930,6 +1914,9 @@ msgstr "Raporto abuzim" msgid "Report an offensive or unsuitable request" msgstr "Raporto një kërkesë fyese ose të papërshtatshme" +msgid "Report request" +msgstr "" + msgid "Report this request" msgstr "Raporto këtë kërkesë" @@ -2038,10 +2025,10 @@ msgstr "Rezultatet e kërkimit" msgid "Search the site to find what you were looking for." msgstr "Kërko në këtë ueb sajt për të gjetur atë që ti po kërkon." -msgid "Search within the %d Freedom of Information requests to %s" -msgid_plural "Search within the %d Freedom of Information requests made to %s" -msgstr[0] "Kërko brenda %d kërkesave për informata zyrtare në %s" -msgstr[1] "Kërko brenda %d kërkesave për informata zyrtare të bëra në %s" +msgid "Search within the {{count}} Freedom of Information requests to {{public_body_name}}" +msgid_plural "Search within the {{count}} Freedom of Information requests made to {{public_body_name}}" +msgstr[0] "Kërko brenda {{count}} kërkesave për informata zyrtare në {{public_body_name}}" +msgstr[1] "Kërko brenda {{count}} kërkesave për informata zyrtare të bëra në {{public_body_name}}" msgid "Search your contributions" msgstr "Kërko në kontributet tua" @@ -2153,9 +2140,6 @@ msgstr "Na vjen keq, nuk munda ta gjej këtë faqe" msgid "Special note for this authority!" msgstr "Shënim i veçantë për këtë autoritet!" -msgid "Start" -msgstr "Fillo" - msgid "Start now »" msgstr "Fillo tash »" @@ -2310,19 +2294,19 @@ msgstr "Kërkesa ishte e <strong>suksesshme</strong>." msgid "The request was refused by the public authority" msgstr "Kërkesa u refuzua nga autoriteti publik" -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=\"%s\">contact us</a> if you have any questions." -msgstr "Kërkesa që ti je përpjek për të parë është hequr (larguar). Ka arsye të ndryshme pse ne kemi mund për të bërë këtë, na vie keq që nuk mund të jemi më specifik. Të lutem të <a href=\"%s\">na kontakton</a> nëse ke ndonjë pyetje." +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 "Kërkesa që ti je përpjek për të parë është hequr (larguar). Ka arsye të ndryshme pse ne kemi mund për të bërë këtë, na vie keq që nuk mund të jemi më specifik. Të lutem të <a href=\"{{url}}\">na kontakton</a> nëse ke ndonjë pyetje." msgid "The requester has abandoned this request for some reason" msgstr "Për ndonjë arsye, përdoruesi e ka braktisur kërkesën" -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" +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 "" "Përgjigja në kërkesën tënde është e <strong>vonuar</strong>. Mund të thuhet që,\n" "sipas ligjit, autoriteti ishte dashtë të përgjigjet në \n" "<strong>afat</strong> të paraparë dhe " -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" +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 "" "Përgjigja në kërkesën tënde është <strong>vonuar për së tepërmi</strong>. Mund të thuhet që,\n" "sipas ligjit, duke i patur parasyesh të gjitha rrethanat, autoriteti ishte dashtë të përgjigjet \n" @@ -2334,6 +2318,9 @@ msgstr "Indeksi i kërkimit aktualisht është i shkëputur, kështu që nuk mun msgid "The search index is currently offline, so we can't show the Freedom of Information requests this person has made." msgstr "Indeksi i kërkimit është jashtë funksioni, kështu që ne nuk mund t'i tregojmë kërkesat për informata zyrtare që ky person ka bërë." +msgid "The {{site_name}} team." +msgstr "" + msgid "Then you can cancel the alert." msgstr "Pastaj ti mund të anulon njoftimin." @@ -2409,17 +2396,17 @@ msgstr "Pastaj shënimi yt për {{info_request_title}} do të postohet." msgid "There are {{count}} new annotations on your {{info_request}} request. Follow this link to see what they wrote." msgstr "Ka {{count}} shënime të reja në kërkesën tënde {{info_request}}. Ndiqni këtë vegzë për t'i parë ato." -msgid "There is %d person following this request" -msgid_plural "There are %d people following this request" -msgstr[0] "Një person %d është duke e përcjell këtë kërkesë" -msgstr[1] "Janë %d persona duke e përcjell këtë autoritet" - 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 "" 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 "" +msgid "There is {{count}} person following this request" +msgid_plural "There are {{count}} people following this request" +msgstr[0] "Një person {{count}} është duke e përcjell këtë kërkesë" +msgstr[1] "Janë {{count}} persona duke e përcjell këtë autoritet" + msgid "There was a <strong>delivery error</strong> or similar, which needs fixing by the {{site_name}} team." msgstr "Kishte një <strong>dështim gjatë dorëzimit.</strong> apo diç e ngjajshme, e cila ka nevojë për përmirsim nga ekipi i {{site_name}}." @@ -2456,8 +2443,8 @@ msgstr "Gjërat që po i ndiqni" msgid "This authority no longer exists, so you cannot make a request to it." msgstr "Ky autoritet nuk ekziston më, kështu që ju nuk mund të bëni një kërkesë për të." -msgid "This comment has been hidden. See annotations to\\n find out why. If you are the requester, then you may <a href=\"%s\">sign in</a> to view the response." -msgstr "Ky koment është fshehur. Shih shënimet për të gjetur pse. Nëse ti je kërkuesi, atëherë ti mund të <a href=\"%s\">kyçesh </a> për të parë përgjigjen." +msgid "This comment has been hidden. See annotations to\\n find out why. If you are the requester, then you may <a href=\"{{url}}\">sign in</a> to view the response." +msgstr "Ky koment është fshehur. Shih shënimet për të gjetur pse. Nëse ti je kërkuesi, atëherë ti mund të <a href=\"{{url}}\">kyçesh </a> për të parë përgjigjen." msgid "This covers a very wide spectrum of information about the state of\\n the <strong>natural and built environment</strong>, such as:" msgstr "" @@ -2480,10 +2467,10 @@ 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 outgoing message has been hidden. See annotations to\\n\t\t\t\t\t\tfind out why. If you are the requester, then you may <a href=\"%s\">sign in</a> to view the response." +msgid "This outgoing message has been hidden. See annotations to\\n\t\t\t\t\t\tfind out why. If you are the requester, then you may <a href=\"{{url}}\">sign in</a> to view the response." msgstr "" "Mesazhi në largim është fshehur. Shih shënimet në \n" -" »» »» »» për të kuptuar arsyen. Nëse ti je kërkuesi, atëherë ti mund të <a href=\"%s\">kyçesh</a> për të parë përgjigjen." +" »» »» »» për të kuptuar arsyen. Nëse ti je kërkuesi, atëherë ti mund të <a href=\"{{url}}\">kyçesh</a> për të parë përgjigjen." msgid "This particular request is finished:" msgstr "Kjo kërkesë është përmbyllur:" @@ -2491,19 +2478,19 @@ msgstr "Kjo kërkesë është përmbyllur:" msgid "This person has made no Freedom of Information requests using this site." msgstr "Ky person nuk ka bërë kërkesa për informata zyrtare duke përdorur këtë ueb faqe." -msgid "This person's %d Freedom of Information request" -msgid_plural "This person's %d Freedom of Information requests" -msgstr[0] "%d kërkesë për informatë zyrtare të këtij personi" -msgstr[1] "%d kërkesa për informata zyrtare të këtij personi" - -msgid "This person's %d annotation" -msgid_plural "This person's %d annotations" -msgstr[0] "%d shënim i këtij personi" -msgstr[1] "%d shënime të këtij personi" - msgid "This person's annotations" msgstr "Shënimet që i ka bërë ky person" +msgid "This person's {{count}} Freedom of Information request" +msgid_plural "This person's {{count}} Freedom of Information requests" +msgstr[0] "{{count}} kërkesë për informatë zyrtare të këtij personi" +msgstr[1] "{{count}} kërkesa për informata zyrtare të këtij personi" + +msgid "This person's {{count}} annotation" +msgid_plural "This person's {{count}} annotations" +msgstr[0] "{{count}} shënim i këtij personi" +msgstr[1] "{{count}} shënime të këtij personi" + msgid "This request <strong>requires administrator attention</strong>" msgstr "Kjo kërkesë <strong>kërkon vëmendje të administratorit</strong>" @@ -2525,7 +2512,7 @@ msgstr "" 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 "Kjo kërkesë është <strong>tërhequr</strong> nga personi që e bëri atë. » Mund të ketë një shpjegim në korrespondencën më poshtë." -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=\"%s\">contact us</a>." +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 "" msgid "This request has been reported for administrator attention" @@ -2542,8 +2529,8 @@ msgstr "" msgid "This request has prominence 'hidden'. You can only see it because you are logged\\n in as a super user." msgstr "Kjo kërkesë ka klasifikim 'fshehur'. Ti mund të shohësh atë, vetëm sepse je kyçur 'super user'." -msgid "This request is hidden, so that only you the requester can see it. Please\\n <a href=\"%s\">contact us</a> if you are not sure why." -msgstr "Kjo kërkesë është e fshehur, kështu që vetëm ti - kërkuesi mund ta shoh ate. Të lutem <a href=\"%s\">na kontakto</a> nëse nuk je i sigurt pse kjo po ndodhë." +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 "Kjo kërkesë është e fshehur, kështu që vetëm ti - kërkuesi mund ta shoh ate. Të lutem <a href=\"{{url}}\">na kontakto</a> nëse nuk je i sigurt pse kjo po ndodhë." msgid "This request is still in progress:" msgstr "Kjo kërkesë është ende në përpunim:" @@ -2554,8 +2541,8 @@ msgstr "" msgid "This request was not made via {{site_name}}" msgstr "Kjo kërkesë nuk është bërë nëpërmjet {{site_name}}" -msgid "This response has been hidden. See annotations to find out why.\\n If you are the requester, then you may <a href=\"%s\">sign in</a> to view the response." -msgstr "Kjo përgjigje është fshehur. Shih shënimet për të kuptuar pse. Nëse ti je kërkuesi, atëherë ti mund të <a href=\"%s\">kyçesh</a> për të parë përgjigjen." +msgid "This response has been hidden. See annotations to find out why.\\n If you are the requester, then you may <a href=\"{{url}}\">sign in</a> to view the response." +msgstr "Kjo përgjigje është fshehur. Shih shënimet për të kuptuar pse. Nëse ti je kërkuesi, atëherë ti mund të <a href=\"{{url}}\">kyçesh</a> për të parë përgjigjen." 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 "" @@ -2634,8 +2621,8 @@ msgstr "Për të postuar shënimin tënd" msgid "To reply to " msgstr "Për t'iu përgjigjur " -msgid "To report this FOI request" -msgstr "Për të raportuar këtë kërkesë për QDP " +msgid "To report this request" +msgstr "" msgid "To send a follow up message to " msgstr "Për të dërguar mesazh vazhdues për " @@ -2721,8 +2708,8 @@ msgstr "Lloji i papritur i rezultatit të kërkuar" msgid "Unexpected search result type " msgstr "Lloji i papritur i rezultatit të kërkuar " -msgid "Unfortunately we don't know the FOI\\nemail address for that authority, so we can't validate this.\\nPlease <a href=\"%s\">contact us</a> to sort it out." -msgstr "Për fat të keq ne nuk e dimë adresën emailit për kërkesa zyrtare për këtë autoritet, kështu që ne nuk mund ta vërtetojmë këtë. Të lutem të <a href=\"%s\">na kontakton</a> për ta rregulluar atë." +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 "Për fat të keq ne nuk e dimë adresën emailit për kërkesa zyrtare për këtë autoritet, kështu që ne nuk mund ta vërtetojmë këtë. Të lutem të <a href=\"{{url}}\">na kontakton</a> për ta rregulluar atë." 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" @@ -2856,6 +2843,12 @@ msgstr "Duke pritur që autoriteti publik të përgjigjet" msgid "Was the response you got to your FOI request any good?" msgstr "A ishte kërkesa e juaj për QDP e mirë?" +msgid "We consider it is not a valid FOI request, and have therefore hidden it from other users." +msgstr "" + +msgid "We consider it to be vexatious, and have therefore hidden it from other users." +msgstr "" + msgid "We do not have a working request email address for this authority." msgstr "Për fat të keq, ne nuk kemi një email adresë funksionale për këtë autoritet" @@ -2869,10 +2862,10 @@ msgstr "" " –\n" " nëse ti je {{user_link}}, të lutem <a href=\"{{url}}\">kyçu </a> dhe bëje këtë të ditur për të tjerët." -msgid "We will not reveal your email address to anybody unless you or\\n the law tell us to (<a href=\"%s\">details</a>). " +msgid "We will not reveal your email address to anybody unless you or\\n the law tell us to (<a href=\"{{url}}\">details</a>). " msgstr "" "Ne nuk do t'ja zbulojmë adresën e emailit tënd askujt, përveç nëse ti\n" -" e lejon këtë. (<a href=\"%s\">detajet</a>). " +" e lejon këtë. (<a href=\"{{url}}\">detajet</a>). " msgid "We will not reveal your email address to anybody unless you\\nor the law tell us to." msgstr "Ne nuk do ta zbulojmë adresën e emailit tënd askujt, përveç nëse ju e lejoni këtë." @@ -2915,8 +2908,8 @@ msgstr "" msgid "When you receive the paper response, please help\\n others find out what it says:" msgstr "Kur të marrësh përgjigjen në letër, të lutem i ndihmoni të tjerët të gjejnë se çfarë thotë në te:" -msgid "When you're done, <strong>come back here</strong>, <a href=\"%s\">reload this page</a> and file your new request." -msgstr "Kur të kesh mbaruar, <strong>kthehu këtu,</strong> <a href=\"%s\">rifresko këtë faqe</a> dhe bëj kërkesën tënde të re." +msgid "When you're done, <strong>come back here</strong>, <a href=\"{{url}}\">reload this page</a> and file your new request." +msgstr "Kur të kesh mbaruar, <strong>kthehu këtu,</strong> <a href=\"{{url}}\">rifresko këtë faqe</a> dhe bëj kërkesën tënde të re." msgid "Which of these is happening?" msgstr "Cila nga këto po ndodh?" @@ -3023,11 +3016,11 @@ msgstr "Ti e di se çfarë e shkaktoi gabim, dhe mund të <strong>sugjerosh një 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 "" -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=\"%s\">send it to us</a>." +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 "" "Ti ke mundësi të gjejsh atë\n" " në ueb sajtin e tyre, ose duke iu telefonuar. Nëse keni arritur të gjeni adresën,\n" -" atëherë të lutem <a href=\"%s\">na e dërgo të njejtën</a>." +" atëherë të lutem <a href=\"{{url}}\">na e dërgo të njejtën</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 "" @@ -3047,6 +3040,9 @@ msgstr "Ti duhet të jesh i kyçur për të larguar (fshirë) fotografinë e pro msgid "You need to be logged in to edit your profile." msgstr "Duhesh të kyçesh për të redaktuar profilin tënd." +msgid "You need to be logged in to report a request for administrator attention" +msgstr "" + msgid "You previously submitted that exact follow up message for this request." msgstr "Më parë ke dërguar të njejtin mesazh vazhdues për këtë kërkesë." @@ -3070,6 +3066,9 @@ msgstr "" msgid "You will only get an answer to your request if you follow up\\nwith the clarification." msgstr "Ti do të merr përgjigje në kërkesën tënde vetëm në qoftë se e sqaroni atë." +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 "" + msgid "You're in. <a href=\"#\" id=\"send-request\">Continue sending your request</a>" msgstr "" @@ -3082,23 +3081,13 @@ msgstr "Nuk po ndiqni ndonjë gjë." msgid "You've now cleared your profile photo" msgstr "Ke pastruar fotografinë e profilit tënd" -msgid "Your %d Freedom of Information request" -msgid_plural "Your %d Freedom of Information requests" -msgstr[0] "%d kërkesë e yte për informatë zyrtare" -msgstr[1] "%d kërkesa tua për informata zyrtare" - -msgid "Your %d annotation" -msgid_plural "Your %d annotations" -msgstr[0] "%d shënim i yti" -msgstr[1] "%d shënimet e tua" - -msgid "Your <strong>name will appear publicly</strong> \\n (<a href=\"%s\">why?</a>)\\n on this website and in search engines. If you\\n are thinking of using a pseudonym, please \\n <a href=\"%s\">read this first</a>." +msgid "Your <strong>name will appear publicly</strong>\\n (<a href=\"{{why_url}}\">why?</a>)\\n on this website and in search engines. If you\\n are thinking of using a pseudonym, please\\n <a href=\"{{help_url}}\">read this first</a>." msgstr "" "<strong>Emri yt do të shfaqet publikisht </strong>\n" -" (<a href=\"%s\">pse?</a>)\n" +" (<a href=\"{{why_url}}\">pse?</a>)\n" " në këtë ueb faqe dhe në këruesit e internetit (p.sh. Google). \n" " Nëse mendon ta përdorësh një pseudonim, të lutem\n" -" <a href=\"%s\">së pari lexoje këtë</a>." +" <a href=\"{{help_url}}\">së pari lexoje këtë</a>." msgid "Your annotations" msgstr "Shënimet tua" @@ -3109,8 +3098,8 @@ msgstr "Të dhënat tuaja, duke përfshirë adresën tuaj të e-mailit, nuk jan msgid "Your e-mail:" msgstr "Emaili yt:" -msgid "Your follow up has not been sent because this request has been stopped to prevent spam. Please <a href=\"%s\">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=\"%s\">na kontakto</a> nëse vërtet dëshiron të dërgosh mesazh vazhdues." +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." msgid "Your follow up message has been sent on its way." msgstr "Mesazhi yt vazhdues është derguar." @@ -3133,10 +3122,10 @@ msgstr "Mesazhi yt do të shfaqet në <strong>kërkuesit e internetit (p.sh. Goo msgid "Your name and annotation will appear in <strong>search engines</strong>." msgstr "Emri yt dhe shënimi do të shfaqen në <strong>kërkuesit e internetit (p.sh. Google).</strong>" -msgid "Your name, request and any responses will appear in <strong>search engines</strong>\\n (<a href=\"%s\">details</a>)." +msgid "Your name, request and any responses will appear in <strong>search engines</strong>\\n (<a href=\"{{url}}\">details</a>)." msgstr "" "Emri yt, kërkesa dhe çdo përgjigje që do të mirret, do të shfaqen në\n" -"<strong>kërkuesit e internetit (p.sh. Google)</strong> (<a href=\"%s\">detajet</a>)." +"<strong>kërkuesit e internetit (p.sh. Google)</strong> (<a href=\"{{url}}\">detajet</a>)." msgid "Your name:" msgstr "Emri yt:" @@ -3153,6 +3142,12 @@ msgstr "Fjalëkalimi yt:" msgid "Your photo will be shown in public <strong>on the Internet</strong>,\\n wherever you do something on {{site_name}}." msgstr "" +msgid "Your request '{{request}}' at {{url}} has been reviewed by moderators." +msgstr "" + +msgid "Your request on {{site_name}} hidden" +msgstr "" + msgid "Your request was called {{info_request}}. Letting everyone know whether you got the information will help us keep tabs on" msgstr "Kërkesa yte qe emëruar {{info_request}}. Nëse i lejoni të tjerër ta dijnë a i keni marrë informatat në pergjigje, do të na mundësoni ta mbikqyrim " @@ -3162,14 +3157,24 @@ msgstr "Kërkesa yte:" msgid "Your response to an FOI request was not delivered" msgstr "Përgjigja juaj në kërkesën për QDP nuk është dorëzuar" -msgid "Your response will <strong>appear on the Internet</strong>, <a href=\"%s\">read why</a> and answers to other questions." -msgstr "Përgjigja yte do të <strong>shfaqet në internet,</strong> <a href=\"%s\">lexoni pse</a> dhe përgjigjet për pyetje të tjera." +msgid "Your response will <strong>appear on the Internet</strong>, <a href=\"{{url}}\">read why</a> and answers to other questions." +msgstr "Përgjigja yte do të <strong>shfaqet në internet,</strong> <a href=\"{{url}}\">lexoni pse</a> dhe përgjigjet për pyetje të tjera." msgid "Your thoughts on what the {{site_name}} <strong>administrators</strong> should do about the request." msgstr "" "Mendimet tua se çfare duhet <strong>administratorët e</strong> \n" "{{site_name}} të bëjnë me kërkesën." +msgid "Your {{count}} Freedom of Information request" +msgid_plural "Your {{count}} Freedom of Information requests" +msgstr[0] "{{count}} kërkesë e yte për informatë zyrtare" +msgstr[1] "{{count}} kërkesa tua për informata zyrtare" + +msgid "Your {{count}} annotation" +msgid_plural "Your {{count}} annotations" +msgstr[0] "{{count}} shënim i yti" +msgstr[1] "{{count}} shënimet e tua" + msgid "Your {{site_name}} email alert" msgstr "Njoftimet tuaja me email në {{site_name}}" @@ -3179,6 +3184,9 @@ msgstr "Me nderime," msgid "Yours sincerely," msgstr "Sinqerisht," +msgid "Yours," +msgstr "" + msgid "[FOI #{{request}} email]" msgstr "" @@ -3342,10 +3350,10 @@ msgstr "" msgid "no later than" msgstr "jo më vonë se" -msgid "no longer exists. If you are trying to make\\n 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=\"%s\">send it to us</a>." +msgid "no longer exists. If you are trying to make\\n 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 "" "nuk ekziston më. Nëse je duke u përpjekur për të bërë\n" -" Prej faqes së kërkesës, provo ti përgjigjesh një mesazhi të veçant, në vend se të dërgosh një mesazh vazhdues. Nëse keni nevojë të bëni një mesazh prëcjellës të përgjithshëm dhe e di një adresë të emailit që do të shkon ne vendin e duhur, të lutem <a href=\"%s\">na e dërgo</a>." +" Prej faqes së kërkesës, provo ti përgjigjesh një mesazhi të veçant, në vend se të dërgosh një mesazh vazhdues. Nëse keni nevojë të bëni një mesazh prëcjellës të përgjithshëm dhe e di një adresë të emailit që do të shkon ne vendin e duhur, të lutem <a href=\"{{url}}\">na e dërgo</a>." msgid "normally" msgstr "normalisht" @@ -3453,9 +3461,32 @@ msgstr "informata të dobishëme." msgid "users" msgstr "përdoruesit" +msgid "what's that?" +msgstr "Çfarë është ajo?" + msgid "{{count}} FOI requests found" msgstr "{{count}} Kërkesa për informata zyrtare u gjetën" +msgid "{{count}} Freedom of Information request to {{public_body_name}}" +msgid_plural "{{count}} Freedom of Information requests to {{public_body_name}}" +msgstr[0] "{{count}} Kërkesë për informata zyrtare për {{public_body_name}}" +msgstr[1] "{{count}} Kërkesa për informata zyrtare për {{public_body_name}}" + +msgid "{{count}} person is following this authority" +msgid_plural "{{count}} people are following this authority" +msgstr[0] "{{count}}person po përcjell këtë autoritet" +msgstr[1] "{{count}}persona po përcjellin këtë autoritet" + +msgid "{{count}} request" +msgid_plural "{{count}} requests" +msgstr[0] "{{count}} kërkesë" +msgstr[1] "{{count}} kërkesa" + +msgid "{{count}} request made." +msgid_plural "{{count}} requests made." +msgstr[0] "{{count}} kërkesë e bërë." +msgstr[1] "{{count}} kërkesa të bëra." + 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}} tashmë\n" diff --git a/locale/sr@latin/app.po b/locale/sr@latin/app.po index 53d9a518a..67b18f47a 100644 --- a/locale/sr@latin/app.po +++ b/locale/sr@latin/app.po @@ -3,17 +3,19 @@ # This file is distributed under the same license as the PACKAGE package. # # Translators: -# Srdjan Krstic <krledmno1@gmail.com>, 2013. -# Valon <vbrestovci@gmail.com>, 2012. -# vbrestovci <vbrestovci@gmail.com>, 2011. +# krledmno1 <krledmno1@gmail.com>, 2013 +# krledmno1 <krledmno1@gmail.com>, 2013 +# Valon <vbrestovci@gmail.com>, 2011-2012 +# Valon <vbrestovci@gmail.com>, 2012 +# Valon <vbrestovci@gmail.com>, 2011 msgid "" msgstr "" "Project-Id-Version: alaveteli\n" "Report-Msgid-Bugs-To: http://github.com/sebbacon/alaveteli/issues\n" -"POT-Creation-Date: 2013-03-14 14:02-0700\n" -"PO-Revision-Date: 2013-03-14 21:08+0000\n" +"POT-Creation-Date: 2013-06-24 09:40-0700\n" +"PO-Revision-Date: 2013-06-24 16:52+0000\n" "Last-Translator: louisecrow <louise@mysociety.org>\n" -"Language-Team: LANGUAGE <LL@li.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" "Content-Type: text/plain; charset=UTF-8\n" @@ -23,7 +25,7 @@ msgstr "" 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 "<a href=\"%s\">Da li nam nedostaje javna ustanova?</a>" -msgid " (<strong>no ranty</strong> politics, read our <a href=\"%s\">moderation policy</a>)" +msgid " (<strong>no ranty</strong> politics, read our <a href=\"{{url}}\">moderation policy</a>)" msgstr "" msgid " (<strong>patience</strong>, especially for large files, it may take a while!)" @@ -56,9 +58,9 @@ msgstr " Savetuj kako<strong>najbolje objasniti</strong> zahjev." msgid " Ideas on what <strong>other documents to request</strong> which the authority may hold. " msgstr " Ideje za <strong>zahteve drugih dokumenata</strong> koje ustanova može posjedovati. " -msgid " If you know the address to use, then please <a href=\"%s\">send it to us</a>.\\n You may be able to find the address on their website, or by phoning them up and asking." +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 "" -" Ako znate koju adresu treba koristiti, molimo Vas <a href=\"%s\">pošaljite je nama</a>.\n" +" Ako znate koju adresu treba koristiti, molimo Vas <a href=\"{{url}}\">pošaljite je nama</a>.\n" " Moguće je da možete naći adresu na njihovoj web stranici, ili putem telefona." msgid " Include relevant links, such as to a campaign page, your blog or a\\n twitter account. They will be made clickable. \\n e.g." @@ -100,24 +102,6 @@ msgstr " kada pošaljete ovu poruku." msgid "\"Hello! We have an <a href=\\\"/help/alaveteli?country_name=#{CGI.escape(current_country)}\\\">important message</a> for visitors outside {{country_name}}\"" msgstr "" -msgid "%d Freedom of Information request to %s" -msgid_plural "%d Freedom of Information requests to %s" -msgstr[0] "%d Freedom of Information requests to %s" -msgstr[1] "%d Freedom of Information requests to %s" -msgstr[2] "%d Freedom of Information requests to %s" - -msgid "%d request" -msgid_plural "%d requests" -msgstr[0] "" -msgstr[1] "" -msgstr[2] "" - -msgid "%d request made." -msgid_plural "%d requests made." -msgstr[0] "" -msgstr[1] "" -msgstr[2] "" - msgid "'Crime statistics by ward level for Wales'" msgstr "'Statistika krivičnih dela na opštinskom nivou'" @@ -158,32 +142,14 @@ msgstr "2. Tražite informacije" msgid "3. Now check your request" msgstr "3. Sada provjerite Vaš zahtev" -msgid "<a class=\"link_button_green\" href=\"{{url}}\">{{text}}</a>" -msgstr "<a class=\"link_button_green\" href=\"{{url}}\">{{text}}</a>" +msgid "<a href=\"{{browse_url}}\">Browse all</a> or <a href=\"{{add_url}}\">ask us to add one</a>." +msgstr "<a href=\"{{browse_url}}\">Pretraži sve</a> ili <a href=\"{{add_url}}\"> zamolite nas da dodamo </a>." -msgid "<a href=\"%s\">Add an annotation</a> (to help the requester or others)" -msgstr "<a href=\"%s\">Dodaj napomenu</a> (da bi se pomoglo podnosiocu zahteva ili drugima)" +msgid "<a href=\"{{url}}\">Add an annotation</a> (to help the requester or others)" +msgstr "<a href=\"{{url}}\">Dodaj napomenu</a> (da bi se pomoglo podnosiocu zahteva ili drugima)" -msgid "<a href=\"%s\">Are we missing a public authority?</a>" -msgstr "" - -msgid "<a href=\"%s\">Are you the owner of\\n any commercial copyright on this page?</a>" -msgstr "" - -msgid "<a href=\"%s\">Browse all</a> or <a href=\"%s\">ask us to add one</a>." -msgstr "<a href=\"%s\">Pretraži sve</a> ili <a href=\"%s\"> zamolite nas da dodamo </a>." - -msgid "<a href=\"%s\">Can't find the one you want?</a>" -msgstr "<a href=\"%s\">Ne možete naći onaj koji želite?</a>" - -msgid "<a href=\"%s\">Sign in</a> to change password, subscriptions and more ({{user_name}} only)" -msgstr "<a href=\"%s\">Prijavite se</a> da biste promijenili password, pretplatu ili drugo ({{user_name}} only)" - -msgid "<a href=\"%s\">details</a>" -msgstr "<a href=\"%s\">detalji</a>" - -msgid "<a href=\"%s\">what's that?</a>" -msgstr "<a href=\"%s\">šta je to?</a>" +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 "<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>" @@ -214,17 +180,23 @@ msgstr "" "<p>Preporučujemo da preuredite Vaš zahtev i da uklonite e-mail adresu.\n" " Ako je ostavite, e-mail adresa će biti poslana ustanovi, ali neće biti vidljiva na web stranici.</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 "" + 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>Drago nam je da ste dobili sve željene informacije. Ako ih budete koristili ili pisali o njima, molimo da se vratite i dodate napomenu ispod opisujući šta ste uradili. </p><p>Ako mislite da je {{site_name}} bio koristan, <a href=\"{{donation_url}}\">donirajte</a> nevladinoj organizaciji koja ga vodi.</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>Drago nam je da ste dobili dio željenih informacija. Ako mislite da je {{site_name}} bio koristan, <a href=\"{{donation_url}}\">donirajte</a> nevladinoj organizaciji koja ga vodi.</p>" -msgid "<p>You do not need to include your email in the request in order to get a reply (<a href=\"%s\">details</a>).</p>" -msgstr "<p>Nije potrebno da uključite Vašu e-mail adresu u zahtev da biste dobili odgovor (<a href=\"%s\">Više informacija</a>).</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 "" + +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 "<p>Nije potrebno da uključite Vašu e-mail adresu u zahtev da biste dobili odgovor (<a href=\"{{url}}\">Više informacija</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=\"%s\">details</a>).</p>" -msgstr "<p>Nije potrebno da uključite Vašu e-mail adresu u zahtev da biste dobili odgovor, pitati ćemo vas u vezi toga u sledećem koraku (<a href=\"%s\">Više informacija</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 "<p>Nije potrebno da uključite Vašu e-mail adresu u zahtev da biste dobili odgovor, pitati ćemo vas u vezi toga u sledećem koraku (<a href=\"{{url}}\">Više informacija</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 "" @@ -240,16 +212,10 @@ msgstr "" "<small>Ako koristite neke od web mail servisa ili imate filtere za \"junk mail\", provjerite u Vašim bulk/spam folderima. Ponekad su naše poruke označene tako</small>\n" "</p>" -msgid "<span id='follow_count'>%d</span> person is following this authority" -msgid_plural "<span id='follow_count'>%d</span> people are following this authority" -msgstr[0] "" -msgstr[1] "" -msgstr[2] "" - -msgid "<strong> Can I request information about myself?</strong>\\n\t\t\t<a href=\"%s\">No! (Click here for details)</a>" +msgid "<strong> Can I request information about myself?</strong>\\n\t\t\t<a href=\"{{url}}\">No! (Click here for details)</a>" msgstr "" "<strong> Da li mogu 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=\"%s\">Ne! (Kliknite za detalje)</a>" +"<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>" 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>komentar_od:tony_bowden</code></strong> da pretražujete komentare Tony Bowden-a, ime unesite kao u URL-u." @@ -307,10 +273,10 @@ msgstr "" " Poslati ćemo e-mail na Vašu novu adresu. Pratite\n" " upute u njemu da bi potvrdili promjenu vašeg e-maila." -msgid "<strong>Privacy note:</strong> If you want to request private information about\\n yourself then <a href=\"%s\">click here</a>." +msgid "<strong>Privacy note:</strong> If you want to request private information about\\n yourself then <a href=\"{{url}}\">click here</a>." msgstr "" "<strong>Napomena o privatnosti:</strong> Ako želite da zahtevate privatne informacije o\n" -" Vama onda <a href=\"%s\">kliknite ovde</a>." +" Vama onda <a href=\"{{url}}\">kliknite ovde</a>." msgid "<strong>Privacy note:</strong> Your photo will be shown in public on the Internet,\\n wherever you do something on {{site_name}}." msgstr "" @@ -341,6 +307,9 @@ msgstr " <strong>Sažetak</strong> odgovora ako ste ga primili poštom. " msgid "A Freedom of Information request" msgstr "" +msgid "A full history of my FOI request and all correspondence is available on the Internet at this address: {{url}}" +msgstr "" + 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 "" @@ -365,6 +334,15 @@ msgstr "O Vama:" msgid "Act on what you've learnt" msgstr "Radite na osnovu onoga što ste naučili" +msgid "Acts as xapian/acts as xapian job" +msgstr "" + +msgid "ActsAsXapian::ActsAsXapianJob|Action" +msgstr "" + +msgid "ActsAsXapian::ActsAsXapianJob|Model" +msgstr "" + msgid "Add an annotation" msgstr "Dodati napomenu" @@ -454,13 +432,19 @@ msgstr "Bilo ko:" msgid "Applies to" msgstr "" +msgid "Are we missing a public authority?" +msgstr "" + +msgid "Are you the owner of any commercial copyright on this page?" +msgstr "" + msgid "Ask for <strong>specific</strong> documents or information, this site is not suitable for general enquiries." msgstr "Tražite <strong>konkretne</strong> dokumente ili informacije, ova stranica nije pogodna za opće pretrage." -msgid "At the bottom of this page, write a reply to them trying to persuade them to scan it in\\n (<a href=\"%s\">more details</a>)." +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 dnu ove stranice, napišite im odgovor pokušavajući da ih ubjedite da ga pregledaju\n" -" (<a href=\"%s\">Više informacija</a>)." +" (<a href=\"{{url}}\">Više informacija</a>)." msgid "Attachment (optional):" msgstr "Prilog (neobavezno):" @@ -498,6 +482,9 @@ msgstr "Po zakonu, {{public_body_link}} je trebala odgovoriti <strong>brzo</stro msgid "Calculated home page" msgstr "" +msgid "Can't find the one you want?" +msgstr "Ne možete naći onaj koji želite?" + msgid "Cancel a {{site_name}} alert" msgstr "Poništi {{site_name}} upozorenje" @@ -665,6 +652,9 @@ msgstr "Trenutno <strong>čeka odgovor</strong> od {{public_body_link}}, moraju msgid "Date:" msgstr "Datum:" +msgid "Dear {{name}}," +msgstr "" + msgid "Dear {{public_body_name}}," msgstr "Poštovani {{public_body_name}}," @@ -745,7 +735,7 @@ msgstr "Buduća ažuriranja šaljite na moj e-mail" msgid "Enter words that you want to find separated by spaces, e.g. <strong>climbing lane</strong>" msgstr "Sa razmacima unesite reči koje želite naći, npr. <strong>climbing lane</strong" -msgid "Enter your response below. You may attach one file (use email, or\\n <a href=\"%s\">contact us</a> if you need more)." +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 "" msgid "Environmental Information Regulations" @@ -766,17 +756,17 @@ msgstr "Detalji prikaza prošlih događanja" msgid "Event {{id}}" msgstr "" -msgid "Everything that you enter on this page, including <strong>your name</strong>,\\n will be <strong>displayed publicly</strong> on\\n this website forever (<a href=\"%s\">why?</a>)." +msgid "Everything that you enter on this page, including <strong>your name</strong>,\\n will be <strong>displayed publicly</strong> on\\n this website forever (<a href=\"{{url}}\">why?</a>)." msgstr "" "Sve što unesete na ovu stranicu, uključujući <strong>Vaše ime</strong>, \n" " će biti <strong>javno prikazano</strong> na\n" -" ovoj web stranici zauvek (<a href=\"%s\">Više informacija</a>)." +" ovoj web stranici zauvek (<a href=\"{{url}}\">Više informacija</a>)." -msgid "Everything that you enter on this page\\n will be <strong>displayed publicly</strong> on\\n this website forever (<a href=\"%s\">why?</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" " će biti <strong>javno prikazano</strong> na\n" -" ovoj web stranici trajno. (<a href=\"%s\">Više informacija</a>)." +" ovoj web stranici trajno. (<a href=\"{{url}}\">Više informacija</a>)." msgid "FOI" msgstr "" @@ -802,13 +792,16 @@ msgstr "" msgid "Failed to convert image to a PNG" msgstr "Nismo uspeli konvertovati sliku u PNG format" -msgid "Failed to convert image to the correct size: at %{cols}x%{rows}, need %{width}x%{height}" -msgstr "Nismo uspeli konvertovati sliku u odgovarajuću veličinu: %{cols}x%{rows}, potrebno %{width}x%{height}" +msgid "Failed to convert image to the correct size: at {{cols}}x{{rows}}, need {{width}}x{{height}}" +msgstr "Nismo uspeli konvertovati sliku u odgovarajuću veličinu: {{cols}}x{{rows}}, potrebno {{width}}x{{height}}" msgid "Filter" msgstr "Filtriraj" -msgid "First, type in the <strong>name of the UK public authority</strong> you'd \\n like information from. <strong>By law, they have to respond</strong>\\n (<a href=\"%s#%s\">why?</a>)." +msgid "First, did your other requests succeed?" +msgstr "" + +msgid "First, type in the <strong>name of the UK public authority</strong> you'd\\n like information from. <strong>By law, they have to respond</strong>\\n (<a href=\"{{url}}\">why?</a>)." msgstr "" msgid "Foi attachment" @@ -889,8 +882,8 @@ msgstr "Iz nepoznatog razloga, nije moguće podneti zahtev ovoj ustanovi." msgid "Forgotten your password?" msgstr "Zaboravili ste Vaš password?" -msgid "Found %d public authority %s" -msgid_plural "Found %d public authorities %s" +msgid "Found {{count}} public authority {{description}}" +msgid_plural "Found {{count}} public authorities {{description}}" msgstr[0] "" msgstr[1] "" msgstr[2] "" @@ -928,7 +921,7 @@ msgstr "" msgid "From" 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=\"%s\">send it to us</a>." +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:" @@ -940,6 +933,18 @@ msgstr "OVDE IZNESITE DETALJE VAŠE ŽALBE" msgid "Handled by post." msgstr "" +msgid "Has tag string/has tag string tag" +msgstr "" + +msgid "HasTagString::HasTagStringTag|Model" +msgstr "" + +msgid "HasTagString::HasTagStringTag|Name" +msgstr "" + +msgid "HasTagString::HasTagStringTag|Value" +msgstr "" + msgid "Hello! You can make Freedom of Information requests within {{country_name}} at {{link_to_website}}" msgstr "Dobrodošli! Možete podnositi Zahteve za slobodan pristup informacijama u {{country_name}} na ovom linku: {{link_to_website}}" @@ -997,6 +1002,9 @@ msgstr "Molim za <strong>nove informacije</strong>" msgid "I am requesting an <strong>internal review</strong>" msgstr "" +msgid "I am writing to request an internal review of {{public_body_name}}'s handling of my FOI request '{{info_request_title}}'." +msgstr "" + msgid "I don't like these ones — give me some more!" msgstr "Ne sviđaju mi se ove — dajte mi više!" @@ -1038,8 +1046,8 @@ msgstr "" msgid "Id" msgstr "" -msgid "If the address is wrong, or you know a better address, please <a href=\"%s\">contact us</a>." -msgstr "Ako je adresa pogrešna, ili znate bolju adresu, molimo Vas <a href=\"%s\">da nas kontaktirate</a>." +msgid "If the address is wrong, or you know a better address, please <a href=\"{{url}}\">contact us</a>." +msgstr "Ako je adresa pogrešna, ili znate bolju adresu, molimo Vas <a href=\"{{url}}\">da nas kontaktirate</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 "" @@ -1050,22 +1058,22 @@ msgstr "" "ili e-mail o nečemu drugome {{user}}, onda molimo\n" "pošaljite nam e-mail {{contact_email}} za pomoć." -msgid "If you are dissatisfied by the response you got from\\n the public authority, you have the right to\\n complain (<a href=\"%s\">details</a>)." +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 "" "Ako niste zadovoljni odgovorom koji ste dobili od\n" " javne ustanove, imate pravo na\n" -" žalbu (<a href=\"%s\">Više informacija</a>)." +" žalbu (<a href=\"{{url}}\">Više informacija</a>)." -msgid "If you are still having trouble, please <a href=\"%s\">contact us</a>." -msgstr "Ako i dalje imate problema, molimo <a href=\"%s\">kontaktirajte nas</a>." +msgid "If you are still having trouble, please <a href=\"{{url}}\">contact us</a>." +msgstr "Ako i dalje imate problema, molimo <a href=\"{{url}}\">kontaktirajte nas</a>." -msgid "If you are the requester, then you may <a href=\"%s\">sign in</a> to view the request." -msgstr "Ako ste podnosioc zahteva, možete se <a href=\"%s\">prijaviti</a> da biste pogledali zahtev." +msgid "If you are the requester, then you may <a href=\"{{url}}\">sign in</a> to view the request." +msgstr "Ako ste podnosioc zahteva, možete se <a href=\"{{url}}\">prijaviti</a> da biste pogledali zahtev." -msgid "If you are thinking of using a pseudonym,\\n please <a href=\"%s\">read this first</a>." +msgid "If you are thinking of using a pseudonym,\\n please <a href=\"{{url}}\">read this first</a>." msgstr "" "Ako razmišljate o korištenju pseudonima,\n" -" molimo da<a href=\"%s\">pročitajte prvo ovo</a>." +" molimo da<a href=\"{{url}}\">pročitajte prvo ovo</a>." msgid "If you are {{user_link}}, please" msgstr "Ako ste {{user_link}}, molimo" @@ -1253,8 +1261,8 @@ msgstr "Pridružio se na {{site_name}} u" msgid "Just one more thing" msgstr "" -msgid "Keep it <strong>focused</strong>, you'll be more likely to get what you want (<a href=\"%s\">why?</a>)." -msgstr "Držite se <strong>suštine</strong>, lakše ćete dobiti ono što tražite(<a href=\"%s\">Više informacija</a>)." +msgid "Keep it <strong>focused</strong>, you'll be more likely to get what you want (<a href=\"{{url}}\">why?</a>)." +msgstr "Držite se <strong>suštine</strong>, lakše ćete dobiti ono što tražite(<a href=\"{{url}}\">Više informacija</a>)." msgid "Keywords" msgstr "Ključne reči" @@ -1324,12 +1332,6 @@ msgstr "" msgid "MailServerLog|Order" msgstr "" -msgid "Make a new <strong>Environmental Information</strong> request" -msgstr "" - -msgid "Make a new <strong>Freedom of Information</strong> request to {{public_body}}" -msgstr "Podnesi novi <strong>Zahtev za slobodan pristup informacijama</strong> za {{public_body}}" - msgid "Make a new<br/>\\n <strong>Freedom <span>of</span><br/>\\n Information<br/>\\n request</strong>" msgstr "" "Podnesi novi<br/>\n" @@ -1340,6 +1342,9 @@ msgstr "" msgid "Make a request" msgstr "Podnesi zahtev" +msgid "Make a request to this authority" +msgstr "" + msgid "Make an {{law_used_short}} request to '{{public_body_name}}'" msgstr "Podnesi {{law_used_short}} zahtev javnoj ustanovi '{{public_body_name}}'" @@ -1577,8 +1582,8 @@ msgstr "Igrajte igru kategorizacije zahteva!" msgid "Please" msgstr "Molimo" -msgid "Please <a href=\"%s\">get in touch</a> with us so we can fix it." -msgstr "Molimo <a href=\"%s\">kontaktirajte</a> nas kako bi to mogli popraviti." +msgid "Please <a href=\"{{url}}\">get in touch</a> with us so we can fix it." +msgstr "Molimo <a href=\"{{url}}\">kontaktirajte</a> nas kako bi to mogli popraviti." msgid "Please <strong>answer the question above</strong> so we know whether the " msgstr "Molimo <strong>odgovorite na pitanje iznad</strong> kako bi znali da li" @@ -1602,6 +1607,9 @@ msgstr "" msgid "Please choose a file containing your photo." msgstr "Molimo izaberite datoteku koja sadržava Vašu sliku." +msgid "Please choose a reason" +msgstr "" + msgid "Please choose what sort of reply you are making." msgstr "Molimo izaberite vrstu odgovora." @@ -1688,13 +1696,16 @@ msgstr "Molimo da sažetak bude kratak, poput naslova e-maila. Radije koristite 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 "" +msgid "Please pass this on to the person who conducts Freedom of Information reviews." +msgstr "" + msgid "Please select each of these requests in turn, and <strong>let everyone know</strong>\\nif they are successful yet or not." msgstr "" "Molimo odaberite svaki od ovih zahteva naizmjenice, i <strong>obavestite sve</strong>\n" "da li su bili uspešni ili ne." -msgid "Please sign at the bottom with your name, or alter the \"%{signoff}\" signature" -msgstr "Molimo da se na dnu potpišete, ili izmijenite \"%{signoff}\" potpis" +msgid "Please sign at the bottom with your name, or alter the \"{{signoff}}\" signature" +msgstr "Molimo da se na dnu potpišete, ili izmijenite \"{{signoff}}\" potpis" msgid "Please sign in as " msgstr "Molimo prijavite se kao " @@ -1801,9 +1812,6 @@ msgstr "" msgid "Public body" msgstr "" -msgid "Public body/translation" -msgstr "" - msgid "Public notes" msgstr "" @@ -1813,33 +1821,6 @@ msgstr "" msgid "Public page not available" msgstr "" -msgid "PublicBody::Translation|Disclosure log" -msgstr "" - -msgid "PublicBody::Translation|First letter" -msgstr "" - -msgid "PublicBody::Translation|Locale" -msgstr "" - -msgid "PublicBody::Translation|Name" -msgstr "" - -msgid "PublicBody::Translation|Notes" -msgstr "" - -msgid "PublicBody::Translation|Publication scheme" -msgstr "" - -msgid "PublicBody::Translation|Request email" -msgstr "" - -msgid "PublicBody::Translation|Short name" -msgstr "" - -msgid "PublicBody::Translation|Url name" -msgstr "" - msgid "PublicBody|Api key" msgstr "" @@ -1935,6 +1916,9 @@ msgstr "Prijavi zloupotrebu" msgid "Report an offensive or unsuitable request" msgstr "" +msgid "Report request" +msgstr "" + msgid "Report this request" msgstr "" @@ -2043,8 +2027,8 @@ msgstr "Rezultati pretrage" msgid "Search the site to find what you were looking for." msgstr "Pretražite web stranicu da pronađete što ste tražili." -msgid "Search within the %d Freedom of Information requests to %s" -msgid_plural "Search within the %d Freedom of Information requests made to %s" +msgid "Search within the {{count}} Freedom of Information requests to {{public_body_name}}" +msgid_plural "Search within the {{count}} Freedom of Information requests made to {{public_body_name}}" msgstr[0] "" msgstr[1] "" msgstr[2] "" @@ -2163,9 +2147,6 @@ msgstr "Žalimo, nismo mogli pronaći tu stranicu" msgid "Special note for this authority!" msgstr "Posebna napomena za ovu ustanovu!" -msgid "Start" -msgstr "Počni" - msgid "Start now »" msgstr "Počni sada »" @@ -2326,22 +2307,22 @@ msgstr "Zahtev je <strong>uspešan</strong>." msgid "The request was refused by the public authority" msgstr "Zahtev je odbijen od strane javne ustanove" -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=\"%s\">contact us</a> if you have any questions." +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 "" "Zahtev koji ste pokušali pregledati je uklonjen. Postoje\n" "razni razlozi radi kojih smo to mogli uraditi, žao nam je ali ne možemo biti precizniji po tom pitanju. Molimo <a\n" -" href=\"%s\">kontaktirajte nas</a> ako imate pitanja." +" href=\"{{url}}\">kontaktirajte nas</a> ako imate pitanja." msgid "The requester has abandoned this request for some reason" msgstr "Podnosioc je odustao od ovog zahteva iz nekog razloga" -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" +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š zahtev je <strong>odgođen</strong>. Možete reći da je, \n" " po zakonu, ustanova trebala odgovoriti\n" " <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" +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š zahtev <strong>kasni</strong>. Možete reći da po \n" " zakonu, u svakom slučaju, ustanova je trebala odgovoriti\n" @@ -2353,6 +2334,9 @@ msgstr "Indeks za pretragu je trenutno isključen, ne možemo prikazati Zahteve msgid "The search index is currently offline, so we can't show the Freedom of Information requests this person has made." msgstr "Indeks za pretragu je trenutno isključen, radi toga ne možemo prikazati Zahteve za slobodan pristup informacijama koje je ova osoba napravila." +msgid "The {{site_name}} team." +msgstr "" + msgid "Then you can cancel the alert." msgstr "Tada možete poništiti upozorenje." @@ -2428,18 +2412,18 @@ msgstr "Tada će Vaša napomena 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 napomene na Vašem {{info_request}} zahtevu. Pratite ovaj link da pogledate šta je napisano." -msgid "There is %d person following this request" -msgid_plural "There are %d people following this request" -msgstr[0] "" -msgstr[1] "" -msgstr[2] "" - 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 "" 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 "" +msgid "There is {{count}} person following this request" +msgid_plural "There are {{count}} people following this request" +msgstr[0] "" +msgstr[1] "" +msgstr[2] "" + msgid "There was a <strong>delivery error</strong> or similar, which needs fixing by the {{site_name}} team." msgstr "Došlo je do <strong>greške u isporuci</strong> ili nečega sličnog što treba popravku od strane {{site_name}} tima." @@ -2478,7 +2462,7 @@ msgstr "" msgid "This authority no longer exists, so you cannot make a request to it." msgstr "Ova ustanova više ne postoji, zato joj nije moguće podnijeti zahtev. " -msgid "This comment has been hidden. See annotations to\\n find out why. If you are the requester, then you may <a href=\"%s\">sign in</a> to view the response." +msgid "This comment has been hidden. See annotations to\\n find out why. If you are the requester, then you may <a href=\"{{url}}\">sign in</a> to view the response." msgstr "" msgid "This covers a very wide spectrum of information about the state of\\n the <strong>natural and built environment</strong>, such as:" @@ -2504,7 +2488,7 @@ msgstr "" msgid "This is your own request, so you will be automatically emailed when new responses arrive." msgstr "Ovo je Vaš zahtev, biti ćete automatski obavešteni e-mailom kada novi odgovori budu stizali." -msgid "This outgoing message has been hidden. See annotations to\\n\t\t\t\t\t\tfind out why. If you are the requester, then you may <a href=\"%s\">sign in</a> to view the response." +msgid "This outgoing message has been hidden. See annotations to\\n\t\t\t\t\t\tfind out why. If you are the requester, then you may <a href=\"{{url}}\">sign in</a> to view the response." msgstr "" msgid "This particular request is finished:" @@ -2513,21 +2497,21 @@ msgstr "Ovaj zahtev je završen:" msgid "This person has made no Freedom of Information requests using this site." msgstr "Ova osoba nije podnela nijedan Zahtev za slobodan pristup informacijama koristeći ovu web stranicu." -msgid "This person's %d Freedom of Information request" -msgid_plural "This person's %d Freedom of Information requests" +msgid "This person's annotations" +msgstr "Napomene ove osobe" + +msgid "This person's {{count}} Freedom of Information request" +msgid_plural "This person's {{count}} Freedom of Information requests" msgstr[0] "" msgstr[1] "" msgstr[2] "" -msgid "This person's %d annotation" -msgid_plural "This person's %d annotations" +msgid "This person's {{count}} annotation" +msgid_plural "This person's {{count}} annotations" msgstr[0] "" msgstr[1] "" msgstr[2] "" -msgid "This person's annotations" -msgstr "Napomene ove osobe" - msgid "This request <strong>requires administrator attention</strong>" msgstr "Ovaj zahtev <strong>treba provjeru administratora</strong>" @@ -2551,7 +2535,7 @@ msgstr "" "Ovaj zahtev je <strong>povučen</strong> od strane osobe koja ga je napravila. \n" " <span class=\"whitespace other\" title=\"Tab\">»</span> Obijašnjenje može biti u dopisima ispod." -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=\"%s\">contact us</a>." +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 "" msgid "This request has been reported for administrator attention" @@ -2568,10 +2552,10 @@ msgstr "" "Ovaj zahtev je inače skriven. Možete ga videti jer ste prijavljeni \n" " kao super korisnik." -msgid "This request is hidden, so that only you the requester can see it. Please\\n <a href=\"%s\">contact us</a> if you are not sure why." +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 "" "Ovaj zahtev je skriven tako da ga samo Vi podnosioc možete videti. Molimo\n" -" <a href=\"%s\">kontaktirajte nas</a> ako niste sigurni zašto." +" <a href=\"{{url}}\">kontaktirajte nas</a> ako niste sigurni zašto." msgid "This request is still in progress:" msgstr "Ovaj zahtev je još u toku:" @@ -2582,7 +2566,7 @@ msgstr "" msgid "This request was not made via {{site_name}}" msgstr "" -msgid "This response has been hidden. See annotations to find out why.\\n If you are the requester, then you may <a href=\"%s\">sign in</a> to view the response." +msgid "This response has been hidden. See annotations to find out why.\\n If you are the requester, then you may <a href=\"{{url}}\">sign in</a> to view the response." msgstr "" 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." @@ -2656,7 +2640,7 @@ msgstr "Da biste postavili Vašu napomenu" msgid "To reply to " msgstr "Da biste odgovorili " -msgid "To report this FOI request" +msgid "To report this request" msgstr "" msgid "To send a follow up message to " @@ -2743,11 +2727,11 @@ msgstr "" msgid "Unexpected search result type " msgstr "" -msgid "Unfortunately we don't know the FOI\\nemail address for that authority, so we can't validate this.\\nPlease <a href=\"%s\">contact us</a> to sort it out." +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 "" "Nažalost nismo u posjedu e-mail adrese za ZOSPI\n" "te ustanove, tako da nismo u mogućnosti validirati ovo.\n" -"Molimo <a href=\"%s\">kontaktirajte nas</a> da to razjasnimo." +"Molimo <a href=\"{{url}}\">kontaktirajte nas</a> da to razjasnimo." msgid "Unfortunately, we do not have a working {{info_request_law_used_full}}\\naddress for" msgstr "" @@ -2883,6 +2867,12 @@ msgstr "Čekamo na odgovor javne ustanove" msgid "Was the response you got to your FOI request any good?" msgstr "Da li je odgovor koji ste dobili na Vaš Zahtev o slobodnom pristupu informacijama bio od ikakve koristi?" +msgid "We consider it is not a valid FOI request, and have therefore hidden it from other users." +msgstr "" + +msgid "We consider it to be vexatious, and have therefore hidden it from other users." +msgstr "" + msgid "We do not have a working request email address for this authority." msgstr "Ne posedujemo ispravnu e-mail adresu za zahteve ove ustanove." @@ -2896,7 +2886,7 @@ msgstr "" " –\n" "<span class=\"whitespace other\" title=\"Tab\">»</span>ako ste {{user_link}} molimo <a href=\"{{url}}\">prijavite se</a> i obavestite sve." -msgid "We will not reveal your email address to anybody unless you or\\n the law tell us to (<a href=\"%s\">details</a>). " +msgid "We will not reveal your email address to anybody unless you or\\n the law tell us to (<a href=\"{{url}}\">details</a>). " msgstr "" msgid "We will not reveal your email address to anybody unless you\\nor the law tell us to." @@ -2950,8 +2940,8 @@ msgstr "" "Kada dobijete printanu kopiju, molimo pomozite\n" " drugima da saznaju njen sadržaj:" -msgid "When you're done, <strong>come back here</strong>, <a href=\"%s\">reload this page</a> and file your new request." -msgstr "Kada završite, <strong>vratite se ovde</strong>, <a href=\"%s\">učitajte ponovo ovu stranicu</a> i spremite Vaš novi zahtev." +msgid "When you're done, <strong>come back here</strong>, <a href=\"{{url}}\">reload this page</a> and file your new request." +msgstr "Kada završite, <strong>vratite se ovde</strong>, <a href=\"{{url}}\">učitajte ponovo ovu stranicu</a> i spremite Vaš novi zahtev." msgid "Which of these is happening?" msgstr "Šta se od ovoga događa?" @@ -3057,11 +3047,11 @@ msgstr "Znate šta je uzrok greške i možete <strong>predložiti rešenje</stro 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 "" -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=\"%s\">send it to us</a>." +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 web stranici, ili putem telefonskog poziva. Ako uspete\n" -" da je nađete, onda molimo <a href=\"%s\">da nam je pošaljete</a>." +" da je nađete, onda molimo <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 "" @@ -3081,6 +3071,9 @@ msgstr "Morate biti prijavljeni ukoliko želite izbrisati sliku na Vašem profil msgid "You need to be logged in to edit your profile." msgstr "" +msgid "You need to be logged in to report a request for administrator attention" +msgstr "" + msgid "You previously submitted that exact follow up message for this request." msgstr "Prethodno ste predali istu popratnu poruku za ovaj zahtev." @@ -3102,6 +3095,9 @@ msgstr "" msgid "You will only get an answer to your request if you follow up\\nwith the clarification." msgstr "" +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 "" + msgid "You're in. <a href=\"#\" id=\"send-request\">Continue sending your request</a>" msgstr "" @@ -3114,19 +3110,7 @@ msgstr "" msgid "You've now cleared your profile photo" msgstr "Sada ste izbrisali sliku na Vašem profilu" -msgid "Your %d Freedom of Information request" -msgid_plural "Your %d Freedom of Information requests" -msgstr[0] "" -msgstr[1] "" -msgstr[2] "" - -msgid "Your %d annotation" -msgid_plural "Your %d annotations" -msgstr[0] "" -msgstr[1] "" -msgstr[2] "" - -msgid "Your <strong>name will appear publicly</strong> \\n (<a href=\"%s\">why?</a>)\\n on this website and in search engines. If you\\n are thinking of using a pseudonym, please \\n <a href=\"%s\">read this first</a>." +msgid "Your <strong>name will appear publicly</strong>\\n (<a href=\"{{why_url}}\">why?</a>)\\n on this website and in search engines. If you\\n are thinking of using a pseudonym, please\\n <a href=\"{{help_url}}\">read this first</a>." msgstr "" msgid "Your annotations" @@ -3138,7 +3122,7 @@ msgstr "" msgid "Your e-mail:" msgstr "Vaš e-mail:" -msgid "Your follow up has not been sent because this request has been stopped to prevent spam. Please <a href=\"%s\">contact us</a> if you really want to send a follow up message." +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 "" msgid "Your follow up message has been sent on its way." @@ -3162,10 +3146,10 @@ msgstr "Vaša poruka će se pojaviti u <strong>pretraživačima</strong>" msgid "Your name and annotation will appear in <strong>search engines</strong>." msgstr "Vaše ime i napomena ć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=\"%s\">details</a>)." +msgid "Your name, request and any responses will appear in <strong>search engines</strong>\\n (<a href=\"{{url}}\">details</a>)." msgstr "" "Vaše ime, zahtev i sve poruke će se pojaviti u <strong>pretraživačima</strong>\n" -" (<a href=\"%s\">Više informacija</a>)." +" (<a href=\"{{url}}\">Više informacija</a>)." msgid "Your name:" msgstr "Vaše ime:" @@ -3182,6 +3166,12 @@ msgstr "Vaš password:" msgid "Your photo will be shown in public <strong>on the Internet</strong>,\\n wherever you do something on {{site_name}}." msgstr "" +msgid "Your request '{{request}}' at {{url}} has been reviewed by moderators." +msgstr "" + +msgid "Your request on {{site_name}} hidden" +msgstr "" + msgid "Your request was called {{info_request}}. Letting everyone know whether you got the information will help us keep tabs on" msgstr "Naziv Vašeg zahteva je {{info_request}}. Obavest o tome da li ste dobili odgovor će nam pomoći da bolje pratimo." @@ -3191,12 +3181,24 @@ msgstr "Vaš zahtev:" msgid "Your response to an FOI request was not delivered" msgstr "" -msgid "Your response will <strong>appear on the Internet</strong>, <a href=\"%s\">read why</a> and answers to other questions." -msgstr "Vaš odgovor će se <strong>pojaviti na Internetu</strong>, <a href=\"%s\">pročitajte zašto</a> i odgovore na druga pitanja." +msgid "Your response will <strong>appear on the Internet</strong>, <a href=\"{{url}}\">read why</a> and answers to other questions." +msgstr "Vaš odgovor će se <strong>pojaviti na Internetu</strong>, <a href=\"{{url}}\">pročitajte zašto</a> i odgovore na druga pitanja." msgid "Your thoughts on what the {{site_name}} <strong>administrators</strong> should do about the request." msgstr "Vaše mišljenje o tome šta administratori {{site_name}} trebaju da rade po pitanju zahteva." +msgid "Your {{count}} Freedom of Information request" +msgid_plural "Your {{count}} Freedom of Information requests" +msgstr[0] "" +msgstr[1] "" +msgstr[2] "" + +msgid "Your {{count}} annotation" +msgid_plural "Your {{count}} annotations" +msgstr[0] "" +msgstr[1] "" +msgstr[2] "" + msgid "Your {{site_name}} email alert" msgstr "Vaše {{site_name}} e-mail upozorenje" @@ -3206,6 +3208,9 @@ msgstr "S poštovanjem," msgid "Yours sincerely," msgstr "S poštovanjem," +msgid "Yours," +msgstr "" + msgid "[FOI #{{request}} email]" msgstr "" @@ -3301,7 +3306,7 @@ msgstr "" " Ili ih možete kontaktirati putem telefona." msgid "details" -msgstr "" +msgstr "detalji" msgid "display_status only works for incoming and outgoing messages right now" msgstr "" @@ -3369,7 +3374,7 @@ msgstr "" msgid "no later than" msgstr "ne kasnije od" -msgid "no longer exists. If you are trying to make\\n 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=\"%s\">send it to us</a>." +msgid "no longer exists. If you are trying to make\\n 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 "normally" @@ -3476,9 +3481,36 @@ msgstr "korisna informacija" msgid "users" msgstr "korisnici" +msgid "what's that?" +msgstr "šta je to?" + msgid "{{count}} FOI requests found" msgstr "{{count}} Zahteva za slobodan pristup informacijama pronađeno" +msgid "{{count}} Freedom of Information request to {{public_body_name}}" +msgid_plural "{{count}} Freedom of Information requests to {{public_body_name}}" +msgstr[0] "{{count}} Freedom of Information requests to {{public_body_name}}" +msgstr[1] "{{count}} Freedom of Information requests to {{public_body_name}}" +msgstr[2] "{{count}} Freedom of Information requests to {{public_body_name}}" + +msgid "{{count}} person is following this authority" +msgid_plural "{{count}} people are following this authority" +msgstr[0] "" +msgstr[1] "" +msgstr[2] "" + +msgid "{{count}} request" +msgid_plural "{{count}} requests" +msgstr[0] "" +msgstr[1] "" +msgstr[2] "" + +msgid "{{count}} request made." +msgid_plural "{{count}} requests made." +msgstr[0] "" +msgstr[1] "" +msgstr[2] "" + 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 "" diff --git a/locale/tr/app.po b/locale/tr/app.po index a62c2b6bf..364619764 100644 --- a/locale/tr/app.po +++ b/locale/tr/app.po @@ -3,15 +3,16 @@ # This file is distributed under the same license as the PACKAGE package. # # Translators: -# <baran@ozgul.net>, 2012. +# baranozgul <baran@ozgul.net>, 2012 +# baranozgul <baran@ozgul.net>, 2012 msgid "" msgstr "" "Project-Id-Version: alaveteli\n" "Report-Msgid-Bugs-To: http://github.com/sebbacon/alaveteli/issues\n" -"POT-Creation-Date: 2013-03-14 14:02-0700\n" -"PO-Revision-Date: 2013-03-14 21:07+0000\n" +"POT-Creation-Date: 2013-06-24 09:40-0700\n" +"PO-Revision-Date: 2013-06-24 16:52+0000\n" "Last-Translator: louisecrow <louise@mysociety.org>\n" -"Language-Team: LANGUAGE <LL@li.org>\n" +"Language-Team: Turkish (http://www.transifex.com/projects/p/alaveteli/language/tr/)\n" "Language: tr\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -21,8 +22,8 @@ msgstr "" 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 "" -msgid " (<strong>no ranty</strong> politics, read our <a href=\"%s\">moderation policy</a>)" -msgstr "(<strong>ağız kalabalığı</strong> politikaya yer yok, <a href=\"%s\">moderasyon kurallarımızı</a> okuyun.)" +msgid " (<strong>no ranty</strong> politics, read our <a href=\"{{url}}\">moderation policy</a>)" +msgstr "(<strong>ağız kalabalığı</strong> politikaya yer yok, <a href=\"{{url}}\">moderasyon kurallarımızı</a> okuyun.)" msgid " (<strong>patience</strong>, especially for large files, it may take a while!)" msgstr "(<strong>sabır</strong>, özellikle büyük dosyalar için, biraz zaman alabilir)" @@ -51,7 +52,7 @@ msgstr "" msgid " Ideas on what <strong>other documents to request</strong> which the authority may hold. " msgstr "" -msgid " If you know the address to use, then please <a href=\"%s\">send it to us</a>.\\n You may be able to find the address on their website, or by phoning them up and asking." +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 "" msgid " Include relevant links, such as to a campaign page, your blog or a\\n twitter account. They will be made clickable. \\n e.g." @@ -90,21 +91,6 @@ msgstr "" msgid "\"Hello! We have an <a href=\\\"/help/alaveteli?country_name=#{CGI.escape(current_country)}\\\">important message</a> for visitors outside {{country_name}}\"" msgstr "" -msgid "%d Freedom of Information request to %s" -msgid_plural "%d Freedom of Information requests to %s" -msgstr[0] "" -msgstr[1] "" - -msgid "%d request" -msgid_plural "%d requests" -msgstr[0] "" -msgstr[1] "" - -msgid "%d request made." -msgid_plural "%d requests made." -msgstr[0] "" -msgstr[1] "" - msgid "'Crime statistics by ward level for Wales'" msgstr "" @@ -138,31 +124,13 @@ msgstr "" msgid "3. Now check your request" msgstr "" -msgid "<a class=\"link_button_green\" href=\"{{url}}\">{{text}}</a>" -msgstr "" - -msgid "<a href=\"%s\">Add an annotation</a> (to help the requester or others)" -msgstr "" - -msgid "<a href=\"%s\">Are we missing a public authority?</a>" -msgstr "" - -msgid "<a href=\"%s\">Are you the owner of\\n any commercial copyright on this page?</a>" -msgstr "" - -msgid "<a href=\"%s\">Browse all</a> or <a href=\"%s\">ask us to add one</a>." -msgstr "" - -msgid "<a href=\"%s\">Can't find the one you want?</a>" -msgstr "" - -msgid "<a href=\"%s\">Sign in</a> to change password, subscriptions and more ({{user_name}} only)" +msgid "<a href=\"{{browse_url}}\">Browse all</a> or <a href=\"{{add_url}}\">ask us to add one</a>." msgstr "" -msgid "<a href=\"%s\">details</a>" +msgid "<a href=\"{{url}}\">Add an annotation</a> (to help the requester or others)" msgstr "" -msgid "<a href=\"%s\">what's that?</a>" +msgid "<a href=\"{{url}}\">Sign in</a> to change password, subscriptions and more ({{user_name}} only)" msgstr "" 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>" @@ -192,16 +160,22 @@ msgstr "" 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 "" +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 "" + 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 "" 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 "" -msgid "<p>You do not need to include your email in the request in order to get a reply (<a href=\"%s\">details</a>).</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 "" -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=\"%s\">details</a>).</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 "" + +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 "" 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>" @@ -216,12 +190,7 @@ msgstr "" 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 "" -msgid "<span id='follow_count'>%d</span> person is following this authority" -msgid_plural "<span id='follow_count'>%d</span> people are following this authority" -msgstr[0] "" -msgstr[1] "" - -msgid "<strong> Can I request information about myself?</strong>\\n\t\t\t<a href=\"%s\">No! (Click here for details)</a>" +msgid "<strong> Can I request information about myself?</strong>\\n\t\t\t<a href=\"{{url}}\">No! (Click here for details)</a>" msgstr "" msgid "<strong><code>commented_by:tony_bowden</code></strong> to search annotations made by Tony Bowden, typing the name as in the URL." @@ -275,7 +244,7 @@ msgstr "" 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 "" -msgid "<strong>Privacy note:</strong> If you want to request private information about\\n yourself then <a href=\"%s\">click here</a>." +msgid "<strong>Privacy note:</strong> If you want to request private information about\\n yourself then <a href=\"{{url}}\">click here</a>." msgstr "" msgid "<strong>Privacy note:</strong> Your photo will be shown in public on the Internet,\\n wherever you do something on {{site_name}}." @@ -305,6 +274,9 @@ msgstr "" msgid "A Freedom of Information request" msgstr "" +msgid "A full history of my FOI request and all correspondence is available on the Internet at this address: {{url}}" +msgstr "" + 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 "" @@ -329,6 +301,15 @@ msgstr "" msgid "Act on what you've learnt" msgstr "" +msgid "Acts as xapian/acts as xapian job" +msgstr "" + +msgid "ActsAsXapian::ActsAsXapianJob|Action" +msgstr "" + +msgid "ActsAsXapian::ActsAsXapianJob|Model" +msgstr "" + msgid "Add an annotation" msgstr "" @@ -410,10 +391,16 @@ msgstr "" msgid "Applies to" msgstr "" +msgid "Are we missing a public authority?" +msgstr "" + +msgid "Are you the owner of any commercial copyright on this page?" +msgstr "" + msgid "Ask for <strong>specific</strong> documents or information, this site is not suitable for general enquiries." msgstr "" -msgid "At the bottom of this page, write a reply to them trying to persuade them to scan it in\\n (<a href=\"%s\">more details</a>)." +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 "" msgid "Attachment (optional):" @@ -452,6 +439,9 @@ msgstr "" msgid "Calculated home page" msgstr "" +msgid "Can't find the one you want?" +msgstr "" + msgid "Cancel a {{site_name}} alert" msgstr "" @@ -617,6 +607,9 @@ msgstr "" msgid "Date:" msgstr "" +msgid "Dear {{name}}," +msgstr "" + msgid "Dear {{public_body_name}}," msgstr "" @@ -695,7 +688,7 @@ msgstr "" msgid "Enter words that you want to find separated by spaces, e.g. <strong>climbing lane</strong>" msgstr "" -msgid "Enter your response below. You may attach one file (use email, or\\n <a href=\"%s\">contact us</a> if you need more)." +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 "" msgid "Environmental Information Regulations" @@ -716,10 +709,10 @@ msgstr "" msgid "Event {{id}}" msgstr "" -msgid "Everything that you enter on this page, including <strong>your name</strong>,\\n will be <strong>displayed publicly</strong> on\\n this website forever (<a href=\"%s\">why?</a>)." +msgid "Everything that you enter on this page, including <strong>your name</strong>,\\n will be <strong>displayed publicly</strong> on\\n this website forever (<a href=\"{{url}}\">why?</a>)." msgstr "" -msgid "Everything that you enter on this page\\n will be <strong>displayed publicly</strong> on\\n this website forever (<a href=\"%s\">why?</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 "" msgid "FOI" @@ -746,13 +739,16 @@ msgstr "" msgid "Failed to convert image to a PNG" msgstr "" -msgid "Failed to convert image to the correct size: at %{cols}x%{rows}, need %{width}x%{height}" +msgid "Failed to convert image to the correct size: at {{cols}}x{{rows}}, need {{width}}x{{height}}" msgstr "" msgid "Filter" msgstr "" -msgid "First, type in the <strong>name of the UK public authority</strong> you'd \\n like information from. <strong>By law, they have to respond</strong>\\n (<a href=\"%s#%s\">why?</a>)." +msgid "First, did your other requests succeed?" +msgstr "" + +msgid "First, type in the <strong>name of the UK public authority</strong> you'd\\n like information from. <strong>By law, they have to respond</strong>\\n (<a href=\"{{url}}\">why?</a>)." msgstr "" msgid "Foi attachment" @@ -833,8 +829,8 @@ msgstr "" msgid "Forgotten your password?" msgstr "" -msgid "Found %d public authority %s" -msgid_plural "Found %d public authorities %s" +msgid "Found {{count}} public authority {{description}}" +msgid_plural "Found {{count}} public authorities {{description}}" msgstr[0] "" msgstr[1] "" @@ -871,7 +867,7 @@ msgstr "" msgid "From" 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=\"%s\">send it to us</a>." +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:" @@ -883,6 +879,18 @@ msgstr "" msgid "Handled by post." msgstr "" +msgid "Has tag string/has tag string tag" +msgstr "" + +msgid "HasTagString::HasTagStringTag|Model" +msgstr "" + +msgid "HasTagString::HasTagStringTag|Name" +msgstr "" + +msgid "HasTagString::HasTagStringTag|Value" +msgstr "" + msgid "Hello! You can make Freedom of Information requests within {{country_name}} at {{link_to_website}}" msgstr "" @@ -934,6 +942,9 @@ msgstr "" msgid "I am requesting an <strong>internal review</strong>" msgstr "" +msgid "I am writing to request an internal review of {{public_body_name}}'s handling of my FOI request '{{info_request_title}}'." +msgstr "" + msgid "I don't like these ones — give me some more!" msgstr "" @@ -973,7 +984,7 @@ msgstr "" msgid "Id" msgstr "" -msgid "If the address is wrong, or you know a better address, please <a href=\"%s\">contact us</a>." +msgid "If the address is wrong, or you know a better address, please <a href=\"{{url}}\">contact us</a>." msgstr "" 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." @@ -982,16 +993,16 @@ msgstr "" 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 "" -msgid "If you are dissatisfied by the response you got from\\n the public authority, you have the right to\\n complain (<a href=\"%s\">details</a>)." +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 "" -msgid "If you are still having trouble, please <a href=\"%s\">contact us</a>." +msgid "If you are still having trouble, please <a href=\"{{url}}\">contact us</a>." msgstr "" -msgid "If you are the requester, then you may <a href=\"%s\">sign in</a> to view the request." +msgid "If you are the requester, then you may <a href=\"{{url}}\">sign in</a> to view the request." msgstr "" -msgid "If you are thinking of using a pseudonym,\\n please <a href=\"%s\">read this first</a>." +msgid "If you are thinking of using a pseudonym,\\n please <a href=\"{{url}}\">read this first</a>." msgstr "" msgid "If you are {{user_link}}, please" @@ -1162,7 +1173,7 @@ msgstr "" msgid "Just one more thing" msgstr "" -msgid "Keep it <strong>focused</strong>, you'll be more likely to get what you want (<a href=\"%s\">why?</a>)." +msgid "Keep it <strong>focused</strong>, you'll be more likely to get what you want (<a href=\"{{url}}\">why?</a>)." msgstr "" msgid "Keywords" @@ -1231,18 +1242,15 @@ msgstr "" msgid "MailServerLog|Order" msgstr "" -msgid "Make a new <strong>Environmental Information</strong> request" -msgstr "" - -msgid "Make a new <strong>Freedom of Information</strong> request to {{public_body}}" -msgstr "" - msgid "Make a new<br/>\\n <strong>Freedom <span>of</span><br/>\\n Information<br/>\\n request</strong>" msgstr "" msgid "Make a request" msgstr "" +msgid "Make a request to this authority" +msgstr "" + msgid "Make an {{law_used_short}} request to '{{public_body_name}}'" msgstr "" @@ -1480,7 +1488,7 @@ msgstr "" msgid "Please" msgstr "" -msgid "Please <a href=\"%s\">get in touch</a> with us so we can fix it." +msgid "Please <a href=\"{{url}}\">get in touch</a> with us so we can fix it." msgstr "" msgid "Please <strong>answer the question above</strong> so we know whether the " @@ -1501,6 +1509,9 @@ msgstr "" msgid "Please choose a file containing your photo." msgstr "" +msgid "Please choose a reason" +msgstr "" + msgid "Please choose what sort of reply you are making." msgstr "" @@ -1582,10 +1593,13 @@ msgstr "" 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 "" +msgid "Please pass this on to the person who conducts Freedom of Information reviews." +msgstr "" + msgid "Please select each of these requests in turn, and <strong>let everyone know</strong>\\nif they are successful yet or not." msgstr "" -msgid "Please sign at the bottom with your name, or alter the \"%{signoff}\" signature" +msgid "Please sign at the bottom with your name, or alter the \"{{signoff}}\" signature" msgstr "" msgid "Please sign in as " @@ -1693,9 +1707,6 @@ msgstr "" msgid "Public body" msgstr "" -msgid "Public body/translation" -msgstr "" - msgid "Public notes" msgstr "" @@ -1705,33 +1716,6 @@ msgstr "" msgid "Public page not available" msgstr "" -msgid "PublicBody::Translation|Disclosure log" -msgstr "" - -msgid "PublicBody::Translation|First letter" -msgstr "" - -msgid "PublicBody::Translation|Locale" -msgstr "" - -msgid "PublicBody::Translation|Name" -msgstr "" - -msgid "PublicBody::Translation|Notes" -msgstr "" - -msgid "PublicBody::Translation|Publication scheme" -msgstr "" - -msgid "PublicBody::Translation|Request email" -msgstr "" - -msgid "PublicBody::Translation|Short name" -msgstr "" - -msgid "PublicBody::Translation|Url name" -msgstr "" - msgid "PublicBody|Api key" msgstr "" @@ -1825,6 +1809,9 @@ msgstr "" msgid "Report an offensive or unsuitable request" msgstr "" +msgid "Report request" +msgstr "" + msgid "Report this request" msgstr "" @@ -1930,8 +1917,8 @@ msgstr "" msgid "Search the site to find what you were looking for." msgstr "" -msgid "Search within the %d Freedom of Information requests to %s" -msgid_plural "Search within the %d Freedom of Information requests made to %s" +msgid "Search within the {{count}} Freedom of Information requests to {{public_body_name}}" +msgid_plural "Search within the {{count}} Freedom of Information requests made to {{public_body_name}}" msgstr[0] "" msgstr[1] "" @@ -2043,9 +2030,6 @@ msgstr "" msgid "Special note for this authority!" msgstr "" -msgid "Start" -msgstr "" - msgid "Start now »" msgstr "" @@ -2196,16 +2180,16 @@ msgstr "" msgid "The request was refused by the public authority" msgstr "" -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=\"%s\">contact us</a> if you have any questions." +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 "" msgid "The requester has abandoned this request for some reason" msgstr "" -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" +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 "" -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" +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 "" msgid "The search index is currently offline, so we can't show the Freedom of Information requests that have been made to this authority." @@ -2214,6 +2198,9 @@ msgstr "" msgid "The search index is currently offline, so we can't show the Freedom of Information requests this person has made." msgstr "" +msgid "The {{site_name}} team." +msgstr "" + msgid "Then you can cancel the alert." msgstr "" @@ -2289,17 +2276,17 @@ msgstr "" msgid "There are {{count}} new annotations on your {{info_request}} request. Follow this link to see what they wrote." msgstr "" -msgid "There is %d person following this request" -msgid_plural "There are %d people following this request" -msgstr[0] "" -msgstr[1] "" - 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 "" 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 "" +msgid "There is {{count}} person following this request" +msgid_plural "There are {{count}} people following this request" +msgstr[0] "" +msgstr[1] "" + msgid "There was a <strong>delivery error</strong> or similar, which needs fixing by the {{site_name}} team." msgstr "" @@ -2336,7 +2323,7 @@ msgstr "" msgid "This authority no longer exists, so you cannot make a request to it." msgstr "" -msgid "This comment has been hidden. See annotations to\\n find out why. If you are the requester, then you may <a href=\"%s\">sign in</a> to view the response." +msgid "This comment has been hidden. See annotations to\\n find out why. If you are the requester, then you may <a href=\"{{url}}\">sign in</a> to view the response." msgstr "" msgid "This covers a very wide spectrum of information about the state of\\n the <strong>natural and built environment</strong>, such as:" @@ -2360,7 +2347,7 @@ msgstr "" msgid "This is your own request, so you will be automatically emailed when new responses arrive." msgstr "" -msgid "This outgoing message has been hidden. See annotations to\\n\t\t\t\t\t\tfind out why. If you are the requester, then you may <a href=\"%s\">sign in</a> to view the response." +msgid "This outgoing message has been hidden. See annotations to\\n\t\t\t\t\t\tfind out why. If you are the requester, then you may <a href=\"{{url}}\">sign in</a> to view the response." msgstr "" msgid "This particular request is finished:" @@ -2369,19 +2356,19 @@ msgstr "" msgid "This person has made no Freedom of Information requests using this site." msgstr "" -msgid "This person's %d Freedom of Information request" -msgid_plural "This person's %d Freedom of Information requests" +msgid "This person's annotations" +msgstr "" + +msgid "This person's {{count}} Freedom of Information request" +msgid_plural "This person's {{count}} Freedom of Information requests" msgstr[0] "" msgstr[1] "" -msgid "This person's %d annotation" -msgid_plural "This person's %d annotations" +msgid "This person's {{count}} annotation" +msgid_plural "This person's {{count}} annotations" msgstr[0] "" msgstr[1] "" -msgid "This person's annotations" -msgstr "" - msgid "This request <strong>requires administrator attention</strong>" msgstr "" @@ -2403,7 +2390,7 @@ msgstr "" 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 "" -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=\"%s\">contact us</a>." +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 "" msgid "This request has been reported for administrator attention" @@ -2418,7 +2405,7 @@ msgstr "" msgid "This request has prominence 'hidden'. You can only see it because you are logged\\n in as a super user." msgstr "" -msgid "This request is hidden, so that only you the requester can see it. Please\\n <a href=\"%s\">contact us</a> if you are not sure why." +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 "" msgid "This request is still in progress:" @@ -2430,7 +2417,7 @@ msgstr "" msgid "This request was not made via {{site_name}}" msgstr "" -msgid "This response has been hidden. See annotations to find out why.\\n If you are the requester, then you may <a href=\"%s\">sign in</a> to view the response." +msgid "This response has been hidden. See annotations to find out why.\\n If you are the requester, then you may <a href=\"{{url}}\">sign in</a> to view the response." msgstr "" 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." @@ -2502,7 +2489,7 @@ msgstr "" msgid "To reply to " msgstr "" -msgid "To report this FOI request" +msgid "To report this request" msgstr "" msgid "To send a follow up message to " @@ -2589,7 +2576,7 @@ msgstr "" msgid "Unexpected search result type " msgstr "" -msgid "Unfortunately we don't know the FOI\\nemail address for that authority, so we can't validate this.\\nPlease <a href=\"%s\">contact us</a> to sort it out." +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 "" msgid "Unfortunately, we do not have a working {{info_request_law_used_full}}\\naddress for" @@ -2724,6 +2711,12 @@ msgstr "" msgid "Was the response you got to your FOI request any good?" msgstr "" +msgid "We consider it is not a valid FOI request, and have therefore hidden it from other users." +msgstr "" + +msgid "We consider it to be vexatious, and have therefore hidden it from other users." +msgstr "" + msgid "We do not have a working request email address for this authority." msgstr "" @@ -2733,7 +2726,7 @@ msgstr "" msgid "We don't know whether the most recent response to this request contains\\n information or not\\n –\\n\tif you are {{user_link}} please <a href=\"{{url}}\">sign in</a> and let everyone know." msgstr "" -msgid "We will not reveal your email address to anybody unless you or\\n the law tell us to (<a href=\"%s\">details</a>). " +msgid "We will not reveal your email address to anybody unless you or\\n the law tell us to (<a href=\"{{url}}\">details</a>). " msgstr "" msgid "We will not reveal your email address to anybody unless you\\nor the law tell us to." @@ -2775,7 +2768,7 @@ msgstr "" msgid "When you receive the paper response, please help\\n others find out what it says:" msgstr "" -msgid "When you're done, <strong>come back here</strong>, <a href=\"%s\">reload this page</a> and file your new request." +msgid "When you're done, <strong>come back here</strong>, <a href=\"{{url}}\">reload this page</a> and file your new request." msgstr "" msgid "Which of these is happening?" @@ -2877,7 +2870,7 @@ msgstr "" 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 "" -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=\"%s\">send it to us</a>." +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 "" 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>." @@ -2895,6 +2888,9 @@ msgstr "" msgid "You need to be logged in to edit your profile." msgstr "" +msgid "You need to be logged in to report a request for administrator attention" +msgstr "" + msgid "You previously submitted that exact follow up message for this request." msgstr "" @@ -2916,6 +2912,9 @@ msgstr "" msgid "You will only get an answer to your request if you follow up\\nwith the clarification." msgstr "" +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 "" + msgid "You're in. <a href=\"#\" id=\"send-request\">Continue sending your request</a>" msgstr "" @@ -2928,17 +2927,7 @@ msgstr "" msgid "You've now cleared your profile photo" msgstr "" -msgid "Your %d Freedom of Information request" -msgid_plural "Your %d Freedom of Information requests" -msgstr[0] "" -msgstr[1] "" - -msgid "Your %d annotation" -msgid_plural "Your %d annotations" -msgstr[0] "" -msgstr[1] "" - -msgid "Your <strong>name will appear publicly</strong> \\n (<a href=\"%s\">why?</a>)\\n on this website and in search engines. If you\\n are thinking of using a pseudonym, please \\n <a href=\"%s\">read this first</a>." +msgid "Your <strong>name will appear publicly</strong>\\n (<a href=\"{{why_url}}\">why?</a>)\\n on this website and in search engines. If you\\n are thinking of using a pseudonym, please\\n <a href=\"{{help_url}}\">read this first</a>." msgstr "" msgid "Your annotations" @@ -2950,7 +2939,7 @@ msgstr "" msgid "Your e-mail:" msgstr "" -msgid "Your follow up has not been sent because this request has been stopped to prevent spam. Please <a href=\"%s\">contact us</a> if you really want to send a follow up message." +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 "" msgid "Your follow up message has been sent on its way." @@ -2974,7 +2963,7 @@ msgstr "" msgid "Your name and annotation will appear in <strong>search engines</strong>." msgstr "" -msgid "Your name, request and any responses will appear in <strong>search engines</strong>\\n (<a href=\"%s\">details</a>)." +msgid "Your name, request and any responses will appear in <strong>search engines</strong>\\n (<a href=\"{{url}}\">details</a>)." msgstr "" msgid "Your name:" @@ -2992,6 +2981,12 @@ msgstr "" msgid "Your photo will be shown in public <strong>on the Internet</strong>,\\n wherever you do something on {{site_name}}." msgstr "" +msgid "Your request '{{request}}' at {{url}} has been reviewed by moderators." +msgstr "" + +msgid "Your request on {{site_name}} hidden" +msgstr "" + msgid "Your request was called {{info_request}}. Letting everyone know whether you got the information will help us keep tabs on" msgstr "" @@ -3001,12 +2996,22 @@ msgstr "" msgid "Your response to an FOI request was not delivered" msgstr "" -msgid "Your response will <strong>appear on the Internet</strong>, <a href=\"%s\">read why</a> and answers to other questions." +msgid "Your response will <strong>appear on the Internet</strong>, <a href=\"{{url}}\">read why</a> and answers to other questions." msgstr "" msgid "Your thoughts on what the {{site_name}} <strong>administrators</strong> should do about the request." msgstr "" +msgid "Your {{count}} Freedom of Information request" +msgid_plural "Your {{count}} Freedom of Information requests" +msgstr[0] "" +msgstr[1] "" + +msgid "Your {{count}} annotation" +msgid_plural "Your {{count}} annotations" +msgstr[0] "" +msgstr[1] "" + msgid "Your {{site_name}} email alert" msgstr "" @@ -3016,6 +3021,9 @@ msgstr "" msgid "Yours sincerely," msgstr "" +msgid "Yours," +msgstr "" + msgid "[FOI #{{request}} email]" msgstr "" @@ -3175,7 +3183,7 @@ msgstr "" msgid "no later than" msgstr "" -msgid "no longer exists. If you are trying to make\\n 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=\"%s\">send it to us</a>." +msgid "no longer exists. If you are trying to make\\n 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 "normally" @@ -3282,9 +3290,32 @@ msgstr "" msgid "users" msgstr "" +msgid "what's that?" +msgstr "" + msgid "{{count}} FOI requests found" msgstr "" +msgid "{{count}} Freedom of Information request to {{public_body_name}}" +msgid_plural "{{count}} Freedom of Information requests to {{public_body_name}}" +msgstr[0] "" +msgstr[1] "" + +msgid "{{count}} person is following this authority" +msgid_plural "{{count}} people are following this authority" +msgstr[0] "" +msgstr[1] "" + +msgid "{{count}} request" +msgid_plural "{{count}} requests" +msgstr[0] "" +msgstr[1] "" + +msgid "{{count}} request made." +msgid_plural "{{count}} requests made." +msgstr[0] "" +msgstr[1] "" + 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 "" diff --git a/locale/uk/app.po b/locale/uk/app.po index f5ff24075..3af5cd5b0 100644 --- a/locale/uk/app.po +++ b/locale/uk/app.po @@ -3,16 +3,21 @@ # This file is distributed under the same license as the PACKAGE package. # # Translators: -# <murahoid@gmail.com>, 2012. -# Natalie "Mouse" Onyshchenko <murahoid@gmail.com>, 2012. +# ferencbaki89 <ferencbaki89@gmail.com>, 2013 +# ferencbaki89 <ferencbaki89@gmail.com>, 2013 +# hiiri <murahoid@gmail.com>, 2012 +# louisecrow <louise@mysociety.org>, 2013 +# louisecrow <louise@mysociety.org>, 2013 +# hiiri <murahoid@gmail.com>, 2012 +# hiiri <murahoid@gmail.com>, 2012 msgid "" msgstr "" "Project-Id-Version: alaveteli\n" "Report-Msgid-Bugs-To: http://github.com/sebbacon/alaveteli/issues\n" -"POT-Creation-Date: 2013-03-14 14:02-0700\n" -"PO-Revision-Date: 2013-03-14 21:12+0000\n" +"POT-Creation-Date: 2013-06-24 09:40-0700\n" +"PO-Revision-Date: 2013-06-24 16:52+0000\n" "Last-Translator: louisecrow <louise@mysociety.org>\n" -"Language-Team: LANGUAGE <LL@li.org>\n" +"Language-Team: Ukrainian (http://www.transifex.com/projects/p/alaveteli/language/uk/)\n" "Language: uk\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -22,8 +27,8 @@ msgstr "" 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 "Це з’явиться у вашому профілі для ознайомлення інших людей." -msgid " (<strong>no ranty</strong> politics, read our <a href=\"%s\">moderation policy</a>)" -msgstr "(Тут не місце для політичних сварок, ознайомтесь, будь ласка, з <a href=\"%s\">правилами ведення дискусій</a>)" +msgid " (<strong>no ranty</strong> politics, read our <a href=\"{{url}}\">moderation policy</a>)" +msgstr "(звертаємо вашу увагу на те, що Тут не місце для політичних сварок)" msgid " (<strong>patience</strong>, especially for large files, it may take a while!)" msgstr "(<strong>Наберіться терпіння</strong>, це може тривати досить довго, особливо якщо файл великий!)" @@ -52,13 +57,13 @@ msgstr " Порадьте, як зробити запит <strong>більш з msgid " Ideas on what <strong>other documents to request</strong> which the authority may hold. " msgstr "Ідеї щодо того, які ще документи можна вимагати у розпорядника інформації." -msgid " If you know the address to use, then please <a href=\"%s\">send it to us</a>.\\n You may be able to find the address on their website, or by phoning them up and asking." +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 "" -"Якщо вам відома адреса, яку можна використати, <a href=\"%s\">надішліть її нам</a>.\n" +"Якщо вам відома адреса, яку можна використати, <a href=\"{{url}}\">надішліть її нам</a>.\n" " Ви можете знайти адресу на їхньому вебсайті або ж подзвонити і запитати." msgid " Include relevant links, such as to a campaign page, your blog or a\\n twitter account. They will be made clickable. \\n e.g." -msgstr "Включіть доречні посилання (наприклад, на сторінку кампанії, ваш блог чи твіттер-акаунт). На них можна буде клікнути." +msgstr "Включіть доречні посилання (наприклад, на сторінку кампанії, ваш блог чи твіттер-акаунт). Вони будуть активними." msgid " Link to the information requested, if it is <strong>already available</strong> on the Internet. " msgstr "Посилання на запитану інформацію, якщо вона <strong>вже доступна</strong> в інтернеті." @@ -93,24 +98,6 @@ msgstr " коли ви відправите повідомлення." msgid "\"Hello! We have an <a href=\\\"/help/alaveteli?country_name=#{CGI.escape(current_country)}\\\">important message</a> for visitors outside {{country_name}}\"" msgstr "" -msgid "%d Freedom of Information request to %s" -msgid_plural "%d Freedom of Information requests to %s" -msgstr[0] "%d інформаційний запит до %s" -msgstr[1] "%d інформаційні запити до %s" -msgstr[2] "%d інформаційних запитів до %s" - -msgid "%d request" -msgid_plural "%d requests" -msgstr[0] "%d запит" -msgstr[1] "%d запити" -msgstr[2] "%d запитів" - -msgid "%d request made." -msgid_plural "%d requests made." -msgstr[0] "%d запит зроблено" -msgstr[1] "%d запити зроблено" -msgstr[2] "%d запитів зроблено" - msgid "'Crime statistics by ward level for Wales'" msgstr "Статистика злочинності для Вінницької області" @@ -151,34 +138,14 @@ msgstr "2. Зробіть інформаційний запит" msgid "3. Now check your request" msgstr "3. Перевірте ваш запит" -msgid "<a class=\"link_button_green\" href=\"{{url}}\">{{text}}</a>" -msgstr "<a class=\"link_button_green\" href=\"{{url}}\">{{text}}</a>" - -msgid "<a href=\"%s\">Add an annotation</a> (to help the requester or others)" -msgstr "<a href=\"%s\">Додайте коментар</a> (щоб допомогти авторам цього та інших запитів)" - -msgid "<a href=\"%s\">Are we missing a public authority?</a>" -msgstr "" - -msgid "<a href=\"%s\">Are you the owner of\\n any commercial copyright on this page?</a>" -msgstr "" -"<a href=\"%s\">Вам належить авторське право\n" -" на будь-що на цій сторінці?</a>" - -msgid "<a href=\"%s\">Browse all</a> or <a href=\"%s\">ask us to add one</a>." -msgstr "<a href=\"%s\">Переглянути всі</a> або <a href=\"%s\">попросити нас додати</a>." - -msgid "<a href=\"%s\">Can't find the one you want?</a>" -msgstr "<a href=\"%s\">Не можете знайти?</a>" - -msgid "<a href=\"%s\">Sign in</a> to change password, subscriptions and more ({{user_name}} only)" -msgstr "<a href=\"%s\">Увійдіть</a>, щоб змінити пароль, підписку тощо (це стосується тільки користувача {{user_name}})" +msgid "<a href=\"{{browse_url}}\">Browse all</a> or <a href=\"{{add_url}}\">ask us to add one</a>." +msgstr "<a href=\"{{browse_url}}\">Переглянути всі</a> або <a href=\"{{add_url}}\">попросити нас додати</a>." -msgid "<a href=\"%s\">details</a>" -msgstr "<a href=\"%s\">деталі</a>" +msgid "<a href=\"{{url}}\">Add an annotation</a> (to help the requester or others)" +msgstr "<a href=\"{{url}}\">Додайте коментар</a> (щоб допомогти авторам цього та інших запитів)" -msgid "<a href=\"%s\">what's that?</a>" -msgstr "<a href=\"%s\">що це?</a>" +msgid "<a href=\"{{url}}\">Sign in</a> to change password, subscriptions and more ({{user_name}} only)" +msgstr "<a href=\"{{url}}\">Увійдіть</a>, щоб змінити пароль, підписку тощо (це стосується тільки користувача {{user_name}})" 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>" @@ -225,24 +192,30 @@ msgstr "" "<p>Ми радимо вам відредагувати свій запит та видалити електронну адресу.\n" " Якщо ви її залишите, вона буде відправлена владному органу, але не буде відображена на сайті.</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 "" + 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>Ми раді, що ви отримали всю потрібну інформацію. Якщо ви напишете про це або використаєте цю інформацію в будь-який спосіб, поверніться та додайте коментар про це внизу.</p><p>Якщо {{site_name}} видався вам корисним, <a href=\"{{donation_url}}\">ви можете допомогти фінансово</a> громадській організації, що займається його підтримкою.</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>Ми раді, що ви отримали дещо з потрібної вам інформації. Якщо ви напишете про це або використаєте цю інформацію в будь-який спосіб, поверніться та додайте коментар про це внизу.</p><p>Якщо {{site_name}} видався вам корисним, <a href=\"{{donation_url}}\">ви можете допомогти фінансово</a> громадській організації, що займається його підтримкою.</p><p>Якщо ви хочете спробувати отримати решту інформацію, вам слід зробити наступне.</p>" -msgid "<p>You do not need to include your email in the request in order to get a reply (<a href=\"%s\">details</a>).</p>" -msgstr "<p>Вам не потрібно включати свою електронну адресу в запит, щоб отримати відповідь (<a href=\"%s\">деталі</a>).</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 "" -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=\"%s\">details</a>).</p>" -msgstr "<p>Вам не потрібно включати свою електронну адресу в запит, щоб отримати відповідь, оскільки ми попросимо надати її пізніше (<a href=\"%s\">деталі</a>).</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 "<p>Вам не потрібно включати свою електронну адресу в запит, щоб отримати відповідь (<a href=\"{{url}}\">деталі</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 "<p>Вам не потрібно включати свою електронну адресу в запит, щоб отримати відповідь, оскільки ми попросимо надати її пізніше (<a href=\"{{url}}\">деталі</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>Ваша адреса містить <strong>поштовий індекс</strong>. Якщо це не стосується безпосередньо теми запиту, будь ласка, не включайте будь-чию адресу, оскільки вона <strong>з’явиться у відкритому доступі в інтернеті</strong>.</p>" msgid "<p>Your {{law_used_full}} request has been <strong>sent on its way</strong>!</p>\\n <p><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\\n replied by then.</p>\\n <p>If you write about this request (for example in a forum or a blog) please link to this page, and add an\\n annotation below telling people about your writing.</p>" msgstr "" -"<p>Ваш {{law_used_full}} запит <strong>було відправлено</strong>!</p>\n" +"<p>Ваш запит <strong>було відправлено</strong>!</p>\n" "<p><strong>Ми повідомимо вам</strong> коли з’явиться відповідь або якщо розпорядник інформації не надасть її в межах {{late_number_of_days}} робочих днів.</p>\n" "<p>Якщо ви збираєтесь написати про цей запит (наприклад, у форумі або в блозі), будь ласка, дайте посилання на цю сторінку та додайте коментар про це внизу.</p>" @@ -254,16 +227,10 @@ msgstr "" "<small>Перевірте, чи не потрапило наше повідомлення в спам. Іноді таке трапляється.</small>\n" "</p>" -msgid "<span id='follow_count'>%d</span> person is following this authority" -msgid_plural "<span id='follow_count'>%d</span> people are following this authority" -msgstr[0] "<span id='follow_count'>%d</span> осіб відслідковує цього розпорядника" -msgstr[1] "<span id='follow_count'>%d</span> особа відслідковує цього розпорядника" -msgstr[2] "<span id='follow_count'>%d</span> особи (осіб) відслідковують цього розпорядника" - -msgid "<strong> Can I request information about myself?</strong>\\n\t\t\t<a href=\"%s\">No! (Click here for details)</a>" +msgid "<strong> Can I request information about myself?</strong>\\n\t\t\t<a href=\"{{url}}\">No! (Click here for details)</a>" msgstr "" "<strong> Чи можу я запитати інформацію про себе?</strong>\n" -"\t\t\t<a href=\"%s\">Ні! (Деталі тут)</a>" +"\t\t\t<a href=\"{{url}}\">Ні! (Деталі тут)</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 "" @@ -325,11 +292,11 @@ msgstr "" " Ми надішлемо на нову адресу листа\n" " з інструкціями щодо підтвердження зміни адреси." -msgid "<strong>Privacy note:</strong> If you want to request private information about\\n yourself then <a href=\"%s\">click here</a>." +msgid "<strong>Privacy note:</strong> If you want to request private information about\\n yourself then <a href=\"{{url}}\">click here</a>." msgstr "" "<strong>Заувага щодо приватності:</strong> Якщо ви хочете зробити запит \n" "про приватну інформацію щодо себе, \n" -"<a href=\"%s\">натисніть сюди</a>." +"<a href=\"{{url}}\">натисніть сюди</a>." 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>Заувага щодо приватності:</strong> Ваше фото з’явиться в публічному доступі." @@ -355,11 +322,14 @@ msgid "A <a href=\"{{request_url}}\">response</a> to <em>{{request_title}}</em> msgstr "<a href=\"{{request_url}}\">Відповідь</a> на <em>{{request_title}}</em> була надіслана розпорядником {{public_body_name}} до користувача {{info_request_user}} {{date}}. Статус запиту: {{request_status}}" msgid "A <strong>summary</strong> of the response if you have received it by post. " -msgstr "" +msgstr "Короткий виклад відповіді, якщо ви отримали її звичайною поштою." msgid "A Freedom of Information request" msgstr "Інформаційний запит" +msgid "A full history of my FOI request and all correspondence is available on the Internet at this address: {{url}}" +msgstr "" + 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 "Новий запит, <em><a href=\"{{request_url}}\">{{request_title}}</a></em>, було надіслано до розпорядника {{public_body_name}} користувачем {{info_request_user}} {{date}}." @@ -367,7 +337,7 @@ msgid "A public authority" msgstr "Орган влади або місцевого самоврядування" msgid "A response will be sent <strong>by post</strong>" -msgstr "Відповідь буде надіслана поштою" +msgstr "Відповідь буде надіслана звичайною поштою" msgid "A strange reponse, required attention by the {{site_name}} team" msgstr "Дивна відповідь, вимагає уваги з боку команди сайту" @@ -384,11 +354,20 @@ msgstr "Про вас:" msgid "Act on what you've learnt" msgstr "Дійте, спираючись на отриману інформацію" +msgid "Acts as xapian/acts as xapian job" +msgstr "" + +msgid "ActsAsXapian::ActsAsXapianJob|Action" +msgstr "" + +msgid "ActsAsXapian::ActsAsXapianJob|Model" +msgstr "" + msgid "Add an annotation" msgstr "Додайте коментар" msgid "Add an annotation to your request with choice quotes, or\\n a <strong>summary of the response</strong>." -msgstr "" +msgstr "Додайте коментар до свого запиту або короткий виклад відповіді." msgid "Added on {{date}}" msgstr "Дата додання: {{date}}" @@ -406,10 +385,10 @@ msgid "Advanced search tips" msgstr "Поради щодо розширеного пошуку" msgid "Advise on whether the <strong>refusal is legal</strong>, and how to complain about it if not." -msgstr "" +msgstr "Дайте пораду щодо законності відмови. " msgid "Air, water, soil, land, flora and fauna (including how these effect\\n human beings)" -msgstr "" +msgstr "Повітря, вода, грунт, флора і фауна (та їх вплив на людину)." msgid "All of the information requested has been received" msgstr "Уся запитана інформація була отримана" @@ -467,13 +446,19 @@ msgid "Anyone:" msgstr "Будь-хто з користувачів:" msgid "Applies to" -msgstr "" +msgstr "Можна застосувати до" + +msgid "Are we missing a public authority?" +msgstr "Ми когось забули?" + +msgid "Are you the owner of any commercial copyright on this page?" +msgstr "Вам належить авторське право на будь-що на цій сторінці?" msgid "Ask for <strong>specific</strong> documents or information, this site is not suitable for general enquiries." msgstr "Запитуйте про <strong>конкретні</strong> документи або інформацію, цей сайт не призначений для загальних питань." -msgid "At the bottom of this page, write a reply to them trying to persuade them to scan it in\\n (<a href=\"%s\">more details</a>)." -msgstr "" +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 "Внизу сторінки напишіть відповідь зі спробою переконати їх відсканувати її." msgid "Attachment (optional):" msgstr "Додаток (необов’язково)" @@ -482,7 +467,7 @@ msgid "Attachment:" msgstr "Додаток:" msgid "Awaiting classification." -msgstr "Очікує на класифікацію" +msgstr "Статус не визначено." msgid "Awaiting internal review." msgstr "Очікує на внутрішню перевірку." @@ -511,6 +496,9 @@ msgstr "Згідно з законодавством, {{public_body_link}} ма msgid "Calculated home page" msgstr "" +msgid "Can't find the one you want?" +msgstr "Не можете знайти?" + msgid "Cancel a {{site_name}} alert" msgstr "Скасувати повідомлення сайту" @@ -521,22 +509,22 @@ msgid "Cancel, return to your profile page" msgstr "Скасувати, повернутися на сторінку профілю" msgid "Censor rule" -msgstr "" +msgstr "Censor rule" msgid "CensorRule|Last edit comment" -msgstr "" +msgstr "CensorRule|Last edit comment" msgid "CensorRule|Last edit editor" -msgstr "" +msgstr "CensorRule|Last edit editor" msgid "CensorRule|Regexp" -msgstr "" +msgstr "CensorRule|Regexp" msgid "CensorRule|Replacement" -msgstr "" +msgstr "CensorRule|Replacement" msgid "CensorRule|Text" -msgstr "" +msgstr "CensorRule|Text" msgid "Change email on {{site_name}}" msgstr "Змінити електронну адресу на сайті" @@ -566,7 +554,7 @@ msgid "Change your password {{site_name}}" msgstr "Змініть свій пароль" msgid "Charity registration" -msgstr "" +msgstr "Реєстрація благодійної організації" msgid "Check for mistakes if you typed or copied the address." msgstr "Перевірте на наявність помилок, якщо ви набрали чи скопіювали адресу" @@ -587,7 +575,7 @@ msgid "Classify an FOI response from " msgstr "Класифікуйте відповідь від " msgid "Clear photo" -msgstr "" +msgstr "Видалити фото" 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 "" @@ -604,16 +592,16 @@ msgid "Comment" msgstr "" msgid "Comment|Body" -msgstr "" +msgstr "Comment|Body" msgid "Comment|Comment type" -msgstr "" +msgstr "Comment|Comment type" msgid "Comment|Locale" -msgstr "" +msgstr "Comment|Locale" msgid "Comment|Visible" -msgstr "" +msgstr "Comment|Visible" msgid "Confirm you want to follow all successful FOI requests" msgstr "Підтвердіть, що ви хочете відслідковувати всі успішні запити" @@ -680,6 +668,9 @@ msgstr "На даний момент відповідь від {{public_body_lin msgid "Date:" msgstr "Дата:" +msgid "Dear {{name}}," +msgstr "" + msgid "Dear {{public_body_name}}," msgstr "Шановний {{public_body_name}}," @@ -705,7 +696,7 @@ msgid "Did you mean: {{correction}}" msgstr "Можливо, ви мали на увазі: {{correction}}" msgid "Disclaimer: This message and any reply that you make will be published on the internet. Our privacy and copyright policies:" -msgstr "Увага! Це повідомлення та будь-яка відповідь будуть опубліковані в інтернеті. Наша політика щодо приватності та авторського права:" +msgstr "Увага! Це повідомлення та будь-яка відповідь на нього будуть опубліковані на сайті {{site_name}}" msgid "Disclosure log" msgstr "" @@ -720,7 +711,7 @@ msgid "Done" msgstr "Зроблено" msgid "Done >>" -msgstr "Зроблено >>" +msgstr "Зроблено " msgid "Download a zip file of all correspondence" msgstr "Завантажити zip-архів усієї переписки" @@ -758,9 +749,9 @@ msgid "Email me future updates to this request" msgstr "Надішліть мені майбутні оновлення щодо цього запиту" msgid "Enter words that you want to find separated by spaces, e.g. <strong>climbing lane</strong>" -msgstr "" +msgstr "Введіть слова, які хочете знайти, розділені пробілами" -msgid "Enter your response below. You may attach one file (use email, or\\n <a href=\"%s\">contact us</a> if you need more)." +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 "" "Введіть вашу відповідь нижче. Ви можете приєднати один файл (скористайтеся\n" "електронною поштою, якщо вам треба прикріпити більше файлів)." @@ -783,17 +774,17 @@ msgstr "Історія (деталі)" msgid "Event {{id}}" msgstr "" -msgid "Everything that you enter on this page, including <strong>your name</strong>,\\n will be <strong>displayed publicly</strong> on\\n this website forever (<a href=\"%s\">why?</a>)." +msgid "Everything that you enter on this page, including <strong>your name</strong>,\\n will be <strong>displayed publicly</strong> on\\n this website forever (<a href=\"{{url}}\">why?</a>)." msgstr "" "Усе, що ви введете на цій сторінці (включно з вашим іменем), \n" "буде <strong>опубліковано у вільному доступі</strong> на\n" -" цьому вебсайті назавжди (<a href=\"%s\">чому?</a>)." +" цьому вебсайті назавжди (<a href=\"{{url}}\">чому?</a>)." -msgid "Everything that you enter on this page\\n will be <strong>displayed publicly</strong> on\\n this website forever (<a href=\"%s\">why?</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 "" "Усе, що ви введете на цій сторінці, \n" "буде <strong>опубліковано у вільному доступі</strong> на\n" -" цьому вебсайті назавжди (<a href=\"%s\">чому?</a>)." +" цьому вебсайті назавжди (<a href=\"{{url}}\">чому?</a>)." msgid "FOI" msgstr "" @@ -802,7 +793,7 @@ msgid "FOI email address for {{public_body}}" msgstr "Електронна адреса розпорядника '{public_body}}'" msgid "FOI request – {{title}}" -msgstr "" +msgstr "Інформаційний запит - {{title}}" msgid "FOI requests" msgstr "Інформаційні запити" @@ -819,41 +810,44 @@ msgstr "" msgid "Failed to convert image to a PNG" msgstr "Не вдалося конвертувати зображення в PNG" -msgid "Failed to convert image to the correct size: at %{cols}x%{rows}, need %{width}x%{height}" +msgid "Failed to convert image to the correct size: at {{cols}}x{{rows}}, need {{width}}x{{height}}" msgstr "" msgid "Filter" msgstr "Фільтр" -msgid "First, type in the <strong>name of the UK public authority</strong> you'd \\n like information from. <strong>By law, they have to respond</strong>\\n (<a href=\"%s#%s\">why?</a>)." +msgid "First, did your other requests succeed?" +msgstr "" + +msgid "First, type in the <strong>name of the UK public authority</strong> you'd\\n like information from. <strong>By law, they have to respond</strong>\\n (<a href=\"{{url}}\">why?</a>)." msgstr "" "Для початку, ввдеіть <strong>назву розпорядника інформації</strong>, від якого \n" "ви хотіли б щось дізнатись. <strong>Відповідно до законодавства, вони зобов’язані вам відповісти</strong>\n" -"(<a href=\"%s#%s\">чому?</a>)." +"(<a href=\"{{url}}\">чому?</a>)." msgid "Foi attachment" msgstr "" 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 "Відслідковувати" @@ -901,7 +895,7 @@ msgid "Follow us on twitter" msgstr "Ми в твіттері" 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 "Додаткові повідомлення щодо цього запиту не можуть бути надійслані" msgid "For an unknown reason, it is not possible to make a request to this authority." msgstr "З невідомих причин, зробити запит до цього розпорядника інформації неможливо" @@ -909,11 +903,11 @@ msgstr "З невідомих причин, зробити запит до ць msgid "Forgotten your password?" msgstr "Забули пароль?" -msgid "Found %d public authority %s" -msgid_plural "Found %d public authorities %s" -msgstr[0] "" -msgstr[1] "" -msgstr[2] "" +msgid "Found {{count}} public authority {{description}}" +msgid_plural "Found {{count}} public authorities {{description}}" +msgstr[0] "Знайдено одного розпорядника інформації" +msgstr[1] "Знайдено {{count}} розпорядників інформації" +msgstr[2] "Знайдено {{count}} розпорядників інформації" msgid "Freedom of Information" msgstr "" @@ -950,7 +944,7 @@ msgstr "Запити до" msgid "From" 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=\"%s\">send it to us</a>." +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:" @@ -960,6 +954,18 @@ msgid "GIVE DETAILS ABOUT YOUR COMPLAINT HERE" msgstr "НАДАЙТЕ ДЕТАЛІ ЩОДО ВАШОЇ СКАРГИ ТУТ" msgid "Handled by post." +msgstr "Надіслано звичайною поштою" + +msgid "Has tag string/has tag string tag" +msgstr "" + +msgid "HasTagString::HasTagStringTag|Model" +msgstr "" + +msgid "HasTagString::HasTagStringTag|Name" +msgstr "" + +msgid "HasTagString::HasTagStringTag|Value" msgstr "" msgid "Hello! You can make Freedom of Information requests within {{country_name}} at {{link_to_website}}" @@ -991,16 +997,16 @@ msgid "Holiday" msgstr "" msgid "Holiday|Day" -msgstr "" +msgstr "Holiday|Day" msgid "Holiday|Description" -msgstr "" +msgstr "Holiday|Description" msgid "Home" msgstr "" msgid "Home page" -msgstr "" +msgstr "Домашня сторінка" msgid "Home page of authority" msgstr "Домашня сторінка розпорядника інформації" @@ -1019,6 +1025,9 @@ msgstr "Я прошу <strong>нову інформацію</strong>" msgid "I am requesting an <strong>internal review</strong>" 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 "" + msgid "I don't like these ones — give me some more!" msgstr "Ці мені не подобаються — дайте якихось інших!" @@ -1053,16 +1062,16 @@ msgid "I've received an <strong>error message</strong>" msgstr "Я отримав/отримала <strong>повідомлення про помилку</strong>" msgid "I've received an error message" -msgstr "" +msgstr "Я отримав повідомлення про помилку" msgid "Id" msgstr "" -msgid "If the address is wrong, or you know a better address, please <a href=\"%s\">contact us</a>." -msgstr "Якщо адреса неправиильна або якщо ви знаєте кращу, будь ласка, <a href=\"%s\">повідомте нам про це</a>." +msgid "If the address is wrong, or you know a better address, please <a href=\"{{url}}\">contact us</a>." +msgstr "Якщо адреса неправиильна або якщо ви знаєте кращу, будь ласка, <a href=\"{{url}}\">повідомте нам про це</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 "Якщо це була помилка доставки і вам відома актуальна адреса розпорядника інформації, повідомте нас." 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 "" @@ -1070,22 +1079,22 @@ msgstr "" "або повідомлення з іншою темою користувачу {{user}}, зверніться за допомогою\n" "за адресою {{contact_email}}." -msgid "If you are dissatisfied by the response you got from\\n the public authority, you have the right to\\n complain (<a href=\"%s\">details</a>)." +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 "" "Якщо ви не задоволені відповіддю, отриману від\n" " розпорядника інформації, ви маєте право на \n" -"скаргу (<a href=\"%s\">деталі</a>)." +"скаргу (<a href=\"{{url}}\">деталі</a>)." -msgid "If you are still having trouble, please <a href=\"%s\">contact us</a>." -msgstr "Якщо у вас все ще виникають проблеми, <a href=\"%s\">зверніться до нас</a>." +msgid "If you are still having trouble, please <a href=\"{{url}}\">contact us</a>." +msgstr "Якщо у вас все ще виникають проблеми, <a href=\"{{url}}\">зверніться до нас</a>." -msgid "If you are the requester, then you may <a href=\"%s\">sign in</a> to view the request." -msgstr "Якщо ви автор запиту, ви можете <a href=\"%s\">увійти</a>, щоб його переглянути." +msgid "If you are the requester, then you may <a href=\"{{url}}\">sign in</a> to view the request." +msgstr "Якщо ви автор запиту, ви можете <a href=\"{{url}}\">увійти</a>, щоб його переглянути." -msgid "If you are thinking of using a pseudonym,\\n please <a href=\"%s\">read this first</a>." +msgid "If you are thinking of using a pseudonym,\\n please <a href=\"{{url}}\">read this first</a>." msgstr "" "Якщо ви збираєтесь використати псевдонім,\n" -" <a href=\"%s\">прочитайте спершу це</a>." +" <a href=\"{{url}}\">прочитайте спершу це</a>." msgid "If you are {{user_link}}, please" msgstr "Якщо ви {{user_link}}, будь ласка" @@ -1115,7 +1124,7 @@ msgid "If you have not done so already, please write a message below telling the msgstr "Якщо ви ще цього не зробили, напишіть, будь ласка, розпоряднику інформації повідомлення (нижче), про те, що ви відмовились від запиту. Інакше вони не знатимуть, що відповідати на нього вже не потрібно." 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 "Попередження: якщо ви відповісте на це повідомлення, воно надійде прямо до користувача {{user_name}},\\n який дізнається вашу електронну адресу." 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 "Перевірте папку \"Спам\", наші повідомлення іноді потрапляють туди." @@ -1143,34 +1152,34 @@ msgid "Incoming message" msgstr "Вхідне повідомлення" 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|Sent at" -msgstr "" +msgstr "IncomingMessage|Sent 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 "Individual requests" msgid "Info request" msgstr "" @@ -1179,64 +1188,64 @@ msgid "Info request event" msgstr "" 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 "InfoRequestEvent|Prominence" -msgstr "" +msgstr "InfoRequestEvent|Prominence" msgid "InfoRequest|Allow new responses from" -msgstr "" +msgstr "InfoRequest|Allow new responses from" 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|Handle rejected responses" 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 "Інформація не надана." msgid "Information on emissions and discharges (e.g. noise, energy,\\n radiation, waste materials)" msgstr "" @@ -1270,8 +1279,8 @@ msgstr "Користувач долучився до {{site_name}} у" msgid "Just one more thing" msgstr "" -msgid "Keep it <strong>focused</strong>, you'll be more likely to get what you want (<a href=\"%s\">why?</a>)." -msgstr "Конкретизуйте ваш запит, так ви маєте більше шансів отримати потрібну інформацію (<a href=\"%s\">чому?</a>)." +msgid "Keep it <strong>focused</strong>, you'll be more likely to get what you want (<a href=\"{{url}}\">why?</a>)." +msgstr "Конкретизуйте ваш запит, так ви маєте більше шансів отримати потрібну інформацію (<a href=\"{{url}}\">чому?</a>)." msgid "Keywords" msgstr "Ключові слова" @@ -1288,13 +1297,13 @@ msgstr "" "а також якими браузером та операційною системою ви користуєтесь." msgid "Link to this" -msgstr "" +msgstr "Посилання" msgid "List all" msgstr "" msgid "List of all authorities (CSV)" -msgstr "Повний перелік (CSV)" +msgstr "Повний перелік розпорядників (CSV)" msgid "Listing FOI requests" msgstr "" @@ -1341,12 +1350,6 @@ msgstr "" msgid "MailServerLog|Order" msgstr "" -msgid "Make a new <strong>Environmental Information</strong> request" -msgstr "Make a new <strong>Environmental Information</strong> request" - -msgid "Make a new <strong>Freedom of Information</strong> request to {{public_body}}" -msgstr "Зробіть новий запит до {{public_body}}" - msgid "Make a new<br/>\\n <strong>Freedom <span>of</span><br/>\\n Information<br/>\\n request</strong>" msgstr "" "Зробити<br/>\n" @@ -1355,6 +1358,9 @@ msgstr "" msgid "Make a request" msgstr "Зробити запит" +msgid "Make a request to this authority" +msgstr "" + msgid "Make an {{law_used_short}} request to '{{public_body_name}}'" msgstr "Зробіть новий запит до: '{{public_body_name}}'" @@ -1380,7 +1386,7 @@ msgid "More about this authority" msgstr "Більше про цього розпорядника інформації" msgid "More requests..." -msgstr "" +msgstr "Більше запитів..." msgid "More similar requests" msgstr "Більше подібних запитів" @@ -1461,7 +1467,7 @@ msgid "No tracked things found." msgstr "" msgid "Nobody has made any Freedom of Information requests to {{public_body_name}} using this site yet." -msgstr "Ще ніхто не робив запитів до {{public_body_name}} через цей сайт" +msgstr "Ще ніхто не робив запитів до цього розпорядника інформації" msgid "None found." msgstr "Нічого не знайдено." @@ -1557,7 +1563,7 @@ msgid "OutgoingMessage|What doing" msgstr "" msgid "Partially successful." -msgstr "Частково успішно" +msgstr "Частково успішний." msgid "Password is not correct" msgstr "Неправильний пароль" @@ -1578,7 +1584,7 @@ msgid "People {{start_count}} to {{end_count}} of {{total_count}}" msgstr "Люди починаючи з {{start_count}} до {{end_count}} з {{total_count}}" msgid "Photo of you:" -msgstr "Ваша фотографія:" +msgstr "Оберіть фото:" msgid "Plans and administrative measures that affect these matters" msgstr "" @@ -1592,14 +1598,14 @@ msgstr "" msgid "Please" msgstr "Будь ласка" -msgid "Please <a href=\"%s\">get in touch</a> with us so we can fix it." -msgstr "Будь ласа, <a href=\"%s\">дайте нам знати</a>, щоб ми могли це виправити." +msgid "Please <a href=\"{{url}}\">get in touch</a> with us so we can fix it." +msgstr "Будь ласа, <a href=\"{{url}}\">дайте нам знати</a>, щоб ми могли це виправити." msgid "Please <strong>answer the question above</strong> so we know whether the " msgstr "Будь ласка, <strong>дайте відповідь на питання вгорі</strong>, щоб ми знали, чи " 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 "Будь ласка, подивіться на ці запити та дайте нам знати,\\n чи містилась інформація в останніх відповідях на ці запити." 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 "Будь ласка, включайте в своє повідомлення <strong>тільки</strong> інформацію,що безпосередньо стосується запиту {{request_link}}. Якщо вам потрібна інформація, що не була включена в початковий запит, <a href=\"{{new_request_link}}\">зробіть новий</a>." @@ -1613,6 +1619,9 @@ msgstr "Будь ласка, перевірте чи URL скопійоване msgid "Please choose a file containing your photo." msgstr "Будь ласка, оберіть файл, що містить ваше фото." +msgid "Please choose a reason" +msgstr "" + msgid "Please choose what sort of reply you are making." msgstr "Будь ласка, оберіть тип відповіді." @@ -1668,7 +1677,7 @@ msgid "Please enter your follow up message" msgstr "Будь ласка, введіть повідомлення" msgid "Please enter your letter requesting information" -msgstr "" +msgstr "Будь ласка, введіть текст повідомлення" msgid "Please enter your name" msgstr "Будь ласка, введіть ваше ім’я" @@ -1686,7 +1695,7 @@ msgid "Please enter your password" msgstr "Будь ласка, введіть ваш пароль" msgid "Please give details explaining why you want a review" -msgstr "" +msgstr "Будь ласка, поясніть, чому ви просите про перевірку" msgid "Please keep it shorter than 500 characters" msgstr "Будь ласка, дотримуйтесь обмеження на 500 знаків." @@ -1697,17 +1706,20 @@ msgstr "Ваша тема має бути короткою." 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 "" -msgid "Please select each of these requests in turn, and <strong>let everyone know</strong>\\nif they are successful yet or not." +msgid "Please pass this on to the person who conducts Freedom of Information reviews." msgstr "" -msgid "Please sign at the bottom with your name, or alter the \"%{signoff}\" signature" -msgstr "" +msgid "Please select each of these requests in turn, and <strong>let everyone know</strong>\\nif they are successful yet or not." +msgstr "Будь ласка, оберіть кожен з цих запитів та визначте, чи були вони успішними." + +msgid "Please sign at the bottom with your name, or alter the \"{{signoff}}\" signature" +msgstr "Будь ласка, зазначте своє ім’я внизу" msgid "Please sign in as " msgstr "Будь ласка, увійдіть як " msgid "Please sign in or make a new account." -msgstr "" +msgstr "Будь ласка, увійдіть або зареєструйтесь" msgid "Please type a message and/or choose a file containing your response." msgstr "Будь ласка, введіть повідомлення або оберіть файл, що містить вашу відповідь." @@ -1734,7 +1746,7 @@ msgid "Point to <strong>related information</strong>, campaigns or forums which msgstr "Вкажіть на дотичну інформацію, корисні форуми, кампанії тощо." msgid "Possibly related requests:" -msgstr "" +msgstr "Подібні запити:" msgid "Post annotation" msgstr "Опублікувати коментар" @@ -1770,10 +1782,10 @@ msgid "Prev" msgstr "" msgid "Preview follow up to '" -msgstr "" +msgstr "Попередній перегляд уточнення щодо запиту '" msgid "Preview new annotation on '{{info_request_title}}'" -msgstr "" +msgstr "Попередній перегляд коментаря на запит '{{info_request_title}}'" msgid "Preview your annotation" msgstr "Попередній перегляд коментаря" @@ -1794,23 +1806,20 @@ msgid "ProfilePhoto|Draft" msgstr "" msgid "Public authorities" -msgstr "" +msgstr "Розпорядники інформації" msgid "Public authorities - {{description}}" -msgstr "" +msgstr "Розпорядники інформації - {{description}}" msgid "Public authorities {{start_count}} to {{end_count}} of {{total_count}}" msgstr "" msgid "Public authority – {{name}}" -msgstr "" +msgstr "Розпорядник інформації – {{name}}" msgid "Public body" msgstr "" -msgid "Public body/translation" -msgstr "" - msgid "Public notes" msgstr "" @@ -1820,33 +1829,6 @@ msgstr "" msgid "Public page not available" msgstr "" -msgid "PublicBody::Translation|Disclosure log" -msgstr "" - -msgid "PublicBody::Translation|First letter" -msgstr "" - -msgid "PublicBody::Translation|Locale" -msgstr "" - -msgid "PublicBody::Translation|Name" -msgstr "" - -msgid "PublicBody::Translation|Notes" -msgstr "" - -msgid "PublicBody::Translation|Publication scheme" -msgstr "" - -msgid "PublicBody::Translation|Request email" -msgstr "" - -msgid "PublicBody::Translation|Short name" -msgstr "" - -msgid "PublicBody::Translation|Url name" -msgstr "" - msgid "PublicBody|Api key" msgstr "" @@ -1942,6 +1924,9 @@ msgstr "Повідомте про зловживання" msgid "Report an offensive or unsuitable request" msgstr "Повідомте про образливий або недоречний запит" +msgid "Report request" +msgstr "" + msgid "Report this request" msgstr "Повідомити" @@ -2047,14 +2032,14 @@ msgstr "Результати пошуку" msgid "Search the site to find what you were looking for." msgstr "Шукайте на сайті те, що вам потрібною." -msgid "Search within the %d Freedom of Information requests to %s" -msgid_plural "Search within the %d Freedom of Information requests made to %s" -msgstr[0] "Шукати серед %d запитів зроблених до %s" -msgstr[1] "Шукати серед %d запитів зроблених до %s" -msgstr[2] "Шукати серед %d запитів зроблених до %s" +msgid "Search within the {{count}} Freedom of Information requests to {{public_body_name}}" +msgid_plural "Search within the {{count}} Freedom of Information requests made to {{public_body_name}}" +msgstr[0] "Шукати серед {{count}} запитів зроблених до {{public_body_name}}" +msgstr[1] "Шукати серед {{count}} запитів зроблених до {{public_body_name}}" +msgstr[2] "Шукати серед {{count}} запитів зроблених до {{public_body_name}}" msgid "Search your contributions" -msgstr "Пошук у вашій діяльності на сайті" +msgstr "Пошук у вашій активності на сайті" msgid "See bounce message" msgstr "" @@ -2161,9 +2146,6 @@ msgstr "Ми не можемо знайти цю сторінку" msgid "Special note for this authority!" msgstr "Примітка:" -msgid "Start" -msgstr "Початок" - msgid "Start now »" msgstr "Почати зараз »" @@ -2198,7 +2180,7 @@ msgid "Successful Freedom of Information requests" msgstr "Успішні запити" msgid "Successful." -msgstr "Успішно." +msgstr "Успішний." msgid "Suggest how the requester can find the <strong>rest of the information</strong>." msgstr "Підкажіть, де автор запиту може знайти <strong>більше інформації</strong>." @@ -2297,7 +2279,7 @@ msgid "The request has been <strong>refused</strong>" msgstr "Запит відхилено" 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 "Запит було оновленно після того, як ви востаннє завантажували сторінку. Перевірте наявність нових вхідних повідомлень і спробуйте ще раз." msgid "The request is <strong>waiting for clarification</strong>." msgstr "Запит чекає на уточнення" @@ -2314,18 +2296,18 @@ msgstr "Запит був успішним." msgid "The request was refused by the public authority" msgstr "Запит було відхилено розпорядником інформації" -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=\"%s\">contact us</a> if you have any questions." +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 "Запит, який ви хотіли переглянути, було видалено." msgid "The requester has abandoned this request for some reason" msgstr "" -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" +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 "" "Відповідь на ваш запит затримується. Згідно з законодавством, ви маєте \n" " отримати відповідь швидко і" -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" +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 "Відповідь на ваш запит прострочена. За будь-яких умов вона вже мала б надійти до цього часу." msgid "The search index is currently offline, so we can't show the Freedom of Information requests that have been made to this authority." @@ -2334,6 +2316,9 @@ msgstr "" msgid "The search index is currently offline, so we can't show the Freedom of Information requests this person has made." msgstr "" +msgid "The {{site_name}} team." +msgstr "" + msgid "Then you can cancel the alert." msgstr "" @@ -2395,7 +2380,7 @@ msgid "Then you will be notified whenever someone requests something or gets a r msgstr "Далі ви будете повідомлені про всі запити до '{{public_body_name}}' та відповіді на ці запити." msgid "Then you will be updated whenever the request '{{request_title}}' is updated." -msgstr "" +msgstr "Ви будете сповіщені коли запит '{{request_title}}' буде оновлено." msgid "Then you'll be allowed to send FOI requests." msgstr "Після цього ви зможете відсилати запити." @@ -2409,17 +2394,17 @@ msgstr "Після цього ваш коментар до запиту '{{info_ msgid "There are {{count}} new annotations on your {{info_request}} request. Follow this link to see what they wrote." msgstr "Надійшли нові коментарі на ваш запит {{info_request}}. Пройдіть запосиланням, щоб ознайомитись з ними." -msgid "There is %d person following this request" -msgid_plural "There are %d people following this request" -msgstr[0] "Цей запит ніхто не відслідковує" -msgstr[1] "Цей запит відслідковує 1 людина" -msgstr[2] "Цей запит відслідковує така кількість людей: %d" - 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 "" 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 "Ми встановили обмеження на кількість запитів, які можна відправитипротягом одного дня. Ви можете попросити про зняття цього обмеження, <a href='{{help_contact_path}}'>написавши нам</a>. Ваше прохання має бутиобґрунтованим" +msgstr "Ми встановили обмеження на кількість запитів, які можна відправитипротягом одного дня. Ви можете попросити про зняття цього обмеження, <a href='{{help_contact_path}}'>написавши нам</a>. Ваше прохання має бути обґрунтованим" + +msgid "There is {{count}} person following this request" +msgid_plural "There are {{count}} people following this request" +msgstr[0] "Цей запит ніхто не відслідковує" +msgstr[1] "Цей запит відслідковує 1 людина" +msgstr[2] "Цей запит відслідковує така кількість людей: {{count}}" msgid "There was a <strong>delivery error</strong> or similar, which needs fixing by the {{site_name}} team." msgstr "Зафіксовано <strong>помилку доставки</strong> або щось подібне. Команда сайту має виправити її." @@ -2457,8 +2442,8 @@ msgstr "Відслідковуване вами" msgid "This authority no longer exists, so you cannot make a request to it." msgstr "Цього органу більше не існує, тож ви не можете зробити запит." -msgid "This comment has been hidden. See annotations to\\n find out why. If you are the requester, then you may <a href=\"%s\">sign in</a> to view the response." -msgstr "" +msgid "This comment has been hidden. See annotations to\\n find out why. If you are the requester, then you may <a href=\"{{url}}\">sign in</a> to view the response." +msgstr "Цей коментар було приховано. Якщо ви автор запиту, ви можете <a href=\"{{url}}\">sign in</a>,щоб переглянути відповідь." msgid "This covers a very wide spectrum of information about the state of\\n the <strong>natural and built environment</strong>, such as:" msgstr "" @@ -2478,12 +2463,12 @@ msgid "This is because {{title}} is an old request that has been\\nmarked to no msgstr "" msgid "This is the first version." -msgstr "" +msgstr "Це перша версія." msgid "This is your own request, so you will be automatically emailed when new responses arrive." msgstr "Це ваш власний запит, тому вас буде автоматично повідомлено, коли прибуде відповідь." -msgid "This outgoing message has been hidden. See annotations to\\n\t\t\t\t\t\tfind out why. If you are the requester, then you may <a href=\"%s\">sign in</a> to view the response." +msgid "This outgoing message has been hidden. See annotations to\\n\t\t\t\t\t\tfind out why. If you are the requester, then you may <a href=\"{{url}}\">sign in</a> to view the response." msgstr "" msgid "This particular request is finished:" @@ -2492,21 +2477,21 @@ msgstr "Переписка щодо цього запиту завершена:" msgid "This person has made no Freedom of Information requests using this site." msgstr "Ця людина не зробила жодного запиту через цей сайт." -msgid "This person's %d Freedom of Information request" -msgid_plural "This person's %d Freedom of Information requests" -msgstr[0] "Ця людина має %d запитів" -msgstr[1] "Ця людина має %d запит" -msgstr[2] "Ця людина має %d запитів (запити)" - -msgid "This person's %d annotation" -msgid_plural "This person's %d annotations" -msgstr[0] "Ця людина має %d коментарів" -msgstr[1] "Ця людина має %d коментар" -msgstr[2] "Ця людина має %d коментарів" - msgid "This person's annotations" msgstr "Коментарі цієї людини" +msgid "This person's {{count}} Freedom of Information request" +msgid_plural "This person's {{count}} Freedom of Information requests" +msgstr[0] "Ця людина має {{count}} запитів" +msgstr[1] "Ця людина має {{count}} запит" +msgstr[2] "Ця людина має {{count}} запитів (запити)" + +msgid "This person's {{count}} annotation" +msgid_plural "This person's {{count}} annotations" +msgstr[0] "Ця людина має {{count}} коментарів" +msgstr[1] "Ця людина має {{count}} коментар" +msgstr[2] "Ця людина має {{count}} коментарів" + msgid "This request <strong>requires administrator attention</strong>" msgstr "Цей запит потребує уваги адміністрації сайту" @@ -2530,7 +2515,7 @@ msgstr "" "Людина, що зробила цей запит, відмовилась від нього.\n" " У переписці нижче може бути пояснення цьому." -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=\"%s\">contact us</a>." +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 "" msgid "This request has been reported for administrator attention" @@ -2545,22 +2530,22 @@ msgstr "Цей запит отримав незвичайну відповідь msgid "This request has prominence 'hidden'. You can only see it because you are logged\\n in as a super user." msgstr "" -msgid "This request is hidden, so that only you the requester can see it. Please\\n <a href=\"%s\">contact us</a> if you are not sure why." -msgstr "" +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 "Цей запит приховано, тому його може бачити тільки автор. Якщо вам не зрозуміла причина приховання,ви можете \\n <a href=\"{{url}}\">написати нам</a>." msgid "This request is still in progress:" msgstr "Переписка з розпорядником інформації триває:" msgid "This request requires administrator attention" -msgstr "" +msgstr "Цей запит вимагає уваги адміністратора" msgid "This request was not made via {{site_name}}" msgstr "Цей запит не було зроблено через сайт {{site_name}}" -msgid "This response has been hidden. See annotations to find out why.\\n If you are the requester, then you may <a href=\"%s\">sign in</a> to view the response." +msgid "This response has been hidden. See annotations to find out why.\\n If you are the requester, then you may <a href=\"{{url}}\">sign in</a> to view the response." msgstr "" "Цю відповідь було приховано. Ознайомтесь з коментарями, щоб з’ясувати, чому це сталось.\n" -" Якщо ви автор запиту, <a href=\"%s\">увійдіть в систему</a>, щоб переглянути відповідь." +" Якщо ви автор запиту, <a href=\"{{url}}\">увійдіть в систему</a>, щоб переглянути відповідь." 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 "" @@ -2619,7 +2604,7 @@ msgid "To help us keep the site tidy, someone else has updated the status of the msgstr "Для впорядкування сайту хтось інший змінив статус вашого запиту {{title}} на \"{{display_status}}\". Якщо ви не погоджуєтесь з таким рішенням, змініть статус ще раз самостійно на більш підходящий. " msgid "To let everyone know, follow this link and then select the appropriate box." -msgstr "" +msgstr "Щоб повідомити всіх, пройдіть за цим посиланням." msgid "To log into the administrative interface" msgstr "Щоб залогінитись в адміністративний інтерфейс" @@ -2633,7 +2618,7 @@ msgstr "Щоб опублікувати свій коментар" msgid "To reply to " msgstr "Щоб відповісти розпоряднику інформації " -msgid "To report this FOI request" +msgid "To report this request" msgstr "" msgid "To send a follow up message to " @@ -2697,7 +2682,7 @@ msgid "Turn off email alerts" msgstr "Відключити сповіщення на електронну пошту" msgid "Tweet this request" -msgstr "" +msgstr "Твітніть цей запит" msgid "Type <strong><code>01/01/2008..14/01/2008</code></strong> to only show things that happened in the first two weeks of January." msgstr "" @@ -2720,7 +2705,7 @@ msgstr "Неочікуваний результат пошуку" msgid "Unexpected search result type " msgstr "Неочікуваний результат пошуку" -msgid "Unfortunately we don't know the FOI\\nemail address for that authority, so we can't validate this.\\nPlease <a href=\"%s\">contact us</a> to sort it out." +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 "" msgid "Unfortunately, we do not have a working {{info_request_law_used_full}}\\naddress for" @@ -2730,7 +2715,7 @@ msgid "Unknown" msgstr "" msgid "Unsubscribe" -msgstr "" +msgstr "Відписатися" msgid "Unusual response." msgstr "Незвичайна відповідь." @@ -2757,16 +2742,16 @@ msgid "User info request sent alert" msgstr "" msgid "User – {{name}}" -msgstr "" +msgstr "Користувач - {{name}}" msgid "UserInfoRequestSentAlert|Alert type" msgstr "" msgid "User|About me" -msgstr "" +msgstr "Користувач|Про мене" msgid "User|Address" -msgstr "" +msgstr "Користувач|Адреса" msgid "User|Admin level" msgstr "" @@ -2778,7 +2763,7 @@ msgid "User|Dob" msgstr "" msgid "User|Email" -msgstr "" +msgstr "Користувач|Мейл" msgid "User|Email bounce message" msgstr "" @@ -2814,7 +2799,7 @@ msgid "User|Url name" msgstr "" msgid "Version {{version}}" -msgstr "" +msgstr "Версія {{version}}" msgid "View FOI email address" msgstr "" @@ -2847,7 +2832,7 @@ msgid "Waiting for an <strong>internal review</strong> by {{public_body_link}} o msgstr "" msgid "Waiting for the public authority to complete an internal review of their handling of the request" -msgstr "В очікування завершення внутрішньої перевірки." +msgstr "В очікуванні завершення внутрішньої перевірки." msgid "Waiting for the public authority to reply" msgstr "В очікуванні відповіді від розпорядника інформації" @@ -2855,6 +2840,12 @@ msgstr "В очікуванні відповіді від розпорядник msgid "Was the response you got to your FOI request any good?" msgstr "Чи була відповідь на ваш запит корисною для вас?" +msgid "We consider it is not a valid FOI request, and have therefore hidden it from other users." +msgstr "" + +msgid "We consider it to be vexatious, and have therefore hidden it from other users." +msgstr "" + msgid "We do not have a working request email address for this authority." msgstr "У нас нема електронної адреси цього органу." @@ -2862,12 +2853,12 @@ msgid "We do not have a working {{law_used_full}} address for {{public_body_name msgstr "У нас нема адреси цього розпорядника інформації." msgid "We don't know whether the most recent response to this request contains\\n information or not\\n –\\n\tif you are {{user_link}} please <a href=\"{{url}}\">sign in</a> and let everyone know." -msgstr "" +msgstr "Нам невідомо, чи відповідь на цей запит була інформативною.\\nЯкщо ви {{user_link}}, будь ласка, <a href=\"{{url}}\">авторизуйтесь</a> і вкажіть, наскільки успішним був запит." -msgid "We will not reveal your email address to anybody unless you or\\n the law tell us to (<a href=\"%s\">details</a>). " +msgid "We will not reveal your email address to anybody unless you or\\n the law tell us to (<a href=\"{{url}}\">details</a>). " msgstr "" "Ми не передамо вашу адресу нікому, якщо нас до цього не спонукаєте\n" -"ви або законодавство (<a href=\"%s\">деталі</a>)." +"ви або законодавство (<a href=\"{{url}}\">деталі</a>)." msgid "We will not reveal your email address to anybody unless you\\nor the law tell us to." msgstr "" @@ -2886,7 +2877,7 @@ msgid "We're waiting for someone to read" msgstr "Ми очікуємо, що хтось прочитає" 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 "Ми відправили листа на вашу нову адресу. Ви повинні пройти за посиланням в ньому,щоб змінити адресу." msgid "We've sent you an email, and you'll need to click the link in it before you can\\ncontinue." msgstr "Ми відправили вам листа і ви маєте натиснути посилання в ньому, щоб закінчити реєстрацію." @@ -2901,10 +2892,10 @@ msgid "What best describes the status of this request now?" msgstr "Яким є стан цього запиту зараз?" msgid "What information has been released?" -msgstr "Яку інформацію було оприлюднено?" +msgstr "Яку інформацію було оприлюднено завдяки запитам?" msgid "What information has been requested?" -msgstr "" +msgstr "Приклади запитів, надісланих через цей сайт" msgid "When you get there, please update the status to say if the response \\ncontains any useful information." msgstr "" @@ -2914,8 +2905,8 @@ msgstr "" msgid "When you receive the paper response, please help\\n others find out what it says:" msgstr "" -msgid "When you're done, <strong>come back here</strong>, <a href=\"%s\">reload this page</a> and file your new request." -msgstr "" +msgid "When you're done, <strong>come back here</strong>, <a href=\"{{url}}\">reload this page</a> and file your new request." +msgstr "Коли ви закінчите, <strong>поверніться сюди</strong>, <a href=\"{{url}}\">перезавантажте сторінку</a> та зробіть новий запит." msgid "Which of these is happening?" msgstr "Що відбувається?" @@ -2996,7 +2987,7 @@ msgid "You have found a bug. Please <a href=\"{{contact_url}}\">contact us</a> msgstr "Ви натрапили на баг. Будь ласка, <a href=\"{{contact_url}}\">напишіть нам</a> про цю проблему" 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 "Ви перевищили кількість дозволених запитів. Користувачі не можуть надсилати більш ніж{{max_requests_per_user_per_day}} запитів протягом 24 годин." msgid "You have made no Freedom of Information requests using this site." msgstr "Ви не зробили жодного запиту через цей сайт." @@ -3023,11 +3014,11 @@ msgstr "" "Ви можете прикріпити до листа файл. Якщо він надто великий для електронної пошти,\n" " скористайтеся формою нижче." -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=\"%s\">send it to us</a>." -msgstr "" +msgid "You may be able to find\\n one on their website, or by phoning them up and asking. If you manage\\n to find one, then please <a href=\"{{url}}\">send it to us</a>." +msgstr "Якщо вона вам відома, <a href=\"{{url}}\">повідомте її нам</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 "Якщо вона вам відома, <a href=\"%s\">повідомте її нам</a>, будь ласка." msgid "You need to be logged in to change the text about you on your profile." msgstr "Ви маєте увійти в систему, щоб мати можливість змінити інформацію про себе в профілі." @@ -3036,13 +3027,16 @@ msgid "You need to be logged in to change your profile photo." msgstr "Ви маєте увійти в систему, щоб мати можливість змінити фото в профілі." msgid "You need to be logged in to clear your profile photo." -msgstr "" +msgstr "Ви маєте бути авторизовані для цього." msgid "You need to be logged in to edit your profile." msgstr "Ви маєте увійти в систему, щоб мати можливість редагувати свій профіль." +msgid "You need to be logged in to report a request for administrator attention" +msgstr "" + msgid "You previously submitted that exact follow up message for this request." -msgstr "Ви вже надіслали точно таке саме додаткове повідомлення для цього запиту." +msgstr "Ви вже надіслали точно таке ж додаткове повідомлення для цього запиту." 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 "" @@ -3060,7 +3054,7 @@ msgstr "" "встановлювати сповіщення." msgid "You will no longer be emailed updates for those alerts" -msgstr "" +msgstr "Ви більше не отримуватимете цих сповіщень" msgid "You will now be emailed updates about {{track_description}}. <a href=\"{{change_email_alerts_url}}\">Prefer not to receive emails?</a>" msgstr "Ви отримуватимете листи з оновленнями щодо {{track_description}}.<a href=\"{{change_email_alerts_url}}\">Натисніть тут, якщо не хочете їх отримувати.</a>" @@ -3070,6 +3064,9 @@ msgstr "" "Ви отримаєте відповідь на свій запит, тільки якщо надішлете\n" "уточнення щодо нього." +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 "" + msgid "You're in. <a href=\"#\" id=\"send-request\">Continue sending your request</a>" msgstr "" @@ -3080,39 +3077,27 @@ msgid "You're not following anything." msgstr "Ви нічого не відслідковуєте" msgid "You've now cleared your profile photo" -msgstr "" - -msgid "Your %d Freedom of Information request" -msgid_plural "Your %d Freedom of Information requests" -msgstr[0] "" -msgstr[1] "" -msgstr[2] "" - -msgid "Your %d annotation" -msgid_plural "Your %d annotations" -msgstr[0] "" -msgstr[1] "" -msgstr[2] "" +msgstr "Ви видалили свою фотографію" -msgid "Your <strong>name will appear publicly</strong> \\n (<a href=\"%s\">why?</a>)\\n on this website and in search engines. If you\\n are thinking of using a pseudonym, please \\n <a href=\"%s\">read this first</a>." +msgid "Your <strong>name will appear publicly</strong>\\n (<a href=\"{{why_url}}\">why?</a>)\\n on this website and in search engines. If you\\n are thinking of using a pseudonym, please\\n <a href=\"{{help_url}}\">read this first</a>." msgstr "" "Ваше <strong>ім’я з’явиться в публічному доступі</strong> \n" -" (<a href=\"%s\">чому?</a>)\n" +" (<a href=\"{{why_url}}\">чому?</a>)\n" " на цьому сайті та в пошукових системах. Якщо ви\n" " збираєтесь використати псевдонім, \n" -" <a href=\"%s\">прочитайте спершу це</a>." +" <a href=\"{{help_url}}\">прочитайте спершу це</a>." msgid "Your annotations" msgstr "Ваші коментарі" msgid "Your details, including your email address, have not been given to anyone." -msgstr "" +msgstr "Інформація про вас не була передана нікому." msgid "Your e-mail:" msgstr "Електронна адреса:" -msgid "Your follow up has not been sent because this request has been stopped to prevent spam. Please <a href=\"%s\">contact us</a> if you really want to send a follow up message." -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 "Ваше повідомлення не було надіслано, тому що цей запит не пройшов спам-фільтр." msgid "Your follow up message has been sent on its way." msgstr "Ваш додатковий лист надіслано." @@ -3135,10 +3120,10 @@ msgstr "Ваше повідомлення з’явиться в пошуков msgid "Your name and annotation will appear in <strong>search engines</strong>." msgstr "Ваше ім’я та коментарі з’являться у <strong>пошукових системах</strong>." -msgid "Your name, request and any responses will appear in <strong>search engines</strong>\\n (<a href=\"%s\">details</a>)." +msgid "Your name, request and any responses will appear in <strong>search engines</strong>\\n (<a href=\"{{url}}\">details</a>)." msgstr "" "Ваше ім’я, запит та будь-які відповіді з’являться в пошукових системах\n" -" (<a href=\"%s\">деталі</a>)." +" (<a href=\"{{url}}\">деталі</a>)." msgid "Your name:" msgstr "Ваше ім’я:" @@ -3155,6 +3140,12 @@ msgstr "Ваш пароль:" msgid "Your photo will be shown in public <strong>on the Internet</strong>,\\n wherever you do something on {{site_name}}." msgstr "Ваше фото з’явиться в загальному доступі в інтернеті." +msgid "Your request '{{request}}' at {{url}} has been reviewed by moderators." +msgstr "" + +msgid "Your request on {{site_name}} hidden" +msgstr "" + msgid "Your request was called {{info_request}}. Letting everyone know whether you got the information will help us keep tabs on" msgstr "" @@ -3162,13 +3153,25 @@ msgid "Your request:" msgstr "Ваш запит" msgid "Your response to an FOI request was not delivered" -msgstr "" +msgstr "Ваша відповідь на запит не була доставлена" -msgid "Your response will <strong>appear on the Internet</strong>, <a href=\"%s\">read why</a> and answers to other questions." -msgstr "Ваша відповідь <strong>з’явиться в інтернеті</strong> <a href=\"%s\">(чому?)</a>" +msgid "Your response will <strong>appear on the Internet</strong>, <a href=\"{{url}}\">read why</a> and answers to other questions." +msgstr "Ваша відповідь <strong>з’явиться в інтернеті</strong> <a href=\"{{url}}\">(чому?)</a>" msgid "Your thoughts on what the {{site_name}} <strong>administrators</strong> should do about the request." -msgstr "" +msgstr "Ваші міркування щодо того, що адміністратори сайту мають зробити з цим запитом." + +msgid "Your {{count}} Freedom of Information request" +msgid_plural "Your {{count}} Freedom of Information requests" +msgstr[0] "Ваш запит" +msgstr[1] "Ваші {{count}} запити" +msgstr[2] "Ваші {{count}} запитів" + +msgid "Your {{count}} annotation" +msgid_plural "Your {{count}} annotations" +msgstr[0] "Ваш коментар" +msgstr[1] "Ваші {{count}} коментарі" +msgstr[2] "Ваші {{count}} коментарів" msgid "Your {{site_name}} email alert" msgstr "" @@ -3179,6 +3182,9 @@ msgstr "З повагою," msgid "Yours sincerely," msgstr "З повагою," +msgid "Yours," +msgstr "" + msgid "[FOI #{{request}} email]" msgstr "" @@ -3215,7 +3221,7 @@ msgid "and" msgstr "і" msgid "and update the status accordingly. Perhaps <strong>you</strong> might like to help out by doing that?" -msgstr "" +msgstr "та оновить статус запиту. Можливо, це зробите ви?" msgid "and update the status." msgstr "" @@ -3340,7 +3346,7 @@ msgstr "" msgid "no later than" msgstr "не пізніше, ніж" -msgid "no longer exists. If you are trying to make\\n 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=\"%s\">send it to us</a>." +msgid "no longer exists. If you are trying to make\\n 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 "normally" @@ -3400,7 +3406,7 @@ msgstr "основна адреса для інформаційних запит #. Send a public reply to... #. Don't want to address your message to... ? msgid "the main FOI contact at {{public_body}}" -msgstr "на адресу {{public_body}}" +msgstr "{{public_body}}" msgid "the requester" msgstr "автор запиту" @@ -3447,11 +3453,38 @@ msgstr "" msgid "users" msgstr "" +msgid "what's that?" +msgstr "що це?" + msgid "{{count}} FOI requests found" msgstr "Знайдено таку кількість запитів: {{count}}" +msgid "{{count}} Freedom of Information request to {{public_body_name}}" +msgid_plural "{{count}} Freedom of Information requests to {{public_body_name}}" +msgstr[0] "{{count}} інформаційний запит до {{public_body_name}}" +msgstr[1] "{{count}} інформаційні запити до {{public_body_name}}" +msgstr[2] "{{count}} інформаційних запитів до {{public_body_name}}" + +msgid "{{count}} person is following this authority" +msgid_plural "{{count}} people are following this authority" +msgstr[0] "{{count}} одна особа відслідковує цього розпорядника" +msgstr[1] "{{count}} особи відслідковують цього розпорядника" +msgstr[2] "{{count}} осіб відслідковують цього розпорядника" + +msgid "{{count}} request" +msgid_plural "{{count}} requests" +msgstr[0] "{{count}} запит" +msgstr[1] "{{count}} запити" +msgstr[2] "{{count}} запитів" + +msgid "{{count}} request made." +msgid_plural "{{count}} requests made." +msgstr[0] "{{count}} запит зроблено" +msgstr[1] "{{count}} запити зроблено" +msgstr[2] "{{count}} запитів зроблено" + 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 "Точно такий самий запит вже створено ({{date}}). Ви можете <a href=\"{{existing_request}}\">переглянути його</a> або створити подібний." msgid "{{info_request_user_name}} only:" msgstr "Тільки {{info_request_user_name}}:" @@ -3478,7 +3511,7 @@ msgid "{{public_body_link}} answered a request about" msgstr "" msgid "{{public_body_link}} was sent a request about" -msgstr "" +msgstr "Розпоряднику інформації {{public_body_link}} було надіслано запит " msgid "{{public_body_name}} only:" msgstr "Тільки {{public_body_name}}:" @@ -3490,13 +3523,13 @@ msgid "{{public_body}} sent a response to {{user_name}}" msgstr "{{public_body}} відповів(-ла) користувачу {{user_name}}" msgid "{{reason}}, please sign in or make a new account." -msgstr "" +msgstr "{{reason}}, будь ласка, увійдіть або авторизуйтесь." msgid "{{search_results}} matching '{{query}}'" msgstr "{{search_results}}, що відповідають пошуку '{{query}}'" msgid "{{site_name}} blog and tweets" -msgstr "" +msgstr "блог та твіти сайту {{site_name}}" msgid "{{site_name}} covers requests to {{number_of_authorities}} authorities, including:" msgstr "" diff --git a/locale/vi/app.po b/locale/vi/app.po new file mode 100644 index 000000000..2f60838b1 --- /dev/null +++ b/locale/vi/app.po @@ -0,0 +1,3401 @@ +# SOME DESCRIPTIVE TITLE. +# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER +# This file is distributed under the same license as the PACKAGE package. +# +# Translators: +# ppanhh <ppanhh@gmail.com>, 2013 +msgid "" +msgstr "" +"Project-Id-Version: alaveteli\n" +"Report-Msgid-Bugs-To: http://github.com/sebbacon/alaveteli/issues\n" +"POT-Creation-Date: 2013-06-24 09:40-0700\n" +"PO-Revision-Date: 2013-07-08 17:52+0000\n" +"Last-Translator: ppanhh <ppanhh@gmail.com>\n" +"Language-Team: Vietnamese (http://www.transifex.com/projects/p/alaveteli/language/vi/)\n" +"Language: vi\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=1; plural=0;\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 "" + +msgid " (<strong>no ranty</strong> politics, read our <a href=\"{{url}}\">moderation policy</a>)" +msgstr "" + +msgid " (<strong>patience</strong>, especially for large files, it may take a while!)" +msgstr " (<strong>kiên nhẫn</strong>, đặc biệt đối với các tập tin lớn, sẽ tốn kha khá thời gian!)" + +msgid " (you)" +msgstr " (bạn)" + +msgid " - view and make Freedom of Information requests" +msgstr " - xem và tạo các yêu cầu về Tự Do Thông Tin" + +msgid " - wall" +msgstr "" + +msgid " <strong>Note:</strong>\\n We will send you an email. Follow the instructions in it to change\\n your password." +msgstr "" + +msgid " <strong>Privacy note:</strong> Your email address will be given to" +msgstr " <strong>Ghi chú về quyền riêng tư:</strong> Địa chỉ email của bạn phải được chuyển đến" + +msgid " <strong>Summarise</strong> the content of any information returned. " +msgstr " <strong>Tóm tắt</strong> nội dung của bất kỳ thông tin nào được trả về. " + +msgid " Advise on how to <strong>best clarify</strong> the request." +msgstr " Quảng cáo về cách <strong>xác định rõ ràng nhất</strong> đối với yêu cầu." + +msgid " Ideas on what <strong>other documents to request</strong> which the authority may hold. " +msgstr "" + +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 "" + +msgid " Include relevant links, such as to a campaign page, your blog or a\\n twitter account. They will be made clickable. \\n e.g." +msgstr "" + +msgid " Link to the information requested, if it is <strong>already available</strong> on the Internet. " +msgstr "" + +msgid " Offer better ways of <strong>wording the request</strong> to get the information. " +msgstr "" + +msgid " Say how you've <strong>used the information</strong>, with links if possible." +msgstr "" + +msgid " Suggest <strong>where else</strong> the requester might find the information. " +msgstr "" + +msgid " What are you investigating using Freedom of Information? " +msgstr "" + +msgid " You are already being emailed updates about the request." +msgstr "" + +msgid " You will also be emailed updates about the request." +msgstr "" + +msgid " made by " +msgstr "" + +msgid " or " +msgstr "" + +msgid " when you send this message." +msgstr "" + +msgid "\"Hello! We have an <a href=\\\"/help/alaveteli?country_name=#{CGI.escape(current_country)}\\\">important message</a> for visitors outside {{country_name}}\"" +msgstr "" + +msgid "'Crime statistics by ward level for Wales'" +msgstr "" + +msgid "'Pollution levels over time for the River Tyne'" +msgstr "" + +msgid "'{{link_to_authority}}', a public authority" +msgstr "" + +msgid "'{{link_to_request}}', a request" +msgstr "" + +msgid "'{{link_to_user}}', a person" +msgstr "" + +msgid "*unknown*" +msgstr "" + +msgid ",\\n\\n\\n\\nYours,\\n\\n{{user_name}}" +msgstr "" + +msgid "- or -" +msgstr "" + +msgid "1. Select an authority" +msgstr "" + +msgid "2. Ask for Information" +msgstr "" + +msgid "3. Now check your request" +msgstr "" + +msgid "<a href=\"{{browse_url}}\">Browse all</a> or <a href=\"{{add_url}}\">ask us to add one</a>." +msgstr "" + +msgid "<a href=\"{{url}}\">Add an annotation</a> (to help the requester or others)" +msgstr "" + +msgid "<a href=\"{{url}}\">Sign in</a> to change password, subscriptions and more ({{user_name}} only)" +msgstr "" + +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 "" + +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 "" + +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 "" + +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 "" + +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 "" + +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 "" + +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 "" + +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 "" + +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 "" + +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 "" + +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 "" + +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 "" + +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 "" + +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 "" + +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 "" + +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 "" + +msgid "<p>Your {{law_used_full}} request has been <strong>sent on its way</strong>!</p>\\n <p><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\\n replied by then.</p>\\n <p>If you write about this request (for example in a forum or a blog) please link to this page, and add an\\n annotation below telling people about your writing.</p>" +msgstr "" + +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 "" + +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 "" + +msgid "<strong> Can I request information about myself?</strong>\\n\t\t\t<a href=\"{{url}}\">No! (Click here for details)</a>" +msgstr "" + +msgid "<strong><code>commented_by:tony_bowden</code></strong> to search annotations made by Tony Bowden, typing the name as in the URL." +msgstr "" + +msgid "<strong><code>filetype:pdf</code></strong> to find all responses with PDF attachments. Or try these: <code>{{list_of_file_extensions}}</code>" +msgstr "" + +msgid "<strong><code>request:</code></strong> to restrict to a specific request, typing the title as in the URL." +msgstr "" + +msgid "<strong><code>requested_by:julian_todd</code></strong> to search requests made by Julian Todd, typing the name as in the URL." +msgstr "" + +msgid "<strong><code>requested_from:home_office</code></strong> to search requests from the Home Office, typing the name as in the URL." +msgstr "" + +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 "" + +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 "" + +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 "" + +msgid "<strong>Advice</strong> on how to get a response that will satisfy the requester. </li>" +msgstr "" + +msgid "<strong>All the information</strong> has been sent" +msgstr "" + +msgid "<strong>Anything else</strong>, such as clarifying, prompting, thanking" +msgstr "" + +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 "" + +msgid "<strong>Clarification</strong> has been requested" +msgstr "" + +msgid "<strong>No response</strong> has been received\\n <small>(maybe there's just an acknowledgement)</small>" +msgstr "" + +msgid "<strong>Note:</strong> Because we're testing, requests are being sent to {{email}} rather than to the actual authority." +msgstr "" + +msgid "<strong>Note:</strong> You're sending a message to yourself, presumably\\n to try out how it works." +msgstr "" + +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 "" + +msgid "<strong>Privacy note:</strong> If you want to request private information about\\n yourself then <a href=\"{{url}}\">click here</a>." +msgstr "" + +msgid "<strong>Privacy note:</strong> Your photo will be shown in public on the Internet,\\n wherever you do something on {{site_name}}." +msgstr "" + +msgid "<strong>Privacy warning:</strong> Your message, and any response\\n to it, will be displayed publicly on this website." +msgstr "" + +msgid "<strong>Some of the information</strong> has been sent " +msgstr "" + +msgid "<strong>Thank</strong> the public authority or " +msgstr "" + +msgid "<strong>did not have</strong> the information requested." +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 "" + +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 "" + +msgid "A <strong>summary</strong> of the response if you have received it by post. " +msgstr "" + +msgid "A Freedom of Information request" +msgstr "" + +msgid "A full history of my FOI request and all correspondence is available on the Internet at this address: {{url}}" +msgstr "" + +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 "" + +msgid "A public authority" +msgstr "" + +msgid "A response will be sent <strong>by post</strong>" +msgstr "" + +msgid "A strange reponse, required attention by the {{site_name}} team" +msgstr "" + +msgid "A vexatious request" +msgstr "" + +msgid "A {{site_name}} user" +msgstr "" + +msgid "About you:" +msgstr "" + +msgid "Act on what you've learnt" +msgstr "" + +msgid "Acts as xapian/acts as xapian job" +msgstr "" + +msgid "ActsAsXapian::ActsAsXapianJob|Action" +msgstr "" + +msgid "ActsAsXapian::ActsAsXapianJob|Model" +msgstr "" + +msgid "Add an annotation" +msgstr "" + +msgid "Add an annotation to your request with choice quotes, or\\n a <strong>summary of the response</strong>." +msgstr "" + +msgid "Added on {{date}}" +msgstr "" + +msgid "Admin level is not included in list" +msgstr "" + +msgid "Administration URL:" +msgstr "" + +msgid "Advanced search" +msgstr "" + +msgid "Advanced search tips" +msgstr "" + +msgid "Advise on whether the <strong>refusal is legal</strong>, and how to complain about it if not." +msgstr "" + +msgid "Air, water, soil, land, flora and fauna (including how these effect\\n human beings)" +msgstr "" + +msgid "All of the information requested has been received" +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 "" + +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 "" + +msgid "Also called {{other_name}}." +msgstr "" + +msgid "Also send me alerts by email" +msgstr "" + +msgid "Alter your subscription" +msgstr "" + +msgid "Although all responses are automatically published, we depend on\\nyou, the original requester, to evaluate them." +msgstr "" + +msgid "An <a href=\"{{request_url}}\">annotation</a> to <em>{{request_title}}</em> was made by {{event_comment_user}} on {{date}}" +msgstr "" + +msgid "An <strong>error message</strong> has been received" +msgstr "" + +msgid "An Environmental Information Regulations request" +msgstr "" + +msgid "An anonymous user" +msgstr "" + +msgid "Annotation added to request" +msgstr "" + +msgid "Annotations" +msgstr "" + +msgid "Annotations are so anyone, including you, can help the requester with their request. For example:" +msgstr "" + +msgid "Annotations will be posted publicly here, and are\\n <strong>not</strong> sent to {{public_body_name}}." +msgstr "" + +msgid "Anonymous user" +msgstr "" + +msgid "Anyone:" +msgstr "" + +msgid "Applies to" +msgstr "" + +msgid "Are we missing a public authority?" +msgstr "" + +msgid "Are you the owner of any commercial copyright on this page?" +msgstr "" + +msgid "Ask for <strong>specific</strong> documents or information, this site is not suitable for general enquiries." +msgstr "" + +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 "" + +msgid "Attachment (optional):" +msgstr "" + +msgid "Attachment:" +msgstr "" + +msgid "Awaiting classification." +msgstr "" + +msgid "Awaiting internal review." +msgstr "" + +msgid "Awaiting response." +msgstr "" + +msgid "Beginning with" +msgstr "" + +msgid "Browse <a href='{{url}}'>other requests</a> for examples of how to word your request." +msgstr "" + +msgid "Browse <a href='{{url}}'>other requests</a> to '{{public_body_name}}' for examples of how to word your request." +msgstr "" + +msgid "Browse all authorities..." +msgstr "" + +msgid "By law, under all circumstances, {{public_body_link}} should have responded by now" +msgstr "" + +msgid "By law, {{public_body_link}} should normally have responded <strong>promptly</strong> and" +msgstr "" + +msgid "Calculated home page" +msgstr "" + +msgid "Can't find the one you want?" +msgstr "" + +msgid "Cancel a {{site_name}} alert" +msgstr "" + +msgid "Cancel some {{site_name}} alerts" +msgstr "" + +msgid "Cancel, return to your profile page" +msgstr "" + +msgid "Censor rule" +msgstr "" + +msgid "CensorRule|Last edit comment" +msgstr "" + +msgid "CensorRule|Last edit editor" +msgstr "" + +msgid "CensorRule|Regexp" +msgstr "" + +msgid "CensorRule|Replacement" +msgstr "" + +msgid "CensorRule|Text" +msgstr "" + +msgid "Change email on {{site_name}}" +msgstr "" + +msgid "Change password on {{site_name}}" +msgstr "" + +msgid "Change profile photo" +msgstr "" + +msgid "Change the text about you on your profile at {{site_name}}" +msgstr "" + +msgid "Change your email" +msgstr "" + +msgid "Change your email address used on {{site_name}}" +msgstr "" + +msgid "Change your password" +msgstr "" + +msgid "Change your password on {{site_name}}" +msgstr "" + +msgid "Change your password {{site_name}}" +msgstr "" + +msgid "Charity registration" +msgstr "" + +msgid "Check for mistakes if you typed or copied the address." +msgstr "" + +msgid "Check you haven't included any <strong>personal information</strong>." +msgstr "" + +msgid "Choose your profile photo" +msgstr "" + +msgid "Clarification" +msgstr "" + +msgid "Clarify your FOI request - " +msgstr "" + +msgid "Classify an FOI response from " +msgstr "" + +msgid "Clear photo" +msgstr "" + +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 "" + +msgid "Click on the link below to send a message to {{public_body}} reminding them to reply to your request." +msgstr "" + +msgid "Close" +msgstr "" + +msgid "Comment" +msgstr "" + +msgid "Comment|Body" +msgstr "" + +msgid "Comment|Comment type" +msgstr "" + +msgid "Comment|Locale" +msgstr "" + +msgid "Comment|Visible" +msgstr "" + +msgid "Confirm you want to follow all successful FOI requests" +msgstr "" + +msgid "Confirm you want to follow new requests" +msgstr "" + +msgid "Confirm you want to follow new requests or responses matching your search" +msgstr "" + +msgid "Confirm you want to follow requests by '{{user_name}}'" +msgstr "" + +msgid "Confirm you want to follow requests to '{{public_body_name}}'" +msgstr "" + +msgid "Confirm you want to follow the request '{{request_title}}'" +msgstr "" + +msgid "Confirm your FOI request to " +msgstr "" + +msgid "Confirm your account on {{site_name}}" +msgstr "" + +msgid "Confirm your annotation to {{info_request_title}}" +msgstr "" + +msgid "Confirm your email address" +msgstr "" + +msgid "Confirm your new email address on {{site_name}}" +msgstr "" + +msgid "Considered by administrators as not an FOI request and hidden from site." +msgstr "" + +msgid "Considered by administrators as vexatious and hidden from site." +msgstr "" + +msgid "Contact {{recipient}}" +msgstr "" + +msgid "Contact {{site_name}}" +msgstr "" + +msgid "Could not identify the request from the email address" +msgstr "" + +msgid "Couldn't understand the image file that you uploaded. PNG, JPEG, GIF and many other common image file formats are supported." +msgstr "" + +msgid "Crop your profile photo" +msgstr "" + +msgid "Cultural sites and built structures (as they may be affected by the\\n environmental factors listed above)" +msgstr "" + +msgid "Currently <strong>waiting for a response</strong> from {{public_body_link}}, they must respond promptly and" +msgstr "" + +msgid "Date:" +msgstr "" + +msgid "Dear {{name}}," +msgstr "" + +msgid "Dear {{public_body_name}}," +msgstr "" + +msgid "Default locale" +msgstr "" + +msgid "Delayed response to your FOI request - " +msgstr "" + +msgid "Delayed." +msgstr "" + +msgid "Delivery error" +msgstr "" + +msgid "Destroy {{name}}" +msgstr "" + +msgid "Details of request '" +msgstr "" + +msgid "Did you mean: {{correction}}" +msgstr "" + +msgid "Disclaimer: This message and any reply that you make will be published on the internet. Our privacy and copyright policies:" +msgstr "" + +msgid "Disclosure log" +msgstr "" + +msgid "Disclosure log URL" +msgstr "" + +msgid "Don't want to address your message to {{person_or_body}}? You can also write to:" +msgstr "" + +msgid "Done" +msgstr "" + +msgid "Done >>" +msgstr "" + +msgid "Download a zip file of all correspondence" +msgstr "" + +msgid "Download original attachment" +msgstr "" + +msgid "EIR" +msgstr "" + +msgid "Edit" +msgstr "" + +msgid "Edit and add <strong>more details</strong> to the message above,\\n explaining why you are dissatisfied with their response." +msgstr "" + +msgid "Edit text about you" +msgstr "" + +msgid "Edit this request" +msgstr "" + +msgid "Either the email or password was not recognised, please try again." +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 "" + +msgid "Email doesn't look like a valid address" +msgstr "" + +msgid "Email me future updates to this request" +msgstr "" + +msgid "Enter words that you want to find separated by spaces, e.g. <strong>climbing lane</strong>" +msgstr "" + +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 "" + +msgid "Environmental Information Regulations" +msgstr "" + +msgid "Environmental Information Regulations requests made" +msgstr "" + +msgid "Environmental Information Regulations requests made using this site" +msgstr "" + +msgid "Event history" +msgstr "" + +msgid "Event history details" +msgstr "" + +msgid "Event {{id}}" +msgstr "" + +msgid "Everything that you enter on this page, including <strong>your name</strong>,\\n will be <strong>displayed publicly</strong> on\\n this website forever (<a href=\"{{url}}\">why?</a>)." +msgstr "" + +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 "" + +msgid "FOI" +msgstr "" + +msgid "FOI email address for {{public_body}}" +msgstr "" + +msgid "FOI request – {{title}}" +msgstr "" + +msgid "FOI requests" +msgstr "" + +msgid "FOI requests by '{{user_name}}'" +msgstr "" + +msgid "FOI requests {{start_count}} to {{end_count}} of {{total_count}}" +msgstr "" + +msgid "FOI response requires admin ({{reason}}) - {{title}}" +msgstr "" + +msgid "Failed to convert image to a PNG" +msgstr "" + +msgid "Failed to convert image to the correct size: at {{cols}}x{{rows}}, need {{width}}x{{height}}" +msgstr "" + +msgid "Filter" +msgstr "" + +msgid "First, did your other requests succeed?" +msgstr "" + +msgid "First, type in the <strong>name of the UK public authority</strong> you'd\\n like information from. <strong>By law, they have to respond</strong>\\n (<a href=\"{{url}}\">why?</a>)." +msgstr "" + +msgid "Foi attachment" +msgstr "" + +msgid "FoiAttachment|Charset" +msgstr "" + +msgid "FoiAttachment|Content type" +msgstr "" + +msgid "FoiAttachment|Display size" +msgstr "" + +msgid "FoiAttachment|Filename" +msgstr "" + +msgid "FoiAttachment|Hexdigest" +msgstr "" + +msgid "FoiAttachment|Url part number" +msgstr "" + +msgid "FoiAttachment|Within rfc822 subject" +msgstr "" + +msgid "Follow" +msgstr "" + +msgid "Follow all new requests" +msgstr "" + +msgid "Follow new successful responses" +msgstr "" + +msgid "Follow requests to {{public_body_name}}" +msgstr "" + +msgid "Follow these requests" +msgstr "" + +msgid "Follow things matching this search" +msgstr "" + +msgid "Follow this authority" +msgstr "" + +msgid "Follow this link to see the request:" +msgstr "" + +msgid "Follow this person" +msgstr "" + +msgid "Follow this request" +msgstr "" + +msgid "Follow up" +msgstr "" + +msgid "Follow up message sent by requester" +msgstr "" + +msgid "Follow up messages to existing requests are sent to " +msgstr "" + +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 "" + +msgid "Follow us on twitter" +msgstr "" + +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 "" + +msgid "For an unknown reason, it is not possible to make a request to this authority." +msgstr "" + +msgid "Forgotten your password?" +msgstr "" + +msgid "Found {{count}} public authority {{description}}" +msgid_plural "Found {{count}} public authorities {{description}}" +msgstr[0] "" + +msgid "Freedom of Information" +msgstr "" + +msgid "Freedom of Information Act" +msgstr "" + +msgid "Freedom of Information law does not apply to this authority, so you cannot make\\n a request to it." +msgstr "" + +msgid "Freedom of Information law no longer applies to" +msgstr "" + +msgid "Freedom of Information law no longer applies to this authority.Follow up messages to existing requests are sent to " +msgstr "" + +msgid "Freedom of Information requests made" +msgstr "" + +msgid "Freedom of Information requests made by this person" +msgstr "" + +msgid "Freedom of Information requests made by you" +msgstr "" + +msgid "Freedom of Information requests made using this site" +msgstr "" + +msgid "Freedom of information requests to" +msgstr "" + +msgid "From" +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 "" + +msgid "GIVE DETAILS ABOUT YOUR COMPLAINT HERE" +msgstr "" + +msgid "Handled by post." +msgstr "" + +msgid "Has tag string/has tag string tag" +msgstr "" + +msgid "HasTagString::HasTagStringTag|Model" +msgstr "" + +msgid "HasTagString::HasTagStringTag|Name" +msgstr "" + +msgid "HasTagString::HasTagStringTag|Value" +msgstr "" + +msgid "Hello! You can make Freedom of Information requests within {{country_name}} at {{link_to_website}}" +msgstr "" + +msgid "Hello, {{username}}!" +msgstr "" + +msgid "Help" +msgstr "" + +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 "" + +msgid "Here is the message you wrote, in case you would like to copy the text and save it for later." +msgstr "" + +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 "" + +msgid "Hide request" +msgstr "" + +msgid "Holiday" +msgstr "" + +msgid "Holiday|Day" +msgstr "" + +msgid "Holiday|Description" +msgstr "" + +msgid "Home" +msgstr "" + +msgid "Home page" +msgstr "" + +msgid "Home page of authority" +msgstr "" + +msgid "However, you have the right to request environmental\\n information under a different law" +msgstr "" + +msgid "Human health and safety" +msgstr "" + +msgid "I am asking for <strong>new information</strong>" +msgstr "" + +msgid "I am requesting an <strong>internal review</strong>" +msgstr "" + +msgid "I am writing to request an internal review of {{public_body_name}}'s handling of my FOI request '{{info_request_title}}'." +msgstr "" + +msgid "I don't like these ones — give me some more!" +msgstr "" + +msgid "I don't want to do any more tidying now!" +msgstr "" + +msgid "I like this request" +msgstr "" + +msgid "I would like to <strong>withdraw this request</strong>" +msgstr "" + +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 "" + +msgid "I'm waiting for an <strong>internal review</strong> response" +msgstr "" + +msgid "I've been asked to <strong>clarify</strong> my request" +msgstr "" + +msgid "I've received <strong>all the information" +msgstr "" + +msgid "I've received <strong>some of the information</strong>" +msgstr "" + +msgid "I've received an <strong>error message</strong>" +msgstr "" + +msgid "I've received an error message" +msgstr "" + +msgid "Id" +msgstr "" + +msgid "If the address is wrong, or you know a better address, please <a href=\"{{url}}\">contact us</a>." +msgstr "" + +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 "" + +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 "" + +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 "" + +msgid "If you are still having trouble, please <a href=\"{{url}}\">contact us</a>." +msgstr "" + +msgid "If you are the requester, then you may <a href=\"{{url}}\">sign in</a> to view the request." +msgstr "" + +msgid "If you are thinking of using a pseudonym,\\n please <a href=\"{{url}}\">read this first</a>." +msgstr "" + +msgid "If you are {{user_link}}, please" +msgstr "" + +msgid "If you believe this request is not suitable, you can report it for attention by the site administrators" +msgstr "" + +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 "" + +msgid "If you can, scan in or photograph the response, and <strong>send us\\n a copy to upload</strong>." +msgstr "" + +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 "" + +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 "" + +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 "" + +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 "" + +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 "" + +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 "" + +msgid "If you're new to {{site_name}}" +msgstr "" + +msgid "If you've used {{site_name}} before" +msgstr "" + +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 "" + +msgid "Incoming email address" +msgstr "" + +msgid "Incoming message" +msgstr "" + +msgid "IncomingMessage|Cached attachment text clipped" +msgstr "" + +msgid "IncomingMessage|Cached main body text folded" +msgstr "" + +msgid "IncomingMessage|Cached main body text unfolded" +msgstr "" + +msgid "IncomingMessage|Last parsed" +msgstr "" + +msgid "IncomingMessage|Mail from" +msgstr "" + +msgid "IncomingMessage|Mail from domain" +msgstr "" + +msgid "IncomingMessage|Sent at" +msgstr "" + +msgid "IncomingMessage|Subject" +msgstr "" + +msgid "IncomingMessage|Valid to reply to" +msgstr "" + +msgid "Individual requests" +msgstr "" + +msgid "Info request" +msgstr "" + +msgid "Info request event" +msgstr "" + +msgid "InfoRequestEvent|Calculated state" +msgstr "" + +msgid "InfoRequestEvent|Described state" +msgstr "" + +msgid "InfoRequestEvent|Event type" +msgstr "" + +msgid "InfoRequestEvent|Last described at" +msgstr "" + +msgid "InfoRequestEvent|Params yaml" +msgstr "" + +msgid "InfoRequestEvent|Prominence" +msgstr "" + +msgid "InfoRequest|Allow new responses from" +msgstr "" + +msgid "InfoRequest|Attention requested" +msgstr "" + +msgid "InfoRequest|Awaiting description" +msgstr "" + +msgid "InfoRequest|Comments allowed" +msgstr "" + +msgid "InfoRequest|Described state" +msgstr "" + +msgid "InfoRequest|External url" +msgstr "" + +msgid "InfoRequest|External user name" +msgstr "" + +msgid "InfoRequest|Handle rejected responses" +msgstr "" + +msgid "InfoRequest|Idhash" +msgstr "" + +msgid "InfoRequest|Law used" +msgstr "" + +msgid "InfoRequest|Prominence" +msgstr "" + +msgid "InfoRequest|Title" +msgstr "" + +msgid "InfoRequest|Url title" +msgstr "" + +msgid "Information not held." +msgstr "" + +msgid "Information on emissions and discharges (e.g. noise, energy,\\n radiation, waste materials)" +msgstr "" + +msgid "Internal review request" +msgstr "" + +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 "" + +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 "" + +msgid "Items matching the following conditions are currently displayed on your wall." +msgstr "" + +msgid "Items sent in last month" +msgstr "" + +msgid "Joined in" +msgstr "" + +msgid "Joined {{site_name}} in" +msgstr "" + +msgid "Just one more thing" +msgstr "" + +msgid "Keep it <strong>focused</strong>, you'll be more likely to get what you want (<a href=\"{{url}}\">why?</a>)." +msgstr "" + +msgid "Keywords" +msgstr "" + +msgid "Last authority viewed: " +msgstr "" + +msgid "Last request viewed: " +msgstr "" + +msgid "Let us know what you were doing when this message\\nappeared and your browser and operating system type and version." +msgstr "" + +msgid "Link to this" +msgstr "" + +msgid "List all" +msgstr "" + +msgid "List of all authorities (CSV)" +msgstr "" + +msgid "Listing FOI requests" +msgstr "" + +msgid "Listing public authorities" +msgstr "" + +msgid "Listing public authorities matching '{{query}}'" +msgstr "" + +msgid "Listing tracks" +msgstr "" + +msgid "Listing users" +msgstr "" + +msgid "Log in to download a zip file of {{info_request_title}}" +msgstr "" + +msgid "Log into the admin interface" +msgstr "" + +msgid "Long overdue." +msgstr "" + +msgid "Made between" +msgstr "" + +msgid "Mail server log" +msgstr "" + +msgid "Mail server log done" +msgstr "" + +msgid "MailServerLogDone|Filename" +msgstr "" + +msgid "MailServerLogDone|Last stat" +msgstr "" + +msgid "MailServerLog|Line" +msgstr "" + +msgid "MailServerLog|Order" +msgstr "" + +msgid "Make a new<br/>\\n <strong>Freedom <span>of</span><br/>\\n Information<br/>\\n request</strong>" +msgstr "" + +msgid "Make a request" +msgstr "" + +msgid "Make a request to this authority" +msgstr "" + +msgid "Make an {{law_used_short}} request to '{{public_body_name}}'" +msgstr "" + +msgid "Make and browse Freedom of Information (FOI) requests" +msgstr "" + +msgid "Make your own request" +msgstr "" + +msgid "Many requests" +msgstr "" + +msgid "Message" +msgstr "" + +msgid "Message sent using {{site_name}} contact form, " +msgstr "" + +msgid "Missing contact details for '" +msgstr "" + +msgid "More about this authority" +msgstr "" + +msgid "More requests..." +msgstr "" + +msgid "More similar requests" +msgstr "" + +msgid "More successful requests..." +msgstr "" + +msgid "My profile" +msgstr "" + +msgid "My request has been <strong>refused</strong>" +msgstr "" + +msgid "My requests" +msgstr "" + +msgid "My wall" +msgstr "" + +msgid "Name can't be blank" +msgstr "" + +msgid "Name is already taken" +msgstr "" + +msgid "New Freedom of Information requests" +msgstr "" + +msgid "New censor rule" +msgstr "" + +msgid "New e-mail:" +msgstr "" + +msgid "New email doesn't look like a valid address" +msgstr "" + +msgid "New password:" +msgstr "" + +msgid "New password: (again)" +msgstr "" + +msgid "New response to '{{title}}'" +msgstr "" + +msgid "New response to your FOI request - " +msgstr "" + +msgid "New response to your request" +msgstr "" + +msgid "New response to {{law_used_short}} request" +msgstr "" + +msgid "New updates for the request '{{request_title}}'" +msgstr "" + +msgid "Newest results first" +msgstr "" + +msgid "Next" +msgstr "" + +msgid "Next, crop your photo >>" +msgstr "" + +msgid "No requests of this sort yet." +msgstr "" + +msgid "No results found." +msgstr "" + +msgid "No similar requests found." +msgstr "" + +msgid "No tracked things found." +msgstr "" + +msgid "Nobody has made any Freedom of Information requests to {{public_body_name}} using this site yet." +msgstr "" + +msgid "None found." +msgstr "" + +msgid "None made." +msgstr "" + +msgid "Not a valid 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." +msgstr "" + +msgid "Now check your email!" +msgstr "" + +msgid "Now preview your annotation" +msgstr "" + +msgid "Now preview your follow up" +msgstr "" + +msgid "Now preview your message asking for an internal review" +msgstr "" + +msgid "OR remove the existing photo" +msgstr "" + +msgid "Offensive? Unsuitable?" +msgstr "" + +msgid "Oh no! Sorry to hear that your request was refused. Here is what to do now." +msgstr "" + +msgid "Old e-mail:" +msgstr "" + +msgid "Old email address isn't the same as the address of the account you are logged in with" +msgstr "" + +msgid "Old email doesn't look like a valid address" +msgstr "" + +msgid "On this page" +msgstr "" + +msgid "One FOI request found" +msgstr "" + +msgid "One person found" +msgstr "" + +msgid "One public authority found" +msgstr "" + +msgid "Only put in abbreviations which are really used, otherwise leave blank. Short or long name is used in the URL – don't worry about breaking URLs through renaming, as the history is used to redirect" +msgstr "" + +msgid "Only requests made using {{site_name}} are shown." +msgstr "" + +msgid "Only the authority can reply to this request, and I don't recognise the address this reply was sent from" +msgstr "" + +msgid "Only the authority can reply to this request, but there is no \"From\" address to check against" +msgstr "" + +msgid "Or search in their website for this information." +msgstr "" + +msgid "Original request sent" +msgstr "" + +msgid "Other:" +msgstr "" + +msgid "Outgoing message" +msgstr "" + +msgid "OutgoingMessage|Body" +msgstr "" + +msgid "OutgoingMessage|Last sent at" +msgstr "" + +msgid "OutgoingMessage|Message type" +msgstr "" + +msgid "OutgoingMessage|Status" +msgstr "" + +msgid "OutgoingMessage|What doing" +msgstr "" + +msgid "Partially successful." +msgstr "" + +msgid "Password is not correct" +msgstr "" + +msgid "Password:" +msgstr "" + +msgid "Password: (again)" +msgstr "" + +msgid "Paste this link into emails, tweets, and anywhere else:" +msgstr "" + +msgid "People" +msgstr "" + +msgid "People {{start_count}} to {{end_count}} of {{total_count}}" +msgstr "" + +msgid "Photo of you:" +msgstr "" + +msgid "Plans and administrative measures that affect these matters" +msgstr "" + +msgid "Play the request categorisation game" +msgstr "" + +msgid "Play the request categorisation game!" +msgstr "" + +msgid "Please" +msgstr "" + +msgid "Please <a href=\"{{url}}\">get in touch</a> with us so we can fix it." +msgstr "" + +msgid "Please <strong>answer the question above</strong> so we know whether the " +msgstr "" + +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 "" + +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 "" + +msgid "Please ask for environmental information only" +msgstr "" + +msgid "Please check the URL (i.e. the long code of letters and numbers) is copied\\ncorrectly from your email." +msgstr "" + +msgid "Please choose a file containing your photo." +msgstr "" + +msgid "Please choose a reason" +msgstr "" + +msgid "Please choose what sort of reply you are making." +msgstr "" + +msgid "Please choose whether or not you got some of the information that you wanted." +msgstr "" + +msgid "Please click on the link below to cancel or alter these emails." +msgstr "" + +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 "" + +msgid "Please click on the link below to confirm your email address." +msgstr "" + +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 "" + +msgid "Please don't upload offensive pictures. We will take down images\\n that we consider inappropriate." +msgstr "" + +msgid "Please enable \"cookies\" to carry on" +msgstr "" + +msgid "Please enter a password" +msgstr "" + +msgid "Please enter a subject" +msgstr "" + +msgid "Please enter a summary of your request" +msgstr "" + +msgid "Please enter a valid email address" +msgstr "" + +msgid "Please enter the message you want to send" +msgstr "" + +msgid "Please enter the same password twice" +msgstr "" + +msgid "Please enter your annotation" +msgstr "" + +msgid "Please enter your email address" +msgstr "" + +msgid "Please enter your follow up message" +msgstr "" + +msgid "Please enter your letter requesting information" +msgstr "" + +msgid "Please enter your name" +msgstr "" + +msgid "Please enter your name, not your email address, in the name field." +msgstr "" + +msgid "Please enter your new email address" +msgstr "" + +msgid "Please enter your old email address" +msgstr "" + +msgid "Please enter your password" +msgstr "" + +msgid "Please give details explaining why you want a review" +msgstr "" + +msgid "Please keep it shorter than 500 characters" +msgstr "" + +msgid "Please keep the summary short, like in the subject of an email. You can use a phrase, rather than a full sentence." +msgstr "" + +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 "" + +msgid "Please pass this on to the person who conducts Freedom of Information reviews." +msgstr "" + +msgid "Please select each of these requests in turn, and <strong>let everyone know</strong>\\nif they are successful yet or not." +msgstr "" + +msgid "Please sign at the bottom with your name, or alter the \"{{signoff}}\" signature" +msgstr "" + +msgid "Please sign in as " +msgstr "" + +msgid "Please sign in or make a new account." +msgstr "" + +msgid "Please type a message and/or choose a file containing your response." +msgstr "" + +msgid "Please use this email address for all replies to this request:" +msgstr "" + +msgid "Please write a summary with some text in it" +msgstr "" + +msgid "Please write the summary using a mixture of capital and lower case letters. This makes it easier for others to read." +msgstr "" + +msgid "Please write your annotation using a mixture of capital and lower case letters. This makes it easier for others to read." +msgstr "" + +msgid "Please write your follow up message containing the necessary clarifications below." +msgstr "" + +msgid "Please write your message using a mixture of capital and lower case letters. This makes it easier for others to read." +msgstr "" + +msgid "Point to <strong>related information</strong>, campaigns or forums which may be useful." +msgstr "" + +msgid "Possibly related requests:" +msgstr "" + +msgid "Post annotation" +msgstr "" + +msgid "Post redirect" +msgstr "" + +msgid "PostRedirect|Circumstance" +msgstr "" + +msgid "PostRedirect|Email token" +msgstr "" + +msgid "PostRedirect|Post params yaml" +msgstr "" + +msgid "PostRedirect|Reason params yaml" +msgstr "" + +msgid "PostRedirect|Token" +msgstr "" + +msgid "PostRedirect|Uri" +msgstr "" + +msgid "Posted on {{date}} by {{author}}" +msgstr "" + +msgid "Powered by <a href=\"http://www.alaveteli.org/\">Alaveteli</a>" +msgstr "" + +msgid "Prev" +msgstr "" + +msgid "Preview follow up to '" +msgstr "" + +msgid "Preview new annotation on '{{info_request_title}}'" +msgstr "" + +msgid "Preview your annotation" +msgstr "" + +msgid "Preview your message" +msgstr "" + +msgid "Preview your public request" +msgstr "" + +msgid "Profile photo" +msgstr "" + +msgid "ProfilePhoto|Data" +msgstr "" + +msgid "ProfilePhoto|Draft" +msgstr "" + +msgid "Public authorities" +msgstr "" + +msgid "Public authorities - {{description}}" +msgstr "" + +msgid "Public authorities {{start_count}} to {{end_count}} of {{total_count}}" +msgstr "" + +msgid "Public authority – {{name}}" +msgstr "" + +msgid "Public body" +msgstr "" + +msgid "Public notes" +msgstr "" + +msgid "Public page" +msgstr "" + +msgid "Public page not available" +msgstr "" + +msgid "PublicBody|Api key" +msgstr "" + +msgid "PublicBody|Disclosure log" +msgstr "" + +msgid "PublicBody|First letter" +msgstr "" + +msgid "PublicBody|Home page" +msgstr "" + +msgid "PublicBody|Info requests count" +msgstr "" + +msgid "PublicBody|Last edit comment" +msgstr "" + +msgid "PublicBody|Last edit editor" +msgstr "" + +msgid "PublicBody|Name" +msgstr "" + +msgid "PublicBody|Notes" +msgstr "" + +msgid "PublicBody|Publication scheme" +msgstr "" + +msgid "PublicBody|Request email" +msgstr "" + +msgid "PublicBody|Short name" +msgstr "" + +msgid "PublicBody|Url name" +msgstr "" + +msgid "PublicBody|Version" +msgstr "" + +msgid "Publication scheme" +msgstr "" + +msgid "Publication scheme URL" +msgstr "" + +msgid "Purge request" +msgstr "" + +msgid "PurgeRequest|Model" +msgstr "" + +msgid "PurgeRequest|Url" +msgstr "" + +msgid "RSS feed" +msgstr "" + +msgid "RSS feed of updates" +msgstr "" + +msgid "Re-edit this annotation" +msgstr "" + +msgid "Re-edit this message" +msgstr "" + +msgid "Read about <a href=\"{{advanced_search_url}}\">advanced search operators</a>, such as proximity and wildcards." +msgstr "" + +msgid "Read blog" +msgstr "" + +msgid "Received an error message, such as delivery failure." +msgstr "" + +msgid "Recently described results first" +msgstr "" + +msgid "Refused." +msgstr "" + +msgid "Remember me</label> (keeps you signed in longer;\\n do not use on a public computer) " +msgstr "" + +msgid "Report abuse" +msgstr "" + +msgid "Report an offensive or unsuitable request" +msgstr "" + +msgid "Report request" +msgstr "" + +msgid "Report this request" +msgstr "" + +msgid "Reported for administrator attention." +msgstr "" + +msgid "Request an internal review" +msgstr "" + +msgid "Request an internal review from {{person_or_body}}" +msgstr "" + +msgid "Request email" +msgstr "" + +msgid "Request has been removed" +msgstr "" + +msgid "Request sent to {{public_body_name}} by {{info_request_user}} on {{date}}." +msgstr "" + +msgid "Request to {{public_body_name}} by {{info_request_user}}. Annotated by {{event_comment_user}} on {{date}}." +msgstr "" + +msgid "Requested from {{public_body_name}} by {{info_request_user}} on {{date}}" +msgstr "" + +msgid "Requested on {{date}}" +msgstr "" + +msgid "Requests for personal information and vexatious requests are not considered valid for FOI purposes (<a href=\"/help/about\">read more</a>)." +msgstr "" + +msgid "Requests or responses matching your saved search" +msgstr "" + +msgid "Respond by email" +msgstr "" + +msgid "Respond to request" +msgstr "" + +msgid "Respond to the FOI request" +msgstr "" + +msgid "Respond using the web" +msgstr "" + +msgid "Response" +msgstr "" + +msgid "Response from a public authority" +msgstr "" + +msgid "Response to '{{title}}'" +msgstr "" + +msgid "Response to this request is <strong>delayed</strong>." +msgstr "" + +msgid "Response to this request is <strong>long overdue</strong>." +msgstr "" + +msgid "Response to your request" +msgstr "" + +msgid "Response:" +msgstr "" + +msgid "Restrict to" +msgstr "" + +msgid "Results page {{page_number}}" +msgstr "" + +msgid "Save" +msgstr "" + +msgid "Search" +msgstr "" + +msgid "Search Freedom of Information requests, public authorities and users" +msgstr "" + +msgid "Search contributions by this person" +msgstr "" + +msgid "Search for words in:" +msgstr "" + +msgid "Search in" +msgstr "" + +msgid "Search over<br/>\\n <strong>{{number_of_requests}} requests</strong> <span>and</span><br/>\\n <strong>{{number_of_authorities}} authorities</strong>" +msgstr "" + +msgid "Search queries" +msgstr "" + +msgid "Search results" +msgstr "" + +msgid "Search the site to find what you were looking for." +msgstr "" + +msgid "Search within the {{count}} Freedom of Information requests to {{public_body_name}}" +msgid_plural "Search within the {{count}} Freedom of Information requests made to {{public_body_name}}" +msgstr[0] "" + +msgid "Search your contributions" +msgstr "" + +msgid "See bounce message" +msgstr "" + +msgid "Select one to see more information about the authority." +msgstr "" + +msgid "Select the authority to write to" +msgstr "" + +msgid "Send a followup" +msgstr "" + +msgid "Send a message to " +msgstr "" + +msgid "Send a public follow up message to {{person_or_body}}" +msgstr "" + +msgid "Send a public reply to {{person_or_body}}" +msgstr "" + +msgid "Send follow up to '{{title}}'" +msgstr "" + +msgid "Send message" +msgstr "" + +msgid "Send message to " +msgstr "" + +msgid "Send request" +msgstr "" + +msgid "Set your profile photo" +msgstr "" + +msgid "Short name" +msgstr "" + +msgid "Short name is already taken" +msgstr "" + +msgid "Show most relevant results first" +msgstr "" + +msgid "Show only..." +msgstr "" + +msgid "Showing" +msgstr "" + +msgid "Sign in" +msgstr "" + +msgid "Sign in or make a new account" +msgstr "" + +msgid "Sign in or sign up" +msgstr "" + +msgid "Sign out" +msgstr "" + +msgid "Sign up" +msgstr "" + +msgid "Similar requests" +msgstr "" + +msgid "Simple search" +msgstr "" + +msgid "Some notes have been added to your FOI request - " +msgstr "" + +msgid "Some of the information requested has been received" +msgstr "" + +msgid "Some people who've made requests haven't let us know whether they were\\nsuccessful or not. We need <strong>your</strong> help –\\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 "" + +msgid "Somebody added a note to your FOI request - " +msgstr "" + +msgid "Someone has updated the status of your request" +msgstr "" + +msgid "Someone, perhaps you, just tried to change their email address on\\n{{site_name}} from {{old_email}} to {{new_email}}." +msgstr "" + +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 "" + +msgid "Sorry, but only {{user_name}} is allowed to do that." +msgstr "" + +msgid "Sorry, there was a problem processing this page" +msgstr "" + +msgid "Sorry, we couldn't find that page" +msgstr "" + +msgid "Special note for this authority!" +msgstr "" + +msgid "Start now »" +msgstr "" + +msgid "Start your own blog" +msgstr "" + +msgid "Stay up to date" +msgstr "" + +msgid "Still awaiting an <strong>internal review</strong>" +msgstr "" + +msgid "Subject" +msgstr "" + +msgid "Subject:" +msgstr "" + +msgid "Submit" +msgstr "" + +msgid "Submit status" +msgstr "" + +msgid "Submit status and send message" +msgstr "" + +msgid "Subscribe to blog" +msgstr "" + +msgid "Successful Freedom of Information requests" +msgstr "" + +msgid "Successful." +msgstr "" + +msgid "Suggest how the requester can find the <strong>rest of the information</strong>." +msgstr "" + +msgid "Summary:" +msgstr "" + +msgid "Table of statuses" +msgstr "" + +msgid "Table of varieties" +msgstr "" + +msgid "Tags" +msgstr "" + +msgid "Tags (separated by a space):" +msgstr "" + +msgid "Tags:" +msgstr "" + +msgid "Technical details" +msgstr "" + +msgid "Thank you for helping us keep the site tidy!" +msgstr "" + +msgid "Thank you for making an annotation!" +msgstr "" + +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 "" + +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 "" + +msgid "Thank you for updating this request!" +msgstr "" + +msgid "Thank you for updating your profile photo" +msgstr "" + +msgid "Thank you! We'll look into what happened and try and fix it up." +msgstr "" + +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 "" + +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 "" + +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 "" + +msgid "That doesn't look like a valid email address. Please check you have typed it correctly." +msgstr "" + +msgid "The <strong>review has finished</strong> and overall:" +msgstr "" + +msgid "The Freedom of Information Act <strong>does not apply</strong> to" +msgstr "" + +msgid "The accounts have been left as they previously were." +msgstr "" + +msgid "The authority do <strong>not have</strong> the information <small>(maybe they say who does)" +msgstr "" + +msgid "The authority only has a <strong>paper copy</strong> of the information." +msgstr "" + +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 "" + +msgid "The authority would like to / has <strong>responded by post</strong> to this request." +msgstr "" + +msgid "The email that you, on behalf of {{public_body}}, sent to\\n{{user}} to reply to an {{law_used_short}}\\nrequest has not been delivered." +msgstr "" + +msgid "The page doesn't exist. Things you can try now:" +msgstr "" + +msgid "The public authority does not have the information requested" +msgstr "" + +msgid "The public authority would like part of the request explained" +msgstr "" + +msgid "The public authority would like to / has responded by post" +msgstr "" + +msgid "The request has been <strong>refused</strong>" +msgstr "" + +msgid "The request has been updated since you originally loaded this page. Please check for any new incoming messages below, and try again." +msgstr "" + +msgid "The request is <strong>waiting for clarification</strong>." +msgstr "" + +msgid "The request was <strong>partially successful</strong>." +msgstr "" + +msgid "The request was <strong>refused</strong> by" +msgstr "" + +msgid "The request was <strong>successful</strong>." +msgstr "" + +msgid "The request was refused by the public authority" +msgstr "" + +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 "" + +msgid "The requester has abandoned this request for some reason" +msgstr "" + +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 "" + +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 "" + +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 "" + +msgid "The search index is currently offline, so we can't show the Freedom of Information requests this person has made." +msgstr "" + +msgid "The {{site_name}} team." +msgstr "" + +msgid "Then you can cancel the alert." +msgstr "" + +msgid "Then you can cancel the alerts." +msgstr "" + +msgid "Then you can change your email address used on {{site_name}}" +msgstr "" + +msgid "Then you can change your password on {{site_name}}" +msgstr "" + +msgid "Then you can classify the FOI response you have got from " +msgstr "" + +msgid "Then you can download a zip file of {{info_request_title}}." +msgstr "" + +msgid "Then you can log into the administrative interface" +msgstr "" + +msgid "Then you can play the request categorisation game." +msgstr "" + +msgid "Then you can report the request '{{title}}'" +msgstr "" + +msgid "Then you can send a message to " +msgstr "" + +msgid "Then you can sign in to {{site_name}}" +msgstr "" + +msgid "Then you can update the status of your request to " +msgstr "" + +msgid "Then you can upload an FOI response. " +msgstr "" + +msgid "Then you can write follow up message to " +msgstr "" + +msgid "Then you can write your reply to " +msgstr "" + +msgid "Then you will be following all new FOI requests." +msgstr "" + +msgid "Then you will be notified whenever '{{user_name}}' requests something or gets a response." +msgstr "" + +msgid "Then you will be notified whenever a new request or response matches your search." +msgstr "" + +msgid "Then you will be notified whenever an FOI request succeeds." +msgstr "" + +msgid "Then you will be notified whenever someone requests something or gets a response from '{{public_body_name}}'." +msgstr "" + +msgid "Then you will be updated whenever the request '{{request_title}}' is updated." +msgstr "" + +msgid "Then you'll be allowed to send FOI requests." +msgstr "" + +msgid "Then your FOI request to {{public_body_name}} will be sent." +msgstr "" + +msgid "Then your annotation to {{info_request_title}} will be posted." +msgstr "" + +msgid "There are {{count}} new annotations on your {{info_request}} request. Follow this link to see what they wrote." +msgstr "" + +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 "" + +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 "" + +msgid "There is {{count}} person following this request" +msgid_plural "There are {{count}} people following this request" +msgstr[0] "" + +msgid "There was a <strong>delivery error</strong> or similar, which needs fixing by the {{site_name}} team." +msgstr "" + +msgid "There was an error with the words you entered, please try again." +msgstr "" + +msgid "There were no requests matching your query." +msgstr "" + +msgid "There were no results matching your query." +msgstr "" + +msgid "They are going to reply <strong>by post</strong>" +msgstr "" + +msgid "They do <strong>not have</strong> the information <small>(maybe they say who does)</small>" +msgstr "" + +msgid "They have been given the following explanation:" +msgstr "" + +msgid "They have not replied to your {{law_used_short}} request {{title}} promptly, as normally required by law" +msgstr "" + +msgid "They have not replied to your {{law_used_short}} request {{title}}, \\nas required by law" +msgstr "" + +msgid "Things to do with this request" +msgstr "" + +msgid "Things you're following" +msgstr "" + +msgid "This authority no longer exists, so you cannot make a request to it." +msgstr "" + +msgid "This comment has been hidden. See annotations to\\n find out why. If you are the requester, then you may <a href=\"{{url}}\">sign in</a> to view the response." +msgstr "" + +msgid "This covers a very wide spectrum of information about the state of\\n the <strong>natural and built environment</strong>, such as:" +msgstr "" + +msgid "This external request has been hidden" +msgstr "" + +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 "" + +msgid "This is an HTML version of an attachment to the Freedom of Information request" +msgstr "" + +msgid "This is because {{title}} is an old request that has been\\nmarked to no longer receive responses." +msgstr "" + +msgid "This is the first version." +msgstr "" + +msgid "This is your own request, so you will be automatically emailed when new responses arrive." +msgstr "" + +msgid "This outgoing message has been hidden. See annotations to\\n\t\t\t\t\t\tfind out why. If you are the requester, then you may <a href=\"{{url}}\">sign in</a> to view the response." +msgstr "" + +msgid "This particular request is finished:" +msgstr "" + +msgid "This person has made no Freedom of Information requests using this site." +msgstr "" + +msgid "This person's annotations" +msgstr "" + +msgid "This person's {{count}} Freedom of Information request" +msgid_plural "This person's {{count}} Freedom of Information requests" +msgstr[0] "" + +msgid "This person's {{count}} annotation" +msgid_plural "This person's {{count}} annotations" +msgstr[0] "" + +msgid "This request <strong>requires administrator attention</strong>" +msgstr "" + +msgid "This request has already been reported for administrator attention" +msgstr "" + +msgid "This request has an <strong>unknown status</strong>." +msgstr "" + +msgid "This request has been <strong>hidden</strong> from the site, because an administrator considers it not to be an FOI request" +msgstr "" + +msgid "This request has been <strong>hidden</strong> from the site, because an administrator considers it vexatious" +msgstr "" + +msgid "This request has been <strong>reported</strong> as needing administrator attention (perhaps because it is vexatious, or a request for personal information)" +msgstr "" + +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 "" + +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 "" + +msgid "This request has been reported for administrator attention" +msgstr "" + +msgid "This request has been set by an administrator to \"allow new responses from nobody\"" +msgstr "" + +msgid "This request has had an unusual response, and <strong>requires attention</strong> from the {{site_name}} team." +msgstr "" + +msgid "This request has prominence 'hidden'. You can only see it because you are logged\\n in as a super user." +msgstr "" + +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 "" + +msgid "This request is still in progress:" +msgstr "" + +msgid "This request requires administrator attention" +msgstr "" + +msgid "This request was not made via {{site_name}}" +msgstr "" + +msgid "This response has been hidden. See annotations to find out why.\\n If you are the requester, then you may <a href=\"{{url}}\">sign in</a> to view the response." +msgstr "" + +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 "" + +msgid "This user has been banned from {{site_name}} " +msgstr "" + +msgid "This was not possible because there is already an account using \\nthe email address {{email}}." +msgstr "" + +msgid "To cancel these alerts" +msgstr "" + +msgid "To cancel this alert" +msgstr "" + +msgid "To carry on, you need to sign in or make an account. Unfortunately, there\\nwas a technical problem trying to do this." +msgstr "" + +msgid "To change your email address used on {{site_name}}" +msgstr "" + +msgid "To classify the response to this FOI request" +msgstr "" + +msgid "To do that please send a private email to " +msgstr "" + +msgid "To do this, first click on the link below." +msgstr "" + +msgid "To download the zip file" +msgstr "" + +msgid "To follow all successful requests" +msgstr "" + +msgid "To follow new requests" +msgstr "" + +msgid "To follow requests and responses matching your search" +msgstr "" + +msgid "To follow requests by '{{user_name}}'" +msgstr "" + +msgid "To follow requests made using {{site_name}} to the public authority '{{public_body_name}}'" +msgstr "" + +msgid "To follow the request '{{request_title}}'" +msgstr "" + +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 "" + +msgid "To let everyone know, follow this link and then select the appropriate box." +msgstr "" + +msgid "To log into the administrative interface" +msgstr "" + +msgid "To play the request categorisation game" +msgstr "" + +msgid "To post your annotation" +msgstr "" + +msgid "To reply to " +msgstr "" + +msgid "To report this request" +msgstr "" + +msgid "To send a follow up message to " +msgstr "" + +msgid "To send a message to " +msgstr "" + +msgid "To send your FOI request" +msgstr "" + +msgid "To update the status of this FOI request" +msgstr "" + +msgid "To upload a response, you must be logged in using an email address from " +msgstr "" + +msgid "To use the advanced search, combine phrases and labels as described in the search tips below." +msgstr "" + +msgid "To view the email address that we use to send FOI requests to {{public_body_name}}, please enter these words." +msgstr "" + +msgid "To view the response, click on the link below." +msgstr "" + +msgid "To {{public_body_link_absolute}}" +msgstr "" + +msgid "To:" +msgstr "" + +msgid "Today" +msgstr "" + +msgid "Too many requests" +msgstr "" + +msgid "Top search results:" +msgstr "" + +msgid "Track thing" +msgstr "" + +msgid "Track this person" +msgstr "" + +msgid "Track this search" +msgstr "" + +msgid "TrackThing|Track medium" +msgstr "" + +msgid "TrackThing|Track query" +msgstr "" + +msgid "TrackThing|Track type" +msgstr "" + +msgid "Turn off email alerts" +msgstr "" + +msgid "Tweet this request" +msgstr "" + +msgid "Type <strong><code>01/01/2008..14/01/2008</code></strong> to only show things that happened in the first two weeks of January." +msgstr "" + +msgid "URL name can't be blank" +msgstr "" + +msgid "Unable to change email address on {{site_name}}" +msgstr "" + +msgid "Unable to send a reply to {{username}}" +msgstr "" + +msgid "Unable to send follow up message to {{username}}" +msgstr "" + +msgid "Unexpected search result type" +msgstr "" + +msgid "Unexpected search result type " +msgstr "" + +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 "" + +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 "Update the status of this request" +msgstr "" + +msgid "Update the status of your request to " +msgstr "" + +msgid "Upload FOI response" +msgstr "" + +msgid "Use OR (in capital letters) where you don't mind which word, e.g. <strong><code>commons OR lords</code></strong>" +msgstr "" + +msgid "Use quotes when you want to find an exact phrase, e.g. <strong><code>\"Liverpool City Council\"</code></strong>" +msgstr "" + +msgid "User" +msgstr "" + +msgid "User info request sent alert" +msgstr "" + +msgid "User – {{name}}" +msgstr "" + +msgid "UserInfoRequestSentAlert|Alert type" +msgstr "" + +msgid "User|About me" +msgstr "" + +msgid "User|Address" +msgstr "" + +msgid "User|Admin level" +msgstr "" + +msgid "User|Ban text" +msgstr "" + +msgid "User|Dob" +msgstr "" + +msgid "User|Email" +msgstr "" + +msgid "User|Email bounce message" +msgstr "" + +msgid "User|Email bounced at" +msgstr "" + +msgid "User|Email confirmed" +msgstr "" + +msgid "User|Hashed password" +msgstr "" + +msgid "User|Last daily track email" +msgstr "" + +msgid "User|Locale" +msgstr "" + +msgid "User|Name" +msgstr "" + +msgid "User|No limit" +msgstr "" + +msgid "User|Receive email alerts" +msgstr "" + +msgid "User|Salt" +msgstr "" + +msgid "User|Url name" +msgstr "" + +msgid "Version {{version}}" +msgstr "" + +msgid "View FOI email address" +msgstr "" + +msgid "View FOI email address for '{{public_body_name}}'" +msgstr "" + +msgid "View FOI email address for {{public_body_name}}" +msgstr "" + +msgid "View Freedom of Information requests made by {{user_name}}:" +msgstr "" + +msgid "View and search requests" +msgstr "" + +msgid "View authorities" +msgstr "" + +msgid "View email" +msgstr "" + +msgid "View requests" +msgstr "" + +msgid "Waiting clarification." +msgstr "" + +msgid "Waiting for an <strong>internal review</strong> by {{public_body_link}} of their handling of this request." +msgstr "" + +msgid "Waiting for the public authority to complete an internal review of their handling of the request" +msgstr "" + +msgid "Waiting for the public authority to reply" +msgstr "" + +msgid "Was the response you got to your FOI request any good?" +msgstr "" + +msgid "We consider it is not a valid FOI request, and have therefore hidden it from other users." +msgstr "" + +msgid "We consider it to be vexatious, and have therefore hidden it from other users." +msgstr "" + +msgid "We do not have a working request email address for this authority." +msgstr "" + +msgid "We do not have a working {{law_used_full}} address for {{public_body_name}}." +msgstr "" + +msgid "We don't know whether the most recent response to this request contains\\n information or not\\n –\\n\tif you are {{user_link}} please <a href=\"{{url}}\">sign in</a> and let everyone know." +msgstr "" + +msgid "We will not reveal your email address to anybody unless you or\\n the law tell us to (<a href=\"{{url}}\">details</a>). " +msgstr "" + +msgid "We will not reveal your email address to anybody unless you\\nor the law tell us to." +msgstr "" + +msgid "We will not reveal your email addresses to anybody unless you\\nor the law tell us to." +msgstr "" + +msgid "We're waiting for" +msgstr "" + +msgid "We're waiting for someone to read" +msgstr "" + +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 "" + +msgid "We've sent you an email, and you'll need to click the link in it before you can\\ncontinue." +msgstr "" + +msgid "We've sent you an email, click the link in it, then you can change your password." +msgstr "" + +msgid "What are you doing?" +msgstr "" + +msgid "What best describes the status of this request now?" +msgstr "" + +msgid "What information has been released?" +msgstr "" + +msgid "What information has been requested?" +msgstr "" + +msgid "When you get there, please update the status to say if the response \\ncontains any useful information." +msgstr "" + +msgid "When you receive the paper response, please help\\n others find out what it says:" +msgstr "" + +msgid "When you're done, <strong>come back here</strong>, <a href=\"{{url}}\">reload this page</a> and file your new request." +msgstr "" + +msgid "Which of these is happening?" +msgstr "" + +msgid "Who can I request information from?" +msgstr "" + +msgid "Withdrawn by the requester." +msgstr "" + +msgid "Wk" +msgstr "" + +msgid "Would you like to see a website like this in your country?" +msgstr "" + +msgid "Write a reply" +msgstr "" + +msgid "Write a reply to " +msgstr "" + +msgid "Write your FOI follow up message to " +msgstr "" + +msgid "Write your request in <strong>simple, precise language</strong>." +msgstr "" + +msgid "You" +msgstr "" + +msgid "You are already following new requests" +msgstr "" + +msgid "You are already following requests to {{public_body_name}}" +msgstr "" + +msgid "You are already following things matching this search" +msgstr "" + +msgid "You are already following this person" +msgstr "" + +msgid "You are already following this request" +msgstr "" + +msgid "You are already following updates about {{track_description}}" +msgstr "" + +msgid "You are currently receiving notification of new activity on your wall by email." +msgstr "" + +msgid "You are following all new successful responses" +msgstr "" + +msgid "You are no longer following {{track_description}}." +msgstr "" + +msgid "You are now <a href=\"{{wall_url_user}}\">following</a> updates about {{track_description}}" +msgstr "" + +msgid "You can <strong>complain</strong> by" +msgstr "" + +msgid "You can change the requests and users you are following on <a href=\"{{profile_url}}\">your profile page</a>." +msgstr "" + +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 "" + +msgid "You can only request information about the environment from this authority." +msgstr "" + +msgid "You have a new response to the {{law_used_full}} request " +msgstr "" + +msgid "You have found a bug. Please <a href=\"{{contact_url}}\">contact us</a> to tell us about the problem" +msgstr "" + +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 "" + +msgid "You have made no Freedom of Information requests using this site." +msgstr "" + +msgid "You have now changed the text about you on your profile." +msgstr "" + +msgid "You have now changed your email address used on {{site_name}}" +msgstr "" + +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 "" + +msgid "You know what caused the error, and can <strong>suggest a solution</strong>, such as a working email address." +msgstr "" + +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 "" + +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 "" + +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 "" + +msgid "You need to be logged in to change the text about you on your profile." +msgstr "" + +msgid "You need to be logged in to change your profile photo." +msgstr "" + +msgid "You need to be logged in to clear your profile photo." +msgstr "" + +msgid "You need to be logged in to edit your profile." +msgstr "" + +msgid "You need to be logged in to report a request for administrator attention" +msgstr "" + +msgid "You previously submitted that exact follow up message for this request." +msgstr "" + +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 "" + +msgid "You want to <strong>give your postal address</strong> to the authority in private." +msgstr "" + +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 "" + +msgid "You will no longer be emailed updates for those alerts" +msgstr "" + +msgid "You will now be emailed updates about {{track_description}}. <a href=\"{{change_email_alerts_url}}\">Prefer not to receive emails?</a>" +msgstr "" + +msgid "You will only get an answer to your request if you follow up\\nwith the clarification." +msgstr "" + +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 "" + +msgid "You're in. <a href=\"#\" id=\"send-request\">Continue sending your request</a>" +msgstr "" + +msgid "You're long overdue a response to your FOI request - " +msgstr "" + +msgid "You're not following anything." +msgstr "" + +msgid "You've now cleared your profile photo" +msgstr "" + +msgid "Your <strong>name will appear publicly</strong>\\n (<a href=\"{{why_url}}\">why?</a>)\\n on this website and in search engines. If you\\n are thinking of using a pseudonym, please\\n <a href=\"{{help_url}}\">read this first</a>." +msgstr "" + +msgid "Your annotations" +msgstr "" + +msgid "Your details, including your email address, have not been given to anyone." +msgstr "" + +msgid "Your e-mail:" +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 "" + +msgid "Your follow up message has been sent on its way." +msgstr "" + +msgid "Your internal review request has been sent on its way." +msgstr "" + +msgid "Your message has been sent. Thank you for getting in touch! We'll get back to you soon." +msgstr "" + +msgid "Your message to {{recipient_user_name}} has been sent" +msgstr "" + +msgid "Your message to {{recipient_user_name}} has been sent!" +msgstr "" + +msgid "Your message will appear in <strong>search engines</strong>" +msgstr "" + +msgid "Your name and annotation will appear in <strong>search engines</strong>." +msgstr "" + +msgid "Your name, request and any responses will appear in <strong>search engines</strong>\\n (<a href=\"{{url}}\">details</a>)." +msgstr "" + +msgid "Your name:" +msgstr "" + +msgid "Your original message is attached." +msgstr "" + +msgid "Your password has been changed." +msgstr "" + +msgid "Your password:" +msgstr "" + +msgid "Your photo will be shown in public <strong>on the Internet</strong>,\\n wherever you do something on {{site_name}}." +msgstr "" + +msgid "Your request '{{request}}' at {{url}} has been reviewed by moderators." +msgstr "" + +msgid "Your request on {{site_name}} hidden" +msgstr "" + +msgid "Your request was called {{info_request}}. Letting everyone know whether you got the information will help us keep tabs on" +msgstr "" + +msgid "Your request:" +msgstr "" + +msgid "Your response to an FOI request was not delivered" +msgstr "" + +msgid "Your response will <strong>appear on the Internet</strong>, <a href=\"{{url}}\">read why</a> and answers to other questions." +msgstr "" + +msgid "Your thoughts on what the {{site_name}} <strong>administrators</strong> should do about the request." +msgstr "" + +msgid "Your {{count}} Freedom of Information request" +msgid_plural "Your {{count}} Freedom of Information requests" +msgstr[0] "" + +msgid "Your {{count}} annotation" +msgid_plural "Your {{count}} annotations" +msgstr[0] "" + +msgid "Your {{site_name}} email alert" +msgstr "" + +msgid "Yours faithfully," +msgstr "" + +msgid "Yours sincerely," +msgstr "" + +msgid "Yours," +msgstr "" + +msgid "[FOI #{{request}} email]" +msgstr "" + +msgid "[{{public_body}} request email]" +msgstr "" + +msgid "[{{site_name}} contact email]" +msgstr "" + +msgid "\\n\\n[ {{site_name}} note: The above text was badly encoded, and has had strange characters removed. ]" +msgstr "" + +msgid "a one line summary of the information you are requesting, \\n\t\t\te.g." +msgstr "" + +msgid "admin" +msgstr "" + +msgid "alaveteli_foi:The software that runs {{site_name}}" +msgstr "" + +msgid "all requests" +msgstr "" + +msgid "also called {{public_body_short_name}}" +msgstr "" + +msgid "an anonymous user" +msgstr "" + +msgid "and" +msgstr "" + +msgid "and update the status accordingly. Perhaps <strong>you</strong> might like to help out by doing that?" +msgstr "" + +msgid "and update the status." +msgstr "" + +msgid "and we'll suggest <strong>what to do next</strong>" +msgstr "" + +msgid "any <a href=\"/list\">new requests</a>" +msgstr "" + +msgid "any <a href=\"/list/successful\">successful requests</a>" +msgstr "" + +msgid "anything" +msgstr "" + +msgid "are long overdue." +msgstr "" + +msgid "at" +msgstr "" + +msgid "authorities" +msgstr "" + +msgid "awaiting a response" +msgstr "" + +msgid "beginning with ‘{{first_letter}}’" +msgstr "" + +msgid "between two dates" +msgstr "" + +msgid "but followupable" +msgstr "" + +msgid "by" +msgstr "" + +msgid "by <strong>{{date}}</strong>" +msgstr "" + +msgid "by {{public_body_name}} to {{info_request_user}} on {{date}}." +msgstr "" + +msgid "by {{user_link_absolute}}" +msgstr "" + +msgid "comments" +msgstr "" + +msgid "containing your postal address, and asking them to reply to this request.\\n Or you could phone them." +msgstr "" + +msgid "details" +msgstr "" + +msgid "display_status only works for incoming and outgoing messages right now" +msgstr "" + +msgid "during term time" +msgstr "" + +msgid "edit text about you" +msgstr "" + +msgid "even during holidays" +msgstr "" + +msgid "everything" +msgstr "" + +msgid "external" +msgstr "" + +msgid "has reported an" +msgstr "" + +msgid "have delayed." +msgstr "" + +msgid "hide quoted sections" +msgstr "" + +msgid "in term time" +msgstr "" + +msgid "in the category ‘{{category_name}}’" +msgstr "" + +msgid "internal error" +msgstr "" + +msgid "internal reviews" +msgstr "" + +msgid "is <strong>waiting for your clarification</strong>." +msgstr "" + +msgid "just to see how it works" +msgstr "" + +msgid "left an annotation" +msgstr "" + +msgid "made." +msgstr "" + +msgid "matching the tag ‘{{tag_name}}’" +msgstr "" + +msgid "messages from authorities" +msgstr "" + +msgid "messages from users" +msgstr "" + +msgid "move..." +msgstr "" + +msgid "no later than" +msgstr "" + +msgid "no longer exists. If you are trying to make\\n 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 "normally" +msgstr "" + +msgid "not requestable due to: {{reason}}" +msgstr "" + +msgid "please sign in as " +msgstr "" + +msgid "requesting an internal review" +msgstr "" + +msgid "requests" +msgstr "" + +msgid "requests which are {{list_of_statuses}}" +msgstr "" + +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 "" + +msgid "send a follow up message" +msgstr "" + +msgid "sent to {{public_body_name}} by {{info_request_user}} on {{date}}." +msgstr "" + +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 "" + +msgid "show quoted sections" +msgstr "" + +msgid "sign in" +msgstr "" + +msgid "simple_date_format" +msgstr "" + +msgid "successful" +msgstr "" + +msgid "successful requests" +msgstr "" + +msgid "that you made to" +msgstr "" + +msgid "the main FOI contact address for {{public_body}}" +msgstr "" + +#. This phrase completes the following sentences: +#. Request an internal review from... +#. Send a public follow up message to... +#. Send a public reply to... +#. Don't want to address your message to... ? +msgid "the main FOI contact at {{public_body}}" +msgstr "" + +msgid "the requester" +msgstr "" + +msgid "the {{site_name}} team" +msgstr "" + +msgid "to read" +msgstr "" + +msgid "to send a follow up message." +msgstr "" + +msgid "to {{public_body}}" +msgstr "" + +msgid "unexpected prominence on request event" +msgstr "" + +msgid "unknown reason " +msgstr "" + +msgid "unknown status " +msgstr "" + +msgid "unresolved requests" +msgstr "" + +msgid "unsubscribe" +msgstr "" + +msgid "unsubscribe all" +msgstr "" + +msgid "unsuccessful" +msgstr "" + +msgid "unsuccessful requests" +msgstr "" + +msgid "useful information." +msgstr "" + +msgid "users" +msgstr "" + +msgid "what's that?" +msgstr "" + +msgid "{{count}} FOI requests found" +msgstr "" + +msgid "{{count}} Freedom of Information request to {{public_body_name}}" +msgid_plural "{{count}} Freedom of Information requests to {{public_body_name}}" +msgstr[0] "" + +msgid "{{count}} person is following this authority" +msgid_plural "{{count}} people are following this authority" +msgstr[0] "" + +msgid "{{count}} request" +msgid_plural "{{count}} requests" +msgstr[0] "" + +msgid "{{count}} request made." +msgid_plural "{{count}} requests made." +msgstr[0] "" + +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 "" + +msgid "{{info_request_user_name}} only:" +msgstr "" + +msgid "{{law_used_full}} request - {{title}}" +msgstr "" + +msgid "{{law_used_full}} request GQ - {{title}}" +msgstr "" + +msgid "{{law_used}} requests at {{public_body}}" +msgstr "" + +msgid "{{length_of_time}} ago" +msgstr "" + +msgid "{{list_of_things}} matching text '{{search_query}}'" +msgstr "" + +msgid "{{number_of_comments}} comments" +msgstr "" + +msgid "{{public_body_link}} answered a request about" +msgstr "" + +msgid "{{public_body_link}} was sent a request about" +msgstr "" + +msgid "{{public_body_name}} only:" +msgstr "" + +msgid "{{public_body}} has asked you to explain part of your {{law_used}} request." +msgstr "" + +msgid "{{public_body}} sent a response to {{user_name}}" +msgstr "" + +msgid "{{reason}}, please sign in or make a new account." +msgstr "" + +msgid "{{search_results}} matching '{{query}}'" +msgstr "" + +msgid "{{site_name}} blog and tweets" +msgstr "" + +msgid "{{site_name}} covers requests to {{number_of_authorities}} authorities, including:" +msgstr "" + +msgid "{{site_name}} sends new requests to <strong>{{request_email}}</strong> for this authority." +msgstr "" + +msgid "{{site_name}} users have made {{number_of_requests}} requests, including:" +msgstr "" + +msgid "{{thing_changed}} was changed from <code>{{from_value}}</code> to <code>{{to_value}}</code>" +msgstr "" + +msgid "{{title}} - a Freedom of Information request to {{public_body}}" +msgstr "" + +msgid "{{user_name}} (Account suspended)" +msgstr "" + +msgid "{{user_name}} - Freedom of Information requests" +msgstr "" + +msgid "{{user_name}} - user profile" +msgstr "" + +msgid "{{user_name}} added an annotation" +msgstr "" + +msgid "{{user_name}} has annotated your {{law_used_short}} \\nrequest. Follow this link to see what they wrote." +msgstr "" + +msgid "{{user_name}} has used {{site_name}} to send you the message below." +msgstr "" + +msgid "{{user_name}} sent a follow up message to {{public_body}}" +msgstr "" + +msgid "{{user_name}} sent a request to {{public_body}}" +msgstr "" + +msgid "{{username}} left an annotation:" +msgstr "" + +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 "" + +msgid "{{user}} made this {{law_used_full}} request" +msgstr "" diff --git a/public/stylesheets/ie6-custom.css b/public/stylesheets/ie6-custom.css deleted file mode 100644 index 64d632e72..000000000 --- a/public/stylesheets/ie6-custom.css +++ /dev/null @@ -1 +0,0 @@ -/* drop your local IE-specific CSS overrides in here */ diff --git a/public/stylesheets/main.css b/public/stylesheets/main.css index 2823f3978..6f6d7b365 100644 --- a/public/stylesheets/main.css +++ b/public/stylesheets/main.css @@ -183,16 +183,11 @@ margin:18px 0 36px; } #stepwise_make_request { -background-color:#BBB; -border:1px solid #222; -border-radius:5px; --moz-border-radius:5px; color:#222; font-size:1.1em; text-align:left; width:412px; margin:0 14em 40px 0; -padding:10px 12px; } #stepwise_make_request_view_email { diff --git a/script/alert-comment-on-request b/script/alert-comment-on-request index 1222eecf1..849f4a8d8 100755 --- a/script/alert-comment-on-request +++ b/script/alert-comment-on-request @@ -1,3 +1,4 @@ #!/bin/bash - +TOP_DIR="$(dirname "$BASH_SOURCE")/.." +cd "$TOP_DIR" bundle exec rails runner 'RequestMailer.alert_comment_on_request' diff --git a/script/alert-new-response-reminders b/script/alert-new-response-reminders index 97f558f43..148706d49 100755 --- a/script/alert-new-response-reminders +++ b/script/alert-new-response-reminders @@ -1,3 +1,4 @@ #!/bin/bash - +TOP_DIR="$(dirname "$BASH_SOURCE")/.." +cd "$TOP_DIR" bundle exec rails runner 'RequestMailer.alert_new_response_reminders' diff --git a/script/alert-not-clarified-request b/script/alert-not-clarified-request index fb562beeb..8d61c1800 100755 --- a/script/alert-not-clarified-request +++ b/script/alert-not-clarified-request @@ -1,3 +1,4 @@ #!/bin/bash - +TOP_DIR="$(dirname "$BASH_SOURCE")/.." +cd "$TOP_DIR" bundle exec rails runner 'RequestMailer.alert_not_clarified_request' diff --git a/script/alert-overdue-requests b/script/alert-overdue-requests index 9e597d17d..ebc2897a0 100755 --- a/script/alert-overdue-requests +++ b/script/alert-overdue-requests @@ -1,3 +1,4 @@ #!/bin/bash - +TOP_DIR="$(dirname "$BASH_SOURCE")/.." +cd "$TOP_DIR" bundle exec rails runner 'RequestMailer.alert_overdue_requests' diff --git a/script/alert-tracks b/script/alert-tracks index 9fd32f2a1..17426b4e0 100755 --- a/script/alert-tracks +++ b/script/alert-tracks @@ -1,5 +1,6 @@ #!/bin/bash - +TOP_DIR="$(dirname "$BASH_SOURCE")/.." +cd "$TOP_DIR" if [ "$1" == "--loop" ] then bundle exec rails runner 'TrackMailer.alert_tracks_loop' diff --git a/script/check-recent-requests-sent b/script/check-recent-requests-sent index 1eb87d498..8f21fb6e7 100755 --- a/script/check-recent-requests-sent +++ b/script/check-recent-requests-sent @@ -1,3 +1,4 @@ #!/bin/bash - +TOP_DIR="$(dirname "$BASH_SOURCE")/.." +cd "$TOP_DIR" bundle exec rails runner 'MailServerLog.check_recent_requests_have_been_sent' diff --git a/script/clear-caches b/script/clear-caches index f97c1f777..20ee3df19 100755 --- a/script/clear-caches +++ b/script/clear-caches @@ -1,12 +1,11 @@ #!/bin/bash - +TOP_DIR="$(dirname "$BASH_SOURCE")/.." +cd "$TOP_DIR" # Clear the cache of attachment and body text. -LOC="`dirname "$0"`" - bundle exec rails runner "ActiveRecord::Base.connection.execute(\"update incoming_messages set cached_attachment_text_clipped = null, cached_main_body_text_unfolded = null, cached_main_body_text_folded = null, sent_at = null, subject = null, mail_from = null, mail_from_domain = null, valid_to_reply_to = null, last_parsed = null\")" # Remove page cache (do it in two stages so live site gets cache cleared faster) -rm -fr $LOC/../old-cache -mv $LOC/../cache $LOC/../old-cache -rm -fr $LOC/../old-cache +rm -fr $TOP_DIR/old-cache +mv $TOP_DIR/cache $TOP_DIR/old-cache +rm -fr $TOP_DIR/old-cache diff --git a/script/delete-old-things b/script/delete-old-things index 58c144958..a97ba4869 100755 --- a/script/delete-old-things +++ b/script/delete-old-things @@ -1,4 +1,5 @@ #!/bin/bash - +TOP_DIR="$(dirname "$BASH_SOURCE")/.." +cd "$TOP_DIR" bundle exec rails runner 'PostRedirect.delete_old_post_redirects' bundle exec rails runner 'TrackThingsSentEmail.delete_old_track_things_sent_email' diff --git a/script/handle-mail-replies.rb b/script/handle-mail-replies.rb index 23430e20a..da0fc8e96 100755 --- a/script/handle-mail-replies.rb +++ b/script/handle-mail-replies.rb @@ -14,8 +14,12 @@ # config file ourselves. $alaveteli_dir = File.expand_path(File.join(File.dirname(__FILE__), '..')) $:.push(File.join($alaveteli_dir, "commonlib", "rblib")) +load 'config.rb' $:.push(File.join($alaveteli_dir, "lib")) $:.push(File.join($alaveteli_dir, "lib", "mail_handler")) +load 'configuration.rb' +MySociety::Config.set_file(File.join($alaveteli_dir, 'config', 'general'), true) +MySociety::Config.load_default require 'mail_handler' if RUBY_VERSION.to_f >= 1.9 # the default encoding for IO is utf-8, and we use utf-8 internally diff --git a/script/mailin b/script/mailin index 6ed6bc7db..f782df215 100755 --- a/script/mailin +++ b/script/mailin @@ -13,7 +13,7 @@ source commonlib/shlib/deployfns read_conf config/general -rails runner 'RequestMailer.receive(STDIN.read)' <"$INPUT" >"$OUTPUT" 2>&1 +bundle exec rails runner 'RequestMailer.receive(STDIN.read)' <"$INPUT" >"$OUTPUT" 2>&1 ERROR_CODE=$? if [ ! "$ERROR_CODE" = "0" ] then diff --git a/script/make-crontab b/script/make-crontab index 1b4fbabbd..d214f1485 100755 --- a/script/make-crontab +++ b/script/make-crontab @@ -5,7 +5,7 @@ mailto = "recipient-of-any-errors@localhost" user = "user-to-run-as" location = "/path/to/alaveteli" -template = open("config/crontab.ugly").read() +template = open("config/crontab-example").read() template = re.sub(r"MAILTO=.*", "MAILTO=%s" % mailto, template) template = template.replace("!!(*= $user *)!!", user) template = re.sub(r"/data/vhost/.*/script", location + "/script", template) diff --git a/script/purge-varnish b/script/purge-varnish index 7dcecd4f9..abc6daeaf 100755 --- a/script/purge-varnish +++ b/script/purge-varnish @@ -1,11 +1,12 @@ #!/bin/bash -LOC=`dirname $0` +TOP_DIR="$(dirname "$BASH_SOURCE")/.." +cd "$TOP_DIR" if [ "$1" == "--loop" ] then - rails runner 'PurgeRequest.purge_all_loop' + bundle exec rails runner 'PurgeRequest.purge_all_loop' else - rails runner 'PurgeRequest.purge_all' + bundle exec rails runner 'PurgeRequest.purge_all' fi diff --git a/script/rails-post-deploy b/script/rails-post-deploy index a9e239423..a3257cf35 100755 --- a/script/rails-post-deploy +++ b/script/rails-post-deploy @@ -11,8 +11,8 @@ set -e #set -x # debug -APP_DIR="$(readlink -f $(dirname "$BASH_SOURCE")/..)" -cd "$APP_DIR" +TOP_DIR="$(dirname "$BASH_SOURCE")/.." +cd "$TOP_DIR" # make sure that there is an app directory, so are in a rails app tree if ! [ -d app ] @@ -32,11 +32,11 @@ else fi # create initial log files -if [ -e $APP_DIR/../logs ] +if [ -e $TOP_DIR/../logs ] then # mySociety servers have logs dir in level above rm -f log - ln -s $APP_DIR/../logs log + ln -s $TOP_DIR/../logs log else # otherwise just make the directory if [ -h log ] @@ -47,10 +47,10 @@ else mkdir -p log fi # link the "downloads" directory in the cache to somewhere it can be served -if [ ! -e "$APP_DIR/public/download" ] +if [ ! -e "$TOP_DIR/public/download" ] then - mkdir -p "$APP_DIR/cache/zips/download" - ln -s "$APP_DIR/cache/zips/download" "$APP_DIR/public/" + mkdir -p "$TOP_DIR/cache/zips/download" + ln -s "../cache/zips/download" "$TOP_DIR/public/" fi cd log diff --git a/script/runner b/script/runner index 73b03847d..32a0e6b7e 100755 --- a/script/runner +++ b/script/runner @@ -19,12 +19,13 @@ Dir.chdir(alaveteli_dir) do # Load the runner in a subprocess pid = fork do - `bundle exec rails runner #{ARGV[1]}` + exec("bundle exec rails runner #{ARGV[1]}") exit 0 end # If the environment variable PIDFILE is present, # write the pid of the daemon process to that file. + if ENV.has_key? "PIDFILE" File.open(ENV["PIDFILE"], 'w') do |fh| fh.puts pid @@ -34,6 +35,6 @@ Dir.chdir(alaveteli_dir) do Process.detach(pid) else # Not daemon mode - `bundle exec rails runner #{ARGV[1]}` + exec("bundle exec rails runner #{ARGV[1]}") end end diff --git a/script/stop-new-responses-on-old-requests b/script/stop-new-responses-on-old-requests index f317f11ff..07257d6b2 100755 --- a/script/stop-new-responses-on-old-requests +++ b/script/stop-new-responses-on-old-requests @@ -1,3 +1,4 @@ #!/bin/bash - +TOP_DIR="$(dirname "$BASH_SOURCE")/.." +cd "$TOP_DIR" bundle exec rails runner 'InfoRequest.stop_new_responses_on_old_requests' diff --git a/spec/controllers/api_controller_spec.rb b/spec/controllers/api_controller_spec.rb index 749be9f85..66b8e33f0 100644 --- a/spec/controllers/api_controller_spec.rb +++ b/spec/controllers/api_controller_spec.rb @@ -259,7 +259,7 @@ describe ApiController, "when using the API" do attachments.size.should == 1 attachment = attachments[0] attachment.filename.should == "tfl.pdf" - attachment.body.should == load_file_fixture("tfl.pdf", as_binary=true) + attachment.body.should == load_file_fixture("tfl.pdf") end it "should show information about a request" do diff --git a/spec/controllers/general_controller_spec.rb b/spec/controllers/general_controller_spec.rb index 9a88dbc3a..0eda73c51 100644 --- a/spec/controllers/general_controller_spec.rb +++ b/spec/controllers/general_controller_spec.rb @@ -19,8 +19,13 @@ end describe GeneralController, 'when getting the blog feed' do - it 'should add a lang param correctly to a url with no querystring' do + before do AlaveteliConfiguration.stub!(:blog_feed).and_return("http://blog.example.com") + # Don't call out to external url during tests + controller.stub!(:quietly_try_to_open).and_return('') + end + + it 'should add a lang param correctly to a url with no querystring' do get :blog assigns[:feed_url].should == "http://blog.example.com?lang=en" end @@ -31,6 +36,12 @@ describe GeneralController, 'when getting the blog feed' do assigns[:feed_url].should == "http://blog.example.com?alt=rss&lang=en" end + it 'should parse an item from an example feed' do + controller.stub!(:quietly_try_to_open).and_return(load_file_fixture("blog_feed.atom")) + get :blog + assigns[:blog_items].count.should == 1 + end + end describe GeneralController, "when showing the frontpage" do @@ -339,4 +350,3 @@ describe GeneralController, 'when using xapian search' do end end - diff --git a/spec/controllers/help_controller_spec.rb b/spec/controllers/help_controller_spec.rb index 0f6f75eb9..c47e1abd3 100644 --- a/spec/controllers/help_controller_spec.rb +++ b/spec/controllers/help_controller_spec.rb @@ -1,8 +1,9 @@ +# -*- coding: utf-8 -*- require File.expand_path(File.dirname(__FILE__) + '/../spec_helper') describe HelpController, "when using help" do render_views - + it "shows the about page" do get :about end @@ -12,7 +13,7 @@ describe HelpController, "when using help" do end it "sends a contact message" do - post :contact, { :contact => { + post :contact, { :contact => { :name => "Vinny Vanilli", :email => "vinny@localhost", :subject => "Why do I have such an ace name?", @@ -27,5 +28,27 @@ describe HelpController, "when using help" do deliveries.clear end + describe 'when requesting a page in a supported locale ' do + + before do + # Allow us to supply the locale manually + RoutingFilter.active = false + # Prepend our fixture templates + fixture_theme_path = File.join(Rails.root, 'spec', 'fixtures', 'theme_views', 'theme_one') + controller.prepend_view_path fixture_theme_path + end + + after do + RoutingFilter.active = true + end + + it 'should render the locale-specific template if available' do + get :contact, {:locale => 'es'} + response.body.should match('contáctenos theme one') + end + + end + + end diff --git a/spec/controllers/public_body_controller_spec.rb b/spec/controllers/public_body_controller_spec.rb index 22d8418c9..e01bcb0a6 100644 --- a/spec/controllers/public_body_controller_spec.rb +++ b/spec/controllers/public_body_controller_spec.rb @@ -183,8 +183,11 @@ describe PublicBodyController, "when listing bodies" do response.should render_template('list') assigns[:public_bodies].should == [ public_bodies(:humpadink_public_body) ] assigns[:tag].should == "eats_cheese:stilton" + end - + it 'should return a "406 Not Acceptable" code if asked for a json version of a list' do + get :list, :format => 'json' + response.code.should == '406' end end diff --git a/spec/controllers/reports_controller_spec.rb b/spec/controllers/reports_controller_spec.rb new file mode 100644 index 000000000..fa8c72eaa --- /dev/null +++ b/spec/controllers/reports_controller_spec.rb @@ -0,0 +1,104 @@ +require 'spec_helper' + +describe ReportsController, "when reporting a request when not logged in" do + it "should only allow logged-in users to report requests" do + post :create, :request_id => info_requests(:badger_request).url_title, :reason => "my reason" + + flash[:notice].should =~ /You need to be logged in/ + response.should redirect_to show_request_path(:url_title => info_requests(:badger_request).url_title) + end +end + +describe ReportsController, "when reporting a request (logged in)" do + render_views + + before do + @user = users(:robin_user) + session[:user_id] = @user.id + end + + it "should 404 for non-existent requests" do + lambda { + post :create, :request_id => "hjksfdhjk_louytu_qqxxx" + }.should raise_error(ActiveRecord::RecordNotFound) + end + + it "should mark a request as having been reported" do + ir = info_requests(:badger_request) + title = ir.url_title + ir.attention_requested.should == false + + post :create, :request_id => title, :reason => "my reason" + response.should redirect_to show_request_path(:url_title => title) + + ir.reload + ir.attention_requested.should == true + ir.described_state.should == "attention_requested" + end + + it "should pass on the reason and message" do + info_request = mock_model(InfoRequest, :url_title => "foo", :attention_requested= => nil, :save! => nil) + InfoRequest.should_receive(:find_by_url_title!).with("foo").and_return(info_request) + info_request.should_receive(:report!).with("Not valid request", "It's just not", @user) + post :create, :request_id => "foo", :reason => "Not valid request", :message => "It's just not" + end + + it "should not allow a request to be reported twice" do + title = info_requests(:badger_request).url_title + + post :create, :request_id => title, :reason => "my reason" + response.should redirect_to show_request_url(:url_title => title) + + post :create, :request_id => title, :reason => "my reason" + response.should redirect_to show_request_url(:url_title => title) + flash[:notice].should =~ /has already been reported/ + end + + it "should send an email from the reporter to admins" do + ir = info_requests(:badger_request) + title = ir.url_title + post :create, :request_id => title, :reason => "my reason" + deliveries = ActionMailer::Base.deliveries + deliveries.size.should == 1 + mail = deliveries[0] + mail.subject.should =~ /attention_requested/ + mail.from.should include(@user.email) + mail.body.should include(@user.name) + end + + it "should force the user to pick a reason" do + info_request = mock_model(InfoRequest, :report! => nil, :url_title => "foo", + :report_reasons => ["Not FOIish enough"]) + InfoRequest.should_receive(:find_by_url_title!).with("foo").and_return(info_request) + + post :create, :request_id => "foo", :reason => "" + response.should render_template("new") + flash[:error].should == "Please choose a reason" + end +end + +describe ReportsController, "#new_report_request" do + let(:info_request) { mock_model(InfoRequest, :url_title => "foo") } + before :each do + InfoRequest.should_receive(:find_by_url_title!).with("foo").and_return(info_request) + end + + context "not logged in" do + it "should require the user to be logged in" do + get :new, :request_id => "foo" + response.should_not render_template("new") + end + end + + context "logged in" do + before :each do + session[:user_id] = users(:bob_smith_user).id + end + it "should show the form" do + get :new, :request_id => "foo" + response.should render_template("new") + end + end +end + + diff --git a/spec/controllers/request_controller_spec.rb b/spec/controllers/request_controller_spec.rb index 4e889e2a6..387b040d6 100644 --- a/spec/controllers/request_controller_spec.rb +++ b/spec/controllers/request_controller_spec.rb @@ -93,8 +93,10 @@ describe RequestController, "when listing recent requests" do :results => (1..25).to_a.map { |m| { :model => m } }, :matches_estimated => 1000000) - InfoRequest.should_receive(:full_search). - with([InfoRequestEvent]," (variety:sent OR variety:followup_sent OR variety:response OR variety:comment)", "created_at", anything, anything, anything, anything). + ActsAsXapian::Search.should_receive(:new). + with([InfoRequestEvent]," (variety:sent OR variety:followup_sent OR variety:response OR variety:comment)", + :sort_by_prefix => "created_at", :offset => 0, :limit => 25, :sort_by_ascending => true, + :collapse_by_prefix => "request_collapse"). and_return(xap_results) get :list, :view => 'all' assigns[:list_results].size.should == 25 @@ -134,7 +136,7 @@ describe RequestController, "when changing things that appear on the request pag it "should purge the downstream cache when a followup is made" do session[:user_id] = users(:bob_smith_user).id ir = info_requests(:fancy_dog_request) - post :show_response, :outgoing_message => { :body => "What a useless response! You suck.", :what_doing => 'normal_sort' }, :id => ir.id, :incoming_message_id => incoming_messages(:useless_incoming_message), :submitted_followup => 1 + post :show_response, :outgoing_message => { :body => "What a useless response! You suck.", :what_doing => 'normal_sort' }, :id => ir.id, :submitted_followup => 1 PurgeRequest.all().first.model_id.should == ir.id end it "should purge the downstream cache when the request is categorised" do @@ -239,6 +241,36 @@ describe RequestController, "when showing one request" do end end + context "when the request has not yet been reported" do + it "should allow the user to report" do + title = info_requests(:badger_request).url_title + get :show, :url_title => title + response.should_not contain("This request has been reported") + response.should contain("Offensive?") + end + end + + context "when the request has been reported for admin attention" do + before :each do + info_requests(:fancy_dog_request).report!("", "", nil) + end + it "should inform the user" do + get :show, :url_title => 'why_do_you_have_such_a_fancy_dog' + response.should contain("This request has been reported") + response.should_not contain("Offensive?") + end + + context "and then deemed okay and left to complete" do + before :each do + info_requests(:fancy_dog_request).set_described_state("successful") + end + it "should let the user know that the administrators have not hidden this request" do + get :show, :url_title => 'why_do_you_have_such_a_fancy_dog' + response.body.should =~ (/the site administrators.*have not hidden it/) + end + end + end + describe 'when the request is being viewed by an admin' do describe 'if the request is awaiting description' do @@ -477,11 +509,11 @@ describe RequestController, "when showing one request" do (assigns[:info_request_events].size - size_before).should == 1 ir.reload - get :get_attachment, :incoming_message_id => ir.incoming_messages[1].id, :id => ir.id, :part => 2, :file_name => 'hello.txt', :skip_cache => 1 + get :get_attachment, :incoming_message_id => ir.incoming_messages[1].id, :id => ir.id, :part => 2, :file_name => 'hello world.txt', :skip_cache => 1 response.content_type.should == "text/plain" response.should contain "Second hello" - get :get_attachment, :incoming_message_id => ir.incoming_messages[1].id, :id => ir.id, :part => 3, :file_name => 'hello.txt', :skip_cache => 1 + get :get_attachment, :incoming_message_id => ir.incoming_messages[1].id, :id => ir.id, :part => 3, :file_name => 'hello world.txt', :skip_cache => 1 response.content_type.should == "text/plain" response.should contain "First hello" end @@ -494,7 +526,7 @@ describe RequestController, "when showing one request" do get :get_attachment, :incoming_message_id => ir.incoming_messages[1].id, :id => ir.id, :part => 2, - :file_name => 'hello.txt' + :file_name => 'hello world.txt' end it "should convert message body to UTF8" do @@ -508,7 +540,7 @@ describe RequestController, "when showing one request" do ir = info_requests(:fancy_dog_request) receive_incoming_mail('incoming-request-two-same-name.email', ir.incoming_email) ir.reload - get :get_attachment_as_html, :incoming_message_id => ir.incoming_messages[1].id, :id => ir.id, :part => 2, :file_name => 'hello.txt.html', :skip_cache => 1 + get :get_attachment_as_html, :incoming_message_id => ir.incoming_messages[1].id, :id => ir.id, :part => 2, :file_name => 'hello world.txt.html', :skip_cache => 1 response.content_type.should == "text/html" response.should contain "Second hello" end @@ -529,11 +561,11 @@ describe RequestController, "when showing one request" do ir.reload ugly_id = "55195" lambda { - get :get_attachment, :incoming_message_id => ir.incoming_messages[1].id, :id => ugly_id, :part => 2, :file_name => 'hello.txt.html', :skip_cache => 1 + get :get_attachment, :incoming_message_id => ir.incoming_messages[1].id, :id => ugly_id, :part => 2, :file_name => 'hello world.txt.html', :skip_cache => 1 }.should raise_error(ActiveRecord::RecordNotFound) lambda { - get :get_attachment_as_html, :incoming_message_id => ir.incoming_messages[1].id, :id => ugly_id, :part => 2, :file_name => 'hello.txt', :skip_cache => 1 + get :get_attachment_as_html, :incoming_message_id => ir.incoming_messages[1].id, :id => ugly_id, :part => 2, :file_name => 'hello world.txt', :skip_cache => 1 }.should raise_error(ActiveRecord::RecordNotFound) end it "should return 404 when incoming message and request ids don't match" do @@ -542,7 +574,7 @@ describe RequestController, "when showing one request" do receive_incoming_mail('incoming-request-two-same-name.email', ir.incoming_email) ir.reload lambda { - get :get_attachment_as_html, :incoming_message_id => ir.incoming_messages[1].id, :id => wrong_id, :part => 2, :file_name => 'hello.txt.html', :skip_cache => 1 + get :get_attachment_as_html, :incoming_message_id => ir.incoming_messages[1].id, :id => wrong_id, :part => 2, :file_name => 'hello world.txt.html', :skip_cache => 1 }.should raise_error(ActiveRecord::RecordNotFound) end it "should return 404 for ugly URLs contain a request id that isn't an integer, even if the integer prefix refers to an actual request" do @@ -552,11 +584,11 @@ describe RequestController, "when showing one request" do ugly_id = "%d95" % [info_requests(:naughty_chicken_request).id] lambda { - get :get_attachment, :incoming_message_id => ir.incoming_messages[1].id, :id => ugly_id, :part => 2, :file_name => 'hello.txt.html', :skip_cache => 1 + get :get_attachment, :incoming_message_id => ir.incoming_messages[1].id, :id => ugly_id, :part => 2, :file_name => 'hello world.txt.html', :skip_cache => 1 }.should raise_error(ActiveRecord::RecordNotFound) lambda { - get :get_attachment_as_html, :incoming_message_id => ir.incoming_messages[1].id, :id => ugly_id, :part => 2, :file_name => 'hello.txt', :skip_cache => 1 + get :get_attachment_as_html, :incoming_message_id => ir.incoming_messages[1].id, :id => ugly_id, :part => 2, :file_name => 'hello world.txt', :skip_cache => 1 }.should raise_error(ActiveRecord::RecordNotFound) end it "should return 404 when incoming message and request ids don't match" do @@ -565,7 +597,7 @@ describe RequestController, "when showing one request" do receive_incoming_mail('incoming-request-two-same-name.email', ir.incoming_email) ir.reload lambda { - get :get_attachment_as_html, :incoming_message_id => ir.incoming_messages[1].id, :id => wrong_id, :part => 2, :file_name => 'hello.txt.html', :skip_cache => 1 + get :get_attachment_as_html, :incoming_message_id => ir.incoming_messages[1].id, :id => wrong_id, :part => 2, :file_name => 'hello world.txt.html', :skip_cache => 1 }.should raise_error(ActiveRecord::RecordNotFound) end @@ -573,44 +605,66 @@ describe RequestController, "when showing one request" do ir = info_requests(:fancy_dog_request) receive_incoming_mail('incoming-request-pdf-attachment.email', ir.incoming_email) ir.reload - get :get_attachment_as_html, :incoming_message_id => ir.incoming_messages[1].id, :id => ir.id, :part => 2, :file_name => 'fs_50379341.pdf.html', :skip_cache => 1 + get :get_attachment_as_html, :incoming_message_id => ir.incoming_messages[1].id, :id => ir.id, :part => 2, :file_name => 'fs 50379341.pdf.html', :skip_cache => 1 response.content_type.should == "text/html" response.should contain "Walberswick Parish Council" end - it "should not cause a reparsing of the raw email, even when the result would be a 404" do + it "should not cause a reparsing of the raw email, even when the attachment can't be found" do ir = info_requests(:fancy_dog_request) receive_incoming_mail('incoming-request-two-same-name.email', ir.incoming_email) ir.reload - attachment = IncomingMessage.get_attachment_by_url_part_number(ir.incoming_messages[1].get_attachments_for_display, 2) + attachment = IncomingMessage.get_attachment_by_url_part_number_and_filename(ir.incoming_messages[1].get_attachments_for_display, 2, 'hello world.txt') attachment.body.should contain "Second hello" # change the raw_email associated with the message; this only be reparsed when explicitly asked for ir.incoming_messages[1].raw_email.data = ir.incoming_messages[1].raw_email.data.sub("Second", "Third") - # asking for an attachment by the wrong filename results - # in a 404 for browsing users. This shouldn't cause a - # re-parse... - lambda { - get :get_attachment_as_html, :incoming_message_id => ir.incoming_messages[1].id, :id => ir.id, :part => 2, :file_name => 'hello.txt.baz.html', :skip_cache => 1 - }.should raise_error(ActiveRecord::RecordNotFound) + # asking for an attachment by the wrong filename should result in redirecting + # back to the incoming message, but shouldn't cause a reparse: + get :get_attachment_as_html, :incoming_message_id => ir.incoming_messages[1].id, :id => ir.id, :part => 2, :file_name => 'hello world.txt.baz.html', :skip_cache => 1 + response.status.should == 303 - attachment = IncomingMessage.get_attachment_by_url_part_number(ir.incoming_messages[1].get_attachments_for_display, 2) + attachment = IncomingMessage.get_attachment_by_url_part_number_and_filename(ir.incoming_messages[1].get_attachments_for_display, 2, 'hello world.txt') attachment.body.should contain "Second hello" # ...nor should asking for it by its correct filename... - get :get_attachment_as_html, :incoming_message_id => ir.incoming_messages[1].id, :id => ir.id, :part => 2, :file_name => 'hello.txt.html', :skip_cache => 1 + get :get_attachment_as_html, :incoming_message_id => ir.incoming_messages[1].id, :id => ir.id, :part => 2, :file_name => 'hello world.txt.html', :skip_cache => 1 response.should_not contain "Third hello" # ...but if we explicitly ask for attachments to be extracted, then they should be force = true ir.incoming_messages[1].parse_raw_email!(force) ir.reload - attachment = IncomingMessage.get_attachment_by_url_part_number(ir.incoming_messages[1].get_attachments_for_display, 2) + attachment = IncomingMessage.get_attachment_by_url_part_number_and_filename(ir.incoming_messages[1].get_attachments_for_display, 2, 'hello world.txt') attachment.body.should contain "Third hello" - get :get_attachment_as_html, :incoming_message_id => ir.incoming_messages[1].id, :id => ir.id, :part => 2, :file_name => 'hello.txt.html', :skip_cache => 1 + get :get_attachment_as_html, :incoming_message_id => ir.incoming_messages[1].id, :id => ir.id, :part => 2, :file_name => 'hello world.txt.html', :skip_cache => 1 response.should contain "Third hello" end + it "should redirect to the incoming message if there's a wrong part number and an ambiguous filename" do + ir = info_requests(:fancy_dog_request) + receive_incoming_mail('incoming-request-two-same-name.email', ir.incoming_email) + ir.reload + + im = ir.incoming_messages[1] + + attachment = IncomingMessage.get_attachment_by_url_part_number_and_filename(im.get_attachments_for_display, 5, 'hello world.txt') + attachment.should be_nil + + get :get_attachment_as_html, :incoming_message_id => im.id, :id => ir.id, :part => 5, :file_name => 'hello world.txt', :skip_cache => 1 + response.status.should == 303 + new_location = response.header['Location'] + new_location.should match(/request\/#{ir.url_title}#incoming-#{im.id}/) + end + + it "should find a uniquely named filename even if the URL part number was wrong" do + ir = info_requests(:fancy_dog_request) + receive_incoming_mail('incoming-request-pdf-attachment.email', ir.incoming_email) + ir.reload + get :get_attachment, :incoming_message_id => ir.incoming_messages[1].id, :id => ir.id, :part => 5, :file_name => 'fs 50379341.pdf', :skip_cache => 1 + response.content_type.should == "application/pdf" + end + it "should treat attachments with unknown extensions as binary" do ir = info_requests(:fancy_dog_request) receive_incoming_mail('incoming-request-attachment-unknown-extension.email', ir.incoming_email) @@ -625,10 +679,8 @@ describe RequestController, "when showing one request" do ir = info_requests(:fancy_dog_request) receive_incoming_mail('incoming-request-two-same-name.email', ir.incoming_email) - lambda { - get :get_attachment, :incoming_message_id => ir.incoming_messages[1].id, :id => ir.id, :part => 2, - :file_name => 'http://trying.to.hack' - }.should raise_error(ActiveRecord::RecordNotFound) + get :get_attachment, :incoming_message_id => ir.incoming_messages[1].id, :id => ir.id, :part => 2, :file_name => 'http://trying.to.hack' + response.status.should == 303 end it "should censor attachments downloaded as binary" do @@ -644,7 +696,7 @@ describe RequestController, "when showing one request" do begin receive_incoming_mail('incoming-request-two-same-name.email', ir.incoming_email) - get :get_attachment, :incoming_message_id => ir.incoming_messages[1].id, :id => ir.id, :part => 2, :file_name => 'hello.txt', :skip_cache => 1 + get :get_attachment, :incoming_message_id => ir.incoming_messages[1].id, :id => ir.id, :part => 2, :file_name => 'hello world.txt', :skip_cache => 1 response.content_type.should == "text/plain" response.should contain "xxxxxx hello" ensure @@ -666,7 +718,7 @@ describe RequestController, "when showing one request" do receive_incoming_mail('incoming-request-two-same-name.email', ir.incoming_email) ir.reload - get :get_attachment, :incoming_message_id => ir.incoming_messages[1].id, :id => ir.id, :part => 2, :file_name => 'hello.txt', :skip_cache => 1 + get :get_attachment, :incoming_message_id => ir.incoming_messages[1].id, :id => ir.id, :part => 2, :file_name => 'hello world.txt', :skip_cache => 1 response.content_type.should == "text/plain" response.should contain "xxxxxx hello" ensure @@ -695,11 +747,13 @@ describe RequestController, "when showing one request" do # so at this point, assigns[:info_request].incoming_messages[1].get_attachments_for_display is returning stuff, but the equivalent thing in the template isn't. # but something odd is that the above is return a whole load of attachments which aren't there in the controller response.body.should have_selector("p.attachment strong") do |s| - s.should contain /hello.txt/m + s.should contain /hello world.txt/m end censor_rule = CensorRule.new() - censor_rule.text = "hello.txt" + # Note that the censor rule applies to the original filename, + # not the display_filename: + censor_rule.text = "hello-world.txt" censor_rule.replacement = "goodbye.txt" censor_rule.last_edit_editor = "unknown" censor_rule.last_edit_comment = "none" @@ -743,7 +797,7 @@ describe RequestController, "when showing one request" do old_path = assigns[:url_path] response.location.should contain /#{assigns[:url_path]}$/ zipfile = Zip::ZipFile.open(File.join(File.dirname(__FILE__), "../../cache/zips", old_path)) { |zipfile| - zipfile.count.should == 3 # the message plus two "hello.txt" files + zipfile.count.should == 3 # the message plus two "hello-world.txt" files } # The path of the zip file is based on the hash of the timestamp of the last request @@ -756,7 +810,7 @@ describe RequestController, "when showing one request" do assigns[:url_path].should_not == old_path response.location.should contain assigns[:url_path] zipfile = Zip::ZipFile.open(File.join(File.dirname(__FILE__), "../../cache/zips", assigns[:url_path])) { |zipfile| - zipfile.count.should == 4 # the message, two hello.txt plus the unknown attachment + zipfile.count.should == 4 # the message, two hello-world.txt plus the unknown attachment } end @@ -794,6 +848,16 @@ describe RequestController, "when changing prominence of a request" do response.should render_template('hidden') end + it 'should not show hidden requests if requested using json' do + ir = info_requests(:fancy_dog_request) + ir.prominence = 'hidden' + ir.save! + + session[:user_id] = ir.user.id # bob_smith_user + get :show, :url_title => 'why_do_you_have_such_a_fancy_dog', :format => 'json' + response.code.should == '410' + end + it "should show hidden requests if logged in as super user" do ir = info_requests(:fancy_dog_request) ir.prominence = 'hidden' @@ -875,7 +939,7 @@ describe RequestController, "when changing prominence of a request" do get :get_attachment_as_html, :incoming_message_id => ir.incoming_messages[1].id, :id => ir.id, :part => 2, - :file_name => 'hello.txt' + :file_name => 'hello world.txt' end.should raise_error(ActiveRecord::RecordNotFound) end @@ -890,7 +954,7 @@ describe RequestController, "when changing prominence of a request" do get :get_attachment_as_html, :incoming_message_id => ir.incoming_messages[1].id, :id => ir.id, :part => 2, - :file_name => 'hello.txt' + :file_name => 'hello world.txt' end.should raise_error(ActiveRecord::RecordNotFound) end @@ -907,6 +971,7 @@ describe RequestController, "when searching for an authority" do # so we make sure we're logged in, just in case before do @user = users(:bob_smith_user) + get_fixtures_xapian_index end it "should return nothing for the empty query string" do @@ -918,7 +983,6 @@ describe RequestController, "when searching for an authority" do end it "should return matching bodies" do - get_fixtures_xapian_index session[:user_id] = @user.id get :select_authority, :query => "Quango" @@ -1214,14 +1278,29 @@ describe RequestController, "when viewing an individual response for reply/follo response.body.should have_selector("div#other_recipients ul li", :content => "Frob") end - it "should not show individual responses if request hidden, even if request owner" do - ir = info_requests(:fancy_dog_request) - ir.prominence = 'hidden' - ir.save! + context 'when a request is hidden' do + + before do + ir = info_requests(:fancy_dog_request) + ir.prominence = 'hidden' + ir.save! + + session[:user_id] = users(:bob_smith_user).id + end + + it "should not show individual responses, even if request owner" do + get :show_response, :id => info_requests(:fancy_dog_request).id, :incoming_message_id => incoming_messages(:useless_incoming_message) + response.should render_template('request/hidden') + end + + it 'should respond to a json request for a hidden request with a 410 code and no body' do + get :show_response, :id => info_requests(:fancy_dog_request).id, + :incoming_message_id => incoming_messages(:useless_incoming_message), + :format => 'json' + + response.code.should == '410' + end - session[:user_id] = users(:bob_smith_user).id - get :show_response, :id => info_requests(:fancy_dog_request).id, :incoming_message_id => incoming_messages(:useless_incoming_message) - response.should render_template('request/hidden') end describe 'when viewing a response for an external request' do @@ -1559,7 +1638,7 @@ describe RequestController, "when classifying an information request" do end end - describe 'when redirecting after a successful status update by the request owner' do + describe 'after a successful status update by the request owner' do before do @request_owner = users(:bob_smith_user) @@ -1586,87 +1665,161 @@ describe RequestController, "when classifying an information request" do response.should redirect_to("http://test.host/#{redirect_path}") end - it 'should redirect to the "request url" with a message in the right tense when status is updated to "waiting response" and the response is not overdue' do - @dog_request.stub!(:date_response_required_by).and_return(Time.now.to_date+1) - @dog_request.stub!(:date_very_overdue_after).and_return(Time.now.to_date+40) + context 'when status is updated to "waiting_response"' do - expect_redirect("waiting_response", "request/#{@dog_request.url_title}") - flash[:notice].should match(/should get a response/) - end + it 'should redirect to the "request url" with a message in the right tense when + the response is not overdue' do + @dog_request.stub!(:date_response_required_by).and_return(Time.now.to_date+1) + @dog_request.stub!(:date_very_overdue_after).and_return(Time.now.to_date+40) - it 'should redirect to the "request url" with a message in the right tense when status is updated to "waiting response" and the response is overdue' do - @dog_request.stub!(:date_response_required_by).and_return(Time.now.to_date-1) - @dog_request.stub!(:date_very_overdue_after).and_return(Time.now.to_date+40) - expect_redirect('waiting_response', request_url) - flash[:notice].should match(/should have got a response/) - end + expect_redirect("waiting_response", "request/#{@dog_request.url_title}") + flash[:notice].should match(/should get a response/) + end - it 'should redirect to the "request url" with a message in the right tense when status is updated to "waiting response" and the response is overdue' do - @dog_request.stub!(:date_response_required_by).and_return(Time.now.to_date-2) - @dog_request.stub!(:date_very_overdue_after).and_return(Time.now.to_date-1) - expect_redirect('waiting_response', unhappy_url) - flash[:notice].should match(/is long overdue/) - flash[:notice].should match(/by more than 40 working days/) - flash[:notice].should match(/within 20 working days/) - end + it 'should redirect to the "request url" with a message in the right tense when + the response is overdue' do + @dog_request.stub!(:date_response_required_by).and_return(Time.now.to_date-1) + @dog_request.stub!(:date_very_overdue_after).and_return(Time.now.to_date+40) + expect_redirect('waiting_response', request_url) + flash[:notice].should match(/should have got a response/) + end - it 'should redirect to the "request url" when status is updated to "not held"' do - expect_redirect('not_held', request_url) + it 'should redirect to the "request url" with a message in the right tense when + the response is overdue' do + @dog_request.stub!(:date_response_required_by).and_return(Time.now.to_date-2) + @dog_request.stub!(:date_very_overdue_after).and_return(Time.now.to_date-1) + expect_redirect('waiting_response', unhappy_url) + flash[:notice].should match(/is long overdue/) + flash[:notice].should match(/by more than 40 working days/) + flash[:notice].should match(/within 20 working days/) + end end - it 'should redirect to the "request url" when status is updated to "successful"' do - expect_redirect('successful', request_url) - end + context 'when status is updated to "not held"' do + + it 'should redirect to the "request url"' do + expect_redirect('not_held', request_url) + end - it 'should redirect to the "unhappy url" when status is updated to "rejected"' do - expect_redirect('rejected', "help/unhappy/#{@dog_request.url_title}") end - it 'should redirect to the "unhappy url" when status is updated to "partially successful"' do - expect_redirect('partially_successful', "help/unhappy/#{@dog_request.url_title}") + context 'when status is updated to "successful"' do + + it 'should redirect to the "request url"' do + expect_redirect('successful', request_url) + end + + it 'should show a message including the donation url if there is one' do + AlaveteliConfiguration.stub!(:donation_url).and_return('http://donations.example.com') + post_status('successful') + flash[:notice].should match('make a donation') + flash[:notice].should match('http://donations.example.com') + end + + it 'should show a message without reference to donations if there is no + donation url' do + AlaveteliConfiguration.stub!(:donation_url).and_return('') + post_status('successful') + flash[:notice].should_not match('make a donation') + end + end - it 'should redirect to the "response url" when status is updated to "waiting clarification" and there is a last response' do - incoming_message = mock_model(IncomingMessage) - @dog_request.stub!(:get_last_response).and_return(incoming_message) - expect_redirect('waiting_clarification', "request/#{@dog_request.id}/response/#{incoming_message.id}") + context 'when status is updated to "waiting clarification"' do + + it 'should redirect to the "response url" when there is a last response' do + incoming_message = mock_model(IncomingMessage) + @dog_request.stub!(:get_last_response).and_return(incoming_message) + expect_redirect('waiting_clarification', "request/#{@dog_request.id}/response/#{incoming_message.id}") + end + + it 'should redirect to the "response no followup url" when there are no events + needing description' do + @dog_request.stub!(:get_last_response).and_return(nil) + expect_redirect('waiting_clarification', "request/#{@dog_request.id}/response") + end + end - it 'should redirect to the "response no followup url" when status is updated to "waiting clarification" and there are no events needing description' do - @dog_request.stub!(:get_last_response).and_return(nil) - expect_redirect('waiting_clarification', "request/#{@dog_request.id}/response") + context 'when status is updated to "rejected"' do + + it 'should redirect to the "unhappy url"' do + expect_redirect('rejected', "help/unhappy/#{@dog_request.url_title}") + end + end - it 'should redirect to the "respond to last url" when status is updated to "gone postal"' do - expect_redirect('gone_postal', "request/#{@dog_request.id}/response/#{@dog_request.get_last_response.id}?gone_postal=1") + context 'when status is updated to "partially successful"' do + + it 'should redirect to the "unhappy url"' do + expect_redirect('partially_successful', "help/unhappy/#{@dog_request.url_title}") + end + + it 'should show a message including the donation url if there is one' do + AlaveteliConfiguration.stub!(:donation_url).and_return('http://donations.example.com') + post_status('successful') + flash[:notice].should match('make a donation') + flash[:notice].should match('http://donations.example.com') + end + + it 'should show a message without reference to donations if there is no + donation url' do + AlaveteliConfiguration.stub!(:donation_url).and_return('') + post_status('successful') + flash[:notice].should_not match('make a donation') + end + end - it 'should redirect to the "request url" when status is updated to "internal review"' do - expect_redirect('internal_review', request_url) + context 'when status is updated to "gone postal"' do + + it 'should redirect to the "respond to last url"' do + expect_redirect('gone_postal', "request/#{@dog_request.id}/response/#{@dog_request.get_last_response.id}?gone_postal=1") + end + end - it 'should redirect to the "request url" when status is updated to "requires admin"' do - post :describe_state, :incoming_message => { - :described_state => 'requires_admin', - :message => "A message" }, - :id => @dog_request.id, - :last_info_request_event_id => @dog_request.last_event_id_needing_description - response.should redirect_to show_request_url(:url_title => @dog_request.url_title) + context 'when status updated to "internal review"' do + + it 'should redirect to the "request url"' do + expect_redirect('internal_review', request_url) + end + end - it 'should redirect to the "request url" when status is updated to "error message"' do - post :describe_state, :incoming_message => { - :described_state => 'error_message', - :message => "A message" }, - :id => @dog_request.id, - :last_info_request_event_id => @dog_request.last_event_id_needing_description - response.should redirect_to show_request_url(:url_title => @dog_request.url_title) + context 'when status is updated to "requires admin"' do + + it 'should redirect to the "request url"' do + post :describe_state, :incoming_message => { + :described_state => 'requires_admin', + :message => "A message" }, + :id => @dog_request.id, + :last_info_request_event_id => @dog_request.last_event_id_needing_description + response.should redirect_to show_request_url(:url_title => @dog_request.url_title) + end + end - it 'should redirect to the "respond to last url url" when status is updated to "user_withdrawn"' do - expect_redirect('user_withdrawn', "request/#{@dog_request.id}/response/#{@dog_request.get_last_response.id}") + context 'when status is updated to "error message"' do + + it 'should redirect to the "request url"' do + post :describe_state, :incoming_message => { + :described_state => 'error_message', + :message => "A message" }, + :id => @dog_request.id, + :last_info_request_event_id => @dog_request.last_event_id_needing_description + response.should redirect_to show_request_url(:url_title => @dog_request.url_title) + end + end + context 'when status is updated to "user_withdrawn"' do + + it 'should redirect to the "respond to last url url" ' do + expect_redirect('user_withdrawn', "request/#{@dog_request.id}/response/#{@dog_request.get_last_response.id}") + end + + end end end @@ -2262,6 +2415,11 @@ end describe RequestController, "when showing similar requests" do render_views + before do + get_fixtures_xapian_index + load_raw_emails_data + end + it "should work" do get :similar, :url_title => info_requests(:badger_request).url_title response.should render_template("request/similar") @@ -2269,8 +2427,6 @@ describe RequestController, "when showing similar requests" do end it "should show similar requests" do - get_fixtures_xapian_index - badger_request = info_requests(:badger_request) get :similar, :url_title => badger_request.url_title @@ -2294,91 +2450,6 @@ describe RequestController, "when showing similar requests" do end - -describe RequestController, "when reporting a request when not logged in" do - it "should only allow logged-in users to report requests" do - get :report_request, :url_title => info_requests(:badger_request).url_title - post_redirect = PostRedirect.get_last_post_redirect - response.should redirect_to(:controller => 'user', :action => 'signin', :token => post_redirect.token) - end -end - -describe RequestController, "when reporting a request (logged in)" do - render_views - - before do - @user = users(:robin_user) - session[:user_id] = @user.id - end - - it "should 404 for non-existent requests" do - lambda { - post :report_request, :url_title => "hjksfdhjk_louytu_qqxxx" - }.should raise_error(ActiveRecord::RecordNotFound) - end - - it "should mark a request as having been reported" do - ir = info_requests(:badger_request) - title = ir.url_title - get :show, :url_title => title - assigns[:info_request].attention_requested.should == false - - post :report_request, :url_title => title - response.should redirect_to(:action => :show, :url_title => title) - - get :show, :url_title => title - response.should be_success - assigns[:info_request].attention_requested.should == true - assigns[:info_request].described_state.should == "attention_requested" - end - - it "should not allow a request to be reported twice" do - title = info_requests(:badger_request).url_title - - post :report_request, :url_title => title - response.should redirect_to(:action => :show, :url_title => title) - get :show, :url_title => title - response.should be_success - response.body.should include("has been reported") - - post :report_request, :url_title => title - response.should redirect_to(:action => :show, :url_title => title) - get :show, :url_title => title - response.should be_success - response.body.should include("has already been reported") - end - - it "should let users know a request has been reported" do - title = info_requests(:badger_request).url_title - get :show, :url_title => title - response.body.should include("Offensive?") - - post :report_request, :url_title => title - response.should redirect_to(:action => :show, :url_title => title) - - get :show, :url_title => title - response.body.should_not include("Offensive?") - response.body.should include("This request has been reported") - - info_requests(:badger_request).set_described_state("successful") - get :show, :url_title => title - response.body.should_not include("This request has been reported") - response.body.should =~ (/the site administrators.*have not hidden it/) - end - - it "should send an email from the reporter to admins" do - ir = info_requests(:badger_request) - title = ir.url_title - post :report_request, :url_title => title - deliveries = ActionMailer::Base.deliveries - deliveries.size.should == 1 - mail = deliveries[0] - mail.subject.should =~ /attention_requested/ - mail.from.should include(@user.email) - mail.body.should include(@user.name) - end -end - describe RequestController, "when caching fragments" do it "should not fail with long filenames" do long_name = "blahblahblahblahblahblahblahblahblahblahblahblahblahblahblahblahblahblahblahblahblahblahblahblahblahblahblahblahblahblahblahblahblahblahblahblahblahblahblahblahblahblahblahblahblahblahblahblahblahblahblahblahblahblahblahblahblahblahblahblahblahblahblahblahblahblahblahblahblahblahblahblahblahblahblahblahblahblahblahblahblahblahblahblahblahblahblahblahblahblahblahblahblahblahblahblahblahblahblahblahblahblahblahblahblahblahblahblahblahblahblahblahblahblahblahblahblahblahblahblahblahblahblahblahblahblahblahblahblahblahblahblahblahblahblahblahblahblahblahblahblahblahblahblahblahblahblahblahblahblah.txt" @@ -2393,7 +2464,7 @@ describe RequestController, "when caching fragments" do attachment = mock(FoiAttachment, :display_filename => long_name, :body_as_html => ['some text', 'wrapper']) IncomingMessage.stub!(:find).with("44").and_return(incoming_message) - IncomingMessage.stub!(:get_attachment_by_url_part_number).and_return(attachment) + IncomingMessage.stub!(:get_attachment_by_url_part_number_and_filename).and_return(attachment) InfoRequest.stub!(:find).with("132").and_return(info_request) params = { :file_name => long_name, :controller => "request", @@ -2406,4 +2477,3 @@ describe RequestController, "when caching fragments" do end - diff --git a/spec/controllers/track_controller_spec.rb b/spec/controllers/track_controller_spec.rb index e9501b1ed..1575bc84e 100644 --- a/spec/controllers/track_controller_spec.rb +++ b/spec/controllers/track_controller_spec.rb @@ -144,6 +144,7 @@ describe TrackController, "when viewing RSS feed for a track" do get :track_request, :feed => 'feed', :url_title => track_thing.info_request.url_title response.should render_template('track/atom_feed') + response.content_type.should == 'application/atom+xml' # XXX should check it is an atom.builder type being rendered, not sure how to assigns[:xapian_object].matches_estimated.should == 3 @@ -158,6 +159,18 @@ describe TrackController, "when viewing RSS feed for a track" do get :track_user, :feed => 'feed', :url_name => "there_is_no_such_user" }.should raise_error(ActiveRecord::RecordNotFound) end + + it 'should return atom/xml for a feed url without format specified, even if the + requester prefers json' do + + request.env['HTTP_ACCEPT'] = 'application/json,text/xml' + track_thing = track_things(:track_fancy_dog_request) + + get :track_request, :feed => 'feed', :url_title => track_thing.info_request.url_title + response.should render_template('track/atom_feed') + response.content_type.should == 'application/atom+xml' + end + end describe TrackController, "when viewing JSON version of a track feed" do diff --git a/spec/controllers/user_controller_spec.rb b/spec/controllers/user_controller_spec.rb index a18554114..b09594b9c 100644 --- a/spec/controllers/user_controller_spec.rb +++ b/spec/controllers/user_controller_spec.rb @@ -66,6 +66,11 @@ end describe UserController, "when signing in" do render_views + before do + # Don't call out to external url during tests + controller.stub!(:country_from_ip).and_return('gb') + end + def get_last_postredirect post_redirects = PostRedirect.find_by_sql("select * from post_redirects order by id desc limit 1") post_redirects.size.should == 1 @@ -226,6 +231,11 @@ end describe UserController, "when signing up" do render_views + before do + # Don't call out to external url during tests + controller.stub!(:country_from_ip).and_return('gb') + end + it "should be an error if you type the password differently each time" do post :signup, { :user_signup => { :email => 'new@localhost', :name => 'New Person', :password => 'sillypassword', :password_confirmation => 'sillypasswordtwo' } @@ -626,6 +636,7 @@ describe UserController, "when viewing the wall" do render_views before(:each) do + load_raw_emails_data get_fixtures_xapian_index end diff --git a/spec/fixtures/files/blog_feed.atom b/spec/fixtures/files/blog_feed.atom new file mode 100644 index 000000000..f49693938 --- /dev/null +++ b/spec/fixtures/files/blog_feed.atom @@ -0,0 +1,39 @@ +<?xml version="1.0" encoding="UTF-8"?> +<rss version="2.0" + xmlns:content="http://purl.org/rss/1.0/modules/content/" + xmlns:wfw="http://wellformedweb.org/CommentAPI/" + xmlns:dc="http://purl.org/dc/elements/1.1/" + xmlns:atom="http://www.w3.org/2005/Atom" + xmlns:sy="http://purl.org/rss/1.0/modules/syndication/" + xmlns:slash="http://purl.org/rss/1.0/modules/slash/" + > + +<channel> + <title>A Blog Feed</title> + <atom:link href="http://example.com/feed/" rel="self" type="application/rss+xml" /> + <link>http://www.example.com</link> + <description>Stuff</description> + <lastBuildDate>Tue, 30 Apr 2013 14:34:15 +0000</lastBuildDate> + <language>en</language> + <sy:updatePeriod>hourly</sy:updatePeriod> + <sy:updateFrequency>1</sy:updateFrequency> + <generator>http://wordpress.org/?v=3.3.2</generator> + <item> + <title>Example Post</title> + <link>http://www.example.com/example-post</link> + <comments>http://www.example.com/example-post#comments</comments> + <pubDate>Mon, 01 Apr 2013 19:26:08 +0000</pubDate> + <dc:creator>Example Blogger</dc:creator> + <category><![CDATA[FOI]]></category> + + <guid isPermaLink="false">http://www.example.com/?id=333</guid> + <description><![CDATA[An example post [...]]]></description> + <content:encoded><![CDATA[<h3>A blog post</h3> +<p>Example post</p> +]]></content:encoded> + <wfw:commentRss>http://www.example.com/feed/</wfw:commentRss> + <slash:comments>2</slash:comments> + </item> + + </channel> +</rss> diff --git a/spec/fixtures/files/incoming-request-two-same-name.email b/spec/fixtures/files/incoming-request-two-same-name.email index f1024d607..ecd322fe4 100644 --- a/spec/fixtures/files/incoming-request-two-same-name.email +++ b/spec/fixtures/files/incoming-request-two-same-name.email @@ -13,13 +13,13 @@ Content-Disposition: inline --Q68bSM7Ycu6FN28Q Content-Type: text/plain; charset=us-ascii -Content-Disposition: attachment; filename="hello.txt" +Content-Disposition: attachment; filename="hello-world.txt" Second hello --Q68bSM7Ycu6FN28Q Content-Type: text/plain; charset=us-ascii -Content-Disposition: attachment; filename="hello.txt" +Content-Disposition: attachment; filename="hello-world.txt" First hello diff --git a/spec/fixtures/files/inline-uuencode.email b/spec/fixtures/files/inline-uuencode.email new file mode 100644 index 000000000..3134ba3ad --- /dev/null +++ b/spec/fixtures/files/inline-uuencode.email @@ -0,0 +1,27 @@ +From foo@bar Mon Jun 01 17:14:44 2009 +Return-path: <foo@bar> +Envelope-to: foi@quux +Delivery-date: Mon, 01 Jun 2009 17:14:44 +0100 +From: <foo@bar> +To: <request-whatever@quux> +Subject: something or other +Date: Mon, 1 Jun 2009 17:14:37 +0100 +X-MimeOLE: Produced By Microsoft MimeOLE V6.00.3790.181 +Message-ID: <baz@xyzzy> + +Thanks for your email - here's a truncated attachment +for you: + +********************************************************************** + +begin 666 ResponseT7363 9.doc +MT,\1X*&Q&N$`````````````````````/@`#`/[_"0`&```````````````" +M````) ``````````$ ``+@````$```#^____`````",```!L````________ +M```````````````````````````````````````````````````````````` +M```````````````````````````````````````````````````````````` +#```` +` +end + +The original of this email was scanned for viruses or something +like that. diff --git a/spec/fixtures/files/malformed-to-and-cc.email b/spec/fixtures/files/malformed-to-and-cc.email new file mode 100644 index 000000000..4fbb6e21e --- /dev/null +++ b/spec/fixtures/files/malformed-to-and-cc.email @@ -0,0 +1,11 @@ +From foo@bar Wed Mar 12 14:58:26 2008 +Return-path: <foo@bar> +Subject: example email +To: <bar@example.org +Cc: baz@example.org> +From: quux@example.org +Date: Mon, 7 May 2012 12:47:06 +0100 +Mime-Version: 1.0 +Content-Type: text/plain; charset=utf-8 + +A very basic email, but with malformed To: and Cc: lines diff --git a/spec/fixtures/files/mislabelled-as-iso-8859-1.email b/spec/fixtures/files/mislabelled-as-iso-8859-1.email new file mode 100644 index 000000000..6c8e6109e --- /dev/null +++ b/spec/fixtures/files/mislabelled-as-iso-8859-1.email @@ -0,0 +1,20 @@ +From foo@bar Thu Mar 01 15:02:33 2012 +Return-path: <foo@bar> +Envelope-to: foi@quux +Delivery-date: Thu, 01 Mar 2012 15:02:33 +0000 +Date: Thu, 01 Mar 2012 15:01:58 +0000 +Subject: some FOI request +To: foi@quux +From: foo@bar +MIME-Version: 1.0 +Content-Type: text/plain; charset="iso-8859-1" +Content-Transfer-Encoding: 7bit +Message-Id: <2468@bar.local> + +Dear Whoever, + +THERE'S A DASH NEXT REQUEST FOR INFORMATION + +Best regards, +Other Person + diff --git a/spec/fixtures/files/multipart-no-final-boundary.email b/spec/fixtures/files/multipart-no-final-boundary.email new file mode 100644 index 000000000..9c16dad52 --- /dev/null +++ b/spec/fixtures/files/multipart-no-final-boundary.email @@ -0,0 +1,21 @@ +From foo@bar Thu Sep 13 10:34:44 2012 +Return-path: <foo@bar> +Envelope-to: foi@example.org +Delivery-date: Thu, 13 Sep 2012 10:34:44 +0100 +From: foo@bar +To: foi@example.org +Subject: an acknowledgement email +Date: Thu, 13 Sep 2012 10:08:03 +0100 +Message-ID: <987654@foo.local> +Content-Type: multipart/mixed; boundary="-----7D81B75CCC90D2974F7A1CBD" + +This is a multi-part message in MIME format. +-------7D81B75CCC90D2974F7A1CBD +Content-Type: text/html + +<div> + <p> + This is an acknowledgement of your email, that irritatingly + leaves out the final MIME boundary. + </p> +<div> diff --git a/spec/fixtures/files/nested-attachments-premature-end.email b/spec/fixtures/files/nested-attachments-premature-end.email new file mode 100644 index 000000000..6b13808dc --- /dev/null +++ b/spec/fixtures/files/nested-attachments-premature-end.email @@ -0,0 +1,110 @@ +From someone@example.org Mon May 15 13:10:29 2012 +Return-path: <someone@example.org> +Envelope-to: foi@example.org +Delivery-date: Mon, 15 May 2012 13:10:29 +0100 +Message-Id: <abcde@baz.local> +Date: Mon, 15 May 2012 09:48:48 +0100 +From: "Example Person" <someone@example.org> +To: <request@example.org> +Subject: some FOI request or other +Mime-Version: 1.0 +Content-Type: multipart/mixed; boundary="=__outer__=" + +This is a MIME message. If you are reading this text, you may want to +consider changing to a mail reader or gateway that understands how to +properly handle MIME multipart messages. + +--=__outer__= +Content-Type: multipart/alternative; boundary="=__inner__=" + +--=__inner__= +Content-Type: text/plain; charset="utf-8" +Content-Transfer-Encoding: quoted-printable +X-MIME-Autoconverted: from 8bit to quoted-printable by something + +Hello +=20 +Please find some information attached. +=20 + +--=__inner__= +Content-Description: HTML +Content-Type: text/html; charset="utf-8" +Content-Transfer-Encoding: quoted-printable + +<html> + <head> + <title>some title text</title> + </head> + <body> + <p>blah blah blah</p> + </body> +</html> + +--=__inner__=-- + +--=__outer__= +Content-Type: message/rfc822 + +Return-path: <foo@bar> +Date: Mon, 7 May 2012 12:47:06 +0100 +From: someone-else@example.org +To: foi@example.org +Message-Id: <56789@quux.local> +Subject: a freedom of information requests +Mime-Version: 1.0 +Content-Type: text/plain; charset=utf-8 + + Dear Whoever, + + Please could you let me know, um, whatever ... + + Yours faithfully, + + Whoever I Am + +--=__outer__= +Content-Type: text/plain; charset=US-ASCII +Content-Disposition: inline +Content-Transfer-Encoding: quoted-printable + + Dear Whowever, + =20 + Please could you let me know, um, whatever ... + =20 + Yours faithfully, + =20 + Whoever I Am + =20 + +--=__outer__=-- + +--=__outer__= +Content-Type: application/png; name="maroon-square.png" +Content-Transfer-Encoding: base64 +Content-Disposition: attachment; filename="maroon-square.png" + +iVBORw0KGgoAAAANSUhEUgAAAEEAAABCCAYAAAAIY7vrAAAABmJLR0QA/wD/AP+g +vaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH3QQeDSEx8qultwAAABl0 +RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAMzSURBVHja7VtL2psw +DNS4rPv1Gj1Kt71Az9ZT9F7dN9MFGGThB/YfKDX2Kp8DRBpLowcKvn/5ShERiAgl +srh8aT93tJzWdae8XR0CEICwUx59K54H4QFKp0Eg5alrAwEYIDx5DRAGCAOEAcIA +QaUFfDoIHJawpEbOPd0dRPjJDWIUiEwt933+8es2Ovz++a3dCkREXmwD4ZbsVln6 +cLkef14duAMqAGCkY0A+jBNgXGFZU/eKa3fhZjlQqLhHKF9oFbpulE2Z/oFrXTd+ +nlOWkn1dMHXrAiWguq0iG9uk/REjBggPtgQOED781my4wwBhgDBAmPmUAwR0X0UO +dxggnA8CO5xocU8HoAoEDwA6nOyCH+ZMKQ4zy+QbNBoUirquMPBJcgPyJkOi+c7S +ohhn6ZctzDIrcFalIspYILG1et9WABUtt6WztLq+/0Amp9sCnsCBUhfvK4FLiRCA +QwC7JABGTngrIIPnIjf6R5We0uxz3j+FbCvdy2nlY/IgcfrMRQuFHIC9Sap3AW8n +2gZ+cZYCVn4LzBxxnykNgJpWN8lt7yw+QCMxan2s8lQXcNlDlpAW7YmIXMszTgoH +rU91+8OFYXN9ikz/LyLgExSCDlaO+cdGsIEQkyUAIgFMKRTEn3vDjFFHwWSIzEQC +cmN4IHVNGG2PQXhhsuRl3jihwQyB6H1274gV1BhKLKNt4ZEpkygeeoC+xytdK1cr +oX0EACphnTZXbbLMmL/YBGo9lSU1OmBONMnTlQUqTa4y1VgAddg0hdTR04lyT0Xq +8RYAyHVyBX6ET/9wTBD6TWVCMH5Qo3yhXju3bNY/BBMdsoLYBMmnzQdOP56O36s5 +40r1D7UWYV5dNT2nbxVBAHb43Y36CdbXfTii6isU/U7ZXLQ4w/V/wotFoilVF2kl +w7YCDrIPkj4/G9fao7q0rYSSJdgeSqmQrCU+r/j8rOv/gpuKPm5Lffen5eN+ljeo +rcfW0Om2Enm9KwDZAgrG98txX9cMe6X2E5SGU29VTE17lFAUkMybsXclndu31BGX +hcgWv8oxonYtkf/jhc10WPGgm2IZncKlu+sg8vLm7hDSwk3f2/wFEzN3v6aAXQ0A +AAAASUVORK5CYII= + +--=__outer__=-- + diff --git a/spec/fixtures/files/no-part-charset-random-data.email b/spec/fixtures/files/no-part-charset-random-data.email new file mode 100644 index 000000000..d51fd3f38 --- /dev/null +++ b/spec/fixtures/files/no-part-charset-random-data.email @@ -0,0 +1,30 @@ +From xxxx@yahoo.cn Mon Oct 08 14:01:34 2012 +Return-path: <xxxx@yahoo.cn> +Envelope-to: foi@atlas.ukcod.org.uk +Delivery-date: Mon, 08 Oct 2012 14:01:34 +0100 +Received: (qmail 63864 invoked from network); 8 Oct 2012 13:01:12 -0000 +DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=yahoo.cn; s=s1024; t=1349701272; bh=T/mtlIYvhB/L5RO+CvTazeAdGf1n1zsGXBoA8EKGT9M=; h=Message-ID:X-Yahoo-Newman-Property:X-YMail-OSG:X-Yahoo-SMTP:Received:X-mailer:From:Subject:To:Content-Transfer-Encoding:Content-Type:Date; b=LYI/PXvA7DA746bmyprChUg7N8YDvN9XE/bhfTt5MW7siOmxHHzn1w+s5X33PvLI0x0UfJLo+MCkTnGPKnG5BYY38US8PkocJYyphrvF/eaUl3ALf8UvxHBOJX1iIi89Xp2NnfbS8lz9kZAWifb9GOnOA5/kLDcL5/WJXliit2k= +Message-ID: <xxxx@xxxx.yahoo.com> +X-Yahoo-Newman-Property: ymail-5 +X-YMail-OSG: nPs5jgsVM1myUoKjeEPTxxalz4BM6BZMEUYu.E8NPMPQyo_ + Yej8T2WCTurn767NOwhuDIqNxC2QGZINqfjmKcdyW7a1P_Zxqr9GsjgxODci + ihwr7qYAGDDbcsrB.PX4epnJZHl3yAwoGW.1ReEZnXQANFcNep7.zNEbZ_2k + RU1IhI9aHYvxPxt5RWugwOoFRh9P8Ym35A88IMazNtVaBiBEXF6Vk8Aqr9XP + 3Vh9xOT9Pn6X8qOUjNXkdb3xB4S5AAIRSE9mqhL1KzHBwdVQs25IoM_2FV2b + gPsQGgL4_mwBH0WcEMhdj7Kn6Nfb44L.50E_V3DH.8P7KzDK8zNVXSbAqohX + Qi6MzUK2frr8IyZyYzHb.ekff7kAcJgUoHvhnyPar8tRYxhQT3_xsUTzsx8N + oWckVPh_i3OT7U4ObgekqgtteMoYqPH2eF1SZXamGBAs- +X-Yahoo-SMTP: YUQHwRWswBDjbw_M.D6EP4KpT9khlJErDRBQi4ySZQ-- +X-mailer: MIME::Lite 3.027 (F2.74; T1.31; A2.07; B3.13; Q3.13) +From: =?GB2312?B?zsJKaWFu?= Bing <xxxx@yahoo.cn> +Subject: =?GB2312?B?yM7A1svJ?= +To: FOI Person <EMAIL_TO> +Content-Transfer-Encoding: base64 +Content-Type: text/plain +Date: Tue, 9 Oct 2012 20:53:06 +0800 + +HPBSqsndNBX+ER4hyBoPhhnclcWKVFgbevdD5cJvfI/ARbxRYqA28hZ49Pf6A/ks +NdVh4N5VPgRs/7SHYPfw5625pZJYTLj6nVdYk76sxnjiiAmwCJWGjPoWvO7nHUBv +fuLXtNVq5HmD0bWWjAbSk2n74PW7v5izbNO2fjHyiyX2CIof0rriXDmOldJqoebO +ejybrjG+Tahpu3FF1Mw98HfswzkdB46u/izLCzdUQVM= + diff --git a/spec/fixtures/files/part-without-charset-in-content-type.email b/spec/fixtures/files/part-without-charset-in-content-type.email new file mode 100644 index 000000000..439d52cc3 --- /dev/null +++ b/spec/fixtures/files/part-without-charset-in-content-type.email @@ -0,0 +1,38 @@ +From example@example.com Wed Sep 15 17:55:40 2010 +Return-path: <example@example.com> +Envelope-to: example@example.com +Delivery-date: Wed, 15 Sep 2010 17:55:40 +0100 +From: <example@example.com> +To: <request-xxxxx@whatdotheyknow.com> +Date: Wed, 15 Sep 2010 17:56:03 +0100 +Subject: FOI Internal Review response +Thread-Topic: FOI Internal Review response +Thread-Index: xxxxx +Message-ID: <xxxxxx> +Accept-Language: en-US, en-GB +Content-Language: en-US +X-MS-Has-Attach: yes +X-MS-TNEF-Correlator: +acceptlanguage: en-US, en-GB +Content-Type: multipart/mixed; + boundary="_002_E6527350F565F54A88C36C23F6C2B86702618AD0DF95SDCCPMSXMB5_" +MIME-Version: 1.0 + +--_002_E6527350F565F54A88C36C23F6C2B86702618AD0DF95SDCCPMSXMB5_ +Content-Type: text/plain; charset="utf-8" +Content-Transfer-Encoding: base64 + +someencodedtext= + +--_002_E6527350F565F54A88C36C23F6C2B86702618AD0DF95SDCCPMSXMB5_ +Content-Type: document/pdf; name="document.pdf" +Content-Description: document.pdf +Content-Disposition: attachment; filename="document.pdf"; + size=62103; creation-date="Wed, 15 Sep 2010 17:54:27 GMT"; + modification-date="Wed, 15 Sep 2010 17:54:27 GMT" +Content-Transfer-Encoding: base64 + +somemoreencodedtext= + +--_002_E6527350F565F54A88C36C23F6C2B86702618AD0DF95SDCCPMSXMB5_-- + diff --git a/spec/fixtures/files/subject-bad-utf-8-trailing-base64.email b/spec/fixtures/files/subject-bad-utf-8-trailing-base64.email new file mode 100644 index 000000000..dad621877 --- /dev/null +++ b/spec/fixtures/files/subject-bad-utf-8-trailing-base64.email @@ -0,0 +1,5 @@ +From: foo@bar +To: baz@quux +Subject: =?UTF-8?B?aGVsbG/w?= + +Hello, this is the text of the email. diff --git a/spec/fixtures/files/subject-bad-utf-8-trailing-quoted-printable.email b/spec/fixtures/files/subject-bad-utf-8-trailing-quoted-printable.email new file mode 100644 index 000000000..b80deb4e8 --- /dev/null +++ b/spec/fixtures/files/subject-bad-utf-8-trailing-quoted-printable.email @@ -0,0 +1,5 @@ +From: foo@bar +To: baz@quux +Subject: =?UTF-8?Q?hello=F0=?= + +Hello, this is the text of the email. diff --git a/spec/fixtures/files/tnef-attachment-empty.email b/spec/fixtures/files/tnef-attachment-empty.email new file mode 100644 index 000000000..7967aa95b --- /dev/null +++ b/spec/fixtures/files/tnef-attachment-empty.email @@ -0,0 +1,196 @@ +From hello@blah.local Fri Feb 21 16:23:14 2013 +Return-path: <bar@example.org> +Envelope-to: foo@example.org +Delivery-date: Fri, 21 Feb 2013 16:23:14 +0000 +Content-Type: multipart/mixed; + boundary="_000_553468B23EE29B4F8836CBD0E1B2A15A275C3AA855POLNIEXMBV2po_" +From: <bar@example.org> +To: <foo@example.org> +Sender: <hello@blah.local> +Date: Fri, 21 Feb 2013 16:23:04 +0000 +Subject: here's a useless email +Message-ID: <12345@blah.local> +Accept-Language: en-US, en-GB +Content-Language: en-US +X-MS-Has-Attach: +X-MS-TNEF-Correlator: <12345@blah.local> +acceptlanguage: en-US, en-GB +MIME-Version: 1.0 + +--_000_553468B23EE29B4F8836CBD0E1B2A15A275C3AA855POLNIEXMBV2po_ +Content-Type: text/plain; charset="us-ascii" +Content-Transfer-Encoding: quoted-printable + +This attachment just has a body from one of the tests +in the tnef package in Debian. + +--_000_553468B23EE29B4F8836CBD0E1B2A15A275C3AA855POLNIEXMBV2po_ +Content-Disposition: attachment; filename="winmail.dat" +Content-Transfer-Encoding: base64 +Content-Type: application/ms-tnef; name="winmail.dat" + +eJ8+IiURAQaQCAAEAAAAAAABAAEAAQeQBgAIAAAA5AQAAAAAAADoAAENgAQAAgAA +AAIAAgABBYADAA4AAADVBwQAGQAKAA8AIwABADYBASCAAwAOAAAA1QcEABkACgAP +ACQAAQA3AQEJgAEAIQAAADBEREEwRkNCQ0MwN0MxNDE5MkVFODZGQzQyRDE1Qjk1 +AGYHAQSQBgBkAgAAAQAAAA8AAAAfAAEwAQAAABAAAAAzAGsAdQBzAGUAcgAyAAAA +HwACMAEAAAAGAAAARQBYAAAAAAAfAAMwAQAAAI4AAAAvAE8APQBCAFIALQBFAFgA +QwBIAC0AVABFAFMAVAAvAE8AVQA9AEYASQBSAFMAVAAgAEEARABNAEkATgBJAFMA +VABSAEEAVABJAFYARQAgAEcAUgBPAFUAUAAvAEMATgA9AFIARQBDAEkAUABJAEUA +TgBUAFMALwBDAE4APQAzAGsAdQBzAGUAcgAyAAAAAAADAAAwAAAAAAMA/18AAAAA +AwAVDAEAAAACAQswAQAAAEoAAABFWDovTz1CUi1FWENILVRFU1QvT1U9RklSU1Qg +QURNSU5JU1RSQVRJVkUgR1JPVVAvQ049UkVDSVBJRU5UUy9DTj0zS1VTRVIyAAAA +HwAgOgEAAAAQAAAAMwBrAHUAcwBlAHIAMgAAAAMA/V8BAAAACwBAOgAA+T8CAfdf +AQAAAGMAAAAAAAAA3KdAyMBCEBq0uQgAKy/hggEAAAAAAAAAL289QlItRVhDSC1U +RVNUL291PUZpcnN0IEFkbWluaXN0cmF0aXZlIEdyb3VwL2NuPVJlY2lwaWVudHMv +Y249M2t1c2VyMgAAAwAAOQAAAAAfAP45AQAAAEoAAAAzAGsAdQBzAGUAcgAyAEAA +YgByAGUAeABjAGgAYQBuAGcAZQAuAGQAbwBsAHAAaABpAG4AcwBlAGEAcgBjAGgA +LgBjAG8AbQAAAAAAAwBxOgAAAAAfAPZfAQAAABAAAAAzAGsAdQBzAGUAcgAyAAAA +m2sBA5AGAEwbAAAzAAAACwACAAEAAAAfABoAAQAAABIAAABJAFAATQAuAE4AbwB0 +AGUAAAAAAAMAJgAAAAAAAwA2AAAAAAAfADcAAQAAAB4AAABCAGkAbABsACAAbwBm +ACAAUgBpAGcAaAB0AHMAAAAAAEAAOQBgQvtkuknFAR8APQABAAAAAgAAAAAAAAAC +AUcAAQAAADgAAABjPXVzO2E9IDtwPUJSLUVYQ0gtVEVTVDtsPUJSLUVYQ0gtREVW +MS0wNTA0MjUxNzE1MzZaLTE0AB8AcAABAAAAHgAAAEIAaQBsAGwAIABvAGYAIABS +AGkAZwBoAHQAcwAAAAAAAgFxAAEAAAAWAAAAAcVJumT7yarjal9+TnmqsNvwaipi +/QAAHwAaDAEAAAAQAAAAMwBrAHIAZQBsAGEAeQAAAB8AHQ4BAAAAHgAAAEIAaQBs +AGwAIABvAGYAIABSAGkAZwBoAHQAcwAAAAAAAgETEAEAAADuFAAAPCFET0NUWVBF +IEhUTUwgUFVCTElDICItLy9XM0MvL0RURCBIVE1MIDQuMCBUcmFuc2l0aW9uYWwv +L0VOIj4NCjxIVE1MPjxIRUFEPg0KPE1FVEEgaHR0cC1lcXVpdj1Db250ZW50LVR5 +cGUgY29udGVudD0idGV4dC9odG1sOyBjaGFyc2V0PXVzLWFzY2lpIj4NCjxNRVRB +IGNvbnRlbnQ9Ik1TSFRNTCA2LjAwLjM3OTAuMTgzMCIgbmFtZT1HRU5FUkFUT1I+ +PC9IRUFEPg0KPEJPRFk+DQo8RElWPg0KPERJVj48Rk9OVCBmYWNlPUFyaWFsIHNp +emU9Mj5USEUgQklMTCBPRiBSSUdIVFM8QlI+QW1lbmRtZW50cyAxLTEwIG9mIHRo +ZSANCkNvbnN0aXR1dGlvbjwvRk9OVD48L0RJVj4NCjxESVY+Jm5ic3A7PC9ESVY+ +DQo8RElWPjxGT05UIGZhY2U9QXJpYWwgc2l6ZT0yPlRoZSBDb252ZW50aW9ucyBv +ZiBhIG51bWJlciBvZiB0aGUgU3RhdGVzIGhhdmluZywgDQphdCB0aGUgdGltZSBv +ZiBhZG9wdGluZyB0aGUgQ29uc3RpdHV0aW9uLCBleHByZXNzZWQgYSBkZXNpcmUs +IGluIG9yZGVyIHRvIA0KcHJldmVudCBtaXNjb25zdHJ1Y3Rpb24gb3IgYWJ1c2Ug +b2YgaXRzIHBvd2VycywgdGhhdCBmdXJ0aGVyIGRlY2xhcmF0b3J5IGFuZCANCnJl +c3RyaWN0aXZlIGNsYXVzZXMgc2hvdWxkIGJlIGFkZGVkLCBhbmQgYXMgZXh0ZW5k +aW5nIHRoZSBncm91bmQgb2YgcHVibGljIA0KY29uZmlkZW5jZSBpbiB0aGUgR292 +ZXJubWVudCB3aWxsIGJlc3QgaW5zdXJlIHRoZSBiZW5lZmljZW50IGVuZHMgb2Yg +aXRzIA0KaW5zdGl0dXRpb247IDxCUj5SZXNvbHZlZCwgYnkgdGhlIFNlbmF0ZSBh +bmQgSG91c2Ugb2YgUmVwcmVzZW50YXRpdmVzIG9mIHRoZSANClVuaXRlZCBTdGF0 +ZXMgb2YgQW1lcmljYSwgaW4gQ29uZ3Jlc3MgYXNzZW1ibGVkLCB0d28tdGhpcmRz +IG9mIGJvdGggSG91c2VzIA0KY29uY3VycmluZywgdGhhdCB0aGUgZm9sbG93aW5n +IGFydGljbGVzIGJlIHByb3Bvc2VkIHRvIHRoZSBMZWdpc2xhdHVyZXMgb2YgdGhl +IA0Kc2V2ZXJhbCBTdGF0ZXMsIGFzIGFtZW5kbWVudHMgdG8gdGhlIENvbnN0aXR1 +dGlvbiBvZiB0aGUgVW5pdGVkIFN0YXRlczsgYWxsIG9yIA0KYW55IG9mIHdoaWNo +IGFydGljbGVzLCB3aGVuIHJhdGlmaWVkIGJ5IHRocmVlLWZvdXJ0aHMgb2YgdGhl +IHNhaWQgTGVnaXNsYXR1cmVzLCANCnRvIGJlIHZhbGlkIHRvIGFsbCBpbnRlbnRz +IGFuZCBwdXJwb3NlcyBhcyBwYXJ0IG9mIHRoZSBzYWlkIENvbnN0aXR1dGlvbiwg +DQpuYW1lbHk6IDwvRk9OVD48L0RJVj4NCjxESVY+Jm5ic3A7PC9ESVY+DQo8RElW +PjxGT05UIGZhY2U9QXJpYWwgc2l6ZT0yPkFtZW5kbWVudCBJPC9GT05UPjwvRElW +Pg0KPERJVj4mbmJzcDs8L0RJVj4NCjxESVY+PEZPTlQgZmFjZT1BcmlhbCBzaXpl +PTI+Q29uZ3Jlc3Mgc2hhbGwgbWFrZSBubyBsYXcgcmVzcGVjdGluZyBhbiANCmVz +dGFibGlzaG1lbnQgb2YgcmVsaWdpb24sIG9yIHByb2hpYml0aW5nIHRoZSBmcmVl +IGV4ZXJjaXNlIHRoZXJlb2Y7IG9yIA0KYWJyaWRnaW5nIHRoZSBmcmVlZG9tIG9m +IHNwZWVjaCwgb3Igb2YgdGhlIHByZXNzOyBvciB0aGUgcmlnaHQgb2YgdGhlIHBl +b3BsZSANCnBlYWNlYWJseSB0byBhc3NlbWJsZSwgYW5kIHRvIHBldGl0aW9uIHRo +ZSBnb3Zlcm5tZW50IGZvciBhIHJlZHJlc3Mgb2YgDQpncmlldmFuY2VzLiA8L0ZP +TlQ+PC9ESVY+DQo8RElWPiZuYnNwOzwvRElWPg0KPERJVj48Rk9OVCBmYWNlPUFy +aWFsIHNpemU9Mj5BbWVuZG1lbnQgSUk8L0ZPTlQ+PC9ESVY+DQo8RElWPiZuYnNw +OzwvRElWPg0KPERJVj48Rk9OVCBmYWNlPUFyaWFsIHNpemU9Mj5BIHdlbGwgcmVn +dWxhdGVkIG1pbGl0aWEsIGJlaW5nIG5lY2Vzc2FyeSB0byB0aGUgDQpzZWN1cml0 +eSBvZiBhIGZyZWUgc3RhdGUsIHRoZSByaWdodCBvZiB0aGUgcGVvcGxlIHRvIGtl +ZXAgYW5kIGJlYXIgYXJtcywgc2hhbGwgDQpub3QgYmUgaW5mcmluZ2VkLiA8L0ZP +TlQ+PC9ESVY+DQo8RElWPiZuYnNwOzwvRElWPg0KPERJVj48Rk9OVCBmYWNlPUFy +aWFsIHNpemU9Mj5BbWVuZG1lbnQgSUlJPC9GT05UPjwvRElWPg0KPERJVj4mbmJz +cDs8L0RJVj4NCjxESVY+PEZPTlQgZmFjZT1BcmlhbCBzaXplPTI+Tm8gc29sZGll +ciBzaGFsbCwgaW4gdGltZSBvZiBwZWFjZSBiZSBxdWFydGVyZWQgaW4gDQphbnkg +aG91c2UsIHdpdGhvdXQgdGhlIGNvbnNlbnQgb2YgdGhlIG93bmVyLCBub3IgaW4g +dGltZSBvZiB3YXIsIGJ1dCBpbiBhIG1hbm5lciANCnRvIGJlIHByZXNjcmliZWQg +YnkgbGF3LiA8L0ZPTlQ+PC9ESVY+DQo8RElWPiZuYnNwOzwvRElWPg0KPERJVj48 +Rk9OVCBmYWNlPUFyaWFsIHNpemU9Mj5BbWVuZG1lbnQgSVY8L0ZPTlQ+PC9ESVY+ +DQo8RElWPiZuYnNwOzwvRElWPg0KPERJVj48Rk9OVCBmYWNlPUFyaWFsIHNpemU9 +Mj5UaGUgcmlnaHQgb2YgdGhlIHBlb3BsZSB0byBiZSBzZWN1cmUgaW4gdGhlaXIg +DQpwZXJzb25zLCBob3VzZXMsIHBhcGVycywgYW5kIGVmZmVjdHMsIGFnYWluc3Qg +dW5yZWFzb25hYmxlIHNlYXJjaGVzIGFuZCANCnNlaXp1cmVzLCBzaGFsbCBub3Qg +YmUgdmlvbGF0ZWQsIGFuZCBubyB3YXJyYW50cyBzaGFsbCBpc3N1ZSwgYnV0IHVw +b24gcHJvYmFibGUgDQpjYXVzZSwgc3VwcG9ydGVkIGJ5IG9hdGggb3IgYWZmaXJt +YXRpb24sIGFuZCBwYXJ0aWN1bGFybHkgZGVzY3JpYmluZyB0aGUgcGxhY2UgDQp0 +byBiZSBzZWFyY2hlZCwgYW5kIHRoZSBwZXJzb25zIG9yIHRoaW5ncyB0byBiZSBz +ZWl6ZWQuIDwvRk9OVD48L0RJVj4NCjxESVY+Jm5ic3A7PC9ESVY+DQo8RElWPjxG +T05UIGZhY2U9QXJpYWwgc2l6ZT0yPkFtZW5kbWVudCBWPC9GT05UPjwvRElWPg0K +PERJVj4mbmJzcDs8L0RJVj4NCjxESVY+PEZPTlQgZmFjZT1BcmlhbCBzaXplPTI+ +Tm8gcGVyc29uIHNoYWxsIGJlIGhlbGQgdG8gYW5zd2VyIGZvciBhIGNhcGl0YWws +IG9yIA0Kb3RoZXJ3aXNlIGluZmFtb3VzIGNyaW1lLCB1bmxlc3Mgb24gYSBwcmVz +ZW50bWVudCBvciBpbmRpY3RtZW50IG9mIGEgZ3JhbmQganVyeSwgDQpleGNlcHQg +aW4gY2FzZXMgYXJpc2luZyBpbiB0aGUgbGFuZCBvciBuYXZhbCBmb3JjZXMsIG9y +IGluIHRoZSBtaWxpdGlhLCB3aGVuIGluIA0KYWN0dWFsIHNlcnZpY2UgaW4gdGlt +ZSBvZiB3YXIgb3IgcHVibGljIGRhbmdlcjsgbm9yIHNoYWxsIGFueSBwZXJzb24g +YmUgc3ViamVjdCANCmZvciB0aGUgc2FtZSBvZmZlbnNlIHRvIGJlIHR3aWNlIHB1 +dCBpbiBqZW9wYXJkeSBvZiBsaWZlIG9yIGxpbWI7IG5vciBzaGFsbCBiZSANCmNv +bXBlbGxlZCBpbiBhbnkgY3JpbWluYWwgY2FzZSB0byBiZSBhIHdpdG5lc3MgYWdh +aW5zdCBoaW1zZWxmLCBub3IgYmUgZGVwcml2ZWQgDQpvZiBsaWZlLCBsaWJlcnR5 +LCBvciBwcm9wZXJ0eSwgd2l0aG91dCBkdWUgcHJvY2VzcyBvZiBsYXc7IG5vciBz +aGFsbCBwcml2YXRlIA0KcHJvcGVydHkgYmUgdGFrZW4gZm9yIHB1YmxpYyB1c2Us +IHdpdGhvdXQganVzdCBjb21wZW5zYXRpb24uIDwvRk9OVD48L0RJVj4NCjxESVY+ +Jm5ic3A7PC9ESVY+DQo8RElWPjxGT05UIGZhY2U9QXJpYWwgc2l6ZT0yPkFtZW5k +bWVudCBWSTwvRk9OVD48L0RJVj4NCjxESVY+Jm5ic3A7PC9ESVY+DQo8RElWPjxG +T05UIGZhY2U9QXJpYWwgc2l6ZT0yPkluIGFsbCBjcmltaW5hbCBwcm9zZWN1dGlv +bnMsIHRoZSBhY2N1c2VkIHNoYWxsIA0KZW5qb3kgdGhlIHJpZ2h0IHRvIGEgc3Bl +ZWR5IGFuZCBwdWJsaWMgdHJpYWwsIGJ5IGFuIGltcGFydGlhbCBqdXJ5IG9mIHRo +ZSBzdGF0ZSANCmFuZCBkaXN0cmljdCB3aGVyZWluIHRoZSBjcmltZSBzaGFsbCBo +YXZlIGJlZW4gY29tbWl0dGVkLCB3aGljaCBkaXN0cmljdCBzaGFsbCANCmhhdmUg +YmVlbiBwcmV2aW91c2x5IGFzY2VydGFpbmVkIGJ5IGxhdywgYW5kIHRvIGJlIGlu +Zm9ybWVkIG9mIHRoZSBuYXR1cmUgYW5kIA0KY2F1c2Ugb2YgdGhlIGFjY3VzYXRp +b247IHRvIGJlIGNvbmZyb250ZWQgd2l0aCB0aGUgd2l0bmVzc2VzIGFnYWluc3Qg +aGltOyB0byANCmhhdmUgY29tcHVsc29yeSBwcm9jZXNzIGZvciBvYnRhaW5pbmcg +d2l0bmVzc2VzIGluIGhpcyBmYXZvciwgYW5kIHRvIGhhdmUgdGhlIA0KYXNzaXN0 +YW5jZSBvZiBjb3Vuc2VsIGZvciBoaXMgZGVmZW5zZS4gPC9GT05UPjwvRElWPg0K +PERJVj4mbmJzcDs8L0RJVj4NCjxESVY+PEZPTlQgZmFjZT1BcmlhbCBzaXplPTI+ +QW1lbmRtZW50IFZJSTwvRk9OVD48L0RJVj4NCjxESVY+Jm5ic3A7PC9ESVY+DQo8 +RElWPjxGT05UIGZhY2U9QXJpYWwgc2l6ZT0yPkluIHN1aXRzIGF0IGNvbW1vbiBs +YXcsIHdoZXJlIHRoZSB2YWx1ZSBpbiANCmNvbnRyb3ZlcnN5IHNoYWxsIGV4Y2Vl +ZCB0d2VudHkgZG9sbGFycywgdGhlIHJpZ2h0IG9mIHRyaWFsIGJ5IGp1cnkgc2hh +bGwgYmUgDQpwcmVzZXJ2ZWQsIGFuZCBubyBmYWN0IHRyaWVkIGJ5IGEganVyeSwg +c2hhbGwgYmUgb3RoZXJ3aXNlIHJlZXhhbWluZWQgaW4gYW55IA0KY291cnQgb2Yg +dGhlIFVuaXRlZCBTdGF0ZXMsIHRoYW4gYWNjb3JkaW5nIHRvIHRoZSBydWxlcyBv +ZiB0aGUgY29tbW9uIGxhdy4gDQo8L0ZPTlQ+PC9ESVY+DQo8RElWPiZuYnNwOzwv +RElWPg0KPERJVj48Rk9OVCBmYWNlPUFyaWFsIHNpemU9Mj5BbWVuZG1lbnQgVklJ +STwvRk9OVD48L0RJVj4NCjxESVY+Jm5ic3A7PC9ESVY+DQo8RElWPjxGT05UIGZh +Y2U9QXJpYWwgc2l6ZT0yPkV4Y2Vzc2l2ZSBiYWlsIHNoYWxsIG5vdCBiZSByZXF1 +aXJlZCwgbm9yIGV4Y2Vzc2l2ZSANCmZpbmVzIGltcG9zZWQsIG5vciBjcnVlbCBh +bmQgdW51c3VhbCBwdW5pc2htZW50cyBpbmZsaWN0ZWQuIDwvRk9OVD48L0RJVj4N +CjxESVY+Jm5ic3A7PC9ESVY+DQo8RElWPjxGT05UIGZhY2U9QXJpYWwgc2l6ZT0y +PkFtZW5kbWVudCBJWDwvRk9OVD48L0RJVj4NCjxESVY+Jm5ic3A7PC9ESVY+DQo8 +RElWPjxGT05UIGZhY2U9QXJpYWwgc2l6ZT0yPlRoZSBlbnVtZXJhdGlvbiBpbiB0 +aGUgQ29uc3RpdHV0aW9uLCBvZiBjZXJ0YWluIA0KcmlnaHRzLCBzaGFsbCBub3Qg +YmUgY29uc3RydWVkIHRvIGRlbnkgb3IgZGlzcGFyYWdlIG90aGVycyByZXRhaW5l +ZCBieSB0aGUgDQpwZW9wbGUuIDwvRk9OVD48L0RJVj4NCjxESVY+Jm5ic3A7PC9E +SVY+DQo8RElWPjxGT05UIGZhY2U9QXJpYWwgc2l6ZT0yPkFtZW5kbWVudCBYPC9G +T05UPjwvRElWPg0KPERJVj4mbmJzcDs8L0RJVj4NCjxESVY+PEZPTlQgZmFjZT1B +cmlhbCBzaXplPTI+VGhlIHBvd2VycyBub3QgZGVsZWdhdGVkIHRvIHRoZSBVbml0 +ZWQgU3RhdGVzIGJ5IA0KdGhlIENvbnN0aXR1dGlvbiwgbm9yIHByb2hpYml0ZWQg +YnkgaXQgdG8gdGhlIHN0YXRlcywgYXJlIHJlc2VydmVkIHRvIHRoZSBzdGF0ZXMg +DQpyZXNwZWN0aXZlbHksIG9yIHRvIHRoZSBwZW9wbGUuIDwvRk9OVD48L0RJVj48 +L0RJVj48L0JPRFk+PC9IVE1MPg0KAAAfADUQAQAAAKIAAAA8ADQANQAyADAARgA2 +ADEANQAxAEQAQQBGADIAQQA0ADQAQgBBADgANwA4AEIARgAyAEYAMwA4ADAAMwA0 +ADgARQAyADYARQA1AEAAYgByAC0AZQB4AGMAaAAtAGQAZQB2ADEALgBiAHIAZQB4 +AGMAaABhAG4AZwBlAC4AZABvAGwAcABoAGkAbgBzAGUAYQByAGMAaAAuAGMAbwBt +AD4AAAAAAAMAgBD/////HwDzEAEAAAAmAAAAQgBpAGwAbAAgAG8AZgAgAFIAaQBn +AGgAdABzAC4ARQBNAEwAAAAAAAsA9BAAAAAACwD1EAAAAAALAPYQAAAAAEAABzBR +lpFluknFAUAACDBRlpFluknFAQMA3j+fTgAAAwDxPwkEAAAfAPg/AQAAABAAAAAz +AGsAcgBlAGwAYQB5AAAAAgH5PwEAAABjAAAAAAAAANynQMjAQhAatLkIACsv4YIB +AAAAAAAAAC9PPUJSLUVYQ0gtVEVTVC9PVT1GSVJTVCBBRE1JTklTVFJBVElWRSBH +Uk9VUC9DTj1SRUNJUElFTlRTL0NOPTNLUkVMQVkAAB8A+j8BAAAAEAAAADMAawBy +AGUAbABhAHkAAAACAfs/AQAAAGMAAAAAAAAA3KdAyMBCEBq0uQgAKy/hggEAAAAA +AAAAL089QlItRVhDSC1URVNUL09VPUZJUlNUIEFETUlOSVNUUkFUSVZFIEdST1VQ +L0NOPVJFQ0lQSUVOVFMvQ049M0tSRUxBWQAAAwD9P+QEAAADABlAAAAAAAMAGkAA +AAAAHwAwQAEAAAAQAAAAMwBLAFIARQBMAEEAWQAAAB8AMUABAAAAEAAAADMASwBS +AEUATABBAFkAAAAfADhAAQAAABAAAAAzAEsAUgBFAEwAQQBZAAAAHwA5QAEAAAAQ +AAAAMwBLAFIARQBMAEEAWQAAAAMAdkD/////AwACWQAAFgADAAlZAgAAAAsAhYEI +IAYAAAAAAMAAAAAAAABGAAAAAA6FAAAAAAAAAwCdgQggBgAAAAAAwAAAAAAAAEYA +AAAAUoUAAJjDAQAfAJ6BCCAGAAAAAADAAAAAAAAARgAAAABUhQAAAQAAAAoAAAAx +ADEALgAwAAAAAAADAOmBCCAGAAAAAADAAAAAAAAARgAAAAABhQAAAAAAAAsA7oEI +IAYAAAAAAMAAAAAAAABGAAAAAAOFAAAAAAAAAwD4gQggBgAAAAAAwAAAAAAAAEYA +AAAAEIUAAAAAAAADAP+BCCAGAAAAAADAAAAAAAAARgAAAAAYhQAAAAAAAAsAIIII +IAYAAAAAAMAAAAAAAABGAAAAAAaFAAAAAAAACwAkggggBgAAAAAAwAAAAAAAAEYA +AAAAgoUAAAAAAAAfACaCCCAGAAAAAADAAAAAAAAARgAAAACDhQAAAQAAACYAAAA0 +ADAANQAxADMAMQA1ADEANwAtADIANQAwADQAMgAwADAANQAAAAAAAwBxggggBgAA +AAAAwAAAAAAAAEYAAAAAk4UAAAAAAAALACkAAAAAAAsAIwAAAAAAAgF/AAEAAABR +AAAAPDQ1MjBGNjE1MURBRjJBNDRCQTg3OEJGMkYzODAzNDhFMjZFNUBici1leGNo +LWRldjEuYnJleGNoYW5nZS5kb2xwaGluc2VhcmNoLmNvbT4AAAAAC/o= + +--_000_553468B23EE29B4F8836CBD0E1B2A15A275C3AA855POLNIEXMBV2po_-- + diff --git a/spec/fixtures/files/tnef-attachment-truncated.email b/spec/fixtures/files/tnef-attachment-truncated.email new file mode 100644 index 000000000..365a5a442 --- /dev/null +++ b/spec/fixtures/files/tnef-attachment-truncated.email @@ -0,0 +1,34 @@ +From hello@blah.local Fri Feb 21 16:23:14 2013 +Return-path: <bar@example.org> +Envelope-to: foo@example.org +Delivery-date: Fri, 21 Feb 2013 16:23:14 +0000 +Content-Type: multipart/mixed; + boundary="_000_553468B23EE29B4F8836CBD0E1B2A15A275C3AA855POLNIEXMBV2po_" +From: <bar@example.org> +To: <foo@example.org> +Sender: <hello@blah.local> +Date: Fri, 21 Feb 2013 16:23:04 +0000 +Subject: here's a useless email +Message-ID: <12345@blah.local> +Accept-Language: en-US, en-GB +Content-Language: en-US +X-MS-Has-Attach: +X-MS-TNEF-Correlator: <12345@blah.local> +acceptlanguage: en-US, en-GB +MIME-Version: 1.0 + +--_000_553468B23EE29B4F8836CBD0E1B2A15A275C3AA855POLNIEXMBV2po_ +Content-Type: text/plain; charset="us-ascii" +Content-Transfer-Encoding: quoted-printable + +Some introductory text here, before the malformed TNEF attachment. + +--_000_553468B23EE29B4F8836CBD0E1B2A15A275C3AA855POLNIEXMBV2po_ +Content-Disposition: attachment; filename="winmail.dat" +Content-Transfer-Encoding: base64 +Content-Type: application/ms-tnef; name="winmail.dat" + +eJ8+IkV9AQaQCAAEAAAAAAABAAEAAQeQBgAIAAAA5AQAAAAAAADoAAEJgAEAIQAAAEMyRUUzRUYx + +--_000_553468B23EE29B4F8836CBD0E1B2A15A275C3AA855POLNIEXMBV2po_-- + diff --git a/spec/fixtures/files/unrecognized-encoding-mail.email b/spec/fixtures/files/unrecognized-encoding-mail.email new file mode 100644 index 000000000..266a90fbc --- /dev/null +++ b/spec/fixtures/files/unrecognized-encoding-mail.email @@ -0,0 +1,36 @@ +From xxx@example.com Fri Jun 21 07:50:52 2013 +Return-path: <xxx@example.com> +Envelope-to: xxx@example.com +Delivery-date: Fri, 21 Jun 2013 07:50:52 +0100 +Message-ID: <185C0D48380D7AE612DD38A527D5EAF2@tmvbalem> +From: "cttlqvx" <xxx@example.com> +To: <xxx@example.com> +Subject: =?hz-gb-2312?B?fntPck9ISXpWQn59c3J5dW95d3MoQUQpICAgIA==?= +Date: Fri, 21 Jun 2013 14:48:20 +0800 +MIME-Version: 1.0 +Content-Type: multipart/related; + type="multipart/alternative"; + boundary="----=_NextPart_000_02ED_01A0462A.178683F0" +X-Priority: 1 +X-MSMail-Priority: High +X-Mailer: Microsoft Outlook Express 6.00.2900.5512 +X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.5512 + +This is a multi-part message in MIME format. + +------=_NextPart_000_02ED_01A0462A.178683F0 +Content-Type: multipart/alternative; + boundary="----=_NextPart_001_09EC_01A0462A.178683F0" + +------=_NextPart_001_09EC_01A0462A.178683F0 +Content-Type: text/plain; + charset="hz-gb-2312" +Content-Transfer-Encoding: base64 + + +------=_NextPart_001_09EC_01A0462A.178683F0 +Content-Type: text/html; + charset="hz-gb-2312" +Content-Transfer-Encoding: base64 + +------=_NextPart_001_09EC_01A0462A.178683F0-- diff --git a/spec/fixtures/locale/en/app.po b/spec/fixtures/locale/en/app.po index 3fe8a569b..ee5c8d9c8 100644 --- a/spec/fixtures/locale/en/app.po +++ b/spec/fixtures/locale/en/app.po @@ -31,7 +31,7 @@ msgid "" msgstr "" #: app/views/comment/_comment_form.rhtml:16 -msgid " (<strong>no ranty</strong> politics, read our <a href=\"%s\">moderation policy</a>)" +msgid " (<strong>no ranty</strong> politics, read our <a href=\"{{url}}\">moderation policy</a>)" msgstr "" #: app/views/request/upload_response.rhtml:40 @@ -71,7 +71,7 @@ msgstr "" #: app/views/public_body/view_email.rhtml:30 msgid "" -" If you know the address to use, then please <a href=\"%s\">send it to us</a>.\n" +" 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 "" @@ -123,20 +123,20 @@ msgid " when you send this message." msgstr "" #: app/views/public_body/show.rhtml:87 -msgid "%d Freedom of Information request to %s" -msgid_plural "%d Freedom of Information requests to %s" +msgid "{{count}} Freedom of Information request to {{public_body_name}}" +msgid_plural "{{count}} Freedom of Information requests to {{public_body_name}}" msgstr[0] "" msgstr[1] "" #: app/views/general/frontpage.rhtml:43 -msgid "%d request" -msgid_plural "%d requests" +msgid "{{count}} request" +msgid_plural "{{count}} requests" msgstr[0] "" msgstr[1] "" #: app/views/public_body/_body_listing_single.rhtml:21 -msgid "%d request made." -msgid_plural "%d requests made." +msgid "{{count}} request made." +msgid_plural "{{count}} requests made." msgstr[0] "" msgstr[1] "" @@ -187,43 +187,37 @@ msgstr "" msgid "3. Now check your request" msgstr "" -#: app/views/public_body/show.rhtml:56 -msgid "<a class=\"link_button_green\" href=\"{{url}}\">{{text}}</a>" -msgstr "" - #: app/views/request/_after_actions.rhtml:9 -msgid "<a href=\"%s\">Add an annotation</a> (to help the requester or others)" +msgid "<a href=\"{{url}}\">Add an annotation</a> (to help the requester or others)" msgstr "" #: app/views/public_body/list.rhtml:29 -msgid "<a href=\"%s\">Are we missing a public authority?</a>." +msgid "Are we missing a public authority?" msgstr "" #: app/views/request/_sidebar.rhtml:39 -msgid "" -"<a href=\"%s\">Are you the owner of\n" -" any commercial copyright on this page?</a>" +msgid "Are you the owner of any commercial copyright on this page?" msgstr "" #: app/views/general/search.rhtml:168 -msgid "<a href=\"%s\">Browse all</a> or <a href=\"%s\">ask us to add one</a>." +msgid "<a href=\"{{browse_url}}\">Browse all</a> or <a href=\"{{add_url}}\">ask us to add one</a>." msgstr "" #: app/views/public_body/list.rhtml:51 -msgid "<a href=\"%s\">Can't find the one you want?</a>" +msgid "Can't find the one you want?" msgstr "" #: app/views/user/show.rhtml:118 -msgid "<a href=\"%s\">Sign in</a> to change password, subscriptions and more ({{user_name}} only)" +msgid "<a href=\"{{url}}\">Sign in</a> to change password, subscriptions and more ({{user_name}} only)" msgstr "" #: app/views/request/_followup.rhtml:66 app/views/request/_followup.rhtml:73 #: app/views/request/show.rhtml:83 app/views/request/show.rhtml:87 -msgid "<a href=\"%s\">details</a>" +msgid "details" msgstr "" #: app/views/request/_followup.rhtml:101 -msgid "<a href=\"%s\">what's that?</a>" +msgid "what's that?" msgstr "" #: app/controllers/request_game_controller.rb:23 @@ -293,11 +287,11 @@ msgid "<p>We're glad you got some of the information that you wanted. If you fou msgstr "" #: app/controllers/request_controller.rb:318 -msgid "<p>You do not need to include your email in the request in order to get a reply (<a href=\"%s\">details</a>).</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 "" #: app/controllers/request_controller.rb:316 -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=\"%s\">details</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 "" #: app/controllers/request_controller.rb:324 @@ -327,7 +321,7 @@ msgstr "" #: app/views/request/new.rhtml:135 msgid "" "<strong> Can I request information about myself?</strong>\n" -"\t\t\t<a href=\"%s\">No! (Click here for details)</a>" +"\t\t\t<a href=\"{{url}}\">No! (Click here for details)</a>" msgstr "" #: app/views/general/_advanced_search_tips.rhtml:12 @@ -413,7 +407,7 @@ msgstr "" #: app/views/request/preview.rhtml:31 msgid "" "<strong>Privacy note:</strong> If you want to request private information about\n" -" yourself then <a href=\"%s\">click here</a>." +" yourself then <a href=\"{{url}}\">click here</a>." msgstr "" #: app/views/user/set_crop_profile_photo.rhtml:35 @@ -576,7 +570,7 @@ msgstr "" #: app/views/request/show_response.rhtml:29 msgid "" "At the bottom of this page, write a reply to them trying to persuade them to scan it in\n" -" (<a href=\"%s\">more details</a>)." +" (<a href=\"{{url}}\">more details</a>)." msgstr "" #: app/views/request/upload_response.rhtml:33 @@ -921,7 +915,7 @@ msgstr "" #: app/views/request/upload_response.rhtml:23 msgid "" "Enter your response below. You may attach one file (use email, or \n" -"<a href=\"%s\">contact us</a> if you need more)." +"<a href=\"{{url}}\">contact us</a> if you need more)." msgstr "" #: app/models/info_request.rb:259 app/models/info_request.rb:277 @@ -952,14 +946,14 @@ msgstr "" msgid "" "Everything that you enter on this page\n" " will be <strong>displayed publicly</strong> on\n" -" this website forever (<a href=\"%s\">why?</a>)." +" this website forever (<a href=\"{{url}}\">why?</a>)." msgstr "" #: app/views/request/new.rhtml:120 msgid "" "Everything that you enter on this page, including <strong>your name</strong>,\n" " will be <strong>displayed publicly</strong> on\n" -" this website forever (<a href=\"%s\">why?</a>)." +" this website forever (<a href=\"{{url}}\">why?</a>)." msgstr "" #: locale/model_attributes.rb:68 @@ -1007,7 +1001,7 @@ msgid "Failed to convert image to a PNG" msgstr "" #: app/models/profile_photo.rb:105 -msgid "Failed to convert image to the correct size: at %{cols}x%{rows}, need %{width}x%{height}" +msgid "Failed to convert image to the correct size: at {{cols}}x{{rows}}, need {{width}}x{{height}}" msgstr "" #: app/views/general/search.rhtml:117 @@ -1018,7 +1012,7 @@ msgstr "" msgid "" "First, type in the <strong>name of the UK public authority</strong> you'd \n" " like information from. <strong>By law, they have to respond</strong>\n" -" (<a href=\"%s#%s\">why?</a>)." +" (<a href=\"{{url}}\">why?</a>)." msgstr "" #: locale/model_attributes.rb:88 @@ -1147,7 +1141,7 @@ 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=\"%s\">send it to us</a>." +" an email which will go to the right place, please <a href=\"{{url}}\">send it to us</a>." msgstr "" #: app/views/request/_correspondence.rhtml:12 @@ -1278,7 +1272,7 @@ msgid "I've received an <strong>error message</strong>" msgstr "" #: app/views/public_body/view_email.rhtml:28 -msgid "If the address is wrong, or you know a better address, please <a href=\"%s\">contact us</a>." +msgid "If the address is wrong, or you know a better address, please <a href=\"{{url}}\">contact us</a>." msgstr "" #: app/views/request_mailer/stopped_responses.rhtml:10 @@ -1292,21 +1286,21 @@ msgstr "" msgid "" "If you are dissatisfied by the response you got from\n" " the public authority, you have the right to\n" -" complain (<a href=\"%s\">details</a>)." +" complain (<a href=\"{{url}}\">details</a>)." msgstr "" #: app/views/user/no_cookies.rhtml:20 -msgid "If you are still having trouble, please <a href=\"%s\">contact us</a>." +msgid "If you are still having trouble, please <a href=\"{{url}}\">contact us</a>." msgstr "" #: app/views/request/hidden.rhtml:15 -msgid "If you are the requester, then you may <a href=\"%s\">sign in</a> to view the request." +msgid "If you are the requester, then you may <a href=\"{{url}}\">sign in</a> to view the request." msgstr "" #: app/views/request/new.rhtml:123 msgid "" "If you are thinking of using a pseudonym,\n" -" please <a href=\"%s\">read this first</a>." +" please <a href=\"{{url}}\">read this first</a>." msgstr "" #: app/views/request/show.rhtml:105 @@ -1497,7 +1491,7 @@ msgid "Joined {{site_name}} in" msgstr "" #: app/views/request/new.rhtml:106 -msgid "Keep it <strong>focused</strong>, you'll be more likely to get what you want (<a href=\"%s\">why?</a>)." +msgid "Keep it <strong>focused</strong>, you'll be more likely to get what you want (<a href=\"{{url}}\">why?</a>)." msgstr "" #: app/views/request/_request_filter_form.rhtml:6 @@ -1837,7 +1831,7 @@ msgid "Please" msgstr "" #: app/views/user/no_cookies.rhtml:15 -msgid "Please <a href=\"%s\">get in touch</a> with us so we can fix it." +msgid "Please <a href=\"{{url}}\">get in touch</a> with us so we can fix it." msgstr "" #: app/views/request/show.rhtml:52 @@ -1990,7 +1984,7 @@ msgid "" msgstr "" #: app/models/outgoing_message.rb:157 -msgid "Please sign at the bottom with your name, or alter the \"%{signoff}\" signature" +msgid "Please sign at the bottom with your name, or alter the \"{{signoff}}\" signature" msgstr "" #: app/views/user/sign.rhtml:8 @@ -2337,8 +2331,9 @@ msgid "Search the site to find what you were looking for." msgstr "" #: app/views/public_body/show.rhtml:85 -msgid "Search within the %d Freedom of Information requests to %s" -msgid_plural "Search within the %d Freedom of Information requests made to %s" +msgid "Search within the {{count}} Freedom of Information requests to {{public_body_name}}" +msgid_plural "Search within the {{count}} Freedom of Information requests to {{public_body_name}}" + msgstr[0] "" msgstr[1] "" @@ -2680,10 +2675,7 @@ msgid "The request was refused by the public authority" msgstr "" #: app/views/request/hidden.rhtml:9 -msgid "" -"The request you have tried to view has been removed. There are\n" -"various reasons why we might have done this, sorry we can't be more specific here. Please <a\n" -" href=\"%s\">contact us</a> if you have any questions." +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 "" #: app/views/general/_advanced_search_tips.rhtml:36 @@ -2692,14 +2684,14 @@ msgstr "" #: app/views/request/_followup.rhtml:59 msgid "" -"The response to your request has been <strong>delayed</strong>. You can say that, \n" +"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 "" #: app/views/request/_followup.rhtml:71 msgid "" -"The response to your request is <strong>long overdue</strong>. You can say that, by \n" +"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 "" @@ -2804,15 +2796,9 @@ msgstr "" msgid "There are {{count}} new annotations on your {{info_request}} request. Follow this link to see what they wrote." msgstr "" -#: app/views/public_body/show.rhtml:7 -msgid "There is %d person following this authority" -msgid_plural "There are %d people following this authority" -msgstr[0] "" -msgstr[1] "" - #: app/views/request/_sidebar.rhtml:5 -msgid "There is %d person following this request" -msgid_plural "There are %d people following this request" +msgid "There is {{count}} person following this request" +msgid_plural "There are {{count}} people following this request" msgstr[0] "" msgstr[1] "" @@ -2876,7 +2862,7 @@ msgstr "" #: app/views/request/_hidden_correspondence.rhtml:23 msgid "" "This comment has been hidden. See annotations to\n" -" find out why. If you are the requester, then you may <a href=\"%s\">sign in</a> to view the response." +" find out why. If you are the requester, then you may <a href=\"{{url}}\">sign in</a> to view the response." msgstr "" #: app/views/request/new.rhtml:63 @@ -2906,7 +2892,7 @@ msgstr "" #: app/views/request/_hidden_correspondence.rhtml:17 msgid "" "This outgoing message has been hidden. See annotations to\n" -"\t\t\t\t\t\tfind out why. If you are the requester, then you may <a href=\"%s\">sign in</a> to view the response." +"\t\t\t\t\t\tfind out why. If you are the requester, then you may <a href=\"{{url}}\">sign in</a> to view the response." msgstr "" #: app/views/request/_describe_state.rhtml:44 @@ -2919,14 +2905,14 @@ msgid "This person has made no Freedom of Information requests using this site." msgstr "" #: app/views/user/show.rhtml:149 -msgid "This person's %d Freedom of Information request" -msgid_plural "This person's %d Freedom of Information requests" +msgid "This person's {{count}} Freedom of Information request" +msgid_plural "This person's {{count}} Freedom of Information requests" msgstr[0] "" msgstr[1] "" #: app/views/user/show.rhtml:179 -msgid "This person's %d annotation" -msgid_plural "This person's %d annotations" +msgid "This person's {{count}} annotation" +msgid_plural "This person's {{count}} annotations" msgstr[0] "" msgstr[1] "" @@ -2965,7 +2951,7 @@ msgstr "" #: app/views/request/show.rhtml:11 msgid "" "This request is hidden, so that only you the requester can see it. Please\n" -" <a href=\"%s\">contact us</a> if you are not sure why." +" <a href=\"{{url}}\">contact us</a> if you are not sure why." msgstr "" #: app/views/request/_describe_state.rhtml:7 @@ -2976,7 +2962,7 @@ msgstr "" #: app/views/request/_hidden_correspondence.rhtml:10 msgid "" "This response has been hidden. See annotations to find out why.\n" -" If you are the requester, then you may <a href=\"%s\">sign in</a> to view the response." +" If you are the requester, then you may <a href=\"{{url}}\">sign in</a> to view the response." msgstr "" #: app/views/request/details.rhtml:6 @@ -3202,7 +3188,7 @@ msgstr "" msgid "" "Unfortunately we don't know the FOI\n" "email address for that authority, so we can't validate this.\n" -"Please <a href=\"%s\">contact us</a> to sort it out." +"Please <a href=\"{{url}}\">contact us</a> to sort it out." msgstr "" #: app/views/request/new_bad_contact.rhtml:5 @@ -3439,7 +3425,7 @@ msgid "" msgstr "" #: app/views/request/new_please_describe.rhtml:16 -msgid "When you're done, <strong>come back here</strong>, <a href=\"%s\">reload this page</a> and file your new request." +msgid "When you're done, <strong>come back here</strong>, <a href=\"{{url}}\">reload this page</a> and file your new request." msgstr "" #: app/views/request/show_response.rhtml:13 @@ -3571,7 +3557,7 @@ msgstr "" msgid "" "You may be able to find\n" " one on their website, or by phoning them up and asking. If you manage\n" -" to find one, then please <a href=\"%s\">send it to us</a>." +" to find one, then please <a href=\"{{url}}\">send it to us</a>." msgstr "" #: app/views/request/new_bad_contact.rhtml:6 @@ -3642,24 +3628,19 @@ msgid "You've now cleared your profile photo" msgstr "" #: app/views/user/show.rhtml:149 -msgid "Your %d Freedom of Information request" -msgid_plural "Your %d Freedom of Information requests" +msgid "Your {{count}} Freedom of Information request" +msgid_plural "Your {{count}} Freedom of Information requests" msgstr[0] "" msgstr[1] "" #: app/views/user/show.rhtml:179 -msgid "Your %d annotation" -msgid_plural "Your %d annotations" +msgid "Your {{count}} annotation" +msgid_plural "Your {{count}} annotations" msgstr[0] "" msgstr[1] "" #: app/views/user/_signup.rhtml:22 -msgid "" -"Your <strong>name will appear publicly</strong> \n" -" (<a href=\"%s\">why?</a>)\n" -" on this website and in search engines. If you\n" -" are thinking of using a pseudonym, please \n" -" <a href=\"%s\">read this first</a>." +msgid "Your <strong>name will appear publicly</strong>\\n (<a href=\"{{why_url}}\">why?</a>)\\n on this website and in search engines. If you\\n are thinking of using a pseudonym, please\\n <a href=\"{{help_url}}\">read this first</a>." msgstr "" #: app/views/user/show.rhtml:172 @@ -3682,7 +3663,7 @@ msgid "Your email subscriptions" msgstr "" #: app/controllers/request_controller.rb:598 -msgid "Your follow up has not been sent because this request has been stopped to prevent spam. Please <a href=\"%s\">contact us</a> if you really want to send a follow up message." +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 "" #: app/controllers/request_controller.rb:626 @@ -3712,7 +3693,7 @@ msgstr "" #: app/views/request/preview.rhtml:8 msgid "" "Your name, request and any responses will appear in <strong>search engines</strong>\n" -" (<a href=\"%s\">details</a>)." +" (<a href=\"{{url}}\">details</a>)." msgstr "" #: app/views/user/_signup.rhtml:18 @@ -3746,7 +3727,7 @@ msgid "Your request:" msgstr "" #: app/views/request/upload_response.rhtml:8 -msgid "Your response will <strong>appear on the Internet</strong>, <a href=\"%s\">read why</a> and answers to other questions." +msgid "Your response will <strong>appear on the Internet</strong>, <a href=\"{{url}}\">read why</a> and answers to other questions." msgstr "" #: app/views/comment/new.rhtml:63 @@ -3990,7 +3971,7 @@ msgid "" "no longer exists. If you are trying to make\n" " 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=\"%s\">send it to us</a>." +" an email which will go to the right place, please <a href=\"{{url}}\">send it to us</a>." msgstr "" #: app/views/request/show.rhtml:72 diff --git a/spec/fixtures/locale/en_GB/app.po b/spec/fixtures/locale/en_GB/app.po index 3fe8a569b..84997a319 100644 --- a/spec/fixtures/locale/en_GB/app.po +++ b/spec/fixtures/locale/en_GB/app.po @@ -31,7 +31,7 @@ msgid "" msgstr "" #: app/views/comment/_comment_form.rhtml:16 -msgid " (<strong>no ranty</strong> politics, read our <a href=\"%s\">moderation policy</a>)" +msgid " (<strong>no ranty</strong> politics, read our <a href=\"{{url}}\">moderation policy</a>)" msgstr "" #: app/views/request/upload_response.rhtml:40 @@ -71,7 +71,7 @@ msgstr "" #: app/views/public_body/view_email.rhtml:30 msgid "" -" If you know the address to use, then please <a href=\"%s\">send it to us</a>.\n" +" 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 "" @@ -123,20 +123,20 @@ msgid " when you send this message." msgstr "" #: app/views/public_body/show.rhtml:87 -msgid "%d Freedom of Information request to %s" -msgid_plural "%d Freedom of Information requests to %s" +msgid "{{count}} Freedom of Information request to {{public_body_name}}" +msgid_plural "{{count}} Freedom of Information requests to {{public_body_name}}" msgstr[0] "" msgstr[1] "" #: app/views/general/frontpage.rhtml:43 -msgid "%d request" -msgid_plural "%d requests" +msgid "{{count}} request" +msgid_plural "{{count}} requests" msgstr[0] "" msgstr[1] "" #: app/views/public_body/_body_listing_single.rhtml:21 -msgid "%d request made." -msgid_plural "%d requests made." +msgid "{{count}} request made." +msgid_plural "{{count}} requests made." msgstr[0] "" msgstr[1] "" @@ -187,43 +187,37 @@ msgstr "" msgid "3. Now check your request" msgstr "" -#: app/views/public_body/show.rhtml:56 -msgid "<a class=\"link_button_green\" href=\"{{url}}\">{{text}}</a>" -msgstr "" - #: app/views/request/_after_actions.rhtml:9 -msgid "<a href=\"%s\">Add an annotation</a> (to help the requester or others)" +msgid "<a href=\"{{url}}\">Add an annotation</a> (to help the requester or others)" msgstr "" #: app/views/public_body/list.rhtml:29 -msgid "<a href=\"%s\">Are we missing a public authority?</a>." +msgid "Are we missing a public authority?" msgstr "" #: app/views/request/_sidebar.rhtml:39 -msgid "" -"<a href=\"%s\">Are you the owner of\n" -" any commercial copyright on this page?</a>" +msgid "Are you the owner of any commercial copyright on this page?" msgstr "" #: app/views/general/search.rhtml:168 -msgid "<a href=\"%s\">Browse all</a> or <a href=\"%s\">ask us to add one</a>." +msgid "<a href=\"{{browse_url}}\">Browse all</a> or <a href=\"{{add_url}}\">ask us to add one</a>." msgstr "" #: app/views/public_body/list.rhtml:51 -msgid "<a href=\"%s\">Can't find the one you want?</a>" +msgid "Can't find the one you want?" msgstr "" #: app/views/user/show.rhtml:118 -msgid "<a href=\"%s\">Sign in</a> to change password, subscriptions and more ({{user_name}} only)" +msgid "<a href=\"{{url}}\">Sign in</a> to change password, subscriptions and more ({{user_name}} only)" msgstr "" #: app/views/request/_followup.rhtml:66 app/views/request/_followup.rhtml:73 #: app/views/request/show.rhtml:83 app/views/request/show.rhtml:87 -msgid "<a href=\"%s\">details</a>" +msgid "details" msgstr "" #: app/views/request/_followup.rhtml:101 -msgid "<a href=\"%s\">what's that?</a>" +msgid "what's that?" msgstr "" #: app/controllers/request_game_controller.rb:23 @@ -293,11 +287,11 @@ msgid "<p>We're glad you got some of the information that you wanted. If you fou msgstr "" #: app/controllers/request_controller.rb:318 -msgid "<p>You do not need to include your email in the request in order to get a reply (<a href=\"%s\">details</a>).</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 "" #: app/controllers/request_controller.rb:316 -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=\"%s\">details</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 "" #: app/controllers/request_controller.rb:324 @@ -327,7 +321,7 @@ msgstr "" #: app/views/request/new.rhtml:135 msgid "" "<strong> Can I request information about myself?</strong>\n" -"\t\t\t<a href=\"%s\">No! (Click here for details)</a>" +"\t\t\t<a href=\"{{url}}\">No! (Click here for details)</a>" msgstr "" #: app/views/general/_advanced_search_tips.rhtml:12 @@ -413,7 +407,7 @@ msgstr "" #: app/views/request/preview.rhtml:31 msgid "" "<strong>Privacy note:</strong> If you want to request private information about\n" -" yourself then <a href=\"%s\">click here</a>." +" yourself then <a href=\"{{url}}\">click here</a>." msgstr "" #: app/views/user/set_crop_profile_photo.rhtml:35 @@ -576,7 +570,7 @@ msgstr "" #: app/views/request/show_response.rhtml:29 msgid "" "At the bottom of this page, write a reply to them trying to persuade them to scan it in\n" -" (<a href=\"%s\">more details</a>)." +" (<a href=\"{{url}}\">more details</a>)." msgstr "" #: app/views/request/upload_response.rhtml:33 @@ -921,7 +915,7 @@ msgstr "" #: app/views/request/upload_response.rhtml:23 msgid "" "Enter your response below. You may attach one file (use email, or \n" -"<a href=\"%s\">contact us</a> if you need more)." +"<a href=\"{{url}}\">contact us</a> if you need more)." msgstr "" #: app/models/info_request.rb:259 app/models/info_request.rb:277 @@ -952,14 +946,14 @@ msgstr "" msgid "" "Everything that you enter on this page\n" " will be <strong>displayed publicly</strong> on\n" -" this website forever (<a href=\"%s\">why?</a>)." +" this website forever (<a href=\"{{url}}\">why?</a>)." msgstr "" #: app/views/request/new.rhtml:120 msgid "" "Everything that you enter on this page, including <strong>your name</strong>,\n" " will be <strong>displayed publicly</strong> on\n" -" this website forever (<a href=\"%s\">why?</a>)." +" this website forever (<a href=\"{{url}}\">why?</a>)." msgstr "" #: locale/model_attributes.rb:68 @@ -1007,7 +1001,7 @@ msgid "Failed to convert image to a PNG" msgstr "" #: app/models/profile_photo.rb:105 -msgid "Failed to convert image to the correct size: at %{cols}x%{rows}, need %{width}x%{height}" +msgid "Failed to convert image to the correct size: at {{cols}}x{{rows}}, need {{width}}x{{height}}" msgstr "" #: app/views/general/search.rhtml:117 @@ -1018,7 +1012,7 @@ msgstr "" msgid "" "First, type in the <strong>name of the UK public authority</strong> you'd \n" " like information from. <strong>By law, they have to respond</strong>\n" -" (<a href=\"%s#%s\">why?</a>)." +" (<a href=\"{{url}}\">why?</a>)." msgstr "" #: locale/model_attributes.rb:88 @@ -1147,7 +1141,7 @@ 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=\"%s\">send it to us</a>." +" an email which will go to the right place, please <a href=\"{{url}}\">send it to us</a>." msgstr "" #: app/views/request/_correspondence.rhtml:12 @@ -1278,7 +1272,7 @@ msgid "I've received an <strong>error message</strong>" msgstr "" #: app/views/public_body/view_email.rhtml:28 -msgid "If the address is wrong, or you know a better address, please <a href=\"%s\">contact us</a>." +msgid "If the address is wrong, or you know a better address, please <a href=\"{{url}}\">contact us</a>." msgstr "" #: app/views/request_mailer/stopped_responses.rhtml:10 @@ -1292,21 +1286,21 @@ msgstr "" msgid "" "If you are dissatisfied by the response you got from\n" " the public authority, you have the right to\n" -" complain (<a href=\"%s\">details</a>)." +" complain (<a href=\"{{url}}\">details</a>)." msgstr "" #: app/views/user/no_cookies.rhtml:20 -msgid "If you are still having trouble, please <a href=\"%s\">contact us</a>." +msgid "If you are still having trouble, please <a href=\"{{url}}\">contact us</a>." msgstr "" #: app/views/request/hidden.rhtml:15 -msgid "If you are the requester, then you may <a href=\"%s\">sign in</a> to view the request." +msgid "If you are the requester, then you may <a href=\"{{url}}\">sign in</a> to view the request." msgstr "" #: app/views/request/new.rhtml:123 msgid "" "If you are thinking of using a pseudonym,\n" -" please <a href=\"%s\">read this first</a>." +" please <a href=\"{{url}}\">read this first</a>." msgstr "" #: app/views/request/show.rhtml:105 @@ -1497,7 +1491,7 @@ msgid "Joined {{site_name}} in" msgstr "" #: app/views/request/new.rhtml:106 -msgid "Keep it <strong>focused</strong>, you'll be more likely to get what you want (<a href=\"%s\">why?</a>)." +msgid "Keep it <strong>focused</strong>, you'll be more likely to get what you want (<a href=\"{{url}}\">why?</a>)." msgstr "" #: app/views/request/_request_filter_form.rhtml:6 @@ -1837,7 +1831,7 @@ msgid "Please" msgstr "" #: app/views/user/no_cookies.rhtml:15 -msgid "Please <a href=\"%s\">get in touch</a> with us so we can fix it." +msgid "Please <a href=\"{{url}}\">get in touch</a> with us so we can fix it." msgstr "" #: app/views/request/show.rhtml:52 @@ -1990,7 +1984,7 @@ msgid "" msgstr "" #: app/models/outgoing_message.rb:157 -msgid "Please sign at the bottom with your name, or alter the \"%{signoff}\" signature" +msgid "Please sign at the bottom with your name, or alter the \"{{signoff}}\" signature" msgstr "" #: app/views/user/sign.rhtml:8 @@ -2337,8 +2331,8 @@ msgid "Search the site to find what you were looking for." msgstr "" #: app/views/public_body/show.rhtml:85 -msgid "Search within the %d Freedom of Information requests to %s" -msgid_plural "Search within the %d Freedom of Information requests made to %s" +msgid "Search within the {{count}} Freedom of Information requests to {{public_body_name}}" +msgid_plural "Search within the {{count}} Freedom of Information requests to {{public_body_name}}" msgstr[0] "" msgstr[1] "" @@ -2680,10 +2674,7 @@ msgid "The request was refused by the public authority" msgstr "" #: app/views/request/hidden.rhtml:9 -msgid "" -"The request you have tried to view has been removed. There are\n" -"various reasons why we might have done this, sorry we can't be more specific here. Please <a\n" -" href=\"%s\">contact us</a> if you have any questions." +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 "" #: app/views/general/_advanced_search_tips.rhtml:36 @@ -2692,14 +2683,14 @@ msgstr "" #: app/views/request/_followup.rhtml:59 msgid "" -"The response to your request has been <strong>delayed</strong>. You can say that, \n" +"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 "" #: app/views/request/_followup.rhtml:71 msgid "" -"The response to your request is <strong>long overdue</strong>. You can say that, by \n" +"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 "" @@ -2804,15 +2795,9 @@ msgstr "" msgid "There are {{count}} new annotations on your {{info_request}} request. Follow this link to see what they wrote." msgstr "" -#: app/views/public_body/show.rhtml:7 -msgid "There is %d person following this authority" -msgid_plural "There are %d people following this authority" -msgstr[0] "" -msgstr[1] "" - #: app/views/request/_sidebar.rhtml:5 -msgid "There is %d person following this request" -msgid_plural "There are %d people following this request" +msgid "There is {{count}} person following this request" +msgid_plural "There are {{count}} people following this request" msgstr[0] "" msgstr[1] "" @@ -2876,7 +2861,7 @@ msgstr "" #: app/views/request/_hidden_correspondence.rhtml:23 msgid "" "This comment has been hidden. See annotations to\n" -" find out why. If you are the requester, then you may <a href=\"%s\">sign in</a> to view the response." +" find out why. If you are the requester, then you may <a href=\"{{url}}\">sign in</a> to view the response." msgstr "" #: app/views/request/new.rhtml:63 @@ -2906,7 +2891,7 @@ msgstr "" #: app/views/request/_hidden_correspondence.rhtml:17 msgid "" "This outgoing message has been hidden. See annotations to\n" -"\t\t\t\t\t\tfind out why. If you are the requester, then you may <a href=\"%s\">sign in</a> to view the response." +"\t\t\t\t\t\tfind out why. If you are the requester, then you may <a href=\"{{url}}\">sign in</a> to view the response." msgstr "" #: app/views/request/_describe_state.rhtml:44 @@ -2919,14 +2904,14 @@ msgid "This person has made no Freedom of Information requests using this site." msgstr "" #: app/views/user/show.rhtml:149 -msgid "This person's %d Freedom of Information request" -msgid_plural "This person's %d Freedom of Information requests" +msgid "This person's {{count}} Freedom of Information request" +msgid_plural "This person's {{count}} Freedom of Information requests" msgstr[0] "" msgstr[1] "" #: app/views/user/show.rhtml:179 -msgid "This person's %d annotation" -msgid_plural "This person's %d annotations" +msgid "This person's {{count}} annotation" +msgid_plural "This person's {{count}} annotations" msgstr[0] "" msgstr[1] "" @@ -2965,7 +2950,7 @@ msgstr "" #: app/views/request/show.rhtml:11 msgid "" "This request is hidden, so that only you the requester can see it. Please\n" -" <a href=\"%s\">contact us</a> if you are not sure why." +" <a href=\"{{url}}\">contact us</a> if you are not sure why." msgstr "" #: app/views/request/_describe_state.rhtml:7 @@ -2976,7 +2961,7 @@ msgstr "" #: app/views/request/_hidden_correspondence.rhtml:10 msgid "" "This response has been hidden. See annotations to find out why.\n" -" If you are the requester, then you may <a href=\"%s\">sign in</a> to view the response." +" If you are the requester, then you may <a href=\"{{url}}\">sign in</a> to view the response." msgstr "" #: app/views/request/details.rhtml:6 @@ -3202,7 +3187,7 @@ msgstr "" msgid "" "Unfortunately we don't know the FOI\n" "email address for that authority, so we can't validate this.\n" -"Please <a href=\"%s\">contact us</a> to sort it out." +"Please <a href=\"{{url}}\">contact us</a> to sort it out." msgstr "" #: app/views/request/new_bad_contact.rhtml:5 @@ -3439,7 +3424,7 @@ msgid "" msgstr "" #: app/views/request/new_please_describe.rhtml:16 -msgid "When you're done, <strong>come back here</strong>, <a href=\"%s\">reload this page</a> and file your new request." +msgid "When you're done, <strong>come back here</strong>, <a href=\"{{url}}\">reload this page</a> and file your new request." msgstr "" #: app/views/request/show_response.rhtml:13 @@ -3571,7 +3556,7 @@ msgstr "" msgid "" "You may be able to find\n" " one on their website, or by phoning them up and asking. If you manage\n" -" to find one, then please <a href=\"%s\">send it to us</a>." +" to find one, then please <a href=\"{{url}}\">send it to us</a>." msgstr "" #: app/views/request/new_bad_contact.rhtml:6 @@ -3642,24 +3627,19 @@ msgid "You've now cleared your profile photo" msgstr "" #: app/views/user/show.rhtml:149 -msgid "Your %d Freedom of Information request" -msgid_plural "Your %d Freedom of Information requests" +msgid "Your {{count}} Freedom of Information request" +msgid_plural "Your {{count}} Freedom of Information requests" msgstr[0] "" msgstr[1] "" #: app/views/user/show.rhtml:179 -msgid "Your %d annotation" -msgid_plural "Your %d annotations" +msgid "Your {{count}} annotation" +msgid_plural "Your {{count}} annotations" msgstr[0] "" msgstr[1] "" #: app/views/user/_signup.rhtml:22 -msgid "" -"Your <strong>name will appear publicly</strong> \n" -" (<a href=\"%s\">why?</a>)\n" -" on this website and in search engines. If you\n" -" are thinking of using a pseudonym, please \n" -" <a href=\"%s\">read this first</a>." +msgid "Your <strong>name will appear publicly</strong>\\n (<a href=\"{{why_url}}\">why?</a>)\\n on this website and in search engines. If you\\n are thinking of using a pseudonym, please\\n <a href=\"{{help_url}}\">read this first</a>." msgstr "" #: app/views/user/show.rhtml:172 @@ -3682,7 +3662,7 @@ msgid "Your email subscriptions" msgstr "" #: app/controllers/request_controller.rb:598 -msgid "Your follow up has not been sent because this request has been stopped to prevent spam. Please <a href=\"%s\">contact us</a> if you really want to send a follow up message." +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 "" #: app/controllers/request_controller.rb:626 @@ -3712,7 +3692,7 @@ msgstr "" #: app/views/request/preview.rhtml:8 msgid "" "Your name, request and any responses will appear in <strong>search engines</strong>\n" -" (<a href=\"%s\">details</a>)." +" (<a href=\"{{url}}\">details</a>)." msgstr "" #: app/views/user/_signup.rhtml:18 @@ -3746,7 +3726,7 @@ msgid "Your request:" msgstr "" #: app/views/request/upload_response.rhtml:8 -msgid "Your response will <strong>appear on the Internet</strong>, <a href=\"%s\">read why</a> and answers to other questions." +msgid "Your response will <strong>appear on the Internet</strong>, <a href=\"{{url}}\">read why</a> and answers to other questions." msgstr "" #: app/views/comment/new.rhtml:63 @@ -3990,7 +3970,7 @@ msgid "" "no longer exists. If you are trying to make\n" " 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=\"%s\">send it to us</a>." +" an email which will go to the right place, please <a href=\"{{url}}\">send it to us</a>." msgstr "" #: app/views/request/show.rhtml:72 diff --git a/spec/fixtures/locale/es/app.po b/spec/fixtures/locale/es/app.po index dbc7ab65b..d45d9b3b1 100644 --- a/spec/fixtures/locale/es/app.po +++ b/spec/fixtures/locale/es/app.po @@ -35,9 +35,9 @@ msgstr " Esto aparecerá en tu perfil de {{site_name}}, para facilitar\n #: app/views/comment/_comment_form.rhtml:16 msgid "" -" (<strong>no ranty</strong> politics, read our <a href=\"%s\">moderation " +" (<strong>no ranty</strong> politics, read our <a href=\"{{url}}\">moderation " "policy</a>)" -msgstr " (<strong>sin ataques políticos</strong>, lea nuestra <a href=\"%s\">política de moderación</a>)" +msgstr " (<strong>sin ataques políticos</strong>, lea nuestra <a href=\"{{url}}\">política de moderación</a>)" #: app/views/request/upload_response.rhtml:40 msgid "" @@ -80,9 +80,9 @@ msgstr " Ideas sobre <strong>qué otra información pedir</strong> que el organi #: app/views/public_body/view_email.rhtml:30 msgid "" -" If you know the address to use, then please <a href=\"%s\">send it to us</a>.\n" +" 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 " Si conoces la dirección a utilizar, entonces por favor <a href=\"%s\">envíanosla</a>.\n Puede que la encuentres en su página web, o llamándoles por teléfono y preguntando." +msgstr " Si conoces la dirección a utilizar, entonces por favor <a href=\"{{url}}\">envíanosla</a>.\n Puede que la encuentres en su página web, o llamándoles por teléfono y preguntando." #: app/views/user/set_profile_about_me.rhtml:26 msgid "" @@ -140,22 +140,22 @@ msgid " when you send this message." msgstr " cuando envió este mensaje." #: app/views/public_body/show.rhtml:87 -msgid "%d Freedom of Information request to %s" -msgid_plural "%d Freedom of Information requests to %s" -msgstr[0] "%d solicitud de información a %s" -msgstr[1] "%d solicitudes de información a %s" +msgid "{{count}} Freedom of Information request to {{public_body_name}}" +msgid_plural "{{count}} Freedom of Information requests to {{public_body_name}}" +msgstr[0] "{{count}} solicitud de información a {{public_body_name}}" +msgstr[1] "{{count}} solicitudes de información a {{public_body_name}}" #: app/views/general/frontpage.rhtml:43 -msgid "%d request" -msgid_plural "%d requests" -msgstr[0] "%d solicitud" -msgstr[1] "%d solicitudes" +msgid "{{count}} request" +msgid_plural "{{count}} requests" +msgstr[0] "{{count}} solicitud" +msgstr[1] "{{count}} solicitudes" #: app/views/public_body/_body_listing_single.rhtml:21 -msgid "%d request made." -msgid_plural "%d requests made." -msgstr[0] "%d solicitud enviada." -msgstr[1] "%d solicitudes enviadas." +msgid "{{count}} request made." +msgid_plural "{{count}} requests made." +msgstr[0] "{{count}} solicitud enviada." +msgstr[1] "{{count}} solicitudes enviadas." #: app/views/request/new.rhtml:92 msgid "'Crime statistics by ward level for Wales'" @@ -204,46 +204,40 @@ msgstr "2. Solicite información" msgid "3. Now check your request" msgstr "3. Revisa tu solicitud" -#: app/views/public_body/show.rhtml:56 -msgid "<a class=\"link_button_green\" href=\"{{url}}\">{{text}}</a>" -msgstr "<a class=\"link_button_green\" href=\"{{url}}\">{{text}}</a>" - #: app/views/request/_after_actions.rhtml:9 -msgid "<a href=\"%s\">Add an annotation</a> (to help the requester or others)" -msgstr "<a href=\"%s\">Añade un comentario</a> (para ayudar al solicitante o a otros)" +msgid "<a href=\"{{url}}\">Add an annotation</a> (to help the requester or others)" +msgstr "<a href=\"{{url}}\">Añade un comentario</a> (para ayudar al solicitante o a otros)" #: app/views/public_body/list.rhtml:29 -msgid "<a href=\"%s\">Are we missing a public authority?</a>." -msgstr "<a href=\"%s\">¿Nos falta algún organismo público?</a>." +msgid "Are we missing a public authority?" +msgstr "¿Nos falta algún organismo público?." #: app/views/request/_sidebar.rhtml:39 -msgid "" -"<a href=\"%s\">Are you the owner of\n" -" any commercial copyright on this page?</a>" -msgstr "<a href=\"%s\">¿Posee el copyright\n de alguna información de esta página?</a>" +msgid "Are you the owner of any commercial copyright on this page?" +msgstr "¿Posee el copyright de alguna información de esta página?" #: app/views/general/search.rhtml:168 -msgid "<a href=\"%s\">Browse all</a> or <a href=\"%s\">ask us to add one</a>." -msgstr "<a href=\"%s\">Ver todas</a> o <a href=\"%s\">pídanos que añadamos una</a>." +msgid "<a href=\"{{browse_url}}\">Browse all</a> or <a href=\"{{add_url}}\">ask us to add one</a>." +msgstr "<a href=\"{{browse_url}}\">Ver todas</a> o <a href=\"{{add_url}}\">pídanos que añadamos una</a>." #: app/views/public_body/list.rhtml:51 -msgid "<a href=\"%s\">Can't find the one you want?</a>" -msgstr "<a href=\"%s\">¿No encuentra el que busca?</a>" +msgid "Can't find the one you want?" +msgstr "¿No encuentra el que busca?" #: app/views/user/show.rhtml:118 msgid "" -"<a href=\"%s\">Sign in</a> to change password, subscriptions and more " +"<a href=\"{{url}}\">Sign in</a> to change password, subscriptions and more " "({{user_name}} only)" -msgstr "<a href=\"%s\">Abre una sesión</a> para cambiar tu contraseña, suscripciones... (sólo {{user_name}})" +msgstr "<a href=\"{{url}}\">Abre una sesión</a> para cambiar tu contraseña, suscripciones... (sólo {{user_name}})" #: app/views/request/_followup.rhtml:66 app/views/request/_followup.rhtml:73 #: app/views/request/show.rhtml:83 app/views/request/show.rhtml:87 -msgid "<a href=\"%s\">details</a>" -msgstr "<a href=\"%s\">detalles</a>" +msgid "details" +msgstr "detalles" #: app/views/request/_followup.rhtml:101 -msgid "<a href=\"%s\">what's that?</a>" -msgstr "<a href=\"%s\">¿Qué es eso?</a>" +msgid "what's that?" +msgstr "¿Qué es eso?" #: app/controllers/request_game_controller.rb:23 msgid "" @@ -382,8 +376,8 @@ msgstr "<small>Si usas correo web o tiene filtros \"anti spam\", por favor compr #: app/views/request/new.rhtml:135 msgid "" "<strong> Can I request information about myself?</strong>\n" -"\t\t\t<a href=\"%s\">No! (Click here for details)</a>" -msgstr "<strong> ¿Puedo pedir información sobre mí?</strong>\n\t\t\t<a href=\"%s\">¡No! (Pulse aquí para más detalles)</a>" +"\t\t\t<a href=\"{{url}}\">No! (Click here for details)</a>" +msgstr "<strong> ¿Puedo pedir información sobre mí?</strong>\n\t\t\t<a href=\"{{url}}\">¡No! (Pulse aquí para más detalles)</a>" #: app/views/general/_advanced_search_tips.rhtml:12 msgid "" @@ -486,8 +480,8 @@ msgstr "<strong>Nota:</strong> Te estás enviando un mensaje a ti mismo, suponem #: app/views/request/preview.rhtml:31 msgid "" "<strong>Privacy note:</strong> If you want to request private information about\n" -" yourself then <a href=\"%s\">click here</a>." -msgstr "<strong>Nota sobre privacidad:</strong> Si quiere solicitar información privada\n sobre sí mismo entonces <a href=\"%s\">siga este enlace</a>." +" yourself then <a href=\"{{url}}\">click here</a>." +msgstr "<strong>Nota sobre privacidad:</strong> Si quiere solicitar información privada\n sobre sí mismo entonces <a href=\"{{url}}\">siga este enlace</a>." #: app/views/user/set_crop_profile_photo.rhtml:35 msgid "" @@ -667,8 +661,8 @@ msgstr "Pide documentos o información <strong>específica</strong>, esta web no #: app/views/request/show_response.rhtml:29 msgid "" "At the bottom of this page, write a reply to them trying to persuade them to scan it in\n" -" (<a href=\"%s\">more details</a>)." -msgstr "Al final de esta página, escribe una respuesta intentando convencerles de que lo escaneen\n (<a href=\"%s\">más detalles</a>)." +" (<a href=\"{{url}}\">more details</a>)." +msgstr "Al final de esta página, escribe una respuesta intentando convencerles de que lo escaneen\n (<a href=\"{{url}}\">más detalles</a>)." #: app/views/request/upload_response.rhtml:33 msgid "Attachment (optional):" @@ -1037,8 +1031,8 @@ msgstr "Introduzca las palabras que desee separadas por espacio, es decir <stron #: app/views/request/upload_response.rhtml:23 msgid "" "Enter your response below. You may attach one file (use email, or \n" -"<a href=\"%s\">contact us</a> if you need more)." -msgstr "Escribe tu solicitud a continuación. Puedes adjuntar un fichero (manda un correo,\n o <a href=\"%s\">contáctanos</a>, si necesita más)." +"<a href=\"{{url}}\">contact us</a> if you need more)." +msgstr "Escribe tu solicitud a continuación. Puedes adjuntar un fichero (manda un correo,\n o <a href=\"{{url}}\">contáctanos</a>, si necesita más)." #: app/models/info_request.rb:259 app/models/info_request.rb:277 msgid "Environmental Information Regulations" @@ -1068,15 +1062,15 @@ msgstr "Historial de eventos" msgid "" "Everything that you enter on this page\n" " will be <strong>displayed publicly</strong> on\n" -" this website forever (<a href=\"%s\">why?</a>)." -msgstr "Todo lo que escriba en esta página \n estará <strong>disponible públicamente</strong> en\n está web para siempre (<a href=\"%s\">¿por qué?</a>)." +" this website forever (<a href=\"{{url}}\">why?</a>)." +msgstr "Todo lo que escriba en esta página \n estará <strong>disponible públicamente</strong> en\n está web para siempre (<a href=\"{{url}}\">¿por qué?</a>)." #: app/views/request/new.rhtml:120 msgid "" "Everything that you enter on this page, including <strong>your name</strong>,\n" " will be <strong>displayed publicly</strong> on\n" -" this website forever (<a href=\"%s\">why?</a>)." -msgstr "Todo lo que escribas en esta página, incluyendo <strong>tu nombre</strong>, \n estará <strong>disponible públicamente</strong> en\n está web para siempre (<a href=\"%s\">¿por qué?</a>)." +" this website forever (<a href=\"{{url}}\">why?</a>)." +msgstr "Todo lo que escribas en esta página, incluyendo <strong>tu nombre</strong>, \n estará <strong>disponible públicamente</strong> en\n está web para siempre (<a href=\"{{url}}\">¿por qué?</a>)." #: locale/model_attributes.rb:68 msgid "EximLogDone|Filename" @@ -1123,10 +1117,8 @@ msgid "Failed to convert image to a PNG" msgstr "Error al convertir la imagen a PNG" #: app/models/profile_photo.rb:105 -msgid "" -"Failed to convert image to the correct size: at %{cols}x%{rows}, need " -"%{width}x%{height}" -msgstr "Error al convertir la imagen al tamaño adecuado: es %{cols}x%{rows}, debería ser %{width}x%{height}" +msgid "Failed to convert image to the correct size: at {{cols}}x{{rows}}, need {{width}}x{{height}}" +msgstr "Error al convertir la imagen al tamaño adecuado: es {{cols}}x{{rows}}, debería ser {{width}}x{{height}}" #: app/views/general/search.rhtml:117 msgid "Filter" @@ -1136,8 +1128,8 @@ msgstr "Filtrar" msgid "" "First, type in the <strong>name of the UK public authority</strong> you'd \n" " like information from. <strong>By law, they have to respond</strong>\n" -" (<a href=\"%s#%s\">why?</a>)." -msgstr "Primero, escribe el <strong>nombre de la institución</strong> a la que quieres pedir información. <strong>Están obligados a responder</strong> (<a href=\"%s#%s\">¿por qué?</a>)." +" (<a href=\"{{url}}\">why?</a>)." +msgstr "Primero, escribe el <strong>nombre de la institución</strong> a la que quieres pedir información. <strong>Están obligados a responder</strong> (<a href=\"{{url}}\">¿por qué?</a>)." #: locale/model_attributes.rb:88 msgid "FoiAttachment|Charset" @@ -1272,8 +1264,8 @@ msgstr "Solicitudes de información a" 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=\"%s\">send it to us</a>." -msgstr "Desde la página de la solicitud, intenta responder a un mensaje en concreto, en vez de\n responder a la solicitud en general. Si necesitas hacerlo y tienes una dirección de\n correo válida, por favor <a href=\"%s\">mándanosla</a>." +" an email which will go to the right place, please <a href=\"{{url}}\">send it to us</a>." +msgstr "Desde la página de la solicitud, intenta responder a un mensaje en concreto, en vez de\n responder a la solicitud en general. Si necesitas hacerlo y tienes una dirección de\n correo válida, por favor <a href=\"{{url}}\">mándanosla</a>." #: app/views/request/_correspondence.rhtml:12 #: app/views/request/_correspondence.rhtml:36 @@ -1409,8 +1401,8 @@ msgstr "He recibido un <strong>mensaje de error</strong>" #: app/views/public_body/view_email.rhtml:28 msgid "" "If the address is wrong, or you know a better address, please <a " -"href=\"%s\">contact us</a>." -msgstr "Si la dirección es incorrecta, o conoce una más actualizada, por favor <a href=\"%s\">contáctenos</a>." +"href=\"{{url}}\">contact us</a>." +msgstr "Si la dirección es incorrecta, o conoce una más actualizada, por favor <a href=\"{{url}}\">contáctenos</a>." #: app/views/request_mailer/stopped_responses.rhtml:10 msgid "" @@ -1423,24 +1415,24 @@ msgstr "Si no es correcto, o te gustaría enviar una respuesta a la solicitud\no msgid "" "If you are dissatisfied by the response you got from\n" " the public authority, you have the right to\n" -" complain (<a href=\"%s\">details</a>)." -msgstr "Si no estás satisfecho con la respuesta que has recibido del\n organismo público, tienes derecho a\n apelar (<a href=\"%s\">detalles</a>)." +" complain (<a href=\"{{url}}\">details</a>)." +msgstr "Si no estás satisfecho con la respuesta que has recibido del\n organismo público, tienes derecho a\n apelar (<a href=\"{{url}}\">detalles</a>)." #: app/views/user/no_cookies.rhtml:20 -msgid "If you are still having trouble, please <a href=\"%s\">contact us</a>." -msgstr "Si aún tienes problemas, por favor <a href=\"%s\">contáctanos</a>." +msgid "If you are still having trouble, please <a href=\"{{url}}\">contact us</a>." +msgstr "Si aún tienes problemas, por favor <a href=\"{{url}}\">contáctanos</a>." #: app/views/request/hidden.rhtml:15 msgid "" -"If you are the requester, then you may <a href=\"%s\">sign in</a> to view " +"If you are the requester, then you may <a href=\"{{url}}\">sign in</a> to view " "the request." -msgstr "Si la solicitud es tuya, puedes <a href=\"%s\">abrir una sesión</a> para verla." +msgstr "Si la solicitud es tuya, puedes <a href=\"{{url}}\">abrir una sesión</a> para verla." #: app/views/request/new.rhtml:123 msgid "" "If you are thinking of using a pseudonym,\n" -" please <a href=\"%s\">read this first</a>." -msgstr "Si está pensando en utilizar un pseudónimo,\n por favor <a href=\"%s\">lea esto primero</a>." +" please <a href=\"{{url}}\">read this first</a>." +msgstr "Si está pensando en utilizar un pseudónimo,\n por favor <a href=\"{{url}}\">lea esto primero</a>." #: app/views/request/show.rhtml:105 msgid "If you are {{user_link}}, please" @@ -1639,8 +1631,8 @@ msgstr "Registrado en {{site_name}} el" #: app/views/request/new.rhtml:106 msgid "" "Keep it <strong>focused</strong>, you'll be more likely to get what you want" -" (<a href=\"%s\">why?</a>)." -msgstr "Sea <strong>específico</strong>, tendrá más probabilidades de conseguir lo que quiere (<a href=\"%s\">¿por qué?</a>)." +" (<a href=\"{{url}}\">why?</a>)." +msgstr "Sea <strong>específico</strong>, tendrá más probabilidades de conseguir lo que quiere (<a href=\"{{url}}\">¿por qué?</a>)." #: app/views/request/_request_filter_form.rhtml:6 msgid "Keywords" @@ -1990,8 +1982,8 @@ msgid "Please" msgstr "Por favor" #: app/views/user/no_cookies.rhtml:15 -msgid "Please <a href=\"%s\">get in touch</a> with us so we can fix it." -msgstr "Por favor <a href=\"%s\">contacta</a> con nosotros para que podamos arreglarlo." +msgid "Please <a href=\"{{url}}\">get in touch</a> with us so we can fix it." +msgstr "Por favor <a href=\"{{url}}\">contacta</a> con nosotros para que podamos arreglarlo." #: app/views/request/show.rhtml:52 msgid "" @@ -2154,10 +2146,8 @@ msgid "" msgstr "Por favor elije estas solicitudes una a una, y <strong>haz que se sepa</strong>\nsi han tenido éxito o no." #: app/models/outgoing_message.rb:157 -msgid "" -"Please sign at the bottom with your name, or alter the \"%{signoff}\" " -"signature" -msgstr "Por favor, firma con tu nombre en la parte inferior, o cambia la firma \"%{signoff}\"" +msgid "Please sign at the bottom with your name, or alter the \"{{signoff}}\" signature" +msgstr "Por favor, firma con tu nombre en la parte inferior, o cambia la firma \"{{signoff}}\"" #: app/views/user/sign.rhtml:8 msgid "Please sign in as " @@ -2519,10 +2509,10 @@ msgid "Search the site to find what you were looking for." msgstr "Buscar en esta web para encontrar lo que busca." #: app/views/public_body/show.rhtml:85 -msgid "Search within the %d Freedom of Information requests to %s" -msgid_plural "Search within the %d Freedom of Information requests made to %s" -msgstr[0] "Busca en la %d solicitud de información hecha a %s" -msgstr[1] "Busca en las %d solicitudes de información hechas a %s" +msgid "Search within the {{count}} Freedom of Information requests to {{public_body_name}}" +msgid_plural "Search within the {{count}} Freedom of Information requests to {{public_body_name}}" +msgstr[0] "Busca en la {{count}} solicitud de información hecha a {{public_body_name}}" +msgstr[1] "Busca en las {{count}} solicitudes de información hechas a {{public_body_name}}" #: app/views/user/show.rhtml:132 msgid "Search your contributions" @@ -2878,11 +2868,8 @@ msgid "The request was refused by the public authority" msgstr "La solicitud ha sido rechazada por el organismo" #: app/views/request/hidden.rhtml:9 -msgid "" -"The request you have tried to view has been removed. There are\n" -"various reasons why we might have done this, sorry we can't be more specific here. Please <a\n" -" href=\"%s\">contact us</a> if you have any questions." -msgstr "La solicitud que has intentado ver ha sido eliminada. Hay\nvarios posibles motivos para esto, pero no podemos ser más específicos aquí. Por favor <a\n href=\"%s\">contáctanos</a> si tiene cualquier pregunta." +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 "La solicitud que has intentado ver ha sido eliminada. Hay\nvarios posibles motivos para esto, pero no podemos ser más específicos aquí. Por favor <a\n href=\"{{url}}\">contáctanos</a> si tiene cualquier pregunta." #: app/views/general/_advanced_search_tips.rhtml:36 msgid "The requester has abandoned this request for some reason" @@ -2890,14 +2877,14 @@ msgstr "El creador de la solicitud la ha cancelado por algún motivo" #: app/views/request/_followup.rhtml:59 msgid "" -"The response to your request has been <strong>delayed</strong>. You can say that, \n" +"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 "La respuesta a tu solicitud ha sido <strong>retrasada</strong>.\n Por ley, el organismo debería normalmente haber respondido\n <strong>rápidamente</strong> y" #: app/views/request/_followup.rhtml:71 msgid "" -"The response to your request is <strong>long overdue</strong>. You can say that, by \n" +"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 "La respuesta a tu solicitud ha sido <strong>muy retrasada</strong>.\n Por ley, bajo cualquier circunstancia, el organismo ya debería\n haber respondido" @@ -3016,17 +3003,11 @@ msgid "" " this link to see what they wrote." msgstr "Hay {{count}} comentarios en tu solicitud {{info_request}}. Sigue este enlace para leer lo que dicen." -#: app/views/public_body/show.rhtml:7 -msgid "There is %d person following this authority" -msgid_plural "There are %d people following this authority" -msgstr[0] "Hay %d persona siguiendo a este organismo." -msgstr[1] "Hay %d personas siguiendo a este organismo." - #: app/views/request/_sidebar.rhtml:5 -msgid "There is %d person following this request" -msgid_plural "There are %d people following this request" -msgstr[0] "Hay %d persona siguiendo esta solicitud." -msgstr[1] "Hay %d personas siguiendo esta solicitud." +msgid "There is {{count}} person following this request" +msgid_plural "There are {{count}} people following this request" +msgstr[0] "Hay {{count}} persona siguiendo esta solicitud." +msgstr[1] "Hay {{count}} personas siguiendo esta solicitud." #: app/views/user/show.rhtml:8 msgid "" @@ -3099,8 +3080,8 @@ msgstr "Este organismo ya no existe, no pueden realizarse solicitudes de informa #: app/views/request/_hidden_correspondence.rhtml:23 msgid "" "This comment has been hidden. See annotations to\n" -" find out why. If you are the requester, then you may <a href=\"%s\">sign in</a> to view the response." -msgstr "Este respuesta está oculta. Revisa los comentarios\n para descubrir por qué. Si es tu solicitud, <a href=\"%s\">abre una sesión</a> para ver la respuesta." +" find out why. If you are the requester, then you may <a href=\"{{url}}\">sign in</a> to view the response." +msgstr "Este respuesta está oculta. Revisa los comentarios\n para descubrir por qué. Si es tu solicitud, <a href=\"{{url}}\">abre una sesión</a> para ver la respuesta." #: app/views/request/new.rhtml:63 msgid "" @@ -3140,8 +3121,8 @@ msgstr "Esta es tu solicitud, por lo que recibirás correos automáticamente cua #: app/views/request/_hidden_correspondence.rhtml:17 msgid "" "This outgoing message has been hidden. See annotations to\n" -"\t\t\t\t\t\tfind out why. If you are the requester, then you may <a href=\"%s\">sign in</a> to view the response." -msgstr "Este mensaje está oculto. Lee los comentarios\n\t\t\t\t\t\tpara descubrir por qué. Si es tu solicitud, <a href=\"%s\">abra una sesión</a> para ver la respuesta." +"\t\t\t\t\t\tfind out why. If you are the requester, then you may <a href=\"{{url}}\">sign in</a> to view the response." +msgstr "Este mensaje está oculto. Lee los comentarios\n\t\t\t\t\t\tpara descubrir por qué. Si es tu solicitud, <a href=\"{{url}}\">abra una sesión</a> para ver la respuesta." #: app/views/request/_describe_state.rhtml:44 #: app/views/request/_other_describe_state.rhtml:40 @@ -3154,16 +3135,16 @@ msgid "" msgstr "Esta persona no ha realizado solicitudes de información usando esta web." #: app/views/user/show.rhtml:149 -msgid "This person's %d Freedom of Information request" -msgid_plural "This person's %d Freedom of Information requests" -msgstr[0] "Tu %d solicitud de información" -msgstr[1] "Tus %d solicitudes de información" +msgid "This person's {{count}} Freedom of Information request" +msgid_plural "This person's {{count}} Freedom of Information requests" +msgstr[0] "Tu {{count}} solicitud de información" +msgstr[1] "Tus {{count}} solicitudes de información" #: app/views/user/show.rhtml:179 -msgid "This person's %d annotation" -msgid_plural "This person's %d annotations" -msgstr[0] "Tu %d comentario" -msgstr[1] "Tus %d comentarios" +msgid "This person's {{count}} annotation" +msgid_plural "This person's {{count}} annotations" +msgstr[0] "Tu {{count}} comentario" +msgstr[1] "Tus {{count}} comentarios" #: app/views/user/show.rhtml:172 msgid "This person's annotations" @@ -3204,8 +3185,8 @@ msgstr "Esta solicitud tiene visibilidad 'oculta'. Puedes verla sólo porque est #: app/views/request/show.rhtml:11 msgid "" "This request is hidden, so that only you the requester can see it. Please\n" -" <a href=\"%s\">contact us</a> if you are not sure why." -msgstr "Esta solicitud está oculta, por lo que sólo tú como creador puedes verla. Por favor\n <a href=\"%s\">contáctanos</a> si no estás seguro de por qué." +" <a href=\"{{url}}\">contact us</a> if you are not sure why." +msgstr "Esta solicitud está oculta, por lo que sólo tú como creador puedes verla. Por favor\n <a href=\"{{url}}\">contáctanos</a> si no estás seguro de por qué." #: app/views/request/_describe_state.rhtml:7 #: app/views/request/_other_describe_state.rhtml:10 @@ -3215,8 +3196,8 @@ msgstr "Esta solicitud está todavía en proceso:" #: app/views/request/_hidden_correspondence.rhtml:10 msgid "" "This response has been hidden. See annotations to find out why.\n" -" If you are the requester, then you may <a href=\"%s\">sign in</a> to view the response." -msgstr "Este respuesta está oculta. Revisa los comentarios\n para descubrir por qué. Si es tu solicitud, <a href=\"%s\">abre una sesión</a> para ver la respuesta." +" If you are the requester, then you may <a href=\"{{url}}\">sign in</a> to view the response." +msgstr "Este respuesta está oculta. Revisa los comentarios\n para descubrir por qué. Si es tu solicitud, <a href=\"{{url}}\">abre una sesión</a> para ver la respuesta." #: app/views/request/details.rhtml:6 msgid "" @@ -3450,8 +3431,8 @@ msgstr "Se encontró un tipo de resultado inesperado " msgid "" "Unfortunately we don't know the FOI\n" "email address for that authority, so we can't validate this.\n" -"Please <a href=\"%s\">contact us</a> to sort it out." -msgstr "Desgraciadamente no tenemos la dirección\nde correo para este organismo, así que no podemos validarlo.\nPor favor <a href=\"%s\">contáctenos</a> para arreglarlo." +"Please <a href=\"{{url}}\">contact us</a> to sort it out." +msgstr "Desgraciadamente no tenemos la dirección\nde correo para este organismo, así que no podemos validarlo.\nPor favor <a href=\"{{url}}\">contáctenos</a> para arreglarlo." #: app/views/request/new_bad_contact.rhtml:5 msgid "" @@ -3699,9 +3680,9 @@ msgstr "Cuando reciba la respuesta en papel, por favor ayude\n a que #: app/views/request/new_please_describe.rhtml:16 msgid "" -"When you're done, <strong>come back here</strong>, <a href=\"%s\">reload " +"When you're done, <strong>come back here</strong>, <a href=\"{{url}}\">reload " "this page</a> and file your new request." -msgstr "Cuando esté listo, <strong>vuelva aquí</strong>, <a href=\"%s\">recargue esta página</a> y cree una nueva solicitud." +msgstr "Cuando esté listo, <strong>vuelva aquí</strong>, <a href=\"{{url}}\">recargue esta página</a> y cree una nueva solicitud." #: app/views/request/show_response.rhtml:13 msgid "Which of these is happening?" @@ -3840,8 +3821,8 @@ msgstr "Puede <strong>adjuntar ficheros</strong>. Si quiere adjuntar un fichero\ 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=\"%s\">send it to us</a>." -msgstr "Puede que encuentres una\n en su página web, o preguntando por teléfono. Si la consigues\n por favor <a href=\"%s\">envíanosla</a>." +" to find one, then please <a href=\"{{url}}\">send it to us</a>." +msgstr "Puede que encuentres una\n en su página web, o preguntando por teléfono. Si la consigues\n por favor <a href=\"{{url}}\">envíanosla</a>." #: app/views/request/new_bad_contact.rhtml:6 msgid "" @@ -3914,25 +3895,20 @@ msgid "You've now cleared your profile photo" msgstr "Has borrado la foto de tu perfil" #: app/views/user/show.rhtml:149 -msgid "Your %d Freedom of Information request" -msgid_plural "Your %d Freedom of Information requests" -msgstr[0] "Tu %d solicitud de información" -msgstr[1] "Tus %d solicitudes de información" +msgid "Your {{count}} Freedom of Information request" +msgid_plural "Your {{count}} Freedom of Information requests" +msgstr[0] "Tu {{count}} solicitud de información" +msgstr[1] "Tus {{count}} solicitudes de información" #: app/views/user/show.rhtml:179 -msgid "Your %d annotation" -msgid_plural "Your %d annotations" -msgstr[0] "Tu %d comentario" -msgstr[1] "Tus %d comentarios" +msgid "Your {{count}} annotation" +msgid_plural "Your {{count}} annotations" +msgstr[0] "Tu {{count}} comentario" +msgstr[1] "Tus {{count}} comentarios" #: app/views/user/_signup.rhtml:22 -msgid "" -"Your <strong>name will appear publicly</strong> \n" -" (<a href=\"%s\">why?</a>)\n" -" on this website and in search engines. If you\n" -" are thinking of using a pseudonym, please \n" -" <a href=\"%s\">read this first</a>." -msgstr "<strong>Tu nombre aparecerá públicamente</strong> \n (<a href=\"%s\">¿por qué?</a>)\n en esta web y en motores de búsqueda. Si estás\n pensando en utilizar un seudónimo, por favor \n <a href=\"%s\">lee esto primero</a>." +msgid "Your <strong>name will appear publicly</strong> \\n (<a href=\"{{why_url}}\">why?</a>)\\n on this website and in search engines. If you\\n are thinking of using a pseudonym, please \\n <a href=\"{{help_url}}\">read this first</a>." +msgstr "<strong>Tu nombre aparecerá públicamente</strong> \n (<a href=\"{{why_url}}\">¿por qué?</a>)\n en esta web y en motores de búsqueda. Si estás\n pensando en utilizar un seudónimo, por favor \n <a href=\"{{help_url}}\">lee esto primero</a>." #: app/views/user/show.rhtml:172 msgid "Your annotations" @@ -3956,9 +3932,9 @@ msgstr "Tus suscripciones de correo" #: app/controllers/request_controller.rb:598 msgid "" "Your follow up has not been sent because this request has been stopped to " -"prevent spam. Please <a href=\"%s\">contact us</a> if you really want 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=\"%s\">contáctanos</a> si realmente quieres enviar una respuesta." +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." #: app/controllers/request_controller.rb:626 msgid "Your follow up message has been sent on its way." @@ -3990,8 +3966,8 @@ msgstr "Tu nombre y su comentario aparecerán en los <strong>motores de búsqued #: app/views/request/preview.rhtml:8 msgid "" "Your name, request and any responses will appear in <strong>search engines</strong>\n" -" (<a href=\"%s\">details</a>)." -msgstr "Tu nombre, tu solicitud y cualquier respuesta aparecerán en los <strong>motores de búsqueda</strong>\n (<a href=\"%s\">detalles</a>)." +" (<a href=\"{{url}}\">details</a>)." +msgstr "Tu nombre, tu solicitud y cualquier respuesta aparecerán en los <strong>motores de búsqueda</strong>\n (<a href=\"{{url}}\">detalles</a>)." #: app/views/user/_signup.rhtml:18 msgid "Your name:" @@ -4028,8 +4004,8 @@ msgstr "Tu solicitud:" #: app/views/request/upload_response.rhtml:8 msgid "" "Your response will <strong>appear on the Internet</strong>, <a " -"href=\"%s\">read why</a> and answers to other questions." -msgstr "Tu respuesta <strong>aparecerá en Internet</strong>, <a href=\"%s\">lee por qué</a> y respuestas a otras preguntas." +"href=\"{{url}}\">read why</a> and answers to other questions." +msgstr "Tu respuesta <strong>aparecerá en Internet</strong>, <a href=\"{{url}}\">lee por qué</a> y respuestas a otras preguntas." #: app/views/comment/new.rhtml:63 msgid "" @@ -4276,8 +4252,8 @@ msgid "" "no longer exists. If you are trying to make\n" " 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=\"%s\">send it to us</a>." -msgstr "ya no existe. \nDesde la página de la solicitud, intenta responder a un mensaje en concreto, en vez de\n responder a la solicitud en general. Si necesitas hacerlo y tienes una dirección de\n correo válida, por favor <a href=\"%s\">mándanosla</a>." +" an email which will go to the right place, please <a href=\"{{url}}\">send it to us</a>." +msgstr "ya no existe. \nDesde la página de la solicitud, intenta responder a un mensaje en concreto, en vez de\n responder a la solicitud en general. Si necesitas hacerlo y tienes una dirección de\n correo válida, por favor <a href=\"{{url}}\">mándanosla</a>." #: app/views/request/show.rhtml:72 msgid "normally" diff --git a/spec/fixtures/theme_views/theme_one/help/contact.es.html.erb b/spec/fixtures/theme_views/theme_one/help/contact.es.html.erb new file mode 100644 index 000000000..a294c8aa1 --- /dev/null +++ b/spec/fixtures/theme_views/theme_one/help/contact.es.html.erb @@ -0,0 +1 @@ +contáctenos theme one diff --git a/spec/fixtures/theme_views/theme_one/help/contact.html.erb b/spec/fixtures/theme_views/theme_one/help/contact.html.erb new file mode 100644 index 000000000..428c7368d --- /dev/null +++ b/spec/fixtures/theme_views/theme_one/help/contact.html.erb @@ -0,0 +1 @@ +Contact us diff --git a/spec/integration/errors_spec.rb b/spec/integration/errors_spec.rb index edf570182..17a0153c2 100644 --- a/spec/integration/errors_spec.rb +++ b/spec/integration/errors_spec.rb @@ -1,40 +1,130 @@ +# -*- coding: utf-8 -*- require File.expand_path(File.dirname(__FILE__) + '/../spec_helper') -describe "When rendering errors" do +describe "When errors occur" do - before(:each) do - load_raw_emails_data + def set_consider_all_requests_local(value) + @requests_local = Rails.application.config.consider_all_requests_local + Rails.application.config.consider_all_requests_local = value end - it "should render a 404 for users that don't exist" do - get("/user/wobsnasm") - response.code.should == "404" + def restore_consider_all_requests_local + Rails.application.config.consider_all_requests_local = @requests_local end - it "should render a 404 for bodies that don't exist" do - get("/body/wobsnasm") - response.code.should == "404" + + before(:each) do + # This should happen automatically before each test but doesn't with these integration + # tests for some reason. + ActionMailer::Base.deliveries = [] end - it "should render a 500 for general errors" do - ir = info_requests(:naughty_chicken_request) - # Set an invalid state for the request. Note that update_attribute doesn't run the validations - ir.update_attribute(:described_state, "crotchety") - get("/request/#{ir.url_title}") - response.code.should == "500" + + after(:each) do + restore_consider_all_requests_local end - it "should render a 403 for attempts at directory listing for attachments" do - # make a fake cache - foi_cache_path = File.expand_path(File.join(File.dirname(__FILE__), '../../cache')) - FileUtils.mkdir_p(File.join(foi_cache_path, "views/en/request/101/101/response/1/attach/html/1")) - get("/request/101/response/1/attach/html/1/" ) - response.body.should include("Directory listing not allowed") - response.code.should == "403" - get("/request/101/response/1/attach/html" ) - response.body.should include("Directory listing not allowed") - response.code.should == "403" + + context 'when considering all requests local (by default all in development)' do + + before(:each) { set_consider_all_requests_local(true) } + + it 'should show a full trace for general errors' do + InfoRequest.stub!(:find_by_url_title!).and_raise("An example error") + get("/request/example") + response.body.should have_selector('div[id=traces]') + response.body.should match('An example error') + end + end - it "should render a 404 for non-existent 'details' pages for requests" do - get("/details/request/wobble" ) - response.code.should == "404" + + context 'when not considering all requests local' do + + before(:each) { set_consider_all_requests_local(false) } + + it "should render a 404 for unrouteable URLs using the general/exception_caught template" do + get("/frobsnasm") + response.should render_template('general/exception_caught') + response.code.should == "404" + end + + it "should render a 404 for users or bodies that don't exist using the general/exception_caught + template" do + ['/user/wobsnasm', '/body/wobsnasm'].each do |non_existent_url| + get(non_existent_url) + response.should render_template('general/exception_caught') + response.code.should == "404" + end + end + + it "should render a 500 for general errors using the general/exception_caught template" do + InfoRequest.stub!(:find_by_url_title!).and_raise("An example error") + get("/request/example") + response.should render_template('general/exception_caught') + response.body.should match('An example error') + response.code.should == "500" + end + + it 'should render a 500 for json errors' do + InfoRequest.stub!(:find_by_url_title!).and_raise("An example error") + get("/request/example.json") + response.code.should == '500' + end + + it 'should render a 404 for a non-found xml request' do + get("/frobsnasm.xml") + response.code.should == '404' + end + + it 'should notify of a general error' do + InfoRequest.stub!(:find_by_url_title!).and_raise("An example error") + get("/request/example") + deliveries = ActionMailer::Base.deliveries + deliveries.size.should == 1 + mail = deliveries[0] + mail.body.should =~ /An example error/ + end + + it 'should log a general error' do + Rails.logger.should_receive(:fatal) + InfoRequest.stub!(:find_by_url_title!).and_raise("An example error") + get("/request/example") + end + + it 'should assign the locale for the general/exception_caught template' do + InfoRequest.stub!(:find_by_url_title!).and_raise("An example error") + get("/es/request/example") + response.should render_template('general/exception_caught') + response.body.should match('Lo sentimos, hubo un problema procesando esta página') + response.body.should match('An example error') + end + + it "should render a 403 with text body for attempts at directory listing for attachments" do + # make a fake cache + foi_cache_path = File.expand_path(File.join(File.dirname(__FILE__), '../../cache')) + FileUtils.mkdir_p(File.join(foi_cache_path, "views/en/request/101/101/response/1/attach/html/1")) + get("/request/101/response/1/attach/html/1/" ) + response.body.should include("Directory listing not allowed") + response.code.should == "403" + get("/request/101/response/1/attach/html" ) + response.body.should include("Directory listing not allowed") + response.code.should == "403" + end + + it "return a 403 for a JSON PermissionDenied error" do + InfoRequest.stub!(:find_by_url_title!).and_raise(ApplicationController::PermissionDenied) + get("/request/example.json") + response.code.should == '403' + end + + context "in the admin interface" do + + it 'should show a full trace for general errors' do + InfoRequest.stub!(:find).and_raise("An example error") + get("/admin/request/show/333") + response.body.should have_selector('div[id=traces]') + response.body.should match('An example error') + end + + end + end -end +end diff --git a/spec/integration/request_controller_spec.rb b/spec/integration/request_controller_spec.rb index 24667bdf1..9e585448b 100644 --- a/spec/integration/request_controller_spec.rb +++ b/spec/integration/request_controller_spec.rb @@ -6,6 +6,7 @@ describe RequestController, "when classifying an information request" do describe 'when the request is internal' do before(:each) do + load_raw_emails_data @dog_request = info_requests(:fancy_dog_request) # This should happen automatically before each test but doesn't with these integration # tests for some reason. diff --git a/spec/integration/view_request_spec.rb b/spec/integration/view_request_spec.rb index 442721890..3d646cfe7 100644 --- a/spec/integration/view_request_spec.rb +++ b/spec/integration/view_request_spec.rb @@ -13,5 +13,12 @@ describe "When viewing requests" do response.body.should include("dog.json?unfold=1") end + it 'should not raise a routing error when making a json link for a request with an + "action" querystring param' do + @dog_request = info_requests(:fancy_dog_request) + get "request/#{@dog_request.url_title}?action=add" + response.should be_success + end + end diff --git a/spec/lib/basic_encoding_tests.rb b/spec/lib/basic_encoding_tests.rb new file mode 100644 index 000000000..35d35fd4a --- /dev/null +++ b/spec/lib/basic_encoding_tests.rb @@ -0,0 +1,157 @@ +# -*- coding: utf-8 -*- +require File.expand_path(File.dirname(__FILE__) + '/../spec_helper') + +def bytes_to_binary_string( bytes, claimed_encoding = nil ) + claimed_encoding ||= 'ASCII-8BIT' + bytes_string = bytes.pack('c*') + if RUBY_VERSION.to_f >= 1.9 + bytes_string.force_encoding! claimed_encoding + end + bytes_string +end + +random_string = bytes_to_binary_string [ 0x0f, 0x58, 0x1c, 0x8f, 0xa4, 0xcf, + 0xf6, 0x8c, 0x9d, 0xa7, 0x06, 0xd9, + 0xf7, 0x90, 0x6c, 0x6f] + +windows_1252_string = bytes_to_binary_string [ 0x44, 0x41, 0x53, 0x48, 0x20, + 0x96, 0x20, 0x44, 0x41, 0x53, + 0x48 ] + +# It's a shame this example is so long, but if we don't take enough it +# gets misinterpreted as Shift_JIS + +gb_18030_bytes = [ 0xb9, 0xf3, 0xb9, 0xab, 0xcb, 0xbe, 0xb8, 0xba, 0xd4, 0xf0, + 0xc8, 0xcb, 0x28, 0xbe, 0xad, 0xc0, 0xed, 0x2f, 0xb2, 0xc6, + 0xce, 0xf1, 0x29, 0xc4, 0xfa, 0xba, 0xc3, 0xa3, 0xba, 0x0d, + 0x0a, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, + 0x20, 0x20, 0x20, 0xb1, 0xbe, 0xb9, 0xab, 0xcb, 0xbe, 0xd4, + 0xda, 0x31, 0x39, 0x39, 0x37, 0xc4, 0xea, 0xb3, 0xc9, 0xc1, + 0xa2, 0xb9, 0xfa, 0xbc, 0xd2, 0xb9, 0xa4, 0xc9, 0xcc, 0xd7, + 0xa2, 0xb2, 0xe1, 0x2e, 0xca, 0xb5, 0xc1, 0xa6, 0xd0, 0xdb, + 0xba, 0xf1, 0xa1, 0xa3, 0xd3, 0xd0, 0xb6, 0xc0, 0xc1, 0xa2, + 0xcb, 0xb0, 0xce, 0xf1, 0x0d, 0x0a, 0x20, 0x20, 0x20, 0x20, + 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0xd7, 0xa8, 0xd2, 0xb5, + 0xc8, 0xcb, 0xd4, 0xb1, 0x3b, 0xd4, 0xda, 0xc8, 0xab, 0xb9, + 0xfa, 0xb8, 0xf7, 0xb3, 0xc7, 0xca, 0xd0, 0xc9, 0xe8, 0xc1, + 0xa2, 0xb7, 0xd6, 0xb9, 0xab, 0xcb, 0xbe, 0xa3, 0xa8, 0xd5, + 0xe3, 0xbd, 0xad, 0xa1, 0xa2, 0xc9, 0xcf, 0xba, 0xa3, 0xa1, + 0xa2, 0xb9, 0xe3, 0xd6, 0xdd, 0xa1, 0xa2, 0xbd, 0xad, 0xcb, + 0xd5, 0xb5, 0xc8, 0x0d, 0x0a, 0x20, 0x20, 0x20, 0x20, 0x20, + 0x20, 0x20, 0x20, 0x20, 0x20, 0xb5, 0xd8, 0xb7, 0xbd, 0xa3, + 0xa9, 0xd2, 0xf2, 0xbd, 0xf8, 0xcf, 0xee, 0xbd, 0xcf, 0xb6, + 0xe0, 0xcf, 0xd6, 0xcd, 0xea, 0xb3, 0xc9, 0xb2, 0xbb, 0xc1, + 0xcb, 0xc3, 0xbf, 0xd4, 0xc2, 0xcf, 0xfa, 0xca, 0xdb, 0xb6, + 0xee, 0xb6, 0xc8, 0xa1, 0xa3, 0xc3, 0xbf, 0xd4, 0xc2, 0xd3, + 0xd0, 0xd2, 0xbb, 0xb2, 0xbf, 0xb7, 0xd6, 0x0d, 0x0a, 0x20, + 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0xd4, + 0xf6, 0xd6, 0xb5, 0xb6, 0x90, 0xa3, 0xa8, 0x36, 0x2d, 0x37, + 0x25, 0xd7, 0xf3, 0xd3, 0xd2, 0x29, 0xba, 0xcd, 0xc6, 0xd5, + 0xc6, 0xb1, 0xa3, 0xa8, 0x30, 0x2e, 0x35, 0x25, 0x2d, 0x32, + 0x25, 0x20, 0xd7, 0xf3, 0xd3, 0xd2, 0xa3, 0xa9, 0xd3, 0xc5, + 0xbb, 0xdd, 0xb4, 0xfa, 0xbf, 0xaa, 0xbb, 0xf2, 0xba, 0xcf, + 0xd7, 0xf7, 0xa3, 0xac, 0x0d, 0x0a, 0x20, 0x20, 0x20, 0x20, + 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0xb5, 0xe3, 0xca, 0xfd, + 0xbd, 0xcf, 0xb5, 0xcd, 0xa1, 0xa3, 0xb4, 0xfa, 0xc0, 0xed, + 0xb7, 0xb6, 0xce, 0xa7, 0xc8, 0xe7, 0xcf, 0xc2, 0xa3, 0xba, + 0x0d, 0x0a ] + +gb_18030_spam_string = bytes_to_binary_string gb_18030_bytes + +describe "normalize_string_to_utf8" do + + describe "when passed uniterpretable character data" do + + it "should reject it as invalid" do + + expect { + normalize_string_to_utf8 random_string + }.to raise_error(EncodingNormalizationError) + + expect { + normalize_string_to_utf8 random_string, 'UTF-8' + }.to raise_error(EncodingNormalizationError) + + end + end + + describe "when passed unlabelled Windows 1252 data" do + + it "should correctly convert it to UTF-8" do + + normalized = normalize_string_to_utf8 windows_1252_string + + normalized.should == "DASH – DASH" + + end + + end + + describe "when passed GB 18030 data" do + + it "should correctly convert it to UTF-8 if unlabelled" do + + normalized = normalize_string_to_utf8 gb_18030_spam_string + + normalized.should start_with("贵公司负责人") + + end + + end + +end + +describe "convert_string_to_utf8_or_binary" do + + describe "when passed uniterpretable character data" do + + it "should return it as a binary string" do + + converted = convert_string_to_utf8_or_binary random_string + converted.should == random_string + + if RUBY_VERSION.to_f >= 1.9 + converted.encoding.should == 'ASCII-8BIT' + end + + converted = convert_string_to_utf8_or_binary random_string,'UTF-8' + converted.should == random_string + + if RUBY_VERSION.to_f >= 1.9 + converted.encoding.should == 'ASCII-8BIT' + end + + end + end + + describe "when passed unlabelled Windows 1252 data" do + + it "should correctly convert it to UTF-8" do + + converted = convert_string_to_utf8_or_binary windows_1252_string + + converted.should == "DASH – DASH" + + if RUBY_VERSION.to_f >= 1.9 + converted.encoding.should == 'UTF-8' + end + end + + end + + describe "when passed GB 18030 data" do + + it "should correctly convert it to UTF-8 if unlabelled" do + + converted = convert_string_to_utf8_or_binary gb_18030_spam_string + + converted.should start_with("贵公司负责人") + + if RUBY_VERSION.to_f >= 1.9 + converted.encoding.should == 'UTF-8' + end + end + + end + +end diff --git a/spec/lib/i18n_interpolation.rb b/spec/lib/i18n_interpolation.rb index e8d046757..b07cf1e9a 100644 --- a/spec/lib/i18n_interpolation.rb +++ b/spec/lib/i18n_interpolation.rb @@ -12,7 +12,35 @@ describe "when using i18n" do it "should assume that simple translations are always html safe" do _("Hello").should be_html_safe end +end + +describe "n_" do + it "should return the translated singular" do + FastGettext.should_receive(:n_).with("Apple", "Apples", 1).and_return("Apfel") + n_("Apple", "Apples", 1).should == "Apfel" + end + + it "should return the translated plural" do + FastGettext.should_receive(:n_).with("Apple", "Apples", 3).and_return("Äpfel") + n_("Apple", "Apples", 3).should == "Äpfel" + end + it "should return the translated singular interpolated" do + FastGettext.should_receive(:n_).with("I eat {{count}} apple", "I eat {{count}} apples", 1). + and_return("Ich esse {{count}} Apfel") + n_("I eat {{count}} apple", "I eat {{count}} apples", 1, :count => 1).should == "Ich esse 1 Apfel" + end + + it "should return the translated plural interpolated" do + FastGettext.should_receive(:n_).with("I eat {{count}} apple", "I eat {{count}} apples", 3). + and_return("Ich esse {{count}} Äpfel") + n_("I eat {{count}} apple", "I eat {{count}} apples", 3, :count => 3).should == "Ich esse 3 Äpfel" + end + + it "should always be html safe when there is no interpolation" do + FastGettext.should_receive(:n_).with("Apple", "Apples", 1).and_return("Apfel") + n_("Apple", "Apples", 1).should be_html_safe + end end describe "gettext_interpolate" do diff --git a/spec/lib/mail_handler/mail_handler_spec.rb b/spec/lib/mail_handler/mail_handler_spec.rb index 79b779687..241ce06c1 100644 --- a/spec/lib/mail_handler/mail_handler_spec.rb +++ b/spec/lib/mail_handler/mail_handler_spec.rb @@ -20,12 +20,51 @@ describe 'when creating a mail object from raw data' do mail.to.should == ["request-66666-caa77777@whatdotheyknow.com", "foi@example.com"] end + it 'should return nil for malformed To: and Cc: lines' do + mail = get_fixture_mail('malformed-to-and-cc.email') + mail.to.should == nil + mail.cc.should == nil + end + it 'should convert an iso8859 email to utf8' do mail = get_fixture_mail('iso8859_2_raw_email.email') mail.subject.should match /gjatë/u MailHandler.get_part_body(mail).is_utf8?.should == true end + it 'should not be confused by subject lines with malformed UTF-8 at the end' do + # The base64 subject line was generated with: + # printf "hello\360" | base64 + # ... and wrapping the result in '=?UTF-8?B?' and '?=' + mail = get_fixture_mail('subject-bad-utf-8-trailing-base64.email') + mail.subject.should == 'hello' + # The quoted printable subject line was generated with: + # printf "hello\360" | qprint -b -e + # ... and wrapping the result in '=?UTF-8?Q?' and '?=' + mail = get_fixture_mail('subject-bad-utf-8-trailing-quoted-printable.email') + mail.subject.should == 'hello' + end + + it 'should convert a Windows-1252 body mislabelled as ISO-8859-1 to UTF-8' do + mail = get_fixture_mail('mislabelled-as-iso-8859-1.email') + body = MailHandler.get_part_body(mail) + body.is_utf8?.should == true + # This email is broken in at least these two ways: + # 1. It contains a top bit set character (0x96) despite the + # "Content-Transfer-Encoding: 7bit" + # 2. The charset in the Content-Type header is "iso-8859-1" + # but 0x96 is actually a Windows-1252 en dash, which would + # be Unicode codepoint 2013. It should be possible to + # spot the mislabelling, since 0x96 isn't a valid + # ISO-8859-1 character. + body.should match(/ \xe2\x80\x93 /) + end + + it 'should not error on a subject line with an encoding encoding not recognized by iconv' do + mail = get_fixture_mail('unrecognized-encoding-mail.email') + lambda{ mail.subject }.should_not raise_error + end + end describe 'when asked for the from name' do @@ -189,7 +228,7 @@ describe 'when deriving a name, email and formatted address from a message from it 'should quote a name with quotes in it' do should_render_from_address('"FOI \" Person" <foiperson@localhost>', - ['FOI " Person', + ['FOI \" Person', 'foiperson@localhost', '"FOI \" Person" <foiperson@localhost>']) end @@ -275,6 +314,12 @@ end describe 'when getting attachment attributes' do + it 'should handle a mail with a non-multipart part with no charset in the Content-Type header' do + mail = get_fixture_mail('part-without-charset-in-content-type.email') + attributes = MailHandler.get_attachment_attributes(mail) + attributes.size.should == 2 + end + it 'should get two attachment parts from a multipart mail with text and html alternatives and an image' do mail = get_fixture_mail('quoted-subject-iso8859-1.email') @@ -282,6 +327,13 @@ describe 'when getting attachment attributes' do attributes.size.should == 2 end + it 'should get one attachment from a multipart mail with text and HTML alternatives, which should be UTF-8' do + mail = get_fixture_mail('iso8859_2_raw_email.email') + attributes = MailHandler.get_attachment_attributes(mail) + attributes.length.should == 1 + attributes[0][:body].is_utf8?.should == true + end + it 'should expand a mail attached as text' do # Note that this spec will only pass using Tmail in the timezone set as datetime headers # are rendered out in the local time - using the Mail gem this is not necessary @@ -304,6 +356,52 @@ describe 'when getting attachment attributes' do attributes = MailHandler.get_attachment_attributes(mail) end + it 'should ignore truncated TNEF attachment' do + mail = get_fixture_mail('tnef-attachment-truncated.email') + attributes = MailHandler.get_attachment_attributes(mail) + attributes.length.should == 2 + end + + it 'should ignore anything beyond the final MIME boundary' do + pending do + # This example raw email has a premature closing boundary for + # the outer multipart/mixed - my reading of RFC 1521 is that + # the "epilogue" beyond that should be ignored. + # See https://github.com/mysociety/alaveteli/issues/922 for + # more discussion. + mail = get_fixture_mail('nested-attachments-premature-end.email') + attributes = MailHandler.get_attachment_attributes(mail) + attributes.length.should == 3 + end + end + + it 'should cope with a missing final MIME boundary' do + mail = get_fixture_mail('multipart-no-final-boundary.email') + attributes = MailHandler.get_attachment_attributes(mail) + attributes.length.should == 1 + attributes[0][:body].should match(/This is an acknowledgement of your email/) + attributes[0][:content_type].should == "text/plain" + attributes[0][:url_part_number].should == 1 + end + + it 'should ignore a TNEF attachment with no usable contents' do + # FIXME: "no usable contents" is slightly misleading. The + # attachment in this example email does have usable content in + # the body of the TNEF attachment, but the invocation of tnef + # historically used to unpack these attachments doesn't add + # the --save-body parameter, so that they have been ignored so + # far. We probably should include the body from such + # attachments, but, at the moment, with the pending upgrade to + # Rails 3, we just want to check that the behaviour is the + # same as before. + mail = get_fixture_mail('tnef-attachment-empty.email') + attributes = MailHandler.get_attachment_attributes(mail) + attributes.length.should == 2 + # This is the size of the TNEF-encoded attachment; currently, + # we expect the code just to return this without decoding: + attributes[1][:body].length.should == 7769 + end + it 'should produce a consistent set of url_part_numbers, content_types, within_rfc822_subjects and filenames from an example mail with lots of attachments' do mail = get_fixture_mail('many-attachments-date-header.email') @@ -385,3 +483,11 @@ describe 'when getting attachment attributes' do end end end + +describe 'when getting the address part from an address string' do + + it 'should handle non-ascii characters in the name input' do + address = "\"Someone’s name\" <test@example.com>" + MailHandler.address_from_string(address).should == 'test@example.com' + end +end diff --git a/spec/mailers/outgoing_mailer_spec.rb b/spec/mailers/outgoing_mailer_spec.rb index 5d1ea2dfb..a11d56dd3 100644 --- a/spec/mailers/outgoing_mailer_spec.rb +++ b/spec/mailers/outgoing_mailer_spec.rb @@ -1,73 +1,66 @@ require File.expand_path(File.dirname(__FILE__) + '/../spec_helper') -describe OutgoingMailer, " when working out follow up addresses" do - # This is done with fixtures as the code is a bit tangled with the way it - # calls TMail. XXX untangle it and make these tests spread out and using - # mocks. Put parts of the tests in spec/lib/tmail_extensions.rb - before(:each) do - load_raw_emails_data +describe OutgoingMailer, " when working out follow up names and addresses" do + + before do + @info_request = mock_model(InfoRequest, + :recipient_name_and_email => 'test <test@example.com>', + :recipient_email => 'test@example.com') + @info_request.stub_chain(:public_body, :name).and_return("Test Authority") + @incoming_message = mock_model(IncomingMessage, + :from_email => 'specific@example.com', + :safe_mail_from => 'Specific Person') end - it "should parse them right" do - ir = info_requests(:fancy_dog_request) - im = ir.incoming_messages[0] - - # check the basic entry in the fixture is fine - OutgoingMailer.name_and_email_for_followup(ir, im).should == "FOI Person <foiperson@localhost>" - OutgoingMailer.name_for_followup(ir, im).should == "FOI Person" - OutgoingMailer.email_for_followup(ir, im).should == "foiperson@localhost" + def expect_address(info_request, incoming_message, expected_result) + mail = create_message_from(from_line) + name = MailHandler.get_from_name(mail) + email = MailHandler.get_from_address(mail) + address = MailHandler.address_from_name_and_email(name, email).to_s + [name, email, address].should == expected_result end - it "should work when there is only an email address" do - ir = info_requests(:fancy_dog_request) - im = ir.incoming_messages[0] + describe 'if there is no incoming message being replied to' do - im.raw_email.data = im.raw_email.data.sub("\"FOI Person\" <foiperson@localhost>", "foiperson@localhost") - im.parse_raw_email! true + it 'should return the name and email address of the public body' do + OutgoingMailer.name_and_email_for_followup(@info_request, nil).should == 'test <test@example.com>' + OutgoingMailer.name_for_followup(@info_request, nil).should == 'Test Authority' + OutgoingMailer.email_for_followup(@info_request, nil).should == 'test@example.com' + end - # check the basic entry in the fixture is fine - OutgoingMailer.name_and_email_for_followup(ir, im).should == "foiperson@localhost" - OutgoingMailer.name_for_followup(ir, im).should == "Geraldine Quango" - OutgoingMailer.email_for_followup(ir, im).should == "foiperson@localhost" end - it "should quote funny characters" do - ir = info_requests(:fancy_dog_request) - im = ir.incoming_messages[0] + describe 'if the incoming message being replied to is not valid to reply to' do - im.raw_email.data = im.raw_email.data.sub("FOI Person", "FOI [ Person") - im.parse_raw_email! true + before do + @incoming_message.stub!(:valid_to_reply_to?).and_return(false) + end - # check the basic entry in the fixture is fine - OutgoingMailer.name_and_email_for_followup(ir, im).should == "\"FOI [ Person\" <foiperson@localhost>" - OutgoingMailer.name_for_followup(ir, im).should == "FOI [ Person" - OutgoingMailer.email_for_followup(ir, im).should == "foiperson@localhost" + it 'should return the safe name and email address of the public body' do + OutgoingMailer.name_and_email_for_followup(@info_request, @incoming_message).should == 'test <test@example.com>' + OutgoingMailer.name_for_followup(@info_request, @incoming_message).should == 'Test Authority' + OutgoingMailer.email_for_followup(@info_request, @incoming_message).should == 'test@example.com' + end end - it "should quote quotes" do - ir = info_requests(:fancy_dog_request) - im = ir.incoming_messages[0] + describe 'if the incoming message is valid to reply to' do - im.raw_email.data = im.raw_email.data.sub("FOI Person", "FOI \\\" Person") - im.parse_raw_email! true + before do + @incoming_message.stub!(:valid_to_reply_to?).and_return(true) + end - # check the basic entry in the fixture is fine - OutgoingMailer.name_and_email_for_followup(ir, im).should == "\"FOI \\\" Person\" <foiperson@localhost>" - OutgoingMailer.name_for_followup(ir, im).should == "FOI \" Person" - OutgoingMailer.email_for_followup(ir, im).should == "foiperson@localhost" - end + it 'should return the name and email address from the incoming message' do + OutgoingMailer.name_and_email_for_followup(@info_request, @incoming_message).should == 'Specific Person <specific@example.com>' + OutgoingMailer.name_for_followup(@info_request, @incoming_message).should == 'Specific Person' + OutgoingMailer.email_for_followup(@info_request, @incoming_message).should == 'specific@example.com' + end - it "should quote @ signs" do - ir = info_requests(:fancy_dog_request) - im = ir.incoming_messages[0] + it 'should return the name of the public body if the incoming message does not have + a safe name' do + @incoming_message.stub!(:safe_mail_from).and_return(nil) + OutgoingMailer.name_for_followup(@info_request, @incoming_message).should == 'Test Authority' + end - im.raw_email.data = im.raw_email.data.sub("FOI Person", "FOI @ Person") - im.parse_raw_email! true - - # check the basic entry in the fixture is fine - OutgoingMailer.name_and_email_for_followup(ir, im).should == "\"FOI @ Person\" <foiperson@localhost>" - OutgoingMailer.name_for_followup(ir, im).should == "FOI @ Person" - OutgoingMailer.email_for_followup(ir, im).should == "foiperson@localhost" end end @@ -79,21 +72,21 @@ describe OutgoingMailer, "when working out follow up subjects" do end it "should prefix the title with 'Freedom of Information request -' for initial requests" do - ir = info_requests(:fancy_dog_request) + ir = info_requests(:fancy_dog_request) im = ir.incoming_messages[0] ir.email_subject_request.should == "Freedom of Information request - Why do you have & such a fancy dog?" end it "should use 'Re:' and inital request subject for followups which aren't replies to particular messages" do - ir = info_requests(:fancy_dog_request) + ir = info_requests(:fancy_dog_request) om = outgoing_messages(:useless_outgoing_message) OutgoingMailer.subject_for_followup(ir, om).should == "Re: Freedom of Information request - Why do you have & such a fancy dog?" end it "should prefix with Re: the subject of the message being replied to" do - ir = info_requests(:fancy_dog_request) + ir = info_requests(:fancy_dog_request) im = ir.incoming_messages[0] om = outgoing_messages(:useless_outgoing_message) om.incoming_message_followup = im @@ -102,7 +95,7 @@ describe OutgoingMailer, "when working out follow up subjects" do end it "should not add Re: prefix if there already is such a prefix" do - ir = info_requests(:fancy_dog_request) + ir = info_requests(:fancy_dog_request) im = ir.incoming_messages[0] om = outgoing_messages(:useless_outgoing_message) om.incoming_message_followup = im @@ -112,19 +105,19 @@ describe OutgoingMailer, "when working out follow up subjects" do end it "should not add Re: prefix if there already is a lower case re: prefix" do - ir = info_requests(:fancy_dog_request) + ir = info_requests(:fancy_dog_request) im = ir.incoming_messages[0] om = outgoing_messages(:useless_outgoing_message) om.incoming_message_followup = im im.raw_email.data = im.raw_email.data.sub("Subject: Geraldine FOI Code AZXB421", "Subject: re: Geraldine FOI Code AZXB421") im.parse_raw_email! true - + OutgoingMailer.subject_for_followup(ir, om).should == "re: Geraldine FOI Code AZXB421" end it "should use 'Re:' and initial request subject when replying to failed delivery notifications" do - ir = info_requests(:fancy_dog_request) + ir = info_requests(:fancy_dog_request) im = ir.incoming_messages[0] om = outgoing_messages(:useless_outgoing_message) om.incoming_message_followup = im diff --git a/spec/mailers/track_mailer_spec.rb b/spec/mailers/track_mailer_spec.rb index 9537e6b14..e8094b692 100644 --- a/spec/mailers/track_mailer_spec.rb +++ b/spec/mailers/track_mailer_spec.rb @@ -13,7 +13,7 @@ describe TrackMailer do it 'should ask for all the users whose last daily track email was sent more than a day ago' do expected_conditions = [ "last_daily_track_email < ?", Time.utc(2007, 11, 11, 23, 59)] - User.should_receive(:find).with(:all, :conditions => expected_conditions).and_return([]) + User.should_receive(:find_each).with(:conditions => expected_conditions) TrackMailer.alert_tracks end @@ -26,7 +26,7 @@ describe TrackMailer do :url_name => 'test-name', :get_locale => 'en', :should_be_emailed? => true) - User.stub!(:find).and_return([@user]) + User.stub!(:find_each).and_yield(@user) @user.stub!(:receive_email_alerts).and_return(true) @user.stub!(:no_xapian_reindex=) end @@ -69,11 +69,15 @@ describe TrackMailer do @xapian_search = mock('xapian search', :results => []) @found_event = mock_model(InfoRequestEvent, :described_at => @track_thing.created_at + 1.day) @search_result = {:model => @found_event} - InfoRequest.stub!(:full_search).and_return(@xapian_search) + ActsAsXapian::Search.stub!(:new).and_return(@xapian_search) end it 'should ask for the events returned by the tracking query' do - InfoRequest.should_receive(:full_search).with([InfoRequestEvent], 'test query', 'described_at', true, nil, 100, 1).and_return(@xapian_search) + ActsAsXapian::Search.should_receive(:new).with([InfoRequestEvent], 'test query', + :sort_by_prefix => 'described_at', + :sort_by_ascending => true, + :collapse_by_prefix => nil, + :limit => 100).and_return(@xapian_search) TrackMailer.alert_tracks end @@ -124,7 +128,7 @@ describe TrackMailer do :save! => true, :url_name => 'test-name', :should_be_emailed? => false) - User.stub!(:find).and_return([@user]) + User.stub!(:find_each).and_yield(@user) @user.stub!(:receive_email_alerts).and_return(true) @user.stub!(:no_xapian_reindex=) end @@ -195,7 +199,7 @@ describe TrackMailer do context "force ssl is off" do # Force SSL is off in the tests. Since the code that selectively switches the protocols # is in the initialiser for Rails it's hard to test. Hmmm... - # We could Configuration.stub!(:force_ssl).and_return(true) but the config/environment.rb + # We could AlaveteliConfiguration.stub!(:force_ssl).and_return(true) but the config/environment.rb # wouldn't get reloaded it "should have http links in the email" do diff --git a/spec/models/foi_attachment_spec.rb b/spec/models/foi_attachment_spec.rb index 537a3363c..9b0115c44 100644 --- a/spec/models/foi_attachment_spec.rb +++ b/spec/models/foi_attachment_spec.rb @@ -1,6 +1,6 @@ require File.expand_path(File.dirname(__FILE__) + '/../spec_helper') -describe FoiAttachment, " when calculating due date" do +describe FoiAttachment do before(:each) do load_raw_emails_data diff --git a/spec/models/incoming_message_spec.rb b/spec/models/incoming_message_spec.rb index e22235298..3c924dcb3 100644 --- a/spec/models/incoming_message_spec.rb +++ b/spec/models/incoming_message_spec.rb @@ -59,12 +59,19 @@ describe IncomingMessage, " when dealing with incoming mail" do message.subject.should == "Câmara Responde: Banco de ideias" end - it 'should not error on display of a message which has no charset set on the body part and - is not good utf-8' do + it 'should deal with GB18030 text even if the charset is missing' do ir = info_requests(:fancy_dog_request) receive_incoming_mail('no-part-charset-bad-utf8.email', ir.incoming_email) message = ir.incoming_messages[1] message.parse_raw_email! + message.get_main_body_text_internal.should include("贵公司负责人") + end + + it 'should not error on display of a message which has no charset set on the body part and is not good UTF-8' do + ir = info_requests(:fancy_dog_request) + receive_incoming_mail('no-part-charset-random-data.email', ir.incoming_email) + message = ir.incoming_messages[1] + message.parse_raw_email! message.get_main_body_text_internal.should include("The above text was badly encoded") end @@ -108,6 +115,16 @@ describe IncomingMessage, " when dealing with incoming mail" do end + it 'should handle a main body part that is just quoted content in an email that has + no subject' do + i = IncomingMessage.new + i.stub!(:get_main_body_text_unfolded).and_return("some quoting") + i.stub!(:get_main_body_text_folded).and_return("FOLDED_QUOTED_SECTION") + i.stub!(:subject).and_return(nil) + i.get_body_for_html_display + end + + end describe IncomingMessage, " display attachments" do @@ -412,6 +429,17 @@ describe IncomingMessage, " when uudecoding bad messages" do im.get_attachments_for_display.size.should == 1 end + it "should still work when parsed from the raw email" do + raw_email = load_file_fixture 'inline-uuencode.email' + mail = MailHandler.mail_from_raw_email(raw_email) + im = incoming_messages :useless_incoming_message + im.stub!(:raw_email).and_return(raw_email) + im.stub!(:mail).and_return(mail) + im.parse_raw_email! + attachments = im.foi_attachments + attachments.size.should == 2 + end + it "should apply censor rules" do mail = get_fixture_mail('incoming-request-bad-uuencoding.email') @@ -524,3 +552,50 @@ describe IncomingMessage, "when TNEF attachments are attached to messages" do end end +describe IncomingMessage, "when extracting attachments" do + + before do + load_raw_emails_data + end + + it 'handles the case where reparsing changes the body of the main part + and the cached attachment has been deleted' do + # original set of attachment attributes + attachment_attributes = { :url_part_number => 1, + :within_rfc822_subject => nil, + :content_type => "text/plain", + :charset => nil, + :body => "No way!\n", + :hexdigest => "0c8b1b0f5cb9c94ed15a180e73b5c7d1", + :filename => nil } + + # Make a small change in the body returned for the attachment + new_attachment_attributes = attachment_attributes.merge(:body => "No way!", + :hexdigest => "74d2c0a41e074f9cebe49324d5b47414") + + + # Simulate parsing with the original attachments + MailHandler.stub!(:get_attachment_attributes).and_return([attachment_attributes]) + incoming_message = incoming_messages(:useless_incoming_message) + + # Extract the attachments + incoming_message.extract_attachments! + + # delete the cached file for the main body part + main = incoming_message.get_main_body_text_part + main.delete_cached_file! + + # Simulate reparsing with the slightly changed body + MailHandler.stub!(:get_attachment_attributes).and_return([new_attachment_attributes]) + + # Re-extract the attachments + incoming_message.extract_attachments! + + attachments = incoming_message.foi_attachments + attachments.size.should == 1 + attachments.first.hexdigest.should == "74d2c0a41e074f9cebe49324d5b47414" + attachments.first.body.should == 'No way!' + end + +end + diff --git a/spec/models/info_request_event_spec.rb b/spec/models/info_request_event_spec.rb index 842246fd8..eb0de8c86 100644 --- a/spec/models/info_request_event_spec.rb +++ b/spec/models/info_request_event_spec.rb @@ -1,3 +1,4 @@ +# coding: utf-8 require File.expand_path(File.dirname(__FILE__) + '/../spec_helper') describe InfoRequestEvent do @@ -118,6 +119,13 @@ describe InfoRequestEvent do @info_request_event.same_email_as_previous_send?.should be_true end + it 'should handle non-ascii characters in the name input' do + address = "\"Someone’s name\" <test@example.com>" + @info_request_event.stub!(:params).and_return(:email => address) + @info_request_event.stub_chain(:info_request, :get_previous_email_sent_to).and_return(address) + @info_request_event.same_email_as_previous_send?.should be_true + end + end end diff --git a/spec/models/info_request_spec.rb b/spec/models/info_request_spec.rb index b877db4ef..0ba8abd75 100644 --- a/spec/models/info_request_spec.rb +++ b/spec/models/info_request_spec.rb @@ -562,9 +562,50 @@ describe InfoRequest do @info_request.prominence = 'requester_only' @info_request.all_can_view?.should == false end + end + + describe 'when generating json for the api' do + + before do + @user = mock_model(User, :json_for_api => { :id => 20, + :url_name => 'alaveteli_user', + :name => 'Alaveteli User', + :ban_text => '', + :about_me => 'Hi' }) + end + it 'should return full user info for an internal request' do + @info_request = InfoRequest.new(:user => @user) + @info_request.user_json_for_api.should == { :id => 20, + :url_name => 'alaveteli_user', + :name => 'Alaveteli User', + :ban_text => '', + :about_me => 'Hi' } + end end + describe 'when working out a subject for a followup emails' do + + it "should not be confused by an nil subject in the incoming message" do + ir = info_requests(:fancy_dog_request) + im = mock_model(IncomingMessage, + :subject => nil, + :valid_to_reply_to? => true) + subject = ir.email_subject_followup im + subject.should match(/^Re: Freedom of Information request.*fancy dog/) + end + + it "should return a hash with the user's name for an external request" do + @info_request = InfoRequest.new(:external_url => 'http://www.example.com', + :external_user_name => 'External User') + @info_request.user_json_for_api.should == {:name => 'External User'} + end + + it 'should return "Anonymous user" for an anonymous external user' do + @info_request = InfoRequest.new(:external_url => 'http://www.example.com') + @info_request.user_json_for_api.should == {:name => 'Anonymous user'} + end + end describe "#set_described_state and #log_event" do context "a request" do let(:request) { InfoRequest.create!(:title => "my request", @@ -765,7 +806,7 @@ describe InfoRequest do events[1].described_state.should == "successful" events[1].calculated_state.should == "successful" end - end + end end end end diff --git a/spec/models/outgoing_message_spec.rb b/spec/models/outgoing_message_spec.rb index 51bb6fdf5..60164fb31 100644 --- a/spec/models/outgoing_message_spec.rb +++ b/spec/models/outgoing_message_spec.rb @@ -16,7 +16,7 @@ describe OutgoingMessage, " when making an outgoing message" do it "should not index the email addresses" do # also used for track emails @outgoing_message.get_text_for_indexing.should_not include("foo@bar.com") - end + end it "should not display email addresses on page" do @outgoing_message.get_body_for_html_display.should_not include("foo@bar.com") @@ -33,6 +33,23 @@ describe OutgoingMessage, " when making an outgoing message" do it "should work out a salutation" do @om.get_salutation.should == "Dear Geraldine Quango," end + + it 'should produce the expected text for an internal review request' do + public_body = mock_model(PublicBody, :name => 'A test public body') + info_request = mock_model(InfoRequest, :public_body => public_body, + :url_title => 'a_test_title', + :title => 'A test title', + :apply_censor_rules_to_text! => nil) + outgoing_message = OutgoingMessage.new({ + :status => 'ready', + :message_type => 'followup', + :what_doing => 'internal_review', + :info_request => info_request + }) + expected_text = "I am writing to request an internal review of A test public body's handling of my FOI request 'A test title'." + outgoing_message.body.should include(expected_text) + end + end diff --git a/spec/models/user_spec.rb b/spec/models/user_spec.rb index 651ba4b65..96c169604 100644 --- a/spec/models/user_spec.rb +++ b/spec/models/user_spec.rb @@ -27,11 +27,22 @@ describe User, "showing the name" do @user.name.should == 'Some Name' end - it 'should show if user has been banned' do - @user.ban_text = "Naughty user" - @user.name.should == 'Some Name (Account suspended)' + describe 'if user has been banned' do + + before do + @user.ban_text = "Naughty user" + end + + it 'should show an "Account suspended" suffix' do + @user.name.should == 'Some Name (Account suspended)' + end + + it 'should return a string when the user has been banned, not a SafeBuffer' do + @user.name.class.should == String + end end + end describe User, " when authenticating" do diff --git a/spec/models/xapian_spec.rb b/spec/models/xapian_spec.rb index 8c99d550f..c40334142 100644 --- a/spec/models/xapian_spec.rb +++ b/spec/models/xapian_spec.rb @@ -1,3 +1,4 @@ +# encoding: utf-8 require File.expand_path(File.dirname(__FILE__) + '/../spec_helper') describe User, " when indexing users with Xapian" do @@ -8,8 +9,7 @@ describe User, " when indexing users with Xapian" do end it "should search by name" do - # def InfoRequest.full_search(models, query, order, ascending, collapse, per_page, page) - xapian_object = InfoRequest.full_search([User], "Silly", 'created_at', true, nil, 100, 1) + xapian_object = ActsAsXapian::Search.new([User], "Silly", :limit => 100) xapian_object.results.size.should == 1 xapian_object.results[0][:model].should == users(:silly_name_user) end @@ -17,8 +17,7 @@ describe User, " when indexing users with Xapian" do it "should search by 'about me' text" do user = users(:bob_smith_user) - # def InfoRequest.full_search(models, query, order, ascending, collapse, per_page, page) - xapian_object = InfoRequest.full_search([User], "stuff", 'created_at', true, nil, 100, 1) + xapian_object = ActsAsXapian::Search.new([User], "stuff", :limit => 100) xapian_object.results.size.should == 1 xapian_object.results[0][:model].should == user @@ -26,10 +25,10 @@ describe User, " when indexing users with Xapian" do user.save! update_xapian_index - xapian_object = InfoRequest.full_search([User], "stuff", 'created_at', true, nil, 100, 1) + xapian_object = ActsAsXapian::Search.new([User], "stuff", :limit => 100) xapian_object.results.size.should == 0 - xapian_object = InfoRequest.full_search([User], "aardvark", 'created_at', true, nil, 100, 1) + xapian_object = ActsAsXapian::Search.new([User], "aardvark", :limit => 100) xapian_object.results.size.should == 1 xapian_object.results[0][:model].should == user end @@ -42,26 +41,26 @@ describe PublicBody, " when indexing public bodies with Xapian" do end it "should search index the main name field" do - xapian_object = InfoRequest.full_search([PublicBody], "humpadinking", 'created_at', true, nil, 100, 1) + xapian_object = ActsAsXapian::Search.new([PublicBody], "humpadinking", :limit => 100) xapian_object.results.size.should == 1 xapian_object.results[0][:model].should == public_bodies(:humpadink_public_body) end it "should search index the notes field" do - xapian_object = InfoRequest.full_search([PublicBody], "albatross", 'created_at', true, nil, 100, 1) + xapian_object = ActsAsXapian::Search.new([PublicBody], "albatross", :limit => 100) xapian_object.results.size.should == 1 xapian_object.results[0][:model].should == public_bodies(:humpadink_public_body) end it "should delete public bodies from the index when they are destroyed" do - xapian_object = InfoRequest.full_search([PublicBody], "albatross", 'created_at', true, nil, 100, 1) + xapian_object = ActsAsXapian::Search.new([PublicBody], "albatross", :limit => 100) xapian_object.results.size.should == 1 xapian_object.results[0][:model].should == public_bodies(:humpadink_public_body) public_bodies(:forlorn_public_body).destroy update_xapian_index - xapian_object = InfoRequest.full_search([PublicBody], "lonely", 'created_at', true, nil, 100, 1) + xapian_object = ActsAsXapian::Search.new([PublicBody], "lonely", :limit => 100) xapian_object.results.should == [] end @@ -75,13 +74,13 @@ describe PublicBody, " when indexing requests by body they are to" do end it "should find requests to the body" do - xapian_object = InfoRequest.full_search([InfoRequestEvent], "requested_from:tgq", 'created_at', true, nil, 100, 1) + xapian_object = ActsAsXapian::Search.new([InfoRequestEvent], "requested_from:tgq", :limit => 100) xapian_object.results.size.should == PublicBody.find_by_url_name("tgq").info_requests.map(&:info_request_events).flatten.size end it "should update index correctly when URL name of body changes" do # initial search - xapian_object = InfoRequest.full_search([InfoRequestEvent], "requested_from:tgq", 'created_at', true, nil, 100, 1) + xapian_object = ActsAsXapian::Search.new([InfoRequestEvent], "requested_from:tgq", :limit => 100) xapian_object.results.size.should == PublicBody.find_by_url_name("tgq").info_requests.map(&:info_request_events).flatten.size models_found_before = xapian_object.results.map { |x| x[:model] } @@ -93,9 +92,9 @@ describe PublicBody, " when indexing requests by body they are to" do update_xapian_index # check we get results expected - xapian_object = InfoRequest.full_search([InfoRequestEvent], "requested_from:tgq", 'created_at', true, nil, 100, 1) + xapian_object = ActsAsXapian::Search.new([InfoRequestEvent], "requested_from:tgq", :limit => 100) xapian_object.results.size.should == 0 - xapian_object = InfoRequest.full_search([InfoRequestEvent], "requested_from:gq", 'created_at', true, nil, 100, 1) + xapian_object = ActsAsXapian::Search.new([InfoRequestEvent], "requested_from:gq", :limit => 100) xapian_object.results.size.should == PublicBody.find_by_url_name("gq").info_requests.map(&:info_request_events).flatten.size models_found_after = xapian_object.results.map { |x| x[:model] } @@ -113,11 +112,11 @@ describe PublicBody, " when indexing requests by body they are to" do update_xapian_index # check we get results expected - xapian_object = InfoRequest.full_search([InfoRequestEvent], "requested_from:tgq", 'created_at', true, nil, 100, 1) + xapian_object = ActsAsXapian::Search.new([InfoRequestEvent], "requested_from:tgq", :limit => 100) xapian_object.results.size.should == 0 - xapian_object = InfoRequest.full_search([InfoRequestEvent], "requested_from:gq", 'created_at', true, nil, 100, 1) + xapian_object = ActsAsXapian::Search.new([InfoRequestEvent], "requested_from:gq", :limit => 100) xapian_object.results.size.should == 0 - xapian_object = InfoRequest.full_search([InfoRequestEvent], "requested_from:" + body.url_name, 'created_at', true, nil, 100, 1) + xapian_object = ActsAsXapian::Search.new([InfoRequestEvent], "requested_from:#{body.url_name}", :limit => 100) xapian_object.results.size.should == public_bodies(:geraldine_public_body).info_requests.map(&:info_request_events).flatten.size models_found_after = xapian_object.results.map { |x| x[:model] } end @@ -130,13 +129,14 @@ describe User, " when indexing requests by user they are from" do end it "should find requests from the user" do - xapian_object = InfoRequest.full_search([InfoRequestEvent], "requested_by:bob_smith", 'created_at', true, nil, 100, 1) + xapian_object = ActsAsXapian::Search.new([InfoRequestEvent], "requested_by:bob_smith", + :sort_by_prefix => 'created_at', :sort_by_ascending => true, :limit => 100) xapian_object.results.map{|x|x[:model]}.should =~ InfoRequestEvent.all(:conditions => "info_request_id in (select id from info_requests where user_id = #{users(:bob_smith_user).id})") end it "should find just the sent message events from a particular user" do - # def InfoRequest.full_search(models, query, order, ascending, collapse, per_page, page) - xapian_object = InfoRequest.full_search([InfoRequestEvent], "requested_by:bob_smith variety:sent", 'created_at', true, nil, 100, 1) + xapian_object = ActsAsXapian::Search.new([InfoRequestEvent], "requested_by:bob_smith variety:sent", + :sort_by_prefix => 'created_at', :sort_by_ascending => true, :limit => 100) xapian_object.results.map{|x|x[:model]}.should =~ InfoRequestEvent.all(:conditions => "info_request_id in (select id from info_requests where user_id = #{users(:bob_smith_user).id}) and event_type = 'sent'") xapian_object.results[2][:model].should == info_request_events(:useless_outgoing_message_event) xapian_object.results[1][:model].should == info_request_events(:silly_outgoing_message_event) @@ -150,8 +150,9 @@ describe User, " when indexing requests by user they are from" do update_xapian_index - # def InfoRequest.full_search(models, query, order, ascending, collapse, per_page, page) - xapian_object = InfoRequest.full_search([InfoRequestEvent], "requested_by:bob_smith", 'created_at', true, 'request_collapse', 100, 1) + xapian_object = ActsAsXapian::Search.new([InfoRequestEvent], "requested_by:bob_smith", + :sort_by_prefix => 'created_at', :sort_by_ascending => true, + :collapse_by_prefix => 'request_collapse', :limit => 100) xapian_object.results.map{|x|x[:model].info_request}.should =~ InfoRequest.all(:conditions => "user_id = #{users(:bob_smith_user).id}") end @@ -172,8 +173,7 @@ describe User, " when indexing requests by user they are from" do update_xapian_index - # def InfoRequest.full_search(models, query, order, ascending, collapse, per_page, page) - xapian_object = InfoRequest.full_search([InfoRequestEvent], "requested_by:john_k", 'created_at', true, 'request_collapse', 100, 1) + xapian_object = ActsAsXapian::Search.new([InfoRequestEvent], "requested_by:john_k", :limit => 100) xapian_object.results.size.should == 1 xapian_object.results[0][:model].should == info_request_events(:silly_outgoing_message_event) end @@ -181,7 +181,8 @@ describe User, " when indexing requests by user they are from" do it "should update index correctly when URL name of user changes" do # initial search - xapian_object = InfoRequest.full_search([InfoRequestEvent], "requested_by:bob_smith", 'created_at', true, nil, 100, 1) + xapian_object = ActsAsXapian::Search.new([InfoRequestEvent], "requested_by:bob_smith", + :sort_by_prefix => 'created_at', :sort_by_ascending => true, :limit => 100) xapian_object.results.map{|x|x[:model]}.should =~ InfoRequestEvent.all(:conditions => "info_request_id in (select id from info_requests where user_id = #{users(:bob_smith_user).id})") models_found_before = xapian_object.results.map { |x| x[:model] } @@ -193,9 +194,10 @@ describe User, " when indexing requests by user they are from" do update_xapian_index # check we get results expected - xapian_object = InfoRequest.full_search([InfoRequestEvent], "requested_by:bob_smith", 'created_at', true, nil, 100, 1) + xapian_object = ActsAsXapian::Search.new([InfoRequestEvent], "requested_by:bob_smith", :limit => 100) xapian_object.results.size.should == 0 - xapian_object = InfoRequest.full_search([InfoRequestEvent], "requested_by:robert_smith", 'created_at', true, nil, 100, 1) + xapian_object = ActsAsXapian::Search.new([InfoRequestEvent], "requested_by:robert_smith", + :sort_by_prefix => 'created_at', :sort_by_ascending => true, :limit => 100) models_found_after = xapian_object.results.map { |x| x[:model] } models_found_before.should == models_found_after end @@ -208,13 +210,13 @@ describe User, " when indexing comments by user they are by" do end it "should find requests from the user" do - xapian_object = InfoRequest.full_search([InfoRequestEvent], "commented_by:silly_emnameem", 'created_at', true, nil, 100, 1) + xapian_object = ActsAsXapian::Search.new([InfoRequestEvent], "commented_by:silly_emnameem", :limit => 100) xapian_object.results.size.should == 1 end it "should update index correctly when URL name of user changes" do # initial search - xapian_object = InfoRequest.full_search([InfoRequestEvent], "commented_by:silly_emnameem", 'created_at', true, nil, 100, 1) + xapian_object = ActsAsXapian::Search.new([InfoRequestEvent], "commented_by:silly_emnameem", :limit => 100) xapian_object.results.size.should == 1 models_found_before = xapian_object.results.map { |x| x[:model] } @@ -226,9 +228,9 @@ describe User, " when indexing comments by user they are by" do update_xapian_index # check we get results expected - xapian_object = InfoRequest.full_search([InfoRequestEvent], "commented_by:silly_emnameem", 'created_at', true, nil, 100, 1) + xapian_object = ActsAsXapian::Search.new([InfoRequestEvent], "commented_by:silly_emnameem", :limit => 100) xapian_object.results.size.should == 0 - xapian_object = InfoRequest.full_search([InfoRequestEvent], "commented_by:silly_name", 'created_at', true, nil, 100, 1) + xapian_object = ActsAsXapian::Search.new([InfoRequestEvent], "commented_by:silly_name", :limit => 100) xapian_object.results.size.should == 1 models_found_after = xapian_object.results.map { |x| x[:model] } @@ -243,7 +245,7 @@ describe InfoRequest, " when indexing requests by their title" do end it "should find events for the request" do - xapian_object = InfoRequest.full_search([InfoRequestEvent], "request:how_much_public_money_is_wasted_o", 'created_at', true, nil, 100, 1) + xapian_object = ActsAsXapian::Search.new([InfoRequestEvent], "request:how_much_public_money_is_wasted_o", :limit => 100) xapian_object.results.size.should == 1 xapian_object.results[0][:model] == info_request_events(:silly_outgoing_message_event) end @@ -257,9 +259,9 @@ describe InfoRequest, " when indexing requests by their title" do update_xapian_index # check we get results expected - xapian_object = InfoRequest.full_search([InfoRequestEvent], "request:how_much_public_money_is_wasted_o", 'created_at', true, nil, 100, 1) + xapian_object = ActsAsXapian::Search.new([InfoRequestEvent], "request:how_much_public_money_is_wasted_o", :limit => 100) xapian_object.results.size.should == 0 - xapian_object = InfoRequest.full_search([InfoRequestEvent], "request:really_naughty", 'created_at', true, nil, 100, 1) + xapian_object = ActsAsXapian::Search.new([InfoRequestEvent], "request:really_naughty", :limit => 100) xapian_object.results.size.should == 1 xapian_object.results[0][:model] == info_request_events(:silly_outgoing_message_event) end @@ -277,11 +279,11 @@ describe InfoRequest, " when indexing requests by tag" do ir.save! update_xapian_index - xapian_object = InfoRequest.full_search([InfoRequestEvent], "tag:bunnyrabbit", 'created_at', true, nil, 100, 1) + xapian_object = ActsAsXapian::Search.new([InfoRequestEvent], "tag:bunnyrabbit", :limit => 100) xapian_object.results.size.should == 1 xapian_object.results[0][:model] == info_request_events(:silly_outgoing_message_event) - xapian_object = InfoRequest.full_search([InfoRequestEvent], "tag:orangeaardvark", 'created_at', true, nil, 100, 1) + xapian_object = ActsAsXapian::Search.new([InfoRequestEvent], "tag:orangeaardvark", :limit => 100) xapian_object.results.size.should == 0 end end @@ -298,14 +300,14 @@ describe PublicBody, " when indexing authorities by tag" do body.save! update_xapian_index - xapian_object = InfoRequest.full_search([PublicBody], "tag:mice", 'created_at', true, nil, 100, 1) + xapian_object = ActsAsXapian::Search.new([PublicBody], "tag:mice", :limit => 100) xapian_object.results.size.should == 1 xapian_object.results[0][:model] == public_bodies(:geraldine_public_body) - xapian_object = InfoRequest.full_search([PublicBody], "tag:mice:3", 'created_at', true, nil, 100, 1) + xapian_object = ActsAsXapian::Search.new([PublicBody], "tag:mice:3", :limit => 100) xapian_object.results.size.should == 1 xapian_object.results[0][:model] == public_bodies(:geraldine_public_body) - xapian_object = InfoRequest.full_search([PublicBody], "tag:orangeaardvark", 'created_at', true, nil, 100, 1) + xapian_object = ActsAsXapian::Search.new([PublicBody], "tag:orangeaardvark", :limit => 100) xapian_object.results.size.should == 0 end end @@ -327,11 +329,11 @@ describe PublicBody, " when only indexing selected things on a rebuild" do values = false texts = false rebuild_xapian_index(terms, values, texts, dropfirst) - xapian_object = InfoRequest.full_search([PublicBody], "tag:mice", 'created_at', true, nil, 100, 1) + xapian_object = ActsAsXapian::Search.new([PublicBody], "tag:mice", :limit => 100) xapian_object.results.size.should == 0 - xapian_object = InfoRequest.full_search([PublicBody], "frobzn", 'created_at', true, nil, 100, 1) + xapian_object = ActsAsXapian::Search.new([PublicBody], "frobzn", :limit => 100) xapian_object.results.size.should == 0 - xapian_object = InfoRequest.full_search([PublicBody], "variety:authority", 'created_at', true, nil, 100, 1) + xapian_object = ActsAsXapian::Search.new([PublicBody], "variety:authority", :limit => 100) xapian_object.results.map{|x|x[:model]}.should =~ PublicBody.all # only reindex 'tag' and text dropfirst = true @@ -339,32 +341,57 @@ describe PublicBody, " when only indexing selected things on a rebuild" do values = false texts = true rebuild_xapian_index(terms, values, texts, dropfirst) - xapian_object = InfoRequest.full_search([PublicBody], "tag:mice", 'created_at', true, nil, 100, 1) + xapian_object = ActsAsXapian::Search.new([PublicBody], "tag:mice", :limit => 100) xapian_object.results.size.should == 1 - xapian_object = InfoRequest.full_search([PublicBody], "frobzn", 'created_at', true, nil, 100, 1) + xapian_object = ActsAsXapian::Search.new([PublicBody], "frobzn", :limit => 100) xapian_object.results.size.should == 1 - xapian_object = InfoRequest.full_search([PublicBody], "variety:authority", 'created_at', true, nil, 100, 1) + xapian_object = ActsAsXapian::Search.new([PublicBody], "variety:authority", :limit => 100) xapian_object.results.size.should == 0 # only reindex 'variety' term, but keeping the existing data in-place dropfirst = false terms = "V" texts = false rebuild_xapian_index(terms, values, texts, dropfirst) - xapian_object = InfoRequest.full_search([PublicBody], "tag:mice", 'created_at', true, nil, 100, 1) + xapian_object = ActsAsXapian::Search.new([PublicBody], "tag:mice", :limit => 100) xapian_object.results.size.should == 1 - xapian_object = InfoRequest.full_search([PublicBody], "frobzn", 'created_at', true, nil, 100, 1) + xapian_object = ActsAsXapian::Search.new([PublicBody], "frobzn", :limit => 100) xapian_object.results.size.should == 1 - xapian_object = InfoRequest.full_search([PublicBody], "variety:authority", 'created_at', true, nil, 100, 1) + xapian_object = ActsAsXapian::Search.new([PublicBody], "variety:authority", :limit => 100) xapian_object.results.map{|x|x[:model]}.should =~ PublicBody.all # only reindex 'variety' term, blowing away existing data dropfirst = true rebuild_xapian_index(terms, values, texts, dropfirst) - xapian_object = InfoRequest.full_search([PublicBody], "tag:mice", 'created_at', true, nil, 100, 1) + xapian_object = ActsAsXapian::Search.new([PublicBody], "tag:mice", :limit => 100) xapian_object.results.size.should == 0 - xapian_object = InfoRequest.full_search([PublicBody], "frobzn", 'created_at', true, nil, 100, 1) + xapian_object = ActsAsXapian::Search.new([PublicBody], "frobzn", :limit => 100) xapian_object.results.size.should == 0 - xapian_object = InfoRequest.full_search([PublicBody], "variety:authority", 'created_at', true, nil, 100, 1) + xapian_object = ActsAsXapian::Search.new([PublicBody], "variety:authority", :limit => 100) xapian_object.results.map{|x|x[:model]}.should =~ PublicBody.all end end +# I would expect ActsAsXapian to have some tests under vendor/plugins/acts_as_xapian, but +# it looks like this is not the case. Putting a test here instead. +describe ActsAsXapian::Search, "#words_to_highlight" do + it "should return a list of words used in the search" do + s = ActsAsXapian::Search.new([PublicBody], "albatross words", :limit => 100) + s.words_to_highlight.should == ["albatross", "words"] + end + + it "should remove any operators" do + s = ActsAsXapian::Search.new([PublicBody], "albatross words tag:mice", :limit => 100) + s.words_to_highlight.should == ["albatross", "words"] + end + + # This is the current behaviour but it seems a little simplistic to me + it "should separate punctuation" do + s = ActsAsXapian::Search.new([PublicBody], "The doctor's patient", :limit => 100) + s.words_to_highlight.should == ["The", "doctor", "s", "patient"] + end + + it "should handle non-ascii characters" do + s = ActsAsXapian::Search.new([PublicBody], "adatigénylés words tag:mice", :limit => 100) + s.words_to_highlight.should == ["adatigénylés", "words"] + end + +end diff --git a/spec/spec.opts b/spec/spec.opts deleted file mode 100644 index ff5051c37..000000000 --- a/spec/spec.opts +++ /dev/null @@ -1,3 +0,0 @@ ---colour ---format -specdoc diff --git a/spec/spec_helper.rb b/spec/spec_helper.rb index 57ab88da2..a3b06cea8 100644 --- a/spec/spec_helper.rb +++ b/spec/spec_helper.rb @@ -1,7 +1,19 @@ require 'rubygems' require 'spork' + #uncomment the following line to use spork with the debugger #require 'spork/ext/ruby-debug' +require 'simplecov' +require 'coveralls' +# Generate coverage locally in html as well as in coveralls.io +SimpleCov.formatter = SimpleCov::Formatter::MultiFormatter[ + SimpleCov::Formatter::HTMLFormatter, + Coveralls::SimpleCov::Formatter +] +SimpleCov.start('rails') do + add_filter 'commonlib' + add_filter 'vendor/plugins' +end Spork.prefork do # Loading more in this block will cause your tests to run faster. However, diff --git a/spec/support/email_helpers.rb b/spec/support/email_helpers.rb index 7e98c39f6..252b1f137 100644 --- a/spec/support/email_helpers.rb +++ b/spec/support/email_helpers.rb @@ -8,7 +8,7 @@ end def receive_incoming_mail(email_name, email_to, email_from = 'geraldinequango@localhost') email_name = file_fixture_name(email_name) - content = File.read(email_name) + content = File.open(email_name, 'rb') { |f| f.read } content.gsub!('EMAIL_TO', email_to) content.gsub!('EMAIL_FROM', email_from) RequestMailer.receive(content) diff --git a/spec/support/load_file_fixtures.rb b/spec/support/load_file_fixtures.rb index 08079f654..a54505e99 100644 --- a/spec/support/load_file_fixtures.rb +++ b/spec/support/load_file_fixtures.rb @@ -2,13 +2,7 @@ def file_fixture_name(file_name) return File.join(RSpec.configuration.fixture_path, "files", file_name) end -def load_file_fixture(file_name, as_binary=false) +def load_file_fixture(file_name) file_name = file_fixture_name(file_name) - content = File.open(file_name, 'r') do |file| - if as_binary - file.set_encoding(Encoding::BINARY) if file.respond_to?(:set_encoding) - end - file.read - end - return content + return File.open(file_name, 'rb') { |f| f.read } end diff --git a/spec/views/reports/new.erb_spec.rb b/spec/views/reports/new.erb_spec.rb new file mode 100644 index 000000000..66b738261 --- /dev/null +++ b/spec/views/reports/new.erb_spec.rb @@ -0,0 +1,29 @@ +require File.expand_path(File.join('..', '..', '..', 'spec_helper'), __FILE__) + +describe 'reports/new.html.erb' do + let(:info_request) { mock_model(InfoRequest, :url_title => "foo", :report_reasons => ["Weird"]) } + before :each do + assign(:info_request, info_request) + end + + it "should show a form" do + render + rendered.should have_selector("form") + end + + context "request has already been reported" do + before :each do + info_request.stub!(:attention_requested).and_return(true) + end + + it "should not show a form" do + render + rendered.should_not have_selector("form") + end + + it "should say it's already been reported" do + render + rendered.should contain("This request has already been reported") + end + end +end diff --git a/vendor/plugins/acts_as_xapian/README.txt b/vendor/plugins/acts_as_xapian/README.txt index 62cef2f24..a1d22ef3f 100644 --- a/vendor/plugins/acts_as_xapian/README.txt +++ b/vendor/plugins/acts_as_xapian/README.txt @@ -14,7 +14,7 @@ copied from the README.txt file. Contents ======== -* a. Introduction to acts_as_xapian +* a. Introduction to acts_as_xapian * b. Installation * c. Comparison to acts_as_solr (as on 24 April 2008) * d. Documentation - indexing @@ -33,14 +33,14 @@ alternative to acts_as_solr, acts_as_ferret, Ultrasphinx, acts_as_indexed, acts_as_searchable or acts_as_tsearch. acts_as_xapian is deployed in production on these websites. -* "WhatDoTheyKnow":http://www.whatdotheyknow.com +* "WhatDoTheyKnow":http://www.whatdotheyknow.com * "MindBites":http://www.mindbites.com -The section "c. Comparison to acts_as_solr" below will give you an idea of +The section "c. Comparison to acts_as_solr" below will give you an idea of acts_as_xapian's features. acts_as_xapian was started by Francis Irving in May 2008 for search and email -alerts in WhatDoTheyKnow, and so was supported by "mySociety":http://www.mysociety.org +alerts in WhatDoTheyKnow, and so was supported by "mySociety":http://www.mysociety.org and initially paid for by the "JRSST Charitable Trust":http://www.jrrt.org.uk/jrsstct.htm @@ -52,11 +52,11 @@ this command within your Rails app. git clone git://github.com/frabcus/acts_as_xapian.git vendor/plugins/acts_as_xapian -Xapian 1.0.5 and associated Ruby bindings are also required. +Xapian 1.0.5 and associated Ruby bindings are also required. -Debian or Ubuntu - install the packages libxapian15 and libxapian-ruby1.8. +Debian or Ubuntu - install the packages libxapian15 and libxapian-ruby1.8. -Mac OSX - follow the instructions for installing from source on +Mac OSX - follow the instructions for installing from source on the "Installing Xapian":http://xapian.org/docs/install.html page - you need the Xapian library and bindings (you don't need Omega). @@ -102,7 +102,7 @@ Solr getting in the way whenever you want to use a new feature from Lucene. * No Java - an advantage if you're more used to working in the rest of the open source world. acts_as_xapian, it's pure Ruby and C++. -* Xapian's awesome email list - the kids over at +* Xapian's awesome email list - the kids over at "xapian-discuss":http://lists.xapian.org/mailman/listinfo/xapian-discuss are super helpful. Useful if you need to extend and improve acts_as_xapian. The Ruby bindings are mature and well maintained as part of Xapian. @@ -131,11 +131,11 @@ Here's how to add indexing to your Rails app: Options must include: -* :texts, an array of fields for indexing with full text search. +* :texts, an array of fields for indexing with full text search. e.g. :texts => [ :title, :body ] -* :values, things which have a range of values for sorting, or for collapsing. -Specify an array quadruple of [ field, identifier, prefix, type ] where +* :values, things which have a range of values for sorting, or for collapsing. +Specify an array quadruple of [ field, identifier, prefix, type ] where ** identifier is an arbitary numeric identifier for use in the Xapian database ** prefix is the part to use in search queries that goes before the : ** type can be any of :string, :number or :date @@ -143,8 +143,8 @@ Specify an array quadruple of [ field, identifier, prefix, type ] where e.g. :values => [ [ :created_at, 0, "created_at", :date ], [ :size, 1, "size", :string ] ] -* :terms, things which come with a prefix (before a :) in search queries. -Specify an array triple of [ field, char, prefix ] where +* :terms, things which come with a prefix (before a :) in search queries. +Specify an array triple of [ field, char, prefix ] where ** char is an arbitary single upper case char used in the Xapian database, just pick any single uppercase character, but use a different one for each prefix. ** prefix is the part to use in search queries that goes before the : @@ -152,7 +152,7 @@ For example, if you were making Google and indexing to be able to later do a query like "site:www.whatdotheyknow.com", then the prefix would be "site". e.g. :terms => [ [ :variety, 'V', "variety" ] ] - + A 'field' is a symbol referring to either an attribute or a function which returns the text, date or number to index. Both 'identifier' and 'char' must be the same for the same prefix in different models. @@ -170,7 +170,7 @@ object isn't indexed 3. Call 'rake xapian:rebuild_index models="ModelName1 ModelName2"' to build the index the first time (you must specify all your indexed models). It's put in a -development/test/production dir in acts_as_xapian/xapiandbs. See f. Configuration +development/test/production dir in acts_as_xapian/xapiandbs. See f. Configuration below if you want to change this. 4. Then from a cron job or a daemon, or by hand regularly!, call 'rake xapian:update_index' @@ -201,10 +201,10 @@ And then a hash of options: * :sort_by_ascending - Default true (documents with higher values better/earlier), set to false for descending sort * :collapse_by_prefix - Optionally, prefix of value to collapse by (i.e. only return most relevant result from group) -Google like query syntax is as described in +Google like query syntax is as described in "Xapian::QueryParser Syntax":http://www.xapian.org/docs/queryparser.html Queries can include prefix:value parts, according to what you indexed in the -acts_as_xapian part above. You can also say things like model:InfoRequestEvent +acts_as_xapian part above. You can also say things like model:InfoRequestEvent to constrain by model in more complex ways than the :model parameter, or modelid:InfoRequestEvent-100 to only find one specific object. @@ -236,12 +236,12 @@ f. Configuration ================ If you want to customise the configuration of acts_as_xapian, it will look for -a file called 'xapian.yml' under RAILS_ROOT/config. As is familiar from the +a file called 'xapian.yml' under Rails.root/config. As is familiar from the format of the database.yml file, separate :development, :test and :production sections are expected. The following options are available: -* base_db_path - specifies the directory, relative to RAILS_ROOT, in which +* base_db_path - specifies the directory, relative to Rails.root, in which acts_as_xapian stores its search index databases. Default is the directory xapiandbs within the acts_as_xapian directory. @@ -264,7 +264,7 @@ temporarily add this to the end of your config/environment.rb h. Support ========== -Please ask any questions on the +Please ask any questions on the "acts_as_xapian Google Group":http://groups.google.com/group/acts_as_xapian The official home page and repository for acts_as_xapian are the diff --git a/vendor/plugins/acts_as_xapian/lib/acts_as_xapian.rb b/vendor/plugins/acts_as_xapian/lib/acts_as_xapian.rb index 725f53512..f2cd1075c 100644 --- a/vendor/plugins/acts_as_xapian/lib/acts_as_xapian.rb +++ b/vendor/plugins/acts_as_xapian/lib/acts_as_xapian.rb @@ -1,3 +1,4 @@ +# encoding: utf-8 # acts_as_xapian/lib/acts_as_xapian.rb: # Xapian full text search in Ruby on Rails. # @@ -92,12 +93,12 @@ module ActsAsXapian raise "Set RAILS_ENV, so acts_as_xapian can find the right Xapian database" if not environment # check for a config file - config_file = Rails.root.to_s + "/config/xapian.yml" + config_file = Rails.root.join("config","xapian.yml") @@config = File.exists?(config_file) ? YAML.load_file(config_file)[environment] : {} # figure out where the DBs should go if config['base_db_path'] - db_parent_path = RAILS_ROOT + "/" + config['base_db_path'] + db_parent_path = Rails.root.join(config['base_db_path']) else db_parent_path = File.join(File.dirname(__FILE__), '../xapiandbs/') end @@ -472,7 +473,9 @@ module ActsAsXapian # date ranges or similar. Use this for cheap highlighting with # TextHelper::highlight, and excerpt. def words_to_highlight - query_nopunc = self.query_string.gsub(/[^a-z0-9:\.\/_]/i, " ") + # TODO: In Ruby 1.9 we can do matching of any unicode letter with \p{L} + # But we still need to support ruby 1.8 for the time being so... + query_nopunc = self.query_string.gsub(/[^ёЁа-яА-Яa-zA-Zà-üÀ-Ü0-9:\.\/_]/iu, " ") query_nopunc = query_nopunc.gsub(/\s+/, " ") words = query_nopunc.split(" ") # Remove anything with a :, . or / in it @@ -711,26 +714,20 @@ module ActsAsXapian # We fork here, so each batch is run in a different process. This is # because otherwise we get a memory "leak" and you can't rebuild very # large databases (however long you have!) + + ActiveRecord::Base.connection.disconnect! + pid = Process.fork # XXX this will only work on Unix, tough if pid Process.waitpid(pid) if not $?.success? raise "batch fork child failed, exiting also" end - - # FIXME: Under Rails 3.1 we get "SSL error: decryption failed or bad record mac", this works around it - retry_count = 0 - begin - # database connection doesn't survive a fork, rebuild it - ActiveRecord::Base.connection.reconnect! - rescue - retry_count += 1 - retry_count > 3 ? raise : retry - end + # database connection doesn't survive a fork, rebuild it else - # fully reopen the database each time (with a new object) # (so doc ids and so on aren't preserved across the fork) + ActiveRecord::Base.establish_connection @@db_path = ActsAsXapian.db_path + ".new" ActsAsXapian.writable_init STDOUT.puts("ActsAsXapian.rebuild_index: New batch. #{model_class.to_s} from #{i} to #{i + batch_size} of #{model_class_count} pid #{Process.pid.to_s}") if verbose @@ -746,6 +743,8 @@ module ActsAsXapian Kernel.exit! 0 end + ActiveRecord::Base.establish_connection + end end end diff --git a/vendor/rails-locales b/vendor/rails-locales deleted file mode 160000 -Subproject 7b769690775e9705f82da75aee3435e8dadebec |