"act-addAttachment":"added attachment __attachment__ to card __card__ at list __list__ at swimlane __swimlane__ at board __board__",
"act-deleteAttachment":"deleted attachment __attachment__ at card __card__ at list __list__ at swimlane __swimlane__ at board __board__",
"act-addSubtask":"added subtask __subtask__ to card __card__ at list __list__ at swimlane __swimlane__ at board __board__",
"act-addLabel":"Added label __label__ to card __card__ at list __list__ at swimlane __swimlane__ at board __board__",
"act-addedLabel":"Added label __label__ to card __card__ at list __list__ at swimlane __swimlane__ at board __board__",
"act-removeLabel":"Removed label __label__ from card __card__ at list __list__ at swimlane __swimlane__ at board __board__",
"act-removedLabel":"Removed label __label__ from card __card__ at list __list__ at swimlane __swimlane__ at board __board__",
"act-addChecklist":"added checklist __checklist__ to card __card__ at list __list__ at swimlane __swimlane__ at board __board__",
"act-addChecklistItem":"added checklist item __checklistItem__ to checklist __checklist__ at card __card__ at list __list__ at swimlane __swimlane__ at board __board__",
"act-removeChecklist":"removed checklist __checklist__ from card __card__ at list __list__ at swimlane __swimlane__ at board __board__",
"act-removeChecklistItem":"removed checklist item __checklistItem__ from checklist __checkList__ at card __card__ at list __list__ at swimlane __swimlane__ at board __board__",
"act-checkedItem":"checked __checklistItem__ of checklist __checklist__ at card __card__ at list __list__ at swimlane __swimlane__ at board __board__",
"act-uncheckedItem":"unchecked __checklistItem__ of checklist __checklist__ at card __card__ at list __list__ at swimlane __swimlane__ at board __board__",
"act-completeChecklist":"completed checklist __checklist__ at card __card__ at list __list__ at swimlane __swimlane__ at board __board__",
"act-uncompleteChecklist":"uncompleted checklist __checklist__ at card __card__ at list __list__ at swimlane __swimlane__ at board __board__",
"act-addComment":"commented on card __card__: __comment__ at list __list__ at swimlane __swimlane__ at board __board__",
"act-editComment":"edited comment on card __card__: __comment__ at list __list__ at swimlane __swimlane__ at board __board__",
"act-deleteComment":"deleted comment on card __card__: __comment__ at list __list__ at swimlane __swimlane__ at board __board__",
"act-createBoard":"created board __board__",
"act-createSwimlane":"created swimlane __swimlane__ to board __board__",
"act-createCard":"created card __card__ to list __list__ at swimlane __swimlane__ at board __board__",
"act-createCustomField":"created custom field __customField__ at board __board__",
"act-deleteCustomField":"deleted custom field __customField__ at board __board__",
"act-setCustomField":"edited custom field __customField__: __customFieldValue__ at card __card__ at list __list__ at swimlane __swimlane__ at board __board__",
"act-createList":"added list __list__ to board __board__",
"act-addBoardMember":"added member __member__ to board __board__",
"act-archivedBoard":"Board __board__ moved to Archive",
"act-archivedCard":"Card __card__ at list __list__ at swimlane __swimlane__ at board __board__ moved to Archive",
"act-archivedList":"List __list__ at swimlane __swimlane__ at board __board__ moved to Archive",
"act-archivedSwimlane":"Swimlane __swimlane__ at board __board__ moved to Archive",
"act-importBoard":"imported board __board__",
"act-importCard":"imported card __card__ to list __list__ at swimlane __swimlane__ at board __board__",
"act-importList":"imported list __list__ to swimlane __swimlane__ at board __board__",
"act-joinMember":"added member __member__ to card __card__ at list __list__ at swimlane __swimlane__ at board __board__",
"act-moveCard":"moved card __card__ at board __board__ from list __oldList__ at swimlane __oldSwimlane__ to list __list__ at swimlane __swimlane__",
"act-moveCardToOtherBoard":"moved card __card__ from list __oldList__ at swimlane __oldSwimlane__ at board __oldBoard__ to list __list__ at swimlane __swimlane__ at board __board__",
"act-removeBoardMember":"removed member __member__ from board __board__",
"act-restoredCard":"restored card __card__ to list __list__ at swimlane __swimlane__ at board __board__",
"act-unjoinMember":"removed member __member__ from card __card__ at list __list__ at swimlane __swimlane__ at board __board__",
"admin-announcement-title":"Announcement from Administrator",
"all-boards":"All boards",
"and-n-other-card":"And __count__ other card",
"and-n-other-card_plural":"And __count__ other cards",
"apply":"Εφαρμογή",
"app-is-offline":"Loading, please wait. Refreshing the page will cause data loss. If loading does not work, please check that server has not stopped.",
"email-invite-subject":"__inviter__ sent you an invitation",
"email-invite-text":"Dear __user__,\n\n__inviter__ invites you to join board \"__board__\" for collaborations.\n\nPlease follow the link below:\n\n__url__\n\nThanks.",
"email-resetPassword-subject":"Reset your password on __siteName__",
"email-resetPassword-text":"Hello __user__,\n\nTo reset your password, simply click the link below.\n\n__url__\n\nThanks.",
"email-sent":"Email sent",
"email-verifyEmail-subject":"Verify your email address on __siteName__",
"email-verifyEmail-text":"Hello __user__,\n\nTo verify your account email, simply click the link below.\n\n__url__\n\nThanks.",
"enable-wip-limit":"Enable WIP Limit",
"error-board-doesNotExist":"This board does not exist",
"error-board-notAdmin":"You need to be admin of this board to do that",
"error-board-notAMember":"You need to be a member of this board to do that",
"error-json-malformed":"Το κείμενο δεν είναι έγκυρο JSON",
"error-json-schema":"Your JSON data does not include the proper information in the correct format",
"filter-on-desc":"You are filtering cards on this board. Click here to edit filter.",
"filter-to-selection":"Filter to selection",
"advanced-filter-label":"Advanced Filter",
"advanced-filter-description":"Advanced Filter allows to write a string containing following operators: == != <= >= && || ( ) A space is used as a separator between the Operators. You can filter for all Custom Fields by typing their names and values. For Example: Field1 == Value1. Note: If fields or values contains spaces, you need to encapsulate them into single quotes. For Example: 'Field 1' == 'Value 1'. For single control characters (' \\/) to be skipped, you can use \\. For example: Field1 == I\\'m. Also you can combine multiple conditions. For Example: F1 == V1 || F1 == V2. Normally all operators are interpreted from left to right. You can change the order by placing brackets. For Example: F1 == V1 && ( F2 == V2 || F2 == V3 ). Also you can search text fields using regex: F1 == /Tes.*/i",
"fullname":"Πλήρες Όνομα",
"header-logo-title":"Go back to your boards page.",
"import-board-title-trello":"Import board from Trello",
"import-board-title-wekan":"Import board from previous export",
"import-sandstorm-backup-warning":"Do not delete data you import from original exported board or Trello before checking does this grain close and open again, or do you get Board not found error, that means data loss.",
"import-sandstorm-warning":"Imported board will delete all existing data on board and replace it with imported board.",
"from-trello":"Από το Trello",
"from-wekan":"From previous export",
"import-board-instruction-trello":"In your Trello board, go to 'Menu', then 'More', 'Print and Export', 'Export JSON', and copy the resulting text.",
"import-board-instruction-wekan":"In your board, go to 'Menu', then 'Export board', and copy the text in the downloaded file.",
"import-board-instruction-about-errors":"If you get errors when importing board, sometimes importing still works, and board is at All Boards page.",
"import-json-placeholder":"Paste your valid JSON data here",
"import-map-members":"Map members",
"import-members-map":"Your imported board has some members. Please map the members you want to import to your users",
"import-show-user-mapping":"Review members mapping",
"import-user-select":"Pick your existing user you want to use as this member",
"label-delete-pop":"There is no undo. This will remove this label from all cards and destroy its history.",
"labels":"Ετικέτες",
"language":"Γλώσσα",
"last-admin-desc":"You can’t change roles because there must be at least one admin.",
"leave-board":"Leave Board",
"leave-board-pop":"Are you sure you want to leave __boardTitle__? You will be removed from all cards on this board.",
"leaveBoardPopup-title":"Leave Board ?",
"link-card":"Link to this card",
"list-archive-cards":"Move all cards in this list to Archive",
"list-archive-cards-pop":"This will remove all the cards in this list from the board. To view cards in Archive and bring them back to the board, click “Menu” > “Archive”.",
"list-move-cards":"Move all cards in this list",
"list-select-cards":"Select all cards in this list",
"public-desc":"This board is public. It's visible to anyone with the link and will show up in search engines like Google. Only people added to the board can edit.",
"quick-access-description":"Star a board to add a shortcut in this bar.",
"remove-member-from-card":"Αφαίρεση από την Κάρτα",
"remove-member-pop":"Remove __name__ (__username__) from __boardTitle__? The member will be removed from all cards on this board. They will receive a notification.",
"smtp-host-description":"The address of the SMTP server that handles your emails.",
"smtp-port-description":"The port your SMTP server uses for outgoing emails.",
"smtp-tls-description":"Enable TLS support for SMTP server",
"smtp-host":"SMTP Host",
"smtp-port":"SMTP Port",
"smtp-username":"Όνομα Χρήστη",
"smtp-password":"Κωδικός",
"smtp-tls":"TLS υποστήριξη",
"send-from":"Από",
"send-smtp-test":"Send a test email to yourself",
"invitation-code":"Κωδικός Πρόσκλησης",
"email-invite-register-subject":"__inviter__ sent you an invitation",
"email-invite-register-text":"Dear __user__,\n\n__inviter__ invites you to kanban board for collaborations.\n\nPlease follow the link below:\n__url__\n\nAnd your invitation code is: __icode__\n\nThanks.",
"email-smtp-test-subject":"SMTP Test Email",
"email-smtp-test-text":"You have successfully sent an email",
"error-invitation-code-not-exist":"Ο κωδικός πρόσκλησης δεν υπάρχει",
"error-notAuthorized":"You are not authorized to view this page.",
"editCardReceivedDatePopup-title":"Change received date",
"editCardEndDatePopup-title":"Change end date",
"setCardColorPopup-title":"Set color",
"setCardActionsColorPopup-title":"Choose a color",
"setSwimlaneColorPopup-title":"Choose a color",
"setListColorPopup-title":"Choose a color",
"assigned-by":"Assigned By",
"requested-by":"Requested By",
"board-delete-notice":"Deleting is permanent. You will lose all lists, cards and actions associated with this board.",
"delete-board-confirm-popup":"All lists, cards, labels, and activities will be deleted and you won't be able to recover the board contents. There is no undo.",