en.yaml 3.0 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273
  1. PLUGIN_FLEX_OBJECTS:
  2. PLUGIN_NAME: "Flex Objects"
  3. PLUGIN_DESCRIPTION: "Flex Objects plugin allows you to manage Flex Objects in Grav Admin."
  4. TITLE: Flex Objects
  5. TYPES_TITLE: Directories
  6. AFTER_SAVE: After Save…
  7. LIST_INFO: "Displaying {from} to {to} out of {total} records"
  8. EMPTY_RESULT: The requested query returns no result
  9. USE_BUILT_IN_CSS: "Use built in CSS"
  10. EXTRA_ADMIN_TWIG_PATH: "Extra Admin Twig Path"
  11. DIRECTORIES: "Directories"
  12. CSV: "CSV"
  13. PARENTS: "Parents"
  14. NEW: "New"
  15. CONTROLLER:
  16. TASK_DELETE_SUCCESS: "Entry deleted successfully"
  17. TASK_DELETE_FAILURE: "Failed to delete entry: %s"
  18. TASK_NEW_FOLDER_SUCCESS: "Folder created successfully"
  19. TASK_COPY_SUCCESS: "Copy created successfully"
  20. TASK_COPY_FAILURE: "Failed to create copy: %s"
  21. TASK_SAVE_SUCCESS: "Entry saved successfully"
  22. TASK_SAVE_FAILURE: "Failed to save entry: %s"
  23. TASK_CONFIGURE_SUCCESS: "Configuration saved successfully"
  24. TASK_CONFIGURE_FAILURE: "Failed to save configuration: %s"
  25. ACTION:
  26. CREATE_NEW: Create New Item
  27. EDIT_ITEM: Edit Item
  28. LIST_ITEMS: "List Items"
  29. DELETE_N: "Delete" # In some languages 'delete OBJECT' may need a special declination
  30. REALLY_DELETE: "Are you sure you want to permanently delete the %s?"
  31. SEARCH_PLACEHOLDER: "Search…"
  32. ADVANCED_OPTIONS: "Advanced Options"
  33. APPLY_FILTERS: "Apply Filters"
  34. RESET_FILTERS: "Reset to Defaults"
  35. ACTIONS: "Actions"
  36. FILTER:
  37. PAGE_ATTRIBUTES: "Page Attributes"
  38. PAGE_TYPES: "Page Types"
  39. MODULAR_TYPES: "Module Types"
  40. LANGUAGE:
  41. USING_DEFAULT: "Using <b>Default</b> language file."
  42. UNUSED_DEFAULT: "Unused <b>Default</b> language file also exists."
  43. USING_OVERRIDE: "Using <b>%s</b> language override."
  44. NOT_TRANSLATED_YET: "This page has not been translated to <i class=\"fa fa-flag-o\"></i> <b>%s</b> language yet!"
  45. NO_FALLBACK_FOUND: "No fallback translations found."
  46. FALLING_BACK: "Falling back to <b>%s</b> language."
  47. STATE:
  48. LOADING: "Loading…"
  49. CREATED_SUCCESSFULLY: "Successfully created"
  50. UPDATED_SUCCESSFULLY: "Successfully updated"
  51. DELETED_SUCCESSFULLY: "Successfully deleted"
  52. EDITING_DRAFT: "You are editing a saved draft."
  53. NOT_CREATED_YET: "This page will not exist until it is saved."
  54. ERROR:
  55. BAD_DIRECTORY: "Bad Directory"
  56. PAGE_NOT_FOUND: "Page Not Found"
  57. PAGE_NOT_EXIST: "Woops! Looks like this page doesn't exist."
  58. PAGE_FORBIDDEN: "Woops! Looks like you do not have permissions to access this page."
  59. LAYOUT_NOT_FOUND: "Object layout '%s' not found."
  60. BLUEPRINT_NO_LIST: "Blueprint for <i>%s</i> does not define displayed fields or list page override."
  61. BLUEPRINT_NO_LIST_ADVISE: "Please add list of fields to blueprints file."
  62. BLUEPRINT_NO_LIST_TEMPLATE: "Please create template file for the type in <b>flex-objects/types/%s/list.html.twig</b>"
  63. LIST_EMPTY: "There are currently no entries."
  64. LIST_EMPTY_ADD: "There are currently no entries. Click the <a href=\"%s\">Add</a> button to create a new one…"
  65. NO_FLEX_DIRECTORIES: "No Flex Directories detected"