diff options
Diffstat (limited to 'config/locales/en.yml')
| -rw-r--r-- | config/locales/en.yml | 70 |
1 files changed, 67 insertions, 3 deletions
diff --git a/config/locales/en.yml b/config/locales/en.yml index 44b1615b..5f2f266a 100644 --- a/config/locales/en.yml +++ b/config/locales/en.yml | |||
| @@ -55,6 +55,17 @@ en: | |||
| 55 | tag_list: "Tags" | 55 | tag_list: "Tags" |
| 56 | latitude: "Latitude" | 56 | latitude: "Latitude" |
| 57 | longitude: "Longitude" | 57 | longitude: "Longitude" |
| 58 | page: | ||
| 59 | title: "Title" | ||
| 60 | abstract: "Abstract" | ||
| 61 | body: "Body" | ||
| 62 | tag_list: "Tags" | ||
| 63 | template_name: "Template" | ||
| 64 | assets: "Assets" | ||
| 65 | menu_item: | ||
| 66 | node_id: "Node Id" | ||
| 67 | path: "Path" | ||
| 68 | title: "Title" | ||
| 58 | 69 | ||
| 59 | tags: | 70 | tags: |
| 60 | index: | 71 | index: |
| @@ -200,6 +211,8 @@ en: | |||
| 200 | preview: "Preview" | 211 | preview: "Preview" |
| 201 | name: "Name" | 212 | name: "Name" |
| 202 | author: "Author" | 213 | author: "Author" |
| 214 | editor: "Editor" | ||
| 215 | date: "Date" | ||
| 203 | type: "Type" | 216 | type: "Type" |
| 204 | menu: | 217 | menu: |
| 205 | dashboard: "Dashboard" | 218 | dashboard: "Dashboard" |
| @@ -422,6 +435,16 @@ en: | |||
| 422 | new: | 435 | new: |
| 423 | title: "New event" | 436 | title: "New event" |
| 424 | 437 | ||
| 438 | menu_items: | ||
| 439 | index: | ||
| 440 | title: "Menu Items" | ||
| 441 | create_item: "Create menu item" | ||
| 442 | confirm_destroy: "Do you really want to destroy the menu entry?" | ||
| 443 | new: | ||
| 444 | title: "Add Menu Item" | ||
| 445 | edit: | ||
| 446 | title: "Edit Menu Item" | ||
| 447 | |||
| 425 | flash: | 448 | flash: |
| 426 | common: | 449 | common: |
| 427 | logged_in: "Logged in successfully" | 450 | logged_in: "Logged in successfully" |
| @@ -456,9 +479,6 @@ en: | |||
| 456 | created: "Event was successfully created." | 479 | created: "Event was successfully created." |
| 457 | updated: "Event was successfully updated." | 480 | updated: "Event was successfully updated." |
| 458 | tag_prefilled: "Tag '%{tag}' was pre-filled because this page is tagged '%{source}'. You can remove it below." | 481 | tag_prefilled: "Tag '%{tag}' was pre-filled because this page is tagged '%{source}'. You can remove it below." |
| 459 | occurrences: | ||
| 460 | created: "Occurrence was successfully created." | ||
| 461 | updated: "Occurrence was successfully updated." | ||
| 462 | revisions: | 482 | revisions: |
| 463 | unavailable: "That comparison is no longer available." | 483 | unavailable: "That comparison is no longer available." |
| 464 | restored: "Revision %{rev} restored" | 484 | restored: "Revision %{rev} restored" |
| @@ -516,6 +536,50 @@ en: | |||
| 516 | as_headline: "attach as the page's headline" | 536 | as_headline: "attach as the page's headline" |
| 517 | headline_hint: "Applies only if the page has no headline yet." | 537 | headline_hint: "Applies only if the page has no headline yet." |
| 518 | 538 | ||
| 539 | revisions: | ||
| 540 | locale_label: "Locale:" | ||
| 541 | inline: "Inline" | ||
| 542 | side_by_side: "Side by side" | ||
| 543 | diff: | ||
| 544 | title: "Compare revisions" | ||
| 545 | revisions_link: "Revisions" | ||
| 546 | comparing: "Comparing" | ||
| 547 | against: "against" | ||
| 548 | showing_prefix: "— showing the" | ||
| 549 | translation_suffix: "translation" | ||
| 550 | changed_hint: "* has a difference between these two versions." | ||
| 551 | view_label: "View:" | ||
| 552 | diff_button: "Diff" | ||
| 553 | compare_numbered: "Compare two numbered revisions instead" | ||
| 554 | none_marker: "(none)" | ||
| 555 | no_change: "No change." | ||
| 556 | index: | ||
| 557 | title: "Revisions for Node: %{path}" | ||
| 558 | back_to_node: "Back to node" | ||
| 559 | first: "First" | ||
| 560 | last: "Last" | ||
| 561 | diff_revisions: "Diff revisions" | ||
| 562 | against_word: "against" | ||
| 563 | selected_word: "selected" | ||
| 564 | show_link: "show" | ||
| 565 | restore_link: "restore" | ||
| 566 | confirm_restore: "Restore this revision?" | ||
| 567 | show: | ||
| 568 | title: "Revision %{rev}" | ||
| 569 | show_all: "Show all revisions" | ||
| 570 | |||
| 571 | page_translations: | ||
| 572 | revision_history_link: "View revision history" | ||
| 573 | edit: | ||
| 574 | editing_prefix: "Editing the" | ||
| 575 | translation_of: "translation of" | ||
| 576 | metadata_hint_prefix: "Metadata such as images, tags, template, and author belong to the page as a whole, not to a single translation — change those from the" | ||
| 577 | metadata_hint_link: "default-locale editor" | ||
| 578 | save_translation: "Save %{lang} translation" | ||
| 579 | show: | ||
| 580 | title: "Compare" | ||
| 581 | default_marker: "default" | ||
| 582 | |||
| 519 | layouts: | 583 | layouts: |
| 520 | flash: | 584 | flash: |
| 521 | go_to_status: "Go to Status" | 585 | go_to_status: "Go to Status" |
