aboutsummaryrefslogtreecommitdiff
path: root/source/pt-BR
AgeCommit message (Expand)Author
2014-05-21update translations for 4.3.0 beta1libreoffice-4-3-branch-pointChristian Lohmaier
2014-04-20update translations for 4.3.0 alpha1Christian Lohmaier
2013-12-09update translations for 4.2.0 Beta2Christian Lohmaier
2013-11-21sync with po-templates for 4.2libreoffice-4-2-branch-pointChristian Lohmaier
2013-11-17remove Android Impress Remote translationsAndras Timar
2013-07-22fdo#67093 Change traduction of Title for some more languagesChristian Lohmaier
2013-06-27update translations for LibreOffice 4.1 rc1Andras Timar
2013-06-15typo/help l10n extraction errorAndras Timar
2013-06-12fdo#65512 fix missing imagesAndras Timar
2013-06-05update translations for LibreOffice 4.1 beta2Andras Timar
2013-06-05update translations for LibreOffice 4.1 beta2Andras Timar
2013-05-25initial import of 4.1 translationsAndras Timar
2013-05-25remove obsoleted .po filesAndras Timar
2013-05-07update translations for LibreOffice 4.0.3 rc1Andras Timar
2013-04-11update translations for LibreOffice 4.0.2 rc2Andras Timar
2013-04-11update translations for LibreOffice 4.0.2 rc1Andras Timar
2013-02-24update translations for LibreOffice 4.0.1 rc2Andras Timar
2013-02-17update translations for LibreOffice 4.0.1 rc1Andras Timar
2013-01-28Kazak -> Kazakh change in translationsAndras Timar
2013-01-28add missing translations for 'Insert' buttonAndras Timar
2013-01-28update translations for LibreOffice 4.0 rc3Andras Timar
2013-01-28quick fix for string freeze break in About boxAndras Timar
2013-01-28remove obsolete .po filesAndras Timar
2013-01-28typo fix in LibreLogo helpAndras Timar
2013-01-28update translations for LibreOffice 4.0 rc2Andras Timar
2013-01-06 update translations for LibreOffice 4.0 rc1Andras Timar
2012-12-16update translations for LibreOffice 4.0 beta2Andras Timar
2012-12-09fix of damaged files from beta1Andras Timar
2012-12-03translators wanted LibreLogo help in a separate fileAndras Timar
2012-12-03update translations for LibreOffice 4.0 beta1Andras Timar
2012-11-20add missing po file for filter/uiconfigAndras Timar
2012-11-20add tudes po filesAndras Timar
2012-11-20initial import of LibreOffice 4.0 translationsAndras Timar
2012-11-07add librelogo filesAndras Timar
2012-10-23move po files to correct locationDavid Tardon
2012-10-16move translations structure one directory upNorbert Thiebaud
libreoffice-5-1-6 LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/np_sdk
diff options
context:
space:
mode:
authorTor Lillqvist <tml@iki.fi>2011-05-16 00:09:23 +0300
committerTor Lillqvist <tlillqvist@novell.com>2011-05-16 00:09:23 +0300
commitf578312df033ba819cc4167617d035ee80cda8ba (patch)
tree8c0ea6a81c8a8713d2a72ec4ed73178c8ec9b563 /np_sdk
parentb860ec1e3baaf6e6d50e0d25f8a9524e78cd2a1f (diff)
No use building np_sdk for iOS or Android
Diffstat (limited to 'np_sdk')
-rw-r--r--np_sdk/mozsrc/makefile.mk3
1 files changed, 2 insertions, 1 deletions
diff --git a/np_sdk/mozsrc/makefile.mk b/np_sdk/mozsrc/makefile.mk
index 905146af5b35..1172a381e2e3 100644
--- a/np_sdk/mozsrc/makefile.mk
+++ b/np_sdk/mozsrc/makefile.mk
@@ -35,6 +35,7 @@ EXTERNAL_WARNINGS_NOT_ERRORS := TRUE
# --- Settings -----------------------------------------------------
.INCLUDE : settings.mk
+.IF "$(OS)"!="IOS" && "$(OS)"!="ANDROID"
.IF "$(L10N_framework)"==""
JDKINCS=
@@ -54,6 +55,6 @@ ALL: $(MOZFILES)
# --- Targets ------------------------------------------------------
.ENDIF # L10N_framework
+.ENDIF # iOS or Android
.INCLUDE : target.mk
-