You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/Plugins/ADPass/ADPass/fr.lproj/Localizable.strings
+3-1
Original file line number
Diff line number
Diff line change
@@ -10,10 +10,12 @@
10
10
// `%ld` is the format used to display the number of days before password expire.
11
11
// To show `Your password will expire in 42d` use format `Your password will expire in %ldd`
12
12
13
-
"willExpireFormat" = "MDP expire dans %ldj";
13
+
"willExpireFormat" = "Votre mot de passe expire dans %ldj";
14
14
"tooltip" = "Nombre de jours avant que votre mot de passe ne change, pensez à le changer avant !";
15
15
"disabledTooltip" = "Votre système d'information est injoignable. L'information actuelle est basée sur la dernière valeur enregistrée et vous ne pouvez pas changer votre mot de passe.";
16
16
17
17
"notificationTitle" = "Votre mot de passe va expirer !";
18
18
"notificationMessageFormat" = "Votre mot de passe expire le %@. Changez-le avant !";
19
19
"notificationOfflineMessageFormat" = "Votre mot de passe expire le %@. Retournez sur votre réseau d'entreprise et changez-le avant la date butoire !";
0 commit comments