diff options
200 files changed, 12799 insertions, 7748 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 2f06f6cd9..4f19c9588 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,8 +1,8 @@ language: ruby branches: only: - - develop - master + - rails-3-develop rvm: - 1.8.7 - 1.9.3 @@ -20,6 +20,7 @@ before_install: - sudo apt-get -y install exim4-daemon-light - sudo apt-get -y install `cut -d " " -f 1 config/packages | egrep -v "(^#|wkhtml|bundler|^ruby$|^ruby1.8$|^rubygems$|^rake)"` - RAILS_ENV=test ./script/rails-post-deploy + - RAILS_ENV=test ./script/update-xapian-index before_script: notifications: irc: "irc.freenode.org#alaveteli" @@ -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,14 @@ gem 'acts_as_versioned', :git => 'git://github.com/technoweenie/acts_as_versione gem 'dynamic_form' gem 'exception_notification' +# Gems related to internationalisation +# Also in vendor/plugins there is globalize2 +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 @@ -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,5 @@ require File.expand_path('../config/application', __FILE__) require 'rake' - Alaveteli::Application.load_tasks +Dir[File.join(File.dirname(__FILE__),'commonlib','rblib','tests','*.rake')].each { |file| load(file) } diff --git a/app/controllers/admin_censor_rule_controller.rb b/app/controllers/admin_censor_rule_controller.rb index d3e9e47d2..6f79b5ba1 100644 --- a/app/controllers/admin_censor_rule_controller.rb +++ b/app/controllers/admin_censor_rule_controller.rb @@ -2,7 +2,7 @@ # For modifying requests. # # Copyright (c) 2008 UK Citizens Online Democracy. All rights reserved. -# Email: francis@mysociety.org; WWW: http://www.mysociety.org/ +# Email: hello@mysociety.org; WWW: http://www.mysociety.org/ class AdminCensorRuleController < AdminController def new diff --git a/app/controllers/admin_controller.rb b/app/controllers/admin_controller.rb index c4d96eb78..0bccd3358 100644 --- a/app/controllers/admin_controller.rb +++ b/app/controllers/admin_controller.rb @@ -2,7 +2,7 @@ # All admin controllers are dervied from this. # # Copyright (c) 2009 UK Citizens Online Democracy. All rights reserved. -# Email: francis@mysociety.org; WWW: http://www.mysociety.org/ +# Email: hello@mysociety.org; WWW: http://www.mysociety.org/ require 'fileutils' diff --git a/app/controllers/admin_general_controller.rb b/app/controllers/admin_general_controller.rb index 800678787..b64fcac3e 100644 --- a/app/controllers/admin_general_controller.rb +++ b/app/controllers/admin_general_controller.rb @@ -2,7 +2,7 @@ # Controller for main admin pages. # # Copyright (c) 2007 UK Citizens Online Democracy. All rights reserved. -# Email: francis@mysociety.org; WWW: http://www.mysociety.org/ +# Email: hello@mysociety.org; WWW: http://www.mysociety.org/ class AdminGeneralController < AdminController skip_before_filter :authenticate, :only => :admin_js diff --git a/app/controllers/admin_public_body_controller.rb b/app/controllers/admin_public_body_controller.rb index ec1848fd3..52b56eda2 100644 --- a/app/controllers/admin_public_body_controller.rb +++ b/app/controllers/admin_public_body_controller.rb @@ -2,7 +2,7 @@ # Controller for editing public bodies from the admin interface. # # Copyright (c) 2007 UK Citizens Online Democracy. All rights reserved. -# Email: francis@mysociety.org; WWW: http://www.mysociety.org/ +# Email: hello@mysociety.org; WWW: http://www.mysociety.org/ require "public_body_categories" diff --git a/app/controllers/admin_request_controller.rb b/app/controllers/admin_request_controller.rb index 699c79b47..66989ea93 100644 --- a/app/controllers/admin_request_controller.rb +++ b/app/controllers/admin_request_controller.rb @@ -2,7 +2,7 @@ # Controller for viewing FOI requests from the admin interface. # # Copyright (c) 2007 UK Citizens Online Democracy. All rights reserved. -# Email: francis@mysociety.org; WWW: http://www.mysociety.org/ +# Email: hello@mysociety.org; WWW: http://www.mysociety.org/ require 'ostruct' diff --git a/app/controllers/admin_track_controller.rb b/app/controllers/admin_track_controller.rb index bd0eee27b..085c9c6cc 100644 --- a/app/controllers/admin_track_controller.rb +++ b/app/controllers/admin_track_controller.rb @@ -2,7 +2,7 @@ # Show email alerts / RSS feeds from admin interface. # # Copyright (c) 2008 UK Citizens Online Democracy. All rights reserved. -# Email: francis@mysociety.org; WWW: http://www.mysociety.org/ +# Email: hello@mysociety.org; WWW: http://www.mysociety.org/ class AdminTrackController < AdminController def list diff --git a/app/controllers/admin_user_controller.rb b/app/controllers/admin_user_controller.rb index e6a167de8..929b93e0e 100644 --- a/app/controllers/admin_user_controller.rb +++ b/app/controllers/admin_user_controller.rb @@ -2,7 +2,7 @@ # Controller for viewing user accounts from the admin interface. # # Copyright (c) 2008 UK Citizens Online Democracy. All rights reserved. -# Email: francis@mysociety.org; WWW: http://www.mysociety.org/ +# Email: hello@mysociety.org; WWW: http://www.mysociety.org/ class AdminUserController < AdminController def index diff --git a/app/controllers/application_controller.rb b/app/controllers/application_controller.rb index a2951bb42..3a1ec95cc 100644 --- a/app/controllers/application_controller.rb +++ b/app/controllers/application_controller.rb @@ -5,13 +5,18 @@ # will be available for all controllers. # # Copyright (c) 2007 UK Citizens Online Democracy. All rights reserved. -# Email: francis@mysociety.org; WWW: http://www.mysociety.org/ +# Email: hello@mysociety.org; WWW: http://www.mysociety.org/ 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) @@ -111,55 +116,35 @@ 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 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 diff --git a/app/controllers/comment_controller.rb b/app/controllers/comment_controller.rb index ed249d6cc..d4b17e9d2 100644 --- a/app/controllers/comment_controller.rb +++ b/app/controllers/comment_controller.rb @@ -2,7 +2,7 @@ # Show annotations upon a request or other object. # # Copyright (c) 2008 UK Citizens Online Democracy. All rights reserved. -# Email: francis@mysociety.org; WWW: http://www.mysociety.org/ +# Email: hello@mysociety.org; WWW: http://www.mysociety.org/ class CommentController < ApplicationController before_filter :check_read_only, :only => [ :new ] diff --git a/app/controllers/general_controller.rb b/app/controllers/general_controller.rb index 53cf58170..52b4b3e0e 100644 --- a/app/controllers/general_controller.rb +++ b/app/controllers/general_controller.rb @@ -3,14 +3,7 @@ # particular model. # # Copyright (c) 2008 UK Citizens Online Democracy. All rights reserved. -# Email: francis@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 +# Email: hello@mysociety.org; WWW: http://www.mysociety.org/ require 'open-uri' @@ -216,16 +209,16 @@ 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) - end - def custom_css long_cache @locale = self.locale_from_params() render(:layout => false, :content_type => 'text/css') end + + # Handle requests for non-existent URLs - will be handled by ApplicationController::render_exception + def not_found + raise RouteNotFound + end + end diff --git a/app/controllers/help_controller.rb b/app/controllers/help_controller.rb index 5ab44fe1a..9959df6d8 100644 --- a/app/controllers/help_controller.rb +++ b/app/controllers/help_controller.rb @@ -2,7 +2,7 @@ # Show information about one particular request. # # Copyright (c) 2008 UK Citizens Online Democracy. All rights reserved. -# Email: francis@mysociety.org; WWW: http://www.mysociety.org/ +# Email: hello@mysociety.org; WWW: http://www.mysociety.org/ class HelpController < ApplicationController diff --git a/app/controllers/holiday_controller.rb b/app/controllers/holiday_controller.rb index 939f26776..efc20701d 100644 --- a/app/controllers/holiday_controller.rb +++ b/app/controllers/holiday_controller.rb @@ -2,7 +2,7 @@ # Calculate dates # # Copyright (c) 2008 UK Citizens Online Democracy. All rights reserved. -# Email: francis@mysociety.org; WWW: http://www.mysociety.org/ +# Email: hello@mysociety.org; WWW: http://www.mysociety.org/ class HolidayController < ApplicationController diff --git a/app/controllers/public_body_controller.rb b/app/controllers/public_body_controller.rb index 8d4883938..74ea043bb 100644 --- a/app/controllers/public_body_controller.rb +++ b/app/controllers/public_body_controller.rb @@ -3,7 +3,7 @@ # Show information about a public body. # # Copyright (c) 2007 UK Citizens Online Democracy. All rights reserved. -# Email: francis@mysociety.org; WWW: http://www.mysociety.org/ +# Email: hello@mysociety.org; WWW: http://www.mysociety.org/ require 'fastercsv' diff --git a/app/controllers/request_controller.rb b/app/controllers/request_controller.rb index cad5d5597..e8547f72f 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: francis@mysociety.org; WWW: http://www.mysociety.org/ +# Email: hello@mysociety.org; WWW: http://www.mysociety.org/ -require 'alaveteli_file_types' require 'zip/zip' require 'open-uri' @@ -324,9 +324,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>") @@ -625,7 +625,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.') @@ -721,7 +721,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 @@ -736,6 +736,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 @@ -755,6 +756,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. @@ -801,8 +803,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 diff --git a/app/controllers/request_game_controller.rb b/app/controllers/request_game_controller.rb index 4b6f02970..6eac399ac 100644 --- a/app/controllers/request_game_controller.rb +++ b/app/controllers/request_game_controller.rb @@ -2,7 +2,7 @@ # The 'categorise old requests' game # # Copyright (c) 2009 UK Citizens Online Democracy. All rights reserved. -# Email: francis@mysociety.org; WWW: http://www.mysociety.org/ +# Email: hello@mysociety.org; WWW: http://www.mysociety.org/ class RequestGameController < ApplicationController diff --git a/app/controllers/track_controller.rb b/app/controllers/track_controller.rb index 2679cacc9..40e82e7a4 100644 --- a/app/controllers/track_controller.rb +++ b/app/controllers/track_controller.rb @@ -3,7 +3,7 @@ # social bookmarking. # # Copyright (c) 2008 UK Citizens Online Democracy. All rights reserved. -# Email: francis@mysociety.org; WWW: http://www.mysociety.org/ +# Email: hello@mysociety.org; WWW: http://www.mysociety.org/ class TrackController < ApplicationController @@ -157,7 +157,7 @@ class TrackController < ApplicationController 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 ed05b750b..1ccab3003 100644 --- a/app/controllers/user_controller.rb +++ b/app/controllers/user_controller.rb @@ -2,7 +2,7 @@ # Show information about a user. # # Copyright (c) 2007 UK Citizens Online Democracy. All rights reserved. -# Email: francis@mysociety.org; WWW: http://www.mysociety.org/ +# Email: hello@mysociety.org; WWW: http://www.mysociety.org/ require 'set' @@ -531,7 +531,7 @@ 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 @@ -546,7 +546,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/application_helper.rb b/app/helpers/application_helper.rb index 42f9d30f1..e3b1e57ac 100644 --- a/app/helpers/application_helper.rb +++ b/app/helpers/application_helper.rb @@ -3,7 +3,7 @@ # in the application. # # Copyright (c) 2007 UK Citizens Online Democracy. All rights reserved. -# Email: francis@mysociety.org; WWW: http://www.mysociety.org/ +# Email: hello@mysociety.org; WWW: http://www.mysociety.org/ require 'languages' diff --git a/app/helpers/link_to_helper.rb b/app/helpers/link_to_helper.rb index ffa34e345..238a36ce4 100755 --- a/app/helpers/link_to_helper.rb +++ b/app/helpers/link_to_helper.rb @@ -3,7 +3,7 @@ # - # # Copyright (c) 2007 UK Citizens Online Democracy. All rights reserved. -# Email: francis@mysociety.org; WWW: http://www.mysociety.org/ +# Email: hello@mysociety.org; WWW: http://www.mysociety.org/ module LinkToHelper @@ -36,7 +36,7 @@ module LinkToHelper end def outgoing_message_url(outgoing_message, options = {}) - return request_path(outgoing_message.info_request, options.merge(:anchor => "outgoing-#{outgoing_message.id}")) + request_url(outgoing_message.info_request, options.merge(:anchor => "outgoing-#{outgoing_message.id}")) end def outgoing_message_path(outgoing_message) diff --git a/app/mailers/application_mailer.rb b/app/mailers/application_mailer.rb index e4178081f..d2230bb82 100644 --- a/app/mailers/application_mailer.rb +++ b/app/mailers/application_mailer.rb @@ -2,7 +2,7 @@ # Shared code between different mailers. # # Copyright (c) 2008 UK Citizens Online Democracy. All rights reserved. -# Email: francis@mysociety.org; WWW: http://www.mysociety.org/ +# Email: hello@mysociety.org; WWW: http://www.mysociety.org/ require 'action_mailer/version' class ApplicationMailer < ActionMailer::Base @@ -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/contact_mailer.rb b/app/mailers/contact_mailer.rb index 383f1a6e6..4dc49bf8b 100644 --- a/app/mailers/contact_mailer.rb +++ b/app/mailers/contact_mailer.rb @@ -2,7 +2,7 @@ # Sends contact form mails. # # Copyright (c) 2008 UK Citizens Online Democracy. All rights reserved. -# Email: francis@mysociety.org; WWW: http://www.mysociety.org/ +# Email: hello@mysociety.org; WWW: http://www.mysociety.org/ class ContactMailer < ApplicationMailer # Send message to administrator diff --git a/app/mailers/outgoing_mailer.rb b/app/mailers/outgoing_mailer.rb index c602359de..083c05a7c 100644 --- a/app/mailers/outgoing_mailer.rb +++ b/app/mailers/outgoing_mailer.rb @@ -2,7 +2,7 @@ # Emails which go to public bodies on behalf of users. # # Copyright (c) 2009 UK Citizens Online Democracy. All rights reserved. -# Email: francis@mysociety.org; WWW: http://www.mysociety.org/ +# Email: hello@mysociety.org; WWW: http://www.mysociety.org/ # Note: The layout for this wraps messages by lines rather than (blank line # separated) paragraphs, as is the convention for all the other mailers. This diff --git a/app/mailers/request_mailer.rb b/app/mailers/request_mailer.rb index 6102bd9d2..4dbce6738 100644 --- a/app/mailers/request_mailer.rb +++ b/app/mailers/request_mailer.rb @@ -2,9 +2,7 @@ # Alerts relating to requests. # # Copyright (c) 2007 UK Citizens Online Democracy. All rights reserved. -# Email: francis@mysociety.org; WWW: http://www.mysociety.org/ - -require 'alaveteli_file_types' +# Email: hello@mysociety.org; WWW: http://www.mysociety.org/ class RequestMailer < ApplicationMailer # Used when an FOI officer uploads a response from their web browser - this is diff --git a/app/mailers/track_mailer.rb b/app/mailers/track_mailer.rb index bd9ce658d..1bd8a7e23 100644 --- a/app/mailers/track_mailer.rb +++ b/app/mailers/track_mailer.rb @@ -2,7 +2,7 @@ # Emails which go to users who are tracking things. # # Copyright (c) 2008 UK Citizens Online Democracy. All rights reserved. -# Email: francis@mysociety.org; WWW: http://www.mysociety.org/ +# Email: hello@mysociety.org; WWW: http://www.mysociety.org/ class TrackMailer < ApplicationMailer def event_digest(user, email_about_things) diff --git a/app/mailers/user_mailer.rb b/app/mailers/user_mailer.rb index d9d15ec68..a351147f9 100644 --- a/app/mailers/user_mailer.rb +++ b/app/mailers/user_mailer.rb @@ -2,7 +2,7 @@ # Emails relating to user accounts. e.g. Confirming a new account # # Copyright (c) 2007 UK Citizens Online Democracy. All rights reserved. -# Email: francis@mysociety.org; WWW: http://www.mysociety.org/ +# Email: hello@mysociety.org; WWW: http://www.mysociety.org/ class UserMailer < ApplicationMailer def confirm_login(user, reasons, url) diff --git a/app/models/about_me_validator.rb b/app/models/about_me_validator.rb index 1b594873c..7df70fb61 100644 --- a/app/models/about_me_validator.rb +++ b/app/models/about_me_validator.rb @@ -2,7 +2,7 @@ # Validates editing about me text on user profile pages. # # Copyright (c) 2010 UK Citizens Online Democracy. All rights reserved. -# Email: francis@mysociety.org; WWW: http://www.mysociety.org/ +# Email: hello@mysociety.org; WWW: http://www.mysociety.org/ class AboutMeValidator include ActiveModel::Validations diff --git a/app/models/censor_rule.rb b/app/models/censor_rule.rb index ec66074b7..f0d06e088 100644 --- a/app/models/censor_rule.rb +++ b/app/models/censor_rule.rb @@ -20,7 +20,7 @@ # Stores alterations to remove specific data from requests. # # Copyright (c) 2008 UK Citizens Online Democracy. All rights reserved. -# Email: francis@mysociety.org; WWW: http://www.mysociety.org/ +# Email: hello@mysociety.org; WWW: http://www.mysociety.org/ class CensorRule < ActiveRecord::Base belongs_to :info_request diff --git a/app/models/change_email_validator.rb b/app/models/change_email_validator.rb index 00b1320a2..5cc13d4c2 100644 --- a/app/models/change_email_validator.rb +++ b/app/models/change_email_validator.rb @@ -2,7 +2,7 @@ # Validates email change form submissions. # # Copyright (c) 2010 UK Citizens Online Democracy. All rights reserved. -# Email: francis@mysociety.org; WWW: http://www.mysociety.org/ +# Email: hello@mysociety.org; WWW: http://www.mysociety.org/ class ChangeEmailValidator include ActiveModel::Validations diff --git a/app/models/comment.rb b/app/models/comment.rb index 70f3ba00d..9527030a9 100644 --- a/app/models/comment.rb +++ b/app/models/comment.rb @@ -18,7 +18,7 @@ # A comment by a user upon something. # # Copyright (c) 2008 UK Citizens Online Democracy. All rights reserved. -# Email: francis@mysociety.org; WWW: http://www.mysociety.org/ +# Email: hello@mysociety.org; WWW: http://www.mysociety.org/ class Comment < ActiveRecord::Base strip_attributes! diff --git a/app/models/contact_validator.rb b/app/models/contact_validator.rb index a644de2ea..65e539669 100644 --- a/app/models/contact_validator.rb +++ b/app/models/contact_validator.rb @@ -2,7 +2,7 @@ # Validates contact form submissions. # # Copyright (c) 2008 UK Citizens Online Democracy. All rights reserved. -# Email: francis@mysociety.org; WWW: http://www.mysociety.org/ +# Email: hello@mysociety.org; WWW: http://www.mysociety.org/ class ContactValidator include ActiveModel::Validations diff --git a/app/models/foi_attachment.rb b/app/models/foi_attachment.rb index a55f98b10..0340f2b83 100644 --- a/app/models/foi_attachment.rb +++ b/app/models/foi_attachment.rb @@ -20,7 +20,7 @@ # An attachment to an email (IncomingMessage) # # Copyright (c) 2007 UK Citizens Online Democracy. All rights reserved. -# Email: francis@mysociety.org; WWW: http://www.mysociety.org/ +# Email: hello@mysociety.org; WWW: http://www.mysociety.org/ # This is the type which is used to send data about attachments to the view require 'digest' @@ -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/holiday.rb b/app/models/holiday.rb index 13258396a..98f73e963 100644 --- a/app/models/holiday.rb +++ b/app/models/holiday.rb @@ -19,7 +19,7 @@ # -- Freedom of Information Act 2000 section 10 # # Copyright (c) 2009 UK Citizens Online Democracy. All rights reserved. -# Email: francis@mysociety.org; WWW: http://www.mysociety.org/ +# Email: hello@mysociety.org; WWW: http://www.mysociety.org/ class Holiday < ActiveRecord::Base diff --git a/app/models/incoming_message.rb b/app/models/incoming_message.rb index c9453734c..f959a8799 100644 --- a/app/models/incoming_message.rb +++ b/app/models/incoming_message.rb @@ -25,18 +25,15 @@ # response from the public body. # # Copyright (c) 2007 UK Citizens Online Democracy. All rights reserved. -# Email: francis@mysociety.org; WWW: http://www.mysociety.org/ +# Email: hello@mysociety.org; WWW: http://www.mysociety.org/ # TODO # 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. diff --git a/app/models/info_request.rb b/app/models/info_request.rb index 499fb20a9..553bb2436 100644 --- a/app/models/info_request.rb +++ b/app/models/info_request.rb @@ -325,7 +325,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 @@ -452,6 +455,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 @@ -876,24 +890,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 = '' @@ -1044,25 +1040,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 b52bb371e..469aabc4a 100644 --- a/app/models/info_request_event.rb +++ b/app/models/info_request_event.rb @@ -20,7 +20,7 @@ # models/info_request_event.rb: # # Copyright (c) 2007 UK Citizens Online Democracy. All rights reserved. -# Email: francis@mysociety.org; WWW: http://www.mysociety.org/ +# Email: hello@mysociety.org; WWW: http://www.mysociety.org/ class InfoRequestEvent < ActiveRecord::Base belongs_to :info_request diff --git a/app/models/mail_server_log.rb b/app/models/mail_server_log.rb index 77cd23a96..7f61377ce 100644 --- a/app/models/mail_server_log.rb +++ b/app/models/mail_server_log.rb @@ -15,9 +15,7 @@ # We load log file lines for requests in here, for display in the admin interface. # # Copyright (c) 2009 UK Citizens Online Democracy. All rights reserved. -# Email: francis@mysociety.org; WWW: http://www.mysociety.org/ -# -# $Id: exim_log.rb,v 1.14 2009-09-17 21:10:05 francis Exp $ +# Email: hello@mysociety.org; WWW: http://www.mysociety.org/ class MailServerLog < ActiveRecord::Base belongs_to :info_request diff --git a/app/models/mail_server_log_done.rb b/app/models/mail_server_log_done.rb index 3fb20f0b3..0e7e9eec3 100644 --- a/app/models/mail_server_log_done.rb +++ b/app/models/mail_server_log_done.rb @@ -13,7 +13,7 @@ # Stores that a particular mail server log file has been loaded in, see mail_server_log.rb # # Copyright (c) 2009 UK Citizens Online Democracy. All rights reserved. -# Email: francis@mysociety.org; WWW: http://www.mysociety.org/ +# Email: hello@mysociety.org; WWW: http://www.mysociety.org/ class MailServerLogDone < ActiveRecord::Base has_many :mail_server_logs diff --git a/app/models/outgoing_message.rb b/app/models/outgoing_message.rb index 784cf19e2..aedfb9cad 100644 --- a/app/models/outgoing_message.rb +++ b/app/models/outgoing_message.rb @@ -20,9 +20,17 @@ # else. e.g. An initial request for information, or a complaint. # # Copyright (c) 2007 UK Citizens Online Democracy. All rights reserved. -# Email: francis@mysociety.org; WWW: http://www.mysociety.org/ +# 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/post_redirect.rb b/app/models/post_redirect.rb index dfca936e2..409069cb6 100644 --- a/app/models/post_redirect.rb +++ b/app/models/post_redirect.rb @@ -24,7 +24,7 @@ # fakes the redirect to include POST parameters in request later. # # Copyright (c) 2007 UK Citizens Online Democracy. All rights reserved. -# Email: francis@mysociety.org; WWW: http://www.mysociety.org/ +# Email: hello@mysociety.org; WWW: http://www.mysociety.org/ require 'openssl' # for random bytes function diff --git a/app/models/profile_photo.rb b/app/models/profile_photo.rb index 41cb298b3..5d542daf1 100644 --- a/app/models/profile_photo.rb +++ b/app/models/profile_photo.rb @@ -13,7 +13,7 @@ # Image of user that goes on their profile. # # Copyright (c) 2009 UK Citizens Online Democracy. All rights reserved. -# Email: francis@mysociety.org; WWW: http://www.mysociety.org/ +# Email: hello@mysociety.org; WWW: http://www.mysociety.org/ class ProfilePhoto < ActiveRecord::Base WIDTH = 96 @@ -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/purge_request.rb b/app/models/purge_request.rb index 48a16f9e6..e48f3cc6f 100644 --- a/app/models/purge_request.rb +++ b/app/models/purge_request.rb @@ -14,7 +14,7 @@ # A queue of URLs to purge # # Copyright (c) 2008 UK Citizens Online Democracy. All rights reserved. -# Email: francis@mysociety.org; WWW: http://www.mysociety.org/ +# Email: hello@mysociety.org; WWW: http://www.mysociety.org/ # class PurgeRequest < ActiveRecord::Base diff --git a/app/models/raw_email.rb b/app/models/raw_email.rb index 032839b2f..6bf01bc74 100644 --- a/app/models/raw_email.rb +++ b/app/models/raw_email.rb @@ -10,7 +10,7 @@ # The fat part of models/incoming_message.rb # # Copyright (c) 2008 UK Citizens Online Democracy. All rights reserved. -# Email: francis@mysociety.org; WWW: http://www.mysociety.org/ +# Email: hello@mysociety.org; WWW: http://www.mysociety.org/ class RawEmail < ActiveRecord::Base # deliberately don't strip_attributes, so keeps raw email properly diff --git a/app/models/track_thing.rb b/app/models/track_thing.rb index 219c66811..66b8a5c47 100644 --- a/app/models/track_thing.rb +++ b/app/models/track_thing.rb @@ -19,7 +19,7 @@ # When somebody is getting alerts for something. # # Copyright (c) 2008 UK Citizens Online Democracy. All rights reserved. -# Email: francis@mysociety.org; WWW: http://www.mysociety.org/ +# Email: hello@mysociety.org; WWW: http://www.mysociety.org/ require 'set' diff --git a/app/models/track_things_sent_email.rb b/app/models/track_things_sent_email.rb index a0a4c0f0c..a9ea2520e 100644 --- a/app/models/track_things_sent_email.rb +++ b/app/models/track_things_sent_email.rb @@ -16,7 +16,7 @@ # Record that alert has arrived. # # Copyright (c) 2008 UK Citizens Online Democracy. All rights reserved. -# Email: francis@mysociety.org; WWW: http://www.mysociety.org/ +# Email: hello@mysociety.org; WWW: http://www.mysociety.org/ class TrackThingsSentEmail < ActiveRecord::Base belongs_to :info_request_event diff --git a/app/models/user.rb b/app/models/user.rb index 63dd5b1dd..257acd0fc 100644 --- a/app/models/user.rb +++ b/app/models/user.rb @@ -298,7 +298,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/models/user_info_request_sent_alert.rb b/app/models/user_info_request_sent_alert.rb index cf20bcbf5..449a4c237 100644 --- a/app/models/user_info_request_sent_alert.rb +++ b/app/models/user_info_request_sent_alert.rb @@ -15,7 +15,7 @@ # given type of alert. # # Copyright (c) 2008 UK Citizens Online Democracy. All rights reserved. -# Email: francis@mysociety.org; WWW: http://www.mysociety.org/ +# Email: hello@mysociety.org; WWW: http://www.mysociety.org/ class UserInfoRequestSentAlert < ActiveRecord::Base belongs_to :user 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_request/hidden_user_explanation.html.erb b/app/views/admin_request/hidden_user_explanation.html.erb index 7084e986f..d0a5d727d 100644 --- a/app/views/admin_request/hidden_user_explanation.html.erb +++ b/app/views/admin_request/hidden_user_explanation.html.erb @@ -1,10 +1,10 @@ -Dear <%= name_to %>, +<%= _("Dear {{name}},", :name => name_to) %> -Your request '<%= info_request.title.html_safe %>' at <%= info_request_url %> has been reviewed by moderators. +<%= _("Your request '{{request}}' at {{url}} has been reviewed by moderators.", :request => info_request.title.html_safe, :url => info_request_url) %> -We consider it <% if reason == 'not_foi' %>is not a valid FOI request<% else %>to be vexatious<% end%>, and have therefore hidden it from other users. 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. +<%= reason == 'not_foi' ? _("We consider it is not a valid FOI request, and have therefore hidden it from other users.") : _("We consider it to be vexatious, and have therefore hidden it from other users.") %> <%= _("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.") %> -Yours, +<%= _("Yours,") %> -The <%= site_name %> team. +<%= _("The {{site_name}} team.", :site_name => site_name) %> diff --git a/app/views/admin_request/show.html.erb b/app/views/admin_request/show.html.erb index 67f10c182..e18e319be 100644 --- a/app/views/admin_request/show.html.erb +++ b/app/views/admin_request/show.html.erb @@ -121,7 +121,7 @@ <p class="help-block">(see also option to general URLs for individual incoming messages below)</p> </div> </div> - <% form_tag admin_request_hide_path(@info_request), :class => "form form-inline", :id => "hide_request_form", 'data-info-request-id' => @info_request.id.to_s do %> + <%= form_tag admin_request_hide_path(@info_request), :class => "form form-inline", :id => "hide_request_form", 'data-info-request-id' => @info_request.id.to_s do %> <div class="control-group"> <% if @info_request.is_external? %> <label class="control-label">Hide the request:</label> @@ -149,7 +149,7 @@ <div class="control-group" id="request_hidden_user_subject"> <label for="request_hidden_user_subject_field" class="control-label">Subject of email:</label> <div class="controls"> - <%= text_field_tag "subject", "Your request on WhatDoTheyKnow.com hidden", {:id => "request_hidden_user_subject_field", :cols => 100} %> + <%= text_field_tag "subject", _("Your request on {{site_name}} hidden", :site_name => site_name), {:id => "request_hidden_user_subject_field", :cols => 100} %> </div> </div> @@ -207,7 +207,7 @@ </td> <td> <% if column_name == 'params_yaml' %> - <%= info_request_event.params_yaml_as_html %> + <%= info_request_event.params_yaml_as_html.html_safe %> <% elsif value.nil? %> nil <% elsif %w(text string).include?(type) %> @@ -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/admin_user/show.html.erb b/app/views/admin_user/show.html.erb index 26a385f31..c93c08e50 100644 --- a/app/views/admin_user/show.html.erb +++ b/app/views/admin_user/show.html.erb @@ -32,13 +32,13 @@ <%=link_to @admin_user.email, "mailto:#{h @admin_user.email}"%> <% elsif column_name == 'email_bounce_message' %> <% unless @admin_user.email_bounce_message.empty? %> - <%= link_to _("See bounce message"), admin_user_show_bounce(@admin_user.id) %> + <%= link_to _("See bounce message"), admin_user_show_bounce_path(@admin_user.id) %> <% end %> <% else %> <%=h admin_value(value)%> <% end %> <% if column_name == 'email_bounced_at' && !@admin_user.email_bounced_at.nil? %> - <% form_tag admin_user_clear_bounce_path(@admin_user), :class => "form form-inline" do %> + <%= form_tag admin_user_clear_bounce_path(@admin_user), :class => "form form-inline" do %> <input type="submit" name="action" value="Clear bounce" class="btn btn-info"> <% end %> <% end %> 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/search.html.erb b/app/views/general/search.html.erb index 7072ab90f..6234687f2 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 %> @@ -56,7 +56,7 @@ ["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 %> @@ -94,7 +94,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 +110,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? %> @@ -164,7 +164,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/public_body/_body_listing_single.html.erb b/app/views/public_body/_body_listing_single.html.erb index d0496fbb8..8e0a64df7 100644 --- a/app/views/public_body/_body_listing_single.html.erb +++ b/app/views/public_body/_body_listing_single.html.erb @@ -18,7 +18,8 @@ <% end %> </span> <span class="bottomline"> - <%= n_('%d request made.', '%d requests made.', public_body.info_requests.size) % public_body.info_requests.size %> + <%= n_('{{count}} request made.', '{{count}} requests made.', public_body.info_requests.size, + :count => public_body.info_requests.size) %> <% if !@include_request_link_in_authority_listing.nil? %> <%= link_to _("Make your own request"), public_body_path(public_body) %>. <% end %> 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..47075a1f5 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> @@ -51,12 +56,7 @@ <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' %> @@ -91,9 +91,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/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..4bc8826fd 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,10 +22,10 @@ <% 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> @@ -31,8 +36,8 @@ <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/_wall_listing.html.erb b/app/views/request/_wall_listing.html.erb index 4a76b09bf..b6b4b38b1 100644 --- a/app/views/request/_wall_listing.html.erb +++ b/app/views/request/_wall_listing.html.erb @@ -8,7 +8,7 @@ end %> <% if event.event_type == 'sent' %> <%= _('A new request, <em><a href="{{request_url}}">{{request_title}}</a></em>, was sent to {{public_body_name}} by {{info_request_user}} on {{date}}.',:public_body_name=>public_body_link_absolute(info_request.public_body),:info_request_user=>request_user_link_absolute(info_request),:date=>simple_date(event.created_at),:request_url=>request_path(info_request),:request_title=>info_request.title) %> <% elsif event.event_type == 'followup_sent' %> - <%= _('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}}.',:public_body_name=>public_body_link_absolute(info_request.public_body),:info_request_user=>request_user_link_absolute(info_request),:date=>simple_date(event.created_at),:request_url=>outgoing_message_url(event.outgoing_message),:request_title=>info_request.title) %> + <%= _('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}}.',:public_body_name=>public_body_link_absolute(info_request.public_body),:info_request_user=>request_user_link_absolute(info_request),:date=>simple_date(event.created_at),:request_url=>outgoing_message_path(event.outgoing_message),:request_title=>info_request.title) %> <% elsif event.event_type == 'response' %> <%= _('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}}',:public_body_name=>public_body_link_absolute(info_request.public_body),:info_request_user=>request_user_link_absolute(info_request),:date=>simple_date(event.created_at),:request_url=>incoming_message_path(event.incoming_message_selective_columns("incoming_messages.id")),:request_title=>info_request.title,:request_status=>info_request.display_status) %> <% elsif event.event_type == 'comment' %> 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/sign.html.erb b/app/views/user/sign.html.erb index 5e8cced91..8291cdace 100644 --- a/app/views/user/sign.html.erb +++ b/app/views/user/sign.html.erb @@ -12,7 +12,7 @@ <% end %> </p> <% if @post_redirect.post_params["controller"] == "admin_general" %> - <% unless Configuration::disable_emergency_user %> + <% unless AlaveteliConfiguration::disable_emergency_user %> <p id="superuser_message">Don't have a superuser account yet? <%= link_to "Sign in as the emergency user", @post_redirect.uri + "?emergency=1" %></p> <% end %> <% end %> 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 3f57d96fe765242c3a7082d386b5763b2e1ca73 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.ugly index ef3455113..d33450df4 100644 --- a/config/crontab.ugly +++ b/config/crontab.ugly @@ -2,7 +2,7 @@ # Timed tasks for FOI site. Template file. # # Copyright (c) 2008 UK Citizens Online Democracy. All rights reserved. -# Email: francis@mysociety.org. WWW: http://www.mysociety.org/ +# Email: hello@mysociety.org. WWW: http://www.mysociety.org/ PATH=/usr/local/bin:/usr/bin:/bin MAILTO=cron-!!(*= $site *)!!@mysociety.org 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/environment.rb b/config/environment.rb index d2e2bc9d1..196680b23 100644 --- a/config/environment.rb +++ b/config/environment.rb @@ -3,4 +3,3 @@ require File.expand_path('../application', __FILE__) # Initialize the rails application Alaveteli::Application.initialize! - diff --git a/config/httpd.conf b/config/httpd.conf-example index acf37d97c..06170a5e2 100644 --- a/config/httpd.conf +++ b/config/httpd.conf-example @@ -4,7 +4,7 @@ # Ruby on Rails application. # # Copyright (c) 2007 UK Citizens Online Democracy. All rights reserved. -# Email: francis@mysociety.org; WWW: http://www.mysociety.org +# Email: hello@mysociety.org; WWW: http://www.mysociety.org # This is needed for the PHP spell checker <Location /fcgi> @@ -50,7 +50,12 @@ RewriteRule ^/request/((\d{1,3})\d*)/(response/\d+/attach/(html/)?\d+/.+) /views PassengerResolveSymlinksInDocumentRoot on # 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 applications for earlier + # versions of Rails. There doesn't seem to be any harm in + # setting both, however. RailsEnv production + RackEnv production </IfModule> # Gzip font resources diff --git a/config/initializers/alaveteli.rb b/config/initializers/alaveteli.rb index 458201164..263e5cf7b 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.8' +ALAVETELI_VERSION = '0.10' # Add new inflection rules using the following format # (all these examples are active by default): @@ -29,6 +29,10 @@ ALAVETELI_VERSION = '0.8' # Domain for URLs (so can work for scripts, not just web pages) ActionMailer::Base.default_url_options[:host] = AlaveteliConfiguration::domain +# https links in emails if forcing SSL +if AlaveteliConfiguration::force_ssl + ActionMailer::Base.default_url_options[:protocol] = "https" +end # fallback locale and available locales available_locales = AlaveteliConfiguration::available_locales.split(/ /) @@ -39,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' @@ -55,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..fc67cda6b 100644 --- a/config/packages +++ b/config/packages @@ -36,4 +36,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/routes.rb b/config/routes.rb index b45ff17f5..bc03d91e1 100644 --- a/config/routes.rb +++ b/config/routes.rb @@ -1,8 +1,9 @@ +# encoding: UTF-8 # config/routes.rb: # Mapping URLs to controllers for FOIFA. # # Copyright (c) 2007 UK Citizens Online Democracy. All rights reserved. -# Email: francis@mysociety.org; WWW: http://www.mysociety.org/ +# Email: hello@mysociety.org; WWW: http://www.mysociety.org/ # Allow easy extension from themes. Note these will have the highest priority. $alaveteli_route_extensions.each do |f| @@ -23,8 +24,6 @@ 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 ##### ##### Request controller @@ -51,8 +50,8 @@ 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 diff --git a/config/test.yml b/config/test.yml index fbec24346..5c08e928b 100644 --- a/config/test.yml +++ b/config/test.yml @@ -13,6 +13,11 @@ SITE_NAME: 'Alaveteli' # It makes things simpler if this is the same as the Rails test domain test.host DOMAIN: 'test.host' +# If true forces everyone (in the production environment) to use encrypted connections +# (via https) by redirecting unencrypted connections. This is *highly* recommended +# so that logins can't be intercepted by naughty people. +FORCE_SSL: false + # ISO country code of country currrently deployed in # (http://en.wikipedia.org/wiki/ISO_3166-1_alpha-2) ISO_COUNTRY_CODE: DE 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..9a027a3a8 100644 --- a/doc/CHANGES.md +++ b/doc/CHANGES.md @@ -1,3 +1,13 @@ +# 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.md b/doc/INSTALL.md index ea71454b7..b6e8d2265 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: @@ -222,7 +223,7 @@ for instructions on switching on local and remote performance analysis. In the 'alaveteli' directory, run: - ./script/rails-post-deploy + script/rails-post-deploy (This will need execute privs so `chmod 755` if necessary.) This sets up directory structures, creates logs, installs/updates themes, runs @@ -237,11 +238,11 @@ If you want some dummy data to play with, you can try loading the fixtures that the test suite uses into your development database. You can do this with: - ./script/load-sample-data + script/load-sample-data Next we need to create the index for the search engine (Xapian): - ./script/rebuild-xapian-index + script/rebuild-xapian-index If this fails, the site should still mostly run, but it's a core component so you should really try to get this working. @@ -273,7 +274,7 @@ tests to pass by setting `export LD_PRELOAD=/lib/libuuid.so.1`. Run the following to get the server running: - ./script/server --environment=development + script/server --environment=development By default the server listens on all interfaces. You can restrict it to the localhost interface by adding ` --binding=127.0.0.1` @@ -359,8 +360,8 @@ It is not recommended to run the website using the default Rails web server. There are various recommendations here: http://rubyonrails.org/deploy -We usually use Passenger / mod_rails. The file at `conf/httpd.conf` -contains the WhatDoTheyKnow settings. At a minimum, you should +We usually use Passenger / mod_rails. The file at `conf/httpd.conf-example` +gives you an example config file for WhatDoTheyKnow. At a minimum, you should include the following in an Apache configuration file: PassengerResolveSymlinksInDocumentRoot on @@ -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 02070644a..8c4b927da 100644 --- a/doc/THEMES.md +++ b/doc/THEMES.md @@ -42,8 +42,8 @@ explanation. You can also install the sample theme by hand, by running: - ./script/plugin install git://github.com/mysociety/alavetelitheme.git - + bundle exec rails plugin install git://github.com/mysociety/alavetelitheme.git -r rails-3 + 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. diff --git a/lib/activesupport_cache_extensions.rb b/lib/activesupport_cache_extensions.rb index f15d72894..2791d5996 100644 --- a/lib/activesupport_cache_extensions.rb +++ b/lib/activesupport_cache_extensions.rb @@ -2,7 +2,7 @@ # Extensions / fixes to ActiveSupport::Cache # # Copyright (c) 2009 UK Citizens Online Democracy. All rights reserved. -# Email: francis@mysociety.org; WWW: http://www.mysociety.org/ +# Email: hello@mysociety.org; WWW: http://www.mysociety.org/ # Monkeypatch! ./activesupport/lib/active_support/cache/file_store.rb 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..88890856b 100644 --- a/lib/configuration.rb +++ b/lib/configuration.rb @@ -13,60 +13,63 @@ 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', + :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..03d78e0a3 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 @@ -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, 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/public_body_categories.rb b/lib/public_body_categories.rb index c6f0a6690..7f548b130 100644 --- a/lib/public_body_categories.rb +++ b/lib/public_body_categories.rb @@ -2,7 +2,7 @@ # Categorisations of public bodies. # # Copyright (c) 2009 UK Citizens Online Democracy. All rights reserved. -# Email: francis@mysociety.org; WWW: http://www.mysociety.org/ +# Email: hello@mysociety.org; WWW: http://www.mysociety.org/ class PublicBodyCategories 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..f0085b5e1 100644 --- a/lib/tasks/temp.rake +++ b/lib/tasks/temp.rake @@ -50,4 +50,154 @@ namespace :temp do 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 + 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/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..4a408ac88 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-05-30 09:46+0100\n" +"PO-Revision-Date: 2013-05-30 08:54+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>" +msgid "<a href=\"{{browse_url}}\">Browse all</a> or <a href=\"{{add_url}}\">ask us to add one</a>." msgstr "" -msgid "<a href=\"%s\">Browse all</a> or <a href=\"%s\">ask us to add one</a>." +msgid "<a href=\"{{url}}\">Add an annotation</a> (to help the requester or others)" 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>" @@ -198,10 +166,10 @@ 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>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>" @@ -216,12 +184,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 +238,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}}." @@ -329,6 +292,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 +382,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 +430,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 +598,9 @@ msgstr "" msgid "Date:" msgstr "" +msgid "Dear {{name}}," +msgstr "" + msgid "Dear {{public_body_name}}," msgstr "" @@ -695,7 +679,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 +700,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 +730,13 @@ 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, 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 +817,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 +855,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 +867,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 "" @@ -973,7 +969,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 +978,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 +1158,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" @@ -1480,7 +1476,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 " @@ -1585,7 +1581,7 @@ 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 +1689,6 @@ msgstr "" msgid "Public body" msgstr "" -msgid "Public body/translation" -msgstr "" - msgid "Public notes" msgstr "" @@ -1705,33 +1698,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,8 +1896,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] "" @@ -2196,16 +2162,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 +2180,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 +2258,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 +2305,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 +2329,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 +2338,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 +2372,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 +2387,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 +2399,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." @@ -2589,7 +2558,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 +2693,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 +2708,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 +2750,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 +2852,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 +2891,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 +2906,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 +2918,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 +2942,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 +2960,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 +2975,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 +3000,9 @@ msgstr "" msgid "Yours sincerely," msgstr "" +msgid "Yours," +msgstr "" + msgid "[FOI #{{request}} email]" msgstr "" @@ -3175,7 +3162,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 +3269,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..dea0b1243 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-05-30 09:46+0100\n" "PO-Revision-Date: 2011-10-09 01:10+0200\n" "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" "Language-Team: LANGUAGE <LL@li.org>\n" @@ -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>" +msgid "<a href=\"{{browse_url}}\">Browse all</a> or <a href=\"{{add_url}}\">ask us to add one</a>." msgstr "" -msgid "<a href=\"%s\">Browse all</a> or <a href=\"%s\">ask us to add one</a>." +msgid "<a href=\"{{url}}\">Add an annotation</a> (to help the requester or others)" 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>" @@ -196,10 +163,10 @@ 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>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>" @@ -214,12 +181,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 +235,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}}." @@ -327,6 +289,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 +379,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 +427,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 +595,9 @@ msgstr "" msgid "Date:" msgstr "" +msgid "Dear {{name}}," +msgstr "" + msgid "Dear {{public_body_name}}," msgstr "" @@ -693,7 +676,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 +697,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 +727,13 @@ 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, 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 +814,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 +852,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 +864,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 "" @@ -971,7 +966,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 +975,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 +1155,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" @@ -1478,7 +1473,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 " @@ -1583,7 +1578,7 @@ 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 +1686,6 @@ msgstr "" msgid "Public body" msgstr "" -msgid "Public body/translation" -msgstr "" - msgid "Public notes" msgstr "" @@ -1703,33 +1695,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 "" @@ -1928,8 +1893,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] "" @@ -2194,16 +2159,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 +2177,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 +2255,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 +2302,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 +2326,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 +2335,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 +2369,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 +2384,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 +2396,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." @@ -2587,7 +2555,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 +2690,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 +2705,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 +2747,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 +2849,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>." @@ -2914,6 +2888,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 +2903,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 +2915,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 +2939,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 +2957,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 +2972,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 +2997,9 @@ msgstr "" msgid "Yours sincerely," msgstr "" +msgid "Yours," +msgstr "" + msgid "[FOI #{{request}} email]" msgstr "" @@ -3173,7 +3159,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 +3266,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..ce851db06 100644 --- a/locale/ar/app.po +++ b/locale/ar/app.po @@ -3,15 +3,19 @@ # This file is distributed under the same license as the PACKAGE package. # # Translators: -# <aelharaty@gmail.com>, 2012. +# aelharaty <aelharaty@gmail.com>, 2012 +# 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-05-30 09:46+0100\n" +"PO-Revision-Date: 2013-05-30 08:54+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 +23,805 @@ 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 "" +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><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 "" +msgstr "<p>سعيدون لحصولك على المعلومات التي اردت. اذا وجدتها {{site_name}} مفيدة, <a href=\"{{donation_url}}\">تبرع</a> للمؤسسة الخيرية التي تديرها it.</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>" +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 "" +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 "" +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 +830,145 @@ 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 "" +msgstr "أنا اطلب <strong>مراجعة داخلية</strong>" 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 +976,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 +1205,496 @@ 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 "" +msgstr "الدخول لبريد الخادم|الترتيب" msgid "Make a new <strong>Environmental Information</strong> request" -msgstr "" +msgstr "قم <strong>عن المعلومات البيئية</strong> بطلب جديد" msgid "Make a new <strong>Freedom of Information</strong> request to {{public_body}}" -msgstr "" +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/>\\n <strong>لحرية<span>of</span><br/>\\n النفاذ للمعلومة<br/>\\n طلبا جديدا</strong>" msgid "Make a request" -msgstr "" +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 "" +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 "" +msgstr "الرجاء طلب المعلومات التي تصنف ضمن هذه الفئات وحسب, <strong>لا تضيع\\n وقتك</strong> او وقت the السلطة العامة بطلب معلومات غير ذات صلة." 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 +1705,206 @@ 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 "" +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 +1913,370 @@ 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 "" +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 %d person following this request" -msgid_plural "There are %d people following this request" +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] "" msgstr[2] "" @@ -2322,83 +2284,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 +2365,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 +2374,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" -msgstr "" +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 +2648,604 @@ 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 "" +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 +3253,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..8e96147dc 100644 --- a/locale/bs/app.po +++ b/locale/bs/app.po @@ -3,17 +3,17 @@ # 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 +# 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-05-30 09:46+0100\n" +"PO-Revision-Date: 2013-05-30 08:54+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 +25,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 +58,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 +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 "" @@ -160,32 +142,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=\"%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=\"%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=\"{{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\">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=\"{{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\">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>" @@ -222,11 +186,11 @@ msgstr "<p>Drago nam je da ste dobili sve željene informacije. Ako ih budete ko 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>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 +206,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 +267,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 "" @@ -367,6 +325,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 +423,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 +473,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 +643,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 +726,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 +747,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 +783,13 @@ 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, 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 +870,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 +909,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 +921,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}}" @@ -1040,8 +1031,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 +1043,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 +1246,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" @@ -1579,8 +1570,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" @@ -1695,8 +1686,8 @@ 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 +1794,6 @@ msgstr "" msgid "Public body" msgstr "" -msgid "Public body/translation" -msgstr "" - msgid "Public notes" msgstr "" @@ -1815,33 +1803,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 "" @@ -2042,8 +2003,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] "" @@ -2325,22 +2286,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 +2313,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 +2391,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 +2441,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 +2467,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 +2476,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 +2514,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 +2531,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 +2545,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." @@ -2742,11 +2706,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 +2846,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 +2865,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 +2919,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 +3026,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 "" @@ -3101,6 +3071,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 +3086,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 +3098,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 +3122,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 +3142,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 +3157,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 +3184,9 @@ msgstr "S poštovanjem," msgid "Yours sincerely," msgstr "S poštovanjem," +msgid "Yours," +msgstr "" + msgid "[FOI #{{request}} email]" msgstr "" @@ -3300,7 +3282,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 +3350,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 +3457,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..1e80a5a59 100644 --- a/locale/ca/app.po +++ b/locale/ca/app.po @@ -3,17 +3,17 @@ # 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 +# 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-05-30 09:46+0100\n" +"PO-Revision-Date: 2013-05-30 08:54+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 +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 " 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 +55,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 +99,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 +139,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>" @@ -224,11 +189,11 @@ msgstr "<p>Ens plau saber que has obtingut tota la informació que vas demanar. 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>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 +209,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 +280,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 "" @@ -378,6 +338,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 +436,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 +486,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 +658,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 +741,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 +762,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 +798,14 @@ 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, 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 +885,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 +923,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 +938,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}}" @@ -1058,8 +1051,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 +1063,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 +1266,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" @@ -1597,8 +1590,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 " @@ -1713,8 +1706,8 @@ 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 +1814,6 @@ msgstr "" msgid "Public body" msgstr "" -msgid "Public body/translation" -msgstr "" - msgid "Public notes" msgstr "" @@ -1833,33 +1823,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 "" @@ -2063,10 +2026,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" @@ -2348,22 +2311,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 +2338,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 +2416,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 +2465,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 +2495,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 +2506,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 +2542,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 +2559,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 +2573,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 "" @@ -2778,11 +2744,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 +2882,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 +2901,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 +2957,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 +3066,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 "" @@ -3144,6 +3116,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 +3131,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 +3148,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 +3172,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 +3192,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 +3207,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 +3232,9 @@ msgstr "Un saludo," msgid "Yours sincerely," msgstr "Un saludo," +msgid "Yours," +msgstr "" + msgid "[FOI #{{request}} email]" msgstr "" @@ -3346,7 +3330,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 +3398,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 +3511,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..33f5737c6 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" +"POT-Creation-Date: 2013-05-30 09:46+0100\n" +"PO-Revision-Date: 2013-05-30 08:54+0000\n" "Last-Translator: louisecrow <louise@mysociety.org>\n" -"Language-Team: LANGUAGE <LL@li.org>\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>" @@ -226,11 +195,11 @@ msgstr "<p>Jsme rádi, že jste obdrželi informace, které jste potřebovali. 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>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 +217,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 +283,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ář." @@ -367,7 +330,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 +341,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 "" + +msgid "ActsAsXapian::ActsAsXapianJob|Action" +msgstr "" + +msgid "ActsAsXapian::ActsAsXapianJob|Model" +msgstr "" + msgid "Add an annotation" msgstr "Přidat poznámku" @@ -413,7 +385,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 +435,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á):" @@ -507,7 +485,10 @@ msgid "By law, {{public_body_link}} should normally have responded <strong>promp 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 +657,9 @@ msgstr "V současnosti <strong> se čeká na odpověď</strong> od instituce {{p msgid "Date:" msgstr "Datum:" +msgid "Dear {{name}}," +msgstr "" + msgid "Dear {{public_body_name}}," msgstr "" "Povinný subjekt: {{public_body_name}}\n" @@ -685,7 +669,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 +681,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 +696,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 +717,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 +745,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 +764,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 +784,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 +801,16 @@ 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, 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 +890,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 +931,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 +943,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 "" + +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 "Dobrý den, můžete vznést dotaz v zemi {{country_name}} na stránkách {{link_to_website}}" @@ -981,7 +977,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 +992,7 @@ msgid "Home" msgstr "Domů" msgid "Home page" -msgstr "" +msgstr "Domovská stránka" msgid "Home page of authority" msgstr "Domovská stránka instituce" @@ -1049,16 +1045,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 +1062,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 +1122,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 +1242,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 +1251,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 +1274,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}}" @@ -1381,7 +1377,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 +1395,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 +1443,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 +1455,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 +1503,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 +1577,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" @@ -1638,7 +1634,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,7 +1679,7 @@ 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." @@ -1693,8 +1689,8 @@ 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 +1705,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 +1792,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 +1852,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" @@ -1948,7 +1914,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 +2009,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 +2055,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." @@ -2190,7 +2156,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 +2171,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 +2180,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 +2210,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 +2293,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 +2318,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 "" + msgid "Then you can cancel the alert." msgstr "Pak můžete upozornění zrušit." @@ -2427,18 +2396,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 +2446,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 +2469,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 +2485,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 +2523,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 +2538,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. " @@ -2748,11 +2717,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 +2757,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 +2814,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 +2844,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 +2855,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 "" + +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áme funkční e-mailovou adresu pro tuto instituci." @@ -2899,10 +2874,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 +2927,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 +3037,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 "" @@ -3112,6 +3087,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 "" + 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 +3102,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 +3119,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 +3143,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 +3163,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 "" + +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 "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 +3178,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 +3205,9 @@ msgstr "S přátelským pozdravem," msgid "Yours sincerely," msgstr "S pozdravem," +msgid "Yours," +msgstr "" + msgid "[FOI #{{request}} email]" msgstr "[FOI #{{request}} e-mail] ??" @@ -3235,14 +3222,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 +3265,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 +3280,7 @@ msgid "between two dates" msgstr "mezi dvěma daty" msgid "but followupable" -msgstr "" +msgstr "ale " msgid "by" msgstr "od" @@ -3379,21 +3366,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 +3395,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 +3404,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,9 +3480,36 @@ 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" @@ -3506,7 +3520,7 @@ 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 +3571,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..1db212feb 100644 --- a/locale/cy/app.po +++ b/locale/cy/app.po @@ -3,18 +3,18 @@ # 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 +# 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-05-30 09:46+0100\n" +"PO-Revision-Date: 2013-05-30 08:54+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 +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!)" @@ -54,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." @@ -93,27 +93,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 +126,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>" @@ -207,11 +168,11 @@ 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>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 +186,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 +240,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}}." @@ -340,6 +294,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 +384,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 +432,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 +600,9 @@ msgstr "" msgid "Date:" msgstr "Dyddiad" +msgid "Dear {{name}}," +msgstr "" + msgid "Dear {{public_body_name}}," msgstr "Annwyl {{public_body_name}}," @@ -706,7 +681,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 +702,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 +732,14 @@ 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, 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 +819,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 +859,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 +871,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}}" @@ -986,7 +973,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 +982,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 +1162,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" @@ -1493,7 +1480,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 " @@ -1598,7 +1585,7 @@ 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 +1693,6 @@ msgstr "" msgid "Public body" msgstr "" -msgid "Public body/translation" -msgstr "" - msgid "Public notes" msgstr "" @@ -1718,33 +1702,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 "" @@ -1943,8 +1900,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] "" @@ -2211,16 +2168,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 +2186,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 +2264,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 +2313,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 +2337,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 +2346,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 +2384,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 +2399,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 +2411,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." @@ -2610,7 +2570,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 +2705,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 +2720,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 +2762,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 +2864,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>." @@ -2937,6 +2903,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 +2918,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 +2932,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 +2956,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 +2974,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 +2989,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 +3018,9 @@ msgstr "Yr eiddoch yn gywir," msgid "Yours sincerely," msgstr "Yn gywir" +msgid "Yours," +msgstr "" + msgid "[FOI #{{request}} email]" msgstr "" @@ -3136,7 +3114,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 +3182,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 +3289,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..38b00b519 100644 --- a/locale/de/app.po +++ b/locale/de/app.po @@ -3,18 +3,18 @@ # 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 +# 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-05-30 09:46+0100\n" +"PO-Revision-Date: 2013-05-30 08:54+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 +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 " 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 +54,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 +95,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 +135,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=\"{{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\">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=\"{{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\">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=\"%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>" @@ -216,11 +183,11 @@ msgstr "<p>Wir freuen uns, dass Sie die von Ihnen gewünschten Informationen erh 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>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 +201,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 +266,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 "" @@ -358,6 +320,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 +412,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 +462,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 +630,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 +715,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 +736,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 +770,13 @@ 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, 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 +857,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 +895,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 +907,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}} " @@ -1016,8 +1011,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 +1022,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 +1208,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" @@ -1533,8 +1528,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" @@ -1641,8 +1636,8 @@ msgstr "Bitte fragen Sie ausschliesslich auf diese Kategorien zutreffende Inform 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 +1744,6 @@ msgstr "" msgid "Public body" msgstr "" -msgid "Public body/translation" -msgstr "" - msgid "Public notes" msgstr "" @@ -1761,33 +1753,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 "" @@ -1989,10 +1954,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" @@ -2260,18 +2225,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 +2245,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 +2323,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 +2370,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 +2396,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 +2405,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 +2441,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 +2456,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 +2470,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 "" @@ -2661,10 +2629,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 +2766,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 +2784,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 +2826,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 +2930,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>." @@ -2995,6 +2969,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 +2984,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 +3000,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 +3024,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 +3044,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 +3059,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 +3084,9 @@ msgstr "Mit freundlichem Gruß, " msgid "Yours sincerely," msgstr "Mit freundlichem Gruß, " +msgid "Yours," +msgstr "" + msgid "[FOI #{{request}} email]" msgstr "" @@ -3196,7 +3182,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 +3250,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 +3359,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..eb31d7a2e 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-05-30 09:46+0100\n" "PO-Revision-Date: 2011-02-24 07:11-0000\n" "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" "Language-Team: LANGUAGE <LL@li.org>\n" @@ -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>" +msgid "<a href=\"{{browse_url}}\">Browse all</a> or <a href=\"{{add_url}}\">ask us to add one</a>." msgstr "" -msgid "<a href=\"%s\">Browse all</a> or <a href=\"%s\">ask us to add one</a>." +msgid "<a href=\"{{url}}\">Add an annotation</a> (to help the requester or others)" 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>" @@ -197,10 +164,10 @@ 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>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>" @@ -215,12 +182,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 +236,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}}." @@ -328,6 +290,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 +380,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 +428,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 +596,9 @@ msgstr "" msgid "Date:" msgstr "" +msgid "Dear {{name}}," +msgstr "" + msgid "Dear {{public_body_name}}," msgstr "" @@ -694,7 +677,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 +698,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 +728,13 @@ 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, 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 +815,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 +853,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 +865,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 "" @@ -972,7 +967,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 +976,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 +1156,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" @@ -1479,7 +1474,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 " @@ -1584,7 +1579,7 @@ 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 +1687,6 @@ msgstr "" msgid "Public body" msgstr "" -msgid "Public body/translation" -msgstr "" - msgid "Public notes" msgstr "" @@ -1704,33 +1696,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 "" @@ -1929,8 +1894,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] "" @@ -2195,16 +2160,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 +2178,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 +2256,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 +2303,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 +2327,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 +2336,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 +2370,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 +2385,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 +2397,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." @@ -2588,7 +2556,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 +2691,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 +2706,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 +2748,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 +2850,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>." @@ -2915,6 +2889,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 +2904,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 +2916,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 +2940,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 +2958,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 +2973,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 +2998,9 @@ msgstr "" msgid "Yours sincerely," msgstr "" +msgid "Yours," +msgstr "" + msgid "[FOI #{{request}} email]" msgstr "" @@ -3174,7 +3160,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 +3267,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..932268081 100644 --- a/locale/en_IE/app.po +++ b/locale/en_IE/app.po @@ -3,16 +3,16 @@ # This file is distributed under the same license as the PACKAGE package. # # Translators: -# <john@handelaar.org>, 2011. -# <mrjohncross@googlemail.com>, 2012. +# 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-05-30 09:46+0100\n" +"PO-Revision-Date: 2013-05-30 08:54+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 +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!)" @@ -52,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." @@ -91,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 "'Crime statistics by Garda District for the Western Region'" @@ -139,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>" +msgid "<a href=\"{{browse_url}}\">Browse all</a> or <a href=\"{{add_url}}\">ask us to add one</a>." msgstr "" -msgid "<a href=\"%s\">Browse all</a> or <a href=\"%s\">ask us to add one</a>." +msgid "<a href=\"{{url}}\">Add an annotation</a> (to help the requester or others)" 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>" @@ -199,10 +166,10 @@ 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>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>" @@ -217,12 +184,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 +238,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}}." @@ -330,6 +292,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 +382,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 +430,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 +598,9 @@ msgstr "" msgid "Date:" msgstr "" +msgid "Dear {{name}}," +msgstr "" + msgid "Dear {{public_body_name}}," msgstr "" @@ -696,7 +679,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 +700,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 +730,13 @@ 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, 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 +817,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 +855,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 +867,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 "" @@ -974,7 +969,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 +978,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 +1158,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" @@ -1481,7 +1476,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 " @@ -1586,7 +1581,7 @@ 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 +1689,6 @@ msgstr "" msgid "Public body" msgstr "" -msgid "Public body/translation" -msgstr "" - msgid "Public notes" msgstr "" @@ -1706,33 +1698,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 "" @@ -1931,8 +1896,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] "" @@ -2197,16 +2162,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 +2180,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 +2258,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 +2305,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 +2329,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 +2338,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 +2372,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 +2387,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 +2399,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." @@ -2590,7 +2558,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 +2693,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 +2708,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 +2750,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 +2852,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>." @@ -2917,6 +2891,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 +2906,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 +2918,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 +2942,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 +2960,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 +2975,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 +3000,9 @@ msgstr "" msgid "Yours sincerely," msgstr "" +msgid "Yours," +msgstr "" + msgid "[FOI #{{request}} email]" msgstr "" @@ -3176,7 +3162,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 +3269,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..515f6a491 100644 --- a/locale/es/app.po +++ b/locale/es/app.po @@ -3,19 +3,19 @@ # 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 +# gaba <gabelula@gmail.com>, 2012 +# skenaja <alex@alexskene.com>, 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-05-30 09:46+0100\n" +"PO-Revision-Date: 2013-05-30 08:54+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 +27,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 +60,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 +104,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 +144,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>" @@ -239,11 +204,11 @@ msgstr "<p>Nos alegra saber que has obtenido toda la información que solicitast 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>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>" @@ -265,15 +230,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 +301,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 "" @@ -399,6 +359,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 +457,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 +507,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 +679,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 +762,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 +783,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 +819,14 @@ 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, 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 +906,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 +944,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 +959,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}}" @@ -1079,8 +1072,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 +1084,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 +1287,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" @@ -1618,8 +1611,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 " @@ -1734,8 +1727,8 @@ 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 +1835,6 @@ msgstr "" msgid "Public body" msgstr "Autoridad/Organismo Publico" -msgid "Public body/translation" -msgstr "Organismo publico/traduccion" - msgid "Public notes" msgstr "" @@ -1854,43 +1844,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 "" @@ -2094,10 +2047,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" @@ -2379,22 +2332,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 +2359,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 +2437,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 +2486,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 +2516,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 +2527,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 +2563,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 +2580,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 +2594,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 "" @@ -2809,11 +2765,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 +2903,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 +2922,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 +2978,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 +3087,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 "" @@ -3175,6 +3137,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 +3152,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 +3169,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 +3193,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 +3213,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 +3228,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 +3253,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 +3419,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 +3532,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..7e90214d0 100644 --- a/locale/eu/app.po +++ b/locale/eu/app.po @@ -3,16 +3,16 @@ # 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 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-05-30 09:46+0100\n" +"PO-Revision-Date: 2013-05-30 08:54+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 +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 " 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 +54,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 +95,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 +135,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=\"{{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\">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=\"{{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\">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=\"%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>" @@ -218,11 +185,11 @@ msgstr "<p>Pozgarria da eskatu zenuen informazioa jaso duzula jakitea. Horri bur 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>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 +205,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 +265,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 "" @@ -357,6 +319,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 +411,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 +459,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 +627,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 +708,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 +729,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 +762,14 @@ 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, 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 +849,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 +887,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 +899,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." @@ -1011,8 +1006,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 +1017,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 +1197,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" @@ -1523,8 +1518,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" @@ -1630,8 +1625,8 @@ msgstr "Mesedez, eska ezazu kategoria hauetako informazioa soilik, <strong>ez ga 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 +1733,6 @@ msgstr "" msgid "Public body" msgstr "" -msgid "Public body/translation" -msgstr "" - msgid "Public notes" msgstr "" @@ -1750,33 +1742,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 "" @@ -1980,10 +1945,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" @@ -2254,18 +2219,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 +2241,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 +2319,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 +2368,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 +2392,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 +2401,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 +2437,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 +2452,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 +2464,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." @@ -2655,8 +2623,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 +2758,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 +2776,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 +2818,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 +2923,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 "" @@ -2991,6 +2965,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 +2980,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 +2995,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 +3019,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 +3039,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 +3054,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 +3079,9 @@ msgstr "Adeitasunez," msgid "Yours sincerely," msgstr "Agur bero bat," +msgid "Yours," +msgstr "" + msgid "[FOI #{{request}} email]" msgstr "" @@ -3189,7 +3175,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 +3243,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 +3352,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/fr/app.po b/locale/fr/app.po index fcf6b0650..db5a128ff 100644 --- a/locale/fr/app.po +++ b/locale/fr/app.po @@ -3,23 +3,32 @@ # 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 +# 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" +"POT-Creation-Date: 2013-05-30 09:46+0100\n" +"PO-Revision-Date: 2013-05-30 09:00+0000\n" "Last-Translator: louisecrow <louise@mysociety.org>\n" -"Language-Team: LANGUAGE <LL@li.org>\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 +36,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, ça peut prendre un moment !)" msgid " (you)" msgstr "(vous)" msgid " - view and make Freedom of Information requests" -msgstr "" +msgstr "-Voir et faire des demandes d'accès a l'information " 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,24 +59,24 @@ 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 "Idées sur <strong>d'autres documents à 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." @@ -76,13 +85,13 @@ msgid " Offer better ways of <strong>wording the request</strong> to get the inf msgstr " Proposez d'autres <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." +msgstr " Dites-nous comment vous avez <strong>utilisé ces informations</strong>, à l'aide des liens si possible." msgid " Suggest <strong>where else</strong> the requester might find the information. " 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 +100,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 "'{{lien_vers_administration}}', 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 "{{lien_vers_utilisateur}}', 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 +142,70 @@ msgid "2. Ask for Information" msgstr "2. Posez une question" msgid "3. Now check your request" -msgstr "3. Maintenant, vérifier vos demandes" - -msgid "<a class=\"link_button_green\" href=\"{{url}}\">{{text}}</a>" -msgstr "<a class=\"lien_bouton_vert\" href=\"{{url}}\">{{text}}</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)" +msgstr "3. Maintenant, vérifier votre demande" -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=\"{{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\">Can't find the one you want?</a>" -msgstr "<a href=\"%s\">Vous ne trouvez pas celui que vous voulez ?" +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\">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 "" +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><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 "" +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>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 "" +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 "<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>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 +217,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 +238,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,19 +277,19 @@ 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}}." -msgstr "" +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 +298,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 +346,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 +379,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 +388,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 +445,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 +463,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 +523,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 +556,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 +589,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 +610,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 +618,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 +637,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 +649,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 +661,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 +670,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 +699,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 +718,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 +745,61 @@ 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>)." -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 +808,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 +823,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 +837,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 +849,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 +873,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 +887,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 +909,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 +933,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" @@ -947,19 +951,19 @@ 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!" -msgstr "" +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 +984,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 +1047,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 +1176,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 +1197,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 +1230,37 @@ 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 "" +msgstr "MailServerLog|Order" msgid "Make a new <strong>Environmental Information</strong> request" -msgstr "" +msgstr "Faire une nouvelle demande <strong>d'information environnementale </strong> " msgid "Make a new <strong>Freedom of Information</strong> request to {{public_body}}" -msgstr "" +msgstr "Faire une nouvelle demande <strong>d'accès a l'information </strong> à {{public_body}}" 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" 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 +1269,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 +1284,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 +1302,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 +1311,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 +1329,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 +1362,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 +1371,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 +1395,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 +1473,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,23 +1496,23 @@ 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." @@ -1517,25 +1521,25 @@ 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 +1596,25 @@ 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 "" +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 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 +1626,268 @@ 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 "" +msgstr "Signaler une demande offensive ou inappropriée" 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 +1896,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 +1970,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 +1988,571 @@ 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 "" +msgstr "Remarque spéciale pour cette autorité" msgid "Start" -msgstr "" +msgstr "Commencer " 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" -msgstr "" +msgstr "Pour signaler cette demande " 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 +2564,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,82 +2609,82 @@ 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" @@ -2716,313 +2693,326 @@ msgid "View authorities" msgstr "Voir 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=\"{{help_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 "" +msgstr "Vous devez être connectés pour modifier votre profil" 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 +3020,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 +3051,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 +3087,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 +3177,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 +3204,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 +3231,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 +3242,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 +3284,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 +3337,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 +3403,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/gl/app.po b/locale/gl/app.po index e8e47c52d..7da3fbaa7 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-05-30 09:46+0100\n" +"PO-Revision-Date: 2013-05-30 08:54+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>" @@ -225,11 +190,11 @@ msgstr "<p>Nos alegra saber que has obtenido toda la información que solicitast 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>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 +211,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 +282,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 "" @@ -380,6 +340,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 +438,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 +488,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 +660,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 +743,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 +764,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 +800,14 @@ 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, 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 +887,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 +925,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 +940,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}}" @@ -1060,8 +1053,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 +1065,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 +1268,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" @@ -1599,8 +1592,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 " @@ -1715,8 +1708,8 @@ 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 +1816,6 @@ msgstr "" msgid "Public body" msgstr "" -msgid "Public body/translation" -msgstr "" - msgid "Public notes" msgstr "" @@ -1835,33 +1825,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 "" @@ -2065,10 +2028,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" @@ -2350,22 +2313,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 +2340,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 +2418,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 +2467,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 +2497,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 +2508,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 +2544,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 +2561,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 +2575,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 "" @@ -2780,11 +2746,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 +2884,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 +2903,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 +2959,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 +3068,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 "" @@ -3146,6 +3118,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 +3133,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 +3150,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 +3174,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 +3194,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 +3209,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 +3234,9 @@ msgstr "Un saludo," msgid "Yours sincerely," msgstr "Un saludo," +msgid "Yours," +msgstr "" + msgid "[FOI #{{request}} email]" msgstr "" @@ -3348,7 +3332,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 +3400,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 +3513,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..908be330d 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" -"Last-Translator: yauzi <yair.uziel@gmail.com>\n" -"Language-Team: LANGUAGE <LL@li.org>\n" +"POT-Creation-Date: 2013-05-30 09:46+0100\n" +"PO-Revision-Date: 2013-05-30 08:54+0000\n" +"Last-Translator: louisecrow <louise@mysociety.org>\n" +"Language-Team: Hebrew (Israel) (http://www.transifex.com/projects/p/alaveteli/language/he_IL/)\n" "Language: he_IL\n" "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>" @@ -203,11 +177,11 @@ msgstr "<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>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=\"%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, 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 +195,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 +219,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 +234,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 +251,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 +279,7 @@ 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 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 +294,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}}" @@ -336,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 "הוסיפו הערה" @@ -415,13 +393,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 "האם אתם הבעלים של\\n זכויות יוצרים מסחריות על עמוד זה?" 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 "רשמו את התגובה שלכם בתחתית עמוד זה, ונסו לשכנע אותם לסרוק את זה \\n (<a href=\"{{url}}\">more details</a>)." msgid "Attachment (optional):" msgstr "קובץ מצורף (לא חובה):" @@ -439,7 +423,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 +435,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 +483,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}}" @@ -538,7 +525,7 @@ 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 +549,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 "אשרו שאתם רוצים לעקוב אחר בקשות חדשות" @@ -601,10 +588,10 @@ 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,16 +606,19 @@ 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 "" + msgid "Dear {{public_body_name}}," msgstr "{{public_body_name}} נכבד, " msgid "Default locale" -msgstr "" +msgstr "ברירת מחדל של הגדרות מקומיות" msgid "Delayed response to your FOI request - " msgstr "עיכוב בתגובה לבקשה על-פי חוק חופש המידע - " @@ -640,7 +630,7 @@ msgid "Delivery error" msgstr "שגיאה בשליחה" msgid "Destroy {{name}}" -msgstr "" +msgstr "השמד {{name}}" msgid "Details of request '" msgstr "פרטי הבקשה '" @@ -655,10 +645,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 +657,7 @@ msgid "Done >>" msgstr "בוצע >>" msgid "Download a zip file of all correspondence" -msgstr "הורידו " +msgstr "להוריד קובץ זיפ עם כל ההתכתבות" msgid "Download original attachment" msgstr "הורידו את המסמך המצורף המקורי" @@ -676,7 +666,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 המסבירים מדוע אתם לא מרוצים מהתגובה שלהם" @@ -702,8 +692,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,16 +708,16 @@ 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 "חוק חופש המידע" @@ -736,7 +726,7 @@ msgid "FOI email address for {{public_body}}" msgstr "כתובת לפניות לפי חוק חופש המידע עבור {{public_body}}" msgid "FOI request – {{title}}" -msgstr "" +msgstr "בקשת מידע חופשי - {{title}}" msgid "FOI requests" msgstr "בקשות לפי חוק חופש המידע" @@ -745,7 +735,7 @@ msgid "FOI requests by '{{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}} מנהל" @@ -753,14 +743,14 @@ msgstr "תגובה לפי חוק חופש המידע דורשת ({{reason}}) - 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, 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 "מסמף מצורף עבור חוק חופש המידע" @@ -787,7 +777,7 @@ msgid "FoiAttachment|Within rfc822 subject" msgstr "בקשהמצורפת|במסגרת סעיף XXX" msgid "Follow" -msgstr "עקוב" +msgstr "עקבו" msgid "Follow all new requests" msgstr "עקבו אחר הבקשות החדשות" @@ -826,10 +816,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 +830,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] "נמצא גוף ציבורי {{count}} שהוא {{description}}" +msgstr[1] "נמצאו {{count}} הרשויות הציבוריות הבאות {{description}}:" msgid "Freedom of Information" msgstr "חופש המידע" @@ -861,7 +851,7 @@ msgid "Freedom of Information law no longer applies to this authority.Follow up msgstr "חוק חופש המידע לא תקף לרשות זו. הודעות המשך לבקשה קיימת נשלחות ל- " msgid "Freedom of Information requests made" -msgstr "בקשות לפי חוק חופש המידע שהתבצעו" +msgstr "בקשות לפי חוק חופש המידע שנוצרו" msgid "Freedom of Information requests made by this person" msgstr "בקשות על-פי חוק חופש המידע שנוצרו על-ידי אדם זה." @@ -878,8 +868,8 @@ 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,6 +880,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 "שלום! אתם יכולים להגיש בקשות על-פי חוק חופש המידע ב{{country_name}} באתר {{link_to_website}}" @@ -900,7 +902,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 +911,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 +923,10 @@ msgid "Holiday|Description" msgstr "Holiday|Description" msgid "Home" -msgstr "בית" +msgstr "עמוד הבית" msgid "Home page" -msgstr "" +msgstr "עמוד הבית" msgid "Home page of authority" msgstr "עמוד הבית של הרשות" @@ -954,13 +956,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,31 +977,31 @@ 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}}, בבקשה" @@ -1017,7 +1019,7 @@ msgid "If you find this service useful as an FOI officer, please ask your web ma 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 +1043,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 +1145,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 +1169,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 +1184,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}}" @@ -1218,7 +1220,7 @@ msgid "Long overdue." msgstr "עברה ממזמן." msgid "Made between" -msgstr "נעשתה בין" +msgstr "הוגשה בין" msgid "Mail server log" msgstr "יומן אירועים שרת דואר" @@ -1245,7 +1247,7 @@ msgid "Make a new <strong>Freedom of Information</strong> request to {{public_bo 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 "בקשה חדשה" @@ -1281,7 +1283,7 @@ msgid "More similar requests" msgstr "בקשות דומות נוספות" msgid "More successful requests..." -msgstr "בקשות מוצלחות נוספות..." +msgstr "בקשות נוספות שנענו..." msgid "My profile" msgstr "הפרופיל שלי" @@ -1305,7 +1307,7 @@ msgid "New Freedom of Information requests" msgstr "בקשות חדשות לחופש המידע" msgid "New censor rule" -msgstr "" +msgstr "חוק צנזור חדש" msgid "New e-mail:" msgstr "דואר אלקטרוני חדש:" @@ -1353,7 +1355,7 @@ msgid "No similar requests found." msgstr "לא נמצאות בקשות דומות." msgid "No tracked things found." -msgstr "" +msgstr "לא נמצאו דברים במעקב" msgid "Nobody has made any Freedom of Information requests to {{public_body_name}} using this site yet." msgstr "אף אחד לא שלח בקשת מידע חופשי ל{{public_body_name}} דרך האתר הזה." @@ -1365,7 +1367,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}} ובשמם." @@ -1413,7 +1415,7 @@ msgid "One public authority found" msgstr "נצמאה רשות ציבורית אחת" msgid "Only put in abbreviations which are really used, otherwise leave blank. Short or long name is used in the URL – don't worry about breaking URLs through renaming, as the history is used to redirect" -msgstr "" +msgstr "השתמשו רק בקיצורים שבאמת נמצאים בשימוש, אחרת השאירו ריק. השם הקצר והארוך ישמשו לבניית ה URL - אל תדאגו בקשר לשבירת קישורים ישנים בגלל שינוי השם. המידע ההיסטורי ישמש כדי להפנות לקישור החדש." msgid "Only requests made using {{site_name}} are shown." msgstr "מוצגות רק בקשות שהוגשו באמצעות האתר {{site_name}}." @@ -1487,14 +1489,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,7 +1505,7 @@ 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 "בחרו בקובץ התמונה שלכם" @@ -1518,7 +1520,7 @@ 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 "הקליקו על הקישור למטה לאישור כתובת הדוא\"ל שלכם" @@ -1527,7 +1529,7 @@ 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 "אין לעלות תמונות פוגעות. תמונות כאלה יוסרו\\n על ידינו." msgid "Please enable \"cookies\" to carry on" msgstr "אנא אשרו שימוש ב\"עוגיות\" כדי להמשיך" @@ -1587,16 +1589,16 @@ 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 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 +1697,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 +1757,7 @@ msgid "Publication scheme" msgstr "תוכנית פרסום" msgid "Publication scheme URL" -msgstr "" +msgstr "כתובת תוכנית פרסומים" msgid "Purge request" msgstr "נקה בקשה" @@ -1812,7 +1784,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 +1796,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 "דיווח על שימוש לרעה" @@ -1839,13 +1811,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 "הבקשה הוסרה" @@ -1872,7 +1844,7 @@ msgid "Respond by email" msgstr "הגיבו בדוא\"ל" msgid "Respond to request" -msgstr "הגיבו לבקשה" +msgstr "להגיב לבקשה" msgid "Respond to the FOI request" msgstr "הגיבו לבקשת חופש המידע" @@ -1937,25 +1909,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] "חפש בקשות מידע מבין {{count}} שנמסרה אל {{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 "בחרו את הראשות שתרצו לכתוב אליה" msgid "Send a followup" -msgstr "שלחו הודעת המשך" +msgstr "לשלוח הודעת המשך" msgid "Send a message to " msgstr "שלחו הודעה אל" @@ -1982,7 +1954,7 @@ msgid "Set your profile photo" msgstr "הגדירו תמונת פרופיל" msgid "Short name" -msgstr "" +msgstr "שם קצר" msgid "Short name is already taken" msgstr "השם הקצר כבר תפוס" @@ -1994,16 +1966,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 "התנתק" @@ -2033,7 +2005,7 @@ 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}}." @@ -2051,13 +2023,13 @@ 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 "הישאר מעודכן" @@ -2078,10 +2050,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 +2074,7 @@ msgid "Table of varieties" msgstr "טבלת משתנים" msgid "Tags" -msgstr "" +msgstr "תגיות" msgid "Tags (separated by a space):" msgstr "תגיות (רווח בין תגית לתגית)" @@ -2132,16 +2104,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 "כתובת הדוא\"ל לא חוקית. נא בידקו אותה שנית." @@ -2162,13 +2134,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> לבקשה הזאת." 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 "הדף לא קיים. דברים שתוכלו לנסות כעת:" @@ -2203,17 +2175,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 הרשות היתה צריכה להגיב זה מכבר \\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 +2193,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 "אתם יכולים לבטל את האתרעה." @@ -2296,17 +2271,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] "עוקב אחר הבקשה הזו אדם {{count}}" +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 +2307,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 +2318,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 +2334,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 +2351,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>" @@ -2408,10 +2383,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 +2400,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 +2431,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 +2452,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 +2467,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 "כדי לשתף, ליחצו על הלינק וסמנו את התיבה המתאימה" @@ -2596,11 +2571,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,7 +2587,7 @@ msgid "Unusual response." msgstr "תגובה מוזרה" msgid "Update the status of this request" -msgstr "עדכון על הסטטוס של הבקשה הזאת" +msgstr "לעדכן את סטטוס הבקשה הזאת" msgid "Update the status of your request to " msgstr "עדכן את סטטוס הבקשה שלכם ל- " @@ -2633,7 +2608,7 @@ msgid "User info request sent alert" msgstr "התרעת בקשת מידע ממשתמש" msgid "User – {{name}}" -msgstr "" +msgstr "משתמש – {{name}}" msgid "UserInfoRequestSentAlert|Alert type" msgstr "UserInfoRequestSentAlert|Alert type" @@ -2690,10 +2665,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 +2683,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 "ממתין להבהרות" @@ -2731,6 +2706,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 "אין ברשותנו כתובת דוא\"ל פעילה להגשת בקשות מידע לרשות זו." @@ -2738,13 +2719,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 +2737,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 +2758,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 +2782,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 "כתבו תשובה אל" @@ -2834,10 +2815,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 +2833,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 "ניתן לבקש רק מידע סביבתי מרשות זו." @@ -2876,19 +2857,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 "יש להתחבר כדי לשנות את הפרופיל שלכם." @@ -2906,13 +2887,13 @@ 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,10 +2902,13 @@ 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 "תוכלו לקבל תשובה לבקשה זו רק עם תגיבו \\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 "אתם ממתינים זמן רב מידי לתגובה על בקשת מידע - " @@ -2935,18 +2919,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 +2933,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 +2957,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,6 +2973,12 @@ 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 "התמונה שלכם תוצג באופן פומבי באינטרנט,\\n בכל פעם שתעשו משהו באתר {{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" @@ -3008,12 +2990,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." -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 +3015,9 @@ msgstr "שלכם במסירות," msgid "Yours sincerely," msgstr "שלכם בכנות," +msgid "Yours," +msgstr "" + msgid "[FOI #{{request}} email]" msgstr "[FOI #{{request}} email]" @@ -3033,7 +3028,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 +3037,7 @@ msgid "admin" msgstr "מנהל" msgid "alaveteli_foi:The software that runs {{site_name}}" -msgstr "" +msgstr "Alaveteli: התוכנה מאחורי {{site_name}}" msgid "all requests" msgstr "כל הבקשות" @@ -3078,7 +3073,7 @@ msgid "are long overdue." msgstr "עברו את תאריך היעד." msgid "at" -msgstr "" +msgstr "ב- " msgid "authorities" msgstr "רשויות" @@ -3093,25 +3088,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 +3130,7 @@ msgid "external" msgstr "חיצוני" msgid "has reported an" -msgstr "דווח ש- " +msgstr "דווח שתגובה לבקשת " msgid "have delayed." msgstr "התעכב" @@ -3177,19 +3172,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 +3199,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 +3208,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 +3223,7 @@ msgid "successful" msgstr "עבר בהצלחה" msgid "successful requests" -msgstr "בקשות מוצלחות" +msgstr "בקשות שנענו" msgid "that you made to" msgstr "שביצעתם כדי" @@ -3257,7 +3252,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 +3276,7 @@ msgid "unsuccessful" msgstr "לא הצליח" msgid "unsuccessful requests" -msgstr "בקשה לא מוצלחת" +msgstr "בקשות שנדחו" msgid "useful information." msgstr "מידע שימושי." @@ -3289,17 +3284,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] "{{count}} בקשת תחת חוק חופש המידע עבור {{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] "בקשה {{count}} נמסרה." +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 +3341,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 +3368,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 +3386,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 +3401,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/hu_HU/app.po b/locale/hu_HU/app.po index ddb8f88e3..cba0f0446 100644 --- a/locale/hu_HU/app.po +++ b/locale/hu_HU/app.po @@ -3,15 +3,16 @@ # This file is distributed under the same license as the PACKAGE package. # # Translators: -# <alaveteli@atlatszo.hu>, 2012. +# alaveteli_hu <alaveteli@atlatszo.hu>, 2012 +# 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-05-30 09:46+0100\n" +"PO-Revision-Date: 2013-05-30 08:54+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 +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 "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 +35,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 +54,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 +95,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 +113,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 +137,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=\"%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\">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=\"{{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\">Can't find the one you want?</a>" -msgstr "<a href=\"%s\">Nem találja, amit keresett?</a> " +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\">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> " @@ -221,17 +187,17 @@ msgstr "<p>Örülünk, hogy megkapta az összes kért információt! Kérjük, k 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>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 +208,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 +265,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 +276,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 +299,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. " @@ -350,7 +311,7 @@ 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}}." -msgstr "" +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 +323,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 +334,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 +385,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 +394,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 +403,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 +420,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 +478,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 +491,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 +500,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 +551,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 +568,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 +586,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 +619,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 +650,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 +681,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 +693,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 +733,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 +754,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 +785,25 @@ 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, 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 +827,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 +851,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 +872,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 +880,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 +918,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 +935,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 +977,7 @@ msgid "Hide request" msgstr "" msgid "Holiday" -msgstr "" +msgstr "Ünnepnap" msgid "Holiday|Day" msgstr "Holiday|Day" @@ -1021,7 +1015,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 +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 "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 +1061,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 +1107,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 +1134,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 +1164,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 +1194,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 +1250,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 +1264,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 +1309,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,22 +1318,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 "" +msgstr "MailServerLog|Order" msgid "Make a new <strong>Environmental Information</strong> request" msgstr "Új <strong>környezeti információ</strong> igénylés " @@ -1368,10 +1362,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 +1377,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 +1395,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 +1422,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 +1470,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 +1488,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 +1536,7 @@ msgid "Other:" msgstr "Egyéb: " msgid "Outgoing message" -msgstr "" +msgstr "Kimenő üzenet" msgid "OutgoingMessage|Body" msgstr "OutgoingMessage|Body" @@ -1575,7 +1569,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 +1589,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 " @@ -1713,14 +1707,14 @@ 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 +1747,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 +1792,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 +1813,7 @@ msgid "Public authority – {{name}}" msgstr "" msgid "Public body" -msgstr "" - -msgid "Public body/translation" -msgstr "" +msgstr "Adatgazda" msgid "Public notes" msgstr "" @@ -1833,38 +1824,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 +1837,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 +1873,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 +1917,13 @@ msgid "Report abuse" msgstr "Visszaélés jelentése" msgid "Report an offensive or unsuitable request" -msgstr "" +msgstr "Sértő vagy nem alkalmas igénylés jelentése" 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 +1950,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 +1974,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 +2019,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 +2027,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 +2057,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 +2124,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 +2132,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. " @@ -2198,7 +2162,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 +2312,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 +2339,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 +2361,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 +2388,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 +2417,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 +2461,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 +2477,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 +2496,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 +2507,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 +2560,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 +2572,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 +2621,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 +2644,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 " @@ -2692,7 +2659,7 @@ msgid "To reply to " msgstr "Ha válaszolni kíván a következőnek:" msgid "To report this FOI request" -msgstr "" +msgstr "Közérdekűadat-igénylés jelentése" msgid "To send a follow up message to " msgstr "Ha emlékeztető üzenetet szeretne küldeni a(z) " @@ -2728,13 +2695,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 +2719,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 +2745,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 +2760,7 @@ msgid "Unknown" msgstr "Ismeretlen" msgid "Unsubscribe" -msgstr "" +msgstr "Leiratkozás" msgid "Unusual response." msgstr "Szokatlan válasz" @@ -2805,7 +2772,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 +2781,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 +2796,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 +2805,7 @@ msgid "User|Ban text" msgstr "User|Ban text" msgid "User|Dob" -msgstr "" +msgstr "User|Dob" msgid "User|Email" msgstr "User|Email" @@ -2868,7 +2835,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 +2885,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 +2904,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 +2946,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 +2958,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 +2992,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 +3025,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 +3065,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 +3089,13 @@ 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 "" +msgstr "Profiljának módosításához be kell jelentkeznie." 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 +3118,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 +3160,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 +3171,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 +3189,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 +3204,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 +3231,9 @@ msgstr "Üdvözlettel: " msgid "Yours sincerely," msgstr "Üdvözlettel: " +msgid "Yours," +msgstr "" + msgid "[FOI #{{request}} email]" msgstr "" @@ -3277,7 +3262,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 +3327,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 +3345,7 @@ msgid "everything" msgstr "minden" msgid "external" -msgstr "" +msgstr "külső" msgid "has reported an" msgstr "bejelentett" @@ -3369,7 +3354,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 +3395,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 +3435,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 +3464,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 +3508,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 +3550,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 +3562,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 +3598,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..2dd368b4c 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-05-30 09:46+0100\n" +"PO-Revision-Date: 2013-05-30 08:54+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>" @@ -235,11 +206,11 @@ msgstr "<p>Kami senang Anda memperoleh semua informasi yang Anda inginkan. Jika 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>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 +232,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 +302,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}}." @@ -393,6 +360,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 +458,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 +508,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 +680,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 +763,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 +784,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 +820,17 @@ 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, 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 +910,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 +949,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 +964,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}}" @@ -1077,8 +1077,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 +1089,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 +1292,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" @@ -1616,8 +1616,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 " @@ -1732,10 +1732,8 @@ 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 +1840,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 +1849,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" @@ -2084,9 +2052,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" @@ -2368,22 +2336,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 +2363,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 +2441,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 +2489,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 +2519,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 +2530,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 +2564,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 +2581,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 +2595,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 "" @@ -2795,11 +2766,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 +2906,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 +2925,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 +2981,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 +3090,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 "" @@ -3163,6 +3140,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 +3155,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 +3172,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 +3196,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 +3216,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 +3231,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 +3254,9 @@ msgstr "Hormat saya," msgid "Yours sincerely," msgstr "Hormat saya," +msgid "Yours," +msgstr "" + msgid "[FOI #{{request}} email]" msgstr "[FOI #{{request}} email]" @@ -3431,12 +3420,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 +3533,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..302f1c6d9 --- /dev/null +++ b/locale/it/app.po @@ -0,0 +1,3392 @@ +# 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-05-30 09:46+0100\n" +"PO-Revision-Date: 2013-05-30 08:54+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><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=\"{{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 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, 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 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 <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 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 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 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 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" +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 FOI 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 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..68d32c8c0 100644 --- a/locale/nb_NO/app.po +++ b/locale/nb_NO/app.po @@ -6,21 +6,21 @@ 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-05-30 09:46+0100\n" +"PO-Revision-Date: 2013-05-30 09:01+0000\n" +"Last-Translator: louisecrow <louise@mysociety.org>\n" +"Language-Team: Norwegian Bokmål (Norway) (http://www.transifex.com/projects/p/alaveteli/language/nb_NO/)\n" "Language: nb_NO\n" "MIME-Version: 1.0\n" "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 "" -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>" +msgid "<a href=\"{{browse_url}}\">Browse all</a> or <a href=\"{{add_url}}\">ask us to add one</a>." msgstr "" -msgid "<a href=\"%s\">Browse all</a> or <a href=\"%s\">ask us to add one</a>." +msgid "<a href=\"{{url}}\">Add an annotation</a> (to help the requester or others)" 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>" @@ -197,10 +164,10 @@ 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>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>" @@ -215,12 +182,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 +236,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}}." @@ -328,6 +290,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 +380,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 +428,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 +596,9 @@ msgstr "" msgid "Date:" msgstr "" +msgid "Dear {{name}}," +msgstr "" + msgid "Dear {{public_body_name}}," msgstr "" @@ -694,7 +677,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 +698,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 +728,13 @@ 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, 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 +815,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 +853,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 +865,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 "" @@ -972,7 +967,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 +976,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 +1156,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" @@ -1479,7 +1474,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 " @@ -1584,7 +1579,7 @@ 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 +1687,6 @@ msgstr "" msgid "Public body" msgstr "" -msgid "Public body/translation" -msgstr "" - msgid "Public notes" msgstr "" @@ -1704,33 +1696,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 "" @@ -1929,8 +1894,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] "" @@ -2195,16 +2160,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 +2178,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 +2256,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 +2303,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 +2327,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 +2336,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 +2370,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 +2385,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 +2397,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." @@ -2588,7 +2556,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 +2691,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 +2706,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 +2748,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 +2850,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>." @@ -2915,6 +2889,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 +2904,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 +2916,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 +2940,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 +2958,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 +2973,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 +2998,9 @@ msgstr "" msgid "Yours sincerely," msgstr "" +msgid "Yours," +msgstr "" + msgid "[FOI #{{request}} email]" msgstr "" @@ -3174,7 +3160,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 +3267,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/pt_BR/app.po b/locale/pt_BR/app.po index ecd38bce4..44bba74f4 100644 --- a/locale/pt_BR/app.po +++ b/locale/pt_BR/app.po @@ -3,34 +3,34 @@ # 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. +# elaste <3laste2000@gmail.com>, 2012 +# serramassuda <a.serramassuda@gmail.com>, 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 +# <everton137@gmail.com>, 2011 +# gabinardy <gabileitao@gmail.com>, 2012 +# jcmarkun <jcmarkun@gmail.com>, 2011 +# Kerick <kerick.quimica@gmail.com>, 2012 +# leandrosalvador <leandrosalvador@gmail.com>, 2013 +# leandrosalvador <leandrosalvador@gmail.com>, 2013 +# lianelira <lianelira@gmail.com>, 2011 +# luisleao <luis.leao@gmail.com>, 2011 +# Nitai <Nitaibezerra@gmail.com>, 2012 +# patriciacornils <patriciacornils@gmail.com>, 2011 +# markun <pedro@esfera.mobi>, 2011-2012 +# Rafael Moretti <rafael.moretti@gmail.com>, 2012 +# 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-05-30 09:46+0100\n" +"PO-Revision-Date: 2013-05-30 08:54+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 +40,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 +70,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 +109,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 +149,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=\"{{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\">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=\"{{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\">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=\"%s\">Can't find the one you want?</a>" -msgstr "<a href=\"%s\">Não conseguiu encontrar o que procurava?</a>" - -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>" @@ -230,11 +197,11 @@ msgstr "<p>Nós estamos felizes que você tenha conseguido toda a informação q 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>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 +215,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 +274,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}}." @@ -366,6 +328,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 +418,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 +466,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 +634,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 +662,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 +715,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 +736,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 +766,16 @@ 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, 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 +855,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 +893,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 +905,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}}" @@ -1018,8 +1013,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 +1022,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 +1202,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" @@ -1528,8 +1523,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" @@ -1633,8 +1628,8 @@ msgstr "Por favor, solicitar somente informações referentes às categorias do 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 +1736,6 @@ msgstr "" msgid "Public body" msgstr "Órgão público" -msgid "Public body/translation" -msgstr "Public body/translation" - msgid "Public notes" msgstr "" @@ -1753,33 +1745,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 "" @@ -1978,10 +1943,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" @@ -2246,18 +2211,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 +2231,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 +2309,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 +2358,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 +2382,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 +2391,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 +2425,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 +2440,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 +2452,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 "" @@ -2647,10 +2615,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 +2752,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 +2767,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 +2809,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 +2914,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>." @@ -2979,6 +2953,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 +2968,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 +2985,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 +3009,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 +3029,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 +3044,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 +3069,9 @@ msgstr "Atenciosamente," msgid "Yours sincerely," msgstr "Grato(a)," +msgid "Yours," +msgstr "" + msgid "[FOI #{{request}} email]" msgstr "" @@ -3245,8 +3231,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 +3338,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..e5c45e3d3 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" +"POT-Creation-Date: 2013-05-30 09:46+0100\n" +"PO-Revision-Date: 2013-05-30 08:54+0000\n" "Last-Translator: louisecrow <louise@mysociety.org>\n" -"Language-Team: LANGUAGE <LL@li.org>\n" +"Language-Team: Romanian (Romania) (http://www.transifex.com/projects/p/alaveteli/language/ro_RO/)\n" "Language: ro_RO\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -27,8 +34,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 " 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!)" @@ -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,24 +103,6 @@ msgstr "când trimiți acest mesaj." msgid "\"Hello! We have an <a href=\\\"/help/alaveteli?country_name=#{CGI.escape(current_country)}\\\">important message</a> for visitors outside {{country_name}}\"" msgstr "\"Salut! Avem un <a href=\\\"/help/alaveteli?country_name=#{CGI.escape(current_country)}\\\">mesaj important</a> pentru vizitatorii din afara {{country_name}}\"" -msgid "%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'" @@ -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=\"{{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\">Can't find the one you want?</a>" -msgstr "<a href=\"%s\">Nu găsești persoana căutată?</a>" +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\">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=\"%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>" @@ -207,11 +178,11 @@ msgstr "<p>Ne bucurăm tare mult că ai obţinut informaţiile pe care le doreai 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>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>" @@ -225,14 +196,8 @@ msgstr "<p>{{site_name}} este momentan în mentenanţă. Poţi vedea numai solic 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>" -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." @@ -285,8 +250,8 @@ msgstr "<strong>Notă:</strong> Ți-ai trimis un mesaj, probabil\\n pentru a afl 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." -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}}." @@ -328,7 +293,7 @@ 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}} " @@ -339,6 +304,15 @@ msgstr "Despre dvs:" 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." @@ -418,13 +392,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." -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 +440,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}} " @@ -627,11 +610,14 @@ 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}}," msgid "Default locale" -msgstr "" +msgstr "Default locale" msgid "Delayed response to your FOI request - " msgstr "Amânare răspuns la cererea dvs. FOI" @@ -643,7 +629,7 @@ msgid "Delivery error" msgstr "Eroare de livrare" msgid "Destroy {{name}}" -msgstr "" +msgstr "Distruge {{name}}" msgid "Details of request '" msgstr "Detaliile cererii" @@ -658,7 +644,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 "Nu doriţi să adresati mesajul dvs. lui {{person_or_body}}? Puteţi de asemenea să-i scrieţi lui:" @@ -679,7 +665,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 +691,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,13 +710,13 @@ 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" @@ -739,7 +725,7 @@ 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" @@ -756,14 +742,14 @@ msgstr "Răspunsul FOI 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, 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" @@ -843,11 +829,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" @@ -882,8 +868,8 @@ 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:" @@ -894,6 +880,18 @@ msgstr "DAŢI DETALII DESPRE PLÂNGEREA DVS. 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 +913,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 +928,7 @@ msgid "Home" msgstr "Acasă" msgid "Home page" -msgstr "" +msgstr "Pagina principală" msgid "Home page of authority" msgstr "Website instituție" @@ -981,31 +979,31 @@ 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" @@ -1047,7 +1045,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 +1162,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 +1171,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 "Rămâneţi <strong> atent</strong>, este foarte probabil să obţineţi ceea ce doriţi (<a href=\"{{url}}\">why?</a>)." msgid "Keywords" msgstr "Cuvinte cheie" @@ -1194,25 +1192,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 cereri FOI" 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}}" @@ -1311,7 +1309,7 @@ msgid "New Freedom of Information requests" msgstr "O nouă cerere FOI" msgid "New censor rule" -msgstr "" +msgstr "Nouă regulă de cenzurare" msgid "New e-mail:" msgstr "E-mail nou:" @@ -1359,7 +1357,7 @@ 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" @@ -1371,7 +1369,7 @@ 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." @@ -1419,7 +1417,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." @@ -1493,8 +1491,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ă " @@ -1598,8 +1596,8 @@ msgstr "Te rugăm să soliciți numai informațiile ce se regăsesc în una din 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 "Vă rugăm să vă semnaţi la finalul paginii cu numele dvs. sau modificaţi semnătura \"{{signoff}}\" " msgid "Please sign in as " msgstr "Vă rugăm înscrieţi-vă ca" @@ -1701,49 +1699,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 +1759,7 @@ msgid "Publication scheme" msgstr "Schema publicaţiilor" msgid "Publication scheme URL" -msgstr "" +msgstr "Publication scheme URL" msgid "Purge request" msgstr "Eliminare cerere" @@ -1851,7 +1819,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ă" @@ -1943,17 +1911,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}} cereri FOI {{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 +1957,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" @@ -2085,7 +2053,7 @@ 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" @@ -2109,7 +2077,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):" @@ -2139,7 +2107,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,16 +2178,16 @@ 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." @@ -2228,6 +2196,9 @@ msgstr "Acest index de căutare este în acest moment off-line, aşa ca nu putem 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." +msgid "The {{site_name}} team." +msgstr "" + msgid "Then you can cancel the alert." msgstr "Apoi puteţi anula alerta." @@ -2303,18 +2274,18 @@ msgstr "Apoi adnotarea dvs. către {{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." - 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:" 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}}." @@ -2351,8 +2322,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:" @@ -2370,13 +2341,13 @@ msgid "This is because {{title}} is an old request that has been\\nmarked to no 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." -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ă:" @@ -2384,21 +2355,21 @@ 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" - 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] "A {{count}} -a cerere FOI a 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>" @@ -2420,8 +2391,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 +2406,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." @@ -2606,8 +2577,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" @@ -2643,7 +2614,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,7 +2671,7 @@ 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" @@ -2741,6 +2712,12 @@ 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?" +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 +2727,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 +2769,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 aţi terminat, <strong>întoarceţi-vă aici</strong>, <a href=\"{{url}}\">reîncărcaţi acestă pagină</a> şi depuneţi noua dvs. cerere." msgid "Which of these is happening?" msgstr "Care dintre acestea se întâmplă?" @@ -2894,8 +2871,8 @@ 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>." @@ -2933,6 +2910,9 @@ 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>" @@ -2945,20 +2925,8 @@ 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." - -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." @@ -2969,8 +2937,8 @@ msgstr "Detaliile dvs. inclusv adresa dvs. de email, nu au fost ofertite nimănu msgid "Your e-mail:" msgstr "Emailul dvs:" -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 "Urmărirea dvs. nu a fost rimisă deoarece acest mesaj a fost stopat de protecţia anti-spam. Vă rugăm <a href=\"{{url}}\">să ne contactaţi</a> dacă doriţi cu adevărat să trimiteţi un mesaj de urmărire." msgid "Your follow up message has been sent on its way." msgstr "Mesjaul dvs. de urmărire a fost trimis unde trebuie." @@ -2993,8 +2961,8 @@ msgstr "Mesajul dvs. 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>" -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:" @@ -3011,6 +2979,12 @@ msgstr "Parola dvs.:" 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ţă" @@ -3020,12 +2994,24 @@ msgstr "Cererea dvs:" msgid "Your response to an FOI request was not delivered" msgstr "Răspunsul dvs. la o cerere FOI 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 dvs. <strong>va apărea pe Internet</strong>, <a href=\"{{url}}\">read why</a> şi răspunsurile 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." +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] "A {{count}} -a cerere FOI a dvs." + +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 dvs." + msgid "Your {{site_name}} email alert" msgstr "Alerta dvs. prin email {{site_name}}" @@ -3035,6 +3021,9 @@ msgstr "Cu respect," msgid "Yours sincerely," msgstr "Cu stimă," +msgid "Yours," +msgstr "" + msgid "[FOI #{{request}} email]" msgstr "[FOI #{{request}} email]" @@ -3054,7 +3043,7 @@ 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" @@ -3090,7 +3079,7 @@ msgid "are long overdue." msgstr "sunt mult peste termen" msgid "at" -msgstr "" +msgstr "la" msgid "authorities" msgstr "autorităţi" @@ -3105,7 +3094,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" @@ -3189,19 +3178,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 +3214,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 +3223,7 @@ msgid "sign in" msgstr "conectare" msgid "simple_date_format" -msgstr "format_data_simplu" +msgstr "simple_date_format" msgid "successful" msgstr "reuşit" @@ -3301,9 +3290,36 @@ 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" +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ţie până la {{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ă." @@ -3362,7 +3378,7 @@ 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}}" diff --git a/locale/sl/app.po b/locale/sl/app.po index d3d5f4581..8a49de3f4 100644 --- a/locale/sl/app.po +++ b/locale/sl/app.po @@ -6,11 +6,11 @@ msgid "" msgstr "" "Project-Id-Version: alaveteli\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2013-03-14 14:02-0700\n" +"Report-Msgid-Bugs-To: http://github.com/sebbacon/alaveteli/issues\n" +"POT-Creation-Date: 2013-05-30 09:46+0100\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" +"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" @@ -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,27 +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] "" -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] "" - msgid "'Crime statistics by ward level for Wales'" msgstr "" @@ -143,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>" +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>" @@ -203,10 +164,10 @@ 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>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>" @@ -221,14 +182,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] "" -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>" +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." @@ -282,7 +236,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}}." @@ -336,6 +290,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 "" @@ -417,10 +380,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):" @@ -459,6 +428,9 @@ msgstr "" msgid "Calculated home page" msgstr "" +msgid "Can't find the one you want?" +msgstr "" + msgid "Cancel a {{site_name}} alert" msgstr "" @@ -624,6 +596,9 @@ msgstr "" msgid "Date:" msgstr "" +msgid "Dear {{name}}," +msgstr "" + msgid "Dear {{public_body_name}}," msgstr "" @@ -702,7 +677,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" @@ -723,10 +698,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" @@ -753,13 +728,13 @@ 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, 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" @@ -840,8 +815,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] "" msgstr[2] "" @@ -880,7 +855,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:" @@ -892,6 +867,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 "" @@ -982,7 +969,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." @@ -991,16 +978,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" @@ -1171,7 +1158,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" @@ -1489,7 +1476,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 " @@ -1594,7 +1581,7 @@ 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 " @@ -1702,9 +1689,6 @@ msgstr "" msgid "Public body" msgstr "" -msgid "Public body/translation" -msgstr "" - msgid "Public notes" msgstr "" @@ -1714,33 +1698,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 "" @@ -1939,8 +1896,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] "" @@ -2207,16 +2164,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." @@ -2225,6 +2182,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 "" @@ -2300,19 +2260,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 "" @@ -2349,7 +2309,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:" @@ -2373,7 +2333,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:" @@ -2382,23 +2342,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 "" @@ -2420,7 +2380,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" @@ -2435,7 +2395,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:" @@ -2447,7 +2407,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." @@ -2606,7 +2566,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" @@ -2741,6 +2701,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 "" @@ -2750,7 +2716,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." @@ -2792,7 +2758,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?" @@ -2894,7 +2860,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>." @@ -2933,6 +2899,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 "" @@ -2945,21 +2914,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] "" -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 "" msgid "Your annotations" @@ -2971,7 +2926,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." @@ -2995,7 +2950,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:" @@ -3013,6 +2968,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 "" @@ -3022,12 +2983,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 "" @@ -3037,6 +3012,9 @@ msgstr "" msgid "Yours sincerely," msgstr "" +msgid "Yours," +msgstr "" + msgid "[FOI #{{request}} email]" msgstr "" @@ -3196,7 +3174,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" @@ -3303,9 +3281,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] "" +msgstr[1] "" +msgstr[2] "" +msgstr[3] "" + +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/sq/app.po b/locale/sq/app.po index 8cbb75281..e2a01666d 100644 --- a/locale/sq/app.po +++ b/locale/sq/app.po @@ -3,21 +3,21 @@ # 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 +# bresta <bresta@gmail.com>, 2011 +# driton <dritoni.h@gmail.com>, 2011 +# Hana Huntova <>, 2012 +# 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-05-30 09:46+0100\n" +"PO-Revision-Date: 2013-05-30 08:54+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 +29,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 +62,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 +106,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 +146,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=\"%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=\"%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=\"{{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\">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=\"{{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\">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>" @@ -227,11 +192,11 @@ msgstr "<p>Na vjen mirë që keni marrë të gjitha informatat e kërkuara. Nës 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>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 +210,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 +277,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 "" @@ -375,6 +335,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 +431,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 +481,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 +649,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 +732,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 +753,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 +789,17 @@ 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, 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 +879,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 +919,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 +934,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}}" @@ -1053,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 "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 +1058,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 +1245,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" @@ -1574,8 +1567,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" @@ -1688,8 +1681,8 @@ 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 +1789,6 @@ msgstr "" msgid "Public body" msgstr "Institucion publik" -msgid "Public body/translation" -msgstr "" - msgid "Public notes" msgstr "" @@ -1808,33 +1798,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 "" @@ -2038,10 +2001,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" @@ -2310,19 +2273,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 +2297,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 +2375,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 +2422,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 +2446,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 +2457,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 +2491,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 +2508,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 +2520,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 "" @@ -2721,8 +2687,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 +2822,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 +2841,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 +2887,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 +2995,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 "" @@ -3070,6 +3042,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 +3057,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 +3074,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 +3098,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 +3118,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 +3133,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 +3160,9 @@ msgstr "Me nderime," msgid "Yours sincerely," msgstr "Sinqerisht," +msgid "Yours," +msgstr "" + msgid "[FOI #{{request}} email]" msgstr "" @@ -3342,10 +3326,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 +3437,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..8b9022d83 100644 --- a/locale/sr@latin/app.po +++ b/locale/sr@latin/app.po @@ -3,17 +3,17 @@ # 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 +# 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-05-30 09:46+0100\n" +"PO-Revision-Date: 2013-05-30 08:54+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 +23,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 +56,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 +100,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 +140,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=\"%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=\"%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=\"{{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\">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=\"{{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\">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>" @@ -220,11 +184,11 @@ msgstr "<p>Drago nam je da ste dobili sve željene informacije. Ako ih budete ko 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>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 +204,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 +265,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 "" @@ -365,6 +323,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 +421,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 +471,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 +641,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 +724,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 +745,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 +781,13 @@ 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, 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 +868,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 +907,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 +919,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}}" @@ -1038,8 +1029,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 +1041,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 +1244,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" @@ -1577,8 +1568,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" @@ -1693,8 +1684,8 @@ 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 +1792,6 @@ msgstr "" msgid "Public body" msgstr "" -msgid "Public body/translation" -msgstr "" - msgid "Public notes" msgstr "" @@ -1813,33 +1801,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 "" @@ -2043,8 +2004,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] "" @@ -2326,22 +2287,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 +2314,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 +2392,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 +2442,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 +2468,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 +2477,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 +2515,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 +2532,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 +2546,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." @@ -2743,11 +2707,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 +2847,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 +2866,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 +2920,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 +3027,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 "" @@ -3102,6 +3072,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 +3087,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 +3099,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 +3123,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 +3143,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 +3158,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 +3185,9 @@ msgstr "S poštovanjem," msgid "Yours sincerely," msgstr "S poštovanjem," +msgid "Yours," +msgstr "" + msgid "[FOI #{{request}} email]" msgstr "" @@ -3301,7 +3283,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 +3351,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 +3458,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..83eca28b7 100644 --- a/locale/tr/app.po +++ b/locale/tr/app.po @@ -3,15 +3,15 @@ # This file is distributed under the same license as the PACKAGE package. # # Translators: -# <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-05-30 09:46+0100\n" +"PO-Revision-Date: 2013-05-30 08:54+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 +21,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 +51,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 +90,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 +123,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>" +msgid "<a href=\"{{browse_url}}\">Browse all</a> or <a href=\"{{add_url}}\">ask us to add one</a>." msgstr "" -msgid "<a href=\"%s\">Browse all</a> or <a href=\"%s\">ask us to add one</a>." +msgid "<a href=\"{{url}}\">Add an annotation</a> (to help the requester or others)" 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>" @@ -198,10 +165,10 @@ 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>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>" @@ -216,12 +183,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 +237,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}}." @@ -329,6 +291,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 +381,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 +429,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 +597,9 @@ msgstr "" msgid "Date:" msgstr "" +msgid "Dear {{name}}," +msgstr "" + msgid "Dear {{public_body_name}}," msgstr "" @@ -695,7 +678,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 +699,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 +729,13 @@ 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, 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 +816,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 +854,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 +866,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 "" @@ -973,7 +968,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 +977,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 +1157,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" @@ -1480,7 +1475,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 " @@ -1585,7 +1580,7 @@ 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 +1688,6 @@ msgstr "" msgid "Public body" msgstr "" -msgid "Public body/translation" -msgstr "" - msgid "Public notes" msgstr "" @@ -1705,33 +1697,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,8 +1895,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] "" @@ -2196,16 +2161,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 +2179,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 +2257,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 +2304,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 +2328,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 +2337,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 +2371,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 +2386,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 +2398,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." @@ -2589,7 +2557,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 +2692,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 +2707,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 +2749,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 +2851,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 +2890,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 +2905,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 +2917,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 +2941,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 +2959,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 +2974,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 +2999,9 @@ msgstr "" msgid "Yours sincerely," msgstr "" +msgid "Yours," +msgstr "" + msgid "[FOI #{{request}} email]" msgstr "" @@ -3175,7 +3161,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 +3268,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..50a66ce7a 100644 --- a/locale/uk/app.po +++ b/locale/uk/app.po @@ -3,16 +3,18 @@ # This file is distributed under the same license as the PACKAGE package. # # Translators: -# <murahoid@gmail.com>, 2012. -# Natalie "Mouse" Onyshchenko <murahoid@gmail.com>, 2012. +# hiiri <murahoid@gmail.com>, 2012 +# 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-05-30 09:46+0100\n" +"PO-Revision-Date: 2013-05-30 08:54+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 +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 "Це з’явиться у вашому профілі для ознайомлення інших людей." -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 +54,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 +95,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 +135,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=\"{{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 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=\"{{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>, щоб допомогти сайту.</p>" @@ -231,18 +195,18 @@ msgstr "<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>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=\"%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, 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 +218,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 +283,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,7 +313,7 @@ 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 "Інформаційний запит" @@ -367,7 +325,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 +342,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 +373,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 +434,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 +455,7 @@ msgid "Attachment:" msgstr "Додаток:" msgid "Awaiting classification." -msgstr "Очікує на класифікацію" +msgstr "Статус не визначено." msgid "Awaiting internal review." msgstr "Очікує на внутрішню перевірку." @@ -511,6 +484,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 +497,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 +542,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 +563,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 +580,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 +656,9 @@ msgstr "На даний момент відповідь від {{public_body_lin msgid "Date:" msgstr "Дата:" +msgid "Dear {{name}}," +msgstr "" + msgid "Dear {{public_body_name}}," msgstr "Шановний {{public_body_name}}," @@ -705,7 +684,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 +699,7 @@ msgid "Done" msgstr "Зроблено" msgid "Done >>" -msgstr "Зроблено >>" +msgstr "Зроблено " msgid "Download a zip file of all correspondence" msgstr "Завантажити zip-архів усієї переписки" @@ -758,9 +737,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 +762,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 +781,7 @@ msgid "FOI email address for {{public_body}}" msgstr "Електронна адреса розпорядника '{public_body}}'" msgid "FOI request – {{title}}" -msgstr "" +msgstr "Інформаційний запит - {{title}}" msgid "FOI requests" msgstr "Інформаційні запити" @@ -819,41 +798,41 @@ 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, 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 +880,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 +888,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 +929,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 +939,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 +982,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 "Домашня сторінка розпорядника інформації" @@ -1053,16 +1044,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 +1061,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 +1106,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 +1134,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 +1170,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 +1261,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 +1279,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 "" @@ -1380,7 +1371,7 @@ msgid "More about this authority" msgstr "Більше про цього розпорядника інформації" msgid "More requests..." -msgstr "" +msgstr "Більше запитів..." msgid "More similar requests" msgstr "Більше подібних запитів" @@ -1461,7 +1452,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 +1548,7 @@ msgid "OutgoingMessage|What doing" msgstr "" msgid "Partially successful." -msgstr "Частково успішно" +msgstr "Частково успішний." msgid "Password is not correct" msgstr "Неправильний пароль" @@ -1578,7 +1569,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 +1583,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>." @@ -1668,7 +1659,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 +1677,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 знаків." @@ -1698,16 +1689,16 @@ msgid "Please only request information that comes under those categories, <stron 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 "Будь ласка, оберіть кожен з цих запитів та визначте, чи були вони успішними." -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 "Будь ласка, зазначте своє ім’я внизу" 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 +1725,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 +1761,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 +1785,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 +1808,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 "" @@ -2047,14 +2008,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 "" @@ -2198,7 +2159,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 +2258,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 +2275,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 +2295,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 +2359,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 +2373,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 +2421,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 +2442,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 +2456,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 +2494,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 +2509,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 +2583,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 "Щоб залогінитись в адміністративний інтерфейс" @@ -2634,7 +2598,7 @@ msgid "To reply to " msgstr "Щоб відповісти розпоряднику інформації " msgid "To report this FOI request" -msgstr "" +msgstr "Щоб повідомити адміністратору про цей запит" msgid "To send a follow up message to " msgstr "Щоб надіслати додаткове повідомлення до " @@ -2697,7 +2661,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 +2684,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 +2694,7 @@ msgid "Unknown" msgstr "" msgid "Unsubscribe" -msgstr "" +msgstr "Відписатися" msgid "Unusual response." msgstr "Незвичайна відповідь." @@ -2757,16 +2721,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 +2742,7 @@ msgid "User|Dob" msgstr "" msgid "User|Email" -msgstr "" +msgstr "Користувач|Мейл" msgid "User|Email bounce message" msgstr "" @@ -2814,7 +2778,7 @@ msgid "User|Url name" msgstr "" msgid "Version {{version}}" -msgstr "" +msgstr "Версія {{version}}" msgid "View FOI email address" msgstr "" @@ -2847,7 +2811,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 +2819,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 +2832,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 +2856,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 +2871,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 +2884,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 +2966,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 +2993,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 +3006,13 @@ 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 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 +3030,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 +3040,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 +3053,27 @@ msgid "You're not following anything." 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] "" - -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 "" "Ваше <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 +3096,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 +3116,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 +3129,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 +3158,9 @@ msgstr "З повагою," msgid "Yours sincerely," msgstr "З повагою," +msgid "Yours," +msgstr "" + msgid "[FOI #{{request}} email]" msgstr "" @@ -3215,7 +3197,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 +3322,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 +3382,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 +3429,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 +3487,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 +3499,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/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/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 a1c613312..4048c852f 100755 --- a/script/rails-post-deploy +++ b/script/rails-post-deploy @@ -6,15 +6,20 @@ # recent version. # # Copyright (c) 2007 UK Citizens Online Democracy. All rights reserved. -# Email: francis@mysociety.org; WWW: http://www.mysociety.org/ +# Email: hello@mysociety.org; WWW: http://www.mysociety.org/ set -e #set -x # debug -APP_DIR=`pwd` +TOP_DIR="$(dirname "$BASH_SOURCE")/.." +cd "$TOP_DIR" # make sure that there is an app directory, so are in a rails app tree -cd app/.. +if ! [ -d app ] +then + echo "Error: the 'app' directory didn't exist" + exit 1 +fi # read config file in for later (STAGING_SITE) if [ -e "config/general" ] || [ -e "config/general.yml" ] @@ -27,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 ] @@ -42,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 "$TOP_DIR/cache/zips/download" "$TOP_DIR/public/" fi cd log diff --git a/script/request-creation-graph b/script/request-creation-graph index d49a361b8..ef1d2cf73 100755 --- a/script/request-creation-graph +++ b/script/request-creation-graph @@ -3,7 +3,7 @@ # Plot graph of rate of request creation # # Copyright (c) 2008 UK Citizens Online Democracy. All rights reserved. -# Email: francis@mysociety.org. WWW: http://www.mysociety.org/ +# Email: hello@mysociety.org. WWW: http://www.mysociety.org/ GPLOT_OUTPUT="set terminal png font 'Vera.ttf' 9 size 1600,600" EXTENSION=".png" 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/script/user-use-graph b/script/user-use-graph index 205e02416..f508c9cb6 100755 --- a/script/user-use-graph +++ b/script/user-use-graph @@ -3,7 +3,7 @@ # Plot graph of user use of site. # # Copyright (c) 2009 UK Citizens Online Democracy. All rights reserved. -# Email: francis@mysociety.org. WWW: http://www.mysociety.org/ +# Email: hello@mysociety.org. WWW: http://www.mysociety.org/ GPLOT_OUTPUT="set terminal png font 'Vera.ttf' 9 size 1200,400" EXTENSION=".png" 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..4a1c8b134 100644 --- a/spec/controllers/general_controller_spec.rb +++ b/spec/controllers/general_controller_spec.rb @@ -19,8 +19,11 @@ 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") + 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 +34,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 diff --git a/spec/controllers/request_controller_spec.rb b/spec/controllers/request_controller_spec.rb index 5dd628dc9..122584c7d 100644 --- a/spec/controllers/request_controller_spec.rb +++ b/spec/controllers/request_controller_spec.rb @@ -479,11 +479,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 @@ -496,7 +496,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 @@ -510,7 +510,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 @@ -531,11 +531,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 @@ -544,7 +544,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 @@ -554,11 +554,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 @@ -567,7 +567,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 @@ -575,44 +575,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) @@ -627,10 +649,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 @@ -646,7 +666,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 @@ -668,7 +688,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 @@ -697,11 +717,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" @@ -745,7 +767,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 @@ -758,7 +780,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 @@ -877,7 +899,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 @@ -892,7 +914,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 @@ -909,6 +931,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 @@ -920,7 +943,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" @@ -2263,6 +2285,10 @@ end describe RequestController, "when showing similar requests" do render_views + before do + get_fixtures_xapian_index + end + it "should work" do get :similar, :url_title => info_requests(:badger_request).url_title response.should render_template("request/similar") @@ -2392,7 +2418,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", diff --git a/spec/controllers/track_controller_spec.rb b/spec/controllers/track_controller_spec.rb index e9501b1ed..5a766b1e1 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 diff --git a/spec/controllers/user_controller_spec.rb b/spec/controllers/user_controller_spec.rb index a18554114..1d8e3dcc3 100644 --- a/spec/controllers/user_controller_spec.rb +++ b/spec/controllers/user_controller_spec.rb @@ -626,6 +626,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/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/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/integration/errors_spec.rb b/spec/integration/errors_spec.rb index edf570182..ed0d7bfec 100644 --- a/spec/integration/errors_spec.rb +++ b/spec/integration/errors_spec.rb @@ -1,40 +1,113 @@ +# -*- 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 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 + + 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/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..01bf179f8 100644 --- a/spec/lib/mail_handler/mail_handler_spec.rb +++ b/spec/lib/mail_handler/mail_handler_spec.rb @@ -20,12 +20,33 @@ 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 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 + end describe 'when asked for the from name' do @@ -275,6 +296,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 +309,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 +338,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') diff --git a/spec/mailers/track_mailer_spec.rb b/spec/mailers/track_mailer_spec.rb index 346aa79c3..509d08331 100644 --- a/spec/mailers/track_mailer_spec.rb +++ b/spec/mailers/track_mailer_spec.rb @@ -166,20 +166,19 @@ describe TrackMailer do describe 'delivering the email' do - before do + before :each do @post_redirect = mock_model(PostRedirect, :save! => true, :email_token => "token") PostRedirect.stub!(:new).and_return(@post_redirect) ActionMailer::Base.deliveries = [] + @user = mock_model(User, + :name_and_email => MailHandler.address_from_name_and_email('Tippy Test', 'tippy@localhost'), + :url_name => 'tippy_test' + ) + TrackMailer.event_digest(@user, []).deliver # no items in it email for minimal test end it 'should deliver one email, with right headers' do - @user = mock_model(User, - :name_and_email => MailHandler.address_from_name_and_email('Tippy Test', 'tippy@localhost'), - :url_name => 'tippy_test' - ) - - TrackMailer.event_digest(@user, []).deliver # no items in it email for minimal test deliveries = ActionMailer::Base.deliveries if deliveries.size > 1 # debugging if there is an error deliveries.each do |d| @@ -196,6 +195,22 @@ describe TrackMailer do deliveries.clear end + + 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 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 + deliveries = ActionMailer::Base.deliveries + deliveries.size.should == 1 + mail = deliveries[0] + + mail.body.should include("http://") + mail.body.should_not include("https://") + end + end end end 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..03152f5ff 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 @@ -412,6 +419,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 +542,46 @@ describe IncomingMessage, "when TNEF attachments are attached to messages" do end end +describe IncomingMessage, "when extracting attachments" do + + 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/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/xapian_spec.rb b/spec/models/xapian_spec.rb index b7c8b4dbe..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 @@ -369,3 +370,28 @@ describe PublicBody, " when only indexing selected things on a rebuild" do 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 c1b2d094c..57ab88da2 100644 --- a/spec/spec_helper.rb +++ b/spec/spec_helper.rb @@ -71,6 +71,19 @@ Spork.prefork do ActionMailer::Base.deliveries = [] end + # Any test that messes with the locale needs to restore the state afterwards so that it + # doesn't interfere with any subsequent tests. This is made more complicated by the + # ApplicationController#set_gettext_locale which sets the locale and so you may be setting + # the locale in your tests and not even realising it. So, let's make things easier for + # ourselves and just always restore the locale for all tests. + config.before(:each) do + @save_i18n_locale = I18n.locale + end + + config.after(:each) do + I18n.locale = @save_i18n_locale + end + # This section makes the garbage collector run less often to speed up tests last_gc_run = Time.now 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/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/init.rb b/vendor/plugins/acts_as_xapian/init.rb index 36b43ac0b..1e5b8557b 100644 --- a/vendor/plugins/acts_as_xapian/init.rb +++ b/vendor/plugins/acts_as_xapian/init.rb @@ -1,7 +1,7 @@ # acts_as_xapian/init.rb: # # Copyright (c) 2008 UK Citizens Online Democracy. All rights reserved. -# Email: francis@mysociety.org; WWW: http://www.mysociety.org/ +# Email: hello@mysociety.org; WWW: http://www.mysociety.org/ require 'acts_as_xapian' 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 9eaedcf9e..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,8 +1,9 @@ +# encoding: utf-8 # acts_as_xapian/lib/acts_as_xapian.rb: # Xapian full text search in Ruby on Rails. # # Copyright (c) 2008 UK Citizens Online Democracy. All rights reserved. -# Email: francis@mysociety.org; WWW: http://www.mysociety.org/ +# Email: hello@mysociety.org; WWW: http://www.mysociety.org/ # # Documentation # ============= @@ -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/plugins/has_tag_string/lib/has_tag_string.rb b/vendor/plugins/has_tag_string/lib/has_tag_string.rb index b982bc3a0..4022faaac 100644 --- a/vendor/plugins/has_tag_string/lib/has_tag_string.rb +++ b/vendor/plugins/has_tag_string/lib/has_tag_string.rb @@ -4,7 +4,7 @@ # followed by a colon - e.g. url:http://www.flourish.org # # Copyright (c) 2010 UK Citizens Online Democracy. All rights reserved. -# Email: francis@mysociety.org; WWW: http://www.mysociety.org/ +# Email: hello@mysociety.org; WWW: http://www.mysociety.org/ module HasTagString # Represents one tag of one model. diff --git a/vendor/rails-locales b/vendor/rails-locales deleted file mode 160000 -Subproject 7b769690775e9705f82da75aee3435e8dadebec |