Skip to content
This repository was archived by the owner on Feb 25, 2025. It is now read-only.

Commit 1e5e3af

Browse files
committed
i10n(time limit) : French translation
French strings for PR #272 : allowing user to set time limits
1 parent 9b7ad03 commit 1e5e3af

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

library/src/main/res/values-fr/strings.xml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,9 @@
2929
<string name="min_error">S\'il vous plaît, veuillez indiquer un nombre plus grand ou égal à %1$s</string>
3030
<string name="max_error">S\'il vous plaît, veuillez indiquer un nombre plus petit ou égal à %1$s</string>
3131
<string name="min_max_error">S\'il vous plaît, veuillez indiquer un nombre entre %1$s et %2$s</string>
32+
<!-- Time validation -->
33+
<string name="max_time_error">L\'heure saisie est trop loin dans le futur</string>
34+
<string name="min_time_error">L\'heure saisie est trop loin dans le passé</string>
3235

3336
<!-- From AOSP -->
3437
<!-- Label for button to confirm chosen date or time [CHAR LIMIT=30] -->

0 commit comments

Comments
 (0)