mirror of
https://gitlab.linphone.org/BC/public/linphone-iphone.git
synced 2026-01-21 13:08:08 +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
|
||||
LDFLAGS_save=$LDFLAGS
|
||||
LIBS_save=$LIBS
|
||||
CPPFLAGS=`echo "-I$dep_headersdir"|sed -e "s:-I/usr/include[\ ]*$::"`
|
||||
|
||||
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[\ ]*$::"`
|
||||
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"
|
||||
LDFLAGS=`echo "-L$dep_libsdir"|sed -e "s:-L/usr/lib\(64\)*[\ ]*::"`
|
||||
|
||||
|
||||
$2_CFLAGS="$CPPFLAGS"
|
||||
$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/sip_account.glade.h:9
|
||||
msgid "gtk-cancel"
|
||||
msgstr "gtk-elimina"
|
||||
msgstr ""
|
||||
|
||||
#: ../gtk-glade/contact.glade.h:7 ../gtk-glade/password.glade.h:6
|
||||
#: ../gtk-glade/sip_account.glade.h:10
|
||||
msgid "gtk-ok"
|
||||
msgstr "gtk-ok"
|
||||
msgstr ""
|
||||
|
||||
#: ../gtk-glade/log.glade.h:1
|
||||
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/chatroom.glade.h:2
|
||||
msgid "gtk-close"
|
||||
msgstr "gtk-chiudi"
|
||||
msgstr ""
|
||||
|
||||
#: ../gtk-glade/password.glade.h:1
|
||||
msgid "Linphone - Authentication required"
|
||||
|
|
@ -829,15 +829,15 @@ msgstr "default scheda audio\n"
|
|||
|
||||
#: ../gtk-glade/parameters.glade.h:63
|
||||
msgid "gtk-go-down"
|
||||
msgstr "gtk-giù"
|
||||
msgstr ""
|
||||
|
||||
#: ../gtk-glade/parameters.glade.h:64
|
||||
msgid "gtk-go-up"
|
||||
msgstr "gtk-su"
|
||||
msgstr ""
|
||||
|
||||
#: ../gtk-glade/parameters.glade.h:65
|
||||
msgid "gtk-media-play"
|
||||
msgstr "gtk-media-suona"
|
||||
msgstr ""
|
||||
|
||||
#: ../gtk-glade/buddylookup.glade.h:1
|
||||
msgid "<b>Search somebody</b>"
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue