Changesets can be listed by changeset number.
The Git repository is here.
Changeset 379
Changeset #378 completes check-in of Radiant 0.9.1 in its gem form, as installed
originally, except for the removal of vendor/RedCloth in Changeset #375. Now for
more ROOL customisations - gem incompatibilities again this time. The I18n gem
in use centrally only supports new-style token substitution syntax so update the
English messages file accordingly.
- Comitted by: rool
- Date: Monday March 21 13:51:17 2011 (over 13 years ago)
Affected files:
rool/rails/gems/radiant/config/locales/en.yml:
prev. | current | |
invalid: 'this does not match the expected format' #invalid_format | ||
not_a_number: 'this must be a number' # must be number | ||
taken: 'this name is already in use' # name_in_use | ||
11 | | |
12 | | |
11 | too_long: 'this must not be longer than %{count} characters' # character_limit | |
12 | too_short: 'this must be at least %{count} characters long' # character_minimum | |
models: | ||
page: | ||
attributes: | ||
... | ... | |
add_tab: 'Add Tab' | ||
admin: 'Administrator' | ||
available_tags: 'Available Tags' | ||
31 | | |
31 | available_tags_for: 'Available Tags for %{name}' | |
body: 'Body' | ||
breadcrumb: 'Breadcrumb' | ||
buttons: | ||
35 | | |
35 | create: 'Create %{name}' | |
save_and_continue: 'Save and Continue Editing' | ||
save_changes: 'Save Changes' | ||
cancel: 'Cancel' | ||
... | ... | |
close: 'Close' | ||
content: 'Content' | ||
content_type: 'Content‑Type' | ||
43 | | |
43 | creating_status: 'Creating %{model}…' | |
date: | ||
abbr_day_names: [Sun, Mon, Tue, Wed, Thu, Fri, Sat] | ||
abbr_month_names: [~, Jan, Feb, Mar, Apr, May, Jun, Jul, Aug, Sep, Oct, Nov, Dec] | ||
... | ... | |
month_names: [~, January, February, March, April, May, June, July, August, September, October, November, December] | ||
order: [ :year, :month, :day ] | ||
delete_layout: 'Delete Layout' | ||
56 | | |
56 | delete_pages: 'Delete %{pages}' | |
delete_snippet: 'Delete Snippet' | ||
delete_user: 'Delete User' | ||
description: 'Description' | ||
... | ... | |
remove: 'Remove' | ||
remove_layout: 'Remove Layout' | ||
remove_page: 'Remove Page' | ||
123 | | |
123 | remove_pages: 'Remove %{pages}' | |
remove_snippet: 'Remove Snippet' | ||
remove_tab: 'Remove Tab' | ||
remove_user: 'Remove user' | ||
required: 'Required' | ||
resource_controller: | ||
129 | | |
130 | | |
131 | | |
132 | | |
129 | not_found: "%{humanized_model_name} could not be found." | |
130 | removed: "%{humanized_model_name} has been deleted." | |
131 | saved: "%{humanized_model_name} saved below." | |
132 | update_conflict: "%{humanized_model_name} has been modified since it was last loaded. Changes cannot be saved without potentially losing data." | |
validation_errors: "Validation errors occurred while processing this form. Please take a moment to review the form and correct any input errors before continuing." | ||
reviewed: 'Reviewed' | ||
roles: 'Roles' | ||
... | ... | |
layouts: | ||
remove_warning: 'Are you sure you want to <strong class="warning">permanently remove</strong> the following layout?' | ||
pages: | ||
156 | | |
156 | remove_warning: 'Are you sure you want to <strong class="warning">permanently remove</strong> the following %{pages}?' | |
snippets: | ||
remove_warning: 'Are you sure you want to <strong class="warning">permanently remove</strong> the following snippet?' | ||
users: |