mirror of
https://codeberg.org/forgejo/forgejo.git
synced 2025-09-20 09:45:55 +00:00
Remove HTML tags from create branch and tag translations
This is a followup to gitea#31973, and removes the HTML tags for the rest of the languages too. Signed-off-by: Gergely Nagy <forgejo@gergo.csillger.hu>
This commit is contained in:
parent
8857da871e
commit
b6b5d47dca
25 changed files with 45 additions and 45 deletions
|
@ -2652,7 +2652,7 @@ branch.delete_desc=La suppression d’une branche est permanente. Bien qu’une
|
|||
branch.deletion_success=La branche "%s" a été supprimée.
|
||||
branch.deletion_failed=Impossible de supprimer la branche "%s".
|
||||
branch.delete_branch_has_new_commits=La branche "%s" ne peut être supprimé, car de nouvelles révisions ont été ajoutées après la fusion.
|
||||
branch.create_branch=Créer la branche <strong>%s</strong>
|
||||
branch.create_branch=Créer la branche %s
|
||||
branch.create_from=`de "%s"`
|
||||
branch.create_success=La branche "%s" a été créée.
|
||||
branch.branch_already_exists=La branche "%s" existe déjà dans ce dépôt.
|
||||
|
@ -2679,7 +2679,7 @@ branch.new_branch=Créer une nouvelle branche
|
|||
branch.new_branch_from=`Créer une nouvelle branche à partir de "%s"`
|
||||
branch.renamed=La branche %s à été renommée en %s.
|
||||
|
||||
tag.create_tag=Créer l'étiquette <strong>%s</strong>
|
||||
tag.create_tag=Créer l'étiquette %s
|
||||
tag.create_tag_operation=Créer une étiquette
|
||||
tag.confirm_create_tag=Créer une étiquette
|
||||
tag.create_tag_from=`Créer une nouvelle étiquette à partir de "%s"`
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue