config/locales/it.yml in cms-fortress-1.3.5 vs config/locales/it.yml in cms-fortress-1.3.6
- old
+ new
@@ -96,20 +96,29 @@
comfy:
admin:
cms:
pages:
- form:
+ form: &pages_form
review: Approve
reviewed: Reviewed
schedule: Publish Date
+ scheduled: Scheduled
publish: Publish Now
published: Published
draft: save as draft
drafted: Draft
reset: Reset to Draft
+ edit:
+ <<: *pages_form
+
+ files:
+ form:
+ are_you_sure: Are you sure to delete?
+ delete: Delete!
+
activerecord:
attributes:
cms/fortress/user:
last_name: Lastname
first_name: Firstname
@@ -125,5 +134,17 @@
comfy/cms/page:
full_path: Path
parent_id: Parent page
slug: Slug
+ login:
+ forgot_your_password: Forgot your password?
+ send_me_reset_password_instructions: Send me reset password instructions
+ change_your_password: Change your password
+ new_password: New password
+ confirm_new_password: Confirm new password
+ change_my_password: Change my password
+ log_in: Log in
+ sign_up: Sign up
+ didnt_receive_confirmation_instructions: Didn't receive confirmation instructions?
+ didnt_receive_unlock_instructions: Didn't receive unlock instructions?
+ sign_in_with: Sign in with #{provider.to_s.titleize}
\ No newline at end of file