Commit 917d31801091e50237c3012a9955678032d0e557

Authored by Perry Werneck
1 parent 05818396

* Corrigindo problema na tradução PT_BR

 * Desativando extensão libreoffice
Showing 2 changed files with 43 additions and 40 deletions   Show diff stats
configure.ac
... ... @@ -703,45 +703,48 @@ AC_ARG_VAR([OFFICE_HOME], [Libreoffice home])
703 703 AC_ARG_VAR([OO_SDK_HOME], [Libreoffice SDK home])
704 704 AC_ARG_VAR([OO_SDK_URE_HOME], [Libreoffice URE home])
705 705  
706   -case "$host" in
707   - *-mingw32)
708   - app_cv_office="no"
709   - ;;
710   -
711   - *-apple-*)
712   - app_cv_office="no"
713   - ;;
714   -
715   - *)
716   - OO_LDFLAGS="-luno_cppu -luno_cppuhelpergcc3 -luno_salhelpergcc3"
717   -
718   - if test "_$OFFICE_HOME" == "_" ; then
719   - if test "$host_cpu" = "x86_64"; then
720   - OFFICE_HOME="/usr/lib64/libreoffice"
721   - else
722   - OFFICE_HOME="/usr/lib/libreoffice"
723   - fi
724   - fi
725   -
726   - if test "_$OO_SDK_HOME" == "_" ; then
727   - OO_SDK_HOME=$OFFICE_HOME/sdk
728   - fi
  706 +# Disabled due to problems with the latest libreoffice API.
  707 +app_cv_office="no"
729 708  
730   - if test "_$OO_SDK_URE_HOME" == "_" ; then
731   - if test -d $OFFICE_HOME/ure; then
732   - OO_SDK_URE_HOME="$OFFICE_HOME/ure"
733   - elif test -d $OFFICE_HOME/program/types.rdb; then
734   - OO_SDK_URE_HOME="$OFFICE_HOME/program"
735   - else
736   - if test "$host_cpu" = "x86_64"; then
737   - OO_SDK_URE_HOME="/usr/lib64/ure"
738   - else
739   - OO_SDK_URE_HOME="/usr/lib/ure"
740   - fi
741   - fi
742   - fi
743   -
744   -esac
  709 +#case "$host" in
  710 +# *-mingw32)
  711 +# app_cv_office="no"
  712 +# ;;
  713 +#
  714 +# *-apple-*)
  715 +# app_cv_office="no"
  716 +# ;;
  717 +#
  718 +# *)
  719 +# OO_LDFLAGS="-luno_cppu -luno_cppuhelpergcc3 -luno_salhelpergcc3"
  720 +#
  721 +# if test "_$OFFICE_HOME" == "_" ; then
  722 +# if test "$host_cpu" = "x86_64"; then
  723 +# OFFICE_HOME="/usr/lib64/libreoffice"
  724 +# else
  725 +# OFFICE_HOME="/usr/lib/libreoffice"
  726 +# fi
  727 +# fi
  728 +#
  729 +# if test "_$OO_SDK_HOME" == "_" ; then
  730 +# OO_SDK_HOME=$OFFICE_HOME/sdk
  731 +# fi
  732 +#
  733 +# if test "_$OO_SDK_URE_HOME" == "_" ; then
  734 +# if test -d $OFFICE_HOME/ure; then
  735 +# OO_SDK_URE_HOME="$OFFICE_HOME/ure"
  736 +# elif test -d $OFFICE_HOME/program/types.rdb; then
  737 +# OO_SDK_URE_HOME="$OFFICE_HOME/program"
  738 +# else
  739 +# if test "$host_cpu" = "x86_64"; then
  740 +# OO_SDK_URE_HOME="/usr/lib64/ure"
  741 +# else
  742 +# OO_SDK_URE_HOME="/usr/lib/ure"
  743 +# fi
  744 +# fi
  745 +# fi
  746 +#
  747 +#esac
745 748  
746 749 # Setup c++ compiler flags
747 750 if test -d "$prefix/include/libreoffice"; then
... ...
po/pt_BR.po
... ... @@ -5,7 +5,7 @@ msgid ""
5 5 msgstr ""
6 6 "Project-Id-Version: pw3270 5.0\n"
7 7 "Report-Msgid-Bugs-To: \n"
8   -"POT-Creation-Date: 2016-05-05 16:48-0300\n"
  8 +"POT-Creation-Date: 2016-05-06 09:59-0300\n"
9 9 "PO-Revision-Date: 2016-05-05 17:03-0300\n"
10 10 "Last-Translator: Perry Werneck <perry.werneck@gmail.com>\n"
11 11 "Language-Team: Português <perry.werneck@gmail.com>\n"
... ... @@ -1381,7 +1381,7 @@ msgstr &quot;Progresso&quot;
1381 1381  
1382 1382 #: ui/80javasamples.xml:41
1383 1383 msgid "Protection test"
1384   -msgstr "\n"
  1384 +msgstr "Protection test"
1385 1385  
1386 1386 #: colors.c:446
1387 1387 msgid "Purple"
... ...