mirror of https://github.com/nirenjan/libx52.git
Move libx52 to top level
parent
0eeab91a8d
commit
e3bccd3ac3
|
@ -10,7 +10,7 @@ if USE_NLS
|
||||||
po_SUBDIRS = po
|
po_SUBDIRS = po
|
||||||
endif
|
endif
|
||||||
|
|
||||||
SUBDIRS = $(po_SUBDIRS) lib utils daemon tests udev
|
SUBDIRS = $(po_SUBDIRS) libx52 lib 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 = \
|
||||||
|
|
|
@ -60,7 +60,6 @@ AC_SUBST([INIH_LIBS])
|
||||||
# Pinelog configuration
|
# Pinelog configuration
|
||||||
AC_SUBST([PINELOG_CFLAGS], ["-DPINELOG_SHOW_DATE=1 -DPINELOG_SHOW_LEVEL=1 -DPINELOG_SHOW_BACKTRACE=1"])
|
AC_SUBST([PINELOG_CFLAGS], ["-DPINELOG_SHOW_DATE=1 -DPINELOG_SHOW_LEVEL=1 -DPINELOG_SHOW_BACKTRACE=1"])
|
||||||
|
|
||||||
AC_SUBST([X52_INCLUDE], ["-I \$(top_srcdir)/lib/libx52"])
|
|
||||||
|
|
||||||
# Check for hidapi. This uses a different pkg-config file on Linux vs other
|
# Check for hidapi. This uses a different pkg-config file on Linux vs other
|
||||||
# hosts, so check accordingly
|
# hosts, so check accordingly
|
||||||
|
@ -125,8 +124,8 @@ AC_CONFIG_HEADERS([config.h])
|
||||||
AC_CONFIG_FILES([ po/Makefile.in
|
AC_CONFIG_FILES([ po/Makefile.in
|
||||||
Makefile
|
Makefile
|
||||||
lib/Makefile
|
lib/Makefile
|
||||||
lib/libx52/Makefile
|
libx52/Makefile
|
||||||
lib/libx52/libx52.pc
|
libx52/libx52.pc
|
||||||
lib/libusbx52/Makefile
|
lib/libusbx52/Makefile
|
||||||
lib/libx52util/Makefile
|
lib/libx52util/Makefile
|
||||||
lib/libx52io/Makefile
|
lib/libx52io/Makefile
|
||||||
|
|
|
@ -16,7 +16,7 @@ x52d_SOURCES = \
|
||||||
x52d_CFLAGS = \
|
x52d_CFLAGS = \
|
||||||
-I $(top_srcdir) \
|
-I $(top_srcdir) \
|
||||||
-I $(top_srcdir)/lib/libx52io \
|
-I $(top_srcdir)/lib/libx52io \
|
||||||
-I $(top_srcdir)/lib/libx52 \
|
-I $(top_srcdir)/libx52 \
|
||||||
-I $(top_srcdir)/lib/libx52util \
|
-I $(top_srcdir)/lib/libx52util \
|
||||||
-I $(top_srcdir)/lib/pinelog \
|
-I $(top_srcdir)/lib/pinelog \
|
||||||
-DSYSCONFDIR=\"$(sysconfdir)\" \
|
-DSYSCONFDIR=\"$(sysconfdir)\" \
|
||||||
|
@ -28,7 +28,7 @@ x52d_CFLAGS = \
|
||||||
x52d_LDFLAGS = @INIH_LIBS@ @PTHREAD_LIBS@ $(WARN_LDFLAGS)
|
x52d_LDFLAGS = @INIH_LIBS@ @PTHREAD_LIBS@ $(WARN_LDFLAGS)
|
||||||
x52d_LDADD = \
|
x52d_LDADD = \
|
||||||
../lib/pinelog/libpinelog.la \
|
../lib/pinelog/libpinelog.la \
|
||||||
../lib/libx52/libx52.la \
|
../libx52/libx52.la \
|
||||||
@LTLIBINTL@
|
@LTLIBINTL@
|
||||||
|
|
||||||
x52dconfdir = @sysconfdir@/x52d
|
x52dconfdir = @sysconfdir@/x52d
|
||||||
|
|
|
@ -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 = libx52 libx52util libusbx52 libx52io pinelog
|
SUBDIRS = libx52util libusbx52 libx52io pinelog
|
||||||
|
|
||||||
|
|
|
@ -26,7 +26,7 @@ x52test_create_device_list_CFLAGS = @LIBUSB_CFLAGS@ $(WARN_CFLAGS)
|
||||||
x52test_create_device_list_LDFLAGS = $(WARN_LDFLAGS)
|
x52test_create_device_list_LDFLAGS = $(WARN_LDFLAGS)
|
||||||
|
|
||||||
x52test_log_actions_SOURCES = util/log_actions.c $(libusbx52_la_SOURCES)
|
x52test_log_actions_SOURCES = util/log_actions.c $(libusbx52_la_SOURCES)
|
||||||
x52test_log_actions_CFLAGS = @X52_INCLUDE@ @LIBUSB_CFLAGS@ $(WARN_CFLAGS)
|
x52test_log_actions_CFLAGS = -I $(top_srcdir)/libx52 @LIBUSB_CFLAGS@ $(WARN_CFLAGS)
|
||||||
x52test_log_actions_LDFLAGS = $(WARN_LDFLAGS)
|
x52test_log_actions_LDFLAGS = $(WARN_LDFLAGS)
|
||||||
|
|
||||||
EXTRA_DIST = README.md libusbx52.h
|
EXTRA_DIST = README.md libusbx52.h
|
||||||
|
|
|
@ -12,7 +12,7 @@ lib_LTLIBRARIES = libx52util.la
|
||||||
# This library provides extra utilities for ease of use
|
# This library provides extra utilities for ease of use
|
||||||
nodist_libx52util_la_SOURCES = util_char_map.c
|
nodist_libx52util_la_SOURCES = util_char_map.c
|
||||||
libx52util_la_SOURCES = x52_char_map_lookup.c
|
libx52util_la_SOURCES = x52_char_map_lookup.c
|
||||||
libx52util_la_CFLAGS = -I $(top_srcdir)/lib/libx52 $(WARN_CFLAGS)
|
libx52util_la_CFLAGS = -I $(top_srcdir)/libx52 $(WARN_CFLAGS)
|
||||||
libx52util_la_LDFLAGS = -version-info 1:0:0 $(WARN_LDFLAGS)
|
libx52util_la_LDFLAGS = -version-info 1:0:0 $(WARN_LDFLAGS)
|
||||||
|
|
||||||
# Header files that need to be copied
|
# Header files that need to be copied
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
# List of source files which contain translatable strings.
|
# List of source files which contain translatable strings.
|
||||||
lib/libx52/x52_strerror.c
|
libx52/x52_strerror.c
|
||||||
lib/libx52/x52_stringify.c
|
libx52/x52_stringify.c
|
||||||
|
|
||||||
lib/libx52io/io_strings.c
|
lib/libx52io/io_strings.c
|
||||||
|
|
||||||
|
|
|
@ -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-27 09:34-0700\n"
|
"POT-Creation-Date: 2021-07-29 21:40-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"
|
||||||
|
@ -17,196 +17,196 @@ msgstr ""
|
||||||
"Content-Type: text/plain; charset=CHARSET\n"
|
"Content-Type: text/plain; charset=CHARSET\n"
|
||||||
"Content-Transfer-Encoding: 8bit\n"
|
"Content-Transfer-Encoding: 8bit\n"
|
||||||
|
|
||||||
#: lib/libx52/x52_strerror.c:23 lib/libx52io/io_strings.c:101
|
#: libx52/x52_strerror.c:23 lib/libx52io/io_strings.c:101
|
||||||
msgid "Success"
|
msgid "Success"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: lib/libx52/x52_strerror.c:24 lib/libx52io/io_strings.c:102
|
#: libx52/x52_strerror.c:24 lib/libx52io/io_strings.c:102
|
||||||
msgid "Initialization failure"
|
msgid "Initialization failure"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: lib/libx52/x52_strerror.c:25
|
#: libx52/x52_strerror.c:25
|
||||||
msgid "Insufficient memory"
|
msgid "Insufficient memory"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: lib/libx52/x52_strerror.c:26
|
#: libx52/x52_strerror.c:26
|
||||||
msgid "Invalid parameter"
|
msgid "Invalid parameter"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: lib/libx52/x52_strerror.c:27
|
#: libx52/x52_strerror.c:27
|
||||||
msgid "Operation not supported"
|
msgid "Operation not supported"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: lib/libx52/x52_strerror.c:28
|
#: libx52/x52_strerror.c:28
|
||||||
msgid "Try again"
|
msgid "Try again"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: lib/libx52/x52_strerror.c:29
|
#: libx52/x52_strerror.c:29
|
||||||
msgid "Input parameter out of range"
|
msgid "Input parameter out of range"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: lib/libx52/x52_strerror.c:30
|
#: libx52/x52_strerror.c:30
|
||||||
msgid "USB transaction failure"
|
msgid "USB transaction failure"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: lib/libx52/x52_strerror.c:31
|
#: libx52/x52_strerror.c:31
|
||||||
msgid "USB input/output error"
|
msgid "USB input/output error"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: lib/libx52/x52_strerror.c:32
|
#: libx52/x52_strerror.c:32
|
||||||
msgid "Access denied"
|
msgid "Access denied"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: lib/libx52/x52_strerror.c:33
|
#: libx52/x52_strerror.c:33
|
||||||
msgid "No such device"
|
msgid "No such device"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: lib/libx52/x52_strerror.c:34
|
#: libx52/x52_strerror.c:34
|
||||||
msgid "Entity not found"
|
msgid "Entity not found"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: lib/libx52/x52_strerror.c:35
|
#: libx52/x52_strerror.c:35
|
||||||
msgid "Resource busy"
|
msgid "Resource busy"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: lib/libx52/x52_strerror.c:36
|
#: libx52/x52_strerror.c:36
|
||||||
msgid "Operation timeout"
|
msgid "Operation timeout"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: lib/libx52/x52_strerror.c:37
|
#: libx52/x52_strerror.c:37
|
||||||
msgid "Overflow"
|
msgid "Overflow"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: lib/libx52/x52_strerror.c:38
|
#: libx52/x52_strerror.c:38
|
||||||
msgid "Pipe error"
|
msgid "Pipe error"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: lib/libx52/x52_strerror.c:39
|
#: libx52/x52_strerror.c:39
|
||||||
msgid "System call interrupted"
|
msgid "System call interrupted"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: lib/libx52/x52_strerror.c:66 lib/libx52io/io_strings.c:125
|
#: libx52/x52_strerror.c:66 lib/libx52io/io_strings.c:125
|
||||||
#, c-format
|
#, c-format
|
||||||
msgid "Unknown error %d"
|
msgid "Unknown error %d"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: lib/libx52/x52_stringify.c:29
|
#: libx52/x52_stringify.c:29
|
||||||
#, c-format
|
#, c-format
|
||||||
msgid "Unknown clock ID %d"
|
msgid "Unknown clock ID %d"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: lib/libx52/x52_stringify.c:30
|
#: libx52/x52_stringify.c:30
|
||||||
msgid "primary"
|
msgid "primary"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: lib/libx52/x52_stringify.c:31
|
#: libx52/x52_stringify.c:31
|
||||||
msgid "secondary"
|
msgid "secondary"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: lib/libx52/x52_stringify.c:32
|
#: libx52/x52_stringify.c:32
|
||||||
msgid "tertiary"
|
msgid "tertiary"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: lib/libx52/x52_stringify.c:35
|
#: libx52/x52_stringify.c:35
|
||||||
#, c-format
|
#, c-format
|
||||||
msgid "Unknown clock format %d"
|
msgid "Unknown clock format %d"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: lib/libx52/x52_stringify.c:36
|
#: libx52/x52_stringify.c:36
|
||||||
msgid "12 hour"
|
msgid "12 hour"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: lib/libx52/x52_stringify.c:37
|
#: libx52/x52_stringify.c:37
|
||||||
msgid "24 hour"
|
msgid "24 hour"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: lib/libx52/x52_stringify.c:40
|
#: libx52/x52_stringify.c:40
|
||||||
#, c-format
|
#, c-format
|
||||||
msgid "Unknown date format %d"
|
msgid "Unknown date format %d"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: lib/libx52/x52_stringify.c:41
|
#: libx52/x52_stringify.c:41
|
||||||
msgid "DD-MM-YY"
|
msgid "DD-MM-YY"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: lib/libx52/x52_stringify.c:42
|
#: libx52/x52_stringify.c:42
|
||||||
msgid "MM-DD-YY"
|
msgid "MM-DD-YY"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: lib/libx52/x52_stringify.c:43
|
#: libx52/x52_stringify.c:43
|
||||||
msgid "YY-MM-DD"
|
msgid "YY-MM-DD"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: lib/libx52/x52_stringify.c:46
|
#: libx52/x52_stringify.c:46
|
||||||
#, c-format
|
#, c-format
|
||||||
msgid "Unknown LED state %d"
|
msgid "Unknown LED state %d"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: lib/libx52/x52_stringify.c:47 daemon/x52d_clock.c:28
|
#: libx52/x52_stringify.c:47 daemon/x52d_clock.c:28
|
||||||
msgid "off"
|
msgid "off"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: lib/libx52/x52_stringify.c:48 daemon/x52d_clock.c:28
|
#: libx52/x52_stringify.c:48 daemon/x52d_clock.c:28
|
||||||
msgid "on"
|
msgid "on"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: lib/libx52/x52_stringify.c:49
|
#: libx52/x52_stringify.c:49
|
||||||
msgid "red"
|
msgid "red"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: lib/libx52/x52_stringify.c:50
|
#: libx52/x52_stringify.c:50
|
||||||
msgid "amber"
|
msgid "amber"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: lib/libx52/x52_stringify.c:51
|
#: libx52/x52_stringify.c:51
|
||||||
msgid "green"
|
msgid "green"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: lib/libx52/x52_stringify.c:60
|
#: libx52/x52_stringify.c:60
|
||||||
msgid "Fire"
|
msgid "Fire"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: lib/libx52/x52_stringify.c:63
|
#: libx52/x52_stringify.c:63
|
||||||
msgid "A"
|
msgid "A"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: lib/libx52/x52_stringify.c:66
|
#: libx52/x52_stringify.c:66
|
||||||
msgid "B"
|
msgid "B"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: lib/libx52/x52_stringify.c:69
|
#: libx52/x52_stringify.c:69
|
||||||
msgid "D"
|
msgid "D"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: lib/libx52/x52_stringify.c:72
|
#: libx52/x52_stringify.c:72
|
||||||
msgid "E"
|
msgid "E"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: lib/libx52/x52_stringify.c:75
|
#: libx52/x52_stringify.c:75
|
||||||
msgid "T1"
|
msgid "T1"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: lib/libx52/x52_stringify.c:78
|
#: libx52/x52_stringify.c:78
|
||||||
msgid "T2"
|
msgid "T2"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: lib/libx52/x52_stringify.c:81
|
#: libx52/x52_stringify.c:81
|
||||||
msgid "T3"
|
msgid "T3"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: lib/libx52/x52_stringify.c:84
|
#: libx52/x52_stringify.c:84
|
||||||
msgid "POV"
|
msgid "POV"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: lib/libx52/x52_stringify.c:87
|
#: libx52/x52_stringify.c:87
|
||||||
msgid "Clutch"
|
msgid "Clutch"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: lib/libx52/x52_stringify.c:90
|
#: libx52/x52_stringify.c:90
|
||||||
msgid "Throttle"
|
msgid "Throttle"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: lib/libx52/x52_stringify.c:93
|
#: libx52/x52_stringify.c:93
|
||||||
#, c-format
|
#, c-format
|
||||||
msgid "Unknown LED ID %d"
|
msgid "Unknown LED ID %d"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
96
po/xx_PL.po
96
po/xx_PL.po
|
@ -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-27 09:34-0700\n"
|
"POT-Creation-Date: 2021-07-29 21:40-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"
|
||||||
|
@ -17,196 +17,196 @@ msgstr ""
|
||||||
"Content-Transfer-Encoding: 8bit\n"
|
"Content-Transfer-Encoding: 8bit\n"
|
||||||
"X-Generator: Poedit 3.0\n"
|
"X-Generator: Poedit 3.0\n"
|
||||||
|
|
||||||
#: lib/libx52/x52_strerror.c:23 lib/libx52io/io_strings.c:101
|
#: libx52/x52_strerror.c:23 lib/libx52io/io_strings.c:101
|
||||||
msgid "Success"
|
msgid "Success"
|
||||||
msgstr "Uccesssay"
|
msgstr "Uccesssay"
|
||||||
|
|
||||||
#: lib/libx52/x52_strerror.c:24 lib/libx52io/io_strings.c:102
|
#: libx52/x52_strerror.c:24 lib/libx52io/io_strings.c:102
|
||||||
msgid "Initialization failure"
|
msgid "Initialization failure"
|
||||||
msgstr "Initializationay ailurefay"
|
msgstr "Initializationay ailurefay"
|
||||||
|
|
||||||
#: lib/libx52/x52_strerror.c:25
|
#: libx52/x52_strerror.c:25
|
||||||
msgid "Insufficient memory"
|
msgid "Insufficient memory"
|
||||||
msgstr "Insufficientay emorymay"
|
msgstr "Insufficientay emorymay"
|
||||||
|
|
||||||
#: lib/libx52/x52_strerror.c:26
|
#: libx52/x52_strerror.c:26
|
||||||
msgid "Invalid parameter"
|
msgid "Invalid parameter"
|
||||||
msgstr "Invaliday arameterpay"
|
msgstr "Invaliday arameterpay"
|
||||||
|
|
||||||
#: lib/libx52/x52_strerror.c:27
|
#: libx52/x52_strerror.c:27
|
||||||
msgid "Operation not supported"
|
msgid "Operation not supported"
|
||||||
msgstr "Operationay otnay upportedsay"
|
msgstr "Operationay otnay upportedsay"
|
||||||
|
|
||||||
#: lib/libx52/x52_strerror.c:28
|
#: libx52/x52_strerror.c:28
|
||||||
msgid "Try again"
|
msgid "Try again"
|
||||||
msgstr "Ytray againay"
|
msgstr "Ytray againay"
|
||||||
|
|
||||||
#: lib/libx52/x52_strerror.c:29
|
#: libx52/x52_strerror.c:29
|
||||||
msgid "Input parameter out of range"
|
msgid "Input parameter out of range"
|
||||||
msgstr "Inputay arameterpay outay ofay angeray"
|
msgstr "Inputay arameterpay outay ofay angeray"
|
||||||
|
|
||||||
#: lib/libx52/x52_strerror.c:30
|
#: libx52/x52_strerror.c:30
|
||||||
msgid "USB transaction failure"
|
msgid "USB transaction failure"
|
||||||
msgstr "USBay ansactiontray ailurefay"
|
msgstr "USBay ansactiontray ailurefay"
|
||||||
|
|
||||||
#: lib/libx52/x52_strerror.c:31
|
#: libx52/x52_strerror.c:31
|
||||||
msgid "USB input/output error"
|
msgid "USB input/output error"
|
||||||
msgstr "USBay inputay/outputay erroray"
|
msgstr "USBay inputay/outputay erroray"
|
||||||
|
|
||||||
#: lib/libx52/x52_strerror.c:32
|
#: libx52/x52_strerror.c:32
|
||||||
msgid "Access denied"
|
msgid "Access denied"
|
||||||
msgstr "Accessay eniedday"
|
msgstr "Accessay eniedday"
|
||||||
|
|
||||||
#: lib/libx52/x52_strerror.c:33
|
#: libx52/x52_strerror.c:33
|
||||||
msgid "No such device"
|
msgid "No such device"
|
||||||
msgstr "Onay uchsay eviceday"
|
msgstr "Onay uchsay eviceday"
|
||||||
|
|
||||||
#: lib/libx52/x52_strerror.c:34
|
#: libx52/x52_strerror.c:34
|
||||||
msgid "Entity not found"
|
msgid "Entity not found"
|
||||||
msgstr "Entityay otnay oundfay"
|
msgstr "Entityay otnay oundfay"
|
||||||
|
|
||||||
#: lib/libx52/x52_strerror.c:35
|
#: libx52/x52_strerror.c:35
|
||||||
msgid "Resource busy"
|
msgid "Resource busy"
|
||||||
msgstr "Esourceray usybay"
|
msgstr "Esourceray usybay"
|
||||||
|
|
||||||
#: lib/libx52/x52_strerror.c:36
|
#: libx52/x52_strerror.c:36
|
||||||
msgid "Operation timeout"
|
msgid "Operation timeout"
|
||||||
msgstr "Operationay imeouttay"
|
msgstr "Operationay imeouttay"
|
||||||
|
|
||||||
#: lib/libx52/x52_strerror.c:37
|
#: libx52/x52_strerror.c:37
|
||||||
msgid "Overflow"
|
msgid "Overflow"
|
||||||
msgstr "Overfloway"
|
msgstr "Overfloway"
|
||||||
|
|
||||||
#: lib/libx52/x52_strerror.c:38
|
#: libx52/x52_strerror.c:38
|
||||||
msgid "Pipe error"
|
msgid "Pipe error"
|
||||||
msgstr "Ipepay erroray"
|
msgstr "Ipepay erroray"
|
||||||
|
|
||||||
#: lib/libx52/x52_strerror.c:39
|
#: libx52/x52_strerror.c:39
|
||||||
msgid "System call interrupted"
|
msgid "System call interrupted"
|
||||||
msgstr "Ystemsay allcay interrupteday"
|
msgstr "Ystemsay allcay interrupteday"
|
||||||
|
|
||||||
#: lib/libx52/x52_strerror.c:66 lib/libx52io/io_strings.c:125
|
#: libx52/x52_strerror.c:66 lib/libx52io/io_strings.c:125
|
||||||
#, c-format
|
#, c-format
|
||||||
msgid "Unknown error %d"
|
msgid "Unknown error %d"
|
||||||
msgstr "Unknownay erroray %d"
|
msgstr "Unknownay erroray %d"
|
||||||
|
|
||||||
#: lib/libx52/x52_stringify.c:29
|
#: libx52/x52_stringify.c:29
|
||||||
#, c-format
|
#, c-format
|
||||||
msgid "Unknown clock ID %d"
|
msgid "Unknown clock ID %d"
|
||||||
msgstr "Unknownay ockclay IDay %d"
|
msgstr "Unknownay ockclay IDay %d"
|
||||||
|
|
||||||
#: lib/libx52/x52_stringify.c:30
|
#: libx52/x52_stringify.c:30
|
||||||
msgid "primary"
|
msgid "primary"
|
||||||
msgstr "imarypray"
|
msgstr "imarypray"
|
||||||
|
|
||||||
#: lib/libx52/x52_stringify.c:31
|
#: libx52/x52_stringify.c:31
|
||||||
msgid "secondary"
|
msgid "secondary"
|
||||||
msgstr "econdarysay"
|
msgstr "econdarysay"
|
||||||
|
|
||||||
#: lib/libx52/x52_stringify.c:32
|
#: libx52/x52_stringify.c:32
|
||||||
msgid "tertiary"
|
msgid "tertiary"
|
||||||
msgstr "ertiarytay"
|
msgstr "ertiarytay"
|
||||||
|
|
||||||
#: lib/libx52/x52_stringify.c:35
|
#: libx52/x52_stringify.c:35
|
||||||
#, c-format
|
#, c-format
|
||||||
msgid "Unknown clock format %d"
|
msgid "Unknown clock format %d"
|
||||||
msgstr "Unknownay ockclay ormatfay %d"
|
msgstr "Unknownay ockclay ormatfay %d"
|
||||||
|
|
||||||
#: lib/libx52/x52_stringify.c:36
|
#: libx52/x52_stringify.c:36
|
||||||
msgid "12 hour"
|
msgid "12 hour"
|
||||||
msgstr "12 ourhay"
|
msgstr "12 ourhay"
|
||||||
|
|
||||||
#: lib/libx52/x52_stringify.c:37
|
#: libx52/x52_stringify.c:37
|
||||||
msgid "24 hour"
|
msgid "24 hour"
|
||||||
msgstr "24 ourhay"
|
msgstr "24 ourhay"
|
||||||
|
|
||||||
#: lib/libx52/x52_stringify.c:40
|
#: libx52/x52_stringify.c:40
|
||||||
#, c-format
|
#, c-format
|
||||||
msgid "Unknown date format %d"
|
msgid "Unknown date format %d"
|
||||||
msgstr "Unknownay ateday ormatfay %d"
|
msgstr "Unknownay ateday ormatfay %d"
|
||||||
|
|
||||||
#: lib/libx52/x52_stringify.c:41
|
#: libx52/x52_stringify.c:41
|
||||||
msgid "DD-MM-YY"
|
msgid "DD-MM-YY"
|
||||||
msgstr "DDay-MMay-YYay"
|
msgstr "DDay-MMay-YYay"
|
||||||
|
|
||||||
#: lib/libx52/x52_stringify.c:42
|
#: libx52/x52_stringify.c:42
|
||||||
msgid "MM-DD-YY"
|
msgid "MM-DD-YY"
|
||||||
msgstr "MMay-DDay-YYay"
|
msgstr "MMay-DDay-YYay"
|
||||||
|
|
||||||
#: lib/libx52/x52_stringify.c:43
|
#: libx52/x52_stringify.c:43
|
||||||
msgid "YY-MM-DD"
|
msgid "YY-MM-DD"
|
||||||
msgstr "YYay-MMay-DDay"
|
msgstr "YYay-MMay-DDay"
|
||||||
|
|
||||||
#: lib/libx52/x52_stringify.c:46
|
#: libx52/x52_stringify.c:46
|
||||||
#, c-format
|
#, c-format
|
||||||
msgid "Unknown LED state %d"
|
msgid "Unknown LED state %d"
|
||||||
msgstr "Unknownay EDLay atestay %d"
|
msgstr "Unknownay EDLay atestay %d"
|
||||||
|
|
||||||
#: lib/libx52/x52_stringify.c:47 daemon/x52d_clock.c:28
|
#: libx52/x52_stringify.c:47 daemon/x52d_clock.c:28
|
||||||
msgid "off"
|
msgid "off"
|
||||||
msgstr "offay"
|
msgstr "offay"
|
||||||
|
|
||||||
#: lib/libx52/x52_stringify.c:48 daemon/x52d_clock.c:28
|
#: libx52/x52_stringify.c:48 daemon/x52d_clock.c:28
|
||||||
msgid "on"
|
msgid "on"
|
||||||
msgstr "onay"
|
msgstr "onay"
|
||||||
|
|
||||||
#: lib/libx52/x52_stringify.c:49
|
#: libx52/x52_stringify.c:49
|
||||||
msgid "red"
|
msgid "red"
|
||||||
msgstr "edray"
|
msgstr "edray"
|
||||||
|
|
||||||
#: lib/libx52/x52_stringify.c:50
|
#: libx52/x52_stringify.c:50
|
||||||
msgid "amber"
|
msgid "amber"
|
||||||
msgstr "amberay"
|
msgstr "amberay"
|
||||||
|
|
||||||
#: lib/libx52/x52_stringify.c:51
|
#: libx52/x52_stringify.c:51
|
||||||
msgid "green"
|
msgid "green"
|
||||||
msgstr "eengray"
|
msgstr "eengray"
|
||||||
|
|
||||||
#: lib/libx52/x52_stringify.c:60
|
#: libx52/x52_stringify.c:60
|
||||||
msgid "Fire"
|
msgid "Fire"
|
||||||
msgstr "Irefay"
|
msgstr "Irefay"
|
||||||
|
|
||||||
#: lib/libx52/x52_stringify.c:63
|
#: libx52/x52_stringify.c:63
|
||||||
msgid "A"
|
msgid "A"
|
||||||
msgstr "Ay"
|
msgstr "Ay"
|
||||||
|
|
||||||
#: lib/libx52/x52_stringify.c:66
|
#: libx52/x52_stringify.c:66
|
||||||
msgid "B"
|
msgid "B"
|
||||||
msgstr "Bay"
|
msgstr "Bay"
|
||||||
|
|
||||||
#: lib/libx52/x52_stringify.c:69
|
#: libx52/x52_stringify.c:69
|
||||||
msgid "D"
|
msgid "D"
|
||||||
msgstr "Day"
|
msgstr "Day"
|
||||||
|
|
||||||
#: lib/libx52/x52_stringify.c:72
|
#: libx52/x52_stringify.c:72
|
||||||
msgid "E"
|
msgid "E"
|
||||||
msgstr "Eay"
|
msgstr "Eay"
|
||||||
|
|
||||||
#: lib/libx52/x52_stringify.c:75
|
#: libx52/x52_stringify.c:75
|
||||||
msgid "T1"
|
msgid "T1"
|
||||||
msgstr "Tay1"
|
msgstr "Tay1"
|
||||||
|
|
||||||
#: lib/libx52/x52_stringify.c:78
|
#: libx52/x52_stringify.c:78
|
||||||
msgid "T2"
|
msgid "T2"
|
||||||
msgstr "Tay2"
|
msgstr "Tay2"
|
||||||
|
|
||||||
#: lib/libx52/x52_stringify.c:81
|
#: libx52/x52_stringify.c:81
|
||||||
msgid "T3"
|
msgid "T3"
|
||||||
msgstr "Tay3"
|
msgstr "Tay3"
|
||||||
|
|
||||||
#: lib/libx52/x52_stringify.c:84
|
#: libx52/x52_stringify.c:84
|
||||||
msgid "POV"
|
msgid "POV"
|
||||||
msgstr "OVPay"
|
msgstr "OVPay"
|
||||||
|
|
||||||
#: lib/libx52/x52_stringify.c:87
|
#: libx52/x52_stringify.c:87
|
||||||
msgid "Clutch"
|
msgid "Clutch"
|
||||||
msgstr "Utchclay"
|
msgstr "Utchclay"
|
||||||
|
|
||||||
#: lib/libx52/x52_stringify.c:90
|
#: libx52/x52_stringify.c:90
|
||||||
msgid "Throttle"
|
msgid "Throttle"
|
||||||
msgstr "Ottlethray"
|
msgstr "Ottlethray"
|
||||||
|
|
||||||
#: lib/libx52/x52_stringify.c:93
|
#: libx52/x52_stringify.c:93
|
||||||
#, c-format
|
#, c-format
|
||||||
msgid "Unknown LED ID %d"
|
msgid "Unknown LED ID %d"
|
||||||
msgstr "Unknownay EDLay IDay %d"
|
msgstr "Unknownay EDLay IDay %d"
|
||||||
|
|
|
@ -10,6 +10,6 @@ bin_PROGRAMS = x52cli
|
||||||
|
|
||||||
# Command line utility that front ends the core library
|
# Command line utility that front ends the core library
|
||||||
x52cli_SOURCES = x52_cli.c
|
x52cli_SOURCES = x52_cli.c
|
||||||
x52cli_CFLAGS = @X52_INCLUDE@ $(WARN_CFLAGS)
|
x52cli_CFLAGS = -I $(top_srcdir)/libx52 $(WARN_CFLAGS)
|
||||||
x52cli_LDFLAGS = $(WARN_LDFLAGS)
|
x52cli_LDFLAGS = $(WARN_LDFLAGS)
|
||||||
x52cli_LDADD = ../../lib/libx52/libx52.la
|
x52cli_LDADD = ../../libx52/libx52.la
|
||||||
|
|
|
@ -10,9 +10,9 @@ bin_PROGRAMS = x52test
|
||||||
|
|
||||||
# Test utility that exercises all the library functions
|
# Test utility that exercises all the library functions
|
||||||
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 = @X52_INCLUDE@ -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 = ../../lib/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
|
||||||
|
|
Loading…
Reference in New Issue