270 lines
13 KiB
YAML
Raw Normal View History

2018-06-16 16:41:58 +02:00
admin.manage: Manage
2018-08-01 13:13:16 +02:00
admin.panel: Administration Panel
2018-06-23 10:19:49 +02:00
admin.view-site: View Site
2018-09-18 22:27:44 +02:00
backup.backup: Backup
backup.error.cannot-download: Cannot download backup. %s.
backup.error.cannot-download.invalid-filename: Invalid backup file
backup.error.cannot-make: Cannot make backup. %s.
2018-09-18 22:27:44 +02:00
backup.ready: Backup ready. Starting download...
2018-06-16 16:41:58 +02:00
cache.clear: Clear Cache
cache.cleared: Cache cleared
dashboard.dashboard: Dashboard
dashboard.last-modified-pages: Last Edited Pages
dashboard.quick-actions: Quick Actions
2018-08-01 13:13:16 +02:00
dashboard.statistics: Statistics
2019-02-28 21:38:24 +01:00
dashboard.statistics.unique-visitors: Unique Visitors
dashboard.statistics.visits: Visits
2018-06-16 16:41:58 +02:00
dashboard.welcome: Welcome
2018-09-11 00:06:51 +02:00
date.months.long: ['January', 'February', 'March', 'April', 'May', 'June', 'July', 'August', 'September', 'October', 'November', 'December']
date.months.short: ['Jan', 'Feb', 'Mar', 'Apr', 'May', 'Jun', 'Jul', 'Aug', 'Sep', 'Oct', 'Nov', 'Dec']
2018-06-16 16:41:58 +02:00
date.today: Today
date.weekdays.short: ['Sun', 'Mon', 'Tue', 'Wed', 'Thu', 'Fri', 'Sat']
2018-09-11 17:26:02 +02:00
errors.action.report-to-github: Report an issue to GitHub
errors.action.return-to-dashboard: Return to Dashboard
2018-10-10 00:07:14 +02:00
errors.error.forbidden.description: You dont have permission to access this page.
errors.error.forbidden.heading: Oops, permission required!
errors.error.forbidden.status: Forbidden
2018-09-11 17:26:02 +02:00
errors.error.internal-server-error.description: Formwork Admin encountered an error while serving your request. Please check Formwork configuration or the server log for errors.
errors.error.internal-server-error.heading: Oops, something went wrong!
errors.error.internal-server-error.status: Internal Server Error
errors.error.not-found.description: The page does not exist or the request is not valid.
errors.error.not-found.heading: Oops, page not found!
errors.error.not-found.status: Not Found
2019-05-08 22:29:28 +02:00
fields.array.add: Add
fields.array.remove: Remove
2018-06-16 16:41:58 +02:00
login.attempt.failed: Login attempt failed! Try again.
2018-10-12 13:20:46 +02:00
login.attempt.too-many: Too many login attempts. Please try again in %d minutes.
2018-08-01 15:20:43 +02:00
login.logged-out: You have been logged out
2018-06-16 16:41:58 +02:00
login.login: Login
login.logout: Logout
login.password: Password
2018-08-01 13:13:16 +02:00
login.suspicious-request-detected: A suspicious request has been detected, and for security reasons you have been logged out. Please log in again.
2018-06-16 16:41:58 +02:00
login.username: Username
modal.action.cancel: Cancel
modal.action.continue: Continue
modal.action.delete: Delete
modal.action.save: Save
2018-07-08 22:22:56 +02:00
modal.action.upload-file: Upload a File
modal.images.no-images: There are no images here
modal.images.no-images.upload: Please upload some images
2018-08-01 13:13:16 +02:00
modal.images.title: Select an Image
2018-06-16 16:41:58 +02:00
options.info: Info
options.options: Options
options.site: Site
options.site.advanced: Advanced Options
options.site.advanced.aliases: Aliases
options.site.advanced.aliases.alias: Alias
options.site.advanced.aliases.route: Route
options.site.advanced.metadata: HTML Metadata
options.site.advanced.metadata.content: Content
options.site.advanced.metadata.name: Name
2018-09-16 21:25:48 +02:00
options.site.info: Info
options.site.info.author: Author
options.site.info.description: Description
options.site.info.language: Language
options.site.info.title: Title
2018-06-16 16:41:58 +02:00
options.system: System
2018-09-16 21:25:48 +02:00
options.system.admin-panel: Admin Panel
2019-02-14 22:16:35 +01:00
options.system.admin-panel.default-language: Default Language
2018-09-16 21:25:48 +02:00
options.system.admin-panel.logout-redirects-to: Logout Redirects to
options.system.admin-panel.logout-redirects-to.home: Home
options.system.admin-panel.logout-redirects-to.login: Login
2019-03-04 19:41:06 +01:00
options.system.admin-panel.session-timeout: Session Timeout (min)
options.system.backup: Backup
options.system.backup.backup-files-to-keep: Backups to keep on the server
2018-09-16 21:25:48 +02:00
options.system.cache: Cache
options.system.cache.disabled: Disabled
options.system.cache.enabled: Enabled
options.system.cache.time: Cache Time (sec)
options.system.date-and-time: Date and Time
options.system.date-and-time.date-format: Date Format
options.system.date-and-time.first-weekday: First Weekday
options.system.date-and-time.first-weekday.monday: Monday
options.system.date-and-time.first-weekday.sunday: Sunday
options.system.date-and-time.hour-format: Hour Format
options.system.date-and-time.timezone: Timezone
options.system.files: Files
options.system.files.allowed-extensions: Allowed Extensions
options.system.images: Images
options.system.images.jpeg-quality: JPEG Quality
options.system.images.jpeg-save-progressive: Save JPEG images as progressive
options.system.images.jpeg-save-progressive.disabled: Disabled
options.system.images.jpeg-save-progressive.enabled: Enabled
options.system.images.png-compression-level: PNG Compression Level
options.system.images.process-uploads: Process (optimize) uploaded images
options.system.images.process-uploads.disabled: Disabled
options.system.images.process-uploads.enabled: Enabled
options.system.images.webp-quality: WebP Quality
options.system.languages: Languages
options.system.languages.available-languages: Available Languages
options.system.languages.available-languages.no-languages: No Languages
options.system.languages.preferred-language: Use Browser Prefered Language
options.system.languages.preferred-language.disabled: Disabled
options.system.languages.preferred-language.enabled: Enabled
2018-06-16 16:41:58 +02:00
options.updated: Options updated
options.updates: Updates
pages.attributes: Attributes
2019-03-16 16:03:33 +01:00
pages.change-slug: Edit Slug
pages.change-slug.generate: Generate From Title
2018-06-16 16:41:58 +02:00
pages.changes.continue: Continue without Saving
pages.changes.detected: Changes Detected
pages.changes.detected.prompt: You have some changes that have not been saved. Are you sure you want to leave this page?
pages.content: Content
pages.delete-file: Delete File
pages.delete-file.prompt: Are you sure you want to delete this file? This action cant be undone.
pages.delete-page: Delete Page
pages.delete-page.prompt: Are you sure you want to delete this page? This action cant be undone.
pages.edit-page: Edit Page %s
2018-06-16 16:41:58 +02:00
pages.editor.bold: Bold
pages.editor.bullet-list: Bullet list
pages.editor.image: Image
pages.editor.italic: Italic
pages.editor.link: Link
pages.editor.numbered-list: Ordered list
pages.editor.quote: Quote
2019-06-06 22:00:52 +02:00
pages.editor.redo: Redo
2018-06-16 16:41:58 +02:00
pages.editor.summary: Summary
2019-06-06 22:00:52 +02:00
pages.editor.undo: Undo
2018-06-16 16:41:58 +02:00
pages.files: Files
2018-09-11 00:06:51 +02:00
pages.files.upload-label: <strong>Click</strong> to choose a file to upload or <strong>drag</strong> it here
pages.languages: Languages
pages.languages.add-language: Add %s
pages.languages.edit-language: Edit %s
2018-06-16 16:41:58 +02:00
pages.new-page: New Page
pages.new-page.parent: Parent Page
pages.new-page.site: Site
2019-03-15 16:49:41 +01:00
pages.new-page.slug-suggestion: letters, numbers and dashes only
pages.new-page.slug: Page Slug
pages.new-page.template: Template
2018-06-16 16:41:58 +02:00
pages.new-page.title: Title
pages.options: Options
2019-02-28 23:34:38 +01:00
pages.page.actions: Actions
pages.page.cacheable: Cacheable
2018-06-16 16:41:58 +02:00
pages.page.cannot-change-num: Cannot change page number
pages.page.cannot-create: Cannot create page
pages.page.cannot-create.already-exists: Cannot create page, a page with the same uri already exists
pages.page.cannot-create.invalid-parent: Cannot create page, invalid parent page
pages.page.cannot-create.invalid-slug: Cannot create page, page slug must contain only letters and numbers separated by dashes
pages.page.cannot-create.invalid-template: Cannot create page, invalid template
2018-10-13 12:20:28 +02:00
pages.page.cannot-create.var-missing: Cannot create page, missing a variable
2019-03-15 18:06:36 +01:00
pages.page.cannot-delete-file.file-not-found: Cannot delete file, file not found
2019-03-15 18:20:55 +01:00
pages.page.cannot-delete-file.page-not-found: Cannot delete file, file not found
pages.page.cannot-delete.invalid-language: 'Cannot delete page, invalid language: %s'
2019-03-15 18:06:36 +01:00
pages.page.cannot-delete.not-deletable: Cannot delete page, the page is not deletable
2019-03-15 18:20:55 +01:00
pages.page.cannot-delete.page-not-found: Cannot delete page, page not found
2019-03-16 16:03:33 +01:00
pages.page.cannot-edit.already-exists: Cannot edit page, a page with the same uri already exists
pages.page.cannot-edit.index-or-error-page-slug: Cannot edit page slug of index and error pages
pages.page.cannot-edit.invalid-language: 'Cannot edit page, invalid language: %s'
pages.page.cannot-edit.invalid-parent: Cannot edit page, invalid parent page
2019-03-16 16:03:33 +01:00
pages.page.cannot-edit.invalid-slug: Cannot edit page slug, it must contain only letters and numbers separated by dashes
pages.page.cannot-edit.invalid-template: Cannot edit page, invalid template
2019-03-15 18:20:55 +01:00
pages.page.cannot-edit.page-not-found: Cannot edit page, page not found
2018-10-13 12:20:28 +02:00
pages.page.cannot-edit.var-missing: Cannot edit page, missing a variable
2018-09-11 00:06:51 +02:00
pages.page.cannot-move: Cannot move page
2019-03-15 18:20:55 +01:00
pages.page.cannot-upload-file.page-not-found: Cannot upload file, page not found
2018-06-16 16:41:58 +02:00
pages.page.created: Page created!
pages.page.deleted: Page deleted
pages.page.edited: Page edited
pages.page.file-deleted: File deleted
pages.page.image: Image
2019-02-28 23:34:38 +01:00
pages.page.last-modified: Last Modified
2018-08-01 13:13:16 +02:00
pages.page.moved: Page moved!
pages.page.no-date: No Date
pages.page.no-image: No Image
pages.page.no-tags: No Tags
2018-06-16 16:41:58 +02:00
pages.page.not-found: Page not found
pages.page.posts-per-page: Posts per page
pages.page.publish-date: Publish Date
2019-02-28 23:34:38 +01:00
pages.page.status: Status
2019-03-25 22:26:34 +01:00
pages.page.tags: Tags
2019-02-28 23:34:38 +01:00
pages.page.title: Title
pages.page.unpublish-date: Unpublish Date
pages.page.visible: Visible in the menu
2018-06-16 16:41:58 +02:00
pages.pages: Pages
pages.pages.collapse-all: Collapse All
pages.pages.expand-all: Expand All
pages.pages.reorder: Reorder
2018-06-16 16:41:58 +02:00
pages.pages.search: Search Pages...
pages.parent: Parent Page
2018-06-16 16:41:58 +02:00
pages.preview-file: Preview
2018-08-01 13:13:16 +02:00
pages.preview: Preview
2018-06-16 16:41:58 +02:00
pages.save: Save
pages.status.not-published: Not Published
pages.status.not-routable: Not Routable
pages.status.published: Published
pages.status.routable: Routable
pages.template: Template
pages.toggle-children: Toggle Children Pages
2018-08-01 13:13:16 +02:00
register.create-user: Formwork Admin is installed but no users were found. Please register a user now.
register.register: Register New User
request.error.post-max-size: The HTTP POST request exceeds the maximum allowed size
updates.available-for-install: is available for install
updates.check: Check Updates
updates.install-prompt: Would you like to install the update?
updates.install: Install
updates.installed: Update installed!
updates.latest-version-available: is the latest version available
2020-02-15 12:50:14 +01:00
updates.status.cannot-check: Cannot check for updates. Try again later.
updates.status.cannot-install: Cannot install update
2019-10-10 21:44:43 +02:00
updates.status.cannot-make-backup: Cannot make backup before updating
updates.status.checking: Checking for updates...
updates.status.found: Updates found
updates.status.installing: Installing updates...
updates.status.up-to-date: Up-to-date!
uploader.error: Cannot upload file. %s.
uploader.error.already-exists: A file with the same name already exists
uploader.error.cannot-move-to-destination: Failed to move uploaded file to destination
2018-08-01 20:50:33 +02:00
uploader.error.cannot-write: Failed to write file to disk
uploader.error.destination-too-long: Destination path too long
2018-06-16 16:41:58 +02:00
uploader.error.file-name: Invalid file name
uploader.error.file-name-too-long: File name too long
2018-06-16 16:41:58 +02:00
uploader.error.hidden-files: Cannot upload hidden files beginning with a dot
uploader.error.mime-type: File type not allowed
uploader.error.no-file: No file was uploaded
uploader.error.no-temp: Missing a temporary folder
uploader.error.partial: The uploaded file was only partially uploaded
uploader.error.php-extension: File upload stopped by extension
uploader.error.size: The uploaded file exceeds the maximum file size
uploader.uploaded: File uploaded
2019-02-28 23:34:38 +01:00
user.actions: Actions
2018-06-16 16:41:58 +02:00
user.avatar: Avatar
user.avatar.uploaded: Avatar uploaded
user.email: Email
user.fullname: Full Name
user.language: Language
user.last-access: Last access
user.password: Password
user.password.type-new-password: Type a new password to change...
2018-10-10 00:14:58 +02:00
user.role: Role
2018-10-12 16:59:41 +02:00
user.role.admin: Administrator
user.role.user: User
2018-06-16 16:41:58 +02:00
user.username: Username
users.delete-user: Delete User
users.delete-user.prompt: Are you sure you want to delete this user? This action cant be undone.
users.new-user: New User
users.new-user.password-suggestion: at least 8 characters
users.new-user.username-suggestion: between 3-20 letters, digits and dashes
users.options: Options
users.user-profile: '%s User Profile'
2018-08-01 13:13:16 +02:00
users.user: User
users.user.cannot-change-password: Cannot change the password of another user. The action is not allowed.
2018-10-10 00:03:13 +02:00
users.user.cannot-change-role: Cannot change the role of %s. The action is not allowed.
2018-06-16 16:41:58 +02:00
users.user.cannot-create.already-exists: Cannot create user, a user with the same name already exists
2018-10-13 12:20:28 +02:00
users.user.cannot-create.var-missing: Cannot create user, missing a variable
2018-10-09 23:44:39 +02:00
users.user.cannot-delete: Cannot delete user. You must be an administrator and the user must not be logged in.
users.user.cannot-edit: Cannot edit user %s. The action is not allowed.
2018-06-16 16:41:58 +02:00
users.user.created: User created
users.user.deleted: User deleted
users.user.edited: User data updated
users.user.not-found: User not found
users.users: Users
zip.error.already-exists: The archive already exists
zip.error.cannot-open: Cannot open the archive
zip.error.cannot-read: Cannot read the archive
zip.error.inconsistent-archive: Inconsistent archive
zip.error.invalid-argument: Invalid argument
zip.error.memory-failure: Memory failure
zip.error.not-found: Archive not found
zip.error.not-zip-archive: Not a ZIP archive
zip.error.unspecified: Unspecified error