aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTed Gould <ted@gould.cx>2010-06-03 13:22:37 -0500
committerTed Gould <ted@gould.cx>2010-06-03 13:22:37 -0500
commitec9fa20868dedd44dddd1fa412ae620442959596 (patch)
tree1070a979fd2e7fbd1fad8861a6286463758b10f9
parentc2ff294e75eb22c452499d8c405a54b3f31d8fdf (diff)
parent43138ce788723d7d5877021e2f390b4b43787d5f (diff)
downloadayatana-indicator-datetime-ec9fa20868dedd44dddd1fa412ae620442959596.tar.gz
ayatana-indicator-datetime-ec9fa20868dedd44dddd1fa412ae620442959596.tar.bz2
ayatana-indicator-datetime-ec9fa20868dedd44dddd1fa412ae620442959596.zip
* New upstream release.
* Copyright fixes * Adding translations * Fix translation domain * New upstream release. * Making label guess and reasonable width starting out. * debian/control: Adding libdbusmenu-gtk as a build dep
-rw-r--r--ChangeLog28
-rwxr-xr-xconfigure20
-rw-r--r--configure.ac4
-rw-r--r--debian/changelog22
-rw-r--r--po/LINGUAS31
-rw-r--r--po/ar.po44
-rw-r--r--po/bg.po44
-rw-r--r--po/cs.po45
-rw-r--r--po/da.po45
-rw-r--r--po/de.po45
-rw-r--r--po/el.po45
-rw-r--r--po/es.po45
-rw-r--r--po/fi.po45
-rw-r--r--po/fr.po45
-rw-r--r--po/he.po45
-rw-r--r--po/hi.po44
-rw-r--r--po/hr.po46
-rw-r--r--po/hu.po45
-rw-r--r--po/it.po45
-rw-r--r--po/ja.po45
-rw-r--r--po/ko.po45
-rw-r--r--po/nb.po45
-rw-r--r--po/nl.po45
-rw-r--r--po/pl.po46
-rw-r--r--po/pt.po45
-rw-r--r--po/pt_BR.po45
-rw-r--r--po/ro.po46
-rw-r--r--po/ru.po46
-rw-r--r--po/sk.po45
-rw-r--r--po/sl.po46
-rw-r--r--po/sr.po46
-rw-r--r--po/sv.po45
-rw-r--r--po/th.po44
-rw-r--r--po/tr.po45
-rw-r--r--po/zh_CN.po44
-rw-r--r--po/zh_TW.po44
-rw-r--r--src/datetime-service.c20
-rw-r--r--src/indicator-datetime.c23
38 files changed, 1530 insertions, 13 deletions
diff --git a/ChangeLog b/ChangeLog
index 9e56aaa..af9b92a 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,33 @@
# Generated by Makefile. Do not edit.
+2010-06-03 Ted Gould <ted@gould.cx>
+
+ Adding copyright headers
+
+2010-06-03 Ted Gould <ted@gould.cx>
+
+ Adding in copyright headers
+
+2010-03-15 Ted Gould <ted@gould.cx>
+
+ Fixing internationalization by using library interface.
+
+2010-03-12 Ted Gould <ted@gould.cx>
+
+ Use library i18n support so that we get translations from our own domain.
+
+2010-03-10 Ted Gould <ted@gould.cx>
+
+ Translations from OEM
+
+2010-03-10 Kyle Nitzsche <kyle.nitzsche@canonical.com>
+
+ add LINGUAS and translated po files for target languages
+
+2010-03-04 Ted Gould <ted@gould.cx>
+
+ 0.0.2
+
2010-03-02 Ted Gould <ted@gould.cx>
A patch to make it so the label is of fixed size. No jiggle!
diff --git a/configure b/configure
index 5436a7d..fbeb00a 100755
--- a/configure
+++ b/configure
@@ -1,6 +1,6 @@
#! /bin/sh
# Guess values for system-dependent variables and create Makefiles.
-# Generated by GNU Autoconf 2.65 for indicator-datetime 0.0.2.
+# Generated by GNU Autoconf 2.65 for indicator-datetime 0.0.3.
#
# Report bugs to <ted@canonical.com>.
#
@@ -703,8 +703,8 @@ MAKEFLAGS=
# Identity of this package.
PACKAGE_NAME='indicator-datetime'
PACKAGE_TARNAME='indicator-datetime'
-PACKAGE_VERSION='0.0.2'
-PACKAGE_STRING='indicator-datetime 0.0.2'
+PACKAGE_VERSION='0.0.3'
+PACKAGE_STRING='indicator-datetime 0.0.3'
PACKAGE_BUGREPORT='ted@canonical.com'
PACKAGE_URL=''
@@ -1477,7 +1477,7 @@ if test "$ac_init_help" = "long"; then
# Omit some internal or obsolete options to make the list less imposing.
# This message is too long to be a string in the A/UX 3.1 sh.
cat <<_ACEOF
-\`configure' configures indicator-datetime 0.0.2 to adapt to many kinds of systems.
+\`configure' configures indicator-datetime 0.0.3 to adapt to many kinds of systems.
Usage: $0 [OPTION]... [VAR=VALUE]...
@@ -1548,7 +1548,7 @@ fi
if test -n "$ac_init_help"; then
case $ac_init_help in
- short | recursive ) echo "Configuration of indicator-datetime 0.0.2:";;
+ short | recursive ) echo "Configuration of indicator-datetime 0.0.3:";;
esac
cat <<\_ACEOF
@@ -1659,7 +1659,7 @@ fi
test -n "$ac_init_help" && exit $ac_status
if $ac_init_version; then
cat <<\_ACEOF
-indicator-datetime configure 0.0.2
+indicator-datetime configure 0.0.3
generated by GNU Autoconf 2.65
Copyright (C) 2009 Free Software Foundation, Inc.
@@ -2032,7 +2032,7 @@ cat >config.log <<_ACEOF
This file contains any messages produced by compilers while
running configure, to aid debugging if configure makes a mistake.
-It was created by indicator-datetime $as_me 0.0.2, which was
+It was created by indicator-datetime $as_me 0.0.3, which was
generated by GNU Autoconf 2.65. Invocation command line was
$ $0 $@
@@ -2846,7 +2846,7 @@ fi
# Define the identity of the package.
PACKAGE=indicator-datetime
- VERSION=0.0.2
+ VERSION=0.0.3
cat >>confdefs.h <<_ACEOF
@@ -13566,7 +13566,7 @@ cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
# report actual input values of CONFIG_FILES etc. instead of their
# values after options handling.
ac_log="
-This file was extended by indicator-datetime $as_me 0.0.2, which was
+This file was extended by indicator-datetime $as_me 0.0.3, which was
generated by GNU Autoconf 2.65. Invocation command line was
CONFIG_FILES = $CONFIG_FILES
@@ -13632,7 +13632,7 @@ _ACEOF
cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`"
ac_cs_version="\\
-indicator-datetime config.status 0.0.2
+indicator-datetime config.status 0.0.3
configured by $0, generated by GNU Autoconf 2.65,
with options \\"\$ac_cs_config\\"
diff --git a/configure.ac b/configure.ac
index a5696df..c011422 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,11 +1,11 @@
-AC_INIT(indicator-datetime, 0.0.2, ted@canonical.com)
+AC_INIT(indicator-datetime, 0.0.3, ted@canonical.com)
AC_COPYRIGHT([Copyright 2009 Canonical])
AC_PREREQ(2.53)
AM_CONFIG_HEADER(config.h)
-AM_INIT_AUTOMAKE(indicator-datetime, 0.0.2)
+AM_INIT_AUTOMAKE(indicator-datetime, 0.0.3)
AM_MAINTAINER_MODE
diff --git a/debian/changelog b/debian/changelog
index 49dad06..9f736b8 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,9 +1,25 @@
+indicator-datetime (0.0.3-0ubuntu1) UNRELEASED; urgency=low
+
+ * New upstream release.
+ * Copyright fixes
+ * Adding translations
+ * Fix translation domain
+
+ -- Ted Gould <ted@ubuntu.com> Thu, 03 Jun 2010 12:40:49 -0500
+
indicator-datetime (0.0.2-0ubuntu1) maverick; urgency=low
* New upstream release.
-- Didier Roche <didrocks@ubuntu.com> Thu, 03 Jun 2010 17:44:45 +0200
+indicator-datetime (0.0.2-0ubuntu1~ppa1) lucid; urgency=low
+
+ * New upstream release.
+ * Making label guess and reasonable width starting out.
+
+ -- Ted Gould <ted@ubuntu.com> Thu, 04 Mar 2010 12:04:55 -0600
+
indicator-datetime (0.0.1-0ubuntu1) lucid; urgency=low
* New upstream release.
@@ -12,6 +28,12 @@ indicator-datetime (0.0.1-0ubuntu1) lucid; urgency=low
-- Didier Roche <didrocks@ubuntu.com> Fri, 26 Feb 2010 10:41:22 +0100
+indicator-datetime (0.0.1~r2-0ubuntu3) lucid; urgency=low
+
+ * debian/control: Adding libdbusmenu-gtk as a build dep
+
+ -- Ted Gould <ted@ubuntu.com> Thu, 18 Feb 2010 10:47:29 -0600
+
indicator-datetime (0.0.1~r2-0ubuntu2) lucid; urgency=low
* debian/control:
diff --git a/po/LINGUAS b/po/LINGUAS
new file mode 100644
index 0000000..dd5940e
--- /dev/null
+++ b/po/LINGUAS
@@ -0,0 +1,31 @@
+ar
+bg
+cs
+da
+de
+el
+es
+fi
+fr
+he
+hi
+hr
+hu
+it
+ja
+ko
+nb
+nl
+pl
+pt
+pt_BR
+ro
+ru
+sk
+sl
+sr
+sv
+th
+tr
+zh_CN
+zh_TW
diff --git a/po/ar.po b/po/ar.po
new file mode 100644
index 0000000..96ad24b
--- /dev/null
+++ b/po/ar.po
@@ -0,0 +1,44 @@
+# Arabic translations for PACKAGE package.
+# Copyright (C) 2010 THE PACKAGE'S COPYRIGHT HOLDER
+# This file is distributed under the same license as the PACKAGE package.
+# Canonical OEM, 2010.
+#
+msgid ""
+msgstr ""
+"Project-Id-Version: indicator-datetime\n"
+"Report-Msgid-Bugs-To: \n"
+"POT-Creation-Date: 2010-03-10 15:20-0500\n"
+"PO-Revision-Date: 2010-03-03 10:05-0500\n"
+"Last-Translator: Canonical OEM\n"
+"Language-Team: Arabic\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+
+#: ../src/indicator-datetime.c:177
+msgid "Error getting time"
+msgstr "خطأ في الحصول على الوقت"
+
+#. TRANSLATORS: This string is used for measuring the size of
+#. the font used for showing the time and is not shown to the
+#. user anywhere.
+#: ../src/indicator-datetime.c:259
+#, c-format
+msgid "%d%d:%d%d AM"
+msgstr "%d%d:%d%d صباحا"
+
+#. TRANSLATORS: This string is used for measuring the size of
+#. the font used for showing the time and is not shown to the
+#. user anywhere.
+#: ../src/indicator-datetime.c:266
+#, c-format
+msgid "%d%d:%d%d PM"
+msgstr "%d%d:%d%d مساء"
+
+#: ../src/indicator-datetime.c:351
+msgid "Open Calendar"
+msgstr "التقويم المفتوح (Open Calendar)"
+
+#: ../src/indicator-datetime.c:361
+msgid "Set Time and Date..."
+msgstr "ضبط الوقت والتاريخ..."
diff --git a/po/bg.po b/po/bg.po
new file mode 100644
index 0000000..0eaac8a
--- /dev/null
+++ b/po/bg.po
@@ -0,0 +1,44 @@
+# Bulgarian translations for PACKAGE package.
+# Copyright (C) 2010 THE PACKAGE'S COPYRIGHT HOLDER
+# This file is distributed under the same license as the PACKAGE package.
+# Canonical OEM, 2010.
+#
+msgid ""
+msgstr ""
+"Project-Id-Version: indicator-datetime\n"
+"Report-Msgid-Bugs-To: \n"
+"POT-Creation-Date: 2010-03-10 15:20-0500\n"
+"PO-Revision-Date: 2010-03-03 10:05-0500\n"
+"Last-Translator: Canonical OEM\n"
+"Language-Team: Bulgarian\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+
+#: ../src/indicator-datetime.c:177
+msgid "Error getting time"
+msgstr "Грешка при проверка на време"
+
+#. TRANSLATORS: This string is used for measuring the size of
+#. the font used for showing the time and is not shown to the
+#. user anywhere.
+#: ../src/indicator-datetime.c:259
+#, c-format
+msgid "%d%d:%d%d AM"
+msgstr "%d%d:%d%d преди обяд"
+
+#. TRANSLATORS: This string is used for measuring the size of
+#. the font used for showing the time and is not shown to the
+#. user anywhere.
+#: ../src/indicator-datetime.c:266
+#, c-format
+msgid "%d%d:%d%d PM"
+msgstr "%d%d:%d%d следобед"
+
+#: ../src/indicator-datetime.c:351
+msgid "Open Calendar"
+msgstr "Отвори календар"
+
+#: ../src/indicator-datetime.c:361
+msgid "Set Time and Date..."
+msgstr "Свери час и дата..."
diff --git a/po/cs.po b/po/cs.po
new file mode 100644
index 0000000..6cfd9bb
--- /dev/null
+++ b/po/cs.po
@@ -0,0 +1,45 @@
+# Czech translations for PACKAGE package.
+# Copyright (C) 2010 THE PACKAGE'S COPYRIGHT HOLDER
+# This file is distributed under the same license as the PACKAGE package.
+# Canonical OEM, 2010.
+#
+msgid ""
+msgstr ""
+"Project-Id-Version: indicator-datetime\n"
+"Report-Msgid-Bugs-To: \n"
+"POT-Creation-Date: 2010-03-10 15:20-0500\n"
+"PO-Revision-Date: 2010-03-03 10:06-0500\n"
+"Last-Translator: Canonical OEM\n"
+"Language-Team: Czech\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+"Plural-Forms: nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;\n"
+
+#: ../src/indicator-datetime.c:177
+msgid "Error getting time"
+msgstr "Chyba získání času"
+
+#. TRANSLATORS: This string is used for measuring the size of
+#. the font used for showing the time and is not shown to the
+#. user anywhere.
+#: ../src/indicator-datetime.c:259
+#, c-format
+msgid "%d%d:%d%d AM"
+msgstr "%d%d:%d%d dop."
+
+#. TRANSLATORS: This string is used for measuring the size of
+#. the font used for showing the time and is not shown to the
+#. user anywhere.
+#: ../src/indicator-datetime.c:266
+#, c-format
+msgid "%d%d:%d%d PM"
+msgstr "%d%d:%d%d odp."
+
+#: ../src/indicator-datetime.c:351
+msgid "Open Calendar"
+msgstr "Otevřít kalendář"
+
+#: ../src/indicator-datetime.c:361
+msgid "Set Time and Date..."
+msgstr "Nastavit čas a datum..."
diff --git a/po/da.po b/po/da.po
new file mode 100644
index 0000000..684f89e
--- /dev/null
+++ b/po/da.po
@@ -0,0 +1,45 @@
+# Danish translations for PACKAGE package.
+# Copyright (C) 2010 THE PACKAGE'S COPYRIGHT HOLDER
+# This file is distributed under the same license as the PACKAGE package.
+# Canonical OEM, 2010.
+#
+msgid ""
+msgstr ""
+"Project-Id-Version: indicator-datetime\n"
+"Report-Msgid-Bugs-To: \n"
+"POT-Creation-Date: 2010-03-10 15:20-0500\n"
+"PO-Revision-Date: 2010-03-03 10:06-0500\n"
+"Last-Translator: Canonical OEM\n"
+"Language-Team: Danish\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"
+
+#: ../src/indicator-datetime.c:177
+msgid "Error getting time"
+msgstr "Fejl ved hentning af klokkeslæt"
+
+#. TRANSLATORS: This string is used for measuring the size of
+#. the font used for showing the time and is not shown to the
+#. user anywhere.
+#: ../src/indicator-datetime.c:259
+#, c-format
+msgid "%d%d:%d%d AM"
+msgstr "%d%d.%d%d AM"
+
+#. TRANSLATORS: This string is used for measuring the size of
+#. the font used for showing the time and is not shown to the
+#. user anywhere.
+#: ../src/indicator-datetime.c:266
+#, c-format
+msgid "%d%d:%d%d PM"
+msgstr "%d%d.%d%d PM"
+
+#: ../src/indicator-datetime.c:351
+msgid "Open Calendar"
+msgstr "Åbn Kalender"
+
+#: ../src/indicator-datetime.c:361
+msgid "Set Time and Date..."
+msgstr "Indstil klokkeslæt og dato..."
diff --git a/po/de.po b/po/de.po
new file mode 100644
index 0000000..93f2748
--- /dev/null
+++ b/po/de.po
@@ -0,0 +1,45 @@
+# German translations for PACKAGE package.
+# Copyright (C) 2010 THE PACKAGE'S COPYRIGHT HOLDER
+# This file is distributed under the same license as the PACKAGE package.
+# Canonical OEM, 2010.
+#
+msgid ""
+msgstr ""
+"Project-Id-Version: indicator-datetime\n"
+"Report-Msgid-Bugs-To: \n"
+"POT-Creation-Date: 2010-03-10 15:20-0500\n"
+"PO-Revision-Date: 2010-03-03 10:06-0500\n"
+"Last-Translator: Canonical OEM\n"
+"Language-Team: German\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"
+
+#: ../src/indicator-datetime.c:177
+msgid "Error getting time"
+msgstr "Fehler beim Abrufen der Zeit"
+
+#. TRANSLATORS: This string is used for measuring the size of
+#. the font used for showing the time and is not shown to the
+#. user anywhere.
+#: ../src/indicator-datetime.c:259
+#, c-format
+msgid "%d%d:%d%d AM"
+msgstr "%d%d:%d%d AM"
+
+#. TRANSLATORS: This string is used for measuring the size of
+#. the font used for showing the time and is not shown to the
+#. user anywhere.
+#: ../src/indicator-datetime.c:266
+#, c-format
+msgid "%d%d:%d%d PM"
+msgstr "%d%d:%d%d PM"
+
+#: ../src/indicator-datetime.c:351
+msgid "Open Calendar"
+msgstr "Kalender öffnen"
+
+#: ../src/indicator-datetime.c:361
+msgid "Set Time and Date..."
+msgstr "Datum und Uhrzeit einstellen."
diff --git a/po/el.po b/po/el.po
new file mode 100644
index 0000000..9355a53
--- /dev/null
+++ b/po/el.po
@@ -0,0 +1,45 @@
+# Greek translations for PACKAGE package.
+# Copyright (C) 2010 THE PACKAGE'S COPYRIGHT HOLDER
+# This file is distributed under the same license as the PACKAGE package.
+# Canonical OEM, 2010.
+#
+msgid ""
+msgstr ""
+"Project-Id-Version: indicator-datetime\n"
+"Report-Msgid-Bugs-To: \n"
+"POT-Creation-Date: 2010-03-10 15:20-0500\n"
+"PO-Revision-Date: 2010-03-03 10:06-0500\n"
+"Last-Translator: Canonical OEM\n"
+"Language-Team: Greek\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"
+
+#: ../src/indicator-datetime.c:177
+msgid "Error getting time"
+msgstr "Σφάλμα κατά τη λήψη του χρόνου"
+
+#. TRANSLATORS: This string is used for measuring the size of
+#. the font used for showing the time and is not shown to the
+#. user anywhere.
+#: ../src/indicator-datetime.c:259
+#, c-format
+msgid "%d%d:%d%d AM"
+msgstr "%d%d:%d%d π.μ."
+
+#. TRANSLATORS: This string is used for measuring the size of
+#. the font used for showing the time and is not shown to the
+#. user anywhere.
+#: ../src/indicator-datetime.c:266
+#, c-format
+msgid "%d%d:%d%d PM"
+msgstr "%d%d:%d%d μ.μ."
+
+#: ../src/indicator-datetime.c:351
+msgid "Open Calendar"
+msgstr "Άνοιγμα ημερολογίου"
+
+#: ../src/indicator-datetime.c:361
+msgid "Set Time and Date..."
+msgstr "Ορισμός ώρας και ημερομηνίας..."
diff --git a/po/es.po b/po/es.po
new file mode 100644
index 0000000..4dcafd3
--- /dev/null
+++ b/po/es.po
@@ -0,0 +1,45 @@
+# Spanish translations for PACKAGE package.
+# Copyright (C) 2010 THE PACKAGE'S COPYRIGHT HOLDER
+# This file is distributed under the same license as the PACKAGE package.
+# Canonical OEM, 2010.
+#
+msgid ""
+msgstr ""
+"Project-Id-Version: indicator-datetime\n"
+"Report-Msgid-Bugs-To: \n"
+"POT-Creation-Date: 2010-03-10 15:20-0500\n"
+"PO-Revision-Date: 2010-03-03 10:06-0500\n"
+"Last-Translator: Canonical OEM\n"
+"Language-Team: Spanish\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"
+
+#: ../src/indicator-datetime.c:177
+msgid "Error getting time"
+msgstr "Error al obtener la hora"
+
+#. TRANSLATORS: This string is used for measuring the size of
+#. the font used for showing the time and is not shown to the
+#. user anywhere.
+#: ../src/indicator-datetime.c:259
+#, c-format
+msgid "%d%d:%d%d AM"
+msgstr "%d%d:%d%d AM"
+
+#. TRANSLATORS: This string is used for measuring the size of
+#. the font used for showing the time and is not shown to the
+#. user anywhere.
+#: ../src/indicator-datetime.c:266
+#, c-format
+msgid "%d%d:%d%d PM"
+msgstr "%d%d:%d%d PM"
+
+#: ../src/indicator-datetime.c:351
+msgid "Open Calendar"
+msgstr "Abrir calendario"
+
+#: ../src/indicator-datetime.c:361
+msgid "Set Time and Date..."
+msgstr "Ajustar fecha y hora..."
diff --git a/po/fi.po b/po/fi.po
new file mode 100644
index 0000000..ed15e58
--- /dev/null
+++ b/po/fi.po
@@ -0,0 +1,45 @@
+# Finnish translations for PACKAGE package.
+# Copyright (C) 2010 THE PACKAGE'S COPYRIGHT HOLDER
+# This file is distributed under the same license as the PACKAGE package.
+# Canonical OEM, 2010.
+#
+msgid ""
+msgstr ""
+"Project-Id-Version: indicator-datetime\n"
+"Report-Msgid-Bugs-To: \n"
+"POT-Creation-Date: 2010-03-10 15:20-0500\n"
+"PO-Revision-Date: 2010-03-03 10:06-0500\n"
+"Last-Translator: Canonical OEM\n"
+"Language-Team: Finnish\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"
+
+#: ../src/indicator-datetime.c:177
+msgid "Error getting time"
+msgstr "Virheen noudettaessa aikaa"
+
+#. TRANSLATORS: This string is used for measuring the size of
+#. the font used for showing the time and is not shown to the
+#. user anywhere.
+#: ../src/indicator-datetime.c:259
+#, c-format
+msgid "%d%d:%d%d AM"
+msgstr "%d%d:%d%d AP"
+
+#. TRANSLATORS: This string is used for measuring the size of
+#. the font used for showing the time and is not shown to the
+#. user anywhere.
+#: ../src/indicator-datetime.c:266
+#, c-format
+msgid "%d%d:%d%d PM"
+msgstr "%d%d:%d%d IP"
+
+#: ../src/indicator-datetime.c:351
+msgid "Open Calendar"
+msgstr "Avaa kalenteri"
+
+#: ../src/indicator-datetime.c:361
+msgid "Set Time and Date..."
+msgstr "Aseta kellonaika ja päivämäärä..."
diff --git a/po/fr.po b/po/fr.po
new file mode 100644
index 0000000..930ef4d
--- /dev/null
+++ b/po/fr.po
@@ -0,0 +1,45 @@
+# French translations for PACKAGE package.
+# Copyright (C) 2010 THE PACKAGE'S COPYRIGHT HOLDER
+# This file is distributed under the same license as the PACKAGE package.
+# Canonical OEM, 2010.
+#
+msgid ""
+msgstr ""
+"Project-Id-Version: indicator-datetime\n"
+"Report-Msgid-Bugs-To: \n"
+"POT-Creation-Date: 2010-03-10 15:20-0500\n"
+"PO-Revision-Date: 2010-03-03 10:06-0500\n"
+"Last-Translator: Canonical OEM\n"
+"Language-Team: French\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"
+
+#: ../src/indicator-datetime.c:177
+msgid "Error getting time"
+msgstr "Erreur lors de l'obtention de l'heure"
+
+#. TRANSLATORS: This string is used for measuring the size of
+#. the font used for showing the time and is not shown to the
+#. user anywhere.
+#: ../src/indicator-datetime.c:259
+#, c-format
+msgid "%d%d:%d%d AM"
+msgstr "%d%d:%d%d AM"
+
+#. TRANSLATORS: This string is used for measuring the size of
+#. the font used for showing the time and is not shown to the
+#. user anywhere.
+#: ../src/indicator-datetime.c:266
+#, c-format
+msgid "%d%d:%d%d PM"
+msgstr "%d%d:%d%d PM"
+
+#: ../src/indicator-datetime.c:351
+msgid "Open Calendar"
+msgstr "Ouvrir le calendrier"
+
+#: ../src/indicator-datetime.c:361
+msgid "Set Time and Date..."
+msgstr "Régler la date et l'heure..."
diff --git a/po/he.po b/po/he.po
new file mode 100644
index 0000000..20b41bb
--- /dev/null
+++ b/po/he.po
@@ -0,0 +1,45 @@
+# Hebrew translations for PACKAGE package.
+# Copyright (C) 2010 THE PACKAGE'S COPYRIGHT HOLDER
+# This file is distributed under the same license as the PACKAGE package.
+# Canonical OEM, 2010.
+#
+msgid ""
+msgstr ""
+"Project-Id-Version: indicator-datetime\n"
+"Report-Msgid-Bugs-To: \n"
+"POT-Creation-Date: 2010-03-10 15:20-0500\n"
+"PO-Revision-Date: 2010-03-03 10:06-0500\n"
+"Last-Translator: Canonical OEM\n"
+"Language-Team: Hebrew\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"
+
+#: ../src/indicator-datetime.c:177
+msgid "Error getting time"
+msgstr "שגיאה בקבלת השעה"
+
+#. TRANSLATORS: This string is used for measuring the size of
+#. the font used for showing the time and is not shown to the
+#. user anywhere.
+#: ../src/indicator-datetime.c:259
+#, c-format
+msgid "%d%d:%d%d AM"
+msgstr "%d%d:%d%d AM"
+
+#. TRANSLATORS: This string is used for measuring the size of
+#. the font used for showing the time and is not shown to the
+#. user anywhere.
+#: ../src/indicator-datetime.c:266
+#, c-format
+msgid "%d%d:%d%d PM"
+msgstr "%d%d:%d%d PM"
+
+#: ../src/indicator-datetime.c:351
+msgid "Open Calendar"
+msgstr "פתח לוח שנה"
+
+#: ../src/indicator-datetime.c:361
+msgid "Set Time and Date..."
+msgstr "הגדרת שעה ותאריך..."
diff --git a/po/hi.po b/po/hi.po
new file mode 100644
index 0000000..3f453c0
--- /dev/null
+++ b/po/hi.po
@@ -0,0 +1,44 @@
+# Hindi translations for PACKAGE package.
+# Copyright (C) 2010 THE PACKAGE'S COPYRIGHT HOLDER
+# This file is distributed under the same license as the PACKAGE package.
+# Canonical OEM, 2010.
+#
+msgid ""
+msgstr ""
+"Project-Id-Version: indicator-datetime\n"
+"Report-Msgid-Bugs-To: \n"
+"POT-Creation-Date: 2010-03-10 15:20-0500\n"
+"PO-Revision-Date: 2010-03-03 10:06-0500\n"
+"Last-Translator: Canonical OEM\n"
+"Language-Team: Hindi\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+
+#: ../src/indicator-datetime.c:177
+msgid "Error getting time"
+msgstr "समय प्राप्त करने में त्रुटि"
+
+#. TRANSLATORS: This string is used for measuring the size of
+#. the font used for showing the time and is not shown to the
+#. user anywhere.
+#: ../src/indicator-datetime.c:259
+#, c-format
+msgid "%d%d:%d%d AM"
+msgstr "प्रातः %d%d:%d%d बजे"
+
+#. TRANSLATORS: This string is used for measuring the size of
+#. the font used for showing the time and is not shown to the
+#. user anywhere.
+#: ../src/indicator-datetime.c:266
+#, c-format
+msgid "%d%d:%d%d PM"
+msgstr "सायं %d%d:%d%d बजे"
+
+#: ../src/indicator-datetime.c:351
+msgid "Open Calendar"
+msgstr "कैलेंडर खोलें"
+
+#: ../src/indicator-datetime.c:361
+msgid "Set Time and Date..."
+msgstr "समय और तिथि सेट करें..."
diff --git a/po/hr.po b/po/hr.po
new file mode 100644
index 0000000..66c28d4
--- /dev/null
+++ b/po/hr.po
@@ -0,0 +1,46 @@
+# Croatian translations for PACKAGE package.
+# Copyright (C) 2010 THE PACKAGE'S COPYRIGHT HOLDER
+# This file is distributed under the same license as the PACKAGE package.
+# Canonical OEM, 2010.
+#
+msgid ""
+msgstr ""
+"Project-Id-Version: indicator-datetime\n"
+"Report-Msgid-Bugs-To: \n"
+"POT-Creation-Date: 2010-03-10 15:20-0500\n"
+"PO-Revision-Date: 2010-03-03 10:06-0500\n"
+"Last-Translator: Canonical OEM\n"
+"Language-Team: Croatian\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%"
+"10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n"
+
+#: ../src/indicator-datetime.c:177
+msgid "Error getting time"
+msgstr "Greška pri dohvaćanju vremena"
+
+#. TRANSLATORS: This string is used for measuring the size of
+#. the font used for showing the time and is not shown to the
+#. user anywhere.
+#: ../src/indicator-datetime.c:259
+#, c-format
+msgid "%d%d:%d%d AM"
+msgstr "%d%d%d%d AM"
+
+#. TRANSLATORS: This string is used for measuring the size of
+#. the font used for showing the time and is not shown to the
+#. user anywhere.
+#: ../src/indicator-datetime.c:266
+#, c-format
+msgid "%d%d:%d%d PM"
+msgstr "%d%d%d%d PM"
+
+#: ../src/indicator-datetime.c:351
+msgid "Open Calendar"
+msgstr "Otvori kalendar"
+
+#: ../src/indicator-datetime.c:361
+msgid "Set Time and Date..."
+msgstr "Postavi vrijeme i datum..."
diff --git a/po/hu.po b/po/hu.po
new file mode 100644
index 0000000..de2bcee
--- /dev/null
+++ b/po/hu.po
@@ -0,0 +1,45 @@
+# Hungarian translations for PACKAGE package.
+# Copyright (C) 2010 THE PACKAGE'S COPYRIGHT HOLDER
+# This file is distributed under the same license as the PACKAGE package.
+# Canonical OEM, 2010.
+#
+msgid ""
+msgstr ""
+"Project-Id-Version: indicator-datetime\n"
+"Report-Msgid-Bugs-To: \n"
+"POT-Creation-Date: 2010-03-10 15:20-0500\n"
+"PO-Revision-Date: 2010-03-03 10:06-0500\n"
+"Last-Translator: Canonical OEM\n"
+"Language-Team: Hungarian\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"
+
+#: ../src/indicator-datetime.c:177
+msgid "Error getting time"
+msgstr "Hiba az idő lekérésekor"
+
+#. TRANSLATORS: This string is used for measuring the size of
+#. the font used for showing the time and is not shown to the
+#. user anywhere.
+#: ../src/indicator-datetime.c:259
+#, c-format
+msgid "%d%d:%d%d AM"
+msgstr "%d%d:%d%d de."
+
+#. TRANSLATORS: This string is used for measuring the size of
+#. the font used for showing the time and is not shown to the
+#. user anywhere.
+#: ../src/indicator-datetime.c:266
+#, c-format
+msgid "%d%d:%d%d PM"
+msgstr "%d%d:%d%d du."
+
+#: ../src/indicator-datetime.c:351
+msgid "Open Calendar"
+msgstr "Naptár megnyitása"
+
+#: ../src/indicator-datetime.c:361
+msgid "Set Time and Date..."
+msgstr "Idő és dátum beállítása..."
diff --git a/po/it.po b/po/it.po
new file mode 100644
index 0000000..839ab2e
--- /dev/null
+++ b/po/it.po
@@ -0,0 +1,45 @@
+# Italian translations for PACKAGE package.
+# Copyright (C) 2010 THE PACKAGE'S COPYRIGHT HOLDER
+# This file is distributed under the same license as the PACKAGE package.
+# Canonical OEM, 2010.
+#
+msgid ""
+msgstr ""
+"Project-Id-Version: indicator-datetime\n"
+"Report-Msgid-Bugs-To: \n"
+"POT-Creation-Date: 2010-03-10 15:20-0500\n"
+"PO-Revision-Date: 2010-03-03 10:06-0500\n"
+"Last-Translator: Canonical OEM\n"
+"Language-Team: Italian\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"
+
+#: ../src/indicator-datetime.c:177
+msgid "Error getting time"
+msgstr "Errore nell'acquisizione dell'orario"
+
+#. TRANSLATORS: This string is used for measuring the size of
+#. the font used for showing the time and is not shown to the
+#. user anywhere.
+#: ../src/indicator-datetime.c:259
+#, c-format
+msgid "%d%d:%d%d AM"
+msgstr "%d%d:%d%d AM"
+
+#. TRANSLATORS: This string is used for measuring the size of
+#. the font used for showing the time and is not shown to the
+#. user anywhere.
+#: ../src/indicator-datetime.c:266
+#, c-format
+msgid "%d%d:%d%d PM"
+msgstr "%d%d:%d%d PM"
+
+#: ../src/indicator-datetime.c:351
+msgid "Open Calendar"
+msgstr "Apri calendario"
+
+#: ../src/indicator-datetime.c:361
+msgid "Set Time and Date..."
+msgstr "Imposta data e ora..."
diff --git a/po/ja.po b/po/ja.po
new file mode 100644
index 0000000..02c90b7
--- /dev/null
+++ b/po/ja.po
@@ -0,0 +1,45 @@
+# Japanese translations for PACKAGE package.
+# Copyright (C) 2010 THE PACKAGE'S COPYRIGHT HOLDER
+# This file is distributed under the same license as the PACKAGE package.
+# Canonical OEM, 2010.
+#
+msgid ""
+msgstr ""
+"Project-Id-Version: indicator-datetime\n"
+"Report-Msgid-Bugs-To: \n"
+"POT-Creation-Date: 2010-03-10 15:20-0500\n"
+"PO-Revision-Date: 2010-03-03 10:06-0500\n"
+"Last-Translator: Canonical OEM\n"
+"Language-Team: Japanese\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+"Plural-Forms: nplurals=1; plural=0;\n"
+
+#: ../src/indicator-datetime.c:177
+msgid "Error getting time"
+msgstr "時刻を取得できません"
+
+#. TRANSLATORS: This string is used for measuring the size of
+#. the font used for showing the time and is not shown to the
+#. user anywhere.
+#: ../src/indicator-datetime.c:259
+#, c-format
+msgid "%d%d:%d%d AM"
+msgstr "午前 %d%d:%d%d"
+
+#. TRANSLATORS: This string is used for measuring the size of
+#. the font used for showing the time and is not shown to the
+#. user anywhere.
+#: ../src/indicator-datetime.c:266
+#, c-format
+msgid "%d%d:%d%d PM"
+msgstr "午後 %d%d:%d%d"
+
+#: ../src/indicator-datetime.c:351
+msgid "Open Calendar"
+msgstr "カレンダーを開く"
+
+#: ../src/indicator-datetime.c:361
+msgid "Set Time and Date..."
+msgstr "時刻と日付の設定..."
diff --git a/po/ko.po b/po/ko.po
new file mode 100644
index 0000000..0406690
--- /dev/null
+++ b/po/ko.po
@@ -0,0 +1,45 @@
+# Korean translations for PACKAGE package.
+# Copyright (C) 2010 THE PACKAGE'S COPYRIGHT HOLDER
+# This file is distributed under the same license as the PACKAGE package.
+# Canonical OEM, 2010.
+#
+msgid ""
+msgstr ""
+"Project-Id-Version: indicator-datetime\n"
+"Report-Msgid-Bugs-To: \n"
+"POT-Creation-Date: 2010-03-10 15:20-0500\n"
+"PO-Revision-Date: 2010-03-03 10:06-0500\n"
+"Last-Translator: Canonical OEM\n"
+"Language-Team: Korean\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+"Plural-Forms: nplurals=1; plural=0;\n"
+
+#: ../src/indicator-datetime.c:177
+msgid "Error getting time"
+msgstr "시간 가져오기 오류"
+
+#. TRANSLATORS: This string is used for measuring the size of
+#. the font used for showing the time and is not shown to the
+#. user anywhere.
+#: ../src/indicator-datetime.c:259
+#, c-format
+msgid "%d%d:%d%d AM"
+msgstr "오전 %d%d:%d%d"
+
+#. TRANSLATORS: This string is used for measuring the size of
+#. the font used for showing the time and is not shown to the
+#. user anywhere.
+#: ../src/indicator-datetime.c:266
+#, c-format
+msgid "%d%d:%d%d PM"
+msgstr "오후 %d%d:%d%d"
+
+#: ../src/indicator-datetime.c:351
+msgid "Open Calendar"
+msgstr "일정 열기"
+
+#: ../src/indicator-datetime.c:361
+msgid "Set Time and Date..."
+msgstr "시간 및 날짜 설정..."
diff --git a/po/nb.po b/po/nb.po
new file mode 100644
index 0000000..deb0de8
--- /dev/null
+++ b/po/nb.po
@@ -0,0 +1,45 @@
+# Norwegian Bokmal translations for PACKAGE package.
+# Copyright (C) 2010 THE PACKAGE'S COPYRIGHT HOLDER
+# This file is distributed under the same license as the PACKAGE package.
+# Canonical OEM, 2010.
+#
+msgid ""
+msgstr ""
+"Project-Id-Version: indicator-datetime\n"
+"Report-Msgid-Bugs-To: \n"
+"POT-Creation-Date: 2010-03-10 15:20-0500\n"
+"PO-Revision-Date: 2010-03-03 10:06-0500\n"
+"Last-Translator: Canonical OEM\n"
+"Language-Team: Norwegian Bokmal\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"
+
+#: ../src/indicator-datetime.c:177
+msgid "Error getting time"
+msgstr "Feil under henting av klokkeslett"
+
+#. TRANSLATORS: This string is used for measuring the size of
+#. the font used for showing the time and is not shown to the
+#. user anywhere.
+#: ../src/indicator-datetime.c:259
+#, c-format
+msgid "%d%d:%d%d AM"
+msgstr "%d%d:%d%d AM"
+
+#. TRANSLATORS: This string is used for measuring the size of
+#. the font used for showing the time and is not shown to the
+#. user anywhere.
+#: ../src/indicator-datetime.c:266
+#, c-format
+msgid "%d%d:%d%d PM"
+msgstr "%d%d:%d%d PM"
+
+#: ../src/indicator-datetime.c:351
+msgid "Open Calendar"
+msgstr "Åpne kalender"
+
+#: ../src/indicator-datetime.c:361
+msgid "Set Time and Date..."
+msgstr "Angi dato og klokkeslett..."
diff --git a/po/nl.po b/po/nl.po
new file mode 100644
index 0000000..96df725
--- /dev/null
+++ b/po/nl.po
@@ -0,0 +1,45 @@
+# Dutch translations for PACKAGE package.
+# Copyright (C) 2010 THE PACKAGE'S COPYRIGHT HOLDER
+# This file is distributed under the same license as the PACKAGE package.
+# Canonical OEM, 2010.
+#
+msgid ""
+msgstr ""
+"Project-Id-Version: indicator-datetime\n"
+"Report-Msgid-Bugs-To: \n"
+"POT-Creation-Date: 2010-03-10 15:20-0500\n"
+"PO-Revision-Date: 2010-03-03 10:06-0500\n"
+"Last-Translator: Canonical OEM\n"
+"Language-Team: Dutch\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"
+
+#: ../src/indicator-datetime.c:177
+msgid "Error getting time"
+msgstr "Fout bij lezen van tijd"
+
+#. TRANSLATORS: This string is used for measuring the size of
+#. the font used for showing the time and is not shown to the
+#. user anywhere.
+#: ../src/indicator-datetime.c:259
+#, c-format
+msgid "%d%d:%d%d AM"
+msgstr "%d%d%d%d VM"
+
+#. TRANSLATORS: This string is used for measuring the size of
+#. the font used for showing the time and is not shown to the
+#. user anywhere.
+#: ../src/indicator-datetime.c:266
+#, c-format
+msgid "%d%d:%d%d PM"
+msgstr "%d%d%d%d NM"
+
+#: ../src/indicator-datetime.c:351
+msgid "Open Calendar"
+msgstr "Kalender openen"
+
+#: ../src/indicator-datetime.c:361
+msgid "Set Time and Date..."
+msgstr "Datum en tijd instellen..."
diff --git a/po/pl.po b/po/pl.po
new file mode 100644
index 0000000..6be96db
--- /dev/null
+++ b/po/pl.po
@@ -0,0 +1,46 @@
+# Polish translations for PACKAGE package.
+# Copyright (C) 2010 THE PACKAGE'S COPYRIGHT HOLDER
+# This file is distributed under the same license as the PACKAGE package.
+# Canonical OEM, 2010.
+#
+msgid ""
+msgstr ""
+"Project-Id-Version: indicator-datetime\n"
+"Report-Msgid-Bugs-To: \n"
+"POT-Creation-Date: 2010-03-10 15:20-0500\n"
+"PO-Revision-Date: 2010-03-03 10:06-0500\n"
+"Last-Translator: Canonical OEM\n"
+"Language-Team: Polish\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+"Plural-Forms: nplurals=3; plural=(n==1 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 "
+"|| n%100>=20) ? 1 : 2);\n"
+
+#: ../src/indicator-datetime.c:177
+msgid "Error getting time"
+msgstr "Wystąpił błąd pobierania godziny"
+
+#. TRANSLATORS: This string is used for measuring the size of
+#. the font used for showing the time and is not shown to the
+#. user anywhere.
+#: ../src/indicator-datetime.c:259
+#, c-format
+msgid "%d%d:%d%d AM"
+msgstr "%d%d:%d%d AM"
+
+#. TRANSLATORS: This string is used for measuring the size of
+#. the font used for showing the time and is not shown to the
+#. user anywhere.
+#: ../src/indicator-datetime.c:266
+#, c-format
+msgid "%d%d:%d%d PM"
+msgstr "%d%d:%d%d PM"
+
+#: ../src/indicator-datetime.c:351
+msgid "Open Calendar"
+msgstr "Otwórz kalendarz"
+
+#: ../src/indicator-datetime.c:361
+msgid "Set Time and Date..."
+msgstr "Ustaw godzinę i datę..."
diff --git a/po/pt.po b/po/pt.po
new file mode 100644
index 0000000..fb6a0f0
--- /dev/null
+++ b/po/pt.po
@@ -0,0 +1,45 @@
+# Portuguese translations for PACKAGE package.
+# Copyright (C) 2010 THE PACKAGE'S COPYRIGHT HOLDER
+# This file is distributed under the same license as the PACKAGE package.
+# Canonical OEM, 2010.
+#
+msgid ""
+msgstr ""
+"Project-Id-Version: indicator-datetime\n"
+"Report-Msgid-Bugs-To: \n"
+"POT-Creation-Date: 2010-03-10 15:20-0500\n"
+"PO-Revision-Date: 2010-03-03 10:06-0500\n"
+"Last-Translator: Canonical OEM\n"
+"Language-Team: Portuguese\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"
+
+#: ../src/indicator-datetime.c:177
+msgid "Error getting time"
+msgstr "Erro na obtenção das horas"
+
+#. TRANSLATORS: This string is used for measuring the size of
+#. the font used for showing the time and is not shown to the
+#. user anywhere.
+#: ../src/indicator-datetime.c:259
+#, c-format
+msgid "%d%d:%d%d AM"
+msgstr "%d%d:%d%d AM"
+
+#. TRANSLATORS: This string is used for measuring the size of
+#. the font used for showing the time and is not shown to the
+#. user anywhere.
+#: ../src/indicator-datetime.c:266
+#, c-format
+msgid "%d%d:%d%d PM"
+msgstr "%d%d:%d%d PM"
+
+#: ../src/indicator-datetime.c:351
+msgid "Open Calendar"
+msgstr "Abrir Calendário"
+
+#: ../src/indicator-datetime.c:361
+msgid "Set Time and Date..."
+msgstr "Acertar Hora e Data..."
diff --git a/po/pt_BR.po b/po/pt_BR.po
new file mode 100644
index 0000000..1795ceb
--- /dev/null
+++ b/po/pt_BR.po
@@ -0,0 +1,45 @@
+# Portuguese translations for PACKAGE package.
+# Copyright (C) 2010 THE PACKAGE'S COPYRIGHT HOLDER
+# This file is distributed under the same license as the PACKAGE package.
+# Canonical OEM, 2010.
+#
+msgid ""
+msgstr ""
+"Project-Id-Version: indicator-datetime\n"
+"Report-Msgid-Bugs-To: \n"
+"POT-Creation-Date: 2010-03-10 15:20-0500\n"
+"PO-Revision-Date: 2010-03-03 10:06-0500\n"
+"Last-Translator: Canonical OEM\n"
+"Language-Team: Brazilian Portuguese\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"
+
+#: ../src/indicator-datetime.c:177
+msgid "Error getting time"
+msgstr "Erro ao obter hora"
+
+#. TRANSLATORS: This string is used for measuring the size of
+#. the font used for showing the time and is not shown to the
+#. user anywhere.
+#: ../src/indicator-datetime.c:259
+#, c-format
+msgid "%d%d:%d%d AM"
+msgstr "%d%d:%d%d AM"
+
+#. TRANSLATORS: This string is used for measuring the size of
+#. the font used for showing the time and is not shown to the
+#. user anywhere.
+#: ../src/indicator-datetime.c:266
+#, c-format
+msgid "%d%d:%d%d PM"
+msgstr "%d%d:%d%d PM"
+
+#: ../src/indicator-datetime.c:351
+msgid "Open Calendar"
+msgstr "Abrir o calendário"
+
+#: ../src/indicator-datetime.c:361
+msgid "Set Time and Date..."
+msgstr "Ajustar data e hora..."
diff --git a/po/ro.po b/po/ro.po
new file mode 100644
index 0000000..3eb1bf9
--- /dev/null
+++ b/po/ro.po
@@ -0,0 +1,46 @@
+# Romanian translations for PACKAGE package.
+# Copyright (C) 2010 THE PACKAGE'S COPYRIGHT HOLDER
+# This file is distributed under the same license as the PACKAGE package.
+# Canonical OEM, 2010.
+#
+msgid ""
+msgstr ""
+"Project-Id-Version: indicator-datetime\n"
+"Report-Msgid-Bugs-To: \n"
+"POT-Creation-Date: 2010-03-10 15:20-0500\n"
+"PO-Revision-Date: 2010-03-03 10:06-0500\n"
+"Last-Translator: Canonical OEM\n"
+"Language-Team: Romanian\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+"Plural-Forms: nplurals=3; plural=n==1 ? 0 : (n==0 || (n%100 > 0 && n%100 < "
+"20)) ? 1 : 2;\n"
+
+#: ../src/indicator-datetime.c:177
+msgid "Error getting time"
+msgstr "Eroare la obținerea orei"
+
+#. TRANSLATORS: This string is used for measuring the size of
+#. the font used for showing the time and is not shown to the
+#. user anywhere.
+#: ../src/indicator-datetime.c:259
+#, c-format
+msgid "%d%d:%d%d AM"
+msgstr "%d%d:%d%d AM"
+
+#. TRANSLATORS: This string is used for measuring the size of
+#. the font used for showing the time and is not shown to the
+#. user anywhere.
+#: ../src/indicator-datetime.c:266
+#, c-format
+msgid "%d%d:%d%d PM"
+msgstr "%d%d:%d%d PM"
+
+#: ../src/indicator-datetime.c:351
+msgid "Open Calendar"
+msgstr "Deschide calendarul"
+
+#: ../src/indicator-datetime.c:361
+msgid "Set Time and Date..."
+msgstr "Setare oră și dată..."
diff --git a/po/ru.po b/po/ru.po
new file mode 100644
index 0000000..b4e54e2
--- /dev/null
+++ b/po/ru.po
@@ -0,0 +1,46 @@
+# Russian translations for PACKAGE package.
+# Copyright (C) 2010 THE PACKAGE'S COPYRIGHT HOLDER
+# This file is distributed under the same license as the PACKAGE package.
+# Canonical OEM, 2010.
+#
+msgid ""
+msgstr ""
+"Project-Id-Version: indicator-datetime\n"
+"Report-Msgid-Bugs-To: \n"
+"POT-Creation-Date: 2010-03-10 15:20-0500\n"
+"PO-Revision-Date: 2010-03-03 10:06-0500\n"
+"Last-Translator: Canonical OEM\n"
+"Language-Team: Russian\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%"
+"10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n"
+
+#: ../src/indicator-datetime.c:177
+msgid "Error getting time"
+msgstr "Ошибка получения времени"
+
+#. TRANSLATORS: This string is used for measuring the size of
+#. the font used for showing the time and is not shown to the
+#. user anywhere.
+#: ../src/indicator-datetime.c:259
+#, c-format
+msgid "%d%d:%d%d AM"
+msgstr "%d%d:%d%d AM"
+
+#. TRANSLATORS: This string is used for measuring the size of
+#. the font used for showing the time and is not shown to the
+#. user anywhere.
+#: ../src/indicator-datetime.c:266
+#, c-format
+msgid "%d%d:%d%d PM"
+msgstr "%d%d:%d%d PM"
+
+#: ../src/indicator-datetime.c:351
+msgid "Open Calendar"
+msgstr "Открыть календарь"
+
+#: ../src/indicator-datetime.c:361
+msgid "Set Time and Date..."
+msgstr "Установить время и дату..."
diff --git a/po/sk.po b/po/sk.po
new file mode 100644
index 0000000..9c47050
--- /dev/null
+++ b/po/sk.po
@@ -0,0 +1,45 @@
+# Slovak translations for PACKAGE package.
+# Copyright (C) 2010 THE PACKAGE'S COPYRIGHT HOLDER
+# This file is distributed under the same license as the PACKAGE package.
+# Canonical OEM, 2010.
+#
+msgid ""
+msgstr ""
+"Project-Id-Version: indicator-datetime\n"
+"Report-Msgid-Bugs-To: \n"
+"POT-Creation-Date: 2010-03-10 15:20-0500\n"
+"PO-Revision-Date: 2010-03-03 10:06-0500\n"
+"Last-Translator: Canonical OEM\n"
+"Language-Team: Slovak\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+"Plural-Forms: nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;\n"
+
+#: ../src/indicator-datetime.c:177
+msgid "Error getting time"
+msgstr "Čas zistenia chyby"
+
+#. TRANSLATORS: This string is used for measuring the size of
+#. the font used for showing the time and is not shown to the
+#. user anywhere.
+#: ../src/indicator-datetime.c:259
+#, c-format
+msgid "%d%d:%d%d AM"
+msgstr "%d%d:%d%d AM"
+
+#. TRANSLATORS: This string is used for measuring the size of
+#. the font used for showing the time and is not shown to the
+#. user anywhere.
+#: ../src/indicator-datetime.c:266
+#, c-format
+msgid "%d%d:%d%d PM"
+msgstr "%d%d:%d%d PM"
+
+#: ../src/indicator-datetime.c:351
+msgid "Open Calendar"
+msgstr "Otvoriť kalendár"
+
+#: ../src/indicator-datetime.c:361
+msgid "Set Time and Date..."
+msgstr "Nastaviť čas a dátum..."
diff --git a/po/sl.po b/po/sl.po
new file mode 100644
index 0000000..012ff00
--- /dev/null
+++ b/po/sl.po
@@ -0,0 +1,46 @@
+# Slovenian translations for PACKAGE package.
+# Copyright (C) 2010 THE PACKAGE'S COPYRIGHT HOLDER
+# This file is distributed under the same license as the PACKAGE package.
+# Canonical OEM, 2010.
+#
+msgid ""
+msgstr ""
+"Project-Id-Version: indicator-datetime\n"
+"Report-Msgid-Bugs-To: \n"
+"POT-Creation-Date: 2010-03-10 15:20-0500\n"
+"PO-Revision-Date: 2010-03-03 10:06-0500\n"
+"Last-Translator: Canonical OEM\n"
+"Language-Team: Slovenian\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+"Plural-Forms: nplurals=4; plural=(n%100==1 ? 0 : n%100==2 ? 1 : n%100==3 || n"
+"%100==4 ? 2 : 3);\n"
+
+#: ../src/indicator-datetime.c:177
+msgid "Error getting time"
+msgstr "Napaka pri pridobivanju podatka o času"
+
+#. TRANSLATORS: This string is used for measuring the size of
+#. the font used for showing the time and is not shown to the
+#. user anywhere.
+#: ../src/indicator-datetime.c:259
+#, c-format
+msgid "%d%d:%d%d AM"
+msgstr "%d%d:%d%d AM"
+
+#. TRANSLATORS: This string is used for measuring the size of
+#. the font used for showing the time and is not shown to the
+#. user anywhere.
+#: ../src/indicator-datetime.c:266
+#, c-format
+msgid "%d%d:%d%d PM"
+msgstr "%d%d:%d%d PM"
+
+#: ../src/indicator-datetime.c:351
+msgid "Open Calendar"
+msgstr "Odpri koledar"
+
+#: ../src/indicator-datetime.c:361
+msgid "Set Time and Date..."
+msgstr "Nastavi čas in datum ..."
diff --git a/po/sr.po b/po/sr.po
new file mode 100644
index 0000000..df6149a
--- /dev/null
+++ b/po/sr.po
@@ -0,0 +1,46 @@
+# Serbian translations for PACKAGE package.
+# Copyright (C) 2010 THE PACKAGE'S COPYRIGHT HOLDER
+# This file is distributed under the same license as the PACKAGE package.
+# Canonical OEM, 2010.
+#
+msgid ""
+msgstr ""
+"Project-Id-Version: indicator-datetime\n"
+"Report-Msgid-Bugs-To: \n"
+"POT-Creation-Date: 2010-03-10 15:20-0500\n"
+"PO-Revision-Date: 2010-03-03 10:06-0500\n"
+"Last-Translator: Canonical OEM\n"
+"Language-Team: Serbian\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%"
+"10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n"
+
+#: ../src/indicator-datetime.c:177
+msgid "Error getting time"
+msgstr "Greška u prikazu vremena"
+
+#. TRANSLATORS: This string is used for measuring the size of
+#. the font used for showing the time and is not shown to the
+#. user anywhere.
+#: ../src/indicator-datetime.c:259
+#, c-format
+msgid "%d%d:%d%d AM"
+msgstr "%d%d%d%d pre podne"
+
+#. TRANSLATORS: This string is used for measuring the size of
+#. the font used for showing the time and is not shown to the
+#. user anywhere.
+#: ../src/indicator-datetime.c:266
+#, c-format
+msgid "%d%d:%d%d PM"
+msgstr "%d%d%d%d popodne"
+
+#: ../src/indicator-datetime.c:351
+msgid "Open Calendar"
+msgstr "Otvori kalendar"
+
+#: ../src/indicator-datetime.c:361
+msgid "Set Time and Date..."
+msgstr "Podesi vreme i datum"
diff --git a/po/sv.po b/po/sv.po
new file mode 100644
index 0000000..585daeb
--- /dev/null
+++ b/po/sv.po
@@ -0,0 +1,45 @@
+# Swedish translations for PACKAGE package.
+# Copyright (C) 2010 THE PACKAGE'S COPYRIGHT HOLDER
+# This file is distributed under the same license as the PACKAGE package.
+# Canonical OEM, 2010.
+#
+msgid ""
+msgstr ""
+"Project-Id-Version: indicator-datetime\n"
+"Report-Msgid-Bugs-To: \n"
+"POT-Creation-Date: 2010-03-10 15:20-0500\n"
+"PO-Revision-Date: 2010-03-03 10:06-0500\n"
+"Last-Translator: Canonical OEM\n"
+"Language-Team: Swedish\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"
+
+#: ../src/indicator-datetime.c:177
+msgid "Error getting time"
+msgstr "Ett fel uppstod då tid hämtades"
+
+#. TRANSLATORS: This string is used for measuring the size of
+#. the font used for showing the time and is not shown to the
+#. user anywhere.
+#: ../src/indicator-datetime.c:259
+#, c-format
+msgid "%d%d:%d%d AM"
+msgstr "%d%d:%d%d FM"
+
+#. TRANSLATORS: This string is used for measuring the size of
+#. the font used for showing the time and is not shown to the
+#. user anywhere.
+#: ../src/indicator-datetime.c:266
+#, c-format
+msgid "%d%d:%d%d PM"
+msgstr "%d%d:%d%d EM"
+
+#: ../src/indicator-datetime.c:351
+msgid "Open Calendar"
+msgstr "Öppna kalender"
+
+#: ../src/indicator-datetime.c:361
+msgid "Set Time and Date..."
+msgstr "Ange tid och datum..."
diff --git a/po/th.po b/po/th.po
new file mode 100644
index 0000000..fd7e2ac
--- /dev/null
+++ b/po/th.po
@@ -0,0 +1,44 @@
+# Thai translations for PACKAGE package.
+# Copyright (C) 2010 THE PACKAGE'S COPYRIGHT HOLDER
+# This file is distributed under the same license as the PACKAGE package.
+# Canonical OEM, 2010.
+#
+msgid ""
+msgstr ""
+"Project-Id-Version: indicator-datetime\n"
+"Report-Msgid-Bugs-To: \n"
+"POT-Creation-Date: 2010-03-10 15:20-0500\n"
+"PO-Revision-Date: 2010-03-03 10:06-0500\n"
+"Last-Translator: Canonical OEM\n"
+"Language-Team: Thai\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+
+#: ../src/indicator-datetime.c:177
+msgid "Error getting time"
+msgstr "ข้อผิดพลาดการขอข้อมูลเวลา"
+
+#. TRANSLATORS: This string is used for measuring the size of
+#. the font used for showing the time and is not shown to the
+#. user anywhere.
+#: ../src/indicator-datetime.c:259
+#, c-format
+msgid "%d%d:%d%d AM"
+msgstr "%d%d:%d%d AM"
+
+#. TRANSLATORS: This string is used for measuring the size of
+#. the font used for showing the time and is not shown to the
+#. user anywhere.
+#: ../src/indicator-datetime.c:266
+#, c-format
+msgid "%d%d:%d%d PM"
+msgstr "%d%d:%d%d PM"
+
+#: ../src/indicator-datetime.c:351
+msgid "Open Calendar"
+msgstr "เปิดปฏิทิน"
+
+#: ../src/indicator-datetime.c:361
+msgid "Set Time and Date..."
+msgstr "ตั้งเวลาและวันที่..."
diff --git a/po/tr.po b/po/tr.po
new file mode 100644
index 0000000..8ad85a6
--- /dev/null
+++ b/po/tr.po
@@ -0,0 +1,45 @@
+# Turkish translations for PACKAGE package.
+# Copyright (C) 2010 THE PACKAGE'S COPYRIGHT HOLDER
+# This file is distributed under the same license as the PACKAGE package.
+# Canonical OEM, 2010.
+#
+msgid ""
+msgstr ""
+"Project-Id-Version: indicator-datetime\n"
+"Report-Msgid-Bugs-To: \n"
+"POT-Creation-Date: 2010-03-10 15:20-0500\n"
+"PO-Revision-Date: 2010-03-03 10:06-0500\n"
+"Last-Translator: Canonical OEM\n"
+"Language-Team: Turkish\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+"Plural-Forms: nplurals=1; plural=0;\n"
+
+#: ../src/indicator-datetime.c:177
+msgid "Error getting time"
+msgstr "Saati alma hatâsı"
+
+#. TRANSLATORS: This string is used for measuring the size of
+#. the font used for showing the time and is not shown to the
+#. user anywhere.
+#: ../src/indicator-datetime.c:259
+#, c-format
+msgid "%d%d:%d%d AM"
+msgstr "Öğleden Önce %d%d:%d%d"
+
+#. TRANSLATORS: This string is used for measuring the size of
+#. the font used for showing the time and is not shown to the
+#. user anywhere.
+#: ../src/indicator-datetime.c:266
+#, c-format
+msgid "%d%d:%d%d PM"
+msgstr "Öğleden Sonra %d%d:%d%d"
+
+#: ../src/indicator-datetime.c:351
+msgid "Open Calendar"
+msgstr "Takvimi Aç"
+
+#: ../src/indicator-datetime.c:361
+msgid "Set Time and Date..."
+msgstr "Saati ve Târihi Ayarla..."
diff --git a/po/zh_CN.po b/po/zh_CN.po
new file mode 100644
index 0000000..fb74d02
--- /dev/null
+++ b/po/zh_CN.po
@@ -0,0 +1,44 @@
+# Chinese translations for PACKAGE package.
+# Copyright (C) 2010 THE PACKAGE'S COPYRIGHT HOLDER
+# This file is distributed under the same license as the PACKAGE package.
+# Canonical OEM, 2010.
+#
+msgid ""
+msgstr ""
+"Project-Id-Version: indicator-datetime\n"
+"Report-Msgid-Bugs-To: \n"
+"POT-Creation-Date: 2010-03-10 15:20-0500\n"
+"PO-Revision-Date: 2010-03-03 10:06-0500\n"
+"Last-Translator: Canonical OEM\n"
+"Language-Team: Chinese (simplified)\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+
+#: ../src/indicator-datetime.c:177
+msgid "Error getting time"
+msgstr "获取时间出错"
+
+#. TRANSLATORS: This string is used for measuring the size of
+#. the font used for showing the time and is not shown to the
+#. user anywhere.
+#: ../src/indicator-datetime.c:259
+#, c-format
+msgid "%d%d:%d%d AM"
+msgstr "%d%d:%d%d 上午"
+
+#. TRANSLATORS: This string is used for measuring the size of
+#. the font used for showing the time and is not shown to the
+#. user anywhere.
+#: ../src/indicator-datetime.c:266
+#, c-format
+msgid "%d%d:%d%d PM"
+msgstr "%d%d:%d%d 下午"
+
+#: ../src/indicator-datetime.c:351
+msgid "Open Calendar"
+msgstr "打开日历"
+
+#: ../src/indicator-datetime.c:361
+msgid "Set Time and Date..."
+msgstr "设置时间和日期..."
diff --git a/po/zh_TW.po b/po/zh_TW.po
new file mode 100644
index 0000000..ec58031
--- /dev/null
+++ b/po/zh_TW.po
@@ -0,0 +1,44 @@
+# Chinese translations for PACKAGE package.
+# Copyright (C) 2010 THE PACKAGE'S COPYRIGHT HOLDER
+# This file is distributed under the same license as the PACKAGE package.
+# Canonical OEM, 2010.
+#
+msgid ""
+msgstr ""
+"Project-Id-Version: indicator-datetime\n"
+"Report-Msgid-Bugs-To: \n"
+"POT-Creation-Date: 2010-03-10 15:20-0500\n"
+"PO-Revision-Date: 2010-03-03 10:06-0500\n"
+"Last-Translator: Canonical OEM\n"
+"Language-Team: Chinese (traditional)\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+
+#: ../src/indicator-datetime.c:177
+msgid "Error getting time"
+msgstr "獲得時間發生錯誤"
+
+#. TRANSLATORS: This string is used for measuring the size of
+#. the font used for showing the time and is not shown to the
+#. user anywhere.
+#: ../src/indicator-datetime.c:259
+#, c-format
+msgid "%d%d:%d%d AM"
+msgstr "%d%d:%d%d 上午"
+
+#. TRANSLATORS: This string is used for measuring the size of
+#. the font used for showing the time and is not shown to the
+#. user anywhere.
+#: ../src/indicator-datetime.c:266
+#, c-format
+msgid "%d%d:%d%d PM"
+msgstr "%d%d:%d%d 下午"
+
+#: ../src/indicator-datetime.c:351
+msgid "Open Calendar"
+msgstr "開啟行事曆"
+
+#: ../src/indicator-datetime.c:361
+msgid "Set Time and Date..."
+msgstr "設定時間和日期..."
diff --git a/src/datetime-service.c b/src/datetime-service.c
index 63590c7..39a256d 100644
--- a/src/datetime-service.c
+++ b/src/datetime-service.c
@@ -1,3 +1,23 @@
+/*
+An indicator to time and date related information in the menubar.
+
+Copyright 2010 Canonical Ltd.
+
+Authors:
+ Ted Gould <ted@canonical.com>
+
+This program is free software: you can redistribute it and/or modify it
+under the terms of the GNU General Public License version 3, as published
+by the Free Software Foundation.
+
+This program is distributed in the hope that it will be useful, but
+WITHOUT ANY WARRANTY; without even the implied warranties of
+MERCHANTABILITY, SATISFACTORY QUALITY, or FITNESS FOR A PARTICULAR
+PURPOSE. See the GNU General Public License for more details.
+
+You should have received a copy of the GNU General Public License along
+with this program. If not, see <http://www.gnu.org/licenses/>.
+*/
int
main (int argc, char ** argv)
diff --git a/src/indicator-datetime.c b/src/indicator-datetime.c
index 8ae75fa..be4db10 100644
--- a/src/indicator-datetime.c
+++ b/src/indicator-datetime.c
@@ -1,3 +1,24 @@
+/*
+An indicator to time and date related information in the menubar.
+
+Copyright 2010 Canonical Ltd.
+
+Authors:
+ Ted Gould <ted@canonical.com>
+
+This program is free software: you can redistribute it and/or modify it
+under the terms of the GNU General Public License version 3, as published
+by the Free Software Foundation.
+
+This program is distributed in the hope that it will be useful, but
+WITHOUT ANY WARRANTY; without even the implied warranties of
+MERCHANTABILITY, SATISFACTORY QUALITY, or FITNESS FOR A PARTICULAR
+PURPOSE. See the GNU General Public License for more details.
+
+You should have received a copy of the GNU General Public License along
+with this program. If not, see <http://www.gnu.org/licenses/>.
+*/
+
#ifdef HAVE_CONFIG_H
#include "config.h"
#endif
@@ -5,7 +26,7 @@
/* GStuff */
#include <glib.h>
#include <glib-object.h>
-#include <glib/gi18n.h>
+#include <glib/gi18n-lib.h>
/* Indicator Stuff */
#include <libindicator/indicator.h>