engine/config/locales/admin_ui_en.yml

350 lines
12 KiB
YAML
Raw Normal View History

2010-04-10 15:25:07 +00:00
en:
admin:
buttons:
login: Log in
send_password: Send
change_password: Update
new_item: "+ add"
2010-04-24 00:32:36 +00:00
messages:
confirm: Are you sure ?
2010-04-24 00:32:36 +00:00
shared:
header:
welcome: Welcome, {{name}}
see: See website
logout: Log out
menu:
contents: Contents
assets: Assets
settings: Settings
pages: Pages
layouts: Layouts
snippets: Snippets
account: My account
site: Site
2010-05-11 21:38:52 +00:00
theme_assets: Theme files
2010-04-24 00:32:36 +00:00
footer:
developed_by: Developed by
powered_by: and Powered by
2010-04-25 00:33:38 +00:00
form_actions:
back: Back without saving
create: Create
update: Update
custom_fields:
edit:
title: Editing custom field
kind:
string: Simple Input
text: Text
category: Select
boolean: Checkbox
2010-06-30 00:03:34 +00:00
date: Date
file: File
text_formatting:
none: None
html: HTML
2010-06-14 13:04:01 +00:00
edit_field:
title: Edit field
edit_category:
title: Edit options
help: Manage the list of options for your select box.
collection_label: List of options
custom_form:
edit_categories: Edit options
delete_file: Delete file
sessions:
new:
title: Login
link: "I forgot my password"
email: "Email"
password: "Password"
passwords:
new:
title: Forgot password
link: "→ Back to login page"
email: "Your email"
edit:
title: Update my password
link: "→ Back to login page"
password: "Your new password"
password_confirmation: "Confirmation of your new password"
2010-04-24 00:32:36 +00:00
pages:
index:
title: Listing pages
help: "Pages are organized as a tree. You can order pages as well as folders"
2010-04-25 00:33:38 +00:00
no_items: "There are no pages for now. Just click <a href=\"{{url}}\">here</a> to create the first one."
new: new page
lastest_items: Lastest pages
new:
title: New page
help: "Please fill in the below form to create your page. Be careful, by default, the page is not published."
page:
updated_at: updated at
edit:
show: show
help: "The page title can be updated by clicking it."
ask_for_title: "Please type the new page title"
messages:
successful_create: "Page was successfully created."
successful_update: "Page was successfully updated."
successful_destroy: "Page was successfully deleted."
successful_sort: "Pages were successfully sorted."
failed_create: "Page was not created."
failed_update: "Page was not updated."
form:
expiration:
never: Never
hour: 1 hour
day: 1 day
week: 1 week
month: 1 month
2010-04-24 00:32:36 +00:00
layouts:
index:
title: Listing layouts
help: "Layouts give the look of a page (1, 2 or many columns)."
no_items: "There are no layouts for now. Just click <a href=\"{{url}}\">here</a> to create the first one."
new: new layout
2010-05-12 00:16:39 +00:00
new:
title: New layout
help: "Fill in the form below to create your layout."
edit:
title: Editing layout
help: "Fill in the form below to update your layout."
new: new layout
layout:
updated_at: Updated at
messages:
successful_create: "Layout was successfully created."
successful_update: "Layout was successfully updated."
successful_destroy: "Layout was successfully deleted."
failed_create: "Layout was not created."
failed_update: "Layout was not updated."
snippets:
index:
title: Listing snippets
help: "Snippets are portion of HTML code which can be found at different places within the site (such as a footer)."
no_items: "There are no snippets for now. Just click <a href=\"{{url}}\">here</a> to create the first one."
new: new snippet
2010-05-12 00:16:39 +00:00
new:
title: New snippet
help: "Fill in the form below to update your snippet."
edit:
title: Editing snippet
help: "Fill in the form below to update your snippet."
snippet:
updated_at: Updated at
messages:
successful_create: "Snippet was successfully created."
successful_update: "Snippet was successfully updated."
successful_destroy: "Snippet was successfully deleted."
failed_create: "Snippet was not created."
failed_update: "Snippet was not updated."
sites:
new:
title: New site
help: "Fill in the form below to create your new site."
messages:
successful_create: "Site was successfully created."
failed_create: "Site was not created."
current_sites:
edit:
new_membership: add account
help: "The site name can be updated by clicking it."
ask_for_name: "Please type the new site name"
messages:
successful_update: "My site was successfully updated."
failed_update: "My site was not updated."
memberships:
new:
title: New membership
help: "Please give the account email to add. If it does not exist, you will be redirected to the account creation form."
messages:
successful_create: "Membership was successfully created."
failed_create: "Membership was not created."
accounts:
new:
title: New account
2010-07-06 09:14:37 +00:00
help: "Fill in the form below to add a new account."
messages:
successful_create: "Account was successfully created."
failed_create: "Account was not created."
my_accounts:
edit:
help: "Your name can be updated by clicking it."
new_site: new site
en: English
fr: French
ask_for_name: "Please type your new name"
messages:
successful_update: "My account was successfully updated."
failed_update: "My account was not updated."
2010-05-11 21:38:52 +00:00
theme_assets:
index:
title: Listing theme files
help: "Theme assets represent files needed by layouts and snippets. If you need to manage an image gallery, go to the Assets section instead."
2010-05-11 21:38:52 +00:00
new: new file
css_and_js: Style and javascript
images: Images
no_items: "There are no files for now. Just click <a href=\"{{url}}\">here</a> to create the first one."
new:
title: New file
help: "You have the choice to either upload any file or to copy/paste a stylesheet or a javascript in plain text."
2010-05-11 21:38:52 +00:00
edit:
title: "Editing {{file}}"
help: "You can use it by copying/pasting the following url: {{url}}"
2010-05-11 21:38:52 +00:00
form:
picker_link: Insert a file into the code
2010-05-11 21:38:52 +00:00
choose_file: Choose file
choose_plain_text: Choose plain text
images:
title: Listing images
no_items: "There are no files for now."
messages:
successful_create: "File was successfully created."
successful_update: "File was successfully updated."
successful_destroy: "File was successfully deleted."
failed_create: "File was not created."
failed_update: "File was not updated."
2010-05-12 00:16:39 +00:00
asset_collections:
index:
title: Asset collections
help: "The collection name can be updated by clicking it. You can customize assets in a collection by adding new fields."
2010-05-12 00:16:39 +00:00
new: new collection
no_items: "There are no collections for now. Just click <a href=\"{{url}}\">here</a> to create the first one."
new:
title: New collection
help: "For now, just type a name. Other settings will come once the form is sent."
2010-05-12 00:16:39 +00:00
edit:
help: "The collection name can be updated by clicking it. You can customize assets in a collection by adding new fields."
2010-05-12 00:16:39 +00:00
add_asset: add asset
destroy: remove collection
no_items: "There are no assets for now. Just click <a href=\"{{url}}\">here</a> to create the first one."
ask_for_name: "Please type the new name"
messages:
successful_create: "Collection was successfully created."
successful_update: "Collection was successfully updated."
successful_destroy: "Collection was successfully deleted."
failed_create: "Collection was not created."
failed_update: "Collection was not updated."
2010-05-12 00:16:39 +00:00
assets:
new:
title: New asset
help: "Fill in the form below to create your asset."
edit:
title: Edit asset
help: "Fill in the form below to update your asset."
messages:
successful_create: "Asset was successfully created."
successful_update: "Asset was successfully updated."
successful_destroy: "Asset was successfully deleted."
failed_create: "Asset was not created."
failed_update: "Asset was not updated."
content_types:
index:
new: new model
new:
title: New model
help: "Create your own data model (Projects, People, ...etc). Your model should have one field at least. The items created from this content type would have their first field mandatory."
edit:
title: Editing model
help: "Your model should have one field at least. The items created from this content type would have their first field mandatory."
show_items: show items
new_item: new item
form:
order_by:
updated_at: 'By "updated at" date'
position_in_list: Manually
messages:
successful_create: "Model was successfully created."
successful_update: "Model was successfully updated."
successful_destroy: "Model was successfully deleted."
failed_create: "Model was not created."
failed_update: "Model was not updated."
contents:
index:
title: 'Listing "{{type}}"'
edit: edit model
destroy: remove model
download: download items
new: new item
category_noname: "No name"
lastest_items: "Lastest items"
updated_at: "Updated at"
list:
no_items: "There are no items for now. Just click <a href=\"{{url}}\">here</a> to create the first one."
new:
title: '{{type}} &mdash; new item'
edit:
title: '{{type}} &mdash; editing item'
messages:
successful_create: "Content was successfully created."
successful_update: "Content was successfully updated."
successful_destroy: "Content was successfully deleted."
failed_create: "Content was not created."
failed_update: "Content was not updated."
2010-04-25 00:33:38 +00:00
formtastic:
titles:
information: General information
meta: SEO Metadata
code: Code
credentials: Credentials
language: Language
sites: Sites
access_points: Access points
memberships: Accounts
membership_email: Account email
2010-05-11 21:38:52 +00:00
file: File
preview: Preview
2010-05-12 00:16:39 +00:00
options: Advanced options
custom_fields: Custom fields
other_fields: Other information
presentation: Presentation
attributes: Attributes
2010-05-11 21:38:52 +00:00
labels:
theme_asset:
new:
source: File
edit:
source: Replace file
custom_fields:
field:
_alias: Alias
2010-04-25 00:33:38 +00:00
hints:
page:
published: "Only authenticated accounts can view unpublished pages."
cache_expires_in: "Cache the page for better performance. Pressing shift-reload in the browser will regenerate the page."
snippet:
slug: "You need to know it in order to insert the snippet inside a page or a layout"
site:
2010-07-06 09:14:37 +00:00
meta_keywords: "Meta keywords used within the head tag of the page. They are separeted by an empty space. Required for SEO."
meta_description: "Meta description used within the head tag of the page. Required for SEO."
domain_name: "ex: locomotiveapp.org"
2010-05-11 21:38:52 +00:00
theme_asset:
slug: "You do not need to add the extension file (.css or .js)"
edit:
source: "You can replace it by a file of the same extension"
custom_fields:
field:
_alias: "Property available in liquid templates"
hint: "Text displayed in the model form just below the field"
2010-04-25 00:33:38 +00:00