diff options
-rw-r--r-- | app/controllers/admin_public_body_controller.rb | 6 | ||||
-rw-r--r-- | app/models/public_body.rb | 2 | ||||
-rw-r--r-- | app/views/request/new.rhtml | 4 | ||||
-rw-r--r-- | config/routes.rb | 1 | ||||
-rw-r--r-- | doc/TRANSLATE.md | 14 | ||||
-rw-r--r-- | locale/app.pot | 4618 | ||||
-rw-r--r-- | locale/model_attributes.rb | 43 | ||||
-rwxr-xr-x | script/generate_pot.sh | 1 | ||||
-rw-r--r-- | spec/controllers/admin_public_body_controller_spec.rb | 8 |
9 files changed, 2752 insertions, 1945 deletions
diff --git a/app/controllers/admin_public_body_controller.rb b/app/controllers/admin_public_body_controller.rb index c6904da95..bf7c07905 100644 --- a/app/controllers/admin_public_body_controller.rb +++ b/app/controllers/admin_public_body_controller.rb @@ -56,7 +56,7 @@ class AdminPublicBodyController < AdminController flash[:notice] = "Added tag to table of bodies." end - redirect_to admin_url('body/list') + "?query=" + @query + (@page.nil? ? "" : "&page=" + @page) # XXX construct this URL properly + redirect_to admin_body_list_url(:query => @query, :page => @page) end def missing_scheme @@ -127,14 +127,14 @@ class AdminPublicBodyController < AdminController if public_body.info_requests.size > 0 flash[:notice] = "There are requests associated with the authority, so can't destroy it" - redirect_to admin_url('body/show/' + public_body.id.to_s) + redirect_to admin_body_show_url(public_body) return end public_body.tag_string = "" public_body.destroy flash[:notice] = "PublicBody was successfully destroyed." - redirect_to admin_url('body/list') + redirect_to admin_body_list_url end end diff --git a/app/models/public_body.rb b/app/models/public_body.rb index 453e3a6cf..9ac668b10 100644 --- a/app/models/public_body.rb +++ b/app/models/public_body.rb @@ -275,7 +275,7 @@ class PublicBody < ActiveRecord::Base ret = ret + types[-1] return ret else - return "A public authority" + return _("A public authority") end end diff --git a/app/views/request/new.rhtml b/app/views/request/new.rhtml index 2e554a20b..23212fc0b 100644 --- a/app/views/request/new.rhtml +++ b/app/views/request/new.rhtml @@ -47,12 +47,12 @@ <% end %> </div> - <div id="request_header_text"> <% if @info_request.public_body.has_notes? %> + <div id="request_header_text"> <h3><%= _('Special note for this authority!') %></h3> <p><%= @info_request.public_body.notes_as_html %></p> + </div> <% end %> - </div> <% if @info_request.public_body.eir_only? %> <h3><%= _('Please ask for environmental information only') %></h3> diff --git a/config/routes.rb b/config/routes.rb index eeeebc3ea..c4339209a 100644 --- a/config/routes.rb +++ b/config/routes.rb @@ -169,6 +169,7 @@ ActionController::Routing::Routes.draw do |map| body.admin_body_create '/admin/body/create/:id', :action => 'create' body.admin_body_destroy '/admin/body/destroy/:id', :action => 'destroy' body.admin_body_import_csv '/admin/body/import_csv', :action => 'import_csv' + body.admin_body_mass_tag_add '/admin/body/mass_tag_add', :action => 'mass_tag_add' end map.with_options :controller => 'admin_general' do |admin| diff --git a/doc/TRANSLATE.md b/doc/TRANSLATE.md index be88dafa0..639423f47 100644 --- a/doc/TRANSLATE.md +++ b/doc/TRANSLATE.md @@ -8,12 +8,14 @@ an account there (ask on the mailing list). # Summary 1. Make some changes to the software with `_('translatable strings')` -2. Run `./script/generate_pot.sh` -3. This should just cause the file at `locale/app.pot` to change. Commit and push -4. Send a message to the alaveteli-dev mailing list warning them that you're going to upload this file to transifex -5. Wait a day or so -6. Update the `app.pot` resource in Transifex -7. When new translations are available, run `tx pull -a` and commit the results to the repository +2. Temporarily move any theme containing translations out of the way (there's a bug in gettext_i18n_rails that can't cope with translation chains) +3. Run `./script/generate_pot.sh` +4. This should just cause the file at `locale/app.pot` to change. Commit and push +5. Move your theme back in place +6. Send a message to the alaveteli-dev mailing list warning them that you're going to upload this file to transifex +7. Wait a day or so to make sure they've uploaded any of their outstanding translations and have a copy of any old ones +8. Update the `app.pot` resource in Transifex +9. When new translations are available, run `tx pull -a` and commit the results to the repository # Detail diff --git a/locale/app.pot b/locale/app.pot index 036d576fd..eef335b5c 100644 --- a/locale/app.pot +++ b/locale/app.pot @@ -7,3811 +7,4593 @@ msgid "" msgstr "" "Project-Id-Version: version 0.0.1\n" -"POT-Creation-Date: 2011-10-09 01:10+0200\n" +"POT-Creation-Date: 2012-02-01 10:21-0000\n" "PO-Revision-Date: 2011-10-09 01:10+0200\n" "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" "Language-Team: LANGUAGE <LL@li.org>\n" +"Language: \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=INTEGER; plural=EXPRESSION;\n" -#: app/controllers/application_controller.rb:298 -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>" +#: app/models/incoming_message.rb:667 +msgid "" +"\n" +"\n" +"[ {{site_name}} note: The above text was badly encoded, and has had strange " +"characters removed. ]" msgstr "" -#: app/controllers/comment_controller.rb:55 -msgid "To post your annotation" +#: app/views/user/set_profile_about_me.rhtml:14 +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 "" -#: app/controllers/comment_controller.rb:56 -msgid "Then your annotation to {{info_request_title}} will be posted." +#: app/views/comment/_comment_form.rhtml:16 +msgid "" +" (<strong>no ranty</strong> politics, read our <a href=\"%s\">moderation " +"policy</a>)" msgstr "" -#: app/controllers/comment_controller.rb:57 -msgid "Confirm your annotation to {{info_request_title}}" +#: app/views/request/upload_response.rhtml:40 +msgid "" +" (<strong>patience</strong>, especially for large files, it may take a " +"while!)" msgstr "" -#: app/controllers/comment_controller.rb:62 -msgid "Thank you for making an annotation!" +#: app/views/user/show.rhtml:64 +msgid " (you)" msgstr "" -#: app/controllers/comment_controller.rb:73 -msgid " You will also be emailed updates about the request." +#: app/views/public_body/show.rhtml:1 +msgid " - view and make Freedom of Information requests" msgstr "" -#: app/controllers/comment_controller.rb:75 -msgid " You are already being emailed updates about the request." +#: app/views/user/signchangepassword_send_confirm.rhtml:18 +msgid "" +" <strong>Note:</strong>\n" +" We will send you an email. Follow the instructions in it to change\n" +" your password." msgstr "" -#: app/controllers/help_controller.rb:63 -msgid "Your message has been sent. Thank you for getting in touch! We'll get back to you soon." +#: app/views/user/contact.rhtml:35 +msgid " <strong>Privacy note:</strong> Your email address will be given to" msgstr "" -#: app/controllers/public_body_controller.rb:82 app/controllers/user_controller.rb:140 -msgid "There was an error with the words you entered, please try again." +#: app/views/comment/new.rhtml:34 +msgid " <strong>Summarise</strong> the content of any information returned. " msgstr "" -#: app/controllers/public_body_controller.rb:123 -msgid "beginning with" +#: app/views/comment/new.rhtml:24 +msgid " Advise on how to <strong>best clarify</strong> the request." msgstr "" -#: app/controllers/request_controller.rb:31 app/controllers/request_controller.rb:303 -msgid "To send your FOI request" +#: app/views/comment/new.rhtml:50 +msgid "" +" Ideas on what <strong>other documents to request</strong> which the " +"authority may hold. " msgstr "" -#: app/controllers/request_controller.rb:32 -msgid "Then you'll be allowed to send FOI requests." +#: 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" +" You may be able to find the address on their website, or by phoning " +"them up and asking." msgstr "" -#: app/controllers/request_controller.rb:33 -msgid "Confirm your email address" +#: app/views/user/set_profile_about_me.rhtml:26 +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 "" -#: app/controllers/request_controller.rb:81 -msgid "To update the status of this FOI request" +#: app/views/comment/new.rhtml:28 +msgid "" +" Link to the information requested, if it is <strong>already available</" +"strong> on the Internet. " msgstr "" -#: app/controllers/request_controller.rb:82 -msgid "Then you can update the status of your request to " +#: app/views/comment/new.rhtml:30 +msgid "" +" Offer better ways of <strong>wording the request</strong> to get the " +"information. " msgstr "" -#: app/controllers/request_controller.rb:83 -msgid "Update the status of your request to " +#: app/views/comment/new.rhtml:35 +msgid "" +" Say how you've <strong>used the information</strong>, with links if " +"possible." msgstr "" -#: app/controllers/request_controller.rb:155 -msgid "View and search requests" +#: app/views/comment/new.rhtml:29 +msgid "" +" Suggest <strong>where else</strong> the requester might find the " +"information. " msgstr "" -#: app/controllers/request_controller.rb:285 -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>" +#: app/views/user/set_profile_about_me.rhtml:11 +msgid " What are you investigating using Freedom of Information? " msgstr "" -#: app/controllers/request_controller.rb:287 -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>" +#: app/controllers/comment_controller.rb:75 +msgid " You are already being emailed updates about the request." msgstr "" -#: app/controllers/request_controller.rb:289 -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>" +#: app/controllers/comment_controller.rb:73 +msgid " You will also be emailed updates about the request." msgstr "" -#: app/controllers/request_controller.rb:293 -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>" +#: app/views/request/upload_response.rhtml:5 +msgid " made by " msgstr "" -#: app/controllers/request_controller.rb:304 -msgid "Then your FOI request to {{public_body_name}} will be sent." +#: app/models/track_thing.rb:111 app/models/track_thing.rb:119 +msgid " or " msgstr "" -#: app/controllers/request_controller.rb:305 -msgid "Confirm your FOI request to " +#: app/views/user/contact.rhtml:36 +msgid " when you send this message." msgstr "" -#: app/controllers/request_controller.rb:316 -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 "" +#: 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] "" +msgstr[1] "" -#: app/controllers/request_controller.rb:343 -msgid "To classify the response to this FOI request" -msgstr "" +#: app/views/general/frontpage.rhtml:43 +msgid "%d request" +msgid_plural "%d requests" +msgstr[0] "" +msgstr[1] "" -#: app/controllers/request_controller.rb:344 -msgid "Then you can classify the FOI response you have got from " -msgstr "" +#: app/views/public_body/_body_listing_single.rhtml:21 +msgid "%d request made." +msgid_plural "%d requests made." +msgstr[0] "" +msgstr[1] "" -#: app/controllers/request_controller.rb:345 -msgid "Classify an FOI response from " +#: app/views/request/new.rhtml:92 +msgid "'Crime statistics by ward level for Wales'" msgstr "" -#: app/controllers/request_controller.rb:352 -msgid "Please choose whether or not you got some of the information that you wanted." +#: app/views/request/new.rhtml:90 +msgid "'Pollution levels over time for the River Tyne'" msgstr "" -#: app/controllers/request_controller.rb:358 -msgid "The request has been updated since you originally loaded this page. Please check for any new incoming messages below, and try again." +#: app/models/track_thing.rb:245 +msgid "'{{link_to_authority}}', a public authority" msgstr "" -#: app/controllers/request_controller.rb:384 -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." +#: app/models/track_thing.rb:194 +msgid "'{{link_to_request}}', a request" msgstr "" -#: app/controllers/request_controller.rb:387 -msgid "Thank you for updating this request!" +#: app/models/track_thing.rb:261 +msgid "'{{link_to_user}}', a person" msgstr "" -#: app/controllers/request_controller.rb:395 -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>" +#: app/controllers/user_controller.rb:387 +msgid "" +",\n" +"\n" +"\n" +"\n" +"Yours,\n" +"\n" +"{{user_name}}" msgstr "" -#: app/controllers/request_controller.rb:399 -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>" +#: app/views/user/sign.rhtml:28 +msgid "- or -" msgstr "" -#: app/controllers/request_controller.rb:402 -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>" +#: app/views/request/select_authority.rhtml:30 +msgid "1. Select an authority" msgstr "" -#: app/controllers/request_controller.rb:405 -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>" +#: app/views/request/new.rhtml:22 +msgid "2. Ask for Information" msgstr "" -#: app/controllers/request_controller.rb:420 -msgid "Oh no! Sorry to hear that your request was refused. Here is what to do now." +#: app/views/request/preview.rhtml:5 +msgid "3. Now check your request" msgstr "" -#: app/controllers/request_controller.rb:423 -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>" +#: app/views/public_body/show.rhtml:56 +msgid "<a class=\"link_button_green\" href=\"{{url}}\">{{text}}</a>" msgstr "" -#: app/controllers/request_controller.rb:426 -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>" +#: app/views/request/_after_actions.rhtml:9 +msgid "<a href=\"%s\">Add an annotation</a> (to help the requester or others)" msgstr "" -#: app/controllers/request_controller.rb:429 -msgid "Please write your follow up message containing the necessary clarifications below." +#: app/views/public_body/list.rhtml:29 +msgid "<a href=\"%s\">Are we missing a public authority?</a>." msgstr "" -#: app/controllers/request_controller.rb:434 -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>" +#: app/views/request/_sidebar.rhtml:39 +msgid "" +"<a href=\"%s\">Are you the owner of\n" +" any commercial copyright on this page?</a>" msgstr "" -#: app/controllers/request_controller.rb:437 -msgid "<p>Thank you! We'll look into what happened and try and fix it up.</p><p>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.</p>" +#: app/views/general/search.rhtml:168 +msgid "<a href=\"%s\">Browse all</a> or <a href=\"%s\">ask us to add one</a>." msgstr "" -#: app/controllers/request_controller.rb:440 -msgid "Please use the form below to tell us more." +#: app/views/public_body/list.rhtml:51 +msgid "<a href=\"%s\">Can't find the one you want?</a>" msgstr "" -#: app/controllers/request_controller.rb:443 -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." +#: app/views/user/show.rhtml:118 +msgid "" +"<a href=\"%s\">Sign in</a> to change password, subscriptions and more " +"({{user_name}} only)" msgstr "" -#: app/controllers/request_controller.rb:548 -msgid "To send a follow up message to " +#: 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 "" -#: app/controllers/request_controller.rb:549 -msgid "To reply to " +#: app/views/request/_followup.rhtml:101 +msgid "<a href=\"%s\">what's that?</a>" msgstr "" -#: app/controllers/request_controller.rb:551 -msgid "Then you can write follow up message to " +#: app/controllers/request_game_controller.rb:23 +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 "" -#: app/controllers/request_controller.rb:552 -msgid "Then you can write your reply to " +#: app/controllers/request_controller.rb:424 +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 "" + +#: app/controllers/request_controller.rb:418 +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 "" -#: app/controllers/request_controller.rb:554 -msgid "Write your FOI follow up message to " +#: app/controllers/request_controller.rb:414 +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 "" -#: app/controllers/request_controller.rb:555 -msgid "Write a reply to " +#: app/controllers/request_controller.rb:453 +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 "" -#: app/controllers/request_controller.rb:562 -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." +#: app/controllers/request_controller.rb:456 +msgid "" +"<p>Thank you! We'll look into what happened and try and fix it up.</p><p>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.</p>" msgstr "" -#: app/controllers/request_controller.rb:565 -msgid "You previously submitted that exact follow up message for this request." +#: app/controllers/request_controller.rb:421 +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 "" -#: app/controllers/request_controller.rb:588 -msgid "Your internal review request has been sent on its way." +#: app/controllers/user_controller.rb:528 +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 "" -#: app/controllers/request_controller.rb:590 -msgid "Your follow up message has been sent on its way." +#: app/controllers/user_controller.rb:449 +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 "" -#: app/controllers/request_controller.rb:712 -msgid "To upload a response, you must be logged in using an email address from " +#: app/controllers/request_controller.rb:308 +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 "" -#: app/controllers/request_controller.rb:713 -msgid "Then you can upload an FOI response. " +#: app/controllers/request_controller.rb:442 +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 "" -#: app/controllers/request_controller.rb:714 app/controllers/user_controller.rb:542 -msgid "Confirm your account on {{site_name}}" +#: app/controllers/request_controller.rb:445 +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 "" -#: app/controllers/request_controller.rb:741 -msgid "Please type a message and/or choose a file containing your response." +#: app/controllers/request_controller.rb:306 +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 "" -#: app/controllers/request_controller.rb:747 -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 " +#: app/controllers/request_controller.rb:304 +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 "" -#: app/controllers/request_controller.rb:773 -msgid "To download the zip file" +#: app/controllers/request_controller.rb:312 +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 "" -#: app/controllers/request_controller.rb:774 -msgid "Then you can download a zip file of {{info_request_title}}." +#: app/controllers/request_controller.rb:335 +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 "" -#: app/controllers/request_controller.rb:775 -msgid "Log in to download a zip file of {{info_request_title}}" +#: app/controllers/application_controller.rb:311 +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 "" -#: app/controllers/request_game_controller.rb:23 -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>" +#: app/views/user/confirm.rhtml:11 +msgid "" +"<small>If you use web-based email or have \"junk mail\" filters, also check " +"your\n" +"bulk/spam mail folders. Sometimes, our messages are marked that way.</" +"small>\n" +"</p>" msgstr "" -#: app/controllers/request_game_controller.rb:40 -msgid "To play the request categorisation game" +#: 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 "" -#: app/controllers/request_game_controller.rb:41 -msgid "Then you can play the request categorisation game." +#: app/views/general/_advanced_search_tips.rhtml:12 +msgid "" +"<strong><code>commented_by:tony_bowden</code></strong> to search annotations " +"made by Tony Bowden, typing the name as in the URL." msgstr "" -#: app/controllers/request_game_controller.rb:42 -msgid "Play the request categorisation game" +#: app/views/general/_advanced_search_tips.rhtml:14 +msgid "" +"<strong><code>filetype:pdf</code></strong> to find all responses with PDF " +"attachments. Or try these: <code>{{list_of_file_extensions}}</code>" msgstr "" -#: app/controllers/request_game_controller.rb:52 -msgid "Thank you for helping us keep the site tidy!" +#: app/views/general/_advanced_search_tips.rhtml:13 +msgid "" +"<strong><code>request:</code></strong> to restrict to a specific request, " +"typing the title as in the URL." msgstr "" -#: app/controllers/services_controller.rb:21 -msgid "Hello! You can make Freedom of Information requests within {{country_name}} at {{link_to_website}}" +#: app/views/general/_advanced_search_tips.rhtml:11 +msgid "" +"<strong><code>requested_by:julian_todd</code></strong> to search requests " +"made by Julian Todd, typing the name as in the URL." msgstr "" -#: app/controllers/track_controller.rb:98 -msgid "You are already being emailed updates about " +#: app/views/general/_advanced_search_tips.rhtml:10 +msgid "" +"<strong><code>requested_from:home_office</code></strong> to search requests " +"from the Home Office, typing the name as in the URL." msgstr "" -#: app/controllers/track_controller.rb:111 -msgid "You will now be emailed updates about " +#: app/views/general/_advanced_search_tips.rhtml:8 +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 "" -#: app/controllers/track_controller.rb:143 -msgid "To cancel this alert" +#: app/views/general/_advanced_search_tips.rhtml:16 +msgid "" +"<strong><code>tag:charity</code></strong> to find all public bodies 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 "" -#: app/controllers/track_controller.rb:144 -msgid "Then you can cancel the alert." +#: app/views/general/_advanced_search_tips.rhtml:9 +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 "" -#: app/controllers/track_controller.rb:145 -msgid "Cancel a {{site_name}} alert" +#: app/views/comment/new.rhtml:57 +msgid "" +"<strong>Advice</strong> on how to get a response that will satisfy the " +"requester. </li>" msgstr "" -#: app/controllers/track_controller.rb:154 -msgid "You will no longer be emailed updates about " +#: app/views/request/_other_describe_state.rhtml:56 +msgid "<strong>All the information</strong> has been sent" msgstr "" -#: app/controllers/track_controller.rb:173 -msgid "To cancel these alerts" +#: app/views/request/_followup.rhtml:106 +msgid "<strong>Anything else</strong>, such as clarifying, prompting, thanking" msgstr "" -#: app/controllers/track_controller.rb:174 -msgid "Then you can cancel the alerts." +#: app/views/request/details.rhtml:12 +msgid "" +"<strong>Caveat emptor!</strong> To use this data in an honourable way, you " +"will need \n" +"a good internal knowledge of user behaviour on {{site_name}}. How, \n" +"why and by whom requests are categorised is not straightforward, and there " +"will\n" +"be user error and ambiguity. You will also need to understand FOI law, and " +"the\n" +"way authorities use it. Plus you'll need to be an elite statistician. " +"Please\n" +"<a href=\"{{contact_path}}\">contact us</a> with questions." msgstr "" -#: app/controllers/track_controller.rb:175 -msgid "Cancel some {{site_name}} alerts" +#: app/views/request/_other_describe_state.rhtml:28 +msgid "<strong>Clarification</strong> has been requested" msgstr "" -#: app/controllers/track_controller.rb:183 -msgid "You will no longer be emailed updates for those alerts" +#: app/views/request/_other_describe_state.rhtml:14 +msgid "" +"<strong>No response</strong> has been received\n" +" <small>(maybe there's just an acknowledgement)</small>" msgstr "" -#: app/controllers/user_controller.rb:43 -msgid "{{search_results}} matching '{{query}}'" +#: app/views/user/signchangeemail.rhtml:30 +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 "" -#: app/controllers/user_controller.rb:207 -msgid "That doesn't look like a valid email address. Please check you have typed it correctly." +#: app/views/user/contact.rhtml:32 +msgid "" +"<strong>Note:</strong> You're sending a message to yourself, presumably\n" +" to try out how it works." msgstr "" -#: app/controllers/user_controller.rb:221 -msgid "Then you can change your password on {{site_name}}" +#: 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 "" -#: app/controllers/user_controller.rb:222 -msgid "Change your password {{site_name}}" +#: app/views/user/set_crop_profile_photo.rhtml:35 +msgid "" +"<strong>Privacy note:</strong> Your photo will be shown in public on the " +"Internet, \n" +" wherever you do something on {{site_name}}." msgstr "" -#: app/controllers/user_controller.rb:249 -msgid "Your password has been changed." +#: app/views/request/followup_preview.rhtml:37 +msgid "" +"<strong>Privacy warning:</strong> Your message, and any response\n" +" to it, will be displayed publicly on this website." msgstr "" -#: app/controllers/user_controller.rb:266 -msgid "To change your email address used on {{site_name}}" +#: app/views/request/_other_describe_state.rhtml:52 +msgid "<strong>Some of the information</strong> has been sent " msgstr "" -#: app/controllers/user_controller.rb:267 -msgid "Then you can change your email address used on {{site_name}}" +#: app/views/comment/new.rhtml:36 +msgid "<strong>Thank</strong> the public authority or " msgstr "" -#: app/controllers/user_controller.rb:268 app/views/user/signchangeemail.rhtml:1 -#: app/views/user/signchangeemail.rhtml:11 -msgid "Change your email address used on {{site_name}}" +#: app/views/request/show.rhtml:91 +msgid "<strong>did not have</strong> the information requested." msgstr "" -#: app/controllers/user_controller.rb:328 -msgid "You have now changed your email address used on {{site_name}}" +#: app/views/comment/new.rhtml:46 +msgid "" +"A <strong>summary</strong> of the response if you have received it by post. " msgstr "" -#: app/controllers/user_controller.rb:347 -msgid "To send a message to " +#: app/models/info_request.rb:284 +msgid "A Freedom of Information request" msgstr "" -#: app/controllers/user_controller.rb:348 -msgid "Then you can send a message to " +#: app/models/public_body.rb:278 +#: app/views/general/_advanced_search_tips.rhtml:46 +msgid "A public authority" msgstr "" -#: app/controllers/user_controller.rb:349 -msgid "Send a message to " +#: app/views/request/_other_describe_state.rhtml:34 +msgid "A response will be sent <strong>by post</strong>" msgstr "" -#: app/controllers/user_controller.rb:367 -msgid "Your message to {{recipient_user_name}} has been sent!" +#: app/views/general/_advanced_search_tips.rhtml:35 +msgid "A strange reponse, required attention by the {{site_name}} team" msgstr "" -#: app/controllers/user_controller.rb:373 -msgid ",\n\n\n\nYours,\n\n{{user_name}}" +#: app/views/general/_advanced_search_tips.rhtml:47 +msgid "A {{site_name}} user" msgstr "" -#: app/controllers/user_controller.rb:389 -msgid "You need to be logged in to change your profile photo." +#: app/views/user/set_profile_about_me.rhtml:20 +msgid "About you:" msgstr "" -#: app/controllers/user_controller.rb:416 app/controllers/user_controller.rb:432 -msgid "Thank you for updating your profile photo" +#: app/views/request/_sidebar.rhtml:8 +msgid "Act on what you've learnt" msgstr "" -#: app/controllers/user_controller.rb:435 -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>" +#: app/views/comment/new.rhtml:14 +msgid "Add an annotation" msgstr "" -#: app/controllers/user_controller.rb:451 -msgid "You need to be logged in to clear your profile photo." +#: app/views/request/show_response.rhtml:45 +msgid "" +"Add an annotation to your request with choice quotes, or\n" +" a <strong>summary of the response</strong>." msgstr "" -#: app/controllers/user_controller.rb:460 -msgid "You've now cleared your profile photo" +#: app/views/public_body/_body_listing_single.rhtml:27 +msgid "Added on {{date}}" msgstr "" -#: app/controllers/user_controller.rb:488 -msgid "You need to be logged in to change the text about you on your profile." +#: app/models/user.rb:58 +msgid "Admin level is not included in list" msgstr "" -#: app/controllers/user_controller.rb:510 -msgid "You have now changed the text about you on your profile." +#: app/views/request_mailer/requires_admin.rhtml:9 +msgid "Administration URL:" msgstr "" -#: app/controllers/user_controller.rb:513 -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>" +#: app/views/general/search.rhtml:46 +msgid "Advanced search" msgstr "" -#: app/controllers/user_controller.rb:541 -msgid "Then you can sign in to {{site_name}}" +#: app/views/general/_advanced_search_tips.rhtml:3 +msgid "Advanced search tips" msgstr "" -#: app/models/about_me_validator.rb:24 -msgid "Please keep it shorter than 500 characters" +#: app/views/comment/new.rhtml:53 +msgid "" +"Advise on whether the <strong>refusal is legal</strong>, and how to complain " +"about it if not." msgstr "" -#: app/models/change_email_validator.rb:29 -msgid "Please enter your old email address" +#: app/views/request/new.rhtml:67 +msgid "" +"Air, water, soil, land, flora and fauna (including how these effect\n" +" human beings)" msgstr "" -#: app/models/change_email_validator.rb:30 -msgid "Please enter your new email address" +#: app/views/general/_advanced_search_tips.rhtml:30 +msgid "All of the information requested has been received" msgstr "" -#: app/models/change_email_validator.rb:31 -msgid "Please enter your password" +#: app/views/general/_advanced_search_tips.rhtml:23 +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 "" -#: app/models/change_email_validator.rb:39 -msgid "Old email doesn't look like a valid address" +#: app/views/general/_advanced_search_tips.rhtml:40 +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 "" -#: app/models/change_email_validator.rb:44 -msgid "Old email address isn't the same as the address of the account you are logged in with" +#: app/views/public_body/_body_listing_single.rhtml:12 +msgid "Also called {{other_name}}." msgstr "" -#: app/models/change_email_validator.rb:47 -msgid "Password is not correct" +#: app/views/track_mailer/event_digest.rhtml:60 +msgid "Alter your subscription" msgstr "" -#: app/models/change_email_validator.rb:53 -msgid "New email doesn't look like a valid address" +#: app/views/request_mailer/new_response.rhtml:12 +msgid "" +"Although all responses are automatically published, we depend on\n" +"you, the original requester, to evaluate them." msgstr "" -#: app/models/comment.rb:59 -msgid "Please enter your annotation" +#: app/views/request/_other_describe_state.rhtml:70 +msgid "An <strong>error message</strong> has been received" msgstr "" -#: app/models/comment.rb:62 -msgid "Please write your annotation using a mixture of capital and lower case letters. This makes it easier for others to read." +#: app/models/info_request.rb:286 +msgid "An Environmental Information Regulations request" msgstr "" -#: app/models/contact_validator.rb:28 app/models/user.rb:38 -msgid "Please enter your name" +#: app/views/general/_advanced_search_tips.rhtml:45 +msgid "Annotation added to request" msgstr "" -#: app/models/contact_validator.rb:29 app/models/user.rb:36 -msgid "Please enter your email address" +#: app/views/user/show.rhtml:41 +msgid "Annotations" msgstr "" -#: app/models/contact_validator.rb:30 -msgid "Please enter a subject" +#: app/views/comment/new.rhtml:18 +msgid "" +"Annotations are so anyone, including you, can help the requester with their " +"request. For example:" msgstr "" -#: app/models/contact_validator.rb:31 -msgid "Please enter the message you want to send" +#: app/views/comment/new.rhtml:70 +msgid "" +"Annotations will be posted publicly here, and are \n" +" <strong>not</strong> sent to {{public_body_name}}." msgstr "" -#: app/models/contact_validator.rb:34 -msgid "Email doesn't look like a valid address" +#: app/views/request/_after_actions.rhtml:6 +msgid "Anyone:" msgstr "" -#: app/models/incoming_message.rb:867 -msgid "\n\n[ {{site_name}} note: The above text was badly encoded, and has had strange characters removed. ]" +#: app/views/request/new.rhtml:105 +msgid "" +"Ask for <strong>specific</strong> documents or information, this site is not " +"suitable for general enquiries." msgstr "" -#: app/models/info_request.rb:34 -msgid "Please enter a summary of your request" +#: 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 "" -#: app/models/info_request.rb:35 -msgid "Please write a summary with some text in it" +#: app/views/request/upload_response.rhtml:33 +msgid "Attachment (optional):" msgstr "" -#: app/models/info_request.rb:120 -msgid "Please write the summary using a mixture of capital and lower case letters. This makes it easier for others to read." +#: app/views/request/simple_correspondence.rhtml:21 +msgid "Attachment:" msgstr "" -#: app/models/info_request.rb:123 -msgid "Please keep the summary short, like in the subject of an email. You can use a phrase, rather than a full sentence." +#: app/models/info_request.rb:779 +msgid "Awaiting classification." msgstr "" -#: app/models/info_request.rb:126 -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." +#: app/models/info_request.rb:799 +msgid "Awaiting internal review." msgstr "" -#: app/models/info_request.rb:395 -msgid "This request has been set by an administrator to \"allow new responses from nobody\"" +#: app/models/info_request.rb:781 +msgid "Awaiting response." msgstr "" -#: app/models/info_request.rb:401 -msgid "Only the authority can reply to this request, but there is no \"From\" address to check against" +#: app/views/public_body/list.rhtml:4 +msgid "Beginning with" msgstr "" -#: app/models/info_request.rb:405 -msgid "Only the authority can reply to this request, and I don't recognise the address this reply was sent from" +#: app/views/request/new.rhtml:46 +msgid "" +"Browse <a href='{{url}}'>other requests</a> for examples of how to word your " +"request." msgstr "" -#: app/models/info_request.rb:785 -msgid "Awaiting classification." +#: app/views/request/new.rhtml:44 +msgid "" +"Browse <a href='{{url}}'>other requests</a> to '{{public_body_name}}' for " +"examples of how to word your request." msgstr "" -#: app/models/info_request.rb:787 -msgid "Awaiting response." +#: app/views/general/frontpage.rhtml:48 +msgid "Browse all authorities..." msgstr "" -#: app/models/info_request.rb:789 -msgid "Delayed." +#: app/views/request/show.rhtml:86 +msgid "" +"By law, under all circumstances, {{public_body_link}} should have responded " +"by now" msgstr "" -#: app/models/info_request.rb:791 -msgid "Long overdue." +#: app/views/request/show.rhtml:78 +msgid "" +"By law, {{public_body_link}} should normally have responded " +"<strong>promptly</strong> and" msgstr "" -#: app/models/info_request.rb:793 -msgid "Information not held." +#: app/controllers/track_controller.rb:152 +msgid "Cancel a {{site_name}} alert" msgstr "" -#: app/models/info_request.rb:795 -msgid "Refused." +#: app/controllers/track_controller.rb:182 +msgid "Cancel some {{site_name}} alerts" msgstr "" -#: app/models/info_request.rb:797 -msgid "Partially successful." +#: app/views/user/set_draft_profile_photo.rhtml:55 +msgid "Cancel, return to your profile page" msgstr "" -#: app/models/info_request.rb:799 -msgid "Successful." +#: locale/model_attributes.rb:46 +msgid "CensorRule|Last edit comment" msgstr "" -#: app/models/info_request.rb:801 -msgid "Waiting clarification." +#: locale/model_attributes.rb:45 +msgid "CensorRule|Last edit editor" msgstr "" -#: app/models/info_request.rb:803 -msgid "Handled by post." +#: locale/model_attributes.rb:44 +msgid "CensorRule|Replacement" msgstr "" -#: app/models/info_request.rb:805 -msgid "Awaiting internal review." +#: locale/model_attributes.rb:43 +msgid "CensorRule|Text" msgstr "" -#: app/models/info_request.rb:807 -msgid "Delivery error" +#: app/views/user/signchangeemail.rhtml:37 +msgid "Change email on {{site_name}}" msgstr "" -#: app/models/info_request.rb:809 -msgid "Unusual response." +#: app/views/user/signchangepassword.rhtml:27 +msgid "Change password on {{site_name}}" msgstr "" -#: app/models/info_request.rb:811 -msgid "Withdrawn by the requester." +#: app/views/user/show.rhtml:109 app/views/user/set_crop_profile_photo.rhtml:1 +msgid "Change profile photo" msgstr "" -#: app/models/info_request.rb:816 app/models/info_request_event.rb:318 -msgid "unknown status " +#: app/views/user/set_profile_about_me.rhtml:1 +msgid "Change the text about you on your profile at {{site_name}}" msgstr "" -#: app/models/info_request_event.rb:306 -msgid "Response" +#: app/views/user/show.rhtml:112 +msgid "Change your email" msgstr "" -#: app/models/info_request_event.rb:313 -msgid "Internal review request" +#: app/controllers/user_controller.rb:282 +#: app/views/user/signchangeemail.rhtml:1 +#: app/views/user/signchangeemail.rhtml:11 +msgid "Change your email address used on {{site_name}}" msgstr "" -#: app/models/info_request_event.rb:316 -msgid "Clarification" +#: app/views/user/show.rhtml:111 +msgid "Change your password" msgstr "" -#: app/models/info_request_event.rb:320 -msgid "Follow up" +#: app/views/user/signchangepassword_send_confirm.rhtml:1 +#: app/views/user/signchangepassword_send_confirm.rhtml:9 +#: app/views/user/signchangepassword.rhtml:1 +#: app/views/user/signchangepassword.rhtml:11 +msgid "Change your password on {{site_name}}" msgstr "" -#: app/models/info_request_event.rb:323 -msgid "display_status only works for incoming and outgoing messages right now" +#: app/controllers/user_controller.rb:236 +msgid "Change your password {{site_name}}" msgstr "" -#: app/models/outgoing_message.rb:63 -msgid "Dear {{public_body_name}}," +#: app/views/public_body/show.rhtml:20 app/views/public_body/show.rhtml:22 +msgid "Charity registration" msgstr "" -#: app/models/outgoing_message.rb:68 -msgid "Yours sincerely," +#: app/views/general/exception_caught.rhtml:8 +msgid "Check for mistakes if you typed or copied the address." msgstr "" -#: app/models/outgoing_message.rb:70 -msgid "Yours faithfully," +#: app/views/request/followup_preview.rhtml:14 +#: app/views/request/preview.rhtml:7 +msgid "Check you haven't included any <strong>personal information</strong>." msgstr "" -#: app/models/outgoing_message.rb:74 -msgid "GIVE DETAILS ABOUT YOUR COMPLAINT HERE" +#: lib/world_foi_websites.rb:29 +msgid "Chile" msgstr "" -#: app/models/outgoing_message.rb:146 -msgid "Please give details explaining why you want a review" +#: app/views/user/set_draft_profile_photo.rhtml:5 +msgid "Choose your profile photo" msgstr "" -#: app/models/outgoing_message.rb:148 -msgid "Please enter your follow up message" +#: app/models/info_request_event.rb:351 +msgid "Clarification" msgstr "" -#: app/models/outgoing_message.rb:151 -msgid "Please enter your letter requesting information" +#: app/controllers/request_controller.rb:364 +msgid "Classify an FOI response from " msgstr "" -#: app/models/outgoing_message.rb:157 -msgid "Please sign at the bottom with your name, or alter the \"%{signoff}\" signature" +#: app/views/request_mailer/very_overdue_alert.rhtml:6 +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\n" +"review, asking them to find out why response to the request has been so slow." msgstr "" -#: app/models/outgoing_message.rb:160 -msgid "Please write your message using a mixture of capital and lower case letters. This makes it easier for others to read." +#: app/views/request_mailer/overdue_alert.rhtml:5 +msgid "" +"Click on the link below to send a message to {{public_body}} reminding them " +"to reply to your request." msgstr "" -#: app/models/outgoing_message.rb:163 -msgid "Please choose what sort of reply you are making." +#: locale/model_attributes.rb:22 +msgid "Comment|Body" msgstr "" -#: app/models/profile_photo.rb:91 -msgid "Please choose a file containing your photo." +#: locale/model_attributes.rb:21 +msgid "Comment|Comment type" msgstr "" -#: app/models/profile_photo.rb:96 -msgid "Couldn't understand the image file that you uploaded. PNG, JPEG, GIF and many other common image file formats are supported." +#: locale/model_attributes.rb:24 +msgid "Comment|Locale" msgstr "" -#: app/models/profile_photo.rb:101 -msgid "Failed to convert image to a PNG" +#: locale/model_attributes.rb:23 +msgid "Comment|Visible" msgstr "" -#: app/models/profile_photo.rb:105 -msgid "Failed to convert image to the correct size: at %{cols}x%{rows}, need %{width}x%{height}" +#: app/models/track_thing.rb:219 +msgid "Confirm you want to be emailed about new requests" msgstr "" -#: app/models/public_body.rb:36 -msgid "Name can't be blank" +#: app/models/track_thing.rb:286 +msgid "" +"Confirm you want to be emailed about new requests or responses matching your " +"search" msgstr "" -#: app/models/public_body.rb:37 -msgid "URL name can't be blank" +#: app/models/track_thing.rb:270 +msgid "Confirm you want to be emailed about requests by '{{user_name}}'" msgstr "" -#: app/models/public_body.rb:39 -msgid "Short name is already taken" +#: app/models/track_thing.rb:254 +msgid "Confirm you want to be emailed about requests to '{{public_body_name}}'" msgstr "" -#: app/models/public_body.rb:40 -msgid "Name is already taken" +#: app/models/track_thing.rb:235 +msgid "Confirm you want to be emailed when an FOI request succeeds" msgstr "" -#: app/models/request_mailer.rb:50 -msgid "FOI response requires admin - " +#: app/models/track_thing.rb:203 +msgid "Confirm you want to follow updates to the request '{{request_title}}'" msgstr "" -#: app/models/request_mailer.rb:67 -msgid "New response to your FOI request - " +#: app/controllers/request_controller.rb:324 +msgid "Confirm your FOI request to " msgstr "" -#: app/models/request_mailer.rb:86 -msgid "Delayed response to your FOI request - " +#: app/controllers/user_controller.rb:557 +#: app/controllers/request_controller.rb:737 +msgid "Confirm your account on {{site_name}}" msgstr "" -#: app/models/request_mailer.rb:105 -msgid "You're long overdue a response to your FOI request - " +#: app/controllers/comment_controller.rb:57 +msgid "Confirm your annotation to {{info_request_title}}" msgstr "" -#: app/models/request_mailer.rb:125 -msgid "Was the response you got to your FOI request any good?" +#: app/controllers/request_controller.rb:36 +msgid "Confirm your email address" msgstr "" -#: app/models/request_mailer.rb:168 -msgid "Somebody added a note to your FOI request - " +#: app/models/user_mailer.rb:34 +msgid "Confirm your new email address on {{site_name}}" msgstr "" -#: app/models/request_mailer.rb:177 -msgid "Some notes have been added to your FOI request - " +#: app/views/general/_footer.rhtml:2 +msgid "Contact {{site_name}}" msgstr "" -#: app/models/request_mailer.rb:218 +#: app/models/request_mailer.rb:219 msgid "Could not identify the request from the email address" msgstr "" -#: app/models/track_mailer.rb:25 -msgid "Your {{site_name}} email alert" +#: app/models/profile_photo.rb:96 +msgid "" +"Couldn't understand the image file that you uploaded. PNG, JPEG, GIF and " +"many other common image file formats are supported." msgstr "" -#: app/models/track_thing.rb:83 app/views/general/search.rhtml:54 -msgid "users" +#: app/views/user/set_crop_profile_photo.rhtml:6 +msgid "Crop your profile photo" msgstr "" -#: app/models/track_thing.rb:86 app/views/general/search.rhtml:103 -#: app/views/request/_request_filter_form.rhtml:14 -msgid "comments" +#: app/views/request/new.rhtml:72 +msgid "" +"Cultural sites and built structures (as they may be affected by the\n" +" environmental factors listed above)" msgstr "" -#: app/models/track_thing.rb:89 app/views/general/search.rhtml:55 -msgid "authorities" +#: app/views/request/show.rhtml:68 +msgid "" +"Currently <strong>waiting for a response</strong> from {{public_body_link}}, " +"they must respond promptly and" msgstr "" -#: app/models/track_thing.rb:92 app/models/track_thing.rb:111 app/models/track_thing.rb:113 -#: app/views/general/search.rhtml:53 -msgid "requests" +#: app/views/request/simple_correspondence.rhtml:17 +#: app/views/request/simple_correspondence.rhtml:29 +#: app/views/request/simple_correspondence.rhtml:36 +msgid "Date:" msgstr "" -#: app/models/track_thing.rb:95 -msgid "between two dates" +#: app/models/outgoing_message.rb:63 +msgid "Dear {{public_body_name}}," msgstr "" -#: app/models/track_thing.rb:98 -msgid "unsuccessful" +#: app/models/request_mailer.rb:87 +msgid "Delayed response to your FOI request - " msgstr "" -#: app/models/track_thing.rb:101 -msgid "successful" +#: app/models/info_request.rb:783 +msgid "Delayed." msgstr "" -#: app/models/track_thing.rb:104 -msgid "awaiting a response" +#: app/models/info_request.rb:801 +msgid "Delivery error" msgstr "" -#: app/models/track_thing.rb:112 -msgid "requests which are {{list_of_statuses}}" +#: app/views/request/details.rhtml:1 app/views/request/details.rhtml:2 +msgid "Details of request '" msgstr "" -#: app/models/track_thing.rb:112 app/models/track_thing.rb:120 -msgid " or " +#: app/views/general/search.rhtml:166 +msgid "Did you mean: {{correction}}" msgstr "" -#: app/models/track_thing.rb:116 -msgid "anything" +#: app/views/outgoing_mailer/_followup_footer.rhtml:1 +msgid "" +"Disclaimer: This message and any reply that you make will be published on " +"the internet. Our privacy and copyright policies:" msgstr "" -#: app/models/track_thing.rb:122 -msgid "{{list_of_things}} matching text '{{search_query}}'" +#: app/views/request/_followup.rhtml:19 +msgid "" +"Don't want to address your message to {{person_or_body}}? You can also " +"write to:" msgstr "" -#: app/models/track_thing.rb:195 -msgid "'{{link_to_request}}', a request" +#: app/views/general/_localised_datepicker.rhtml:4 +msgid "Done" msgstr "" -#: app/models/track_thing.rb:196 -msgid "Track this request by email" +#: app/views/request/_after_actions.rhtml:17 +msgid "Download a zip file of all correspondence" msgstr "" -#: app/models/track_thing.rb:197 -msgid "You are already tracking this request by email" +#: app/views/request/_view_html_prefix.rhtml:6 +msgid "Download original attachment" msgstr "" -#: app/models/track_thing.rb:199 app/models/track_thing.rb:200 -msgid "New updates for the request '{{request_title}}'" +#: app/models/info_request.rb:268 +msgid "EIR" msgstr "" -#: app/models/track_thing.rb:202 -msgid "To follow updates to the request '{{request_title}}'" +#: app/views/request/_followup.rhtml:112 +msgid "" +"Edit and add <strong>more details</strong> to the message above,\n" +" explaining why you are dissatisfied with their response." msgstr "" -#: app/models/track_thing.rb:203 -msgid "Then you will be emailed whenever the request '{{request_title}}' is updated." +#: app/views/admin_public_body/_locale_selector.rhtml:2 +msgid "Edit language version:" msgstr "" -#: app/models/track_thing.rb:204 -msgid "Confirm you want to follow updates to the request '{{request_title}}'" +#: app/views/user/set_profile_about_me.rhtml:9 +msgid "Edit text about you" msgstr "" -#: app/models/track_thing.rb:211 -msgid "any <a href=\"/list\">new requests</a>" +#: app/views/request/preview.rhtml:40 +msgid "Edit this request" msgstr "" -#: app/models/track_thing.rb:212 -msgid "Email me when there are new requests" +#: app/models/user.rb:148 +msgid "Either the email or password was not recognised, please try again." msgstr "" -#: app/models/track_thing.rb:213 -msgid "You are being emailed when there are new requests" +#: app/models/user.rb:150 +msgid "" +"Either the email or password was not recognised, please try again. Or create " +"a new account using the form on the right." msgstr "" -#: app/models/track_thing.rb:215 app/models/track_thing.rb:216 -msgid "New Freedom of Information requests" +#: app/models/contact_validator.rb:34 +msgid "Email doesn't look like a valid address" msgstr "" -#: app/models/track_thing.rb:218 -msgid "To be emailed about any new requests" +#: app/views/comment/_comment_form.rhtml:8 +msgid "Email me future updates to this request" msgstr "" -#: app/models/track_thing.rb:219 -msgid "Then you will be emailed whenever anyone makes a new FOI request." +#: app/models/track_thing.rb:227 +msgid "Email me new successful responses " msgstr "" -#: app/models/track_thing.rb:220 -msgid "Confirm you want to be emailed about new requests" +#: app/models/track_thing.rb:211 +msgid "Email me when there are new requests" msgstr "" -#: app/models/track_thing.rb:227 -msgid "any <a href=\"/list/successful\">successful requests</a>" +#: app/views/general/_advanced_search_tips.rhtml:5 +msgid "" +"Enter words that you want to find separated by spaces, e.g. <strong>climbing " +"lane</strong>" msgstr "" -#: app/models/track_thing.rb:228 -msgid "Email me new successful responses " +#: 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 "" -#: app/models/track_thing.rb:229 -msgid "You are being emailed about any new successful responses" +#: app/models/info_request.rb:259 app/models/info_request.rb:277 +msgid "Environmental Information Regulations" msgstr "" -#: app/models/track_thing.rb:231 app/models/track_thing.rb:232 -msgid "Successful Freedom of Information requests" +#: app/views/public_body/show.rhtml:116 +msgid "Environmental Information Regulations requests made" msgstr "" -#: app/models/track_thing.rb:234 -msgid "To be emailed about any successful requests" +#: app/views/public_body/show.rhtml:73 +msgid "Environmental Information Regulations requests made using this site" msgstr "" -#: app/models/track_thing.rb:235 -msgid "Then you will be emailed whenever an FOI request succeeds." +#: lib/world_foi_websites.rb:13 +msgid "European Union" msgstr "" -#: app/models/track_thing.rb:236 -msgid "Confirm you want to be emailed when an FOI request succeeds" +#: app/views/request/details.rhtml:4 +msgid "Event history" msgstr "" -#: app/models/track_thing.rb:246 -msgid "'{{link_to_authority}}', a public authority" +#: app/views/request/_sidebar.rhtml:35 +msgid "Event history details" msgstr "" -#: app/models/track_thing.rb:247 -msgid "Track requests to {{public_body_name}} by email" +#: app/views/request/new.rhtml:128 +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 "" -#: app/models/track_thing.rb:248 -msgid "You are already tracking requests to {{public_body_name}} by email" +#: 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 "" -#: app/models/track_thing.rb:253 -msgid "To be emailed about requests made using {{site_name}} to the public authority '{{public_body_name}}'" +#: locale/model_attributes.rb:68 +msgid "EximLogDone|Filename" msgstr "" -#: app/models/track_thing.rb:254 -msgid "Then you will be emailed whenever someone requests something or gets a response from '{{public_body_name}}'." +#: locale/model_attributes.rb:69 +msgid "EximLogDone|Last stat" msgstr "" -#: app/models/track_thing.rb:255 -msgid "Confirm you want to be emailed about requests to '{{public_body_name}}'" +#: locale/model_attributes.rb:19 +msgid "EximLog|Line" msgstr "" -#: app/models/track_thing.rb:262 -msgid "'{{link_to_user}}', a person" +#: locale/model_attributes.rb:18 +msgid "EximLog|Order" msgstr "" -#: app/models/track_thing.rb:263 -msgid "Track this person by email" +#: app/models/info_request.rb:266 +msgid "FOI" msgstr "" -#: app/models/track_thing.rb:264 -msgid "You are already tracking this person by email" +#: app/views/public_body/view_email.rhtml:3 +msgid "FOI email address for {{public_body}}" +msgstr "" + +#: app/views/user/show.rhtml:40 +msgid "FOI requests" msgstr "" -#: app/models/track_thing.rb:266 app/models/track_thing.rb:267 +#: app/models/track_thing.rb:265 app/models/track_thing.rb:266 msgid "FOI requests by '{{user_name}}'" msgstr "" -#: app/models/track_thing.rb:269 -msgid "To be emailed about requests by '{{user_name}}'" +#: app/views/general/search.rhtml:195 +msgid "FOI requests {{start_count}} to {{end_count}} of {{total_count}}" msgstr "" -#: app/models/track_thing.rb:270 -msgid "Then you will be emailed whenever '{{user_name}}' requests something or gets a response." +#: app/models/request_mailer.rb:51 +msgid "FOI response requires admin - " msgstr "" -#: app/models/track_thing.rb:271 -msgid "Confirm you want to be emailed about requests by '{{user_name}}'" +#: app/models/profile_photo.rb:101 +msgid "Failed to convert image to a PNG" msgstr "" -#: app/models/track_thing.rb:279 -msgid "Track things matching this search by email" +#: app/models/profile_photo.rb:105 +msgid "" +"Failed to convert image to the correct size: at %{cols}x%{rows}, need " +"%{width}x%{height}" msgstr "" -#: app/models/track_thing.rb:280 -msgid "You are already tracking things matching this search by email" +#: app/views/general/search.rhtml:117 +msgid "Filter" msgstr "" -#: app/models/track_thing.rb:282 app/models/track_thing.rb:283 -msgid "Requests or responses matching your saved search" +#: app/views/request/select_authority.rhtml:36 +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 "" -#: app/models/track_thing.rb:285 -msgid "To follow requests and responses matching your search" +#: locale/model_attributes.rb:88 +msgid "FoiAttachment|Charset" msgstr "" -#: app/models/track_thing.rb:286 -msgid "Then you will be emailed whenever a new request or response matches your search." +#: locale/model_attributes.rb:86 +msgid "FoiAttachment|Content type" msgstr "" -#: app/models/track_thing.rb:287 -msgid "Confirm you want to be emailed about new requests or responses matching your search" +#: locale/model_attributes.rb:89 +msgid "FoiAttachment|Display size" msgstr "" -#: app/models/user.rb:40 -msgid "Please enter a password" +#: locale/model_attributes.rb:87 +msgid "FoiAttachment|Filename" msgstr "" -#: app/models/user.rb:51 -msgid "Please enter the same password twice" +#: locale/model_attributes.rb:92 +msgid "FoiAttachment|Hexdigest" msgstr "" -#: app/models/user.rb:56 -msgid "Admin level is not included in list" +#: locale/model_attributes.rb:90 +msgid "FoiAttachment|Url part number" msgstr "" -#: app/models/user.rb:117 -msgid "Please enter a valid email address" +#: locale/model_attributes.rb:91 +msgid "FoiAttachment|Within rfc822 subject" msgstr "" -#: app/models/user.rb:120 -msgid "Please enter your name, not your email address, in the name field." +#: app/views/track/_tracking_links.rhtml:21 +msgid "Follow by email" +msgstr "" + +#: app/views/request/list.rhtml:8 +msgid "Follow these requests" msgstr "" #: app/models/user.rb:133 msgid "{{user_name}} (Account suspended)" msgstr "" -#: app/models/user.rb:146 -msgid "Either the email or password was not recognised, please try again." +#: app/views/public_body/show.rhtml:4 +msgid "Follow this authority" msgstr "" -#: app/models/user.rb:148 -msgid "Either the email or password was not recognised, please try again. Or create a new account using the form on the right." +#: app/views/request_mailer/old_unclassified_updated.rhtml:4 +msgid "Follow this link to see the request:" msgstr "" -#: app/models/user_mailer.rb:34 -msgid "Confirm your new email address on {{site_name}}" +#: app/views/request/_sidebar.rhtml:2 +msgid "Follow this request" msgstr "" -#: app/models/user_mailer.rb:45 -msgid "Unable to change email address on {{site_name}}" +#: app/models/info_request_event.rb:355 +msgid "Follow up" msgstr "" -#: app/views/admin_public_body/_locale_selector.rhtml:2 -msgid "Edit language version:" +#: app/views/general/_advanced_search_tips.rhtml:43 +msgid "Follow up message sent by requester" msgstr "" -#: app/views/comment/_comment_form.rhtml:8 -msgid "Email me future updates to this request" +#: app/views/public_body/view_email.rhtml:14 +msgid "Follow up messages to existing requests are sent to " msgstr "" -#: app/views/comment/_comment_form.rhtml:15 -msgid "Preview your annotation" +#: app/views/request/_followup.rhtml:43 +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 "" -#: app/views/comment/_comment_form.rhtml:16 -msgid " (<strong>no ranty</strong> politics, read our <a href=\"%s\">moderation policy</a>)" +#: app/views/general/blog.rhtml:7 app/views/general/_footer.rhtml:3 +msgid "Follow us on twitter" msgstr "" -#: app/views/comment/_single_comment.rhtml:10 -msgid "You" +#: app/views/public_body/show.rhtml:65 +msgid "" +"For an unknown reason, it is not possible to make a request to this " +"authority." msgstr "" -#: app/views/comment/_single_comment.rhtml:10 -msgid "left an annotation" +#: app/views/user/_signin.rhtml:21 +msgid "Forgotten your password?" msgstr "" -#: app/views/comment/_single_comment.rhtml:24 -msgid "Report abuse" +#: app/views/public_body/list.rhtml:47 +msgid "Found {{count}} public bodies {{description}}" msgstr "" -#: app/views/comment/new.rhtml:14 -msgid "Add an annotation" +#: app/models/info_request.rb:257 +msgid "Freedom of Information" msgstr "" -#: app/views/comment/new.rhtml:18 -msgid "Annotations are so anyone, including you, can help the requester with their request. For example:" +#: app/models/info_request.rb:275 +msgid "Freedom of Information Act" msgstr "" -#: app/views/comment/new.rhtml:24 -msgid " Advise on how to <strong>best clarify</strong> the request." +#: app/views/public_body/show.rhtml:60 +msgid "" +"Freedom of Information law does not apply to this authority, so you cannot " +"make\n" +" a request to it." msgstr "" -#: app/views/comment/new.rhtml:28 -msgid " Link to the information requested, if it is <strong>already available</strong> on the Internet. " +#: app/views/request/followup_bad.rhtml:11 +msgid "Freedom of Information law no longer applies to" msgstr "" -#: app/views/comment/new.rhtml:29 -msgid " Suggest <strong>where else</strong> the requester might find the information. " +#: app/views/public_body/view_email.rhtml:10 +msgid "" +"Freedom of Information law no longer applies to this authority.Follow up " +"messages to existing requests are sent to " msgstr "" -#: app/views/comment/new.rhtml:30 -msgid " Offer better ways of <strong>wording the request</strong> to get the information. " +#: app/views/public_body/show.rhtml:118 +msgid "Freedom of Information requests made" msgstr "" -#: app/views/comment/new.rhtml:34 -msgid " <strong>Summarise</strong> the content of any information returned. " +#: app/views/user/show.rhtml:164 +msgid "Freedom of Information requests made by this person" msgstr "" -#: app/views/comment/new.rhtml:35 -msgid " Say how you've <strong>used the information</strong>, with links if possible." +#: app/views/user/show.rhtml:164 +msgid "Freedom of Information requests made by you" msgstr "" -#: app/views/comment/new.rhtml:36 -msgid "<strong>Thank</strong> the public authority or " +#: app/views/public_body/show.rhtml:76 +msgid "Freedom of Information requests made using this site" msgstr "" -#: app/views/comment/new.rhtml:39 -msgid "Suggest how the requester can find the <strong>rest of the information</strong>." +#: app/views/public_body/show.rhtml:30 +msgid "Freedom of information requests to" msgstr "" -#: app/views/comment/new.rhtml:42 -msgid "Point to <strong>related information</strong>, campaigns or forums which may be useful." +#: app/views/request/followup_bad.rhtml:12 +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 "" -#: app/views/comment/new.rhtml:46 -msgid "A <strong>summary</strong> of the response if you have received it by post. " +#: app/views/request/_correspondence.rhtml:12 +#: app/views/request/_correspondence.rhtml:36 +#: app/views/request/simple_correspondence.rhtml:14 +#: app/views/request/simple_correspondence.rhtml:27 +msgid "From:" msgstr "" -#: app/views/comment/new.rhtml:50 -msgid " Ideas on what <strong>other documents to request</strong> which the authority may hold. " +#: app/models/outgoing_message.rb:74 +msgid "GIVE DETAILS ABOUT YOUR COMPLAINT HERE" msgstr "" -#: app/views/comment/new.rhtml:53 -msgid "Advise on whether the <strong>refusal is legal</strong>, and how to complain about it if not." +#: lib/world_foi_websites.rb:25 +msgid "Germany" msgstr "" -#: app/views/comment/new.rhtml:57 -msgid "<strong>Advice</strong> on how to get a response that will satisfy the requester. </li>" +#: app/models/info_request.rb:797 +msgid "Handled by post." msgstr "" -#: app/views/comment/new.rhtml:60 -msgid "You know what caused the error, and can <strong>suggest a solution</strong>, such as a working email address." +#: app/controllers/services_controller.rb:13 +msgid "" +"Hello! You can make Freedom of Information requests within {{country_name}} " +"at {{link_to_website}}" msgstr "" -#: app/views/comment/new.rhtml:63 -msgid "Your thoughts on what the {{site_name}} <strong>administrators</strong> should do about the request." +#: app/views/layouts/default.rhtml:102 +msgid "Hello, {{username}}!" msgstr "" -#: app/views/comment/new.rhtml:70 -msgid "Annotations will be posted publicly here, and are \n <strong>not</strong> sent to {{public_body_name}}." +#: app/views/general/_topnav.rhtml:8 +msgid "Help" msgstr "" -#: app/views/comment/preview.rhtml:1 -msgid "Preview new annotation on '{{info_request_title}}'" +#: app/views/request/details.rhtml:50 +msgid "" +"Here <strong>described</strong> means when a user selected a status for the " +"request, and\n" +"the 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\n" +"description by a user. See the <a href=\"{{search_path}}\">search tips</a> " +"for description of the states." msgstr "" -#: app/views/comment/preview.rhtml:5 -msgid "Now preview your annotation" +#: app/views/request/_other_describe_state.rhtml:4 +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 "" -#: app/views/comment/preview.rhtml:10 -msgid "Your name and annotation will appear in <strong>search engines</strong>." +#: locale/model_attributes.rb:65 +msgid "Holiday|Day" msgstr "" -#: app/views/comment/preview.rhtml:20 -msgid "Re-edit this annotation" +#: locale/model_attributes.rb:66 +msgid "Holiday|Description" msgstr "" -#: app/views/comment/preview.rhtml:21 -msgid "Post annotation" +#: app/views/general/_topnav.rhtml:3 +msgid "Home" msgstr "" -#: app/views/contact_mailer/message.rhtml:4 -msgid "Message sent using {{site_name}} contact form, " +#: app/views/public_body/show.rhtml:12 +msgid "Home page of authority" msgstr "" -#: app/views/contact_mailer/message.rhtml:7 -msgid "Last request viewed: " +#: app/views/request/new.rhtml:61 +msgid "" +"However, you have the right to request environmental\n" +" information under a different law" msgstr "" -#: app/views/contact_mailer/message.rhtml:10 -msgid "Last authority viewed: " +#: app/views/request/new.rhtml:71 +msgid "Human health and safety" msgstr "" -#: app/views/contact_mailer/user_message.rhtml:2 -msgid "{{user_name}} has used {{site_name}} to send you the message below." +#: app/views/request/_followup.rhtml:95 +msgid "I am asking for <strong>new information</strong>" msgstr "" -#: app/views/contact_mailer/user_message.rhtml:3 -msgid "Your details have not been given to anyone, unless you choose to reply to this\nmessage, which will then go directly to the person who wrote the message." +#: app/views/request/_followup.rhtml:100 +msgid "I am requesting an <strong>internal review</strong>" msgstr "" -#: app/views/contact_mailer/user_message.rhtml:10 -msgid "View Freedom of Information requests made by {{user_name}}:" +#: app/views/request_game/play.rhtml:39 +msgid "I don't like these ones — give me some more!" msgstr "" -#: app/views/general/_advanced_search_tips.rhtml:3 -msgid "Advanced search tips" +#: app/views/request_game/play.rhtml:40 +msgid "I don't want to do any more tidying now!" msgstr "" -#: app/views/general/_advanced_search_tips.rhtml:5 -msgid "Enter words that you want to find separated by spaces, e.g. <strong>climbing lane</strong>" +#: app/views/request/_describe_state.rhtml:91 +msgid "I would like to <strong>withdraw this request</strong>" msgstr "" -#: app/views/general/_advanced_search_tips.rhtml:6 -msgid "Use OR (in capital letters) where you don't mind which word, e.g. <strong><code>commons OR lords</code></strong>" +#: app/views/request/_describe_state.rhtml:11 +msgid "" +"I'm still <strong>waiting</strong> for my information\n" +" <small>(maybe you got an acknowledgement)</small>" msgstr "" -#: app/views/general/_advanced_search_tips.rhtml:7 -msgid "Use quotes when you want to find an exact phrase, e.g. <strong><code>\"Liverpool City Council\"</code></strong>" +#: app/views/request/_describe_state.rhtml:18 +msgid "I'm still <strong>waiting</strong> for the internal review" msgstr "" -#: app/views/general/_advanced_search_tips.rhtml:8 -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." +#: app/views/request/_describe_state.rhtml:32 +msgid "I'm waiting for an <strong>internal review</strong> response" msgstr "" -#: app/views/general/_advanced_search_tips.rhtml:9 -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." +#: app/views/request/_describe_state.rhtml:25 +msgid "I've been asked to <strong>clarify</strong> my request" msgstr "" -#: app/views/general/_advanced_search_tips.rhtml:10 -msgid "<strong><code>requested_from:home_office</code></strong> to search requests from the Home Office, typing the name as in the URL." +#: app/views/request/_describe_state.rhtml:60 +msgid "I've received <strong>all the information" msgstr "" -#: app/views/general/_advanced_search_tips.rhtml:11 -msgid "<strong><code>requested_by:julian_todd</code></strong> to search requests made by Julian Todd, typing the name as in the URL." +#: app/views/request/_describe_state.rhtml:56 +msgid "I've received <strong>some of the information</strong>" msgstr "" -#: app/views/general/_advanced_search_tips.rhtml:12 -msgid "<strong><code>commented_by:tony_bowden</code></strong> to search annotations made by Tony Bowden, typing the name as in the URL." +#: app/views/request/_describe_state.rhtml:76 +msgid "I've received an <strong>error message</strong>" msgstr "" -#: app/views/general/_advanced_search_tips.rhtml:13 -msgid "<strong><code>request:</code></strong> to restrict to a specific request, typing the title as in the URL." +#: 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 "" -#: app/views/general/_advanced_search_tips.rhtml:14 -msgid "<strong><code>filetype:pdf</code></strong> to find all responses with PDF attachments. Or try these: <code>{{list_of_file_extensions}}</code>" +#: app/views/request_mailer/stopped_responses.rhtml:10 +msgid "" +"If this is incorrect, or you would like to send a late response to the " +"request\n" +"or an email on another subject to {{user}}, then please\n" +"email {{contact_email}} for help." msgstr "" -#: app/views/general/_advanced_search_tips.rhtml:15 -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." +#: app/views/request/_followup.rhtml:47 +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 "" -#: app/views/general/_advanced_search_tips.rhtml:16 -msgid "<strong><code>tag:charity</code></strong> to find all public bodies 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." +#: app/views/user/no_cookies.rhtml:20 +msgid "If you are still having trouble, please <a href=\"%s\">contact us</a>." msgstr "" -#: app/views/general/_advanced_search_tips.rhtml:19 -msgid "Read about <a href=\"{{advanced_search_url}}\">advanced search operators</a>, such as proximity and wildcards." +#: 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." msgstr "" -#: app/views/general/_advanced_search_tips.rhtml:22 -msgid "Table of statuses" +#: 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 "" -#: app/views/general/_advanced_search_tips.rhtml:23 -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." +#: app/views/request/show.rhtml:105 +msgid "If you are {{user_link}}, please" msgstr "" -#: app/views/general/_advanced_search_tips.rhtml:26 -msgid "Waiting for the public authority to reply" +#: app/views/user/bad_token.rhtml:7 +msgid "" +"If you can't click on it in the email, you'll have to <strong>select and " +"copy\n" +"it</strong> from the email. Then <strong>paste it into your browser</" +"strong>, into the place\n" +"you would type the address of any other webpage." msgstr "" -#: app/views/general/_advanced_search_tips.rhtml:27 -msgid "The public authority does not have the information requested" +#: app/views/request/show_response.rhtml:47 +msgid "" +"If you can, scan in or photograph the response, and <strong>send us\n" +" a copy to upload</strong>." msgstr "" -#: app/views/general/_advanced_search_tips.rhtml:28 -msgid "The request was refused by the public authority" +#: app/views/outgoing_mailer/_followup_footer.rhtml:4 +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 "" -#: app/views/general/_advanced_search_tips.rhtml:29 -msgid "Some of the information requested has been received" +#: app/views/user/bad_token.rhtml:13 +msgid "" +"If you got the email <strong>more than six months ago</strong>, then this " +"login link won't work any\n" +"more. Please try doing what you were doing from the beginning." msgstr "" -#: app/views/general/_advanced_search_tips.rhtml:30 -msgid "All of the information requested has been received" +#: app/controllers/request_controller.rb:462 +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 "" -#: app/views/general/_advanced_search_tips.rhtml:31 -msgid "The public authority would like part of the request explained" +#: app/views/user/signchangepassword_confirm.rhtml:10 +#: app/views/user/signchangeemail_confirm.rhtml:11 +msgid "" +"If you use web-based email or have \"junk mail\" filters, also check your\n" +"bulk/spam mail folders. Sometimes, our messages are marked that way." msgstr "" -#: app/views/general/_advanced_search_tips.rhtml:32 -msgid "The public authority would like to / has responded by post" +#: app/views/user/banned.rhtml:15 +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 "" -#: app/views/general/_advanced_search_tips.rhtml:33 -msgid "Waiting for the public authority to complete an internal review of their handling of the request" +#: app/views/user/_signup.rhtml:6 +msgid "If you're new to {{site_name}}" msgstr "" -#: app/views/general/_advanced_search_tips.rhtml:34 -msgid "Received an error message, such as delivery failure." +#: app/views/user/_signin.rhtml:7 +msgid "If you've used {{site_name}} before" msgstr "" -#: app/views/general/_advanced_search_tips.rhtml:35 -msgid "A strange reponse, required attention by the {{site_name}} team" +#: app/views/user/no_cookies.rhtml:12 +msgid "" +"If your browser is set to accept cookies and you are seeing this message,\n" +"then there is probably a fault with our server." msgstr "" -#: app/views/general/_advanced_search_tips.rhtml:36 -msgid "The requester has abandoned this request for some reason" +#: locale/model_attributes.rb:55 +msgid "IncomingMessage|Cached attachment text clipped" msgstr "" -#: app/views/general/_advanced_search_tips.rhtml:39 -msgid "Table of varieties" +#: locale/model_attributes.rb:56 +msgid "IncomingMessage|Cached main body text folded" msgstr "" -#: app/views/general/_advanced_search_tips.rhtml:40 -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." +#: locale/model_attributes.rb:57 +msgid "IncomingMessage|Cached main body text unfolded" msgstr "" -#: app/views/general/_advanced_search_tips.rhtml:42 -msgid "Original request sent" +#: locale/model_attributes.rb:61 +msgid "IncomingMessage|Last parsed" msgstr "" -#: app/views/general/_advanced_search_tips.rhtml:43 -msgid "Follow up message sent by requester" +#: locale/model_attributes.rb:62 +msgid "IncomingMessage|Mail from" msgstr "" -#: app/views/general/_advanced_search_tips.rhtml:44 -msgid "Response from a public authority" +#: locale/model_attributes.rb:59 +msgid "IncomingMessage|Mail from domain" msgstr "" -#: app/views/general/_advanced_search_tips.rhtml:45 -msgid "Annotation added to request" +#: locale/model_attributes.rb:63 +msgid "IncomingMessage|Sent at" msgstr "" -#: app/views/general/_advanced_search_tips.rhtml:46 -msgid "A public authority" +#: locale/model_attributes.rb:58 +msgid "IncomingMessage|Subject" msgstr "" -#: app/views/general/_advanced_search_tips.rhtml:47 -msgid "A {{site_name}} user" +#: locale/model_attributes.rb:60 +msgid "IncomingMessage|Valid to reply to" msgstr "" -#: app/views/general/_credits.rhtml:1 -msgid "Powered by <a href=\"http://www.alaveteli.org/\">Alaveteli</a>" +#: locale/model_attributes.rb:39 +msgid "InfoRequestEvent|Calculated state" msgstr "" -#: app/views/general/_footer.rhtml:2 -msgid "Contact {{site_name}}" +#: locale/model_attributes.rb:38 +msgid "InfoRequestEvent|Described state" msgstr "" -#: app/views/general/_footer.rhtml:3 app/views/general/blog.rhtml:7 -msgid "Follow us on twitter" +#: locale/model_attributes.rb:36 +msgid "InfoRequestEvent|Event type" msgstr "" -#: app/views/general/_localised_datepicker.rhtml:4 -msgid "Done" +#: locale/model_attributes.rb:40 +msgid "InfoRequestEvent|Last described at" msgstr "" -#: app/views/general/_localised_datepicker.rhtml:5 -msgid "Prev" +#: locale/model_attributes.rb:37 +msgid "InfoRequestEvent|Params yaml" msgstr "" -#: app/views/general/_localised_datepicker.rhtml:6 -msgid "Next" +#: locale/model_attributes.rb:41 +msgid "InfoRequestEvent|Prominence" msgstr "" -#: app/views/general/_localised_datepicker.rhtml:7 -msgid "Today" +#: locale/model_attributes.rb:102 +msgid "InfoRequest|Allow new responses from" msgstr "" -#: app/views/general/_localised_datepicker.rhtml:13 -msgid "Wk" +#: locale/model_attributes.rb:98 +msgid "InfoRequest|Awaiting description" msgstr "" -#: app/views/general/_topnav.rhtml:3 -msgid "Home" +#: locale/model_attributes.rb:97 +msgid "InfoRequest|Described state" msgstr "" -#: app/views/general/_topnav.rhtml:4 -msgid "Make a request" +#: locale/model_attributes.rb:103 +msgid "InfoRequest|Handle rejected responses" msgstr "" -#: app/views/general/_topnav.rhtml:5 -msgid "View requests" +#: locale/model_attributes.rb:104 +msgid "InfoRequest|Idhash" msgstr "" -#: app/views/general/_topnav.rhtml:6 -msgid "View authorities" +#: locale/model_attributes.rb:101 +msgid "InfoRequest|Law used" msgstr "" -#: app/views/general/_topnav.rhtml:7 -msgid "Read blog" +#: locale/model_attributes.rb:99 +msgid "InfoRequest|Prominence" msgstr "" -#: app/views/general/_topnav.rhtml:8 -msgid "Help" +#: locale/model_attributes.rb:96 +msgid "InfoRequest|Title" msgstr "" -#: app/views/general/blog.rhtml:1 -msgid "{{site_name}} blog and tweets" +#: locale/model_attributes.rb:100 +msgid "InfoRequest|Url title" msgstr "" -#: app/views/general/blog.rhtml:6 -msgid "Stay up to date" +#: app/models/info_request.rb:787 +msgid "Information not held." msgstr "" -#: app/views/general/blog.rhtml:8 -msgid "Subscribe to blog" +#: app/views/request/new.rhtml:69 +msgid "" +"Information on emissions and discharges (e.g. noise, energy,\n" +" radiation, waste materials)" msgstr "" -#: app/views/general/blog.rhtml:53 -msgid "Posted on {{date}} by {{author}}" +#: app/models/info_request_event.rb:348 +msgid "Internal review request" msgstr "" -#: app/views/general/blog.rhtml:56 -msgid "{{number_of_comments}} comments" +#: app/views/outgoing_mailer/initial_request.rhtml:8 +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 "" -#: app/views/general/exception_caught.rhtml:3 -msgid "Sorry, we couldn't find that page" +#: app/views/user/no_cookies.rhtml:8 +msgid "" +"It may be that your browser is not set to accept a thing called \"cookies" +"\",\n" +"or cannot do so. If you can, please enable cookies, or try using a " +"different\n" +"browser. Then press refresh to have another go." msgstr "" -#: app/views/general/exception_caught.rhtml:5 -msgid "The page doesn't exist. Things you can try now:" +#: app/views/user/_user_listing_single.rhtml:21 +msgid "Joined in" msgstr "" -#: app/views/general/exception_caught.rhtml:8 -msgid "Check for mistakes if you typed or copied the address." +#: app/views/user/show.rhtml:67 +msgid "Joined {{site_name}} in" msgstr "" -#: app/views/general/exception_caught.rhtml:9 -msgid "Search the site to find what you were looking for." +#: 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 "" -#: app/views/general/exception_caught.rhtml:12 app/views/general/frontpage.rhtml:23 -#: app/views/general/search.rhtml:17 app/views/general/search.rhtml:32 app/views/general/search.rhtml:45 -#: app/views/public_body/list.rhtml:43 app/views/request/_request_filter_form.rhtml:49 -#: app/views/request/select_authority.rhtml:41 -msgid "Search" +#: app/views/request/_request_filter_form.rhtml:6 +msgid "Keywords" msgstr "" -#: app/views/general/exception_caught.rhtml:17 -msgid "Sorry, there was a problem processing this page" +#: lib/world_foi_websites.rb:9 +msgid "Kosovo" msgstr "" -#: app/views/general/exception_caught.rhtml:18 -msgid "You have found a bug. Please <a href=\"{{contact_url}}\">contact us</a> to tell us about the problem" +#: app/views/contact_mailer/message.rhtml:10 +msgid "Last authority viewed: " msgstr "" -#: app/views/general/exception_caught.rhtml:21 -msgid "Technical details" +#: app/views/contact_mailer/message.rhtml:7 +msgid "Last request viewed: " msgstr "" -#: app/views/general/exception_caught.rhtml:22 -msgid "Unknown" +#: app/views/user/no_cookies.rhtml:17 +msgid "" +"Let us know what you were doing when this message\n" +"appeared and your browser and operating system type and version." msgstr "" -#: app/views/general/frontpage.rhtml:5 -msgid "Make a new<br/>\n <strong>Freedom <span>of</span><br/>\n Information<br/>\n request</strong>" +#: app/views/request/_correspondence.rhtml:26 +#: app/views/request/_correspondence.rhtml:54 +msgid "Link to this" msgstr "" -#: app/views/general/frontpage.rhtml:10 -msgid "Start now »" +#: app/views/public_body/list.rhtml:32 +msgid "List of all authorities (CSV)" msgstr "" -#: app/views/general/frontpage.rhtml:15 -msgid "Search over<br/>\n <strong>{{number_of_requests}} requests</strong> <span>and</span><br/>\n <strong>{{number_of_authorities}} authorities</strong>" +#: app/controllers/request_controller.rb:796 +msgid "Log in to download a zip file of {{info_request_title}}" msgstr "" -#: app/views/general/frontpage.rhtml:37 -msgid "Who can I request information from?" +#: app/models/info_request.rb:785 +msgid "Long overdue." msgstr "" -#: app/views/general/frontpage.rhtml:38 -msgid "{{site_name}} covers requests to {{number_of_authorities}} authorities, including:" +#: app/views/request/_request_filter_form.rhtml:23 +#: app/views/general/search.rhtml:108 +msgid "Made between" msgstr "" -#: app/views/general/frontpage.rhtml:43 -msgid "%d request" -msgid_plural "%d requests" -msgstr[0] "" -msgstr[1] "" +#: app/views/public_body/show.rhtml:52 +msgid "Make a new <strong>Environmental Information</strong> request" +msgstr "" -#: app/views/general/frontpage.rhtml:48 -msgid "Browse all authorities..." +#: app/views/public_body/show.rhtml:54 +msgid "" +"Make a new <strong>Freedom of Information</strong> request to {{public_body}}" msgstr "" -#: app/views/general/frontpage.rhtml:54 -msgid "What information has been released?" +#: app/views/general/frontpage.rhtml:5 +msgid "" +"Make a new<br/>\n" +" <strong>Freedom <span>of</span><br/>\n" +" Information<br/>\n" +" request</strong>" msgstr "" -#: app/views/general/frontpage.rhtml:55 -msgid "{{site_name}} users have made {{number_of_requests}} requests, including:" +#: app/views/general/_topnav.rhtml:4 +msgid "Make a request" msgstr "" -#: app/views/general/frontpage.rhtml:60 -msgid "answered a request about" +#: app/views/request/new.rhtml:20 +msgid "Make an {{law_used_short}} request to '{{public_body_name}}'" msgstr "" -#: app/views/general/frontpage.rhtml:62 -msgid "{{length_of_time}} ago" +#: app/views/layouts/default.rhtml:8 app/views/layouts/no_chrome.rhtml:8 +msgid "Make and browse Freedom of Information (FOI) requests" +msgstr "" + +#: app/views/public_body/_body_listing_single.rhtml:23 +msgid "Make your own request" +msgstr "" + +#: app/views/contact_mailer/message.rhtml:4 +msgid "Message sent using {{site_name}} contact form, " +msgstr "" + +#: app/views/request/new_bad_contact.rhtml:1 +msgid "Missing contact details for '" +msgstr "" + +#: app/views/public_body/show.rhtml:10 +msgid "More about this authority" +msgstr "" + +#: app/views/request/_sidebar.rhtml:29 +msgid "More similar requests" msgstr "" #: app/views/general/frontpage.rhtml:67 msgid "More successful requests..." msgstr "" -#: app/views/general/search.rhtml:8 -msgid "Search Freedom of Information requests, public authorities and users" +#: app/views/layouts/default.rhtml:106 +msgid "My profile" msgstr "" -#: app/views/general/search.rhtml:10 app/views/public_body/show.rhtml:109 -msgid "There were no requests matching your query." +#: app/views/request/_describe_state.rhtml:64 +msgid "My request has been <strong>refused</strong>" msgstr "" -#: app/views/general/search.rhtml:12 -msgid "Results page {{page_number}}" +#: app/views/layouts/default.rhtml:105 +msgid "My requests" msgstr "" -#: app/views/general/search.rhtml:19 -msgid "Search results" +#: app/models/public_body.rb:36 +msgid "Name can't be blank" msgstr "" -#: app/views/general/search.rhtml:24 -msgid "To use the advanced search, combine phrases and labels as described in the search tips below." +#: app/models/public_body.rb:40 +msgid "Name is already taken" msgstr "" -#: app/views/general/search.rhtml:33 -msgid "Simple search" +#: app/models/track_thing.rb:214 app/models/track_thing.rb:215 +msgid "New Freedom of Information requests" msgstr "" -#: app/views/general/search.rhtml:46 -msgid "Advanced search" +#: lib/world_foi_websites.rb:21 +msgid "New Zealand" msgstr "" -#: app/views/general/search.rhtml:51 app/views/request/_request_filter_form.rhtml:29 -msgid "Showing" +#: app/views/user/signchangeemail.rhtml:20 +msgid "New e-mail:" msgstr "" -#: app/views/general/search.rhtml:56 -msgid "everything" +#: app/models/change_email_validator.rb:54 +msgid "New email doesn't look like a valid address" msgstr "" -#: app/views/general/search.rhtml:75 -msgid "Tags (separated by a space):" +#: app/views/user/signchangepassword.rhtml:15 +msgid "New password:" msgstr "" -#: app/views/general/search.rhtml:87 -msgid "Restrict to" +#: app/views/user/signchangepassword.rhtml:20 +msgid "New password: (again)" msgstr "" -#: app/views/general/search.rhtml:88 app/views/request/_request_filter_form.rhtml:31 -msgid "successful requests" +#: app/models/request_mailer.rb:68 +msgid "New response to your FOI request - " msgstr "" -#: app/views/general/search.rhtml:89 app/views/request/_request_filter_form.rhtml:32 -msgid "unsuccessful requests" +#: app/views/request/show_response.rhtml:60 +msgid "New response to your request" msgstr "" -#: app/views/general/search.rhtml:90 app/views/request/_request_filter_form.rhtml:33 -msgid "unresolved requests" +#: app/views/request/show_response.rhtml:66 +msgid "New response to {{law_used_short}} request" msgstr "" -#: app/views/general/search.rhtml:91 -msgid "internal reviews" +#: app/models/track_thing.rb:198 app/models/track_thing.rb:199 +msgid "New updates for the request '{{request_title}}'" msgstr "" -#: app/views/general/search.rhtml:100 -msgid "Search in" +#: app/views/general/search.rhtml:127 +msgid "Newest results first" msgstr "" -#: app/views/general/search.rhtml:101 app/views/request/_request_filter_form.rhtml:12 -msgid "messages from users" +#: app/views/general/_localised_datepicker.rhtml:6 +msgid "Next" msgstr "" -#: app/views/general/search.rhtml:102 app/views/request/_request_filter_form.rhtml:13 -msgid "messages from authorities" +#: app/views/user/set_draft_profile_photo.rhtml:32 +msgid "Next, crop your photo >>" msgstr "" -#: app/views/general/search.rhtml:112 app/views/request/_request_filter_form.rhtml:23 -msgid "Made between" +#: app/views/request/list.rhtml:19 +msgid "No requests of this sort yet." msgstr "" -#: app/views/general/search.rhtml:114 app/views/request/_request_filter_form.rhtml:25 -msgid "and" +#: app/views/request/select_authority.rhtml:53 +#: app/views/public_body/_search_ahead.rhtml:9 +msgid "No results found." msgstr "" -#: app/views/general/search.rhtml:121 -msgid "Filter" +#: app/views/request/similar.rhtml:7 +msgid "No similar requests found." msgstr "" -#: app/views/general/search.rhtml:129 -msgid "Show most relevant results first" +#: app/views/public_body/show.rhtml:77 +msgid "" +"Nobody has made any Freedom of Information requests to {{public_body_name}} " +"using this site yet." msgstr "" -#: app/views/general/search.rhtml:131 -msgid "Newest results first" +#: app/views/request/_request_listing.rhtml:2 +#: app/views/public_body/_body_listing.rhtml:3 +msgid "None found." msgstr "" -#: app/views/general/search.rhtml:133 -msgid "Recently described results first" +#: app/views/user/show.rhtml:175 app/views/user/show.rhtml:197 +msgid "None made." msgstr "" -#: app/views/general/search.rhtml:141 -msgid "Track this search" +#: app/views/user/signchangepassword_confirm.rhtml:1 +#: app/views/user/signchangepassword_confirm.rhtml:3 +#: app/views/user/signchangeemail_confirm.rhtml:3 +msgid "Now check your email!" msgstr "" -#: app/views/general/search.rhtml:156 -msgid "One public authority found" +#: app/views/comment/preview.rhtml:5 +msgid "Now preview your annotation" msgstr "" -#: app/views/general/search.rhtml:158 -msgid "Public authorities {{start_count}} to {{end_count}} of {{total_count}}" +#: app/views/request/followup_preview.rhtml:10 +msgid "Now preview your follow up" msgstr "" -#: app/views/general/search.rhtml:169 -msgid "No public authorities found" +#: app/views/request/followup_preview.rhtml:8 +msgid "Now preview your message asking for an internal review" msgstr "" -#: app/views/general/search.rhtml:171 -msgid "Did you mean: {{correction}}" +#: app/views/user/set_draft_profile_photo.rhtml:46 +msgid "OR remove the existing photo" msgstr "" -#: app/views/general/search.rhtml:173 -msgid "<a href=\"%s\">Browse all</a> or <a href=\"%s\">ask us to add one</a>." +#: app/controllers/request_controller.rb:439 +msgid "" +"Oh no! Sorry to hear that your request was refused. Here is what to do now." msgstr "" -#: app/views/general/search.rhtml:180 -msgid "One person found" +#: app/views/user/signchangeemail.rhtml:15 +msgid "Old e-mail:" msgstr "" -#: app/views/general/search.rhtml:182 -msgid "People {{start_count}} to {{end_count}} of {{total_count}}" +#: app/models/change_email_validator.rb:45 +msgid "" +"Old email address isn't the same as the address of the account you are " +"logged in with" msgstr "" -#: app/views/general/search.rhtml:196 +#: app/models/change_email_validator.rb:40 +msgid "Old email doesn't look like a valid address" +msgstr "" + +#: app/views/user/show.rhtml:39 +msgid "On this page" +msgstr "" + +#: app/views/general/search.rhtml:193 msgid "One FOI request found" msgstr "" -#: app/views/general/search.rhtml:198 -msgid "FOI requests {{start_count}} to {{end_count}} of {{total_count}}" +#: app/views/general/search.rhtml:175 +msgid "One person found" msgstr "" -#: app/views/help/alaveteli.rhtml:6 -msgid "Would you like to see a website like this in your country?" +#: app/views/general/search.rhtml:152 +msgid "One public authority found" msgstr "" -#: app/views/layouts/default.rhtml:8 app/views/layouts/no_chrome.rhtml:8 -msgid "Make and browse Freedom of Information (FOI) requests" +#: app/views/public_body/show.rhtml:111 +msgid "Only requests made using {{site_name}} are shown." msgstr "" -#: app/views/layouts/default.rhtml:102 -msgid "Hello, {{username}}!" +#: app/models/info_request.rb:399 +msgid "" +"Only the authority can reply to this request, and I don't recognise the " +"address this reply was sent from" msgstr "" -#: app/views/layouts/default.rhtml:105 -msgid "My profile" +#: app/models/info_request.rb:395 +msgid "" +"Only the authority can reply to this request, but there is no \"From\" " +"address to check against" msgstr "" -#: app/views/layouts/default.rhtml:109 -msgid "Sign out" +#: app/views/request/_search_ahead.rhtml:11 +msgid "Or search in their website for this information." msgstr "" -#: app/views/layouts/default.rhtml:111 -msgid "Sign in or sign up" +#: app/views/general/_advanced_search_tips.rhtml:42 +msgid "Original request sent" msgstr "" -#: app/views/layouts/default.rhtml:152 -msgid "Paste this link into emails, tweets, and anywhere else:" +#: app/views/request/_describe_state.rhtml:71 +msgid "Other:" msgstr "" -#: app/views/outgoing_mailer/_followup_footer.rhtml:1 -msgid "Disclaimer: This message and any reply that you make will be published on the internet. Our privacy and copyright policies:" +#: locale/model_attributes.rb:26 +msgid "OutgoingMessage|Body" msgstr "" -#: app/views/outgoing_mailer/_followup_footer.rhtml:4 -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." +#: locale/model_attributes.rb:29 +msgid "OutgoingMessage|Last sent at" msgstr "" -#: app/views/outgoing_mailer/followup.rhtml:6 app/views/outgoing_mailer/initial_request.rhtml:5 -msgid "Please use this email address for all replies to this request:" +#: locale/model_attributes.rb:28 +msgid "OutgoingMessage|Message type" msgstr "" -#: app/views/outgoing_mailer/initial_request.rhtml:8 -msgid "Is {{email_address}} the wrong address for {{type_of_request}} requests to {{public_body_name}}? If so, please contact us using this form:" +#: locale/model_attributes.rb:27 +msgid "OutgoingMessage|Status" msgstr "" -#: app/views/public_body/_body_listing.rhtml:3 app/views/request/_request_listing.rhtml:2 -msgid "None found." +#: locale/model_attributes.rb:30 +msgid "OutgoingMessage|What doing" msgstr "" -#: app/views/public_body/_body_listing_single.rhtml:12 -msgid "Also called {{other_name}}." +#: app/models/info_request.rb:791 +msgid "Partially successful." msgstr "" -#: app/views/public_body/_body_listing_single.rhtml:21 -msgid "%d request made." -msgid_plural "%d requests made." -msgstr[0] "" -msgstr[1] "" +#: app/models/change_email_validator.rb:48 +msgid "Password is not correct" +msgstr "" -#: app/views/public_body/_body_listing_single.rhtml:23 -msgid "Make your own request" +#: app/views/user/_signup.rhtml:30 app/views/user/_signin.rhtml:16 +msgid "Password:" msgstr "" -#: app/views/public_body/_body_listing_single.rhtml:27 -msgid "Added on {{date}}" +#: app/views/user/_signup.rhtml:35 +msgid "Password: (again)" msgstr "" -#: app/views/public_body/_search_ahead.rhtml:3 app/views/request/select_authority.rhtml:47 -msgid "Top search results:" +#: app/views/layouts/default.rhtml:153 +msgid "Paste this link into emails, tweets, and anywhere else:" msgstr "" -#: app/views/public_body/_search_ahead.rhtml:5 app/views/request/select_authority.rhtml:49 -msgid "Select one to see more information about the authority." +#: app/views/general/search.rhtml:177 +msgid "People {{start_count}} to {{end_count}} of {{total_count}}" msgstr "" -#: app/views/public_body/_search_ahead.rhtml:8 app/views/request/select_authority.rhtml:52 -msgid "No results found." +#: app/views/user/set_draft_profile_photo.rhtml:13 +msgid "Photo of you:" msgstr "" -#: app/views/public_body/list.rhtml:2 -msgid "Show only..." +#: app/views/request/new.rhtml:74 +msgid "Plans and administrative measures that affect these matters" msgstr "" -#: app/views/public_body/list.rhtml:4 -msgid "Beginning with" +#: app/controllers/request_game_controller.rb:42 +msgid "Play the request categorisation game" msgstr "" -#: app/views/public_body/list.rhtml:29 -msgid "<a href=\"%s\">Are we missing a public authority?</a>." +#: app/views/request_game/play.rhtml:1 app/views/request_game/play.rhtml:30 +msgid "Play the request categorisation game!" msgstr "" -#: app/views/public_body/list.rhtml:32 -msgid "List of all authorities (CSV)" +#: app/views/request/show.rhtml:101 +msgid "Please" msgstr "" -#: app/views/public_body/list.rhtml:36 -msgid "Public authorities - {{description}}" +#: app/views/user/no_cookies.rhtml:15 +msgid "Please <a href=\"%s\">get in touch</a> with us so we can fix it." msgstr "" -#: app/views/public_body/list.rhtml:38 -msgid "Public authorities" +#: app/views/request/show.rhtml:52 +msgid "" +"Please <strong>answer the question above</strong> so we know whether the " msgstr "" -#: app/views/public_body/list.rhtml:47 -msgid "Found {{count}} public bodies {{description}}" +#: app/views/user/show.rhtml:16 +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 "" -#: app/views/public_body/list.rhtml:51 -msgid "<a href=\"%s\">Can't find the one you want?</a>" +#: app/views/request/_followup.rhtml:54 +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 "" -#: app/views/public_body/show.rhtml:1 -msgid " - view and make Freedom of Information requests" +#: app/views/request/new.rhtml:58 +msgid "Please ask for environmental information only" msgstr "" -#: app/views/public_body/show.rhtml:4 -msgid "Follow this authority" +#: app/views/user/bad_token.rhtml:2 +msgid "" +"Please check the URL (i.e. the long code of letters and numbers) is copied\n" +"correctly from your email." 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/models/profile_photo.rb:91 +msgid "Please choose a file containing your photo." +msgstr "" -#: app/views/public_body/show.rhtml:10 -msgid "More about this authority" +#: app/models/outgoing_message.rb:163 +msgid "Please choose what sort of reply you are making." msgstr "" -#: app/views/public_body/show.rhtml:12 -msgid "Home page of authority" +#: app/controllers/request_controller.rb:371 +msgid "" +"Please choose whether or not you got some of the information that you wanted." msgstr "" -#: app/views/public_body/show.rhtml:15 -msgid "Publication scheme" +#: app/views/track_mailer/event_digest.rhtml:63 +msgid "Please click on the link below to cancel or alter these emails." msgstr "" -#: app/views/public_body/show.rhtml:20 app/views/public_body/show.rhtml:22 -msgid "Charity registration" +#: app/views/user_mailer/changeemail_confirm.rhtml:3 +msgid "" +"Please click on the link below to confirm that you want to \n" +"change the email address that you use for {{site_name}}\n" +"from {{old_email}} to {{new_email}}" msgstr "" -#: app/views/public_body/show.rhtml:26 -msgid "View FOI email address" +#: app/views/user_mailer/confirm_login.rhtml:3 +msgid "Please click on the link below to confirm your email address." msgstr "" -#: app/views/public_body/show.rhtml:30 -msgid "Freedom of information requests to" +#: app/models/info_request.rb:120 +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 "" -#: app/views/public_body/show.rhtml:35 -msgid "also called {{public_body_short_name}}" +#: app/views/user/set_draft_profile_photo.rhtml:22 +msgid "" +"Please don't upload offensive pictures. We will take down images\n" +" that we consider inappropriate." msgstr "" -#: app/views/public_body/show.rhtml:37 -msgid "admin" +#: app/views/user/no_cookies.rhtml:3 +msgid "Please enable \"cookies\" to carry on" msgstr "" -#: app/views/public_body/show.rhtml:46 -msgid "You can only request information about the environment from this authority." +#: app/models/user.rb:42 +msgid "Please enter a password" msgstr "" -#: app/views/public_body/show.rhtml:52 -msgid "Make a new <strong>Environmental Information</strong> request" +#: app/models/contact_validator.rb:30 +msgid "Please enter a subject" msgstr "" -#: app/views/public_body/show.rhtml:54 -msgid "Make a new <strong>Freedom of Information</strong> request to {{public_body}}" +#: app/models/info_request.rb:28 +msgid "Please enter a summary of your request" msgstr "" -#: app/views/public_body/show.rhtml:56 -msgid "<a class=\"link_button_green\" href=\"{{url}}\">{{text}}</a>" +#: app/models/user.rb:119 +msgid "Please enter a valid email address" msgstr "" -#: app/views/public_body/show.rhtml:56 -msgid "Start" +#: app/models/contact_validator.rb:31 +msgid "Please enter the message you want to send" msgstr "" -#: app/views/public_body/show.rhtml:60 -msgid "Freedom of Information law does not apply to this authority, so you cannot make\n a request to it." +#: app/models/user.rb:53 +msgid "Please enter the same password twice" msgstr "" -#: app/views/public_body/show.rhtml:63 -msgid "This authority no longer exists, so you cannot make a request to it." +#: app/models/comment.rb:60 +msgid "Please enter your annotation" msgstr "" -#: app/views/public_body/show.rhtml:65 -msgid "For an unknown reason, it is not possible to make a request to this authority." +#: app/models/contact_validator.rb:29 app/models/user.rb:38 +msgid "Please enter your email address" msgstr "" -#: app/views/public_body/show.rhtml:73 -msgid "Environmental Information Regulations requests made using this site" +#: app/models/outgoing_message.rb:148 +msgid "Please enter your follow up message" msgstr "" -#: app/views/public_body/show.rhtml:76 -msgid "Freedom of Information requests made using this site" +#: app/models/outgoing_message.rb:151 +msgid "Please enter your letter requesting information" msgstr "" -#: app/views/public_body/show.rhtml:77 -msgid "Nobody has made any Freedom of Information requests to {{public_body_name}} using this site yet." +#: app/models/contact_validator.rb:28 app/models/user.rb:40 +msgid "Please enter your name" 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" -msgstr[0] "" -msgstr[1] "" +#: app/models/user.rb:122 +msgid "Please enter your name, not your email address, in the name field." +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" -msgstr[0] "" -msgstr[1] "" +#: app/models/change_email_validator.rb:31 +msgid "Please enter your new email address" +msgstr "" -#: app/views/public_body/show.rhtml:111 -msgid "Only requests made using {{site_name}} are shown." +#: app/models/change_email_validator.rb:30 +msgid "Please enter your old email address" msgstr "" -#: app/views/public_body/show.rhtml:116 -msgid "Environmental Information Regulations requests made" +#: app/models/change_email_validator.rb:32 +msgid "Please enter your password" msgstr "" -#: app/views/public_body/show.rhtml:118 -msgid "Freedom of Information requests made" +#: app/models/outgoing_message.rb:146 +msgid "Please give details explaining why you want a review" msgstr "" -#: app/views/public_body/show.rhtml:120 -msgid "The search index is currently offline, so we can't show the Freedom of Information requests that have been made to this authority." +#: app/models/about_me_validator.rb:24 +msgid "Please keep it shorter than 500 characters" msgstr "" -#: app/views/public_body/view_email.rhtml:3 -msgid "FOI email address for {{public_body}}" +#: app/models/info_request.rb:117 +msgid "" +"Please keep the summary short, like in the subject of an email. You can use " +"a phrase, rather than a full sentence." msgstr "" -#: app/views/public_body/view_email.rhtml:7 -msgid "{{site_name}} sends new requests to <strong>{{request_email}}</strong> for this authority." +#: app/views/request/new.rhtml:77 +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 "" -#: app/views/public_body/view_email.rhtml:10 -msgid "Freedom of Information law no longer applies to this authority.Follow up messages to existing requests are sent to " +#: app/views/request/new_please_describe.rhtml:5 +msgid "" +"Please select each of these requests in turn, and <strong>let everyone know</" +"strong>\n" +"if they are successful yet or not." msgstr "" -#: app/views/public_body/view_email.rhtml:14 -msgid "Follow up messages to existing requests are sent to " +#: app/models/outgoing_message.rb:157 +msgid "" +"Please sign at the bottom with your name, or alter the \"%{signoff}\" " +"signature" msgstr "" -#: app/views/public_body/view_email.rhtml:17 -msgid "We do not have a working request email address for this authority." +#: app/views/user/sign.rhtml:8 +msgid "Please sign in as " 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>." +#: app/controllers/request_controller.rb:765 +msgid "Please type a message and/or choose a file containing your response." 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 You may be able to find the address on their website, or by phoning them up and asking." +#: app/controllers/request_controller.rb:459 +msgid "Please use the form below to tell us more." msgstr "" -#: app/views/public_body/view_email_captcha.rhtml:1 -msgid "View FOI email address for '{{public_body_name}}'" +#: app/views/outgoing_mailer/initial_request.rhtml:5 +#: app/views/outgoing_mailer/followup.rhtml:6 +msgid "Please use this email address for all replies to this request:" msgstr "" -#: app/views/public_body/view_email_captcha.rhtml:3 -msgid "View FOI email address for {{public_body_name}}" +#: app/models/info_request.rb:29 +msgid "Please write a summary with some text in it" msgstr "" -#: app/views/public_body/view_email_captcha.rhtml:5 -msgid "To view the email address that we use to send FOI requests to {{public_body_name}}, please enter these words." +#: app/models/info_request.rb:114 +msgid "" +"Please write the summary using a mixture of capital and lower case letters. " +"This makes it easier for others to read." msgstr "" -#: app/views/public_body/view_email_captcha.rhtml:12 -msgid "View email" +#: app/models/comment.rb:63 +msgid "" +"Please write your annotation using a mixture of capital and lower case " +"letters. This makes it easier for others to read." msgstr "" -#: app/views/request/_after_actions.rhtml:3 -msgid "Things to do with this request" +#: app/controllers/request_controller.rb:448 +msgid "" +"Please write your follow up message containing the necessary clarifications " +"below." msgstr "" -#: app/views/request/_after_actions.rhtml:6 -msgid "Anyone:" +#: app/models/outgoing_message.rb:160 +msgid "" +"Please write your message using a mixture of capital and lower case letters. " +"This makes it easier for others to read." msgstr "" -#: app/views/request/_after_actions.rhtml:9 -msgid "<a href=\"%s\">Add an annotation</a> (to help the requester or others)" +#: app/views/comment/new.rhtml:42 +msgid "" +"Point to <strong>related information</strong>, campaigns or forums which may " +"be useful." msgstr "" -#: app/views/request/_after_actions.rhtml:13 app/views/request/_after_actions.rhtml:35 -msgid "Update the status of this request" +#: app/views/request/_search_ahead.rhtml:4 +msgid "Possibly related requests:" msgstr "" -#: app/views/request/_after_actions.rhtml:17 -msgid "Download a zip file of all correspondence" +#: app/views/comment/preview.rhtml:21 +msgid "Post annotation" msgstr "" -#: app/views/request/_after_actions.rhtml:23 -msgid "{{info_request_user_name}} only:" +#: locale/model_attributes.rb:53 +msgid "PostRedirect|Circumstance" msgstr "" -#: app/views/request/_after_actions.rhtml:28 -msgid "Send a followup" +#: locale/model_attributes.rb:51 +msgid "PostRedirect|Email token" msgstr "" -#: app/views/request/_after_actions.rhtml:30 -msgid "Write a reply" +#: locale/model_attributes.rb:50 +msgid "PostRedirect|Post params yaml" msgstr "" -#: app/views/request/_after_actions.rhtml:39 -msgid "Request an internal review" +#: locale/model_attributes.rb:52 +msgid "PostRedirect|Reason params yaml" msgstr "" -#: app/views/request/_after_actions.rhtml:45 -msgid "{{public_body_name}} only:" +#: locale/model_attributes.rb:48 +msgid "PostRedirect|Token" msgstr "" -#: app/views/request/_after_actions.rhtml:48 -msgid "Respond to request" +#: locale/model_attributes.rb:49 +msgid "PostRedirect|Uri" msgstr "" -#: app/views/request/_correspondence.rhtml:12 app/views/request/_correspondence.rhtml:36 -#: app/views/request/simple_correspondence.rhtml:14 app/views/request/simple_correspondence.rhtml:27 -msgid "From:" +#: app/views/general/blog.rhtml:53 +msgid "Posted on {{date}} by {{author}}" msgstr "" -#: app/views/request/_correspondence.rhtml:26 app/views/request/_correspondence.rhtml:54 -msgid "Link to this" +#: app/views/general/_credits.rhtml:1 +msgid "Powered by <a href=\"http://www.alaveteli.org/\">Alaveteli</a>" msgstr "" -#: app/views/request/_describe_state.rhtml:4 -msgid "What best describes the status of this request now?" +#: app/views/general/_localised_datepicker.rhtml:5 +msgid "Prev" msgstr "" -#: app/views/request/_describe_state.rhtml:7 app/views/request/_other_describe_state.rhtml:10 -msgid "This request is still in progress:" +#: app/views/request/followup_preview.rhtml:1 +msgid "Preview follow up to '" msgstr "" -#: app/views/request/_describe_state.rhtml:11 -msgid "I'm still <strong>waiting</strong> for my information\n <small>(maybe you got an acknowledgement)</small>" +#: app/views/comment/preview.rhtml:1 +msgid "Preview new annotation on '{{info_request_title}}'" msgstr "" -#: app/views/request/_describe_state.rhtml:18 -msgid "I'm still <strong>waiting</strong> for the internal review" +#: app/views/comment/_comment_form.rhtml:15 +msgid "Preview your annotation" msgstr "" -#: app/views/request/_describe_state.rhtml:25 -msgid "I've been asked to <strong>clarify</strong> my request" +#: app/views/request/_followup.rhtml:123 +msgid "Preview your message" msgstr "" -#: app/views/request/_describe_state.rhtml:32 -msgid "I'm waiting for an <strong>internal review</strong> response" +#: app/views/request/new.rhtml:143 +msgid "Preview your public request" msgstr "" -#: app/views/request/_describe_state.rhtml:38 -msgid "They are going to reply <strong>by post</strong>" +#: locale/model_attributes.rb:15 +msgid "ProfilePhoto|Data" msgstr "" -#: app/views/request/_describe_state.rhtml:44 app/views/request/_other_describe_state.rhtml:40 -msgid "This particular request is finished:" +#: locale/model_attributes.rb:16 +msgid "ProfilePhoto|Draft" msgstr "" -#: app/views/request/_describe_state.rhtml:47 app/views/request/_other_describe_state.rhtml:43 -msgid "The <strong>review has finished</strong> and overall:" +#: app/views/public_body/list.rhtml:38 +msgid "Public authorities" msgstr "" -#: app/views/request/_describe_state.rhtml:52 -msgid "They do <strong>not have</strong> the information <small>(maybe they say who does)</small>" +#: app/views/public_body/list.rhtml:36 +msgid "Public authorities - {{description}}" msgstr "" -#: app/views/request/_describe_state.rhtml:56 -msgid "I've received <strong>some of the information</strong>" +#: app/views/general/search.rhtml:154 +msgid "Public authorities {{start_count}} to {{end_count}} of {{total_count}}" msgstr "" -#: app/views/request/_describe_state.rhtml:60 -msgid "I've received <strong>all the information" +#: locale/model_attributes.rb:12 +msgid "PublicBody|First letter" msgstr "" -#: app/views/request/_describe_state.rhtml:64 -msgid "My request has been <strong>refused</strong>" +#: locale/model_attributes.rb:10 +msgid "PublicBody|Home page" msgstr "" -#: app/views/request/_describe_state.rhtml:71 -msgid "Other:" +#: locale/model_attributes.rb:8 +msgid "PublicBody|Last edit comment" msgstr "" -#: app/views/request/_describe_state.rhtml:76 -msgid "I've received an <strong>error message</strong>" +#: locale/model_attributes.rb:7 +msgid "PublicBody|Last edit editor" msgstr "" -#: app/views/request/_describe_state.rhtml:84 -msgid "This request <strong>requires administrator attention</strong>" +#: locale/model_attributes.rb:3 +msgid "PublicBody|Name" msgstr "" -#: app/views/request/_describe_state.rhtml:91 -msgid "I would like to <strong>withdraw this request</strong>" +#: locale/model_attributes.rb:11 +msgid "PublicBody|Notes" msgstr "" -#: app/views/request/_describe_state.rhtml:101 -msgid "Submit status" +#: locale/model_attributes.rb:13 +msgid "PublicBody|Publication scheme" msgstr "" -#: app/views/request/_describe_state.rhtml:101 -msgid "and we'll suggest <strong>what to do next</strong>" +#: locale/model_attributes.rb:5 +msgid "PublicBody|Request email" msgstr "" -#: app/views/request/_describe_state.rhtml:107 -msgid "We don't know whether the most recent response to this request contains\n information or not\n –\n if you are {{user_link}} please <a href=\"{{url}}\">sign in</a> and let everyone know." +#: locale/model_attributes.rb:4 +msgid "PublicBody|Short name" msgstr "" -#: app/views/request/_followup.rhtml:3 -msgid "the main FOI contact at {{public_body}}" +#: locale/model_attributes.rb:9 +msgid "PublicBody|Url name" msgstr "" -#: app/views/request/_followup.rhtml:8 -msgid "Request an internal review from {{person_or_body}}" +#: locale/model_attributes.rb:6 +msgid "PublicBody|Version" msgstr "" -#: app/views/request/_followup.rhtml:11 -msgid "Send a public follow up message to {{person_or_body}}" +#: app/views/public_body/show.rhtml:15 +msgid "Publication scheme" msgstr "" -#: app/views/request/_followup.rhtml:14 -msgid "Send a public reply to {{person_or_body}}" +#: app/views/track/_tracking_links.rhtml:26 +msgid "RSS feed" msgstr "" -#: app/views/request/_followup.rhtml:19 -msgid "Don't want to address your message to {{person_or_body}}? You can also write to:" +#: app/views/track/_tracking_links.rhtml:26 +msgid "RSS feed of updates" msgstr "" -#: app/views/request/_followup.rhtml:23 app/views/request/_followup.rhtml:28 -#: app/views/request/_followup.rhtml:34 -msgid "the main FOI contact address for {{public_body}}" +#: app/views/comment/preview.rhtml:20 +msgid "Re-edit this annotation" msgstr "" -#: app/views/request/_followup.rhtml:43 -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." +#: app/views/request/followup_preview.rhtml:49 +msgid "Re-edit this message" msgstr "" -#: app/views/request/_followup.rhtml:47 -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>)." +#: app/views/general/_advanced_search_tips.rhtml:19 +msgid "" +"Read about <a href=\"{{advanced_search_url}}\">advanced search operators</" +"a>, such as proximity and wildcards." msgstr "" -#: app/views/request/_followup.rhtml:54 -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>." +#: app/views/general/_topnav.rhtml:7 +msgid "Read blog" msgstr "" -#: app/views/request/_followup.rhtml:59 -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" +#: app/views/general/_advanced_search_tips.rhtml:34 +msgid "Received an error message, such as delivery failure." msgstr "" -#: app/views/request/_followup.rhtml:63 app/views/request/show.rhtml:70 app/views/request/show.rhtml:80 -msgid "in term time" +#: app/views/general/search.rhtml:129 +msgid "Recently described results first" msgstr "" -#: app/views/request/_followup.rhtml:65 -msgid "by <strong>{{date}}</strong>" +#: app/models/info_request.rb:789 +msgid "Refused." 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>" +#: app/views/user/_signin.rhtml:26 +msgid "" +"Remember me</label> (keeps you signed in longer;\n" +" do not use on a public computer) " msgstr "" -#: app/views/request/_followup.rhtml:71 -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" +#: app/views/comment/_single_comment.rhtml:24 +msgid "Report abuse" msgstr "" -#: app/views/request/_followup.rhtml:85 -msgid "What are you doing?" +#: app/views/request/_after_actions.rhtml:39 +msgid "Request an internal review" msgstr "" -#: app/views/request/_followup.rhtml:95 -msgid "I am asking for <strong>new information</strong>" +#: app/views/request/_followup.rhtml:8 +msgid "Request an internal review from {{person_or_body}}" msgstr "" -#: app/views/request/_followup.rhtml:100 -msgid "I am requesting an <strong>internal review</strong>" +#: app/views/request/hidden.rhtml:1 +msgid "Request has been removed" msgstr "" -#: app/views/request/_followup.rhtml:101 -msgid "<a href=\"%s\">what's that?</a>" +#: app/views/request/_request_listing_via_event.rhtml:20 +msgid "" +"Request sent to {{public_body_name}} by {{info_request_user}} on {{date}}." msgstr "" -#: app/views/request/_followup.rhtml:106 -msgid "<strong>Anything else</strong>, such as clarifying, prompting, thanking" +#: app/views/request/_request_listing_via_event.rhtml:28 +msgid "" +"Request to {{public_body_name}} by {{info_request_user}}. Annotated by " +"{{event_comment_user}} on {{date}}." msgstr "" -#: app/views/request/_followup.rhtml:112 -msgid "Edit and add <strong>more details</strong> to the message above,\n explaining why you are dissatisfied with their response." +#: app/views/request/_request_listing_single.rhtml:12 +msgid "" +"Requested from {{public_body_name}} by {{info_request_user}} on {{date}}" msgstr "" -#: app/views/request/_followup.rhtml:123 -msgid "Preview your message" +#: app/views/request/_sidebar_request_listing.rhtml:13 +msgid "Requested on {{date}}" 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." +#: app/models/track_thing.rb:281 app/models/track_thing.rb:282 +msgid "Requests or responses matching your saved search" msgstr "" -#: app/views/request/_hidden_correspondence.rhtml:17 -msgid "This outgoing message 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." +#: app/views/request/upload_response.rhtml:11 +msgid "Respond by email" 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." +#: app/views/request/_after_actions.rhtml:48 +msgid "Respond to request" msgstr "" -#: app/views/request/_hidden_correspondence.rhtml:32 -msgid "unexpected prominence on request event" +#: app/views/request/upload_response.rhtml:5 +msgid "Respond to the FOI request" msgstr "" -#: app/views/request/_other_describe_state.rhtml:4 -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." +#: app/views/request/upload_response.rhtml:21 +msgid "Respond using the web" msgstr "" -#: app/views/request/_other_describe_state.rhtml:14 -msgid "<strong>No response</strong> has been received\n <small>(maybe there's just an acknowledgement)</small>" +#: app/models/info_request_event.rb:341 +msgid "Response" msgstr "" -#: app/views/request/_other_describe_state.rhtml:21 -msgid "Still awaiting an <strong>internal review</strong>" +#: app/views/general/_advanced_search_tips.rhtml:44 +msgid "Response from a public authority" msgstr "" -#: app/views/request/_other_describe_state.rhtml:28 -msgid "<strong>Clarification</strong> has been requested" +#: app/views/request/show.rhtml:77 +msgid "Response to this request is <strong>delayed</strong>." msgstr "" -#: app/views/request/_other_describe_state.rhtml:34 -msgid "A response will be sent <strong>by post</strong>" +#: app/views/request/show.rhtml:85 +msgid "Response to this request is <strong>long overdue</strong>." msgstr "" -#: app/views/request/_other_describe_state.rhtml:48 -msgid "The authority do <strong>not have</strong> the information <small>(maybe they say who does)" +#: app/views/request/show_response.rhtml:62 +msgid "Response to your request" msgstr "" -#: app/views/request/_other_describe_state.rhtml:52 -msgid "<strong>Some of the information</strong> has been sent " +#: app/views/request/upload_response.rhtml:28 +msgid "Response:" msgstr "" -#: app/views/request/_other_describe_state.rhtml:56 -msgid "<strong>All the information</strong> has been sent" +#: app/views/general/search.rhtml:83 +msgid "Restrict to" msgstr "" -#: app/views/request/_other_describe_state.rhtml:60 -msgid "The request has been <strong>refused</strong>" +#: app/views/general/search.rhtml:12 +msgid "Results page {{page_number}}" msgstr "" -#: app/views/request/_other_describe_state.rhtml:70 -msgid "An <strong>error message</strong> has been received" +#: app/views/user/set_profile_about_me.rhtml:35 +msgid "Save" msgstr "" -#: app/views/request/_request_filter_form.rhtml:6 -msgid "Keywords" +#: app/views/request/select_authority.rhtml:42 +#: app/views/request/_request_filter_form.rhtml:49 +#: app/views/general/search.rhtml:17 app/views/general/search.rhtml:32 +#: app/views/general/search.rhtml:45 +#: app/views/general/exception_caught.rhtml:12 +#: app/views/general/frontpage.rhtml:23 app/views/public_body/list.rhtml:43 +msgid "Search" +msgstr "" + +#: app/views/general/search.rhtml:8 +msgid "Search Freedom of Information requests, public authorities and users" +msgstr "" + +#: app/views/user/show.rhtml:134 +msgid "Search contributions by this person" msgstr "" #: app/views/request/_request_filter_form.rhtml:11 msgid "Search for words in:" msgstr "" -#: app/views/request/_request_filter_form.rhtml:30 -msgid "all requests" +#: app/views/general/search.rhtml:96 +msgid "Search in" msgstr "" -#: app/views/request/_request_listing_short_via_event.rhtml:9 -msgid "To {{public_body_link_absolute}}" +#: app/views/general/frontpage.rhtml:15 +msgid "" +"Search over<br/>\n" +" <strong>{{number_of_requests}} requests</strong> <span>and</" +"span><br/>\n" +" <strong>{{number_of_authorities}} authorities</strong>" msgstr "" -#: app/views/request/_request_listing_short_via_event.rhtml:10 -msgid "by {{user_link_absolute}}" +#: app/views/general/search.rhtml:19 +msgid "Search results" msgstr "" -#: app/views/request/_request_listing_single.rhtml:12 -msgid "Requested from {{public_body_name}} by {{info_request_user}} on {{date}}" +#: app/views/general/exception_caught.rhtml:9 +msgid "Search the site to find what you were looking for." msgstr "" -#: app/views/request/_request_listing_via_event.rhtml:20 -msgid "Request sent to {{public_body_name}} by {{info_request_user}} on {{date}}." -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" +msgstr[0] "" +msgstr[1] "" -#: app/views/request/_request_listing_via_event.rhtml:23 -msgid "sent to {{public_body_name}} by {{info_request_user}} on {{date}}." +#: app/views/user/show.rhtml:132 +msgid "Search your contributions" msgstr "" -#: app/views/request/_request_listing_via_event.rhtml:26 -msgid "by {{public_body_name}} to {{info_request_user}} on {{date}}." +#: app/views/request/select_authority.rhtml:50 +#: app/views/public_body/_search_ahead.rhtml:6 +msgid "Select one to see more information about the authority." msgstr "" -#: app/views/request/_request_listing_via_event.rhtml:28 -msgid "Request to {{public_body_name}} by {{info_request_user}}. Annotated by {{event_comment_user}} on {{date}}." +#: app/views/request/select_authority.rhtml:28 +msgid "Select the authority to write to" msgstr "" -#: app/views/request/_request_listing_via_event.rhtml:30 -msgid "unknown event type indexed " +#: app/views/request/_after_actions.rhtml:28 +msgid "Send a followup" msgstr "" -#: app/views/request/_search_ahead.rhtml:3 -msgid "Possibly related requests:" +#: app/controllers/user_controller.rb:363 +msgid "Send a message to " msgstr "" -#: app/views/request/_search_ahead.rhtml:10 -msgid "Or search in their website for this information." +#: app/views/request/_followup.rhtml:11 +msgid "Send a public follow up message to {{person_or_body}}" msgstr "" -#: app/views/request/_sidebar.rhtml:2 -msgid "Follow this request" +#: app/views/request/_followup.rhtml:14 +msgid "Send a public reply to {{person_or_body}}" msgstr "" -#: 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] "" -msgstr[1] "" +#: app/views/request/followup_preview.rhtml:50 +msgid "Send message" +msgstr "" -#: app/views/request/_sidebar.rhtml:8 -msgid "Act on what you've learnt" +#: app/views/user/show.rhtml:74 +msgid "Send message to " msgstr "" -#: app/views/request/_sidebar.rhtml:13 -msgid "Tweet this request" +#: app/views/request/preview.rhtml:41 +msgid "Send request" msgstr "" -#: app/views/request/_sidebar.rhtml:17 -msgid "Start your own blog" +#: app/views/user/show.rhtml:58 +msgid "Set your profile photo" msgstr "" -#: app/views/request/_sidebar.rhtml:24 -msgid "Similar requests" +#: app/models/public_body.rb:39 +msgid "Short name is already taken" msgstr "" -#: app/views/request/_sidebar.rhtml:29 -msgid "More similar requests" +#: app/views/general/search.rhtml:125 +msgid "Show most relevant results first" msgstr "" -#: app/views/request/_sidebar.rhtml:35 -msgid "Event history details" +#: app/views/public_body/list.rhtml:2 +msgid "Show only..." msgstr "" -#: app/views/request/_sidebar.rhtml:39 -msgid "<a href=\"%s\">Are you the owner of\n any commercial copyright on this page?</a>" +#: app/views/request/_request_filter_form.rhtml:29 +#: app/views/general/search.rhtml:51 +msgid "Showing" msgstr "" -#: app/views/request/_sidebar_request_listing.rhtml:13 -msgid "Requested on {{date}}" +#: app/views/user/sign.rhtml:2 app/views/user/sign.rhtml:24 +#: app/views/user/_signin.rhtml:32 +msgid "Sign in" msgstr "" -#: app/views/request/_view_html_prefix.rhtml:6 -msgid "Download original attachment" +#: app/views/user/sign.rhtml:20 +msgid "Sign in or make a new account" msgstr "" -#: app/views/request/_view_html_prefix.rhtml:9 -msgid "This is an HTML version of an attachment to the Freedom of Information request" +#: app/views/layouts/default.rhtml:112 +msgid "Sign in or sign up" msgstr "" -#: app/views/request/details.rhtml:1 app/views/request/details.rhtml:2 -msgid "Details of request '" +#: app/views/layouts/default.rhtml:110 +msgid "Sign out" msgstr "" -#: app/views/request/details.rhtml:4 -msgid "Event history" +#: app/views/user/_signup.rhtml:46 app/views/user/sign.rhtml:31 +msgid "Sign up" msgstr "" -#: app/views/request/details.rhtml:6 -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." +#: app/views/request/_sidebar.rhtml:24 +msgid "Similar requests" msgstr "" -#: app/views/request/details.rhtml:12 -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." +#: app/views/general/search.rhtml:33 +msgid "Simple search" msgstr "" -#: app/views/request/details.rhtml:50 -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." +#: app/models/request_mailer.rb:178 +msgid "Some notes have been added to your FOI request - " msgstr "" -#: app/views/request/details.rhtml:58 -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>." +#: app/views/general/_advanced_search_tips.rhtml:29 +msgid "Some of the information requested has been received" msgstr "" -#: app/views/request/followup_bad.rhtml:2 -msgid "Unable to send follow up message to {{username}}" +#: app/views/request_game/play.rhtml:31 +msgid "" +"Some people who've made requests haven't let us know whether they were\n" +"successful or not. We need <strong>your</strong> help –\n" +"choose one of these requests, read it, and let everyone know whether or not " +"the\n" +"information has been provided. Everyone'll be exceedingly grateful." msgstr "" -#: app/views/request/followup_bad.rhtml:4 -msgid "Unable to send a reply to {{username}}" +#: app/models/request_mailer.rb:169 +msgid "Somebody added a note to your FOI request - " msgstr "" -#: app/views/request/followup_bad.rhtml:11 -msgid "Freedom of Information law no longer applies to" +#: app/views/user_mailer/changeemail_already_used.rhtml:1 +msgid "" +"Someone, perhaps you, just tried to change their email address on\n" +"{{site_name}} from {{old_email}} to {{new_email}}." msgstr "" -#: app/views/request/followup_bad.rhtml:12 -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>." +#: app/views/user/wrong_user.rhtml:2 +msgid "Sorry, but only {{user_name}} is allowed to do that." msgstr "" -#: app/views/request/followup_bad.rhtml:18 -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>." +#: app/views/general/exception_caught.rhtml:17 +msgid "Sorry, there was a problem processing this page" msgstr "" -#: app/views/request/followup_bad.rhtml:24 -msgid "We do not have a working {{law_used_full}} address for {{public_body_name}}." +#: app/views/general/exception_caught.rhtml:3 +msgid "Sorry, we couldn't find that page" msgstr "" -#: app/views/request/followup_bad.rhtml:24 -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>." +#: app/views/request/new.rhtml:52 +msgid "Special note for this authority!" msgstr "" -#: app/views/request/followup_bad.rhtml:29 -msgid "unknown reason " +#: app/views/public_body/show.rhtml:56 +msgid "Start" msgstr "" -#: app/views/request/followup_preview.rhtml:1 -msgid "Preview follow up to '" +#: app/views/general/frontpage.rhtml:10 +msgid "Start now »" msgstr "" -#: app/views/request/followup_preview.rhtml:8 -msgid "Now preview your message asking for an internal review" +#: app/views/request/_sidebar.rhtml:17 +msgid "Start your own blog" msgstr "" -#: app/views/request/followup_preview.rhtml:10 -msgid "Now preview your follow up" +#: app/views/general/blog.rhtml:6 +msgid "Stay up to date" msgstr "" -#: app/views/request/followup_preview.rhtml:14 app/views/request/preview.rhtml:7 -msgid "Check you haven't included any <strong>personal information</strong>." +#: app/views/request/_other_describe_state.rhtml:21 +msgid "Still awaiting an <strong>internal review</strong>" msgstr "" -#: app/views/request/followup_preview.rhtml:15 -msgid "Your message will appear in <strong>search engines</strong>" +#: app/views/request/followup_preview.rhtml:23 +#: app/views/request/preview.rhtml:18 +msgid "Subject:" msgstr "" -#: app/views/request/followup_preview.rhtml:22 app/views/request/new.rhtml:40 app/views/request/preview.rhtml:17 -#: app/views/request/simple_correspondence.rhtml:16 app/views/request/simple_correspondence.rhtml:28 -msgid "To:" +#: app/views/user/signchangepassword_send_confirm.rhtml:26 +msgid "Submit" msgstr "" -#: app/views/request/followup_preview.rhtml:23 app/views/request/preview.rhtml:18 -msgid "Subject:" +#: app/views/request/_describe_state.rhtml:101 +msgid "Submit status" msgstr "" -#: app/views/request/followup_preview.rhtml:37 -msgid "<strong>Privacy warning:</strong> Your message, and any response\n to it, will be displayed publicly on this website." +#: app/views/general/blog.rhtml:8 +msgid "Subscribe to blog" msgstr "" -#: app/views/request/followup_preview.rhtml:49 -msgid "Re-edit this message" +#: app/models/track_thing.rb:230 app/models/track_thing.rb:231 +msgid "Successful Freedom of Information requests" msgstr "" -#: app/views/request/followup_preview.rhtml:50 -msgid "Send message" +#: app/models/info_request.rb:793 +msgid "Successful." msgstr "" -#: app/views/request/hidden.rhtml:1 -msgid "Request has been removed" +#: app/views/comment/new.rhtml:39 +msgid "" +"Suggest how the requester can find the <strong>rest of the information</" +"strong>." msgstr "" -#: app/views/request/hidden.rhtml:9 -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." +#: app/views/request/new.rhtml:84 +msgid "Summary:" 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." +#: app/views/general/_advanced_search_tips.rhtml:22 +msgid "Table of statuses" msgstr "" -#: app/views/request/list.rhtml:8 -msgid "Follow these requests" +#: app/views/general/_advanced_search_tips.rhtml:39 +msgid "Table of varieties" msgstr "" -#: app/views/request/list.rhtml:19 -msgid "No requests of this sort yet." +#: app/views/general/search.rhtml:71 +msgid "Tags (separated by a space):" msgstr "" -#: app/views/request/list.rhtml:21 -msgid "{{count}} FOI requests found" +#: app/views/request/preview.rhtml:45 +msgid "Tags:" msgstr "" -#: app/views/request/list.rhtml:27 -msgid "Unexpected search result type" +#: app/views/general/exception_caught.rhtml:21 +msgid "Technical details" msgstr "" -#: app/views/request/new.rhtml:20 -msgid "Make an {{law_used_short}} request to '{{public_body_name}}'" +#: app/controllers/request_game_controller.rb:52 +msgid "Thank you for helping us keep the site tidy!" msgstr "" -#: app/views/request/new.rhtml:22 -msgid "2. Ask for Information" +#: app/controllers/comment_controller.rb:62 +msgid "Thank you for making an annotation!" msgstr "" -#: app/views/request/new.rhtml:27 -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." +#: app/controllers/request_controller.rb:771 +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 "" -#: app/views/request/new.rhtml:44 -msgid "Browse <a href='{{url}}'>other requests</a> to '{{public_body_name}}' for examples of how to word your request." +#: app/controllers/request_controller.rb:403 +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 "" -#: app/views/request/new.rhtml:46 -msgid "Browse <a href='{{url}}'>other requests</a> for examples of how to word your request." +#: app/controllers/request_controller.rb:406 +msgid "Thank you for updating this request!" msgstr "" -#: app/views/request/new.rhtml:52 -msgid "Special note for this authority!" +#: app/controllers/user_controller.rb:430 +#: app/controllers/user_controller.rb:446 +msgid "Thank you for updating your profile photo" msgstr "" -#: app/views/request/new.rhtml:58 -msgid "Please ask for environmental information only" +#: app/views/request_game/play.rhtml:42 +msgid "" +"Thanks for helping - your work will make it easier for everyone to find " +"successful\n" +"responses, and maybe even let us make league tables..." msgstr "" -#: app/views/request/new.rhtml:60 -msgid "The Freedom of Information Act <strong>does not apply</strong> to" +#: app/views/user/show.rhtml:24 +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 "" -#: app/views/request/new.rhtml:61 -msgid "However, you have the right to request environmental\n information under a different law" +#: app/views/request/new_please_describe.rhtml:20 +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 "" -#: app/views/request/new.rhtml:63 -msgid "This covers a very wide spectrum of information about the state of\n the <strong>natural and built environment</strong>, such as:" +#: app/controllers/user_controller.rb:221 +msgid "" +"That doesn't look like a valid email address. Please check you have typed it " +"correctly." msgstr "" -#: app/views/request/new.rhtml:67 -msgid "Air, water, soil, land, flora and fauna (including how these effect\n human beings)" +#: app/views/request/_describe_state.rhtml:47 +#: app/views/request/_other_describe_state.rhtml:43 +msgid "The <strong>review has finished</strong> and overall:" msgstr "" -#: app/views/request/new.rhtml:69 -msgid "Information on emissions and discharges (e.g. noise, energy,\n radiation, waste materials)" +#: app/views/request/new.rhtml:60 +msgid "The Freedom of Information Act <strong>does not apply</strong> to" msgstr "" -#: app/views/request/new.rhtml:71 -msgid "Human health and safety" +#: app/views/user_mailer/changeemail_already_used.rhtml:8 +msgid "The accounts have been left as they previously were." msgstr "" -#: app/views/request/new.rhtml:72 -msgid "Cultural sites and built structures (as they may be affected by the\n environmental factors listed above)" +#: app/views/request/_other_describe_state.rhtml:48 +msgid "" +"The authority do <strong>not have</strong> the information <small>(maybe " +"they say who does)" msgstr "" -#: app/views/request/new.rhtml:74 -msgid "Plans and administrative measures that affect these matters" +#: app/views/request/show_response.rhtml:26 +msgid "" +"The authority only has a <strong>paper copy</strong> of the information." msgstr "" -#: app/views/request/new.rhtml:77 -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." +#: app/views/request/show_response.rhtml:18 +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 "" -#: app/views/request/new.rhtml:84 -msgid "Summary:" +#: app/views/request/show.rhtml:109 +msgid "" +"The authority would like to / has <strong>responded by post</strong> to this " +"request." msgstr "" -#: app/views/request/new.rhtml:88 -msgid "a one line summary of the information you are requesting, \n e.g." +#: app/views/request_mailer/stopped_responses.rhtml:1 +msgid "" +"The email that you, on behalf of {{public_body}}, sent to\n" +"{{user}} to reply to an {{law_used_short}}\n" +"request has not been delivered." msgstr "" -#: app/views/request/new.rhtml:90 -msgid "'Pollution levels over time for the River Tyne'" +#: app/views/general/exception_caught.rhtml:5 +msgid "The page doesn't exist. Things you can try now:" msgstr "" -#: app/views/request/new.rhtml:92 -msgid "'Crime statistics by ward level for Wales'" +#: app/views/general/_advanced_search_tips.rhtml:27 +msgid "The public authority does not have the information requested" msgstr "" -#: app/views/request/new.rhtml:104 -msgid "Write your request in <strong>simple, precise language</strong>." +#: app/views/general/_advanced_search_tips.rhtml:31 +msgid "The public authority would like part of the request explained" msgstr "" -#: app/views/request/new.rhtml:105 -msgid "Ask for <strong>specific</strong> documents or information, this site is not suitable for general enquiries." +#: app/views/general/_advanced_search_tips.rhtml:32 +msgid "The public authority would like to / has responded by post" 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>)." +#: app/views/request/_other_describe_state.rhtml:60 +msgid "The request has been <strong>refused</strong>" msgstr "" -#: app/views/request/new.rhtml:113 -msgid "Your request:" +#: app/controllers/request_controller.rb:377 +msgid "" +"The request has been updated since you originally loaded this page. Please " +"check for any new incoming messages below, and try again." 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>)." +#: app/views/request/show.rhtml:104 +msgid "The request is <strong>waiting for clarification</strong>." 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>." +#: app/views/request/show.rhtml:97 +msgid "The request was <strong>partially successful</strong>." msgstr "" -#: app/views/request/new.rhtml:128 -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>)." +#: app/views/request/show.rhtml:93 +msgid "The request was <strong>refused</strong> by" msgstr "" -#: app/views/request/new.rhtml:135 -msgid "<strong> Can I request information about myself?</strong>\n <a href=\"%s\">No! (Click here for details)</a>" +#: app/views/request/show.rhtml:95 +msgid "The request was <strong>successful</strong>." msgstr "" -#: app/views/request/new.rhtml:143 -msgid "Preview your public request" +#: app/views/general/_advanced_search_tips.rhtml:28 +msgid "The request was refused by the public authority" msgstr "" -#: app/views/request/new_bad_contact.rhtml:1 -msgid "Missing contact details for '" +#: 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 "" -#: app/views/request/new_bad_contact.rhtml:5 -msgid "Unfortunately, we do not have a working {{info_request_law_used_full}}\naddress for" +#: app/views/general/_advanced_search_tips.rhtml:36 +msgid "The requester has abandoned this request for some reason" msgstr "" -#: app/views/request/new_bad_contact.rhtml:6 -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>." +#: app/views/request/_followup.rhtml:59 +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 "" -#: app/views/request/new_please_describe.rhtml:5 -msgid "Please select each of these requests in turn, and <strong>let everyone know</strong>\nif they are successful yet or not." +#: app/views/request/_followup.rhtml:71 +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 "" -#: 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." +#: app/views/public_body/show.rhtml:120 +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 "" -#: app/views/request/new_please_describe.rhtml:20 -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." +#: app/views/user/show.rhtml:165 +msgid "" +"The search index is currently offline, so we can't show the Freedom of " +"Information requests this person has made." msgstr "" -#: app/views/request/preview.rhtml:5 -msgid "3. Now check your request" +#: app/controllers/track_controller.rb:151 +msgid "Then you can cancel the alert." 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>)." +#: app/controllers/track_controller.rb:181 +msgid "Then you can cancel the alerts." 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>." +#: app/controllers/user_controller.rb:281 +msgid "Then you can change your email address used on {{site_name}}" msgstr "" -#: app/views/request/preview.rhtml:40 -msgid "Edit this request" +#: app/controllers/user_controller.rb:235 +msgid "Then you can change your password on {{site_name}}" msgstr "" -#: app/views/request/preview.rhtml:41 -msgid "Send request" +#: app/controllers/request_controller.rb:363 +msgid "Then you can classify the FOI response you have got from " msgstr "" -#: app/views/request/preview.rhtml:45 -msgid "Tags:" +#: app/controllers/request_controller.rb:795 +msgid "Then you can download a zip file of {{info_request_title}}." msgstr "" -#: app/views/request/select_authority.rhtml:27 -msgid "Select the authority to write to" +#: app/controllers/request_game_controller.rb:41 +msgid "Then you can play the request categorisation game." msgstr "" -#: app/views/request/select_authority.rhtml:29 -msgid "1. Select an authority" +#: app/controllers/user_controller.rb:362 +msgid "Then you can send a message to " msgstr "" -#: app/views/request/select_authority.rhtml:35 -msgid "First, type in the <strong>name of the UK public authority</strong> you'd \n <br>like information from. <strong>By law, they have to respond</strong>\n (<a href=\"%s\">why?</a>)." +#: app/controllers/user_controller.rb:556 +msgid "Then you can sign in to {{site_name}}" msgstr "" -#: app/views/request/show.rhtml:5 -msgid "This request has prominence 'hidden'. You can only see it because you are logged\n in as a super user." +#: app/controllers/request_controller.rb:84 +msgid "Then you can update the status of your request to " 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." +#: app/controllers/request_controller.rb:736 +msgid "Then you can upload an FOI response. " msgstr "" -#: app/views/request/show.rhtml:36 -msgid "{{user}} (<a href=\"{{user_admin_url}}\">admin</a>) 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>)" +#: app/controllers/request_controller.rb:570 +msgid "Then you can write follow up message to " msgstr "" -#: app/views/request/show.rhtml:44 -msgid "{{user}} made this {{law_used_full}} request" +#: app/controllers/request_controller.rb:571 +msgid "Then you can write your reply to " msgstr "" -#: app/views/request/show.rhtml:45 -msgid "to {{public_body}}" +#: app/models/track_thing.rb:269 +msgid "" +"Then you will be emailed whenever '{{user_name}}' requests something or gets " +"a response." msgstr "" -#: app/views/request/show.rhtml:52 -msgid "Please <strong>answer the question above</strong> so we know whether the " +#: app/models/track_thing.rb:285 +msgid "" +"Then you will be emailed whenever a new request or response matches your " +"search." msgstr "" -#: app/views/request/show.rhtml:53 -msgid "useful information." +#: app/models/track_thing.rb:234 +msgid "Then you will be emailed whenever an FOI request succeeds." msgstr "" -#: app/views/request/show.rhtml:55 -msgid "This request has an <strong>unknown status</strong>." +#: app/models/track_thing.rb:218 +msgid "Then you will be emailed whenever anyone makes a new FOI request." msgstr "" -#: app/views/request/show.rhtml:57 -msgid "We're waiting for someone to read" +#: app/models/track_thing.rb:253 +msgid "" +"Then you will be emailed whenever someone requests something or gets a " +"response from '{{public_body_name}}'." msgstr "" -#: app/views/request/show.rhtml:59 -msgid "and update the status accordingly. Perhaps <strong>you</strong> might like to help out by doing that?" +#: app/models/track_thing.rb:202 +msgid "" +"Then you will be emailed whenever the request '{{request_title}}' is updated." msgstr "" -#: app/views/request/show.rhtml:61 -msgid "We're waiting for" +#: app/controllers/request_controller.rb:35 +msgid "Then you'll be allowed to send FOI requests." msgstr "" -#: app/views/request/show.rhtml:62 -msgid "to read" +#: app/controllers/request_controller.rb:323 +msgid "Then your FOI request to {{public_body_name}} will be sent." msgstr "" -#: app/views/request/show.rhtml:64 -msgid "and update the status." +#: app/controllers/comment_controller.rb:56 +msgid "Then your annotation to {{info_request_title}} will be posted." msgstr "" -#: app/views/request/show.rhtml:68 -msgid "Currently <strong>waiting for a response</strong> from {{public_body_link}}, they must respond promptly and" +#: app/views/request_mailer/comment_on_alert_plural.rhtml:1 +msgid "" +"There are {{count}} new annotations on your {{info_request}} request. Follow " +"this link to see what they wrote." msgstr "" -#: app/views/request/show.rhtml:72 -msgid "normally" +#: 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" +msgstr[0] "" +msgstr[1] "" + +#: app/views/user/show.rhtml:8 +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 "" -#: app/views/request/show.rhtml:74 -msgid "no later than" +#: app/views/request/show.rhtml:113 +msgid "" +"There was a <strong>delivery error</strong> or similar, which needs fixing " +"by the {{site_name}} team." msgstr "" -#: app/views/request/show.rhtml:77 -msgid "Response to this request is <strong>delayed</strong>." +#: app/controllers/user_controller.rb:154 +#: app/controllers/public_body_controller.rb:83 +msgid "There was an error with the words you entered, please try again." msgstr "" -#: app/views/request/show.rhtml:78 -msgid "By law, {{public_body_link}} should normally have responded <strong>promptly</strong> and" +#: app/views/public_body/show.rhtml:109 +msgid "There were no requests matching your query." msgstr "" -#: app/views/request/show.rhtml:82 -msgid "by" +#: app/views/general/search.rhtml:10 +msgid "There were no results matching your query." msgstr "" -#: app/views/request/show.rhtml:85 -msgid "Response to this request is <strong>long overdue</strong>." +#: app/views/request/_describe_state.rhtml:38 +msgid "They are going to reply <strong>by post</strong>" msgstr "" -#: app/views/request/show.rhtml:86 -msgid "By law, under all circumstances, {{public_body_link}} should have responded by now" +#: app/views/request/_describe_state.rhtml:52 +msgid "" +"They do <strong>not have</strong> the information <small>(maybe they say who " +"does)</small>" msgstr "" -#: app/views/request/show.rhtml:88 -msgid "You can <strong>complain</strong> by" +#: app/views/user/show.rhtml:88 +msgid "They have been given the following explanation:" msgstr "" -#: app/views/request/show.rhtml:89 -msgid "requesting an internal review" +#: app/views/request_mailer/overdue_alert.rhtml:3 +msgid "" +"They have not replied to your {{law_used_short}} request {{title}} promptly, " +"as normally required by law" msgstr "" -#: app/views/request/show.rhtml:91 -msgid "<strong>did not have</strong> the information requested." +#: app/views/request_mailer/very_overdue_alert.rhtml:3 +msgid "" +"They have not replied to your {{law_used_short}} request {{title}}, \n" +"as required by law" msgstr "" -#: app/views/request/show.rhtml:93 -msgid "The request was <strong>refused</strong> by" +#: app/views/request/_after_actions.rhtml:3 +msgid "Things to do with this request" msgstr "" -#: app/views/request/show.rhtml:95 -msgid "The request was <strong>successful</strong>." +#: app/views/public_body/show.rhtml:63 +msgid "This authority no longer exists, so you cannot make a request to it." msgstr "" -#: app/views/request/show.rhtml:97 -msgid "The request was <strong>partially successful</strong>." +#: 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 "" -#: app/views/request/show.rhtml:100 -msgid "is <strong>waiting for your clarification</strong>." +#: app/views/request/new.rhtml:63 +msgid "" +"This covers a very wide spectrum of information about the state of\n" +" the <strong>natural and built environment</strong>, such as:" msgstr "" -#: app/views/request/show.rhtml:101 -msgid "Please" +#: app/views/request/simple_correspondence.rhtml:1 +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 "" -#: app/views/request/show.rhtml:102 -msgid "send a follow up message" +#: app/views/request/_view_html_prefix.rhtml:9 +msgid "" +"This is an HTML version of an attachment to the Freedom of Information " +"request" msgstr "" -#: app/views/request/show.rhtml:104 -msgid "The request is <strong>waiting for clarification</strong>." +#: app/views/request_mailer/stopped_responses.rhtml:5 +msgid "" +"This is because {{title}} is an old request that has been\n" +"marked to no longer receive responses." msgstr "" -#: app/views/request/show.rhtml:105 -msgid "If you are {{user_link}}, please" +#: app/views/track/_tracking_links.rhtml:8 +msgid "" +"This is your own request, so you will be automatically emailed when new " +"responses arrive." msgstr "" -#: app/views/request/show.rhtml:106 -msgid "sign in" +#: 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 "" -#: app/views/request/show.rhtml:106 -msgid "to send a follow up message." +#: app/views/request/_describe_state.rhtml:44 +#: app/views/request/_other_describe_state.rhtml:40 +msgid "This particular request is finished:" msgstr "" -#: app/views/request/show.rhtml:109 -msgid "The authority would like to / has <strong>responded by post</strong> to this request." +#: app/views/user/show.rhtml:144 +msgid "" +"This person has made no Freedom of Information requests using this site." msgstr "" -#: app/views/request/show.rhtml:111 -msgid "Waiting for an <strong>internal review</strong> by {{public_body_link}} of their handling of this request." +#: 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] "" +msgstr[1] "" + +#: app/views/user/show.rhtml:179 +msgid "This person's %d annotation" +msgid_plural "This person's %d annotations" +msgstr[0] "" +msgstr[1] "" + +#: app/views/user/show.rhtml:172 +msgid "This person's annotations" msgstr "" -#: app/views/request/show.rhtml:113 -msgid "There was a <strong>delivery error</strong> or similar, which needs fixing by the {{site_name}} team." +#: app/views/request/_describe_state.rhtml:84 +msgid "This request <strong>requires administrator attention</strong>" msgstr "" -#: app/views/request/show.rhtml:115 -msgid "This request has had an unusual response, and <strong>requires attention</strong> from the {{site_name}} team." +#: app/views/request/show.rhtml:55 +msgid "This request has an <strong>unknown status</strong>." msgstr "" #: app/views/request/show.rhtml:117 -msgid "This request has been <strong>withdrawn</strong> by the person who made it. \n There may be an explanation in the correspondence below." +msgid "" +"This request has been <strong>withdrawn</strong> by the person who made " +"it. \n" +" \t There may be an explanation in the correspondence below." msgstr "" -#: app/views/request/show_response.rhtml:13 -msgid "Which of these is happening?" +#: app/models/info_request.rb:389 +msgid "" +"This request has been set by an administrator to \"allow new responses from " +"nobody\"" msgstr "" -#: app/views/request/show_response.rhtml:18 -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" +#: app/views/request/show.rhtml:115 +msgid "" +"This request has had an unusual response, and <strong>requires attention</" +"strong> from the {{site_name}} team." msgstr "" -#: app/views/request/show_response.rhtml:26 -msgid "The authority only has a <strong>paper copy</strong> of the information." +#: app/views/request/show.rhtml:5 +msgid "" +"This request has prominence 'hidden'. You can only see it because you are " +"logged\n" +" in as a super user." 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>)." +#: 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 "" -#: app/views/request/show_response.rhtml:34 -msgid "You want to <strong>give your postal address</strong> to the authority in private." +#: app/views/request/_describe_state.rhtml:7 +#: app/views/request/_other_describe_state.rhtml:10 +msgid "This request is still in progress:" msgstr "" -#: app/views/request/show_response.rhtml:37 -msgid "To do that please send a private email to " +#: 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 "" -#: app/views/request/show_response.rhtml:39 -msgid "containing your postal address, and asking them to reply to this request.\n Or you could phone them." +#: app/views/request/details.rhtml:6 +msgid "" +"This table shows the technical details of the internal events that happened\n" +"to this request on {{site_name}}. This could be used to generate information " +"about\n" +"the speed with which authorities respond to requests, the number of " +"requests\n" +"which require a postal response and much more." msgstr "" -#: app/views/request/show_response.rhtml:42 -msgid "When you receive the paper response, please help\n others find out what it says:" +#: app/views/user/show.rhtml:84 +msgid "This user has been banned from {{site_name}} " msgstr "" -#: app/views/request/show_response.rhtml:45 -msgid "Add an annotation to your request with choice quotes, or\n a <strong>summary of the response</strong>." +#: app/views/user_mailer/changeemail_already_used.rhtml:5 +msgid "" +"This was not possible because there is already an account using \n" +"the email address {{email}}." msgstr "" -#: app/views/request/show_response.rhtml:47 -msgid "If you can, scan in or photograph the response, and <strong>send us\n a copy to upload</strong>." +#: app/models/track_thing.rb:217 +msgid "To be emailed about any new requests" msgstr "" -#: app/views/request/show_response.rhtml:60 -msgid "New response to your request" +#: app/models/track_thing.rb:233 +msgid "To be emailed about any successful requests" msgstr "" -#: app/views/request/show_response.rhtml:62 -msgid "Response to your request" +#: app/models/track_thing.rb:268 +msgid "To be emailed about requests by '{{user_name}}'" msgstr "" -#: app/views/request/show_response.rhtml:66 -msgid "New response to {{law_used_short}} request" +#: app/models/track_thing.rb:252 +msgid "" +"To be emailed about requests made using {{site_name}} to the public " +"authority '{{public_body_name}}'" msgstr "" -#: app/views/request/similar.rhtml:7 -msgid "No similar requests found." +#: app/controllers/track_controller.rb:180 +msgid "To cancel these alerts" msgstr "" -#: app/views/request/similar.rhtml:18 -msgid "Unexpected search result type " +#: app/controllers/track_controller.rb:150 +msgid "To cancel this alert" msgstr "" -#: app/views/request/simple_correspondence.rhtml:1 -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}}" +#: app/views/user/no_cookies.rhtml:5 +msgid "" +"To carry on, you need to sign in or make an account. Unfortunately, there\n" +"was a technical problem trying to do this." msgstr "" -#: app/views/request/simple_correspondence.rhtml:17 app/views/request/simple_correspondence.rhtml:29 -#: app/views/request/simple_correspondence.rhtml:36 -msgid "Date:" +#: app/controllers/user_controller.rb:280 +msgid "To change your email address used on {{site_name}}" msgstr "" -#: app/views/request/simple_correspondence.rhtml:21 -msgid "Attachment:" +#: app/controllers/request_controller.rb:362 +msgid "To classify the response to this FOI request" msgstr "" -#: app/views/request/simple_correspondence.rhtml:42 -msgid "{{username}} left an annotation:" +#: app/views/request/show_response.rhtml:37 +msgid "To do that please send a private email to " msgstr "" -#: app/views/request/upload_response.rhtml:5 -msgid "Respond to the FOI request" +#: app/views/request_mailer/not_clarified_alert.rhtml:2 +msgid "To do this, first click on the link below." msgstr "" -#: app/views/request/upload_response.rhtml:5 -msgid " made by " +#: app/controllers/request_controller.rb:794 +msgid "To download the zip file" 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." +#: app/models/track_thing.rb:284 +msgid "To follow requests and responses matching your search" msgstr "" -#: app/views/request/upload_response.rhtml:11 -msgid "Respond by email" +#: app/models/track_thing.rb:201 +msgid "To follow updates to the request '{{request_title}}'" msgstr "" -#: app/views/request/upload_response.rhtml:13 -msgid "You should have received a copy of the request by email, and you can respond\nby <strong>simply replying</strong> to that email. For your convenience, here is the address:" +#: app/views/request_mailer/old_unclassified_updated.rhtml:1 +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 "" -#: app/views/request/upload_response.rhtml:16 -msgid "You may <strong>include attachments</strong>. If you would like to attach a\nfile too large for email, use the form below." +#: app/views/request_mailer/new_response_reminder_alert.rhtml:1 +msgid "To let us know, follow this link and then select the appropriate box." msgstr "" -#: app/views/request/upload_response.rhtml:21 -msgid "Respond using the web" +#: app/controllers/request_game_controller.rb:40 +msgid "To play the request categorisation game" 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)." +#: app/controllers/comment_controller.rb:55 +msgid "To post your annotation" msgstr "" -#: app/views/request/upload_response.rhtml:28 -msgid "Response:" +#: app/controllers/request_controller.rb:568 +msgid "To reply to " msgstr "" -#: app/views/request/upload_response.rhtml:33 -msgid "Attachment (optional):" +#: app/controllers/request_controller.rb:567 +msgid "To send a follow up message to " msgstr "" -#: app/views/request/upload_response.rhtml:40 -msgid " (<strong>patience</strong>, especially for large files, it may take a while!)" +#: app/controllers/user_controller.rb:361 +msgid "To send a message to " msgstr "" -#: app/views/request_game/play.rhtml:1 app/views/request_game/play.rhtml:30 -msgid "Play the request categorisation game!" +#: app/controllers/request_controller.rb:34 +#: app/controllers/request_controller.rb:322 +msgid "To send your FOI request" msgstr "" -#: app/views/request_game/play.rhtml:31 -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." +#: app/controllers/request_controller.rb:83 +msgid "To update the status of this FOI request" msgstr "" -#: app/views/request_game/play.rhtml:39 -msgid "I don't like these ones — give me some more!" +#: app/controllers/request_controller.rb:735 +msgid "" +"To upload a response, you must be logged in using an email address from " msgstr "" -#: app/views/request_game/play.rhtml:40 -msgid "I don't want to do any more tidying now!" +#: app/views/general/search.rhtml:24 +msgid "" +"To use the advanced search, combine phrases and labels as described in the " +"search tips below." msgstr "" -#: app/views/request_game/play.rhtml:42 -msgid "Thanks for helping - your work will make it easier for everyone to find successful\nresponses, and maybe even let us make league tables..." +#: app/views/public_body/view_email_captcha.rhtml:5 +msgid "" +"To view the email address that we use to send FOI requests to " +"{{public_body_name}}, please enter these words." msgstr "" -#: app/views/request_mailer/comment_on_alert.rhtml:1 -msgid "{{user_name}} has annotated your {{law_used_short}} \nrequest. Follow this link to see what they wrote." +#: app/views/request_mailer/new_response.rhtml:5 +msgid "To view the response, click on the link below." msgstr "" -#: app/views/request_mailer/comment_on_alert.rhtml:6 app/views/request_mailer/comment_on_alert_plural.rhtml:5 -#: app/views/request_mailer/new_response.rhtml:15 app/views/request_mailer/new_response_reminder_alert.rhtml:8 -#: app/views/request_mailer/not_clarified_alert.rhtml:9 app/views/request_mailer/old_unclassified_updated.rhtml:8 -#: app/views/request_mailer/overdue_alert.rhtml:9 app/views/request_mailer/stopped_responses.rhtml:16 -#: app/views/request_mailer/very_overdue_alert.rhtml:11 app/views/track_mailer/event_digest.rhtml:66 -#: app/views/user_mailer/already_registered.rhtml:11 app/views/user_mailer/changeemail_already_used.rhtml:10 -#: app/views/user_mailer/changeemail_confirm.rhtml:13 app/views/user_mailer/confirm_login.rhtml:11 -msgid "the {{site_name}} team" +#: app/views/request/_request_listing_short_via_event.rhtml:9 +msgid "To {{public_body_link_absolute}}" msgstr "" -#: app/views/request_mailer/comment_on_alert_plural.rhtml:1 -msgid "There are {{count}} new annotations on your {{info_request}} request. Follow this link to see what they wrote." +#: app/views/request/simple_correspondence.rhtml:16 +#: app/views/request/simple_correspondence.rhtml:28 +#: app/views/request/followup_preview.rhtml:22 app/views/request/new.rhtml:40 +#: app/views/request/preview.rhtml:17 +msgid "To:" msgstr "" -#: app/views/request_mailer/new_response.rhtml:1 -msgid "You have a new response to the {{law_used_full}} request " +#: app/views/general/_localised_datepicker.rhtml:7 +msgid "Today" msgstr "" -#: app/views/request_mailer/new_response.rhtml:2 -msgid "that you made to" +#: app/views/request/select_authority.rhtml:48 +#: app/views/public_body/_search_ahead.rhtml:4 +msgid "Top search results:" msgstr "" -#: app/views/request_mailer/new_response.rhtml:5 -msgid "To view the response, click on the link below." +#: app/models/track_thing.rb:246 +msgid "Track requests to {{public_body_name}} by email" msgstr "" -#: app/views/request_mailer/new_response.rhtml:9 -msgid "When you get there, please update the status to say if the response \ncontains any useful information." +#: app/models/track_thing.rb:278 +msgid "Track things matching this search by email" msgstr "" -#: app/views/request_mailer/new_response.rhtml:12 -msgid "Although all responses are automatically published, we depend on\nyou, the original requester, to evaluate them." +#: app/views/user/show.rhtml:35 +msgid "Track this person" msgstr "" -#: app/views/request_mailer/new_response_reminder_alert.rhtml:1 -msgid "To let us know, follow this link and then select the appropriate box." +#: app/models/track_thing.rb:262 +msgid "Track this person by email" msgstr "" -#: app/views/request_mailer/new_response_reminder_alert.rhtml:5 -msgid "Your request was called {{info_request}}. Letting everyone know whether you got the information will help us keep tabs on" +#: app/models/track_thing.rb:195 +msgid "Track this request by email" msgstr "" -#: app/views/request_mailer/not_clarified_alert.rhtml:1 -msgid "request." +#: app/views/general/search.rhtml:137 +msgid "Track this search" msgstr "" -#: app/views/request_mailer/not_clarified_alert.rhtml:2 -msgid "To do this, first click on the link below." +#: locale/model_attributes.rb:33 +msgid "TrackThing|Track medium" msgstr "" -#: app/views/request_mailer/not_clarified_alert.rhtml:6 -msgid "You will only get an answer to your request if you follow up\nwith the clarification." +#: locale/model_attributes.rb:32 +msgid "TrackThing|Track query" msgstr "" -#: app/views/request_mailer/old_unclassified_updated.rhtml:1 -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." +#: locale/model_attributes.rb:34 +msgid "TrackThing|Track type" msgstr "" -#: app/views/request_mailer/old_unclassified_updated.rhtml:4 -msgid "Follow this link to see the request:" +#: app/views/request/_sidebar.rhtml:13 +msgid "Tweet this request" msgstr "" -#: app/views/request_mailer/overdue_alert.rhtml:1 -msgid "have delayed." +#: app/views/general/_advanced_search_tips.rhtml:15 +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 "" -#: app/views/request_mailer/overdue_alert.rhtml:3 -msgid "They have not replied to your {{law_used_short}} request {{title}} promptly, as normally required by law" +#: app/models/public_body.rb:37 +msgid "URL name can't be blank" msgstr "" -#: app/views/request_mailer/overdue_alert.rhtml:3 -msgid "during term time" +#: app/models/user_mailer.rb:45 +msgid "Unable to change email address on {{site_name}}" msgstr "" -#: app/views/request_mailer/overdue_alert.rhtml:5 -msgid "Click on the link below to send a message to {{public_body}} reminding them to reply to your request." +#: app/views/request/followup_bad.rhtml:4 +msgid "Unable to send a reply to {{username}}" msgstr "" -#: app/views/request_mailer/requires_admin.rhtml:2 -msgid "has reported an" +#: app/views/request/followup_bad.rhtml:2 +msgid "Unable to send follow up message to {{username}}" msgstr "" -#: app/views/request_mailer/requires_admin.rhtml:3 -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." +#: app/views/request/list.rhtml:27 +msgid "Unexpected search result type" msgstr "" -#: app/views/request_mailer/requires_admin.rhtml:9 -msgid "Administration URL:" +#: app/views/request/similar.rhtml:18 +msgid "Unexpected search result type " msgstr "" -#: app/views/request_mailer/stopped_responses.rhtml:1 -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." +#: app/views/user/wrong_user_unknown_email.rhtml:3 +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 "" -#: app/views/request_mailer/stopped_responses.rhtml:5 -msgid "This is because {{title}} is an old request that has been\nmarked to no longer receive responses." +#: app/views/request/new_bad_contact.rhtml:5 +msgid "" +"Unfortunately, we do not have a working {{info_request_law_used_full}}\n" +"address for" msgstr "" -#: app/views/request_mailer/stopped_responses.rhtml:10 -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." +#: lib/world_foi_websites.rb:5 +msgid "United Kingdom" msgstr "" -#: app/views/request_mailer/stopped_responses.rhtml:14 -msgid "Your original message is attached." +#: lib/world_foi_websites.rb:17 +msgid "United States of America" msgstr "" -#: app/views/request_mailer/very_overdue_alert.rhtml:1 -msgid "are long overdue." +#: app/views/general/exception_caught.rhtml:22 +msgid "Unknown" msgstr "" -#: app/views/request_mailer/very_overdue_alert.rhtml:3 -msgid "They have not replied to your {{law_used_short}} request {{title}}, \nas required by law" +#: app/models/info_request.rb:803 +msgid "Unusual response." msgstr "" -#: app/views/request_mailer/very_overdue_alert.rhtml:4 -msgid "even during holidays" +#: app/views/request/_after_actions.rhtml:13 +#: app/views/request/_after_actions.rhtml:35 +msgid "Update the status of this request" msgstr "" -#: app/views/request_mailer/very_overdue_alert.rhtml:6 -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." +#: app/controllers/request_controller.rb:85 +msgid "Update the status of your request to " msgstr "" -#: app/views/track/_tracking_links.rhtml:8 -msgid "This is your own request, so you will be automatically emailed when new responses arrive." +#: app/views/general/_advanced_search_tips.rhtml:6 +msgid "" +"Use OR (in capital letters) where you don't mind which word, e.g. " +"<strong><code>commons OR lords</code></strong>" msgstr "" -#: app/views/track/_tracking_links.rhtml:21 -msgid "Follow by email" +#: app/views/general/_advanced_search_tips.rhtml:7 +msgid "" +"Use quotes when you want to find an exact phrase, e.g. <strong><code>" +"\"Liverpool City Council\"</code></strong>" msgstr "" -#: app/views/track/_tracking_links.rhtml:26 -msgid "RSS feed of updates" +#: locale/model_attributes.rb:94 +msgid "UserInfoRequestSentAlert|Alert type" msgstr "" -#: app/views/track/_tracking_links.rhtml:26 -msgid "RSS feed" +#: locale/model_attributes.rb:80 +msgid "User|About me" msgstr "" -#: app/views/track_mailer/event_digest.rhtml:21 -msgid "{{public_body}} sent a response to {{user_name}}" +#: locale/model_attributes.rb:78 +msgid "User|Admin level" msgstr "" -#: app/views/track_mailer/event_digest.rhtml:24 -msgid "{{user_name}} sent a follow up message to {{public_body}}" +#: locale/model_attributes.rb:79 +msgid "User|Ban text" msgstr "" -#: app/views/track_mailer/event_digest.rhtml:28 -msgid "{{user_name}} sent a request to {{public_body}}" +#: locale/model_attributes.rb:71 +msgid "User|Email" msgstr "" -#: app/views/track_mailer/event_digest.rhtml:31 -msgid "{{user_name}} added an annotation" +#: locale/model_attributes.rb:83 +msgid "User|Email bounce message" msgstr "" -#: app/views/track_mailer/event_digest.rhtml:60 -msgid "Alter your subscription" +#: locale/model_attributes.rb:82 +msgid "User|Email bounced at" msgstr "" -#: app/views/track_mailer/event_digest.rhtml:63 -msgid "Please click on the link below to cancel or alter these emails." +#: locale/model_attributes.rb:75 +msgid "User|Email confirmed" msgstr "" -#: app/views/user/_signin.rhtml:7 -msgid "If you've used {{site_name}} before" +#: locale/model_attributes.rb:73 +msgid "User|Hashed password" msgstr "" -#: app/views/user/_signin.rhtml:11 app/views/user/_signup.rhtml:9 -#: app/views/user/signchangepassword_send_confirm.rhtml:13 -msgid "Your e-mail:" +#: locale/model_attributes.rb:77 +msgid "User|Last daily track email" msgstr "" -#: app/views/user/_signin.rhtml:16 app/views/user/_signup.rhtml:30 -msgid "Password:" +#: locale/model_attributes.rb:81 +msgid "User|Locale" msgstr "" -#: app/views/user/_signin.rhtml:21 -msgid "Forgotten your password?" +#: locale/model_attributes.rb:72 +msgid "User|Name" msgstr "" -#: app/views/user/_signin.rhtml:26 -msgid "Remember me</label> (keeps you signed in longer;\n do not use on a public computer) " +#: locale/model_attributes.rb:84 +msgid "User|No limit" msgstr "" -#: app/views/user/_signin.rhtml:32 app/views/user/sign.rhtml:2 app/views/user/sign.rhtml:33 -msgid "Sign in" +#: locale/model_attributes.rb:74 +msgid "User|Salt" msgstr "" -#: app/views/user/_signup.rhtml:6 -msgid "If you're new to {{site_name}}" +#: locale/model_attributes.rb:76 +msgid "User|Url name" msgstr "" -#: app/views/user/_signup.rhtml:13 -msgid "We will not reveal your email address to anybody unless you or\n the law tell us to (<a href=\"%s\">details</a>). " +#: app/views/public_body/show.rhtml:26 +msgid "View FOI email address" msgstr "" -#: app/views/user/_signup.rhtml:18 -msgid "Your name:" +#: app/views/public_body/view_email_captcha.rhtml:1 +msgid "View FOI email address for '{{public_body_name}}'" msgstr "" -#: 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>." +#: app/views/public_body/view_email_captcha.rhtml:3 +msgid "View FOI email address for {{public_body_name}}" msgstr "" -#: app/views/user/_signup.rhtml:35 -msgid "Password: (again)" +#: app/views/contact_mailer/user_message.rhtml:10 +msgid "View Freedom of Information requests made by {{user_name}}:" msgstr "" -#: app/views/user/_signup.rhtml:46 app/views/user/sign.rhtml:40 -msgid "Sign up" +#: app/controllers/request_controller.rb:169 +msgid "View and search requests" msgstr "" -#: app/views/user/_user_listing_single.rhtml:19 app/views/user/_user_listing_single.rhtml:20 -msgid "made." +#: app/views/general/_topnav.rhtml:6 +msgid "View authorities" msgstr "" -#: app/views/user/_user_listing_single.rhtml:21 -msgid "Joined in" +#: app/views/public_body/view_email_captcha.rhtml:12 +msgid "View email" msgstr "" -#: app/views/user/bad_token.rhtml:2 -msgid "Please check the URL (i.e. the long code of letters and numbers) is copied\ncorrectly from your email." +#: app/views/general/_topnav.rhtml:5 +msgid "View requests" msgstr "" -#: app/views/user/bad_token.rhtml:7 -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." +#: app/models/info_request.rb:795 +msgid "Waiting clarification." msgstr "" -#: app/views/user/bad_token.rhtml:13 -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." +#: app/views/request/show.rhtml:111 +msgid "" +"Waiting for an <strong>internal review</strong> by {{public_body_link}} of " +"their handling of this request." msgstr "" -#: app/views/user/banned.rhtml:9 -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." +#: app/views/general/_advanced_search_tips.rhtml:33 +msgid "" +"Waiting for the public authority to complete an internal review of their " +"handling of the request" msgstr "" -#: app/views/user/banned.rhtml:15 -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" +#: app/views/general/_advanced_search_tips.rhtml:26 +msgid "Waiting for the public authority to reply" msgstr "" -#: app/views/user/confirm.rhtml:6 -msgid "We've sent you an email, and you'll need to click the link in it before you can\ncontinue." +#: app/models/request_mailer.rb:126 +msgid "Was the response you got to your FOI request any good?" msgstr "" -#: app/views/user/confirm.rhtml:11 -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>" +#: app/views/public_body/view_email.rhtml:17 +msgid "We do not have a working request email address for this authority." msgstr "" -#: app/views/user/contact.rhtml:32 -msgid "<strong>Note:</strong> You're sending a message to yourself, presumably\n to try out how it works." +#: app/views/request/followup_bad.rhtml:24 +msgid "" +"We do not have a working {{law_used_full}} address for {{public_body_name}}." msgstr "" -#: app/views/user/contact.rhtml:35 -msgid " <strong>Privacy note:</strong> Your email address will be given to" +#: app/views/request/_describe_state.rhtml:107 +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 "" -#: app/views/user/contact.rhtml:36 -msgid " when you send this message." +#: app/views/user_mailer/confirm_login.rhtml:8 +msgid "" +"We will not reveal your email address to anybody unless you\n" +"or the law tell us to." msgstr "" -#: app/views/user/no_cookies.rhtml:3 -msgid "Please enable \"cookies\" to carry on" +#: app/views/user/_signup.rhtml:13 +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 "" -#: app/views/user/no_cookies.rhtml:5 -msgid "To carry on, you need to sign in or make an account. Unfortunately, there\nwas a technical problem trying to do this." +#: app/views/user_mailer/changeemail_confirm.rhtml:10 +msgid "" +"We will not reveal your email addresses to anybody unless you\n" +"or the law tell us to." msgstr "" -#: app/views/user/no_cookies.rhtml:8 -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." +#: app/views/request/show.rhtml:61 +msgid "We're waiting for" msgstr "" -#: app/views/user/no_cookies.rhtml:12 -msgid "If your browser is set to accept cookies and you are seeing this message,\nthen there is probably a fault with our server." +#: app/views/request/show.rhtml:57 +msgid "We're waiting for someone to read" msgstr "" -#: app/views/user/no_cookies.rhtml:15 -msgid "Please <a href=\"%s\">get in touch</a> with us so we can fix it." +#: app/views/user/signchangeemail_confirm.rhtml:6 +msgid "" +"We've sent an email to your new email address. You'll need to click the link " +"in\n" +"it before your email address will be changed." msgstr "" -#: app/views/user/no_cookies.rhtml:17 -msgid "Let us know what you were doing when this message\nappeared and your browser and operating system type and version." +#: app/views/user/confirm.rhtml:6 +msgid "" +"We've sent you an email, and you'll need to click the link in it before you " +"can\n" +"continue." msgstr "" -#: app/views/user/no_cookies.rhtml:20 -msgid "If you are still having trouble, please <a href=\"%s\">contact us</a>." +#: app/views/user/signchangepassword_confirm.rhtml:6 +msgid "" +"We've sent you an email, click the link in it, then you can change your " +"password." msgstr "" -#: app/views/user/set_crop_profile_photo.rhtml:1 app/views/user/show.rhtml:104 -msgid "Change profile photo" +#: app/views/request/_followup.rhtml:85 +msgid "What are you doing?" msgstr "" -#: app/views/user/set_crop_profile_photo.rhtml:6 -msgid "Crop your profile photo" +#: app/views/request/_describe_state.rhtml:4 +msgid "What best describes the status of this request now?" msgstr "" -#: app/views/user/set_crop_profile_photo.rhtml:35 -msgid "<strong>Privacy note:</strong> Your photo will be shown in public on the Internet, \n wherever you do something on {{site_name}}." +#: app/views/general/frontpage.rhtml:54 +msgid "What information has been released?" msgstr "" -#: app/views/user/set_draft_profile_photo.rhtml:5 -msgid "Choose your profile photo" +#: app/views/request_mailer/new_response.rhtml:9 +msgid "" +"When you get there, please update the status to say if the response \n" +"contains any useful information." msgstr "" -#: app/views/user/set_draft_profile_photo.rhtml:13 -msgid "Photo of you:" +#: app/views/request/show_response.rhtml:42 +msgid "" +"When you receive the paper response, please help\n" +" others find out what it says:" msgstr "" -#: app/views/user/set_draft_profile_photo.rhtml:18 -msgid "Your photo will be shown in public <strong>on the Internet</strong>, \n wherever you do something on {{site_name}}." +#: 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." msgstr "" -#: app/views/user/set_draft_profile_photo.rhtml:22 -msgid "Please don't upload offensive pictures. We will take down images\n that we consider inappropriate." +#: app/views/request/show_response.rhtml:13 +msgid "Which of these is happening?" msgstr "" -#: app/views/user/set_draft_profile_photo.rhtml:32 -msgid "Next, crop your photo >>" +#: app/views/general/frontpage.rhtml:37 +msgid "Who can I request information from?" msgstr "" -#: app/views/user/set_draft_profile_photo.rhtml:46 -msgid "OR remove the existing photo" +#: app/models/info_request.rb:805 +msgid "Withdrawn by the requester." msgstr "" -#: app/views/user/set_draft_profile_photo.rhtml:55 -msgid "Cancel, return to your profile page" +#: app/views/general/_localised_datepicker.rhtml:13 +msgid "Wk" msgstr "" -#: app/views/user/set_profile_about_me.rhtml:1 -msgid "Change the text about you on your profile at {{site_name}}" +#: app/views/help/alaveteli.rhtml:6 +msgid "Would you like to see a website like this in your country?" msgstr "" -#: app/views/user/set_profile_about_me.rhtml:3 app/views/user/signchangeemail.rhtml:3 -msgid "internal error" +#: app/views/request/_after_actions.rhtml:30 +msgid "Write a reply" msgstr "" -#: app/views/user/set_profile_about_me.rhtml:9 -msgid "Edit text about you" +#: app/controllers/request_controller.rb:574 +msgid "Write a reply to " msgstr "" -#: app/views/user/set_profile_about_me.rhtml:11 -msgid " What are you investigating using Freedom of Information? " +#: app/controllers/request_controller.rb:573 +msgid "Write your FOI follow up message to " msgstr "" -#: app/views/user/set_profile_about_me.rhtml:14 -msgid " This will appear on your {{site_name}} profile, to make it\n easier for others to get involved with what you're doing." +#: app/views/request/new.rhtml:104 +msgid "Write your request in <strong>simple, precise language</strong>." msgstr "" -#: app/views/user/set_profile_about_me.rhtml:20 -msgid "About you:" +#: app/views/comment/_single_comment.rhtml:10 +msgid "You" msgstr "" -#: app/views/user/set_profile_about_me.rhtml:26 -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." +#: app/controllers/track_controller.rb:105 +msgid "You are already being emailed updates about " msgstr "" -#: app/views/user/set_profile_about_me.rhtml:35 -msgid "Save" +#: app/models/track_thing.rb:247 +msgid "You are already tracking requests to {{public_body_name}} by email" msgstr "" -#: app/views/user/show.rhtml:4 -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:" +#: app/models/track_thing.rb:279 +msgid "You are already tracking things matching this search by email" msgstr "" -#: app/views/user/show.rhtml:12 -msgid "Please <strong>go to the following requests</strong>, and let us\n know if there was information in the recent responses to them." +#: app/models/track_thing.rb:263 +msgid "You are already tracking this person by email" msgstr "" -#: app/views/user/show.rhtml:20 -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." +#: app/models/track_thing.rb:196 +msgid "You are already tracking this request by email" msgstr "" -#: app/views/user/show.rhtml:29 -msgid "Track this person" +#: app/models/track_thing.rb:228 +msgid "You are being emailed about any new successful responses" msgstr "" -#: app/views/user/show.rhtml:32 -msgid "On this page" +#: app/models/track_thing.rb:212 +msgid "You are being emailed when there are new requests" msgstr "" -#: app/views/user/show.rhtml:33 -msgid "FOI requests" +#: app/views/request/show.rhtml:88 +msgid "You can <strong>complain</strong> by" msgstr "" -#: app/views/user/show.rhtml:34 -msgid "Annotations" +#: app/views/request/details.rhtml:58 +msgid "" +"You can get this page in computer-readable format as part of the main JSON\n" +"page for the request. See the <a href=\"{{api_path}}\">API documentation</" +"a>." msgstr "" -#: app/views/user/show.rhtml:36 -msgid "Email subscriptions" +#: app/views/public_body/show.rhtml:46 +msgid "" +"You can only request information about the environment from this authority." msgstr "" -#: app/views/user/show.rhtml:53 -msgid "Set your profile photo" +#: app/views/request_mailer/new_response.rhtml:1 +msgid "You have a new response to the {{law_used_full}} request " msgstr "" -#: app/views/user/show.rhtml:59 -msgid " (you)" +#: app/views/general/exception_caught.rhtml:18 +msgid "" +"You have found a bug. Please <a href=\"{{contact_url}}\">contact us</a> to " +"tell us about the problem" msgstr "" -#: app/views/user/show.rhtml:62 -msgid "Joined {{site_name}} in" +#: app/views/user/show.rhtml:144 +msgid "You have made no Freedom of Information requests using this site." msgstr "" -#: app/views/user/show.rhtml:69 -msgid "Send message to " +#: app/views/user/rate_limited.rhtml:5 +msgid "You have made too many requests today. Please try again tomorrow." msgstr "" -#: app/views/user/show.rhtml:71 -msgid "just to see how it works" +#: app/controllers/user_controller.rb:525 +msgid "You have now changed the text about you on your profile." msgstr "" -#: app/views/user/show.rhtml:79 -msgid "This user has been banned from {{site_name}} " +#: app/controllers/user_controller.rb:342 +msgid "You have now changed your email address used on {{site_name}}" msgstr "" -#: app/views/user/show.rhtml:83 -msgid "They have been given the following explanation:" +#: app/views/user_mailer/already_registered.rhtml:3 +msgid "" +"You just tried to sign up to {{site_name}}, when you\n" +"already have an account. Your name and password have been\n" +"left as they previously were.\n" +"\n" +"Please click on the link below." msgstr "" -#: app/views/user/show.rhtml:96 -msgid "edit text about you" +#: app/views/comment/new.rhtml:60 +msgid "" +"You know what caused the error, and can <strong>suggest a solution</strong>, " +"such as a working email address." msgstr "" -#: app/views/user/show.rhtml:106 -msgid "Change your password" +#: app/views/request/upload_response.rhtml:16 +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 "" -#: app/views/user/show.rhtml:107 -msgid "Change your email" +#: app/views/request/followup_bad.rhtml:24 +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 "" -#: app/views/user/show.rhtml:113 -msgid "<a href=\"%s\">Sign in</a> to change password, subscriptions and more ({{user_name}} only)" +#: app/views/request/new_bad_contact.rhtml:6 +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=\"{{help_url}}\">send it to us</a>." msgstr "" -#: app/views/user/show.rhtml:123 -msgid "Search your contributions" +#: app/controllers/user_controller.rb:503 +msgid "You need to be logged in to change the text about you on your profile." msgstr "" -#: app/views/user/show.rhtml:125 -msgid "Search contributions by this person" +#: app/controllers/user_controller.rb:403 +msgid "You need to be logged in to change your profile photo." msgstr "" -#: app/views/user/show.rhtml:136 -msgid "You have made no Freedom of Information requests using this site." +#: app/controllers/user_controller.rb:465 +msgid "You need to be logged in to clear your profile photo." msgstr "" -#: app/views/user/show.rhtml:136 -msgid "This person has made no Freedom of Information requests using this site." +#: app/controllers/request_controller.rb:584 +msgid "You previously submitted that exact follow up message for this request." msgstr "" -#: app/views/user/show.rhtml:141 -msgid "Your %d Freedom of Information request" -msgid_plural "Your %d Freedom of Information requests" -msgstr[0] "" -msgstr[1] "" +#: app/views/request/upload_response.rhtml:13 +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 "" -#: app/views/user/show.rhtml:141 -msgid "This person's %d Freedom of Information request" -msgid_plural "This person's %d Freedom of Information requests" -msgstr[0] "" -msgstr[1] "" +#: app/views/request/show_response.rhtml:34 +msgid "" +"You want to <strong>give your postal address</strong> to the authority in " +"private." +msgstr "" -#: app/views/user/show.rhtml:155 -msgid "Freedom of Information requests made by you" +#: app/views/user/banned.rhtml:9 +msgid "" +"You will be unable to make new requests, send follow ups, add annotations " +"or\n" +"send messages to other users. You may continue to view other requests, and " +"set\n" +"up\n" +"email alerts." msgstr "" -#: app/views/user/show.rhtml:155 -msgid "Freedom of Information requests made by this person" +#: app/controllers/track_controller.rb:161 +msgid "You will no longer be emailed updates about " msgstr "" -#: app/views/user/show.rhtml:156 -msgid "The search index is currently offline, so we can't show the Freedom of Information requests this person has made." +#: app/controllers/track_controller.rb:190 +msgid "You will no longer be emailed updates for those alerts" msgstr "" -#: app/views/user/show.rhtml:162 -msgid "Your annotations" +#: app/controllers/track_controller.rb:118 +msgid "You will now be emailed updates about " msgstr "" -#: app/views/user/show.rhtml:162 -msgid "This person's annotations" +#: app/views/request_mailer/not_clarified_alert.rhtml:6 +msgid "" +"You will only get an answer to your request if you follow up\n" +"with the clarification." msgstr "" -#: app/views/user/show.rhtml:165 app/views/user/show.rhtml:185 -msgid "None made." +#: app/models/request_mailer.rb:106 +msgid "You're long overdue a response to your FOI request - " msgstr "" -#: app/views/user/show.rhtml:169 -msgid "Your %d annotation" -msgid_plural "Your %d annotations" +#: app/controllers/user_controller.rb:474 +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" msgstr[0] "" msgstr[1] "" -#: app/views/user/show.rhtml:169 -msgid "This person's %d annotation" -msgid_plural "This person's %d annotations" +#: app/views/user/show.rhtml:179 +msgid "Your %d annotation" +msgid_plural "Your %d annotations" msgstr[0] "" msgstr[1] "" -#: app/views/user/show.rhtml:184 +#: 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 "" + +#: app/views/user/show.rhtml:172 +msgid "Your annotations" +msgstr "" + +#: app/views/contact_mailer/user_message.rhtml:3 +msgid "" +"Your details have not been given to anyone, unless you choose to reply to " +"this\n" +"message, which will then go directly to the person who wrote the message." +msgstr "" + +#: app/views/user/_signup.rhtml:9 app/views/user/_signin.rhtml:11 +#: app/views/user/signchangepassword_send_confirm.rhtml:13 +msgid "Your e-mail:" +msgstr "" + +#: app/views/user/show.rhtml:196 msgid "Your email subscriptions" msgstr "" -#: app/views/user/show.rhtml:187 -msgid "email subscription" +#: app/controllers/request_controller.rb:581 +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 "" -#: app/views/user/show.rhtml:196 app/views/user/show.rhtml:210 -msgid "unsubscribe all" +#: app/controllers/request_controller.rb:609 +msgid "Your follow up message has been sent on its way." msgstr "" -#: app/views/user/show.rhtml:224 -msgid "unsubscribe" +#: app/controllers/request_controller.rb:607 +msgid "Your internal review request has been sent on its way." msgstr "" -#: app/views/user/sign.rhtml:8 -msgid "Please sign in as " +#: app/controllers/help_controller.rb:63 +msgid "" +"Your message has been sent. Thank you for getting in touch! We'll get back " +"to you soon." msgstr "" -#: app/views/user/sign.rhtml:11 -msgid "please sign in as " +#: app/controllers/user_controller.rb:381 +msgid "Your message to {{recipient_user_name}} has been sent!" msgstr "" -#: app/views/user/sign.rhtml:20 -msgid "Sign in or make a new account" +#: app/views/request/followup_preview.rhtml:15 +msgid "Your message will appear in <strong>search engines</strong>" msgstr "" -#: app/views/user/sign.rhtml:26 -msgid " Please sign in or make a new account." +#: app/views/comment/preview.rhtml:10 +msgid "" +"Your name and annotation will appear in <strong>search engines</strong>." msgstr "" -#: app/views/user/sign.rhtml:28 -msgid "please sign in or make a new account." +#: 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 "" -#: app/views/user/sign.rhtml:37 -msgid "- or -" +#: app/views/user/_signup.rhtml:18 +msgid "Your name:" msgstr "" -#: app/views/user/signchangeemail.rhtml:15 -msgid "Old e-mail:" +#: app/views/request_mailer/stopped_responses.rhtml:14 +msgid "Your original message is attached." msgstr "" -#: app/views/user/signchangeemail.rhtml:20 -msgid "New e-mail:" +#: app/controllers/user_controller.rb:263 +msgid "Your password has been changed." msgstr "" #: app/views/user/signchangeemail.rhtml:25 msgid "Your password:" msgstr "" -#: app/views/user/signchangeemail.rhtml:30 -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." +#: app/views/user/set_draft_profile_photo.rhtml:18 +msgid "" +"Your photo will be shown in public <strong>on the Internet</strong>, \n" +" wherever you do something on {{site_name}}." msgstr "" -#: app/views/user/signchangeemail.rhtml:37 -msgid "Change email on {{site_name}}" +#: app/views/request_mailer/new_response_reminder_alert.rhtml:5 +msgid "" +"Your request was called {{info_request}}. Letting everyone know whether you " +"got the information will help us keep tabs on" msgstr "" -#: app/views/user/signchangeemail_confirm.rhtml:3 app/views/user/signchangepassword_confirm.rhtml:1 -#: app/views/user/signchangepassword_confirm.rhtml:3 -msgid "Now check your email!" +#: app/views/request/new.rhtml:113 +msgid "Your request:" msgstr "" -#: app/views/user/signchangeemail_confirm.rhtml:6 -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." +#: 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 "" -#: app/views/user/signchangeemail_confirm.rhtml:11 app/views/user/signchangepassword_confirm.rhtml:10 -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." +#: app/views/comment/new.rhtml:63 +msgid "" +"Your thoughts on what the {{site_name}} <strong>administrators</strong> " +"should do about the request." msgstr "" -#: app/views/user/signchangepassword.rhtml:1 app/views/user/signchangepassword.rhtml:11 -#: app/views/user/signchangepassword_send_confirm.rhtml:1 app/views/user/signchangepassword_send_confirm.rhtml:9 -msgid "Change your password on {{site_name}}" +#: app/models/track_mailer.rb:25 +msgid "Your {{site_name}} email alert" msgstr "" -#: app/views/user/signchangepassword.rhtml:15 -msgid "New password:" +#: app/models/outgoing_message.rb:70 +msgid "Yours faithfully," msgstr "" -#: app/views/user/signchangepassword.rhtml:20 -msgid "New password: (again)" +#: app/models/outgoing_message.rb:68 +msgid "Yours sincerely," msgstr "" -#: app/views/user/signchangepassword.rhtml:27 -msgid "Change password on {{site_name}}" +#: app/views/request/new.rhtml:88 +msgid "" +"a one line summary of the information you are requesting, \n" +"\t\t\te.g." msgstr "" -#: app/views/user/signchangepassword_confirm.rhtml:6 -msgid "We've sent you an email, click the link in it, then you can change your password." +#: app/views/public_body/show.rhtml:37 +msgid "admin" msgstr "" -#: app/views/user/signchangepassword_send_confirm.rhtml:18 -msgid " <strong>Note:</strong>\n We will send you an email. Follow the instructions in it to change\n your password." +#: app/views/request/_request_filter_form.rhtml:30 +msgid "all requests" msgstr "" -#: app/views/user/signchangepassword_send_confirm.rhtml:26 -msgid "Submit" +#: app/views/public_body/show.rhtml:35 +msgid "also called {{public_body_short_name}}" msgstr "" -#: app/views/user/wrong_user.rhtml:2 -msgid "Sorry, but only {{user_name}} is allowed to do that." +#: app/views/request/_request_filter_form.rhtml:25 +#: app/views/general/search.rhtml:110 +msgid "and" msgstr "" -#: app/views/user/wrong_user_unknown_email.rhtml:3 -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." +#: app/views/request/show.rhtml:59 +msgid "" +"and update the status accordingly. Perhaps <strong>you</strong> might like " +"to help out by doing that?" msgstr "" -#: app/views/user_mailer/already_registered.rhtml:3 -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." +#: app/views/request/show.rhtml:64 +msgid "and update the status." msgstr "" -#: app/views/user_mailer/changeemail_already_used.rhtml:1 -msgid "Someone, perhaps you, just tried to change their email address on\n{{site_name}} from {{old_email}} to {{new_email}}." +#: app/views/request/_describe_state.rhtml:101 +msgid "and we'll suggest <strong>what to do next</strong>" msgstr "" -#: app/views/user_mailer/changeemail_already_used.rhtml:5 -msgid "This was not possible because there is already an account using \nthe email address {{email}}." +#: app/views/general/frontpage.rhtml:60 +msgid "answered a request about" msgstr "" -#: app/views/user_mailer/changeemail_already_used.rhtml:8 -msgid "The accounts have been left as they previously were." +#: app/models/track_thing.rb:210 +msgid "any <a href=\"/list\">new requests</a>" msgstr "" -#: app/views/user_mailer/changeemail_confirm.rhtml:3 -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}}" +#: app/models/track_thing.rb:226 +msgid "any <a href=\"/list/successful\">successful requests</a>" msgstr "" -#: app/views/user_mailer/changeemail_confirm.rhtml:10 -msgid "We will not reveal your email addresses to anybody unless you\nor the law tell us to." +#: app/models/track_thing.rb:115 +msgid "anything" msgstr "" -#: app/views/user_mailer/confirm_login.rhtml:3 -msgid "Please click on the link below to confirm your email address." +#: app/views/request_mailer/very_overdue_alert.rhtml:1 +msgid "are long overdue." msgstr "" -#: app/views/user_mailer/confirm_login.rhtml:8 -msgid "We will not reveal your email address to anybody unless you\nor the law tell us to." +#: app/models/track_thing.rb:88 app/views/general/search.rhtml:55 +msgid "authorities" msgstr "" -#: lib/world_foi_websites.rb:5 -msgid "United Kingdom" +#: app/models/track_thing.rb:103 +msgid "awaiting a response" msgstr "" -#: lib/world_foi_websites.rb:9 -msgid "Kosovo" +#: app/controllers/public_body_controller.rb:125 +msgid "beginning with ‘{{first_letter}}’" msgstr "" -#: lib/world_foi_websites.rb:13 -msgid "European Union" +#: app/models/track_thing.rb:94 +msgid "between two dates" msgstr "" -#: lib/world_foi_websites.rb:17 -msgid "United States of America" +#: app/views/request/show.rhtml:82 +msgid "by" msgstr "" -#: lib/world_foi_websites.rb:21 -msgid "New Zealand" +#: app/views/request/_followup.rhtml:65 +msgid "by <strong>{{date}}</strong>" msgstr "" -#: lib/world_foi_websites.rb:25 -msgid "Germany" +#: app/views/request/_request_listing_via_event.rhtml:26 +msgid "by {{public_body_name}} to {{info_request_user}} on {{date}}." msgstr "" -#: lib/world_foi_websites.rb:29 -msgid "Chile" +#: app/views/request/_request_listing_short_via_event.rhtml:10 +msgid "by {{user_link_absolute}}" msgstr "" -#: locale/model_attributes.rb:2 -msgid "public body" +#: locale/model_attributes.rb:42 +msgid "censor rule" msgstr "" -#: locale/model_attributes.rb:3 -msgid "PublicBody|Name" +#: locale/model_attributes.rb:20 +msgid "comment" msgstr "" -#: locale/model_attributes.rb:4 -msgid "PublicBody|Short name" +#: app/models/track_thing.rb:85 +#: app/views/request/_request_filter_form.rhtml:14 +#: app/views/general/search.rhtml:99 +msgid "comments" msgstr "" -#: locale/model_attributes.rb:5 -msgid "PublicBody|Request email" +#: app/views/request/show_response.rhtml:39 +msgid "" +"containing your postal address, and asking them to reply to this request.\n" +" Or you could phone them." msgstr "" -#: locale/model_attributes.rb:6 -msgid "PublicBody|Version" +#: app/models/info_request_event.rb:358 +msgid "display_status only works for incoming and outgoing messages right now" msgstr "" -#: locale/model_attributes.rb:7 -msgid "PublicBody|Last edit editor" +#: app/views/request_mailer/overdue_alert.rhtml:3 +msgid "during term time" msgstr "" -#: locale/model_attributes.rb:8 -msgid "PublicBody|Last edit comment" +#: app/views/user/show.rhtml:101 +msgid "edit text about you" msgstr "" -#: locale/model_attributes.rb:9 -msgid "PublicBody|Url name" +#: app/views/user/show.rhtml:199 +msgid "email subscription" msgstr "" -#: locale/model_attributes.rb:10 -msgid "PublicBody|Home page" +#: app/views/request_mailer/very_overdue_alert.rhtml:4 +msgid "even during holidays" msgstr "" -#: locale/model_attributes.rb:11 -msgid "PublicBody|Notes" +#: app/views/general/search.rhtml:56 +msgid "everything" msgstr "" -#: locale/model_attributes.rb:12 -msgid "PublicBody|First letter" +#: locale/model_attributes.rb:17 +msgid "exim log" msgstr "" -#: locale/model_attributes.rb:13 -msgid "PublicBody|Publication scheme" +#: locale/model_attributes.rb:67 +msgid "exim log done" msgstr "" -#: locale/model_attributes.rb:14 -msgid "profile photo" +#: locale/model_attributes.rb:85 +msgid "foi attachment" msgstr "" -#: locale/model_attributes.rb:15 -msgid "ProfilePhoto|Data" +#: app/views/request_mailer/requires_admin.rhtml:2 +msgid "has reported an" msgstr "" -#: locale/model_attributes.rb:16 -msgid "ProfilePhoto|Draft" +#: app/views/request_mailer/overdue_alert.rhtml:1 +msgid "have delayed." msgstr "" -#: locale/model_attributes.rb:17 -msgid "exim log" +#: locale/model_attributes.rb:64 +msgid "holiday" msgstr "" -#: locale/model_attributes.rb:18 -msgid "EximLog|Order" +#: app/views/request/_followup.rhtml:63 app/views/request/show.rhtml:70 +#: app/views/request/show.rhtml:80 +msgid "in term time" msgstr "" -#: locale/model_attributes.rb:19 -msgid "EximLog|Line" +#: app/controllers/public_body_controller.rb:131 +msgid "in the category ‘{{category_name}}’" msgstr "" -#: locale/model_attributes.rb:20 -msgid "comment" +#: locale/model_attributes.rb:54 +msgid "incoming message" msgstr "" -#: locale/model_attributes.rb:21 -msgid "Comment|Comment type" +#: locale/model_attributes.rb:95 +msgid "info request" msgstr "" -#: locale/model_attributes.rb:22 -msgid "Comment|Body" +#: locale/model_attributes.rb:35 +msgid "info request event" msgstr "" -#: locale/model_attributes.rb:23 -msgid "Comment|Visible" +#: app/views/user/set_profile_about_me.rhtml:3 +#: app/views/user/signchangeemail.rhtml:3 +msgid "internal error" msgstr "" -#: locale/model_attributes.rb:24 -msgid "Comment|Locale" +#: app/views/general/search.rhtml:87 +msgid "internal reviews" msgstr "" -#: locale/model_attributes.rb:25 -msgid "outgoing message" +#: app/views/request/show.rhtml:100 +msgid "is <strong>waiting for your clarification</strong>." msgstr "" -#: locale/model_attributes.rb:26 -msgid "OutgoingMessage|Body" +#: app/views/user/show.rhtml:76 +msgid "just to see how it works" msgstr "" -#: locale/model_attributes.rb:27 -msgid "OutgoingMessage|Status" +#: app/views/comment/_single_comment.rhtml:10 +msgid "left an annotation" msgstr "" -#: locale/model_attributes.rb:28 -msgid "OutgoingMessage|Message type" +#: app/views/user/_user_listing_single.rhtml:19 +#: app/views/user/_user_listing_single.rhtml:20 +msgid "made." msgstr "" -#: locale/model_attributes.rb:29 -msgid "OutgoingMessage|Last sent at" +#: app/controllers/public_body_controller.rb:129 +msgid "matching the tag ‘{{tag_name}}’" msgstr "" -#: locale/model_attributes.rb:30 -msgid "OutgoingMessage|What doing" +#: app/views/request/_request_filter_form.rhtml:13 +#: app/views/general/search.rhtml:98 +msgid "messages from authorities" msgstr "" -#: locale/model_attributes.rb:31 -msgid "track thing" +#: app/views/request/_request_filter_form.rhtml:12 +#: app/views/general/search.rhtml:97 +msgid "messages from users" msgstr "" -#: locale/model_attributes.rb:32 -msgid "TrackThing|Track query" +#: app/views/request/show.rhtml:74 +msgid "no later than" msgstr "" -#: locale/model_attributes.rb:33 -msgid "TrackThing|Track medium" +#: app/views/request/followup_bad.rhtml:18 +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 "" -#: locale/model_attributes.rb:34 -msgid "TrackThing|Track type" +#: app/views/request/show.rhtml:72 +msgid "normally" msgstr "" -#: locale/model_attributes.rb:35 -msgid "censor rule" +#: locale/model_attributes.rb:25 +msgid "outgoing message" msgstr "" -#: locale/model_attributes.rb:36 -msgid "CensorRule|Text" +#: app/views/user/sign.rhtml:11 +msgid "please sign in as " msgstr "" -#: locale/model_attributes.rb:37 -msgid "CensorRule|Replacement" +#: locale/model_attributes.rb:47 +msgid "post redirect" msgstr "" -#: locale/model_attributes.rb:38 -msgid "CensorRule|Last edit editor" +#: locale/model_attributes.rb:14 +msgid "profile photo" msgstr "" -#: locale/model_attributes.rb:39 -msgid "CensorRule|Last edit comment" +#: locale/model_attributes.rb:2 +msgid "public body" msgstr "" -#: locale/model_attributes.rb:40 -msgid "info request event" +#: app/views/request_mailer/not_clarified_alert.rhtml:1 +msgid "request." msgstr "" -#: locale/model_attributes.rb:41 -msgid "InfoRequestEvent|Event type" +#: app/views/request/show.rhtml:89 +msgid "requesting an internal review" msgstr "" -#: locale/model_attributes.rb:42 -msgid "InfoRequestEvent|Params yaml" +#: app/models/track_thing.rb:91 app/models/track_thing.rb:110 +#: app/models/track_thing.rb:112 app/views/general/search.rhtml:53 +msgid "requests" msgstr "" -#: locale/model_attributes.rb:43 -msgid "InfoRequestEvent|Described state" +#: app/models/track_thing.rb:111 +msgid "requests which are {{list_of_statuses}}" msgstr "" -#: locale/model_attributes.rb:44 -msgid "InfoRequestEvent|Calculated state" +#: app/views/request_mailer/requires_admin.rhtml:3 +msgid "" +"response as needing administrator attention. Take a look, and reply to this\n" +"email to let them know what you are going to do about it." msgstr "" -#: locale/model_attributes.rb:45 -msgid "InfoRequestEvent|Last described at" +#: app/views/request/show.rhtml:102 +msgid "send a follow up message" msgstr "" -#: locale/model_attributes.rb:46 -msgid "InfoRequestEvent|Prominence" +#: app/views/request/_request_listing_via_event.rhtml:23 +msgid "sent to {{public_body_name}} by {{info_request_user}} on {{date}}." msgstr "" -#: locale/model_attributes.rb:47 -msgid "post redirect" +#: app/views/request/show.rhtml:106 +msgid "sign in" msgstr "" -#: locale/model_attributes.rb:48 -msgid "PostRedirect|Token" +#: app/models/track_thing.rb:100 +msgid "successful" msgstr "" -#: locale/model_attributes.rb:49 -msgid "PostRedirect|Uri" +#: app/views/request/_request_filter_form.rhtml:31 +#: app/views/general/search.rhtml:84 +msgid "successful requests" msgstr "" -#: locale/model_attributes.rb:50 -msgid "PostRedirect|Post params yaml" +#: app/views/request_mailer/new_response.rhtml:2 +msgid "that you made to" msgstr "" -#: locale/model_attributes.rb:51 -msgid "PostRedirect|Email token" +#: app/views/request/_followup.rhtml:23 app/views/request/_followup.rhtml:28 +#: app/views/request/_followup.rhtml:34 +msgid "the main FOI contact address for {{public_body}}" msgstr "" -#: locale/model_attributes.rb:52 -msgid "PostRedirect|Reason params yaml" +#: app/views/request/_followup.rhtml:3 +msgid "the main FOI contact at {{public_body}}" msgstr "" -#: locale/model_attributes.rb:53 -msgid "PostRedirect|Circumstance" +#: app/views/track_mailer/event_digest.rhtml:66 +#: app/views/request_mailer/stopped_responses.rhtml:16 +#: app/views/request_mailer/new_response.rhtml:15 +#: app/views/request_mailer/new_response_reminder_alert.rhtml:8 +#: app/views/request_mailer/comment_on_alert.rhtml:6 +#: app/views/request_mailer/comment_on_alert_plural.rhtml:5 +#: app/views/request_mailer/old_unclassified_updated.rhtml:8 +#: app/views/request_mailer/overdue_alert.rhtml:9 +#: app/views/request_mailer/not_clarified_alert.rhtml:9 +#: app/views/request_mailer/very_overdue_alert.rhtml:11 +#: app/views/user_mailer/changeemail_already_used.rhtml:10 +#: app/views/user_mailer/confirm_login.rhtml:11 +#: app/views/user_mailer/changeemail_confirm.rhtml:13 +#: app/views/user_mailer/already_registered.rhtml:11 +msgid "the {{site_name}} team" msgstr "" -#: locale/model_attributes.rb:54 -msgid "holiday" +#: app/views/request/show.rhtml:62 +msgid "to read" msgstr "" -#: locale/model_attributes.rb:55 -msgid "Holiday|Day" +#: app/views/request/show.rhtml:106 +msgid "to send a follow up message." msgstr "" -#: locale/model_attributes.rb:56 -msgid "Holiday|Description" +#: app/views/request/show.rhtml:45 +msgid "to {{public_body}}" msgstr "" -#: locale/model_attributes.rb:57 -msgid "exim log done" +#: locale/model_attributes.rb:31 +msgid "track thing" msgstr "" -#: locale/model_attributes.rb:58 -msgid "EximLogDone|Filename" +#: app/views/request/_hidden_correspondence.rhtml:32 +msgid "unexpected prominence on request event" msgstr "" -#: locale/model_attributes.rb:59 -msgid "EximLogDone|Last stat" +#: app/views/request/followup_bad.rhtml:29 +msgid "unknown reason " msgstr "" -#: locale/model_attributes.rb:60 -msgid "incoming message" +#: app/models/info_request.rb:810 app/models/info_request_event.rb:353 +msgid "unknown status " msgstr "" -#: locale/model_attributes.rb:61 -msgid "IncomingMessage|Cached attachment text clipped" +#: app/views/request/_request_filter_form.rhtml:33 +#: app/views/general/search.rhtml:86 +msgid "unresolved requests" msgstr "" -#: locale/model_attributes.rb:62 -msgid "IncomingMessage|Cached main body text folded" +#: app/views/user/show.rhtml:236 +msgid "unsubscribe" msgstr "" -#: locale/model_attributes.rb:63 -msgid "IncomingMessage|Cached main body text unfolded" +#: app/views/user/show.rhtml:208 app/views/user/show.rhtml:222 +msgid "unsubscribe all" msgstr "" -#: locale/model_attributes.rb:64 -msgid "IncomingMessage|Sent at" +#: app/models/track_thing.rb:97 +msgid "unsuccessful" msgstr "" -#: locale/model_attributes.rb:65 -msgid "IncomingMessage|Subject" +#: app/views/request/_request_filter_form.rhtml:32 +#: app/views/general/search.rhtml:85 +msgid "unsuccessful requests" msgstr "" -#: locale/model_attributes.rb:66 -msgid "IncomingMessage|Safe mail from" +#: app/views/request/show.rhtml:53 +msgid "useful information." msgstr "" -#: locale/model_attributes.rb:67 -msgid "IncomingMessage|Mail from domain" +#: locale/model_attributes.rb:70 +msgid "user" msgstr "" -#: locale/model_attributes.rb:68 -msgid "IncomingMessage|Valid to reply to" +#: locale/model_attributes.rb:93 +msgid "user info request sent alert" msgstr "" -#: locale/model_attributes.rb:69 -msgid "user info request sent alert" +#: app/models/track_thing.rb:82 app/views/general/search.rhtml:54 +msgid "users" msgstr "" -#: locale/model_attributes.rb:70 -msgid "UserInfoRequestSentAlert|Alert type" +#: app/views/request/list.rhtml:21 +msgid "{{count}} FOI requests found" msgstr "" -#: locale/model_attributes.rb:71 -msgid "user" +#: app/views/request/new.rhtml:27 +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 "" -#: locale/model_attributes.rb:72 -msgid "User|Email" +#: app/views/request/_after_actions.rhtml:23 +msgid "{{info_request_user_name}} only:" msgstr "" -#: locale/model_attributes.rb:73 -msgid "User|Name" +#: app/models/info_request.rb:239 +msgid "{{law_used_full}} request - {{title}}" msgstr "" -#: locale/model_attributes.rb:74 -msgid "User|Hashed password" +#: app/models/info_request.rb:237 +msgid "{{law_used_full}} request GQ - {{title}}" msgstr "" -#: locale/model_attributes.rb:75 -msgid "User|Salt" +#: app/views/general/frontpage.rhtml:62 +msgid "{{length_of_time}} ago" msgstr "" -#: locale/model_attributes.rb:76 -msgid "User|Email confirmed" +#: app/models/track_thing.rb:121 +msgid "{{list_of_things}} matching text '{{search_query}}'" msgstr "" -#: locale/model_attributes.rb:77 -msgid "User|Url name" +#: app/views/general/blog.rhtml:56 +msgid "{{number_of_comments}} comments" msgstr "" -#: locale/model_attributes.rb:78 -msgid "User|Last daily track email" +#: app/views/request/_after_actions.rhtml:45 +msgid "{{public_body_name}} only:" msgstr "" -#: locale/model_attributes.rb:79 -msgid "User|Admin level" +#: app/views/track_mailer/event_digest.rhtml:21 +msgid "{{public_body}} sent a response to {{user_name}}" msgstr "" -#: locale/model_attributes.rb:80 -msgid "User|Ban text" +#: app/controllers/user_controller.rb:54 +msgid "{{search_results}} matching '{{query}}'" msgstr "" -#: locale/model_attributes.rb:81 -msgid "User|About me" +#: app/views/general/blog.rhtml:1 +msgid "{{site_name}} blog and tweets" msgstr "" -#: locale/model_attributes.rb:82 -msgid "info request" +#: app/views/general/frontpage.rhtml:38 +msgid "" +"{{site_name}} covers requests to {{number_of_authorities}} authorities, " +"including:" msgstr "" -#: locale/model_attributes.rb:83 -msgid "InfoRequest|Title" +#: app/views/public_body/view_email.rhtml:7 +msgid "" +"{{site_name}} sends new requests to <strong>{{request_email}}</strong> for " +"this authority." msgstr "" -#: locale/model_attributes.rb:84 -msgid "InfoRequest|Described state" +#: app/views/general/frontpage.rhtml:55 +msgid "" +"{{site_name}} users have made {{number_of_requests}} requests, including:" msgstr "" -#: locale/model_attributes.rb:85 -msgid "InfoRequest|Awaiting description" +#: app/models/user.rb:135 +msgid "{{user_name}} (Banned)" msgstr "" -#: locale/model_attributes.rb:86 -msgid "InfoRequest|Prominence" +#: app/views/track_mailer/event_digest.rhtml:31 +msgid "{{user_name}} added an annotation" msgstr "" -#: locale/model_attributes.rb:87 -msgid "InfoRequest|Url title" +#: app/views/request_mailer/comment_on_alert.rhtml:1 +msgid "" +"{{user_name}} has annotated your {{law_used_short}} \n" +"request. Follow this link to see what they wrote." msgstr "" -#: locale/model_attributes.rb:88 -msgid "InfoRequest|Law used" +#: app/views/contact_mailer/user_message.rhtml:2 +msgid "{{user_name}} has used {{site_name}} to send you the message below." msgstr "" -#: locale/model_attributes.rb:89 -msgid "InfoRequest|Allow new responses from" +#: app/views/track_mailer/event_digest.rhtml:24 +msgid "{{user_name}} sent a follow up message to {{public_body}}" msgstr "" -#: locale/model_attributes.rb:90 -msgid "InfoRequest|Handle rejected responses" +#: app/views/track_mailer/event_digest.rhtml:28 +msgid "{{user_name}} sent a request to {{public_body}}" msgstr "" -#: locale/model_attributes.rb:91 -msgid "InfoRequest|Idhash" +#: app/views/request/simple_correspondence.rhtml:42 +msgid "{{username}} left an annotation:" +msgstr "" + +#: app/views/request/show.rhtml:36 +msgid "" +"{{user}} (<a href=\"{{user_admin_url}}\">admin</a>) 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 "" + +#: app/views/request/show.rhtml:44 +msgid "{{user}} made this {{law_used_full}} request" msgstr "" diff --git a/locale/model_attributes.rb b/locale/model_attributes.rb index e68b40168..7265ceb5b 100644 --- a/locale/model_attributes.rb +++ b/locale/model_attributes.rb @@ -32,11 +32,6 @@ _('track thing') _('TrackThing|Track query') _('TrackThing|Track medium') _('TrackThing|Track type') -_('censor rule') -_('CensorRule|Text') -_('CensorRule|Replacement') -_('CensorRule|Last edit editor') -_('CensorRule|Last edit comment') _('info request event') _('InfoRequestEvent|Event type') _('InfoRequestEvent|Params yaml') @@ -44,6 +39,11 @@ _('InfoRequestEvent|Described state') _('InfoRequestEvent|Calculated state') _('InfoRequestEvent|Last described at') _('InfoRequestEvent|Prominence') +_('censor rule') +_('CensorRule|Text') +_('CensorRule|Replacement') +_('CensorRule|Last edit editor') +_('CensorRule|Last edit comment') _('post redirect') _('PostRedirect|Token') _('PostRedirect|Uri') @@ -51,23 +51,22 @@ _('PostRedirect|Post params yaml') _('PostRedirect|Email token') _('PostRedirect|Reason params yaml') _('PostRedirect|Circumstance') -_('holiday') -_('Holiday|Day') -_('Holiday|Description') -_('exim log done') -_('EximLogDone|Filename') -_('EximLogDone|Last stat') _('incoming message') _('IncomingMessage|Cached attachment text clipped') _('IncomingMessage|Cached main body text folded') _('IncomingMessage|Cached main body text unfolded') -_('IncomingMessage|Sent at') _('IncomingMessage|Subject') -_('IncomingMessage|Safe mail from') _('IncomingMessage|Mail from domain') _('IncomingMessage|Valid to reply to') -_('user info request sent alert') -_('UserInfoRequestSentAlert|Alert type') +_('IncomingMessage|Last parsed') +_('IncomingMessage|Mail from') +_('IncomingMessage|Sent at') +_('holiday') +_('Holiday|Day') +_('Holiday|Description') +_('exim log done') +_('EximLogDone|Filename') +_('EximLogDone|Last stat') _('user') _('User|Email') _('User|Name') @@ -79,6 +78,20 @@ _('User|Last daily track email') _('User|Admin level') _('User|Ban text') _('User|About me') +_('User|Locale') +_('User|Email bounced at') +_('User|Email bounce message') +_('User|No limit') +_('foi attachment') +_('FoiAttachment|Content type') +_('FoiAttachment|Filename') +_('FoiAttachment|Charset') +_('FoiAttachment|Display size') +_('FoiAttachment|Url part number') +_('FoiAttachment|Within rfc822 subject') +_('FoiAttachment|Hexdigest') +_('user info request sent alert') +_('UserInfoRequestSentAlert|Alert type') _('info request') _('InfoRequest|Title') _('InfoRequest|Described state') diff --git a/script/generate_pot.sh b/script/generate_pot.sh index 287d33e7f..1ca361d08 100755 --- a/script/generate_pot.sh +++ b/script/generate_pot.sh @@ -6,3 +6,4 @@ rake gettext:store_model_attributes rake gettext:find git checkout ../locale/*/app.po +echo "Now commit the new app.pot and push. See TRANSLATE.md for more info"
\ No newline at end of file diff --git a/spec/controllers/admin_public_body_controller_spec.rb b/spec/controllers/admin_public_body_controller_spec.rb index 844100d07..1e82a0ba4 100644 --- a/spec/controllers/admin_public_body_controller_spec.rb +++ b/spec/controllers/admin_public_body_controller_spec.rb @@ -66,6 +66,14 @@ describe AdminPublicBodyController, "when administering public bodies" do get :show, :id => 2 session[:using_admin].should == 1 end + + it "mass assigns tags" do + n = PublicBody.count + post :mass_tag_add, { :new_tag => "department", :table_name => "substring" } + response.flash[:notice].should == "Added tag to table of bodies." + response.should redirect_to(:action=>'list') + PublicBody.find_by_tag("department").count.should == n + end end describe AdminPublicBodyController, "when administering public bodies and paying attention to authentication" do |