fix #1101. Most strings were pushed into html attributes. The remaining are generated from the layout into an array

This commit is contained in:
Reinier Balt 2011-02-09 20:41:34 +01:00
parent e528af30a6
commit f2760ed7de
21 changed files with 147 additions and 76 deletions

View file

@ -38,6 +38,7 @@ en:
update: "Update"
logout: "Logout"
cancel: "Cancel"
ok: "Ok"
project: "Project"
projects: "Projects"
context: "Context"
@ -55,12 +56,15 @@ en:
description: "Description"
notes: "Notes"
optional: "optional"
ajaxError: 'There was an error retrieving from server'
sort:
sort: "Sort"
alphabetically: "Alphabetically"
alphabetically_title: "Sort projects alphabetically"
alphabetically_confirm: "Are you sure that you want to sort these projects alphabetically? This will replace the existing sort order."
by_task_count: "By number of tasks"
by_task_count_title: "Sort by number of tasks"
by_task_count_title_confirm: "Are you sure that you want to sort these projects by the number of tasks? This will replace the existing sort order."
drag_handle: "DRAG"
contexts:
status_hidden: "Context is hidden"
@ -73,14 +77,19 @@ en:
add_context: "Add Context"
context_hide: "Hide from front page?"
hide_form: "Hide form"
hide_form_title: "Hide new context form"
show_form: "Create a new context"
show_form_title: "Add a context"
visible_contexts: "Visible contexts"
hidden_contexts: "Hidden contexts"
context_deleted: "Deleted context '%{name}'"
no_contexts_hidden: "Currently there are no hidden contexts"
no_contexts_active: "Currently there are no active contexts"
hide_form_link_title: "Hide new context form"
delete_context: "Delete context"
delete_context_title: "Delete context"
delete_context_confirmation: "Are you sure that you want to delete the context '%{name}'? Be aware that this will also delete all (repeating) actions in this context!"
new_context_pre: "New context '"
new_context_post: "' will be also created. Are you sure?"
edit_context: "Edit context"
data:
import_errors: "Some errors occurred during import"
@ -194,6 +203,8 @@ en:
delete_item_title: "Delete item"
show_note_title: "Show note"
deleted_note: "Deleted note '%{id}'"
delete_note_title: "Delete the note '%{id}'"
delete_note_confirm: "Are you sure that you want to delete the note '%{id}'?"
no_notes_available: "Currently there are no notes: add notes to projects from individual project pages."
preferences:
title: "Your preferences"
@ -241,11 +252,14 @@ en:
default_context: "The default context for this project is %{context}"
project_state: "Project is %{state}."
no_projects: "Currently there are no projects"
hide_new_project_form: "Hide new project form"
hide_form_title: "Hide new project form"
hide_form: "Hide form"
show_form_title: "Create a new project"
show_form: "Add a project"
add_project: "Add Project"
to_new_project_page: "Take me to the new project page"
delete_project_title: "delete the project"
delete_project_title: "Delete the project"
delete_project_confirmation: "Are you sure that you want to delete the project '%{name}'?"
delete_project: "Delete project"
edit_project_title: "Edit project"
states:
@ -269,6 +283,8 @@ en:
hide_form: "Hide form"
toggle_multi_title: "Toggle single/multi new action form"
toggle_multi: "Add multiple next actions"
toggle_single: 'Add a next action'
toggle_single_title: 'Add a new next action'
separate_tags_with_commas: "separate with commas"
add_action: "Add action"
multiple_next_actions: "Multiple next actions (one on each line)"
@ -429,7 +445,8 @@ en:
show_option_always: "always"
show_days_before: "%{days} days before the todo is due"
from_tickler: "the date todo comes from tickler (no due date set)"
delete_recurring_action: "delete the recurring action '%{description}'"
delete_recurring_action_confirm: "Are you sure that you want to delete the recurring action '%{description}'?"
delete_recurring_action_title: "Delete the recurring action"
star_action_with_description: "star the action '%{description}'"
star_action: "Star this action"
delete_action: "Delete action"