diff --git a/config/locales/en/activerecord.yml b/config/locales/en/activerecord.yml index 20c497417..bceaf5106 100644 --- a/config/locales/en/activerecord.yml +++ b/config/locales/en/activerecord.yml @@ -281,4 +281,4 @@ en: attributes: image: image_width: "Width must be %{required_width}px" - image_height: "Height must be %{required_height}px" + image_height: "Height must be %{required_height}px" \ No newline at end of file diff --git a/config/locales/en/admin.yml b/config/locales/en/admin.yml index 483777d6f..823d7084b 100644 --- a/config/locales/en/admin.yml +++ b/config/locales/en/admin.yml @@ -1,4 +1,3 @@ ---- en: admin: header: @@ -1059,4 +1058,4 @@ en: updated_at: Updated at status_draft: Draft status_published: Published - locale: Language + locale: Language \ No newline at end of file diff --git a/config/locales/en/budgets.yml b/config/locales/en/budgets.yml index 1f29370bb..ac6445329 100644 --- a/config/locales/en/budgets.yml +++ b/config/locales/en/budgets.yml @@ -151,4 +151,4 @@ en: amount_available: Available budget accepted: "Accepted spending proposal: " discarded: "Discarded spending proposal: " - incompatibles: Incompatibles + incompatibles: Incompatibles \ No newline at end of file diff --git a/config/locales/en/community.yml b/config/locales/en/community.yml index 068c98998..137787563 100644 --- a/config/locales/en/community.yml +++ b/config/locales/en/community.yml @@ -55,4 +55,4 @@ en: recommendation_three: Enjoy this space, the voices that fill it, it's yours too. topics: show: - login_to_comment: You must %{signin} or %{signup} to leave a comment. + login_to_comment: You must %{signin} or %{signup} to leave a comment. \ No newline at end of file diff --git a/config/locales/en/devise.yml b/config/locales/en/devise.yml index 29bc0a620..c6d146f7a 100644 --- a/config/locales/en/devise.yml +++ b/config/locales/en/devise.yml @@ -1,5 +1,4 @@ # Additional translations at https://github.com/plataformatec/devise/wiki/I18n - en: devise: password_expired: @@ -68,4 +67,4 @@ en: not_saved: one: "1 error prevented this %{resource} from being saved:" other: "%{count} errors prevented this %{resource} from being saved:" - equal_to_current_password: "must be different than the current password." + equal_to_current_password: "must be different than the current password." \ No newline at end of file diff --git a/config/locales/en/devise_views.yml b/config/locales/en/devise_views.yml index 081f1d7d0..b3b2681eb 100644 --- a/config/locales/en/devise_views.yml +++ b/config/locales/en/devise_views.yml @@ -1,4 +1,3 @@ ---- en: devise_views: confirmations: @@ -127,4 +126,4 @@ en: instructions_1_html: Please check your email - we have sent you a link to confirm your account. instructions_2_html: Once confirmed, you may begin participation. thank_you_html: Thank you for registering for the website. You must now confirm your email address. - title: Modify your email + title: Modify your email \ No newline at end of file diff --git a/config/locales/en/documents.yml b/config/locales/en/documents.yml index 05dc9ad9a..3719fd230 100644 --- a/config/locales/en/documents.yml +++ b/config/locales/en/documents.yml @@ -3,7 +3,6 @@ en: tab: Documents no_documents: Don't have uploaded documents max_documents_allowed_reached_html: You have reached the maximum number of documents allowed! You have to delete one before you can upload another. - form: title: Documents title_placeholder: Add a descriptive title for the document @@ -11,18 +10,15 @@ en: delete_button: Remove document note: "You can upload up to a maximum of %{max_documents_allowed} documents of following content types: %{accepted_content_types}, up to %{max_file_size} MB per file." add_new_document: Add new document - actions: destroy: notice: Document was deleted successfully. alert: Cannot destroy document. confirm: Are you sure you want to delete the document? This action cannot be undone! - buttons: download_document: Dowload file destroy_document: Destroy - errors: messages: in_between: must be in between %{min} and %{max} - wrong_content_type: content type %{content_type} does not match any of accepted content types %{accepted_content_types} + wrong_content_type: content type %{content_type} does not match any of accepted content types %{accepted_content_types} \ No newline at end of file diff --git a/config/locales/en/general.yml b/config/locales/en/general.yml index 107aaecaa..6e87e6983 100644 --- a/config/locales/en/general.yml +++ b/config/locales/en/general.yml @@ -1,4 +1,3 @@ ---- en: account: show: @@ -812,4 +811,4 @@ en: user_permission_votes: Participate on final voting invisible_captcha: sentence_for_humans: "If you are human, ignore this field" - timestamp_error_message: "Sorry, that was too quick! Please resubmit." + timestamp_error_message: "Sorry, that was too quick! Please resubmit." \ No newline at end of file diff --git a/config/locales/en/images.yml b/config/locales/en/images.yml index afd8b2308..375da86a4 100644 --- a/config/locales/en/images.yml +++ b/config/locales/en/images.yml @@ -1,7 +1,6 @@ en: images: remove_image: Remove image - form: title: Descriptive image title_placeholder: Add a descriptive title for the image @@ -12,14 +11,12 @@ en: title_placeholder: Add a descriptive title for the image admin_title: "Main image of the poll" admin_alt_text: "Alternative text for the image" - actions: destroy: notice: Image was deleted successfully. alert: Cannot destroy image. confirm: Are you sure you want to delete the image? This action cannot be undone! - errors: messages: in_between: must be in between %{min} and %{max} - wrong_content_type: content type %{content_type} does not match any of accepted content types %{accepted_content_types} + wrong_content_type: content type %{content_type} does not match any of accepted content types %{accepted_content_types} \ No newline at end of file diff --git a/config/locales/en/kaminari.yml b/config/locales/en/kaminari.yml index ab88794b6..d4789a4a5 100644 --- a/config/locales/en/kaminari.yml +++ b/config/locales/en/kaminari.yml @@ -1,4 +1,3 @@ ---- en: helpers: page_entries_info: @@ -20,4 +19,4 @@ en: last: Last next: Next previous: Previous - truncate: "…" + truncate: "…" \ No newline at end of file diff --git a/config/locales/en/legislation.yml b/config/locales/en/legislation.yml index 5dd0d0196..57929670a 100644 --- a/config/locales/en/legislation.yml +++ b/config/locales/en/legislation.yml @@ -1,4 +1,3 @@ ---- en: legislation: annotations: diff --git a/config/locales/en/mailers.yml b/config/locales/en/mailers.yml index 3b6706929..2000cd9a5 100644 --- a/config/locales/en/mailers.yml +++ b/config/locales/en/mailers.yml @@ -1,4 +1,3 @@ ---- en: mailers: no_reply: "This message was sent from an email address that does not accept replies." @@ -100,4 +99,4 @@ en: participate_url: "participate in the final voting" thanks: "Thank you again for participating." sincerely: "Sincererly" - signatory: "DEPARTMENT OF PUBLIC PARTICIPATION" + signatory: "DEPARTMENT OF PUBLIC PARTICIPATION" \ No newline at end of file diff --git a/config/locales/en/management.yml b/config/locales/en/management.yml index 8aabd7994..ced2d0644 100644 --- a/config/locales/en/management.yml +++ b/config/locales/en/management.yml @@ -1,4 +1,3 @@ ---- en: management: account: @@ -130,4 +129,4 @@ en: title: User's invites create: success_html: %{count} invitations have been sent. - title: User's invites + title: User's invites \ No newline at end of file diff --git a/config/locales/en/moderation.yml b/config/locales/en/moderation.yml index fa270424a..f6648d49d 100644 --- a/config/locales/en/moderation.yml +++ b/config/locales/en/moderation.yml @@ -1,4 +1,3 @@ ---- en: moderation: comments: @@ -75,4 +74,4 @@ en: search: Search search_placeholder: email or name of user title: Block users - notice_hide: User blocked. All of this user's debates and comments have been hidden. + notice_hide: User blocked. All of this user's debates and comments have been hidden. \ No newline at end of file diff --git a/config/locales/en/officing.yml b/config/locales/en/officing.yml index 2275bfeb4..42003da98 100644 --- a/config/locales/en/officing.yml +++ b/config/locales/en/officing.yml @@ -1,4 +1,3 @@ ---- en: officing: header: @@ -64,4 +63,4 @@ en: submit: Confirm vote success: "Vote introduced!" can_vote: - submit_disable_with: "Wait, confirming vote..." + submit_disable_with: "Wait, confirming vote..." \ No newline at end of file diff --git a/config/locales/en/pages.yml b/config/locales/en/pages.yml index d1884cbad..c0b8f3a0b 100644 --- a/config/locales/en/pages.yml +++ b/config/locales/en/pages.yml @@ -1,4 +1,3 @@ ---- en: pages: census_terms: To confirm the account, you must be 16 or older and be registered, having provided the information requested previously, will verify. By accepting the verification process, you also consent to the verification of this information, as well as the contact methods featuring in said files. The data provided will be acquired and processed in a file mentioned previously in the terms and conditions of use for the Portal. @@ -81,4 +80,4 @@ en: info_code: 'Now introduce the code you received in letter:' password: Password submit: Verify my account - title: Verify your account + title: Verify your account \ No newline at end of file diff --git a/config/locales/en/rails.yml b/config/locales/en/rails.yml index 27ae10dbf..3b093abc4 100644 --- a/config/locales/en/rails.yml +++ b/config/locales/en/rails.yml @@ -18,8 +18,6 @@ # # To learn more, please read the Rails Internationalization guide # available at http://guides.rubyonrails.org/i18n.html. - ---- en: date: abbr_day_names: @@ -225,4 +223,4 @@ en: default: "%a, %d %b %Y %H:%M:%S %z" long: "%B %d, %Y %H:%M" short: "%d %b %H:%M" - pm: pm + pm: pm \ No newline at end of file diff --git a/config/locales/en/responders.yml b/config/locales/en/responders.yml index 88f68a955..bbee89b5e 100644 --- a/config/locales/en/responders.yml +++ b/config/locales/en/responders.yml @@ -1,4 +1,3 @@ ---- en: flash: actions: @@ -32,4 +31,4 @@ en: budget_investment: "Investment project deleted succesfully." error: "Could not delete" topic: "Topic deleted successfully." - poll_question_answer_video: "Answer video deleted successfully." + poll_question_answer_video: "Answer video deleted successfully." \ No newline at end of file diff --git a/config/locales/en/settings.yml b/config/locales/en/settings.yml index 44e767a6e..0d5862408 100644 --- a/config/locales/en/settings.yml +++ b/config/locales/en/settings.yml @@ -52,4 +52,4 @@ en: meta_keywords: "Keywords (SEO)" verification_offices_url: Verification offices URL min_age_to_participate: Minimum age needed to participate - proposal_improvement_path: Proposal improvement info internal link + proposal_improvement_path: Proposal improvement info internal link \ No newline at end of file diff --git a/config/locales/en/social_share_button.yml b/config/locales/en/social_share_button.yml index 2715c46ab..b2aa209fd 100644 --- a/config/locales/en/social_share_button.yml +++ b/config/locales/en/social_share_button.yml @@ -17,4 +17,4 @@ en: plurk: "Plurk" pinterest: "Pinterest" email: "Email" - telegram: "Telegram" + telegram: "Telegram" \ No newline at end of file diff --git a/config/locales/en/valuation.yml b/config/locales/en/valuation.yml index e07cbc520..761ac2154 100644 --- a/config/locales/en/valuation.yml +++ b/config/locales/en/valuation.yml @@ -1,4 +1,3 @@ ---- en: valuation: header: @@ -122,6 +121,4 @@ en: internal_comments_html: Internal comments save: Save changes notice: - valuate: "Dossier updated" - - + valuate: "Dossier updated" \ No newline at end of file diff --git a/config/locales/en/verification.yml b/config/locales/en/verification.yml index 598532354..ec29a50ff 100644 --- a/config/locales/en/verification.yml +++ b/config/locales/en/verification.yml @@ -1,4 +1,3 @@ ---- en: verification: alert: @@ -109,4 +108,4 @@ en: explanation: We currently hold the following details on the Register; please select a method for your confirmation code to be sent. phone_title: Phone numbers title: Available information - use_another_phone: Use other phone + use_another_phone: Use other phone \ No newline at end of file