-
Notifications
You must be signed in to change notification settings - Fork 25
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix an error 500 in the merge view when one entity did not exist anym…
…ore.
- Loading branch information
Showing
5 changed files
with
36 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -8,7 +8,7 @@ msgid "" | |
msgstr "" | ||
"Project-Id-Version: Creme Creme-Core 2.3\n" | ||
"Report-Msgid-Bugs-To: \n" | ||
"POT-Creation-Date: 2023-07-25 15:41+0200\n" | ||
"POT-Creation-Date: 2023-12-07 09:57+0100\n" | ||
"Last-Translator: Hybird <[email protected]>\n" | ||
"Language: fr\n" | ||
"MIME-Version: 1.0\n" | ||
|
@@ -3481,6 +3481,13 @@ msgstr "" | |
"des vieilles fiches seront automatiquement disponibles dans la nouvelle " | ||
"fiche fusionnée." | ||
|
||
msgid "" | ||
"One entity you want to merge does not exist anymore (have you already " | ||
"performed the merge?)" | ||
msgstr "" | ||
"Une fiche que vous voulez fusionner n'existe plus (avez-vous déjà effectué la " | ||
"fusion ?)" | ||
|
||
msgid "A job is already cleaning the trash." | ||
msgstr "Un job est déjà en train de vider la corbeille." | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters