Skip to content

Commit

Permalink
Rename htcommon to hlcommon
Browse files Browse the repository at this point in the history
  • Loading branch information
solbu committed Sep 7, 2018
1 parent 1f3558e commit 778df50
Show file tree
Hide file tree
Showing 57 changed files with 55 additions and 55 deletions.
2 changes: 1 addition & 1 deletion Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ endif
# process the Makefile.am files in these directories. the po directory
# is a little # different because of a rule near the end of configure.ac

SUBDIRS = db hllib hlword htcommon hlnet hlfuzzy hldb hldig hlsearch \
SUBDIRS = db hllib hlword hlcommon hlnet hlfuzzy hldb hldig hlsearch \
hltools installdir include $(TESTDIR) po

# files to be installed to destination docdir when 'make install' is run
Expand Down
4 changes: 2 additions & 2 deletions Makefile.config
Original file line number Diff line number Diff line change
Expand Up @@ -20,14 +20,14 @@ VERSION = @VERSION@
AM_CPPFLAGS= \
-DDEFAULT_CONFIG_FILE=\"$(DEFAULT_CONFIG_FILE)\" \
-I$(top_srcdir)/include -I$(top_srcdir)/hllib \
-I$(top_srcdir)/hlnet -I$(top_srcdir)/htcommon \
-I$(top_srcdir)/hlnet -I$(top_srcdir)/hlcommon \
-I$(top_srcdir)/hlword \
-I$(top_srcdir)/db -I$(top_builddir)/db \
$(LOCAL_DEFINES) $(PROFILING) \
-DLOCALEDIR=\"$(localedir)\"
HLLIBS= $(top_builddir)/hlnet/libhlnet.la \
$(top_builddir)/htcommon/libcommon.la \
$(top_builddir)/hlcommon/libcommon.la \
$(top_builddir)/hlword/libhlword.la \
$(top_builddir)/hllib/libhl.la \
$(top_builddir)/db/libhldb.la
Expand Down
8 changes: 4 additions & 4 deletions Makefile.in
Original file line number Diff line number Diff line change
Expand Up @@ -170,7 +170,7 @@ am__define_uniq_tagged_files = \
ETAGS = etags
CTAGS = ctags
CSCOPE = cscope
DIST_SUBDIRS = db hllib hlword htcommon hlnet hlfuzzy hldb hldig \
DIST_SUBDIRS = db hllib hlword hlcommon hlnet hlfuzzy hldb hldig \
hlsearch hltools installdir include test po
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
top_distdir = $(distdir)
Expand Down Expand Up @@ -389,14 +389,14 @@ AUTOMAKE_OPTIONS = foreign no-dependencies
AM_CPPFLAGS = \
-DDEFAULT_CONFIG_FILE=\"$(DEFAULT_CONFIG_FILE)\" \
-I$(top_srcdir)/include -I$(top_srcdir)/hllib \
-I$(top_srcdir)/hlnet -I$(top_srcdir)/htcommon \
-I$(top_srcdir)/hlnet -I$(top_srcdir)/hlcommon \
-I$(top_srcdir)/hlword \
-I$(top_srcdir)/db -I$(top_builddir)/db \
$(LOCAL_DEFINES) $(PROFILING) \
-DLOCALEDIR=\"$(localedir)\"
HLLIBS = $(top_builddir)/hlnet/libhlnet.la \
$(top_builddir)/htcommon/libcommon.la \
$(top_builddir)/hlcommon/libcommon.la \
$(top_builddir)/hlword/libhlword.la \
$(top_builddir)/hllib/libhl.la \
$(top_builddir)/db/libhldb.la
Expand All @@ -406,7 +406,7 @@ LDADD = $(HLLIBS) @LIBINTL@
# process the Makefile.am files in these directories. the po directory
# is a little # different because of a rule near the end of configure.ac
SUBDIRS = db hllib hlword htcommon hlnet hlfuzzy hldb hldig hlsearch \
SUBDIRS = db hllib hlword hlcommon hlnet hlfuzzy hldb hldig hlsearch \
hltools installdir include $(TESTDIR) po
Expand Down
4 changes: 2 additions & 2 deletions configure
Original file line number Diff line number Diff line change
Expand Up @@ -22577,7 +22577,7 @@ while echo $VERSION | grep '\$' >/dev/null ; do
eval "VERSION=$VERSION"
done

ac_config_files="$ac_config_files Makefile htcommon/Makefile hldb/Makefile hldig/Makefile installdir/hldig.1 installdir/hldig-pdfparser.1 installdir/hlfuzzy.1 installdir/hlmerge.1 installdir/hlpurge.1 installdir/hlstat.1 installdir/hldigconfig.8 installdir/hldump.1 installdir/hlload.1 installdir/hlnotify.1 installdir/hlsearch.1 installdir/rundig.1 hlfuzzy/Makefile hllib/Makefile hlnet/Makefile hlsearch/Makefile hltools/Makefile hlword/Makefile include/Makefile installdir/Makefile test/Makefile po/Makefile.in test/test_functions"
ac_config_files="$ac_config_files Makefile hlcommon/Makefile hldb/Makefile hldig/Makefile installdir/hldig.1 installdir/hldig-pdfparser.1 installdir/hlfuzzy.1 installdir/hlmerge.1 installdir/hlpurge.1 installdir/hlstat.1 installdir/hldigconfig.8 installdir/hldump.1 installdir/hlload.1 installdir/hlnotify.1 installdir/hlsearch.1 installdir/rundig.1 hlfuzzy/Makefile hllib/Makefile hlnet/Makefile hlsearch/Makefile hltools/Makefile hlword/Makefile include/Makefile installdir/Makefile test/Makefile po/Makefile.in test/test_functions"

cat >confcache <<\_ACEOF
# This file is a shell script that caches the results of configure
Expand Down Expand Up @@ -23713,7 +23713,7 @@ do
"libtool") CONFIG_COMMANDS="$CONFIG_COMMANDS libtool" ;;
"po-directories") CONFIG_COMMANDS="$CONFIG_COMMANDS po-directories" ;;
"Makefile") CONFIG_FILES="$CONFIG_FILES Makefile" ;;
"htcommon/Makefile") CONFIG_FILES="$CONFIG_FILES htcommon/Makefile" ;;
"hlcommon/Makefile") CONFIG_FILES="$CONFIG_FILES hlcommon/Makefile" ;;
"hldb/Makefile") CONFIG_FILES="$CONFIG_FILES hldb/Makefile" ;;
"hldig/Makefile") CONFIG_FILES="$CONFIG_FILES hldig/Makefile" ;;
"installdir/hldig.1") CONFIG_FILES="$CONFIG_FILES installdir/hldig.1" ;;
Expand Down
2 changes: 1 addition & 1 deletion configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -425,7 +425,7 @@ while echo $VERSION | grep '\$' >/dev/null ; do
done

AC_CONFIG_FILES([Makefile
htcommon/Makefile
hlcommon/Makefile
hldb/Makefile
hldig/Makefile
installdir/hldig.1
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
10 changes: 5 additions & 5 deletions htcommon/Makefile.in → hlcommon/Makefile.in
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ DIST_COMMON = $(top_srcdir)/Makefile.config $(srcdir)/Makefile.in \
$(srcdir)/Makefile.am $(top_srcdir)/mkinstalldirs \
conf_lexer.cxx conf_parser.hxx conf_parser.cxx \
$(top_srcdir)/ylwrap $(noinst_HEADERS)
subdir = htcommon
subdir = hlcommon
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
am__aclocal_m4_deps = $(top_srcdir)/m4/gettext.m4 \
$(top_srcdir)/m4/iconv.m4 $(top_srcdir)/m4/intlmacosx.m4 \
Expand Down Expand Up @@ -423,14 +423,14 @@ AUTOMAKE_OPTIONS = foreign no-dependencies
AM_CPPFLAGS = \
-DDEFAULT_CONFIG_FILE=\"$(DEFAULT_CONFIG_FILE)\" \
-I$(top_srcdir)/include -I$(top_srcdir)/hllib \
-I$(top_srcdir)/hlnet -I$(top_srcdir)/htcommon \
-I$(top_srcdir)/hlnet -I$(top_srcdir)/hlcommon \
-I$(top_srcdir)/hlword \
-I$(top_srcdir)/db -I$(top_builddir)/db \
$(LOCAL_DEFINES) $(PROFILING) \
-DLOCALEDIR=\"$(localedir)\"
HLLIBS = $(top_builddir)/hlnet/libhlnet.la \
$(top_builddir)/htcommon/libcommon.la \
$(top_builddir)/hlcommon/libcommon.la \
$(top_builddir)/hlword/libhlword.la \
$(top_builddir)/hllib/libhl.la \
$(top_builddir)/db/libhldb.la
Expand Down Expand Up @@ -489,9 +489,9 @@ $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(top_srcdir
exit 1;; \
esac; \
done; \
echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign htcommon/Makefile'; \
echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign hlcommon/Makefile'; \
$(am__cd) $(top_srcdir) && \
$(AUTOMAKE) --foreign htcommon/Makefile
$(AUTOMAKE) --foreign hlcommon/Makefile
.PRECIOUS: Makefile
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
@case '$?' in \
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
4 changes: 2 additions & 2 deletions hldb/Makefile.in
Original file line number Diff line number Diff line change
Expand Up @@ -364,14 +364,14 @@ AUTOMAKE_OPTIONS = foreign no-dependencies
AM_CPPFLAGS = \
-DDEFAULT_CONFIG_FILE=\"$(DEFAULT_CONFIG_FILE)\" \
-I$(top_srcdir)/include -I$(top_srcdir)/hllib \
-I$(top_srcdir)/hlnet -I$(top_srcdir)/htcommon \
-I$(top_srcdir)/hlnet -I$(top_srcdir)/hlcommon \
-I$(top_srcdir)/hlword \
-I$(top_srcdir)/db -I$(top_builddir)/db \
$(LOCAL_DEFINES) $(PROFILING) \
-DLOCALEDIR=\"$(localedir)\"
HLLIBS = $(top_builddir)/hlnet/libhlnet.la \
$(top_builddir)/htcommon/libcommon.la \
$(top_builddir)/hlcommon/libcommon.la \
$(top_builddir)/hlword/libhlword.la \
$(top_builddir)/hllib/libhl.la \
$(top_builddir)/db/libhldb.la
Expand Down
4 changes: 2 additions & 2 deletions hldig/Makefile.in
Original file line number Diff line number Diff line change
Expand Up @@ -358,14 +358,14 @@ AUTOMAKE_OPTIONS = foreign no-dependencies
AM_CPPFLAGS = \
-DDEFAULT_CONFIG_FILE=\"$(DEFAULT_CONFIG_FILE)\" \
-I$(top_srcdir)/include -I$(top_srcdir)/hllib \
-I$(top_srcdir)/hlnet -I$(top_srcdir)/htcommon \
-I$(top_srcdir)/hlnet -I$(top_srcdir)/hlcommon \
-I$(top_srcdir)/hlword \
-I$(top_srcdir)/db -I$(top_builddir)/db \
$(LOCAL_DEFINES) $(PROFILING) \
-DLOCALEDIR=\"$(localedir)\"
HLLIBS = $(top_builddir)/hlnet/libhlnet.la \
$(top_builddir)/htcommon/libcommon.la \
$(top_builddir)/hlcommon/libcommon.la \
$(top_builddir)/hlword/libhlword.la \
$(top_builddir)/hllib/libhl.la \
$(top_builddir)/db/libhldb.la
Expand Down
4 changes: 2 additions & 2 deletions hlfuzzy/Makefile.in
Original file line number Diff line number Diff line change
Expand Up @@ -391,14 +391,14 @@ AUTOMAKE_OPTIONS = foreign no-dependencies
AM_CPPFLAGS = \
-DDEFAULT_CONFIG_FILE=\"$(DEFAULT_CONFIG_FILE)\" \
-I$(top_srcdir)/include -I$(top_srcdir)/hllib \
-I$(top_srcdir)/hlnet -I$(top_srcdir)/htcommon \
-I$(top_srcdir)/hlnet -I$(top_srcdir)/hlcommon \
-I$(top_srcdir)/hlword \
-I$(top_srcdir)/db -I$(top_builddir)/db \
$(LOCAL_DEFINES) $(PROFILING) \
-DLOCALEDIR=\"$(localedir)\"
HLLIBS = $(top_builddir)/hlnet/libhlnet.la \
$(top_builddir)/htcommon/libcommon.la \
$(top_builddir)/hlcommon/libcommon.la \
$(top_builddir)/hlword/libhlword.la \
$(top_builddir)/hllib/libhl.la \
$(top_builddir)/db/libhldb.la
Expand Down
6 changes: 3 additions & 3 deletions hllib/Makefile.in
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ build_triplet = @build@
host_triplet = @host@
DIST_COMMON = $(top_srcdir)/Makefile.config $(srcdir)/Makefile.in \
$(srcdir)/Makefile.am $(top_srcdir)/mkinstalldirs memcmp.c \
regex.c snprintf.c vsnprintf.c realloc.c malloc.c \
vsnprintf.c regex.c snprintf.c malloc.c realloc.c \
$(pkginclude_HEADERS)
subdir = hllib
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
Expand Down Expand Up @@ -410,14 +410,14 @@ AUTOMAKE_OPTIONS = foreign no-dependencies
AM_CPPFLAGS = \
-DDEFAULT_CONFIG_FILE=\"$(DEFAULT_CONFIG_FILE)\" \
-I$(top_srcdir)/include -I$(top_srcdir)/hllib \
-I$(top_srcdir)/hlnet -I$(top_srcdir)/htcommon \
-I$(top_srcdir)/hlnet -I$(top_srcdir)/hlcommon \
-I$(top_srcdir)/hlword \
-I$(top_srcdir)/db -I$(top_builddir)/db \
$(LOCAL_DEFINES) $(PROFILING) \
-DLOCALEDIR=\"$(localedir)\"
HLLIBS = $(top_builddir)/hlnet/libhlnet.la \
$(top_builddir)/htcommon/libcommon.la \
$(top_builddir)/hlcommon/libcommon.la \
$(top_builddir)/hlword/libhlword.la \
$(top_builddir)/hllib/libhl.la \
$(top_builddir)/db/libhldb.la
Expand Down
4 changes: 2 additions & 2 deletions hlnet/Makefile.in
Original file line number Diff line number Diff line change
Expand Up @@ -385,14 +385,14 @@ AUTOMAKE_OPTIONS = foreign no-dependencies
AM_CPPFLAGS = \
-DDEFAULT_CONFIG_FILE=\"$(DEFAULT_CONFIG_FILE)\" \
-I$(top_srcdir)/include -I$(top_srcdir)/hllib \
-I$(top_srcdir)/hlnet -I$(top_srcdir)/htcommon \
-I$(top_srcdir)/hlnet -I$(top_srcdir)/hlcommon \
-I$(top_srcdir)/hlword \
-I$(top_srcdir)/db -I$(top_builddir)/db \
$(LOCAL_DEFINES) $(PROFILING) \
-DLOCALEDIR=\"$(localedir)\"
HLLIBS = $(top_builddir)/hlnet/libhlnet.la \
$(top_builddir)/htcommon/libcommon.la \
$(top_builddir)/hlcommon/libcommon.la \
$(top_builddir)/hlword/libhlword.la \
$(top_builddir)/hllib/libhl.la \
$(top_builddir)/db/libhldb.la
Expand Down
4 changes: 2 additions & 2 deletions hlsearch/Makefile.in
Original file line number Diff line number Diff line change
Expand Up @@ -371,14 +371,14 @@ AUTOMAKE_OPTIONS = foreign no-dependencies
AM_CPPFLAGS = \
-DDEFAULT_CONFIG_FILE=\"$(DEFAULT_CONFIG_FILE)\" \
-I$(top_srcdir)/include -I$(top_srcdir)/hllib \
-I$(top_srcdir)/hlnet -I$(top_srcdir)/htcommon \
-I$(top_srcdir)/hlnet -I$(top_srcdir)/hlcommon \
-I$(top_srcdir)/hlword \
-I$(top_srcdir)/db -I$(top_builddir)/db \
$(LOCAL_DEFINES) $(PROFILING) \
-DLOCALEDIR=\"$(localedir)\"
HLLIBS = $(top_builddir)/hlnet/libhlnet.la \
$(top_builddir)/htcommon/libcommon.la \
$(top_builddir)/hlcommon/libcommon.la \
$(top_builddir)/hlword/libhlword.la \
$(top_builddir)/hllib/libhl.la \
$(top_builddir)/db/libhldb.la
Expand Down
4 changes: 2 additions & 2 deletions hltools/Makefile.in
Original file line number Diff line number Diff line change
Expand Up @@ -379,14 +379,14 @@ AUTOMAKE_OPTIONS = foreign no-dependencies
AM_CPPFLAGS = \
-DDEFAULT_CONFIG_FILE=\"$(DEFAULT_CONFIG_FILE)\" \
-I$(top_srcdir)/include -I$(top_srcdir)/hllib \
-I$(top_srcdir)/hlnet -I$(top_srcdir)/htcommon \
-I$(top_srcdir)/hlnet -I$(top_srcdir)/hlcommon \
-I$(top_srcdir)/hlword \
-I$(top_srcdir)/db -I$(top_builddir)/db \
$(LOCAL_DEFINES) $(PROFILING) \
-DLOCALEDIR=\"$(localedir)\"
HLLIBS = $(top_builddir)/hlnet/libhlnet.la \
$(top_builddir)/htcommon/libcommon.la \
$(top_builddir)/hlcommon/libcommon.la \
$(top_builddir)/hlword/libhlword.la \
$(top_builddir)/hllib/libhl.la \
$(top_builddir)/db/libhldb.la
Expand Down
4 changes: 2 additions & 2 deletions hlword/Makefile.in
Original file line number Diff line number Diff line change
Expand Up @@ -386,14 +386,14 @@ AUTOMAKE_OPTIONS = foreign no-dependencies
AM_CPPFLAGS = \
-DDEFAULT_CONFIG_FILE=\"$(DEFAULT_CONFIG_FILE)\" \
-I$(top_srcdir)/include -I$(top_srcdir)/hllib \
-I$(top_srcdir)/hlnet -I$(top_srcdir)/htcommon \
-I$(top_srcdir)/hlnet -I$(top_srcdir)/hlcommon \
-I$(top_srcdir)/hlword \
-I$(top_srcdir)/db -I$(top_builddir)/db \
$(LOCAL_DEFINES) $(PROFILING) \
-DLOCALEDIR=\"$(localedir)\"
HLLIBS = $(top_builddir)/hlnet/libhlnet.la \
$(top_builddir)/htcommon/libcommon.la \
$(top_builddir)/hlcommon/libcommon.la \
$(top_builddir)/hlword/libhlword.la \
$(top_builddir)/hllib/libhl.la \
$(top_builddir)/db/libhldb.la
Expand Down
4 changes: 2 additions & 2 deletions include/Makefile.in
Original file line number Diff line number Diff line change
Expand Up @@ -351,14 +351,14 @@ AUTOMAKE_OPTIONS = foreign no-dependencies
AM_CPPFLAGS = \
-DDEFAULT_CONFIG_FILE=\"$(DEFAULT_CONFIG_FILE)\" \
-I$(top_srcdir)/include -I$(top_srcdir)/hllib \
-I$(top_srcdir)/hlnet -I$(top_srcdir)/htcommon \
-I$(top_srcdir)/hlnet -I$(top_srcdir)/hlcommon \
-I$(top_srcdir)/hlword \
-I$(top_srcdir)/db -I$(top_builddir)/db \
$(LOCAL_DEFINES) $(PROFILING) \
-DLOCALEDIR=\"$(localedir)\"
HLLIBS = $(top_builddir)/hlnet/libhlnet.la \
$(top_builddir)/htcommon/libcommon.la \
$(top_builddir)/hlcommon/libcommon.la \
$(top_builddir)/hlword/libhlword.la \
$(top_builddir)/hllib/libhl.la \
$(top_builddir)/db/libhldb.la
Expand Down
4 changes: 2 additions & 2 deletions installdir/Makefile.in
Original file line number Diff line number Diff line change
Expand Up @@ -344,14 +344,14 @@ AUTOMAKE_OPTIONS = foreign no-dependencies
AM_CPPFLAGS = \
-DDEFAULT_CONFIG_FILE=\"$(DEFAULT_CONFIG_FILE)\" \
-I$(top_srcdir)/include -I$(top_srcdir)/hllib \
-I$(top_srcdir)/hlnet -I$(top_srcdir)/htcommon \
-I$(top_srcdir)/hlnet -I$(top_srcdir)/hlcommon \
-I$(top_srcdir)/hlword \
-I$(top_srcdir)/db -I$(top_builddir)/db \
$(LOCAL_DEFINES) $(PROFILING) \
-DLOCALEDIR=\"$(localedir)\"
HLLIBS = $(top_builddir)/hlnet/libhlnet.la \
$(top_builddir)/htcommon/libcommon.la \
$(top_builddir)/hlcommon/libcommon.la \
$(top_builddir)/hlword/libhlword.la \
$(top_builddir)/hllib/libhl.la \
$(top_builddir)/db/libhldb.la
Expand Down
2 changes: 1 addition & 1 deletion po/POTFILES.in
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# List of source files which contain translatable strings.

htcommon/messages.cc
hlcommon/messages.cc
hldig/hldig.cc
hldig/Retriever.cc
hldig/Server.cc
Expand Down
8 changes: 4 additions & 4 deletions po/hldig.pot
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: hldig 0.3.0\n"
"Report-Msgid-Bugs-To: https://github.com/solbu/hldig/issues\n"
"POT-Creation-Date: 2018-09-07 07:30+0200\n"
"POT-Creation-Date: 2018-09-07 11:50+0200\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
Expand All @@ -27,12 +27,12 @@ msgid ""
"\n"
msgstr ""

#: htcommon/messages.cc:39
#: hlcommon/messages.cc:39
#, c-format
msgid " -a\tUse alternate work files.\n"
msgstr ""

#: htcommon/messages.cc:32
#: hlcommon/messages.cc:32
#, c-format
msgid ""
" -c\tconfigfile\n"
Expand Down Expand Up @@ -98,7 +98,7 @@ msgid ""
"\n"
msgstr ""

#: htcommon/messages.cc:22
#: hlcommon/messages.cc:22
#, c-format
msgid ""
" -v\tVerbose mode\n"
Expand Down
8 changes: 4 additions & 4 deletions po/nb.po
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: hldig 0.3.0\n"
"Report-Msgid-Bugs-To: https://github.com/solbu/hldig/issues\n"
"POT-Creation-Date: 2018-09-07 07:30+0200\n"
"POT-Creation-Date: 2018-09-07 11:50+0200\n"
"PO-Revision-Date: 2018-09-02 23:56+0200\n"
"Last-Translator: Johnny A. Solbu <johnny@solbu.net>\n"
"Language-Team: Norwegian Bokmal <i18n-nb@lister.ping.uio.no>\n"
Expand All @@ -28,12 +28,12 @@ msgid ""
"\n"
msgstr ""

#: htcommon/messages.cc:39
#: hlcommon/messages.cc:39
#, c-format
msgid " -a\tUse alternate work files.\n"
msgstr ""

#: htcommon/messages.cc:32
#: hlcommon/messages.cc:32
#, c-format
msgid ""
" -c\tconfigfile\n"
Expand Down Expand Up @@ -99,7 +99,7 @@ msgid ""
"\n"
msgstr ""

#: htcommon/messages.cc:22
#: hlcommon/messages.cc:22
#, c-format
msgid ""
" -v\tVerbose mode\n"
Expand Down
Loading

0 comments on commit 778df50

Please sign in to comment.