From 45d0841b6b092e8e3466babbbd4fb1353dcd9ae0 Mon Sep 17 00:00:00 2001 From: zak39 Date: Mon, 21 Oct 2024 16:07:07 +0200 Subject: [PATCH] chore(l10n): Translate W.M. and G.E. without dots --- l10n/en.js | 2 +- l10n/fr.js | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/l10n/en.js b/l10n/en.js index a08431b6b..e903b6123 100644 --- a/l10n/en.js +++ b/l10n/en.js @@ -42,7 +42,7 @@ OC.L10N.register( 'Delete group': 'Delete group', 'Role': 'Role', 'Add users': 'Add users', - 'S.A.': 'W.M.', + 'S.A.': 'WM', 'Set quota': 'Set quota', 'Space administrators': 'Workspace manager', 'Users': 'Users', diff --git a/l10n/fr.js b/l10n/fr.js index 090058aad..6694ae9a1 100644 --- a/l10n/fr.js +++ b/l10n/fr.js @@ -56,7 +56,7 @@ OC.L10N.register( 'Rename group': 'Renommer le groupe', 'Delete group': 'Supprimer le groupe', 'Role': 'Rôle', - 'S.A.': 'G.E.', + 'S.A.': 'GE', 'Error 403': 'Erreur 403', 'You aren\'t allowed to access into this application !': 'Vous n\'êtes pas autorisé à être dans cette application !', 'return to home': 'retourner à l\'accueil',