summaryrefslogtreecommitdiff
path: root/config/locales/en.yml
diff options
context:
space:
mode:
Diffstat (limited to 'config/locales/en.yml')
-rw-r--r--config/locales/en.yml109
1 files changed, 78 insertions, 31 deletions
diff --git a/config/locales/en.yml b/config/locales/en.yml
index 83ceadda..44b1615b 100644
--- a/config/locales/en.yml
+++ b/config/locales/en.yml
@@ -199,7 +199,34 @@ en:
199 path: "Path" 199 path: "Path"
200 preview: "Preview" 200 preview: "Preview"
201 name: "Name" 201 name: "Name"
202 author: "Author"
202 type: "Type" 203 type: "Type"
204 menu:
205 dashboard: "Dashboard"
206 search: "Search"
207 log_out: "Log out"
208 index:
209 title: "cccms dashboard"
210 search_placeholder: "Search nodes and tags…"
211 create_post: "Create post"
212 find_chapter: "Find a chapter"
213 upload_asset: "Upload asset"
214 add_in_tree: "Add a page in the page tree"
215 drafts_widget: "Drafts and autosaves"
216 see_all_drafts: "See all drafts →"
217 see_all_changes: "See all recent changes →"
218 housekeeping: "Housekeeping"
219 my_account: "My account"
220 navigation: "Navigation"
221 drafts:
222 title: "Drafts (%{size})"
223 revisions: "Revisions"
224 conventions:
225 title: "Node creation conventions"
226 kind: "Kind"
227 what_happens: "What happens"
228 search_results:
229 title: "Search Results"
203 nodes: 230 nodes:
204 index: 231 index:
205 title: "Nodes" 232 title: "Nodes"
@@ -456,34 +483,54 @@ en:
456 none_to_remove: "No %{lang} translation exists to remove." 483 none_to_remove: "No %{lang} translation exists to remove."
457 last_translation: "Can't remove the only remaining translation." 484 last_translation: "Can't remove the only remaining translation."
458 removed: "%{lang} translation removed from the draft. Publish to make this permanent." 485 removed: "%{lang} translation removed from the draft. Publish to make this permanent."
459 assets: 486
460 index: 487 assets:
461 title: "Assets" 488 index:
462 create_asset: "Create asset" 489 title: "Assets"
463 show: 490 create_asset: "Create asset"
464 thumbnail: "Thumbnail" 491 show:
465 attached_to: "Attached to" 492 thumbnail: "Thumbnail"
466 pending_only: "pending versions only" 493 attached_to: "Attached to"
467 not_attached: "— not attached to any page —" 494 pending_only: "pending versions only"
468 new_page_with_attachment: "New page with this attachment" 495 not_attached: "— not attached to any page —"
469 public_path: "Public Path" 496 new_page_with_attachment: "New page with this attachment"
470 copy_url: "Copy URL" 497 public_path: "Public Path"
471 creator: "Creator" 498 copy_url: "Copy URL"
472 source: "Source" 499 creator: "Creator"
473 license: "License" 500 source: "Source"
474 content_type: "Content Type" 501 license: "License"
475 size: "Size" 502 content_type: "Content Type"
476 new: 503 size: "Size"
477 title: "New asset" 504 new:
478 edit: 505 title: "New asset"
479 title: "Editing asset" 506 edit:
480 current_file: "Current File" 507 title: "Editing asset"
481 replace_file: "Replace file" 508 current_file: "Current File"
482 form: 509 replace_file: "Replace file"
483 drop_hint: "…or drop a file here." 510 form:
484 none_option: "— none —" 511 drop_hint: "…or drop a file here."
485 attach_to_page: "attach to page" 512 none_option: "— none —"
486 attach_search_placeholder: "Search for a page…" 513 attach_to_page: "attach to page"
487 attach_hint: "Optional — attaches this asset to that page, all pending versions included." 514 attach_search_placeholder: "Search for a page…"
488 as_headline: "attach as the page's headline" 515 attach_hint: "Optional — attaches this asset to that page, all pending versions included."
489 headline_hint: "Applies only if the page has no headline yet." 516 as_headline: "attach as the page's headline"
517 headline_hint: "Applies only if the page has no headline yet."
518
519 layouts:
520 flash:
521 go_to_status: "Go to Status"
522 stale_prefix: "The %{lang} translation may be out of date —"
523 stale_link: "review it"
524 stale_suffix: " too."
525 locked_prefix: "The page is locked by %{login} —"
526 locked_link: "unlock it there"
527 locked_suffix: " first, then attach from this asset's page."
528 headline_prefix: "The page's existing headline was kept —"
529 headline_link: "change it there"
530 headline_suffix: " if needed."
531 admin:
532 search_placeholder: "Search nodes…"
533 lock_lost_prefix: "This page is now locked by someone else — your changes here can no longer be saved. Copy anything you need, then "
534 lock_lost_link: "return to the published page"
535 insert_image: "Insert image"
536 insert_image_tooltip: "Insert one of this page's attached images"