translations added
This commit is contained in:
@@ -68,6 +68,13 @@ AC_SUBST(MOC)
|
||||
AC_CHECK_PROGS([UIC], [uic-qt4 uic-mac uic])
|
||||
test -n "$UIC" || AC_MSG_ERROR([uic for Qt 4 not found!])
|
||||
AC_SUBST(UIC)
|
||||
AC_CHECK_PROGS([LRELEASE], [lrelease-qt4 lrelease-mac lrelease])
|
||||
test -n "$LRELEASE" || AC_MSG_ERROR([lrelease for Qt 4 not found!])
|
||||
AC_SUBST(LRELEASE)
|
||||
AC_CHECK_PROGS([LUPDATE], [lupdate-qt4 lupdate-mac lupdate])
|
||||
test -n "$LUPDATE" || AC_MSG_ERROR([lupdate for Qt 4 not found!])
|
||||
AC_SUBST(LUPDATE)
|
||||
AC_ARG_VAR(LUPDATE_ARGS, [arguments for qt lupdate command, e.g. -no-obsolete])
|
||||
|
||||
AC_OUTPUT
|
||||
|
||||
|
@@ -1,10 +1,12 @@
|
||||
UISOURCES = proxy.ui
|
||||
MOCHEADER = proxy.hxx autoproxy.hxx
|
||||
LANGUAGES = proxy_de.qm proxy_en.qm proxy_fr.qm proxy_it.qm \
|
||||
proxy_de.ts proxy_en.ts proxy_fr.ts proxy_it.ts
|
||||
|
||||
UIHEADER = ui_proxy.hxx
|
||||
MOCSOURCES = moc_proxy.cxx moc_autoproxy.cxx
|
||||
|
||||
BUILT_SOURCES = ${UIHEADER} ${MOCSOURCES}
|
||||
BUILT_SOURCES = ${UIHEADER} ${MOCSOURCES} ${LANGUAGES}
|
||||
|
||||
proxyfacedir = ${includedir}/proxyface
|
||||
proxyface_HEADERS = unix.hxx windoze.hxx \
|
||||
@@ -12,7 +14,7 @@ proxyface_HEADERS = unix.hxx windoze.hxx \
|
||||
|
||||
lib_LTLIBRARIES = libproxyface.la
|
||||
|
||||
libproxyface_la_SOURCES = ${MOCSOURCES}
|
||||
libproxyface_la_SOURCES = ${MOCSOURCES} ${LANGUAGES}
|
||||
libproxyface_la_LIBADD = ${PROXYLIB}
|
||||
libproxyface_la_LDFLAGS = -version-info ${LIB_VERSION}
|
||||
|
||||
@@ -24,6 +26,12 @@ moc_%.cxx: %.hxx
|
||||
ui_%.hxx: %.ui
|
||||
${UIC} -o $@ $<
|
||||
|
||||
%.ts: ${UISOURCES} ${MOCHEADER}
|
||||
${LUPDATE} ${LUPDATE_ARGS} $^ -ts $@
|
||||
|
||||
%.qm: %.ts
|
||||
${LRELEASE} $< -qm $@
|
||||
|
||||
CLEANFILES = ${UIHEADER} ${MOCSOURCES}
|
||||
|
||||
maintainer-clean-local:
|
||||
|
97
proxyface/proxy_de.ts
Normal file
97
proxyface/proxy_de.ts
Normal file
@@ -0,0 +1,97 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!DOCTYPE TS>
|
||||
<TS version="2.0">
|
||||
<context>
|
||||
<name>Proxy</name>
|
||||
<message>
|
||||
<location filename="proxy.ui" line="19"/>
|
||||
<location filename="proxy.ui" line="25"/>
|
||||
<source>Proxy Konfiguration</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="proxy.ui" line="37"/>
|
||||
<source>Typ:</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="proxy.ui" line="45"/>
|
||||
<source>direkt oder automatisch</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="proxy.ui" line="50"/>
|
||||
<source>HTTP</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="proxy.ui" line="55"/>
|
||||
<source>Socks5</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="proxy.ui" line="69"/>
|
||||
<source>URL:</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="proxy.ui" line="95"/>
|
||||
<source>Port:</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="proxy.ui" line="131"/>
|
||||
<source>Einstellungen lokal speichern</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="proxy.ui" line="137"/>
|
||||
<source>Speichern</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="proxy.ui" line="144"/>
|
||||
<source>Wenn Sie die Einstellungen speichern, werden sie auf diesem Computer in Ihrem Profil abgelegt.</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="proxy.ui" line="157"/>
|
||||
<source>Löschen</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
</context>
|
||||
<context>
|
||||
<name>gui::Proxy</name>
|
||||
<message>
|
||||
<location filename="proxy.hxx" line="66"/>
|
||||
<location filename="proxy.hxx" line="98"/>
|
||||
<source>Kein Proxy</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="proxy.hxx" line="69"/>
|
||||
<location filename="proxy.hxx" line="101"/>
|
||||
<source>HTTP:</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="proxy.hxx" line="72"/>
|
||||
<location filename="proxy.hxx" line="104"/>
|
||||
<source>Socks5Proxy:</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="proxy.hxx" line="73"/>
|
||||
<location filename="proxy.hxx" line="105"/>
|
||||
<source>System</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="proxy.hxx" line="79"/>
|
||||
<location filename="proxy.hxx" line="111"/>
|
||||
<source>%1:%2</source>
|
||||
<comment>proxy host/port</comment>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
</context>
|
||||
</TS>
|
97
proxyface/proxy_en.ts
Normal file
97
proxyface/proxy_en.ts
Normal file
@@ -0,0 +1,97 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!DOCTYPE TS>
|
||||
<TS version="2.0">
|
||||
<context>
|
||||
<name>Proxy</name>
|
||||
<message>
|
||||
<location filename="proxy.ui" line="19"/>
|
||||
<location filename="proxy.ui" line="25"/>
|
||||
<source>Proxy Konfiguration</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="proxy.ui" line="37"/>
|
||||
<source>Typ:</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="proxy.ui" line="45"/>
|
||||
<source>direkt oder automatisch</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="proxy.ui" line="50"/>
|
||||
<source>HTTP</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="proxy.ui" line="55"/>
|
||||
<source>Socks5</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="proxy.ui" line="69"/>
|
||||
<source>URL:</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="proxy.ui" line="95"/>
|
||||
<source>Port:</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="proxy.ui" line="131"/>
|
||||
<source>Einstellungen lokal speichern</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="proxy.ui" line="137"/>
|
||||
<source>Speichern</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="proxy.ui" line="144"/>
|
||||
<source>Wenn Sie die Einstellungen speichern, werden sie auf diesem Computer in Ihrem Profil abgelegt.</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="proxy.ui" line="157"/>
|
||||
<source>Löschen</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
</context>
|
||||
<context>
|
||||
<name>gui::Proxy</name>
|
||||
<message>
|
||||
<location filename="proxy.hxx" line="66"/>
|
||||
<location filename="proxy.hxx" line="98"/>
|
||||
<source>Kein Proxy</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="proxy.hxx" line="69"/>
|
||||
<location filename="proxy.hxx" line="101"/>
|
||||
<source>HTTP:</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="proxy.hxx" line="72"/>
|
||||
<location filename="proxy.hxx" line="104"/>
|
||||
<source>Socks5Proxy:</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="proxy.hxx" line="73"/>
|
||||
<location filename="proxy.hxx" line="105"/>
|
||||
<source>System</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="proxy.hxx" line="79"/>
|
||||
<location filename="proxy.hxx" line="111"/>
|
||||
<source>%1:%2</source>
|
||||
<comment>proxy host/port</comment>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
</context>
|
||||
</TS>
|
97
proxyface/proxy_fr.ts
Normal file
97
proxyface/proxy_fr.ts
Normal file
@@ -0,0 +1,97 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!DOCTYPE TS>
|
||||
<TS version="2.0">
|
||||
<context>
|
||||
<name>Proxy</name>
|
||||
<message>
|
||||
<location filename="proxy.ui" line="19"/>
|
||||
<location filename="proxy.ui" line="25"/>
|
||||
<source>Proxy Konfiguration</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="proxy.ui" line="37"/>
|
||||
<source>Typ:</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="proxy.ui" line="45"/>
|
||||
<source>direkt oder automatisch</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="proxy.ui" line="50"/>
|
||||
<source>HTTP</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="proxy.ui" line="55"/>
|
||||
<source>Socks5</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="proxy.ui" line="69"/>
|
||||
<source>URL:</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="proxy.ui" line="95"/>
|
||||
<source>Port:</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="proxy.ui" line="131"/>
|
||||
<source>Einstellungen lokal speichern</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="proxy.ui" line="137"/>
|
||||
<source>Speichern</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="proxy.ui" line="144"/>
|
||||
<source>Wenn Sie die Einstellungen speichern, werden sie auf diesem Computer in Ihrem Profil abgelegt.</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="proxy.ui" line="157"/>
|
||||
<source>Löschen</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
</context>
|
||||
<context>
|
||||
<name>gui::Proxy</name>
|
||||
<message>
|
||||
<location filename="proxy.hxx" line="66"/>
|
||||
<location filename="proxy.hxx" line="98"/>
|
||||
<source>Kein Proxy</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="proxy.hxx" line="69"/>
|
||||
<location filename="proxy.hxx" line="101"/>
|
||||
<source>HTTP:</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="proxy.hxx" line="72"/>
|
||||
<location filename="proxy.hxx" line="104"/>
|
||||
<source>Socks5Proxy:</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="proxy.hxx" line="73"/>
|
||||
<location filename="proxy.hxx" line="105"/>
|
||||
<source>System</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="proxy.hxx" line="79"/>
|
||||
<location filename="proxy.hxx" line="111"/>
|
||||
<source>%1:%2</source>
|
||||
<comment>proxy host/port</comment>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
</context>
|
||||
</TS>
|
97
proxyface/proxy_it.ts
Normal file
97
proxyface/proxy_it.ts
Normal file
@@ -0,0 +1,97 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!DOCTYPE TS>
|
||||
<TS version="2.0">
|
||||
<context>
|
||||
<name>Proxy</name>
|
||||
<message>
|
||||
<location filename="proxy.ui" line="19"/>
|
||||
<location filename="proxy.ui" line="25"/>
|
||||
<source>Proxy Konfiguration</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="proxy.ui" line="37"/>
|
||||
<source>Typ:</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="proxy.ui" line="45"/>
|
||||
<source>direkt oder automatisch</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="proxy.ui" line="50"/>
|
||||
<source>HTTP</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="proxy.ui" line="55"/>
|
||||
<source>Socks5</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="proxy.ui" line="69"/>
|
||||
<source>URL:</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="proxy.ui" line="95"/>
|
||||
<source>Port:</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="proxy.ui" line="131"/>
|
||||
<source>Einstellungen lokal speichern</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="proxy.ui" line="137"/>
|
||||
<source>Speichern</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="proxy.ui" line="144"/>
|
||||
<source>Wenn Sie die Einstellungen speichern, werden sie auf diesem Computer in Ihrem Profil abgelegt.</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="proxy.ui" line="157"/>
|
||||
<source>Löschen</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
</context>
|
||||
<context>
|
||||
<name>gui::Proxy</name>
|
||||
<message>
|
||||
<location filename="proxy.hxx" line="66"/>
|
||||
<location filename="proxy.hxx" line="98"/>
|
||||
<source>Kein Proxy</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="proxy.hxx" line="69"/>
|
||||
<location filename="proxy.hxx" line="101"/>
|
||||
<source>HTTP:</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="proxy.hxx" line="72"/>
|
||||
<location filename="proxy.hxx" line="104"/>
|
||||
<source>Socks5Proxy:</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="proxy.hxx" line="73"/>
|
||||
<location filename="proxy.hxx" line="105"/>
|
||||
<source>System</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="proxy.hxx" line="79"/>
|
||||
<location filename="proxy.hxx" line="111"/>
|
||||
<source>%1:%2</source>
|
||||
<comment>proxy host/port</comment>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
</context>
|
||||
</TS>
|
Reference in New Issue
Block a user