Move x52test to top level

reverse-scroll
nirenjan 2021-07-29 22:14:48 -07:00
parent 711e4385c1
commit a94b079cf5
12 changed files with 105 additions and 105 deletions

View File

@ -10,7 +10,7 @@ if USE_NLS
po_SUBDIRS = po po_SUBDIRS = po
endif endif
SUBDIRS = $(po_SUBDIRS) libx52 libx52util libx52io libusbx52 lib x52cli utils daemon tests udev SUBDIRS = $(po_SUBDIRS) libx52 libx52util libx52io libusbx52 lib x52cli x52test utils daemon tests udev
# Extra files that need to be in the distribution # Extra files that need to be in the distribution
EXTRA_DIST = \ EXTRA_DIST = \

View File

@ -134,7 +134,7 @@ AC_CONFIG_FILES([ po/Makefile.in
udev/60-saitek-x52-x52pro.rules udev/60-saitek-x52-x52pro.rules
utils/Makefile utils/Makefile
x52cli/Makefile x52cli/Makefile
utils/test/Makefile x52test/Makefile
utils/evtest/Makefile utils/evtest/Makefile
daemon/Makefile daemon/Makefile
tests/Makefile tests/Makefile

View File

@ -6,11 +6,11 @@ libx52io/io_strings.c
utils/evtest/ev_test.c utils/evtest/ev_test.c
utils/test/x52_test.c x52test/x52_test.c
utils/test/x52_test_clock.c x52test/x52_test_clock.c
utils/test/x52_test_common.h x52test/x52_test_common.h
utils/test/x52_test_led.c x52test/x52_test_led.c
utils/test/x52_test_mfd.c x52test/x52_test_mfd.c
daemon/x52d_main.c daemon/x52d_main.c
daemon/x52d_clock.c daemon/x52d_clock.c

View File

@ -8,7 +8,7 @@ msgid ""
msgstr "" msgstr ""
"Project-Id-Version: x52pro-linux 0.2.2\n" "Project-Id-Version: x52pro-linux 0.2.2\n"
"Report-Msgid-Bugs-To: https://github.com/nirenjan/x52pro-linux/issues\n" "Report-Msgid-Bugs-To: https://github.com/nirenjan/x52pro-linux/issues\n"
"POT-Creation-Date: 2021-07-29 21:50-0700\n" "POT-Creation-Date: 2021-07-29 22:12-0700\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n" "Language-Team: LANGUAGE <LL@li.org>\n"
@ -255,239 +255,239 @@ msgstr ""
msgid "Event @ %ld.%06ld: %s, value %d\n" msgid "Event @ %ld.%06ld: %s, value %d\n"
msgstr "" msgstr ""
#: utils/test/x52_test.c:97 #: x52test/x52_test.c:97
msgid "Test brightness scale (~ 1m)" msgid "Test brightness scale (~ 1m)"
msgstr "" msgstr ""
#: utils/test/x52_test.c:98 #: x52test/x52_test.c:98
msgid "Test LED states (~ 45s)" msgid "Test LED states (~ 45s)"
msgstr "" msgstr ""
#: utils/test/x52_test.c:99 #: x52test/x52_test.c:99
msgid "Test MFD string display (~ 30s)" msgid "Test MFD string display (~ 30s)"
msgstr "" msgstr ""
#: utils/test/x52_test.c:100 #: x52test/x52_test.c:100
msgid "Test MFD displays all characters (~ 2m 15s)" msgid "Test MFD displays all characters (~ 2m 15s)"
msgstr "" msgstr ""
#: utils/test/x52_test.c:101 #: x52test/x52_test.c:101
msgid "Test the blink and shift commands (< 10s)" msgid "Test the blink and shift commands (< 10s)"
msgstr "" msgstr ""
#: utils/test/x52_test.c:102 #: x52test/x52_test.c:102
msgid "Test the clock commands (~1m)" msgid "Test the clock commands (~1m)"
msgstr "" msgstr ""
#: utils/test/x52_test.c:126 #: x52test/x52_test.c:126
msgid "" msgid ""
"x52test is a suite of tests to write to the X52 Pro device\n" "x52test is a suite of tests to write to the X52 Pro device\n"
"and test the extra functionality available in the LEDs and MFD\n" "and test the extra functionality available in the LEDs and MFD\n"
msgstr "" msgstr ""
#: utils/test/x52_test.c:130 #: x52test/x52_test.c:130
msgid "These tests take roughly 6 minutes to run" msgid "These tests take roughly 6 minutes to run"
msgstr "" msgstr ""
#: utils/test/x52_test.c:132 #: x52test/x52_test.c:132
msgid "Press Enter to begin the tests, press Ctrl-C to abort anytime" msgid "Press Enter to begin the tests, press Ctrl-C to abort anytime"
msgstr "" msgstr ""
#: utils/test/x52_test.c:138 #: x52test/x52_test.c:138
#, c-format #, c-format
msgid "Unable to initialize X52 library: %s\n" msgid "Unable to initialize X52 library: %s\n"
msgstr "" msgstr ""
#: utils/test/x52_test.c:153 #: x52test/x52_test.c:153
msgid "All tests completed successfully" msgid "All tests completed successfully"
msgstr "" msgstr ""
#: utils/test/x52_test.c:155 #: x52test/x52_test.c:155
#, c-format #, c-format
msgid "Got error %s\n" msgid "Got error %s\n"
msgstr "" msgstr ""
#: utils/test/x52_test.c:157 #: x52test/x52_test.c:157
#, c-format #, c-format
msgid "Received %s signal, quitting...\n" msgid "Received %s signal, quitting...\n"
msgstr "" msgstr ""
#: utils/test/x52_test.c:176 #: x52test/x52_test.c:176
msgid "" msgid ""
"These are the available tests with a description and\n" "These are the available tests with a description and\n"
"approximate runtime. Not specifying any tests will run\n" "approximate runtime. Not specifying any tests will run\n"
"all the tests\n" "all the tests\n"
msgstr "" msgstr ""
#: utils/test/x52_test.c:180 #: x52test/x52_test.c:180
msgid "List of tests:" msgid "List of tests:"
msgstr "" msgstr ""
#: utils/test/x52_test.c:230 #: x52test/x52_test.c:230
#, c-format #, c-format
msgid "" msgid ""
"Usage: %s [list of tests]\n" "Usage: %s [list of tests]\n"
"\n" "\n"
msgstr "" msgstr ""
#: utils/test/x52_test.c:244 #: x52test/x52_test.c:244
#, c-format #, c-format
msgid "" msgid ""
"Unrecognized test identifier: %s\n" "Unrecognized test identifier: %s\n"
"\n" "\n"
msgstr "" msgstr ""
#: utils/test/x52_test.c:257 #: x52test/x52_test.c:257
msgid "Not running any tests" msgid "Not running any tests"
msgstr "" msgstr ""
#: utils/test/x52_test_clock.c:32 #: x52test/x52_test_clock.c:32
msgid "Clock" msgid "Clock"
msgstr "" msgstr ""
#: utils/test/x52_test_clock.c:33 #: x52test/x52_test_clock.c:33
msgid "This tests the clock display" msgid "This tests the clock display"
msgstr "" msgstr ""
#: utils/test/x52_test_clock.c:38 #: x52test/x52_test_clock.c:38
msgid "" msgid ""
"\n" "\n"
"Testing clock time minute display for 90 minutes" "Testing clock time minute display for 90 minutes"
msgstr "" msgstr ""
#: utils/test/x52_test_clock.c:44 #: x52test/x52_test_clock.c:44
msgid "" msgid ""
"\n" "\n"
"Testing clock time hour display for 36 hours, 12 hour mode" "Testing clock time hour display for 36 hours, 12 hour mode"
msgstr "" msgstr ""
#: utils/test/x52_test_clock.c:47 #: x52test/x52_test_clock.c:47
msgid "" msgid ""
"\n" "\n"
"Testing clock time hour display for 36 hours, 24 hour mode" "Testing clock time hour display for 36 hours, 24 hour mode"
msgstr "" msgstr ""
#: utils/test/x52_test_clock.c:52 #: x52test/x52_test_clock.c:52
msgid "" msgid ""
"\n" "\n"
"Testing clock date display for 31 days, dd-mm-yy" "Testing clock date display for 31 days, dd-mm-yy"
msgstr "" msgstr ""
#: utils/test/x52_test_clock.c:56 #: x52test/x52_test_clock.c:56
msgid "" msgid ""
"\n" "\n"
"Testing clock date display for 31 days, mm-dd-yy" "Testing clock date display for 31 days, mm-dd-yy"
msgstr "" msgstr ""
#: utils/test/x52_test_clock.c:60 #: x52test/x52_test_clock.c:60
msgid "" msgid ""
"\n" "\n"
"Testing clock date display for 31 days, yy-mm-dd" "Testing clock date display for 31 days, yy-mm-dd"
msgstr "" msgstr ""
#: utils/test/x52_test_common.h:26 #: x52test/x52_test_common.h:26
#, c-format #, c-format
msgid "" msgid ""
"\n" "\n"
"%s(%s) failed with %d(%s)\n" "%s(%s) failed with %d(%s)\n"
msgstr "" msgstr ""
#: utils/test/x52_test_common.h:32 #: x52test/x52_test_common.h:32
#, c-format #, c-format
msgid "" msgid ""
"\n" "\n"
"update failed with %d(%s)\n" "update failed with %d(%s)\n"
msgstr "" msgstr ""
#: utils/test/x52_test_led.c:19 #: x52test/x52_test_led.c:19
#, c-format #, c-format
msgid "LED %s - %s\n" msgid "LED %s - %s\n"
msgstr "" msgstr ""
#: utils/test/x52_test_led.c:25 utils/test/x52_test_led.c:32 #: x52test/x52_test_led.c:25 x52test/x52_test_led.c:32
#, c-format #, c-format
msgid "" msgid ""
"\n" "\n"
"Testing LED %s\n" "Testing LED %s\n"
msgstr "" msgstr ""
#: utils/test/x52_test_led.c:42 #: x52test/x52_test_led.c:42
msgid "LEDs" msgid "LEDs"
msgstr "" msgstr ""
#: utils/test/x52_test_led.c:48 #: x52test/x52_test_led.c:48
msgid "Skipping LED tests since the device does not support LED control" msgid "Skipping LED tests since the device does not support LED control"
msgstr "" msgstr ""
#: utils/test/x52_test_led.c:55 #: x52test/x52_test_led.c:55
msgid "This cycles the LEDs through all possible states" msgid "This cycles the LEDs through all possible states"
msgstr "" msgstr ""
#: utils/test/x52_test_led.c:73 #: x52test/x52_test_led.c:73
#, c-format #, c-format
msgid "" msgid ""
"\n" "\n"
"Testing %s\n" "Testing %s\n"
msgstr "" msgstr ""
#: utils/test/x52_test_led.c:84 #: x52test/x52_test_led.c:84
msgid "Blink & Shift" msgid "Blink & Shift"
msgstr "" msgstr ""
#: utils/test/x52_test_led.c:85 #: x52test/x52_test_led.c:85
msgid "This tests the blink indicator and shift functionality" msgid "This tests the blink indicator and shift functionality"
msgstr "" msgstr ""
#: utils/test/x52_test_mfd.c:24 #: x52test/x52_test_mfd.c:24
msgid "Brightness" msgid "Brightness"
msgstr "" msgstr ""
#: utils/test/x52_test_mfd.c:26 #: x52test/x52_test_mfd.c:26
msgid "This test cycles through the MFD and LED brightness scales" msgid "This test cycles through the MFD and LED brightness scales"
msgstr "" msgstr ""
#: utils/test/x52_test_mfd.c:29 #: x52test/x52_test_mfd.c:29
msgid "" msgid ""
"\n" "\n"
"MFD: " "MFD: "
msgstr "" msgstr ""
#: utils/test/x52_test_mfd.c:36 #: x52test/x52_test_mfd.c:36
msgid "" msgid ""
"\n" "\n"
"LED: " "LED: "
msgstr "" msgstr ""
#: utils/test/x52_test_mfd.c:55 #: x52test/x52_test_mfd.c:55
msgid "MFD text" msgid "MFD text"
msgstr "" msgstr ""
#: utils/test/x52_test_mfd.c:56 #: x52test/x52_test_mfd.c:56
msgid "This test tests the character displays of the MFD\n" msgid "This test tests the character displays of the MFD\n"
msgstr "" msgstr ""
#: utils/test/x52_test_mfd.c:60 #: x52test/x52_test_mfd.c:60
#, c-format #, c-format
msgid "Writing characters %s\n" msgid "Writing characters %s\n"
msgstr "" msgstr ""
#: utils/test/x52_test_mfd.c:82 #: x52test/x52_test_mfd.c:82
msgid "MFD display" msgid "MFD display"
msgstr "" msgstr ""
#: utils/test/x52_test_mfd.c:83 #: x52test/x52_test_mfd.c:83
msgid "" msgid ""
"This test checks if the display elements can display all characters\n" "This test checks if the display elements can display all characters\n"
"You should see the display cycling through each character, with every\n" "You should see the display cycling through each character, with every\n"
"cell displaying the same character\n" "cell displaying the same character\n"
msgstr "" msgstr ""
#: utils/test/x52_test_mfd.c:88 #: x52test/x52_test_mfd.c:88
#, c-format #, c-format
msgid "Testing character 0x%02x..." msgid "Testing character 0x%02x..."
msgstr "" msgstr ""
#: utils/test/x52_test_mfd.c:96 #: x52test/x52_test_mfd.c:96
msgid "OK" msgid "OK"
msgstr "" msgstr ""

View File

@ -7,7 +7,7 @@ msgid ""
msgstr "" msgstr ""
"Project-Id-Version: x52pro-linux 0.2.1\n" "Project-Id-Version: x52pro-linux 0.2.1\n"
"Report-Msgid-Bugs-To: https://github.com/nirenjan/x52pro-linux/issues\n" "Report-Msgid-Bugs-To: https://github.com/nirenjan/x52pro-linux/issues\n"
"POT-Creation-Date: 2021-07-29 21:50-0700\n" "POT-Creation-Date: 2021-07-29 22:12-0700\n"
"PO-Revision-Date: 2021-07-27 02:08-0700\n" "PO-Revision-Date: 2021-07-27 02:08-0700\n"
"Last-Translator: Nirenjan Krishnan <nirenjan@gmail.com>\n" "Last-Translator: Nirenjan Krishnan <nirenjan@gmail.com>\n"
"Language-Team: Dummy Language for testing i18n\n" "Language-Team: Dummy Language for testing i18n\n"
@ -255,31 +255,31 @@ msgstr "Estingtay (interruptay otay exitay)\n"
msgid "Event @ %ld.%06ld: %s, value %d\n" msgid "Event @ %ld.%06ld: %s, value %d\n"
msgstr "Eventay @ %ld.%06ld: %s, aluevay %d\n" msgstr "Eventay @ %ld.%06ld: %s, aluevay %d\n"
#: utils/test/x52_test.c:97 #: x52test/x52_test.c:97
msgid "Test brightness scale (~ 1m)" msgid "Test brightness scale (~ 1m)"
msgstr "Esttay ightnessbray alescay (~ 1m)" msgstr "Esttay ightnessbray alescay (~ 1m)"
#: utils/test/x52_test.c:98 #: x52test/x52_test.c:98
msgid "Test LED states (~ 45s)" msgid "Test LED states (~ 45s)"
msgstr "Esstay EDLay atesstay (~ 45s)" msgstr "Esstay EDLay atesstay (~ 45s)"
#: utils/test/x52_test.c:99 #: x52test/x52_test.c:99
msgid "Test MFD string display (~ 30s)" msgid "Test MFD string display (~ 30s)"
msgstr "Esttay MFDay ingstray isplayday (~ 30s)" msgstr "Esttay MFDay ingstray isplayday (~ 30s)"
#: utils/test/x52_test.c:100 #: x52test/x52_test.c:100
msgid "Test MFD displays all characters (~ 2m 15s)" msgid "Test MFD displays all characters (~ 2m 15s)"
msgstr "Esttay MFDay isplaysday allay aracterschay (~ 2m 15s)" msgstr "Esttay MFDay isplaysday allay aracterschay (~ 2m 15s)"
#: utils/test/x52_test.c:101 #: x52test/x52_test.c:101
msgid "Test the blink and shift commands (< 10s)" msgid "Test the blink and shift commands (< 10s)"
msgstr "Esttay ethay inkblay anday iftshay ommandscay (< 10s)" msgstr "Esttay ethay inkblay anday iftshay ommandscay (< 10s)"
#: utils/test/x52_test.c:102 #: x52test/x52_test.c:102
msgid "Test the clock commands (~1m)" msgid "Test the clock commands (~1m)"
msgstr "Esttay ethay ockclay ommandscay (~1m)" msgstr "Esttay ethay ockclay ommandscay (~1m)"
#: utils/test/x52_test.c:126 #: x52test/x52_test.c:126
msgid "" msgid ""
"x52test is a suite of tests to write to the X52 Pro device\n" "x52test is a suite of tests to write to the X52 Pro device\n"
"and test the extra functionality available in the LEDs and MFD\n" "and test the extra functionality available in the LEDs and MFD\n"
@ -288,36 +288,36 @@ msgstr ""
"X52 Pro eviceday anday esttay ethay extray unctionalityfay\n" "X52 Pro eviceday anday esttay ethay extray unctionalityfay\n"
"availableay inay ethay EDsLay anday FDMay\n" "availableay inay ethay EDsLay anday FDMay\n"
#: utils/test/x52_test.c:130 #: x52test/x52_test.c:130
msgid "These tests take roughly 6 minutes to run" msgid "These tests take roughly 6 minutes to run"
msgstr "Esethay eststay aketay oughlyray 6 inutesmay otay unray" msgstr "Esethay eststay aketay oughlyray 6 inutesmay otay unray"
#: utils/test/x52_test.c:132 #: x52test/x52_test.c:132
msgid "Press Enter to begin the tests, press Ctrl-C to abort anytime" msgid "Press Enter to begin the tests, press Ctrl-C to abort anytime"
msgstr "" msgstr ""
"Esspray Enteray otay eginbay ethay eststay, esspray Ctrl-C otay abortay " "Esspray Enteray otay eginbay ethay eststay, esspray Ctrl-C otay abortay "
"anytimeay" "anytimeay"
#: utils/test/x52_test.c:138 #: x52test/x52_test.c:138
#, c-format #, c-format
msgid "Unable to initialize X52 library: %s\n" msgid "Unable to initialize X52 library: %s\n"
msgstr "Unableay otay initializeay X52 ibrarylay: %s\n" msgstr "Unableay otay initializeay X52 ibrarylay: %s\n"
#: utils/test/x52_test.c:153 #: x52test/x52_test.c:153
msgid "All tests completed successfully" msgid "All tests completed successfully"
msgstr "Allay eststay ompletedcay uccessfullysay" msgstr "Allay eststay ompletedcay uccessfullysay"
#: utils/test/x52_test.c:155 #: x52test/x52_test.c:155
#, c-format #, c-format
msgid "Got error %s\n" msgid "Got error %s\n"
msgstr "Otgay erroray %s\n" msgstr "Otgay erroray %s\n"
#: utils/test/x52_test.c:157 #: x52test/x52_test.c:157
#, c-format #, c-format
msgid "Received %s signal, quitting...\n" msgid "Received %s signal, quitting...\n"
msgstr "Eceivedray %s ignalsay, uittingqay...\n" msgstr "Eceivedray %s ignalsay, uittingqay...\n"
#: utils/test/x52_test.c:176 #: x52test/x52_test.c:176
msgid "" msgid ""
"These are the available tests with a description and\n" "These are the available tests with a description and\n"
"approximate runtime. Not specifying any tests will run\n" "approximate runtime. Not specifying any tests will run\n"
@ -328,18 +328,18 @@ msgstr ""
"ecifyingspay anyay eststay illway unray allay ethay\n" "ecifyingspay anyay eststay illway unray allay ethay\n"
"eststay\n" "eststay\n"
#: utils/test/x52_test.c:180 #: x52test/x52_test.c:180
msgid "List of tests:" msgid "List of tests:"
msgstr "Istlay ofay eststay:" msgstr "Istlay ofay eststay:"
#: utils/test/x52_test.c:230 #: x52test/x52_test.c:230
#, c-format #, c-format
msgid "" msgid ""
"Usage: %s [list of tests]\n" "Usage: %s [list of tests]\n"
"\n" "\n"
msgstr "Usageay: %s [istlay ofay eststay]\n" msgstr "Usageay: %s [istlay ofay eststay]\n"
#: utils/test/x52_test.c:244 #: x52test/x52_test.c:244
#, c-format #, c-format
msgid "" msgid ""
"Unrecognized test identifier: %s\n" "Unrecognized test identifier: %s\n"
@ -348,19 +348,19 @@ msgstr ""
"Unrecognizeday esttay identifieray: %s\n" "Unrecognizeday esttay identifieray: %s\n"
"\n" "\n"
#: utils/test/x52_test.c:257 #: x52test/x52_test.c:257
msgid "Not running any tests" msgid "Not running any tests"
msgstr "Otnay unningray anyay eststay" msgstr "Otnay unningray anyay eststay"
#: utils/test/x52_test_clock.c:32 #: x52test/x52_test_clock.c:32
msgid "Clock" msgid "Clock"
msgstr "Ockclay" msgstr "Ockclay"
#: utils/test/x52_test_clock.c:33 #: x52test/x52_test_clock.c:33
msgid "This tests the clock display" msgid "This tests the clock display"
msgstr "Isthay eststay ethay ockclay isplayday" msgstr "Isthay eststay ethay ockclay isplayday"
#: utils/test/x52_test_clock.c:38 #: x52test/x52_test_clock.c:38
msgid "" msgid ""
"\n" "\n"
"Testing clock time minute display for 90 minutes" "Testing clock time minute display for 90 minutes"
@ -368,7 +368,7 @@ msgstr ""
"\n" "\n"
"Estingtay ockclay imetay inutemay isplayday orfay 90 inutesmay" "Estingtay ockclay imetay inutemay isplayday orfay 90 inutesmay"
#: utils/test/x52_test_clock.c:44 #: x52test/x52_test_clock.c:44
msgid "" msgid ""
"\n" "\n"
"Testing clock time hour display for 36 hours, 12 hour mode" "Testing clock time hour display for 36 hours, 12 hour mode"
@ -376,7 +376,7 @@ msgstr ""
"\n" "\n"
"Estingtay ockclay imetay ourhay isplayday orfay 36 ourshay, 12 ourhay odemay" "Estingtay ockclay imetay ourhay isplayday orfay 36 ourshay, 12 ourhay odemay"
#: utils/test/x52_test_clock.c:47 #: x52test/x52_test_clock.c:47
msgid "" msgid ""
"\n" "\n"
"Testing clock time hour display for 36 hours, 24 hour mode" "Testing clock time hour display for 36 hours, 24 hour mode"
@ -384,7 +384,7 @@ msgstr ""
"\n" "\n"
"Estingtay ockclay imetay ourhay isplayday orfay 36 ourshay, 24 ourhay odemay" "Estingtay ockclay imetay ourhay isplayday orfay 36 ourshay, 24 ourhay odemay"
#: utils/test/x52_test_clock.c:52 #: x52test/x52_test_clock.c:52
msgid "" msgid ""
"\n" "\n"
"Testing clock date display for 31 days, dd-mm-yy" "Testing clock date display for 31 days, dd-mm-yy"
@ -392,7 +392,7 @@ msgstr ""
"\n" "\n"
"Estingtay ockclay ateday isplayday orfay 31 aysday, dd-mm-yy" "Estingtay ockclay ateday isplayday orfay 31 aysday, dd-mm-yy"
#: utils/test/x52_test_clock.c:56 #: x52test/x52_test_clock.c:56
msgid "" msgid ""
"\n" "\n"
"Testing clock date display for 31 days, mm-dd-yy" "Testing clock date display for 31 days, mm-dd-yy"
@ -400,7 +400,7 @@ msgstr ""
"\n" "\n"
"Estingtay ockclay ateday isplayday orfay 31 aysday, mm-dd-yy" "Estingtay ockclay ateday isplayday orfay 31 aysday, mm-dd-yy"
#: utils/test/x52_test_clock.c:60 #: x52test/x52_test_clock.c:60
msgid "" msgid ""
"\n" "\n"
"Testing clock date display for 31 days, yy-mm-dd" "Testing clock date display for 31 days, yy-mm-dd"
@ -408,7 +408,7 @@ msgstr ""
"\n" "\n"
"Estingtay ockclay ateday isplayday orfay 31 aysday, yy-mm-dd" "Estingtay ockclay ateday isplayday orfay 31 aysday, yy-mm-dd"
#: utils/test/x52_test_common.h:26 #: x52test/x52_test_common.h:26
#, c-format #, c-format
msgid "" msgid ""
"\n" "\n"
@ -417,7 +417,7 @@ msgstr ""
"\n" "\n"
"%s(%s) ailedfay ithway %d(%s)\n" "%s(%s) ailedfay ithway %d(%s)\n"
#: utils/test/x52_test_common.h:32 #: x52test/x52_test_common.h:32
#, c-format #, c-format
msgid "" msgid ""
"\n" "\n"
@ -426,12 +426,12 @@ msgstr ""
"\n" "\n"
"updateay ailedfay ithway %d(%s)\n" "updateay ailedfay ithway %d(%s)\n"
#: utils/test/x52_test_led.c:19 #: x52test/x52_test_led.c:19
#, c-format #, c-format
msgid "LED %s - %s\n" msgid "LED %s - %s\n"
msgstr "EDLay %s - %s\n" msgstr "EDLay %s - %s\n"
#: utils/test/x52_test_led.c:25 utils/test/x52_test_led.c:32 #: x52test/x52_test_led.c:25 x52test/x52_test_led.c:32
#, c-format #, c-format
msgid "" msgid ""
"\n" "\n"
@ -440,21 +440,21 @@ msgstr ""
"\n" "\n"
"Estingtay EDLay %s\n" "Estingtay EDLay %s\n"
#: utils/test/x52_test_led.c:42 #: x52test/x52_test_led.c:42
msgid "LEDs" msgid "LEDs"
msgstr "EDsLay" msgstr "EDsLay"
#: utils/test/x52_test_led.c:48 #: x52test/x52_test_led.c:48
msgid "Skipping LED tests since the device does not support LED control" msgid "Skipping LED tests since the device does not support LED control"
msgstr "" msgstr ""
"Ippingskay EDLay eststay incesay ethay eviceday oesday otnay\n" "Ippingskay EDLay eststay incesay ethay eviceday oesday otnay\n"
"upportsay EDLay ontrolcay" "upportsay EDLay ontrolcay"
#: utils/test/x52_test_led.c:55 #: x52test/x52_test_led.c:55
msgid "This cycles the LEDs through all possible states" msgid "This cycles the LEDs through all possible states"
msgstr "Isthay yclescay ethay EDsLay oughthray allay ossiblepay tatessay" msgstr "Isthay yclescay ethay EDsLay oughthray allay ossiblepay tatessay"
#: utils/test/x52_test_led.c:73 #: x52test/x52_test_led.c:73
#, c-format #, c-format
msgid "" msgid ""
"\n" "\n"
@ -463,25 +463,25 @@ msgstr ""
"\n" "\n"
"Estingtay %s\n" "Estingtay %s\n"
#: utils/test/x52_test_led.c:84 #: x52test/x52_test_led.c:84
msgid "Blink & Shift" msgid "Blink & Shift"
msgstr "Inkblay & Iftshay" msgstr "Inkblay & Iftshay"
#: utils/test/x52_test_led.c:85 #: x52test/x52_test_led.c:85
msgid "This tests the blink indicator and shift functionality" msgid "This tests the blink indicator and shift functionality"
msgstr "Isthay eststay ethay inkblay indicatoray anday iftshay unctionalityfay" msgstr "Isthay eststay ethay inkblay indicatoray anday iftshay unctionalityfay"
#: utils/test/x52_test_mfd.c:24 #: x52test/x52_test_mfd.c:24
msgid "Brightness" msgid "Brightness"
msgstr "Ightnessbray" msgstr "Ightnessbray"
#: utils/test/x52_test_mfd.c:26 #: x52test/x52_test_mfd.c:26
msgid "This test cycles through the MFD and LED brightness scales" msgid "This test cycles through the MFD and LED brightness scales"
msgstr "" msgstr ""
"Isthay esttay yclescay oughthray ethay FDMay anday EDLay ightnessbray " "Isthay esttay yclescay oughthray ethay FDMay anday EDLay ightnessbray "
"alesscay" "alesscay"
#: utils/test/x52_test_mfd.c:29 #: x52test/x52_test_mfd.c:29
msgid "" msgid ""
"\n" "\n"
"MFD: " "MFD: "
@ -489,7 +489,7 @@ msgstr ""
"\n" "\n"
"FDMay: " "FDMay: "
#: utils/test/x52_test_mfd.c:36 #: x52test/x52_test_mfd.c:36
msgid "" msgid ""
"\n" "\n"
"LED: " "LED: "
@ -497,24 +497,24 @@ msgstr ""
"\n" "\n"
"EDLay: " "EDLay: "
#: utils/test/x52_test_mfd.c:55 #: x52test/x52_test_mfd.c:55
msgid "MFD text" msgid "MFD text"
msgstr "FDMay exttay" msgstr "FDMay exttay"
#: utils/test/x52_test_mfd.c:56 #: x52test/x52_test_mfd.c:56
msgid "This test tests the character displays of the MFD\n" msgid "This test tests the character displays of the MFD\n"
msgstr "Isthay esttay eststay ethay aracterchay isplaysday ofay the FDMay\n" msgstr "Isthay esttay eststay ethay aracterchay isplaysday ofay the FDMay\n"
#: utils/test/x52_test_mfd.c:60 #: x52test/x52_test_mfd.c:60
#, c-format #, c-format
msgid "Writing characters %s\n" msgid "Writing characters %s\n"
msgstr "Itingwray aracterschay %s\n" msgstr "Itingwray aracterschay %s\n"
#: utils/test/x52_test_mfd.c:82 #: x52test/x52_test_mfd.c:82
msgid "MFD display" msgid "MFD display"
msgstr "FDMay isplayday" msgstr "FDMay isplayday"
#: utils/test/x52_test_mfd.c:83 #: x52test/x52_test_mfd.c:83
msgid "" msgid ""
"This test checks if the display elements can display all characters\n" "This test checks if the display elements can display all characters\n"
"You should see the display cycling through each character, with every\n" "You should see the display cycling through each character, with every\n"
@ -525,12 +525,12 @@ msgstr ""
"oughthray eachay aracterchay, ithway everyay ellcay isplayingday ethay\n" "oughthray eachay aracterchay, ithway everyay ellcay isplayingday ethay\n"
"amesay aracterchay\n" "amesay aracterchay\n"
#: utils/test/x52_test_mfd.c:88 #: x52test/x52_test_mfd.c:88
#, c-format #, c-format
msgid "Testing character 0x%02x..." msgid "Testing character 0x%02x..."
msgstr "Estingtay aracterchay 0x%02x..." msgstr "Estingtay aracterchay 0x%02x..."
#: utils/test/x52_test_mfd.c:96 #: x52test/x52_test_mfd.c:96
msgid "OK" msgid "OK"
msgstr "OKay" msgstr "OKay"

View File

@ -4,5 +4,5 @@
# #
# SPDX-License-Identifier: GPL-2.0-only WITH Classpath-exception-2.0 # SPDX-License-Identifier: GPL-2.0-only WITH Classpath-exception-2.0
SUBDIRS = test evtest SUBDIRS = evtest

View File

@ -12,7 +12,7 @@ bin_PROGRAMS = x52test
x52test_SOURCES = x52_test.c x52_test_mfd.c x52_test_led.c x52_test_clock.c x52test_SOURCES = x52_test.c x52_test_mfd.c x52_test_led.c x52_test_clock.c
x52test_CFLAGS = -I $(top_srcdir)/libx52 -I $(top_srcdir) -DLOCALEDIR=\"$(localedir)\" $(WARN_CFLAGS) x52test_CFLAGS = -I $(top_srcdir)/libx52 -I $(top_srcdir) -DLOCALEDIR=\"$(localedir)\" $(WARN_CFLAGS)
x52test_LDFLAGS = $(WARN_LDFLAGS) x52test_LDFLAGS = $(WARN_LDFLAGS)
x52test_LDADD = ../../libx52/libx52.la x52test_LDADD = ../libx52/libx52.la
# Extra files that need to be in the distribution # Extra files that need to be in the distribution
EXTRA_DIST = x52_test_common.h EXTRA_DIST = x52_test_common.h