summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormonsta <[email protected]>2018-01-13 13:54:33 +0300
committerraveit65 <[email protected]>2018-01-14 16:19:48 +0100
commit41f7b7a2a38ca9f3929fcbd88d228b3815034876 (patch)
tree4da95992b542ba378b7ccc82b8d55a3dd86302d3
parent55fbad37580a11d2ac539b382f463af2f12e114c (diff)
downloadmate-applets-41f7b7a2a38ca9f3929fcbd88d228b3815034876.tar.bz2
mate-applets-41f7b7a2a38ca9f3929fcbd88d228b3815034876.tar.xz
drop broken invest-applet and all Python dependencies
closes https://github.com/mate-desktop/mate-applets/issues/297
-rw-r--r--Makefile.am6
-rw-r--r--configure.ac20
-rw-r--r--invest-applet/Makefile.am3
-rw-r--r--invest-applet/data/Invest_Applet.xml5
-rw-r--r--invest-applet/data/Makefile.am61
-rw-r--r--invest-applet/data/art/Makefile.am59
-rw-r--r--invest-applet/data/art/invest-16_neutral.pngbin593 -> 0 bytes
-rw-r--r--invest-applet/data/art/invest-22_down.pngbin834 -> 0 bytes
-rw-r--r--invest-applet/data/art/invest-22_neutral.pngbin757 -> 0 bytes
-rw-r--r--invest-applet/data/art/invest-22_up.pngbin795 -> 0 bytes
-rw-r--r--invest-applet/data/art/invest_down.svg481
-rw-r--r--invest-applet/data/art/invest_neutral.svg540
-rw-r--r--invest-applet/data/art/invest_up.svg380
-rw-r--r--invest-applet/data/art/mate-invest-applet.16.pngbin566 -> 0 bytes
-rw-r--r--invest-applet/data/art/mate-invest-applet.22.pngbin795 -> 0 bytes
-rw-r--r--invest-applet/data/art/mate-invest-applet.48.pngbin1864 -> 0 bytes
-rw-r--r--invest-applet/data/art/mate-invest-applet.svg380
-rw-r--r--invest-applet/data/financialchart.ui832
-rw-r--r--invest-applet/data/org.mate.applets.InvestApplet.mate-panel-applet.in.in17
-rw-r--r--invest-applet/data/org.mate.panel.applet.InvestAppletFactory.service.in3
-rw-r--r--invest-applet/data/prefs-dialog.ui268
-rw-r--r--invest-applet/docs/C/figures/symbol-search.pngbin44264 -> 0 bytes
-rw-r--r--invest-applet/docs/C/index.docbook495
-rw-r--r--invest-applet/docs/C/legal.xml76
-rw-r--r--invest-applet/docs/Makefile.am10
-rw-r--r--invest-applet/docs/ca/ca.po557
-rw-r--r--invest-applet/docs/de/de.po845
-rw-r--r--invest-applet/docs/el/el.po574
-rw-r--r--invest-applet/docs/en_GB/en_GB.po542
-rw-r--r--invest-applet/docs/es/es.po938
-rw-r--r--invest-applet/docs/fi/fi.po554
-rw-r--r--invest-applet/docs/mate-invest-applet.omf.in9
-rw-r--r--invest-applet/docs/ru/ru.po542
-rw-r--r--invest-applet/docs/sv/sv.po326
-rw-r--r--invest-applet/docs/zh_CN/zh_CN.po506
-rw-r--r--invest-applet/invest/Makefile.am41
-rw-r--r--invest-applet/invest/__init__.py204
-rw-r--r--invest-applet/invest/about.py40
-rw-r--r--invest-applet/invest/applet.py199
-rw-r--r--invest-applet/invest/chart.py267
-rw-r--r--invest-applet/invest/currencies.py145
-rw-r--r--invest-applet/invest/defs.py.in9
-rw-r--r--invest-applet/invest/help.py12
-rwxr-xr-xinvest-applet/invest/invest-applet.py101
-rwxr-xr-xinvest-applet/invest/mate-invest-chart19
-rw-r--r--invest-applet/invest/networkmanager.py26
-rw-r--r--invest-applet/invest/preferences.py290
-rw-r--r--invest-applet/invest/quotes.py475
-rwxr-xr-xinvest-applet/invest/test.py30
-rw-r--r--invest-applet/invest/widgets.py263
-rwxr-xr-xm4/python.m462
-rw-r--r--man/Makefile.am1
-rw-r--r--man/mate-invest-chart.143
-rw-r--r--po/POTFILES.in11
-rw-r--r--po/POTFILES.skip1
55 files changed, 0 insertions, 11268 deletions
diff --git a/Makefile.am b/Makefile.am
index f43a44ab..8b10b59d 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -24,10 +24,6 @@ if BUILD_CPUFREQ_APPLET
cpufreq_SUBDIR = cpufreq
endif
-if BUILD_INVEST_APPLET
-invest_applet_SUBDIR = invest-applet
-endif
-
if BUILD_TIMERAPPLET
timerapplet_SUBDIR = timerapplet
endif
@@ -48,7 +44,6 @@ SUBDIRS = \
man \
$(battstat_SUBDIR) \
$(accessx_status_SUBDIR) \
- $(invest_applet_SUBDIR) \
$(cpufreq_SUBDIR) \
$(timerapplet_SUBDIR)
@@ -66,7 +61,6 @@ DIST_SUBDIRS = \
timerapplet \
trashapplet \
cpufreq \
- invest-applet \
command \
netspeed
diff --git a/configure.ac b/configure.ac
index b0eeaa97..b7b4bae3 100644
--- a/configure.ac
+++ b/configure.ac
@@ -35,8 +35,6 @@ AC_PROG_CC
AC_STDC_HEADERS
AM_PROG_LIBTOOL
AC_PATH_XTRA
-AM_PATH_PYTHON(2.4)
-AM_CHECK_PYTHON_HEADERS(HAVE_PYHDRS="yes", HAVE_PYHDRS="no")
X_LIBS="$X_LIBS $X_PRE_LIBS -lX11 $X_EXTRA_LIBS"
AC_SUBST(X_LIBS)
@@ -203,9 +201,6 @@ fi
AC_SUBST(GUCHARMAP_CFLAGS)
AC_SUBST(GUCHARMAP_LIBS)
-dnl -- check for Python modules (optional) ------------------------------
-PKG_CHECK_MODULES(PYGOBJECT, pygobject-3.0, HAVE_PYGOBJECT="yes", HAVE_PYGOBJECT="no")
-
dnl -- check for libxml2 (required) ------------------------------------------
PKG_CHECK_MODULES(XML2, libxml-2.0 >= $LIBXML_REQUIRED)
AC_SUBST(XML2_CFLAGS)
@@ -399,12 +394,6 @@ dnl ***************************************************************************
AM_CONDITIONAL(BUILD_TIMERAPPLET, test "x$HAVE_LIBNOTIFY" = "xyes")
dnl ***************************************************************************
-dnl *** invest-applet specific checks ***
-dnl ***************************************************************************
-
-AM_CONDITIONAL(BUILD_INVEST_APPLET, test "x$HAVE_PYGOBJECT" = "xyes")
-
-dnl ***************************************************************************
dnl *** iwlib support for netspeed applet ***
dnl ***************************************************************************
have_iwevgenie=no
@@ -520,14 +509,12 @@ AC_DEFINE_DIR(LIBDIR, "${libdir}", [libdir])
AC_DEFINE_DIR(PREFIX, "$prefix", [install prefix])
AS_AC_EXPAND(DATADIR, "${datadir}")
-AS_AC_EXPAND(PYTHONDIR, $pythondir)
AS_AC_EXPAND(BUILDERDIR, $builderdir)
AC_SUBST(VERSION)
AC_SUBST(PACKAGE)
AC_SUBST(DATADIR)
AC_SUBST(LIBDIR)
-AC_SUBST(PYTHONDIR)
AC_SUBST(PKGDATADIR)
AC_SUBST(BUILDERDIR)
@@ -549,12 +536,6 @@ multiload/docs/Makefile
charpick/Makefile
charpick/org.mate.panel.applet.charpick.gschema.xml
charpick/help/Makefile
-invest-applet/Makefile
-invest-applet/docs/Makefile
-invest-applet/invest/Makefile
-invest-applet/invest/defs.py
-invest-applet/data/Makefile
-invest-applet/data/art/Makefile
mateweather/Makefile
mateweather/docs/Makefile
geyes/Makefile
@@ -628,7 +609,6 @@ mate-applets-$VERSION configure summary:
- drivemount always
- geyes always
- mateweather $build_libmateweather_applets
- - invest-applet $HAVE_PYGOBJECT
- multiload $build_gtop_applets
- netspeed $build_gtop_applets
- iwlib support $have_iwevgenie
diff --git a/invest-applet/Makefile.am b/invest-applet/Makefile.am
deleted file mode 100644
index 13f7ce1b..00000000
--- a/invest-applet/Makefile.am
+++ /dev/null
@@ -1,3 +0,0 @@
-SUBDIRS = invest data docs
-
--include $(top_srcdir)/git.mk
diff --git a/invest-applet/data/Invest_Applet.xml b/invest-applet/data/Invest_Applet.xml
deleted file mode 100644
index d4a3e611..00000000
--- a/invest-applet/data/Invest_Applet.xml
+++ /dev/null
@@ -1,5 +0,0 @@
-<menuitem name="Refresh" action="Refresh" />
-<menuitem name="Prefs" action="Prefs" />
-<separator/>
-<menuitem name="About" action="About" />
-<menuitem name="Help" action="Help" />
diff --git a/invest-applet/data/Makefile.am b/invest-applet/data/Makefile.am
deleted file mode 100644
index a42ed791..00000000
--- a/invest-applet/data/Makefile.am
+++ /dev/null
@@ -1,61 +0,0 @@
-SUBDIRS = art
-
-# ******************************************************************************
-# Panel applet DBUS stuff
-# ******************************************************************************
-servicedir = $(datadir)/dbus-1/services
-service_in_files = org.mate.panel.applet.InvestAppletFactory.service.in
-service_DATA = $(service_in_files:.service.in=.service)
-
-org.mate.panel.applet.InvestAppletFactory.service: $(service_in_files)
- $(AM_V_GEN)sed \
- -e "s|\@LIBEXECDIR\@|$(libexecdir)|" \
- $< > $@
-
-# ******************************************************************************
-# Panel stuff
-# ******************************************************************************
-
-appletdir = $(datadir)/mate-panel/applets
-applet_in_files = org.mate.applets.InvestApplet.mate-panel-applet.in
-applet_DATA = $(applet_in_files:.mate-panel-applet.in=.mate-panel-applet)
-
-$(applet_in_files): $(applet_in_files).in Makefile
- $(AM_V_GEN)sed \
- -e "s|\@LIBEXECDIR\@|$(libexecdir)|" \
- -e "s|\@VERSION\@|$(PACKAGE_VERSION)|" \
- $< > $@
-
-%.mate-panel-applet: %.mate-panel-applet.in $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*po) ; $(INTLTOOL_MERGE) $(top_srcdir)/po $< $@ -d -u -c $(top_builddir)/po/.intltool-merge-cache
-
-# ******************************************************************************
-# Misc data
-# ******************************************************************************
-
-uidir = $(datadir)/mate-applets
-ui_DATA = \
- Invest_Applet.xml
-builder_DATA = \
- prefs-dialog.ui \
- financialchart.ui
-
-investbindir = $(libdir)/invest-applet
-
-# ******************************************************************************
-# Build rules
-# ******************************************************************************
-
-CLEANFILES = \
- $(applet_DATA) \
- $(applet_DATA).in \
- $(service_in_files:.service.in=.service)
-
-
-
-EXTRA_DIST = \
- org.mate.applets.InvestApplet.mate-panel-applet.in.in \
- $(service_in_files) \
- $(ui_DATA) \
- $(builder_DATA)
-
--include $(top_srcdir)/git.mk
diff --git a/invest-applet/data/art/Makefile.am b/invest-applet/data/art/Makefile.am
deleted file mode 100644
index 1a5585e5..00000000
--- a/invest-applet/data/art/Makefile.am
+++ /dev/null
@@ -1,59 +0,0 @@
-# ******************************************************************************
-# Images and icon
-# ******************************************************************************
-icons = mate-invest-applet.16.png mate-invest-applet.22.png mate-invest-applet.48.png mate-invest-applet.svg
-
-artdir = $(pkgdatadir)/invest-applet
-art_DATA = invest-16_neutral.png invest-22_neutral.png invest_neutral.svg \
- invest-22_up.png invest_up.svg \
- invest-22_down.png invest_down.svg
-
-gtk_update_icon_cache = gtk-update-icon-cache -f -t $(datadir)/icons/hicolor
-
-uninstall-local:
- for icon in $(icons); do \
- SIZE=`echo $$icon | cut -d. -f2`; \
- FILE=`echo $$icon | cut -d. -f1,3`; \
- if [ "$$SIZE" = "svg" ]; then \
- SIZE="scalable"; \
- FILE="$$FILE.svg"; \
- else \
- SIZE="$${SIZE}x$${SIZE}"; \
- fi; \
- rm -f $(DESTDIR)$(iconsdir)/hicolor/$$SIZE/apps/$$FILE; \
- done
- @-if test -z "$(DESTDIR)"; then \
- echo "Updating Gtk icon cache."; \
- $(gtk_update_icon_cache); \
- else \
- echo "*** Icon cache not updated. After install, run this:"; \
- echo "*** $(gtk_update_icon_cache)"; \
- fi
-
-install-data-local:
- for icon in $(icons); do \
- SIZE=`echo $$icon | cut -d. -f2`; \
- FILE=`echo $$icon | cut -d. -f1,3`; \
- if [ "$$SIZE" = "svg" ]; then \
- SIZE="scalable"; \
- FILE="$$FILE.svg"; \
- else \
- SIZE="$${SIZE}x$${SIZE}"; \
- fi; \
- mkdir -p $(DESTDIR)$(iconsdir)/hicolor/$$SIZE/apps/; \
- $(INSTALL_DATA) $(srcdir)/$$icon $(DESTDIR)$(iconsdir)/hicolor/$$SIZE/apps/$$FILE; \
- done
- @-if test -z "$(DESTDIR)"; then \
- echo "Updating Gtk icon cache."; \
- $(gtk_update_icon_cache); \
- else \
- echo "*** Icon cache not updated. After install, run this:"; \
- echo "*** $(gtk_update_icon_cache)"; \
- fi
-
-EXTRA_DIST = \
- $(icons) \
- $(art_DATA)
-
-
--include $(top_srcdir)/git.mk
diff --git a/invest-applet/data/art/invest-16_neutral.png b/invest-applet/data/art/invest-16_neutral.png
deleted file mode 100644
index de34fb6c..00000000
--- a/invest-applet/data/art/invest-16_neutral.png
+++ /dev/null
Binary files differ
diff --git a/invest-applet/data/art/invest-22_down.png b/invest-applet/data/art/invest-22_down.png
deleted file mode 100644
index 8c298fce..00000000
--- a/invest-applet/data/art/invest-22_down.png
+++ /dev/null
Binary files differ
diff --git a/invest-applet/data/art/invest-22_neutral.png b/invest-applet/data/art/invest-22_neutral.png
deleted file mode 100644
index 1b4d316b..00000000
--- a/invest-applet/data/art/invest-22_neutral.png
+++ /dev/null
Binary files differ
diff --git a/invest-applet/data/art/invest-22_up.png b/invest-applet/data/art/invest-22_up.png
deleted file mode 100644
index eba0caff..00000000
--- a/invest-applet/data/art/invest-22_up.png
+++ /dev/null
Binary files differ
diff --git a/invest-applet/data/art/invest_down.svg b/invest-applet/data/art/invest_down.svg
deleted file mode 100644
index b6360e81..00000000
--- a/invest-applet/data/art/invest_down.svg
+++ /dev/null
@@ -1,481 +0,0 @@
-<?xml version="1.0" encoding="UTF-8" standalone="no"?>
-<!-- Created with Inkscape (http://www.inkscape.org/) -->
-<svg
- xmlns:dc="http://purl.org/dc/elements/1.1/"
- xmlns:cc="http://web.resource.org/cc/"
- xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
- xmlns:svg="http://www.w3.org/2000/svg"
- xmlns="http://www.w3.org/2000/svg"
- xmlns:xlink="http://www.w3.org/1999/xlink"
- xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
- xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
- width="48"
- height="48"
- id="svg2"
- sodipodi:version="0.32"
- inkscape:version="0.45"
- version="1.0"
- sodipodi:docbase="/media/hda1/Backup/Documentos/Vinicius/tango-icon-theme-code/invest-applet/scalable"
- sodipodi:docname="invest-down.svg"
- inkscape:output_extension="org.inkscape.output.svg.inkscape"
- inkscape:export-filename="/media/hda1/Backup/Documentos/Vinicius/tango-icon-theme-code/invest-applet/48x48/invest-down.png"
- inkscape:export-xdpi="90"
- inkscape:export-ydpi="90"
- sodipodi:modified="TRUE">
- <defs
- id="defs4">
- <filter
- inkscape:collect="always"
- x="-0.12442589"
- width="1.2488518"
- y="-1.2074867"
- height="3.4149734"
- id="filter8688">
- <feGaussianBlur
- inkscape:collect="always"
- stdDeviation="2.3640921"
- id="feGaussianBlur8690" />
- </filter>
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient4110"
- id="linearGradient2240"
- gradientUnits="userSpaceOnUse"
- gradientTransform="matrix(2.2352942,0,0,2.2105263,-8.8235749e-2,-0.8157927)"
- x1="2.4051816"
- y1="20.62561"
- x2="2.4051816"
- y2="0.98268282" />
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient4102"
- id="linearGradient2238"
- gradientUnits="userSpaceOnUse"
- gradientTransform="matrix(2.2352942,0,0,2.2105263,-8.8235749e-2,-0.8157927)"
- x1="10.44536"
- y1="21"
- x2="10.44536"
- y2="6.8023472" />
- <linearGradient
- inkscape:collect="always"
- id="linearGradient12044">
- <stop
- style="stop-color:#ffffff;stop-opacity:1;"
- offset="0"
- id="stop12046" />
- <stop
- style="stop-color:#ffffff;stop-opacity:0;"
- offset="1"
- id="stop12048" />
- </linearGradient>
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient12044"
- id="linearGradient12050"
- x1="16.087421"
- y1="9.1425676"
- x2="11.009646"
- y2="16.837292"
- gradientUnits="userSpaceOnUse"
- gradientTransform="matrix(2.579971,0,0,2.4630999,-3.9508632,-3.4537894)" />
- <linearGradient
- id="linearGradient8318">
- <stop
- id="stop8320"
- offset="0"
- style="stop-color:#ef2929;stop-opacity:1" />
- <stop
- id="stop8322"
- offset="1"
- style="stop-color:#ef2929;stop-opacity:0.34901962" />
- </linearGradient>
- <linearGradient
- id="linearGradient7343"
- inkscape:collect="always">
- <stop
- id="stop7345"
- offset="0"
- style="stop-color:#b30000;stop-opacity:1" />
- <stop
- id="stop7347"
- offset="1"
- style="stop-color:#ce0700;stop-opacity:0.53333336" />
- </linearGradient>
- <linearGradient
- inkscape:collect="always"
- id="linearGradient3156">
- <stop
- style="stop-color:#ffffff;stop-opacity:1;"
- offset="0"
- id="stop3158" />
- <stop
- style="stop-color:#ffffff;stop-opacity:0;"
- offset="1"
- id="stop3160" />
- </linearGradient>
- <linearGradient
- id="linearGradient7049">
- <stop
- style="stop-color:#73d216;stop-opacity:1;"
- offset="0"
- id="stop7051" />
- <stop
- style="stop-color:#9ded4f;stop-opacity:0.59649122;"
- offset="1"
- id="stop7053" />
- </linearGradient>
- <linearGradient
- inkscape:collect="always"
- id="linearGradient6072">
- <stop
- style="stop-color:#4e9a06;stop-opacity:1;"
- offset="0"
- id="stop6074" />
- <stop
- style="stop-color:#57ad06;stop-opacity:1"
- offset="1"
- id="stop6076" />
- </linearGradient>
- <linearGradient
- inkscape:collect="always"
- id="linearGradient4110">
- <stop
- style="stop-color:#888a85;stop-opacity:1;"
- offset="0"
- id="stop4112" />
- <stop
- style="stop-color:#acadaa;stop-opacity:1"
- offset="1"
- id="stop4114" />
- </linearGradient>
- <linearGradient
- id="linearGradient4102">
- <stop
- style="stop-color:#e8e8e8;stop-opacity:1;"
- offset="0"
- id="stop4104" />
- <stop
- style="stop-color:#ffffff;stop-opacity:1;"
- offset="1"
- id="stop4106" />
- </linearGradient>
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient4102"
- id="linearGradient4108"
- x1="10.44536"
- y1="21"
- x2="10.44536"
- y2="6.8023472"
- gradientUnits="userSpaceOnUse"
- gradientTransform="matrix(1.4705882,0,0,1.4210527,-60.176471,0.368421)" />
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient4110"
- id="linearGradient4116"
- x1="2.4051816"
- y1="20.62561"
- x2="2.4051816"
- y2="0.98268282"
- gradientUnits="userSpaceOnUse"
- gradientTransform="matrix(1.4705882,0,0,1.4210527,-60.176471,0.368421)" />
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient6072"
- id="linearGradient6078"
- x1="17.454746"
- y1="8.5997019"
- x2="17.454746"
- y2="19.000908"
- gradientUnits="userSpaceOnUse"
- gradientTransform="matrix(1.4615387,0,0,1.4304655,-7.6924477e-2,3.6389645e-2)" />
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient7049"
- id="linearGradient7055"
- x1="8.3792715"
- y1="14.33812"
- x2="8.3792715"
- y2="18.465544"
- gradientUnits="userSpaceOnUse"
- gradientTransform="matrix(1.4615387,0,0,1.4304655,-7.6924477e-2,3.6389645e-2)" />
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient3156"
- id="linearGradient3162"
- x1="6.4928937"
- y1="9.3508682"
- x2="11.42639"
- y2="15.772017"
- gradientUnits="userSpaceOnUse"
- gradientTransform="matrix(-1.4615387,0,0,1.4304655,-7.932244,3.6389645e-2)" />
- <filter
- inkscape:collect="always"
- x="-0.10401403"
- width="1.2080281"
- y="-0.90145552"
- height="2.802911"
- id="filter5136">
- <feGaussianBlur
- inkscape:collect="always"
- stdDeviation="1.3521825"
- id="feGaussianBlur5138" />
- </filter>
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient8318"
- id="linearGradient5401"
- gradientUnits="userSpaceOnUse"
- gradientTransform="matrix(3.5976343,0,0,3.4374632,-2.7662769,93.252767)"
- x1="7.0319161"
- y1="-19.083963"
- x2="7.0319161"
- y2="-12.064768" />
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient7343"
- id="linearGradient5403"
- gradientUnits="userSpaceOnUse"
- gradientTransform="matrix(3.5976343,0,0,3.4374632,-2.7662769,93.252767)"
- x1="4.0963483"
- y1="-20.294283"
- x2="4.0963483"
- y2="-14.781351" />
- </defs>
- <sodipodi:namedview
- id="base"
- pagecolor="#ffffff"
- bordercolor="#666666"
- borderopacity="1.0"
- inkscape:pageopacity="0.0"
- inkscape:pageshadow="2"
- inkscape:zoom="1"
- inkscape:cx="24.106709"
- inkscape:cy="16.077734"
- inkscape:document-units="px"
- inkscape:current-layer="layer1"
- width="48px"
- height="48px"
- showgrid="false"
- showborder="false"
- inkscape:window-width="1024"
- inkscape:window-height="687"
- inkscape:window-x="0"
- inkscape:window-y="32" />
- <metadata
- id="metadata7">
- <rdf:RDF>
- <cc:Work
- rdf:about="">
- <dc:format>image/svg+xml</dc:format>
- <dc:type
- rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
- <cc:license
- rdf:resource="http://creativecommons.org/licenses/LGPL/2.1/" />
- <dc:title>Invest</dc:title>
- <dc:creator>
- <cc:Agent>
- <dc:title>Vinicius Depizzol &lt;[email protected]&gt;</dc:title>
- </cc:Agent>
- </dc:creator>
- </cc:Work>
- <cc:License
- rdf:about="http://creativecommons.org/licenses/LGPL/2.1/">
- <cc:permits
- rdf:resource="http://web.resource.org/cc/Reproduction" />
- <cc:permits
- rdf:resource="http://web.resource.org/cc/Distribution" />
- <cc:requires
- rdf:resource="http://web.resource.org/cc/Notice" />
- <cc:permits
- rdf:resource="http://web.resource.org/cc/DerivativeWorks" />
- <cc:requires
- rdf:resource="http://web.resource.org/cc/ShareAlike" />
- <cc:requires
- rdf:resource="http://web.resource.org/cc/SourceCode" />
- </cc:License>
- </rdf:RDF>
- </metadata>
- <g
- inkscape:label="Camada 1"
- inkscape:groupmode="layer"
- id="layer1">
- <rect
- ry="1.9166111"
- rx="1.9076604"
- y="40.584282"
- x="5.4895606"
- height="3.9157236"
- width="38.000004"
- id="rect5488"
- style="opacity:0.36111109;fill:#000000;fill-opacity:1;stroke:none;stroke-width:0.9999997;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;filter:url(#filter8688)"
- transform="matrix(1.0263157,0,0,1.0215227,-0.6235827,-0.4577688)" />
- <rect
- style="opacity:1;fill:url(#linearGradient2238);fill-opacity:1;stroke:url(#linearGradient2240);stroke-width:0.9999997;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
- id="rect2388"
- width="38.000004"
- height="42.000004"
- x="5.5"
- y="2.4999964"
- rx="0"
- ry="0" />
- <rect
- ry="0"
- rx="0"
- y="3.4999964"
- x="6.5"
- height="40"
- width="36"
- id="rect2242"
- style="opacity:1;fill:none;fill-opacity:1;stroke:#ffffff;stroke-width:0.99999988;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
- <g
- id="g2363"
- transform="translate(1.0439251e-2,-3.5509884e-6)">
- <rect
- transform="matrix(0,-1,1,0,0,0)"
- y="7.9895606"
- x="-42"
- height="1"
- width="37"
- id="rect5436"
- style="opacity:1;fill:#000000;fill-opacity:0.09599998;stroke:none;stroke-width:1;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
- <rect
- style="opacity:1;fill:#000000;fill-opacity:0.09599998;stroke:none;stroke-width:1;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
- id="rect5438"
- width="37"
- height="1"
- x="-42"
- y="11.98956"
- transform="matrix(0,-1,1,0,0,0)" />
- <rect
- transform="matrix(0,-1,1,0,0,0)"
- y="15.98956"
- x="-42"
- height="1"
- width="37"
- id="rect5440"
- style="opacity:1;fill:#000000;fill-opacity:0.09599998;stroke:none;stroke-width:1;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
- <rect
- style="opacity:1;fill:#000000;fill-opacity:0.09599998;stroke:none;stroke-width:1;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
- id="rect5442"
- width="37"
- height="1"
- x="-42"
- y="19.989561"
- transform="matrix(0,-1,1,0,0,0)" />
- <rect
- transform="matrix(0,-1,1,0,0,0)"
- y="23.989561"
- x="-42"
- height="1"
- width="37"
- id="rect5444"
- style="opacity:1;fill:#000000;fill-opacity:0.09599998;stroke:none;stroke-width:1;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
- <rect
- style="opacity:1;fill:#000000;fill-opacity:0.09599998;stroke:none;stroke-width:1;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
- id="rect5446"
- width="37"
- height="1"
- x="-42"
- y="27.989561"
- transform="matrix(0,-1,1,0,0,0)" />
- <rect
- transform="matrix(0,-1,1,0,0,0)"
- y="31.989561"
- x="-42"
- height="1"
- width="37"
- id="rect5448"
- style="opacity:1;fill:#000000;fill-opacity:0.09599998;stroke:none;stroke-width:1;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
- <rect
- style="opacity:1;fill:#000000;fill-opacity:0.09599998;stroke:none;stroke-width:1;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
- id="rect5450"
- width="37"
- height="1"
- x="-42"
- y="35.989559"
- transform="matrix(0,-1,1,0,0,0)" />
- <rect
- transform="matrix(0,-1,1,0,0,0)"
- y="39.989559"
- x="-42"
- height="1"
- width="37"
- id="rect5452"
- style="opacity:1;fill:#000000;fill-opacity:0.09599998;stroke:none;stroke-width:1;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
- <rect
- style="opacity:1;fill:#000000;fill-opacity:0.09599998;stroke:none;stroke-width:1;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
- id="rect5456"
- width="33"
- height="1"
- x="7.9895606"
- y="5" />
- <rect
- y="9"
- x="7.9895606"
- height="1"
- width="33"
- id="rect5458"
- style="opacity:1;fill:#000000;fill-opacity:0.09599998;stroke:none;stroke-width:1;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
- <rect
- style="opacity:1;fill:#000000;fill-opacity:0.09599998;stroke:none;stroke-width:1;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
- id="rect5460"
- width="33"
- height="1"
- x="7.9895606"
- y="13" />
- <rect
- y="17"
- x="7.9895606"
- height="1"
- width="33"
- id="rect5462"
- style="opacity:1;fill:#000000;fill-opacity:0.09599998;stroke:none;stroke-width:1;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
- <rect
- style="opacity:1;fill:#000000;fill-opacity:0.09599998;stroke:none;stroke-width:1;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
- id="rect5464"
- width="33"
- height="1"
- x="7.9895606"
- y="21" />
- <rect
- y="25"
- x="7.9895606"
- height="1"
- width="33"
- id="rect5466"
- style="opacity:1;fill:#000000;fill-opacity:0.09599998;stroke:none;stroke-width:1;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
- <rect
- style="opacity:1;fill:#000000;fill-opacity:0.09599998;stroke:none;stroke-width:1;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
- id="rect5468"
- width="33"
- height="1"
- x="7.9895606"
- y="29" />
- <rect
- y="33"
- x="7.9895606"
- height="1"
- width="33"
- id="rect5470"
- style="opacity:1;fill:#000000;fill-opacity:0.09599998;stroke:none;stroke-width:1;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
- <rect
- style="opacity:1;fill:#000000;fill-opacity:0.09599998;stroke:none;stroke-width:1;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
- id="rect5472"
- width="33"
- height="1"
- x="7.9895606"
- y="37" />
- </g>
- <path
- style="fill:url(#linearGradient5401);fill-opacity:1;fill-rule:evenodd;stroke:url(#linearGradient5403);stroke-width:0.99999994px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
- d="M 40.499999,29.890479 L 37.249382,25.3911 L 31.832319,34.434646 L 27.535302,23.794042 L 21.353655,27.730505 L 17.347581,16.030492 L 14.319461,17.834499 L 8.4999997,5.4999997 L 8.4999997,41.499998 L 40.499999,41.499998 L 40.499999,29.890479 z "
- id="path5399"
- sodipodi:nodetypes="ccccccccccc" />
- <path
- sodipodi:nodetypes="cccccccccc"
- id="path11069"
- d="M 39.56741,40.560398 L 39.453943,30.425782 L 37.242164,27.441102 L 31.597233,36.761079 L 26.961901,25.330214 L 20.748414,28.992175 L 16.783016,17.597492 L 14.003872,19.388025 L 9.4473739,10.181304 L 9.7380019,36.237458"
- style="fill:none;fill-opacity:1;fill-rule:evenodd;stroke:url(#linearGradient12050);stroke-width:1.00000012px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" />
- </g>
-</svg>
diff --git a/invest-applet/data/art/invest_neutral.svg b/invest-applet/data/art/invest_neutral.svg
deleted file mode 100644
index f0e26537..00000000
--- a/invest-applet/data/art/invest_neutral.svg
+++ /dev/null
@@ -1,540 +0,0 @@
-<?xml version="1.0" encoding="UTF-8" standalone="no"?>
-<!-- Created with Inkscape (http://www.inkscape.org/) -->
-
-<svg
- xmlns:dc="http://purl.org/dc/elements/1.1/"
- xmlns:cc="http://creativecommons.org/ns#"
- xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
- xmlns:svg="http://www.w3.org/2000/svg"
- xmlns="http://www.w3.org/2000/svg"
- xmlns:xlink="http://www.w3.org/1999/xlink"
- xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
- xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
- width="48"
- height="48"
- id="svg2"
- sodipodi:version="0.32"
- inkscape:version="0.47pre4 r22446"
- version="1.0"
- sodipodi:docname="invest-neutral.svg"
- inkscape:output_extension="org.inkscape.output.svg.inkscape"
- inkscape:export-filename="/media/hda1/Backup/Documentos/Vinicius/tango-icon-theme-code/invest-applet/48x48/invest-neutral.png"
- inkscape:export-xdpi="90"
- inkscape:export-ydpi="90"
- sodipodi:modified="TRUE">
- <defs
- id="defs4">
- <inkscape:perspective
- sodipodi:type="inkscape:persp3d"
- inkscape:vp_x="0 : 24 : 1"
- inkscape:vp_y="0 : 1000 : 0"
- inkscape:vp_z="48 : 24 : 1"
- inkscape:persp3d-origin="24 : 16 : 1"
- id="perspective3366" />
- <filter
- inkscape:collect="always"
- x="-0.12442589"
- width="1.2488518"
- y="-1.2074867"
- height="3.4149734"
- id="filter8688">
- <feGaussianBlur
- inkscape:collect="always"
- stdDeviation="2.3640921"
- id="feGaussianBlur8690" />
- </filter>
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient4110"
- id="linearGradient2240"
- gradientUnits="userSpaceOnUse"
- gradientTransform="matrix(2.2352942,0,0,2.2105263,-8.8235765e-2,-0.8157929)"
- x1="2.4051816"
- y1="20.62561"
- x2="2.4051816"
- y2="0.98268282" />
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient4102"
- id="linearGradient2238"
- gradientUnits="userSpaceOnUse"
- gradientTransform="matrix(2.2352942,0,0,2.2105263,-8.8235765e-2,-0.8157929)"
- x1="10.44536"
- y1="21"
- x2="10.44536"
- y2="6.8023472" />
- <linearGradient
- inkscape:collect="always"
- id="linearGradient13018">
- <stop
- style="stop-color:#ffffff;stop-opacity:1;"
- offset="0"
- id="stop13020" />
- <stop
- style="stop-color:#ffffff;stop-opacity:0;"
- offset="1"
- id="stop13022" />
- </linearGradient>
- <linearGradient
- inkscape:collect="always"
- id="linearGradient13008">
- <stop
- style="stop-color:#5c3566;stop-opacity:1"
- offset="0"
- id="stop13010" />
- <stop
- style="stop-color:#ad7fa8;stop-opacity:0.53333336"
- offset="1"
- id="stop13012" />
- </linearGradient>
- <linearGradient
- id="linearGradient12996">
- <stop
- id="stop12998"
- offset="0"
- style="stop-color:#75507b;stop-opacity:1" />
- <stop
- id="stop13000"
- offset="1"
- style="stop-color:#ad7fa8;stop-opacity:0.3508772" />
- </linearGradient>
- <linearGradient
- inkscape:collect="always"
- id="linearGradient3163">
- <stop
- style="stop-color:#ffffff;stop-opacity:1;"
- offset="0"
- id="stop3165" />
- <stop
- style="stop-color:#ffffff;stop-opacity:0;"
- offset="1"
- id="stop3167" />
- </linearGradient>
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient3163"
- id="linearGradient3169"
- x1="10.319195"
- y1="4.1659207"
- x2="11.33674"
- y2="15.864724"
- gradientUnits="userSpaceOnUse"
- gradientTransform="translate(0.4814725,25.838722)" />
- <linearGradient
- inkscape:collect="always"
- id="linearGradient12044">
- <stop
- style="stop-color:#ffffff;stop-opacity:1;"
- offset="0"
- id="stop12046" />
- <stop
- style="stop-color:#ffffff;stop-opacity:0;"
- offset="1"
- id="stop12048" />
- </linearGradient>
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient12044"
- id="linearGradient12050"
- x1="16.087421"
- y1="9.1425676"
- x2="11.009646"
- y2="16.837292"
- gradientUnits="userSpaceOnUse"
- gradientTransform="matrix(1.5318577,0,0,1.5299599,-0.892699,-1.4231453)" />
- <linearGradient
- id="linearGradient8318">
- <stop
- id="stop8320"
- offset="0"
- style="stop-color:#ef2929;stop-opacity:1" />
- <stop
- id="stop8322"
- offset="1"
- style="stop-color:#ef2929;stop-opacity:0.34901962" />
- </linearGradient>
- <linearGradient
- id="linearGradient7343"
- inkscape:collect="always">
- <stop
- id="stop7345"
- offset="0"
- style="stop-color:#b30000;stop-opacity:1" />
- <stop
- id="stop7347"
- offset="1"
- style="stop-color:#ce0700;stop-opacity:0.53333336" />
- </linearGradient>
- <linearGradient
- id="linearGradient7049">
- <stop
- style="stop-color:#73d216;stop-opacity:1;"
- offset="0"
- id="stop7051" />
- <stop
- style="stop-color:#9ded4f;stop-opacity:0.59649122;"
- offset="1"
- id="stop7053" />
- </linearGradient>
- <linearGradient
- inkscape:collect="always"
- id="linearGradient4110">
- <stop
- style="stop-color:#888a85;stop-opacity:1;"
- offset="0"
- id="stop4112" />
- <stop
- style="stop-color:#acadaa;stop-opacity:1"
- offset="1"
- id="stop4114" />
- </linearGradient>
- <linearGradient
- id="linearGradient4102">
- <stop
- style="stop-color:#e8e8e8;stop-opacity:1;"
- offset="0"
- id="stop4104" />
- <stop
- style="stop-color:#ffffff;stop-opacity:1;"
- offset="1"
- id="stop4106" />
- </linearGradient>
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient4102"
- id="linearGradient4108"
- x1="10.44536"
- y1="21"
- x2="10.44536"
- y2="6.8023472"
- gradientUnits="userSpaceOnUse"
- gradientTransform="matrix(1.4705882,0,0,1.4210527,-40.176471,0.368421)" />
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient4110"
- id="linearGradient4116"
- x1="2.4051816"
- y1="20.62561"
- x2="2.4051816"
- y2="0.98268282"
- gradientUnits="userSpaceOnUse"
- gradientTransform="matrix(1.4705882,0,0,1.4210527,-40.176471,0.368421)" />
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient12996"
- id="linearGradient7055"
- x1="-17.104433"
- y1="2.6898365"
- x2="-17.104433"
- y2="9.2873936"
- gradientUnits="userSpaceOnUse"
- gradientTransform="matrix(2.1360951,0,0,2.0850319,3.563866,13.684124)" />
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient8318"
- id="linearGradient5401"
- gradientUnits="userSpaceOnUse"
- gradientTransform="matrix(2.1360953,0,0,2.0844447,-0.189351,57.882382)"
- x1="7.0319161"
- y1="-17.93902"
- x2="7.0319161"
- y2="-14.811294" />
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient7343"
- id="linearGradient5403"
- gradientUnits="userSpaceOnUse"
- gradientTransform="matrix(2.1360953,0,0,2.0844447,-0.189351,57.882382)"
- x1="4.0963483"
- y1="-20.294283"
- x2="4.0963483"
- y2="-14.781351" />
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient13008"
- id="linearGradient13014"
- x1="25.341557"
- y1="19.292519"
- x2="25.341557"
- y2="26.91168"
- gradientUnits="userSpaceOnUse"
- gradientTransform="translate(-40,0)" />
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient13018"
- id="linearGradient13024"
- x1="16.065214"
- y1="8.9136915"
- x2="16.065214"
- y2="22.354534"
- gradientUnits="userSpaceOnUse"
- gradientTransform="translate(-40,0)" />
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient12996"
- id="linearGradient2617"
- gradientUnits="userSpaceOnUse"
- gradientTransform="matrix(3.5976341,0,0,3.3680747,70.923355,20.940428)"
- x1="-17.104433"
- y1="2.6898365"
- x2="-17.104433"
- y2="9.2873936" />
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient13008"
- id="linearGradient2619"
- gradientUnits="userSpaceOnUse"
- gradientTransform="matrix(1.6842107,0,0,1.6153588,-2.4473724,-1.1643418)"
- x1="25.341557"
- y1="19.292519"
- x2="25.341557"
- y2="26.91168" />
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient13018"
- id="linearGradient2621"
- gradientUnits="userSpaceOnUse"
- gradientTransform="matrix(1.6842106,0,0,1.6334617,-2.447372,-2.394087)"
- x1="16.004009"
- y1="2.4429882"
- x2="16.004009"
- y2="22.299316" />
- </defs>
- <sodipodi:namedview
- id="base"
- pagecolor="#ffffff"
- bordercolor="#666666"
- borderopacity="1.0"
- inkscape:pageopacity="0.0"
- inkscape:pageshadow="2"
- inkscape:zoom="9.2596773"
- inkscape:cx="20.506206"
- inkscape:cy="23.610261"
- inkscape:document-units="px"
- inkscape:current-layer="layer1"
- width="48px"
- height="48px"
- showgrid="true"
- showborder="false"
- inkscape:window-width="1389"
- inkscape:window-height="900"
- inkscape:window-x="0"
- inkscape:window-y="27"
- inkscape:window-maximized="1" />
- <metadata
- id="metadata7">
- <rdf:RDF>
- <cc:Work
- rdf:about="">
- <dc:format>image/svg+xml</dc:format>
- <dc:type
- rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
- <cc:license
- rdf:resource="http://creativecommons.org/licenses/LGPL/2.1/" />
- <dc:title>Invest</dc:title>
- <dc:creator>
- <cc:Agent>
- <dc:title>Vinicius Depizzol &lt;[email protected]&gt;</dc:title>
- </cc:Agent>
- </dc:creator>
- </cc:Work>
- <cc:License
- rdf:about="http://creativecommons.org/licenses/LGPL/2.1/">
- <cc:permits
- rdf:resource="http://web.resource.org/cc/Reproduction" />
- <cc:permits
- rdf:resource="http://web.resource.org/cc/Distribution" />
- <cc:requires
- rdf:resource="http://web.resource.org/cc/Notice" />
- <cc:permits
- rdf:resource="http://web.resource.org/cc/DerivativeWorks" />
- <cc:requires
- rdf:resource="http://web.resource.org/cc/ShareAlike" />
- <cc:requires
- rdf:resource="http://web.resource.org/cc/SourceCode" />
- </cc:License>
- </rdf:RDF>
- </metadata>
- <g
- inkscape:label="Camada 1"
- inkscape:groupmode="layer"
- id="layer1">
- <rect
- ry="1.9166111"
- rx="1.9076604"
- y="40.584282"
- x="5.4895606"
- height="3.9157236"
- width="38.000004"
- id="rect5488"
- style="opacity:0.36111109;fill:#000000;fill-opacity:1;stroke:none;stroke-width:0.9999997;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;filter:url(#filter8688)"
- transform="matrix(1.0263157,0,0,1.0215227,-0.6235828,-0.457769)" />
- <rect
- style="opacity:1;fill:url(#linearGradient2238);fill-opacity:1;stroke:url(#linearGradient2240);stroke-width:0.9999997;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
- id="rect2388"
- width="38.000004"
- height="42.000004"
- x="5.5"
- y="2.4999964"
- rx="0"
- ry="0" />
- <rect
- ry="0"
- rx="0"
- y="3.4999962"
- x="6.5000005"
- height="40"
- width="36"
- id="rect2242"
- style="opacity:1;fill:none;fill-opacity:1;stroke:#ffffff;stroke-width:0.99999988;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
- <g
- id="g2363"
- transform="translate(1.0439235e-2,-3.8e-6)">
- <rect
- transform="matrix(0,-1,1,0,0,0)"
- y="7.9895606"
- x="-42"
- height="1"
- width="37"
- id="rect5436"
- style="opacity:1;fill:#000000;fill-opacity:0.09599998;stroke:none;stroke-width:1;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
- <rect
- style="opacity:1;fill:#000000;fill-opacity:0.09599998;stroke:none;stroke-width:1;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
- id="rect5438"
- width="37"
- height="1"
- x="-42"
- y="11.98956"
- transform="matrix(0,-1,1,0,0,0)" />
- <rect
- transform="matrix(0,-1,1,0,0,0)"
- y="15.98956"
- x="-42"
- height="1"
- width="37"
- id="rect5440"
- style="opacity:1;fill:#000000;fill-opacity:0.09599998;stroke:none;stroke-width:1;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
- <rect
- style="opacity:1;fill:#000000;fill-opacity:0.09599998;stroke:none;stroke-width:1;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
- id="rect5442"
- width="37"
- height="1"
- x="-42"
- y="19.989561"
- transform="matrix(0,-1,1,0,0,0)" />
- <rect
- transform="matrix(0,-1,1,0,0,0)"
- y="23.989561"
- x="-42"
- height="1"
- width="37"
- id="rect5444"
- style="opacity:1;fill:#000000;fill-opacity:0.09599998;stroke:none;stroke-width:1;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
- <rect
- style="opacity:1;fill:#000000;fill-opacity:0.09599998;stroke:none;stroke-width:1;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
- id="rect5446"
- width="37"
- height="1"
- x="-42"
- y="27.989561"
- transform="matrix(0,-1,1,0,0,0)" />
- <rect
- transform="matrix(0,-1,1,0,0,0)"
- y="31.989561"
- x="-42"
- height="1"
- width="37"
- id="rect5448"
- style="opacity:1;fill:#000000;fill-opacity:0.09599998;stroke:none;stroke-width:1;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
- <rect
- style="opacity:1;fill:#000000;fill-opacity:0.09599998;stroke:none;stroke-width:1;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
- id="rect5450"
- width="37"
- height="1"
- x="-42"
- y="35.989559"
- transform="matrix(0,-1,1,0,0,0)" />
- <rect
- transform="matrix(0,-1,1,0,0,0)"
- y="39.989559"
- x="-42"
- height="1"
- width="37"
- id="rect5452"
- style="opacity:1;fill:#000000;fill-opacity:0.09599998;stroke:none;stroke-width:1;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
- <rect
- style="opacity:1;fill:#000000;fill-opacity:0.09599998;stroke:none;stroke-width:1;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
- id="rect5456"
- width="33"
- height="1"
- x="7.9895606"
- y="5" />
- <rect
- y="9"
- x="7.9895606"
- height="1"
- width="33"
- id="rect5458"
- style="opacity:1;fill:#000000;fill-opacity:0.09599998;stroke:none;stroke-width:1;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
- <rect
- style="opacity:1;fill:#000000;fill-opacity:0.09599998;stroke:none;stroke-width:1;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
- id="rect5460"
- width="33"
- height="1"
- x="7.9895606"
- y="13" />
- <rect
- y="17"
- x="7.9895606"
- height="1"
- width="33"
- id="rect5462"
- style="opacity:1;fill:#000000;fill-opacity:0.09599998;stroke:none;stroke-width:1;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
- <rect
- style="opacity:1;fill:#000000;fill-opacity:0.09599998;stroke:none;stroke-width:1;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
- id="rect5464"
- width="33"
- height="1"
- x="7.9895606"
- y="21" />
- <rect
- y="25"
- x="7.9895606"
- height="1"
- width="33"
- id="rect5466"
- style="opacity:1;fill:#000000;fill-opacity:0.09599998;stroke:none;stroke-width:1;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
- <rect
- style="opacity:1;fill:#000000;fill-opacity:0.09599998;stroke:none;stroke-width:1;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
- id="rect5468"
- width="33"
- height="1"
- x="7.9895606"
- y="29" />
- <rect
- y="33"
- x="7.9895606"
- height="1"
- width="33"
- id="rect5470"
- style="opacity:1;fill:#000000;fill-opacity:0.09599998;stroke:none;stroke-width:1;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
- <rect
- style="opacity:1;fill:#000000;fill-opacity:0.09599998;stroke:none;stroke-width:1;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
- id="rect5472"
- width="33"
- height="1"
- x="7.9895606"
- y="37" />
- </g>
- <path
- sodipodi:nodetypes="ccccccccccccccc"
- id="path2613"
- d="m 40.5,22.681931 -2.589955,2.65614 -2.109857,-2.499506 -2.548358,0.67284 -3.031167,-6.769371 -3.858672,8.405298 -2.97235,-1.804775 -4.577576,6.241867 -2.764526,-4.921219 -2.523376,1.424382 -2.962597,-4.168393 -2.0615659,2.429334 0,17.15147 31.9999999,0 0,-18.818067 z"
- style="fill:url(#linearGradient2617);fill-opacity:1;fill-rule:evenodd;stroke:url(#linearGradient2619);stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;stroke-miterlimit:4;stroke-dasharray:none" />
- <path
- sodipodi:nodetypes="cccccccccccccc"
- id="path2615"
- d="m 39.282711,38.945765 0.128587,-13.705949 -1.489353,1.588361 -2.320427,-2.867164 -2.901882,0.545803 -2.36546,-5.223532 -3.59091,7.21907 -3.210624,-1.676554 -4.731852,6.551625 -3.098864,-5.359767 -2.494113,1.413859 -2.777942,-3.690771 -0.827666,1.029067 0.017563,13.600335"
- style="fill:none;fill-rule:evenodd;stroke:url(#linearGradient2621);stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" />
- </g>
-</svg>
diff --git a/invest-applet/data/art/invest_up.svg b/invest-applet/data/art/invest_up.svg
deleted file mode 100644
index b5808216..00000000
--- a/invest-applet/data/art/invest_up.svg
+++ /dev/null
@@ -1,380 +0,0 @@
-<?xml version="1.0" encoding="UTF-8" standalone="no"?>
-<!-- Created with Inkscape (http://www.inkscape.org/) -->
-<svg
- xmlns:dc="http://purl.org/dc/elements/1.1/"
- xmlns:cc="http://web.resource.org/cc/"
- xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
- xmlns:svg="http://www.w3.org/2000/svg"
- xmlns="http://www.w3.org/2000/svg"
- xmlns:xlink="http://www.w3.org/1999/xlink"
- xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
- xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
- width="48"
- height="48"
- id="svg2"
- sodipodi:version="0.32"
- inkscape:version="0.45"
- version="1.0"
- sodipodi:docbase="/media/hda1/Backup/Documentos/Vinicius/tango-icon-theme-code/invest-applet/scalable"
- sodipodi:docname="invest-up.svg"
- inkscape:output_extension="org.inkscape.output.svg.inkscape"
- inkscape:export-filename="/media/hda1/Backup/Documentos/Vinicius/tango-icon-theme-code/invest-applet/48x48/invest-up.png"
- inkscape:export-xdpi="90"
- inkscape:export-ydpi="90"
- sodipodi:modified="TRUE">
- <defs
- id="defs4">
- <linearGradient
- inkscape:collect="always"
- id="linearGradient3156">
- <stop
- style="stop-color:#ffffff;stop-opacity:1;"
- offset="0"
- id="stop3158" />
- <stop
- style="stop-color:#ffffff;stop-opacity:0;"
- offset="1"
- id="stop3160" />
- </linearGradient>
- <linearGradient
- id="linearGradient7049">
- <stop
- style="stop-color:#73d216;stop-opacity:1;"
- offset="0"
- id="stop7051" />
- <stop
- style="stop-color:#9ded4f;stop-opacity:0.59649122;"
- offset="1"
- id="stop7053" />
- </linearGradient>
- <linearGradient
- inkscape:collect="always"
- id="linearGradient6072">
- <stop
- style="stop-color:#4e9a06;stop-opacity:1;"
- offset="0"
- id="stop6074" />
- <stop
- style="stop-color:#57ad06;stop-opacity:1"
- offset="1"
- id="stop6076" />
- </linearGradient>
- <linearGradient
- inkscape:collect="always"
- id="linearGradient4110">
- <stop
- style="stop-color:#888a85;stop-opacity:1;"
- offset="0"
- id="stop4112" />
- <stop
- style="stop-color:#acadaa;stop-opacity:1"
- offset="1"
- id="stop4114" />
- </linearGradient>
- <linearGradient
- id="linearGradient4102">
- <stop
- style="stop-color:#e8e8e8;stop-opacity:1;"
- offset="0"
- id="stop4104" />
- <stop
- style="stop-color:#ffffff;stop-opacity:1;"
- offset="1"
- id="stop4106" />
- </linearGradient>
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient4102"
- id="linearGradient2238"
- gradientUnits="userSpaceOnUse"
- gradientTransform="matrix(2.2352942,0,0,2.2105263,-9.8675135e-2,-0.8157891)"
- x1="10.44536"
- y1="21"
- x2="10.44536"
- y2="6.8023472" />
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient4110"
- id="linearGradient2240"
- gradientUnits="userSpaceOnUse"
- gradientTransform="matrix(2.2352942,0,0,2.2105263,-9.8675135e-2,-0.8157891)"
- x1="2.4051816"
- y1="20.62561"
- x2="2.4051816"
- y2="0.98268282" />
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient7049"
- id="linearGradient5482"
- gradientUnits="userSpaceOnUse"
- gradientTransform="matrix(2.4615386,0,0,2.3407614,-2.5873635,-1.80409)"
- x1="8.3792715"
- y1="14.33812"
- x2="8.3792715"
- y2="18.465544" />
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient6072"
- id="linearGradient5484"
- gradientUnits="userSpaceOnUse"
- gradientTransform="matrix(2.4615386,0,0,2.3407614,-2.5873635,-1.80409)"
- x1="17.454746"
- y1="8.5997019"
- x2="17.454746"
- y2="19.000908" />
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient3156"
- id="linearGradient5486"
- gradientUnits="userSpaceOnUse"
- gradientTransform="matrix(2.5805157,0,0,2.4545064,-3.8380168,-3.5791546)"
- x1="6.4130034"
- y1="8.8749151"
- x2="11.42639"
- y2="15.772017" />
- <filter
- inkscape:collect="always"
- x="-0.12442589"
- width="1.2488518"
- y="-1.2074867"
- height="3.4149734"
- id="filter8688">
- <feGaussianBlur
- inkscape:collect="always"
- stdDeviation="2.3640921"
- id="feGaussianBlur8690" />
- </filter>
- </defs>
- <sodipodi:namedview
- id="base"
- pagecolor="#ffffff"
- bordercolor="#666666"
- borderopacity="1.0"
- inkscape:pageopacity="0.0"
- inkscape:pageshadow="2"
- inkscape:zoom="1"
- inkscape:cx="31.987806"
- inkscape:cy="3.2351035"
- inkscape:document-units="px"
- inkscape:current-layer="layer1"
- width="48px"
- height="48px"
- showgrid="false"
- showborder="false"
- inkscape:window-width="1024"
- inkscape:window-height="687"
- inkscape:window-x="0"
- inkscape:window-y="32" />
- <metadata
- id="metadata7">
- <rdf:RDF>
- <cc:Work
- rdf:about="">
- <dc:format>image/svg+xml</dc:format>
- <dc:type
- rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
- <cc:license
- rdf:resource="http://creativecommons.org/licenses/LGPL/2.1/" />
- <dc:title>Invest</dc:title>
- <dc:creator>
- <cc:Agent>
- <dc:title>Vinicius Depizzol &lt;[email protected]&gt;</dc:title>
- </cc:Agent>
- </dc:creator>
- </cc:Work>
- <cc:License
- rdf:about="http://creativecommons.org/licenses/LGPL/2.1/">
- <cc:permits
- rdf:resource="http://web.resource.org/cc/Reproduction" />
- <cc:permits
- rdf:resource="http://web.resource.org/cc/Distribution" />
- <cc:requires
- rdf:resource="http://web.resource.org/cc/Notice" />
- <cc:permits
- rdf:resource="http://web.resource.org/cc/DerivativeWorks" />
- <cc:requires
- rdf:resource="http://web.resource.org/cc/ShareAlike" />
- <cc:requires
- rdf:resource="http://web.resource.org/cc/SourceCode" />
- </cc:License>
- </rdf:RDF>
- </metadata>
- <g
- inkscape:label="Camada 1"
- inkscape:groupmode="layer"
- id="layer1">
- <rect
- ry="1.9166111"
- rx="1.9076604"
- y="40.584282"
- x="5.4895606"
- height="3.9157236"
- width="38.000004"
- id="rect5488"
- style="opacity:0.36111111;fill:#000000;fill-opacity:1;stroke:none;stroke-width:0.9999997;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;filter:url(#filter8688)"
- transform="matrix(1.0263157,0,0,1.0215227,-0.634022,-0.4577652)" />
- <rect
- style="opacity:1;fill:url(#linearGradient2238);fill-opacity:1;stroke:url(#linearGradient2240);stroke-width:0.9999997;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
- id="rect2160"
- width="38.000004"
- height="42.000004"
- x="5.4895606"
- y="2.5"
- rx="0"
- ry="0" />
- <rect
- ry="0"
- rx="0"
- y="3.5"
- x="6.4895606"
- height="40"
- width="36"
- id="rect2242"
- style="opacity:1;fill:none;fill-opacity:1;stroke:#ffffff;stroke-width:0.99999988;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
- <rect
- style="opacity:1;fill:#000000;fill-opacity:0.09599998;stroke:none;stroke-width:1;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
- id="rect5436"
- width="37"
- height="1"
- x="-42"
- y="7.9895606"
- transform="matrix(0,-1,1,0,0,0)" />
- <rect
- transform="matrix(0,-1,1,0,0,0)"
- y="11.98956"
- x="-42"
- height="1"
- width="37"
- id="rect5438"
- style="opacity:1;fill:#000000;fill-opacity:0.09599998;stroke:none;stroke-width:1;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
- <rect
- style="opacity:1;fill:#000000;fill-opacity:0.09599998;stroke:none;stroke-width:1;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
- id="rect5440"
- width="37"
- height="1"
- x="-42"
- y="15.98956"
- transform="matrix(0,-1,1,0,0,0)" />
- <rect
- transform="matrix(0,-1,1,0,0,0)"
- y="19.989561"
- x="-42"
- height="1"
- width="37"
- id="rect5442"
- style="opacity:1;fill:#000000;fill-opacity:0.09599998;stroke:none;stroke-width:1;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
- <rect
- style="opacity:1;fill:#000000;fill-opacity:0.09599998;stroke:none;stroke-width:1;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
- id="rect5444"
- width="37"
- height="1"
- x="-42"
- y="23.989561"
- transform="matrix(0,-1,1,0,0,0)" />
- <rect
- transform="matrix(0,-1,1,0,0,0)"
- y="27.989561"
- x="-42"
- height="1"
- width="37"
- id="rect5446"
- style="opacity:1;fill:#000000;fill-opacity:0.09599998;stroke:none;stroke-width:1;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
- <rect
- style="opacity:1;fill:#000000;fill-opacity:0.09599998;stroke:none;stroke-width:1;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
- id="rect5448"
- width="37"
- height="1"
- x="-42"
- y="31.989561"
- transform="matrix(0,-1,1,0,0,0)" />
- <rect
- transform="matrix(0,-1,1,0,0,0)"
- y="35.989559"
- x="-42"
- height="1"
- width="37"
- id="rect5450"
- style="opacity:1;fill:#000000;fill-opacity:0.09599998;stroke:none;stroke-width:1;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
- <rect
- style="opacity:1;fill:#000000;fill-opacity:0.09599998;stroke:none;stroke-width:1;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
- id="rect5452"
- width="37"
- height="1"
- x="-42"
- y="39.989559"
- transform="matrix(0,-1,1,0,0,0)" />
- <rect
- y="5"
- x="7.9895606"
- height="1"
- width="33"
- id="rect5456"
- style="opacity:1;fill:#000000;fill-opacity:0.09599998;stroke:none;stroke-width:1;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
- <rect
- style="opacity:1;fill:#000000;fill-opacity:0.09599998;stroke:none;stroke-width:1;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
- id="rect5458"
- width="33"
- height="1"
- x="7.9895606"
- y="9" />
- <rect
- y="13"
- x="7.9895606"
- height="1"
- width="33"
- id="rect5460"
- style="opacity:1;fill:#000000;fill-opacity:0.09599998;stroke:none;stroke-width:1;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
- <rect
- style="opacity:1;fill:#000000;fill-opacity:0.09599998;stroke:none;stroke-width:1;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
- id="rect5462"
- width="33"
- height="1"
- x="7.9895606"
- y="17" />
- <rect
- y="21"
- x="7.9895606"
- height="1"
- width="33"
- id="rect5464"
- style="opacity:1;fill:#000000;fill-opacity:0.09599998;stroke:none;stroke-width:1;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
- <rect
- style="opacity:1;fill:#000000;fill-opacity:0.09599998;stroke:none;stroke-width:1;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
- id="rect5466"
- width="33"
- height="1"
- x="7.9895606"
- y="25" />
- <rect
- y="29"
- x="7.9895606"
- height="1"
- width="33"
- id="rect5468"
- style="opacity:1;fill:#000000;fill-opacity:0.09599998;stroke:none;stroke-width:1;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
- <rect
- style="opacity:1;fill:#000000;fill-opacity:0.09599998;stroke:none;stroke-width:1;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
- id="rect5470"
- width="33"
- height="1"
- x="7.9895606"
- y="33" />
- <rect
- y="37"
- x="7.9895606"
- height="1"
- width="33"
- id="rect5472"
- style="opacity:1;fill:#000000;fill-opacity:0.09599998;stroke:none;stroke-width:1;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
- <path
- style="fill:url(#linearGradient5482);fill-opacity:1;fill-rule:evenodd;stroke:url(#linearGradient5484);stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
- d="M 8.4895604,27.135085 L 11.401864,24.521725 L 17.379454,31.671583 L 19.818716,28.982211 L 23.484126,22.000921 L 28.481685,30.017623 L 32.318601,17.494833 L 35.211394,20.609709 L 40.489558,5.4999998 L 40.489558,41.499997 L 8.4895604,41.499997 L 8.4895604,27.135085 z "
- id="path5478"
- sodipodi:nodetypes="cccccccccccc" />
- <path
- style="fill:none;fill-rule:evenodd;stroke:url(#linearGradient5486);stroke-width:0.99999994px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
- d="M 38.494603,40.38061 L 39.589559,11.15896 L 35.371345,22.633116 L 32.819668,19.482264 L 28.792593,32.157265 L 23.530974,24.047064 L 20.807056,29.470003 L 17.446128,32.896483 L 11.376188,26.049147 L 9.5819065,27.552385 L 9.4895595,40.678873"
- id="path5480"
- sodipodi:nodetypes="ccccccccccc" />
- </g>
-</svg>
diff --git a/invest-applet/data/art/mate-invest-applet.16.png b/invest-applet/data/art/mate-invest-applet.16.png
deleted file mode 100644
index c5d6f815..00000000
--- a/invest-applet/data/art/mate-invest-applet.16.png
+++ /dev/null
Binary files differ
diff --git a/invest-applet/data/art/mate-invest-applet.22.png b/invest-applet/data/art/mate-invest-applet.22.png
deleted file mode 100644
index eba0caff..00000000
--- a/invest-applet/data/art/mate-invest-applet.22.png
+++ /dev/null
Binary files differ
diff --git a/invest-applet/data/art/mate-invest-applet.48.png b/invest-applet/data/art/mate-invest-applet.48.png
deleted file mode 100644
index 14e2f9ec..00000000
--- a/invest-applet/data/art/mate-invest-applet.48.png
+++ /dev/null
Binary files differ
diff --git a/invest-applet/data/art/mate-invest-applet.svg b/invest-applet/data/art/mate-invest-applet.svg
deleted file mode 100644
index b5808216..00000000
--- a/invest-applet/data/art/mate-invest-applet.svg
+++ /dev/null
@@ -1,380 +0,0 @@
-<?xml version="1.0" encoding="UTF-8" standalone="no"?>
-<!-- Created with Inkscape (http://www.inkscape.org/) -->
-<svg
- xmlns:dc="http://purl.org/dc/elements/1.1/"
- xmlns:cc="http://web.resource.org/cc/"
- xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
- xmlns:svg="http://www.w3.org/2000/svg"
- xmlns="http://www.w3.org/2000/svg"
- xmlns:xlink="http://www.w3.org/1999/xlink"
- xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
- xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
- width="48"
- height="48"
- id="svg2"
- sodipodi:version="0.32"
- inkscape:version="0.45"
- version="1.0"
- sodipodi:docbase="/media/hda1/Backup/Documentos/Vinicius/tango-icon-theme-code/invest-applet/scalable"
- sodipodi:docname="invest-up.svg"
- inkscape:output_extension="org.inkscape.output.svg.inkscape"
- inkscape:export-filename="/media/hda1/Backup/Documentos/Vinicius/tango-icon-theme-code/invest-applet/48x48/invest-up.png"
- inkscape:export-xdpi="90"
- inkscape:export-ydpi="90"
- sodipodi:modified="TRUE">
- <defs
- id="defs4">
- <linearGradient
- inkscape:collect="always"
- id="linearGradient3156">
- <stop
- style="stop-color:#ffffff;stop-opacity:1;"
- offset="0"
- id="stop3158" />
- <stop
- style="stop-color:#ffffff;stop-opacity:0;"
- offset="1"
- id="stop3160" />
- </linearGradient>
- <linearGradient
- id="linearGradient7049">
- <stop
- style="stop-color:#73d216;stop-opacity:1;"
- offset="0"
- id="stop7051" />
- <stop
- style="stop-color:#9ded4f;stop-opacity:0.59649122;"
- offset="1"
- id="stop7053" />
- </linearGradient>
- <linearGradient
- inkscape:collect="always"
- id="linearGradient6072">
- <stop
- style="stop-color:#4e9a06;stop-opacity:1;"
- offset="0"
- id="stop6074" />
- <stop
- style="stop-color:#57ad06;stop-opacity:1"
- offset="1"
- id="stop6076" />
- </linearGradient>
- <linearGradient
- inkscape:collect="always"
- id="linearGradient4110">
- <stop
- style="stop-color:#888a85;stop-opacity:1;"
- offset="0"
- id="stop4112" />
- <stop
- style="stop-color:#acadaa;stop-opacity:1"
- offset="1"
- id="stop4114" />
- </linearGradient>
- <linearGradient
- id="linearGradient4102">
- <stop
- style="stop-color:#e8e8e8;stop-opacity:1;"
- offset="0"
- id="stop4104" />
- <stop
- style="stop-color:#ffffff;stop-opacity:1;"
- offset="1"
- id="stop4106" />
- </linearGradient>
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient4102"
- id="linearGradient2238"
- gradientUnits="userSpaceOnUse"
- gradientTransform="matrix(2.2352942,0,0,2.2105263,-9.8675135e-2,-0.8157891)"
- x1="10.44536"
- y1="21"
- x2="10.44536"
- y2="6.8023472" />
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient4110"
- id="linearGradient2240"
- gradientUnits="userSpaceOnUse"
- gradientTransform="matrix(2.2352942,0,0,2.2105263,-9.8675135e-2,-0.8157891)"
- x1="2.4051816"
- y1="20.62561"
- x2="2.4051816"
- y2="0.98268282" />
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient7049"
- id="linearGradient5482"
- gradientUnits="userSpaceOnUse"
- gradientTransform="matrix(2.4615386,0,0,2.3407614,-2.5873635,-1.80409)"
- x1="8.3792715"
- y1="14.33812"
- x2="8.3792715"
- y2="18.465544" />
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient6072"
- id="linearGradient5484"
- gradientUnits="userSpaceOnUse"
- gradientTransform="matrix(2.4615386,0,0,2.3407614,-2.5873635,-1.80409)"
- x1="17.454746"
- y1="8.5997019"
- x2="17.454746"
- y2="19.000908" />
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient3156"
- id="linearGradient5486"
- gradientUnits="userSpaceOnUse"
- gradientTransform="matrix(2.5805157,0,0,2.4545064,-3.8380168,-3.5791546)"
- x1="6.4130034"
- y1="8.8749151"
- x2="11.42639"
- y2="15.772017" />
- <filter
- inkscape:collect="always"
- x="-0.12442589"
- width="1.2488518"
- y="-1.2074867"
- height="3.4149734"
- id="filter8688">
- <feGaussianBlur
- inkscape:collect="always"
- stdDeviation="2.3640921"
- id="feGaussianBlur8690" />
- </filter>
- </defs>
- <sodipodi:namedview
- id="base"
- pagecolor="#ffffff"
- bordercolor="#666666"
- borderopacity="1.0"
- inkscape:pageopacity="0.0"
- inkscape:pageshadow="2"
- inkscape:zoom="1"
- inkscape:cx="31.987806"
- inkscape:cy="3.2351035"
- inkscape:document-units="px"
- inkscape:current-layer="layer1"
- width="48px"
- height="48px"
- showgrid="false"
- showborder="false"
- inkscape:window-width="1024"
- inkscape:window-height="687"
- inkscape:window-x="0"
- inkscape:window-y="32" />
- <metadata
- id="metadata7">
- <rdf:RDF>
- <cc:Work
- rdf:about="">
- <dc:format>image/svg+xml</dc:format>
- <dc:type
- rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
- <cc:license
- rdf:resource="http://creativecommons.org/licenses/LGPL/2.1/" />
- <dc:title>Invest</dc:title>
- <dc:creator>
- <cc:Agent>
- <dc:title>Vinicius Depizzol &lt;[email protected]&gt;</dc:title>
- </cc:Agent>
- </dc:creator>
- </cc:Work>
- <cc:License
- rdf:about="http://creativecommons.org/licenses/LGPL/2.1/">
- <cc:permits
- rdf:resource="http://web.resource.org/cc/Reproduction" />
- <cc:permits
- rdf:resource="http://web.resource.org/cc/Distribution" />
- <cc:requires
- rdf:resource="http://web.resource.org/cc/Notice" />
- <cc:permits
- rdf:resource="http://web.resource.org/cc/DerivativeWorks" />
- <cc:requires
- rdf:resource="http://web.resource.org/cc/ShareAlike" />
- <cc:requires
- rdf:resource="http://web.resource.org/cc/SourceCode" />
- </cc:License>
- </rdf:RDF>
- </metadata>
- <g
- inkscape:label="Camada 1"
- inkscape:groupmode="layer"
- id="layer1">
- <rect
- ry="1.9166111"
- rx="1.9076604"
- y="40.584282"
- x="5.4895606"
- height="3.9157236"
- width="38.000004"
- id="rect5488"
- style="opacity:0.36111111;fill:#000000;fill-opacity:1;stroke:none;stroke-width:0.9999997;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;filter:url(#filter8688)"
- transform="matrix(1.0263157,0,0,1.0215227,-0.634022,-0.4577652)" />
- <rect
- style="opacity:1;fill:url(#linearGradient2238);fill-opacity:1;stroke:url(#linearGradient2240);stroke-width:0.9999997;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
- id="rect2160"
- width="38.000004"
- height="42.000004"
- x="5.4895606"
- y="2.5"
- rx="0"
- ry="0" />
- <rect
- ry="0"
- rx="0"
- y="3.5"
- x="6.4895606"
- height="40"
- width="36"
- id="rect2242"
- style="opacity:1;fill:none;fill-opacity:1;stroke:#ffffff;stroke-width:0.99999988;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
- <rect
- style="opacity:1;fill:#000000;fill-opacity:0.09599998;stroke:none;stroke-width:1;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
- id="rect5436"
- width="37"
- height="1"
- x="-42"
- y="7.9895606"
- transform="matrix(0,-1,1,0,0,0)" />
- <rect
- transform="matrix(0,-1,1,0,0,0)"
- y="11.98956"
- x="-42"
- height="1"
- width="37"
- id="rect5438"
- style="opacity:1;fill:#000000;fill-opacity:0.09599998;stroke:none;stroke-width:1;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
- <rect
- style="opacity:1;fill:#000000;fill-opacity:0.09599998;stroke:none;stroke-width:1;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
- id="rect5440"
- width="37"
- height="1"
- x="-42"
- y="15.98956"
- transform="matrix(0,-1,1,0,0,0)" />
- <rect
- transform="matrix(0,-1,1,0,0,0)"
- y="19.989561"
- x="-42"
- height="1"
- width="37"
- id="rect5442"
- style="opacity:1;fill:#000000;fill-opacity:0.09599998;stroke:none;stroke-width:1;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
- <rect
- style="opacity:1;fill:#000000;fill-opacity:0.09599998;stroke:none;stroke-width:1;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
- id="rect5444"
- width="37"
- height="1"
- x="-42"
- y="23.989561"
- transform="matrix(0,-1,1,0,0,0)" />
- <rect
- transform="matrix(0,-1,1,0,0,0)"
- y="27.989561"
- x="-42"
- height="1"
- width="37"
- id="rect5446"
- style="opacity:1;fill:#000000;fill-opacity:0.09599998;stroke:none;stroke-width:1;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
- <rect
- style="opacity:1;fill:#000000;fill-opacity:0.09599998;stroke:none;stroke-width:1;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
- id="rect5448"
- width="37"
- height="1"
- x="-42"
- y="31.989561"
- transform="matrix(0,-1,1,0,0,0)" />
- <rect
- transform="matrix(0,-1,1,0,0,0)"
- y="35.989559"
- x="-42"
- height="1"
- width="37"
- id="rect5450"
- style="opacity:1;fill:#000000;fill-opacity:0.09599998;stroke:none;stroke-width:1;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
- <rect
- style="opacity:1;fill:#000000;fill-opacity:0.09599998;stroke:none;stroke-width:1;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
- id="rect5452"
- width="37"
- height="1"
- x="-42"
- y="39.989559"
- transform="matrix(0,-1,1,0,0,0)" />
- <rect
- y="5"
- x="7.9895606"
- height="1"
- width="33"
- id="rect5456"
- style="opacity:1;fill:#000000;fill-opacity:0.09599998;stroke:none;stroke-width:1;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
- <rect
- style="opacity:1;fill:#000000;fill-opacity:0.09599998;stroke:none;stroke-width:1;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
- id="rect5458"
- width="33"
- height="1"
- x="7.9895606"
- y="9" />
- <rect
- y="13"
- x="7.9895606"
- height="1"
- width="33"
- id="rect5460"
- style="opacity:1;fill:#000000;fill-opacity:0.09599998;stroke:none;stroke-width:1;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
- <rect
- style="opacity:1;fill:#000000;fill-opacity:0.09599998;stroke:none;stroke-width:1;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
- id="rect5462"
- width="33"
- height="1"
- x="7.9895606"
- y="17" />
- <rect
- y="21"
- x="7.9895606"
- height="1"
- width="33"
- id="rect5464"
- style="opacity:1;fill:#000000;fill-opacity:0.09599998;stroke:none;stroke-width:1;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
- <rect
- style="opacity:1;fill:#000000;fill-opacity:0.09599998;stroke:none;stroke-width:1;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
- id="rect5466"
- width="33"
- height="1"
- x="7.9895606"
- y="25" />
- <rect
- y="29"
- x="7.9895606"
- height="1"
- width="33"
- id="rect5468"
- style="opacity:1;fill:#000000;fill-opacity:0.09599998;stroke:none;stroke-width:1;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
- <rect
- style="opacity:1;fill:#000000;fill-opacity:0.09599998;stroke:none;stroke-width:1;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
- id="rect5470"
- width="33"
- height="1"
- x="7.9895606"
- y="33" />
- <rect
- y="37"
- x="7.9895606"
- height="1"
- width="33"
- id="rect5472"
- style="opacity:1;fill:#000000;fill-opacity:0.09599998;stroke:none;stroke-width:1;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
- <path
- style="fill:url(#linearGradient5482);fill-opacity:1;fill-rule:evenodd;stroke:url(#linearGradient5484);stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
- d="M 8.4895604,27.135085 L 11.401864,24.521725 L 17.379454,31.671583 L 19.818716,28.982211 L 23.484126,22.000921 L 28.481685,30.017623 L 32.318601,17.494833 L 35.211394,20.609709 L 40.489558,5.4999998 L 40.489558,41.499997 L 8.4895604,41.499997 L 8.4895604,27.135085 z "
- id="path5478"
- sodipodi:nodetypes="cccccccccccc" />
- <path
- style="fill:none;fill-rule:evenodd;stroke:url(#linearGradient5486);stroke-width:0.99999994px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
- d="M 38.494603,40.38061 L 39.589559,11.15896 L 35.371345,22.633116 L 32.819668,19.482264 L 28.792593,32.157265 L 23.530974,24.047064 L 20.807056,29.470003 L 17.446128,32.896483 L 11.376188,26.049147 L 9.5819065,27.552385 L 9.4895595,40.678873"
- id="path5480"
- sodipodi:nodetypes="ccccccccccc" />
- </g>
-</svg>
diff --git a/invest-applet/data/financialchart.ui b/invest-applet/data/financialchart.ui
deleted file mode 100644
index d7d80954..00000000
--- a/invest-applet/data/financialchart.ui
+++ /dev/null
@@ -1,832 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<interface>
- <!-- interface-requires gtk+ 2.12 -->
- <object class="GtkWindow" id="window">
- <property name="visible">True</property>
- <property name="can_focus">False</property>
- <property name="border_width">6</property>
- <property name="title" translatable="yes">Financial Chart</property>
- <property name="window_position">center</property>
- <property name="default_height">500</property>
- <property name="destroy_with_parent">True</property>
- <property name="icon_name">stock_chart</property>
- <child>
- <object class="GtkVBox" id="vbox1">
- <property name="visible">True</property>
- <property name="can_focus">False</property>
- <property name="spacing">6</property>
- <child>
- <object class="GtkHBox" id="hbox1">
- <property name="visible">True</property>
- <property name="can_focus">False</property>
- <property name="spacing">6</property>
- <child>
- <object class="GtkLabel" id="label1">
- <property name="visible">True</property>
- <property name="can_focus">False</property>
- <property name="label" translatable="yes">_Ticker symbol: </property>
- <property name="use_underline">True</property>
- <property name="mnemonic_widget">s</property>
- </object>
- <packing>
- <property name="expand">False</property>
- <property name="fill">False</property>
- <property name="position">0</property>
- </packing>
- </child>
- <child>
- <object class="GtkEntry" id="s">
- <property name="visible">True</property>
- <property name="can_focus">True</property>
- <property name="has_focus">True</property>
- </object>
- <packing>
- <property name="expand">True</property>
- <property name="fill">True</property>
- <property name="position">1</property>
- </packing>
- </child>
- <child>
- <object class="GtkCheckButton" id="autorefresh">
- <property name="visible">True</property>
- <property name="can_focus">True</property>
- <property name="receives_default">False</property>
- <property name="use_action_appearance">False</property>
- <property name="active">True</property>
- <property name="draw_indicator">True</property>
- <child>
- <object class="GtkAlignment" id="alignment1">
- <property name="visible">True</property>
- <property name="can_focus">False</property>
- <property name="xscale">0</property>
- <property name="yscale">0</property>
- <child>
- <object class="GtkHBox" id="hbox5">
- <property name="visible">True</property>
- <property name="can_focus">False</property>
- <property name="spacing">2</property>
- <child>
- <object class="GtkImage" id="image1">
- <property name="visible">True</property>
- <property name="can_focus">False</property>
- <property name="stock">gtk-refresh</property>
- </object>
- <packing>
- <property name="expand">False</property>
- <property name="fill">False</property>
- <property name="position">0</property>
- </packing>
- </child>
- <child>
- <object class="GtkLabel" id="label8">
- <property name="visible">True</property>
- <property name="can_focus">False</property>
- <property name="label" translatable="yes">Auto _refresh</property>
- <property name="use_underline">True</property>
- </object>
- <packing>
- <property name="expand">False</property>
- <property name="fill">False</property>
- <property name="position">1</property>
- </packing>
- </child>
- </object>
- </child>
- </object>
- </child>
- </object>
- <packing>
- <property name="expand">False</property>
- <property name="fill">False</property>
- <property name="position">2</property>
- </packing>
- </child>
- <child>
- <object class="GtkComboBoxText" id="t">
- <property name="visible">True</property>
- <property name="can_focus">False</property>
- <items>
- <item translatable="yes">Today</item>
- <item translatable="yes">5 Days</item>
- <item translatable="yes">3 Months</item>
- <item translatable="yes">6 Months</item>
- <item translatable="yes">1 Year</item>
- <item translatable="yes">5 Years</item>
- <item translatable="yes">Maximum</item>
- </items>
- </object>
- <packing>
- <property name="expand">False</property>
- <property name="fill">False</property>
- <property name="position">3</property>
- </packing>
- </child>
- </object>
- <packing>
- <property name="expand">False</property>
- <property name="fill">False</property>
- <property name="position">0</property>
- </packing>
- </child>
- <child>
- <object class="GtkExpander" id="expander1">
- <property name="visible">True</property>
- <property name="can_focus">True</property>
- <property name="spacing">6</property>
- <child>
- <object class="GtkTable" id="table1">
- <property name="visible">True</property>
- <property name="can_focus">False</property>
- <property name="n_rows">5</property>
- <property name="n_columns">2</property>
- <property name="column_spacing">6</property>
- <property name="row_spacing">6</property>
- <child>
- <object class="GtkLabel" id="label3">
- <property name="visible">True</property>
- <property name="can_focus">False</property>
- <property name="xalign">1</property>
- <property name="label" translatable="yes">_Graph style: </property>
- <property name="use_underline">True</property>
- </object>
- <packing>
- <property name="x_options">GTK_FILL</property>
- <property name="y_options"></property>
- </packing>
- </child>
- <child>
- <object class="GtkLabel" id="label4">
- <property name="visible">True</property>
- <property name="can_focus">False</property>
- <property name="xalign">1</property>
- <property name="label" translatable="yes" comments="see http://biz.yahoo.com/charts/guide11.html and http://en.wikipedia.org/wiki/Moving_average">Moving average: </property>
- </object>
- <packing>
- <property name="top_attach">1</property>
- <property name="bottom_attach">2</property>
- <property name="x_options">GTK_FILL</property>
- <property name="y_options"></property>
- </packing>
- </child>
- <child>
- <object class="GtkLabel" id="label5">
- <property name="visible">True</property>
- <property name="can_focus">False</property>
- <property name="xalign">1</property>
- <property name="label" translatable="yes" comments="see http://biz.yahoo.com/charts/guide12.html and http://en.wikipedia.org/wiki/Moving_average#Exponential_moving_average">Exponential moving average: </property>
- </object>
- <packing>
- <property name="top_attach">2</property>
- <property name="bottom_attach">3</property>
- <property name="x_options">GTK_FILL</property>
- <property name="y_options"></property>
- </packing>
- </child>
- <child>
- <object class="GtkHBox" id="hbox3">
- <property name="visible">True</property>
- <property name="can_focus">False</property>
- <property name="spacing">6</property>
- <child>
- <object class="GtkCheckButton" id="pe5">
- <property name="label" translatable="yes">5</property>
- <property name="visible">True</property>
- <property name="can_focus">True</property>
- <property name="receives_default">False</property>
- <property name="use_action_appearance">False</property>
- <property name="use_underline">True</property>
- <property name="active">True</property>
- <property name="draw_indicator">True</property>
- </object>
- <packing>
- <property name="expand">False</property>
- <property name="fill">False</property>
- <property name="position">0</property>
- </packing>
- </child>
- <child>
- <object class="GtkCheckButton" id="pe10">
- <property name="label" translatable="yes">10</property>
- <property name="visible">True</property>
- <property name="can_focus">True</property>
- <property name="receives_default">False</property>
- <property name="use_action_appearance">False</property>
- <property name="use_underline">True</property>
- <property name="draw_indicator">True</property>
- </object>
- <packing>
- <property name="expand">False</property>
- <property name="fill">False</property>
- <property name="position">1</property>
- </packing>
- </child>
- <child>
- <object class="GtkCheckButton" id="pe20">
- <property name="label" translatable="yes">20</property>
- <property name="visible">True</property>
- <property name="can_focus">True</property>
- <property name="receives_default">False</property>
- <property name="use_action_appearance">False</property>
- <property name="use_underline">True</property>
- <property name="active">True</property>
- <property name="draw_indicator">True</property>
- </object>
- <packing>
- <property name="expand">False</property>
- <property name="fill">False</property>
- <property name="position">2</property>
- </packing>
- </child>
- <child>
- <object class="GtkCheckButton" id="pe50">
- <property name="label" translatable="yes">50</property>
- <property name="visible">True</property>
- <property name="can_focus">True</property>
- <property name="receives_default">False</property>
- <property name="use_action_appearance">False</property>
- <property name="use_underline">True</property>
- <property name="draw_indicator">True</property>
- </object>
- <packing>
- <property name="expand">False</property>
- <property name="fill">False</property>
- <property name="position">3</property>
- </packing>
- </child>
- <child>
- <object class="GtkCheckButton" id="pe100">
- <property name="label" translatable="yes">100</property>
- <property name="visible">True</property>
- <property name="can_focus">True</property>
- <property name="receives_default">False</property>
- <property name="use_action_appearance">False</property>
- <property name="use_underline">True</property>
- <property name="draw_indicator">True</property>
- </object>
- <packing>
- <property name="expand">False</property>
- <property name="fill">False</property>
- <property name="position">4</property>
- </packing>
- </child>
- <child>
- <object class="GtkCheckButton" id="pe200">
- <property name="label" translatable="yes">200</property>
- <property name="visible">True</property>
- <property name="can_focus">True</property>
- <property name="receives_default">False</property>
- <property name="use_action_appearance">False</property>
- <property name="use_underline">True</property>
- <property name="draw_indicator">True</property>
- </object>
- <packing>
- <property name="expand">False</property>
- <property name="fill">False</property>
- <property name="position">5</property>
- </packing>
- </child>
- </object>
- <packing>
- <property name="left_attach">1</property>
- <property name="right_attach">2</property>
- <property name="top_attach">2</property>
- <property name="bottom_attach">3</property>
- <property name="x_options">GTK_FILL</property>
- <property name="y_options">GTK_FILL</property>
- </packing>
- </child>
- <child>
- <object class="GtkLabel" id="label6">
- <property name="visible">True</property>
- <property name="can_focus">False</property>
- <property name="xalign">1</property>
- <property name="label" translatable="yes" comments="see http://en.wikipedia.org/wiki/Technical_analysis#Overlays">Overlays: </property>
- </object>
- <packing>
- <property name="top_attach">3</property>
- <property name="bottom_attach">4</property>
- <property name="x_options">GTK_FILL</property>
- <property name="y_options"></property>
- </packing>
- </child>
- <child>
- <object class="GtkHBox" id="hbox4">
- <property name="visible">True</property>
- <property name="can_focus">False</property>
- <child>
- <object class="GtkCheckButton" id="pb">
- <property name="label" translatable="yes" comments="Please keep this term short. For its meaning, see http://biz.yahoo.com/charts/guide13.html and http://en.wikipedia.org/wiki/Bollinger_bands">Bollinger</property>
- <property name="visible">True</property>
- <property name="can_focus">True</property>
- <property name="receives_default">False</property>
- <property name="use_action_appearance">False</property>
- <property name="use_underline">True</property>
- <property name="active">True</property>
- <property name="draw_indicator">True</property>
- </object>
- <packing>
- <property name="expand">False</property>
- <property name="fill">False</property>
- <property name="position">0</property>
- </packing>
- </child>
- <child>
- <object class="GtkCheckButton" id="pp">
- <property name="label" translatable="yes" comments="Please keep this term short. For its meaning, see http://biz.yahoo.com/charts/guide16.html and http://en.wikipedia.org/wiki/Parabolic_SAR">SAR</property>
- <property name="visible">True</property>
- <property name="can_focus">True</property>
- <property name="receives_default">False</property>
- <property name="use_action_appearance">False</property>
- <property name="use_underline">True</property>
- <property name="draw_indicator">True</property>
- </object>
- <packing>
- <property name="expand">False</property>
- <property name="fill">False</property>
- <property name="position">1</property>
- </packing>
- </child>
- <child>
- <object class="GtkCheckButton" id="ps">
- <property name="label" translatable="yes" comments="Please keep this term short. For its meaning, see http://biz.yahoo.com/charts/guide6.html and http://en.wikipedia.org/wiki/Stock_split">Splits</property>
- <property name="visible">True</property>
- <property name="can_focus">True</property>
- <property name="receives_default">False</property>
- <property name="use_action_appearance">False</property>
- <property name="use_underline">True</property>
- <property name="draw_indicator">True</property>
- </object>
- <packing>
- <property name="expand">False</property>
- <property name="fill">False</property>
- <property name="position">2</property>
- </packing>
- </child>
- <child>
- <object class="GtkCheckButton" id="pv">
- <property name="label" translatable="yes" comments="Please keep this term short. For its meaning, see http://biz.yahoo.com/charts/guide20.html and http://en.wikipedia.org/wiki/Volume_%28finance%29">Volumes</property>
- <property name="visible">True</property>
- <property name="can_focus">True</property>
- <property name="receives_default">False</property>
- <property name="use_action_appearance">False</property>
- <property name="use_underline">True</property>
- <property name="active">True</property>
- <property name="draw_indicator">True</property>
- </object>
- <packing>
- <property name="expand">False</property>
- <property name="fill">False</property>
- <property name="position">3</property>
- </packing>
- </child>
- </object>
- <packing>
- <property name="left_attach">1</property>
- <property name="right_attach">2</property>
- <property name="top_attach">3</property>
- <property name="bottom_attach">4</property>
- <property name="x_options">GTK_FILL</property>
- <property name="y_options">GTK_FILL</property>
- </packing>
- </child>
- <child>
- <object class="GtkLabel" id="label7">
- <property name="visible">True</property>
- <property name="can_focus">False</property>
- <property name="xalign">1</property>
- <property name="label" translatable="yes" comments="see http://biz.yahoo.com/charts/guide10.html and http://en.wikipedia.org/wiki/Technical_indicator#Charting_terms_and_indicators">Indicators: </property>
- </object>
- <packing>
- <property name="top_attach">4</property>
- <property name="bottom_attach">5</property>
- <property name="x_options">GTK_FILL</property>
- <property name="y_options"></property>
- </packing>
- </child>
- <child>
- <object class="GtkTable" id="table2">
- <property name="visible">True</property>
- <property name="can_focus">False</property>
- <property name="n_rows">3</property>
- <property name="n_columns">3</property>
- <child>
- <object class="GtkCheckButton" id="ar">
- <property name="label" translatable="yes" comments="Please keep this term short. For its meaning, see http://en.wikipedia.org/wiki/Relative_Strength_Index">RSI</property>
- <property name="visible">True</property>
- <property name="can_focus">True</property>
- <property name="receives_default">False</property>
- <property name="use_action_appearance">False</property>
- <property name="use_underline">True</property>
- <property name="draw_indicator">True</property>
- </object>
- <packing>
- <property name="top_attach">1</property>
- <property name="bottom_attach">2</property>
- <property name="x_options">GTK_FILL</property>
- <property name="y_options"></property>
- </packing>
- </child>
- <child>
- <object class="GtkCheckButton" id="av">
- <property name="label" translatable="yes" comments="Please keep this term short. For its meaning, see http://en.wikipedia.org/wiki/Volume_%28finance%29">Vol</property>
- <property name="visible">True</property>
- <property name="can_focus">True</property>
- <property name="receives_default">False</property>
- <property name="use_action_appearance">False</property>
- <property name="use_underline">True</property>
- <property name="draw_indicator">True</property>
- </object>
- <packing>
- <property name="top_attach">2</property>
- <property name="bottom_attach">3</property>
- <property name="x_options">GTK_FILL</property>
- <property name="y_options"></property>
- </packing>
- </child>
- <child>
- <object class="GtkCheckButton" id="af">
- <property name="label" translatable="yes" comments="Please keep this term short. For its meaning, see http://en.wikipedia.org/wiki/Money_flow_index">MFI</property>
- <property name="visible">True</property>
- <property name="can_focus">True</property>
- <property name="receives_default">False</property>
- <property name="use_action_appearance">False</property>
- <property name="use_underline">True</property>
- <property name="active">True</property>
- <property name="draw_indicator">True</property>
- </object>
- <packing>
- <property name="left_attach">1</property>
- <property name="right_attach">2</property>
- <property name="x_options">GTK_FILL</property>
- <property name="y_options"></property>
- </packing>
- </child>
- <child>
- <object class="GtkCheckButton" id="ass">
- <property name="label" translatable="yes" comments="Please keep this term short. For its meaning, see http://en.wikipedia.org/wiki/Stochastic_oscillator">Slow stoch</property>
- <property name="visible">True</property>
- <property name="can_focus">True</property>
- <property name="receives_default">False</property>
- <property name="use_action_appearance">False</property>
- <property name="use_underline">True</property>
- <property name="active">True</property>
- <property name="draw_indicator">True</property>
- </object>
- <packing>
- <property name="left_attach">1</property>
- <property name="right_attach">2</property>
- <property name="top_attach">1</property>
- <property name="bottom_attach">2</property>
- <property name="x_options">GTK_FILL</property>
- <property name="y_options"></property>
- </packing>
- </child>
- <child>
- <object class="GtkCheckButton" id="avm">
- <property name="label" translatable="yes" comments="Please keep this term short. For its meaning, see http://en.wikipedia.org/wiki/Volume_%28finance%29">Vol+MA</property>
- <property name="visible">True</property>
- <property name="can_focus">True</property>
- <property name="receives_default">False</property>
- <property name="use_action_appearance">False</property>
- <property name="use_underline">True</property>
- <property name="draw_indicator">True</property>
- </object>
- <packing>
- <property name="left_attach">1</property>
- <property name="right_attach">2</property>
- <property name="top_attach">2</property>
- <property name="bottom_attach">3</property>
- <property name="x_options">GTK_FILL</property>
- <property name="y_options"></property>
- </packing>
- </child>
- <child>
- <object class="GtkCheckButton" id="ap">
- <property name="label" translatable="yes" comments="Please keep this term short. For its meaning, see http://en.wikipedia.org/wiki/Rate_of_change_%28technical_analysis%29">ROC</property>
- <property name="visible">True</property>
- <property name="can_focus">True</property>
- <property name="receives_default">False</property>
- <property name="use_action_appearance">False</property>
- <property name="use_underline">True</property>
- <property name="draw_indicator">True</property>
- </object>
- <packing>
- <property name="left_attach">2</property>
- <property name="right_attach">3</property>
- <property name="x_options">GTK_FILL</property>
- <property name="y_options"></property>
- </packing>
- </child>
- <child>
- <object class="GtkCheckButton" id="afs">
- <property name="label" translatable="yes" comments="Please keep this term short. For its meaning, see http://en.wikipedia.org/wiki/Stochastic_oscillator">Fast stoch</property>
- <property name="visible">True</property>
- <property name="can_focus">True</property>
- <property name="receives_default">False</property>
- <property name="use_action_appearance">False</property>
- <property name="use_underline">True</property>
- <property name="draw_indicator">True</property>
- </object>
- <packing>
- <property name="left_attach">2</property>
- <property name="right_attach">3</property>
- <property name="top_attach">1</property>
- <property name="bottom_attach">2</property>
- <property name="x_options">GTK_FILL</property>
- <property name="y_options"></property>
- </packing>
- </child>
- <child>
- <object class="GtkCheckButton" id="aw">
- <property name="label" translatable="yes" comments="Please keep this term short. For its meaning, see http://en.wikipedia.org/wiki/Williams_%25R">W%R</property>
- <property name="visible">True</property>
- <property name="can_focus">True</property>
- <property name="receives_default">False</property>
- <property name="use_action_appearance">False</property>
- <property name="use_underline">True</property>
- <property name="active">True</property>
- <property name="draw_indicator">True</property>
- </object>
- <packing>
- <property name="left_attach">2</property>
- <property name="right_attach">3</property>
- <property name="top_attach">2</property>
- <property name="bottom_attach">3</property>
- <property name="x_options">GTK_FILL</property>
- <property name="y_options"></property>
- </packing>
- </child>
- <child>
- <object class="GtkCheckButton" id="am">
- <property name="label" translatable="yes" comments="Please keep this term short. For its meaning, see http://en.wikipedia.org/wiki/MACD">MACD</property>
- <property name="visible">True</property>
- <property name="can_focus">True</property>
- <property name="receives_default">False</property>
- <property name="use_action_appearance">False</property>
- <property name="use_underline">True</property>
- <property name="active">True</property>
- <property name="draw_indicator">True</property>
- </object>
- <packing>
- <property name="x_options">GTK_FILL</property>
- <property name="y_options"></property>
- </packing>
- </child>
- </object>
- <packing>
- <property name="left_attach">1</property>
- <property name="right_attach">2</property>
- <property name="top_attach">4</property>
- <property name="bottom_attach">5</property>
- <property name="x_options">GTK_FILL</property>
- <property name="y_options">GTK_FILL</property>
- </packing>
- </child>
- <child>
- <object class="GtkHBox" id="hbox2">
- <property name="visible">True</property>
- <property name="can_focus">False</property>
- <property name="spacing">6</property>
- <child>
- <object class="GtkCheckButton" id="pm5">
- <property name="label" translatable="yes">5</property>
- <property name="visible">True</property>
- <property name="can_focus">True</property>
- <property name="receives_default">False</property>
- <property name="use_action_appearance">False</property>
- <property name="use_underline">True</property>
- <property name="draw_indicator">True</property>
- </object>
- <packing>
- <property name="expand">False</property>
- <property name="fill">False</property>
- <property name="position">0</property>
- </packing>
- </child>
- <child>
- <object class="GtkCheckButton" id="pm10">
- <property name="label" translatable="yes">10</property>
- <property name="visible">True</property>
- <property name="can_focus">True</property>
- <property name="receives_default">False</property>
- <property name="use_action_appearance">False</property>
- <property name="use_underline">True</property>
- <property name="draw_indicator">True</property>
- </object>
- <packing>
- <property name="expand">False</property>
- <property name="fill">False</property>
- <property name="position">1</property>
- </packing>
- </child>
- <child>
- <object class="GtkCheckButton" id="pm20">
- <property name="label" translatable="yes">20</property>
- <property name="visible">True</property>
- <property name="can_focus">True</property>
- <property name="receives_default">False</property>
- <property name="use_action_appearance">False</property>
- <property name="use_underline">True</property>
- <property name="active">True</property>
- <property name="draw_indicator">True</property>
- </object>
- <packing>
- <property name="expand">False</property>
- <property name="fill">False</property>
- <property name="position">2</property>
- </packing>
- </child>
- <child>
- <object class="GtkCheckButton" id="pm50">
- <property name="label" translatable="yes">50</property>
- <property name="visible">True</property>
- <property name="can_focus">True</property>
- <property name="receives_default">False</property>
- <property name="use_action_appearance">False</property>
- <property name="use_underline">True</property>
- <property name="draw_indicator">True</property>
- </object>
- <packing>
- <property name="expand">False</property>
- <property name="fill">False</property>
- <property name="position">3</property>
- </packing>
- </child>
- <child>
- <object class="GtkCheckButton" id="pm100">
- <property name="label" translatable="yes">100</property>
- <property name="visible">True</property>
- <property name="can_focus">True</property>
- <property name="receives_default">False</property>
- <property name="use_action_appearance">False</property>
- <property name="use_underline">True</property>
- <property name="draw_indicator">True</property>
- </object>
- <packing>
- <property name="expand">False</property>
- <property name="fill">False</property>
- <property name="position">4</property>
- </packing>
- </child>
- <child>
- <object class="GtkCheckButton" id="pm200">
- <property name="label" translatable="yes">200</property>
- <property name="visible">True</property>
- <property name="can_focus">True</property>
- <property name="receives_default">False</property>
- <property name="use_action_appearance">False</property>
- <property name="use_underline">True</property>
- <property name="draw_indicator">True</property>
- </object>
- <packing>
- <property name="expand">False</property>
- <property name="fill">False</property>
- <property name="position">5</property>
- </packing>
- </child>
- </object>
- <packing>
- <property name="left_attach">1</property>
- <property name="right_attach">2</property>
- <property name="top_attach">1</property>
- <property name="bottom_attach">2</property>
- <property name="x_options">GTK_FILL</property>
- <property name="y_options">GTK_FILL</property>
- </packing>
- </child>
- <child>
- <object class="GtkHBox" id="hbox6">
- <property name="visible">True</property>
- <property name="can_focus">False</property>
- <child>
- <object class="GtkComboBoxText" id="q">
- <property name="visible">True</property>
- <property name="can_focus">False</property>
- <items>
- <item translatable="yes">Line</item>
- <item translatable="yes">Bar</item>
- <item translatable="yes">Candle</item>
- </items>
- </object>
- <packing>
- <property name="expand">False</property>
- <property name="fill">False</property>
- <property name="position">0</property>
- </packing>
- </child>
- <child>
- <object class="GtkAlignment" id="alignment2">
- <property name="visible">True</property>
- <property name="can_focus">False</property>
- <property name="left_padding">50</property>
- <child>
- <object class="GtkLabel" id="label9">
- <property name="visible">True</property>
- <property name="can_focus">False</property>
- <property name="label" translatable="yes">Scale: </property>
- </object>
- </child>
- </object>
- <packing>
- <property name="expand">False</property>
- <property name="fill">False</property>
- <property name="position">1</property>
- </packing>
- </child>
- <child>
- <object class="GtkComboBoxText" id="l">
- <property name="visible">True</property>
- <property name="can_focus">False</property>
- <items>
- <item translatable="yes">Linear</item>
- <item translatable="yes">Logarithmic</item>
- </items>
- </object>
- <packing>
- <property name="expand">False</property>
- <property name="fill">False</property>
- <property name="position">2</property>
- </packing>
- </child>
- <child>
- <object class="GtkLabel" id="label10">
- <property name="visible">True</property>
- <property name="can_focus">False</property>
- </object>
- <packing>
- <property name="expand">True</property>
- <property name="fill">True</property>
- <property name="position">3</property>
- </packing>
- </child>
- </object>
- <packing>
- <property name="left_attach">1</property>
- <property name="right_attach">2</property>
- <property name="x_options">GTK_FILL</property>
- <property name="y_options">GTK_FILL</property>
- </packing>
- </child>
- </object>
- </child>
- <child type="label">
- <object class="GtkLabel" id="label2">
- <property name="visible">True</property>
- <property name="can_focus">False</property>
- <property name="label" translatable="yes">_Options</property>
- <property name="use_underline">True</property>
- </object>
- </child>
- </object>
- <packing>
- <property name="expand">False</property>
- <property name="fill">False</property>
- <property name="position">1</property>
- </packing>
- </child>
- <child>
- <object class="GtkScrolledWindow" id="scrolledwindow1">
- <property name="visible">True</property>
- <property name="can_focus">True</property>
- <property name="hscrollbar_policy">never</property>
- <property name="shadow_type">in</property>
- <child>
- <object class="GtkViewport" id="plotport">
- <property name="visible">True</property>
- <property name="can_focus">False</property>
- <property name="shadow_type">none</property>
- <child>
- <object class="GtkImage" id="plot">
- <property name="visible">True</property>
- <property name="can_focus">False</property>
- <property name="icon_name">stock_chart</property>
- <property name="icon-size">5</property>
- </object>
- </child>
- </object>
- </child>
- </object>
- <packing>
- <property name="expand">True</property>
- <property name="fill">True</property>
- <property name="position">2</property>
- </packing>
- </child>
- <child>
- <object class="GtkLabel" id="progress">
- <property name="visible">True</property>
- <property name="can_focus">True</property>
- <property name="label" translatable="yes">Downloading chart from &lt;b&gt;Yahoo!&lt;/b&gt;</property>
- <property name="use_markup">True</property>
- <property name="selectable">True</property>
- </object>
- <packing>
- <property name="expand">False</property>
- <property name="fill">False</property>
- <property name="position">3</property>
- </packing>
- </child>
- </object>
- </child>
- </object>
-</interface>
diff --git a/invest-applet/data/org.mate.applets.InvestApplet.mate-panel-applet.in.in b/invest-applet/data/org.mate.applets.InvestApplet.mate-panel-applet.in.in
deleted file mode 100644
index dced4d50..00000000
--- a/invest-applet/data/org.mate.applets.InvestApplet.mate-panel-applet.in.in
+++ /dev/null
@@ -1,17 +0,0 @@
-[Applet Factory]
-Id=InvestAppletFactory
-Location=@LIBEXECDIR@/invest-applet
-_Name=Invest Applet Factory
-_Description=Factory for creating the invest applet.
-
-[InvestApplet]
-_Name=Invest
-_Description=Track your invested money.
-Icon=mate-invest-applet
-BonoboId=OAFIID:Invest_Applet_Factory
-X-MATE-Bugzilla-Bugzilla=MATE
-X-MATE-Bugzilla-Product=mate-applets
-X-MATE-Bugzilla-Component=invest
-X-MATE-Bugzilla-Version=@VERSION@
-X-MATE-Bugzilla-OtherBinaries=invest-applet
-
diff --git a/invest-applet/data/org.mate.panel.applet.InvestAppletFactory.service.in b/invest-applet/data/org.mate.panel.applet.InvestAppletFactory.service.in
deleted file mode 100644
index 353c578a..00000000
--- a/invest-applet/data/org.mate.panel.applet.InvestAppletFactory.service.in
+++ /dev/null
@@ -1,3 +0,0 @@
-[D-BUS Service]
-Name=org.mate.panel.applet.InvestAppletFactory
-Exec=@LIBEXECDIR@/invest-applet
diff --git a/invest-applet/data/prefs-dialog.ui b/invest-applet/data/prefs-dialog.ui
deleted file mode 100644
index ffd05853..00000000
--- a/invest-applet/data/prefs-dialog.ui
+++ /dev/null
@@ -1,268 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<interface>
- <requires lib="gtk+" version="2.16"/>
- <object class="GtkDialog" id="preferences">
- <property name="can_focus">False</property>
- <property name="border_width">5</property>
- <property name="title" translatable="yes">Invest Preferences</property>
- <property name="modal">True</property>
- <property name="window_position">center</property>
- <property name="default_height">450</property>
- <property name="destroy_with_parent">True</property>
- <property name="type_hint">dialog</property>
- <signal name="response" handler="prefs_dialog_response_cb" swapped="no"/>
- <child internal-child="vbox">
- <object class="GtkBox" id="dialog-vbox2">
- <property name="visible">True</property>
- <property name="can_focus">False</property>
- <property name="orientation">vertical</property>
- <property name="spacing">2</property>
- <child internal-child="action_area">
- <object class="GtkButtonBox" id="dialog-action_area2">
- <property name="visible">True</property>
- <property name="can_focus">False</property>
- <property name="layout_style">end</property>
- <child>
- <object class="GtkButton" id="help">
- <property name="label">gtk-help</property>
- <property name="visible">True</property>
- <property name="can_focus">True</property>
- <property name="receives_default">True</property>
- <property name="use_action_appearance">False</property>
- <property name="use_stock">True</property>
- </object>
- <packing>
- <property name="expand">False</property>
- <property name="fill">False</property>
- <property name="position">0</property>
- </packing>
- </child>
- <child>
- <object class="GtkButton" id="close">
- <property name="label">gtk-close</property>
- <property name="visible">True</property>
- <property name="can_focus">True</property>
- <property name="can_default">True</property>
- <property name="receives_default">False</property>
- <property name="use_action_appearance">False</property>
- <property name="use_stock">True</property>
- </object>
- <packing>
- <property name="expand">False</property>
- <property name="fill">False</property>
- <property name="position">1</property>
- </packing>
- </child>
- </object>
- <packing>
- <property name="expand">False</property>
- <property name="fill">True</property>
- <property name="pack_type">end</property>
- <property name="position">0</property>
- </packing>
- </child>
- <child>
- <object class="GtkVBox" id="big_box">
- <property name="visible">True</property>
- <property name="can_focus">False</property>
- <property name="border_width">5</property>
- <property name="spacing">18</property>
- <child>
- <object class="GtkVBox" id="loaded_extensions_box">
- <property name="visible">True</property>
- <property name="can_focus">False</property>
- <child>
- <object class="GtkLabel" id="explanation">
- <property name="visible">True</property>
- <property name="can_focus">False</property>
- <property name="label" translatable="yes">label</property>
- <property name="use_markup">True</property>
- <property name="justify">center</property>
- </object>
- <packing>
- <property name="expand">False</property>
- <property name="fill">False</property>
- <property name="padding">12</property>
- <property name="position">0</property>
- </packing>
- </child>
- <child>
- <object class="GtkLabel" id="stocklabel">
- <property name="visible">True</property>
- <property name="can_focus">False</property>
- <property name="xalign">0</property>
- <property name="label" translatable="yes">Stocks</property>
- <property name="use_underline">True</property>
- <property name="justify">center</property>
- <attributes>
- <attribute name="weight" value="bold"/>
- </attributes>
- </object>
- <packing>
- <property name="expand">False</property>
- <property name="fill">False</property>
- <property name="position">1</property>
- </packing>
- </child>
- <child>
- <object class="GtkAlignment" id="alignment16">
- <property name="visible">True</property>
- <property name="can_focus">False</property>
- <property name="bottom_padding">18</property>
- <property name="left_padding">18</property>
- <child>
- <object class="GtkVBox" id="vbox156">
- <property name="visible">True</property>
- <property name="can_focus">False</property>
- <property name="spacing">6</property>
- <child>
- <object class="GtkScrolledWindow" id="handlers">
- <property name="visible">True</property>
- <property name="can_focus">True</property>
- <property name="has_focus">True</property>
- <property name="hscrollbar_policy">never</property>
- <property name="shadow_type">in</property>
- <child>
- <object class="GtkTreeView" id="stocks">
- <property name="visible">True</property>
- <property name="can_focus">True</property>
- <property name="reorderable">True</property>
- <property name="rules_hint">True</property>
- <child internal-child="selection">
- <object class="GtkTreeSelection" id="treeview-selection1"/>
- </child>
- </object>
- </child>
- </object>
- <packing>
- <property name="expand">True</property>
- <property name="fill">True</property>
- <property name="position">0</property>
- </packing>
- </child>
- <child>
- <object class="GtkHBox" id="hbox1">
- <property name="visible">True</property>
- <property name="can_focus">False</property>
- <property name="spacing">6</property>
- <property name="homogeneous">True</property>
- <child>
- <object class="GtkButton" id="add">
- <property name="label">gtk-add</property>
- <property name="visible">True</property>
- <property name="can_focus">True</property>
- <property name="receives_default">False</property>
- <property name="use_action_appearance">False</property>
- <property name="use_stock">True</property>
- </object>
- <packing>
- <property name="expand">True</property>
- <property name="fill">True</property>
- <property name="position">0</property>
- </packing>
- </child>
- <child>
- <object class="GtkButton" id="remove">
- <property name="label">gtk-remove</property>
- <property name="visible">True</property>
- <property name="can_focus">True</property>
- <property name="receives_default">False</property>
- <property name="use_action_appearance">False</property>
- <property name="use_stock">True</property>
- </object>
- <packing>
- <property name="expand">True</property>
- <property name="fill">True</property>
- <property name="position">1</property>
- </packing>
- </child>
- </object>
- <packing>
- <property name="expand">False</property>
- <property name="fill">True</property>
- <property name="position">1</property>
- </packing>
- </child>
- <child>
- <object class="GtkLabel" id="default_info">
- <property name="visible">True</property>
- <property name="can_focus">False</property>
- <property name="xalign">0</property>
- <property name="label" translatable="yes">&lt;i&gt;&lt;small&gt;&lt;b&gt;Note:&lt;/b&gt; Quotes are delayed at least 15 minutes.
-&lt;b&gt;Source: &lt;/b&gt; Yahoo!&lt;/small&gt;&lt;/i&gt;</property>
- <property name="use_markup">True</property>
- </object>
- <packing>
- <property name="expand">False</property>
- <property name="fill">False</property>
- <property name="position">2</property>
- </packing>
- </child>
- </object>
- </child>
- </object>
- <packing>
- <property name="expand">True</property>
- <property name="fill">True</property>
- <property name="position">2</property>
- </packing>
- </child>
- <child>
- <object class="GtkLabel" id="currencylabel">
- <property name="visible">True</property>
- <property name="can_focus">False</property>
- <property name="xalign">0</property>
- <property name="label" translatable="yes">Currency</property>
- <property name="use_underline">True</property>
- <property name="justify">center</property>
- <attributes>
- <attribute name="weight" value="bold"/>
- </attributes>
- </object>
- <packing>
- <property name="expand">False</property>
- <property name="fill">False</property>
- <property name="position">3</property>
- </packing>
- </child>
- <child>
- <object class="GtkAlignment" id="alignment1">
- <property name="visible">True</property>
- <property name="can_focus">False</property>
- <property name="left_padding">18</property>
- <child>
- <object class="GtkEntry" id="currency">
- <property name="visible">True</property>
- <property name="can_focus">True</property>
- </object>
- </child>
- </object>
- <packing>
- <property name="expand">False</property>
- <property name="fill">True</property>
- <property name="position">4</property>
- </packing>
- </child>
- </object>
- <packing>
- <property name="expand">True</property>
- <property name="fill">True</property>
- <property name="padding">6</property>
- <property name="position">0</property>
- </packing>
- </child>
- </object>
- <packing>
- <property name="expand">True</property>
- <property name="fill">True</property>
- <property name="position">1</property>
- </packing>
- </child>
- </object>
- </child>
- <action-widgets>
- <action-widget response="1">help</action-widget>
- <action-widget response="-7">close</action-widget>
- </action-widgets>
- </object>
-</interface>
diff --git a/invest-applet/docs/C/figures/symbol-search.png b/invest-applet/docs/C/figures/symbol-search.png
deleted file mode 100644
index 80726a38..00000000
--- a/invest-applet/docs/C/figures/symbol-search.png
+++ /dev/null
Binary files differ
diff --git a/invest-applet/docs/C/index.docbook b/invest-applet/docs/C/index.docbook
deleted file mode 100644
index d28f6284..00000000
--- a/invest-applet/docs/C/index.docbook
+++ /dev/null
@@ -1,495 +0,0 @@
-<?xml version="1.0"?>
-<!DOCTYPE article PUBLIC "-//OASIS//DTD DocBook XML V4.1.2//EN"
-"http://www.oasis-open.org/docbook/xml/4.1.2/docbookx.dtd" [
- <!ENTITY legal SYSTEM "legal.xml">
- <!ENTITY appversion "1.10.2">
- <!ENTITY manrevision "1.1">
- <!ENTITY date "July 2015">
- <!ENTITY app "Invest">
- <!ENTITY panel-help SYSTEM "/usr/share/mate/help/mate-user-guide/C/gospanel.xml">
-]>
-
-<!--
- (Do not remove this comment block.)
- Maintained by the MATE Documentation Project
- http://wiki.mate-desktop.org/dev-doc:doc-team-guide
- Template version: 2.0 beta
- Template last modified Apr 11, 2002
--->
-
-
-<!-- =============Document Header ============================= -->
-<article id="index" lang="en">
-<!-- please do not change the id; for translations, change lang to -->
-<!-- appropriate code -->
- <articleinfo>
- <title>&app; Manual</title>
-
- <copyright>
- <year>2015</year>
- <holder>MATE Documentation Project</holder>
- </copyright>
- <copyright>
- <year>2004</year>
- <year>2005</year>
- <holder>Raphael Slinckx</holder>
- </copyright>
- <copyright>
- <year>2007</year>
- <holder>Terrence Hall</holder>
- </copyright>
- <copyright>
- <year>2010</year>
- <holder>Enrico Minack</holder>
- </copyright>
-
-
-
-<!-- translators: uncomment this:
- <copyright>
- <year>2002</year>
- <holder>ME-THE-TRANSLATOR (Latin translation)</holder>
- </copyright>
- -->
-
- <publisher role="maintainer">
- <publishername> MATE Documentation Project </publishername>
- </publisher>
- <publisher>
- <publishername> GNOME Documentation Project </publishername>
- </publisher>
-
- &legal;
- <!-- This file contains link to license for the documentation (GNU FDL), and
- other legal stuff such as "NO WARRANTY" statement. Please do not change
- any of this. -->
-
- <authorgroup>
- <author>
- <firstname></firstname>
- <surname>MATE Documentation Team</surname>
- </author>
- <author>
- <firstname></firstname>
- <surname>GNOME Documentation Team</surname>
- </author>
- <author>
- <firstname>Terrence</firstname>
- <surname>Hall</surname>
- <affiliation><address><email>[email protected]</email></address></affiliation>
- </author>
- <author>
- <firstname>Enrico</firstname>
- <surname>Minack</surname>
- <affiliation><address><email>[email protected]</email></address></affiliation>
- </author>
-
-<!-- This is appropriate place for other contributors: translators,
- maintainers, etc. Commented out by default.
-
- <othercredit role="translator">
- <firstname>Latin</firstname>
- <surname>Translator 1</surname>
- <affiliation>
- <orgname>Latin Translation Team</orgname>
- <address> <email>[email protected]</email> </address>
- </affiliation>
- <contrib>Latin translation</contrib>
- </othercredit>
--->
- </authorgroup>
-
- <revhistory>
- <revision>
- <revnumber>&app; V&manrevision;</revnumber>
- <date>&date;</date>
- <revdescription>
- <para role="author">MATE Documentation Team</para>
- <para role="publisher">MATE Documentation Project</para>
- </revdescription>
- </revision>
- </revhistory>
-
- <releaseinfo>This manual describes version &appversion; of &app;.
- </releaseinfo>
-
- <legalnotice>
- <title>Feedback</title>
- <para>
-
- To report a bug or make a suggestion regarding the &app; application or this manual, follow the directions in the <ulink url="help:mate-user-guide/feedback" type="help">MATE Feedback Page</ulink>.
- </para>
-
-<!-- Translators may also add here feedback address for translations -->
-
- </legalnotice>
- <abstract role="description">
- <para>User manual for &app;</para>
-
- </abstract>
-
- </articleinfo>
-
- <indexterm zone="index">
- <primary>Invest</primary>
- </indexterm>
- <indexterm zone="index">
- <primary>invest-applet</primary>
- </indexterm>
-
-<!-- ============= Document Body ============================= -->
- <!-- ============= Introduction ============================== -->
-
- <sect1 id="invest-applet-intro">
- <title>Introduction</title>
-
- <para>
- The <application>&app;</application> MATE panel applet downloads current quotes for stocks, stock indices, currencies and precious metals. Quotes are downloaded from <ulink url="http://finance.yahoo.com">Yahoo! Finance</ulink> and are displayed in a drop-down list.
- </para>
- <para>
- <application>&app;</application> provides the following features:
- </para>
- <itemizedlist>
- <listitem>
- <para>
- Retrieve quotes for any stock, stock index, currency or precious metal known by <ulink url="http://finance.yahoo.com">Yahoo! Finance</ulink>
- </para>
- </listitem>
- <listitem>
- <para>
- Quotes are automatically updated every 15 minutes
- </para>
- </listitem>
- <listitem>
- <para>
- The current price, today's change, and a chart of today's changes are displayed
- </para>
- </listitem>
- <listitem>
- <para>
- The currency of the quote is displayed, and if configured, automatically translated into a target currency
- </para>
- </listitem>
- <listitem>
- <para>
- The amount of the increase or decrease in the price since purchase, also translatable into the target currency
- </para>
- </listitem>
- <listitem>
- <para>
- The percentage increase or decrease in the price since purchase
- </para>
- </listitem>
- </itemizedlist>
- </sect1>
-
-<!-- ============= Getting Started =========================== -->
- <sect1 id="invest-applet-getting-started">
- <title>Getting Started</title>
-
-
-<!-- ============= To Start Invest ============================ -->
- <sect2 id="invest-applet-to-add">
- <title>Add &app; to a Panel</title>
- <para>To add <application>&app;</application> to a MATE panel, right-click on the panel, then choose <guilabel>Add to Panel</guilabel>. Select <application>&app;</application> in the <guilabel>Add to Panel</guilabel> dialog, then click <guilabel>OK</guilabel>. Click <guilabel>Close</guilabel> when finished.</para>
- </sect2>
- <sect2 id="invest-applet-to-remove">
- <title>Remove &app; From a Panel</title>
- <para>To remove <application>&app;</application> from a MATE panel, right-click on the icon, then choose <guilabel>Remove From Panel</guilabel>. </para>
- </sect2>
- <sect2 id="additional-applet-help">
- <title>More Information</title>
- <para>More information about the MATE panel can be found in the <ulink url="help:mate-user-guide/panels" type="help">MATE Panel documentation</ulink>.</para>
- </sect2>
- </sect1>
-
-
- <!-- ================ Usage ================================ -->
- <!-- This section should describe basic usage of the application. -->
-
- <sect1 id="invest-applet-usage">
- <title>Using &app; </title>
- <para>Before the applet can provide you with recent quotes, you have
- to configure it. Quotes can come from different stock exchange
- centers around the world, so the prices can have different currencies.
- The automatic translation of currencies can be configured, as well as the translation
- of your purchases done in different countries. Finally, charts are
- available for each of your configured quote.
- </para>
-
- <sect2 id="invest-applet-configure-quotes">
- <title>Configure your Quotes</title>
-
- <sect3 id="invest-applet-add-stocks">
-
- <title>Add New Quotes to the Applet</title>
-
- <para>
- To add new quotes to <application>&app;</application>, perform the following steps:
- </para>
- <orderedlist>
- <listitem>
- <para>
- Right-click on the icon, and select <guilabel>Preferences</guilabel>.
- </para>
- </listitem>
- <listitem>
- <para>
- Click <guilabel>Add</guilabel> to add a quote to <application>&app;</application>.
- </para>
- </listitem>
- <listitem>
- <para>
- The default quote is GOOG. It is initially selected for editing so that you can instantly change it.
- Enter the <guilabel>Symbol</guilabel> of the quote here. If you do not know the symbol
- of your desired quote, see below.
- </para>
- </listitem>
- <listitem>
- <para>
- Then, click on the <guilabel>Label</guilabel> of the quote and type its proper name.
- </para>
- </listitem>
- <listitem>
- <para>
- You can also edit the number of shares you own, the purchase price and the commission.
- </para>
- </listitem>
- <listitem>
- <para>
- Click <guilabel>Close</guilabel> when you are finished adding quotes.
- </para>
- </listitem>
- </orderedlist>
- <para>
- If you do not know the actual symbol of your quote, go to <ulink url="http://finance.yahoo.com/">http://finance.yahoo.com/</ulink>.
- Enter the name of the quote in the text field in the upper-left corner of the screen. While typing, it will list
- you matching quotes. The first column depicts the symbol of the quote, the second column shows the name,
- and in the third column, the stock exchange of the quote is listed. The currency of the quote may vary among
- different stock exchange centers, depending on their respective countries. Below, you can see a screenshot of
- searching for the "yahoo" quote.
- </para>
-
- <para>
- <mediaobject><imageobject>
- <imagedata format="PNG" fileref="figures/symbol-search.png"/>
- </imageobject></mediaobject>
- Screenshot of Yahoo! Finance when searching a quote.
- </para>
-
- <para>
- &app; supports all quotes that can be found at <ulink url="http://finance.yahoo.com/">Yahoo! Finance</ulink>.
- In particular, these are of the following type.
- </para>
- <formalpara>
- <title>Stocks, Bonds and Securities</title>
- <para> These are the majority of quotes that are available. Search or browse on
- <ulink url="http://finance.yahoo.com/">Yahoo! Finance</ulink> to find out what is there.
- </para>
- </formalpara>
- <formalpara>
- <title>Stock Indices</title>
- <para> All quotes that start with an ^ are actually indices, a quote that represents a number of other quotes' performance.
- Examples are the Dow Jones Industrial Average (<ulink url="http://finance.yahoo.com/q?s=^DJI">^DJI</ulink>) and the
- NASDAQ Composite (<ulink url="http://finance.yahoo.com/q?s=^IXIC">^IXIC</ulink>).
- </para>
- </formalpara>
- <formalpara>
- <title>Currencie rates</title>
- <para> Exchange rates between any two currencies are also available. The respective symbol is constructured as follows.
- Currency AAA in currency BBB, or in other words, how much does currency AAA cost in currency BBB, has the symbol AAABBB=X.
- If you want to know how much EUR you get for one USD (how much does one USD cost in EUR),
- you choose <ulink url="http://finance.yahoo.com/q?s=usdeur%3DX">USDEUR=X</ulink>.
- You can find more information at the <ulink url="http://finance.yahoo.com/currency-investing">currency page of Yahoo! Finance</ulink>.
- Currencies are represented using their <ulink url="http://en.wikipedia.org/wiki/Currency_code">ISO 4217 currency code</ulink>.
- </para>
- </formalpara>
- <formalpara>
- <title>Precious Metals</title>
- <para>
- The <ulink url="http://en.wikipedia.org/wiki/Currency_code">ISO 4217 currency code</ulink> also
- lists precious metals as currencies. These are Gold, Silver, Palladium and Platinum. Their
- currency code starts with X, followed by their chemical symbol: XAU, XAG, XPD, and XPT, respectively.
- With those currency codes, the rate of precious metals in any currency are available via the currency rates described above.
- To give an example, Gold in USD has the symbol <ulink url="http://finance.yahoo.com/q?s=XAUUSD%3DX">XAUUSD=X</ulink>.
- You can even get the reverse (<ulink url="http://finance.yahoo.com/q?s=USDXAU%3DX">USDXAU=X</ulink>):
- how much Gold measured in troy ounce do you get for one USD?
- </para>
- </formalpara>
- </sect3>
- <sect3 id="invest-applet-to-view-stocks">
- <title>View Configured Quotes</title>
- <para>To view your configured quotes, click on the <application>&app;</application> icon on the panel. A list of your quotes will appear. To close the list, click the icon again. Notice that quotes are usually 15 minutes delay.
- </para>
- </sect3>
-
- <sect3 id="invest-applet-to-refresh-stocks">
-
- <title>Update the Display</title>
- <para>To immediately update the information that is displayed in the applet, right-click on the applet, then choose <guilabel>Refresh</guilabel>.
- </para>
- </sect3>
- <sect3 id="invest-applet-to-remove-stocks">
- <title>Remove Quotes from the Applet</title>
- <para>
- To remove quotes from <application>&app;</application>, perform the following steps:
- </para>
- <orderedlist>
- <listitem>
- <para>
- Right-click on the icon, and select <guilabel>Preferences</guilabel>.
- </para>
- </listitem>
- <listitem>
- <para>
- Click the row containing the quote you wish to remove.
- </para>
- </listitem>
- <listitem>
- <para>
- Click <guilabel>Remove</guilabel> to delete the listing.
- </para>
- </listitem>
- <listitem>
- <para>
- Click <guilabel>Close</guilabel> when you are finished.
- </para>
- </listitem>
- </orderedlist>
- </sect3>
- </sect2>
-
- <sect2 id="invest-applet-configure-currencies">
- <title>Setup Currency Translation</title>
- <para>&app; displays all quotes in their original currency as retrieved from Yahoo! Finance.
- If you wish to have all quotes being displayed in one target currency, this can be configured
- in the preferences dialog.
- </para>
- <orderedlist>
- <listitem>
- <para>
- Right-click on the icon, and select <guilabel>Preferences</guilabel>.
- </para>
- </listitem>
- <listitem>
- <para>
- Type the target currency into the <guilabel>Currency</guilabel> text field.
- </para>
- </listitem>
- <listitem>
- <para>
- While you type, the text field will suggest currencies that match entered currency.
- </para>
- </listitem>
- <listitem>
- <para>
- Choose your target currency.
- </para>
- </listitem>
- <listitem>
- <para>
- Notice that in your quote list the new <guilabel>Currency Rate</guilabel> column appears.
- </para>
- </listitem>
- <listitem>
- <para>
- For all purchases where the <guilabel>Price</guilabel> and <guilabel>Commission</guilabel>
- are given in original currency, the exchange rate at the time of purchase from the origin currency
- to the target currency has to be given in the <guilabel>Currency Rate</guilabel> field.
- </para>
- </listitem>
- <listitem>
- <para>
- Click <guilabel>Close</guilabel> when you are finished.
- </para>
- </listitem>
- </orderedlist>
- <para>
- Lets look at this example: You bought one Yahoo! share (YHOO) for 10.00 USD at a currency rate of
- 0.75 EUR per USD. In other words, the share cost 7.50 EUR. You further paid 5.00 USD comission,
- equivalent to 3.75 EUR. When you set the target currency to EUR, you either have to enter the
- EUR (target currency) values and keep the <guilabel>Currency Rate</guilabel> at 0.00, or you enter
- the USD (original currency) values and enter the EUR per USD exchange rate
- (<ulink url="http://finance.yahoo.com/q?s=eurusd%3DX">USDEUR=X</ulink>).
- </para>
- <tip>
- <para>The <guilabel>Price</guilabel> and <guilabel>Commission</guilabel> both have to be given in the same currency.
- </para>
- </tip>
- <para>If you want to remove the target currency again, simply clear the <guilabel>Currency</guilabel> text field.
- </para>
- </sect2>
-
- <sect2 id="invest-applet-stock-charts-options">
- <title>Chart Options</title>
- <para>For each quote in your list, a financial chart is available. To open the financial chart, view the list of configured quotes, and double-click the quote that you wish to chart. The chart parameters can be customized by clicking <guilabel>Options</guilabel>.
- </para>
- <sect3 id="invest-applet-stock-chart-options-date">
- <title>Date Range</title>
- <para>
- The date range, in the top-right corner of the window,
- selects the length of time to report on. By default, it gives one
- day of data, but the following ranges can be choosen: <guilabel>Today</guilabel>, <guilabel>5 Days</guilabel>,
- <guilabel>3 Months</guilabel>, <guilabel>6 Months</guilabel>, <guilabel>1 Year</guilabel>,
- <guilabel>5 Years</guilabel>, <guilabel>Maximum</guilabel>.
- </para>
-
- </sect3>
- <sect3 id="invest-applet-stock-chart-options-graph">
- <title>Graph Style</title>
- <para>
- Historical price information can be graphed in three different ways.
- You can select a line chart, bar chart, or candlestick chart.
- </para>
- <itemizedlist>
- <listitem>
- <para>
- <guilabel>Line Chart</guilabel> (<guilabel>l</guilabel>)
- </para>
- <para>This is the default option. This graphs the historical price information in a familiar manner, connecting each day's closing price with a single line. Line charts for graphing quotes are useful if an analyst is interested only in a closing price each time.</para>
- </listitem>
- <listitem>
- <para>
- <guilabel>Bar Chart</guilabel> (<guilabel>b</guilabel>)
- </para>
- <para>A bar chart represents a full day's activity with a single vertical bar. The top of the vertical line indicates the highest price a security traded during the day, and the bottom represents the lowest price. The closing price is displayed on the right side of the bar, and the opening price is shown on the left side of the bar. One bar represents one day of trading.</para>
- </listitem>
- <listitem>
- <para>
- <guilabel>Candlestick Chart</guilabel> (<guilabel>c</guilabel>)
- </para>
- <para>A candlestick chart in which the open and close prices are represented as the top and bottom of a rectangle surrounding a vertical line connecting the high and low prices. The body of the rectangle is filled if the closing price is lower than the opening price and is left blank if the closing price is higher than the opening price.</para>
-
- </listitem>
- </itemizedlist>
- </sect3>
- <sect3 id="invest-applet-stock-chart-options-ma">
- <title>Moving Average</title>
- <para>
- A moving average is a statistical series of a security's closing prices throughout consecutive trading days. It is typically shown in the same graph as a line chart to indicate trends in prices.
- </para>
- </sect3>
-
- <sect3 id="invest-applet-stock-chart-options-ema">
- <title>Exponential Moving Average</title>
- <para>
- The exponential moving average (EMA) is defined as a moving average calculated by weighting recent values more heavily than older values. This type of moving average reacts faster to recent price changes than a simple moving average. The 12- and 26-day EMAs are popular short-term averages, while EMAs greater than 50 days are used to signal long-term trends.
- </para>
- </sect3>
- <sect3 id="invest-applet-stock-chart-options-overlays">
- <title>Overlays</title>
- <para>
- Overlays allow you to graph multiple statistical measurements onto a single chart. For example, you can compare the performance of a single quote against that of an index such as the NASDAQ or the DJIA.
- </para>
- </sect3>
- <sect3 id="invest-applet-stock-chart-options-indicators">
- <title>Indicators</title>
- <para>
- Indicators are used to attempt to predict future financial trends. Proper use of market indicators is beyond the scope of the Invest manual.
- </para>
-
- </sect3>
- </sect2>
- </sect1>
-</article>
-
diff --git a/invest-applet/docs/C/legal.xml b/invest-applet/docs/C/legal.xml
deleted file mode 100644
index 9c4e2480..00000000
--- a/invest-applet/docs/C/legal.xml
+++ /dev/null
@@ -1,76 +0,0 @@
- <legalnotice id="legalnotice">
- <para>
- Permission is granted to copy, distribute and/or modify this
- document under the terms of the GNU Free Documentation
- License (GFDL), Version 1.1 or any later version published
- by the Free Software Foundation with no Invariant Sections,
- no Front-Cover Texts, and no Back-Cover Texts. You can find
- a copy of the GFDL at this <ulink type="help"
- url="help:fdl">link</ulink> or in the file COPYING-DOCS
- distributed with this manual.
- </para>
- <para> This manual is part of a collection of MATE manuals
- distributed under the GFDL. If you want to distribute this
- manual separately from the collection, you can do so by
- adding a copy of the license to the manual, as described in
- section 6 of the license.
- </para>
-
- <para>
- Many of the names used by companies to distinguish their
- products and services are claimed as trademarks. Where those
- names appear in any MATE documentation, and the members of
- the MATE Documentation Project are made aware of those
- trademarks, then the names are in capital letters or initial
- capital letters.
- </para>
-
- <para>
- DOCUMENT AND MODIFIED VERSIONS OF THE DOCUMENT ARE PROVIDED
- UNDER THE TERMS OF THE GNU FREE DOCUMENTATION LICENSE
- WITH THE FURTHER UNDERSTANDING THAT:
-
- <orderedlist>
- <listitem>
- <para>DOCUMENT IS PROVIDED ON AN "AS IS" BASIS,
- WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED OR
- IMPLIED, INCLUDING, WITHOUT LIMITATION, WARRANTIES
- THAT THE DOCUMENT OR MODIFIED VERSION OF THE
- DOCUMENT IS FREE OF DEFECTS MERCHANTABLE, FIT FOR
- A PARTICULAR PURPOSE OR NON-INFRINGING. THE ENTIRE
- RISK AS TO THE QUALITY, ACCURACY, AND PERFORMANCE
- OF THE DOCUMENT OR MODIFIED VERSION OF THE
- DOCUMENT IS WITH YOU. SHOULD ANY DOCUMENT OR
- MODIFIED VERSION PROVE DEFECTIVE IN ANY RESPECT,
- YOU (NOT THE INITIAL WRITER, AUTHOR OR ANY
- CONTRIBUTOR) ASSUME THE COST OF ANY NECESSARY
- SERVICING, REPAIR OR CORRECTION. THIS DISCLAIMER
- OF WARRANTY CONSTITUTES AN ESSENTIAL PART OF THIS
- LICENSE. NO USE OF ANY DOCUMENT OR MODIFIED
- VERSION OF THE DOCUMENT IS AUTHORIZED HEREUNDER
- EXCEPT UNDER THIS DISCLAIMER; AND
- </para>
- </listitem>
- <listitem>
- <para>UNDER NO CIRCUMSTANCES AND UNDER NO LEGAL
- THEORY, WHETHER IN TORT (INCLUDING NEGLIGENCE),
- CONTRACT, OR OTHERWISE, SHALL THE AUTHOR,
- INITIAL WRITER, ANY CONTRIBUTOR, OR ANY
- DISTRIBUTOR OF THE DOCUMENT OR MODIFIED VERSION
- OF THE DOCUMENT, OR ANY SUPPLIER OF ANY OF SUCH
- PARTIES, BE LIABLE TO ANY PERSON FOR ANY
- DIRECT, INDIRECT, SPECIAL, INCIDENTAL, OR
- CONSEQUENTIAL DAMAGES OF ANY CHARACTER
- INCLUDING, WITHOUT LIMITATION, DAMAGES FOR LOSS
- OF GOODWILL, WORK STOPPAGE, COMPUTER FAILURE OR
- MALFUNCTION, OR ANY AND ALL OTHER DAMAGES OR
- LOSSES ARISING OUT OF OR RELATING TO USE OF THE
- DOCUMENT AND MODIFIED VERSIONS OF THE DOCUMENT,
- EVEN IF SUCH PARTY SHALL HAVE BEEN INFORMED OF
- THE POSSIBILITY OF SUCH DAMAGES.
- </para>
- </listitem>
- </orderedlist>
- </para>
- </legalnotice>
-
diff --git a/invest-applet/docs/Makefile.am b/invest-applet/docs/Makefile.am
deleted file mode 100644
index c7580938..00000000
--- a/invest-applet/docs/Makefile.am
+++ /dev/null
@@ -1,10 +0,0 @@
-@YELP_HELP_RULES@
-
-HELP_ID = mate-invest-applet
-HELP_FILES = index.docbook legal.xml
-
-HELP_MEDIA = figures/symbol-search.png
-
-HELP_LINGUAS = ca de el en_GB es fi ru sv zh_CN
-
--include $(top_srcdir)/git.mk
diff --git a/invest-applet/docs/ca/ca.po b/invest-applet/docs/ca/ca.po
deleted file mode 100644
index df45f2ba..00000000
--- a/invest-applet/docs/ca/ca.po
+++ /dev/null
@@ -1,557 +0,0 @@
-# Traducció del invest de l'equip de Softcatalà.
-# Copyright © 2009 Free Software Foundation, Inc.
-# Joan Duran <[email protected]>, 2009.
-#
-msgid ""
-msgstr ""
-"Project-Id-Version: invest\n"
-"POT-Creation-Date: 2009-03-08 19:45+0000\n"
-"PO-Revision-Date: 2009-03-09 22:37+0100\n"
-"Last-Translator: Joan Duran <[email protected]>\n"
-"Language-Team: Catalan <[email protected]>\n"
-"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=UTF-8\n"
-"Content-Transfer-Encoding: 8bit\n"
-"Plural-Forms: nplurals=2; plural=(n != 1);\n"
-
-#: C/invest-applet.xml:26(title)
-msgid "Invest Manual"
-msgstr "Manual de l'inversions"
-
-#: C/invest-applet.xml:30(year)
-msgid "2004"
-msgstr "2004"
-
-#: C/invest-applet.xml:31(year)
-msgid "2005"
-msgstr "2005"
-
-#: C/invest-applet.xml:32(holder)
-msgid "Raphael Slinckx"
-msgstr "Raphael Slinckx"
-
-#: C/invest-applet.xml:35(year)
-msgid "2007"
-msgstr "2007"
-
-#: C/invest-applet.xml:36(holder) C/invest-applet.xml:89(para)
-msgid "Terrence Hall"
-msgstr "Terrence Hall"
-
-#: C/invest-applet.xml:49(publishername)
-msgid "MATE Documentation Project"
-msgstr "Projecte de documentació del MATE"
-
-#: C/invest-applet.xml:2(para)
-msgid ""
-"Permission is granted to copy, distribute and/or modify this document under "
-"the terms of the GNU Free Documentation License (GFDL), Version 1.1 or any "
-"later version published by the Free Software Foundation with no Invariant "
-"Sections, no Front-Cover Texts, and no Back-Cover Texts. You can find a copy "
-"of the GFDL at this <ulink type=\"help\" url=\"help:fdl\">link</ulink> or "
-"in the file COPYING-DOCS distributed with this manual."
-msgstr ""
-"Teniu permís per a copiar, distribuir i/o modificar aquest document, sota "
-"els termes de la Llicència de documentació lliure GNU (GFDL), versió 1.1 o "
-"qualsevol versió publicada posteriorment per la Free Software Foundation, "
-"sense seccions invariants, sense texts de portada i sense texts de "
-"contraportada. Podeu trobar una còpia de la GFDL en aquest <ulink type=\"help"
-"\" url=\"help:fdl\">enllaç</ulink> o en el fitxer COPYING-DOCS distribuït "
-"amb aquest manual."
-
-#: C/invest-applet.xml:12(para)
-msgid ""
-"This manual is part of a collection of MATE manuals distributed under the "
-"GFDL. If you want to distribute this manual separately from the collection, "
-"you can do so by adding a copy of the license to the manual, as described in "
-"section 6 of the license."
-msgstr ""
-"Aquest manual forma part d'una col·lecció de manuals del MATE distribuïts "
-"sota la GFDL. Si voleu distribuir aquest manual independentment de la "
-"col·lecció, podeu fer-ho afegint una còpia de la llicència al manual, tal "
-"com es descriu a la secció 6 de la llicència."
-
-#: C/invest-applet.xml:19(para)
-msgid ""
-"Many of the names used by companies to distinguish their products and "
-"services are claimed as trademarks. Where those names appear in any MATE "
-"documentation, and the members of the MATE Documentation Project are made "
-"aware of those trademarks, then the names are in capital letters or initial "
-"capital letters."
-msgstr ""
-"Molts dels noms que les empreses utilitzen per a distingir els seus "
-"productes i serveis es consideren marques comercials. Quan aquests noms "
-"apareguin en qualsevol documentació del MATE, si els membres del Projecte "
-"de documentació del MATE han estat avisats pel que fa a les marques, els "
-"noms apareixeran en majúscules o amb les inicials en majúscules."
-
-#: C/invest-applet.xml:35(para)
-msgid ""
-"DOCUMENT IS PROVIDED ON AN \"AS IS\" BASIS, WITHOUT WARRANTY OF ANY KIND, "
-"EITHER EXPRESSED OR IMPLIED, INCLUDING, WITHOUT LIMITATION, WARRANTIES THAT "
-"THE DOCUMENT OR MODIFIED VERSION OF THE DOCUMENT IS FREE OF DEFECTS "
-"MERCHANTABLE, FIT FOR A PARTICULAR PURPOSE OR NON-INFRINGING. THE ENTIRE "
-"RISK AS TO THE QUALITY, ACCURACY, AND PERFORMANCE OF THE DOCUMENT OR "
-"MODIFIED VERSION OF THE DOCUMENT IS WITH YOU. SHOULD ANY DOCUMENT OR "
-"MODIFIED VERSION PROVE DEFECTIVE IN ANY RESPECT, YOU (NOT THE INITIAL "
-"WRITER, AUTHOR OR ANY CONTRIBUTOR) ASSUME THE COST OF ANY NECESSARY "
-"SERVICING, REPAIR OR CORRECTION. THIS DISCLAIMER OF WARRANTY CONSTITUTES AN "
-"ESSENTIAL PART OF THIS LICENSE. NO USE OF ANY DOCUMENT OR MODIFIED VERSION "
-"OF THE DOCUMENT IS AUTHORIZED HEREUNDER EXCEPT UNDER THIS DISCLAIMER; AND"
-msgstr ""
-"EL DOCUMENT S'OFEREIX «TAL COM ÉS», SENSE CAP TIPUS DE GARANTIA, NI EXPLÍCITA "
-"NI IMPLÍCITA; AIXÒ INCLOU, SENSE LIMITAR-S'HI, LES GARANTIES QUE EL DOCUMENT "
-"O LA VERSIÓ MODIFICADA DEL DOCUMENT NO TINGUI DEFECTES, SIGUI "
-"COMERCIALITZABLE, SIGUI ADEQUAT PER A UN ÚS CONCRET O NO INFRINGEIXI CAP "
-"LLEI. TOT EL RISC PEL QUE FA A LA QUALITAT, EXACTITUD I RENDIMENT DEL "
-"DOCUMENT O LA VERSIÓ MODIFICADA DEL DOCUMENT ÉS VOSTRE. EN CAS QUE EL "
-"DOCUMENT RESULTÉS DEFECTUÓS EN QUALSEVOL ASPECTE, VÓS (NO PAS L'ESCRIPTOR "
-"INICIAL, L'AUTOR O CAP ALTRE COL·LABORADOR) ASSUMIU TOT EL COST DE "
-"MANTENIMENT, REPARACIÓ O CORRECCIÓ. AQUESTA RENÚNCIA DE GARANTIA CONSTITUEIX "
-"UNA PART ESSENCIAL D'AQUESTA LLICÈNCIA. NO S'AUTORITZA L'ÚS DE CAP DOCUMENT "
-"O VERSIÓ MODIFICADA DEL DOCUMENT EXCEPTE SOTA AQUESTA RENÚNCIA DE GARANTIA; I"
-
-#: C/invest-applet.xml:55(para)
-msgid ""
-"UNDER NO CIRCUMSTANCES AND UNDER NO LEGAL THEORY, WHETHER IN TORT (INCLUDING "
-"NEGLIGENCE), CONTRACT, OR OTHERWISE, SHALL THE AUTHOR, INITIAL WRITER, ANY "
-"CONTRIBUTOR, OR ANY DISTRIBUTOR OF THE DOCUMENT OR MODIFIED VERSION OF THE "
-"DOCUMENT, OR ANY SUPPLIER OF ANY OF SUCH PARTIES, BE LIABLE TO ANY PERSON "
-"FOR ANY DIRECT, INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES OF "
-"ANY CHARACTER INCLUDING, WITHOUT LIMITATION, DAMAGES FOR LOSS OF GOODWILL, "
-"WORK STOPPAGE, COMPUTER FAILURE OR MALFUNCTION, OR ANY AND ALL OTHER DAMAGES "
-"OR LOSSES ARISING OUT OF OR RELATING TO USE OF THE DOCUMENT AND MODIFIED "
-"VERSIONS OF THE DOCUMENT, EVEN IF SUCH PARTY SHALL HAVE BEEN INFORMED OF THE "
-"POSSIBILITY OF SUCH DAMAGES."
-msgstr ""
-"EN CAP CAS I SOTA CAP INTERPRETACIÓ LEGAL, JA SIGUI PER AGREUJAMENT "
-"(INCLOENT-HI LA NEGLIGÈNCIA), CONTRACTE O ALTRE CAS, L'AUTOR, L'ESCRIPTOR "
-"ORIGINAL, QUALSEVOL DELS COL·LABORADORS O DISTRIBUÏDORS DEL DOCUMENT O UNA "
-"VERSIÓ MODIFICADA DEL DOCUMENT NI CAP PROVEÏDOR D'AQUESTES PARTS NO SERAN "
-"RESPONSABLES DAVANT DE NINGÚ PER CAP DANY DIRECTE, INDIRECTE, ESPECIAL, "
-"ACCIDENTAL O CONSECUTIU DE QUALSEVOL TIPUS; AIXÒ INCLOU, SENSE LIMITAR-S'HI, "
-"ELS DANYS PER PÈRDUA DE CLIENTS, INTERRUPCIONS DE LA FEINA, FALLADA O "
-"MALFUNCIONAMENT DE L'ORDINADOR, O QUALSEVOL ALTRA PÈRDUA O DANY RELACIONAT "
-"AMB L'ÚS DEL DOCUMENT I LES VERSIONS MODIFICADES DEL DOCUMENT, FINS I TOT SI "
-"S'HA INFORMAT AQUESTA PART DE LA POSSIBILITAT D'AQUESTS DANYS."
-
-#: C/invest-applet.xml:28(para)
-msgid ""
-"DOCUMENT AND MODIFIED VERSIONS OF THE DOCUMENT ARE PROVIDED UNDER THE TERMS "
-"OF THE GNU FREE DOCUMENTATION LICENSE WITH THE FURTHER UNDERSTANDING THAT: "
-"<placeholder-1/>"
-msgstr ""
-"EL DOCUMENT I LES VERSIONS MODIFICADES DEL DOCUMENT S'OFEREIXEN SOTA ELS "
-"TERMES DE LA LLICÈNCIA DE DOCUMENTACIÓ LLIURE DE GNU, TENINT EN COMPTE QUE: "
-"<placeholder-1/>"
-
-#: C/invest-applet.xml:61(surname)
-msgid "MATE Documentation Team"
-msgstr "Equip de documentació del MATE"
-
-#: C/invest-applet.xml:64(firstname)
-msgid "Terrence"
-msgstr "Terrence"
-
-#: C/invest-applet.xml:65(surname)
-msgid "Hall"
-msgstr "Hall"
-
-#: C/invest-applet.xml:66(email)
-
-#: C/invest-applet.xml:90(para)
-msgid "Google Highly Open Participation Project"
-msgstr "Projecte d'alta participació oberta del Google"
-
-#: C/invest-applet.xml:95(releaseinfo)
-msgid "This manual describes version 2.20.0 of Invest."
-msgstr "Aquest manual descriu la versió 2.20.0 de l'inversions."
-
-#: C/invest-applet.xml:99(title)
-msgid "Feedback"
-msgstr "Comentaris"
-
-#: C/invest-applet.xml:100(para)
-msgid ""
-"To report a bug or make a suggestion regarding the Invest application or "
-"this manual, follow the directions in the <ulink url=\"help:mate-feedback"
-"\" type=\"help\">MATE Feedback Page</ulink>."
-msgstr ""
-"Per a informar d'un error o fer algun suggeriment sobre la miniaplicació de "
-"l'inversions o aquest manual, seguiu les indicacions a la <ulink url=\"help:"
-"mate-feedback\" type=\"help\">pàgina de comentaris del MATE</ulink>."
-
-#: C/invest-applet.xml:109(para)
-msgid "User manual for Invest"
-msgstr "Manual d'usuari de l'inversions"
-
-#: C/invest-applet.xml:116(primary)
-msgid "Invest"
-msgstr "Inversions"
-
-#: C/invest-applet.xml:119(primary)
-msgid "invest-applet"
-msgstr "miniaplicació inversions"
-
-#: C/invest-applet.xml:126(title)
-msgid "Introduction"
-msgstr "Introducció"
-
-#: C/invest-applet.xml:128(para)
-msgid ""
-"The <application>Invest</application> MATE panel applet downloads current "
-"stock quotes from Yahoo! Finance and displays the quotes in a drop-down list."
-msgstr ""
-"La miniaplicació del quadre del MATE <application>inversions</application> "
-"baixa els valors actuals del borsa des del Yahoo! Finance i els mostra en "
-"una llista desplegable."
-
-#: C/invest-applet.xml:131(para)
-msgid ""
-"<application>Invest</application> displays the following information for "
-"each stock symbol that is defined in the applet preferences:"
-msgstr ""
-"L'<application>inversions</application> mostra la informació següent per a "
-"cada símbol de borsa que estigui definit a les preferències de la "
-"miniaplicació:"
-
-#: C/invest-applet.xml:138(para)
-msgid "The stock symbol that represents a company"
-msgstr "El símbol de borsa que representa a una empresa"
-
-#: C/invest-applet.xml:143(para)
-msgid "The current share price quote (delayed 15 minutes)"
-msgstr "La cotització actual dels valors (amb 15 minuts de retard)"
-
-#: C/invest-applet.xml:149(para)
-msgid "The change in the stock price over the last day."
-msgstr "Els canvis en la cotització de la borsa durant el dia anterior."
-
-#: C/invest-applet.xml:154(para)
-msgid "A graph of recent changes"
-msgstr "Una gràfica dels canvis recents"
-
-#: C/invest-applet.xml:159(para)
-msgid "The amount of the increase or decrease in the price since purchase"
-msgstr "La quantitat guanyada o perduda en la cotització des de la compra"
-
-#: C/invest-applet.xml:167(para)
-msgid "The percentage increase or decrease in the price since purchase"
-msgstr "El percentatge guanyat o perdut en la cotització des de la compra"
-
-#: C/invest-applet.xml:176(title)
-msgid "Getting Started"
-msgstr "Primers passos"
-
-#: C/invest-applet.xml:181(title)
-msgid "Add Invest to a Panel"
-msgstr "Com afegir l'inversions a un quadre"
-
-#: C/invest-applet.xml:182(para)
-msgid ""
-"To add <application>Invest</application> to a MATE panel, right-click on "
-"the panel, then choose <guilabel>Add to Panel</guilabel>. Select "
-"<application>Invest</application> in the <guilabel>Add to Panel</guilabel> "
-"dialog, then click <guilabel>OK</guilabel>. Click <guilabel>Close</guilabel> "
-"when finished."
-msgstr ""
-"Per a afegir l'<application>inversions</application> a un quadre del MATE, "
-"feu clic amb el botó secundari al quadre i trieu <guilabel>Afegeix al "
-"quadre</guilabel>. Seleccioneu <application>Inversions</application> al "
-"diàleg <guilabel>Afegeix al quadre</guilabel> i feu clic a "
-"<guilabel>D'acord</guilabel>. Feu clic a <guilabel>Tanca</guilabel> quan "
-"hàgiu acabat."
-
-#: C/invest-applet.xml:185(title)
-msgid "Remove Invest From a Panel"
-msgstr "Com suprimir l'inversions d'un quadre"
-
-#: C/invest-applet.xml:186(para)
-msgid ""
-"To remove <application>Invest</application> from a MATE panel, right-click "
-"on the icon, then choose <guilabel>Remove From Panel</guilabel>."
-msgstr ""
-"Per a suprimir l'<application>inversions</application> d'un quadre del "
-"MATE, feu clic amb el botó secundari a la icona i trieu <guilabel>Suprimeix "
-"del quadre</guilabel>."
-
-#: C/invest-applet.xml:189(title)
-msgid "More Information"
-msgstr "Més informació"
-
-#: C/invest-applet.xml:190(para)
-msgid ""
-"More information about the MATE panel can be found in the <ulink url="
-"\"help:user-guide?panels\" type=\"help\">MATE Panel documentation</ulink>."
-msgstr ""
-"Podeu obtenir més informació sobre el quadre del MATE a la <ulink url="
-"\"help:user-guide?panels\" type=\"help\">documentació del quadre del MATE</"
-"ulink>."
-
-#: C/invest-applet.xml:199(title)
-msgid "Using Invest"
-msgstr "Com utilitzar l'inversions"
-
-#: C/invest-applet.xml:203(title)
-msgid "Add Company Stock Quotes to the Applet"
-msgstr "Com afegir els valors de borsa d'una empresa a la miniaplicació"
-
-#: C/invest-applet.xml:205(para)
-msgid ""
-"To add stock symbols to <application>Invest</application>, perform the "
-"following steps:"
-msgstr ""
-"Per a afegir símbols de borsa a l'<application>inversions</application>, "
-"realitzeu els passos següents:"
-
-#: C/invest-applet.xml:210(para) C/invest-applet.xml:261(para)
-msgid "Right-click on the icon, and select <guilabel>Preferences</guilabel>."
-msgstr ""
-"Feu clic amb el botó secundari a la icona i seleccioneu "
-"<guilabel>Preferències</guilabel>."
-
-#: C/invest-applet.xml:216(para)
-msgid ""
-"Click <guilabel>Add</guilabel> to add a stock to <application>Invest</"
-"application>."
-msgstr ""
-"Feu clic a <guilabel>Afegeix</guilabel> per a afegir un índex a "
-"l'<application>inversions</application>."
-
-#: C/invest-applet.xml:222(para)
-msgid ""
-"The default stock symbol is GOOG. Double-click the stock symbol to change "
-"the listing."
-msgstr ""
-"El símbol de borsa predeterminat és GOOG. Feu doble clic al símbol de borsa "
-"per a canviar el valor."
-
-#: C/invest-applet.xml:227(para)
-msgid ""
-"You can also edit the number of shares you own in the stock, the purchase "
-"price and the commission."
-msgstr ""
-"També podeu editar el número d'accions que posseïu a la borsa, el preu de "
-"compra i la comissió."
-
-#: C/invest-applet.xml:233(para)
-msgid ""
-"Click <guilabel>Close</guilabel> when you are finished adding stock symbols."
-msgstr ""
-"Feu clic a <guilabel>Tanca</guilabel> quan hàgiu acabat d'afegir símbols de "
-"borsa."
-
-#: C/invest-applet.xml:241(title)
-msgid "View Selected Stocks"
-msgstr "Com visualitzar els índexs seleccionats"
-
-#: C/invest-applet.xml:242(para)
-msgid ""
-"To view your selected stocks, click on the <application>Invest</application> "
-"icon on the panel. A list of your stocks will appear. To close the list, "
-"click the icon again."
-msgstr ""
-"Per a visualitzar els índexs seleccionats, feu clic a la icona de "
-"l'<application>inversions</application> al quadre. Apareixerà una llista amb "
-"els vostres índexs. Per a tancar la llista, feu clic a la icona un altre cop."
-
-#: C/invest-applet.xml:248(title)
-msgid "Update the Display"
-msgstr "Com actualitzar la pantalla"
-
-#: C/invest-applet.xml:249(para)
-msgid ""
-"To immediately update the information that is displayed in the applet, right-"
-"click on the applet, then choose <guilabel>Refresh</guilabel>."
-msgstr ""
-"Per a actualitzar immediatament la informació que es mostra a la "
-"miniaplicació, feu clic amb el botó secundari a la miniaplicació i trieu "
-"<guilabel>Actualitza</guilabel>."
-
-#: C/invest-applet.xml:253(title)
-msgid "Remove Company Stock Quotes from the Applet"
-msgstr "Com suprimir els valors de borsa d'una empresa de la miniaplicació"
-
-#: C/invest-applet.xml:255(para)
-msgid ""
-"To remove stock symbols from <application>Invest</application>, perform the "
-"following steps:"
-msgstr ""
-"Per a suprimir els símbols de borsa de l'<application>inversions</"
-"application>, realitzeu els passos següents:"
-
-#: C/invest-applet.xml:268(para)
-msgid "Click the row containing the ticker symbol you wish to remove."
-msgstr "Feu clic a la fila que conté el símbol de tíquer que voleu suprimir."
-
-#: C/invest-applet.xml:273(para)
-msgid "Click <guilabel>Remove</guilabel> to delete the listing."
-msgstr "Feu clic a <guilabel>Suprimeix</guilabel> per a suprimir la llista."
-
-#: C/invest-applet.xml:279(para)
-msgid "Click <guilabel>Close</guilabel> when you are finished."
-msgstr "Feu clic a <guilabel>Tanca</guilabel> quan hàgiu acabat."
-
-#: C/invest-applet.xml:287(title)
-msgid "Chart Options"
-msgstr "Opcions de la gràfica"
-
-#: C/invest-applet.xml:288(para)
-msgid ""
-"To use the financial charts, view the list of selected stocks, and double-"
-"click the stock that you wish to chart. The chart parameters can be "
-"customized by clicking <guilabel>Options</guilabel>."
-msgstr ""
-"Per a utilitzar les gràfiques financeres, visualitzeu la llista dels índexs "
-"seleccionats i feu doble clic a l'índex que voleu representar. Els "
-"paràmetres de la gràfica es poden personalitzar fent clic a "
-"<guilabel>Opcions</guilabel>."
-
-#: C/invest-applet.xml:291(title)
-msgid "Date Range"
-msgstr "Rang de les dates"
-
-#: C/invest-applet.xml:292(para)
-msgid ""
-"The date range, in the top-right corner of the window, selects the length of "
-"time to report on. By default it gives one day of data, but it can be "
-"extended out to three years."
-msgstr ""
-"El rang de dates, a la cantonada superior dreta de la finestra, selecciona "
-"l'interval de temps sobre el qual s'informarà. Per defecte mostra un dia de "
-"dades, però es pot ampliar fins a tres anys."
-
-#: C/invest-applet.xml:300(title)
-msgid "Graph Style"
-msgstr "Estil de la gràfica"
-
-#: C/invest-applet.xml:301(para)
-msgid ""
-"Historical price information can be graphed in three different ways. You can "
-"select a line chart, bar chart, or candlestick chart."
-msgstr ""
-"Es pot mostrar una gràfica de la informació històrica de la cotització de "
-"tres maneres diferents. Podeu seleccionar una gràfica de línies, una gràfica "
-"de barres o una gràfica d'espelmes."
-
-#: C/invest-applet.xml:308(guilabel)
-msgid "Line Chart"
-msgstr "Gràfica de línies"
-
-#: C/invest-applet.xml:310(para)
-msgid ""
-"This is the default option. This graphs the historical price information in "
-"a familiar manner, connecting each day's closing price in a with a single "
-"line for each stock. Line charts for graphing stock prices are useful if an "
-"analyst is interested only in a share's closing price each time."
-msgstr ""
-"Aquesta és la opció predeterminada. Aquesta opció mostra una gràfica amb la "
-"informació històrica de la cotització d'una manera familiar, connectant la "
-"cotització de tancament de cada dia amb una sola línia per a cada índex. Les "
-"gràfiques de línies per a mostrar les cotitzacions dels índexs són útils si "
-"un analista està interessat només en la cotització de tancament d'un valor."
-
-#: C/invest-applet.xml:314(guilabel)
-msgid "Bar Chart"
-msgstr "Gràfica de barres"
-
-#: C/invest-applet.xml:317(para)
-msgid ""
-"A bar chart represents a full day's activity with a single vertical bar.Tthe "
-"top of the vertical line indicates the highest price a security traded at "
-"during the day, and the bottom represents the lowest price. The closing "
-"price is displayed on the right side of the bar, and the opening price is "
-"shown on the left side of the bar. One bar represents one day of trading."
-msgstr ""
-"Una gràfica de barres representa l'activitat de tot un dia amb una sola "
-"barra vertical. La part superior de la línia vertical indica la cotització "
-"més alta obtinguda durant el dia i la part inferior n'indica la més baixa. "
-"La cotització de tancament es mostra a la banda dreta de la barra i la "
-"cotització d'obertura a la banda esquerra. Una barra representa un dia "
-"d'operacions."
-
-#: C/invest-applet.xml:321(guilabel)
-msgid "Candlestick Chart"
-msgstr "Gràfica d'espelmes"
-
-#: C/invest-applet.xml:323(para)
-msgid ""
-"A bar chart in which the open and close prices are represented as the top "
-"and bottom of a rectangle surrounding a vertical line connecting the high "
-"and low prices. The body of the rectangle is filled if the closing price is "
-"lower than the opening price and is left blank if the closing price is "
-"higher than the opening price."
-msgstr ""
-"Una gràfica de barres en la qual els valors d'obertura i de tancament es "
-"representen a la part superior i inferior d'un rectangle que envolta una "
-"línia vertical que connecta les cotitzacions més altes i més baixes. El cos "
-"del rectangle s'omple si la cotització de tancament és inferior a la "
-"d'obertura i es deixa en blanc si és superior."
-
-#: C/invest-applet.xml:329(title)
-msgid "Moving Average"
-msgstr "Mitjana mòbil"
-
-#: C/invest-applet.xml:330(para)
-msgid ""
-"A moving average is a statistical series of a security's closing prices "
-"throughout consecutive trading days. It is typically shown in the same graph "
-"as a line chart to indicate trends in share prices."
-msgstr ""
-"Una mitjana mòbil és una serie estadística de cotitzacions de tancament "
-"d'una mercaderia o valor al llarg de dies d'operacions consecutius. "
-"Normalment es mostra al mateix diagrama com una gràfica de línies que indica "
-"les tendències de les cotitzacions de valors."
-
-#: C/invest-applet.xml:336(title)
-msgid "Exponential Moving Average"
-msgstr "Mitjana mòbil exponencial"
-
-#: C/invest-applet.xml:337(para)
-msgid ""
-"The exponential moving average (EMA) is defined as a moving average "
-"calculated by weighting recent values more heavily than older values. This "
-"type of moving average reacts faster to recent price changes than a simple "
-"moving average. The 12- and 26-day EMAs are popular short-term averages, "
-"while EMAs greater than 50 days are used to signal long-term trends."
-msgstr ""
-"La mitjana mòbil exponencial (EMA) es defineix com una mitjana mòbil "
-"calculada fent que els valors més recents siguin més importants que els "
-"valors antics. Aquest tipus de mitjana mòbil reacciona més ràpidament als "
-"canvis recents de la cotització que no pas una mitjana mòbil normal. Les EMA "
-"de 12 i 26 dies són mitjanes populars de curt termini, mentre que les EMA de "
-"més de 50 dies s'utilitzen per a tendències de llarg termini."
-
-#: C/invest-applet.xml:342(title)
-msgid "Overlays"
-msgstr "Superposicions"
-
-#: C/invest-applet.xml:344(para)
-msgid ""
-"Overlays allow you to graph multiple statistical measurements onto a single "
-"chart. For example, you can compare the performance of a single stock "
-"against that of an index such as the NASDAQ or the DJIA."
-msgstr ""
-"Les superposicions us permeten mostrar gràfiques de múltiples mesures "
-"estadístiques en una sola gràfica. Per exemple, podeu comparar el rendiment "
-"d'un valor amb un índex com ara el NASDAQ o el DJIA."
-
-#: C/invest-applet.xml:349(title)
-msgid "Indicators"
-msgstr "Indicadors"
-
-#: C/invest-applet.xml:350(para)
-msgid ""
-"Indicators are used to attempt to predict future financial trends. Proper "
-"use of market indicators is beyond the scope of the Invest manual."
-msgstr ""
-"Els indicadors s'utilitzen per a intentar predir el futur de les tendències "
-"financeres. La utilització adequada dels indicadors del mercat recau fora de "
-"l'àmbit del manual de l'inversions."
-
-#. Put one translator per line, in the form of NAME <EMAIL>, YEAR1, YEAR2.
-#: C/invest-applet.xml:0(None)
-msgid "translator-credits"
-msgstr "Joan Duran <[email protected]>, 2009"
diff --git a/invest-applet/docs/de/de.po b/invest-applet/docs/de/de.po
deleted file mode 100644
index 1b818e10..00000000
--- a/invest-applet/docs/de/de.po
+++ /dev/null
@@ -1,845 +0,0 @@
-# German translation of the invest manual.
-# Mario Blättermann <[email protected]>, 2009, 2010.
-# Christian Kirbach <[email protected]>, 2010.
-#
-msgid ""
-msgstr ""
-"Project-Id-Version: Börsenticker-Handbuch\n"
-"POT-Creation-Date: 2010-08-06 12:23+0000\n"
-"PO-Revision-Date: 2010-08-08 16:05+0100\n"
-"Last-Translator: Mario Blättermann <[email protected]>\n"
-"Language-Team: German <[email protected]>\n"
-"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=UTF-8\n"
-"Content-Transfer-Encoding: 8bit\n"
-"X-Poedit-Language: German\n"
-"X-Poedit-Country: GERMANY\n"
-
-#. When image changes, this message will be marked fuzzy or untranslated for you.
-#. It doesn't matter what you translate it to: it's not used at all.
-#: C/invest-applet.xml:260(None)
-msgid "@@image: '../symbol-search.png'; md5=62e15b75f1fa48a5fc72034142fb6276"
-msgstr ""
-
-#: C/invest-applet.xml:26(title)
-msgid "Invest Manual"
-msgstr "Börsenticker-Handbuch"
-
-#: C/invest-applet.xml:29(year)
-msgid "2004"
-msgstr "2004"
-
-#: C/invest-applet.xml:30(year)
-msgid "2005"
-msgstr "2005"
-
-#: C/invest-applet.xml:31(holder)
-msgid "Raphael Slinckx"
-msgstr "Raphael Slinckx"
-
-#: C/invest-applet.xml:34(year)
-msgid "2007"
-msgstr "2007"
-
-#: C/invest-applet.xml:35(holder)
-msgid "Terrence Hall"
-msgstr "Terrence Hall"
-
-#: C/invest-applet.xml:38(year)
-msgid "2010"
-msgstr "2010"
-
-#: C/invest-applet.xml:39(holder)
-msgid "Enrico Minack"
-msgstr "Enrico Minack"
-
-#: C/invest-applet.xml:52(publishername)
-msgid "MATE Documentation Project"
-msgstr "MATE-Dokumentationsprojekt"
-
-#: C/invest-applet.xml:2(para)
-msgid ""
-"Permission is granted to copy, distribute and/or modify this document under "
-"the terms of the GNU Free Documentation License (GFDL), Version 1.1 or any "
-"later version published by the Free Software Foundation with no Invariant "
-"Sections, no Front-Cover Texts, and no Back-Cover Texts. You can find a copy "
-"of the GFDL at this <ulink type=\"help\" url=\"help:fdl\">link</ulink> or in "
-"the file COPYING-DOCS distributed with this manual."
-msgstr ""
-"Das vorliegende Dokument kann gemäß den Bedingungen der GNU Free "
-"Documentation License (GFDL), Version 1.1 oder jeder späteren, von der Free "
-"Software Foundation veröffentlichten Version ohne unveränderbare Abschnitte "
-"sowie ohne Texte auf dem vorderen und hinteren Buchdeckel kopiert, verteilt "
-"und/oder modifiziert werden. Eine Kopie der GFDL finden Sie unter diesem "
-"<ulink type=\"help\" url=\"help:fdl\">Link</ulink> oder in der mit diesem "
-"Handbuch gelieferten Datei COPYING-DOCS."
-
-#: C/invest-applet.xml:12(para)
-msgid ""
-"This manual is part of a collection of MATE manuals distributed under the "
-"GFDL. If you want to distribute this manual separately from the collection, "
-"you can do so by adding a copy of the license to the manual, as described in "
-"section 6 of the license."
-msgstr ""
-"Dieses Handbuch ist Teil einer Sammlung von MATE-Handbüchern, die unter der "
-"GFDL veröffentlicht werden. Wenn Sie dieses Handbuch getrennt von der "
-"Sammlung weiterverbreiten möchten, können Sie das tun, indem Sie eine Kopie "
-"der Lizenz zum Handbuch hinzufügen, wie es in Abschnitt 6 der Lizenz "
-"beschrieben ist."
-
-#: C/invest-applet.xml:19(para)
-msgid ""
-"Many of the names used by companies to distinguish their products and "
-"services are claimed as trademarks. Where those names appear in any MATE "
-"documentation, and the members of the MATE Documentation Project are made "
-"aware of those trademarks, then the names are in capital letters or initial "
-"capital letters."
-msgstr ""
-"Viele der Namen, die von Unternehmen verwendet werden, um ihre Produkte und "
-"Dienstleistungen von anderen zu unterscheiden, sind eingetragene "
-"Warenzeichen. An den Stellen, an denen diese Namen in einer MATE-"
-"Dokumentation erscheinen, werden die Namen in Großbuchstaben oder mit einem "
-"großen Anfangsbuchstaben geschrieben, wenn das MATE-Dokumentationsprojekt "
-"auf diese Warenzeichen hingewiesen wird."
-
-#: C/invest-applet.xml:35(para)
-msgid ""
-"DOCUMENT IS PROVIDED ON AN \"AS IS\" BASIS, WITHOUT WARRANTY OF ANY KIND, "
-"EITHER EXPRESSED OR IMPLIED, INCLUDING, WITHOUT LIMITATION, WARRANTIES THAT "
-"THE DOCUMENT OR MODIFIED VERSION OF THE DOCUMENT IS FREE OF DEFECTS "
-"MERCHANTABLE, FIT FOR A PARTICULAR PURPOSE OR NON-INFRINGING. THE ENTIRE RISK "
-"AS TO THE QUALITY, ACCURACY, AND PERFORMANCE OF THE DOCUMENT OR MODIFIED "
-"VERSION OF THE DOCUMENT IS WITH YOU. SHOULD ANY DOCUMENT OR MODIFIED VERSION "
-"PROVE DEFECTIVE IN ANY RESPECT, YOU (NOT THE INITIAL WRITER, AUTHOR OR ANY "
-"CONTRIBUTOR) ASSUME THE COST OF ANY NECESSARY SERVICING, REPAIR OR "
-"CORRECTION. THIS DISCLAIMER OF WARRANTY CONSTITUTES AN ESSENTIAL PART OF THIS "
-"LICENSE. NO USE OF ANY DOCUMENT OR MODIFIED VERSION OF THE DOCUMENT IS "
-"AUTHORIZED HEREUNDER EXCEPT UNDER THIS DISCLAIMER; AND"
-msgstr ""
-"DIESES DOKUMENT WIRD »WIE VORLIEGEND« GELIEFERT, OHNE GARANTIEN IRGENDEINER "
-"ART, SOWOHL AUSDRÜCKLICH GENANNTE ALS AUCH ANGEDEUTETE. DIES BEZIEHT SICH "
-"AUCH OHNE EINSCHRÄNKUNG AUF GARANTIEN, DASS DIESES DOKUMENT ODER VERÄNDERTE "
-"FASSUNGEN DIESES DOKUMENTS FREI VON HANDELSDEFEKTEN, FÜR EINEN BESTIMMTEN "
-"ZWECK GEEIGNET IST ODER DASS ES KEINE RECHTE DRITTER VERLETZT. DAS VOLLE "
-"RISIKO WAS QUALITÄT, GENAUIGKEIT UND LEISTUNG DES DOKUMENTS ODER VERÄNDERTE "
-"FASSUNGEN DES DOKUMENTS LIEGT BEI IHNEN. SOLLTE EIN DOKUMENT ODER EINE "
-"VERÄNDERTE FASSUNG DAVON FEHLER IRGENDEINER ART BEINHALTEN, TRAGEN SIE (NICHT "
-"DER URSPRUNGSAUTOR, DER AUTOR ODER EIN MITWIRKENDER) DIE KOSTEN FÜR "
-"NOTWENDIGE DIENSTLEISTUNGEN, REPARATUREN ODER FEHLERKORREKTUREN. DIESER "
-"HAFTUNGSAUSSCHLUSS IST EIN ESSENZIELLER TEIL DIESER LIZENZ. DIE VERWENDUNG "
-"EINES DOKUMENTS ODER EINER VERÄNDERTEN VERSION DES DOKUMENTS IST NICHT "
-"GESTATTET AUßER UNTER BEACHTUNG DIESES HAFTUNGSAUSSCHLUSSES UND"
-
-#: C/invest-applet.xml:55(para)
-msgid ""
-"UNDER NO CIRCUMSTANCES AND UNDER NO LEGAL THEORY, WHETHER IN TORT (INCLUDING "
-"NEGLIGENCE), CONTRACT, OR OTHERWISE, SHALL THE AUTHOR, INITIAL WRITER, ANY "
-"CONTRIBUTOR, OR ANY DISTRIBUTOR OF THE DOCUMENT OR MODIFIED VERSION OF THE "
-"DOCUMENT, OR ANY SUPPLIER OF ANY OF SUCH PARTIES, BE LIABLE TO ANY PERSON FOR "
-"ANY DIRECT, INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES OF ANY "
-"CHARACTER INCLUDING, WITHOUT LIMITATION, DAMAGES FOR LOSS OF GOODWILL, WORK "
-"STOPPAGE, COMPUTER FAILURE OR MALFUNCTION, OR ANY AND ALL OTHER DAMAGES OR "
-"LOSSES ARISING OUT OF OR RELATING TO USE OF THE DOCUMENT AND MODIFIED "
-"VERSIONS OF THE DOCUMENT, EVEN IF SUCH PARTY SHALL HAVE BEEN INFORMED OF THE "
-"POSSIBILITY OF SUCH DAMAGES."
-msgstr ""
-"UNTER KEINEN UMSTÄNDEN UND AUF BASIS KEINER RECHTSGRUNDLAGE, EGAL OB DURCH "
-"UNERLAUBTEN HANDLUNGEN (EINSCHLIEßLICH FAHRLÄSSIGKEIT), VERTRAG ODER "
-"ANDERWEITIG KANN DER AUTOR, URSPRUNGSAUTOR, EIN MITWIRKENDER ODER EIN "
-"VERTRIEBSPARTNER DIESES DOKUMENTS ODER EINER VERÄNDERTEN FASSUNG DES "
-"DOKUMENTS ODER EIN ZULIEFERER EINER DIESER PARTEIEN, HAFTBAR GEMACHT WERDEN "
-"FÜR DIREKTE, INDIREKTE, SPEZIELLE, VERSEHENTLICHE ODER FOLGESCHÄDEN JEGLICHER "
-"ART, EINSCHLIEßLICH UND OHNE EINSCHRÄNKUNGEN SCHÄDEN DURCH VERLUST VON "
-"KULANZ, ARBEITSAUSFALL, COMPUTERVERSAGEN ODER COMPUTERFEHLFUNKTIONEN ODER "
-"ALLE ANDEREN SCHÄDEN ODER VERLUSTE, DIE SICH AUS ODER IN VERBINDUNG MIT DER "
-"VERWENDUNG DES DOKUMENTS UND VERÄNDERTER FASSUNGEN DES DOKUMENTS ERGEBEN, "
-"AUCH WENN DIE OBEN GENANNTEN PARTEIEN ÜBER DIE MÖGLICHKEIT SOLCHER SCHÄDEN "
-"INFORMIERT WAREN."
-
-#: C/invest-applet.xml:28(para)
-msgid ""
-"DOCUMENT AND MODIFIED VERSIONS OF THE DOCUMENT ARE PROVIDED UNDER THE TERMS "
-"OF THE GNU FREE DOCUMENTATION LICENSE WITH THE FURTHER UNDERSTANDING THAT: "
-"<placeholder-1/>"
-msgstr ""
-"DAS DOKUMENT UND VERÄNDERTE FASSUNGEN DES DOKUMENTS WERDEN UNTER DEN "
-"BEDINGUNGEN DER GNU FREE DOCUMENTATION LICENSE ZUR VERFÜGUNG GESTELLT MIT DEM "
-"WEITERGEHENDEN VERSTÄNDNIS, DASS: <placeholder-1/>"
-
-#: C/invest-applet.xml:63(surname)
-msgid "MATE Documentation Team"
-msgstr "MATE-Dokumentationsteam"
-
-#: C/invest-applet.xml:66(firstname)
-msgid "Terrence"
-msgstr "Terrence"
-
-#: C/invest-applet.xml:67(surname)
-msgid "Hall"
-msgstr "Hall"
-
-#: C/invest-applet.xml:68(email)
-
-#: C/invest-applet.xml:71(firstname)
-msgid "Enrico"
-msgstr "Enrico"
-
-#: C/invest-applet.xml:72(surname)
-msgid "Minack"
-msgstr "Minack"
-
-#: C/invest-applet.xml:73(email)
-
-#: C/invest-applet.xml:98(releaseinfo)
-msgid "This manual describes version 2.32.0 of Invest."
-msgstr "Dieses Handbuch beschreibt Version 2.32 von Börsenticker."
-
-#: C/invest-applet.xml:102(title)
-msgid "Feedback"
-msgstr "Rückmeldungen"
-
-#: C/invest-applet.xml:103(para)
-msgid ""
-"To report a bug or make a suggestion regarding the Invest application or this "
-"manual, follow the directions in the <ulink url=\"help:mate-feedback\" type="
-"\"help\">MATE Feedback Page</ulink>."
-msgstr ""
-"Um Fehler zu melden oder einen Vorschlag zur Anwendung "
-"<application>Börsenticker</application> oder zu diesem Handbuch zu machen, "
-"folgen Sie den Anweisungen auf der <ulink url=\"help:mate-feedback\" type="
-"\"help\">MATE-Seite für Rückmeldungen</ulink>."
-
-#: C/invest-applet.xml:112(para)
-msgid "User manual for Invest"
-msgstr "Benutzerhandbuch für den Börsenticker"
-
-#: C/invest-applet.xml:119(primary)
-msgid "Invest"
-msgstr "Börsenticker"
-
-#: C/invest-applet.xml:122(primary)
-msgid "invest-applet"
-msgstr "Börsenticker-Applet"
-
-#: C/invest-applet.xml:129(title)
-msgid "Introduction"
-msgstr "Einführung"
-
-#: C/invest-applet.xml:131(para)
-msgid ""
-"The <application>Invest</application> MATE panel applet downloads current "
-"quotes for stocks, stock indices, currencies and precious metals. Quotes are "
-"downloaded from <ulink url=\"http://finance.yahoo.com\">Yahoo! Finance</"
-"ulink> and are displayed in a drop-down list."
-msgstr ""
-"Das MATE Panel-Applet <application>Börsenticker</application> lädt aktuelle "
-"Kurse für Wertpapiere, Wertpapier-Indizes, Währungen und Edelmetalle von "
-"»Yahoo! Finance« herunter und zeigt diese in einer Ausklappliste an."
-
-#: C/invest-applet.xml:134(para)
-msgid "<application>Invest</application> provides the following features:"
-msgstr ""
-"Der <application>Börsenticker</application> verfügt über folgende "
-"Funktionsmerkmale:"
-
-#: C/invest-applet.xml:139(para)
-msgid ""
-"Retrieve quotes for any stock, stock index, currency or precious metal known "
-"by <ulink url=\"http://finance.yahoo.com\">Yahoo! Finance</ulink>"
-msgstr ""
-
-#: C/invest-applet.xml:144(para)
-msgid "Quotes are automatically updated every 15 minutes"
-msgstr "Kurse werden automatisch alle 15 Minuten aktualisiert"
-
-#: C/invest-applet.xml:149(para)
-msgid ""
-"The current price, today's change, and a chart of today's changes are "
-"displayed"
-msgstr ""
-
-#: C/invest-applet.xml:154(para)
-msgid ""
-"The currency of the quote is displayed, and if configured, automatically "
-"translated into a target currency"
-msgstr ""
-"Die Währung des Kurses wird angezeigt, und falls eingerichtet, in die "
-"Zielwährung umgerechnet"
-
-#: C/invest-applet.xml:159(para)
-msgid ""
-"The amount of the increase or decrease in the price since purchase, also "
-"translatable into the target currency"
-msgstr ""
-"Den Wert der Kurssteigerung oder des Kursverfalls seit der Ausgabe, auch "
-"umrechenbar in die Zielwährung"
-
-#: C/invest-applet.xml:164(para)
-msgid "The percentage increase or decrease in the price since purchase"
-msgstr ""
-"Den Prozentsatz der Kurssteigerung oder des Kursverfalls seit der Ausgabe"
-
-#: C/invest-applet.xml:173(title)
-msgid "Getting Started"
-msgstr "Erste Schritte"
-
-#: C/invest-applet.xml:178(title)
-msgid "Add Invest to a Panel"
-msgstr "Börsenticker zu einem Panel hinzufügen"
-
-#: C/invest-applet.xml:179(para)
-msgid ""
-"To add <application>Invest</application> to a MATE panel, right-click on the "
-"panel, then choose <guilabel>Add to Panel</guilabel>. Select "
-"<application>Invest</application> in the <guilabel>Add to Panel</guilabel> "
-"dialog, then click <guilabel>OK</guilabel>. Click <guilabel>Close</guilabel> "
-"when finished."
-msgstr ""
-"Um den <application>Börsenticker</application> zu einem Panel hinzuzufügen, "
-"klicken sie mit der rechten Maustaste auf das Panel und wählen Sie "
-"<guilabel>Zum Panel hinzufügen</guilabel>. Wählen Sie "
-"<application>Börsenticker</application> im Dialog <guilabel>Zum Panel "
-"hinzufügen</guilabel> und klicken Sie auf <guilabel>Hinzufügen</guilabel>. "
-"Klicken Sie auf <guilabel>Schließen</guilabel>, sobald Sie fertig sind."
-
-#: C/invest-applet.xml:182(title)
-msgid "Remove Invest From a Panel"
-msgstr "Entfernen des Börsentickers aus einem Panel"
-
-#: C/invest-applet.xml:183(para)
-msgid ""
-"To remove <application>Invest</application> from a MATE panel, right-click "
-"on the icon, then choose <guilabel>Remove From Panel</guilabel>."
-msgstr ""
-"Um den <application>Börsenticker</application> aus einem Panel zu entfernen, "
-"klicken Sie mit der rechten Maustaste auf das Symbol und wählen Sie "
-"anschließend <guilabel>Aus dem Panel entfernen</guilabel>."
-
-#: C/invest-applet.xml:186(title)
-msgid "More Information"
-msgstr "Mehr Information"
-
-#: C/invest-applet.xml:187(para)
-msgid ""
-"More information about the MATE panel can be found in the <ulink url=\"help:"
-"user-guide?panels\" type=\"help\">MATE Panel documentation</ulink>."
-msgstr ""
-"Weitere Informationen über das MATE-Panel finden Sie in der <ulink url="
-"\"help:user-guide?panels\" type=\"help\">MATE Panel-Dokumentation</ulink>."
-
-#: C/invest-applet.xml:196(title)
-msgid "Using Invest"
-msgstr "Börsenticker benutzen"
-
-#: C/invest-applet.xml:197(para)
-msgid ""
-"Before the applet can provide you with recent quotes, you have to configure "
-"it. Quotes can come from different stock exchange centers around the world, "
-"so the prices can have different currencies. The automatic translation of "
-"currencies can be configured, as well as the translation of your purchases "
-"done in different countries. Finally, charts are available for each of your "
-"configured quote."
-msgstr ""
-
-#: C/invest-applet.xml:206(title)
-msgid "Configure your Quotes"
-msgstr "Einrichten Ihrer Kurse"
-
-#: C/invest-applet.xml:210(title)
-msgid "Add New Quotes to the Applet"
-msgstr "Neu Kurse zum Applet hinzufügen"
-
-#: C/invest-applet.xml:212(para)
-msgid ""
-"To add new quotes to <application>Invest</application>, perform the following "
-"steps:"
-msgstr ""
-"Um Wertpapiere zum <application>Börsenticker</application> hinzuzufügen, "
-"gehen Sie wie folgt vor:"
-
-#: C/invest-applet.xml:217(para) C/invest-applet.xml:324(para)
-#: C/invest-applet.xml:355(para)
-msgid "Right-click on the icon, and select <guilabel>Preferences</guilabel>."
-msgstr ""
-"Klicken sie mit der rechten Maustaste auf das Symbol und wählen Sie "
-"<guilabel>Einstellungen</guilabel>."
-
-#: C/invest-applet.xml:222(para)
-msgid ""
-"Click <guilabel>Add</guilabel> to add a quote to <application>Invest</"
-"application>."
-msgstr ""
-"Klicken Sie auf <guilabel>Hinzufügen</guilabel>, um ein Wertpapier zum "
-"<application>Börsenticker</application> hinzuzufügen."
-
-#: C/invest-applet.xml:227(para)
-msgid ""
-"The default quote is GOOG. It is initially selected for editing so that you "
-"can instantly change it. Enter the <guilabel>Symbol</guilabel> of the quote "
-"here. If you do not know the symbol of your desired quote, see below."
-msgstr ""
-
-#: C/invest-applet.xml:234(para)
-msgid ""
-"Then, click on the <guilabel>Label</guilabel> of the quote and type its "
-"proper name."
-msgstr ""
-
-#: C/invest-applet.xml:239(para)
-msgid ""
-"You can also edit the number of shares you own, the purchase price and the "
-"commission."
-msgstr ""
-"Sie können auch die Anzahl Ihrer eigenen Anteile an Wertpapieren anpassen, "
-"den Ausgabepreis und die Provision."
-
-#: C/invest-applet.xml:244(para)
-msgid "Click <guilabel>Close</guilabel> when you are finished adding quotes."
-msgstr ""
-"Klicken Sie auf <guilabel>Schließen</guilabel>, wenn Sie mit dem Hinzufügen "
-"von Wertpapierkursen fertig sind."
-
-#: C/invest-applet.xml:249(para)
-msgid ""
-"If you do not know the actual symbol of your quote, go to <ulink url=\"http://"
-"finance.yahoo.com/\">http://finance.yahoo.com/</ulink>. Enter the name of the "
-"quote in the text field in the upper-left corner of the screen. While typing, "
-"it will list you matching quotes. The first column depicts the symbol of the "
-"quote, the second column shows the name, and in the third column, the stock "
-"exchange of the quote is listed. The currency of the quote may vary among "
-"different stock exchange centers, depending on their respective countries. "
-"Below, you can see a screenshot of searching for the \"yahoo\" quote."
-msgstr ""
-
-#: C/invest-applet.xml:258(para)
-msgid "<placeholder-1/> Screenshot of Yahoo! Finance when searching a quote."
-msgstr ""
-"<placeholder-1/> Bildschirmfoto von Yahoo! Finance bei der Suche nach einem "
-"Kurs."
-
-#: C/invest-applet.xml:265(para)
-msgid ""
-"Invest supports all quotes that can be found at <ulink url=\"http://finance."
-"yahoo.com/\">Yahoo! Finance</ulink>. In particular, these are of the "
-"following type."
-msgstr ""
-"Der Börsenticker unterstützt alle in <ulink url=\"http://finance.yahoo.com/"
-"\">Yahoo! Finance</ulink> verfügbaren Kurse. Im einzelnen sind dies folgende "
-"Typen:"
-
-#: C/invest-applet.xml:270(title)
-msgid "Stocks, Bonds and Securities"
-msgstr ""
-
-#: C/invest-applet.xml:271(para)
-msgid ""
-"These are the majority of quotes that are available. Search or browse on "
-"<ulink url=\"http://finance.yahoo.com/\">Yahoo! Finance</ulink> to find out "
-"what is there."
-msgstr ""
-
-#: C/invest-applet.xml:276(title)
-msgid "Stock Indices"
-msgstr ""
-
-#: C/invest-applet.xml:277(para)
-msgid ""
-"All quotes that start with an ^ are actually indices, a quote that represents "
-"a number of other quotes' performance. Examples are the Dow Jones Industrial "
-"Average (<ulink url=\"http://finance.yahoo.com/q?s=^DJI\">^DJI</ulink>) and "
-"the NASDAQ Composite (<ulink url=\"http://finance.yahoo.com/q?s=^IXIC"
-"\">^IXIC</ulink>)."
-msgstr ""
-
-#: C/invest-applet.xml:283(title)
-msgid "Currencie rates"
-msgstr "Währungskurse"
-
-#: C/invest-applet.xml:284(para)
-msgid ""
-"Exchange rates between any two currencies are also available. The respective "
-"symbol is constructured as follows. Currency AAA in currency BBB, or in other "
-"words, how much does currency AAA cost in currency BBB, has the symbol "
-"AAABBB=X. If you want to know how much EUR you get for one USD (how much does "
-"one USD cost in EUR), you choose <ulink url=\"http://finance.yahoo.com/q?"
-"s=usdeur%3DX\">USDEUR=X</ulink>. You can find more information at the <ulink "
-"url=\"http://finance.yahoo.com/currency-investing\">currency page of Yahoo! "
-"Finance</ulink>. Currencies are represented using their <ulink url=\"http://"
-"en.wikipedia.org/wiki/Currency_code\">ISO 4217 currency code</ulink>."
-msgstr ""
-
-#: C/invest-applet.xml:293(title)
-msgid "Precious Metals"
-msgstr "Edelmetalle"
-
-#: C/invest-applet.xml:294(para)
-msgid ""
-"The <ulink url=\"http://en.wikipedia.org/wiki/Currency_code\">ISO 4217 "
-"currency code</ulink> also lists precious metals as currencies. These are "
-"Gold, Silver, Palladium and Platinum. Their currency code starts with X, "
-"followed by their chemical symbol: XAU, XAG, XPD, and XPT, respectively. With "
-"those currency codes, the rate of precious metals in any currency are "
-"available via the currency rates described above. To give an example, Gold in "
-"USD has the symbol <ulink url=\"http://finance.yahoo.com/q?s=XAUUSD%3DX"
-"\">XAUUSD=X</ulink>. You can even get the reverse (<ulink url=\"http://"
-"finance.yahoo.com/q?s=USDXAU%3DX\">USDXAU=X</ulink>): how much Gold measured "
-"in troy ounce do you get for one USD?"
-msgstr ""
-
-#: C/invest-applet.xml:306(title)
-msgid "View Configured Quotes"
-msgstr "Betrachten von eingerichteten Kursen"
-
-#: C/invest-applet.xml:307(para)
-msgid ""
-"To view your configured quotes, click on the <application>Invest</"
-"application> icon on the panel. A list of your quotes will appear. To close "
-"the list, click the icon again. Notice that quotes are usually 15 minutes "
-"delay."
-msgstr ""
-"Um Ihre ausgewählten Wertpapierkurse anzuzeigen, klicken Sie auf das Symbol "
-"des <application>Börsentickers</application> im Panel. Eine Liste Ihrer "
-"Wertpapiere erscheint. Um die Liste wieder zu schließen, klicken Sie erneut "
-"auf das Symbol. Beachten Sie, dass die Kurse üblicherweise alle 15 Minuten "
-"aktualisiert werden."
-
-#: C/invest-applet.xml:313(title)
-msgid "Update the Display"
-msgstr "Die Anzeige aktualisieren"
-
-#: C/invest-applet.xml:314(para)
-msgid ""
-"To immediately update the information that is displayed in the applet, right-"
-"click on the applet, then choose <guilabel>Refresh</guilabel>."
-msgstr ""
-"Um die im Applet angezeigten Informationen sofort zu aktualisieren, klicken "
-"Sie mit der rechten Maustaste auf das Applet und wählen Sie anschließend "
-"<guilabel>Aktualisieren</guilabel>."
-
-#: C/invest-applet.xml:318(title)
-msgid "Remove Quotes from the Applet"
-msgstr "Kurse aus dem Applet entfernen"
-
-#: C/invest-applet.xml:319(para)
-msgid ""
-"To remove quotes from <application>Invest</application>, perform the "
-"following steps:"
-msgstr ""
-"Um Kurse aus dem <application>Börsenticker</application> zu entfernen, gehen "
-"Sie wie folgt vor:"
-
-#: C/invest-applet.xml:329(para)
-msgid "Click the row containing the quote you wish to remove."
-msgstr ""
-"Klicken Sie auf die Zeile, die den Kurs enthält, welches Sie entfernen wollen."
-
-#: C/invest-applet.xml:334(para)
-msgid "Click <guilabel>Remove</guilabel> to delete the listing."
-msgstr ""
-"Klicken Sie auf <guilabel>Entfernen</guilabel>, um die Anzeige zu entfernen."
-
-#: C/invest-applet.xml:339(para) C/invest-applet.xml:387(para)
-msgid "Click <guilabel>Close</guilabel> when you are finished."
-msgstr "Klicken Sie auf <guilabel>Schließen</guilabel>, sobald Sie fertig sind."
-
-#: C/invest-applet.xml:348(title)
-msgid "Setup Currency Translation"
-msgstr "Einrichten der Währungsumrechnung"
-
-#: C/invest-applet.xml:349(para)
-msgid ""
-"Invest displays all quotes in their original currency as retrieved from "
-"Yahoo! Finance. If you wish to have all quotes being displayed in one target "
-"currency, this can be configured in the preferences dialog."
-msgstr ""
-"Der Börsenticker zeigt alle Kurse in deren Originalwährung an, wie von Yahoo! "
-"Finance bereitgestellt. Falls Sie alle Kurse in einer Zielwährung anzeigen "
-"lassen wollen, kann dies im Einstellungsdialog eingerichtet werden."
-
-#: C/invest-applet.xml:360(para)
-msgid ""
-"Type the target currency into the <guilabel>Currency</guilabel> text field."
-msgstr ""
-"Geben Sie die Zielwährung in das Textfeld <guilabel>Währung</guilabel> ein."
-
-#: C/invest-applet.xml:365(para)
-msgid ""
-"While you type, the text field will suggest currencies that match entered "
-"currency."
-msgstr ""
-"Während der Eingabe werden im Textfeld Währungen vorgeschlagen, die auf Ihre "
-"Eingabe passen könnten."
-
-#: C/invest-applet.xml:370(para)
-msgid "Choose your target currency."
-msgstr "Wählen Sie Ihre Zielwährung."
-
-#: C/invest-applet.xml:375(para)
-msgid ""
-"Notice that in your quote list the new <guilabel>Currency Rate</guilabel> "
-"column appears."
-msgstr ""
-"Beachten Sie, dass in Ihrer Kursliste die neue Spalte <guilabel>Währungskurs</"
-"guilabel> erscheint."
-
-#: C/invest-applet.xml:380(para)
-msgid ""
-"For all purchases where the <guilabel>Price</guilabel> and "
-"<guilabel>Commission</guilabel> are given in original currency, the exchange "
-"rate at the time of purchase from the origin currency to the target currency "
-"has to be given in the <guilabel>Currency Rate</guilabel> field."
-msgstr ""
-
-#: C/invest-applet.xml:392(para)
-msgid ""
-"Lets look at this example: You bought one Yahoo! share (YHOO) for 10.00 USD "
-"at a currency rate of 0.75 EUR per USD. In other words, the share cost 7.50 "
-"EUR. You further paid 5.00 USD comission, equivalent to 3.75 EUR. When you "
-"set the target currency to EUR, you either have to enter the EUR (target "
-"currency) values and keep the <guilabel>Currency Rate</guilabel> at 0.00, or "
-"you enter the USD (original currency) values and enter the EUR per USD "
-"exchange rate (<ulink url=\"http://finance.yahoo.com/q?s=eurusd%3DX"
-"\">USDEUR=X</ulink>)."
-msgstr ""
-
-#: C/invest-applet.xml:401(para)
-msgid ""
-"The <guilabel>Price</guilabel> and <guilabel>Commission</guilabel> both have "
-"to be given in the same currency."
-msgstr ""
-"Sowohl <guilabel>Preis</guilabel> als auch <guilabel>Kommission</guilabel> "
-"müssen in der gleichen Währung angegeben werden."
-
-#: C/invest-applet.xml:404(para)
-msgid ""
-"If you want to remove the target currency again, simply clear the "
-"<guilabel>Currency</guilabel> text field."
-msgstr ""
-"Falls Sie die Zielwährung wieder löschen wollen, leeren Sie einfach das "
-"Textfeld <guilabel>Währung</guilabel>."
-
-#: C/invest-applet.xml:409(title)
-msgid "Chart Options"
-msgstr "Diagrammoptionen"
-
-#: C/invest-applet.xml:410(para)
-#, fuzzy
-msgid ""
-"For each quote in your list, a financial chart is available. To open the "
-"financial chart, view the list of configured quotes, and double-click the "
-"quote that you wish to chart. The chart parameters can be customized by "
-"clicking <guilabel>Options</guilabel>."
-msgstr ""
-"Um die Diagramme zu verwenden, zeigen Sie die Liste der ausgewählten "
-"Wertpapiere an und doppelklicken Sie auf das Wertpapier, dessen Diagramm sie "
-"darstellen lassen wollen. Die Diagrammparameter können Sie beeinflussen, "
-"indem Sie auf <guilabel>Optionen</guilabel> klicken."
-
-#: C/invest-applet.xml:413(title)
-msgid "Date Range"
-msgstr "Zeitbereich"
-
-#: C/invest-applet.xml:414(para)
-msgid ""
-"The date range, in the top-right corner of the window, selects the length of "
-"time to report on. By default, it gives one day of data, but the following "
-"ranges can be choosen: <guilabel>Today</guilabel>, <guilabel>5 Days</"
-"guilabel>, <guilabel>3 Months</guilabel>, <guilabel>6 Months</guilabel>, "
-"<guilabel>1 Year</guilabel>, <guilabel>5 Years</guilabel>, <guilabel>Maximum</"
-"guilabel>."
-msgstr ""
-"Der Datumsbereich in der rechten oberen Ecke des Fensters bestimmt den "
-"Berichtszeitraum. Standardmäßig wird ein Tag zugrunde gelegt, außerdem können "
-"folgende Zeiträume gewählt werden: <guilabel>Heute</guilabel>, <guilabel>5 "
-"Tage</guilabel>, <guilabel>3 Monate</guilabel>, <guilabel>6 Monate</"
-"guilabel>, <guilabel>1 Jahr</guilabel>, <guilabel>5 Jahre</guilabel>, "
-"<guilabel>Maximum</guilabel>."
-
-#: C/invest-applet.xml:424(title)
-msgid "Graph Style"
-msgstr "Diagrammstil"
-
-#: C/invest-applet.xml:425(para)
-msgid ""
-"Historical price information can be graphed in three different ways. You can "
-"select a line chart, bar chart, or candlestick chart."
-msgstr ""
-"Die Preisentwicklung kann auf drei verschiedene Arten grafisch dargestellt "
-"werden. Sie können aus einem Liniendiagramm, einem Balkendiagramm oder einem "
-"Säulendiagramm wählen."
-
-#: C/invest-applet.xml:431(para)
-msgid "<guilabel>Line Chart</guilabel> (<guilabel>l</guilabel>)"
-msgstr "<guilabel>Liniendiagramm</guilabel> (<guilabel>l</guilabel>)"
-
-#: C/invest-applet.xml:434(para)
-msgid ""
-"This is the default option. This graphs the historical price information in a "
-"familiar manner, connecting each day's closing price with a single line. Line "
-"charts for graphing quotes are useful if an analyst is interested only in a "
-"closing price each time."
-msgstr ""
-"Dies ist die voreingestellte Option. Die vergangene Kursinformation wird in "
-"bekannter Weise in einem Diagramm dargestellt. Alle Schlusskurse werden mit "
-"einer Einzellinie mit jeder Aktie verbunden. Liniendiagramme sind zur "
-"Darstellung von Aktienkursen nützlich, wenn ein Analyst jeweils nur am "
-"Schlusskurs einer Aktie interessiert ist."
-
-#: C/invest-applet.xml:437(para)
-msgid "<guilabel>Bar Chart</guilabel> (<guilabel>b</guilabel>)"
-msgstr "<guilabel>Balkendiagramm</guilabel> (<guilabel>b</guilabel>)"
-
-#: C/invest-applet.xml:440(para)
-msgid ""
-"A bar chart represents a full day's activity with a single vertical bar. The "
-"top of the vertical line indicates the highest price a security traded during "
-"the day, and the bottom represents the lowest price. The closing price is "
-"displayed on the right side of the bar, and the opening price is shown on the "
-"left side of the bar. One bar represents one day of trading."
-msgstr ""
-"Ein Balkendiagramm stellt den gesamten Tagesverlauf mit einem einzigen "
-"vertikalen Balken dar. Die Spitze der vertikalen Linie zeigt den höchsten "
-"Kurs, mit dem ein registriertes Wertpapier während des Tages gehandelt wurde. "
-"Der Boden stellt den niedrigsten Kurs dar. Der Schlusskurs wird auf der "
-"rechten Seite des Balkens angezeigt, und der Eröffnungskurs auf der linken. "
-"Ein Balken repräsentiert einen Handelstag."
-
-#: C/invest-applet.xml:443(para)
-msgid "<guilabel>Candlestick Chart</guilabel> (<guilabel>c</guilabel>)"
-msgstr "<guilabel>Säulendiagramm</guilabel> (<guilabel>c</guilabel>)"
-
-#: C/invest-applet.xml:446(para)
-msgid ""
-"A candlestick chart in which the open and close prices are represented as the "
-"top and bottom of a rectangle surrounding a vertical line connecting the high "
-"and low prices. The body of the rectangle is filled if the closing price is "
-"lower than the opening price and is left blank if the closing price is higher "
-"than the opening price."
-msgstr ""
-"In einem Säulendiagramm werden Eröffnungs- und Schlusskurs als Ober- bzw. "
-"Unterseite eines Rechtecks dargestellt, das eine vertikale Linie umgibt, die "
-"die hohen und niedrigen Kurse verbindet. Das Rechteck ist gefüllt, wenn der "
-"Schlusskurs niedriger als der Eröffnungskurs ist, und ist leer, wenn der "
-"Schlusskurs höher als der Eröffnungskurs ist."
-
-#: C/invest-applet.xml:452(title)
-msgid "Moving Average"
-msgstr "Gleitender Mittelwert"
-
-#: C/invest-applet.xml:453(para)
-msgid ""
-"A moving average is a statistical series of a security's closing prices "
-"throughout consecutive trading days. It is typically shown in the same graph "
-"as a line chart to indicate trends in prices."
-msgstr ""
-"Ein gleitender Mittelwert ist eine statistische Datenreihe der Schlusskurse "
-"über mehrere folgende Handelstage. Er wird üblicherweise in dem gleichen "
-"Liniendiagramm dargestellt, um die Tendenz des Aktienwerts aufzuzeigen."
-
-#: C/invest-applet.xml:459(title)
-msgid "Exponential Moving Average"
-msgstr "Exponentieller gleitender Mittelwert"
-
-#: C/invest-applet.xml:460(para)
-msgid ""
-"The exponential moving average (EMA) is defined as a moving average "
-"calculated by weighting recent values more heavily than older values. This "
-"type of moving average reacts faster to recent price changes than a simple "
-"moving average. The 12- and 26-day EMAs are popular short-term averages, "
-"while EMAs greater than 50 days are used to signal long-term trends."
-msgstr ""
-"Der exponentielle gleitende Mittelwert (EMA) ist definiert als ein gleitender "
-"Mittelwert, bei dem die aktuellen Werte stärker gewichtet werden als die "
-"älteren Werte. Diese Art des gleitenden Mittelwerts reagiert schneller auf "
-"aktuelle Kursänderungen als ein gewöhnlicher gleitender Mittelwert. Die 12- "
-"und 26-tägigen EMAs sind populäre Kurzzeit-Mittelwerte, während über mehr als "
-"50 Tage erfasste Mittelwerte zum Ermitteln von Langzeittrends geeignet sind."
-
-#: C/invest-applet.xml:465(title)
-msgid "Overlays"
-msgstr "Überlagerungen"
-
-#: C/invest-applet.xml:466(para)
-msgid ""
-"Overlays allow you to graph multiple statistical measurements onto a single "
-"chart. For example, you can compare the performance of a single quote against "
-"that of an index such as the NASDAQ or the DJIA."
-msgstr ""
-"Überlagerungen ermöglichen Ihnen, mehrere statistische Messwerte in einem "
-"einzigen Diagramm anzuzeigen. Beispielsweise können Sie so ein einzelnes "
-"Wertpapier mit einem Index wie NASDAQ oder DJIA vergleichen."
-
-#: C/invest-applet.xml:471(title)
-msgid "Indicators"
-msgstr "Indikatoren"
-
-#: C/invest-applet.xml:472(para)
-msgid ""
-"Indicators are used to attempt to predict future financial trends. Proper use "
-"of market indicators is beyond the scope of the Invest manual."
-msgstr ""
-"Indikatoren werden verwendet, um zukünftige finanzielle Entwicklungen "
-"vorherzusagen. Eine saubere Anwendung von Marktindikatoren liegt allerdings "
-"außerhalb des Ziels dieses Handbuchs."
-
-#. Put one translator per line, in the form of NAME <EMAIL>, YEAR1, YEAR2
-#: C/invest-applet.xml:0(None)
-msgid "translator-credits"
-msgstr ""
-"Mario Blättermann <[email protected]>, 2009\n"
-"Christian Kirbach <[email protected]>, 2010."
-
-#~ msgid "Google Highly Open Participation Project"
-#~ msgstr "Google Highly Open Participation Project"
-
-#~ msgid ""
-#~ "<application>Invest</application> displays the following information for "
-#~ "each stock symbol that is defined in the applet preferences:"
-#~ msgstr ""
-#~ "Der <application>Börsenticker</application> zeigt folgende Informationen "
-#~ "für jedes Wertpapiersymbol an, das inden Einstellungen des Applets "
-#~ "vorhanden ist:"
-
-#~ msgid "The stock symbol that represents a company"
-#~ msgstr "Das Symbol, das das jeweilige Unternehmen darstellt"
-
-#~ msgid "The current share price quote (delayed 15 minutes)"
-#~ msgstr "Den gegenwärtigen Preis einer Aktie (mit 15 Minuten Verzögerung)"
-
-#~ msgid "The change in the stock price over the last day."
-#~ msgstr "Die Preisentwicklung innerhalb des letzten Tages."
-
-#~ msgid "A graph of recent changes"
-#~ msgstr "Ein Diagramm der letzten Änderungen"
-
-#~ msgid ""
-#~ "The default stock symbol is GOOG. Double-click the stock symbol to change "
-#~ "the listing."
-#~ msgstr ""
-#~ "Das voegegebene Wertpapiersymbol ist GOOG. Doppelklicken Sie auf das "
-#~ "Symbol, um die Liste anzupassen."
-
-#~ msgid "View Selected Stocks"
-#~ msgstr "Ausgewählte Wertpapiere anzeigen"
-
-#~ msgid ""
-#~ "The date range, in the top-right corner of the window, selects the length "
-#~ "of time to report on. By default it gives one day of data, but it can be "
-#~ "extended out to three years."
-#~ msgstr ""
-#~ "Der Zeitbereich in der oberen rechten Ecke des Fensters wählt die "
-#~ "Zeitspanne der darzustellenden Informationen an. Per Vorgabe ist dies ein "
-#~ "Tag, aber der Bereich kann auf bis zu drei Jahre ausgedehnt werden."
-
-#~ msgid "Line Chart"
-#~ msgstr "Liniendiagramm"
-
-#~ msgid "Bar Chart"
-#~ msgstr "Balkendiagramm"
-
-#~ msgid "Candlestick Chart"
-#~ msgstr "Säulendiagramm"
diff --git a/invest-applet/docs/el/el.po b/invest-applet/docs/el/el.po
deleted file mode 100644
index ea1bdd93..00000000
--- a/invest-applet/docs/el/el.po
+++ /dev/null
@@ -1,574 +0,0 @@
-# Μάριος Ζηντίλης <[email protected]>, 2009.
-# Marios Zindilis <[email protected]>, 2010.
-msgid ""
-msgstr ""
-"Project-Id-Version: \n"
-"POT-Creation-Date: 2010-03-23 23:18+0000\n"
-"PO-Revision-Date: 2010-03-26 09:29+0200\n"
-"Last-Translator: Marios Zindilis <[email protected]>\n"
-"Language-Team: Greek <[email protected]>\n"
-"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=UTF-8\n"
-"Content-Transfer-Encoding: 8bit\n"
-"X-Poedit-Language: Greek\n"
-"X-Poedit-Country: GREECE\n"
-"X-Generator: Lokalize 1.0\n"
-"Plural-Forms: nplurals=2; plural=(n != 1);\n"
-
-#: C/invest-applet.xml:26(title)
-msgid "Invest Manual"
-msgstr "Εγχειρίδιο Invest "
-
-#: C/invest-applet.xml:30(year)
-msgid "2004"
-msgstr "2004"
-
-#: C/invest-applet.xml:31(year)
-msgid "2005"
-msgstr "2005"
-
-#: C/invest-applet.xml:32(holder)
-msgid "Raphael Slinckx"
-msgstr "Raphael Slinckx"
-
-#: C/invest-applet.xml:35(year)
-msgid "2007"
-msgstr "2007"
-
-#: C/invest-applet.xml:36(holder) C/invest-applet.xml:91(para)
-msgid "Terrence Hall"
-msgstr "Terrence Hall"
-
-#: C/invest-applet.xml:49(publishername)
-msgid "MATE Documentation Project"
-msgstr "Έργο τεκμηρίωσης του Mate"
-
-#: C/invest-applet.xml:2(para)
-msgid ""
-"Permission is granted to copy, distribute and/or modify this document under "
-"the terms of the GNU Free Documentation License (GFDL), Version 1.1 or any "
-"later version published by the Free Software Foundation with no Invariant "
-"Sections, no Front-Cover Texts, and no Back-Cover Texts. You can find a copy "
-"of the GFDL at this <ulink type=\"help\" url=\"help:fdl\">link</ulink> or "
-"in the file COPYING-DOCS distributed with this manual."
-msgstr ""
-"Δίνεται άδεια για αντιγραφή, διανομή και/ή τροποποίηση του εγγράφου υπό τους "
-"όρους της Ελεύθερης Άδειας Τεκμηρίωσης GNU (GFDL), Έκδοση 1.1 ή "
-"μεταγενέστερη εκδιδόμενη από το Ίδρυμα Ελεύθερου Λογισμικού χωρίς Σταθερά "
-"Εδάφια, χωρίς Εξώφυλλα Κειμένου, και χωρίς Οπισθόφυλλα Κειμένου. Μπορείτε να "
-"βρείτε ένα αντίγραφο της GFDL σε αυτόν το <ulink type=\"help\" url=\"help:"
-"fdl\">σύνδεσμο</ulink> ή στο αρχείο COPYING-DOCS που διανεμήθηκε με αυτόν "
-"τον οδηγό."
-
-#: C/invest-applet.xml:12(para)
-msgid ""
-"This manual is part of a collection of MATE manuals distributed under the "
-"GFDL. If you want to distribute this manual separately from the collection, "
-"you can do so by adding a copy of the license to the manual, as described in "
-"section 6 of the license."
-msgstr ""
-"Αυτή η τεκμηρίωση είναι μέρος της συλλογής τεκμηρίωσης του MATE όπως "
-"διανέμεται υπό τους όρους του GFDL. Εάν επιθυμείτε να διανείμετε αυτή την "
-"τεκμηρίωση ξεχωριστά από την συλλογή, μπορείτε να το κάνετε εάν η τεκμηρίωση "
-"συνοδεύεται από αντίγραφο της άδειας (GFDL) όπως περιγράφεται στον τομέα 6 "
-"της άδειας."
-
-#: C/invest-applet.xml:19(para)
-msgid ""
-"Many of the names used by companies to distinguish their products and "
-"services are claimed as trademarks. Where those names appear in any MATE "
-"documentation, and the members of the MATE Documentation Project are made "
-"aware of those trademarks, then the names are in capital letters or initial "
-"capital letters."
-msgstr ""
-"Πολλά από τα ονόματα που χρησιμοποιούνται από εταιρίες για να ξεχωρίσουν τα "
-"προϊόντα και τις υπηρεσίες είναι σήματα κατατεθέντα. Όπου αυτά τα ονόματα "
-"εμφανίζονται στην τεκμηρίωση MATE,και τα μέλη της ομάδας τεκμηρίωσης MATE "
-"έχουν γνώση αυτών, τότε αυτά αναγράφονται με κεφαλαίους χαρακτήρες ή με "
-"αρχικούς κεφαλαίους χαρακτήρες."
-
-#: C/invest-applet.xml:35(para)
-msgid ""
-"DOCUMENT IS PROVIDED ON AN \"AS IS\" BASIS, WITHOUT WARRANTY OF ANY KIND, "
-"EITHER EXPRESSED OR IMPLIED, INCLUDING, WITHOUT LIMITATION, WARRANTIES THAT "
-"THE DOCUMENT OR MODIFIED VERSION OF THE DOCUMENT IS FREE OF DEFECTS "
-"MERCHANTABLE, FIT FOR A PARTICULAR PURPOSE OR NON-INFRINGING. THE ENTIRE "
-"RISK AS TO THE QUALITY, ACCURACY, AND PERFORMANCE OF THE DOCUMENT OR "
-"MODIFIED VERSION OF THE DOCUMENT IS WITH YOU. SHOULD ANY DOCUMENT OR "
-"MODIFIED VERSION PROVE DEFECTIVE IN ANY RESPECT, YOU (NOT THE INITIAL "
-"WRITER, AUTHOR OR ANY CONTRIBUTOR) ASSUME THE COST OF ANY NECESSARY "
-"SERVICING, REPAIR OR CORRECTION. THIS DISCLAIMER OF WARRANTY CONSTITUTES AN "
-"ESSENTIAL PART OF THIS LICENSE. NO USE OF ANY DOCUMENT OR MODIFIED VERSION "
-"OF THE DOCUMENT IS AUTHORIZED HEREUNDER EXCEPT UNDER THIS DISCLAIMER; AND"
-msgstr ""
-"Η ΤΕΚΜΗΡΙΩΣΗ ΑΥΤΗ ΠΑΡΕΧΕΤΑΙ \"ΩΣ ΕΧΕΙ\", ΧΩΡΙΣ ΚΑΜΙΑ ΕΓΓΥΗΣΗ ΟΤΙ ΜΠΟΡΕΙ ΝΑ "
-"ΕΞΥΠΗΡΕΤΗΣΕΙ ΚΑΠΟΙΟ ΣΚΟΠΟ Η ΟΤΙ ΕΙΝΑΙ ΧΩΡΙΣ ΣΦΑΛΜΑ. ΟΛΟΚΛΗΡΗ Η ΕΥΘΥΝΗ ΓΙΑ "
-"ΤΗΝ ΠΟΙΟΤΗΤΑ, ΑΚΡΙΒΕΙΑ ΚΑΙ ΛΕΙΤΟΥΡΓΙΚΟΤΗΤΑ ΤΗΣ ΤΕΚΜΗΡΙΩΣΗΣ Ή ΠΑΡΑΛΛΑΓΩΝ "
-"ΑΥΤΗΣ ΑΝΗΚΕΙ ΣΕ ΕΣΑΣ. ΕΑΝ Η ΤΕΚΜΗΡΙΩΣΗ ΑΥΤΗ Ή ΠΑΡΑΛΛΑΓΗ ΑΥΤΗΣ ΕΙΝΑΙ ΛΑΘΟΣ "
-"ΚΑΤΑ ΚΑΠΟΙΟ ΤΡΟΠΟ ΕΣΕΙΣ ΑΝΑΛΑΜΒΑΝΕΤΕ ΤΗΝ ΕΥΘΥΝΗ ΤΗΣ ΔΙΟΡΘΩΣΗΣ. Η ΑΠΑΛΛΑΓΗ "
-"ΕΥΘΥΝΗΣ ΠΟΥ ΣΥΝΟΔΕΥΕΙ ΑΥΤΗ ΤΗΝ ΤΕΚΜΗΡΙΩΣΗ ΕΙΝΑΙ ΑΝΑΠΟΣΠΑΣΤΟ ΚΟΜΜΑΤΙ ΑΥΤΗΣ."
-"ΚΑΜΙΑ ΧΡΗΣΗ ΤΗΣ ΤΕΚΜΗΡΙΩΣΗΣ Ή ΠΑΡΑΛΛΑΓΩΝ ΑΥΤΗΣ ΔΕΝ ΕΠΙΤΡΕΠΕΤΑΙ ΠΑΡΑ ΜΟΝΟ ΕΑΝ "
-"ΣΥΝΟΔΕΥΕΤΑΙ ΑΠΟ ΤΗΝ ΑΠΑΛΛΑΓΗ ΕΥΘΥΝΗΣ."
-
-#: C/invest-applet.xml:55(para)
-msgid ""
-"UNDER NO CIRCUMSTANCES AND UNDER NO LEGAL THEORY, WHETHER IN TORT (INCLUDING "
-"NEGLIGENCE), CONTRACT, OR OTHERWISE, SHALL THE AUTHOR, INITIAL WRITER, ANY "
-"CONTRIBUTOR, OR ANY DISTRIBUTOR OF THE DOCUMENT OR MODIFIED VERSION OF THE "
-"DOCUMENT, OR ANY SUPPLIER OF ANY OF SUCH PARTIES, BE LIABLE TO ANY PERSON "
-"FOR ANY DIRECT, INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES OF "
-"ANY CHARACTER INCLUDING, WITHOUT LIMITATION, DAMAGES FOR LOSS OF GOODWILL, "
-"WORK STOPPAGE, COMPUTER FAILURE OR MALFUNCTION, OR ANY AND ALL OTHER DAMAGES "
-"OR LOSSES ARISING OUT OF OR RELATING TO USE OF THE DOCUMENT AND MODIFIED "
-"VERSIONS OF THE DOCUMENT, EVEN IF SUCH PARTY SHALL HAVE BEEN INFORMED OF THE "
-"POSSIBILITY OF SUCH DAMAGES."
-msgstr ""
-"ΣΕ ΚΑΜΙΑ ΠΕΡΙΠΤΩΣΗ ΚΑΙ ΥΠΟ ΚΑΜΙΑ ΝΟΜΙΚΗ ΣΥΝΘΗΚΗ, ΕΙΤΕ ΜΕΣΩ ΣΥΜΒΟΛΑΙΩΝ Ή "
-"ΑΛΛΙΩΣ, ΔΕΝ ΕΥΘΥΝΟΝΤΑΙ Ο ΣΥΓΓΡΑΦΕΑΣ, Ο ΔΙΑΝΟΜΕΑΣ, Η ΑΛΛΟΣ ΣΥΝΥΠΕΥΘΥΝΟΣ ΓΙΑ "
-"ΤΗΝ ΣΥΓΓΡΑΦΗ ΤΗΣ ΤΕΚΜΗΡΙΩΣΗΣ, ΓΙΑ ΕΜΜΕΣΕΣ Η ΑΜΕΣΕΣ, ΤΥΧΑΙΕΣ Ή ΜΗ ΖΗΜΙΕΣ "
-"ΠΑΝΤΩΣ ΦΥΣΕΩΣ ΠΟΥ ΠΡΟΕΡΧΟΝΤΑΙ ΑΠΟ ΤΗΝ ΧΡΗΣΗ ΤΗΣ ΤΕΚΜΗΡΙΩΣΗΣ ΚΑΙ/Ή ΠΑΡΑΛΛΑΓΩΝ "
-"ΑΥΤΗΣ ΑΚΟΜΑ ΚΑΙ ΕΑΝ ΕΧΕΙ ΥΠΑΡΞΕΙ ΠΡΟΕΙΔΟΠΟΙΗΣΗ ΓΙΑ ΤΗΝ ΠΙΘΑΝΟΤΗΤΑ ΥΠΑΡΞΗΣ "
-"ΤΕΤΟΙΩΝ ΖΗΜΙΩΝ."
-
-#: C/invest-applet.xml:28(para)
-msgid ""
-"DOCUMENT AND MODIFIED VERSIONS OF THE DOCUMENT ARE PROVIDED UNDER THE TERMS "
-"OF THE GNU FREE DOCUMENTATION LICENSE WITH THE FURTHER UNDERSTANDING THAT: "
-"<placeholder-1/>"
-msgstr ""
-"ΤΟ ΈΓΓΡΑΦΟ ΚΑΙ ΤΡΟΠΟΠΟΙΗΜΕΝΕΣ ΕΚΔΟΣΕΙΣ ΑΥΤΟΥ ΠΑΡΕΧΟΝΤΑΙ ΥΠΟ ΤΟΥΣ ΟΡΟΥΣ ΤΗΣ "
-"ΑΔΕΙΑΣ GNU FREE DOCUMENTATION ΜΕ ΤΗΝ ΠΕΡΑΙΤΕΡΩ ΔΙΕΥΚΡΙΝΙΣΗ ΟΤΙ: <placeholder-"
-"1/>"
-
-#: C/invest-applet.xml:61(surname)
-msgid "MATE Documentation Team"
-msgstr "Ομάδα Τεκμηρίωσης MATE"
-
-#: C/invest-applet.xml:64(firstname)
-msgid "Terrence"
-msgstr "Terrence"
-
-#: C/invest-applet.xml:65(surname)
-msgid "Hall"
-msgstr "Hall"
-
-#: C/invest-applet.xml:66(email)
-
-#: C/invest-applet.xml:92(para)
-msgid "Google Highly Open Participation Project"
-msgstr "Google Highly Open Participation Contest"
-
-#: C/invest-applet.xml:97(releaseinfo)
-msgid "This manual describes version 2.20.0 of Invest."
-msgstr "Ο οδηγός περιγράφει την έκδοση 2.20 του Invest."
-
-#: C/invest-applet.xml:101(title)
-msgid "Feedback"
-msgstr "Aνάδραση"
-
-#: C/invest-applet.xml:102(para)
-msgid ""
-"To report a bug or make a suggestion regarding the Invest application or "
-"this manual, follow the directions in the <ulink url=\"help:mate-feedback"
-"\" type=\"help\">MATE Feedback Page</ulink>."
-msgstr ""
-"Για να αναφέρετε ένα σφάλμα ή να κάνετε μια πρόταση σχετικά με το "
-"<application>Invest.</application> ή αυτή την τεκμηρίωση, ακολουθήστε τις "
-"οδηγίες που περιγράφονται στη σελίδα <ulink url=\"help:mate-feedback\" "
-"type=\"help\">ανάδρασης MATE </ulink>."
-
-#: C/invest-applet.xml:111(para)
-msgid "User manual for Invest"
-msgstr "Εγχειρίδιο χρήστη για το Invest"
-
-#: C/invest-applet.xml:118(primary)
-msgid "Invest"
-msgstr "Invest"
-
-#: C/invest-applet.xml:121(primary)
-msgid "invest-applet"
-msgstr "Μικροεφαρμογή Invest"
-
-#: C/invest-applet.xml:128(title)
-msgid "Introduction"
-msgstr "Εισαγωγή"
-
-#: C/invest-applet.xml:130(para)
-msgid ""
-"The <application>Invest</application> MATE panel applet downloads current "
-"stock quotes from Yahoo! Finance and displays the quotes in a drop-down list."
-msgstr ""
-"Η μικροεφαρμογή <application>Invest</application> στον πίνακα εφαρμογών του "
-"MATE λαμβάνει τις τιμές των μετοχών από το Yahoo! Finance και τις εμφανίζει "
-"σε μία αναπτυσσόμενη λίστα."
-
-#: C/invest-applet.xml:133(para)
-msgid ""
-"<application>Invest</application> displays the following information for "
-"each stock symbol that is defined in the applet preferences:"
-msgstr ""
-"Το <application>Invest</application> εμφανίζει πληροφορίες για κάθε μετοχή "
-"που ορίζεται στις προτιμήσεις της μικροεφαρμογής."
-
-#: C/invest-applet.xml:140(para)
-msgid "The stock symbol that represents a company"
-msgstr "Το σύμβολο της μετοχής που αντιπροσωπεύει μια εταιρία"
-
-#: C/invest-applet.xml:145(para)
-msgid "The current share price quote (delayed 15 minutes)"
-msgstr "Η τρέχουσα τιμή της μετοχής (με καθυστέρηση 15 λεπτών)"
-
-#: C/invest-applet.xml:151(para)
-msgid "The change in the stock price over the last day."
-msgstr "Η αλλαγή στη τιμή της μετοχής την τελευταία ημέρα."
-
-#: C/invest-applet.xml:156(para)
-msgid "A graph of recent changes"
-msgstr "Ένα διάγραμμα με τις πρόσφατες αλλαγές"
-
-#: C/invest-applet.xml:161(para)
-msgid "The amount of the increase or decrease in the price since purchase"
-msgstr "Η ποσοστιαία αύξηση ή της μείωση της τιμής από την αγορά της"
-
-#: C/invest-applet.xml:169(para)
-msgid "The percentage increase or decrease in the price since purchase"
-msgstr "Το ποσοστό αύξησης ή μείωσης της τιμής από την αγορά της"
-
-#: C/invest-applet.xml:178(title)
-msgid "Getting Started"
-msgstr "Ξεκινώντας"
-
-#: C/invest-applet.xml:183(title)
-msgid "Add Invest to a Panel"
-msgstr "Προσθήκη του Invest στον πίνακα εφαρμογών"
-
-#: C/invest-applet.xml:184(para)
-msgid ""
-"To add <application>Invest</application> to a MATE panel, right-click on "
-"the panel, then choose <guilabel>Add to Panel</guilabel>. Select "
-"<application>Invest</application> in the <guilabel>Add to Panel</guilabel> "
-"dialog, then click <guilabel>OK</guilabel>. Click <guilabel>Close</guilabel> "
-"when finished."
-msgstr ""
-"Για να προσθέσετε την μικροεφαρμογή <application>Invest</application> στον "
-"πίνακα εφαρμογών του MATE,κάντε δεξί-κλικ στον πίνακα και κατόπιν επιλέξτε "
-"<guimenuitem>Προσθήκη στον πίνακα εφαρμογών</guimenuitem>.Επιλέξτε "
-"<application>Invest</application> στο διάλογο <application>Προσθήκηστον "
-"πίνακα εφαρμογών</application>,και στο τέλος επιβεβαιώστε πιέζοντας το "
-"κουμπί <guibutton>OK</guibutton>.Πατήστε <guilabel>Κλείσιμο</guilabel> μόλις "
-"τελειώσετε."
-
-#: C/invest-applet.xml:187(title)
-msgid "Remove Invest From a Panel"
-msgstr "Αφαίρεση Invest από τον πίνακα εφαρμογών"
-
-#: C/invest-applet.xml:188(para)
-msgid ""
-"To remove <application>Invest</application> from a MATE panel, right-click "
-"on the icon, then choose <guilabel>Remove From Panel</guilabel>."
-msgstr ""
-"Για να αφερέσετε την μικροεφαρμογή <application>Invest</application> από τον "
-"πίνακα εφαρμογών του MATE,κάντε δεξί-κλικ στο εικονίδιο στον πίνακα "
-"εφαρμογών,και κατόπιν επιλέξτε <guilabel>Αφαίρεση από τον πίνακα εφαρμογών</"
-"guilabel>."
-
-#: C/invest-applet.xml:191(title)
-msgid "More Information"
-msgstr "Περισσότερες πληροφορίες"
-
-#: C/invest-applet.xml:192(para)
-msgid ""
-"More information about the MATE panel can be found in the <ulink url="
-"\"help:user-guide?panels\" type=\"help\">MATE Panel documentation</ulink>."
-msgstr ""
-"Περισσότερες πληροφορίες σχετικά με τον πίνακα εφαρμογών του MATE μπορείτε "
-"να βρείτε στο <ulink url=\"help:user-guide?panels\" type=\"help\">MATE "
-"Panel documentation</ulink>."
-
-#: C/invest-applet.xml:201(title)
-msgid "Using Invest"
-msgstr "Χρησιμοποιώντας το Invest"
-
-#: C/invest-applet.xml:205(title)
-msgid "Add Company Stock Quotes to the Applet"
-msgstr "Προσθήκη μετοχής εταιρίας στην μικροεφαρμογή."
-
-#: C/invest-applet.xml:207(para)
-msgid ""
-"To add stock symbols to <application>Invest</application>, perform the "
-"following steps:"
-msgstr ""
-"Για να προσθέσετε σύμβολα μετοχών στη μικροεφαρμογή <application>Invest</"
-"application>,κάντε τα εξής βήματα:"
-
-#: C/invest-applet.xml:212(para) C/invest-applet.xml:263(para)
-msgid "Right-click on the icon, and select <guilabel>Preferences</guilabel>."
-msgstr ""
-"Κάντε δεξί κλικ στο εικονίδιο στον πίνακα εφαρμογών και επιλέξτε "
-"<guilabel>Προτιμήσεις</guilabel>."
-
-#: C/invest-applet.xml:218(para)
-msgid ""
-"Click <guilabel>Add</guilabel> to add a stock to <application>Invest</"
-"application>."
-msgstr ""
-"Κάντε κλικ στο <guilabel>Προσθήκη</guilabel> για να να εισάγετε μια μετοχή "
-"στο <application>Invest</application>."
-
-#: C/invest-applet.xml:224(para)
-msgid ""
-"The default stock symbol is GOOG. Double-click the stock symbol to change "
-"the listing."
-msgstr ""
-"Το προεπιλεγμένο σύμβολο μετοχής είναι το GOOG.Διπλό κλικ στο σύμβολο της "
-"μετοχής για αλλαγή του δελτίου τιμών."
-
-#: C/invest-applet.xml:229(para)
-msgid ""
-"You can also edit the number of shares you own in the stock, the purchase "
-"price and the commission."
-msgstr ""
-"Μπορείτε επίσης να επεξεργαστείτε τον αριθμό των μεριδίων που έχετε στην "
-"μετοχή, την τιμή αγοράς και την προμήθεια."
-
-#: C/invest-applet.xml:235(para)
-msgid ""
-"Click <guilabel>Close</guilabel> when you are finished adding stock symbols."
-msgstr ""
-"Κάντε κλικ στο <guilabel>Κλείσιμο</guilabel> όταν τελειώσετε με την προσθήκη "
-"των μετοχών."
-
-#: C/invest-applet.xml:243(title)
-msgid "View Selected Stocks"
-msgstr "Προβολή επιλεγμένων μετοχών"
-
-#: C/invest-applet.xml:244(para)
-msgid ""
-"To view your selected stocks, click on the <application>Invest</application> "
-"icon on the panel. A list of your stocks will appear. To close the list, "
-"click the icon again."
-msgstr ""
-"Για να δείτε όλες τις επιλεγμένες μετοχές,κάντε κλικ στο εικονίδιο του "
-"<application>Invest</application> στον πίνακα.Μια λίστα των μετοχών σας θα "
-"εμφανιστεί.Για να κλείσετε τη λίστα,κάντε ξανά κλικ στο εικονίδιο."
-
-#: C/invest-applet.xml:250(title)
-msgid "Update the Display"
-msgstr "Ενημέρωση της εμφάνισης"
-
-#: C/invest-applet.xml:251(para)
-msgid ""
-"To immediately update the information that is displayed in the applet, right-"
-"click on the applet, then choose <guilabel>Refresh</guilabel>."
-msgstr ""
-"Για άμεση ενημέρωση των πληροφοριών που εμφανίζονται στη μικροεφαρμογή,δεξί "
-"κλικ στη μικροεφαρμογή,και κατόπιν επιλέξτε <guilabel>Ανανέωση</guilabel>."
-
-#: C/invest-applet.xml:255(title)
-msgid "Remove Company Stock Quotes from the Applet"
-msgstr "Αφαίρεση μετοχών της εταιρίας από την μικροεφαρμογή"
-
-#: C/invest-applet.xml:257(para)
-msgid ""
-"To remove stock symbols from <application>Invest</application>, perform the "
-"following steps:"
-msgstr ""
-"Για να αφαιρέσετε τα σύμβολα των μετοχών από την μικροεφαρμογή "
-"<application>Invest</application>,κάντε τα εξής βήματα:"
-
-#: C/invest-applet.xml:270(para)
-msgid "Click the row containing the ticker symbol you wish to remove."
-msgstr "Κάντε κλικ στη γραμμή που περιέχει το σύμβολο που θέλετε να αφαιρέσετε"
-
-#: C/invest-applet.xml:275(para)
-msgid "Click <guilabel>Remove</guilabel> to delete the listing."
-msgstr "Κάντε κλικ στο <guilabel>Αφαίρεση</guilabel> για να διαγραφεί η λίστα."
-
-#: C/invest-applet.xml:281(para)
-msgid "Click <guilabel>Close</guilabel> when you are finished."
-msgstr "Κάντε κλικ στο <guilabel>Κλείσιμο</guilabel> μόλις τελειώσετε."
-
-#: C/invest-applet.xml:289(title)
-msgid "Chart Options"
-msgstr "Επιλογές διαγραμμάτων"
-
-#: C/invest-applet.xml:290(para)
-msgid ""
-"To use the financial charts, view the list of selected stocks, and double-"
-"click the stock that you wish to chart. The chart parameters can be "
-"customized by clicking <guilabel>Options</guilabel>."
-msgstr ""
-"Για τη χρήση των οικονομικών διαγραμμάτων,δείτε τη λίστα με τις επιλεγμένες "
-"μετοχές,και κάντε διπλό κλικ στη μετοχή που θέλετε να παραστήσετε.Οι "
-"παράμετροι του διαγράμματος μπορούν να προσαρμοστούν πάτωντας τις "
-"<guilabel>Επιλογές</guilabel>."
-
-#: C/invest-applet.xml:293(title)
-msgid "Date Range"
-msgstr "Χρονικό εύρος"
-
-#: C/invest-applet.xml:294(para)
-msgid ""
-"The date range, in the top-right corner of the window, selects the length of "
-"time to report on. By default it gives one day of data, but it can be "
-"extended out to three years."
-msgstr ""
-"Η διακύμανση της ημερομηνίας, στην πάνω δεξιά γωνία του παραθύρου, επιλέγει "
-"το μήκος χρόνου που θα αναφερθεί. Εξ ορισμού δίνει δεδομένα μίας μέρας, αλλά "
-"μπορεί να επεκταθεί στα τρία χρόνια."
-
-#: C/invest-applet.xml:302(title)
-msgid "Graph Style"
-msgstr "Τεχνοτροπία διαγράμματος"
-
-#: C/invest-applet.xml:303(para)
-msgid ""
-"Historical price information can be graphed in three different ways. You can "
-"select a line chart, bar chart, or candlestick chart."
-msgstr ""
-"Πληροφορίες για ιστορικό τιμών μπορούν να διαγραμμηθούν σε τρεις "
-"διαφορετικούς τρόπους. Μπορείτε να επιλέξετε γράφημα γραμμής, γράφημα ράβδου "
-"ή γράφημα κηροπήγιου."
-
-#: C/invest-applet.xml:310(guilabel)
-msgid "Line Chart"
-msgstr "Line Chart"
-
-#: C/invest-applet.xml:312(para)
-msgid ""
-"This is the default option. This graphs the historical price information in "
-"a familiar manner, connecting each day's closing price in a with a single "
-"line for each stock. Line charts for graphing stock prices are useful if an "
-"analyst is interested only in a share's closing price each time."
-msgstr ""
-"Αυτή είναι η προεπιλεγμένη επιλογή. Αυτό σχεδιάζει την πληροφορία του "
-"ιστορικού τιμών σε οικείο τρόπο, συνδέοντας την τιμή κλεισίματος κάθε μέρας "
-"με μία μοναδική γραμμή για κάθε μετοχή. Γραφήματα γραμμής για τον σχεδιασμό "
-"των τιμών των μετοχών είναι χρήσιμες αν κάποιος αναλυτής ενδιαφέρετε μόνο "
-"για την τιμή κλεισίματος μεριδίων κάθε φορά."
-
-#: C/invest-applet.xml:316(guilabel)
-msgid "Bar Chart"
-msgstr "Ραβδόγραμμα"
-
-#: C/invest-applet.xml:319(para)
-#| msgid ""
-#| "A bar chart represents a full day's activity with a single vertical bar."
-#| "Tthe top of the vertical line indicates the highest price a security "
-#| "traded at during the day, and the bottom represents the lowest price. The "
-#| "closing price is displayed on the right side of the bar, and the opening "
-#| "price is shown on the left side of the bar. One bar represents one day of "
-#| "trading."
-msgid ""
-"A bar chart represents a full day's activity with a single vertical bar.The "
-"top of the vertical line indicates the highest price a security traded at "
-"during the day, and the bottom represents the lowest price. The closing "
-"price is displayed on the right side of the bar, and the opening price is "
-"shown on the left side of the bar. One bar represents one day of trading."
-msgstr ""
-"Ένα γράφημα ράβδων αναπαριστά τη δραστηριότητα όλης της ημέρας με μία "
-"μοναδική κατακόρυφη ράβδο. Η κορυφή της κατακόρυφης γραμμής προσδιορίζει την "
-"υψηλότερη τιμή που εμπορεύτηκε μια ασφάλεια κατά την διάρκεια της ημέρας, "
-"και το κάτω μέρος αναπαριστά την χαμηλότερη τιμή. Η τιμή κλεισίματος "
-"φαίνεται στο δεξιό μέρος της ράβδου, και η τιμή ανοίγματος φαίνεται στην "
-"αριστερή μεριά της ράβδου. Μία ράβδος αναπαριστά εμπορεία μίας μέρας."
-
-#: C/invest-applet.xml:323(guilabel)
-msgid "Candlestick Chart"
-msgstr "Ορθογωνικό γράφημα"
-
-#: C/invest-applet.xml:325(para)
-#| msgid ""
-#| "A bar chart in which the open and close prices are represented as the top "
-#| "and bottom of a rectangle surrounding a vertical line connecting the high "
-#| "and low prices. The body of the rectangle is filled if the closing price "
-#| "is lower than the opening price and is left blank if the closing price is "
-#| "higher than the opening price."
-msgid ""
-"A candlestick chart in which the open and close prices are represented as "
-"the top and bottom of a rectangle surrounding a vertical line connecting the "
-"high and low prices. The body of the rectangle is filled if the closing "
-"price is lower than the opening price and is left blank if the closing price "
-"is higher than the opening price."
-msgstr ""
-"Σε ένα ορθογωνικό γράφημα στο οποίο οι τιμές κλεισίματος και ανοίγματος "
-"αναπαριστούνται σαν η "
-"κορυφή και το κάτω μέρος του ορθογωνίου που περιβάλλει μία κατακόρυφη γραμμή "
-"που συνδέει την υψηλότερη και τη χαμηλότερη τιμή. Το σώμα του ορθογωνίου "
-"γεμίζει αν η τιμή κλεισίματος είναι χαμηλότερη από την τιμή ανοίγματος και "
-"μένει κενό αν η τιμή κλεισίματος είναι υψηλότερη από την τιμή ανοίγματος."
-
-#: C/invest-applet.xml:331(title)
-msgid "Moving Average"
-msgstr "Κινητός μέσος όρος"
-
-#: C/invest-applet.xml:332(para)
-msgid ""
-"A moving average is a statistical series of a security's closing prices "
-"throughout consecutive trading days. It is typically shown in the same graph "
-"as a line chart to indicate trends in share prices."
-msgstr ""
-"Ο κινούμενος μέσος όρος είναι μία σειρά από στατιστικά ασφαλείας των τιμών "
-"κλεισίματος εξολοκλήρου στις συνεχόμενες ημέρες εμπορείας. Τυπικά φαίνονται "
-"στο ίδιο γράφημα σαν γράφημα γραμμής για να προσδιορίσει τις τάσεις στις "
-"τιμές μεριδίων."
-
-#: C/invest-applet.xml:338(title)
-msgid "Exponential Moving Average"
-msgstr "Εκθετικός κινητός μέσος όρος"
-
-#: C/invest-applet.xml:339(para)
-msgid ""
-"The exponential moving average (EMA) is defined as a moving average "
-"calculated by weighting recent values more heavily than older values. This "
-"type of moving average reacts faster to recent price changes than a simple "
-"moving average. The 12- and 26-day EMAs are popular short-term averages, "
-"while EMAs greater than 50 days are used to signal long-term trends."
-msgstr ""
-"Η εκθετική κίνηση του μέσου όρου (ΕΜΟ), ορίζεται ως ο κινούμενος μέσος όρος, "
-"υπολογιζόμενος δίνοντας μεγαλύτερο βάρος στις πιο πρόσφατες τιμές από ότι "
-"στις παλιές τιμές. Αυτός ο τύπος κινούμενου μέσου όρου αντιδρά γρηγορότερα "
-"στις πρόσφατες αλλαγές τιμών από ότι ένα απλό κινούμενο μέσο όρο. Η 12- και "
-"26-ήμερη ΕΜΟ είναι γνωστές για βραχυπρόθεσμους μέσους όρους, ενώ οι ΕΜΟ "
-"μεγαλύτεροι από 50 ημέρες χρησιμοποιούνται για να αξιοσημειώσουν "
-"μακροπρόθεσμες τάσεις."
-
-#: C/invest-applet.xml:344(title)
-msgid "Overlays"
-msgstr "Υπερθέσεις"
-
-#: C/invest-applet.xml:346(para)
-msgid ""
-"Overlays allow you to graph multiple statistical measurements onto a single "
-"chart. For example, you can compare the performance of a single stock "
-"against that of an index such as the NASDAQ or the DJIA."
-msgstr ""
-"Οι υπερθέσεις δίνουν την δυνατότητα σχεδίασης πολλαπλών στατιστικών "
-"μετρήσεων σε ένα μοναδικό γράφημα. Για παράδειγμα, μπορείτε να συγκρίνετε "
-"την απόδοση μίας μοναδικής μετοχής έναντι κάποιου δείκτη όπως τον NASDAQ ή "
-"τον DJIA."
-
-#: C/invest-applet.xml:351(title)
-msgid "Indicators"
-msgstr "Δείκτες"
-
-#: C/invest-applet.xml:352(para)
-msgid ""
-"Indicators are used to attempt to predict future financial trends. Proper "
-"use of market indicators is beyond the scope of the Invest manual."
-msgstr ""
-"Οι δείκτες χρησιμοποιούνται για να προβλέψουν τις μελλοντικές οικονομικές "
-"τάσεις.Η σωστή χρήση των δεικτών αγοράς δεν περιέχετε στο εγχειρίδιο του "
-"Invest. "
-
-#. Put one translator per line, in the form of NAME <EMAIL>, YEAR1, YEAR2
-#: C/invest-applet.xml:0(None)
-msgid "translator-credits"
-msgstr ""
-"Ελληνική μεταφραστική ομάδα MATE\n"
-" Tom Tryfonidis <[email protected]>\n"
-"\n"
-"Για περισσότερα δείτε http://www.mate.gr/"
-
diff --git a/invest-applet/docs/en_GB/en_GB.po b/invest-applet/docs/en_GB/en_GB.po
deleted file mode 100644
index 98ae69d8..00000000
--- a/invest-applet/docs/en_GB/en_GB.po
+++ /dev/null
@@ -1,542 +0,0 @@
-# English (British) translation of mate-applets-invest
-# Copyright (C) 2009 Philip Withnall
-# Philip Withnall <[email protected]>, 2009.
-msgid ""
-msgstr ""
-"Project-Id-Version: mate-applets-invest\n"
-"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2009-03-06 07:24+0000\n"
-"PO-Revision-Date: 2009-03-06 07:32+0000\n"
-"Last-Translator: Philip Withnall <[email protected]>\n"
-"Language-Team: British English <[email protected]>\n"
-"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=UTF-8\n"
-"Content-Transfer-Encoding: 8bit\n"
-"Plural-Forms: nplurals=2; plural=( n != 1 );\n"
-
-#: ../C/invest-applet.xml:26(title)
-msgid "Invest Manual"
-msgstr "Invest Manual"
-
-#: ../C/invest-applet.xml:30(year)
-msgid "2004"
-msgstr "2004"
-
-#: ../C/invest-applet.xml:31(year)
-msgid "2005"
-msgstr "2005"
-
-#: ../C/invest-applet.xml:32(holder)
-msgid "Raphael Slinckx"
-msgstr "Raphael Slinckx"
-
-#: ../C/invest-applet.xml:35(year)
-msgid "2007"
-msgstr "2007"
-
-#: ../C/invest-applet.xml:36(holder) ../C/invest-applet.xml:89(para)
-msgid "Terrence Hall"
-msgstr "Terrence Hall"
-
-#: ../C/invest-applet.xml:49(publishername)
-msgid "MATE Documentation Project"
-msgstr "MATE Documentation Project"
-
-#: ../C/invest-applet.xml:2(para)
-msgid ""
-"Permission is granted to copy, distribute and/or modify this document under "
-"the terms of the GNU Free Documentation License (GFDL), Version 1.1 or any "
-"later version published by the Free Software Foundation with no Invariant "
-"Sections, no Front-Cover Texts, and no Back-Cover Texts. You can find a copy "
-"of the GFDL at this <ulink type=\"help\" url=\"help:fdl\">link</ulink> or "
-"in the file COPYING-DOCS distributed with this manual."
-msgstr ""
-"Permission is granted to copy, distribute and/or modify this document under "
-"the terms of the GNU Free Documentation Licence (GFDL), Version 1.1 or any "
-"later version published by the Free Software Foundation with no Invariant "
-"Sections, no Front-Cover Texts, and no Back-Cover Texts. You can find a copy "
-"of the GFDL at this <ulink type=\"help\" url=\"help:fdl\">link</ulink> or "
-"in the file COPYING-DOCS distributed with this manual."
-
-#: ../C/invest-applet.xml:12(para)
-msgid ""
-"This manual is part of a collection of MATE manuals distributed under the "
-"GFDL. If you want to distribute this manual separately from the collection, "
-"you can do so by adding a copy of the license to the manual, as described in "
-"section 6 of the license."
-msgstr ""
-"This manual is part of a collection of MATE manuals distributed under the "
-"GFDL. If you want to distribute this manual separately from the collection, "
-"you can do so by adding a copy of the licence to the manual, as described in "
-"section 6 of the licence."
-
-#: ../C/invest-applet.xml:19(para)
-msgid ""
-"Many of the names used by companies to distinguish their products and "
-"services are claimed as trademarks. Where those names appear in any MATE "
-"documentation, and the members of the MATE Documentation Project are made "
-"aware of those trademarks, then the names are in capital letters or initial "
-"capital letters."
-msgstr ""
-"Many of the names used by companies to distinguish their products and "
-"services are claimed as trademarks. Where those names appear in any MATE "
-"documentation, and the members of the MATE Documentation Project are made "
-"aware of those trademarks, then the names are in capital letters or initial "
-"capital letters."
-
-#: ../C/invest-applet.xml:35(para)
-msgid ""
-"DOCUMENT IS PROVIDED ON AN \"AS IS\" BASIS, WITHOUT WARRANTY OF ANY KIND, "
-"EITHER EXPRESSED OR IMPLIED, INCLUDING, WITHOUT LIMITATION, WARRANTIES THAT "
-"THE DOCUMENT OR MODIFIED VERSION OF THE DOCUMENT IS FREE OF DEFECTS "
-"MERCHANTABLE, FIT FOR A PARTICULAR PURPOSE OR NON-INFRINGING. THE ENTIRE "
-"RISK AS TO THE QUALITY, ACCURACY, AND PERFORMANCE OF THE DOCUMENT OR "
-"MODIFIED VERSION OF THE DOCUMENT IS WITH YOU. SHOULD ANY DOCUMENT OR "
-"MODIFIED VERSION PROVE DEFECTIVE IN ANY RESPECT, YOU (NOT THE INITIAL "
-"WRITER, AUTHOR OR ANY CONTRIBUTOR) ASSUME THE COST OF ANY NECESSARY "
-"SERVICING, REPAIR OR CORRECTION. THIS DISCLAIMER OF WARRANTY CONSTITUTES AN "
-"ESSENTIAL PART OF THIS LICENSE. NO USE OF ANY DOCUMENT OR MODIFIED VERSION "
-"OF THE DOCUMENT IS AUTHORIZED HEREUNDER EXCEPT UNDER THIS DISCLAIMER; AND"
-msgstr ""
-"DOCUMENT IS PROVIDED ON AN \"AS IS\" BASIS, WITHOUT WARRANTY OF ANY KIND, "
-"EITHER EXPRESSED OR IMPLIED, INCLUDING, WITHOUT LIMITATION, WARRANTIES THAT "
-"THE DOCUMENT OR MODIFIED VERSION OF THE DOCUMENT IS FREE OF DEFECTS "
-"MERCHANTABLE, FIT FOR A PARTICULAR PURPOSE OR NON-INFRINGING. THE ENTIRE "
-"RISK AS TO THE QUALITY, ACCURACY, AND PERFORMANCE OF THE DOCUMENT OR "
-"MODIFIED VERSION OF THE DOCUMENT IS WITH YOU. SHOULD ANY DOCUMENT OR "
-"MODIFIED VERSION PROVE DEFECTIVE IN ANY RESPECT, YOU (NOT THE INITIAL "
-"WRITER, AUTHOR OR ANY CONTRIBUTOR) ASSUME THE COST OF ANY NECESSARY "
-"SERVICING, REPAIR OR CORRECTION. THIS DISCLAIMER OF WARRANTY CONSTITUTES AN "
-"ESSENTIAL PART OF THIS LICENCE. NO USE OF ANY DOCUMENT OR MODIFIED VERSION "
-"OF THE DOCUMENT IS AUTHORISED HEREUNDER EXCEPT UNDER THIS DISCLAIMER; AND"
-
-#: ../C/invest-applet.xml:55(para)
-msgid ""
-"UNDER NO CIRCUMSTANCES AND UNDER NO LEGAL THEORY, WHETHER IN TORT (INCLUDING "
-"NEGLIGENCE), CONTRACT, OR OTHERWISE, SHALL THE AUTHOR, INITIAL WRITER, ANY "
-"CONTRIBUTOR, OR ANY DISTRIBUTOR OF THE DOCUMENT OR MODIFIED VERSION OF THE "
-"DOCUMENT, OR ANY SUPPLIER OF ANY OF SUCH PARTIES, BE LIABLE TO ANY PERSON "
-"FOR ANY DIRECT, INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES OF "
-"ANY CHARACTER INCLUDING, WITHOUT LIMITATION, DAMAGES FOR LOSS OF GOODWILL, "
-"WORK STOPPAGE, COMPUTER FAILURE OR MALFUNCTION, OR ANY AND ALL OTHER DAMAGES "
-"OR LOSSES ARISING OUT OF OR RELATING TO USE OF THE DOCUMENT AND MODIFIED "
-"VERSIONS OF THE DOCUMENT, EVEN IF SUCH PARTY SHALL HAVE BEEN INFORMED OF THE "
-"POSSIBILITY OF SUCH DAMAGES."
-msgstr ""
-"UNDER NO CIRCUMSTANCES AND UNDER NO LEGAL THEORY, WHETHER IN TORT (INCLUDING "
-"NEGLIGENCE), CONTRACT, OR OTHERWISE, SHALL THE AUTHOR, INITIAL WRITER, ANY "
-"CONTRIBUTOR, OR ANY DISTRIBUTOR OF THE DOCUMENT OR MODIFIED VERSION OF THE "
-"DOCUMENT, OR ANY SUPPLIER OF ANY OF SUCH PARTIES, BE LIABLE TO ANY PERSON "
-"FOR ANY DIRECT, INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES OF "
-"ANY CHARACTER INCLUDING, WITHOUT LIMITATION, DAMAGES FOR LOSS OF GOODWILL, "
-"WORK STOPPAGE, COMPUTER FAILURE OR MALFUNCTION, OR ANY AND ALL OTHER DAMAGES "
-"OR LOSSES ARISING OUT OF OR RELATING TO USE OF THE DOCUMENT AND MODIFIED "
-"VERSIONS OF THE DOCUMENT, EVEN IF SUCH PARTY SHALL HAVE BEEN INFORMED OF THE "
-"POSSIBILITY OF SUCH DAMAGES."
-
-#: ../C/invest-applet.xml:28(para)
-msgid ""
-"DOCUMENT AND MODIFIED VERSIONS OF THE DOCUMENT ARE PROVIDED UNDER THE TERMS "
-"OF THE GNU FREE DOCUMENTATION LICENSE WITH THE FURTHER UNDERSTANDING THAT: "
-"<placeholder-1/>"
-msgstr ""
-"DOCUMENT AND MODIFIED VERSIONS OF THE DOCUMENT ARE PROVIDED UNDER THE TERMS "
-"OF THE GNU FREE DOCUMENTATION LICENCE WITH THE FURTHER UNDERSTANDING THAT: "
-"<placeholder-1/>"
-
-#: ../C/invest-applet.xml:61(surname)
-msgid "MATE Documentation Team"
-msgstr "MATE Documentation Team"
-
-#: ../C/invest-applet.xml:64(firstname)
-msgid "Terrence"
-msgstr "Terrence"
-
-#: ../C/invest-applet.xml:65(surname)
-msgid "Hall"
-msgstr "Hall"
-
-#: ../C/invest-applet.xml:66(email)
-
-#: ../C/invest-applet.xml:90(para)
-msgid "Google Highly Open Participation Project"
-msgstr "Google Highly Open Participation Project"
-
-#: ../C/invest-applet.xml:95(releaseinfo)
-msgid "This manual describes version 2.20.0 of Invest."
-msgstr "This manual describes version 2.20.0 of Invest."
-
-#: ../C/invest-applet.xml:99(title)
-msgid "Feedback"
-msgstr "Feedback"
-
-#: ../C/invest-applet.xml:100(para)
-msgid ""
-"To report a bug or make a suggestion regarding the Invest application or "
-"this manual, follow the directions in the <ulink url=\"help:mate-feedback"
-"\" type=\"help\">MATE Feedback Page</ulink>."
-msgstr ""
-"To report a bug or make a suggestion regarding the <application>Invest</"
-"application> application or this manual, follow the directions in the <ulink "
-"url=\"help:mate-feedback\" type=\"help\">MATE Feedback Page</ulink>."
-
-#: ../C/invest-applet.xml:109(para)
-msgid "User manual for Invest"
-msgstr "User manual for Invest"
-
-#: ../C/invest-applet.xml:116(primary)
-msgid "Invest"
-msgstr "Invest"
-
-#: ../C/invest-applet.xml:119(primary)
-msgid "invest-applet"
-msgstr "invest-applet"
-
-#: ../C/invest-applet.xml:126(title)
-msgid "Introduction"
-msgstr "Introduction"
-
-#: ../C/invest-applet.xml:128(para)
-msgid ""
-"The <application>Invest</application> MATE panel applet downloads current "
-"stock quotes from Yahoo! Finance and displays the quotes in a drop-down list."
-msgstr ""
-"The <application>Invest</application> MATE panel applet downloads current "
-"stock quotes from Yahoo! Finance and displays the quotes in a drop-down list."
-
-#: ../C/invest-applet.xml:131(para)
-msgid ""
-"<application>Invest</application> displays the following information for "
-"each stock symbol that is defined in the applet preferences:"
-msgstr ""
-"<application>Invest</application> displays the following information for "
-"each stock symbol that is defined in the applet preferences:"
-
-#: ../C/invest-applet.xml:138(para)
-msgid "The stock symbol that represents a company"
-msgstr "The stock symbol that represents a company"
-
-#: ../C/invest-applet.xml:143(para)
-msgid "The current share price quote (delayed 15 minutes)"
-msgstr "The current share price quote (delayed 15 minutes)"
-
-#: ../C/invest-applet.xml:149(para)
-msgid "The change in the stock price over the last day."
-msgstr "The change in the stock price over the last day."
-
-#: ../C/invest-applet.xml:154(para)
-msgid "A graph of recent changes"
-msgstr "A graph of recent changes"
-
-#: ../C/invest-applet.xml:159(para)
-msgid "The amount of the increase or decrease in the price since purchase"
-msgstr "The amount of the increase or decrease in the price since purchase"
-
-#: ../C/invest-applet.xml:167(para)
-msgid "The percentage increase or decrease in the price since purchase"
-msgstr "The percentage increase or decrease in the price since purchase"
-
-#: ../C/invest-applet.xml:176(title)
-msgid "Getting Started"
-msgstr "Getting Started"
-
-#: ../C/invest-applet.xml:181(title)
-msgid "Add Invest to a Panel"
-msgstr "Add Invest to a Panel"
-
-#: ../C/invest-applet.xml:182(para)
-msgid ""
-"To add <application>Invest</application> to a MATE panel, right-click on "
-"the panel, then choose <guilabel>Add to Panel</guilabel>. Select "
-"<application>Invest</application> in the <guilabel>Add to Panel</guilabel> "
-"dialog, then click <guilabel>OK</guilabel>. Click <guilabel>Close</guilabel> "
-"when finished."
-msgstr ""
-"To add <application>Invest</application> to a MATE panel, right-click on "
-"the panel, then choose <guimenuitem>Add to Panel</guimenuitem>. Select "
-"<application>Invest</application> in the <guilabel>Add to Panel</guilabel> "
-"dialogue, then click <guibutton>OK</guibutton>. Click <guibutton>Close</"
-"guibutton> when finished."
-
-#: ../C/invest-applet.xml:185(title)
-msgid "Remove Invest From a Panel"
-msgstr "Remove Invest from a Panel"
-
-#: ../C/invest-applet.xml:186(para)
-msgid ""
-"To remove <application>Invest</application> from a MATE panel, right-click "
-"on the icon, then choose <guilabel>Remove From Panel</guilabel>."
-msgstr ""
-"To remove <application>Invest</application> from a MATE panel, right-click "
-"on the icon, then choose <guimenuitem>Remove From Panel</guimenuitem>."
-
-#: ../C/invest-applet.xml:189(title)
-msgid "More Information"
-msgstr "More Information"
-
-#: ../C/invest-applet.xml:190(para)
-msgid ""
-"More information about the MATE panel can be found in the <ulink url="
-"\"help:user-guide?panels\" type=\"help\">MATE Panel documentation</ulink>."
-msgstr ""
-"More information about the MATE panel can be found in the <ulink url="
-"\"help:user-guide?panels\" type=\"help\">MATE Panel documentation</ulink>."
-
-#: ../C/invest-applet.xml:199(title)
-msgid "Using Invest"
-msgstr "Using Invest"
-
-#: ../C/invest-applet.xml:203(title)
-msgid "Add Company Stock Quotes to the Applet"
-msgstr "Add Company Stock Quotes to the Applet"
-
-#: ../C/invest-applet.xml:205(para)
-msgid ""
-"To add stock symbols to <application>Invest</application>, perform the "
-"following steps:"
-msgstr ""
-"To add stock symbols to <application>Invest</application>, perform the "
-"following steps:"
-
-#: ../C/invest-applet.xml:210(para) ../C/invest-applet.xml:261(para)
-msgid "Right-click on the icon, and select <guilabel>Preferences</guilabel>."
-msgstr ""
-"Right-click on the icon, and select <guimenuitem>Preferences</guimenuitem>."
-
-#: ../C/invest-applet.xml:216(para)
-msgid ""
-"Click <guilabel>Add</guilabel> to add a stock to <application>Invest</"
-"application>."
-msgstr ""
-"Click <guibutton>Add</guibutton> to add a stock to <application>Invest</"
-"application>."
-
-#: ../C/invest-applet.xml:222(para)
-msgid ""
-"The default stock symbol is GOOG. Double-click the stock symbol to change "
-"the listing."
-msgstr ""
-"The default stock symbol is <literal>GOOG</literal>. Double-click the stock "
-"symbol to change the listing."
-
-#: ../C/invest-applet.xml:227(para)
-msgid ""
-"You can also edit the number of shares you own in the stock, the purchase "
-"price and the commission."
-msgstr ""
-"You can also edit the number of shares you own in the stock, the purchase "
-"price and the commission."
-
-#: ../C/invest-applet.xml:233(para)
-msgid ""
-"Click <guilabel>Close</guilabel> when you are finished adding stock symbols."
-msgstr ""
-"Click <guibutton>Close</guibutton> when you are finished adding stock "
-"symbols."
-
-#: ../C/invest-applet.xml:241(title)
-msgid "View Selected Stocks"
-msgstr "View Selected Stocks"
-
-#: ../C/invest-applet.xml:242(para)
-msgid ""
-"To view your selected stocks, click on the <application>Invest</application> "
-"icon on the panel. A list of your stocks will appear. To close the list, "
-"click the icon again."
-msgstr ""
-"To view your selected stocks, click on the <application>Invest</application> "
-"icon on the panel. A list of your stocks will appear. To close the list, "
-"click the icon again."
-
-#: ../C/invest-applet.xml:248(title)
-msgid "Update the Display"
-msgstr "Update the Display"
-
-#: ../C/invest-applet.xml:249(para)
-msgid ""
-"To immediately update the information that is displayed in the applet, right-"
-"click on the applet, then choose <guilabel>Refresh</guilabel>."
-msgstr ""
-"To immediately update the information that is displayed in the applet, right-"
-"click on the applet, then choose <guimenuitem>Refresh</guimenuitem>."
-
-#: ../C/invest-applet.xml:253(title)
-msgid "Remove Company Stock Quotes from the Applet"
-msgstr "Remove Company Stock Quotes from the Applet"
-
-#: ../C/invest-applet.xml:255(para)
-msgid ""
-"To remove stock symbols from <application>Invest</application>, perform the "
-"following steps:"
-msgstr ""
-"To remove stock symbols from <application>Invest</application>, perform the "
-"following steps:"
-
-#: ../C/invest-applet.xml:268(para)
-msgid "Click the row containing the ticker symbol you wish to remove."
-msgstr "Click the row containing the ticker symbol you wish to remove."
-
-#: ../C/invest-applet.xml:273(para)
-msgid "Click <guilabel>Remove</guilabel> to delete the listing."
-msgstr "Click <guibutton>Remove</guibutton> to delete the listing."
-
-#: ../C/invest-applet.xml:279(para)
-msgid "Click <guilabel>Close</guilabel> when you are finished."
-msgstr "Click <guibutton>Close</guibutton> when you are finished."
-
-#: ../C/invest-applet.xml:287(title)
-msgid "Chart Options"
-msgstr "Chart Options"
-
-#: ../C/invest-applet.xml:288(para)
-msgid ""
-"To use the financial charts, view the list of selected stocks, and double-"
-"click the stock that you wish to chart. The chart parameters can be "
-"customized by clicking <guilabel>Options</guilabel>."
-msgstr ""
-"To use the financial charts, view the list of selected stocks, and double-"
-"click the stock that you wish to chart. The chart parameters can be "
-"customised by clicking <guilabel>Options</guilabel>."
-
-#: ../C/invest-applet.xml:291(title)
-msgid "Date Range"
-msgstr "Date Range"
-
-#: ../C/invest-applet.xml:292(para)
-msgid ""
-"The date range, in the top-right corner of the window, selects the length of "
-"time to report on. By default it gives one day of data, but it can be "
-"extended out to three years."
-msgstr ""
-"The date range, in the top-right corner of the window, selects the length of "
-"time to report on. By default it gives one day of data, but it can be "
-"extended out to three years."
-
-#: ../C/invest-applet.xml:300(title)
-msgid "Graph Style"
-msgstr "Graph Style"
-
-#: ../C/invest-applet.xml:301(para)
-msgid ""
-"Historical price information can be graphed in three different ways. You can "
-"select a line chart, bar chart, or candlestick chart."
-msgstr ""
-"Historical price information can be graphed in three different ways. You can "
-"select a line chart, bar chart, or candlestick chart."
-
-#: ../C/invest-applet.xml:308(guilabel)
-msgid "Line Chart"
-msgstr "Line Chart"
-
-#: ../C/invest-applet.xml:310(para)
-msgid ""
-"This is the default option. This graphs the historical price information in "
-"a familiar manner, connecting each day's closing price in a with a single "
-"line for each stock. Line charts for graphing stock prices are useful if an "
-"analyst is interested only in a share's closing price each time."
-msgstr ""
-"This is the default option. This graphs the historical price information in "
-"a familiar manner, connecting each day's closing price in a with a single "
-"line for each stock. Line charts for graphing stock prices are useful if an "
-"analyst is interested only in a share's closing price each time."
-
-#: ../C/invest-applet.xml:314(guilabel)
-msgid "Bar Chart"
-msgstr "Bar Chart"
-
-#: ../C/invest-applet.xml:317(para)
-msgid ""
-"A bar chart represents a full day's activity with a single vertical bar.Tthe "
-"top of the vertical line indicates the highest price a security traded at "
-"during the day, and the bottom represents the lowest price. The closing "
-"price is displayed on the right side of the bar, and the opening price is "
-"shown on the left side of the bar. One bar represents one day of trading."
-msgstr ""
-"A bar chart represents a full day's activity with a single vertical bar.Tthe "
-"top of the vertical line indicates the highest price a security traded at "
-"during the day, and the bottom represents the lowest price. The closing "
-"price is displayed on the right side of the bar, and the opening price is "
-"shown on the left side of the bar. One bar represents one day of trading."
-
-#: ../C/invest-applet.xml:321(guilabel)
-msgid "Candlestick Chart"
-msgstr "Candlestick Chart"
-
-#: ../C/invest-applet.xml:323(para)
-msgid ""
-"A bar chart in which the open and close prices are represented as the top "
-"and bottom of a rectangle surrounding a vertical line connecting the high "
-"and low prices. The body of the rectangle is filled if the closing price is "
-"lower than the opening price and is left blank if the closing price is "
-"higher than the opening price."
-msgstr ""
-"A bar chart in which the open and close prices are represented as the top "
-"and bottom of a rectangle surrounding a vertical line connecting the high "
-"and low prices. The body of the rectangle is filled if the closing price is "
-"lower than the opening price and is left blank if the closing price is "
-"higher than the opening price."
-
-#: ../C/invest-applet.xml:329(title)
-msgid "Moving Average"
-msgstr "Moving Average"
-
-#: ../C/invest-applet.xml:330(para)
-msgid ""
-"A moving average is a statistical series of a security's closing prices "
-"throughout consecutive trading days. It is typically shown in the same graph "
-"as a line chart to indicate trends in share prices."
-msgstr ""
-"A moving average is a statistical series of a security's closing prices "
-"throughout consecutive trading days. It is typically shown in the same graph "
-"as a line chart to indicate trends in share prices."
-
-#: ../C/invest-applet.xml:336(title)
-msgid "Exponential Moving Average"
-msgstr "Exponential Moving Average"
-
-#: ../C/invest-applet.xml:337(para)
-msgid ""
-"The exponential moving average (EMA) is defined as a moving average "
-"calculated by weighting recent values more heavily than older values. This "
-"type of moving average reacts faster to recent price changes than a simple "
-"moving average. The 12- and 26-day EMAs are popular short-term averages, "
-"while EMAs greater than 50 days are used to signal long-term trends."
-msgstr ""
-"The exponential moving average (EMA) is defined as a moving average "
-"calculated by weighting recent values more heavily than older values. This "
-"type of moving average reacts faster to recent price changes than a simple "
-"moving average. The 12- and 26-day EMAs are popular short-term averages, "
-"while EMAs greater than 50 days are used to signal long-term trends."
-
-#: ../C/invest-applet.xml:342(title)
-msgid "Overlays"
-msgstr "Overlays"
-
-#: ../C/invest-applet.xml:344(para)
-msgid ""
-"Overlays allow you to graph multiple statistical measurements onto a single "
-"chart. For example, you can compare the performance of a single stock "
-"against that of an index such as the NASDAQ or the DJIA."
-msgstr ""
-"Overlays allow you to graph multiple statistical measurements onto a single "
-"chart. For example, you can compare the performance of a single stock "
-"against that of an index such as the NASDAQ or the DJIA."
-
-#: ../C/invest-applet.xml:349(title)
-msgid "Indicators"
-msgstr "Indicators"
-
-#: ../C/invest-applet.xml:350(para)
-msgid ""
-"Indicators are used to attempt to predict future financial trends. Proper "
-"use of market indicators is beyond the scope of the Invest manual."
-msgstr ""
-"Indicators are used to attempt to predict future financial trends. Proper "
-"use of market indicators is beyond the scope of the Invest manual."
-
-#. Put one translator per line, in the form of NAME <EMAIL>, YEAR1, YEAR2.
-#: ../C/invest-applet.xml:0(None)
-msgid "translator-credits"
-msgstr "Philip Withnall <[email protected]>, 2009"
diff --git a/invest-applet/docs/es/es.po b/invest-applet/docs/es/es.po
deleted file mode 100644
index 31dc96c1..00000000
--- a/invest-applet/docs/es/es.po
+++ /dev/null
@@ -1,938 +0,0 @@
-# translation of invest.HEAD.po to Español
-# Jorge González <[email protected]>, 2008, 2010.
-#
-msgid ""
-msgstr ""
-"Project-Id-Version: invest.master\n"
-"POT-Creation-Date: 2010-08-24 14:51+0000\n"
-"PO-Revision-Date: 2010-08-29 18:47+0200\n"
-"Last-Translator: Jorge González <[email protected]>\n"
-"Language-Team: Español <[email protected]>\n"
-"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=UTF-8\n"
-"Content-Transfer-Encoding: 8bit\n"
-"X-Generator: KBabel 1.11.4\n"
-"Plural-Forms: nplurals=2; plural=(n != 1);\n"
-
-#. When image changes, this message will be marked fuzzy or untranslated for you.
-#. It doesn't matter what you translate it to: it's not used at all.
-#: C/invest-applet.xml:260(None)
-#| msgid ""
-#| "@@image: '../symbol-search.png'; md5=62e15b75f1fa48a5fc72034142fb6276"
-msgid ""
-"@@image: 'figures/symbol-search.png'; md5=62e15b75f1fa48a5fc72034142fb6276"
-msgstr ""
-"@@image: 'figures/symbol-search.png'; md5=62e15b75f1fa48a5fc72034142fb6276"
-
-#: C/invest-applet.xml:26(title)
-msgid "Invest Manual"
-msgstr "Manual de Inversiones"
-
-#: C/invest-applet.xml:29(year)
-msgid "2004"
-msgstr "2004"
-
-#: C/invest-applet.xml:30(year)
-msgid "2005"
-msgstr "2005"
-
-#: C/invest-applet.xml:31(holder)
-msgid "Raphael Slinckx"
-msgstr "Raphael Slinckx"
-
-#: C/invest-applet.xml:34(year)
-msgid "2007"
-msgstr "2007"
-
-#: C/invest-applet.xml:35(holder)
-msgid "Terrence Hall"
-msgstr "Terrence Hall"
-
-#: C/invest-applet.xml:38(year)
-msgid "2010"
-msgstr "2010"
-
-#: C/invest-applet.xml:39(holder)
-msgid "Enrico Minack"
-msgstr "Enrico Minack"
-
-#: C/invest-applet.xml:52(publishername)
-msgid "MATE Documentation Project"
-msgstr "Proyecto de documentación de MATE"
-
-#: C/invest-applet.xml:2(para)
-msgid ""
-"Permission is granted to copy, distribute and/or modify this document under "
-"the terms of the GNU Free Documentation License (GFDL), Version 1.1 or any "
-"later version published by the Free Software Foundation with no Invariant "
-"Sections, no Front-Cover Texts, and no Back-Cover Texts. You can find a copy "
-"of the GFDL at this <ulink type=\"help\" url=\"help:fdl\">link</ulink> or "
-"in the file COPYING-DOCS distributed with this manual."
-msgstr ""
-"Se concede autorización para copiar, distribuir o modificar este documento "
-"según los términos de la GFDL (GNU Free Documentation License), Versión 1.1, "
-"o cualquier otra versión posterior publicada por Free Software Foundation "
-"sin secciones invariables, textos de portada ni textos de contraportada. "
-"Podrá encontrar una copia de la GFDL en este <ulink type=\"help\" url=\"help:fdl\""
-">enlace</ulink> o en el archivo COPYING-DOCS distribuido con "
-"este manual."
-
-#: C/invest-applet.xml:12(para)
-msgid ""
-"This manual is part of a collection of MATE manuals distributed under the "
-"GFDL. If you want to distribute this manual separately from the collection, "
-"you can do so by adding a copy of the license to the manual, as described in "
-"section 6 of the license."
-msgstr ""
-"Este manual es parte de la colección de manuales MATE distribuidos bajo el "
-"GFDL. Si quiere distribuir este manual separadamente de la colección, puede "
-"hacerlo añadiendo una copia de la licencia al manual, como está descrito en "
-"la sección 6 de la licencia."
-
-#: C/invest-applet.xml:19(para)
-msgid ""
-"Many of the names used by companies to distinguish their products and "
-"services are claimed as trademarks. Where those names appear in any MATE "
-"documentation, and the members of the MATE Documentation Project are made "
-"aware of those trademarks, then the names are in capital letters or initial "
-"capital letters."
-msgstr ""
-"Muchos de los nombres usados por empresas para distinguir sus productos y "
-"servicios se mencionan como marcas comerciales. Donde aparezcan dichos "
-"nombres en cualquier documentación MATE,y para que los miembros del "
-"proyecto de documentación reconozcan dichas marcas comerciales, dichos "
-"nombres se imprimen en mayúsculas o iniciales mayúsculas."
-
-#: C/invest-applet.xml:35(para)
-msgid ""
-"DOCUMENT IS PROVIDED ON AN \"AS IS\" BASIS, WITHOUT WARRANTY OF ANY KIND, "
-"EITHER EXPRESSED OR IMPLIED, INCLUDING, WITHOUT LIMITATION, WARRANTIES THAT "
-"THE DOCUMENT OR MODIFIED VERSION OF THE DOCUMENT IS FREE OF DEFECTS "
-"MERCHANTABLE, FIT FOR A PARTICULAR PURPOSE OR NON-INFRINGING. THE ENTIRE "
-"RISK AS TO THE QUALITY, ACCURACY, AND PERFORMANCE OF THE DOCUMENT OR "
-"MODIFIED VERSION OF THE DOCUMENT IS WITH YOU. SHOULD ANY DOCUMENT OR "
-"MODIFIED VERSION PROVE DEFECTIVE IN ANY RESPECT, YOU (NOT THE INITIAL "
-"WRITER, AUTHOR OR ANY CONTRIBUTOR) ASSUME THE COST OF ANY NECESSARY "
-"SERVICING, REPAIR OR CORRECTION. THIS DISCLAIMER OF WARRANTY CONSTITUTES AN "
-"ESSENTIAL PART OF THIS LICENSE. NO USE OF ANY DOCUMENT OR MODIFIED VERSION "
-"OF THE DOCUMENT IS AUTHORIZED HEREUNDER EXCEPT UNDER THIS DISCLAIMER; AND"
-msgstr ""
-"EL DOCUMENTO SE PROPORCIONA \\\"TAL CUAL\\\", SIN GARANTÍA DE NINGÚN TIPO, "
-"NI EXPLÍCITA NI IMPLÍCITA INCLUYENDO, SIN LIMITACIÓN, GARANTÍA DE QUE EL "
-"DOCUMENTO O VERSIÓN MODIFICADA DE ÉSTE CAREZCA DE DEFECTOS COMERCIALES, SEA "
-"ADECUADO A UN FIN CONCRETO O INCUMPLA ALGUNA NORMATIVA. TODO EL RIESGO "
-"RELATIVO A LA CALIDAD, PRECISIÓN Y UTILIDAD DEL DOCUMENTO O SU VERSIÓN "
-"MODIFICADA RECAE EN USTED. SI CUALQUIER DOCUMENTO O VERSIÓN MODIFICADA DE "
-"AQUÉL RESULTARA DEFECTUOSO EN CUALQUIER ASPECTO, USTED (Y NO EL REDACTOR "
-"INICIAL, AUTOR O CONTRIBUYENTE) ASUMIRÁ LOS COSTES DE TODA REPARACIÓN, "
-"MANTENIMIENTO O CORRECCIÓN NECESARIOS. ESTA RENUNCIA DE GARANTÍA ES UNA "
-"PARTE ESENCIAL DE ESTA LICENCIA. NO SE AUTORIZA EL USO DE NINGÚN DOCUMENTO "
-"NI VERSIÓN MODIFICADA DE ÉSTE POR EL PRESENTE, SALVO DENTRO DEL CUMPLIMIENTO "
-"DE LA RENUNCIA;Y"
-
-#: C/invest-applet.xml:55(para)
-msgid ""
-"UNDER NO CIRCUMSTANCES AND UNDER NO LEGAL THEORY, WHETHER IN TORT (INCLUDING "
-"NEGLIGENCE), CONTRACT, OR OTHERWISE, SHALL THE AUTHOR, INITIAL WRITER, ANY "
-"CONTRIBUTOR, OR ANY DISTRIBUTOR OF THE DOCUMENT OR MODIFIED VERSION OF THE "
-"DOCUMENT, OR ANY SUPPLIER OF ANY OF SUCH PARTIES, BE LIABLE TO ANY PERSON "
-"FOR ANY DIRECT, INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES OF "
-"ANY CHARACTER INCLUDING, WITHOUT LIMITATION, DAMAGES FOR LOSS OF GOODWILL, "
-"WORK STOPPAGE, COMPUTER FAILURE OR MALFUNCTION, OR ANY AND ALL OTHER DAMAGES "
-"OR LOSSES ARISING OUT OF OR RELATING TO USE OF THE DOCUMENT AND MODIFIED "
-"VERSIONS OF THE DOCUMENT, EVEN IF SUCH PARTY SHALL HAVE BEEN INFORMED OF THE "
-"POSSIBILITY OF SUCH DAMAGES."
-msgstr ""
-"BAJO NINGUNA CIRCUNSTANCIA NI BAJO NINGUNA TEORÍA LEGAL, SEA POR ERROR "
-"(INCLUYENDO NEGLIGENCIA), CONTRATO O DE ALGÚN OTRO MODO, EL AUTOR, EL "
-"ESCRITOR INICIAL, CUALQUIER CONTRIBUIDOR, O CUALQUIER DISTRIBUIDOR DEL "
-"DOCUMENTO O VERSIÓN MODIFICADA DEL DOCUMENTO, O CUALQUIER PROVEEDOR DE "
-"CUALQUIERA DE ESAS PARTES, SERÁ RESPONSABLE ANTE NINGUNA PERSONA POR NINGÚN "
-"DAÑO DIRECTO, INDIRECTO, ESPECIAL, INCIDENTAL O DERIVADO DE NINGÚN TIPO, "
-"INCLUYENDO, SIN LIMITACIÓN DAÑOS POR PÉRDIDA DE MERCANCÍAS, PARO TÉCNICO, "
-"FALLO INFORMÁTICO O MAL FUNCIONAMIENTO O CUALQUIER OTRO POSIBLE DAÑO O "
-"PÉRDIDAS DERIVADAS O RELACIONADAS CON EL USO DEL DOCUMENTO O SUS VERSIONES "
-"MODIFICADAS, AUNQUE DICHA PARTE HAYA SIDO INFORMADA DE LA POSIBILIDAD DE QUE "
-"SE PRODUJESEN DICHOS DAÑOS."
-
-#: C/invest-applet.xml:28(para)
-msgid ""
-"DOCUMENT AND MODIFIED VERSIONS OF THE DOCUMENT ARE PROVIDED UNDER THE TERMS "
-"OF THE GNU FREE DOCUMENTATION LICENSE WITH THE FURTHER UNDERSTANDING THAT: "
-"<placeholder-1/>"
-msgstr ""
-"EL DOCUMENTO Y VERSIONES MODIFICADAS SE PROPORCIONAN BAJO LOS TÉRMINOS DE LA "
-"LICENCIA LIBRE DE DOCUMENTACIÓN DE GNU Y TENIENDO EN CUENTA QUE: "
-"<placeholder-1/>"
-
-#: C/invest-applet.xml:63(surname)
-msgid "MATE Documentation Team"
-msgstr "Proyecto de documentación de MATE"
-
-#: C/invest-applet.xml:66(firstname)
-msgid "Terrence"
-msgstr "Terrence"
-
-#: C/invest-applet.xml:67(surname)
-msgid "Hall"
-msgstr "Hall"
-
-#: C/invest-applet.xml:68(email)
-
-#: C/invest-applet.xml:71(firstname)
-msgid "Enrico"
-msgstr "Enrico"
-
-#: C/invest-applet.xml:72(surname)
-msgid "Minack"
-msgstr "Minack"
-
-#: C/invest-applet.xml:73(email)
-
-#: C/invest-applet.xml:98(releaseinfo)
-msgid "This manual describes version 2.32.0 of Invest."
-msgstr "Este manual describe la versión 2.32.0 de Inversiones."
-
-#: C/invest-applet.xml:102(title)
-msgid "Feedback"
-msgstr "Comentarios"
-
-#: C/invest-applet.xml:103(para)
-msgid ""
-"To report a bug or make a suggestion regarding the Invest application or "
-"this manual, follow the directions in the <ulink url=\"help:mate-feedback"
-"\" type=\"help\">MATE Feedback Page</ulink>."
-msgstr ""
-"Para informar de un fallo, o hacer alguna sugerencia concerniente a la "
-"miniaplicación Inversiones, o este manual, siga las instrucciones en la "
-"<ulink url=\"help:mate-feedback\" type=\"help\">página de comentarios de "
-"MATE</ulink>."
-
-#: C/invest-applet.xml:112(para)
-msgid "User manual for Invest"
-msgstr "Manual de usuario para Inversiones"
-
-#: C/invest-applet.xml:119(primary)
-msgid "Invest"
-msgstr "Inversiones"
-
-#: C/invest-applet.xml:122(primary)
-msgid "invest-applet"
-msgstr "invest-applet"
-
-#: C/invest-applet.xml:129(title)
-msgid "Introduction"
-msgstr "Introducción"
-
-#: C/invest-applet.xml:131(para)
-msgid ""
-"The <application>Invest</application> MATE panel applet downloads current "
-"quotes for stocks, stock indices, currencies and precious metals. Quotes are "
-"downloaded from <ulink url=\"http://finance.yahoo.com\">Yahoo! Finance</"
-"ulink> and are displayed in a drop-down list."
-msgstr ""
-"La miniaplicación del panel de MATE <application>Inversiones</application> "
-"descarga los valores de los índices de bolsa, divisas y metales preciosos. "
-"Los valores se descargan de <ulink url=\"http://finance.yahoo.com\">Yahoo! "
-"Finance</ulink> y se muestran en una lista desplegable."
-
-#: C/invest-applet.xml:134(para)
-msgid "<application>Invest</application> provides the following features:"
-msgstr ""
-"<application>Inversiones</application> proporciona las siguientes "
-"características:"
-
-#: C/invest-applet.xml:139(para)
-msgid ""
-"Retrieve quotes for any stock, stock index, currency or precious metal known "
-"by <ulink url=\"http://finance.yahoo.com\">Yahoo! Finance</ulink>"
-msgstr ""
-"Obtener el valor de cualquier acción, índice, divisa o metal precioso "
-"conocido por <ulink url=\"http://finance.yahoo.com\">Yahoo! Finance</ulink>"
-
-#: C/invest-applet.xml:144(para)
-msgid "Quotes are automatically updated every 15 minutes"
-msgstr "Los valores se actualizan automáticamente cada 15 minutos"
-
-#: C/invest-applet.xml:149(para)
-msgid ""
-"The current price, today's change, and a chart of today's changes are "
-"displayed"
-msgstr ""
-"Se muestra el precio actual, el cambio de hoy y una gráfica con los cambios "
-"del día"
-
-#: C/invest-applet.xml:154(para)
-msgid ""
-"The currency of the quote is displayed, and if configured, automatically "
-"translated into a target currency"
-msgstr ""
-"La divisa en la que se muestra el valor y, si está configurado, "
-"automáticamente lo cambia a otra divisa"
-
-#: C/invest-applet.xml:159(para)
-msgid ""
-"The amount of the increase or decrease in the price since purchase, also "
-"translatable into the target currency"
-msgstr ""
-"La cantidad ganada o perdida en el precio desde su compra, que también es "
-"posible obtenerla en otra divisa"
-
-#: C/invest-applet.xml:164(para)
-msgid "The percentage increase or decrease in the price since purchase"
-msgstr "El porcentaje de ganancia o pérdida sobre el precio desde su compra"
-
-#: C/invest-applet.xml:173(title)
-msgid "Getting Started"
-msgstr "Inicio"
-
-#: C/invest-applet.xml:178(title)
-msgid "Add Invest to a Panel"
-msgstr "Añadir Inversiones al panel"
-
-#: C/invest-applet.xml:179(para)
-msgid ""
-"To add <application>Invest</application> to a MATE panel, right-click on "
-"the panel, then choose <guilabel>Add to Panel</guilabel>. Select "
-"<application>Invest</application> in the <guilabel>Add to Panel</guilabel> "
-"dialog, then click <guilabel>OK</guilabel>. Click <guilabel>Close</guilabel> "
-"when finished."
-msgstr ""
-"Para añadir <application>Inversiones</application> a un panel de MATE, "
-"pulse con el botón derecho en el panel, después elija <guilabel>Añadir al "
-"panel...</guilabel>. Seleccione <application>Inversiones</application> en el "
-"diálogo <guilabel>Añadir al panel</guilabel>, después pulse "
-"<guilabel>Aceptar</guilabel>. Pulse <guilabel>Cerrar</guilabel> cuanbdo haya "
-"terminado."
-
-#: C/invest-applet.xml:182(title)
-msgid "Remove Invest From a Panel"
-msgstr "Quitar Inversiones de un panel"
-
-#: C/invest-applet.xml:183(para)
-msgid ""
-"To remove <application>Invest</application> from a MATE panel, right-click "
-"on the icon, then choose <guilabel>Remove From Panel</guilabel>."
-msgstr ""
-"Para quitar <application>Inversiones</application> de un panel de MATE, "
-"pulse con el botón derecho del ratón sobre el icono, después elija "
-"<guilabel>Quitar del panel</guilabel>."
-
-#: C/invest-applet.xml:186(title)
-msgid "More Information"
-msgstr "Más información"
-
-#: C/invest-applet.xml:187(para)
-msgid ""
-"More information about the MATE panel can be found in the <ulink url="
-"\"help:user-guide?panels\" type=\"help\">MATE Panel documentation</ulink>."
-msgstr ""
-"Se puede encontrar más información acerca del panel de MATE en la <ulink "
-"url=\"help:user-guide?panels\" type=\"help\">documentación del Panel de "
-"MATE</ulink>"
-
-#: C/invest-applet.xml:196(title)
-msgid "Using Invest"
-msgstr "Usar Inversiones"
-
-#: C/invest-applet.xml:197(para)
-msgid ""
-"Before the applet can provide you with recent quotes, you have to configure "
-"it. Quotes can come from different stock exchange centers around the world, "
-"so the prices can have different currencies. The automatic translation of "
-"currencies can be configured, as well as the translation of your purchases "
-"done in different countries. Finally, charts are available for each of your "
-"configured quote."
-msgstr ""
-"Antes de que la miniaplicación pueda proporcionarle valores actuales, debe "
-"configurarla. Los valores pueden provenir de diferentes bolsas de valores en "
-"todo el mundo, de forma que los precios pueden estar en diferentes divisas. "
-"Se puede configurar un cambio automático entre divisas, así como el cambio "
-"de sus compras en diferentes países. Por último, las gráficas están "
-"disponibles para cada valor configurado."
-
-#: C/invest-applet.xml:206(title)
-msgid "Configure your Quotes"
-msgstr "Configurar sus valores"
-
-#: C/invest-applet.xml:210(title)
-msgid "Add New Quotes to the Applet"
-msgstr "Añadir valores nuevas a la miniaplicación"
-
-#: C/invest-applet.xml:212(para)
-#| msgid ""
-#| "To add stock symbols to <application>Invest</application>, perform the "
-#| "following steps:"
-msgid ""
-"To add new quotes to <application>Invest</application>, perform the "
-"following steps:"
-msgstr ""
-"Para añadir nuevos valores en <application>Inversiones</application>, "
-"realice los siguientes pasos:"
-
-#: C/invest-applet.xml:217(para) C/invest-applet.xml:324(para)
-#: C/invest-applet.xml:355(para)
-msgid "Right-click on the icon, and select <guilabel>Preferences</guilabel>."
-msgstr ""
-"Pulse con el botón derecho sobre el icono y seleccione "
-"<guilabel>Preferencias</guilabel>."
-
-#: C/invest-applet.xml:222(para)
-#| msgid ""
-#| "Click <guilabel>Add</guilabel> to add a stock to <application>Invest</"
-#| "application>."
-msgid ""
-"Click <guilabel>Add</guilabel> to add a quote to <application>Invest</"
-"application>."
-msgstr ""
-"Pulse <guilabel>Añadir</guilabel> para añadir un valor en "
-"<application>Inversiones</application>."
-
-#: C/invest-applet.xml:227(para)
-msgid ""
-"The default quote is GOOG. It is initially selected for editing so that you "
-"can instantly change it. Enter the <guilabel>Symbol</guilabel> of the quote "
-"here. If you do not know the symbol of your desired quote, see below."
-msgstr ""
-"El valor predeterminado es GOOG. Está seleccionado inicialmente para ser "
-"editado, de tal forma que pueda cambiarlo instantáneamente. Introduzca el "
-"<guilabel>Símbolo</guilabel> aquí. Si no conoce el símbolo del valor "
-"deseado, consulte más abajo."
-
-#: C/invest-applet.xml:234(para)
-msgid ""
-"Then, click on the <guilabel>Label</guilabel> of the quote and type its "
-"proper name."
-msgstr ""
-"Después, pulse en la <guilabel>Etiqueta</guilabel> del valor y escriba su "
-"nombre."
-
-#: C/invest-applet.xml:239(para)
-#| msgid ""
-#| "You can also edit the number of shares you own in the stock, the purchase "
-#| "price and the commission."
-msgid ""
-"You can also edit the number of shares you own, the purchase price and the "
-"commission."
-msgstr ""
-"También puede introducir el número de las acciones que posee de ese valor, "
-"el precio de compra y la comisión."
-
-#: C/invest-applet.xml:244(para)
-#| msgid ""
-#| "Click <guilabel>Close</guilabel> when you are finished adding stock "
-#| "symbols."
-msgid "Click <guilabel>Close</guilabel> when you are finished adding quotes."
-msgstr ""
-"Pulse <guilabel>Cerrar</guilabel> cuando haya terminado de añadir valores."
-
-#: C/invest-applet.xml:249(para)
-msgid ""
-"If you do not know the actual symbol of your quote, go to <ulink url="
-"\"http://finance.yahoo.com/\">http://finance.yahoo.com/</ulink>. Enter the "
-"name of the quote in the text field in the upper-left corner of the screen. "
-"While typing, it will list you matching quotes. The first column depicts the "
-"symbol of the quote, the second column shows the name, and in the third "
-"column, the stock exchange of the quote is listed. The currency of the quote "
-"may vary among different stock exchange centers, depending on their "
-"respective countries. Below, you can see a screenshot of searching for the "
-"\"yahoo\" quote."
-msgstr ""
-"No si conoce el símbolo actual de su valor, vaya a <ulink url=\"http://"
-"finance.yahoo.com/\">http://finance.yahoo.com/</ulink>. Introduzca el nombre "
-"del valor en el campo de texto en la esquina superior izquierda de la "
-"pantalla. Al escribir, listará los valores coincidentes. La primera columna "
-"describe el símbolo del valor, la segunda columna muestra el nombre y la "
-"tercera columna, el valor de bolsa del valor listado. La divisa del valor "
-"puede variar a lo largo de diferentes bolsas de valores, dependiendo de sus "
-"respectivos países. Debajo, puede ver una captura de pantalla de la búsqueda "
-"para el valor «yahoo»."
-
-#: C/invest-applet.xml:258(para)
-msgid "<placeholder-1/> Screenshot of Yahoo! Finance when searching a quote."
-msgstr ""
-"<placeholder-1/> Captura de pantalla de Yahoo! Finance al buscar un valor."
-
-#: C/invest-applet.xml:265(para)
-msgid ""
-"Invest supports all quotes that can be found at <ulink url=\"http://finance."
-"yahoo.com/\">Yahoo! Finance</ulink>. In particular, these are of the "
-"following type."
-msgstr ""
-"Invest soporta todos los valores que se pueden encontrar en <ulink url="
-"\"http://finance.yahoo.com/\">Yahoo! Finance</ulink>. En particular, éstos "
-"son de los siguientes tipos."
-
-#: C/invest-applet.xml:270(title)
-msgid "Stocks, Bonds and Securities"
-msgstr "Valores, bonos y capital social"
-
-#: C/invest-applet.xml:271(para)
-msgid ""
-"These are the majority of quotes that are available. Search or browse on "
-"<ulink url=\"http://finance.yahoo.com/\">Yahoo! Finance</ulink> to find out "
-"what is there."
-msgstr ""
-"Estos son la mayoría de los valores disponibles. Busque o examine en <ulink "
-"url=\"http://finance.yahoo.com/\">Yahoo! Finance</ulink> para encontrar qué "
-"hay allí."
-
-#: C/invest-applet.xml:276(title)
-msgid "Stock Indices"
-msgstr "Índices de valores"
-
-#: C/invest-applet.xml:277(para)
-msgid ""
-"All quotes that start with an ^ are actually indices, a quote that "
-"represents a number of other quotes' performance. Examples are the Dow Jones "
-"Industrial Average (<ulink url=\"http://finance.yahoo.com/q?s=^DJI\">^DJI</"
-"ulink>) and the NASDAQ Composite (<ulink url=\"http://finance.yahoo.com/q?"
-"s=^IXIC\">^IXIC</ulink>)."
-msgstr ""
-"Todos los valores que comienzan con un ^ son en realidad índices, un valor "
-"que representa un número del rendimiento de otros valores. Los ejemplos son "
-"la Media Industrial del Dow Jones (<ulink url=\"http://finance.yahoo.com/q?"
-"s=^DJI\">^DJI</ulink>) y el NASDAQ Composite (<ulink url=\"http://finance."
-"yahoo.com/q?s=^IXIC\">^IXIC</ulink>)."
-
-#: C/invest-applet.xml:283(title)
-msgid "Currencie rates"
-msgstr "Tasas de divisas"
-
-#: C/invest-applet.xml:284(para)
-msgid ""
-"Exchange rates between any two currencies are also available. The respective "
-"symbol is constructured as follows. Currency AAA in currency BBB, or in "
-"other words, how much does currency AAA cost in currency BBB, has the symbol "
-"AAABBB=X. If you want to know how much EUR you get for one USD (how much "
-"does one USD cost in EUR), you choose <ulink url=\"http://finance.yahoo.com/"
-"q?s=usdeur%3DX\">USDEUR=X</ulink>. You can find more information at the "
-"<ulink url=\"http://finance.yahoo.com/currency-investing\">currency page of "
-"Yahoo! Finance</ulink>. Currencies are represented using their <ulink url="
-"\"http://en.wikipedia.org/wiki/Currency_code\">ISO 4217 currency code</"
-"ulink>."
-msgstr ""
-"También están disponibles las tasas de cambio entre dos divisas. El símbolo "
-"correspondiente se construye tal y como sigue. La divisa AAA en la divisa "
-"BBB, o en otras palabras, cuánto cuesta la divisa AAA en la divisa BBB, "
-"tiene el símbolo AAABBB=X. Si quiere saber cuántos EUR puede obtener por un "
-"USD (cuánto cuesta un USD en EUR), elija <ulink url=\"http://finance.yahoo."
-"com/q?s=usdeur%3DX\">USDEUR=X</ulink>. Puede encontrar más información en "
-"la <ulink url=\"http://finance.yahoo.com/currency-investing\">página de "
-"divisas de Yahoo! Finance</ulink>. Las divisas se representan usando su "
-"<ulink url=\"http://en.wikipedia.org/wiki/Currency_code\">código de divisa "
-"ISO 4217</ulink>."
-
-#: C/invest-applet.xml:293(title)
-msgid "Precious Metals"
-msgstr "Metales preciosos"
-
-#: C/invest-applet.xml:294(para)
-msgid ""
-"The <ulink url=\"http://en.wikipedia.org/wiki/Currency_code\">ISO 4217 "
-"currency code</ulink> also lists precious metals as currencies. These are "
-"Gold, Silver, Palladium and Platinum. Their currency code starts with X, "
-"followed by their chemical symbol: XAU, XAG, XPD, and XPT, respectively. "
-"With those currency codes, the rate of precious metals in any currency are "
-"available via the currency rates described above. To give an example, Gold "
-"in USD has the symbol <ulink url=\"http://finance.yahoo.com/q?s=XAUUSD%3DX"
-"\">XAUUSD=X</ulink>. You can even get the reverse (<ulink url=\"http://"
-"finance.yahoo.com/q?s=USDXAU%3DX\">USDXAU=X</ulink>): how much Gold measured "
-"in troy ounce do you get for one USD?"
-msgstr ""
-"El <ulink url=\"http://en.wikipedia.org/wiki/Currency_code\">código de "
-"divisas ISO 4217</ulink> también lista metales preciosos como divisas. Estos "
-"son, oro, plata, palado y platino. Su código de divisa comienza por X, "
-"seguido por su símbolo químico: XAU, XAG, XPD y XPT, respectivamente. Con "
-"esos códigos de divisas, están disponibles las tasas de los metales "
-"preciosos en cualquer divisa, a través de las tasas de divisa descritas "
-"anteriormente. Como ejemplo, el oro en USD tiene el símbolo <ulink url="
-"\"http://finance.yahoo.com/q?s=XAUUSD%3DX\">XAUUSD=X</ulink>. Puede obtener "
-"lo inverso (<ulink url=\"http://finance.yahoo.com/q?s=USDXAU%3DX\">USDXAU=X</"
-"ulink>): ¿cuánto oro, medido en onzas troy, puede obtener por un USD?"
-
-#: C/invest-applet.xml:306(title)
-msgid "View Configured Quotes"
-msgstr "Ver valores configurados"
-
-#: C/invest-applet.xml:307(para)
-msgid ""
-"To view your configured quotes, click on the <application>Invest</"
-"application> icon on the panel. A list of your quotes will appear. To close "
-"the list, click the icon again. Notice that quotes are usually 15 minutes "
-"delay."
-msgstr ""
-"Para ver sus valores configurados, pulse en el icono de "
-"<application>Inversiones</application> en el panel. Aparecerá una lista de "
-"sus valores. Para cerrar la lista, pulse sobre el icono de nuevo. Note que "
-"los valores tienen generalmente un retardo de 15 minutos."
-
-#: C/invest-applet.xml:313(title)
-msgid "Update the Display"
-msgstr "Actualizar la pantalla"
-
-#: C/invest-applet.xml:314(para)
-msgid ""
-"To immediately update the information that is displayed in the applet, right-"
-"click on the applet, then choose <guilabel>Refresh</guilabel>."
-msgstr ""
-"Para actualizar inmediatamente la información mostrada en la miniaplicación, "
-"pulse con el botón derecho del ratón sobre la aplicación, después elija "
-"<guilabel>Actualizar</guilabel>."
-
-#: C/invest-applet.xml:318(title)
-msgid "Remove Quotes from the Applet"
-msgstr "Quitar vaolres de la miniaplicación"
-
-#: C/invest-applet.xml:319(para)
-msgid ""
-"To remove quotes from <application>Invest</application>, perform the "
-"following steps:"
-msgstr ""
-"Para quitar valores de <application>Inversiones</application>, realice los "
-"siguientes pasos:"
-
-#: C/invest-applet.xml:329(para)
-msgid "Click the row containing the quote you wish to remove."
-msgstr "Pulse la fila que contiene el valor que quiere quitar."
-
-#: C/invest-applet.xml:334(para)
-msgid "Click <guilabel>Remove</guilabel> to delete the listing."
-msgstr "Pulse <guilabel>Quitar</guilabel> para borrar la lista."
-
-#: C/invest-applet.xml:339(para) C/invest-applet.xml:387(para)
-msgid "Click <guilabel>Close</guilabel> when you are finished."
-msgstr "Pulse <guilabel>Cerrar</guilabel> cuando haya terminado."
-
-#: C/invest-applet.xml:348(title)
-msgid "Setup Currency Translation"
-msgstr "Establecer el cambio de divisa"
-
-#: C/invest-applet.xml:349(para)
-msgid ""
-"Invest displays all quotes in their original currency as retrieved from "
-"Yahoo! Finance. If you wish to have all quotes being displayed in one target "
-"currency, this can be configured in the preferences dialog."
-msgstr ""
-"Invest muestra todos los valores en su divisa original, tal y como se "
-"obtienen de Yahoo! Finance. Si quiere que los valores se muestren en una "
-"divisa distinta, se puede configurar en el diálogo de preferencias."
-
-#: C/invest-applet.xml:360(para)
-msgid ""
-"Type the target currency into the <guilabel>Currency</guilabel> text field."
-msgstr ""
-"Escribir la divisa objetivo en el campo de texto <guilabel>Divisa</guilabel>."
-
-#: C/invest-applet.xml:365(para)
-msgid ""
-"While you type, the text field will suggest currencies that match entered "
-"currency."
-msgstr ""
-"Mientras escribe, el campo de texto sugerirá divisas que coincidan con la "
-"divisa que está escribiendo."
-
-#: C/invest-applet.xml:370(para)
-msgid "Choose your target currency."
-msgstr "Elija su divisa de destino."
-
-#: C/invest-applet.xml:375(para)
-msgid ""
-"Notice that in your quote list the new <guilabel>Currency Rate</guilabel> "
-"column appears."
-msgstr ""
-"Note que en su lista de valores aparecerá la nueva columna <guilabel>Tipo de "
-"cambio</guilabel>."
-
-#: C/invest-applet.xml:380(para)
-msgid ""
-"For all purchases where the <guilabel>Price</guilabel> and "
-"<guilabel>Commission</guilabel> are given in original currency, the exchange "
-"rate at the time of purchase from the origin currency to the target currency "
-"has to be given in the <guilabel>Currency Rate</guilabel> field."
-msgstr ""
-"Para todas las compras donde el <guilabel>Precio</guilabel> y la "
-"<guilabel>Comisión</guilabel> se dan en la divisa original, se debe "
-"proporcionar la tasa de cambio, en el momento de compra, de la divisa "
-"original en la divisa objetivo, en el campo <guilabel>Tipo de cambio</"
-"guilabel>."
-
-#: C/invest-applet.xml:392(para)
-msgid ""
-"Lets look at this example: You bought one Yahoo! share (YHOO) for 10.00 USD "
-"at a currency rate of 0.75 EUR per USD. In other words, the share cost 7.50 "
-"EUR. You further paid 5.00 USD comission, equivalent to 3.75 EUR. When you "
-"set the target currency to EUR, you either have to enter the EUR (target "
-"currency) values and keep the <guilabel>Currency Rate</guilabel> at 0.00, or "
-"you enter the USD (original currency) values and enter the EUR per USD "
-"exchange rate (<ulink url=\"http://finance.yahoo.com/q?s=eurusd%3DX"
-"\">USDEUR=X</ulink>)."
-msgstr ""
-"Veamos el siguiente ejemplo: compró una acción de Yahoo! (YHOO) por 10.00 "
-"USD a una tasa de 0.75 EUR por USD. En otras palabras, la acción cuesta 7.50 "
-"EUR. Pagó 5.00 USD en comisiones, equivalente a 3.75 EUR. Cuando establece "
-"la divisa objetivo a EUR, o introduce los valores en EUR (la divisa "
-"objetivo) y mantiene el <guilabel>Tipo de cambio</guilabel> a 0.00, o "
-"introduce los valores en USD (divisa original) e introduce el tipo de cambio "
-"entre EUR y USD (<ulink url=\"http://finance.yahoo.com/q?s=eurusd%3DX"
-"\">USDEUR=X</ulink>)."
-
-#: C/invest-applet.xml:401(para)
-msgid ""
-"The <guilabel>Price</guilabel> and <guilabel>Commission</guilabel> both have "
-"to be given in the same currency."
-msgstr ""
-"Tanto el <guilabel>Precio</guilabel> como la <guilabel>Comisión</guilabel> "
-"se deben proporcionar en la misma divisa."
-
-#: C/invest-applet.xml:404(para)
-msgid ""
-"If you want to remove the target currency again, simply clear the "
-"<guilabel>Currency</guilabel> text field."
-msgstr ""
-"Si quiere quitar la divisa objetivo, simplemente limpie el campo de texto "
-"<guilabel>Divisa</guilabel>."
-
-#: C/invest-applet.xml:409(title)
-msgid "Chart Options"
-msgstr "Opciones de las gráficas"
-
-#: C/invest-applet.xml:410(para)
-#| msgid ""
-#| "To use the financial charts, view the list of selected stocks, and double-"
-#| "click the stock that you wish to chart. The chart parameters can be "
-#| "customized by clicking <guilabel>Options</guilabel>."
-msgid ""
-"For each quote in your list, a financial chart is available. To open the "
-"financial chart, view the list of configured quotes, and double-click the "
-"quote that you wish to chart. The chart parameters can be customized by "
-"clicking <guilabel>Options</guilabel>."
-msgstr ""
-"Para usar las gráficas financieras, vea la lista de los valores "
-"seleccionados y pulse dos veces sobre el valor que quiera representar. Los "
-"parámetros de la gráfica se pueden personalizar pulsando <guilabel>Opciones</"
-"guilabel>."
-
-#: C/invest-applet.xml:413(title)
-msgid "Date Range"
-msgstr "Rango de los datos"
-
-#: C/invest-applet.xml:414(para)
-msgid ""
-"The date range, in the top-right corner of the window, selects the length of "
-"time to report on. By default, it gives one day of data, but the following "
-"ranges can be choosen: <guilabel>Today</guilabel>, <guilabel>5 Days</"
-"guilabel>, <guilabel>3 Months</guilabel>, <guilabel>6 Months</guilabel>, "
-"<guilabel>1 Year</guilabel>, <guilabel>5 Years</guilabel>, "
-"<guilabel>Maximum</guilabel>."
-msgstr ""
-"El rango de fechas, en la esquina superior derecha de la ventana, selecciona "
-"la duración de tiempo de la que informar. De forma predeterminada "
-"proporciona un día de datos, pero se pueden elegir los siguientes rangos: "
-"<guilabel>Hoy</guilabel>, <guilabel>5 días</guilabel>, <guilabel>3 meses</"
-"guilabel>, <guilabel>6 meses</guilabel>, <guilabel>1 año</guilabel>, "
-"<guilabel>5 años</guilabel>, <guilabel>Máximo</guilabel>."
-
-#: C/invest-applet.xml:424(title)
-msgid "Graph Style"
-msgstr "Estilo de la gráfica"
-
-#: C/invest-applet.xml:425(para)
-msgid ""
-"Historical price information can be graphed in three different ways. You can "
-"select a line chart, bar chart, or candlestick chart."
-msgstr ""
-"Se puede mostrar una gráfica de la información histórica del precio de tres "
-"formas diferentes. Puede seleccionar un gráfico de líneas, de barras o de "
-"velas."
-
-#: C/invest-applet.xml:431(para)
-msgid "<guilabel>Line Chart</guilabel> (<guilabel>l</guilabel>)"
-msgstr "<guilabel>Gráfico de líneas</guilabel> (<guilabel>l</guilabel>)"
-
-#: C/invest-applet.xml:434(para)
-msgid ""
-"This is the default option. This graphs the historical price information in "
-"a familiar manner, connecting each day's closing price with a single line. "
-"Line charts for graphing quotes are useful if an analyst is interested only "
-"in a closing price each time."
-msgstr ""
-"Esta es la opción predeterminada. Muestra la información del precio "
-"histórico de una forma familiar, conectando el precio de cierre de cada día "
-"con una sola línea. Los gráficos de línea para mostrar los precios de los "
-"valores son útiles si un analista está interesado sólo en el precio de "
-"cierre de cada valor."
-
-#: C/invest-applet.xml:437(para)
-msgid "<guilabel>Bar Chart</guilabel> (<guilabel>b</guilabel>)"
-msgstr "<guilabel>Gráfico de barras</guilabel> (<guilabel>b</guilabel>)"
-
-#: C/invest-applet.xml:440(para)
-#| msgid ""
-#| "A bar chart represents a full day's activity with a single vertical bar."
-#| "The top of the vertical line indicates the highest price a security "
-#| "traded at during the day, and the bottom represents the lowest price. The "
-#| "closing price is displayed on the right side of the bar, and the opening "
-#| "price is shown on the left side of the bar. One bar represents one day of "
-#| "trading."
-msgid ""
-"A bar chart represents a full day's activity with a single vertical bar. The "
-"top of the vertical line indicates the highest price a security traded "
-"during the day, and the bottom represents the lowest price. The closing "
-"price is displayed on the right side of the bar, and the opening price is "
-"shown on the left side of the bar. One bar represents one day of trading."
-msgstr ""
-"Un gráfico de barras representa la actividad completa durante un día con una "
-"sola barra vertical. La parte superior de la línea vertical indica el precio "
-"más alto al que se comerció con el valor durante el día, y el inferior "
-"representa el precio más bajo. El precio de cierre está mostrado en la parte "
-"derecha de la barra, y el precio de apertura está mostrado en la parte "
-"izquierda de la barra. Una barra representa un día de operaciones "
-"comerciales."
-
-#: C/invest-applet.xml:443(para)
-msgid "<guilabel>Candlestick Chart</guilabel> (<guilabel>c</guilabel>)"
-msgstr "<guilabel>Gráfico de velas</guilabel> (<guilabel>c</guilabel>)"
-
-#: C/invest-applet.xml:446(para)
-msgid ""
-"A candlestick chart in which the open and close prices are represented as "
-"the top and bottom of a rectangle surrounding a vertical line connecting the "
-"high and low prices. The body of the rectangle is filled if the closing "
-"price is lower than the opening price and is left blank if the closing price "
-"is higher than the opening price."
-msgstr ""
-"Un gráfico de velas en el que los precios de apertura y cierre se "
-"representan como la parte inicial y final de un rectángulo alrededor de una "
-"línea vertical que conecta los precios más alto y más bajo. El cuerpo del "
-"rectángulo se rellena si el precio de cierre es más bajo que el de apertura "
-"y se deja en blanco si el precio de cierre es mayor que el de apertura."
-
-#: C/invest-applet.xml:452(title)
-msgid "Moving Average"
-msgstr "Media de movimiento"
-
-#: C/invest-applet.xml:453(para)
-#| msgid ""
-#| "A moving average is a statistical series of a security's closing prices "
-#| "throughout consecutive trading days. It is typically shown in the same "
-#| "graph as a line chart to indicate trends in share prices."
-msgid ""
-"A moving average is a statistical series of a security's closing prices "
-"throughout consecutive trading days. It is typically shown in the same graph "
-"as a line chart to indicate trends in prices."
-msgstr ""
-"Una media de movimiento es una serie estadística de precios de cierre de "
-"seguridad a través de días de operaciones consecutivos. Generalmente se "
-"muestra en la misma gráfica que la gráfica de líneas para indicar las "
-"tendencias de los precios de los valores."
-
-#: C/invest-applet.xml:459(title)
-msgid "Exponential Moving Average"
-msgstr "Media de movimiento exponencial"
-
-#: C/invest-applet.xml:460(para)
-msgid ""
-"The exponential moving average (EMA) is defined as a moving average "
-"calculated by weighting recent values more heavily than older values. This "
-"type of moving average reacts faster to recent price changes than a simple "
-"moving average. The 12- and 26-day EMAs are popular short-term averages, "
-"while EMAs greater than 50 days are used to signal long-term trends."
-msgstr ""
-"La media de movimiento exponencial (EMA) está definida como la media de "
-"movimiento calculada siendo los valores recientes más importantes que los "
-"antiguos. Este tipo de media de movimiento reacciona más rápidamente a los "
-"cambios en los precios que una simple media de movimiento. Las EMA de 12 y "
-"26 días son términos populares a corto plazo, mientras que las EMA mayores "
-"de 50 días se usan para largo plazo."
-
-#: C/invest-applet.xml:465(title)
-msgid "Overlays"
-msgstr "Overlays"
-
-#: C/invest-applet.xml:466(para)
-#| msgid ""
-#| "Overlays allow you to graph multiple statistical measurements onto a "
-#| "single chart. For example, you can compare the performance of a single "
-#| "stock against that of an index such as the NASDAQ or the DJIA."
-msgid ""
-"Overlays allow you to graph multiple statistical measurements onto a single "
-"chart. For example, you can compare the performance of a single quote "
-"against that of an index such as the NASDAQ or the DJIA."
-msgstr ""
-"Los «overlays» le permiten dibujar múltiples mediciones estadísticas en una "
-"sola gráfica. Por ejemplo, puede comparar el rendimiento de un solo valor "
-"con un índice tal como el NASDAQ o el DJIA."
-
-#: C/invest-applet.xml:471(title)
-msgid "Indicators"
-msgstr "Índices"
-
-#: C/invest-applet.xml:472(para)
-msgid ""
-"Indicators are used to attempt to predict future financial trends. Proper "
-"use of market indicators is beyond the scope of the Invest manual."
-msgstr ""
-"Los índices se usan para intentar predecir el futuro de las tendencias "
-"financieras. El uso adecuado de los indicadores de mercado está fuera del "
-"ámbito del manual de Inversiones."
-
-#. Put one translator per line, in the form of NAME <EMAIL>, YEAR1, YEAR2
-#: C/invest-applet.xml:0(None)
-msgid "translator-credits"
-msgstr "Jorge González <[email protected]>, 2008-2010"
-
-#~ msgid "Google Highly Open Participation Project"
-#~ msgstr "Proyecto abierto de alta participación de Google"
-
-#~ msgid ""
-#~ "<application>Invest</application> displays the following information for "
-#~ "each stock symbol that is defined in the applet preferences:"
-#~ msgstr ""
-#~ "<application>Inversiones</application> muestra la siguiente información "
-#~ "para cada símbolo de bolsa definido en las preferencias de la aplicación:"
-
-#~ msgid "The stock symbol that represents a company"
-#~ msgstr "El símbolo de bolsa que representa a una empresa"
-
-#~ msgid "The current share price quote (delayed 15 minutes)"
-#~ msgstr "El precio actual de los valores (con 15 minutos de retraso)"
-
-#~ msgid "The change in the stock price over the last day."
-#~ msgstr "El cambio en el precio del valor durante todo dia anterior"
-
-#~ msgid "A graph of recent changes"
-#~ msgstr "Una gráfica de los cambios recientes"
-
-#~ msgid ""
-#~ "The default stock symbol is GOOG. Double-click the stock symbol to change "
-#~ "the listing."
-#~ msgstr ""
-#~ "El símbolo de valor predeterminado es GOOG. Pulse dos veces sobre el "
-#~ "símbolo para cambiar la lista."
-
-#~ msgid "View Selected Stocks"
-#~ msgstr "Ver los índices seleccionados"
-
-#~ msgid ""
-#~ "The date range, in the top-right corner of the window, selects the length "
-#~ "of time to report on. By default it gives one day of data, but it can be "
-#~ "extended out to three years."
-#~ msgstr ""
-#~ "El rango de los datos, en la esquina superior derecha de la ventana, "
-#~ "selecciona la longitud del tiempo sobre el que informar. De forma "
-#~ "predeterminada muestra un día de datos, pero se puede extender hasta tres "
-#~ "años."
-
-#~ msgid "Line Chart"
-#~ msgstr "Gráfica de líneas"
-
-#~ msgid "Bar Chart"
-#~ msgstr "Gráfica de barras"
-
-#~ msgid "Candlestick Chart"
-#~ msgstr "Gráfico de velas"
diff --git a/invest-applet/docs/fi/fi.po b/invest-applet/docs/fi/fi.po
deleted file mode 100644
index ea7082b9..00000000
--- a/invest-applet/docs/fi/fi.po
+++ /dev/null
@@ -1,554 +0,0 @@
-# invest's Finnish translation.
-# Copyright (C) 2008-2010 Free Software Foundation, Inc.
-#
-# Jukka Heikkilä <[email protected]>, 2008-2010.
-# Tommi Vainikainen <[email protected]> (Legal Notices), 2006.
-msgid ""
-msgstr ""
-"Project-Id-Version: mate-applets-invest doc\n"
-"POT-Creation-Date: 2010-03-23 23:18+0000\n"
-"PO-Revision-Date: 2010-05-13 20:41+0300\n"
-"Last-Translator: Jukka Heikkilä <[email protected]>\n"
-"Language-Team: Finnish <[email protected]>\n"
-"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=UTF-8\n"
-"Content-Transfer-Encoding: 8bit\n"
-"Plural-Forms: nplurals=2; plural=(n != 1);\n"
-"X-Generator: Lokalize 1.0\n"
-
-#: C/invest-applet.xml:26(title)
-msgid "Invest Manual"
-msgstr "Sijoittaminen -sovelman käyttöohje"
-
-#: C/invest-applet.xml:30(year)
-msgid "2004"
-msgstr "2004"
-
-#: C/invest-applet.xml:31(year)
-msgid "2005"
-msgstr "2005"
-
-#: C/invest-applet.xml:32(holder)
-msgid "Raphael Slinckx"
-msgstr "Raphael Slinckx"
-
-#: C/invest-applet.xml:35(year)
-msgid "2007"
-msgstr "2007"
-
-#: C/invest-applet.xml:36(holder) C/invest-applet.xml:91(para)
-msgid "Terrence Hall"
-msgstr "Terrence Hall"
-
-#: C/invest-applet.xml:49(publishername)
-msgid "MATE Documentation Project"
-msgstr "Mate dokumentointiprojekti"
-
-#: C/invest-applet.xml:2(para)
-msgid ""
-"Permission is granted to copy, distribute and/or modify this document under "
-"the terms of the GNU Free Documentation License (GFDL), Version 1.1 or any "
-"later version published by the Free Software Foundation with no Invariant "
-"Sections, no Front-Cover Texts, and no Back-Cover Texts. You can find a copy "
-"of the GFDL at this <ulink type=\"help\" url=\"help:fdl\">link</ulink> or "
-"in the file COPYING-DOCS distributed with this manual."
-msgstr ""
-"Tätä asiakirjaa saa kopioida, jakaa edelleen ja/tai muokata Free Software "
-"Foundationin julkaiseman GNU Free Documentation Licensen (GFDL) version 1.1 "
-"tai valinnaisesti myöhemmän version mukaisesti, ilman vaatimuksia "
-"muuttamattomista osioista ja etu- tai takakansiteksteistä. Kopion GFDL:stä "
-"voi nähdä napsauttamalla <ulink type=\"help\" url=\"help:fdl\">tätä "
-"linkkiä</ulink>, tai lukemalla ohjeen mukana toimitetun COPYING-DOCS-nimisen "
-"tiedoston."
-
-#: C/invest-applet.xml:12(para)
-msgid ""
-"This manual is part of a collection of MATE manuals distributed under the "
-"GFDL. If you want to distribute this manual separately from the collection, "
-"you can do so by adding a copy of the license to the manual, as described in "
-"section 6 of the license."
-msgstr ""
-"Tämä käyttöohje on osa Maten käyttöohjekokoelmaa, jota levitetään GFDL-"
-"lisenssin alaisena. Jos haluat levittää tätä käyttöohjetta erillään "
-"kokoelmasta, voit tehdä sen liittämällä lisenssin kopion ohjeen mukaan, "
-"kuten lisenssin luku 6 sanelee."
-
-#: C/invest-applet.xml:19(para)
-msgid ""
-"Many of the names used by companies to distinguish their products and "
-"services are claimed as trademarks. Where those names appear in any MATE "
-"documentation, and the members of the MATE Documentation Project are made "
-"aware of those trademarks, then the names are in capital letters or initial "
-"capital letters."
-msgstr ""
-"Monet nimistä, joita yhtiöt käyttävät tuotteistansa ja palveluistansa, ovat "
-"tuotemerkkejä. Maten dokumentointiprojektissa nämä nimet pyritään "
-"kirjoittamaan suuraakkosin tai isolla alkukirjaimella, sikäli kun projektin "
-"jäsenet tietävät kyseisistä tuotemerkeistä."
-
-#: C/invest-applet.xml:35(para)
-msgid ""
-"DOCUMENT IS PROVIDED ON AN \"AS IS\" BASIS, WITHOUT WARRANTY OF ANY KIND, "
-"EITHER EXPRESSED OR IMPLIED, INCLUDING, WITHOUT LIMITATION, WARRANTIES THAT "
-"THE DOCUMENT OR MODIFIED VERSION OF THE DOCUMENT IS FREE OF DEFECTS "
-"MERCHANTABLE, FIT FOR A PARTICULAR PURPOSE OR NON-INFRINGING. THE ENTIRE "
-"RISK AS TO THE QUALITY, ACCURACY, AND PERFORMANCE OF THE DOCUMENT OR "
-"MODIFIED VERSION OF THE DOCUMENT IS WITH YOU. SHOULD ANY DOCUMENT OR "
-"MODIFIED VERSION PROVE DEFECTIVE IN ANY RESPECT, YOU (NOT THE INITIAL "
-"WRITER, AUTHOR OR ANY CONTRIBUTOR) ASSUME THE COST OF ANY NECESSARY "
-"SERVICING, REPAIR OR CORRECTION. THIS DISCLAIMER OF WARRANTY CONSTITUTES AN "
-"ESSENTIAL PART OF THIS LICENSE. NO USE OF ANY DOCUMENT OR MODIFIED VERSION "
-"OF THE DOCUMENT IS AUTHORIZED HEREUNDER EXCEPT UNDER THIS DISCLAIMER; AND"
-msgstr ""
-"ASIAKIRJA TARJOTAAN SELLAISENAAN, ILMAN MINKÄÄNLAISTA KIRJATTUA TAI "
-"KONKLUDENTTISTA RAJATONTA TAKUUTA ASIAKIRJAN TAI SEN MUOKATUN VERSION "
-"VIRHEETTÖMYYDESTÄ, SOPIVUUDESTA KAUPALLISEEN KÄYTTÖÖN TAI TIETTYYN "
-"KÄYTTÖTARKOITUKSEEN TAI LOUKKAAMATTOMUUDESTA. TÄYSI VASTUU ASIAKIRJAN TAI "
-"SEN MUOKATUN VERSION LAADUSTA, TARKKUUDESTA JA TOIMIVUUDESTA ON KÄYTTÄJÄLLÄ. "
-"JOS ASIAKIRJA TAI SEN MUOKATTU VERSIO OSOITTAUTUU JOLLAKIN TAVALLA "
-"VIRHEELLISEKSI, KÄYTTÄJÄ (EI ALKUPERÄINEN KIRJOITTAJA TAI MUU TEKIJÄ) VASTAA "
-"PALVELUJEN, KORJAUSTEN TAI OIKAISUJEN KUSTANNUKSISTA. TÄMÄ "
-"VASTUUVAPAUSLAUSEKE ON EROTTAMATON OSA LISENSSIÄ. ASIAKIRJAN TAI SEN "
-"MUOKATTUJEN VERSIOIDEN KÄYTTÖ ON SALLITTUA VAIN TÄMÄN VASTUUVAPAUSLAUSEKKEEN "
-"NOJALLA; SEKÄ"
-
-#: C/invest-applet.xml:55(para)
-msgid ""
-"UNDER NO CIRCUMSTANCES AND UNDER NO LEGAL THEORY, WHETHER IN TORT (INCLUDING "
-"NEGLIGENCE), CONTRACT, OR OTHERWISE, SHALL THE AUTHOR, INITIAL WRITER, ANY "
-"CONTRIBUTOR, OR ANY DISTRIBUTOR OF THE DOCUMENT OR MODIFIED VERSION OF THE "
-"DOCUMENT, OR ANY SUPPLIER OF ANY OF SUCH PARTIES, BE LIABLE TO ANY PERSON "
-"FOR ANY DIRECT, INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES OF "
-"ANY CHARACTER INCLUDING, WITHOUT LIMITATION, DAMAGES FOR LOSS OF GOODWILL, "
-"WORK STOPPAGE, COMPUTER FAILURE OR MALFUNCTION, OR ANY AND ALL OTHER DAMAGES "
-"OR LOSSES ARISING OUT OF OR RELATING TO USE OF THE DOCUMENT AND MODIFIED "
-"VERSIONS OF THE DOCUMENT, EVEN IF SUCH PARTY SHALL HAVE BEEN INFORMED OF THE "
-"POSSIBILITY OF SUCH DAMAGES."
-msgstr ""
-"MISSÄÄN OLOSUHTEISSA TAI MINKÄÄN OIKEUSLAITOKSEN ALAISUUDESSA, NIIN "
-"OIKEUSLOUKKAUKSISSA (MUKAAN LUKIEN HUOLIMATTOMUUS), SOPIMUS TAI MUUTOIN, "
-"ASIAKIRJAN TAI SEN MUOKATUN VERSION TEKIJÄ, ALKUPERÄINEN KIRJOITTAJA, KUKAAN "
-"AVUSTAJISTA, KUKAAN LEVITTÄJÄ TAIKKA KUKAAN TARJOAJA EI OLE VASTUUSSA "
-"KENELLEKÄÄN SUORASTA, EPÄSUORASTA, ERITYISESTÄ, TAPATURMAISESTA TAI "
-"VÄLILLISESTÄ VAHINGOSTA SISÄLTÄEN RAJOITUKSETTA VAHINGOT LIIKEARVON "
-"MENETYKSESTÄ, TYÖN KESKEYTYMISESTÄ, TIETOKONEVIRHEESTÄ TAI -HÄIRIÖSTÄ TAIKKA "
-"MISTÄÄN MUUSTA VAHINGOSTA TAI MENETYKSESTÄ, JOKA ILMENEE TAI LIITTYY "
-"ASIAKIRJAN TAI SEN MUOKATUN VERSION KÄYTTÖÖN EDES SILLOIN KUN OSAPUOLTA ON "
-"OLLUT TIETOINEN TÄLLAISEN VAHINGON MAHDOLLISUUDESTA."
-
-#: C/invest-applet.xml:28(para)
-msgid ""
-"DOCUMENT AND MODIFIED VERSIONS OF THE DOCUMENT ARE PROVIDED UNDER THE TERMS "
-"OF THE GNU FREE DOCUMENTATION LICENSE WITH THE FURTHER UNDERSTANDING THAT: "
-"<placeholder-1/>"
-msgstr ""
-"ASIAKIRJA SEKÄ MUOKATUT VERSIOT ASIAKIRJASTA TARJOTAAN GNU FREE "
-"DOCUMENTATION LICENSEN EHDOIN SEKÄ YMMÄRTÄEN ETTÄ: <placeholder-1/>"
-
-#: C/invest-applet.xml:61(surname)
-msgid "MATE Documentation Team"
-msgstr "Mate dokumentointiryhmä"
-
-#: C/invest-applet.xml:64(firstname)
-msgid "Terrence"
-msgstr "Terrence"
-
-#: C/invest-applet.xml:65(surname)
-msgid "Hall"
-msgstr "Hall"
-
-#: C/invest-applet.xml:66(email)
-
-#: C/invest-applet.xml:92(para)
-msgid "Google Highly Open Participation Project"
-msgstr "Google Highly Open Participation -projekti"
-
-#: C/invest-applet.xml:97(releaseinfo)
-msgid "This manual describes version 2.20.0 of Invest."
-msgstr "Tämä käyttöohje kattaa Sijoittaminen -sovelman version 2.20.0"
-
-#: C/invest-applet.xml:101(title)
-msgid "Feedback"
-msgstr "Palaute"
-
-#: C/invest-applet.xml:102(para)
-msgid ""
-"To report a bug or make a suggestion regarding the Invest application or "
-"this manual, follow the directions in the <ulink url=\"help:mate-feedback"
-"\" type=\"help\">MATE Feedback Page</ulink>."
-msgstr ""
-"Ilmoittaaksesi viasta tai tehdäksesi ehdotuksen koskien "
-"Sijoittaminen-sovelmaa tai tätä käyttöohjetta, seuraa ohjeita <ulink "
-"url=\"help:mate-"
-"feedback\" type=\"help\">Mate palautesivulla</ulink>."
-
-#: C/invest-applet.xml:111(para)
-msgid "User manual for Invest"
-msgstr "Sijoittaminen-sovelman käyttöohje"
-
-#: C/invest-applet.xml:118(primary)
-msgid "Invest"
-msgstr "Sijoittaminen"
-
-#: C/invest-applet.xml:121(primary)
-msgid "invest-applet"
-msgstr "invest-applet"
-
-#: C/invest-applet.xml:128(title)
-msgid "Introduction"
-msgstr "Johdanto"
-
-#: C/invest-applet.xml:130(para)
-msgid ""
-"The <application>Invest</application> MATE panel applet downloads current "
-"stock quotes from Yahoo! Finance and displays the quotes in a drop-down list."
-msgstr ""
-"<application>Sijoittaminen</application>-sovelma lataa sen hetkiset "
-"osaketiedot Yahoo! Finance -palvelusta ja näyttää ne pudotusvalikon listassa."
-
-#: C/invest-applet.xml:133(para)
-msgid ""
-"<application>Invest</application> displays the following information for "
-"each stock symbol that is defined in the applet preferences:"
-msgstr ""
-"<application>Sijoittaminen</application>-sovelma näyttää seuraavat tiedot "
-"jokaisesta osakkeesta, jotka on määritetty sovelman asetuksissa:"
-
-#: C/invest-applet.xml:140(para)
-msgid "The stock symbol that represents a company"
-msgstr "Osakkeen symboli, joka esittää yritystä"
-
-#: C/invest-applet.xml:145(para)
-msgid "The current share price quote (delayed 15 minutes)"
-msgstr "Nykyinen osakekurssi (15 minuutin viiveellä)"
-
-#: C/invest-applet.xml:151(para)
-msgid "The change in the stock price over the last day."
-msgstr "Osakkeen hinnanmuutos edellisenä päivänä."
-
-#: C/invest-applet.xml:156(para)
-msgid "A graph of recent changes"
-msgstr "Graafi tuoreimmista muutoksista"
-
-#: C/invest-applet.xml:161(para)
-msgid "The amount of the increase or decrease in the price since purchase"
-msgstr "Hinnan kasvun tai laskun määrä ostohetkestä"
-
-#: C/invest-applet.xml:169(para)
-msgid "The percentage increase or decrease in the price since purchase"
-msgstr "Hinnan prosentuaalinen kasvu tai lasku ostohetkestä"
-
-#: C/invest-applet.xml:178(title)
-msgid "Getting Started"
-msgstr "Aloitustoimet"
-
-#: C/invest-applet.xml:183(title)
-msgid "Add Invest to a Panel"
-msgstr "Sijoittaminen-sovelman lisääminen paneeliin"
-
-#: C/invest-applet.xml:184(para)
-msgid ""
-"To add <application>Invest</application> to a MATE panel, right-click on "
-"the panel, then choose <guilabel>Add to Panel</guilabel>. Select "
-"<application>Invest</application> in the <guilabel>Add to Panel</guilabel> "
-"dialog, then click <guilabel>OK</guilabel>. Click <guilabel>Close</guilabel> "
-"when finished."
-msgstr ""
-"Lisätäksesi <application>Sijoittaminen</application>-sovelman Mate "
-"paneeliin, napsauta hiiren oikealla näppäimellä paneelia ja valitse "
-"aukeavasta ponnahdusvalikosta <guilabel>Lisää paneeliin</guilabel>. Valitse "
-"<guilabel>Lisää paneeliin</guilabel> -valintaikkunasta <application>"
-"Sijoittaminen</application>-sovelma ja napsauta <guilabel>OK</guilabel> "
-"-painiketta. Kun olet valmis, napsauta <guilabel>Sulje</guilabel>-painiketta."
-
-#: C/invest-applet.xml:187(title)
-msgid "Remove Invest From a Panel"
-msgstr "Sijoittaminen-sovelman poistaminen paneelista"
-
-#: C/invest-applet.xml:188(para)
-msgid ""
-"To remove <application>Invest</application> from a MATE panel, right-click "
-"on the icon, then choose <guilabel>Remove From Panel</guilabel>."
-msgstr ""
-"Poistaaksesi <application>Sijoittaminen</application>-sovelman Mate "
-"paneelista, napsauta hiiren oikealla näppäimellä sovelman ikonia ja valitse "
-"aukeavasta valikosta <guilabel>Poista paneelista</guilabel>."
-
-#: C/invest-applet.xml:191(title)
-msgid "More Information"
-msgstr "Lisätietoja"
-
-#: C/invest-applet.xml:192(para)
-msgid ""
-"More information about the MATE panel can be found in the <ulink url="
-"\"help:user-guide?panels\" type=\"help\">MATE Panel documentation</ulink>."
-msgstr ""
-"Lisätietoja Mate paneelista löydät <ulink url=\"help:user-guide?panels\" "
-"type=\"help\">MATE Paneelin dokumentaatiosta</ulink>."
-
-#: C/invest-applet.xml:201(title)
-msgid "Using Invest"
-msgstr "Sijoittaminen-sovelman käyttö"
-
-#: C/invest-applet.xml:205(title)
-msgid "Add Company Stock Quotes to the Applet"
-msgstr "Yrityksen osaketietojen lisääminen sovelmaan"
-
-#: C/invest-applet.xml:207(para)
-msgid ""
-"To add stock symbols to <application>Invest</application>, perform the "
-"following steps:"
-msgstr ""
-"Lisätäksesi osaketiedot <application>Sijoittaminen</application>-sovelmaan, "
-"toimi seuraavasti:"
-
-#: C/invest-applet.xml:212(para) C/invest-applet.xml:263(para)
-msgid "Right-click on the icon, and select <guilabel>Preferences</guilabel>."
-msgstr ""
-"Napsauta hiiren oikealla näppäimellä kuvaketta ja valitse ponnahdusvalikosta "
-"<guilabel>Asetukset</guilabel>."
-
-#: C/invest-applet.xml:218(para)
-msgid ""
-"Click <guilabel>Add</guilabel> to add a stock to <application>Invest</"
-"application>."
-msgstr ""
-"Napsauta <guilabel>Lisää</guilabel>-painiketta lisätäksesi osakkeen "
-"<application>Sijoittaminen</application>-sovelmaan."
-
-#: C/invest-applet.xml:224(para)
-msgid ""
-"The default stock symbol is GOOG. Double-click the stock symbol to change "
-"the listing."
-msgstr ""
-"Oletus osakesymboli on GOOG. Napsauta kaksi kertaa osakkeen symbolia "
-"muuttaaksesi tietoa."
-
-#: C/invest-applet.xml:229(para)
-msgid ""
-"You can also edit the number of shares you own in the stock, the purchase "
-"price and the commission."
-msgstr ""
-"Voit myös muokata omistamasi osakkeiden määrää, ostohintaa ja palkkiota."
-
-#: C/invest-applet.xml:235(para)
-msgid ""
-"Click <guilabel>Close</guilabel> when you are finished adding stock symbols."
-msgstr ""
-"Napsauta <guilabel>Sulje</guilabel>-painiketta, kun olet lopettanut "
-"osakesymbolien lisäämisen."
-
-#: C/invest-applet.xml:243(title)
-msgid "View Selected Stocks"
-msgstr "Osakkeiden tarkastelu"
-
-#: C/invest-applet.xml:244(para)
-msgid ""
-"To view your selected stocks, click on the <application>Invest</application> "
-"icon on the panel. A list of your stocks will appear. To close the list, "
-"click the icon again."
-msgstr ""
-"Tarkastellaksesi valitsemiasi osakkeita, napsauta <application>"
-"Sijoittaminen</application>-sovelman paneelissa olevaa kuvaketta. Lista "
-"osakkeistasi ilmestyy. Sulkeaksesi listan, napsauta kuvaketta uudelleen."
-
-#: C/invest-applet.xml:250(title)
-msgid "Update the Display"
-msgstr "Päivitä näyttö"
-
-#: C/invest-applet.xml:251(para)
-msgid ""
-"To immediately update the information that is displayed in the applet, right-"
-"click on the applet, then choose <guilabel>Refresh</guilabel>."
-msgstr ""
-"Päivittääksesi sovelman näyttämät tiedot heti, napsauta hiiren oikealla "
-"painikkeella sovelmaa ja valitse avautuvasta ponnahdusvalikosta <guilabel>"
-"Päivitä</guilabel>."
-
-#: C/invest-applet.xml:255(title)
-msgid "Remove Company Stock Quotes from the Applet"
-msgstr "Yrityksen osaketietojen poistaminen sovelmasta"
-
-#: C/invest-applet.xml:257(para)
-msgid ""
-"To remove stock symbols from <application>Invest</application>, perform the "
-"following steps:"
-msgstr ""
-"Poistaaksesi osakesymbolit <application>Sijoittaminen</application>"
-"-sovelmasta, toimi seuraavasti:"
-
-#: C/invest-applet.xml:270(para)
-msgid "Click the row containing the ticker symbol you wish to remove."
-msgstr "Napsauta riviä, joka sisältää symbolin, jonka haluat poistaa."
-
-#: C/invest-applet.xml:275(para)
-msgid "Click <guilabel>Remove</guilabel> to delete the listing."
-msgstr "Napsauta <guilabel>Poista</guilabel>-painiketta poistaaksesi tiedot."
-
-#: C/invest-applet.xml:281(para)
-msgid "Click <guilabel>Close</guilabel> when you are finished."
-msgstr "Napsauta <guilabel>Sulje</guilabel>, kun olet valmis."
-
-#: C/invest-applet.xml:289(title)
-msgid "Chart Options"
-msgstr "Kaavion asetukset"
-
-#: C/invest-applet.xml:290(para)
-msgid ""
-"To use the financial charts, view the list of selected stocks, and double-"
-"click the stock that you wish to chart. The chart parameters can be "
-"customized by clicking <guilabel>Options</guilabel>."
-msgstr ""
-"Käyttääksesi kurssien kehityskaavioita, avaa lista valituista osakkeista ja "
-"napsauta osaketta, jonka kaaviota haluat tarkastella. Kaavion parametreja "
-"voit muokata napsauttamalla <guilabel>Valinnat</guilabel>."
-
-#: C/invest-applet.xml:293(title)
-msgid "Date Range"
-msgstr "Aikaväli"
-
-#: C/invest-applet.xml:294(para)
-msgid ""
-"The date range, in the top-right corner of the window, selects the length of "
-"time to report on. By default it gives one day of data, but it can be "
-"extended out to three years."
-msgstr ""
-"Raportin aikavälin saat valittua ohjelman oikeasta yläreunasta. Oletuksena "
-"haetaan yhden vuorokauden tiedot, mutta tarvittaessa se voidaan laajentaa "
-"aina kolmeen vuoteen asti."
-
-#: C/invest-applet.xml:302(title)
-msgid "Graph Style"
-msgstr "Kaavion tyyli"
-
-#: C/invest-applet.xml:303(para)
-msgid ""
-"Historical price information can be graphed in three different ways. You can "
-"select a line chart, bar chart, or candlestick chart."
-msgstr ""
-"Osakkeen arvon historiakuvaaja voidaan piirtää kolmella eri tavalla. Voit "
-"valita viiva-, pylväs- tai kynttilädiagrammin."
-
-#: C/invest-applet.xml:310(guilabel)
-msgid "Line Chart"
-msgstr "Viivadiagrammi"
-
-#: C/invest-applet.xml:312(para)
-msgid ""
-"This is the default option. This graphs the historical price information in "
-"a familiar manner, connecting each day's closing price in a with a single "
-"line for each stock. Line charts for graphing stock prices are useful if an "
-"analyst is interested only in a share's closing price each time."
-msgstr ""
-"Tämä on oletusarvo. Diagrammi kuvaa osakkeen arvohistoriaa helposti "
-"omaksuttavalla tavalla, jossa jokaisen päivän sulkemisarvo esitetään yhdellä "
-"viivalla per osake. Osakkeiden arvot viivadiagrammilla kuvattuna on "
-"hyödyllisiä, kun analyytikko on kiinnostunut vain osakkeiden hinnasta "
-"jokaisella sulkemishetkellä."
-
-#: C/invest-applet.xml:316(guilabel)
-msgid "Bar Chart"
-msgstr "Pylväsdiagrammi"
-
-#: C/invest-applet.xml:319(para)
-msgid ""
-"A bar chart represents a full day's activity with a single vertical bar.The "
-"top of the vertical line indicates the highest price a security traded at "
-"during the day, and the bottom represents the lowest price. The closing "
-"price is displayed on the right side of the bar, and the opening price is "
-"shown on the left side of the bar. One bar represents one day of trading."
-msgstr ""
-"Pylväsdiagrammi esittää koko päivän tapahtumat yhdellä pystysuoralla "
-"palkilla. Pystysuoran palkin yläreuna kuvaa korkeinta arvoa, jolla "
-"arvopaperilla on käyty kauppaa ja alin viiva kuvaa alinta arvoa. "
-"Päätöskurssi näytetään oikeassa reunassa palkkia ja avauskurssi vasemmassa "
-"laidassa palkkia. Yksi palkki esittää yhden päivän vaihtoa."
-
-#: C/invest-applet.xml:323(guilabel)
-msgid "Candlestick Chart"
-msgstr "Kynttilädiagrammi"
-
-#: C/invest-applet.xml:325(para)
-msgid ""
-"A candlestick chart in which the open and close prices are represented as "
-"the top and bottom of a rectangle surrounding a vertical line connecting the "
-"high and low prices. The body of the rectangle is filled if the closing "
-"price is lower than the opening price and is left blank if the closing price "
-"is higher than the opening price."
-msgstr ""
-"Pylväsdiagrammi, missä avaus- ja päätöskurssit on esitetty suorakulmion ylä- "
-"ja alapäässä olevilla vaakaviivoilla. Suorakulmion sisäosa on värjätty, "
-"mikäli päätöskurssi on alle avauskurssin ja on tyhjä, kun päätöskurssi on "
-"korkeampi, kuin avauskurssi."
-
-#: C/invest-applet.xml:331(title)
-msgid "Moving Average"
-msgstr "Liikkuva keskiarvo"
-
-#: C/invest-applet.xml:332(para)
-msgid ""
-"A moving average is a statistical series of a security's closing prices "
-"throughout consecutive trading days. It is typically shown in the same graph "
-"as a line chart to indicate trends in share prices."
-msgstr ""
-"Liikkuva keskiarvo on tilastollinen sarja arvopaperin sulkemishinnoista "
-"peräkkäisiltä kaupankäyntipäiviltä. Ne näytetään tyypillisesti samassa "
-"kuvaajassa viivadiagrammina esittämään osakkeiden hintatrendiä."
-
-#: C/invest-applet.xml:338(title)
-msgid "Exponential Moving Average"
-msgstr "Eksponentiaalisesti liikkuva keskiarvo"
-
-#: C/invest-applet.xml:339(para)
-msgid ""
-"The exponential moving average (EMA) is defined as a moving average "
-"calculated by weighting recent values more heavily than older values. This "
-"type of moving average reacts faster to recent price changes than a simple "
-"moving average. The 12- and 26-day EMAs are popular short-term averages, "
-"while EMAs greater than 50 days are used to signal long-term trends."
-msgstr ""
-"Eksponentiaalisesti liikkuva keskiarvo (EMA) on määritetty liikkuvasta "
-"keskiarvosta painottamalla tuoreempia arvoja suuremmalla painoarvolla, kuin "
-"vanhempia arvoja. Tämäntyyppinen liikkuva keskiarvo reagoi nopeammin "
-"viimeisimpiin hinnanmuutoksiin, kuin yksinkertainen liikkuva keskiarvo. 12- "
-"ja 26 päivän EMA:t ovat suosittuja lyhyenajan keskiarvoja. Kun EMA:n "
-"tarkasteluväli on suurempi, kuin viisikymmentä päivää, käytetään pitkänajan "
-"trendejä."
-
-#: C/invest-applet.xml:344(title)
-msgid "Overlays"
-msgstr "Ylipiirrot"
-
-#: C/invest-applet.xml:346(para)
-msgid ""
-"Overlays allow you to graph multiple statistical measurements onto a single "
-"chart. For example, you can compare the performance of a single stock "
-"against that of an index such as the NASDAQ or the DJIA."
-msgstr ""
-"Ylipiirrot mahdollistaa useampien mittareiden lisäämisen yksittäiseen "
-"kaavioon. Esimerkiksi, voit vertailla yksittäisen arvopaperin suoritetta "
-"indekseihin, kuten NASDAQ tai DJIA."
-
-#: C/invest-applet.xml:351(title)
-msgid "Indicators"
-msgstr "Ilmaisimet"
-
-#: C/invest-applet.xml:352(para)
-msgid ""
-"Indicators are used to attempt to predict future financial trends. Proper "
-"use of market indicators is beyond the scope of the Invest manual."
-msgstr ""
-"Ilmaisimia käytetään tulevien taloudellisten trendien ennustamiseen. "
-"Markkinailmaisimien oikeanlainen käyttö ei kuulu Sijoittaminen-sovelman "
-"käyttöohjeen aiheisiin."
-
-#. Put one translator per line, in the form of NAME <EMAIL>, YEAR1, YEAR2
-#: C/invest-applet.xml:0(None)
-msgid "translator-credits"
-msgstr ""
-"Jukka Heikkilä <[email protected]>, 2008-2010\n"
-"Tommi Vainikainen <[email protected]> (Legal Notices), 2006"
-
-
diff --git a/invest-applet/docs/mate-invest-applet.omf.in b/invest-applet/docs/mate-invest-applet.omf.in
deleted file mode 100644
index 3d6a2711..00000000
--- a/invest-applet/docs/mate-invest-applet.omf.in
+++ /dev/null
@@ -1,9 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<omf>
- <resource>
- <subject category="GNOME|Applets|Utility"/>
- <type>user's guide</type>
- <relation seriesid="07e86529-19ae-74aa-dae1-65ad9262aef1d0"/>
- <rights type="GNU FDL" license.version="1.1" holder="Terence Hall"/>
- </resource>
-</omf>
diff --git a/invest-applet/docs/ru/ru.po b/invest-applet/docs/ru/ru.po
deleted file mode 100644
index 6b839d0e..00000000
--- a/invest-applet/docs/ru/ru.po
+++ /dev/null
@@ -1,542 +0,0 @@
-# Russian translation for invest applet help
-# Copyright 2009 Free Software Foundation Inc.
-#
-msgid ""
-msgstr ""
-"Project-Id-Version: mate-applets invest\n"
-"POT-Creation-Date: 2009-03-15 20:26+0000\n"
-"PO-Revision-Date: 2009-03-15 20:26+0300\n"
-"Last-Translator: Egorov Boris <[email protected]>\n"
-"Language-Team: Russian <[email protected]>\n"
-"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=UTF-8\n"
-"Content-Transfer-Encoding: 8bit\n"
-
-#: C/invest-applet.xml:26(title)
-msgid "Invest Manual"
-msgstr "Руководство по апплету Invest"
-
-#: C/invest-applet.xml:30(year)
-msgid "2004"
-msgstr "2004"
-
-#: C/invest-applet.xml:31(year)
-msgid "2005"
-msgstr "2005"
-
-#: C/invest-applet.xml:32(holder)
-msgid "Raphael Slinckx"
-msgstr "Raphael Slinckx"
-
-#: C/invest-applet.xml:35(year)
-msgid "2007"
-msgstr "2007"
-
-#: C/invest-applet.xml:36(holder) C/invest-applet.xml:89(para)
-msgid "Terrence Hall"
-msgstr "Terrence Hall"
-
-#: C/invest-applet.xml:49(publishername)
-msgid "MATE Documentation Project"
-msgstr "Проект документирования MATE"
-
-#: C/invest-applet.xml:2(para)
-msgid ""
-"Permission is granted to copy, distribute and/or modify this document under "
-"the terms of the GNU Free Documentation License (GFDL), Version 1.1 or any "
-"later version published by the Free Software Foundation with no Invariant "
-"Sections, no Front-Cover Texts, and no Back-Cover Texts. You can find a copy "
-"of the GFDL at this <ulink type=\"help\" url=\"help:fdl\">link</ulink> or "
-"in the file COPYING-DOCS distributed with this manual."
-msgstr ""
-"Следующим разрешается копировать, распространять и модифицировать этот документ при "
-"условии соблюдения GNU Free Documentation License (GFDL), версии 1.1 или "
-"любой более поздней опубликованной ассоциацией свободного программного "
-"обеспечения версией без неизменяемых частей, без текстов на обложках. Вы "
-"можете найти копию лицензии по этой <ulink type=\"help\" url=\"help:fdl"
-"\">ссылке</ulink> или в файле COPYING-DOCS, распространяемом с этим "
-"документом."
-
-#: C/invest-applet.xml:12(para)
-msgid ""
-"This manual is part of a collection of MATE manuals distributed under the "
-"GFDL. If you want to distribute this manual separately from the collection, "
-"you can do so by adding a copy of the license to the manual, as described in "
-"section 6 of the license."
-msgstr ""
-"Этот документ является частью документации MATE распространяемой под "
-"лицензией GFDL. Если вы хотите распространять этот документ отдельно от "
-"общей документации, вы должны приложить копию лицензии к документу, как "
-"написано в части 6 лицензии."
-
-#: C/invest-applet.xml:19(para)
-msgid ""
-"Many of the names used by companies to distinguish their products and "
-"services are claimed as trademarks. Where those names appear in any MATE "
-"documentation, and the members of the MATE Documentation Project are made "
-"aware of those trademarks, then the names are in capital letters or initial "
-"capital letters."
-msgstr ""
-"Некоторые имена и марки используются компаниями для обозначения их продуктов "
-"и услуг и являются торговыми марками. Эти марки присутствуют в документации "
-"и члены проекта документирования MATE знают об этом. Имена выделяются "
-"заглавными буквами или начальной заглавной буквой."
-
-#: C/invest-applet.xml:35(para)
-msgid ""
-"DOCUMENT IS PROVIDED ON AN \"AS IS\" BASIS, WITHOUT WARRANTY OF ANY KIND, "
-"EITHER EXPRESSED OR IMPLIED, INCLUDING, WITHOUT LIMITATION, WARRANTIES THAT "
-"THE DOCUMENT OR MODIFIED VERSION OF THE DOCUMENT IS FREE OF DEFECTS "
-"MERCHANTABLE, FIT FOR A PARTICULAR PURPOSE OR NON-INFRINGING. THE ENTIRE "
-"RISK AS TO THE QUALITY, ACCURACY, AND PERFORMANCE OF THE DOCUMENT OR "
-"MODIFIED VERSION OF THE DOCUMENT IS WITH YOU. SHOULD ANY DOCUMENT OR "
-"MODIFIED VERSION PROVE DEFECTIVE IN ANY RESPECT, YOU (NOT THE INITIAL "
-"WRITER, AUTHOR OR ANY CONTRIBUTOR) ASSUME THE COST OF ANY NECESSARY "
-"SERVICING, REPAIR OR CORRECTION. THIS DISCLAIMER OF WARRANTY CONSTITUTES AN "
-"ESSENTIAL PART OF THIS LICENSE. NO USE OF ANY DOCUMENT OR MODIFIED VERSION "
-"OF THE DOCUMENT IS AUTHORIZED HEREUNDER EXCEPT UNDER THIS DISCLAIMER; AND"
-msgstr ""
-"ДОКУМЕНТ РАСПРОСТРАНЯЕТСЯ \"КАК ЕСТЬ\", БЕЗ ВСЯКИХ ГАРАНТИЙ, ПРИДУМАННЫХ ИЛИ "
-"УНАСЛЕДОВАННЫХ, БЕЗ ОГРАНИЧЕНИЙ, ГАРАНТИЙ ТОГО, ЧТО ДОКУМЕНТ ИЛИ "
-"МОДИФИЦИРОВАННАЯ ВЕРСИЯ ДОКУМЕНТА СВОБОДНА ОТ ДЕФЕКТОВ, ТОЛЬКО ДЛЯ "
-"СПЕЦИАЛЬНОГО ИСПОЛЬЗОВАНИЯ, НЕ ЗАКЛЮЧАЩЕГО В СЕБЕ РИСКИ КАЧЕСТВА, "
-"АККУРАТНОСТИ ИЛИ СООТВЕТСТВИЯ ДОКУМЕНТА ИЛИ ИЗМЕНЁННЫХ ВЕРСИЙ ДОКУМЕНТА "
-"ВАШИМ ТРЕБОВАНИЯМ. ЕСЛИ ДОКУМЕНТ ИЛИ МОДИФИЦИРОВАННАЯ ВЕРСИЯ ДОКУМЕНТА ИМЕЕТ "
-"НЕДОСТАТКИ, ВЫ (А НЕ АВТОР ДОКУМЕНТА ИЛИ ЕГО ПОМОЩНИКИ) ДОЛЖНЫ САМИ ПРИЛОЖИТЬ "
-"УСИЛИЯ К ЕГО ДОРАБОТКЕ, КОРРЕКЦИИ ИЛИ ВОССТАНОВЛЕНИЮ. ЭТО ПРЕДУПРЕЖДЕНИЕ "
-"СОСТАВЛЯЕТ СУЩЕСТВЕННУЮ ЧАСТЬ ЛИЦЕНЗИИ. ДОКУМЕНТ НЕ ДОЛЖЕН ИСПОЛЬЗОВАТЬСЯ "
-"БЕЗ ДАННОГО ПРЕДУПРЕЖДЕНИЯ И"
-
-#: C/invest-applet.xml:55(para)
-msgid ""
-"UNDER NO CIRCUMSTANCES AND UNDER NO LEGAL THEORY, WHETHER IN TORT (INCLUDING "
-"NEGLIGENCE), CONTRACT, OR OTHERWISE, SHALL THE AUTHOR, INITIAL WRITER, ANY "
-"CONTRIBUTOR, OR ANY DISTRIBUTOR OF THE DOCUMENT OR MODIFIED VERSION OF THE "
-"DOCUMENT, OR ANY SUPPLIER OF ANY OF SUCH PARTIES, BE LIABLE TO ANY PERSON "
-"FOR ANY DIRECT, INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES OF "
-"ANY CHARACTER INCLUDING, WITHOUT LIMITATION, DAMAGES FOR LOSS OF GOODWILL, "
-"WORK STOPPAGE, COMPUTER FAILURE OR MALFUNCTION, OR ANY AND ALL OTHER DAMAGES "
-"OR LOSSES ARISING OUT OF OR RELATING TO USE OF THE DOCUMENT AND MODIFIED "
-"VERSIONS OF THE DOCUMENT, EVEN IF SUCH PARTY SHALL HAVE BEEN INFORMED OF THE "
-"POSSIBILITY OF SUCH DAMAGES."
-msgstr ""
-"НИ ПРИ КАКИХ ОБСТОЯТЕЛЬСТВАХ И НИ ПРИ КАКОМ ЗАКОННОМ СПОСОБЕ, НИ ПО КАКОМУ "
-"СОГЛАШЕНИЮ ИЛИ ДРУГОЙ ПРИЧИНЕ, АВТОР, СОЗДАТЕЛЬ ИЛИ ПОМОЩНИКИ НЕ НЕСУТ "
-"ОТВЕТСТВЕННОСТЬ ЗА ПРЯМОЕ, КОСВЕННОЕ, СПЕЦИАЛЬНОЕ, СЛУЧАЙНОЕ ИЛИ "
-"ПРЕДНАМЕРЕННОЕ ПОВРЕЖДЕНИЕ ЛЮБОГО СВОЙСТВА, ВКЛЮЧАЯ БЕЗ ОГРАНИЧЕНИЯ ПОТЕРЮ "
-"РЕПУТАЦИИ, РАБОТОСПОСОБНОСТИ, КОМПЬЮТЕРНЫЕ СБОИ ИЛИ НЕПРАВИЛЬНОЕ "
-"ВЗАИМОДЕЙСТВИЕ, ВМЕСТЕ ИЛИ ПО ОТДЕЛЬНОСТИ. НИКАКИЕ ПОВРЕЖДЕНИЯ И ПОТЕРИ НЕ "
-"МОГУТ БЫТЬ ВОЗЛОЖЕНЫ НА АВТОРА ДОКУМЕНТА ИЛИ МОДИФИЦИРОВАННОЙ ВЕРСИИ "
-"ДОКУМЕНТА, ДАЖЕ ЕСЛИ СТОРОНА БЫЛА ПРОИНФОРМИРОВАНА О ВОЗМОЖНОСТИ ТАКИХ "
-"ПОВРЕЖДЕНИЙ."
-
-#: C/invest-applet.xml:28(para)
-msgid ""
-"DOCUMENT AND MODIFIED VERSIONS OF THE DOCUMENT ARE PROVIDED UNDER THE TERMS "
-"OF THE GNU FREE DOCUMENTATION LICENSE WITH THE FURTHER UNDERSTANDING THAT: "
-"<placeholder-1/>"
-msgstr ""
-"ДОКУМЕНТ И ИЗМЕНЁННЫЕ ВЕРСИИ ДОКУМЕНТА ПРЕДСТАВЛЯЮТСЯ ПОЛЬЗОВАТЕЛЮ ПОД "
-"ЛИЦЕНЗИЕЙ GNU FREE DOCUMENTATION LICENSE С УВЕДОМЛЕНИЕМ О ТОМ, ЧТО "
-"<placeholder-1/>"
-
-#: C/invest-applet.xml:61(surname)
-msgid "MATE Documentation Team"
-msgstr "Команда документирования MATE"
-
-#: C/invest-applet.xml:64(firstname)
-msgid "Terrence"
-msgstr "Terrence"
-
-#: C/invest-applet.xml:65(surname)
-msgid "Hall"
-msgstr "Hall"
-
-#: C/invest-applet.xml:66(email)
-
-#: C/invest-applet.xml:90(para)
-msgid "Google Highly Open Participation Project"
-msgstr "Проект по привлечению старшеклассников Google"
-
-#: C/invest-applet.xml:95(releaseinfo)
-msgid "This manual describes version 2.20.0 of Invest."
-msgstr "Это руководство описывает версию 2.20.0 апплета Invest"
-
-#: C/invest-applet.xml:99(title)
-msgid "Feedback"
-msgstr "Обратная связь"
-
-#: C/invest-applet.xml:100(para)
-msgid ""
-"To report a bug or make a suggestion regarding the Invest application or "
-"this manual, follow the directions in the <ulink url=\"help:mate-feedback"
-"\" type=\"help\">MATE Feedback Page</ulink>."
-msgstr ""
-"Чтобы сообщить об ошибке или сделать предложение по апплету Invest или этому "
-"руководству, следуйте указаниям в документе <ulink url=\"help:mate-feedback"
-"\" type=\"help\">Обратная связь с MATE</ulink>."
-
-#: C/invest-applet.xml:109(para)
-msgid "User manual for Invest"
-msgstr "Руководство пользователя Invest"
-
-#: C/invest-applet.xml:116(primary)
-msgid "Invest"
-msgstr "Invest"
-
-#: C/invest-applet.xml:119(primary)
-msgid "invest-applet"
-msgstr "invest-applet"
-
-#: C/invest-applet.xml:126(title)
-msgid "Introduction"
-msgstr "Введение"
-
-#: C/invest-applet.xml:128(para)
-msgid ""
-"The <application>Invest</application> MATE panel applet downloads current "
-"stock quotes from Yahoo! Finance and displays the quotes in a drop-down list."
-msgstr ""
-"Апплет панели MATE <application>Invest</application> загружает текущие "
-"котировки акций из сервиса Yahoo! Финансы и отображает их в выпадающем списке."
-
-#: C/invest-applet.xml:131(para)
-msgid ""
-"<application>Invest</application> displays the following information for "
-"each stock symbol that is defined in the applet preferences:"
-msgstr ""
-"<application>Invest</application> отображает следующую информацию для "
-"каждой акции, заданной в параметрах апплета:"
-
-#: C/invest-applet.xml:138(para)
-msgid "The stock symbol that represents a company"
-msgstr "Аббревиатура, представляющая компанию"
-
-#: C/invest-applet.xml:143(para)
-msgid "The current share price quote (delayed 15 minutes)"
-msgstr "Текущая цена акции (с задержкой в 15 минут)"
-
-#: C/invest-applet.xml:149(para)
-msgid "The change in the stock price over the last day."
-msgstr "Изменения в цене акции за последний день"
-
-#: C/invest-applet.xml:154(para)
-msgid "A graph of recent changes"
-msgstr "График последних изменений"
-
-#: C/invest-applet.xml:159(para)
-msgid "The amount of the increase or decrease in the price since purchase"
-msgstr "Среднее увеличение или уменьшение цены со времени покупки"
-
-#: C/invest-applet.xml:167(para)
-msgid "The percentage increase or decrease in the price since purchase"
-msgstr "Процентное увеличение или уменьшение цены со времени покупки"
-
-#: C/invest-applet.xml:176(title)
-msgid "Getting Started"
-msgstr "Начало работы"
-
-#: C/invest-applet.xml:181(title)
-msgid "Add Invest to a Panel"
-msgstr "Добавление Invest на панель"
-
-#: C/invest-applet.xml:182(para)
-msgid ""
-"To add <application>Invest</application> to a MATE panel, right-click on "
-"the panel, then choose <guilabel>Add to Panel</guilabel>. Select "
-"<application>Invest</application> in the <guilabel>Add to Panel</guilabel> "
-"dialog, then click <guilabel>OK</guilabel>. Click <guilabel>Close</guilabel> "
-"when finished."
-msgstr ""
-"Чтобы добавить <application>Invest</application> на панель MATE, щёлкните "
-"правой кнопкой мыши на панели, затем выберите <guilabel>Добавить на панель</"
-"guilabel>. Выберите <application>Invest</application> в диалоговом окне "
-"<guilabel>Добавить на панель</guilabel>, затем нажмите <guilabel>OK</"
-"guilabel>. Нажмите <guilabel>Закрыть</guilabel> для завершения."
-
-#: C/invest-applet.xml:185(title)
-msgid "Remove Invest From a Panel"
-msgstr "Удаление Invest с панели"
-
-#: C/invest-applet.xml:186(para)
-msgid ""
-"To remove <application>Invest</application> from a MATE panel, right-click "
-"on the icon, then choose <guilabel>Remove From Panel</guilabel>."
-msgstr ""
-"Чтобы удалить <application>Invest</application> с панели MATE, щёлкните "
-"правой кнопкой на значке, затем выберите <guilabel>Удалить с панели</"
-"guilabel>."
-
-#: C/invest-applet.xml:189(title)
-msgid "More Information"
-msgstr "Подробнее"
-
-#: C/invest-applet.xml:190(para)
-msgid ""
-"More information about the MATE panel can be found in the <ulink url="
-"\"help:user-guide?panels\" type=\"help\">MATE Panel documentation</ulink>."
-msgstr ""
-"Подробнее о панели MATE можно узнать в <ulink url=\"help:user-guide?panels"
-"\" type=\"help\">Документации по панели MATE</ulink>."
-
-#: C/invest-applet.xml:199(title)
-msgid "Using Invest"
-msgstr "Использование Invest"
-
-#: C/invest-applet.xml:203(title)
-msgid "Add Company Stock Quotes to the Applet"
-msgstr "Добавление акции компании в апплет"
-
-#: C/invest-applet.xml:205(para)
-msgid ""
-"To add stock symbols to <application>Invest</application>, perform the "
-"following steps:"
-msgstr ""
-"Чтобы добавить акцию в <application>Invest</application>, "
-"выполните следующие действия:"
-
-#: C/invest-applet.xml:210(para) C/invest-applet.xml:261(para)
-msgid "Right-click on the icon, and select <guilabel>Preferences</guilabel>."
-msgstr ""
-"Щёлкните правой кнопкой мыши на иконке и выберите <guilabel>Параметры</"
-"guilabel>."
-
-#: C/invest-applet.xml:216(para)
-msgid ""
-"Click <guilabel>Add</guilabel> to add a stock to <application>Invest</"
-"application>."
-msgstr ""
-"Нажмите <guilabel>Добавить</guilabel>, чтобы добавить акцию в "
-"<application>Invest</application>."
-
-#: C/invest-applet.xml:222(para)
-msgid ""
-"The default stock symbol is GOOG. Double-click the stock symbol to change "
-"the listing."
-msgstr ""
-"Аббревиатура по умолчанию GOOG. Щёлкните два раза на аббревиатуре, чтобы "
-"изменить её."
-
-#: C/invest-applet.xml:227(para)
-msgid ""
-"You can also edit the number of shares you own in the stock, the purchase "
-"price and the commission."
-msgstr ""
-"Вы также можете изменить размер вашей доли в акциях, цену покупки и комиссию."
-
-#: C/invest-applet.xml:233(para)
-msgid ""
-"Click <guilabel>Close</guilabel> when you are finished adding stock symbols."
-msgstr ""
-"Нажмите <guilabel>Закрыть</guilabel>, когда закончите добавление акций."
-
-#: C/invest-applet.xml:241(title)
-msgid "View Selected Stocks"
-msgstr "Просмотр выбранных акций"
-
-#: C/invest-applet.xml:242(para)
-msgid ""
-"To view your selected stocks, click on the <application>Invest</application> "
-"icon on the panel. A list of your stocks will appear. To close the list, "
-"click the icon again."
-msgstr ""
-"Для просмотра выбранных вами акций нажмите на иконку <application>Invest</"
-"application> на панели. Появится список ваших акций. Чтобы закрыть список, "
-"снова щёлкните на иконку."
-
-#: C/invest-applet.xml:248(title)
-msgid "Update the Display"
-msgstr "Обновление отображаемой информации"
-
-#: C/invest-applet.xml:249(para)
-msgid ""
-"To immediately update the information that is displayed in the applet, right-"
-"click on the applet, then choose <guilabel>Refresh</guilabel>."
-msgstr ""
-"Для немедленного обновления информации, отображаемой апплетом нажмите правой "
-"кнопкой мыши на апплете, затем выберите <guilabel>Обновить</guilabel>."
-
-#: C/invest-applet.xml:253(title)
-msgid "Remove Company Stock Quotes from the Applet"
-msgstr "Удаление квоты акций компании из апплета"
-
-#: C/invest-applet.xml:255(para)
-msgid ""
-"To remove stock symbols from <application>Invest</application>, perform the "
-"following steps:"
-msgstr ""
-"Чтобы удалить акцию из <application>Invest</application>, "
-"выполните следующие действия:"
-
-#: C/invest-applet.xml:268(para)
-msgid "Click the row containing the ticker symbol you wish to remove."
-msgstr "Нажмите на ряд, содержащий аббревиатуру, которую необходимо удалить."
-
-#: C/invest-applet.xml:273(para)
-msgid "Click <guilabel>Remove</guilabel> to delete the listing."
-msgstr "Нажмите <guilabel>Удалить</guilabel> чтобы удалить акцию."
-
-#: C/invest-applet.xml:279(para)
-msgid "Click <guilabel>Close</guilabel> when you are finished."
-msgstr "Нажмите <guilabel>Закрыть</guilabel>, когда закончите."
-
-#: C/invest-applet.xml:287(title)
-msgid "Chart Options"
-msgstr "Параметры диаграммы"
-
-#: C/invest-applet.xml:288(para)
-msgid ""
-"To use the financial charts, view the list of selected stocks, and double-"
-"click the stock that you wish to chart. The chart parameters can be "
-"customized by clicking <guilabel>Options</guilabel>."
-msgstr ""
-"Чтобы отобразить финансовые диаграммы, просмотрите список выбранных акций и "
-"нажмите правой кнопкой мыши на акции, диаграмму которой вы желаете "
-"просмотреть. Параметры диаграммы могут быть изменены нажатием кнопки "
-"<guilabel>Параметры</guilabel>."
-
-#: C/invest-applet.xml:291(title)
-msgid "Date Range"
-msgstr "Временной диапазон"
-
-#: C/invest-applet.xml:292(para)
-msgid ""
-"The date range, in the top-right corner of the window, selects the length of "
-"time to report on. By default it gives one day of data, but it can be "
-"extended out to three years."
-msgstr ""
-"Временной диапазон в правом верхнем углу окна задаёт временной интервал для "
-"отчёта. По умолчанию он имеет продолжительность в один день, но может быть "
-"расширен до трёх дней."
-
-#: C/invest-applet.xml:300(title)
-msgid "Graph Style"
-msgstr "Стиль графика"
-
-#: C/invest-applet.xml:301(para)
-msgid ""
-"Historical price information can be graphed in three different ways. You can "
-"select a line chart, bar chart, or candlestick chart."
-msgstr ""
-"Информация о цене во времени может быть изображена тремя различными "
-"способами. Вы можете выбрать линейную диаграмму, полосовую диаграмму, или "
-"свечную диаграмму"
-
-#: C/invest-applet.xml:308(guilabel)
-msgid "Line Chart"
-msgstr "Линейная диаграмма"
-
-#: C/invest-applet.xml:310(para)
-msgid ""
-"This is the default option. This graphs the historical price information in "
-"a familiar manner, connecting each day's closing price in a with a single "
-"line for each stock. Line charts for graphing stock prices are useful if an "
-"analyst is interested only in a share's closing price each time."
-msgstr ""
-"Это параметр по умолчанию. Она отображает информацию о цене во времени в "
-"простой форме, соединяя каждую конечную цену дня отдельной линией для каждой "
-"акции. Линейные диаграммы для графиков цен акций полезны, если аналитика "
-"всегда интересует только конечная цена акций."
-
-#: C/invest-applet.xml:314(guilabel)
-msgid "Bar Chart"
-msgstr "Полосовая диаграмма"
-
-#: C/invest-applet.xml:317(para)
-msgid ""
-"A bar chart represents a full day's activity with a single vertical bar.Tthe "
-"top of the vertical line indicates the highest price a security traded at "
-"during the day, and the bottom represents the lowest price. The closing "
-"price is displayed on the right side of the bar, and the opening price is "
-"shown on the left side of the bar. One bar represents one day of trading."
-msgstr ""
-"Полосовая диаграмма предоставляет активность всего дня одной вертикальной "
-"полосой. Верхушка вертикальной линии указывает наивысшую цену акций при "
-"торговле за весь день, а низ указывает нижайшую цену. Конечная цена "
-"отображается на правом краю полосы, а начальная цена - на левом краю полосы. "
-"Одна полоса показывает один день торговли."
-
-#: C/invest-applet.xml:321(guilabel)
-msgid "Candlestick Chart"
-msgstr "Свечная диаграмма"
-
-#: C/invest-applet.xml:323(para)
-msgid ""
-"A bar chart in which the open and close prices are represented as the top "
-"and bottom of a rectangle surrounding a vertical line connecting the high "
-"and low prices. The body of the rectangle is filled if the closing price is "
-"lower than the opening price and is left blank if the closing price is "
-"higher than the opening price."
-msgstr ""
-"Полосовая диаграмма, в которой начальные и конечные цены представлены верхом "
-"и низом прямоугольника, окружённого вертикальными линиями, которые соединяют "
-"высшую и низшую цены. Тело прямоугольника заполнено, если конечная цена ниже "
-"начальной, и пустое, если конечная цена выше начальной."
-
-#: C/invest-applet.xml:329(title)
-msgid "Moving Average"
-msgstr "Динамическое среднее"
-
-#: C/invest-applet.xml:330(para)
-msgid ""
-"A moving average is a statistical series of a security's closing prices "
-"throughout consecutive trading days. It is typically shown in the same graph "
-"as a line chart to indicate trends in share prices."
-msgstr ""
-"Динамическое среднее - статистические серии конечных цен акций на протяжении "
-"последовательности дней торговли. Обычно оно отображается на графике, "
-"подобном линейной диаграмме и показывает тенденцию в изменении цены акции."
-
-#: C/invest-applet.xml:336(title)
-msgid "Exponential Moving Average"
-msgstr "Экспоненциальное динамическое среднее"
-
-#: C/invest-applet.xml:337(para)
-msgid ""
-"The exponential moving average (EMA) is defined as a moving average "
-"calculated by weighting recent values more heavily than older values. This "
-"type of moving average reacts faster to recent price changes than a simple "
-"moving average. The 12- and 26-day EMAs are popular short-term averages, "
-"while EMAs greater than 50 days are used to signal long-term trends."
-msgstr ""
-"Экспоненциальное динамическое среднее (EMA) определяется как динамическое "
-"среднее, вычисленное в весе последних величин, более тяжёлых чем старые "
-"величины. Этот тип динамического среднего реагирует быстрее на последние "
-"изменения цен, чем обычное динамическое среднее. 12- и 26-дневные EMA - "
-"популярные краткосрочные средние, а EMA старше 50 дней используются для "
-"обозначения долгосрочных направлений."
-
-#: C/invest-applet.xml:342(title)
-msgid "Overlays"
-msgstr "Оверлеи"
-
-#: C/invest-applet.xml:344(para)
-msgid ""
-"Overlays allow you to graph multiple statistical measurements onto a single "
-"chart. For example, you can compare the performance of a single stock "
-"against that of an index such as the NASDAQ or the DJIA."
-msgstr ""
-"Оверлеи позволяют отображать сложные статистические измерения на одной "
-"диаграмме. К примеру, вы можете сравнивать исполнения отдельных акций с "
-"индексом, таким как NASDAQ или DJIA."
-
-#: C/invest-applet.xml:349(title)
-msgid "Indicators"
-msgstr "Индикаторы"
-
-#: C/invest-applet.xml:350(para)
-msgid ""
-"Indicators are used to attempt to predict future financial trends. Proper "
-"use of market indicators is beyond the scope of the Invest manual."
-msgstr ""
-"Индикаторы используются для попыток предсказать будущее финансовое "
-"направление. Правильное использование рынка индикаторов находится за пределами "
-"руководства по апплету Invest."
-
-#. Put one translator per line, in the form of NAME <EMAIL>, YEAR1, YEAR2.
-#: C/invest-applet.xml:0(None)
-msgid "translator-credits"
-msgstr "Boris Egorov <[email protected]>, 2009"
-
diff --git a/invest-applet/docs/sv/sv.po b/invest-applet/docs/sv/sv.po
deleted file mode 100644
index 012fa32f..00000000
--- a/invest-applet/docs/sv/sv.po
+++ /dev/null
@@ -1,326 +0,0 @@
-msgid ""
-msgstr ""
-"Project-Id-Version: invest manual\n"
-"POT-Creation-Date: 2008-07-18 03:51+0000\n"
-"PO-Revision-Date: 2008-11-27 18:35+0100\n"
-"Last-Translator: Daniel Nylander <[email protected]>\n"
-"Language-Team: Swedish <[email protected]>\n"
-"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=UTF-8\n"
-"Content-Transfer-Encoding: 8bit\n"
-
-#: C/invest-applet.xml:26(title)
-msgid "Invest Manual"
-msgstr "Handbok för Investera"
-
-#: C/invest-applet.xml:30(year)
-msgid "2004"
-msgstr "2004"
-
-#: C/invest-applet.xml:31(year)
-msgid "2005"
-msgstr "2005"
-
-#: C/invest-applet.xml:32(holder)
-msgid "Raphael Slinckx"
-msgstr "Raphael Slinckx"
-
-#: C/invest-applet.xml:35(year)
-msgid "2007"
-msgstr "2007"
-
-#: C/invest-applet.xml:36(holder)
-#: C/invest-applet.xml:89(para)
-msgid "Terrence Hall"
-msgstr "Terrence Hall"
-
-#: C/invest-applet.xml:49(publishername)
-msgid "MATE Documentation Project"
-msgstr "Dokumentationsprojekt för MATE"
-
-#: C/invest-applet.xml:2(para)
-msgid "Permission is granted to copy, distribute and/or modify this document under the terms of the GNU Free Documentation License (GFDL), Version 1.1 or any later version published by the Free Software Foundation with no Invariant Sections, no Front-Cover Texts, and no Back-Cover Texts. You can find a copy of the GFDL at this <ulink type=\"help\" url=\"help:fdl\">link</ulink> or in the file COPYING-DOCS distributed with this manual."
-msgstr "Tillstånd att kopiera, distribuera och/eller modifiera detta dokument ges under villkoren i GNU Free Documentation License (GFDL), version 1.1 eller senare, utgivet av Free Software Foundation utan standardavsnitt och omslagstexter. En kopia av GFDL finns att hämta på denna <ulink type=\"help\" url=\"help:fdl\">länk</ulink> eller i filen COPYING-DOCS som medföljer denna handbok."
-
-#: C/invest-applet.xml:12(para)
-msgid "This manual is part of a collection of MATE manuals distributed under the GFDL. If you want to distribute this manual separately from the collection, you can do so by adding a copy of the license to the manual, as described in section 6 of the license."
-msgstr "Denna handbok utgör en av flera MATE-handböcker som distribueras under villkoren i GFDL. Om du vill distribuera denna handbok separat från övriga handböcker kan du göra detta genom att lägga till en kopia av licensavtalet i handboken enligt instruktionerna i avsnitt 6 i licensavtalet."
-
-#: C/invest-applet.xml:19(para)
-msgid "Many of the names used by companies to distinguish their products and services are claimed as trademarks. Where those names appear in any MATE documentation, and the members of the MATE Documentation Project are made aware of those trademarks, then the names are in capital letters or initial capital letters."
-msgstr "Flera namn på produkter och tjänster är registrerade varumärken. I de fall dessa namn förekommer i MATE-dokumentation - och medlemmarna i MATE-dokumentationsprojektet är medvetna om dessa varumärken - är de skrivna med versaler eller med inledande versal."
-
-#: C/invest-applet.xml:35(para)
-msgid "DOCUMENT IS PROVIDED ON AN \"AS IS\" BASIS, WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING, WITHOUT LIMITATION, WARRANTIES THAT THE DOCUMENT OR MODIFIED VERSION OF THE DOCUMENT IS FREE OF DEFECTS MERCHANTABLE, FIT FOR A PARTICULAR PURPOSE OR NON-INFRINGING. THE ENTIRE RISK AS TO THE QUALITY, ACCURACY, AND PERFORMANCE OF THE DOCUMENT OR MODIFIED VERSION OF THE DOCUMENT IS WITH YOU. SHOULD ANY DOCUMENT OR MODIFIED VERSION PROVE DEFECTIVE IN ANY RESPECT, YOU (NOT THE INITIAL WRITER, AUTHOR OR ANY CONTRIBUTOR) ASSUME THE COST OF ANY NECESSARY SERVICING, REPAIR OR CORRECTION. THIS DISCLAIMER OF WARRANTY CONSTITUTES AN ESSENTIAL PART OF THIS LICENSE. NO USE OF ANY DOCUMENT OR MODIFIED VERSION OF THE DOCUMENT IS AUTHORIZED HEREUNDER EXCEPT UNDER THIS DISCLAIMER; AND"
-msgstr "DOKUMENTET TILLHANDAHÅLLS I \"BEFINTLIGT SKICK\" UTAN NÅGRA SOM HELST GARANTIER, VARE SIG UTTRYCKLIGA ELLER UNDERFÖRSTÅDDA, INKLUSIVE, MEN INTE BEGRÄNSAT TILL, GARANTIER ATT DOKUMENTET ELLER EN MODIFIERAD VERSION AV DOKUMENTET INTE INNEHÅLLER NÅGRA FELAKTIGHETER, ÄR LÄMPLIGT FÖR ETT VISST ÄNDAMÅL ELLER INTE STRIDER MOT LAG. HELA RISKEN VAD GÄLLER KVALITET, EXAKTHET OCH UTFÖRANDE AV DOKUMENTET OCH MODIFIERADE VERSIONER AV DOKUMENTET LIGGER HELT OCH HÅLLET PÅ ANVÄNDAREN. OM ETT DOKUMENT ELLER EN MODIFIERAD VERSION AV ETT DOKUMENT SKULLE VISA SIG INNEHÅLLA FELAKTIGHETER I NÅGOT HÄNSEENDE ÄR DET DU (INTE DEN URSPRUNGLIGA SKRIBENTEN, FÖRFATTAREN ELLER NÅGON ANNAN MEDARBETARE) SOM FÅR STÅ FÖR ALLA EVENTUELLA KOSTNADER FÖR SERVICE, REPARATIONER ELLER KORRIGERINGAR. DENNA GARANTIFRISKRIVNING UTGÖR EN VÄSENTLIG DEL AV DETTA LICENSAVTAL. DETTA INNEBÄR ATT ALL ANVÄNDNING AV ETT DOKUMENT ELLER EN MODIFIERAD VERSION AV ETT DOKUMENT BEVILJAS ENDAST UNDER DENNA ANSVARSFRISKRIVNING;"
-
-#: C/invest-applet.xml:55(para)
-msgid "UNDER NO CIRCUMSTANCES AND UNDER NO LEGAL THEORY, WHETHER IN TORT (INCLUDING NEGLIGENCE), CONTRACT, OR OTHERWISE, SHALL THE AUTHOR, INITIAL WRITER, ANY CONTRIBUTOR, OR ANY DISTRIBUTOR OF THE DOCUMENT OR MODIFIED VERSION OF THE DOCUMENT, OR ANY SUPPLIER OF ANY OF SUCH PARTIES, BE LIABLE TO ANY PERSON FOR ANY DIRECT, INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES OF ANY CHARACTER INCLUDING, WITHOUT LIMITATION, DAMAGES FOR LOSS OF GOODWILL, WORK STOPPAGE, COMPUTER FAILURE OR MALFUNCTION, OR ANY AND ALL OTHER DAMAGES OR LOSSES ARISING OUT OF OR RELATING TO USE OF THE DOCUMENT AND MODIFIED VERSIONS OF THE DOCUMENT, EVEN IF SUCH PARTY SHALL HAVE BEEN INFORMED OF THE POSSIBILITY OF SUCH DAMAGES."
-msgstr "UNDER INGA OMSTÄNDIGHETER ELLER INOM RAMEN FÖR NÅGON LAGSTIFTNING, OAVSETT OM DET GÄLLER KRÄNKNING (INKLUSIVE VÅRDSLÖSHET), KONTRAKT ELLER DYLIKT, SKA FÖRFATTAREN, DEN URSPRUNGLIGA SKRIBENTEN ELLER ANNAN MEDARBETARE ELLER ÅTERFÖRSÄLJARE AV DOKUMENTET ELLER AV EN MODIFIERAD VERSION AV DOKUMENTET ELLER NÅGON LEVERANTÖR TILL NÅGON AV NÄMNDA PARTER STÄLLAS ANSVARIG GENTEMOT NÅGON FÖR NÅGRA DIREKTA, INDIREKTA, SÄRSKILDA ELLER OFÖRUTSEDDA SKADOR ELLER FÖLJDSKADOR AV NÅGOT SLAG, INKLUSIVE, MEN INTE BEGRÄNSAT TILL, SKADOR BETRÄFFANDE FÖRLORAD GOODWILL, HINDER I ARBETET, DATORHAVERI ELLER NÅGRA ANDRA TÄNKBARA SKADOR ELLER FÖRLUSTER SOM KAN UPPKOMMA PÅ GRUND AV ELLER RELATERAT TILL ANVÄNDNINGEN AV DOKUMENTET ELLER MODIFIERADE VERSIONER AV DOKUMENTET, ÄVEN OM PART SKA HA BLIVIT INFORMERAD OM MÖJLIGHETEN TILL SÅDANA SKADOR."
-
-#: C/invest-applet.xml:28(para)
-msgid "DOCUMENT AND MODIFIED VERSIONS OF THE DOCUMENT ARE PROVIDED UNDER THE TERMS OF THE GNU FREE DOCUMENTATION LICENSE WITH THE FURTHER UNDERSTANDING THAT: <placeholder-1/>"
-msgstr "DOKUMENTET OCH MODIFIERADE VERSIONER AV DOKUMENTET TILLHANDAHÅLLS UNDER VILLKOREN I GNU FREE DOCUMENTATION LICENSE ENDAST UNDER FÖLJANDE FÖRUTSÄTTNINGAR: <placeholder-1/>"
-
-#: C/invest-applet.xml:61(surname)
-msgid "MATE Documentation Team"
-msgstr "MATE:s dokumentationsteam"
-
-#: C/invest-applet.xml:64(firstname)
-msgid "Terrence"
-msgstr "Terrence"
-
-#: C/invest-applet.xml:65(surname)
-msgid "Hall"
-msgstr "Hall"
-
-#: C/invest-applet.xml:66(email)
-
-#: C/invest-applet.xml:90(para)
-msgid "Google Highly Open Participation Project"
-msgstr "Google Highly Open Participation Project"
-
-#: C/invest-applet.xml:95(releaseinfo)
-msgid "This manual describes version 2.20.0 of Invest."
-msgstr "Den här handboken beskriver version 2.20.0 av Investera."
-
-#: C/invest-applet.xml:99(title)
-msgid "Feedback"
-msgstr "Återkoppling"
-
-#: C/invest-applet.xml:100(para)
-msgid "To report a bug or make a suggestion regarding the Invest application or this manual, follow the directions in the <ulink url=\"help:mate-feedback\" type=\"help\">MATE Feedback Page</ulink>."
-msgstr "Följ anvisningarna på <ulink url=\"help:mate-feedback\" type=\"help\">MATE:s återkopplingssida</ulink> för att rapportera ett fel eller föreslå någonting angående programmet Investera eller den här handboken."
-
-#: C/invest-applet.xml:109(para)
-msgid "User manual for Invest"
-msgstr "Användarhandbok för Investera"
-
-#: C/invest-applet.xml:116(primary)
-msgid "Invest"
-msgstr "Investera"
-
-#: C/invest-applet.xml:119(primary)
-msgid "invest-applet"
-msgstr "invest-applet"
-
-#: C/invest-applet.xml:126(title)
-msgid "Introduction"
-msgstr "Introduktion"
-
-#: C/invest-applet.xml:128(para)
-msgid "The <application>Invest</application> MATE panel applet downloads current stock quotes from Yahoo! Finance and displays the quotes in a drop-down list."
-msgstr "MATE-panelprogrammet <application>Investera</application> hämtar aktuella aktiekurser från Yahoo! Finance och visar kurserna i en rullgardinsmeny."
-
-#: C/invest-applet.xml:131(para)
-msgid "<application>Invest</application> displays the following information for each stock symbol that is defined in the applet preferences:"
-msgstr "<application>Investera</application> visar följande information för varje aktie som definierats i panelprogrammets inställningar:"
-
-#: C/invest-applet.xml:138(para)
-msgid "The stock symbol that represents a company"
-msgstr "Aktiens förkortning som representerar ett företag"
-
-#: C/invest-applet.xml:143(para)
-msgid "The current share price quote (delayed 15 minutes)"
-msgstr "Den aktuella aktiekursen (15 minuters fördröjning)"
-
-#: C/invest-applet.xml:149(para)
-msgid "The change in the stock price over the last day."
-msgstr "Ändringen för aktiekursen den senaste dagen."
-
-#: C/invest-applet.xml:154(para)
-msgid "A graph of recent changes"
-msgstr "Ett diagram över senaste ändringarna"
-
-#: C/invest-applet.xml:159(para)
-msgid "The amount of the increase or decrease in the price since purchase"
-msgstr "Prisets ökning eller sänkning sedan inköp"
-
-#: C/invest-applet.xml:167(para)
-msgid "The percentage increase or decrease in the price since purchase"
-msgstr "Prisets ökning eller sänkning i procent sedan inköp"
-
-#: C/invest-applet.xml:176(title)
-msgid "Getting Started"
-msgstr "Komma igång"
-
-#: C/invest-applet.xml:181(title)
-msgid "Add Invest to a Panel"
-msgstr "Lägg till Investera till en panel"
-
-#: C/invest-applet.xml:182(para)
-msgid "To add <application>Invest</application> to a MATE panel, right-click on the panel, then choose <guilabel>Add to Panel</guilabel>. Select <application>Invest</application> in the <guilabel>Add to Panel</guilabel> dialog, then click <guilabel>OK</guilabel>. Click <guilabel>Close</guilabel> when finished."
-msgstr "För att lägga till <application>Investera</application> till en MATE-panel, högerklicka på panelen och välj <guilabel>Lägg till i panelen</guilabel>. Välj <application>Investera</application> i dialogrutan <guilabel>Lägg till i panel</guilabel>, klicka sedan på <guilabel>OK</guilabel>. Klicka på <guilabel>Stäng</guilabel> när du är färdig."
-
-#: C/invest-applet.xml:185(title)
-msgid "Remove Invest From a Panel"
-msgstr "Ta bort Investera från en panel"
-
-#: C/invest-applet.xml:186(para)
-msgid "To remove <application>Invest</application> from a MATE panel, right-click on the icon, then choose <guilabel>Remove From Panel</guilabel>."
-msgstr "För att ta bort <application>Investera</application> från en MATE-panel, högerklicka på ikonen och välj sedan <guilabel>Ta bort från panelen</guilabel>."
-
-#: C/invest-applet.xml:189(title)
-msgid "More Information"
-msgstr "Mer information"
-
-#: C/invest-applet.xml:190(para)
-msgid "More information about the MATE panel can be found in the <ulink url=\"help:user-guide?panels\" type=\"help\">MATE Panel documentation</ulink>."
-msgstr "Mer information om MATE-panelen kan hittas i <ulink url=\"help:user-guide?panels\" type=\"help\">Dokumentation för MATE-panelen</ulink>."
-
-#: C/invest-applet.xml:199(title)
-msgid "Using Invest"
-msgstr "Använda Investera"
-
-#: C/invest-applet.xml:203(title)
-msgid "Add Company Stock Quotes to the Applet"
-msgstr "Lägg till företagsaktier till panelprogrammet"
-
-#: C/invest-applet.xml:205(para)
-msgid "To add stock symbols to <application>Invest</application>, perform the following steps:"
-msgstr "Genomför följande steg för att lägga till aktiesymboler till <application>Investera</application>:"
-
-#: C/invest-applet.xml:210(para)
-#: C/invest-applet.xml:261(para)
-msgid "Right-click on the icon, and select <guilabel>Preferences</guilabel>."
-msgstr "Högerklicka på ikonen och välj <guilabel>Inställningar</guilabel>."
-
-#: C/invest-applet.xml:216(para)
-msgid "Click <guilabel>Add</guilabel> to add a stock to <application>Invest</application>."
-msgstr "Klicka på <guilabel>Lägg till</guilabel> för att lägga till en aktie till <application>Investera</application>."
-
-#: C/invest-applet.xml:222(para)
-msgid "The default stock symbol is GOOG. Double-click the stock symbol to change the listing."
-msgstr "Standardaktiesymbolen är GOOG. Dubbelklicka på aktiesymbolen för att ändra listningen."
-
-#: C/invest-applet.xml:227(para)
-msgid "You can also edit the number of shares you own in the stock, the purchase price and the commission."
-msgstr "Du kan även redigera antalet aktieposter som du äger i aktien, inköpspris och courtage."
-
-#: C/invest-applet.xml:233(para)
-msgid "Click <guilabel>Close</guilabel> when you are finished adding stock symbols."
-msgstr "Klicka på <guilabel>Stäng</guilabel> när du är färdig med att lägga till aktiesymboler."
-
-#: C/invest-applet.xml:241(title)
-msgid "View Selected Stocks"
-msgstr "Visa valda aktier"
-
-#: C/invest-applet.xml:242(para)
-msgid "To view your selected stocks, click on the <application>Invest</application> icon on the panel. A list of your stocks will appear. To close the list, click the icon again."
-msgstr "Klicka på ikonen <application>Investera</application> i panelen för att visa dina valda aktier. En lista över dina aktier kommer att visas. Klicka på ikonen igen för att stänga listan."
-
-#: C/invest-applet.xml:248(title)
-msgid "Update the Display"
-msgstr "Uppdatera informationen"
-
-#: C/invest-applet.xml:249(para)
-msgid "To immediately update the information that is displayed in the applet, right-click on the applet, then choose <guilabel>Refresh</guilabel>."
-msgstr "Högerklicka på panelprogrammet och välj sedan <guilabel>Uppdatera</guilabel> för att omedelbart uppdatera informationen som visas i panelprogrammet."
-
-#: C/invest-applet.xml:253(title)
-msgid "Remove Company Stock Quotes from the Applet"
-msgstr "Ta bort företagsaktier från panelprogrammet"
-
-#: C/invest-applet.xml:255(para)
-msgid "To remove stock symbols from <application>Invest</application>, perform the following steps:"
-msgstr "Genomför följande steg för att ta bort aktiekurser från <application>Investera</application>:"
-
-#: C/invest-applet.xml:268(para)
-msgid "Click the row containing the ticker symbol you wish to remove."
-msgstr "Klicka på raden som innehåller aktien som du vill ta bort."
-
-#: C/invest-applet.xml:273(para)
-msgid "Click <guilabel>Remove</guilabel> to delete the listing."
-msgstr "Klicka på <guilabel>Ta bort</guilabel> för att ta bort listningen."
-
-#: C/invest-applet.xml:279(para)
-msgid "Click <guilabel>Close</guilabel> when you are finished."
-msgstr "Klicka på <guilabel>Stäng</guilabel> när du är färdig."
-
-#: C/invest-applet.xml:287(title)
-msgid "Chart Options"
-msgstr "Diagramalternativ"
-
-#: C/invest-applet.xml:288(para)
-msgid "To use the financial charts, view the list of selected stocks, and double-click the stock that you wish to chart. The chart parameters can be customized by clicking <guilabel>Options</guilabel>."
-msgstr "För att använda finansiella diagram, visas listan över valda aktier och dubbelklicka på aktien som du vill visa ett diagram för. Diagrammets parametrar kan anpassas genom att klicka på <guilabel>Alternativ</guilabel>."
-
-#: C/invest-applet.xml:291(title)
-msgid "Date Range"
-msgstr "Datumintervall"
-
-#: C/invest-applet.xml:292(para)
-msgid "The date range, in the top-right corner of the window, selects the length of time to report on. By default it gives one day of data, but it can be extended out to three years."
-msgstr "Datumintervallet, i övre högra hörnet av fönstret, väljer tidsperioden som rapporten ska baseras på. Som standard ger den data för en dag men den kan utökas till tre år."
-
-#: C/invest-applet.xml:300(title)
-msgid "Graph Style"
-msgstr "Diagramstil"
-
-#: C/invest-applet.xml:301(para)
-msgid "Historical price information can be graphed in three different ways. You can select a line chart, bar chart, or candlestick chart."
-msgstr "Historisk prisinformation kan visas i diagramform på tre olika sätt. Du kan välja ett linjediagram, stapeldiagram eller candlestick-diagram."
-
-#: C/invest-applet.xml:308(guilabel)
-msgid "Line Chart"
-msgstr "Linjediagram"
-
-#: C/invest-applet.xml:310(para)
-msgid "This is the default option. This graphs the historical price information in a familiar manner, connecting each day's closing price in a with a single line for each stock. Line charts for graphing stock prices are useful if an analyst is interested only in a share's closing price each time."
-msgstr "Detta är standardalternativet. Denna visar historisk prisinformation i ett diagram på ett vanligt sätt och ansluter varje dags stängningspris i en enda linje för varje aktie. Linjediagram för att rita ut aktiepriser är användbara om en analytiker endast är intresserad i en akties stängningspris varje gång."
-
-#: C/invest-applet.xml:314(guilabel)
-msgid "Bar Chart"
-msgstr "Stapeldiagram"
-
-#: C/invest-applet.xml:317(para)
-msgid "A bar chart represents a full day's activity with a single vertical bar.Tthe top of the vertical line indicates the highest price a security traded at during the day, and the bottom represents the lowest price. The closing price is displayed on the right side of the bar, and the opening price is shown on the left side of the bar. One bar represents one day of trading."
-msgstr "Ett stapeldiagram representerar en hel dags aktivitet med en enda vertikal stapel. Överdelen av den vertikala linjen indikerar det högsta priset som handlades för under dagen och den nedre delen representerar det lägsta priset. Stängningspriset visas på högersidan av stapeln och öppningspriset visas på vänstra sidan av stapeln. En stapel representerar handeln för en dag."
-
-#: C/invest-applet.xml:321(guilabel)
-msgid "Candlestick Chart"
-msgstr "Stearinljusdiagram"
-
-#: C/invest-applet.xml:323(para)
-msgid "A bar chart in which the open and close prices are represented as the top and bottom of a rectangle surrounding a vertical line connecting the high and low prices. The body of the rectangle is filled if the closing price is lower than the opening price and is left blank if the closing price is higher than the opening price."
-msgstr "Ett stapeldiagram i vilket öppning- och stängningspriser representeras som övre och nedre delen av en rektangel runt en vertikal linje som ansluter de högsta och lägsta priserna. Själva rektangeln är fylld om stängningspriset är lägre än öppningspriset och lämnas tom om stängningspriset är högre än öppningspriset."
-
-#: C/invest-applet.xml:329(title)
-msgid "Moving Average"
-msgstr "Glidande medelvärde"
-
-#: C/invest-applet.xml:330(para)
-msgid "A moving average is a statistical series of a security's closing prices throughout consecutive trading days. It is typically shown in the same graph as a line chart to indicate trends in share prices."
-msgstr "Ett glidande medelvärde är en statistisk serie av stängningspriser genom efterföljande handelsdagar. Det visas oftast i samma diagram som ett linjediagram för att indikera trender i aktiepriser."
-
-#: C/invest-applet.xml:336(title)
-msgid "Exponential Moving Average"
-msgstr "Exponentiellt glidande medelvärde"
-
-#: C/invest-applet.xml:337(para)
-msgid "The exponential moving average (EMA) is defined as a moving average calculated by weighting recent values more heavily than older values. This type of moving average reacts faster to recent price changes than a simple moving average. The 12- and 26-day EMAs are popular short-term averages, while EMAs greater than 50 days are used to signal long-term trends."
-msgstr "Exponentiellt glidande medelvärde (EMA) definieras som ett glidande medelvärde som beräknas genom att väga senaste värden tyngre än äldre värden. Denna typ av glidande medelvärde agerar snabbare på senaste prisändringar än ett enkelt glidande medelvärde. EMA för 12 och 26 dagar är populära korttidsmedelvärden samt att EMA större än 50 dagar används för att signalera långtidstrender."
-
-#: C/invest-applet.xml:342(title)
-msgid "Overlays"
-msgstr "Överdrag"
-
-#: C/invest-applet.xml:344(para)
-msgid "Overlays allow you to graph multiple statistical measurements onto a single chart. For example, you can compare the performance of a single stock against that of an index such as the NASDAQ or the DJIA."
-msgstr "Överdrag låter dig rita ut flera statistikmätningar till ett enda diagram. Till exempel kan du jämföra en aktie mot ett index såsom NASDAQ eller DJIA."
-
-#: C/invest-applet.xml:349(title)
-msgid "Indicators"
-msgstr "Indikatorer"
-
-#: C/invest-applet.xml:350(para)
-msgid "Indicators are used to attempt to predict future financial trends. Proper use of market indicators is beyond the scope of the Invest manual."
-msgstr "Indikatorer används för att försöka förutse framtida finansiella trender. Hur man använder marknadsindikatorer är utanför ändåmålet för denna handbok."
-
-#. Put one translator per line, in the form of NAME <EMAIL>, YEAR1, YEAR2.
-#: C/invest-applet.xml:0(None)
-msgid "translator-credits"
-msgstr "Daniel Nylander <[email protected]>, 2008"
-
diff --git a/invest-applet/docs/zh_CN/zh_CN.po b/invest-applet/docs/zh_CN/zh_CN.po
deleted file mode 100644
index 381738b5..00000000
--- a/invest-applet/docs/zh_CN/zh_CN.po
+++ /dev/null
@@ -1,506 +0,0 @@
-# Simplified Chinese translations to invest applet.
-# Copyright (C) 2008, 2009, 2010 Free Software Foundation, Inc.
-# This file is distributed under the same license as the mate-applets package.
-#
-# Aron Xu <[email protected]>, 2008, 2009.
-# TeliuTe <[email protected]>, 2009.
-# YunQiang Su <[email protected]>, 2010.
-#
-msgid ""
-msgstr ""
-"Project-Id-Version: invest.mate-3.0\n"
-"POT-Creation-Date: 2010-07-13 12:45+0000\n"
-"PO-Revision-Date: 2010-07-20 13:40+0800\n"
-"Last-Translator: YunQiang Su <[email protected]>\n"
-"Language-Team: Chinese (simplified) <[email protected]>\n"
-"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=UTF-8\n"
-"Content-Transfer-Encoding: 8bit\n"
-
-#: C/invest-applet.xml:26(title)
-msgid "Invest Manual"
-msgstr "投资小程序手册"
-
-#: C/invest-applet.xml:30(year)
-msgid "2004"
-msgstr "2004"
-
-#: C/invest-applet.xml:31(year)
-msgid "2005"
-msgstr "2005"
-
-#: C/invest-applet.xml:32(holder)
-msgid "Raphael Slinckx"
-msgstr "Raphael Slinckx"
-
-#: C/invest-applet.xml:35(year)
-msgid "2007"
-msgstr "2007"
-
-#: C/invest-applet.xml:36(holder) C/invest-applet.xml:91(para)
-msgid "Terrence Hall"
-msgstr "Terrence Hall"
-
-#: C/invest-applet.xml:49(publishername)
-msgid "MATE Documentation Project"
-msgstr "MATE 文档项目"
-
-#: C/invest-applet.xml:2(para)
-msgid ""
-"Permission is granted to copy, distribute and/or modify this document under "
-"the terms of the GNU Free Documentation License (GFDL), Version 1.1 or any "
-"later version published by the Free Software Foundation with no Invariant "
-"Sections, no Front-Cover Texts, and no Back-Cover Texts. You can find a copy "
-"of the GFDL at this <ulink type=\"help\" url=\"help:fdl\">link</ulink> or "
-"in the file COPYING-DOCS distributed with this manual."
-msgstr ""
-"对于本文档的复制、分发和/或修改必须遵循自由软件基金会 (Free Software "
-"Foundation) 发布的 GNU 自由文档许可证 (GFDL) 版本 1.1 或更高版本,该许可证没"
-"有固定的部分、没有封面和背页文本。您可以在此<ulink type=\"help\" url=\"help:"
-"fdl\">链接</ulink>上或在随本手册一起分发的 COPYING-DOCS 文件中找到 GFDL 的副"
-"本。"
-
-#: C/invest-applet.xml:12(para)
-msgid ""
-"This manual is part of a collection of MATE manuals distributed under the "
-"GFDL. If you want to distribute this manual separately from the collection, "
-"you can do so by adding a copy of the license to the manual, as described in "
-"section 6 of the license."
-msgstr ""
-"本手册是在 GFDL 许可之下分发的 MATE 手册集合的一部分。如果想要单独分发此手"
-"册,可以在手册中添加该许可证的一份副本然后分发,如该许可证的第 6 部分所述。"
-
-#: C/invest-applet.xml:19(para)
-msgid ""
-"Many of the names used by companies to distinguish their products and "
-"services are claimed as trademarks. Where those names appear in any MATE "
-"documentation, and the members of the MATE Documentation Project are made "
-"aware of those trademarks, then the names are in capital letters or initial "
-"capital letters."
-msgstr ""
-"各个公司使用的许多用于区别它们产品和服务的名称都声明为商标。在所有的 MATE 文"
-"档以及 MATE 文档项目的成员中,这些名称都是以全大写字母或首字母大写显示,从而"
-"表明它们是商标。"
-
-#: C/invest-applet.xml:35(para)
-msgid ""
-"DOCUMENT IS PROVIDED ON AN \"AS IS\" BASIS, WITHOUT WARRANTY OF ANY KIND, "
-"EITHER EXPRESSED OR IMPLIED, INCLUDING, WITHOUT LIMITATION, WARRANTIES THAT "
-"THE DOCUMENT OR MODIFIED VERSION OF THE DOCUMENT IS FREE OF DEFECTS "
-"MERCHANTABLE, FIT FOR A PARTICULAR PURPOSE OR NON-INFRINGING. THE ENTIRE "
-"RISK AS TO THE QUALITY, ACCURACY, AND PERFORMANCE OF THE DOCUMENT OR "
-"MODIFIED VERSION OF THE DOCUMENT IS WITH YOU. SHOULD ANY DOCUMENT OR "
-"MODIFIED VERSION PROVE DEFECTIVE IN ANY RESPECT, YOU (NOT THE INITIAL "
-"WRITER, AUTHOR OR ANY CONTRIBUTOR) ASSUME THE COST OF ANY NECESSARY "
-"SERVICING, REPAIR OR CORRECTION. THIS DISCLAIMER OF WARRANTY CONSTITUTES AN "
-"ESSENTIAL PART OF THIS LICENSE. NO USE OF ANY DOCUMENT OR MODIFIED VERSION "
-"OF THE DOCUMENT IS AUTHORIZED HEREUNDER EXCEPT UNDER THIS DISCLAIMER; AND"
-msgstr ""
-"文档按“原样”提供,不提供任何明示或暗示的保证,包括但不限于:文档或文档的修改"
-"版本没有适销性方面的缺陷、适合特定目的的适用性,以及没有侵权行为。您将自行承"
-"担本文档以及文档修改版本的质量、准确性以及性能方面的风险。如果任何文档或文档"
-"修改版本存在缺陷,您(而不是最初的编写者、作者或撰写人)将承担所有必需的服务、"
-"维修或更正的费用。此免责声明是本许可证的重要组成部分。如果不接受此免责声明,"
-"那么您就没有权利使用任何文档或文档的修改版本;并且"
-
-#: C/invest-applet.xml:55(para)
-msgid ""
-"UNDER NO CIRCUMSTANCES AND UNDER NO LEGAL THEORY, WHETHER IN TORT (INCLUDING "
-"NEGLIGENCE), CONTRACT, OR OTHERWISE, SHALL THE AUTHOR, INITIAL WRITER, ANY "
-"CONTRIBUTOR, OR ANY DISTRIBUTOR OF THE DOCUMENT OR MODIFIED VERSION OF THE "
-"DOCUMENT, OR ANY SUPPLIER OF ANY OF SUCH PARTIES, BE LIABLE TO ANY PERSON "
-"FOR ANY DIRECT, INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES OF "
-"ANY CHARACTER INCLUDING, WITHOUT LIMITATION, DAMAGES FOR LOSS OF GOODWILL, "
-"WORK STOPPAGE, COMPUTER FAILURE OR MALFUNCTION, OR ANY AND ALL OTHER DAMAGES "
-"OR LOSSES ARISING OUT OF OR RELATING TO USE OF THE DOCUMENT AND MODIFIED "
-"VERSIONS OF THE DOCUMENT, EVEN IF SUCH PARTY SHALL HAVE BEEN INFORMED OF THE "
-"POSSIBILITY OF SUCH DAMAGES."
-msgstr ""
-"无论在任何情况以及在任何法律理论下,本文档或文档修改版本的作者、最初的编写"
-"者、任何撰写人或任何分发者,或者任意这些方的任何提供者都不对任何人由于使用本"
-"文档或文档修改版本引起或带来的任何直接的、间接的、特殊的、偶然的或继发的损失"
-"承担任何民事(包括疏忽)、合同或其它方面的责任,这些损失包括但不限于信誉损失、"
-"工作停止、计算机失败或故障,或任何以及所有其它损失或由此引发的或与之相关的损"
-"失,即使这些方已被告知存在出现此类损失的可能性时也是如此。"
-
-#: C/invest-applet.xml:28(para)
-msgid ""
-"DOCUMENT AND MODIFIED VERSIONS OF THE DOCUMENT ARE PROVIDED UNDER THE TERMS "
-"OF THE GNU FREE DOCUMENTATION LICENSE WITH THE FURTHER UNDERSTANDING THAT: "
-"<placeholder-1/>"
-msgstr ""
-"本文档以及文档的修改版本都是在遵循 GNU 自由文档许可证的条款下提供,这表示具有"
-"以下含义:<placeholder-1/>"
-
-#: C/invest-applet.xml:61(surname)
-msgid "MATE Documentation Team"
-msgstr "MATE 文档小组"
-
-#: C/invest-applet.xml:64(firstname)
-msgid "Terrence"
-msgstr "Terrence"
-
-#: C/invest-applet.xml:65(surname)
-msgid "Hall"
-msgstr "Hall"
-
-#: C/invest-applet.xml:66(email)
-
-#: C/invest-applet.xml:92(para)
-msgid "Google Highly Open Participation Project"
-msgstr "Google Highly Open Participation Project"
-
-#: C/invest-applet.xml:97(releaseinfo)
-msgid "This manual describes version 2.20.0 of Invest."
-msgstr "本手册讲述的是 Invest 2.20.0 版。"
-
-#: C/invest-applet.xml:101(title)
-msgid "Feedback"
-msgstr "反馈"
-
-#: C/invest-applet.xml:102(para)
-msgid ""
-"To report a bug or make a suggestion regarding the Invest application or "
-"this manual, follow the directions in the <ulink url=\"help:mate-feedback"
-"\" type=\"help\">MATE Feedback Page</ulink>."
-msgstr ""
-"要报告关于 Invest 或使用手册中的缺陷,或者提出建议,请参照 <ulink url="
-"\"help:mate-feedback\" type=\"help\">MATE 反馈页</ulink> 上的指导。"
-
-#: C/invest-applet.xml:111(para)
-msgid "User manual for Invest"
-msgstr "投资小程序用户手册"
-
-#: C/invest-applet.xml:118(primary)
-msgid "Invest"
-msgstr "投资"
-
-#: C/invest-applet.xml:121(primary)
-msgid "invest-applet"
-msgstr "invest-applet"
-
-#: C/invest-applet.xml:128(title)
-msgid "Introduction"
-msgstr "介绍"
-
-#: C/invest-applet.xml:130(para)
-msgid ""
-"The <application>Invest</application> MATE panel applet downloads current "
-"stock quotes from Yahoo! Finance and displays the quotes in a drop-down list."
-msgstr ""
-"<application>投资</application> 面板小程序从 Yahoo! 财经下载当前股票报价,并"
-"显示在一个下拉列表中。"
-
-#: C/invest-applet.xml:133(para)
-msgid ""
-"<application>Invest</application> displays the following information for "
-"each stock symbol that is defined in the applet preferences:"
-msgstr ""
-"<application>投资</application> 显示了在首选项里定义的各个股票代码的下列信"
-"息:"
-
-#: C/invest-applet.xml:140(para)
-msgid "The stock symbol that represents a company"
-msgstr "代表公司的股票代码"
-
-#: C/invest-applet.xml:145(para)
-msgid "The current share price quote (delayed 15 minutes)"
-msgstr "当前股份的报价(有15分钟延迟)"
-
-#: C/invest-applet.xml:151(para)
-msgid "The change in the stock price over the last day."
-msgstr "前一天股票价格的变化"
-
-#: C/invest-applet.xml:156(para)
-msgid "A graph of recent changes"
-msgstr "显示最近变化的图表"
-
-#: C/invest-applet.xml:161(para)
-msgid "The amount of the increase or decrease in the price since purchase"
-msgstr "自从购买后价格上升或下降的数量"
-
-#: C/invest-applet.xml:169(para)
-msgid "The percentage increase or decrease in the price since purchase"
-msgstr "自从购买后价格上升或下降的百分比"
-
-#: C/invest-applet.xml:178(title)
-msgid "Getting Started"
-msgstr "快速入门"
-
-#: C/invest-applet.xml:183(title)
-msgid "Add Invest to a Panel"
-msgstr "添加投资小程序到面板上"
-
-#: C/invest-applet.xml:184(para)
-msgid ""
-"To add <application>Invest</application> to a MATE panel, right-click on "
-"the panel, then choose <guilabel>Add to Panel</guilabel>. Select "
-"<application>Invest</application> in the <guilabel>Add to Panel</guilabel> "
-"dialog, then click <guilabel>OK</guilabel>. Click <guilabel>Close</guilabel> "
-"when finished."
-msgstr ""
-"要向面板添加 <application>投资</application> 小程序,在面板上点右键,选择 "
-"<guilabel>添加到面板</guilabel>,在弹出的 <guilabel>添加到面板</guilabel> 对"
-"话框里,选择 <application>投资</application>,然后点 <guilabel>添加</"
-"guilabel>。完成后,点击 <guilabel>关闭</guilabel>。"
-
-#: C/invest-applet.xml:187(title)
-msgid "Remove Invest From a Panel"
-msgstr "从面板上删除投资小程序"
-
-#: C/invest-applet.xml:188(para)
-msgid ""
-"To remove <application>Invest</application> from a MATE panel, right-click "
-"on the icon, then choose <guilabel>Remove From Panel</guilabel>."
-msgstr ""
-"要从面板上删除 <application>投资</application> 小程序,在图标上点右键,然后"
-"选 <guilabel>从面板上删除</guilabel>。"
-
-#: C/invest-applet.xml:191(title)
-msgid "More Information"
-msgstr "更多相关信息"
-
-#: C/invest-applet.xml:192(para)
-msgid ""
-"More information about the MATE panel can be found in the <ulink url="
-"\"help:user-guide?panels\" type=\"help\">MATE Panel documentation</ulink>."
-msgstr ""
-"更多相关信息,请参阅:<ulink url=\"help:user-guide?panels\" type=\"help"
-"\">MATE 面板小程序文档</ulink>。"
-
-#: C/invest-applet.xml:201(title)
-msgid "Using Invest"
-msgstr "使用"
-
-#: C/invest-applet.xml:205(title)
-msgid "Add Company Stock Quotes to the Applet"
-msgstr "添加公司股票到小程序中"
-
-#: C/invest-applet.xml:207(para)
-msgid ""
-"To add stock symbols to <application>Invest</application>, perform the "
-"following steps:"
-msgstr ""
-"要添加股票代码到 <application>投资</application> 小程序,请按下面的步骤操作:"
-
-#: C/invest-applet.xml:212(para) C/invest-applet.xml:263(para)
-msgid "Right-click on the icon, and select <guilabel>Preferences</guilabel>."
-msgstr "在图标上点右键,然后选 <guilabel>首选项</guilabel>。"
-
-#: C/invest-applet.xml:218(para)
-msgid ""
-"Click <guilabel>Add</guilabel> to add a stock to <application>Invest</"
-"application>."
-msgstr ""
-"点 <guilabel>添加</guilabel> 按钮,添加一个股票到 <application>投资</"
-"application>小程序中。"
-
-#: C/invest-applet.xml:224(para)
-msgid ""
-"The default stock symbol is GOOG. Double-click the stock symbol to change "
-"the listing."
-msgstr "默认的股票代码是 GOOG,在股票代码上双击来更改它。"
-
-#: C/invest-applet.xml:229(para)
-msgid ""
-"You can also edit the number of shares you own in the stock, the purchase "
-"price and the commission."
-msgstr "您可以在股票里编辑股份数量,购买价格和佣金。"
-
-#: C/invest-applet.xml:235(para)
-msgid ""
-"Click <guilabel>Close</guilabel> when you are finished adding stock symbols."
-msgstr "点 <guilabel>关闭</guilabel> 按钮,完成股票添加。"
-
-#: C/invest-applet.xml:243(title)
-msgid "View Selected Stocks"
-msgstr "查看选中的股票"
-
-#: C/invest-applet.xml:244(para)
-msgid ""
-"To view your selected stocks, click on the <application>Invest</application> "
-"icon on the panel. A list of your stocks will appear. To close the list, "
-"click the icon again."
-msgstr ""
-"要查看您选中的股票,在面板上点 <application>投资</application> 图标,出来一个"
-"您的股票列表。再次点击图标,关闭列表。"
-
-#: C/invest-applet.xml:250(title)
-msgid "Update the Display"
-msgstr "更新显示"
-
-#: C/invest-applet.xml:251(para)
-msgid ""
-"To immediately update the information that is displayed in the applet, right-"
-"click on the applet, then choose <guilabel>Refresh</guilabel>."
-msgstr ""
-"要立即更新显示的列表信息,在小程序上点右键,然后选 <guilabel>刷新</"
-"guilabel>。"
-
-#: C/invest-applet.xml:255(title)
-msgid "Remove Company Stock Quotes from the Applet"
-msgstr "从小程序中删除公司股票代码"
-
-#: C/invest-applet.xml:257(para)
-msgid ""
-"To remove stock symbols from <application>Invest</application>, perform the "
-"following steps:"
-msgstr ""
-"要从 <application>投资</application> 小程序中删除一个股票代码,请按下面的步骤"
-"操作:"
-
-#: C/invest-applet.xml:270(para)
-msgid "Click the row containing the ticker symbol you wish to remove."
-msgstr "点击您想删除的股票代码行"
-
-#: C/invest-applet.xml:275(para)
-msgid "Click <guilabel>Remove</guilabel> to delete the listing."
-msgstr "然后点 <guilabel>删除</guilabel> 按钮,从列表中删除它。"
-
-#: C/invest-applet.xml:281(para)
-msgid "Click <guilabel>Close</guilabel> when you are finished."
-msgstr "点 <guilabel>关闭</guilabel> 按钮,完成修改。"
-
-#: C/invest-applet.xml:289(title)
-msgid "Chart Options"
-msgstr "图表选项"
-
-#: C/invest-applet.xml:290(para)
-msgid ""
-"To use the financial charts, view the list of selected stocks, and double-"
-"click the stock that you wish to chart. The chart parameters can be "
-"customized by clicking <guilabel>Options</guilabel>."
-msgstr ""
-"要使用财经图表查看列表里选中的股票,在列表里的股票上双击。图表参数可以通过点"
-"击 <guilabel>选项</guilabel> 来自定义。"
-
-#: C/invest-applet.xml:293(title)
-msgid "Date Range"
-msgstr "日期范围"
-
-#: C/invest-applet.xml:294(para)
-msgid ""
-"The date range, in the top-right corner of the window, selects the length of "
-"time to report on. By default it gives one day of data, but it can be "
-"extended out to three years."
-msgstr ""
-"日期范围,在窗口的右上角,选择报告的时间段。默认是给出一天(1d)的日期,但它也"
-"可以扩展到三年(3y)。"
-
-#: C/invest-applet.xml:302(title)
-msgid "Graph Style"
-msgstr "图表类型"
-
-#: C/invest-applet.xml:303(para)
-msgid ""
-"Historical price information can be graphed in three different ways. You can "
-"select a line chart, bar chart, or candlestick chart."
-msgstr ""
-"历史价格信息可以用三种不同的方法来显示。您可以选择曲线图标,条形图,或者烛形"
-"图。"
-
-#: C/invest-applet.xml:310(guilabel)
-msgid "Line Chart"
-msgstr "曲线图"
-
-#: C/invest-applet.xml:312(para)
-msgid ""
-"This is the default option. This graphs the historical price information in "
-"a familiar manner, connecting each day's closing price in a with a single "
-"line for each stock. Line charts for graphing stock prices are useful if an "
-"analyst is interested only in a share's closing price each time."
-msgstr ""
-"这是默认的选项,这个历史价格信息图表用熟悉的方式,连接每天的股票价格为一条连"
-"续的曲线。曲线图对于那些仅仅感兴趣收盘价的分析者非常有用。"
-
-#: C/invest-applet.xml:316(guilabel)
-msgid "Bar Chart"
-msgstr "条形图"
-
-#: C/invest-applet.xml:319(para)
-msgid ""
-"A bar chart represents a full day's activity with a single vertical bar.The "
-"top of the vertical line indicates the highest price a security traded at "
-"during the day, and the bottom represents the lowest price. The closing "
-"price is displayed on the right side of the bar, and the opening price is "
-"shown on the left side of the bar. One bar represents one day of trading."
-msgstr ""
-"条形图用一个垂直的条呈现一整天的活动。垂直条的顶端代表这一天里安全交易的最高"
-"价格,底部代表最低价。收盘价显示在条的右边,开盘价显示在条的左边。一个条代表"
-"一天的交易。"
-
-#: C/invest-applet.xml:323(guilabel)
-msgid "Candlestick Chart"
-msgstr "烛形图"
-
-#: C/invest-applet.xml:325(para)
-msgid ""
-"A candlestick chart in which the open and close prices are represented as "
-"the top and bottom of a rectangle surrounding a vertical line connecting the "
-"high and low prices. The body of the rectangle is filled if the closing "
-"price is lower than the opening price and is left blank if the closing price "
-"is higher than the opening price."
-msgstr ""
-"烛形图用开盘价和收盘价,以及顶部和底部围绕出的矩形,一条垂直线连接最高和最低"
-"价格来呈现。如果收盘价低于开盘价,矩形是填充的;如果收盘价高于开盘价,左边是"
-"空的。"
-
-#: C/invest-applet.xml:331(title)
-msgid "Moving Average"
-msgstr "移动平均线"
-
-#: C/invest-applet.xml:332(para)
-msgid ""
-"A moving average is a statistical series of a security's closing prices "
-"throughout consecutive trading days. It is typically shown in the same graph "
-"as a line chart to indicate trends in share prices."
-msgstr ""
-"移动平均线是一条连续贯穿交易日的安全收盘价统计线。在一些图像里它是作为一条曲"
-"线醒目显示交易的价格。"
-
-#: C/invest-applet.xml:338(title)
-msgid "Exponential Moving Average"
-msgstr "指数移动平均线(EMA)"
-
-#: C/invest-applet.xml:339(para)
-msgid ""
-"The exponential moving average (EMA) is defined as a moving average "
-"calculated by weighting recent values more heavily than older values. This "
-"type of moving average reacts faster to recent price changes than a simple "
-"moving average. The 12- and 26-day EMAs are popular short-term averages, "
-"while EMAs greater than 50 days are used to signal long-term trends."
-msgstr ""
-"指数移动平均线(EMA)是加权的移动平均,越近期的值权越重。这种类型的移动平均比简"
-"单移动平均更快速反映最近的价格变化。12 和 26 天的 EMA 是流行的短期平均,当 "
-"EMA 大于 50 天,用于长期交易。"
-
-#: C/invest-applet.xml:344(title)
-msgid "Overlays"
-msgstr "附加指标"
-
-#: C/invest-applet.xml:346(para)
-msgid ""
-"Overlays allow you to graph multiple statistical measurements onto a single "
-"chart. For example, you can compare the performance of a single stock "
-"against that of an index such as the NASDAQ or the DJIA."
-msgstr ""
-"附加指标允许您在一个图表上显示多个统计度量。例如,您可以对比某个股票与一个如 "
-"NASDAQ 或 DJIA 指标的情况。"
-
-#: C/invest-applet.xml:351(title)
-msgid "Indicators"
-msgstr "指示器"
-
-#: C/invest-applet.xml:352(para)
-msgid ""
-"Indicators are used to attempt to predict future financial trends. Proper "
-"use of market indicators is beyond the scope of the Invest manual."
-msgstr ""
-"指示器用于尝试预测将来的交易走势。如何使用市场指示器超出了本手册的范围。"
-
-#. Put one translator per line, in the form of NAME <EMAIL>, YEAR1, YEAR2
-#: C/invest-applet.xml:0(None)
-msgid "translator-credits"
-msgstr "TeliuTe <[email protected]>, 2009, 2010"
diff --git a/invest-applet/invest/Makefile.am b/invest-applet/invest/Makefile.am
deleted file mode 100644
index 7ab75594..00000000
--- a/invest-applet/invest/Makefile.am
+++ /dev/null
@@ -1,41 +0,0 @@
-invest-applet: invest-applet.py
- sed -e "s|\@PYTHONDIR\@|$(pythondir)/|" $< > $@
-
-bin_SCRIPTS = mate-invest-chart
-
-libexec_SCRIPTS = invest-applet
-
-investdir = $(pythondir)/mate_invest
-invest_PYTHON = \
- __init__.py \
- about.py \
- help.py \
- applet.py \
- chart.py \
- currencies.py \
- widgets.py \
- quotes.py \
- networkmanager.py \
- preferences.py
-nodist_invest_PYTHON = \
- defs.py
-
-BUILT_SOURCES = \
- invest-applet
-
-CLEANFILES = \
- $(BUILT_SOURCES)
-
-DISTCLEANFILES = \
- defs.py \
- $(CLEANFILES)
-
-EXTRA_DIST = \
- defs.py.in \
- invest-applet.py \
- mate-invest-chart \
- test.py
-
-#TESTS = test.py
-
--include $(top_srcdir)/git.mk
diff --git a/invest-applet/invest/__init__.py b/invest-applet/invest/__init__.py
deleted file mode 100644
index 0bc70f94..00000000
--- a/invest-applet/invest/__init__.py
+++ /dev/null
@@ -1,204 +0,0 @@
-import os, sys
-from os.path import join, exists, isdir, isfile, dirname, abspath
-from types import ListType
-import datetime
-
-# Autotools set the actual data_dir in defs.py
-from defs import *
-
-import gi
-gi.require_version("Gtk", "3.0")
-from gi.repository import Gtk
-from gi.repository import Gdk
-from gi.repository import GObject
-from gi.repository import Gio
-from gi.repository import GLib
-
-import cPickle
-
-import networkmanager
-
-
-
-DEBUGGING = False
-
-# central debugging and error method
-def debug(msg):
- if DEBUGGING:
- print "%s: %s" % (datetime.datetime.now().strftime("%Y-%m-%d %H:%M:%S.%f"), msg)
-
-def error(msg):
- print "%s: ERROR: %s" % (datetime.datetime.now().strftime("%Y-%m-%d %H:%M:%S.%f"), msg)
-
-
-# Allow to use uninstalled invest ---------------------------------------------
-UNINSTALLED_INVEST = False
-def _check(path):
- return exists(path) and isdir(path) and isfile(path+"/Makefile.am")
-
-name = join(dirname(__file__), '..')
-if _check(name):
- UNINSTALLED_INVEST = True
-
-# Sets SHARED_DATA_DIR to local copy, or the system location
-# Shared data dir is most the time /usr/share/invest-applet
-if UNINSTALLED_INVEST:
- SHARED_DATA_DIR = abspath(join(dirname(__file__), '..', 'data'))
- BUILDER_DATA_DIR = SHARED_DATA_DIR
- ART_DATA_DIR = join(SHARED_DATA_DIR, 'art')
-else:
- SHARED_DATA_DIR = join(DATA_DIR, "mate-applets", "invest-applet")
- BUILDER_DATA_DIR = BUILDERDIR
- ART_DATA_DIR = SHARED_DATA_DIR
-
-USER_INVEST_DIR = join(GLib.get_user_config_dir(), "mate/invest-applet")
-if not exists(USER_INVEST_DIR):
- try:
- os.makedirs(USER_INVEST_DIR, 0744)
- except Exception , msg:
- error('Could not create user dir (%s): %s' % (USER_INVEST_DIR, msg))
-# ------------------------------------------------------------------------------
-
-# Set the cwd to the home directory so spawned processes behave correctly
-# when presenting save/open dialogs
-os.chdir(GLib.get_home_dir())
-
-# tests whether the given stocks are in the old labelless format
-def labelless_stock_format(stocks):
- if len(stocks) == 0:
- return False
-
- # take the first element of the dict and check if its value is a list
- if type(stocks[stocks.keys()[0]]) is ListType:
- return True
-
- # there is no list, so it is already the new stock file format
- return False
-
-# converts the given stocks from the labelless format into the one with labels
-def update_to_labeled_stock_format(stocks):
- new = {}
-
- for k, l in stocks.items():
- d = {'label':"", 'purchases':l}
- new[k] = d
-
- return new
-
-# tests whether the given stocks are in the format without exchange information
-def exchangeless_stock_format(stocks):
- if len(stocks) == 0:
- return False
-
- # take the first element of the dict and check if its value is a list
- for symbol, data in stocks.items():
- purchases = stocks[symbol]["purchases"]
- if len(purchases) > 0:
- purchase = purchases[0]
- if not purchase.has_key("exchange"):
- return True
-
- return False
-
-# converts the given stocks into format with exchange information
-def update_to_exchange_stock_format(stocks):
- for symbol, data in stocks.items():
- purchases = data["purchases"]
- for purchase in purchases:
- purchase["exchange"] = 0
-
- return stocks
-
-STOCKS_FILE = join(USER_INVEST_DIR, "stocks.pickle")
-
-try:
- STOCKS = cPickle.load(file(STOCKS_FILE))
-
- # if the stocks file is in the stocks format without labels,
- # then we need to convert it into the new labeled format
- if labelless_stock_format(STOCKS):
- STOCKS = update_to_labeled_stock_format(STOCKS);
-
- # if the stocks file does not contain exchange rates, add them
- if exchangeless_stock_format(STOCKS):
- STOCKS = update_to_exchange_stock_format(STOCKS);
-except Exception, msg:
- error("Could not load the stocks from %s: %s" % (STOCKS_FILE, msg) )
- STOCKS = {}
-
-#STOCKS = {
-# "AAPL": {
-# "amount": 12,
-# "bought": 74.94,
-# "comission": 31,
-# },
-# "INTC": {
-# "amount": 30,
-# "bought": 25.85,
-# "comission": 31,
-# },
-# "GOOG": {
-# "amount": 1,
-# "bought": 441.4,
-# "comission": 31,
-# },
-#}
-
-CONFIG_FILE = join(USER_INVEST_DIR, "config.pickle")
-try:
- CONFIG = cPickle.load(file(CONFIG_FILE))
-except Exception, msg:
- CONFIG = {} # default configuration
-
-CURRENCIES_FILE = join(USER_INVEST_DIR, "currencies.csv")
-QUOTES_FILE = join(USER_INVEST_DIR, "quotes.csv")
-
-
-# set default proxy config
-PROXY = None
-
-# borrowed from Ross Burton
-# http://burtonini.com/blog/computers/postr
-# extended by exception handling and retry scheduling
-def get_gnome_proxy():
-
- # sanity check if we still need to look for proxy configuration
- global PROXY
- if PROXY != None:
- return
-
- # try to get config from gsettings
- try:
- proxy_settings = Gio.Settings.new("org.gnome.system.proxy")
- proxy_http_settings = Gio.Settings.new("org.gnome.system.proxy.http")
-
- proxy_mode = proxy_settings.get_enum("mode")
-
- if proxy_mode == 1:
- host = proxy_http_settings.get_string("host")
- port = proxy_http_settings.get_int("port")
- if host is None or host == "" or port == 0:
- # system proxy is not valid, stop here
- return
-
- if proxy_http_settings.get_boolean("use-authentication"):
- user = proxy_http_settings.get_string("authentication-user")
- password = proxy_http_settings.get_string("authentication-password")
- if user and user != "":
- url = "http://%s:%s@%s:%d" % (user, password, host, port)
- else:
- url = "http://%s:%d" % (host, port)
- else:
- url = "http://%s:%d" % (host, port)
-
- # proxy config found, memorize
- PROXY = {'http': url}
-
- except Exception, msg:
- error("Failed to get proxy configuration from GSettings:\n%s" % msg)
-
-get_gnome_proxy()
-
-
-# connect to Network Manager to identify current network connectivity
-nm = networkmanager.NetworkManager()
diff --git a/invest-applet/invest/about.py b/invest-applet/invest/about.py
deleted file mode 100644
index 5a32cdb9..00000000
--- a/invest-applet/invest/about.py
+++ /dev/null
@@ -1,40 +0,0 @@
-# -*- coding: utf-8 -*-
-from os.path import join
-from gettext import gettext as _
-from mate_invest.defs import VERSION
-import mate_invest
-
-import gi
-gi.require_version("Gtk", "3.0")
-from gi.repository import Gtk
-from gi.repository import Gdk
-from gi.repository import GdkPixbuf
-
-invest_logo = None
-try:
- invest_logo = GdkPixbuf.Pixbuf.new_from_file_at_size(join(mate_invest.ART_DATA_DIR, "invest_neutral.svg"), 96, 96)
-except Exception, msg:
- pass
-
-def show_about():
- about = Gtk.AboutDialog()
- infos = {
- "program-name" : _("Invest"),
- "logo" : invest_logo,
- "version" : VERSION,
- "comments" : _("Track your invested money."),
- "copyright" : "Copyright © 2004-2005 Raphael Slinckx\nCopyright © 2009-2010 Enrico Minack\nCopyright © 2012-2018 MATE developers"
- }
-
-# about.set_authors("Raphael Slinckx <[email protected]>\nEnrico Minack <[email protected]>")
-# about.set_artists([])
-# about.set_documenters([])
-
- #translators: These appear in the About dialog, usual format applies.
- about.set_translator_credits( _("translator-credits") )
-
- for prop, val in infos.items():
- about.set_property(prop, val)
-
- about.connect ("response", lambda self, *args: self.destroy ())
- about.show_all()
diff --git a/invest-applet/invest/applet.py b/invest-applet/invest/applet.py
deleted file mode 100644
index 82001ed3..00000000
--- a/invest-applet/invest/applet.py
+++ /dev/null
@@ -1,199 +0,0 @@
-import os, time
-from os.path import *
-import mate_invest.defs
-
-import gi
-gi.require_version("Gtk", "3.0")
-
-from gi.repository import Gtk
-from gi.repository import Gdk
-from gi.repository import GdkPixbuf
-from gi.repository import GObject
-from gi.repository import MatePanelApplet
-
-GObject.threads_init()
-from gettext import gettext as _
-
-import mate_invest, mate_invest.about, mate_invest.chart, mate_invest.preferences
-from mate_invest.quotes import QuoteUpdater
-from mate_invest.widgets import *
-
-Gtk.Window.set_default_icon_from_file(join(mate_invest.ART_DATA_DIR, "invest_neutral.svg"))
-
-class InvestApplet(MatePanelApplet.Applet):
- def __init__(self, applet):
- self.applet = applet
-
- # name, stock_id, label, accellerator, tooltip, callback
- menu_actions = [("About", Gtk.STOCK_ABOUT, _("About"), None, None, self.on_about),
- ("Help", Gtk.STOCK_HELP, _("Help"), None, None, self.on_help),
- ("Prefs", Gtk.STOCK_PREFERENCES, _("Preferences"), None, None, self.on_preferences),
- ("Refresh", Gtk.STOCK_REFRESH, _("Refresh"), None, None, self.on_refresh)
- ]
- actiongroup = Gtk.ActionGroup.new("InvestAppletActions")
- actiongroup.set_translation_domain(mate_invest.defs.GETTEXT_PACKAGE)
- actiongroup.add_actions(menu_actions, None)
- self.applet.setup_menu_from_file (join(mate_invest.defs.PKGDATADIR, "Invest_Applet.xml"), actiongroup)
-
- evbox = Gtk.HBox()
- self.applet_icon = Gtk.Image()
- self.set_applet_icon(0)
- self.applet_icon.show()
- evbox.add(self.applet_icon)
- self.applet.add(evbox)
- self.applet.connect("button-press-event", self.button_clicked)
- self.applet.show_all()
- self.new_ilw()
-
- def new_ilw(self):
- self.quotes_updater = QuoteUpdater(self.set_applet_icon,
- self.set_applet_tooltip)
- self.investwidget = InvestWidget(self.quotes_updater)
- self.ilw = InvestmentsListWindow(self.applet, self.investwidget)
-
- def reload_ilw(self):
- self.ilw.destroy()
- self.new_ilw()
-
- def button_clicked(self, widget,event):
- if event.type == Gdk.EventType.BUTTON_PRESS and event.button == 1:
- # Three cases...
- if len (mate_invest.STOCKS) == 0:
- # a) We aren't configured yet
- mate_invest.preferences.show_preferences(self, _("<b>You have not entered any stock information yet</b>"))
- self.reload_ilw()
- elif not self.quotes_updater.quotes_valid:
- # b) We can't get the data (e.g. offline)
- alert = Gtk.MessageDialog(buttons=Gtk.ButtonsType.CLOSE)
- alert.set_markup(_("<b>No stock quotes are currently available</b>"))
- alert.format_secondary_text(_("The server could not be contacted. The computer is either offline or the servers are down. Try again later."))
- alert.run()
- alert.destroy()
- else:
- # c) Everything is normal: pop-up the window
- self.ilw.toggle_show()
-
- def on_about(self, action):
- mate_invest.about.show_about()
-
- def on_help(self, action):
- mate_invest.help.show_help()
-
- def on_preferences(self, action):
- mate_invest.preferences.show_preferences(self)
- self.reload_ilw()
-
- def on_refresh(self, action):
- self.quotes_updater.refresh()
-
- def set_applet_icon(self, change):
- if change == 1:
- pixbuf = GdkPixbuf.Pixbuf.new_from_file_at_size(join(mate_invest.ART_DATA_DIR, "invest-22_up.png"), -1,-1)
- elif change == 0:
- pixbuf = GdkPixbuf.Pixbuf.new_from_file_at_size(join(mate_invest.ART_DATA_DIR, "invest-22_neutral.png"), -1,-1)
- else:
- pixbuf = GdkPixbuf.Pixbuf.new_from_file_at_size(join(mate_invest.ART_DATA_DIR, "invest-22_down.png"), -1,-1)
- self.applet_icon.set_from_pixbuf(pixbuf)
-
- def set_applet_tooltip(self, text):
- self.applet_icon.set_tooltip_text(text)
-
-class InvestmentsListWindow(Gtk.Window):
- def __init__(self, applet, list):
- Gtk.Window.__init__(self, type=Gtk.WindowType.TOPLEVEL)
- self.set_type_hint(Gdk.WindowTypeHint.DOCK)
- self.stick()
- self.set_resizable(False)
- self.set_border_width(6)
-
- self.applet = applet # this is the widget we want to align with
- self.alignment = self.applet.get_orient ()
-
- self.add(list)
- list.show()
-
- # boolean variable that identifies if the window is visible
- # show/hide is triggered by left-clicking on the applet
- self.hidden = True
-
- def toggle_show(self):
- if self.hidden == True:
- self.update_position()
- self.show_all()
- self.hidden = False
- elif self.hidden == False:
- self.hide()
- self.hidden = True
-
- def update_position (self):
- """
- Calculates the position and moves the window to it.
- """
- self.realize()
-
- # Get our own dimensions & position
- #(wx, wy) = self.get_origin()
-
- window = self.applet.get_window()
- screen = window.get_screen()
- monitor = screen.get_monitor_geometry (screen.get_monitor_at_window (window))
- (ret, ax, ay) = window.get_origin()
- (ignored, ignored, aw, ah) = window.get_geometry()
-
- (ww, wh) = self.get_size()
-
- if self.alignment == MatePanelApplet.AppletOrient.LEFT:
- x = ax - ww
- y = ay
-
- if (y + wh > monitor.y + monitor.height):
- y = monitor.y + monitor.height - wh
-
- if (y < 0):
- y = 0
-
- if (y + wh > monitor.height / 2):
- gravity = Gdk.Gravity.SOUTH_WEST
- else:
- gravity = Gdk.Gravity.NORTH_WEST
-
- elif self.alignment == MatePanelApplet.AppletOrient.RIGHT:
- x = ax + aw
- y = ay
-
- if (y + wh > monitor.y + monitor.height):
- y = monitor.y + monitor.height - wh
-
- if (y < 0):
- y = 0
-
- if (y + wh > monitor.height / 2):
- gravity = Gdk.Gravity.SOUTH_EAST
- else:
- gravity = Gdk.Gravity.NORTH_EAST
-
- elif self.alignment == MatePanelApplet.AppletOrient.DOWN:
- x = ax
- y = ay + ah
-
- if (x + ww > monitor.x + monitor.width):
- x = monitor.x + monitor.width - ww
-
- if (x < 0):
- x = 0
-
- gravity = Gdk.Gravity.NORTH_WEST
- elif self.alignment == MatePanelApplet.AppletOrient.UP:
- x = ax
- y = ay - wh
-
- if (x + ww > monitor.x + monitor.width):
- x = monitor.x + monitor.width - ww
-
- if (x < 0):
- x = 0
-
- gravity = Gdk.Gravity.SOUTH_WEST
-
- self.move(x, y)
- self.set_gravity(gravity)
diff --git a/invest-applet/invest/chart.py b/invest-applet/invest/chart.py
deleted file mode 100644
index eb5322cb..00000000
--- a/invest-applet/invest/chart.py
+++ /dev/null
@@ -1,267 +0,0 @@
-#!/usr/bin/env python
-
-import gi
-gi.require_version("Gtk", "3.0")
-from gi.repository import Gtk
-from gi.repository import Gdk
-from gi.repository import GdkPixbuf
-from gi.repository import GObject
-import os
-import mate_invest
-from gettext import gettext as _
-from mate_invest import *
-import sys
-from os.path import join
-import urllib
-from threading import Thread
-import time
-
-AUTOREFRESH_TIMEOUT = 20*60*1000 # 15 minutes
-
-# based on http://www.johnstowers.co.nz/blog/index.php/2007/03/12/threading-and-pygtk/
-class _IdleObject(GObject.GObject):
- """
- Override GObject.GObject to always emit signals in the main thread
- by emmitting on an idle handler
- """
- def __init__(self):
- GObject.GObject.__init__(self)
-
- def emit(self, *args):
- GObject.idle_add(GObject.GObject.emit,self,*args)
-
-class ImageRetriever(Thread, _IdleObject):
- """
- Thread which uses gobject signals to return information
- to the GUI.
- """
- __gsignals__ = {
- "completed": (
- GObject.SignalFlags.RUN_LAST, None, []),
- # FIXME: should we be making use of this?
- #"progress": (
- # GObject.SignalFlags.RUN_LAST, None, [
- # GObject.TYPE_FLOAT]) #percent complete
- }
-
- def __init__(self, image_url):
- Thread.__init__(self)
- _IdleObject.__init__(self)
- self.image_url = image_url
- self.retrieved = False
-
- def run(self):
- self.image = Gtk.Image()
- try: sock = urllib.urlopen(self.image_url, proxies = mate_invest.PROXY)
- except Exception, msg:
- mate_invest.debug("Error while opening %s: %s" % (self.image_url, msg))
- else:
- loader = GdkPixbuf.PixbufLoader()
- loader.connect("closed", lambda loader: self.image.set_from_pixbuf(loader.get_pixbuf()))
- loader.write(sock.read())
- sock.close()
- loader.close()
- self.retrieved = True
- self.emit("completed")
-
-# p:
-# eX = Exponential Moving Average
-# mX = Moving Average
-# b = Bollinger Bands Overlay
-# v = Volume Overlay
-# p = Parabolic SAR overlay
-# s = Splits Overlay
-# q:
-# l = Line
-# c = Candles
-# b = Bars
-# l:
-# on = Logarithmic
-# off = Linear
-# z:
-# l = Large
-# m = Medium
-# t:
-# Xd = X Days
-# Xm = X Months
-# Xy = X Years
-# a:
-# fX = MFI X days
-# ss = Slow Stochastic
-# fs = Fast Stochastic
-# wX = W%R X Days
-# mX-Y-Z = MACD X Days, Y Days, Signal
-# pX = ROC X Days
-# rX = RSI X Days
-# v = Volume
-# vm = Volume +MA
-# c:
-# X = compare with X
-#
-
-class FinancialChart:
- def __init__(self, ui):
- self.ui = ui
-
- #Time ranges of the plot (parameter / combo-box t)
- self.time_ranges = ["1d", "5d", "3m", "6m", "1y", "5y", "my"]
-
- #plot types (parameter / combo-box q)
- self.plot_types = ["l", "b", "c"]
-
- #plot scales (parameter / combo-box l)
- self.plot_scales = ["off", "on"]
-
- # Window Properties
- win = ui.get_object("window")
- win.set_title(_("Financial Chart"))
-
- try:
- pixbuf = GdkPixbuf.Pixbuf.new_from_file_at_size(join(mate_invest.ART_DATA_DIR, "invest_neutral.svg"), 96,96)
- self.ui.get_object("plot").set_from_pixbuf(pixbuf)
- except Exception, msg:
- mate_invest.debug("Could not load 'invest-neutral.svg' file: %s" % msg)
- pass
-
- # Defaut comboboxes values
- for widget in ["t", "q", "l"]:
- ui.get_object(widget).set_active(0)
-
- # Connect every option widget to its corresponding change signal
- symbolentry = ui.get_object("s")
- refresh_chart_callback = lambda w: self.on_refresh_chart()
-
- for widgets, signal in [
- (("pm5","pm10","pm20","pm50","pm100","pm200",
- "pe5","pe10", "pe20","pe50","pe100","pe200",
- "pb","pp","ps","pv",
- "ar","af","ap","aw","am","ass","afs","av","avm"), "toggled"),
- (("t", "q", "l"), "changed"),
- (("s",), "activate"),
- ]:
- for widget in widgets:
- ui.get_object(widget).connect(signal, refresh_chart_callback)
-
- ui.get_object("progress").hide()
-
- # Connect auto-refresh widget
- self.autorefresh_id = 0
- ui.get_object("autorefresh").connect("toggled", self.on_autorefresh_toggled)
-
- def on_refresh_chart(self, from_timer=False):
- tickers = self.ui.get_object("s").get_text()
-
- if tickers.strip() == "":
- return True
-
- # FIXME: We don't just do US stocks, so we can't be this
- # simplistic about it, but it is a good idea.
- #if from_timer and not ustime.hour_between(9, 16):
- # return True
-
- tickers = [ticker.strip().upper() for ticker in tickers.split(' ') if ticker != ""]
-
- # Update Window Title ------------------------------------------------------
- win = self.ui.get_object("window")
- title = _("Financial Chart - %s")
- titletail = ""
- for ticker in tickers:
- titletail += "%s / " % ticker
- title = title % titletail
-
- win.set_title(title[:-3])
-
- # Detect Comparison or simple chart ----------------------------------------
- opt = ""
- for ticker in tickers[1:]:
- opt += "&c=%s" % ticker
-
- # Create the overlay string ------------------------------------------------
- p = ""
- for name, param in [
- ("pm5", 5),
- ("pm10", 10),
- ("pm20", 20),
- ("pm50", 50),
- ("pm100", 100),
- ("pm200", 200),
- ("pe5", 5),
- ("pe10", 10),
- ("pe20", 20),
- ("pe50", 50),
- ("pe100", 100),
- ("pe200", 200),
- ("pb", ""),
- ("pp", ""),
- ("ps", ""),
- ("pv", ""),
- ]:
- if self.ui.get_object(name).get_active():
- p += "%s%s," % (name[1], param)
-
- # Create the indicators string ---------------------------------------------
- a = ""
- for name, param in [
- ("ar", 14),
- ("af", 14),
- ("ap", 12),
- ("aw", 14),
- ("am", "26-12-9"),
- ("ass", ""),
- ("afs", ""),
- ("av", ""),
- ("avm", ""),
- ]:
- if self.ui.get_object(name).get_active():
- a += "%s%s," % (name[1:], param)
-
- # Create the image URL -----------------------------------------------------
- chart_base_url = "http://chart.finance.yahoo.com/z?s=%(s)s&t=%(t)s&q=%(q)s&l=%(l)s&z=%(z)s&p=%(p)s&a=%(a)s%(opt)s"
- url = chart_base_url % {
- "s": tickers[0],
- "t": self.time_ranges[self.ui.get_object("t").get_active()],
- "q": self.plot_types[self.ui.get_object("q").get_active()],
- "l": self.plot_scales[self.ui.get_object("l").get_active()],
- "z": "l",
- "p": p,
- "a": a,
- "opt": opt,
- }
-
- # Download and display the image -------------------------------------------
- progress = self.ui.get_object("progress")
- progress.set_text(_("Opening Chart"))
- progress.show()
-
- image_retriever = ImageRetriever(url)
- image_retriever.connect("completed", self.on_retriever_completed)
- image_retriever.start()
-
- # Update timer if needed
- self.on_autorefresh_toggled(self.ui.get_object("autorefresh"))
- return True
-
- def on_retriever_completed(self, retriever):
- self.ui.get_object("plot").set_from_pixbuf(retriever.image.get_pixbuf())
- progress = self.ui.get_object("progress")
- if retriever.retrieved == True:
- progress.set_text(_("Chart downloaded"))
- else:
- progress.set_text(_("Chart could not be downloaded"))
-
- def on_autorefresh_toggled(self, autorefresh):
- if self.autorefresh_id != 0:
- GObject.source_remove(self.autorefresh_id)
- self.autorefresh_id = 0
-
- if autorefresh.get_active():
- self.autorefresh_id = GObject.timeout_add(AUTOREFRESH_TIMEOUT, self.on_refresh_chart, True)
-
-def show_chart(tickers):
- ui = Gtk.Builder();
- ui.add_from_file(os.path.join(mate_invest.BUILDER_DATA_DIR, "financialchart.ui"))
- chart = FinancialChart(ui)
- ui.get_object("s").set_text(' '.join(tickers))
- chart.on_refresh_chart()
- return ui.get_object("window")
-
diff --git a/invest-applet/invest/currencies.py b/invest-applet/invest/currencies.py
deleted file mode 100644
index 0eaa075c..00000000
--- a/invest-applet/invest/currencies.py
+++ /dev/null
@@ -1,145 +0,0 @@
-class Currencies:
- currencies = {
- "BZD" : "Belize Dollar",
- "NLG" : "Dutch Guilder",
- "SLL" : "Sierra Leone Leone",
- "FRF" : "French Franc",
- "NGN" : "Nigerian Naira",
- "CRC" : "Costa Rican Colon",
- "LAK" : "Laos Kip",
- "CLP" : "Chilean Peso",
- "DZD" : "Algerian Dinar",
- "SZL" : "Swaziland Lilangeni",
- "MUR" : "Mauritius Rupee",
- "WST" : "Western Samoa Tala",
- "MMK" : "Myanmar Kyat",
- "IDR" : "Indonesian Rupiah",
- "GTQ" : "Guatemala Quetzal",
- "CAD" : "Canadian Dollar",
- "AWG" : "Aruban Florin",
- "TTD" : "Trinidad Dollar",
- "PKR" : "Pakistani Rupee",
- "XCD" : "East Caribbean Dollar",
- "VUV" : "Vanuatu Vatu",
- "XOF" : "CFA Franc (BCEAO)",
- "ROL" : "Romanian Leu",
- "KMF" : "Comoros Franc",
- "SIT" : "Slovenian Tolar",
- "VEB" : "Venezuelan Bolivar",
- "ANG" : "Netherlands Antilles Guilder",
- "MNT" : "Mongolian Tugrik",
- "LBP" : "Lebanese Pound",
- "KES" : "Kenyan Shilling",
- "BTN" : "Bhutan Ngultrum",
- "GBP" : "British Pound",
- "SEK" : "Swedish Krona",
- "ZMK" : "Zambia Kwacha",
- "SKK" : "Slovak Koruna",
- "DKK" : "Danish Krone",
- "AFA" : "Afganistan Afghani",
- "CYP" : "Cypriot Pound",
- "SCR" : "Seychelles Rupee",
- "FJD" : "Fiji Dollar",
- "SRG" : "Surinam Guilder",
- "SHP" : "St. Helena Pound",
- "ALL" : "Albanian Lek",
- "TOP" : "Tonga Isl Pa'anga",
- "UGX" : "Ugandan Shilling",
- "OMR" : "Oman Rial",
- "DJF" : "Djibouti Franc",
- "BND" : "Brunei Dollar",
- "TND" : "Tunisian Dinar",
- "PTE" : "Portuguese Escudo",
- "IEP" : "Irish Punt",
- "SBD" : "Salomon Islands Dollar",
- "GNF" : "Guinea Franc",
- "BOB" : "Bolivian Boliviano",
- "CVE" : "Cape Verde Escudo",
- "ARS" : "Argentinian Peso",
- "GMD" : "Gambia Dalasi",
- "ZWD" : "Zimbabwean Dollar",
- "MWK" : "Malawi Kwacha",
- "BDT" : "Bangladesh Taka",
- "GRD" : "Greek Drachma",
- "KWD" : "Kuwaiti Dinar",
- "EUR" : "Euro",
- "TRL" : "Turkish Lira",
- "CHF" : "Swiss Franc",
- "DOP" : "Dominican Peso",
- "PEN" : "Peruvian Sol",
- "SVC" : "El Salvador Colon",
- "SGD" : "Singapore Dollar",
- "TWD" : "Taiwan New Dollar",
- "USD" : "US Dollar",
- "BGN" : "Bulgarian Lev",
- "MAD" : "Moroccan Dirham",
- "SAR" : "Saudi Arabian Riyal",
- "AUD" : "Australian Dollar",
- "KYD" : "Cayman Islands Dollar",
- "GHC" : "Ghanaian Cedi",
- "KRW" : "South Korean Won",
- "GIP" : "Gibraltar Pound",
- "NAD" : "Namibian Dollar",
- "CZK" : "Czech Koruna",
- "JMD" : "Jamaican Dollar",
- "MXN" : "Mexican Peso",
- "BWP" : "Botswana Pula",
- "GYD" : "Guyana Dollar",
- "EGP" : "Egyptian Pound",
- "THB" : "Thai Baht",
- "AED" : "United Arab Emirates Dirham",
- "JPY" : "Japanese Yen",
- "JOD" : "Jordanian Dinar",
- "HRK" : "Croatian Kuna",
- "ZAR" : "South African Rand",
- "CUP" : "Cuban Peso",
- "BBD" : "Barbados Dollar",
- "PGK" : "Papua New Guinea Kina",
- "LKR" : "Sri Lanka Rupee",
- "BEF" : "Belgian Franc",
- "PLN" : "Polish Zloty",
- "MYR" : "Malaysian Ringgit",
- "FIM" : "Finnish Markka",
- "CNY" : "Renmimbi Yuan",
- "SDD" : "Sudanese Dinar",
- "LVL" : "Latvian Lats",
- "ITL" : "Italian Lira",
- "INR" : "Indian Rupee",
- "NIO" : "Nicaraguan Cordoba",
- "PHP" : "Philippines Peso",
- "HNL" : "Honduras Lempira",
- "HKD" : "Hong Kong Dollar",
- "NZD" : "New Zealand Dollar",
- "BRL" : "Brazilian Real",
- "MTL" : "Maltese Pound",
- "ATS" : "Austrian Schilling",
- "EEK" : "Estonian Kroon",
- "NOK" : "Norwegian Krone",
- "ISK" : "Iceland Krona",
- "ILS" : "Israeli Shekel",
- "LSL" : "Lesotho Loti",
- "HUF" : "Hungarian Forint",
- "ESP" : "Spanish Peseta",
- "UAH" : "Ukraine Hryvnia",
- "RUB" : "Russian Ruble",
- "BMD" : "Bermuda Dollar",
- "MVR" : "Maldives Rufiyan",
- "QAR" : "Qatari Rial",
- "VND" : "Vietnam Dong",
- "MRO" : "Mauritania Ouguiya",
- "MZM" : "Mozambique Metical",
- "NPR" : "Nepal Rupee",
- "COP" : "Colombian Peso",
- "TZS" : "Tanzanian Shilling",
- "MGF" : "Malagasy Franc",
- "KHR" : "Cambodian Riel",
- "SYP" : "Syria Pound",
- "HTG" : "Haitian Gourde",
- "DEM" : "German Mark",
- "BHD" : "Bahraini Dinar",
- "XAF" : "CFA Franc(BEAC)",
- "STD" : "Sao Tome & Principe Dobra",
- "LTL" : "Lithuanian Litas",
- "ETB" : "Ethiopian Birr",
- "XPF" : "CFP Franc",
-}
diff --git a/invest-applet/invest/defs.py.in b/invest-applet/invest/defs.py.in
deleted file mode 100644
index 9a39484f..00000000
--- a/invest-applet/invest/defs.py.in
+++ /dev/null
@@ -1,9 +0,0 @@
-DATA_DIR = "@DATADIR@"
-LIB_DIR = "@LIBDIR@"
-VERSION = "@VERSION@"
-PACKAGE = "@PACKAGE@"
-PYTHONDIR = "@PYTHONDIR@"
-GETTEXT_PACKAGE = "@GETTEXT_PACKAGE@"
-MATELOCALEDIR = "@MATELOCALEDIR@"
-BUILDERDIR = "@BUILDERDIR@"
-PKGDATADIR = "@PKGDATADIR@"
diff --git a/invest-applet/invest/help.py b/invest-applet/invest/help.py
deleted file mode 100644
index ec0a6dbe..00000000
--- a/invest-applet/invest/help.py
+++ /dev/null
@@ -1,12 +0,0 @@
-# -*- coding: utf-8 -*-
-
-import gi
-gi.require_version("Gtk", "3.0")
-from gi.repository import Gtk
-from gi.repository import Gdk
-
-def show_help():
- Gtk.show_uri(None, "help:mate-invest-applet", Gdk.CURRENT_TIME)
-
-def show_help_section(id):
- Gtk.show_uri(None, "help:mate-invest-applet/%s" % id, Gdk.CURRENT_TIME)
diff --git a/invest-applet/invest/invest-applet.py b/invest-applet/invest/invest-applet.py
deleted file mode 100755
index b1e10578..00000000
--- a/invest-applet/invest/invest-applet.py
+++ /dev/null
@@ -1,101 +0,0 @@
-#!/usr/bin/env python
-import mate_invest.defs
-
-import gi
-gi.require_version("Gtk", "3.0")
-from gi.repository import Gtk
-from gi.repository import GObject
-from gi.repository import MatePanelApplet
-
-import getopt, sys
-from os.path import *
-
-# Allow to use uninstalled
-def _check(path):
- return exists(path) and isdir(path) and isfile(path+"/Makefile.am")
-
-name = join(dirname(__file__), '..')
-if _check(name):
- print 'Running uninstalled invest, modifying PYTHONPATH'
- sys.path.insert(0, abspath(name))
-else:
- sys.path.insert(0, abspath("@PYTHONDIR@"))
-
-# Now the path is set, import our applet
-import mate_invest, mate_invest.applet, mate_invest.help
-
-# Prepare i18n
-import gettext, locale
-gettext.bindtextdomain(mate_invest.defs.GETTEXT_PACKAGE, mate_invest.defs.MATELOCALEDIR)
-gettext.textdomain(mate_invest.defs.GETTEXT_PACKAGE)
-locale.bindtextdomain(mate_invest.defs.GETTEXT_PACKAGE, mate_invest.defs.MATELOCALEDIR)
-locale.textdomain(mate_invest.defs.GETTEXT_PACKAGE)
-
-from gettext import gettext as _
-
-def applet_factory(applet, iid, data):
- mate_invest.debug('Starting invest instance: %s %s'% ( applet, iid ))
- mate_invest.applet.InvestApplet(applet)
- return True
-
-# Return a standalone window that holds the applet
-def build_window():
- app = Gtk.Window(Gtk.WindowType.TOPLEVEL)
- app.set_title(_("Invest Applet"))
- app.connect("destroy", Gtk.main_quit)
- app.set_property('resizable', False)
-
- applet = MatePanelApplet.Applet()
- applet_factory(applet, None, None)
- applet.reparent(app)
-
- app.show_all()
-
- return app
-
-
-def usage():
- print """=== Invest applet: Usage
-$ invest-applet [OPTIONS]
-
-OPTIONS:
- -h, --help Print this help notice.
- -d, --debug Enable debug output (default=off).
- -w, --window Launch the applet in a standalone window for test purposes (default=no).
- """
- sys.exit()
-
-if __name__ == "__main__":
- standalone = False
-
- try:
- opts, args = getopt.getopt(sys.argv[1:], "hdw", ["help", "debug", "window"])
- except getopt.GetoptError:
- # Unknown args were passed, we fallback to behave as if
- # no options were passed
- opts = []
- args = sys.argv[1:]
-
- for o, a in opts:
- if o in ("-h", "--help"):
- usage()
- elif o in ("-d", "--debug"):
- mate_invest.DEBUGGING = True
- mate_invest.debug("Debugging enabled")
- # these messages cannot be turned by mate_invest.DEBUGGING at their originating location,
- # because that variable was set here to be True
- mate_invest.debug("Data Dir: %s" % mate_invest.SHARED_DATA_DIR)
- mate_invest.debug("Detected PROXY: %s" % mate_invest.PROXY)
- elif o in ("-w", "--window"):
- standalone = True
-
- if standalone:
- build_window()
- Gtk.main()
- else:
- MatePanelApplet.Applet.factory_main(
- "InvestAppletFactory",
- True,
- MatePanelApplet.Applet.__gtype__,
- applet_factory,
- None)
diff --git a/invest-applet/invest/mate-invest-chart b/invest-applet/invest/mate-invest-chart
deleted file mode 100755
index 6c3ed184..00000000
--- a/invest-applet/invest/mate-invest-chart
+++ /dev/null
@@ -1,19 +0,0 @@
-#!/usr/bin/env python
-
-import sys, mate_invest.chart
-
-import gi
-gi.require_version("Gtk", "3.0")
-from gi.repository import Gtk
-
-# Prepare i18n
-import gettext, locale
-gettext.bindtextdomain(mate_invest.defs.GETTEXT_PACKAGE, mate_invest.defs.MATELOCALEDIR)
-gettext.textdomain(mate_invest.defs.GETTEXT_PACKAGE)
-locale.bindtextdomain(mate_invest.defs.GETTEXT_PACKAGE, mate_invest.defs.MATELOCALEDIR)
-locale.textdomain(mate_invest.defs.GETTEXT_PACKAGE)
-
-if __name__ == "__main__":
- win = mate_invest.chart.show_chart(sys.argv[1:])
- win.connect("destroy", lambda x: Gtk.main_quit())
- Gtk.main()
diff --git a/invest-applet/invest/networkmanager.py b/invest-applet/invest/networkmanager.py
deleted file mode 100644
index 446e0429..00000000
--- a/invest-applet/invest/networkmanager.py
+++ /dev/null
@@ -1,26 +0,0 @@
-import mate_invest
-from gi.repository import Gio
-
-class NetworkManager:
- def __init__(self):
- self.network_available = True
- self.statechange_callback = None
-
- self.monitor = Gio.NetworkMonitor.get_default()
- self.monitor.connect('network-changed', self.on_network_changed)
-
- def online(self):
- return self.network_available
-
- def offline(self):
- return not self.online()
-
- # the signal handler for signals from the network manager
- def on_network_changed(self, monitor, available):
- self.network_available = available
- # notify about state change
- if self.statechange_callback != None:
- self.statechange_callback()
-
- def set_statechange_callback(self,handler):
- self.statechange_callback = handler
diff --git a/invest-applet/invest/preferences.py b/invest-applet/invest/preferences.py
deleted file mode 100644
index 40cd72f3..00000000
--- a/invest-applet/invest/preferences.py
+++ /dev/null
@@ -1,290 +0,0 @@
-from gettext import gettext as _
-import locale
-from os.path import join
-
-import gi
-gi.require_version("Gtk", "3.0")
-from gi.repository import Gtk
-from gi.repository import GObject
-import mate_invest
-import currencies
-import cPickle
-
-class PrefsDialog:
- def __init__(self, applet):
- self.ui = Gtk.Builder()
- self.ui.add_from_file(join(mate_invest.BUILDER_DATA_DIR, "prefs-dialog.ui"))
-
- self.dialog = self.ui.get_object("preferences")
- self.treeview = self.ui.get_object("stocks")
- self.currency = self.ui.get_object("currency")
- self.currency_code = None
- self.currencies = currencies.Currencies.currencies
-
- self.ui.get_object("add").connect('clicked', self.on_add_stock)
- self.ui.get_object("add").connect('activate', self.on_add_stock)
- self.ui.get_object("remove").connect('clicked', self.on_remove_stock)
- self.ui.get_object("remove").connect('activate', self.on_remove_stock)
- self.ui.get_object("help").connect('clicked', self.on_help)
- self.treeview.connect('key-press-event', self.on_tree_keypress)
- self.currency.connect('key-press-event', self.on_entry_keypress)
- self.currency.connect('activate', self.on_activate_entry)
- self.currency.connect('focus-out-event', self.on_focus_out_entry)
-
- self.typs = (str, str, float, float, float, float)
- self.names = (_("Symbol"), _("Label"), _("Amount"), _("Price"), _("Commission"), _("Currency Rate"))
- store = Gtk.ListStore(*self.typs)
- store.set_sort_column_id(0, Gtk.SortType.ASCENDING)
- self.treeview.set_model(store)
- self.model = store
-
- completion = Gtk.EntryCompletion()
- self.currency.set_completion(completion)
- liststore = Gtk.ListStore(GObject.TYPE_STRING, GObject.TYPE_STRING)
- completion.set_model(liststore)
- completion.set_text_column(0)
- for code, label in self.currencies.items():
- liststore.append([self.format_currency(label, code), code])
- completion.set_match_func(self.match_func, 0)
- completion.connect("match-selected", self.on_completion_selection, 1)
-
- if mate_invest.CONFIG.has_key("currency"):
- code = mate_invest.CONFIG["currency"];
- if self.currencies.has_key(code):
- self.currency_code = code;
- currency = self.format_currency(self.currencies[self.currency_code], self.currency_code)
- self.currency.set_text(currency)
-
- for n in xrange (0, 5):
- self.create_cell (self.treeview, n, self.names[n], self.typs[n])
- if self.currency_code != None:
- self.add_exchange_column()
-
- stock_items = mate_invest.STOCKS.items ()
- stock_items.sort ()
- for key, data in stock_items:
- label = data["label"]
- purchases = data["purchases"]
- for purchase in purchases:
- if purchase.has_key("exchange"):
- exchange = purchase["exchange"]
- else:
- exchange = 0.0
- store.append([key, label, float(purchase["amount"]), float(purchase["bought"]), float(purchase["comission"]), float(exchange)])
-
- self.sync_ui()
-
- def on_cell_edited(self, cell, path, new_text, col, typ):
- try:
- if col == 0: # stock symbols must be uppercase
- new_text = str.upper(new_text)
- if col < 2:
- self.model[path][col] = new_text
- else:
- value = locale.atof(new_text)
- self.model[path][col] = value
- except Exception, msg:
- mate_invest.error('Exception while processing cell change: %s' % msg)
- pass
-
- def format(self, fmt, value):
- return locale.format(fmt, value, True)
-
- def get_cell_data(self, column, cell, model, iter, data):
- typ, col = data
- val = model[iter][col]
- if typ == int:
- cell.set_property('text', "%d" % typ(val))
- elif typ == float:
- # provide float numbers with at least 2 fractional digits
- digits = self.fraction_digits(val)
- fmt = "%%.%df" % max(digits, 2)
- cell.set_property('text', self.format(fmt, val))
- else:
- cell.set_property('text', typ(val))
-
- # determine the number of non zero digits in the fraction of the value
- def fraction_digits(self, value):
- text = "%g" % value # do not use locale here, so that %g always is rendered to a number with . as decimal separator
- if text.find(".") < 0:
- return 0
- return len(text) - text.find(".") - 1
-
- def create_cell (self, view, column, name, typ):
- cell_description = Gtk.CellRendererText ()
- if typ == float:
- cell_description.set_property("xalign", 1.0)
- cell_description.set_property("editable", True)
- cell_description.connect("edited", self.on_cell_edited, column, typ)
- column_description = Gtk.TreeViewColumn (name, cell_description)
- if typ == str:
- #column_description.add_attribute (cell_description, column, 0)
- column_description.set_sort_column_id(column)
- column_description.set_cell_data_func(cell_description, self.get_cell_data, (typ, column))
- view.append_column(column_description)
-
- def add_exchange_column(self):
- self.create_cell (self.treeview, 5, self.names[5], self.typs[5])
-
- def remove_exchange_column(self):
- column = self.treeview.get_column(5)
- self.treeview.remove_column(column)
-
- def show_run_hide(self, explanation = ""):
- expl = self.ui.get_object("explanation")
- expl.set_markup(explanation)
- self.dialog.show_all()
- if explanation == "":
- expl.hide()
- # returns 1 if help is clicked
- while self.dialog.run() == 1:
- pass
- self.dialog.destroy()
-
- mate_invest.STOCKS = {}
-
- def save_symbol(model, path, iter, data):
- #if int(model[iter][1]) == 0 or float(model[iter][2]) < 0.0001:
- # return
-
- if not model[iter][0] in mate_invest.STOCKS:
- mate_invest.STOCKS[model[iter][0]] = { 'label': model[iter][1], 'purchases': [] }
-
- mate_invest.STOCKS[model[iter][0]]["purchases"].append({
- "amount": float(model[iter][2]),
- "bought": float(model[iter][3]),
- "comission": float(model[iter][4]),
- "exchange": float(model[iter][5])
- })
- self.model.foreach(save_symbol, None)
- try:
- cPickle.dump(mate_invest.STOCKS, file(mate_invest.STOCKS_FILE, 'w'))
- mate_invest.debug('Stocks written to file')
- except Exception, msg:
- mate_invest.error('Could not save stocks file: %s' % msg)
-
- mate_invest.CONFIG = {}
- if self.currency_code != None and len(self.currency_code) == 3:
- mate_invest.CONFIG['currency'] = self.currency_code
- try:
- cPickle.dump(mate_invest.CONFIG, file(mate_invest.CONFIG_FILE, 'w'))
- mate_invest.debug('Configuration written to file')
- except Exception, msg:
- mate_invest.debug('Could not save configuration file: %s' % msg)
-
- def sync_ui(self):
- pass
-
- def on_add_stock(self, w):
- iter = self.model.append(["GOOG", "Google Inc.", 0.0, 0.0, 0.0, 0.0])
- path = self.model.get_path(iter)
- self.treeview.set_cursor(path, self.treeview.get_column(0), True)
-
- def on_remove_stock(self, w):
- model, paths = self.treeview.get_selection().get_selected_rows()
- for path in paths:
- model.remove(model.get_iter(path))
-
- def on_help(self, w):
- mate_invest.help.show_help_section("invest-applet-usage")
-
- def on_tree_keypress(self, w, event):
- if event.keyval == 65535:
- self.on_remove_stock(w)
-
- return False
-
- def format_currency(self, label, code):
- if code == None:
- return label
- return label + " (" + code + ")"
-
- def on_entry_keypress(self, w, event):
- # enter key was pressed
- if event.keyval == 65293:
- self.match_currency()
- return False
-
- # entry was activated (Enter)
- def on_activate_entry(self, entry):
- self.match_currency()
-
- # entry left focus
- def on_focus_out_entry(self, w, event):
- self.match_currency()
- return False
-
- # tries to find a currency for the text in the currency entry
- def match_currency(self):
- # get the text
- text = self.currency.get_text().upper()
-
- # if there is none, finish
- if len(text) == 0:
- self.currency_code = None
- self.pick_currency(None)
- return
-
- # if it is a currency code, take that one
- if len(text) == 3:
- # try to find the string as code
- if self.currencies.has_key(text):
- self.pick_currency(text)
- return
- else:
- # try to find the code for the string
- for code, label in self.currencies.items():
- # if the entry equals to the full label,
- # or the entry equals to the label+code concat
- if label.upper() == text or self.format_currency(label.upper(), code) == text:
- # then we take that code
- self.pick_currency(code)
- return
-
- # the entry is not valid, reuse the old one
- self.pick_currency(self.currency_code)
-
- # pick this currency, stores it and sets the entry text
- def pick_currency(self, code):
- if code == None:
- label = ""
- if len(self.treeview.get_columns()) == 6:
- self.remove_exchange_column()
- else:
- label = self.currencies[code]
- if len(self.treeview.get_columns()) == 5:
- self.add_exchange_column()
- self.currency.set_text(self.format_currency(label, code))
- self.currency_code = code
-
- # finds matches by testing candidate strings to have tokens starting with the entered text's tokens
- def match_func(self, completion, key, iter, column):
- keys = key.split()
- model = completion.get_model()
- text = model.get_value(iter, column).lower()
- tokens = text.split()
-
- # each key must have a match
- for key in keys:
- found_key = False
- # check any token of the completions start with the key
- for token in tokens:
- # remove the ( from the currency code
- if token.startswith("("):
- token = token[1:]
- if token.startswith(key):
- found_key = True
- break
- # this key does not have a match, this is not a completion
- if not found_key:
- return False
- # all keys matched, this is a completion
- return True
-
- # stores the selected currency code
- def on_completion_selection(self, completion, model, iter, column):
- self.pick_currency(model.get_value(iter, column))
-
-
-def show_preferences(applet, explanation = ""):
- PrefsDialog(applet).show_run_hide(explanation)
diff --git a/invest-applet/invest/quotes.py b/invest-applet/invest/quotes.py
deleted file mode 100644
index 5331e007..00000000
--- a/invest-applet/invest/quotes.py
+++ /dev/null
@@ -1,475 +0,0 @@
-from os.path import join, getmtime
-
-import gi
-gi.require_version("Gtk", "3.0")
-from gi.repository import Gtk
-from gi.repository import Gdk
-from gi.repository import GdkPixbuf
-from gi.repository import GObject
-from gettext import gettext as _
-import csv
-import locale
-from urllib import urlopen
-import datetime
-from threading import Thread
-
-import mate_invest, mate_invest.about, mate_invest.chart
-import currencies
-
-CHUNK_SIZE = 512*1024 # 512 kB
-AUTOREFRESH_TIMEOUT = 15*60*1000 # 15 minutes
-
-QUOTES_URL="http://finance.yahoo.com/d/quotes.csv?s=%(s)s&f=snc4l1d1t1c1ohgv&e=.csv"
-
-# Sample (09/2/2010): "UCG.MI","UNICREDIT","EUR","UCG.MI",1.9410,"2/9/2010","6:10am",+0.0210,1.9080,1.9810,1.8920,166691232
-QUOTES_CSV_FIELDS=["ticker", "label", "currency", ("trade", float), "date", "time", ("variation", float), ("open", float), ("high", float), ("low", float), ("volume", int)]
-
-# based on http://www.johnstowers.co.nz/blog/index.php/2007/03/12/threading-and-pygtk/
-class _IdleObject(GObject.GObject):
- """
- Override GObject.GObject to always emit signals in the main thread
- by emmitting on an idle handler
- """
- def __init__(self):
- GObject.GObject.__init__(self)
-
- def emit(self, *args):
- GObject.idle_add(GObject.GObject.emit,self,*args)
-
-class QuotesRetriever(Thread, _IdleObject):
- """
- Thread which uses gobject signals to return information
- to the GUI.
- """
- __gsignals__ = {
- "completed": (
- GObject.SignalFlags.RUN_LAST, None, []),
- # FIXME: We don't monitor progress, yet ...
- #"progress": (
- # GObject.SignalFlags.RUN_LAST, None, [
- # GObject.TYPE_FLOAT]) #percent complete
- }
-
- def __init__(self, tickers):
- Thread.__init__(self)
- _IdleObject.__init__(self)
- self.tickers = tickers
- self.retrieved = False
- self.data = []
- self.currencies = []
- mate_invest.debug("QuotesRetriever created");
-
- def run(self):
- mate_invest.debug("QuotesRetriever started");
- quotes_url = QUOTES_URL % {"s": self.tickers}
- try:
- quotes_file = urlopen(quotes_url, proxies = mate_invest.PROXY)
- self.data = quotes_file.read ()
- quotes_file.close ()
- except Exception, msg:
- mate_invest.debug("Error while retrieving quotes data (url = %s): %s" % (quotes_url, msg))
- else:
- self.retrieved = True
- self.emit("completed")
-
-
-class QuoteUpdater(Gtk.ListStore):
- updated = False
- last_updated = None
- quotes_valid = False
- timeout_id = None
- SYMBOL, LABEL, CURRENCY, TICKER_ONLY, BALANCE, BALANCE_PCT, VALUE, VARIATION_PCT, PB = range(9)
- def __init__ (self, change_icon_callback, set_tooltip_callback):
- Gtk.ListStore.__init__ (self, GObject.TYPE_STRING, GObject.TYPE_STRING, GObject.TYPE_STRING, bool, float, float, float, float, GdkPixbuf.Pixbuf)
- self.set_update_interval(AUTOREFRESH_TIMEOUT)
- self.change_icon_callback = change_icon_callback
- self.set_tooltip_callback = set_tooltip_callback
- self.set_sort_column_id(1, Gtk.SortType.ASCENDING)
- self.load_quotes() # read the last cached quotes file
- self.refresh() # download a new quotes file, this may fail if disconnected
-
- # tell the network manager to notify me when network status changes
- mate_invest.nm.set_statechange_callback(self.nm_state_changed)
-
- # loads the cached csv file and its last-modification-time as self.last_updated
- def load_quotes(self):
- mate_invest.debug("Loading quotes");
- try:
- f = open(mate_invest.QUOTES_FILE, 'r')
- data = f.readlines()
- f.close()
-
- self.populate(self.parse_yahoo_csv(csv.reader(data)))
- self.updated = True
- self.last_updated = datetime.datetime.fromtimestamp(getmtime(mate_invest.QUOTES_FILE))
- self.update_tooltip()
- except Exception, msg:
- mate_invest.error("Could not load the cached quotes file %s: %s" % (mate_invest.QUOTES_FILE, msg) )
-
- # stores the csv content on disk so it can be used on next start up
- def save_quotes(self, data):
- mate_invest.debug("Storing quotes")
- try:
- f = open(mate_invest.QUOTES_FILE, 'w')
- f.write(data)
- f.close()
- except Exception, msg:
- mate_invest.error("Could not save the retrieved quotes file to %s: %s" % (mate_invest.QUOTES_FILE, msg) )
-
- def set_update_interval(self, interval):
- if self.timeout_id != None:
- mate_invest.debug("Canceling refresh timer")
- GObject.source_remove(self.timeout_id)
- self.timeout_id = None
- if interval > 0:
- mate_invest.debug("Setting refresh timer to %s:%02d.%03d" % ( interval / 60000, interval % 60000 / 1000, interval % 1000) )
- self.timeout_id = GObject.timeout_add(interval, self.refresh)
-
- def nm_state_changed(self):
- # when nm is online but we do not have an update timer, create it and refresh
- if mate_invest.nm.online():
- if self.timeout_id == None:
- self.set_update_interval(AUTOREFRESH_TIMEOUT)
- self.refresh()
-
- def refresh(self):
- mate_invest.debug("Refreshing")
-
- # when nm tells me I am offline, stop the update interval
- if mate_invest.nm.offline():
- mate_invest.debug("We are offline, stopping update timer")
- self.set_update_interval(0)
- return False
-
- if len(mate_invest.STOCKS) == 0:
- mate_invest.debug("No stocks configured")
- return True
-
- tickers = '+'.join(mate_invest.STOCKS.keys())
- mate_invest.debug("creating QuotesRetriever")
- quotes_retriever = QuotesRetriever(tickers)
- quotes_retriever.connect("completed", self.on_retriever_completed)
- mate_invest.debug("starting QuotesRetriever")
- quotes_retriever.start()
- mate_invest.debug("started QuotesRetriever")
-
- return True
-
-
- # locale-aware formatting of the percent float (decimal point, thousand grouping point) with 2 decimal digits
- def format_percent(self, value):
- return locale.format("%+.2f", value, True) + "%"
-
- # locale-aware formatting of the float value (decimal point, thousand grouping point) with sign and 2 decimal digits
- def format_difference(self, value):
- return locale.format("%+.2f", value, True, True)
-
- def on_retriever_completed(self, retriever):
- if retriever.retrieved == False:
- mate_invest.debug("QuotesRetriever failed");
- self.update_tooltip(_('Invest could not connect to Yahoo! Finance'))
-
- else:
- mate_invest.debug("QuotesRetriever completed");
- # cache the retrieved csv file
- self.save_quotes(retriever.data)
- # load the cache and parse it
- self.load_quotes()
-
- def on_currency_retriever_completed(self, retriever):
- if retriever.retrieved == False:
- mate_invest.error("Failed to retrieve currency rates!")
- else:
- mate_invest.debug("CurrencyRetriever completed")
- self.save_currencies(retriever.data)
- self.load_currencies()
- self.update_tooltip()
-
- def save_currencies(self, data):
- mate_invest.debug("Storing currencies to %s" % mate_invest.CURRENCIES_FILE)
- try:
- f = open(mate_invest.CURRENCIES_FILE, 'w')
- f.write(data)
- f.close()
- except Exception as msg:
- mate_invest.error("Could not save the retrieved currencies to %s: %s" % (mate_invest.CURRENCIES_FILE, msg) )
-
- def load_currencies(self):
- mate_invest.debug("Loading currencies from %s" % mate_invest.CURRENCIES_FILE)
- try:
- f = open(mate_invest.CURRENCIES_FILE, 'r')
- data = f.readlines()
- f.close()
-
- self.convert_currencies(self.parse_yahoo_csv(csv.reader(data)))
- except Exception as msg:
- mate_invest.error("Could not load the currencies from %s: %s" % (mate_invest.CURRENCIES_FILE, msg) )
-
- def update_tooltip(self, msg = None):
- tooltip = []
- if self.quotes_count > 0:
- # Translators: This is share-market jargon. It is the average percentage change of all stock prices. The %s gets replaced with the string value of the change (localized), including the percent sign.
- tooltip.append(_('Average change: %s') % self.format_percent(self.avg_quotes_change))
- for currency, stats in self.statistics.items():
- # get the statsitics
- balance = stats["balance"]
- paid = stats["paid"]
- change = self.format_percent(balance / paid * 100)
- balance = self.format_difference(balance)
-
- # Translators: This is share-market jargon. It refers to the total difference between the current price and purchase price for all the shares put together for a particular currency. i.e. How much money would be earned if they were sold right now. The first string is the change value, the second the currency, and the third value is the percentage of the change, formatted using user's locale.
- tooltip.append(_('Positions balance: %s %s (%s)') % (balance, currency, change))
- if self.last_updated != None:
- tooltip.append(_('Updated at %s') % self.last_updated.strftime("%H:%M"))
- if msg != None:
- tooltip.append(msg)
- self.set_tooltip_callback('\n'.join(tooltip))
-
-
- def parse_yahoo_csv(self, csvreader):
- result = {}
- for fields in csvreader:
- if len(fields) == 0:
- continue
-
- result[fields[0]] = {}
- for i, field in enumerate(QUOTES_CSV_FIELDS):
- if type(field) == tuple:
- try:
- result[fields[0]][field[0]] = field[1](fields[i])
- except:
- result[fields[0]][field[0]] = 0
- else:
- result[fields[0]][field] = fields[i]
- # calculated fields
- try:
- result[fields[0]]['variation_pct'] = result[fields[0]]['variation'] / float(result[fields[0]]['trade'] - result[fields[0]]['variation']) * 100
- except ZeroDivisionError:
- result[fields[0]]['variation_pct'] = 0
- return result
-
- # Computes the balance of the given purchases using a certain current value
- # and optionally a current exchange rate.
- def balance(self, purchases, value, currentrate=None):
- current = 0
- paid = 0
-
- for purchase in purchases:
- if purchase["amount"] != 0:
- buyrate = purchase["exchange"]
- # if the buy rate is invalid, use 1.0
- if buyrate <= 0:
- buyrate = 1.0
-
- # if no current rate is given, ignore buy rate
- if currentrate == None:
- buyrate = 1.0
- rate = 1.0
- else:
- # otherwise, take use buy rate and current rate to compute the balance
- rate = currentrate
-
- # current value is the current rate * amount * value
- current += rate * purchase["amount"] * value
- # paid is buy rate * ( amount * price + commission )
- paid += buyrate * (purchase["amount"] * purchase["bought"] + purchase["comission"])
-
- balance = current - paid
- if paid != 0:
- change = 100*balance/paid
- else:
- change = 100 # Not technically correct, but it will look more intuitive than the real result of infinity.
-
- return (balance, change)
-
- def populate(self, quotes):
- if (len(quotes) == 0):
- return
-
- self.clear()
- self.currencies = []
-
- try:
- quote_items = quotes.items ()
- quote_items.sort ()
-
- quotes_change = 0
- self.quotes_count = 0
- self.statistics = {}
-
- for ticker, val in quote_items:
- pb = None
-
- # ignore unknown stocks
- if ticker not in mate_invest.STOCKS.keys():
- mate_invest.debug("Observed unknown stock: %s" % ticker)
- continue
-
- # get the label of this stock for later reuse
- label = mate_invest.STOCKS[ticker]["label"]
- if len(label) == 0:
- if len(val["label"]) != 0:
- label = val["label"]
- else:
- label = ticker
-
- # make sure the currency field is upper case
- val["currency"] = val["currency"].upper();
-
- # the currency of currency conversion rates like EURUSD=X is wrong in csv
- # this can be fixed easily by reusing the latter currency in the symbol
- if len(ticker) == 8 and ticker.endswith("=X"):
- val["currency"] = ticker[3:6]
-
- # indices should not have a currency, though yahoo says so
- if ticker.startswith("^"):
- val["currency"] = ""
-
- # sometimes, funny currencies are returned (special characters), only consider known currencies
- if len(val["currency"]) > 0 and val["currency"] not in currencies.Currencies.currencies:
- mate_invest.debug("Currency '%s' is not known, dropping" % val["currency"])
- val["currency"] = ""
-
- # if this is a currency not yet seen and different from the target currency, memorize it
- if val["currency"] not in self.currencies and len(val["currency"]) > 0:
- self.currencies.append(val["currency"])
-
- # Check whether the symbol is a simple quote, or a portfolio value
- is_simple_quote = True
- for purchase in mate_invest.STOCKS[ticker]["purchases"]:
- if purchase["amount"] != 0:
- is_simple_quote = False
- break
-
- if is_simple_quote:
- row = self.insert(0, [ticker, label, val["currency"], True, 0.0, 0.0, val["trade"], val["variation_pct"], pb])
- else:
- (balance, change) = self.balance(mate_invest.STOCKS[ticker]["purchases"], val["trade"])
- row = self.insert(0, [ticker, label, val["currency"], False, float(balance), float(change), val["trade"], val["variation_pct"], pb])
- self.add_balance_change(balance, change, val["currency"])
-
- if len(ticker.split('.')) == 2:
- url = 'http://chart.finance.yahoo.com/h?s=%s' % ticker
- else:
- url = 'http://ichart.yahoo.com/h?s=%s' % ticker
-
- image_retriever = mate_invest.chart.ImageRetriever(url)
- image_retriever.connect("completed", self.set_pb_callback, row)
- image_retriever.start()
-
- quotes_change += val['variation_pct']
- self.quotes_count += 1
-
- # we can only compute an avg quote if there are quotes
- if self.quotes_count > 0:
- self.avg_quotes_change = quotes_change / float(self.quotes_count)
-
- # change icon
- quotes_change_sign = 0
- if self.avg_quotes_change != 0:
- quotes_change_sign = self.avg_quotes_change / abs(self.avg_quotes_change)
- self.change_icon_callback(quotes_change_sign)
- else:
- self.avg_quotes_change = 0
-
- # mark quotes to finally be valid
- self.quotes_valid = True
-
- except Exception, msg:
- mate_invest.debug("Failed to populate quotes: %s" % msg)
- mate_invest.debug(quotes)
- self.quotes_valid = False
-
- # start retrieving currency conversion rates
- if mate_invest.CONFIG.has_key("currency"):
- target_currency = mate_invest.CONFIG["currency"]
- symbols = []
-
- mate_invest.debug("These currencies occur: %s" % self.currencies)
- for currency in self.currencies:
- if currency == target_currency:
- continue
-
- mate_invest.debug("%s will be converted to %s" % ( currency, target_currency ))
- symbol = currency + target_currency + "=X"
- symbols.append(symbol)
-
- if len(symbols) > 0:
- tickers = '+'.join(symbols)
- quotes_retriever = QuotesRetriever(tickers)
- quotes_retriever.connect("completed", self.on_currency_retriever_completed)
- quotes_retriever.start()
-
- def convert_currencies(self, quotes):
- # if there is no target currency, this method should never have been called
- if not mate_invest.CONFIG.has_key("currency"):
- return
-
- # reset the overall balance
- self.statistics = {}
-
- # collect the rates for the currencies
- rates = {}
- for symbol, data in quotes.items():
- currency = symbol[0:3]
- rate = data["trade"]
- rates[currency] = rate
-
- # convert all non target currencies
- target_currency = mate_invest.CONFIG["currency"]
- iter = self.get_iter_first()
- while iter != None:
- currency = self.get_value(iter, self.CURRENCY)
- symbol = self.get_value(iter, self.SYMBOL)
- # ignore stocks that are currency conversions
- # and only convert stocks that are not in the target currency
- # and if we have a conversion rate
- if not ( len(symbol) == 8 and symbol[6:8] == "=X" ) and \
- currency != target_currency and rates.has_key(currency):
- # first convert the balance, it needs the original value
- if not self.get_value(iter, self.TICKER_ONLY):
- ticker = self.get_value(iter, self.SYMBOL)
- value = self.get_value(iter, self.VALUE)
- (balance, change) = self.balance(mate_invest.STOCKS[ticker]["purchases"], value, rates[currency])
- self.set_value(iter, self.BALANCE, balance)
- self.set_value(iter, self.BALANCE_PCT, change)
- self.add_balance_change(balance, change, target_currency)
-
- # now, convert the value
- value = self.get_value(iter, self.VALUE)
- value *= rates[currency]
- self.set_value(iter, self.VALUE, value)
- self.set_value(iter, self.CURRENCY, target_currency)
-
- else:
- # consider non-converted stocks here
- balance = self.get_value(iter, self.BALANCE)
- change = self.get_value(iter, self.BALANCE_PCT)
- self.add_balance_change(balance, change, currency)
-
- iter = self.iter_next(iter)
-
- def add_balance_change(self, balance, change, currency):
- if balance == 0 and change == 0:
- return
-
- if self.statistics.has_key(currency):
- self.statistics[currency]["balance"] += balance
- self.statistics[currency]["paid"] += balance/change*100
- else:
- self.statistics[currency] = { "balance" : balance, "paid" : balance/change*100 }
-
- def set_pb_callback(self, retriever, row):
- self.set_value(row, self.PB, retriever.image.get_pixbuf())
-
- # check if we have only simple quotes
- def simple_quotes_only(self):
- res = True
- for entry, data in mate_invest.STOCKS.iteritems():
- purchases = data["purchases"]
- for purchase in purchases:
- if purchase["amount"] != 0:
- res = False
- break
- return res
-
diff --git a/invest-applet/invest/test.py b/invest-applet/invest/test.py
deleted file mode 100755
index 046881bb..00000000
--- a/invest-applet/invest/test.py
+++ /dev/null
@@ -1,30 +0,0 @@
-#!/usr/bin/env python
-
-import unittest
-from os.path import *
-import sys
-
-# Make sure we run the local version
-sys.path.insert(0, abspath(dirname(__file__) + "/.."))
-print sys.path
-
-import quotes
-import mate_invest
-
-def null_function (*args):
- pass
-
-class TestQuotes (unittest.TestCase):
- def testQuoteUpdater_populate (self):
- qu = quotes.QuoteUpdater (null_function, null_function)
- mate_invest.STOCKS = {'GOGO': {'label': "Google Inc.", 'purchases': [{'amount' : 1, 'comission' : 0.0, 'bought': 0.0}]}, 'JAVA': {'label':"Sun Microsystems Inc.", 'purchases': [{'amount' : 1, 'comission' : 0.0, 'bought': 0.0}]}}
- quote = { 'GOGO': { "ticker": 'GOGO', "trade": 386.91, "time": "10/3/2008", "date": "4.00pm", "variation": -3.58, "open": 397.14, "variation_pct": 10 }}
- qu.populate (quote)
- self.assertEqual (qu.quotes_valid, True)
- # In response to bug 554425, try a stock that isn't in our database
- quote = { "clearlyFake": { "ticker": "clearlyFake", "trade": 386.91, "time": "10/3/2008", "date": "4.00pm", "variation": -3.58, "open": 397.14, "variation_pct": 10 }}
- qu.populate (quote)
- self.assertEqual (qu.quotes_valid, False)
-
-if __name__ == '__main__':
- unittest.main ()
diff --git a/invest-applet/invest/widgets.py b/invest-applet/invest/widgets.py
deleted file mode 100644
index 8d15a5ed..00000000
--- a/invest-applet/invest/widgets.py
+++ /dev/null
@@ -1,263 +0,0 @@
-import os, time
-from os.path import *
-
-import gi
-gi.require_version("Gtk", "3.0")
-from gi.repository import Gtk
-from gi.repository import Gdk
-from gi.repository import GObject
-from gi.repository import Pango
-
-from gettext import gettext as _
-import locale
-import csv
-import mate_invest, mate_invest.about, mate_invest.chart
-
-COLORSCALE_POSITIVE = [
- "white",
- "#ad7fa8",
- "#75507b",
- "#5c3566",
- "#729fcf",
- "#3465a4",
- "#204a87",
- "#8ae234",
- "#73d216",
- "#4e9a06",
-]
-COLORSCALE_NEGATIVE = [
- "white",
- "#fce94f",
- "#e9b96e",
- "#fcaf3e",
- "#c17d11",
- "#f57900",
- "#ce5c00",
- "#ef2929",
- "#cc0000",
- "#a40000",
-]
-LIGHT = -3
-MEDIUM = -1
-
-TICKER_TIMEOUT = 10000#3*60*1000#
-
-class InvestWidget(Gtk.TreeView):
- def __init__(self, quotes_updater):
- Gtk.TreeView.__init__(self)
- self.set_property("rules-hint", True)
-# self.set_property("reorderable", True)
- self.set_property("hover-selection", True)
-
- simple_quotes_only = quotes_updater.simple_quotes_only()
-
- # model: SYMBOL, LABEL, TICKER_ONLY, BALANCE, BALANCE_PCT, VALUE, VARIATION_PCT, PB
- # Translators: these words all refer to a stock. Last is short
- # for "last price". Gain is referring to the gain since the
- # stock was purchased.
- col_names = [_('Ticker'), _('Last'), _('Change %'), _('Chart'), _('Gain'), _('Gain %')]
- col_cellgetdata_functions = [self._getcelldata_label, self._getcelldata_value,
- self._getcelldata_variation, None, self._getcelldata_balance,
- self._getcelldata_balancepct]
- for i, col_name in enumerate(col_names):
- if i < 3:
- cell = Gtk.CellRendererText()
- if i > 0:
- cell.set_property("xalign", 1.0)
- column = Gtk.TreeViewColumn (col_name, cell)
- if i == 0:
- column.set_sort_column_id(quotes_updater.LABEL)
- elif i == 2:
- column.set_sort_column_id(quotes_updater.VARIATION_PCT)
- column.set_cell_data_func(cell, col_cellgetdata_functions[i])
- self.append_column(column)
- elif i == 3:
- cell_pb = Gtk.CellRendererPixbuf()
- column = Gtk.TreeViewColumn (col_name, cell_pb, pixbuf=quotes_updater.PB)
- self.append_column(column)
- else:
- # add the last two column only if we have any positions
- if simple_quotes_only == False:
- cell = Gtk.CellRendererText()
- cell.set_property("xalign", 1.0)
- column = Gtk.TreeViewColumn (col_name, cell)
- if i == 4:
- column.set_sort_column_id(quotes_updater.BALANCE)
- elif i == 5:
- column.set_sort_column_id(quotes_updater.BALANCE_PCT)
- column.set_cell_data_func(cell, col_cellgetdata_functions[i])
- self.append_column(column)
-
- if simple_quotes_only == True:
- self.set_property('headers-visible', False)
-
- self.connect('row-activated', self.on_row_activated)
- self.set_model(quotes_updater)
-
-
- # locale-aware formatting of the value as monetary, without currency symbol, using 2 decimal digits
- def format_currency(self, value, currency):
- return locale.format("%.2f", value, True, True) + " " + currency
-
- # locale-aware formatting of the percent float (decimal point, thousand grouping point) with 2 decimal digits
- def format_percent(self, value):
- return locale.format("%+.2f", value, True) + "%"
-
- # locale-aware formatting of the float value (decimal point, thousand grouping point) with sign and 2 decimal digits
- def format_difference(self, value, currency):
- return locale.format("%+.2f", value, True, True) + " " + currency
-
-
- def _getcelldata_label(self, column, cell, model, iter, userdata):
- label = model[iter][model.LABEL]
- cell.set_property('text', label)
-
- def _getcelldata_value(self, column, cell, model, iter, userdata):
- value = model[iter][model.VALUE];
- currency = model[iter][model.CURRENCY];
- if value == None or currency == None:
- cell.set_property('text', "")
- else:
- cell.set_property('text', self.format_currency(value, currency))
-
- def is_selected(self, model, iter):
- m, it = self.get_selection().get_selected()
- return it != None and model.get_path(iter) == m.get_path(it)
-
- def get_color(self, model, iter, field):
- palette = COLORSCALE_POSITIVE
- intensity = MEDIUM
- if model[iter][field] < 0:
- palette = COLORSCALE_NEGATIVE
- if self.is_selected(model, iter):
- intensity = LIGHT
- return palette[intensity]
-
- def _getcelldata_variation(self, column, cell, model, iter, userdata):
- color = self.get_color(model, iter, model.VARIATION_PCT)
- change_pct = self.format_percent(model[iter][model.VARIATION_PCT])
- cell.set_property('markup',
- "<span foreground='%s'>%s</span>" %
- (color, change_pct))
-
- def _getcelldata_balance(self, column, cell, model, iter, userdata):
- is_ticker_only = model[iter][model.TICKER_ONLY]
- color = self.get_color(model, iter, model.BALANCE)
- if is_ticker_only:
- cell.set_property('text', '')
- else:
- balance = self.format_difference(model[iter][model.BALANCE], model[iter][model.CURRENCY])
- cell.set_property('markup',
- "<span foreground='%s'>%s</span>" %
- (color, balance))
-
- def _getcelldata_balancepct(self, column, cell, model, iter, userdata):
- is_ticker_only = model[iter][model.TICKER_ONLY]
- color = self.get_color(model, iter, model.BALANCE_PCT)
- if is_ticker_only:
- cell.set_property('text', '')
- else:
- balance_pct = self.format_percent(model[iter][model.BALANCE_PCT])
- cell.set_property('markup',
- "<span foreground='%s'>%s</span>" %
- (color, balance_pct))
-
- def on_row_activated(self, treeview, path, view_column):
- ticker = self.get_model()[self.get_model().get_iter(path)][0]
- if ticker == None:
- return
-
- mate_invest.chart.show_chart([ticker])
-
-#class InvestTicker(Gtk.Label):
-# def __init__(self):
-# Gtk.Label.__init__(self, _("Waiting..."))
-#
-# self.quotes = []
-# GObject.timeout_add(TICKER_TIMEOUT, self.scroll_quotes)
-#
-# get_quotes_updater().connect('quotes-updated', self.on_quotes_update)
-#
-# def on_quotes_update(self, updater):
-# self.quotes = []
-# updater.foreach(self.update_quote, None)
-#
-# def update_quote(self, model, path, iter, user_data):
-# color = GREEN
-# if model[iter][model.BALANCE] < 0:
-# color = RED
-#
-# self.quotes.append(
-# "%s: <span foreground='%s'>%+.2f (%+.2f%%)</span> %.2f" %
-# (model[iter][model.SYMBOL], color, model[iter][model.BALANCE], model[iter][model.BALANCE_PCT], model[iter][model.VALUE]))
-#
-# def scroll_quotes(self):
-# if len(self.quotes) == 0:
-# return True
-#
-# q = self.quotes.pop()
-# self.set_markup("<span face='Monospace'>%s</span>" % q)
-# self.quotes.insert(0, q)
-#
-# return True
-#
-#GObject.type_register(InvestTicker)
-
-class InvestTrend(Gtk.Image):
- def __init__(self):
- Gtk.Image.__init__(self)
- self.pixbuf = None
- self.previous_allocation = (0,0)
- self.connect('size-allocate', self.on_size_allocate)
- get_quotes_updater().connect('quotes-updated', self.on_quotes_update)
-
- def on_size_allocate(self, widget, allocation):
- if self.previous_allocation == (allocation.width, allocation.height):
- return
-
- self.pixbuf = GdkPixbuf.Pixbuf(GdkPixbuf.Colorspace.RGB, True, 8, allocation.height, allocation.height)
- self.set_color("grey")
- self.previous_allocation = (allocation.width, allocation.height)
-
- def set_color(self, color, opacity=0xFF):
- if self.pixbuf != None:
- try:
- color = Pango.Color(color)
- factor = float(0xFF)/0xFFFF
- self.pixbuf.fill(
- int(color.red*factor)<<24|int(color.green*factor)<<16|int(color.blue*factor)<<8|opacity)
- self.set_from_pixbuf(self.pixbuf)
- except Exception, msg:
- mate_invest.error("Could not set color: %s" % msg)
-
- def on_quotes_update(self, updater):
- start_total = 0
- now_total = 0
- for row in updater:
- # Don't count the ticker only symbols in the color-trend
- if row[updater.TICKER_ONLY]:
- continue
-
- var = row[updater.VARIATION]/100
- now = row[updater.VALUE]
-
- start = now / (1 + var)
-
- portfolio_number = sum([purchase["amount"] for purchase in mate_invest.STOCKS[row[updater.SYMBOL]]["purchases"]])
- start_total += start * portfolio_number
- now_total += now * portfolio_number
-
- day_var = 0
- if start_total != 0:
- day_var = (now_total - start_total) / start_total * 100
-
- color = int(2*day_var)
- opacity = min(0xFF, int(abs(127.5*day_var)))
- if day_var < 0:
- color = COLORSCALE_NEGATIVE[min(len(COLORSCALE_NEGATIVE)-1, abs(color))]
- else:
- color = COLORSCALE_POSITIVE[min(len(COLORSCALE_POSITIVE)-1, abs(color))]
-
- self.set_color(color, opacity)
-
-GObject.type_register(InvestTrend)
diff --git a/m4/python.m4 b/m4/python.m4
deleted file mode 100755
index e1c5266d..00000000
--- a/m4/python.m4
+++ /dev/null
@@ -1,62 +0,0 @@
-## this one is commonly used with AM_PATH_PYTHONDIR ...
-dnl AM_CHECK_PYMOD(MODNAME [,SYMBOL [,ACTION-IF-FOUND [,ACTION-IF-NOT-FOUND]]])
-dnl Check if a module containing a given symbol is visible to python.
-AC_DEFUN([AM_CHECK_PYMOD],
-[AC_REQUIRE([AM_PATH_PYTHON])
-py_mod_var=`echo $1['_']$2 | sed 'y%./+-%__p_%'`
-AC_MSG_CHECKING(for ifelse([$2],[],,[$2 in ])python module $1)
-AC_CACHE_VAL(py_cv_mod_$py_mod_var, [
-ifelse([$2],[], [prog="
-import sys
-try:
- import $1
-except ImportError:
- sys.exit(1)
-except:
- sys.exit(0)
-sys.exit(0)"], [prog="
-import $1
-$1.$2"])
-if $PYTHON -c "$prog" 1>&AC_FD_CC 2>&AC_FD_CC
- then
- eval "py_cv_mod_$py_mod_var=yes"
- else
- eval "py_cv_mod_$py_mod_var=no"
- fi
-])
-py_val=`eval "echo \`echo '$py_cv_mod_'$py_mod_var\`"`
-if test "x$py_val" != xno; then
- AC_MSG_RESULT(yes)
- ifelse([$3], [],, [$3
-])dnl
-else
- AC_MSG_RESULT(no)
- ifelse([$4], [],, [$4
-])dnl
-fi
-])
-
-dnl a macro to check for ability to create python extensions
-dnl AM_CHECK_PYTHON_HEADERS([ACTION-IF-POSSIBLE], [ACTION-IF-NOT-POSSIBLE])
-dnl function also defines PYTHON_INCLUDES
-AC_DEFUN([AM_CHECK_PYTHON_HEADERS],
-[AC_REQUIRE([AM_PATH_PYTHON])
-AC_MSG_CHECKING(for headers required to compile python extensions)
-dnl deduce PYTHON_INCLUDES
-py_prefix=`$PYTHON -c "import sys; print sys.prefix"`
-py_exec_prefix=`$PYTHON -c "import sys; print sys.exec_prefix"`
-PYTHON_INCLUDES="-I${py_prefix}/include/python${PYTHON_VERSION}"
-if test "$py_prefix" != "$py_exec_prefix"; then
- PYTHON_INCLUDES="$PYTHON_INCLUDES -I${py_exec_prefix}/include/python${PYTHON_VERSION}"
-fi
-AC_SUBST(PYTHON_INCLUDES)
-dnl check if the headers exist:
-save_CPPFLAGS="$CPPFLAGS"
-CPPFLAGS="$CPPFLAGS $PYTHON_INCLUDES"
-AC_TRY_CPP([#include <Python.h>],dnl
-[AC_MSG_RESULT(found)
-$1],dnl
-[AC_MSG_RESULT(not found)
-$2])
-CPPFLAGS="$save_CPPFLAGS"
-])
diff --git a/man/Makefile.am b/man/Makefile.am
index ad1cdd15..d354bac0 100644
--- a/man/Makefile.am
+++ b/man/Makefile.am
@@ -3,7 +3,6 @@ man_MANS = \
mate-cpufreq-selector.1 \
mate-drivemount-applet.1 \
mate-geyes-applet.1 \
- mate-invest-chart.1 \
mateweather.1 \
mate-multiload-applet.1
diff --git a/man/mate-invest-chart.1 b/man/mate-invest-chart.1
deleted file mode 100644
index 957c3f29..00000000
--- a/man/mate-invest-chart.1
+++ /dev/null
@@ -1,43 +0,0 @@
-.if \n(.g .ds T< \\FC
-.if \n(.g .ds T> \\F[\n[.fam]]
-.de URL
-\\$2 \(la\\$1\(ra\\$3
-..
-.if \n(.g .mso www.tmac
-.TH "MATE-INVEST-CHART" "1"
-.SH "NAME"
-mate-invest-chart \(em tool to set CPU frequency
-.SH "SYNOPSIS"
-'nh
-.fi
-.ad l
-.PP
-\fBmate-invest-chart\fR
-.SH "DESCRIPTION"
-.PP
-The \fBmate-invest-chart\fR is a MATE panel applet that downloads current quotes for stocks,
-stock indices, currencies and precious metals. Quotes are downloaded from Yahoo! Finance and
-are displayed in a drop-down list.
-.SH "OPTIONS"
-.PP
-Invest provides the following features:
-.IP \(bu 4
-Retrieve quotes for any stock, stock index, currency or precious metal known by Yahoo! Finance
-.IP \(bu 4
-Quotes are automatically updated every 15 minutes
-.IP \(bu 4
-The current price, today's change, and a chart of today's changes are displayed
-.IP \(bu 4
-The currency of the quote is displayed, and if configured, automatically translated into a target currency
-.IP \(bu 4
-The amount of the increase or decrease in the price since purchase, also translatable into the target currency
-.IP \(bu 4
-The percentage increase or decrease in the price since purchase
-.SH "AUTHOR"
-.PP
-\fBmate-invest-chart\fR, as part of mate-applets (derived from gnome-applets), has been written by Raphael Slinckx
-and other GNOME/MATE contributors.
-.PP
-This \fBmate-invest-chart\fR manual page has been written by Mike Gabriel
-<[email protected]> for the \fBDebian\fR system (but may be used
-by others.
diff --git a/po/POTFILES.in b/po/POTFILES.in
index 858fb28e..8005d795 100644
--- a/po/POTFILES.in
+++ b/po/POTFILES.in
@@ -40,17 +40,6 @@ mateweather/mateweather-dialog.c
mateweather/mateweather-pref.c
mateweather/main.c
[type: gettext/ini]mateweather/org.mate.applets.MateWeatherApplet.mate-panel-applet.in.in
-invest-applet/data/org.mate.applets.InvestApplet.mate-panel-applet.in.in
-invest-applet/data/org.mate.panel.applet.InvestAppletFactory.service.in
-[type: gettext/glade]invest-applet/data/financialchart.ui
-[type: gettext/glade]invest-applet/data/prefs-dialog.ui
-invest-applet/invest/about.py
-invest-applet/invest/applet.py
-invest-applet/invest/chart.py
-invest-applet/invest/invest-applet.py
-invest-applet/invest/preferences.py
-invest-applet/invest/quotes.py
-invest-applet/invest/widgets.py
# NB. these are actually separate files
multiload/linux-proc.c
multiload/load-graph.c
diff --git a/po/POTFILES.skip b/po/POTFILES.skip
index 7ec2fca5..337a7071 100644
--- a/po/POTFILES.skip
+++ b/po/POTFILES.skip
@@ -11,7 +11,6 @@ drivemount/drivemount/org.mate.applets.DriveMountApplet.mate-panel-applet.in
geyes/org.mate.applets.GeyesApplet.mate-panel-applet.in
mateweather/org.mate.applets.MateWeatherApplet.mate-panel-applet.in
mateweather/Locations.xml.in
-invest-applet/data/Invest_Applet.server.in
mini-commander/src/org.mate.applets.MiniCommanderApplet.mate-panel-applet.in
mixer/org.mate.applets.MixerApplet.mate-panel-applet.in
multiload/org.mate.applets.MultiLoadApplet.mate-panel-applet.in