mirror of
https://gitlab.linphone.org/BC/public/linphone-iphone.git
synced 2026-04-23 16:48:32 +00:00
fix it translations
fix gsm detection on mingw git-svn-id: svn+ssh://svn.savannah.nongnu.org/linphone/trunk@591 3f6dc0c8-ddfe-455d-9043-3cd528dc4637
This commit is contained in:
parent
81ab040ae2
commit
b127b27dea
2 changed files with 22 additions and 8 deletions
|
|
@ -19,9 +19,23 @@ AC_DEFUN([MS_CHECK_DEP],[
|
||||||
CPPFLAGS_save=$CPPFLAGS
|
CPPFLAGS_save=$CPPFLAGS
|
||||||
LDFLAGS_save=$LDFLAGS
|
LDFLAGS_save=$LDFLAGS
|
||||||
LIBS_save=$LIBS
|
LIBS_save=$LIBS
|
||||||
|
|
||||||
|
case "$target_os" in
|
||||||
|
*mingw*)
|
||||||
|
ms_check_dep_mingw_found=yes
|
||||||
|
;;
|
||||||
|
esac
|
||||||
|
if test "$ms_check_dep_mingw_found" != "yes" ; then
|
||||||
CPPFLAGS=`echo "-I$dep_headersdir"|sed -e "s:-I/usr/include[\ ]*$::"`
|
CPPFLAGS=`echo "-I$dep_headersdir"|sed -e "s:-I/usr/include[\ ]*$::"`
|
||||||
LIBS="-l$dep_lib"
|
|
||||||
LDFLAGS=`echo "-L$dep_libsdir"|sed -e "s:-L/usr/lib\(64\)*[\ ]*::"`
|
LDFLAGS=`echo "-L$dep_libsdir"|sed -e "s:-L/usr/lib\(64\)*[\ ]*::"`
|
||||||
|
else
|
||||||
|
CPPFLAGS="-I$dep_headersdir"
|
||||||
|
LDFLAGS="-L$dep_libsdir"
|
||||||
|
fi
|
||||||
|
|
||||||
|
|
||||||
|
LIBS="-l$dep_lib"
|
||||||
|
|
||||||
|
|
||||||
$2_CFLAGS="$CPPFLAGS"
|
$2_CFLAGS="$CPPFLAGS"
|
||||||
$2_LIBS="$LDFLAGS $LIBS"
|
$2_LIBS="$LDFLAGS $LIBS"
|
||||||
|
|
|
||||||
|
|
@ -497,12 +497,12 @@ msgstr "Mostra lo stato di presenza del contatto"
|
||||||
#: ../gtk-glade/contact.glade.h:6 ../gtk-glade/password.glade.h:5
|
#: ../gtk-glade/contact.glade.h:6 ../gtk-glade/password.glade.h:5
|
||||||
#: ../gtk-glade/sip_account.glade.h:9
|
#: ../gtk-glade/sip_account.glade.h:9
|
||||||
msgid "gtk-cancel"
|
msgid "gtk-cancel"
|
||||||
msgstr "gtk-elimina"
|
msgstr ""
|
||||||
|
|
||||||
#: ../gtk-glade/contact.glade.h:7 ../gtk-glade/password.glade.h:6
|
#: ../gtk-glade/contact.glade.h:7 ../gtk-glade/password.glade.h:6
|
||||||
#: ../gtk-glade/sip_account.glade.h:10
|
#: ../gtk-glade/sip_account.glade.h:10
|
||||||
msgid "gtk-ok"
|
msgid "gtk-ok"
|
||||||
msgstr "gtk-ok"
|
msgstr ""
|
||||||
|
|
||||||
#: ../gtk-glade/log.glade.h:1
|
#: ../gtk-glade/log.glade.h:1
|
||||||
msgid "Linphone debug window"
|
msgid "Linphone debug window"
|
||||||
|
|
@ -511,7 +511,7 @@ msgstr "Linphone debug window"
|
||||||
#: ../gtk-glade/log.glade.h:2 ../gtk-glade/call_logs.glade.h:2
|
#: ../gtk-glade/log.glade.h:2 ../gtk-glade/call_logs.glade.h:2
|
||||||
#: ../gtk-glade/chatroom.glade.h:2
|
#: ../gtk-glade/chatroom.glade.h:2
|
||||||
msgid "gtk-close"
|
msgid "gtk-close"
|
||||||
msgstr "gtk-chiudi"
|
msgstr ""
|
||||||
|
|
||||||
#: ../gtk-glade/password.glade.h:1
|
#: ../gtk-glade/password.glade.h:1
|
||||||
msgid "Linphone - Authentication required"
|
msgid "Linphone - Authentication required"
|
||||||
|
|
@ -829,15 +829,15 @@ msgstr "default scheda audio\n"
|
||||||
|
|
||||||
#: ../gtk-glade/parameters.glade.h:63
|
#: ../gtk-glade/parameters.glade.h:63
|
||||||
msgid "gtk-go-down"
|
msgid "gtk-go-down"
|
||||||
msgstr "gtk-giù"
|
msgstr ""
|
||||||
|
|
||||||
#: ../gtk-glade/parameters.glade.h:64
|
#: ../gtk-glade/parameters.glade.h:64
|
||||||
msgid "gtk-go-up"
|
msgid "gtk-go-up"
|
||||||
msgstr "gtk-su"
|
msgstr ""
|
||||||
|
|
||||||
#: ../gtk-glade/parameters.glade.h:65
|
#: ../gtk-glade/parameters.glade.h:65
|
||||||
msgid "gtk-media-play"
|
msgid "gtk-media-play"
|
||||||
msgstr "gtk-media-suona"
|
msgstr ""
|
||||||
|
|
||||||
#: ../gtk-glade/buddylookup.glade.h:1
|
#: ../gtk-glade/buddylookup.glade.h:1
|
||||||
msgid "<b>Search somebody</b>"
|
msgid "<b>Search somebody</b>"
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue