abouttreesummaryrefslogcommitdiff
path: root/res/values-fr/strings.xml
AgeCommit message (Collapse)AuthorFilesLines
2022-12-11Make the keyboard transparent (#252)Chasm Solacer1-0/+3
* Add option for keyboard opacity (transparency). Keyboard background, keys and pressed keys can be adjusted separately. * Make the borders transparent as well * Moved setAlphas outside drawKeyFrame to top of onDraw method
2022-12-11Fix syntax error in values-frJules Aguillon1-1/+1
2022-12-10Update translation: frJules Aguillon1-7/+7
2022-12-10Add option 'numpad_layout'Jules Aguillon1-0/+3
Allow choosing whether to show the high or the low digits first. The numeric pane and the numpad are affected by the option.
2022-11-26Update French translationJules Aguillon1-9/+13
Also, sync all the translations since the added option.
2022-11-26Make sure translation are in syncJules Aguillon1-0/+8
The new script makes sure that strings files don't contain obsolete strings but also ease the job of contributors by adding missing translations as comments. A Github Action ensures that translations stay in sync over time.
2022-10-23Add optional NumPadGero Streng1-0/+4
Shows a NumPad depending on preference: Never/Landscape/Always
2022-09-24Add white e-ink oriented theme (#193)Piotrek Marciniak1-0/+1
* Add white e-ing oriented theme Co-authored-by: Jules Aguillon <jules@j3s.fr>
2022-07-24Add an option to control auto capitalisationJules Aguillon1-0/+2
2022-06-24Revert "Remove the vibration settings"Jules Aguillon1-0/+2
Bring back the "Vibration" option. The duration option isn't added back because the vibration settings are still handled by Android. In fact, the option has no effect if the vibration are disabled in the system settings. This partially reverts commit ef03dfed5c802a855c4655204eee39a8769cfed7.
2022-06-06Remove the vibration settingsJules Aguillon1-4/+0
Instead of using the vibrator directly, use performHapticFeedback, which will integrate better with the system settings.
2022-06-06New setting: Keyboard height in landscape modeJules Aguillon1-0/+1
The previous fixed value of 55% was too high. The new default value is 50% and it is customizable.
2022-06-06Remove the option "Show every accents"Jules Aguillon1-1/+0
This option cannot be implemented easily now that the set of "accents" (localized keys) isn't defined.
2022-03-14Identify debug version in app nameJules Aguillon1-1/+0
Using the --product option of aapt. Remove the app name from translations because it is never translated. It is still possible to translate it by specifying 'product="default"'.
2022-02-13Define the height of the keyboard relative to the screen sizeJules Aguillon1-1/+1
Depending on the pixel density isn't ideal for a keyboard, which would render differently depending on the "scaling" accessibility option. Landscape mode needs a special values. At the same time, increase the horizontal margin when landscape.
2022-01-30Add options for the spacing between the keysJules Aguillon1-0/+2
Two options: vertical and horizontal.
2022-01-30Select theme depending on system settingsJules Aguillon1-0/+1
Automatically choose between the Dark and Light themes.
2022-01-23Translate to FrenchJules Aguillon1-0/+45