summaryrefslogtreecommitdiffstats
path: root/tde-i18n-pt_BR/data/kdeedu/kturtle
diff options
context:
space:
mode:
Diffstat (limited to 'tde-i18n-pt_BR/data/kdeedu/kturtle')
-rw-r--r--tde-i18n-pt_BR/data/kdeedu/kturtle/Makefile.am11
-rw-r--r--tde-i18n-pt_BR/data/kdeedu/kturtle/Makefile.in492
-rw-r--r--tde-i18n-pt_BR/data/kdeedu/kturtle/comercial.logo126
-rw-r--r--tde-i18n-pt_BR/data/kdeedu/kturtle/coresdefundo.logo33
-rw-r--r--tde-i18n-pt_BR/data/kdeedu/kturtle/enrolado.logo13
-rw-r--r--tde-i18n-pt_BR/data/kdeedu/kturtle/flores.logo27
-rw-r--r--tde-i18n-pt_BR/data/kdeedu/kturtle/logohighlightstyle.pt_BR.xml141
-rw-r--r--tde-i18n-pt_BR/data/kdeedu/kturtle/logokeywords.pt_BR.xml241
-rw-r--r--tde-i18n-pt_BR/data/kdeedu/kturtle/multiplicacao.logo15
-rw-r--r--tde-i18n-pt_BR/data/kdeedu/kturtle/nomealeatorio.logo18
-rw-r--r--tde-i18n-pt_BR/data/kdeedu/kturtle/quadrado.logo6
-rw-r--r--tde-i18n-pt_BR/data/kdeedu/kturtle/quadradosss.logo23
-rw-r--r--tde-i18n-pt_BR/data/kdeedu/kturtle/seta.logo24
-rw-r--r--tde-i18n-pt_BR/data/kdeedu/kturtle/triangulo.logo7
-rw-r--r--tde-i18n-pt_BR/data/kdeedu/kturtle/triangulosss.logo25
15 files changed, 1202 insertions, 0 deletions
diff --git a/tde-i18n-pt_BR/data/kdeedu/kturtle/Makefile.am b/tde-i18n-pt_BR/data/kdeedu/kturtle/Makefile.am
new file mode 100644
index 00000000000..5648466386d
--- /dev/null
+++ b/tde-i18n-pt_BR/data/kdeedu/kturtle/Makefile.am
@@ -0,0 +1,11 @@
+txt_DATA = comercial.logo multiplicacao.logo seta.logo coresdefundo.logo nomealeatorio.logo triangulo.logo enrolado.logo quadrado.logo triangulosss.logo flores.logo quadradosss.logo
+
+txtdir = $(kde_datadir)/kturtle/examples/pt_BR
+
+xml_DATA = logohighlightstyle.pt_BR.xml
+xmldir = $(kde_datadir)/katepart/syntax
+
+keywords_DATA = logokeywords.pt_BR.xml
+keywordsdir = $(kde_datadir)/kturtle/data
+EXTRA_DIST = $(txt_DATA) $(xml_DATA) $(keywords_DATA)
+
diff --git a/tde-i18n-pt_BR/data/kdeedu/kturtle/Makefile.in b/tde-i18n-pt_BR/data/kdeedu/kturtle/Makefile.in
new file mode 100644
index 00000000000..fdf587befc4
--- /dev/null
+++ b/tde-i18n-pt_BR/data/kdeedu/kturtle/Makefile.in
@@ -0,0 +1,492 @@
+# Makefile.in generated by automake 1.10.1 from Makefile.am.
+# KDE tags expanded automatically by am_edit - $Revision: 483858 $
+# @configure_input@
+
+# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
+# 2003, 2004, 2005, 2006, 2007, 2008 Free Software Foundation, Inc.
+# This Makefile.in is free software; the Free Software Foundation
+# gives unlimited permission to copy and/or distribute it,
+# with or without modifications, as long as this notice is preserved.
+
+# This program is distributed in the hope that it will be useful,
+# but WITHOUT ANY WARRANTY, to the extent permitted by law; without
+# even the implied warranty of MERCHANTABILITY or FITNESS FOR A
+# PARTICULAR PURPOSE.
+
+@SET_MAKE@
+
+VPATH = @srcdir@
+pkgdatadir = $(datadir)/@PACKAGE@
+pkglibdir = $(libdir)/@PACKAGE@
+pkgincludedir = $(includedir)/@PACKAGE@
+am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
+install_sh_DATA = $(install_sh) -c -m 644
+install_sh_PROGRAM = $(install_sh) -c
+install_sh_SCRIPT = $(install_sh) -c
+INSTALL_HEADER = $(INSTALL_DATA)
+transform = $(program_transform_name)
+NORMAL_INSTALL = :
+PRE_INSTALL = :
+POST_INSTALL = :
+NORMAL_UNINSTALL = :
+PRE_UNINSTALL = :
+POST_UNINSTALL = :
+subdir = data/kdeedu/kturtle
+DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in
+ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
+am__aclocal_m4_deps = $(top_srcdir)/acinclude.m4 \
+ $(top_srcdir)/configure.in
+am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
+ $(ACLOCAL_M4)
+mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
+CONFIG_HEADER = $(top_builddir)/config.h
+CONFIG_CLEAN_FILES =
+SOURCES =
+DIST_SOURCES =
+am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
+am__vpath_adj = case $$p in \
+ $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
+ *) f=$$p;; \
+ esac;
+am__strip_dir = `echo $$p | sed -e 's|^.*/||'`;
+am__installdirs = "$(DESTDIR)$(keywordsdir)" "$(DESTDIR)$(txtdir)" \
+ "$(DESTDIR)$(xmldir)"
+keywordsDATA_INSTALL = $(INSTALL_DATA)
+txtDATA_INSTALL = $(INSTALL_DATA)
+xmlDATA_INSTALL = $(INSTALL_DATA)
+DATA = $(keywords_DATA) $(txt_DATA) $(xml_DATA)
+#>- DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
+#>+ 1
+DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) $(KDE_DIST)
+ACLOCAL = @ACLOCAL@
+AMTAR = @AMTAR@
+ARTSCCONFIG = @ARTSCCONFIG@
+AUTOCONF = @AUTOCONF@
+AUTODIRS = @AUTODIRS@
+AUTOHEADER = @AUTOHEADER@
+AUTOMAKE = @AUTOMAKE@
+AWK = @AWK@
+CONF_FILES = @CONF_FILES@
+CYGPATH_W = @CYGPATH_W@
+DCOPIDL = @DCOPIDL@
+DCOPIDL2CPP = @DCOPIDL2CPP@
+DCOPIDLNG = @DCOPIDLNG@
+DCOP_DEPENDENCIES = @DCOP_DEPENDENCIES@
+DEFS = @DEFS@
+ECHO_C = @ECHO_C@
+ECHO_N = @ECHO_N@
+ECHO_T = @ECHO_T@
+GMSGFMT = @GMSGFMT@
+INSTALL = @INSTALL@
+INSTALL_DATA = @INSTALL_DATA@
+INSTALL_PROGRAM = @INSTALL_PROGRAM@
+INSTALL_SCRIPT = @INSTALL_SCRIPT@
+INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
+KCFG_DEPENDENCIES = @KCFG_DEPENDENCIES@
+KCONFIG_COMPILER = @KCONFIG_COMPILER@
+KDECONFIG = @KDECONFIG@
+KDE_EXTRA_RPATH = @KDE_EXTRA_RPATH@
+KDE_RPATH = @KDE_RPATH@
+KDE_XSL_STYLESHEET = @KDE_XSL_STYLESHEET@
+LIBOBJS = @LIBOBJS@
+LIBS = @LIBS@
+LN_S = @LN_S@
+LTLIBOBJS = @LTLIBOBJS@
+MAKEINFO = @MAKEINFO@
+MAKEKDEWIDGETS = @MAKEKDEWIDGETS@
+MCOPIDL = @MCOPIDL@
+MEINPROC = @MEINPROC@
+MKDIR_P = @MKDIR_P@
+MSGFMT = @MSGFMT@
+PACKAGE = @PACKAGE@
+PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
+PACKAGE_NAME = @PACKAGE_NAME@
+PACKAGE_STRING = @PACKAGE_STRING@
+PACKAGE_TARNAME = @PACKAGE_TARNAME@
+PACKAGE_VERSION = @PACKAGE_VERSION@
+PATH_SEPARATOR = @PATH_SEPARATOR@
+SET_MAKE = @SET_MAKE@
+SHELL = @SHELL@
+STRIP = @STRIP@
+TOPSUBDIRS = @TOPSUBDIRS@
+VERSION = @VERSION@
+XGETTEXT = @XGETTEXT@
+XMLLINT = @XMLLINT@
+X_RPATH = @X_RPATH@
+abs_builddir = @abs_builddir@
+abs_srcdir = @abs_srcdir@
+abs_top_builddir = @abs_top_builddir@
+abs_top_srcdir = @abs_top_srcdir@
+am__leading_dot = @am__leading_dot@
+am__tar = @am__tar@
+am__untar = @am__untar@
+#>- bindir = @bindir@
+#>+ 2
+DEPDIR = .deps
+bindir = @bindir@
+build_alias = @build_alias@
+builddir = @builddir@
+datadir = @datadir@
+datarootdir = @datarootdir@
+docdir = @docdir@
+dvidir = @dvidir@
+exec_prefix = @exec_prefix@
+host_alias = @host_alias@
+htmldir = @htmldir@
+includedir = @includedir@
+infodir = @infodir@
+install_sh = @install_sh@
+kde_appsdir = @kde_appsdir@
+kde_bindir = @kde_bindir@
+kde_confdir = @kde_confdir@
+kde_datadir = @kde_datadir@
+kde_htmldir = @kde_htmldir@
+kde_icondir = @kde_icondir@
+kde_kcfgdir = @kde_kcfgdir@
+kde_libs_htmldir = @kde_libs_htmldir@
+kde_libs_prefix = @kde_libs_prefix@
+kde_locale = @kde_locale@
+kde_mimedir = @kde_mimedir@
+kde_moduledir = @kde_moduledir@
+kde_servicesdir = @kde_servicesdir@
+kde_servicetypesdir = @kde_servicetypesdir@
+kde_sounddir = @kde_sounddir@
+kde_styledir = @kde_styledir@
+kde_templatesdir = @kde_templatesdir@
+kde_wallpaperdir = @kde_wallpaperdir@
+kde_widgetdir = @kde_widgetdir@
+kdeinitdir = @kdeinitdir@
+libdir = @libdir@
+libexecdir = @libexecdir@
+localedir = @localedir@
+localstatedir = @localstatedir@
+mandir = @mandir@
+mkdir_p = @mkdir_p@
+oldincludedir = @oldincludedir@
+pdfdir = @pdfdir@
+prefix = @prefix@
+program_transform_name = @program_transform_name@
+psdir = @psdir@
+sbindir = @sbindir@
+sharedstatedir = @sharedstatedir@
+srcdir = @srcdir@
+sysconfdir = @sysconfdir@
+target_alias = @target_alias@
+top_builddir = @top_builddir@
+top_srcdir = @top_srcdir@
+xdg_appsdir = @xdg_appsdir@
+xdg_directorydir = @xdg_directorydir@
+xdg_menudir = @xdg_menudir@
+txt_DATA = comercial.logo multiplicacao.logo seta.logo coresdefundo.logo nomealeatorio.logo triangulo.logo enrolado.logo quadrado.logo triangulosss.logo flores.logo quadradosss.logo
+txtdir = $(kde_datadir)/kturtle/examples/pt_BR
+xml_DATA = logohighlightstyle.pt_BR.xml
+xmldir = $(kde_datadir)/katepart/syntax
+keywords_DATA = logokeywords.pt_BR.xml
+keywordsdir = $(kde_datadir)/kturtle/data
+EXTRA_DIST = $(txt_DATA) $(xml_DATA) $(keywords_DATA)
+#>- all: all-am
+#>+ 1
+all: docs-am all-am
+
+.SUFFIXES:
+$(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps)
+#>- @for dep in $?; do \
+#>- case '$(am__configure_deps)' in \
+#>- *$$dep*) \
+#>- cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
+#>- && exit 0; \
+#>- exit 1;; \
+#>- esac; \
+#>- done; \
+#>- echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu data/kdeedu/kturtle/Makefile'; \
+#>- cd $(top_srcdir) && \
+#>- $(AUTOMAKE) --gnu data/kdeedu/kturtle/Makefile
+#>+ 12
+ @for dep in $?; do \
+ case '$(am__configure_deps)' in \
+ *$$dep*) \
+ cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
+ && exit 0; \
+ exit 1;; \
+ esac; \
+ done; \
+ echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu data/kdeedu/kturtle/Makefile'; \
+ cd $(top_srcdir) && \
+ $(AUTOMAKE) --gnu data/kdeedu/kturtle/Makefile
+ cd $(top_srcdir) && perl ../scripts/admin/am_edit -p../scripts/admin data/kdeedu/kturtle/Makefile.in
+.PRECIOUS: Makefile
+Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
+ @case '$?' in \
+ *config.status*) \
+ cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
+ *) \
+ echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
+ cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
+ esac;
+
+$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
+ cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
+
+$(top_srcdir)/configure: $(am__configure_deps)
+ cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
+$(ACLOCAL_M4): $(am__aclocal_m4_deps)
+ cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
+install-keywordsDATA: $(keywords_DATA)
+ @$(NORMAL_INSTALL)
+ test -z "$(keywordsdir)" || $(MKDIR_P) "$(DESTDIR)$(keywordsdir)"
+ @list='$(keywords_DATA)'; for p in $$list; do \
+ if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
+ f=$(am__strip_dir) \
+ echo " $(keywordsDATA_INSTALL) '$$d$$p' '$(DESTDIR)$(keywordsdir)/$$f'"; \
+ $(keywordsDATA_INSTALL) "$$d$$p" "$(DESTDIR)$(keywordsdir)/$$f"; \
+ done
+
+uninstall-keywordsDATA:
+ @$(NORMAL_UNINSTALL)
+ @list='$(keywords_DATA)'; for p in $$list; do \
+ f=$(am__strip_dir) \
+ echo " rm -f '$(DESTDIR)$(keywordsdir)/$$f'"; \
+ rm -f "$(DESTDIR)$(keywordsdir)/$$f"; \
+ done
+install-txtDATA: $(txt_DATA)
+ @$(NORMAL_INSTALL)
+ test -z "$(txtdir)" || $(MKDIR_P) "$(DESTDIR)$(txtdir)"
+ @list='$(txt_DATA)'; for p in $$list; do \
+ if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
+ f=$(am__strip_dir) \
+ echo " $(txtDATA_INSTALL) '$$d$$p' '$(DESTDIR)$(txtdir)/$$f'"; \
+ $(txtDATA_INSTALL) "$$d$$p" "$(DESTDIR)$(txtdir)/$$f"; \
+ done
+
+uninstall-txtDATA:
+ @$(NORMAL_UNINSTALL)
+ @list='$(txt_DATA)'; for p in $$list; do \
+ f=$(am__strip_dir) \
+ echo " rm -f '$(DESTDIR)$(txtdir)/$$f'"; \
+ rm -f "$(DESTDIR)$(txtdir)/$$f"; \
+ done
+install-xmlDATA: $(xml_DATA)
+ @$(NORMAL_INSTALL)
+ test -z "$(xmldir)" || $(MKDIR_P) "$(DESTDIR)$(xmldir)"
+ @list='$(xml_DATA)'; for p in $$list; do \
+ if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
+ f=$(am__strip_dir) \
+ echo " $(xmlDATA_INSTALL) '$$d$$p' '$(DESTDIR)$(xmldir)/$$f'"; \
+ $(xmlDATA_INSTALL) "$$d$$p" "$(DESTDIR)$(xmldir)/$$f"; \
+ done
+
+uninstall-xmlDATA:
+ @$(NORMAL_UNINSTALL)
+ @list='$(xml_DATA)'; for p in $$list; do \
+ f=$(am__strip_dir) \
+ echo " rm -f '$(DESTDIR)$(xmldir)/$$f'"; \
+ rm -f "$(DESTDIR)$(xmldir)/$$f"; \
+ done
+tags: TAGS
+TAGS:
+
+ctags: CTAGS
+CTAGS:
+
+
+distdir: $(DISTFILES)
+ @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
+ topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
+ list='$(DISTFILES)'; \
+ dist_files=`for file in $$list; do echo $$file; done | \
+ sed -e "s|^$$srcdirstrip/||;t" \
+ -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
+ case $$dist_files in \
+ */*) $(MKDIR_P) `echo "$$dist_files" | \
+ sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
+ sort -u` ;; \
+ esac; \
+ for file in $$dist_files; do \
+ if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
+ if test -d $$d/$$file; then \
+ dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
+ if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
+ cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
+ fi; \
+ cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
+ else \
+ test -f $(distdir)/$$file \
+ || cp -p $$d/$$file $(distdir)/$$file \
+ || exit 1; \
+ fi; \
+ done
+check-am: all-am
+check: check-am
+all-am: Makefile $(DATA)
+installdirs:
+ for dir in "$(DESTDIR)$(keywordsdir)" "$(DESTDIR)$(txtdir)" "$(DESTDIR)$(xmldir)"; do \
+ test -z "$$dir" || $(MKDIR_P) "$$dir"; \
+ done
+install: install-am
+install-exec: install-exec-am
+install-data: install-data-am
+uninstall: uninstall-am
+
+install-am: all-am
+ @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
+
+installcheck: installcheck-am
+install-strip:
+ $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
+ install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
+ `test -z '$(STRIP)' || \
+ echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
+mostlyclean-generic:
+
+clean-generic:
+
+distclean-generic:
+ -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
+
+maintainer-clean-generic:
+ @echo "This command is intended for maintainers to use"
+ @echo "it deletes files that may require special tools to rebuild."
+#>- clean: clean-am
+#>+ 1
+clean: kde-rpo-clean clean-am
+
+#>- clean-am: clean-generic mostlyclean-am
+#>+ 1
+clean-am: clean-bcheck clean-generic mostlyclean-am
+
+distclean: distclean-am
+ -rm -f Makefile
+distclean-am: clean-am distclean-generic
+
+dvi: dvi-am
+
+dvi-am:
+
+html: html-am
+
+info: info-am
+
+info-am:
+
+install-data-am: install-keywordsDATA install-txtDATA install-xmlDATA
+
+install-dvi: install-dvi-am
+
+install-exec-am:
+
+install-html: install-html-am
+
+install-info: install-info-am
+
+install-man:
+
+install-pdf: install-pdf-am
+
+install-ps: install-ps-am
+
+installcheck-am:
+
+maintainer-clean: maintainer-clean-am
+ -rm -f Makefile
+maintainer-clean-am: distclean-am maintainer-clean-generic
+
+mostlyclean: mostlyclean-am
+
+mostlyclean-am: mostlyclean-generic
+
+pdf: pdf-am
+
+pdf-am:
+
+ps: ps-am
+
+ps-am:
+
+uninstall-am: uninstall-keywordsDATA uninstall-txtDATA \
+ uninstall-xmlDATA
+
+.MAKE: install-am install-strip
+
+.PHONY: all all-am check check-am clean clean-generic distclean \
+ distclean-generic distdir dvi dvi-am html html-am info info-am \
+ install install-am install-data install-data-am install-dvi \
+ install-dvi-am install-exec install-exec-am install-html \
+ install-html-am install-info install-info-am \
+ install-keywordsDATA install-man install-pdf install-pdf-am \
+ install-ps install-ps-am install-strip install-txtDATA \
+ install-xmlDATA installcheck installcheck-am installdirs \
+ maintainer-clean maintainer-clean-generic mostlyclean \
+ mostlyclean-generic pdf pdf-am ps ps-am uninstall uninstall-am \
+ uninstall-keywordsDATA uninstall-txtDATA uninstall-xmlDATA
+
+# Tell versions [3.59,3.63) of GNU make to not export all variables.
+# Otherwise a system limit (for SysV at least) may be exceeded.
+.NOEXPORT:
+
+#>+ 2
+KDE_DIST=nomealeatorio.logo logokeywords.pt_BR.xml logohighlightstyle.pt_BR.xml coresdefundo.logo Makefile.in comercial.logo multiplicacao.logo triangulo.logo quadradosss.logo triangulosss.logo Makefile.am seta.logo enrolado.logo quadrado.logo flores.logo
+
+#>+ 2
+docs-am:
+
+#>+ 15
+force-reedit:
+ @for dep in $?; do \
+ case '$(am__configure_deps)' in \
+ *$$dep*) \
+ cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
+ && exit 0; \
+ exit 1;; \
+ esac; \
+ done; \
+ echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu data/kdeedu/kturtle/Makefile'; \
+ cd $(top_srcdir) && \
+ $(AUTOMAKE) --gnu data/kdeedu/kturtle/Makefile
+ cd $(top_srcdir) && perl ../scripts/admin/am_edit -p../scripts/admin data/kdeedu/kturtle/Makefile.in
+
+
+#>+ 21
+clean-bcheck:
+ rm -f *.bchecktest.cc *.bchecktest.cc.class a.out
+
+bcheck: bcheck-am
+
+bcheck-am:
+ @for i in ; do \
+ if test $(srcdir)/$$i -nt $$i.bchecktest.cc; then \
+ echo "int main() {return 0;}" > $$i.bchecktest.cc ; \
+ echo "#include \"$$i\"" >> $$i.bchecktest.cc ; \
+ echo "$$i"; \
+ if ! $(CXX) $(DEFS) -I. -I$(srcdir) -I$(top_builddir) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(CXXFLAGS) $(KDE_CXXFLAGS) --dump-class-hierarchy -c $$i.bchecktest.cc; then \
+ rm -f $$i.bchecktest.cc; exit 1; \
+ fi ; \
+ echo "" >> $$i.bchecktest.cc.class; \
+ perl $(top_srcdir)/admin/bcheck.pl $$i.bchecktest.cc.class || { rm -f $$i.bchecktest.cc; exit 1; }; \
+ rm -f a.out; \
+ fi ; \
+ done
+
+
+#>+ 3
+final:
+ $(MAKE) all-am
+
+#>+ 3
+final-install:
+ $(MAKE) install-am
+
+#>+ 3
+no-final:
+ $(MAKE) all-am
+
+#>+ 3
+no-final-install:
+ $(MAKE) install-am
+
+#>+ 3
+kde-rpo-clean:
+ -rm -f *.rpo
+
+#>+ 3
+nmcheck:
+nmcheck-am: nmcheck
diff --git a/tde-i18n-pt_BR/data/kdeedu/kturtle/comercial.logo b/tde-i18n-pt_BR/data/kdeedu/kturtle/comercial.logo
new file mode 100644
index 00000000000..19b7b48c653
--- /dev/null
+++ b/tde-i18n-pt_BR/data/kdeedu/kturtle/comercial.logo
@@ -0,0 +1,126 @@
+# Pequeno comercial do KTurtle :)
+
+apague
+tamanhodatela 400,190
+larguradolápis 10
+
+
+aprenda K x,y [
+ dir 0
+ vápara x,y
+ pt 75
+ vápara x+40,y
+ dir -140
+ pf 60
+ pt 10
+ pe 85
+ pf 50
+]
+
+aprenda T x,y [
+ vápara x,y
+ dir 90
+ pf 50
+ pt 25
+ dir 180
+ pf 70
+]
+
+aprenda u x,y [
+ vápara x,y
+ dir 180
+ pf 47
+ pe 45
+ pf 7
+ pe 45
+ pf 20
+ pe 45
+ pf 7
+ pe 45
+ pf 47
+]
+
+aprenda r x,y [
+ vápara x,y
+ dir 180
+ pf 55
+ vápara x,y+15
+ dir 45
+ usenada
+ pf 4
+ uselápis
+ pf 10
+ pd 45
+ pf 10
+]
+
+aprenda t x,y [
+ dir 180
+ vápara x,y
+ pf 67
+ pe 45
+ pf 7
+ pe 45
+ pf 10
+ vápara x,y+30
+ dir 90
+ pf 10
+]
+
+aprenda l x,y [
+ dir 180
+ vápara x,y
+ pf 77
+]
+
+aprenda e x,y [
+ vápara x,y+30
+ dir 90
+ pf 50
+ pe 90
+ pf 15
+ pe 45
+ pf 15
+ pe 45
+ pf 20
+ pe 45
+ pf 15
+ pe 45
+ pf 25
+ pe 45
+ pf 15
+ pe 45
+ pf 25
+]
+
+
+K 50,30
+T 108,35
+u 167,50
+r 220,50
+t 256,30
+l 289,30
+e 305,50
+
+vápara 12,115
+tamanhodafonte 25
+mostre "Ambiente de Programação Educztiva"
+
+desapareça
+espere 1
+apareça
+
+vápara 120,145
+dir 80
+larguradolápis 5
+cordolápis 255,0,0
+pf 130
+
+espere 0.5
+vápara 180,135
+mostre "começar"
+
+vápara 238,160
+espere 0.5
+dir 0
+
diff --git a/tde-i18n-pt_BR/data/kdeedu/kturtle/coresdefundo.logo b/tde-i18n-pt_BR/data/kdeedu/kturtle/coresdefundo.logo
new file mode 100644
index 00000000000..c892710f7ea
--- /dev/null
+++ b/tde-i18n-pt_BR/data/kdeedu/kturtle/coresdefundo.logo
@@ -0,0 +1,33 @@
+# color demo
+
+cordofundo 255,255,255
+desapareça
+
+repita 5 [
+
+ para c = 0 até 255 [
+ cordofundo 255-c,255,255
+ ]
+ para c = 0 até 255 [
+ cordofundo 0,255-c,255
+ ]
+ para c = 0 até 255 [
+ cordofundo c,0,255
+ ]
+ para c = 0 até 255 [
+ cordofundo 255,c,255-c
+ ]
+ para c = 0 até 255 [
+ cordofundo 255,255-c,0
+ ]
+ para c = 0 até 255 [
+ cordofundo 255,0,c
+ ]
+ para c = 0 até 255 [
+ cordofundo 255-c,0,255-c
+ ]
+ para c = 0 até 255 [
+ cordofundo c,c,c
+ ]
+
+]
diff --git a/tde-i18n-pt_BR/data/kdeedu/kturtle/enrolado.logo b/tde-i18n-pt_BR/data/kdeedu/kturtle/enrolado.logo
new file mode 100644
index 00000000000..4c71dfa6eb4
--- /dev/null
+++ b/tde-i18n-pt_BR/data/kdeedu/kturtle/enrolado.logo
@@ -0,0 +1,13 @@
+# enrolado
+
+apague
+usenada
+pf 50
+uselápis
+
+repita 4 [
+ para x = 1 até 100 [
+ pf 10
+ pd 100 - x
+ ]
+]
diff --git a/tde-i18n-pt_BR/data/kdeedu/kturtle/flores.logo b/tde-i18n-pt_BR/data/kdeedu/kturtle/flores.logo
new file mode 100644
index 00000000000..cc719acec64
--- /dev/null
+++ b/tde-i18n-pt_BR/data/kdeedu/kturtle/flores.logo
@@ -0,0 +1,27 @@
+# flores
+
+apague
+tamanhodatela 170, 170
+cordofundo 255, 55, 140
+vápara 45, 120
+cordolápis 160, 0, 255
+larguradolápis 3
+
+repita 8 [
+ repita 4 [
+ pf 20
+ pd 30
+ ]
+ repita 7 [
+ pf 10
+ pd 15
+ ]
+ repita 9 [
+ pf 3
+ pd 10
+ ]
+]
+
+vápara 145, 145
+dir 0
+
diff --git a/tde-i18n-pt_BR/data/kdeedu/kturtle/logohighlightstyle.pt_BR.xml b/tde-i18n-pt_BR/data/kdeedu/kturtle/logohighlightstyle.pt_BR.xml
new file mode 100644
index 00000000000..d5c9fa9951e
--- /dev/null
+++ b/tde-i18n-pt_BR/data/kdeedu/kturtle/logohighlightstyle.pt_BR.xml
@@ -0,0 +1,141 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE language>
+<!-- Logo syntax highlightning v0.2 by Cies Breijs -->
+<language name="pt_BR" version="0.2" kateversion="2.1" section="Logo" extensions="*.logo;*.lgo;*.LOGO;*.Logo" mimetype="text/x-logosrc;text/x-logo;application/x-logo" priority="9" casesensitive="0">
+
+
+<highlighting>
+ <list name="metafunctions">
+ <item> aprenda </item>
+ </list>
+
+ <list name="statements">
+ <item> execute </item>
+ <item> limpetela </item>
+ <item> lt </item>
+ <item> vápara </item>
+ <item> váparax </item>
+ <item> vx </item>
+ <item> váparay </item>
+ <item> vy </item>
+ <item> parafrente </item>
+ <item> pf </item>
+ <item> paratrás </item>
+ <item> pt </item>
+ <item> direção </item>
+ <item> dir </item>
+ <item> paraesquerda </item>
+ <item> pe </item>
+ <item> paradireita </item>
+ <item> pd </item>
+ <item> centralize </item>
+ <item> larguradolápis </item>
+ <item> ll </item>
+ <item> usenada </item>
+ <item> un </item>
+ <item> uselápis </item>
+ <item> ul </item>
+ <item> cordolápis </item>
+ <item> cl </item>
+ <item> cordofundo </item>
+ <item> cf </item>
+ <item> tamanhodatela </item>
+ <item> tt </item>
+ <item> apareça </item>
+ <item> ap </item>
+ <item> desapareça </item>
+ <item> da </item>
+ <item> pressione </item>
+ <item> pr </item>
+ <item> mude </item>
+ <item> mu </item>
+ <item> mensagem </item>
+ <item> leia </item>
+ <item> mostre </item>
+ <item> fonte </item>
+ <item> tamanhodafonte </item>
+ <item> aleatório </item>
+ <item> continue </item>
+ <item> nãocontinue </item>
+ <item> apague </item>
+ </list>
+
+ <list name="controllers">
+ <item> enquanto </item>
+ <item> paracada </item>
+ <item> em </item>
+ <item> para </item>
+ <item> até </item>
+ <item> faça </item>
+ <item> repita </item>
+ <item> rpt </item>
+ <item> se </item>
+ <item> senão </item>
+ <item> retorne </item>
+ <item> quebre </item>
+ <item> espere </item>
+ </list>
+
+ <list name="boolops">
+ <item> e </item>
+ <item> ou </item>
+ <item> não </item>
+ </list>
+
+ <contexts>
+ <context name="Normal" attribute="Normal Text" lineEndContext="#stay">
+
+ <keyword attribute="MetaFunctions" String="metafunctions" context="#stay"/>
+ <keyword attribute="Statements" String="statements" context="#stay"/>
+ <keyword attribute="Execution Controllers" String="controllers" context="#stay"/>
+ <keyword attribute="Boolean Operators" String="boolops" context="#stay"/>
+
+ <RegExpr attribute="Expressers" String="([!=&gt;&lt;][=]|[&gt;&lt;])" context="#stay"/>
+ <RegExpr attribute="Normal" String="[a-zA-Z_][a-zA-Z_0-9]+" context="#stay"/>
+ <RegExpr attribute="Number" String="([0-9]+\.[0-9]*|\.[0-9]+)?|[0-9]*" context="#stay"/>
+ <RegExpr attribute="Comment" String="#.*$" context="#stay"/>
+ <RegExpr attribute="Operator" String="[+*/\(\)-]" context="#stay"/>
+ <RegExpr attribute="Scopes" String="[\[\]]" context="#stay"/>
+ <DetectChar attribute="String" char="&quot;" context="String"/>
+ </context>
+
+ <context name="String" attribute="String" lineEndContext="#stay">
+ <HlCStringChar attribute="String" context="#stay"/>
+ <RegExpr attribute="Operator" String="%[a-zA-Z]" context="#stay"/>
+ <DetectChar attribute="String" char="&quot;" context="#pop"/>
+ </context>
+
+ </contexts>
+
+ <itemDatas>
+ <itemData name="Normal Text" defStyleNum="dsNormal"/>
+ <itemData name="Normal" defStyleNum="dsNormal"/>
+ <itemData name="MetaFunctions" defStyleNum="dsKeyword" color="#00bb00" selColor="#ffffff" bold="1" italic="0"/>
+ <itemData name="Statements" defStyleNum="dsKeyword" color="#006600" selColor="#ffffff" bold="0" italic="0"/>
+ <itemData name="Execution Controllers" defStyleNum="dsKeyword" color="#006600" selColor="#ffffff" bold="1" italic="0"/>
+ <itemData name="Expressers" defStyleNum="dsKeyword" color="#1e99cc" selColor="#ffffff" bold="1" italic="0"/>
+ <itemData name="Boolean Operators" defStyleNum="dsKeyword" color="#9922cc" selColor="#ffffff" bold="1" italic="0"/>
+ <itemData name="Scopes" defStyleNum="dsKeyword" color="#00bb00" selColor="#ffffff" bold="1" italic="0"/>
+ <itemData name="Number" defStyleNum="dsFloat" color="#0000ff" selColor="#00eeff" bold="0" italic="0"/>
+ <itemData name="Comment" defStyleNum="dsComment" color="#999922" selColor="#888888" bold="0" italic="0"/>
+ <itemData name="String" defStyleNum="dsString" color="#800000" selColor="#ffffff" bold="0" italic="0"/>
+ <itemData name="Raw String" defStyleNum="dsString" color="#800000" selColor="#ffffff" bold="0" italic="0"/>
+ <itemData name="Operator" defStyleNum="dsOthers" color="#888888" selColor="#ffffff" bold="0" italic="0"/>
+ </itemDatas>
+</highlighting>
+
+
+<general>
+
+ <folding indentationsensitive="0" />
+
+ <comments>
+ <comment name="singleLine" start="#" />
+ </comments>
+
+ <keywords casesensitive="0" />
+
+</general>
+
+
+</language>
diff --git a/tde-i18n-pt_BR/data/kdeedu/kturtle/logokeywords.pt_BR.xml b/tde-i18n-pt_BR/data/kdeedu/kturtle/logokeywords.pt_BR.xml
new file mode 100644
index 00000000000..e11cf0eea4d
--- /dev/null
+++ b/tde-i18n-pt_BR/data/kdeedu/kturtle/logokeywords.pt_BR.xml
@@ -0,0 +1,241 @@
+<?xml version="1.0"?>
+<!DOCTYPE logokeywords>
+
+<logokeywords lang="pt_BR" ver="0.01">
+
+<!-- scope -->
+ <command name="begin">
+ <keyword>[</keyword>
+ </command>
+
+ <command name="end">
+ <keyword>]</keyword>
+ </command>
+
+
+
+<!--
+TO THE TRANSLATORS:
+
+Translate the terms between the KEYWORD tags to the appropriate term in your language.
+You might want to checkout what terms other Logo languages have chosen in the past (google is your friend).
+Make sure to see the scripts and the README file in the kdeedu/kturtle/scripts directory, they help you!
+If you did not read it allready: there is a chapter on how to translate KTurtle in the KTurtle documentation.
+
+Thanks for your efford, we love you!
+-->
+
+
+
+
+<!-- execution controllers -->
+ <command name="while">
+ <keyword>enquanto</keyword>
+ </command>
+
+ <command name="if">
+ <keyword>se</keyword>
+ </command>
+
+ <command name="else">
+ <keyword>senão</keyword>
+ </command>
+
+ <command name="for">
+ <keyword>para</keyword>
+ </command>
+
+ <command name="to">
+ <keyword>até</keyword>
+ </command>
+
+ <command name="return">
+ <keyword>retorne</keyword>
+ </command>
+
+ <command name="break">
+ <keyword>quebre</keyword>
+ </command>
+
+ <command name="foreach">
+ <keyword>paracada</keyword>
+ </command>
+
+ <command name="in">
+ <keyword>em</keyword>
+ </command>
+
+ <command name="do">
+ <keyword>faça</keyword>
+ </command>
+
+ <command name="repeat">
+ <keyword>repita</keyword>
+ <alias>rpt</alias>
+ </command>
+
+ <command name="wait">
+ <keyword>espere</keyword>
+ </command>
+
+
+<!-- boolean operators -->
+ <command name="and">
+ <keyword>e</keyword>
+ </command>
+
+ <command name="or">
+ <keyword>ou</keyword>
+ </command>
+
+ <command name="not">
+ <keyword>não</keyword>
+ </command>
+
+
+<!-- the meta command -->
+ <command name="learn">
+ <keyword>aprenda</keyword>
+ </command>
+
+
+<!-- normal keywords -->
+ <command name="run">
+ <keyword>execute</keyword>
+ </command>
+
+ <command name="clear">
+ <keyword>limpetela</keyword>
+ <alias>lt</alias>
+ </command>
+
+ <command name="go">
+ <keyword>vápara</keyword>
+ </command>
+
+ <command name="gox">
+ <keyword>váparax</keyword>
+ <alias>vx</alias>
+ </command>
+
+ <command name="goy">
+ <keyword>váparay</keyword>
+ <alias>vy</alias>
+ </command>
+
+ <command name="forward">
+ <keyword>parafrente</keyword>
+ <alias>pf</alias>
+ </command>
+
+ <command name="backward">
+ <keyword>paratrás</keyword>
+ <alias>pt</alias>
+ </command>
+
+ <command name="direction">
+ <keyword>direção</keyword>
+ <alias>dir</alias>
+ </command>
+
+ <command name="turnleft">
+ <keyword>paraesquerda</keyword>
+ <alias>pe</alias>
+ </command>
+
+ <command name="turnright">
+ <keyword>paradireita</keyword>
+ <alias>pd</alias>
+ </command>
+
+ <command name="center">
+ <keyword>centralize</keyword>
+ </command>
+
+ <command name="setpenwidth">
+ <keyword>larguradolápis</keyword>
+ <alias>ll</alias>
+ </command>
+
+ <command name="penup">
+ <keyword>usenada</keyword>
+ <alias>un</alias>
+ </command>
+
+ <command name="pendown">
+ <keyword>uselápis</keyword>
+ <alias>ul</alias>
+ </command>
+
+ <command name="setfgcolor">
+ <keyword>cordolápis</keyword>
+ <alias>cl</alias>
+ </command>
+
+ <command name="setbgcolor">
+ <keyword>cordofundo</keyword>
+ <alias>cf</alias>
+ </command>
+
+ <command name="resizecanvas">
+ <keyword>tamanhodatela</keyword>
+ <alias>tt</alias>
+ </command>
+
+ <command name="spriteshow">
+ <keyword>apareça</keyword>
+ <alias>ap</alias>
+ </command>
+
+ <command name="spritehide">
+ <keyword>desapareça</keyword>
+ <alias>da</alias>
+ </command>
+
+ <command name="spritepress">
+ <keyword>pressione</keyword>
+ <alias>pr</alias>
+ </command>
+
+ <command name="spritechange">
+ <keyword>mude</keyword>
+ <alias>mu</alias>
+ </command>
+
+ <command name="message">
+ <keyword>mensagem</keyword>
+ </command>
+
+ <command name="inputwindow">
+ <keyword>leia</keyword>
+ </command>
+
+ <command name="print">
+ <keyword>mostre</keyword>
+ </command>
+
+ <command name="fonttype">
+ <keyword>fonte</keyword>
+ </command>
+
+ <command name="fontsize">
+ <keyword>tamanhodafonte</keyword>
+ </command>
+
+ <command name="random">
+ <keyword>aleatório</keyword>
+ </command>
+
+ <command name="wrapon">
+ <keyword>continue</keyword>
+ </command>
+
+ <command name="wrapoff">
+ <keyword>nãocontinue</keyword>
+ </command>
+
+ <command name="reset">
+ <keyword>apague</keyword>
+ </command>
+
+</logokeywords>
diff --git a/tde-i18n-pt_BR/data/kdeedu/kturtle/multiplicacao.logo b/tde-i18n-pt_BR/data/kdeedu/kturtle/multiplicacao.logo
new file mode 100644
index 00000000000..eb29f89dd78
--- /dev/null
+++ b/tde-i18n-pt_BR/data/kdeedu/kturtle/multiplicacao.logo
@@ -0,0 +1,15 @@
+# Mostra tábua de multiplicação
+
+limpetela
+desapareça
+usenada
+vápara 10, 0
+
+n = leia "Entre com um número para ver sua tábua de multiplicação"
+
+para x = 0 até 10 [
+ pt 20
+ r = x * n
+ mostre x," * ",n," = ",r
+]
+
diff --git a/tde-i18n-pt_BR/data/kdeedu/kturtle/nomealeatorio.logo b/tde-i18n-pt_BR/data/kdeedu/kturtle/nomealeatorio.logo
new file mode 100644
index 00000000000..0ec57736bf5
--- /dev/null
+++ b/tde-i18n-pt_BR/data/kdeedu/kturtle/nomealeatorio.logo
@@ -0,0 +1,18 @@
+# Mostre seu nome aletatoriamente
+
+apague
+tamanhodatela 255,255
+desapareça
+
+nome = leia "Qual é seu nome?"
+
+repita 50 [
+ x = aleatório 0, 255
+ y = aleatório 0, 255
+ s = aleatório 10, 51
+
+ vápara x, y
+ tamanhodafonte s
+ cordolápis x,y,s*5
+ mostre nome
+]
diff --git a/tde-i18n-pt_BR/data/kdeedu/kturtle/quadrado.logo b/tde-i18n-pt_BR/data/kdeedu/kturtle/quadrado.logo
new file mode 100644
index 00000000000..e7a43365dcb
--- /dev/null
+++ b/tde-i18n-pt_BR/data/kdeedu/kturtle/quadrado.logo
@@ -0,0 +1,6 @@
+# Desenha um quadrado
+
+repita 4 [
+ pf 100
+ pe 90
+]
diff --git a/tde-i18n-pt_BR/data/kdeedu/kturtle/quadradosss.logo b/tde-i18n-pt_BR/data/kdeedu/kturtle/quadradosss.logo
new file mode 100644
index 00000000000..bd831bcdc25
--- /dev/null
+++ b/tde-i18n-pt_BR/data/kdeedu/kturtle/quadradosss.logo
@@ -0,0 +1,23 @@
+# Desenha vários quadrados
+
+aprenda quadrado X [
+ repita 4 [
+ pf X
+ pe 90
+ ]
+]
+
+apague
+tamanhodatela 400, 400
+vápara 150,200
+larguradolápis 5
+desapareça
+
+repita 12 [
+ usenada
+ pf 30
+ uselápis
+ quadrado 80
+ pd 30
+]
+
diff --git a/tde-i18n-pt_BR/data/kdeedu/kturtle/seta.logo b/tde-i18n-pt_BR/data/kdeedu/kturtle/seta.logo
new file mode 100644
index 00000000000..71a160d7077
--- /dev/null
+++ b/tde-i18n-pt_BR/data/kdeedu/kturtle/seta.logo
@@ -0,0 +1,24 @@
+# desenha uma seta vermelha
+
+apague
+
+tamanhodatela 200, 200
+cordofundo 0, 0, 0
+cordolápis 255, 0, 0
+larguradolápis 5
+limpetela
+
+vápara 20,20
+dir 135
+
+pf 200
+pe 135
+pf 100
+pe 135
+pf 141
+pe 135
+pf 100
+pe 45
+
+vápara 40, 100
+
diff --git a/tde-i18n-pt_BR/data/kdeedu/kturtle/triangulo.logo b/tde-i18n-pt_BR/data/kdeedu/kturtle/triangulo.logo
new file mode 100644
index 00000000000..7d8b0846cf8
--- /dev/null
+++ b/tde-i18n-pt_BR/data/kdeedu/kturtle/triangulo.logo
@@ -0,0 +1,7 @@
+# desenha um triângulo
+
+repita 3 [
+ pf 100
+ pe 120
+]
+
diff --git a/tde-i18n-pt_BR/data/kdeedu/kturtle/triangulosss.logo b/tde-i18n-pt_BR/data/kdeedu/kturtle/triangulosss.logo
new file mode 100644
index 00000000000..003d8a5f39e
--- /dev/null
+++ b/tde-i18n-pt_BR/data/kdeedu/kturtle/triangulosss.logo
@@ -0,0 +1,25 @@
+# desenha vários triângulos
+
+apague
+
+aprenda triangulo X [
+ repita 3 [
+ pf X
+ pe 120
+ ]
+]
+
+para r = 1 até 30 [
+ limpetela
+ repita 18 [
+ triangulo r*r*5
+ pd 20
+ ]
+ espere 1
+]
+
+espere 3
+limpetela
+
+mostre " Ufa, cansei..."
+