Forgot activity notification change

Signed-off-by: Thomas Citharel <tcit@tcit.fr>
This commit is contained in:
Thomas Citharel 2021-11-17 17:17:42 +01:00
parent ebcf2bc387
commit 76cefca4d4
No known key found for this signature in database
GPG Key ID: A061B9DDE0CA0773
26 changed files with 1047 additions and 1043 deletions

View File

@ -25,7 +25,7 @@ defmodule Mobilizon.Service.Activity.Renderer.Discussion do
body:
dgettext(
"activity",
"%{profile} created the discussion %{discussion} in group {group}.",
"%{profile} created the discussion %{discussion} in group %{group}.",
%{
profile: profile,
discussion: title,
@ -40,10 +40,11 @@ defmodule Mobilizon.Service.Activity.Renderer.Discussion do
body:
dgettext(
"activity",
"%{profile} replied to the discussion %{discussion} in group {group}.",
"%{profile} replied to the discussion %{discussion} in group %{group}.",
%{
profile: profile,
discussion: title
discussion: title,
group: group
}
),
url: discussion_url(activity)
@ -54,10 +55,11 @@ defmodule Mobilizon.Service.Activity.Renderer.Discussion do
body:
dgettext(
"activity",
"%{profile} mentionned you in the discussion %{discussion} in group {group}.",
"%{profile} mentionned you in the discussion %{discussion} in group %{group}.",
%{
profile: profile,
discussion: title
discussion: title,
group: group
}
),
url: discussion_url(activity)
@ -68,10 +70,11 @@ defmodule Mobilizon.Service.Activity.Renderer.Discussion do
body:
dgettext(
"activity",
"%{profile} renamed the discussion %{discussion} in group {group}.",
"%{profile} renamed the discussion %{discussion} in group %{group}.",
%{
profile: profile,
discussion: title
discussion: title,
group: group
}
),
url: discussion_url(activity)
@ -82,10 +85,11 @@ defmodule Mobilizon.Service.Activity.Renderer.Discussion do
body:
dgettext(
"activity",
"%{profile} archived the discussion %{discussion} in group {group}.",
"%{profile} archived the discussion %{discussion} in group %{group}.",
%{
profile: profile,
discussion: title
discussion: title,
group: group
}
),
url: discussion_url(activity)
@ -96,10 +100,11 @@ defmodule Mobilizon.Service.Activity.Renderer.Discussion do
body:
dgettext(
"activity",
"%{profile} deleted the discussion %{discussion} in group {group}.",
"%{profile} deleted the discussion %{discussion} in group %{group}.",
%{
profile: profile,
discussion: title
discussion: title,
group: group
}
),
url: nil

View File

@ -346,26 +346,11 @@ msgstr ""
msgid "%{profile} approved the membership request from %{member} for group %{group}."
msgstr ""
#, elixir-format
#: lib/service/activity/renderer/discussion.ex:83
msgid "%{profile} archived the discussion %{discussion} in group {group}."
msgstr ""
#, elixir-format
#: lib/service/activity/renderer/discussion.ex:26
msgid "%{profile} created the discussion %{discussion} in group {group}."
msgstr ""
#, elixir-format
#: lib/service/activity/renderer/resource.ex:33
msgid "%{profile} created the folder %{resource} in group %{group}."
msgstr ""
#, elixir-format
#: lib/service/activity/renderer/discussion.ex:97
msgid "%{profile} deleted the discussion %{discussion} in group {group}."
msgstr ""
#, elixir-format
#: lib/service/activity/renderer/resource.ex:69
msgid "%{profile} deleted the folder %{resource} in group %{group}."
@ -381,11 +366,6 @@ msgstr ""
msgid "%{profile} excluded member %{member} from the group %{group}."
msgstr ""
#, elixir-format
#: lib/service/activity/renderer/discussion.ex:55
msgid "%{profile} mentionned you in the discussion %{discussion} in group {group}."
msgstr ""
#, elixir-format
#: lib/service/activity/renderer/resource.ex:61
msgid "%{profile} moved the folder %{resource} in group %{group}."
@ -406,11 +386,6 @@ msgstr ""
msgid "%{profile} rejected the membership request from %{member} for group %{group}."
msgstr ""
#, elixir-format
#: lib/service/activity/renderer/discussion.ex:69
msgid "%{profile} renamed the discussion %{discussion} in group {group}."
msgstr ""
#, elixir-format
#: lib/service/activity/renderer/resource.ex:45
msgid "%{profile} renamed the folder from %{old_resource_title} to %{resource} in group %{group}."
@ -421,11 +396,6 @@ msgstr ""
msgid "%{profile} renamed the resource from %{old_resource_title} to %{resource} in group %{group}."
msgstr ""
#, elixir-format
#: lib/service/activity/renderer/discussion.ex:41
msgid "%{profile} replied to the discussion %{discussion} in group {group}."
msgstr ""
#, elixir-format
#: lib/service/activity/renderer/member.ex:71
msgid "%{profile} updated the member %{member} in group %{group}."
@ -435,3 +405,33 @@ msgstr ""
#: lib/service/activity/renderer/resource.ex:35
msgid "%{profile} created the resource %{resource} in group %{group}."
msgstr ""
#, elixir-format
#: lib/service/activity/renderer/discussion.ex:86
msgid "%{profile} archived the discussion %{discussion} in group %{group}."
msgstr ""
#, elixir-format
#: lib/service/activity/renderer/discussion.ex:26
msgid "%{profile} created the discussion %{discussion} in group %{group}."
msgstr ""
#, elixir-format
#: lib/service/activity/renderer/discussion.ex:101
msgid "%{profile} deleted the discussion %{discussion} in group %{group}."
msgstr ""
#, elixir-format
#: lib/service/activity/renderer/discussion.ex:56
msgid "%{profile} mentionned you in the discussion %{discussion} in group %{group}."
msgstr ""
#, elixir-format
#: lib/service/activity/renderer/discussion.ex:71
msgid "%{profile} renamed the discussion %{discussion} in group %{group}."
msgstr ""
#, elixir-format
#: lib/service/activity/renderer/discussion.ex:41
msgid "%{profile} replied to the discussion %{discussion} in group %{group}."
msgstr ""

View File

@ -355,26 +355,11 @@ msgstr ""
msgid "%{profile} approved the membership request from %{member} for group %{group}."
msgstr ""
#, elixir-format
#: lib/service/activity/renderer/discussion.ex:83
msgid "%{profile} archived the discussion %{discussion} in group {group}."
msgstr ""
#, elixir-format
#: lib/service/activity/renderer/discussion.ex:26
msgid "%{profile} created the discussion %{discussion} in group {group}."
msgstr ""
#, elixir-format
#: lib/service/activity/renderer/resource.ex:33
msgid "%{profile} created the folder %{resource} in group %{group}."
msgstr ""
#, elixir-format
#: lib/service/activity/renderer/discussion.ex:97
msgid "%{profile} deleted the discussion %{discussion} in group {group}."
msgstr ""
#, elixir-format
#: lib/service/activity/renderer/resource.ex:69
msgid "%{profile} deleted the folder %{resource} in group %{group}."
@ -390,11 +375,6 @@ msgstr ""
msgid "%{profile} excluded member %{member} from the group %{group}."
msgstr ""
#, elixir-format
#: lib/service/activity/renderer/discussion.ex:55
msgid "%{profile} mentionned you in the discussion %{discussion} in group {group}."
msgstr ""
#, elixir-format
#: lib/service/activity/renderer/resource.ex:61
msgid "%{profile} moved the folder %{resource} in group %{group}."
@ -415,11 +395,6 @@ msgstr ""
msgid "%{profile} rejected the membership request from %{member} for group %{group}."
msgstr ""
#, elixir-format
#: lib/service/activity/renderer/discussion.ex:69
msgid "%{profile} renamed the discussion %{discussion} in group {group}."
msgstr ""
#, elixir-format
#: lib/service/activity/renderer/resource.ex:45
msgid "%{profile} renamed the folder from %{old_resource_title} to %{resource} in group %{group}."
@ -430,17 +405,42 @@ msgstr ""
msgid "%{profile} renamed the resource from %{old_resource_title} to %{resource} in group %{group}."
msgstr ""
#, elixir-format
#: lib/service/activity/renderer/discussion.ex:41
msgid "%{profile} replied to the discussion %{discussion} in group {group}."
msgstr ""
#, elixir-format
#: lib/service/activity/renderer/member.ex:71
msgid "%{profile} updated the member %{member} in group %{group}."
msgstr ""
#, elixir-format, fuzzy
#, elixir-format
#: lib/service/activity/renderer/resource.ex:35
msgid "%{profile} created the resource %{resource} in group %{group}."
msgstr ""
#, elixir-format, fuzzy
#: lib/service/activity/renderer/discussion.ex:86
msgid "%{profile} archived the discussion %{discussion} in group %{group}."
msgstr ""
#, elixir-format, fuzzy
#: lib/service/activity/renderer/discussion.ex:26
msgid "%{profile} created the discussion %{discussion} in group %{group}."
msgstr ""
#, elixir-format, fuzzy
#: lib/service/activity/renderer/discussion.ex:101
msgid "%{profile} deleted the discussion %{discussion} in group %{group}."
msgstr ""
#, elixir-format, fuzzy
#: lib/service/activity/renderer/discussion.ex:56
msgid "%{profile} mentionned you in the discussion %{discussion} in group %{group}."
msgstr ""
#, elixir-format, fuzzy
#: lib/service/activity/renderer/discussion.ex:71
msgid "%{profile} renamed the discussion %{discussion} in group %{group}."
msgstr ""
#, elixir-format, fuzzy
#: lib/service/activity/renderer/discussion.ex:41
msgid "%{profile} replied to the discussion %{discussion} in group %{group}."
msgstr ""

View File

@ -349,26 +349,11 @@ msgstr ""
msgid "%{profile} approved the membership request from %{member} for group %{group}."
msgstr ""
#, elixir-format
#: lib/service/activity/renderer/discussion.ex:83
msgid "%{profile} archived the discussion %{discussion} in group {group}."
msgstr ""
#, elixir-format
#: lib/service/activity/renderer/discussion.ex:26
msgid "%{profile} created the discussion %{discussion} in group {group}."
msgstr ""
#, elixir-format
#: lib/service/activity/renderer/resource.ex:33
msgid "%{profile} created the folder %{resource} in group %{group}."
msgstr ""
#, elixir-format
#: lib/service/activity/renderer/discussion.ex:97
msgid "%{profile} deleted the discussion %{discussion} in group {group}."
msgstr ""
#, elixir-format
#: lib/service/activity/renderer/resource.ex:69
msgid "%{profile} deleted the folder %{resource} in group %{group}."
@ -384,11 +369,6 @@ msgstr ""
msgid "%{profile} excluded member %{member} from the group %{group}."
msgstr ""
#, elixir-format
#: lib/service/activity/renderer/discussion.ex:55
msgid "%{profile} mentionned you in the discussion %{discussion} in group {group}."
msgstr ""
#, elixir-format
#: lib/service/activity/renderer/resource.ex:61
msgid "%{profile} moved the folder %{resource} in group %{group}."
@ -409,11 +389,6 @@ msgstr ""
msgid "%{profile} rejected the membership request from %{member} for group %{group}."
msgstr ""
#, elixir-format
#: lib/service/activity/renderer/discussion.ex:69
msgid "%{profile} renamed the discussion %{discussion} in group {group}."
msgstr ""
#, elixir-format
#: lib/service/activity/renderer/resource.ex:45
msgid "%{profile} renamed the folder from %{old_resource_title} to %{resource} in group %{group}."
@ -424,17 +399,42 @@ msgstr ""
msgid "%{profile} renamed the resource from %{old_resource_title} to %{resource} in group %{group}."
msgstr ""
#, elixir-format
#: lib/service/activity/renderer/discussion.ex:41
msgid "%{profile} replied to the discussion %{discussion} in group {group}."
msgstr ""
#, elixir-format
#: lib/service/activity/renderer/member.ex:71
msgid "%{profile} updated the member %{member} in group %{group}."
msgstr ""
#, elixir-format, fuzzy
#, elixir-format
#: lib/service/activity/renderer/resource.ex:35
msgid "%{profile} created the resource %{resource} in group %{group}."
msgstr ""
#, elixir-format, fuzzy
#: lib/service/activity/renderer/discussion.ex:86
msgid "%{profile} archived the discussion %{discussion} in group %{group}."
msgstr ""
#, elixir-format, fuzzy
#: lib/service/activity/renderer/discussion.ex:26
msgid "%{profile} created the discussion %{discussion} in group %{group}."
msgstr ""
#, elixir-format, fuzzy
#: lib/service/activity/renderer/discussion.ex:101
msgid "%{profile} deleted the discussion %{discussion} in group %{group}."
msgstr ""
#, elixir-format, fuzzy
#: lib/service/activity/renderer/discussion.ex:56
msgid "%{profile} mentionned you in the discussion %{discussion} in group %{group}."
msgstr ""
#, elixir-format, fuzzy
#: lib/service/activity/renderer/discussion.ex:71
msgid "%{profile} renamed the discussion %{discussion} in group %{group}."
msgstr ""
#, elixir-format, fuzzy
#: lib/service/activity/renderer/discussion.ex:41
msgid "%{profile} replied to the discussion %{discussion} in group %{group}."
msgstr ""

View File

@ -347,26 +347,11 @@ msgstr ""
msgid "%{profile} approved the membership request from %{member} for group %{group}."
msgstr ""
#, elixir-format
#: lib/service/activity/renderer/discussion.ex:83
msgid "%{profile} archived the discussion %{discussion} in group {group}."
msgstr ""
#, elixir-format
#: lib/service/activity/renderer/discussion.ex:26
msgid "%{profile} created the discussion %{discussion} in group {group}."
msgstr ""
#, elixir-format
#: lib/service/activity/renderer/resource.ex:33
msgid "%{profile} created the folder %{resource} in group %{group}."
msgstr ""
#, elixir-format
#: lib/service/activity/renderer/discussion.ex:97
msgid "%{profile} deleted the discussion %{discussion} in group {group}."
msgstr ""
#, elixir-format
#: lib/service/activity/renderer/resource.ex:69
msgid "%{profile} deleted the folder %{resource} in group %{group}."
@ -382,11 +367,6 @@ msgstr ""
msgid "%{profile} excluded member %{member} from the group %{group}."
msgstr ""
#, elixir-format
#: lib/service/activity/renderer/discussion.ex:55
msgid "%{profile} mentionned you in the discussion %{discussion} in group {group}."
msgstr ""
#, elixir-format
#: lib/service/activity/renderer/resource.ex:61
msgid "%{profile} moved the folder %{resource} in group %{group}."
@ -407,11 +387,6 @@ msgstr ""
msgid "%{profile} rejected the membership request from %{member} for group %{group}."
msgstr ""
#, elixir-format
#: lib/service/activity/renderer/discussion.ex:69
msgid "%{profile} renamed the discussion %{discussion} in group {group}."
msgstr ""
#, elixir-format
#: lib/service/activity/renderer/resource.ex:45
msgid "%{profile} renamed the folder from %{old_resource_title} to %{resource} in group %{group}."
@ -422,17 +397,42 @@ msgstr ""
msgid "%{profile} renamed the resource from %{old_resource_title} to %{resource} in group %{group}."
msgstr ""
#, elixir-format
#: lib/service/activity/renderer/discussion.ex:41
msgid "%{profile} replied to the discussion %{discussion} in group {group}."
msgstr ""
#, elixir-format
#: lib/service/activity/renderer/member.ex:71
msgid "%{profile} updated the member %{member} in group %{group}."
msgstr ""
#, elixir-format, fuzzy
#, elixir-format
#: lib/service/activity/renderer/resource.ex:35
msgid "%{profile} created the resource %{resource} in group %{group}."
msgstr ""
#, elixir-format, fuzzy
#: lib/service/activity/renderer/discussion.ex:86
msgid "%{profile} archived the discussion %{discussion} in group %{group}."
msgstr ""
#, elixir-format, fuzzy
#: lib/service/activity/renderer/discussion.ex:26
msgid "%{profile} created the discussion %{discussion} in group %{group}."
msgstr ""
#, elixir-format, fuzzy
#: lib/service/activity/renderer/discussion.ex:101
msgid "%{profile} deleted the discussion %{discussion} in group %{group}."
msgstr ""
#, elixir-format, fuzzy
#: lib/service/activity/renderer/discussion.ex:56
msgid "%{profile} mentionned you in the discussion %{discussion} in group %{group}."
msgstr ""
#, elixir-format, fuzzy
#: lib/service/activity/renderer/discussion.ex:71
msgid "%{profile} renamed the discussion %{discussion} in group %{group}."
msgstr ""
#, elixir-format, fuzzy
#: lib/service/activity/renderer/discussion.ex:41
msgid "%{profile} replied to the discussion %{discussion} in group %{group}."
msgstr ""

View File

@ -349,26 +349,11 @@ msgstr ""
msgid "%{profile} approved the membership request from %{member} for group %{group}."
msgstr ""
#, elixir-format
#: lib/service/activity/renderer/discussion.ex:83
msgid "%{profile} archived the discussion %{discussion} in group {group}."
msgstr ""
#, elixir-format
#: lib/service/activity/renderer/discussion.ex:26
msgid "%{profile} created the discussion %{discussion} in group {group}."
msgstr ""
#, elixir-format
#: lib/service/activity/renderer/resource.ex:33
msgid "%{profile} created the folder %{resource} in group %{group}."
msgstr ""
#, elixir-format
#: lib/service/activity/renderer/discussion.ex:97
msgid "%{profile} deleted the discussion %{discussion} in group {group}."
msgstr ""
#, elixir-format
#: lib/service/activity/renderer/resource.ex:69
msgid "%{profile} deleted the folder %{resource} in group %{group}."
@ -384,11 +369,6 @@ msgstr ""
msgid "%{profile} excluded member %{member} from the group %{group}."
msgstr ""
#, elixir-format
#: lib/service/activity/renderer/discussion.ex:55
msgid "%{profile} mentionned you in the discussion %{discussion} in group {group}."
msgstr ""
#, elixir-format
#: lib/service/activity/renderer/resource.ex:61
msgid "%{profile} moved the folder %{resource} in group %{group}."
@ -409,11 +389,6 @@ msgstr ""
msgid "%{profile} rejected the membership request from %{member} for group %{group}."
msgstr ""
#, elixir-format
#: lib/service/activity/renderer/discussion.ex:69
msgid "%{profile} renamed the discussion %{discussion} in group {group}."
msgstr ""
#, elixir-format
#: lib/service/activity/renderer/resource.ex:45
msgid "%{profile} renamed the folder from %{old_resource_title} to %{resource} in group %{group}."
@ -424,17 +399,42 @@ msgstr ""
msgid "%{profile} renamed the resource from %{old_resource_title} to %{resource} in group %{group}."
msgstr ""
#, elixir-format
#: lib/service/activity/renderer/discussion.ex:41
msgid "%{profile} replied to the discussion %{discussion} in group {group}."
msgstr ""
#, elixir-format
#: lib/service/activity/renderer/member.ex:71
msgid "%{profile} updated the member %{member} in group %{group}."
msgstr ""
#, elixir-format, fuzzy
#, elixir-format
#: lib/service/activity/renderer/resource.ex:35
msgid "%{profile} created the resource %{resource} in group %{group}."
msgstr ""
#, elixir-format, fuzzy
#: lib/service/activity/renderer/discussion.ex:86
msgid "%{profile} archived the discussion %{discussion} in group %{group}."
msgstr ""
#, elixir-format, fuzzy
#: lib/service/activity/renderer/discussion.ex:26
msgid "%{profile} created the discussion %{discussion} in group %{group}."
msgstr ""
#, elixir-format, fuzzy
#: lib/service/activity/renderer/discussion.ex:101
msgid "%{profile} deleted the discussion %{discussion} in group %{group}."
msgstr ""
#, elixir-format, fuzzy
#: lib/service/activity/renderer/discussion.ex:56
msgid "%{profile} mentionned you in the discussion %{discussion} in group %{group}."
msgstr ""
#, elixir-format, fuzzy
#: lib/service/activity/renderer/discussion.ex:71
msgid "%{profile} renamed the discussion %{discussion} in group %{group}."
msgstr ""
#, elixir-format, fuzzy
#: lib/service/activity/renderer/discussion.ex:41
msgid "%{profile} replied to the discussion %{discussion} in group %{group}."
msgstr ""

View File

@ -357,26 +357,11 @@ msgstr "%{profile} hat das Mitglied %{member} hinzugefügt."
msgid "%{profile} approved the membership request from %{member} for group %{group}."
msgstr "%{profile} hat das Mitglied %{member} aktualisiert."
#, elixir-format
#: lib/service/activity/renderer/discussion.ex:83
msgid "%{profile} archived the discussion %{discussion} in group {group}."
msgstr "%{profile} hat die Diskussion %{discussion} archiviert."
#, elixir-format
#: lib/service/activity/renderer/discussion.ex:26
msgid "%{profile} created the discussion %{discussion} in group {group}."
msgstr "%{profile} hat die Diskussion %{discussion} erstellt."
#, elixir-format
#: lib/service/activity/renderer/resource.ex:33
msgid "%{profile} created the folder %{resource} in group %{group}."
msgstr "%{profile} hat den Folder %{resource} erstellt."
#, elixir-format
#: lib/service/activity/renderer/discussion.ex:97
msgid "%{profile} deleted the discussion %{discussion} in group {group}."
msgstr "%{profile} hat die Diskussion %{discussion} gelöscht."
#, elixir-format
#: lib/service/activity/renderer/resource.ex:69
msgid "%{profile} deleted the folder %{resource} in group %{group}."
@ -392,11 +377,6 @@ msgstr "%{profile} hat die Ressource %{resource} gelöscht."
msgid "%{profile} excluded member %{member} from the group %{group}."
msgstr "%{profile} hat das Mitglied %{member} ausgeschlossen."
#, elixir-format
#: lib/service/activity/renderer/discussion.ex:55
msgid "%{profile} mentionned you in the discussion %{discussion} in group {group}."
msgstr ""
#, elixir-format
#: lib/service/activity/renderer/resource.ex:61
msgid "%{profile} moved the folder %{resource} in group %{group}."
@ -417,11 +397,6 @@ msgstr "%{profile} hat die Gruppe verlassen."
msgid "%{profile} rejected the membership request from %{member} for group %{group}."
msgstr ""
#, elixir-format
#: lib/service/activity/renderer/discussion.ex:69
msgid "%{profile} renamed the discussion %{discussion} in group {group}."
msgstr "%{profile} hat die Diskussion %{discussion} umbenannt."
#, elixir-format
#: lib/service/activity/renderer/resource.ex:45
msgid "%{profile} renamed the folder from %{old_resource_title} to %{resource} in group %{group}."
@ -434,17 +409,42 @@ msgid "%{profile} renamed the resource from %{old_resource_title} to %{resource}
msgstr ""
"{profile} hat die Ressource %{old_resource_title} in %{resource} umbenannt."
#, elixir-format
#: lib/service/activity/renderer/discussion.ex:41
msgid "%{profile} replied to the discussion %{discussion} in group {group}."
msgstr "%{profile} hat auf die Diskussion %{discussion} geantwortet."
#, elixir-format
#: lib/service/activity/renderer/member.ex:71
msgid "%{profile} updated the member %{member} in group %{group}."
msgstr "%{profile} hat das Mitglied %{member} aktualisiert."
#, elixir-format, fuzzy
#, elixir-format
#: lib/service/activity/renderer/resource.ex:35
msgid "%{profile} created the resource %{resource} in group %{group}."
msgstr "%{profile} hat die Ressource %{resource} erstellt."
#, elixir-format, fuzzy
#: lib/service/activity/renderer/discussion.ex:86
msgid "%{profile} archived the discussion %{discussion} in group %{group}."
msgstr "%{profile} hat die Diskussion %{discussion} archiviert."
#, elixir-format, fuzzy
#: lib/service/activity/renderer/discussion.ex:26
msgid "%{profile} created the discussion %{discussion} in group %{group}."
msgstr "%{profile} hat die Diskussion %{discussion} erstellt."
#, elixir-format, fuzzy
#: lib/service/activity/renderer/discussion.ex:101
msgid "%{profile} deleted the discussion %{discussion} in group %{group}."
msgstr "%{profile} hat die Diskussion %{discussion} gelöscht."
#, elixir-format, fuzzy
#: lib/service/activity/renderer/discussion.ex:56
msgid "%{profile} mentionned you in the discussion %{discussion} in group %{group}."
msgstr ""
#, elixir-format, fuzzy
#: lib/service/activity/renderer/discussion.ex:71
msgid "%{profile} renamed the discussion %{discussion} in group %{group}."
msgstr "%{profile} hat die Diskussion %{discussion} umbenannt."
#, elixir-format, fuzzy
#: lib/service/activity/renderer/discussion.ex:41
msgid "%{profile} replied to the discussion %{discussion} in group %{group}."
msgstr "%{profile} hat auf die Diskussion %{discussion} geantwortet."

View File

@ -347,26 +347,11 @@ msgstr ""
msgid "%{profile} approved the membership request from %{member} for group %{group}."
msgstr ""
#, elixir-format
#: lib/service/activity/renderer/discussion.ex:83
msgid "%{profile} archived the discussion %{discussion} in group {group}."
msgstr ""
#, elixir-format
#: lib/service/activity/renderer/discussion.ex:26
msgid "%{profile} created the discussion %{discussion} in group {group}."
msgstr ""
#, elixir-format
#: lib/service/activity/renderer/resource.ex:33
msgid "%{profile} created the folder %{resource} in group %{group}."
msgstr ""
#, elixir-format
#: lib/service/activity/renderer/discussion.ex:97
msgid "%{profile} deleted the discussion %{discussion} in group {group}."
msgstr ""
#, elixir-format
#: lib/service/activity/renderer/resource.ex:69
msgid "%{profile} deleted the folder %{resource} in group %{group}."
@ -382,11 +367,6 @@ msgstr ""
msgid "%{profile} excluded member %{member} from the group %{group}."
msgstr ""
#, elixir-format
#: lib/service/activity/renderer/discussion.ex:55
msgid "%{profile} mentionned you in the discussion %{discussion} in group {group}."
msgstr ""
#, elixir-format
#: lib/service/activity/renderer/resource.ex:61
msgid "%{profile} moved the folder %{resource} in group %{group}."
@ -407,11 +387,6 @@ msgstr ""
msgid "%{profile} rejected the membership request from %{member} for group %{group}."
msgstr ""
#, elixir-format
#: lib/service/activity/renderer/discussion.ex:69
msgid "%{profile} renamed the discussion %{discussion} in group {group}."
msgstr ""
#, elixir-format
#: lib/service/activity/renderer/resource.ex:45
msgid "%{profile} renamed the folder from %{old_resource_title} to %{resource} in group %{group}."
@ -422,17 +397,42 @@ msgstr ""
msgid "%{profile} renamed the resource from %{old_resource_title} to %{resource} in group %{group}."
msgstr ""
#, elixir-format
#: lib/service/activity/renderer/discussion.ex:41
msgid "%{profile} replied to the discussion %{discussion} in group {group}."
msgstr ""
#, elixir-format
#: lib/service/activity/renderer/member.ex:71
msgid "%{profile} updated the member %{member} in group %{group}."
msgstr ""
#, elixir-format, fuzzy
#, elixir-format
#: lib/service/activity/renderer/resource.ex:35
msgid "%{profile} created the resource %{resource} in group %{group}."
msgstr ""
#, elixir-format, fuzzy
#: lib/service/activity/renderer/discussion.ex:86
msgid "%{profile} archived the discussion %{discussion} in group %{group}."
msgstr ""
#, elixir-format, fuzzy
#: lib/service/activity/renderer/discussion.ex:26
msgid "%{profile} created the discussion %{discussion} in group %{group}."
msgstr ""
#, elixir-format, fuzzy
#: lib/service/activity/renderer/discussion.ex:101
msgid "%{profile} deleted the discussion %{discussion} in group %{group}."
msgstr ""
#, elixir-format, fuzzy
#: lib/service/activity/renderer/discussion.ex:56
msgid "%{profile} mentionned you in the discussion %{discussion} in group %{group}."
msgstr ""
#, elixir-format, fuzzy
#: lib/service/activity/renderer/discussion.ex:71
msgid "%{profile} renamed the discussion %{discussion} in group %{group}."
msgstr ""
#, elixir-format, fuzzy
#: lib/service/activity/renderer/discussion.ex:41
msgid "%{profile} replied to the discussion %{discussion} in group %{group}."
msgstr ""

View File

@ -360,26 +360,11 @@ msgstr "%{profile} agregó el miembro %{member}."
msgid "%{profile} approved the membership request from %{member} for group %{group}."
msgstr "%{profile} actualizado el miembro %{member}."
#, elixir-format
#: lib/service/activity/renderer/discussion.ex:83
msgid "%{profile} archived the discussion %{discussion} in group {group}."
msgstr "%{profile} archivó la discusión %{discussion}."
#, elixir-format
#: lib/service/activity/renderer/discussion.ex:26
msgid "%{profile} created the discussion %{discussion} in group {group}."
msgstr "%{profile} creó la discusión %{discussion}."
#, elixir-format
#: lib/service/activity/renderer/resource.ex:33
msgid "%{profile} created the folder %{resource} in group %{group}."
msgstr "%{profile} creó la carpeta %{resource}."
#, elixir-format
#: lib/service/activity/renderer/discussion.ex:97
msgid "%{profile} deleted the discussion %{discussion} in group {group}."
msgstr "%{profile} eliminó la discusión %{discussion}."
#, elixir-format
#: lib/service/activity/renderer/resource.ex:69
msgid "%{profile} deleted the folder %{resource} in group %{group}."
@ -395,11 +380,6 @@ msgstr "%{profile} eliminado el recurso %{resource}."
msgid "%{profile} excluded member %{member} from the group %{group}."
msgstr "%{profile }miembro excluido %{member}."
#, elixir-format
#: lib/service/activity/renderer/discussion.ex:55
msgid "%{profile} mentionned you in the discussion %{discussion} in group {group}."
msgstr "%{profile}te mencioné en la discusión %{discussion}."
#, elixir-format
#: lib/service/activity/renderer/resource.ex:61
msgid "%{profile} moved the folder %{resource} in group %{group}."
@ -420,11 +400,6 @@ msgstr "%{profile} abandona el grupo."
msgid "%{profile} rejected the membership request from %{member} for group %{group}."
msgstr "%{profile} rechazó la solicitud de inscripción de %{member}."
#, elixir-format
#: lib/service/activity/renderer/discussion.ex:69
msgid "%{profile} renamed the discussion %{discussion} in group {group}."
msgstr "%{profile} renombrado la discusión %{discussion}."
#, elixir-format
#: lib/service/activity/renderer/resource.ex:45
msgid "%{profile} renamed the folder from %{old_resource_title} to %{resource} in group %{group}."
@ -437,17 +412,42 @@ msgid "%{profile} renamed the resource from %{old_resource_title} to %{resource}
msgstr ""
"%{profile} ha renombrado el recurso de %{old_resource_title} a %{resource}."
#, elixir-format
#: lib/service/activity/renderer/discussion.ex:41
msgid "%{profile} replied to the discussion %{discussion} in group {group}."
msgstr "%{profile} respondió a la discusión %{discussion}."
#, elixir-format
#: lib/service/activity/renderer/member.ex:71
msgid "%{profile} updated the member %{member} in group %{group}."
msgstr "%{profile} actualizado el miembro %{member}."
#, elixir-format, fuzzy
#, elixir-format
#: lib/service/activity/renderer/resource.ex:35
msgid "%{profile} created the resource %{resource} in group %{group}."
msgstr "%{profile} creó el recurso %{resource}."
#, elixir-format, fuzzy
#: lib/service/activity/renderer/discussion.ex:86
msgid "%{profile} archived the discussion %{discussion} in group %{group}."
msgstr "%{profile} archivó la discusión %{discussion}."
#, elixir-format, fuzzy
#: lib/service/activity/renderer/discussion.ex:26
msgid "%{profile} created the discussion %{discussion} in group %{group}."
msgstr "%{profile} creó la discusión %{discussion}."
#, elixir-format, fuzzy
#: lib/service/activity/renderer/discussion.ex:101
msgid "%{profile} deleted the discussion %{discussion} in group %{group}."
msgstr "%{profile} eliminó la discusión %{discussion}."
#, elixir-format, fuzzy
#: lib/service/activity/renderer/discussion.ex:56
msgid "%{profile} mentionned you in the discussion %{discussion} in group %{group}."
msgstr "%{profile}te mencioné en la discusión %{discussion}."
#, elixir-format, fuzzy
#: lib/service/activity/renderer/discussion.ex:71
msgid "%{profile} renamed the discussion %{discussion} in group %{group}."
msgstr "%{profile} renombrado la discusión %{discussion}."
#, elixir-format, fuzzy
#: lib/service/activity/renderer/discussion.ex:41
msgid "%{profile} replied to the discussion %{discussion} in group %{group}."
msgstr "%{profile} respondió a la discusión %{discussion}."

File diff suppressed because it is too large Load Diff

View File

@ -358,26 +358,11 @@ msgstr "%{profile} lisäsi jäsenen %{member}."
msgid "%{profile} approved the membership request from %{member} for group %{group}."
msgstr "%{profile} päivitti jäsentä %{member}."
#, elixir-format
#: lib/service/activity/renderer/discussion.ex:83
msgid "%{profile} archived the discussion %{discussion} in group {group}."
msgstr "%{profile} arkistoi keskustelun %{discussion}."
#, elixir-format
#: lib/service/activity/renderer/discussion.ex:26
msgid "%{profile} created the discussion %{discussion} in group {group}."
msgstr "%{profile} loi keskustelun %{discussion}."
#, elixir-format
#: lib/service/activity/renderer/resource.ex:33
msgid "%{profile} created the folder %{resource} in group %{group}."
msgstr "%{profile} loi kansion %{resource}."
#, elixir-format
#: lib/service/activity/renderer/discussion.ex:97
msgid "%{profile} deleted the discussion %{discussion} in group {group}."
msgstr "%{profile} poisti keskustelun %{discussion}."
#, elixir-format
#: lib/service/activity/renderer/resource.ex:69
msgid "%{profile} deleted the folder %{resource} in group %{group}."
@ -393,11 +378,6 @@ msgstr "%{profile} poisti resurssin %{resource}."
msgid "%{profile} excluded member %{member} from the group %{group}."
msgstr "%{profile} hylkäsi jäsenen %{member}."
#, elixir-format
#: lib/service/activity/renderer/discussion.ex:55
msgid "%{profile} mentionned you in the discussion %{discussion} in group {group}."
msgstr "%{profile} mainitsi sinut keskustelussa %{discussion}."
#, elixir-format
#: lib/service/activity/renderer/resource.ex:61
msgid "%{profile} moved the folder %{resource} in group %{group}."
@ -418,11 +398,6 @@ msgstr "%{profile} poistui ryhmästä."
msgid "%{profile} rejected the membership request from %{member} for group %{group}."
msgstr ""
#, elixir-format
#: lib/service/activity/renderer/discussion.ex:69
msgid "%{profile} renamed the discussion %{discussion} in group {group}."
msgstr "%{profile} muutti keskustelun %{discussion} nimer."
#, elixir-format
#: lib/service/activity/renderer/resource.ex:45
msgid "%{profile} renamed the folder from %{old_resource_title} to %{resource} in group %{group}."
@ -433,17 +408,42 @@ msgstr "%{profile} muutti kansion %{old_resource_title} nimeksi %{resource}."
msgid "%{profile} renamed the resource from %{old_resource_title} to %{resource} in group %{group}."
msgstr "%{profile} muutti resurssin %{old_resource_title} nimeksi %{resource}."
#, elixir-format
#: lib/service/activity/renderer/discussion.ex:41
msgid "%{profile} replied to the discussion %{discussion} in group {group}."
msgstr "%{profile} vastasi keskusteluun %{discussion}."
#, elixir-format
#: lib/service/activity/renderer/member.ex:71
msgid "%{profile} updated the member %{member} in group %{group}."
msgstr "%{profile} päivitti jäsentä %{member}."
#, elixir-format, fuzzy
#, elixir-format
#: lib/service/activity/renderer/resource.ex:35
msgid "%{profile} created the resource %{resource} in group %{group}."
msgstr "%{profile} loi resurssin %{resource}."
#, elixir-format, fuzzy
#: lib/service/activity/renderer/discussion.ex:86
msgid "%{profile} archived the discussion %{discussion} in group %{group}."
msgstr "%{profile} arkistoi keskustelun %{discussion}."
#, elixir-format, fuzzy
#: lib/service/activity/renderer/discussion.ex:26
msgid "%{profile} created the discussion %{discussion} in group %{group}."
msgstr "%{profile} loi keskustelun %{discussion}."
#, elixir-format, fuzzy
#: lib/service/activity/renderer/discussion.ex:101
msgid "%{profile} deleted the discussion %{discussion} in group %{group}."
msgstr "%{profile} poisti keskustelun %{discussion}."
#, elixir-format, fuzzy
#: lib/service/activity/renderer/discussion.ex:56
msgid "%{profile} mentionned you in the discussion %{discussion} in group %{group}."
msgstr "%{profile} mainitsi sinut keskustelussa %{discussion}."
#, elixir-format, fuzzy
#: lib/service/activity/renderer/discussion.ex:71
msgid "%{profile} renamed the discussion %{discussion} in group %{group}."
msgstr "%{profile} muutti keskustelun %{discussion} nimer."
#, elixir-format, fuzzy
#: lib/service/activity/renderer/discussion.ex:41
msgid "%{profile} replied to the discussion %{discussion} in group %{group}."
msgstr "%{profile} vastasi keskusteluun %{discussion}."

View File

@ -10,7 +10,7 @@ msgid ""
msgstr ""
"Project-Id-Version: \n"
"POT-Creation-Date: \n"
"PO-Revision-Date: 2021-11-17 16:25+0100\n"
"PO-Revision-Date: 2021-11-17 17:17+0100\n"
"Last-Translator: Thomas Citharel <thomas.citharel@framasoft.org>\n"
"Language-Team: French <https://weblate.framasoft.org/projects/mobilizon/activity/fr/>\n"
"Language: fr\n"
@ -269,22 +269,10 @@ msgstr "%{profile} a ajouté le ou la membre %{member} au groupe %{group}."
msgid "%{profile} approved the membership request from %{member} for group %{group}."
msgstr "%{profile} a approuvé la demande d'adhésion de %{member} au groupe %{group}."
#: lib/service/activity/renderer/discussion.ex:83
msgid "%{profile} archived the discussion %{discussion} in group {group}."
msgstr "%{profile} a archivé la discussion %{discussion} du groupe %{group}."
#: lib/service/activity/renderer/discussion.ex:26
msgid "%{profile} created the discussion %{discussion} in group {group}."
msgstr "%{profile} a créé la discussion %{discussion} du groupe %{group}."
#: lib/service/activity/renderer/resource.ex:33
msgid "%{profile} created the folder %{resource} in group %{group}."
msgstr "%{profile} a créé le dossier %{resource} du groupe %{group}."
#: lib/service/activity/renderer/discussion.ex:97
msgid "%{profile} deleted the discussion %{discussion} in group {group}."
msgstr "%{profile} a créé la discussion %{discussion} dans le groupe %{group}."
#: lib/service/activity/renderer/resource.ex:69
msgid "%{profile} deleted the folder %{resource} in group %{group}."
msgstr "%{profile} a supprimé le dossier %{resource} du groupe %{group}."
@ -297,10 +285,6 @@ msgstr "%{profile} a supprimé la ressource %{resource} du groupe %{group}."
msgid "%{profile} excluded member %{member} from the group %{group}."
msgstr "%{profile} a exclu le ou la membre %{member} du groupe %{group}."
#: lib/service/activity/renderer/discussion.ex:55
msgid "%{profile} mentionned you in the discussion %{discussion} in group {group}."
msgstr "%{profile} vous a mentionné dans la discussion %{discussion} du groupe %{group}."
#: lib/service/activity/renderer/resource.ex:61
msgid "%{profile} moved the folder %{resource} in group %{group}."
msgstr "%{profile} a déplacé le dossier %{resource} du groupe %{group}."
@ -317,10 +301,6 @@ msgstr "%{profile} a quitté le groupe %{group}."
msgid "%{profile} rejected the membership request from %{member} for group %{group}."
msgstr "%{profile} a rejeté la demande d'adhésion de %{member} pour le groupe %{group}."
#: lib/service/activity/renderer/discussion.ex:69
msgid "%{profile} renamed the discussion %{discussion} in group {group}."
msgstr "%{profile} a renommé la discussion %{discussion} du groupe %{group}."
#: lib/service/activity/renderer/resource.ex:45
msgid "%{profile} renamed the folder from %{old_resource_title} to %{resource} in group %{group}."
msgstr "%{profile} a renommé le dossier %{old_resource_title} en %{resource} dans le groupe %{group}."
@ -329,10 +309,6 @@ msgstr "%{profile} a renommé le dossier %{old_resource_title} en %{resource} da
msgid "%{profile} renamed the resource from %{old_resource_title} to %{resource} in group %{group}."
msgstr "%{profile} a renommé la ressource %{old_resource_title} en %{resource} dans le groupe %{group}."
#: lib/service/activity/renderer/discussion.ex:41
msgid "%{profile} replied to the discussion %{discussion} in group {group}."
msgstr "%{profile} a répondu à la discussion %{discussion} du groupe %{group}."
#: lib/service/activity/renderer/member.ex:71
msgid "%{profile} updated the member %{member} in group %{group}."
msgstr "%{profile} a mis à jour le membre %{member} dans le groupe %{group}."
@ -340,3 +316,27 @@ msgstr "%{profile} a mis à jour le membre %{member} dans le groupe %{group}."
#: lib/service/activity/renderer/resource.ex:35
msgid "%{profile} created the resource %{resource} in group %{group}."
msgstr "%{profile} a créé la ressource %{resource} dans le groupe %{group}."
#: lib/service/activity/renderer/discussion.ex:86
msgid "%{profile} archived the discussion %{discussion} in group %{group}."
msgstr "%{profile} a archivé la discussion %{discussion} du groupe %{group}."
#: lib/service/activity/renderer/discussion.ex:26
msgid "%{profile} created the discussion %{discussion} in group %{group}."
msgstr "%{profile} a créé la discussion %{discussion} du groupe %{group}."
#: lib/service/activity/renderer/discussion.ex:101
msgid "%{profile} deleted the discussion %{discussion} in group %{group}."
msgstr "%{profile} a créé la discussion %{discussion} dans le groupe %{group}."
#: lib/service/activity/renderer/discussion.ex:56
msgid "%{profile} mentionned you in the discussion %{discussion} in group %{group}."
msgstr "%{profile} vous a mentionné dans la discussion %{discussion} du groupe %{group}."
#: lib/service/activity/renderer/discussion.ex:71
msgid "%{profile} renamed the discussion %{discussion} in group %{group}."
msgstr "%{profile} a renommé la discussion %{discussion} du groupe %{group}."
#: lib/service/activity/renderer/discussion.ex:41
msgid "%{profile} replied to the discussion %{discussion} in group %{group}."
msgstr "%{profile} a répondu à la discussion %{discussion} du groupe %{group}."

View File

@ -381,26 +381,11 @@ msgstr "Chuir %{profile} am ball %{member} ris."
msgid "%{profile} approved the membership request from %{member} for group %{group}."
msgstr "Dhùraich %{profile} am ball %{member}."
#, elixir-format
#: lib/service/activity/renderer/discussion.ex:83
msgid "%{profile} archived the discussion %{discussion} in group {group}."
msgstr "Chuir %{profile} an deasbad %{discussion} san tasg-lann."
#, elixir-format
#: lib/service/activity/renderer/discussion.ex:26
msgid "%{profile} created the discussion %{discussion} in group {group}."
msgstr "Chruthaich %{profile} an deasbad %{discussion}."
#, elixir-format
#: lib/service/activity/renderer/resource.ex:33
msgid "%{profile} created the folder %{resource} in group %{group}."
msgstr "Chruthaich %{profile} am pasgan %{resource}."
#, elixir-format
#: lib/service/activity/renderer/discussion.ex:97
msgid "%{profile} deleted the discussion %{discussion} in group {group}."
msgstr "Sguab %{profile} às an deasbad %{discussion}."
#, elixir-format
#: lib/service/activity/renderer/resource.ex:69
msgid "%{profile} deleted the folder %{resource} in group %{group}."
@ -416,11 +401,6 @@ msgstr "Sguab %{profile} às an goireas %{resource}."
msgid "%{profile} excluded member %{member} from the group %{group}."
msgstr "Dhùin %{profile} am ball %{member} a-mach."
#, elixir-format
#: lib/service/activity/renderer/discussion.ex:55
msgid "%{profile} mentionned you in the discussion %{discussion} in group {group}."
msgstr "Thug %{profile} iomradh ort san deasbad %{discussion}."
#, elixir-format
#: lib/service/activity/renderer/resource.ex:61
msgid "%{profile} moved the folder %{resource} in group %{group}."
@ -441,11 +421,6 @@ msgstr "Dhfhàg %{profile} am buidheann."
msgid "%{profile} rejected the membership request from %{member} for group %{group}."
msgstr ""
#, elixir-format
#: lib/service/activity/renderer/discussion.ex:69
msgid "%{profile} renamed the discussion %{discussion} in group {group}."
msgstr "Thug %{profile} ainm ùr air %{discussion}."
#, elixir-format
#: lib/service/activity/renderer/resource.ex:45
msgid "%{profile} renamed the folder from %{old_resource_title} to %{resource} in group %{group}."
@ -456,17 +431,42 @@ msgstr "Thug %{profile} %{resource} air a phasgan %{old_resource_title}."
msgid "%{profile} renamed the resource from %{old_resource_title} to %{resource} in group %{group}."
msgstr "Thug %{profile} %{resource} air a ghoireas %{old_resource_title}."
#, elixir-format
#: lib/service/activity/renderer/discussion.ex:41
msgid "%{profile} replied to the discussion %{discussion} in group {group}."
msgstr "Fhreagair %{profile} san deasbad %{discussion}."
#, elixir-format
#: lib/service/activity/renderer/member.ex:71
msgid "%{profile} updated the member %{member} in group %{group}."
msgstr "Dhùraich %{profile} am ball %{member}."
#, elixir-format, fuzzy
#, elixir-format
#: lib/service/activity/renderer/resource.ex:35
msgid "%{profile} created the resource %{resource} in group %{group}."
msgstr "Chruthaich %{profile} an goireas %{resource}."
#, elixir-format, fuzzy
#: lib/service/activity/renderer/discussion.ex:86
msgid "%{profile} archived the discussion %{discussion} in group %{group}."
msgstr "Chuir %{profile} an deasbad %{discussion} san tasg-lann."
#, elixir-format, fuzzy
#: lib/service/activity/renderer/discussion.ex:26
msgid "%{profile} created the discussion %{discussion} in group %{group}."
msgstr "Chruthaich %{profile} an deasbad %{discussion}."
#, elixir-format, fuzzy
#: lib/service/activity/renderer/discussion.ex:101
msgid "%{profile} deleted the discussion %{discussion} in group %{group}."
msgstr "Sguab %{profile} às an deasbad %{discussion}."
#, elixir-format, fuzzy
#: lib/service/activity/renderer/discussion.ex:56
msgid "%{profile} mentionned you in the discussion %{discussion} in group %{group}."
msgstr "Thug %{profile} iomradh ort san deasbad %{discussion}."
#, elixir-format, fuzzy
#: lib/service/activity/renderer/discussion.ex:71
msgid "%{profile} renamed the discussion %{discussion} in group %{group}."
msgstr "Thug %{profile} ainm ùr air %{discussion}."
#, elixir-format, fuzzy
#: lib/service/activity/renderer/discussion.ex:41
msgid "%{profile} replied to the discussion %{discussion} in group %{group}."
msgstr "Fhreagair %{profile} san deasbad %{discussion}."

View File

@ -347,26 +347,11 @@ msgstr ""
msgid "%{profile} approved the membership request from %{member} for group %{group}."
msgstr ""
#, elixir-format
#: lib/service/activity/renderer/discussion.ex:83
msgid "%{profile} archived the discussion %{discussion} in group {group}."
msgstr ""
#, elixir-format
#: lib/service/activity/renderer/discussion.ex:26
msgid "%{profile} created the discussion %{discussion} in group {group}."
msgstr ""
#, elixir-format
#: lib/service/activity/renderer/resource.ex:33
msgid "%{profile} created the folder %{resource} in group %{group}."
msgstr ""
#, elixir-format
#: lib/service/activity/renderer/discussion.ex:97
msgid "%{profile} deleted the discussion %{discussion} in group {group}."
msgstr ""
#, elixir-format
#: lib/service/activity/renderer/resource.ex:69
msgid "%{profile} deleted the folder %{resource} in group %{group}."
@ -382,11 +367,6 @@ msgstr ""
msgid "%{profile} excluded member %{member} from the group %{group}."
msgstr ""
#, elixir-format
#: lib/service/activity/renderer/discussion.ex:55
msgid "%{profile} mentionned you in the discussion %{discussion} in group {group}."
msgstr ""
#, elixir-format
#: lib/service/activity/renderer/resource.ex:61
msgid "%{profile} moved the folder %{resource} in group %{group}."
@ -407,11 +387,6 @@ msgstr ""
msgid "%{profile} rejected the membership request from %{member} for group %{group}."
msgstr ""
#, elixir-format
#: lib/service/activity/renderer/discussion.ex:69
msgid "%{profile} renamed the discussion %{discussion} in group {group}."
msgstr ""
#, elixir-format
#: lib/service/activity/renderer/resource.ex:45
msgid "%{profile} renamed the folder from %{old_resource_title} to %{resource} in group %{group}."
@ -422,17 +397,42 @@ msgstr ""
msgid "%{profile} renamed the resource from %{old_resource_title} to %{resource} in group %{group}."
msgstr ""
#, elixir-format
#: lib/service/activity/renderer/discussion.ex:41
msgid "%{profile} replied to the discussion %{discussion} in group {group}."
msgstr ""
#, elixir-format
#: lib/service/activity/renderer/member.ex:71
msgid "%{profile} updated the member %{member} in group %{group}."
msgstr ""
#, elixir-format, fuzzy
#, elixir-format
#: lib/service/activity/renderer/resource.ex:35
msgid "%{profile} created the resource %{resource} in group %{group}."
msgstr ""
#, elixir-format, fuzzy
#: lib/service/activity/renderer/discussion.ex:86
msgid "%{profile} archived the discussion %{discussion} in group %{group}."
msgstr ""
#, elixir-format, fuzzy
#: lib/service/activity/renderer/discussion.ex:26
msgid "%{profile} created the discussion %{discussion} in group %{group}."
msgstr ""
#, elixir-format, fuzzy
#: lib/service/activity/renderer/discussion.ex:101
msgid "%{profile} deleted the discussion %{discussion} in group %{group}."
msgstr ""
#, elixir-format, fuzzy
#: lib/service/activity/renderer/discussion.ex:56
msgid "%{profile} mentionned you in the discussion %{discussion} in group %{group}."
msgstr ""
#, elixir-format, fuzzy
#: lib/service/activity/renderer/discussion.ex:71
msgid "%{profile} renamed the discussion %{discussion} in group %{group}."
msgstr ""
#, elixir-format, fuzzy
#: lib/service/activity/renderer/discussion.ex:41
msgid "%{profile} replied to the discussion %{discussion} in group %{group}."
msgstr ""

View File

@ -347,26 +347,11 @@ msgstr ""
msgid "%{profile} approved the membership request from %{member} for group %{group}."
msgstr ""
#, elixir-format
#: lib/service/activity/renderer/discussion.ex:83
msgid "%{profile} archived the discussion %{discussion} in group {group}."
msgstr ""
#, elixir-format
#: lib/service/activity/renderer/discussion.ex:26
msgid "%{profile} created the discussion %{discussion} in group {group}."
msgstr ""
#, elixir-format
#: lib/service/activity/renderer/resource.ex:33
msgid "%{profile} created the folder %{resource} in group %{group}."
msgstr ""
#, elixir-format
#: lib/service/activity/renderer/discussion.ex:97
msgid "%{profile} deleted the discussion %{discussion} in group {group}."
msgstr ""
#, elixir-format
#: lib/service/activity/renderer/resource.ex:69
msgid "%{profile} deleted the folder %{resource} in group %{group}."
@ -382,11 +367,6 @@ msgstr ""
msgid "%{profile} excluded member %{member} from the group %{group}."
msgstr ""
#, elixir-format
#: lib/service/activity/renderer/discussion.ex:55
msgid "%{profile} mentionned you in the discussion %{discussion} in group {group}."
msgstr ""
#, elixir-format
#: lib/service/activity/renderer/resource.ex:61
msgid "%{profile} moved the folder %{resource} in group %{group}."
@ -407,11 +387,6 @@ msgstr ""
msgid "%{profile} rejected the membership request from %{member} for group %{group}."
msgstr ""
#, elixir-format
#: lib/service/activity/renderer/discussion.ex:69
msgid "%{profile} renamed the discussion %{discussion} in group {group}."
msgstr ""
#, elixir-format
#: lib/service/activity/renderer/resource.ex:45
msgid "%{profile} renamed the folder from %{old_resource_title} to %{resource} in group %{group}."
@ -422,17 +397,42 @@ msgstr ""
msgid "%{profile} renamed the resource from %{old_resource_title} to %{resource} in group %{group}."
msgstr ""
#, elixir-format
#: lib/service/activity/renderer/discussion.ex:41
msgid "%{profile} replied to the discussion %{discussion} in group {group}."
msgstr ""
#, elixir-format
#: lib/service/activity/renderer/member.ex:71
msgid "%{profile} updated the member %{member} in group %{group}."
msgstr ""
#, elixir-format, fuzzy
#, elixir-format
#: lib/service/activity/renderer/resource.ex:35
msgid "%{profile} created the resource %{resource} in group %{group}."
msgstr ""
#, elixir-format, fuzzy
#: lib/service/activity/renderer/discussion.ex:86
msgid "%{profile} archived the discussion %{discussion} in group %{group}."
msgstr ""
#, elixir-format, fuzzy
#: lib/service/activity/renderer/discussion.ex:26
msgid "%{profile} created the discussion %{discussion} in group %{group}."
msgstr ""
#, elixir-format, fuzzy
#: lib/service/activity/renderer/discussion.ex:101
msgid "%{profile} deleted the discussion %{discussion} in group %{group}."
msgstr ""
#, elixir-format, fuzzy
#: lib/service/activity/renderer/discussion.ex:56
msgid "%{profile} mentionned you in the discussion %{discussion} in group %{group}."
msgstr ""
#, elixir-format, fuzzy
#: lib/service/activity/renderer/discussion.ex:71
msgid "%{profile} renamed the discussion %{discussion} in group %{group}."
msgstr ""
#, elixir-format, fuzzy
#: lib/service/activity/renderer/discussion.ex:41
msgid "%{profile} replied to the discussion %{discussion} in group %{group}."
msgstr ""

View File

@ -366,26 +366,11 @@ msgstr "%{profile} menambahkan anggota %{member}."
msgid "%{profile} approved the membership request from %{member} for group %{group}."
msgstr ""
#, elixir-format
#: lib/service/activity/renderer/discussion.ex:83
msgid "%{profile} archived the discussion %{discussion} in group {group}."
msgstr ""
#, elixir-format
#: lib/service/activity/renderer/discussion.ex:26
msgid "%{profile} created the discussion %{discussion} in group {group}."
msgstr ""
#, elixir-format
#: lib/service/activity/renderer/resource.ex:33
msgid "%{profile} created the folder %{resource} in group %{group}."
msgstr ""
#, elixir-format
#: lib/service/activity/renderer/discussion.ex:97
msgid "%{profile} deleted the discussion %{discussion} in group {group}."
msgstr ""
#, elixir-format
#: lib/service/activity/renderer/resource.ex:69
msgid "%{profile} deleted the folder %{resource} in group %{group}."
@ -401,11 +386,6 @@ msgstr ""
msgid "%{profile} excluded member %{member} from the group %{group}."
msgstr ""
#, elixir-format
#: lib/service/activity/renderer/discussion.ex:55
msgid "%{profile} mentionned you in the discussion %{discussion} in group {group}."
msgstr ""
#, elixir-format
#: lib/service/activity/renderer/resource.ex:61
msgid "%{profile} moved the folder %{resource} in group %{group}."
@ -426,11 +406,6 @@ msgstr "%{profile} keluar dari kelompok."
msgid "%{profile} rejected the membership request from %{member} for group %{group}."
msgstr ""
#, elixir-format
#: lib/service/activity/renderer/discussion.ex:69
msgid "%{profile} renamed the discussion %{discussion} in group {group}."
msgstr ""
#, elixir-format
#: lib/service/activity/renderer/resource.ex:45
msgid "%{profile} renamed the folder from %{old_resource_title} to %{resource} in group %{group}."
@ -441,17 +416,42 @@ msgstr ""
msgid "%{profile} renamed the resource from %{old_resource_title} to %{resource} in group %{group}."
msgstr ""
#, elixir-format
#: lib/service/activity/renderer/discussion.ex:41
msgid "%{profile} replied to the discussion %{discussion} in group {group}."
msgstr ""
#, elixir-format
#: lib/service/activity/renderer/member.ex:71
msgid "%{profile} updated the member %{member} in group %{group}."
msgstr ""
#, elixir-format, fuzzy
#, elixir-format
#: lib/service/activity/renderer/resource.ex:35
msgid "%{profile} created the resource %{resource} in group %{group}."
msgstr ""
#, elixir-format, fuzzy
#: lib/service/activity/renderer/discussion.ex:86
msgid "%{profile} archived the discussion %{discussion} in group %{group}."
msgstr ""
#, elixir-format, fuzzy
#: lib/service/activity/renderer/discussion.ex:26
msgid "%{profile} created the discussion %{discussion} in group %{group}."
msgstr ""
#, elixir-format, fuzzy
#: lib/service/activity/renderer/discussion.ex:101
msgid "%{profile} deleted the discussion %{discussion} in group %{group}."
msgstr ""
#, elixir-format, fuzzy
#: lib/service/activity/renderer/discussion.ex:56
msgid "%{profile} mentionned you in the discussion %{discussion} in group %{group}."
msgstr ""
#, elixir-format, fuzzy
#: lib/service/activity/renderer/discussion.ex:71
msgid "%{profile} renamed the discussion %{discussion} in group %{group}."
msgstr ""
#, elixir-format, fuzzy
#: lib/service/activity/renderer/discussion.ex:41
msgid "%{profile} replied to the discussion %{discussion} in group %{group}."
msgstr ""

View File

@ -347,26 +347,11 @@ msgstr ""
msgid "%{profile} approved the membership request from %{member} for group %{group}."
msgstr ""
#, elixir-format
#: lib/service/activity/renderer/discussion.ex:83
msgid "%{profile} archived the discussion %{discussion} in group {group}."
msgstr ""
#, elixir-format
#: lib/service/activity/renderer/discussion.ex:26
msgid "%{profile} created the discussion %{discussion} in group {group}."
msgstr ""
#, elixir-format
#: lib/service/activity/renderer/resource.ex:33
msgid "%{profile} created the folder %{resource} in group %{group}."
msgstr ""
#, elixir-format
#: lib/service/activity/renderer/discussion.ex:97
msgid "%{profile} deleted the discussion %{discussion} in group {group}."
msgstr ""
#, elixir-format
#: lib/service/activity/renderer/resource.ex:69
msgid "%{profile} deleted the folder %{resource} in group %{group}."
@ -382,11 +367,6 @@ msgstr ""
msgid "%{profile} excluded member %{member} from the group %{group}."
msgstr ""
#, elixir-format
#: lib/service/activity/renderer/discussion.ex:55
msgid "%{profile} mentionned you in the discussion %{discussion} in group {group}."
msgstr ""
#, elixir-format
#: lib/service/activity/renderer/resource.ex:61
msgid "%{profile} moved the folder %{resource} in group %{group}."
@ -407,11 +387,6 @@ msgstr ""
msgid "%{profile} rejected the membership request from %{member} for group %{group}."
msgstr ""
#, elixir-format
#: lib/service/activity/renderer/discussion.ex:69
msgid "%{profile} renamed the discussion %{discussion} in group {group}."
msgstr ""
#, elixir-format
#: lib/service/activity/renderer/resource.ex:45
msgid "%{profile} renamed the folder from %{old_resource_title} to %{resource} in group %{group}."
@ -422,17 +397,42 @@ msgstr ""
msgid "%{profile} renamed the resource from %{old_resource_title} to %{resource} in group %{group}."
msgstr ""
#, elixir-format
#: lib/service/activity/renderer/discussion.ex:41
msgid "%{profile} replied to the discussion %{discussion} in group {group}."
msgstr ""
#, elixir-format
#: lib/service/activity/renderer/member.ex:71
msgid "%{profile} updated the member %{member} in group %{group}."
msgstr ""
#, elixir-format, fuzzy
#, elixir-format
#: lib/service/activity/renderer/resource.ex:35
msgid "%{profile} created the resource %{resource} in group %{group}."
msgstr ""
#, elixir-format, fuzzy
#: lib/service/activity/renderer/discussion.ex:86
msgid "%{profile} archived the discussion %{discussion} in group %{group}."
msgstr ""
#, elixir-format, fuzzy
#: lib/service/activity/renderer/discussion.ex:26
msgid "%{profile} created the discussion %{discussion} in group %{group}."
msgstr ""
#, elixir-format, fuzzy
#: lib/service/activity/renderer/discussion.ex:101
msgid "%{profile} deleted the discussion %{discussion} in group %{group}."
msgstr ""
#, elixir-format, fuzzy
#: lib/service/activity/renderer/discussion.ex:56
msgid "%{profile} mentionned you in the discussion %{discussion} in group %{group}."
msgstr ""
#, elixir-format, fuzzy
#: lib/service/activity/renderer/discussion.ex:71
msgid "%{profile} renamed the discussion %{discussion} in group %{group}."
msgstr ""
#, elixir-format, fuzzy
#: lib/service/activity/renderer/discussion.ex:41
msgid "%{profile} replied to the discussion %{discussion} in group %{group}."
msgstr ""

View File

@ -345,26 +345,11 @@ msgstr ""
msgid "%{profile} approved the membership request from %{member} for group %{group}."
msgstr ""
#, elixir-format
#: lib/service/activity/renderer/discussion.ex:83
msgid "%{profile} archived the discussion %{discussion} in group {group}."
msgstr ""
#, elixir-format
#: lib/service/activity/renderer/discussion.ex:26
msgid "%{profile} created the discussion %{discussion} in group {group}."
msgstr ""
#, elixir-format
#: lib/service/activity/renderer/resource.ex:33
msgid "%{profile} created the folder %{resource} in group %{group}."
msgstr ""
#, elixir-format
#: lib/service/activity/renderer/discussion.ex:97
msgid "%{profile} deleted the discussion %{discussion} in group {group}."
msgstr ""
#, elixir-format
#: lib/service/activity/renderer/resource.ex:69
msgid "%{profile} deleted the folder %{resource} in group %{group}."
@ -380,11 +365,6 @@ msgstr ""
msgid "%{profile} excluded member %{member} from the group %{group}."
msgstr ""
#, elixir-format
#: lib/service/activity/renderer/discussion.ex:55
msgid "%{profile} mentionned you in the discussion %{discussion} in group {group}."
msgstr ""
#, elixir-format
#: lib/service/activity/renderer/resource.ex:61
msgid "%{profile} moved the folder %{resource} in group %{group}."
@ -405,11 +385,6 @@ msgstr ""
msgid "%{profile} rejected the membership request from %{member} for group %{group}."
msgstr ""
#, elixir-format
#: lib/service/activity/renderer/discussion.ex:69
msgid "%{profile} renamed the discussion %{discussion} in group {group}."
msgstr ""
#, elixir-format
#: lib/service/activity/renderer/resource.ex:45
msgid "%{profile} renamed the folder from %{old_resource_title} to %{resource} in group %{group}."
@ -420,17 +395,42 @@ msgstr ""
msgid "%{profile} renamed the resource from %{old_resource_title} to %{resource} in group %{group}."
msgstr ""
#, elixir-format
#: lib/service/activity/renderer/discussion.ex:41
msgid "%{profile} replied to the discussion %{discussion} in group {group}."
msgstr ""
#, elixir-format
#: lib/service/activity/renderer/member.ex:71
msgid "%{profile} updated the member %{member} in group %{group}."
msgstr ""
#, elixir-format, fuzzy
#, elixir-format
#: lib/service/activity/renderer/resource.ex:35
msgid "%{profile} created the resource %{resource} in group %{group}."
msgstr ""
#, elixir-format, fuzzy
#: lib/service/activity/renderer/discussion.ex:86
msgid "%{profile} archived the discussion %{discussion} in group %{group}."
msgstr ""
#, elixir-format, fuzzy
#: lib/service/activity/renderer/discussion.ex:26
msgid "%{profile} created the discussion %{discussion} in group %{group}."
msgstr ""
#, elixir-format, fuzzy
#: lib/service/activity/renderer/discussion.ex:101
msgid "%{profile} deleted the discussion %{discussion} in group %{group}."
msgstr ""
#, elixir-format, fuzzy
#: lib/service/activity/renderer/discussion.ex:56
msgid "%{profile} mentionned you in the discussion %{discussion} in group %{group}."
msgstr ""
#, elixir-format, fuzzy
#: lib/service/activity/renderer/discussion.ex:71
msgid "%{profile} renamed the discussion %{discussion} in group %{group}."
msgstr ""
#, elixir-format, fuzzy
#: lib/service/activity/renderer/discussion.ex:41
msgid "%{profile} replied to the discussion %{discussion} in group %{group}."
msgstr ""

View File

@ -347,26 +347,11 @@ msgstr ""
msgid "%{profile} approved the membership request from %{member} for group %{group}."
msgstr ""
#, elixir-format
#: lib/service/activity/renderer/discussion.ex:83
msgid "%{profile} archived the discussion %{discussion} in group {group}."
msgstr ""
#, elixir-format
#: lib/service/activity/renderer/discussion.ex:26
msgid "%{profile} created the discussion %{discussion} in group {group}."
msgstr ""
#, elixir-format
#: lib/service/activity/renderer/resource.ex:33
msgid "%{profile} created the folder %{resource} in group %{group}."
msgstr ""
#, elixir-format
#: lib/service/activity/renderer/discussion.ex:97
msgid "%{profile} deleted the discussion %{discussion} in group {group}."
msgstr ""
#, elixir-format
#: lib/service/activity/renderer/resource.ex:69
msgid "%{profile} deleted the folder %{resource} in group %{group}."
@ -382,11 +367,6 @@ msgstr ""
msgid "%{profile} excluded member %{member} from the group %{group}."
msgstr ""
#, elixir-format
#: lib/service/activity/renderer/discussion.ex:55
msgid "%{profile} mentionned you in the discussion %{discussion} in group {group}."
msgstr ""
#, elixir-format
#: lib/service/activity/renderer/resource.ex:61
msgid "%{profile} moved the folder %{resource} in group %{group}."
@ -407,11 +387,6 @@ msgstr ""
msgid "%{profile} rejected the membership request from %{member} for group %{group}."
msgstr ""
#, elixir-format
#: lib/service/activity/renderer/discussion.ex:69
msgid "%{profile} renamed the discussion %{discussion} in group {group}."
msgstr ""
#, elixir-format
#: lib/service/activity/renderer/resource.ex:45
msgid "%{profile} renamed the folder from %{old_resource_title} to %{resource} in group %{group}."
@ -422,17 +397,42 @@ msgstr ""
msgid "%{profile} renamed the resource from %{old_resource_title} to %{resource} in group %{group}."
msgstr ""
#, elixir-format
#: lib/service/activity/renderer/discussion.ex:41
msgid "%{profile} replied to the discussion %{discussion} in group {group}."
msgstr ""
#, elixir-format
#: lib/service/activity/renderer/member.ex:71
msgid "%{profile} updated the member %{member} in group %{group}."
msgstr ""
#, elixir-format, fuzzy
#, elixir-format
#: lib/service/activity/renderer/resource.ex:35
msgid "%{profile} created the resource %{resource} in group %{group}."
msgstr ""
#, elixir-format, fuzzy
#: lib/service/activity/renderer/discussion.ex:86
msgid "%{profile} archived the discussion %{discussion} in group %{group}."
msgstr ""
#, elixir-format, fuzzy
#: lib/service/activity/renderer/discussion.ex:26
msgid "%{profile} created the discussion %{discussion} in group %{group}."
msgstr ""
#, elixir-format, fuzzy
#: lib/service/activity/renderer/discussion.ex:101
msgid "%{profile} deleted the discussion %{discussion} in group %{group}."
msgstr ""
#, elixir-format, fuzzy
#: lib/service/activity/renderer/discussion.ex:56
msgid "%{profile} mentionned you in the discussion %{discussion} in group %{group}."
msgstr ""
#, elixir-format, fuzzy
#: lib/service/activity/renderer/discussion.ex:71
msgid "%{profile} renamed the discussion %{discussion} in group %{group}."
msgstr ""
#, elixir-format, fuzzy
#: lib/service/activity/renderer/discussion.ex:41
msgid "%{profile} replied to the discussion %{discussion} in group %{group}."
msgstr ""

View File

@ -359,26 +359,11 @@ msgstr "%{profile} la til medlemen %{member}."
msgid "%{profile} approved the membership request from %{member} for group %{group}."
msgstr "%{profile} oppdaterte medlemen %{member}."
#, elixir-format
#: lib/service/activity/renderer/discussion.ex:83
msgid "%{profile} archived the discussion %{discussion} in group {group}."
msgstr "%{profile} arkiverte diskusjonen %{discussion}."
#, elixir-format
#: lib/service/activity/renderer/discussion.ex:26
msgid "%{profile} created the discussion %{discussion} in group {group}."
msgstr "%{profile} laga diskusjonen %{discussion}."
#, elixir-format
#: lib/service/activity/renderer/resource.ex:33
msgid "%{profile} created the folder %{resource} in group %{group}."
msgstr "%{profile} laga mappa %{resource}."
#, elixir-format
#: lib/service/activity/renderer/discussion.ex:97
msgid "%{profile} deleted the discussion %{discussion} in group {group}."
msgstr "%{profile} sletta diskusjonen %{discussion}."
#, elixir-format
#: lib/service/activity/renderer/resource.ex:69
msgid "%{profile} deleted the folder %{resource} in group %{group}."
@ -394,11 +379,6 @@ msgstr "%{profile} sletta ressursen %{resource}."
msgid "%{profile} excluded member %{member} from the group %{group}."
msgstr "%{profile} kasta ut medlemen %{member}."
#, elixir-format
#: lib/service/activity/renderer/discussion.ex:55
msgid "%{profile} mentionned you in the discussion %{discussion} in group {group}."
msgstr "%{profile} nemnde deg i diskusjonen %{discussion}."
#, elixir-format
#: lib/service/activity/renderer/resource.ex:61
msgid "%{profile} moved the folder %{resource} in group %{group}."
@ -419,11 +399,6 @@ msgstr "%{profile} forlét gruppa."
msgid "%{profile} rejected the membership request from %{member} for group %{group}."
msgstr ""
#, elixir-format
#: lib/service/activity/renderer/discussion.ex:69
msgid "%{profile} renamed the discussion %{discussion} in group {group}."
msgstr "%{profile} ga nytt namn til diskusjonen %{discussion}."
#, elixir-format
#: lib/service/activity/renderer/resource.ex:45
msgid "%{profile} renamed the folder from %{old_resource_title} to %{resource} in group %{group}."
@ -435,17 +410,42 @@ msgid "%{profile} renamed the resource from %{old_resource_title} to %{resource}
msgstr ""
"%{profile} døypte om ressursen frå %{old_resource_title} til %{resource}."
#, elixir-format
#: lib/service/activity/renderer/discussion.ex:41
msgid "%{profile} replied to the discussion %{discussion} in group {group}."
msgstr "%{profile} svara på diskusjonen %{discussion}."
#, elixir-format
#: lib/service/activity/renderer/member.ex:71
msgid "%{profile} updated the member %{member} in group %{group}."
msgstr "%{profile} oppdaterte medlemen %{member}."
#, elixir-format, fuzzy
#, elixir-format
#: lib/service/activity/renderer/resource.ex:35
msgid "%{profile} created the resource %{resource} in group %{group}."
msgstr "%{profile} laga ressursen %{resource}."
#, elixir-format, fuzzy
#: lib/service/activity/renderer/discussion.ex:86
msgid "%{profile} archived the discussion %{discussion} in group %{group}."
msgstr "%{profile} arkiverte diskusjonen %{discussion}."
#, elixir-format, fuzzy
#: lib/service/activity/renderer/discussion.ex:26
msgid "%{profile} created the discussion %{discussion} in group %{group}."
msgstr "%{profile} laga diskusjonen %{discussion}."
#, elixir-format, fuzzy
#: lib/service/activity/renderer/discussion.ex:101
msgid "%{profile} deleted the discussion %{discussion} in group %{group}."
msgstr "%{profile} sletta diskusjonen %{discussion}."
#, elixir-format, fuzzy
#: lib/service/activity/renderer/discussion.ex:56
msgid "%{profile} mentionned you in the discussion %{discussion} in group %{group}."
msgstr "%{profile} nemnde deg i diskusjonen %{discussion}."
#, elixir-format, fuzzy
#: lib/service/activity/renderer/discussion.ex:71
msgid "%{profile} renamed the discussion %{discussion} in group %{group}."
msgstr "%{profile} ga nytt namn til diskusjonen %{discussion}."
#, elixir-format, fuzzy
#: lib/service/activity/renderer/discussion.ex:41
msgid "%{profile} replied to the discussion %{discussion} in group %{group}."
msgstr "%{profile} svara på diskusjonen %{discussion}."

View File

@ -347,26 +347,11 @@ msgstr ""
msgid "%{profile} approved the membership request from %{member} for group %{group}."
msgstr ""
#, elixir-format
#: lib/service/activity/renderer/discussion.ex:83
msgid "%{profile} archived the discussion %{discussion} in group {group}."
msgstr ""
#, elixir-format
#: lib/service/activity/renderer/discussion.ex:26
msgid "%{profile} created the discussion %{discussion} in group {group}."
msgstr ""
#, elixir-format
#: lib/service/activity/renderer/resource.ex:33
msgid "%{profile} created the folder %{resource} in group %{group}."
msgstr ""
#, elixir-format
#: lib/service/activity/renderer/discussion.ex:97
msgid "%{profile} deleted the discussion %{discussion} in group {group}."
msgstr ""
#, elixir-format
#: lib/service/activity/renderer/resource.ex:69
msgid "%{profile} deleted the folder %{resource} in group %{group}."
@ -382,11 +367,6 @@ msgstr ""
msgid "%{profile} excluded member %{member} from the group %{group}."
msgstr ""
#, elixir-format
#: lib/service/activity/renderer/discussion.ex:55
msgid "%{profile} mentionned you in the discussion %{discussion} in group {group}."
msgstr ""
#, elixir-format
#: lib/service/activity/renderer/resource.ex:61
msgid "%{profile} moved the folder %{resource} in group %{group}."
@ -407,11 +387,6 @@ msgstr ""
msgid "%{profile} rejected the membership request from %{member} for group %{group}."
msgstr ""
#, elixir-format
#: lib/service/activity/renderer/discussion.ex:69
msgid "%{profile} renamed the discussion %{discussion} in group {group}."
msgstr ""
#, elixir-format
#: lib/service/activity/renderer/resource.ex:45
msgid "%{profile} renamed the folder from %{old_resource_title} to %{resource} in group %{group}."
@ -422,17 +397,42 @@ msgstr ""
msgid "%{profile} renamed the resource from %{old_resource_title} to %{resource} in group %{group}."
msgstr ""
#, elixir-format
#: lib/service/activity/renderer/discussion.ex:41
msgid "%{profile} replied to the discussion %{discussion} in group {group}."
msgstr ""
#, elixir-format
#: lib/service/activity/renderer/member.ex:71
msgid "%{profile} updated the member %{member} in group %{group}."
msgstr ""
#, elixir-format, fuzzy
#, elixir-format
#: lib/service/activity/renderer/resource.ex:35
msgid "%{profile} created the resource %{resource} in group %{group}."
msgstr ""
#, elixir-format, fuzzy
#: lib/service/activity/renderer/discussion.ex:86
msgid "%{profile} archived the discussion %{discussion} in group %{group}."
msgstr ""
#, elixir-format, fuzzy
#: lib/service/activity/renderer/discussion.ex:26
msgid "%{profile} created the discussion %{discussion} in group %{group}."
msgstr ""
#, elixir-format, fuzzy
#: lib/service/activity/renderer/discussion.ex:101
msgid "%{profile} deleted the discussion %{discussion} in group %{group}."
msgstr ""
#, elixir-format, fuzzy
#: lib/service/activity/renderer/discussion.ex:56
msgid "%{profile} mentionned you in the discussion %{discussion} in group %{group}."
msgstr ""
#, elixir-format, fuzzy
#: lib/service/activity/renderer/discussion.ex:71
msgid "%{profile} renamed the discussion %{discussion} in group %{group}."
msgstr ""
#, elixir-format, fuzzy
#: lib/service/activity/renderer/discussion.ex:41
msgid "%{profile} replied to the discussion %{discussion} in group %{group}."
msgstr ""

View File

@ -349,26 +349,11 @@ msgstr ""
msgid "%{profile} approved the membership request from %{member} for group %{group}."
msgstr ""
#, elixir-format
#: lib/service/activity/renderer/discussion.ex:83
msgid "%{profile} archived the discussion %{discussion} in group {group}."
msgstr ""
#, elixir-format
#: lib/service/activity/renderer/discussion.ex:26
msgid "%{profile} created the discussion %{discussion} in group {group}."
msgstr ""
#, elixir-format
#: lib/service/activity/renderer/resource.ex:33
msgid "%{profile} created the folder %{resource} in group %{group}."
msgstr ""
#, elixir-format
#: lib/service/activity/renderer/discussion.ex:97
msgid "%{profile} deleted the discussion %{discussion} in group {group}."
msgstr ""
#, elixir-format
#: lib/service/activity/renderer/resource.ex:69
msgid "%{profile} deleted the folder %{resource} in group %{group}."
@ -384,11 +369,6 @@ msgstr ""
msgid "%{profile} excluded member %{member} from the group %{group}."
msgstr ""
#, elixir-format
#: lib/service/activity/renderer/discussion.ex:55
msgid "%{profile} mentionned you in the discussion %{discussion} in group {group}."
msgstr ""
#, elixir-format
#: lib/service/activity/renderer/resource.ex:61
msgid "%{profile} moved the folder %{resource} in group %{group}."
@ -409,11 +389,6 @@ msgstr ""
msgid "%{profile} rejected the membership request from %{member} for group %{group}."
msgstr ""
#, elixir-format
#: lib/service/activity/renderer/discussion.ex:69
msgid "%{profile} renamed the discussion %{discussion} in group {group}."
msgstr ""
#, elixir-format
#: lib/service/activity/renderer/resource.ex:45
msgid "%{profile} renamed the folder from %{old_resource_title} to %{resource} in group %{group}."
@ -424,17 +399,42 @@ msgstr ""
msgid "%{profile} renamed the resource from %{old_resource_title} to %{resource} in group %{group}."
msgstr ""
#, elixir-format
#: lib/service/activity/renderer/discussion.ex:41
msgid "%{profile} replied to the discussion %{discussion} in group {group}."
msgstr ""
#, elixir-format
#: lib/service/activity/renderer/member.ex:71
msgid "%{profile} updated the member %{member} in group %{group}."
msgstr ""
#, elixir-format, fuzzy
#, elixir-format
#: lib/service/activity/renderer/resource.ex:35
msgid "%{profile} created the resource %{resource} in group %{group}."
msgstr ""
#, elixir-format, fuzzy
#: lib/service/activity/renderer/discussion.ex:86
msgid "%{profile} archived the discussion %{discussion} in group %{group}."
msgstr ""
#, elixir-format, fuzzy
#: lib/service/activity/renderer/discussion.ex:26
msgid "%{profile} created the discussion %{discussion} in group %{group}."
msgstr ""
#, elixir-format, fuzzy
#: lib/service/activity/renderer/discussion.ex:101
msgid "%{profile} deleted the discussion %{discussion} in group %{group}."
msgstr ""
#, elixir-format, fuzzy
#: lib/service/activity/renderer/discussion.ex:56
msgid "%{profile} mentionned you in the discussion %{discussion} in group %{group}."
msgstr ""
#, elixir-format, fuzzy
#: lib/service/activity/renderer/discussion.ex:71
msgid "%{profile} renamed the discussion %{discussion} in group %{group}."
msgstr ""
#, elixir-format, fuzzy
#: lib/service/activity/renderer/discussion.ex:41
msgid "%{profile} replied to the discussion %{discussion} in group %{group}."
msgstr ""

View File

@ -347,26 +347,11 @@ msgstr ""
msgid "%{profile} approved the membership request from %{member} for group %{group}."
msgstr ""
#, elixir-format
#: lib/service/activity/renderer/discussion.ex:83
msgid "%{profile} archived the discussion %{discussion} in group {group}."
msgstr ""
#, elixir-format
#: lib/service/activity/renderer/discussion.ex:26
msgid "%{profile} created the discussion %{discussion} in group {group}."
msgstr ""
#, elixir-format
#: lib/service/activity/renderer/resource.ex:33
msgid "%{profile} created the folder %{resource} in group %{group}."
msgstr ""
#, elixir-format
#: lib/service/activity/renderer/discussion.ex:97
msgid "%{profile} deleted the discussion %{discussion} in group {group}."
msgstr ""
#, elixir-format
#: lib/service/activity/renderer/resource.ex:69
msgid "%{profile} deleted the folder %{resource} in group %{group}."
@ -382,11 +367,6 @@ msgstr ""
msgid "%{profile} excluded member %{member} from the group %{group}."
msgstr ""
#, elixir-format
#: lib/service/activity/renderer/discussion.ex:55
msgid "%{profile} mentionned you in the discussion %{discussion} in group {group}."
msgstr ""
#, elixir-format
#: lib/service/activity/renderer/resource.ex:61
msgid "%{profile} moved the folder %{resource} in group %{group}."
@ -407,11 +387,6 @@ msgstr ""
msgid "%{profile} rejected the membership request from %{member} for group %{group}."
msgstr ""
#, elixir-format
#: lib/service/activity/renderer/discussion.ex:69
msgid "%{profile} renamed the discussion %{discussion} in group {group}."
msgstr ""
#, elixir-format
#: lib/service/activity/renderer/resource.ex:45
msgid "%{profile} renamed the folder from %{old_resource_title} to %{resource} in group %{group}."
@ -422,17 +397,42 @@ msgstr ""
msgid "%{profile} renamed the resource from %{old_resource_title} to %{resource} in group %{group}."
msgstr ""
#, elixir-format
#: lib/service/activity/renderer/discussion.ex:41
msgid "%{profile} replied to the discussion %{discussion} in group {group}."
msgstr ""
#, elixir-format
#: lib/service/activity/renderer/member.ex:71
msgid "%{profile} updated the member %{member} in group %{group}."
msgstr ""
#, elixir-format, fuzzy
#, elixir-format
#: lib/service/activity/renderer/resource.ex:35
msgid "%{profile} created the resource %{resource} in group %{group}."
msgstr ""
#, elixir-format, fuzzy
#: lib/service/activity/renderer/discussion.ex:86
msgid "%{profile} archived the discussion %{discussion} in group %{group}."
msgstr ""
#, elixir-format, fuzzy
#: lib/service/activity/renderer/discussion.ex:26
msgid "%{profile} created the discussion %{discussion} in group %{group}."
msgstr ""
#, elixir-format, fuzzy
#: lib/service/activity/renderer/discussion.ex:101
msgid "%{profile} deleted the discussion %{discussion} in group %{group}."
msgstr ""
#, elixir-format, fuzzy
#: lib/service/activity/renderer/discussion.ex:56
msgid "%{profile} mentionned you in the discussion %{discussion} in group %{group}."
msgstr ""
#, elixir-format, fuzzy
#: lib/service/activity/renderer/discussion.ex:71
msgid "%{profile} renamed the discussion %{discussion} in group %{group}."
msgstr ""
#, elixir-format, fuzzy
#: lib/service/activity/renderer/discussion.ex:41
msgid "%{profile} replied to the discussion %{discussion} in group %{group}."
msgstr ""

View File

@ -347,26 +347,11 @@ msgstr ""
msgid "%{profile} approved the membership request from %{member} for group %{group}."
msgstr ""
#, elixir-format
#: lib/service/activity/renderer/discussion.ex:83
msgid "%{profile} archived the discussion %{discussion} in group {group}."
msgstr ""
#, elixir-format
#: lib/service/activity/renderer/discussion.ex:26
msgid "%{profile} created the discussion %{discussion} in group {group}."
msgstr ""
#, elixir-format
#: lib/service/activity/renderer/resource.ex:33
msgid "%{profile} created the folder %{resource} in group %{group}."
msgstr ""
#, elixir-format
#: lib/service/activity/renderer/discussion.ex:97
msgid "%{profile} deleted the discussion %{discussion} in group {group}."
msgstr ""
#, elixir-format
#: lib/service/activity/renderer/resource.ex:69
msgid "%{profile} deleted the folder %{resource} in group %{group}."
@ -382,11 +367,6 @@ msgstr ""
msgid "%{profile} excluded member %{member} from the group %{group}."
msgstr ""
#, elixir-format
#: lib/service/activity/renderer/discussion.ex:55
msgid "%{profile} mentionned you in the discussion %{discussion} in group {group}."
msgstr ""
#, elixir-format
#: lib/service/activity/renderer/resource.ex:61
msgid "%{profile} moved the folder %{resource} in group %{group}."
@ -407,11 +387,6 @@ msgstr ""
msgid "%{profile} rejected the membership request from %{member} for group %{group}."
msgstr ""
#, elixir-format
#: lib/service/activity/renderer/discussion.ex:69
msgid "%{profile} renamed the discussion %{discussion} in group {group}."
msgstr ""
#, elixir-format
#: lib/service/activity/renderer/resource.ex:45
msgid "%{profile} renamed the folder from %{old_resource_title} to %{resource} in group %{group}."
@ -422,17 +397,42 @@ msgstr ""
msgid "%{profile} renamed the resource from %{old_resource_title} to %{resource} in group %{group}."
msgstr ""
#, elixir-format
#: lib/service/activity/renderer/discussion.ex:41
msgid "%{profile} replied to the discussion %{discussion} in group {group}."
msgstr ""
#, elixir-format
#: lib/service/activity/renderer/member.ex:71
msgid "%{profile} updated the member %{member} in group %{group}."
msgstr ""
#, elixir-format, fuzzy
#, elixir-format
#: lib/service/activity/renderer/resource.ex:35
msgid "%{profile} created the resource %{resource} in group %{group}."
msgstr ""
#, elixir-format, fuzzy
#: lib/service/activity/renderer/discussion.ex:86
msgid "%{profile} archived the discussion %{discussion} in group %{group}."
msgstr ""
#, elixir-format, fuzzy
#: lib/service/activity/renderer/discussion.ex:26
msgid "%{profile} created the discussion %{discussion} in group %{group}."
msgstr ""
#, elixir-format, fuzzy
#: lib/service/activity/renderer/discussion.ex:101
msgid "%{profile} deleted the discussion %{discussion} in group %{group}."
msgstr ""
#, elixir-format, fuzzy
#: lib/service/activity/renderer/discussion.ex:56
msgid "%{profile} mentionned you in the discussion %{discussion} in group %{group}."
msgstr ""
#, elixir-format, fuzzy
#: lib/service/activity/renderer/discussion.ex:71
msgid "%{profile} renamed the discussion %{discussion} in group %{group}."
msgstr ""
#, elixir-format, fuzzy
#: lib/service/activity/renderer/discussion.ex:41
msgid "%{profile} replied to the discussion %{discussion} in group %{group}."
msgstr ""

View File

@ -361,26 +361,11 @@ msgstr "%{profile} добавил участника %{member}."
msgid "%{profile} approved the membership request from %{member} for group %{group}."
msgstr "%{profile} обновил участника %{member}."
#, elixir-format
#: lib/service/activity/renderer/discussion.ex:83
msgid "%{profile} archived the discussion %{discussion} in group {group}."
msgstr "%{profile} заархивировал обсуждение %{discussion}."
#, elixir-format
#: lib/service/activity/renderer/discussion.ex:26
msgid "%{profile} created the discussion %{discussion} in group {group}."
msgstr "%{profile} создал обсуждение %{discussion}."
#, elixir-format
#: lib/service/activity/renderer/resource.ex:33
msgid "%{profile} created the folder %{resource} in group %{group}."
msgstr "%{profile} создал папку %{resource}."
#, elixir-format
#: lib/service/activity/renderer/discussion.ex:97
msgid "%{profile} deleted the discussion %{discussion} in group {group}."
msgstr "%{profile} удалил обсуждение %{discussion}."
#, elixir-format
#: lib/service/activity/renderer/resource.ex:69
msgid "%{profile} deleted the folder %{resource} in group %{group}."
@ -396,11 +381,6 @@ msgstr "%{profile} удалил ресурс %{resource}."
msgid "%{profile} excluded member %{member} from the group %{group}."
msgstr "%{profile} исключил участника %{member}."
#, elixir-format
#: lib/service/activity/renderer/discussion.ex:55
msgid "%{profile} mentionned you in the discussion %{discussion} in group {group}."
msgstr "%{profile} упомянул вас в обсуждении %{discussion}."
#, elixir-format
#: lib/service/activity/renderer/resource.ex:61
msgid "%{profile} moved the folder %{resource} in group %{group}."
@ -421,11 +401,6 @@ msgstr "%{profile} вышел из группы."
msgid "%{profile} rejected the membership request from %{member} for group %{group}."
msgstr ""
#, elixir-format
#: lib/service/activity/renderer/discussion.ex:69
msgid "%{profile} renamed the discussion %{discussion} in group {group}."
msgstr "%{profile} переименовал обсуждение %{discussion}."
#, elixir-format
#: lib/service/activity/renderer/resource.ex:45
msgid "%{profile} renamed the folder from %{old_resource_title} to %{resource} in group %{group}."
@ -436,17 +411,42 @@ msgstr "%{profile} переименовал папку из %{old_resource_title
msgid "%{profile} renamed the resource from %{old_resource_title} to %{resource} in group %{group}."
msgstr "%{profile} переименовал ресурс из %{old_resource_title} в %{resource}."
#, elixir-format
#: lib/service/activity/renderer/discussion.ex:41
msgid "%{profile} replied to the discussion %{discussion} in group {group}."
msgstr "%{profile} ответил на обсуждение %{discussion}."
#, elixir-format
#: lib/service/activity/renderer/member.ex:71
msgid "%{profile} updated the member %{member} in group %{group}."
msgstr "%{profile} обновил участника %{member}."
#, elixir-format, fuzzy
#, elixir-format
#: lib/service/activity/renderer/resource.ex:35
msgid "%{profile} created the resource %{resource} in group %{group}."
msgstr "%{profile} создал ресурс %{resource}."
#, elixir-format, fuzzy
#: lib/service/activity/renderer/discussion.ex:86
msgid "%{profile} archived the discussion %{discussion} in group %{group}."
msgstr "%{profile} заархивировал обсуждение %{discussion}."
#, elixir-format, fuzzy
#: lib/service/activity/renderer/discussion.ex:26
msgid "%{profile} created the discussion %{discussion} in group %{group}."
msgstr "%{profile} создал обсуждение %{discussion}."
#, elixir-format, fuzzy
#: lib/service/activity/renderer/discussion.ex:101
msgid "%{profile} deleted the discussion %{discussion} in group %{group}."
msgstr "%{profile} удалил обсуждение %{discussion}."
#, elixir-format, fuzzy
#: lib/service/activity/renderer/discussion.ex:56
msgid "%{profile} mentionned you in the discussion %{discussion} in group %{group}."
msgstr "%{profile} упомянул вас в обсуждении %{discussion}."
#, elixir-format, fuzzy
#: lib/service/activity/renderer/discussion.ex:71
msgid "%{profile} renamed the discussion %{discussion} in group %{group}."
msgstr "%{profile} переименовал обсуждение %{discussion}."
#, elixir-format, fuzzy
#: lib/service/activity/renderer/discussion.ex:41
msgid "%{profile} replied to the discussion %{discussion} in group %{group}."
msgstr "%{profile} ответил на обсуждение %{discussion}."

View File

@ -347,26 +347,11 @@ msgstr ""
msgid "%{profile} approved the membership request from %{member} for group %{group}."
msgstr ""
#, elixir-format
#: lib/service/activity/renderer/discussion.ex:83
msgid "%{profile} archived the discussion %{discussion} in group {group}."
msgstr ""
#, elixir-format
#: lib/service/activity/renderer/discussion.ex:26
msgid "%{profile} created the discussion %{discussion} in group {group}."
msgstr ""
#, elixir-format
#: lib/service/activity/renderer/resource.ex:33
msgid "%{profile} created the folder %{resource} in group %{group}."
msgstr ""
#, elixir-format
#: lib/service/activity/renderer/discussion.ex:97
msgid "%{profile} deleted the discussion %{discussion} in group {group}."
msgstr ""
#, elixir-format
#: lib/service/activity/renderer/resource.ex:69
msgid "%{profile} deleted the folder %{resource} in group %{group}."
@ -382,11 +367,6 @@ msgstr ""
msgid "%{profile} excluded member %{member} from the group %{group}."
msgstr ""
#, elixir-format
#: lib/service/activity/renderer/discussion.ex:55
msgid "%{profile} mentionned you in the discussion %{discussion} in group {group}."
msgstr ""
#, elixir-format
#: lib/service/activity/renderer/resource.ex:61
msgid "%{profile} moved the folder %{resource} in group %{group}."
@ -407,11 +387,6 @@ msgstr ""
msgid "%{profile} rejected the membership request from %{member} for group %{group}."
msgstr ""
#, elixir-format
#: lib/service/activity/renderer/discussion.ex:69
msgid "%{profile} renamed the discussion %{discussion} in group {group}."
msgstr ""
#, elixir-format
#: lib/service/activity/renderer/resource.ex:45
msgid "%{profile} renamed the folder from %{old_resource_title} to %{resource} in group %{group}."
@ -422,17 +397,42 @@ msgstr ""
msgid "%{profile} renamed the resource from %{old_resource_title} to %{resource} in group %{group}."
msgstr ""
#, elixir-format
#: lib/service/activity/renderer/discussion.ex:41
msgid "%{profile} replied to the discussion %{discussion} in group {group}."
msgstr ""
#, elixir-format
#: lib/service/activity/renderer/member.ex:71
msgid "%{profile} updated the member %{member} in group %{group}."
msgstr ""
#, elixir-format, fuzzy
#, elixir-format
#: lib/service/activity/renderer/resource.ex:35
msgid "%{profile} created the resource %{resource} in group %{group}."
msgstr ""
#, elixir-format, fuzzy
#: lib/service/activity/renderer/discussion.ex:86
msgid "%{profile} archived the discussion %{discussion} in group %{group}."
msgstr ""
#, elixir-format, fuzzy
#: lib/service/activity/renderer/discussion.ex:26
msgid "%{profile} created the discussion %{discussion} in group %{group}."
msgstr ""
#, elixir-format, fuzzy
#: lib/service/activity/renderer/discussion.ex:101
msgid "%{profile} deleted the discussion %{discussion} in group %{group}."
msgstr ""
#, elixir-format, fuzzy
#: lib/service/activity/renderer/discussion.ex:56
msgid "%{profile} mentionned you in the discussion %{discussion} in group %{group}."
msgstr ""
#, elixir-format, fuzzy
#: lib/service/activity/renderer/discussion.ex:71
msgid "%{profile} renamed the discussion %{discussion} in group %{group}."
msgstr ""
#, elixir-format, fuzzy
#: lib/service/activity/renderer/discussion.ex:41
msgid "%{profile} replied to the discussion %{discussion} in group %{group}."
msgstr ""