comparison config/locales/en.yml @ 190:440c4f4bf2d6 feature_64

created the model validation and the checkbox in the registration view.
author luisf
date Thu, 03 Feb 2011 17:11:33 +0000
parents 9a5a265e77f0
children d1713ab10813
comparison
equal deleted inserted replaced
188:f9fe5ef6156e 190:440c4f4bf2d6
84 kb: "kB" 84 kb: "kB"
85 mb: "MB" 85 mb: "MB"
86 gb: "GB" 86 gb: "GB"
87 tb: "TB" 87 tb: "TB"
88 88
89
90 # Used in array.to_sentence. 89 # Used in array.to_sentence.
91 support: 90 support:
92 array: 91 array:
93 sentence_connector: "and" 92 sentence_connector: "and"
94 skip_last_comma: false 93 skip_last_comma: false
118 even: "must be even" 117 even: "must be even"
119 greater_than_start_date: "must be greater than start date" 118 greater_than_start_date: "must be greater than start date"
120 not_same_project: "doesn't belong to the same project" 119 not_same_project: "doesn't belong to the same project"
121 circular_dependency: "This relation would create a circular dependency" 120 circular_dependency: "This relation would create a circular dependency"
122 cant_link_an_issue_with_a_descendant: "An issue can not be linked to one of its subtasks" 121 cant_link_an_issue_with_a_descendant: "An issue can not be linked to one of its subtasks"
122 must_accept_terms_and_conditions: "You must accept the Terms and Conditions"
123 123
124 actionview_instancetag_blank_option: Please select 124 actionview_instancetag_blank_option: Please select
125 125
126 general_text_No: 'No' 126 general_text_No: 'No'
127 general_text_Yes: 'Yes' 127 general_text_Yes: 'Yes'
305 field_text: Text field 305 field_text: Text field
306 field_visible: Visible 306 field_visible: Visible
307 307
308 setting_tipoftheday_text: Tip of the Day 308 setting_tipoftheday_text: Tip of the Day
309 setting_notifications_text: Notifications 309 setting_notifications_text: Notifications
310 field_terms_and_conditions: 'Terms and Conditions:'
310 label_ssamr_description: Research description 311 label_ssamr_description: Research description
311 setting_app_title: Application title 312 setting_app_title: Application title
312 setting_app_subtitle: Application subtitle 313 setting_app_subtitle: Application subtitle
313 setting_welcome_text: Welcome text 314 setting_welcome_text: Welcome text
314 setting_default_language: Default language 315 setting_default_language: Default language