- Added and then reverted option to redirect OIDC OAuth2 login [part1](https://github.com/wekan/wekan-ldap/commit/82a894ac20ba9e7c6fdf053cff1721cab709bf8a),
[part 2](https://github.com/wekan/wekan-ldap/commit/36900cc360d0d406f8fba5e43378f85c92747870) and
# LDAP_USER_SEARCH_FILTER : Optional extra LDAP filters. Don't forget the outmost enclosing parentheses if needed
# example : LDAP_USER_SEARCH_FILTER=
# Optional extra LDAP filters. Don't forget the outmost enclosing parentheses if needed
#- LDAP_USER_SEARCH_FILTER=
#
# LDAP_USER_SEARCH_SCOPE : base (search only in the provided DN), one (search only in the provided DN and one level deep), or sub (search the whole subtree)
# example : LDAP_USER_SEARCH_SCOPE=one
#- LDAP_USER_SEARCH_SCOPE=
# base (search only in the provided DN), one (search only in the provided DN and one level deep), or sub (search the whole subtree)
#- LDAP_USER_SEARCH_SCOPE=one
#
# LDAP_USER_SEARCH_FIELD : Which field is used to find the user
# example : LDAP_USER_SEARCH_FIELD=uid
#- LDAP_USER_SEARCH_FIELD=
# Which field is used to find the user, like uid / sAMAccountName
#- LDAP_USER_SEARCH_FIELD=sAMAccountName
#
# LDAP_SEARCH_PAGE_SIZE : Used for pagination (0=unlimited)
# example : LDAP_SEARCH_PAGE_SIZE=12345
# Used for pagination (0=unlimited)
#- LDAP_SEARCH_PAGE_SIZE=0
#
# LDAP_SEARCH_SIZE_LIMIT : The limit number of entries (0=unlimited)
# example : LDAP_SEARCH_SIZE_LIMIT=12345
# The limit number of entries (0=unlimited)
#- LDAP_SEARCH_SIZE_LIMIT=0
#
# LDAP_GROUP_FILTER_ENABLE : Enable group filtering
# example : LDAP_GROUP_FILTER_ENABLE=true
# Enable group filtering
#- LDAP_GROUP_FILTER_ENABLE=false
#
# LDAP_GROUP_FILTER_OBJECTCLASS : The object class for filtering
# example : LDAP_GROUP_FILTER_OBJECTCLASS=group
# The object class for filtering. Example: group
#- LDAP_GROUP_FILTER_OBJECTCLASS=
#
# LDAP_GROUP_FILTER_GROUP_ID_ATTRIBUTE :
# example :
#- LDAP_GROUP_FILTER_GROUP_ID_ATTRIBUTE=
#
# LDAP_GROUP_FILTER_GROUP_MEMBER_ATTRIBUTE :
# example :
#- LDAP_GROUP_FILTER_GROUP_MEMBER_ATTRIBUTE=
#
# LDAP_GROUP_FILTER_GROUP_MEMBER_FORMAT :
# example :
#- LDAP_GROUP_FILTER_GROUP_MEMBER_FORMAT=
#
# LDAP_GROUP_FILTER_GROUP_NAME :
# example :
#- LDAP_GROUP_FILTER_GROUP_NAME=
#
# LDAP_UNIQUE_IDENTIFIER_FIELD : This field is sometimes class GUID (Globally Unique Identifier)
# example : LDAP_UNIQUE_IDENTIFIER_FIELD=guid
# LDAP_UNIQUE_IDENTIFIER_FIELD : This field is sometimes class GUID (Globally Unique Identifier). Example: guid
#- LDAP_UNIQUE_IDENTIFIER_FIELD=
#
# LDAP_UTF8_NAMES_SLUGIFY : Convert the username to utf8
# example : LDAP_UTF8_NAMES_SLUGIFY=false
#- LDAP_UTF8_NAMES_SLUGIFY=true
#
# LDAP_USERNAME_FIELD : Which field contains the ldap username
# example : LDAP_USERNAME_FIELD=username
#- LDAP_USERNAME_FIELD=
# LDAP_USERNAME_FIELD : Which field contains the ldap username. username / sAMAccountName
#- LDAP_USERNAME_FIELD=sAMAccountName
#
# LDAP_FULLNAME_FIELD : Which field contains the ldap fullname
# example : LDAP_FULLNAME_FIELD=fullname
#- LDAP_FULLNAME_FIELD=
# LDAP_FULLNAME_FIELD : Which field contains the ldap fullname. fullname / sAMAccountName
#- LDAP_FULLNAME_FIELD=fullname
#
# LDAP_MERGE_EXISTING_USERS :
# example : LDAP_MERGE_EXISTING_USERS=true
#- LDAP_MERGE_EXISTING_USERS=false
#
# LDAP_EMAIL_MATCH_ENABLE : allow existing account matching by e-mail address when username does not match
# example: LDAP_EMAIL_MATCH_ENABLE=true
#- LDAP_EMAIL_MATCH_ENABLE=false
# Allow existing account matching by e-mail address when username does not match
#- LDAP_EMAIL_MATCH_ENABLE=true
#
# LDAP_EMAIL_MATCH_REQUIRE : require existing account matching by e-mail address when username does match
# example: LDAP_EMAIL_MATCH_REQUIRE=true
#- LDAP_EMAIL_MATCH_REQUIRE=false
#- LDAP_EMAIL_MATCH_REQUIRE=true
#
# LDAP_EMAIL_MATCH_VERIFIED : require existing account email address to be verified for matching
# example: LDAP_EMAIL_MATCH_VERIFIED=true
#- LDAP_EMAIL_MATCH_VERIFIED=false
#- LDAP_EMAIL_MATCH_VERIFIED=true
#
# LDAP_EMAIL_FIELD : which field contains the LDAP e-mail address
# LDAP_DEFAULT_DOMAIN : The default domain of the ldap it is used to create email if the field is not map correctly with the LDAP_SYNC_USER_DATA_FIELDMAP
# The default domain of the ldap it is used to create email if the field is not map correctly with the LDAP_SYNC_USER_DATA_FIELDMAP
# example :
#- LDAP_DEFAULT_DOMAIN=
#- LDAP_DEFAULT_DOMAIN=mydomain.com
#
# Enable/Disable syncing of admin status based on ldap groups:
"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__ from list __oldList__ at swimlane __oldSwimlane__ at board __oldBoard__ to 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__",
"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__ from list __oldList__ at swimlane __oldSwimlane__ at board __oldBoard__ to 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__",
"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__ from list __oldList__ at swimlane __oldSwimlane__ at board __oldBoard__ to 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__",
"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__ from list __oldList__ at swimlane __oldSwimlane__ at board __oldBoard__ to 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__",
"act-importCard":"importoval(a) karta __card__ do sloupce __list__ ve swimlane __swimlane__ na tablu __board__",
"act-importList":"importoval(a) sloupec __list__ do swimlane __swimlane__ na tablu __board__",
"act-joinMember":"přidal(a) člena __member__ na kartu __card__ v seznamu __list__ ve swimlane __swimlane__ na tablu __board__",
"act-moveCard":"přesunul(a) kartu __card__ ze sloupce __oldList__ ve swimlane __oldSwimlane__ na tablu __oldBoard__ do sloupce __list__ ve swimlane __swimlane__ na tablu __board__",
"act-moveCard":"moved card __card__ at board __board__ from list __oldList__ at swimlane __oldSwimlane__ to list __list__ at swimlane __swimlane__",
"act-moveCardToOtherBoard":"přesunul(a) kartu __card__ ze sloupce __oldList__ ve swimlane __oldSwimlane__ na tablu __oldBoard__ do sloupce __list__ ve swimlane __swimlane__ na tablu __board__",
"act-removeBoardMember":"odstranil(a) člena __member__ z tabla __board__",
"act-restoredCard":"obnovil(a) kartu __card__ do sloupce __list__ ve swimlane __swimlane__ na tablu __board__",
"act-unjoinMember":"odstranil(a) člena __member__ z karty __card__ ve sloupci __list__ ve swimlane __swimlane__ na tablu __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__ from list __oldList__ at swimlane __oldSwimlane__ at board __oldBoard__ to 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__",
"act-importCard":"importiert Karte __card__ auf der Liste __list__ bei Swimlane __swimlane__ in Board __board__ ",
"act-importList":"importiert Liste __list__ bei Swimlane __swimlane__ in Board __board__ ",
"act-joinMember":"fügt Mitglied __member__ der Karte __card__ auf der Liste __list__ bei Swimlane __swimlane__ an Board __board__ hinzu",
"act-moveCard":"verschiebt Karte __card__ von Liste __oldList__ von Swimlane __oldSwimlane__ von Board __oldBoard__ nach Liste __list__ in Swimlane __swimlane__ zu Board __board__",
"act-moveCard":"verschiebt Karte __card__ auf Board __board__ von Liste __oldList__ in Swimlane __oldSwimlane__ zu Liste __list__ in Swimlane __swimlane__",
"act-moveCardToOtherBoard":"verschiebt Karte __card__ von Liste __oldList__ von Swimlane __oldSwimlane__ von Board __oldBoard__ nach Liste __list__ in Swimlane __swimlane__ zu Board __board__",
"act-removeBoardMember":"entfernte Mitglied __member__ vom Board __board__",
"act-restoredCard":"wiederherstellte Karte __card__ auf der Liste __list__ bei Swimlane __swimlane__ an Board __board__",
"act-unjoinMember":"entfernte Mitglied __member__ von Karte __card__ auf der Liste __list__ bei Swimlane __swimlane__ an 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__ from list __oldList__ at swimlane __oldSwimlane__ at board __oldBoard__ to 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__",
"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__ from list __oldList__ at swimlane __oldSwimlane__ at board __oldBoard__ to 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__",
"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__ from list __oldList__ at swimlane __oldSwimlane__ at board __oldBoard__ to 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__",
"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__ from list __oldList__ at swimlane __oldSwimlane__ at board __oldBoard__ to 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__",
"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__ from list __oldList__ at swimlane __oldSwimlane__ at board __oldBoard__ to 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__",
"act-importCard":"importada la tarjeta __card__ a la lista __list__ del carrril __swimlane__ del tablero __board__",
"act-importList":"importada la lista __list__ al carril __swimlane__ del tablero __board__",
"act-joinMember":"añadido el miembro __member__ a la tarjeta __card__ de la lista __list__ del carril __swimlane__ del tablero __board__",
"act-moveCard":"movida la tarjeta __card__ de la lista __oldList__ del carril __oldSwimlane__ del tablero __oldBoard__ a la lista __list__ del carril __swimlane__ del tablero __board__",
"act-moveCard":"moved card __card__ at board __board__ from list __oldList__ at swimlane __oldSwimlane__ to list __list__ at swimlane __swimlane__",
"act-moveCardToOtherBoard":"movida la tarjeta __card__ de la lista __oldList__ del carril __oldSwimlane__ del tablero __oldBoard__ a la lista __list__ del carril __swimlane__ del tablero __board__",
"act-removeBoardMember":"eliminado el miembro __member__ del tablero __board__",
"act-restoredCard":"restaurada la tarjeta __card__ a la lista __list__ del carril __swimlane__ del tablero __board__",
"act-unjoinMember":"eliminado el miembro __member__ de la tarjeta __card__ de la lista __list__ del carril __swimlane__ del tablero __board__",
@ -417,8 +418,8 @@
"search-cards":"Buscar entre los títulos y las descripciones de las tarjetas en este tablero.",
"search-example":"¿Texto a buscar?",
"select-color":"Seleccionar el color",
"set-wip-limit-value":"Fija un límite para el número máximo de tareas en esta lista.",
"setWipLimitPopup-title":"Fija el límite del trabajo en proceso",
"set-wip-limit-value":"Cambiar el límite para el número máximo de tareas en esta lista.",
"setWipLimitPopup-title":"Cambiar el límite del trabajo en proceso",
"shortcut-assign-self":"Asignarte a ti mismo a la tarjeta actual",
"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__ from list __oldList__ at swimlane __oldSwimlane__ at board __oldBoard__ to 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__",
"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__ from list __oldList__ at swimlane __oldSwimlane__ at board __oldBoard__ to 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__",
"act-importCard":"a importé la carte __card__ de la liste __list__ du couloir __swimlane__ du tableau __board__",
"act-importList":"a importé la liste __list__ du couloir __swimlane__ du tableau __board__",
"act-joinMember":"a ajouté le participant __member__ à la carte __card__ de la liste __list__ du couloir __swimlane__ du tableau __board__",
"act-moveCard":"a déplacé la carte __card__ de la liste __oldList__ du couloir __oldSwimlane__ du tableau __oldBoard__ vers la liste __list__ du couloir __swimlane__ du tableau __board__",
"act-moveCard":"moved card __card__ at board __board__ from list __oldList__ at swimlane __oldSwimlane__ to list __list__ at swimlane __swimlane__",
"act-moveCardToOtherBoard":"a déplacé la carte __card__ de la liste __oldList__ du couloir __oldSwimlane__ du tableau __oldBoard__ vers la liste __list__ du couloir __swimlane__ du tableau __board__",
"act-removeBoardMember":"a supprimé le participant __member__ du tableau __board__",
"act-restoredCard":"a restauré la carte __card__ de la liste __list__ du couloir __swimlane__ du tableau __board__",
"act-unjoinMember":"a supprimé le participant __member__ de la carte __card__ de la liste __list__ du couloir __swimlane__ du tableau __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__ from list __oldList__ at swimlane __oldSwimlane__ at board __oldBoard__ to 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__",
"act-addChecklist":"added checklist __checklist__ to card __card__ at list __list__ at swimlane __swimlane__ at board __board__",
"act-addChecklistItem":"נוסף פריט סימון __checklistItem__ לרשימת המטלות __checklist__ לכרטיס __card__ ברשימה __list__ במסלול __swimlane__ בלוח __board__",
"act-removeChecklist":"removed checklist __checklist__ from card __card__ at list __list__ at swimlane __swimlane__ at board __board__",
@ -16,19 +16,20 @@
"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-createBoard":"הלוח __board__ נוצר",
"act-createCard":"created card __card__ to list __list__ at swimlane __swimlane__ at board __board__",
"act-createCard":"הכרטיס __card__ נוצר ברשימה __list__ במסלול __swimlane__ שבלוח __board__",
"act-createCustomField":"created custom field __customField__ to 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-joinMember":"החבר __member__ נוסף לכרטיס __card__ לרשימה __list__ במסלול __swimlane__ בלוח __board__",
"act-moveCard":"הכרטיס __card__ הועבר מהרשימה __oldList__ במסלול __oldSwimlane__ בלוח __oldBoard__ לרשימה __list__ במסלול __swimlane__ בלוח __board__",
"act-moveCard":"moved card __card__ at board __board__ from list __oldList__ at swimlane __oldSwimlane__ to list __list__ at swimlane __swimlane__",
"act-moveCardToOtherBoard":"הכרטיס __card__ הועבר מהרשימה __oldList__ במסלול __oldSwimlane__ בלוח __oldBoard__ לרשימה __list__ במסלול __swimlane__ בלוח __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__ from list __oldList__ at swimlane __oldSwimlane__ at board __oldBoard__ to 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__",
"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__ from list __oldList__ at swimlane __oldSwimlane__ at board __oldBoard__ to 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__",
"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__ from list __oldList__ at swimlane __oldSwimlane__ at board __oldBoard__ to 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__",
"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__ from list __oldList__ at swimlane __oldSwimlane__ at board __oldBoard__ to 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__",
"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__ from list __oldList__ at swimlane __oldSwimlane__ at board __oldBoard__ to 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__",
"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-removeLabel":"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-createBoard":"created board __board__",
"act-createCard":"created card __card__ to list __list__ at swimlane __swimlane__ at board __board__",
"act-createCustomField":"created custom field __customField__ to 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__ 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__",
"act-addAttachment":"aggiunto allegato __attachment__ alla scheda __card__ della lista __list__ della corsia __swimlane__ nella bacheca __board__",
"act-deleteAttachment":"eliminato allegato __attachment__ dalla scheda __card__ della lista __list__ della corsia __swimlane__ nella bacheca __board__",
"act-addSubtask":"aggiunto sottotask __subtask__ alla scheda __card__ della lista __list__ della corsia __swimlane__ nella bacheca __board__",
"act-addLabel":"aggiunta etichetta __label__ alla scheda __card__ della lista __list__ della corsia __swimlane__ nella bacheca __board__",
"act-removeLabel":"rimossa etichetta __label__ dalla scheda __card__ della lista __list__ della corsia __swimlane__ nella bacheca __board__",
"act-addChecklist":"aggiunta lista di controllo __label__ alla scheda __card__ della lista __list__ della corsia __swimlane__ nella bacheca __board__",
"act-addChecklistItem":"aggiunto elemento __checklistItem__ alla lista di controllo __checklist__ della scheda __card__ della lista __list__ della corsia __swimlane__ nella bacheca __board__",
"act-removeChecklist":"rimossa lista di controllo __checklist__ dalla scheda __card__ della lista __list__ della corsia __swimlane__ nella bacheca __board__",
"act-removeChecklistItem":"rimosso elemento __checklistitem__ dalla lista di controllo __checkList__ della scheda __card__ della lista __list__ della corsia __swimlane__ nella bacheca __board__",
"act-checkedItem":"attivato __checklistitem__ nella lista di controllo __checklist__ della scheda __card__ della lista __list__ della corsia __swimlane__ nella bacheca __board__",
"act-uncheckedItem":"disattivato __checklistItem__ della lista di controllo __checklist__ dalla scheda __card__ della lista __list__ della corsia __swimlane__ nella bacheca __board__",
"act-completeChecklist":"completata lista di controllo __checklist__ nella scheda __card__ della lista __list__ della corsia __swimlane__ nella bacheca __board__",
"act-uncompleteChecklist":"lista di controllo __checklist__ incompleta nella scheda __card__ della lista __list__ in corsia __swimlane__ della bacheca __board__",
"act-addComment":"commento sulla scheda __card__: __comment__ nella lista __list__ della corsia __swimlane__ della bacheca __board__",
"act-createBoard":"bacheca __board__ creata",
"act-createCard":"scheda __card__ creata nella lista __list__ della corsia __swimlane__ della bacheca __board__",
"act-createCustomField":"campo personalizzato __customField__ creato nella scheda __card__ della lista __list__ in corsia __swimlane__ della bacheca __board__",
"act-createList":"aggiunta lista __list__ alla bacheca __board__",
"act-addBoardMember":"aggiunto membro __member__ alla bacheca __board__",
"act-archivedCard":"Scheda __card__ della lista __list__ della corsia __swimlane__ della bacheca __board__ archiviata",
"act-archivedList":"Lista __list__ della corsia __swimlane__ della bacheca __board__ archiviata",
"act-archivedSwimlane":"Corsia __swimlane__ della bacheca __board__ archiviata",
"act-importBoard":"Bacheca __board__ importata",
"act-importCard":"scheda importata __card__ nella lista __list__ della corsia __swimlane__ della bacheca __board__",
"act-importList":"lista __list__ importata nella corsia __swimlane__ della bacheca __board__",
"act-joinMember":"aggiunto membro __member__ alla scheda __card__ della list __list__ nella corsia __swimlane__ della bacheca __board__",
"act-moveCard":"spostata scheda __card__ della bacheca __board__ dalla lista __oldList__ della corsia __oldSwimlane__ alla lista __list__ della corsia __swimlane__",
"act-moveCardToOtherBoard":"postata scheda __card__ dalla lista __oldList__ della corsia __oldSwimlane__ della bacheca __oldBoard__ alla lista __list__ nella corsia __swimlane__ della bacheca __board__",
"act-removeBoardMember":"rimosso membro __member__ dalla bacheca __board__",
"act-restoredCard":"scheda ripristinata __card__ della lista __list__ nella corsia __swimlane__ della bacheca __board__",
"act-unjoinMember":"rimosso membro __member__ dalla scheda __card__ della lista __list__ della corsia __swimlane__ nella bacheca __board__",
"act-withBoardTitle":"__board__",
"act-withCardTitle":"[__board__] __card__",
"actions":"Azioni",
@ -56,14 +57,14 @@
"activity-unchecked-item":"disattivato %s nella checklist %s di %s",
"activity-checklist-added":"aggiunta checklist a %s",
"activity-checklist-removed":"È stata rimossa una checklist da%s",
"activity-checklist-completed":"completed checklist __checklist__ at card __card__ at list __list__ at swimlane __swimlane__ at board __board__",
"activity-checklist-completed":"checklist __checklist__ completata nella scheda __card__ della lista __list__ della corsia __swimlane__ nella bacheca __board__",
"activity-checklist-uncompleted":"La checklist non è stata completata",
"activity-checklist-item-added":"Aggiunto l'elemento checklist a '%s' in %s",
"activity-checklist-item-removed":"è stato rimosso un elemento della checklist da '%s' in %s",
"add":"Aggiungere",
"activity-checked-item-card":"%s è stato selezionato nella checklist %s",
"activity-unchecked-item-card":"%s è stato deselezionato nella checklist %s",
"activity-checklist-completed-card":"completed checklist __checklist__ at card __card__ at list __list__ at swimlane __swimlane__ at board __board__",
"activity-checklist-completed-card":"checklist __label__ completata nella scheda __card__ della lista __list__ della corsia __swimlane__ nella bacheca __board__",
"activity-checklist-uncompleted-card":"La checklist %s non è completa",
"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__ from list __oldList__ at swimlane __oldSwimlane__ at board __oldBoard__ to 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__",
"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__ from list __oldList__ at swimlane __oldSwimlane__ at board __oldBoard__ to 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__",
"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__ from list __oldList__ at swimlane __oldSwimlane__ at board __oldBoard__ to 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__",
"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__ from list __oldList__ at swimlane __oldSwimlane__ at board __oldBoard__ to 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__",
"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__ from list __oldList__ at swimlane __oldSwimlane__ at board __oldBoard__ to 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__",
"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__ from list __oldList__ at swimlane __oldSwimlane__ at board __oldBoard__ to 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__",
"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__ from list __oldList__ at swimlane __oldSwimlane__ at board __oldBoard__ to 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__",
"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__ from list __oldList__ at swimlane __oldSwimlane__ at board __oldBoard__ to 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__",
"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__ from list __oldList__ at swimlane __oldSwimlane__ at board __oldBoard__ to 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__",
"act-importCard":"as importat la carta __card__ de la tièra __list__ del corredor __swimlane__ del tablèu __board__",
"act-importList":"as importat la tièra __list__ del corredor __swimlane__ del tablèu __board__",
"act-joinMember":"as apondut un participant __member__ a la carta __card__ de la tièra __list__ del corredor __swimlane__ del tablèu __board__",
"act-moveCard":"as desplaçat la carta __card__ de la tièra __oldList__ del corredor __oldSwimlane__ del tablèu __oldBoard__ cap a la tièra __list__ del corredor __swimlane__ del tablèu __board__",
"act-moveCard":"moved card __card__ at board __board__ from list __oldList__ at swimlane __oldSwimlane__ to list __list__ at swimlane __swimlane__",
"act-moveCardToOtherBoard":"as desplaçat la carta __card__ de la tièra __oldList__ del corredor __oldSwimlane__ del tablèu __oldBoard__ cap a la tièra __list__ del corredor __swimlane__ del tablèu __board__",
"act-removeBoardMember":"as tirat lo participant __member__ del tablèu __board__",
"act-restoredCard":"as restorat la carta __card__ de la tièra __list__ del corredor __swimlane__ del tablèu __board__",
"act-unjoinMember":"as tirat lo participant __member__ de la carta __card__ de la tièra __list__ del corredor __swimlane__ del tablèu __board__",
@ -56,14 +57,14 @@
"activity-unchecked-item":"as descroiat %s dins la checklist %s de %s",
"activity-checklist-added":"as apondut a checklist a %s",
"activity-checklist-removed":"as tirat la checklist de %s",
"activity-checklist-completed":"as acabat la checklist __checklist__ de la carta __card__ de la lista __list__ del corredor __swimlane__ del tablèu __board__",
"activity-checklist-completed":"as acabat la checklist __checklist__ de la carta __card__ de la tièra __list__ del corredor __swimlane__ del tablèu __board__",
"activity-checklist-uncompleted":"as rendut incomplet la checklist %s de %s",
"activity-checklist-item-added":"as apondut un element a la checklist '%s' dins %s",
"activity-checklist-item-removed":"as tirat un element a la checklist '%s' dins %s",
"add":"Apondre",
"activity-checked-item-card":"as croiat %s dins la checklist %s",
"activity-unchecked-item-card":"as descroiat %s dins la checklist %s",
"activity-checklist-completed-card":"as acabat la checklist__checklist__ de la carta __card__ de la lista __list__ del corredor __swimlane__ del tablèu __board__",
"activity-checklist-completed-card":"as acabat la checklist__checklist__ de la carta __card__ de la tièra __list__ del corredor __swimlane__ del tablèu __board__",
"activity-checklist-uncompleted-card":"as rendut incomplet la checklist %s",
"add-attachment":"Apondre una pèça joncha",
"add-board":"Apondre un tablèu",
@ -172,7 +173,7 @@
"changePermissionsPopup-title":"Cambiar las permissions",
"changeSettingsPopup-title":"Cambiar los paramètres",
"subtasks":"Jos-tasca",
"checklists":"Checklistas",
"checklists":"Checklists",
"click-to-star":"Apondre lo tablèu als favorits",
"click-to-unstar":"Quitar lo tablèu dels favorits",
"clipboard":"Copiar o far limpar",
@ -343,17 +344,17 @@
"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":"Ligam per aquesta carta",
"list-archive-cards":"Mandar totas las cartas d'aquesta lista dins Archius",
"list-archive-cards":"Mandar totas las cartas d'aquesta tièra dins Archius",
"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":"Mandar totas las cartas dins aquesta lista",
"list-select-cards":"Seleccionar totas las cartas dins aquesta lista",
"list-move-cards":"Mandar totas las cartas dins aquesta tièra",
"list-select-cards":"Seleccionar totas las cartas dins aquesta tièra",
"set-color-list":"Set Color",
"listActionPopup-title":"Tièra de las accions",
"swimlaneActionPopup-title":"Swimlane Actions",
"swimlaneAddPopup-title":"Add a Swimlane below",
"listImportCardPopup-title":"Importar una carta de Trello",
"listMorePopup-title":"Mai",
"link-list":"Ligam d'aquesta lista",
"link-list":"Ligam d'aquesta tièra",
"list-delete-pop":"All actions will be removed from the activity feed and you won't be able to recover the list. There is no undo.",
"list-delete-suggest-archive":"You can move a list to Archive to remove it from the board and preserve the activity.",
"lists":"Tièras",
@ -376,7 +377,7 @@
"my-boards":"Mon tablèu",
"name":"Nom",
"no-archived-cards":"Pas cap de carta dins Archius",
"no-archived-lists":"Pas cap de lista dins Archius",
"no-archived-lists":"Pas cap de tièra dins Archius",
"no-archived-swimlanes":"Pas cap de corredor dins Archius",
"no-results":"Pas brica de resultat",
"normal":"Normal",
@ -403,7 +404,7 @@
"remove-cover":"Remove Cover",
"remove-from-board":"Quitar lo tablèu",
"remove-label":"Quitar l'etiqueta",
"listDeletePopup-title":"Suprimir la lista ?",
"listDeletePopup-title":"Quitar la tièra ?",
"remove-member":"Quitar lo participant",
"remove-member-from-card":"Quitar aquesta carta",
"remove-member-pop":"Remove __name__ (__username__) from __boardTitle__? The member will be removed from all cards on this board. They will receive a notification.",
"act-importCard":"Zaimportowano kartę __card__ do listy __list__ na diagramie czynności __swimlane__ na tablicy __board__",
"act-importList":"Zaimportowano listę __list__ na diagram czynności __swimlane__ do tablicy __board__",
"act-joinMember":"Dodano użytkownika __member__ do karty __card__ na liście __list__ na diagramie czynności __swimlane__ na tablicy __board__",
"act-moveCard":"Przeniesiono kartę __card__ z listy __oldList__ na diagramie czynności __oldSwimlane__ na tablicy __oldBoard__ do listy __listy__ na diagramie czynności __swimlane__ na tablicy __board__",
"act-moveCard":"moved card __card__ at board __board__ from list __oldList__ at swimlane __oldSwimlane__ to list __list__ at swimlane __swimlane__",
"act-moveCardToOtherBoard":"Przeniesiono kartę __card__ z listy __oldList__ na diagramie czynności __oldSwimlane__ na tablicy __oldBoard__ do listy __listy__ na diagramie czynności __swimlane__ na tablicy __board__",
"act-removeBoardMember":"Usunięto użytkownika __member__ z tablicy __board__",
"act-restoredCard":"Przywrócono kartę __card__ na listę __list__ na diagram czynności__ na tablicy __board__",
"act-unjoinMember":"Usunięto użytkownika __member__ z karty __card__ na liście __list__ na diagramie czynności __swimlane__ na tablicy __board__",
"act-importCard":"importado cartão __card__ para lista __list__ em raia __swimlane__ no quadro __board__",
"act-importList":"importada lista __list__ para raia __swimlane__ no quadro __board__",
"act-joinMember":"adicionado membro __member__ ao cartão __card__ na lista __list__ em raia __swimlane__ no quadro __board__",
"act-moveCard":"movido cartão __card__ da lista __oldList__ em raia __oldSwimlane__ no quadro __oldBoard__ para lista __list__ em raia __swimlane__ no quadro __board__",
"act-moveCard":"moved card __card__ at board __board__ from list __oldList__ at swimlane __oldSwimlane__ to list __list__ at swimlane __swimlane__",
"act-moveCardToOtherBoard":"movido cartão __card__ da lista __oldList__ em raia __oldSwimlane__ no quadro __oldBoard__ para lista __list__ em raia __swimlane__ no quadro __board__",
"act-removeBoardMember":"removido membro __member__ do quadro __board__",
"act-restoredCard":"restaurado cartão __card__ a lista __list__ em raia __swimlane__ no quadro __board__",
"act-unjoinMember":"removido membro __member__ do cartão __card__ na lista __list__ em raia __swimlane__ no quadro __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__ from list __oldList__ at swimlane __oldSwimlane__ at board __oldBoard__ to 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__",
"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__ from list __oldList__ at swimlane __oldSwimlane__ at board __oldBoard__ to 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__",
"act-importCard":"импортировал карточку __card__ в список __list__ на дорожку __swimlane__ доски __board__",
"act-importList":"импортировал список __list__ на дорожку __swimlane__ доски __board__",
"act-joinMember":"добавил участника __member__ в карточку __card__ в списке __list__ на дорожке __swimlane__ доски __board__",
"act-moveCard":"переместил карточку __card__ из списка __oldList__ с дорожки __oldSwimlane__ доски __oldBoard__ в список __list__ на дорожку __swimlane__ доски __board__",
"act-moveCard":"moved card __card__ at board __board__ from list __oldList__ at swimlane __oldSwimlane__ to list __list__ at swimlane __swimlane__",
"act-moveCardToOtherBoard":"переместил карточку __card__ из списка __oldList__ с дорожки __oldSwimlane__ доски __oldBoard__ в список __list__ на дорожку __swimlane__ доски __board__",
"act-removeBoardMember":"удалил участника __member__ с доски __board__",
"act-restoredCard":"восстановил карточку __card__ в список __list__ на дорожку __swimlane__ доски __board__",
"act-unjoinMember":"удалил участника __member__ из карточки __card__ в списке __list__ на дорожке __swimlane__ доски __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__ from list __oldList__ at swimlane __oldSwimlane__ at board __oldBoard__ to 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__",
"act-importCard":"importerade kort __card__ i lista __list__ i simbana __swimlane__ på tavla __board__",
"act-importList":"importerade lista __list__ i simbana __swimlane__ på tavla __board__",
"act-joinMember":"la till medlem __member__ på kort __card__ i lista __list__ i simbana __swimlane__ på tavla __board__",
"act-moveCard":"flyttade kort __card__ från lista __oldList__ i simbana __oldSwimlane__ på tavla __oldBoard__ till lista __list__ i simbana __swimlane__ på tavla __board__",
"act-moveCard":"moved card __card__ at board __board__ from list __oldList__ at swimlane __oldSwimlane__ to list __list__ at swimlane __swimlane__",
"act-moveCardToOtherBoard":"flyttade kort __card__ från lista __oldList__ i simbana __oldSwimlane__ på tavla __oldBoard__ till lista __list__ i simbana __swimlane__ på tavla __board__",
"act-removeBoardMember":"borttagen medlem __member__ från tavla __board__",
"act-restoredCard":"återställde kort __card__ till lista __lis__ i simbana __swimlane__ på tavla __board__",
"act-unjoinMember":"tog bort medlem __member__ från kort __card__ i lista __list__ i simbana __swimlane__ på tavla __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__ from list __oldList__ at swimlane __oldSwimlane__ at board __oldBoard__ to 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__",
"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__ from list __oldList__ at swimlane __oldSwimlane__ at board __oldBoard__ to 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__",
"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__ from list __oldList__ at swimlane __oldSwimlane__ at board __oldBoard__ to 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__",
"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__ from list __oldList__ at swimlane __oldSwimlane__ at board __oldBoard__ to 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__",
"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__ from list __oldList__ at swimlane __oldSwimlane__ at board __oldBoard__ to 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__",
"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__ from list __oldList__ at swimlane __oldSwimlane__ at board __oldBoard__ to 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__",
"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-removeLabel":"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-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__ 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__",
"act-moveCard":"moved card __card__ at board __board__ from list __oldList__ at swimlane __oldSwimlane__ to list __list__ at swimlane __swimlane__",
"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__ from list __oldList__ at swimlane __oldSwimlane__ at board __oldBoard__ to 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__",