Really translating the keyboardctl utility

This commit is contained in:
Pierre Pronchery 2012-05-21 22:59:52 +00:00
parent 5f9394abba
commit 92bbbddcea
2 changed files with 12 additions and 1 deletions

View File

@ -1,2 +1,3 @@
../src/keyboard.c
../src/keyboardctl.c
../src/main.c

View File

@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: Keyboard 0.2.0\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2012-05-22 00:56+0200\n"
"POT-Creation-Date: 2012-05-22 00:58+0200\n"
"PO-Revision-Date: 2012-05-20 14:32+0200\n"
"Last-Translator: Pierre Pronchery <khorben@defora.org>\n"
"Language-Team: French\n"
@ -48,6 +48,16 @@ msgstr "Clavier"
msgid "Virtual keyboard for the DeforaOS desktop"
msgstr "Clavier virtuel pour l'environnement DeforaOS"
#: ../src/keyboardctl.c:60
msgid ""
"Usage: keyboardctl [-H|-S]\n"
" -H\tHide the keyboard\n"
" -S\tShow the keyboard\n"
msgstr ""
"Usage: keyboardctl [-H|-S]\n"
" -H\tMasquer le clavier\n"
" -S\tAfficher le clavier\n"
#: ../src/main.c:47
msgid "Usage: keyboard [-d|-p|-w|-x][-f font][-m monitor]\n"
msgstr "Usage: keyboard [-d|-p|-w|-x][-f police][-m moniteur]\n"