Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMorgan Collett <morgan.collett@gmail.com>2008-03-26 10:27:02 (GMT)
committer Morgan Collett <morgan.collett@gmail.com>2008-03-26 10:27:02 (GMT)
commit9585cccde553d69ead161f7083cedcb0b323b596 (patch)
tree31469127b92477455aef1bb55bbdde031aff177c
parent9ca7e72d3e04c0af88f9ce5d3c8654488f41ce8c (diff)
parentf5e0da413fa2fdd0b4a7d2cec8c289335fcbce6b (diff)
Merge branch 'master' into update-1 to sync it with Update.1 version released off masterupdate-1
-rw-r--r--AUTHORS8
-rw-r--r--NEWS7
-rw-r--r--activity/activity.info2
-rw-r--r--pippy_app.py19
-rw-r--r--po/Chat.pot25
-rw-r--r--po/am.po25
-rw-r--r--po/ar.po27
-rw-r--r--po/ay.po25
-rw-r--r--po/bg.po57
-rw-r--r--po/bn.po4
-rw-r--r--po/bn_IN.po58
-rw-r--r--po/ca.po57
-rw-r--r--po/de.po27
-rw-r--r--po/dz.po25
-rw-r--r--po/el.po25
-rw-r--r--po/en.po25
-rw-r--r--po/es.po29
-rw-r--r--po/fa.po29
-rw-r--r--po/fa_AF.po58
-rw-r--r--po/ff.po58
-rw-r--r--po/fr.po27
-rw-r--r--po/ha.po25
-rw-r--r--po/hi.po25
-rw-r--r--po/ig.po25
-rw-r--r--po/is.po25
-rw-r--r--po/it.po35
-rw-r--r--po/ja.po53
-rw-r--r--po/ko.po25
-rw-r--r--po/mk.po25
-rw-r--r--po/ml.po25
-rw-r--r--po/mn.po57
-rw-r--r--po/ne.po25
-rw-r--r--po/nl.po29
-rw-r--r--po/pa.po25
-rw-r--r--po/pl.po46
-rw-r--r--po/ps.po58
-rw-r--r--po/pt.po27
-rw-r--r--po/pt_BR.po49
-rw-r--r--po/qu.po25
-rw-r--r--po/ro.po25
-rw-r--r--po/ru.po29
-rw-r--r--po/rw.po25
-rw-r--r--po/te.po58
-rw-r--r--po/th.po46
-rw-r--r--po/yo.po25
-rw-r--r--po/zh_CN.po58
-rw-r--r--po/zh_TW.po27
47 files changed, 1156 insertions, 358 deletions
diff --git a/AUTHORS b/AUTHORS
new file mode 100644
index 0000000..0ba414b
--- /dev/null
+++ b/AUTHORS
@@ -0,0 +1,8 @@
+Justin Gallardo <justin.gallardo@gmail.com>
+Marco Pesenti Gritti <mpg@redhat.com>
+Dafydd Harries <daf@rhydd.org>
+Guillaume Desmottes <guillaume.desmottes@collabora.co.uk>
+Morgan Collett <morgan.collett@gmail.com>
+Dan Winship <dwinship@redhat.com>
+Simon Schampijer <simon@schampijer.de>
+C. Scott Ananian <cscott@laptop.org>
diff --git a/NEWS b/NEWS
index cdf68a0..a1ad34f 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,10 @@
+35
+
+* #6066: Make web links copied to clipboard, pasteable in Write, Browse,
+ Terminal (morgs)
+* Added AUTHORS, COPYING (morgs)
+* Updated translations (pootle)
+
34
* Updated translations: ur, bn (pootle)
diff --git a/activity/activity.info b/activity/activity.info
index 523f3e5..d10c11b 100644
--- a/activity/activity.info
+++ b/activity/activity.info
@@ -5,7 +5,7 @@ bundle_id = org.laptop.Chat
service_name = org.laptop.Chat
class = pippy_app.Chat
icon = activity-icon
-activity_version = 34
+activity_version = 35
mime_types =
show_launcher = yes
host_version = 1
diff --git a/pippy_app.py b/pippy_app.py
index dac134f..fe46d87 100644
--- a/pippy_app.py
+++ b/pippy_app.py
@@ -1,4 +1,4 @@
-# Copyright 2007 Collabora Ltd.
+# Copyright 2007-2008 One Laptop Per Child
#
# This program is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
@@ -455,7 +455,8 @@ class URLMenu(Palette):
def _copy_to_clipboard_cb(self, menuitem):
logger.debug('Copy %s to clipboard', self.url)
clipboard = gtk.clipboard_get()
- targets = [("text/uri-list", 0, 0)]
+ targets = [("text/uri-list", 0, 0),
+ ("UTF8_STRING", 0, 1)]
if not clipboard.set_with_data(targets,
self._clipboard_data_get_cb,
@@ -493,6 +494,20 @@ CHAT_ICON=\
"""
CHAT_NEWS="""
+35
+
+* #6066: Make web links copied to clipboard, pasteable in Write, Browse,
+ Terminal (morgs)
+* Added AUTHORS, COPYING (morgs)
+* Updated translations (pootle)
+
+34
+
+* Updated translations: ur, bn (pootle)
+* #2351: Scrolling fixed (marcopg)
+
+33
+
32
* #5542: Repackaged as a Pippy application. (cscott)
diff --git a/po/Chat.pot b/po/Chat.pot
index fd05224..e7c778f 100644
--- a/po/Chat.pot
+++ b/po/Chat.pot
@@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2007-10-30 12:49+0200\n"
+"POT-Creation-Date: 2007-12-23 20:36+0000\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -20,30 +20,39 @@ msgstr ""
msgid "Chat"
msgstr ""
-#: chat.py:79
+#: activity.py:26
+#, python-format
+msgid "%s Source"
+msgstr ""
+
+#: pippy_app.py:84
msgid "Off-line"
msgstr ""
-#: chat.py:79
+#: pippy_app.py:84
msgid "Share, or invite someone."
msgstr ""
-#: chat.py:88
+#: pippy_app.py:93
msgid "On-line"
msgstr ""
-#: chat.py:88
+#: pippy_app.py:93
msgid "Connected"
msgstr ""
-#: chat.py:129
+#: pippy_app.py:134
msgid "joined the chat"
msgstr ""
-#: chat.py:140
+#: pippy_app.py:145
msgid "left the chat"
msgstr ""
-#: chat.py:151
+#: pippy_app.py:156
msgid "is here"
msgstr ""
+
+#: pippy_app.py:452
+msgid "Copy to Clipboard"
+msgstr ""
diff --git a/po/am.po b/po/am.po
index 9bfc25e..688c140 100644
--- a/po/am.po
+++ b/po/am.po
@@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2007-10-30 12:49+0200\n"
+"POT-Creation-Date: 2007-12-23 20:36+0000\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -20,30 +20,39 @@ msgstr ""
msgid "Chat"
msgstr ""
-#: chat.py:79
+#: pippy_app.py:84
msgid "Off-line"
msgstr ""
-#: chat.py:79
+#: pippy_app.py:84
msgid "Share, or invite someone."
msgstr ""
-#: chat.py:88
+#: pippy_app.py:93
msgid "On-line"
msgstr ""
-#: chat.py:88
+#: pippy_app.py:93
msgid "Connected"
msgstr ""
-#: chat.py:129
+#: pippy_app.py:134
msgid "joined the chat"
msgstr ""
-#: chat.py:140
+#: pippy_app.py:145
msgid "left the chat"
msgstr ""
-#: chat.py:151
+#: pippy_app.py:156
msgid "is here"
msgstr ""
+
+#: activity.py:26
+#, python-format
+msgid "%s Source"
+msgstr ""
+
+#: pippy_app.py:452
+msgid "Copy to Clipboard"
+msgstr ""
diff --git a/po/ar.po b/po/ar.po
index 8ab025c..38d3345 100644
--- a/po/ar.po
+++ b/po/ar.po
@@ -6,8 +6,8 @@ msgid ""
msgstr ""
"Project-Id-Version: Chat.master\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2007-10-30 12:49+0200\n"
-"PO-Revision-Date: 2007-11-19 20:31+0000\n"
+"POT-Creation-Date: 2007-12-23 20:36+0000\n"
+"PO-Revision-Date: 2007-12-27 19:03+0000\n"
"Last-Translator: Khaled Hosny <khaledhosny@eglug.org>\n"
"Language-Team: Arabic <doc@arabeyes.org>\n"
"MIME-Version: 1.0\n"
@@ -23,33 +23,42 @@ msgstr ""
msgid "Chat"
msgstr "دردشة"
-#: chat.py:79
+#: pippy_app.py:84
msgid "Off-line"
msgstr "غير مٌتّصل"
-#: chat.py:79
+#: pippy_app.py:84
msgid "Share, or invite someone."
msgstr "شارك أو ادعُ شخصا"
-#: chat.py:88
+#: pippy_app.py:93
msgid "On-line"
msgstr "مُتّصل"
-#: chat.py:88
+#: pippy_app.py:93
msgid "Connected"
msgstr "اتّصل"
-#: chat.py:129
+#: pippy_app.py:134
msgid "joined the chat"
msgstr "انضم للدرشة"
-#: chat.py:140
+#: pippy_app.py:145
msgid "left the chat"
msgstr "غادر الدردشة"
-#: chat.py:151
+#: pippy_app.py:156
msgid "is here"
msgstr "هنا"
#~ msgid "Connecting"
#~ msgstr "يتّصل"
+
+#: activity.py:26
+#, python-format
+msgid "%s Source"
+msgstr "مصدر %s"
+
+#: pippy_app.py:452
+msgid "Copy to Clipboard"
+msgstr "انسخ إلى الحافظة"
diff --git a/po/ay.po b/po/ay.po
index 9bfc25e..688c140 100644
--- a/po/ay.po
+++ b/po/ay.po
@@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2007-10-30 12:49+0200\n"
+"POT-Creation-Date: 2007-12-23 20:36+0000\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -20,30 +20,39 @@ msgstr ""
msgid "Chat"
msgstr ""
-#: chat.py:79
+#: pippy_app.py:84
msgid "Off-line"
msgstr ""
-#: chat.py:79
+#: pippy_app.py:84
msgid "Share, or invite someone."
msgstr ""
-#: chat.py:88
+#: pippy_app.py:93
msgid "On-line"
msgstr ""
-#: chat.py:88
+#: pippy_app.py:93
msgid "Connected"
msgstr ""
-#: chat.py:129
+#: pippy_app.py:134
msgid "joined the chat"
msgstr ""
-#: chat.py:140
+#: pippy_app.py:145
msgid "left the chat"
msgstr ""
-#: chat.py:151
+#: pippy_app.py:156
msgid "is here"
msgstr ""
+
+#: activity.py:26
+#, python-format
+msgid "%s Source"
+msgstr ""
+
+#: pippy_app.py:452
+msgid "Copy to Clipboard"
+msgstr ""
diff --git a/po/bg.po b/po/bg.po
new file mode 100644
index 0000000..49189d9
--- /dev/null
+++ b/po/bg.po
@@ -0,0 +1,57 @@
+# SOME DESCRIPTIVE TITLE.
+# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
+# This file is distributed under the same license as the PACKAGE package.
+# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
+msgid ""
+msgstr ""
+"Project-Id-Version: PACKAGE VERSION\n"
+"Report-Msgid-Bugs-To: \n"
+"POT-Creation-Date: 2007-12-23 20:36+0000\n"
+"PO-Revision-Date: 2008-02-07 08:13-0500\n"
+"Last-Translator: Alexander Todorov <atodorov@redhat.com>\n"
+"Language-Team: LANGUAGE <LL@li.org>\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+"X-Generator: Pootle 1.0.2\n"
+
+#: activity/activity.info:2
+msgid "Chat"
+msgstr "Разговор"
+
+#: activity.py:26
+#, python-format
+msgid "%s Source"
+msgstr "%s източник"
+
+#: pippy_app.py:84
+msgid "Off-line"
+msgstr "Не активен"
+
+#: pippy_app.py:84
+msgid "Share, or invite someone."
+msgstr "Сподели или покани някой."
+
+#: pippy_app.py:93
+msgid "On-line"
+msgstr "Активен"
+
+#: pippy_app.py:93
+msgid "Connected"
+msgstr "Свързан"
+
+#: pippy_app.py:134
+msgid "joined the chat"
+msgstr "се включи в разговора"
+
+#: pippy_app.py:145
+msgid "left the chat"
+msgstr "напусна разговора"
+
+#: pippy_app.py:156
+msgid "is here"
+msgstr "е тук"
+
+#: pippy_app.py:452
+msgid "Copy to Clipboard"
+msgstr "Копиране в паметта"
diff --git a/po/bn.po b/po/bn.po
index f79a474..c8ec827 100644
--- a/po/bn.po
+++ b/po/bn.po
@@ -7,8 +7,8 @@ msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2007-12-23 20:36+0000\n"
-"PO-Revision-Date: 2007-12-30 17:07+0000\n"
-"Last-Translator: Jamil Ahmed <itsjamil@gmail.com>\n"
+"PO-Revision-Date: 2008-01-08 19:40+0000\n"
+"Last-Translator: Sayamindu Dasgupta <sayamindu@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
diff --git a/po/bn_IN.po b/po/bn_IN.po
new file mode 100644
index 0000000..9c0526e
--- /dev/null
+++ b/po/bn_IN.po
@@ -0,0 +1,58 @@
+# SOME DESCRIPTIVE TITLE.
+# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
+# This file is distributed under the same license as the PACKAGE package.
+# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
+msgid ""
+msgstr ""
+"Project-Id-Version: PACKAGE VERSION\n"
+"Report-Msgid-Bugs-To: \n"
+"POT-Creation-Date: 2007-12-23 20:36+0000\n"
+"PO-Revision-Date: 2008-01-22 05:25+0000\n"
+"Last-Translator: Sankarshan Mukhopadhyay <sankarshan.mukhopadhyay@gmail.com>\n"
+"Language-Team: LANGUAGE <LL@li.org>\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+"X-Generator: Pootle 1.0.2\n"
+
+#: activity/activity.info:2
+msgid "Chat"
+msgstr "আড্ডা"
+
+#: activity.py:26
+#, python-format
+msgid "%s Source"
+msgstr "%s সোর্স"
+
+# বিচ্ছিন্ন লিখলে কি ভাল হয় ? কারণ Off-line মানে তো নেটওয়ার্ক থেকে বিচ্ছিন্ন।
+#: pippy_app.py:84
+msgid "Off-line"
+msgstr "অফ-লাইন"
+
+#: pippy_app.py:84
+msgid "Share, or invite someone."
+msgstr "আদানপ্রদান করুন অথবা আমন্ত্রন জানান"
+
+#: pippy_app.py:93
+msgid "On-line"
+msgstr "অন-লাইন"
+
+#: pippy_app.py:93
+msgid "Connected"
+msgstr "সংযুক্ত"
+
+#: pippy_app.py:134
+msgid "joined the chat"
+msgstr "আড্ডায় যোগ করেছে"
+
+#: pippy_app.py:145
+msgid "left the chat"
+msgstr "আড্ডা থেকে বেরিয়ে গেছে"
+
+#: pippy_app.py:156
+msgid "is here"
+msgstr "এখানে উপস্থিত"
+
+#: pippy_app.py:452
+msgid "Copy to Clipboard"
+msgstr "ক্লিপবোর্ডে কপি করুন"
diff --git a/po/ca.po b/po/ca.po
new file mode 100644
index 0000000..54c7b62
--- /dev/null
+++ b/po/ca.po
@@ -0,0 +1,57 @@
+# SOME DESCRIPTIVE TITLE.
+# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
+# This file is distributed under the same license as the PACKAGE package.
+# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
+msgid ""
+msgstr ""
+"Project-Id-Version: PACKAGE VERSION\n"
+"Report-Msgid-Bugs-To: \n"
+"POT-Creation-Date: 2007-12-23 20:36+0000\n"
+"PO-Revision-Date: 2008-01-08 17:57+0000\n"
+"Last-Translator: Jaume <jaume@nualart.com>\n"
+"Language-Team: LANGUAGE <LL@li.org>\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+"X-Generator: Pootle 1.0.2\n"
+
+#: activity/activity.info:2
+msgid "Chat"
+msgstr "Xat"
+
+#: activity.py:26
+#, python-format
+msgid "%s Source"
+msgstr "%s Font"
+
+#: pippy_app.py:84
+msgid "Off-line"
+msgstr "Fora de línia"
+
+#: pippy_app.py:84
+msgid "Share, or invite someone."
+msgstr "Comparteix, o convida algú"
+
+#: pippy_app.py:93
+msgid "On-line"
+msgstr "En línia"
+
+#: pippy_app.py:93
+msgid "Connected"
+msgstr "Connectat/da"
+
+#: pippy_app.py:134
+msgid "joined the chat"
+msgstr "Entra al xat"
+
+#: pippy_app.py:145
+msgid "left the chat"
+msgstr "Abandona el xat"
+
+#: pippy_app.py:156
+msgid "is here"
+msgstr "és aquí"
+
+#: pippy_app.py:452
+msgid "Copy to Clipboard"
+msgstr "Copia al porta-retalls"
diff --git a/po/de.po b/po/de.po
index 2eaac50..8ab8e56 100644
--- a/po/de.po
+++ b/po/de.po
@@ -4,8 +4,8 @@ msgid ""
msgstr ""
"Project-Id-Version: chat\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2007-10-30 12:49+0200\n"
-"PO-Revision-Date: 2007-11-28 08:41+0000\n"
+"POT-Creation-Date: 2007-12-23 20:36+0000\n"
+"PO-Revision-Date: 2007-12-30 08:58+0000\n"
"Last-Translator: Gerhard Steiner <gerhard.steiner@duichwir.at>\n"
"Language-Team: cvs@fedoraprject.org <fedora-trans-de@redhat.com>\n"
"MIME-Version: 1.0\n"
@@ -18,33 +18,42 @@ msgstr ""
msgid "Chat"
msgstr "Chat"
-#: chat.py:79
+#: pippy_app.py:84
msgid "Off-line"
msgstr "Offline"
-#: chat.py:79
+#: pippy_app.py:84
msgid "Share, or invite someone."
msgstr "Freigeben oder jemand einladen."
-#: chat.py:88
+#: pippy_app.py:93
msgid "On-line"
msgstr "Online"
-#: chat.py:88
+#: pippy_app.py:93
msgid "Connected"
msgstr "Verbunden"
-#: chat.py:129
+#: pippy_app.py:134
msgid "joined the chat"
msgstr "Betreten des Chats"
-#: chat.py:140
+#: pippy_app.py:145
msgid "left the chat"
msgstr "Verlassen des Chats"
-#: chat.py:151
+#: pippy_app.py:156
msgid "is here"
msgstr "ist hier"
#~ msgid "Connecting"
#~ msgstr "Verbinden"
+
+#: activity.py:26
+#, python-format
+msgid "%s Source"
+msgstr "%s Quelle"
+
+#: pippy_app.py:452
+msgid "Copy to Clipboard"
+msgstr "In Zwischenablage kopieren"
diff --git a/po/dz.po b/po/dz.po
index 9bfc25e..688c140 100644
--- a/po/dz.po
+++ b/po/dz.po
@@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2007-10-30 12:49+0200\n"
+"POT-Creation-Date: 2007-12-23 20:36+0000\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -20,30 +20,39 @@ msgstr ""
msgid "Chat"
msgstr ""
-#: chat.py:79
+#: pippy_app.py:84
msgid "Off-line"
msgstr ""
-#: chat.py:79
+#: pippy_app.py:84
msgid "Share, or invite someone."
msgstr ""
-#: chat.py:88
+#: pippy_app.py:93
msgid "On-line"
msgstr ""
-#: chat.py:88
+#: pippy_app.py:93
msgid "Connected"
msgstr ""
-#: chat.py:129
+#: pippy_app.py:134
msgid "joined the chat"
msgstr ""
-#: chat.py:140
+#: pippy_app.py:145
msgid "left the chat"
msgstr ""
-#: chat.py:151
+#: pippy_app.py:156
msgid "is here"
msgstr ""
+
+#: activity.py:26
+#, python-format
+msgid "%s Source"
+msgstr ""
+
+#: pippy_app.py:452
+msgid "Copy to Clipboard"
+msgstr ""
diff --git a/po/el.po b/po/el.po
index e11d6c4..cabbb22 100644
--- a/po/el.po
+++ b/po/el.po
@@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: chat activity\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2007-10-30 12:49+0200\n"
+"POT-Creation-Date: 2007-12-23 20:36+0000\n"
"PO-Revision-Date: 2007-11-20 12:21+0000\n"
"Last-Translator: Simos Xenitellis <simos.lists@googlemail.com>\n"
"Language-Team: Greek <olpc-l10n-el@googlegroups.com>\n"
@@ -21,33 +21,42 @@ msgstr ""
msgid "Chat"
msgstr "Συνομιλία"
-#: chat.py:79
+#: pippy_app.py:84
msgid "Off-line"
msgstr "Εκτός Σύνδεσης"
-#: chat.py:79
+#: pippy_app.py:84
msgid "Share, or invite someone."
msgstr "Διαμοίρασε, ή προσκάλεσε κάποιον."
-#: chat.py:88
+#: pippy_app.py:93
msgid "On-line"
msgstr "Συνδεδεμένος"
-#: chat.py:88
+#: pippy_app.py:93
msgid "Connected"
msgstr "Συνδέθηκε"
-#: chat.py:129
+#: pippy_app.py:134
msgid "joined the chat"
msgstr "συμμετέχει στη συνομιλία"
-#: chat.py:140
+#: pippy_app.py:145
msgid "left the chat"
msgstr "άφησε την συνομιλία"
-#: chat.py:151
+#: pippy_app.py:156
msgid "is here"
msgstr "είναι εδώ"
#~ msgid "Connecting"
#~ msgstr "Σε διαδικασία σύνδεσης"
+
+#: activity.py:26
+#, python-format
+msgid "%s Source"
+msgstr ""
+
+#: pippy_app.py:452
+msgid "Copy to Clipboard"
+msgstr ""
diff --git a/po/en.po b/po/en.po
index 9bfc25e..688c140 100644
--- a/po/en.po
+++ b/po/en.po
@@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2007-10-30 12:49+0200\n"
+"POT-Creation-Date: 2007-12-23 20:36+0000\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -20,30 +20,39 @@ msgstr ""
msgid "Chat"
msgstr ""
-#: chat.py:79
+#: pippy_app.py:84
msgid "Off-line"
msgstr ""
-#: chat.py:79
+#: pippy_app.py:84
msgid "Share, or invite someone."
msgstr ""
-#: chat.py:88
+#: pippy_app.py:93
msgid "On-line"
msgstr ""
-#: chat.py:88
+#: pippy_app.py:93
msgid "Connected"
msgstr ""
-#: chat.py:129
+#: pippy_app.py:134
msgid "joined the chat"
msgstr ""
-#: chat.py:140
+#: pippy_app.py:145
msgid "left the chat"
msgstr ""
-#: chat.py:151
+#: pippy_app.py:156
msgid "is here"
msgstr ""
+
+#: activity.py:26
+#, python-format
+msgid "%s Source"
+msgstr ""
+
+#: pippy_app.py:452
+msgid "Copy to Clipboard"
+msgstr ""
diff --git a/po/es.po b/po/es.po
index 69c0a7c..53581f6 100644
--- a/po/es.po
+++ b/po/es.po
@@ -6,9 +6,9 @@ msgid ""
msgstr ""
"Project-Id-Version: Chat\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2007-10-30 12:49+0200\n"
-"PO-Revision-Date: 2007-11-25 15:12+0000\n"
-"Last-Translator: Xavier Alvarez <xavi.alvarez@gmail.com>\n"
+"POT-Creation-Date: 2007-12-23 20:36+0000\n"
+"PO-Revision-Date: 2008-01-24 12:10-0500\n"
+"Last-Translator: Esteban Bordón <ebordon@gmail.com>\n"
"Language-Team: ES <fedora-trans-es@redhat.com>\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
@@ -21,30 +21,39 @@ msgstr ""
msgid "Chat"
msgstr "Charla"
-#: chat.py:79
+#: pippy_app.py:84
msgid "Off-line"
msgstr "Fuera-de-línea"
-#: chat.py:79
+#: pippy_app.py:84
msgid "Share, or invite someone."
msgstr "Compartir, o invitar a alguien."
-#: chat.py:88
+#: pippy_app.py:93
msgid "On-line"
msgstr "En-línea"
-#: chat.py:88
+#: pippy_app.py:93
msgid "Connected"
msgstr "Conectado"
-#: chat.py:129
+#: pippy_app.py:134
msgid "joined the chat"
msgstr "se unió a la charla"
-#: chat.py:140
+#: pippy_app.py:145
msgid "left the chat"
msgstr "abandonó la charla"
-#: chat.py:151
+#: pippy_app.py:156
msgid "is here"
msgstr "está aquí"
+
+#: activity.py:26
+#, python-format
+msgid "%s Source"
+msgstr "%s Fuente"
+
+#: pippy_app.py:452
+msgid "Copy to Clipboard"
+msgstr "Copiar al Portapapeles"
diff --git a/po/fa.po b/po/fa.po
index 028d30e..1b70bc6 100644
--- a/po/fa.po
+++ b/po/fa.po
@@ -6,9 +6,9 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2007-10-30 12:49+0200\n"
-"PO-Revision-Date: 2007-11-22 14:28+0000\n"
-"Last-Translator: Behnam B.Marandi <blixbox@gmail.com>\n"
+"POT-Creation-Date: 2007-12-23 20:36+0000\n"
+"PO-Revision-Date: 2008-01-09 08:21+0000\n"
+"Last-Translator: Sohaib Obaidi <ebtihaj_obaidi@yahoo.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
@@ -20,30 +20,39 @@ msgstr ""
msgid "Chat"
msgstr "گفتگو"
-#: chat.py:79
+#: pippy_app.py:84
msgid "Off-line"
msgstr "قطع"
-#: chat.py:79
+#: pippy_app.py:84
msgid "Share, or invite someone."
msgstr "به اشتراک گذاشتن یا دعوت کردن از دیگری."
-#: chat.py:88
+#: pippy_app.py:93
msgid "On-line"
msgstr "وصل"
-#: chat.py:88
+#: pippy_app.py:93
msgid "Connected"
msgstr "متصل"
-#: chat.py:129
+#: pippy_app.py:134
msgid "joined the chat"
msgstr "پیوسته به گفتگو"
-#: chat.py:140
+#: pippy_app.py:145
msgid "left the chat"
msgstr "گفتگو را ترک کرده"
-#: chat.py:151
+#: pippy_app.py:156
msgid "is here"
msgstr "اینجاست"
+
+#: activity.py:26
+#, python-format
+msgid "%s Source"
+msgstr "%s منبع"
+
+#: pippy_app.py:452
+msgid "Copy to Clipboard"
+msgstr "نقل به حافظه"
diff --git a/po/fa_AF.po b/po/fa_AF.po
new file mode 100644
index 0000000..72c10d6
--- /dev/null
+++ b/po/fa_AF.po
@@ -0,0 +1,58 @@
+# SOME DESCRIPTIVE TITLE.
+# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
+# This file is distributed under the same license as the PACKAGE package.
+# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
+msgid ""
+msgstr ""
+"Project-Id-Version: PACKAGE VERSION\n"
+"Report-Msgid-Bugs-To: \n"
+"POT-Creation-Date: 2007-12-23 20:36+0000\n"
+"PO-Revision-Date: 2008-02-06 05:54-0500\n"
+"Last-Translator: Sohaib Obaidi <ebtihaj_obaidi@yahoo.com>\n"
+"Language-Team: LANGUAGE <LL@li.org>\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"
+"X-Generator: Pootle 1.0.2\n"
+
+#: activity/activity.info:2
+msgid "Chat"
+msgstr "گفتگو"
+
+#: pippy_app.py:84
+msgid "Off-line"
+msgstr "قطع"
+
+#: pippy_app.py:84
+msgid "Share, or invite someone."
+msgstr "به اشتراک گذاشتن یا دعوت کردن از دیگری."
+
+#: pippy_app.py:93
+msgid "On-line"
+msgstr "وصل"
+
+#: pippy_app.py:93
+msgid "Connected"
+msgstr "متصل"
+
+#: pippy_app.py:134
+msgid "joined the chat"
+msgstr "پیوسته به گفتگو"
+
+#: pippy_app.py:145
+msgid "left the chat"
+msgstr "گفتگو را ترک کرده"
+
+#: pippy_app.py:156
+msgid "is here"
+msgstr "اینجاست"
+
+#: activity.py:26
+#, python-format
+msgid "%s Source"
+msgstr "%s منبع"
+
+#: pippy_app.py:452
+msgid "Copy to Clipboard"
+msgstr "نقل به حافظه"
diff --git a/po/ff.po b/po/ff.po
new file mode 100644
index 0000000..7cdb15f
--- /dev/null
+++ b/po/ff.po
@@ -0,0 +1,58 @@
+# SOME DESCRIPTIVE TITLE.
+# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
+# This file is distributed under the same license as the PACKAGE package.
+# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
+#, fuzzy
+msgid ""
+msgstr ""
+"Project-Id-Version: PACKAGE VERSION\n"
+"Report-Msgid-Bugs-To: \n"
+"POT-Creation-Date: 2007-12-23 20:36+0000\n"
+"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
+"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
+"Language-Team: LANGUAGE <LL@li.org>\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+"X-Generator: Translate Toolkit 1.0.1\n"
+
+#: activity/activity.info:2
+msgid "Chat"
+msgstr ""
+
+#: activity.py:26
+#, python-format
+msgid "%s Source"
+msgstr ""
+
+#: pippy_app.py:84
+msgid "Off-line"
+msgstr ""
+
+#: pippy_app.py:84
+msgid "Share, or invite someone."
+msgstr ""
+
+#: pippy_app.py:93
+msgid "On-line"
+msgstr ""
+
+#: pippy_app.py:93
+msgid "Connected"
+msgstr ""
+
+#: pippy_app.py:134
+msgid "joined the chat"
+msgstr ""
+
+#: pippy_app.py:145
+msgid "left the chat"
+msgstr ""
+
+#: pippy_app.py:156
+msgid "is here"
+msgstr ""
+
+#: pippy_app.py:452
+msgid "Copy to Clipboard"
+msgstr ""
diff --git a/po/fr.po b/po/fr.po
index 739452d..c248f65 100644
--- a/po/fr.po
+++ b/po/fr.po
@@ -6,8 +6,8 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2007-10-30 12:49+0200\n"
-"PO-Revision-Date: 2007-11-22 11:50+0000\n"
+"POT-Creation-Date: 2007-12-23 20:36+0000\n"
+"PO-Revision-Date: 2008-01-25 14:37-0500\n"
"Last-Translator: samy boutayeb <s.boutayeb@free.fr>\n"
"Language-Team: French <mrtom@fedoraproject.org>\n"
"MIME-Version: 1.0\n"
@@ -20,33 +20,42 @@ msgstr ""
msgid "Chat"
msgstr "Discuter"
-#: chat.py:79
+#: pippy_app.py:84
msgid "Off-line"
msgstr "Hors ligne"
-#: chat.py:79
+#: pippy_app.py:84
msgid "Share, or invite someone."
msgstr "Partager ou inviter quelqu'un."
-#: chat.py:88
+#: pippy_app.py:93
msgid "On-line"
msgstr "En ligne"
-#: chat.py:88
+#: pippy_app.py:93
msgid "Connected"
msgstr "Connecté"
-#: chat.py:129
+#: pippy_app.py:134
msgid "joined the chat"
msgstr "a rejoint la discussion"
-#: chat.py:140
+#: pippy_app.py:145
msgid "left the chat"
msgstr "a quitté la discussion"
-#: chat.py:151
+#: pippy_app.py:156
msgid "is here"
msgstr "est ici"
#~ msgid "Connecting"
#~ msgstr "En cours de connexion"
+
+#: activity.py:26
+#, python-format
+msgid "%s Source"
+msgstr "Source %s"
+
+#: pippy_app.py:452
+msgid "Copy to Clipboard"
+msgstr "Copier dans le presse-papier"
diff --git a/po/ha.po b/po/ha.po
index 9bfc25e..688c140 100644
--- a/po/ha.po
+++ b/po/ha.po
@@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2007-10-30 12:49+0200\n"
+"POT-Creation-Date: 2007-12-23 20:36+0000\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -20,30 +20,39 @@ msgstr ""
msgid "Chat"
msgstr ""
-#: chat.py:79
+#: pippy_app.py:84
msgid "Off-line"
msgstr ""
-#: chat.py:79
+#: pippy_app.py:84
msgid "Share, or invite someone."
msgstr ""
-#: chat.py:88
+#: pippy_app.py:93
msgid "On-line"
msgstr ""
-#: chat.py:88
+#: pippy_app.py:93
msgid "Connected"
msgstr ""
-#: chat.py:129
+#: pippy_app.py:134
msgid "joined the chat"
msgstr ""
-#: chat.py:140
+#: pippy_app.py:145
msgid "left the chat"
msgstr ""
-#: chat.py:151
+#: pippy_app.py:156
msgid "is here"
msgstr ""
+
+#: activity.py:26
+#, python-format
+msgid "%s Source"
+msgstr ""
+
+#: pippy_app.py:452
+msgid "Copy to Clipboard"
+msgstr ""
diff --git a/po/hi.po b/po/hi.po
index e621b87..5ce4534 100644
--- a/po/hi.po
+++ b/po/hi.po
@@ -6,7 +6,7 @@ msgid ""
msgstr ""
"Project-Id-Version: chat-activity\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2007-10-30 12:49+0200\n"
+"POT-Creation-Date: 2007-12-23 20:36+0000\n"
"PO-Revision-Date: 2007-11-22 05:07+0000\n"
"Last-Translator: Ravishankar Shrivastava <raviratlami@aol.in>\n"
"Language-Team: Hindi <indlinux-hindi@lists.sourceforge.net>\n"
@@ -19,30 +19,39 @@ msgstr ""
msgid "Chat"
msgstr "गपशप"
-#: chat.py:79
+#: pippy_app.py:84
msgid "Off-line"
msgstr "ऑफ़लाइन"
-#: chat.py:79
+#: pippy_app.py:84
msgid "Share, or invite someone."
msgstr "साझा करें या किसी को आमंत्रित करें"
-#: chat.py:88
+#: pippy_app.py:93
msgid "On-line"
msgstr "ऑन-लाइन"
-#: chat.py:88
+#: pippy_app.py:93
msgid "Connected"
msgstr "कनेक्ट है"
-#: chat.py:129
+#: pippy_app.py:134
msgid "joined the chat"
msgstr "गपशप में शामिल हों"
-#: chat.py:140
+#: pippy_app.py:145
msgid "left the chat"
msgstr "गपशप छोड दिया"
-#: chat.py:151
+#: pippy_app.py:156
msgid "is here"
msgstr "अभी हैं"
+
+#: activity.py:26
+#, python-format
+msgid "%s Source"
+msgstr ""
+
+#: pippy_app.py:452
+msgid "Copy to Clipboard"
+msgstr ""
diff --git a/po/ig.po b/po/ig.po
index 9bfc25e..688c140 100644
--- a/po/ig.po
+++ b/po/ig.po
@@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2007-10-30 12:49+0200\n"
+"POT-Creation-Date: 2007-12-23 20:36+0000\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -20,30 +20,39 @@ msgstr ""
msgid "Chat"
msgstr ""
-#: chat.py:79
+#: pippy_app.py:84
msgid "Off-line"
msgstr ""
-#: chat.py:79
+#: pippy_app.py:84
msgid "Share, or invite someone."
msgstr ""
-#: chat.py:88
+#: pippy_app.py:93
msgid "On-line"
msgstr ""
-#: chat.py:88
+#: pippy_app.py:93
msgid "Connected"
msgstr ""
-#: chat.py:129
+#: pippy_app.py:134
msgid "joined the chat"
msgstr ""
-#: chat.py:140
+#: pippy_app.py:145
msgid "left the chat"
msgstr ""
-#: chat.py:151
+#: pippy_app.py:156
msgid "is here"
msgstr ""
+
+#: activity.py:26
+#, python-format
+msgid "%s Source"
+msgstr ""
+
+#: pippy_app.py:452
+msgid "Copy to Clipboard"
+msgstr ""
diff --git a/po/is.po b/po/is.po
index 536543c..97b0b15 100644
--- a/po/is.po
+++ b/po/is.po
@@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2007-10-30 12:49+0200\n"
+"POT-Creation-Date: 2007-12-23 20:36+0000\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -20,30 +20,39 @@ msgstr ""
msgid "Chat"
msgstr "Spjall"
-#: chat.py:79
+#: pippy_app.py:84
msgid "Off-line"
msgstr "Ótengdur"
-#: chat.py:79
+#: pippy_app.py:84
msgid "Share, or invite someone."
msgstr "Deila, eða bjóða einhverjum."
-#: chat.py:88
+#: pippy_app.py:93
msgid "On-line"
msgstr "Á netinu"
-#: chat.py:88
+#: pippy_app.py:93
msgid "Connected"
msgstr "Tengdur"
-#: chat.py:129
+#: pippy_app.py:134
msgid "joined the chat"
msgstr "tegjast spjallinu"
-#: chat.py:140
+#: pippy_app.py:145
msgid "left the chat"
msgstr "aftengdist spjallinu"
-#: chat.py:151
+#: pippy_app.py:156
msgid "is here"
msgstr "er hér"
+
+#: activity.py:26
+#, python-format
+msgid "%s Source"
+msgstr ""
+
+#: pippy_app.py:452
+msgid "Copy to Clipboard"
+msgstr ""
diff --git a/po/it.po b/po/it.po
index 4ef9bbf..6e27890 100644
--- a/po/it.po
+++ b/po/it.po
@@ -6,9 +6,9 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2007-10-30 12:49+0200\n"
-"PO-Revision-Date: 2007-11-20 19:52+0000\n"
-"Last-Translator: Riccardo Setti <giskard@autistici.org>\n"
+"POT-Creation-Date: 2007-12-23 20:36+0000\n"
+"PO-Revision-Date: 2008-01-12 19:16+0000\n"
+"Last-Translator: Luca Ferretti <elle.uca@libero.it>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
@@ -20,30 +20,39 @@ msgstr ""
msgid "Chat"
msgstr "Chat"
-#: chat.py:79
+#: pippy_app.py:84
msgid "Off-line"
msgstr "Non in linea"
-#: chat.py:79
+#: pippy_app.py:84
msgid "Share, or invite someone."
-msgstr "Condividi o invita qualcuno"
+msgstr "Condividi o invita qualcuno."
-#: chat.py:88
+#: pippy_app.py:93
msgid "On-line"
msgstr "In linea"
-#: chat.py:88
+#: pippy_app.py:93
msgid "Connected"
msgstr "Connesso"
-#: chat.py:129
+#: pippy_app.py:134
msgid "joined the chat"
-msgstr "entrato nella chat"
+msgstr "partecipa alla chat"
-#: chat.py:140
+#: pippy_app.py:145
msgid "left the chat"
-msgstr "uscito dalla chat"
+msgstr "abbandona la chat"
-#: chat.py:151
+#: pippy_app.py:156
msgid "is here"
msgstr "è qui"
+
+#: activity.py:26
+#, python-format
+msgid "%s Source"
+msgstr "Sorgente %s"
+
+#: pippy_app.py:452
+msgid "Copy to Clipboard"
+msgstr "Copia negli appunti"
diff --git a/po/ja.po b/po/ja.po
index 9bfc25e..77322ff 100644
--- a/po/ja.po
+++ b/po/ja.po
@@ -2,48 +2,61 @@
# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
# This file is distributed under the same license as the PACKAGE package.
# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
-#, fuzzy
msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2007-10-30 12:49+0200\n"
-"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
-"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
+"POT-Creation-Date: 2007-12-23 20:36+0000\n"
+"PO-Revision-Date: 2008-01-01 18:01+0000\n"
+"Last-Translator: Taizo Shiozaki <taizo@shiozaki.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
-"X-Generator: Translate Toolkit 1.0.1\n"
+"X-Generator: Pootle 1.0.2\n"
#: activity/activity.info:2
+#, fuzzy
msgid "Chat"
-msgstr ""
+msgstr "チャット"
-#: chat.py:79
+#: pippy_app.py:84
msgid "Off-line"
-msgstr ""
+msgstr "オフライン"
-#: chat.py:79
+#: pippy_app.py:84
+#, fuzzy
msgid "Share, or invite someone."
-msgstr ""
+msgstr "共有したり、誰かを招待する"
-#: chat.py:88
+#: pippy_app.py:93
msgid "On-line"
-msgstr ""
+msgstr "オンライン"
-#: chat.py:88
+#: pippy_app.py:93
+#, fuzzy
msgid "Connected"
-msgstr ""
+msgstr "接続しました"
-#: chat.py:129
+#: pippy_app.py:134
msgid "joined the chat"
-msgstr ""
+msgstr "さんが入室しました"
-#: chat.py:140
+#: pippy_app.py:145
msgid "left the chat"
-msgstr ""
+msgstr "さんが退室しました"
-#: chat.py:151
+#: pippy_app.py:156
msgid "is here"
-msgstr ""
+msgstr "がいます"
+
+#: activity.py:26
+#, python-format
+#, fuzzy
+msgid "%s Source"
+msgstr "%sソース"
+
+#: pippy_app.py:452
+#, fuzzy
+msgid "Copy to Clipboard"
+msgstr "クリップボードへコピー"
diff --git a/po/ko.po b/po/ko.po
index 9bfc25e..688c140 100644
--- a/po/ko.po
+++ b/po/ko.po
@@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2007-10-30 12:49+0200\n"
+"POT-Creation-Date: 2007-12-23 20:36+0000\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -20,30 +20,39 @@ msgstr ""
msgid "Chat"
msgstr ""
-#: chat.py:79
+#: pippy_app.py:84
msgid "Off-line"
msgstr ""
-#: chat.py:79
+#: pippy_app.py:84
msgid "Share, or invite someone."
msgstr ""
-#: chat.py:88
+#: pippy_app.py:93
msgid "On-line"
msgstr ""
-#: chat.py:88
+#: pippy_app.py:93
msgid "Connected"
msgstr ""
-#: chat.py:129
+#: pippy_app.py:134
msgid "joined the chat"
msgstr ""
-#: chat.py:140
+#: pippy_app.py:145
msgid "left the chat"
msgstr ""
-#: chat.py:151
+#: pippy_app.py:156
msgid "is here"
msgstr ""
+
+#: activity.py:26
+#, python-format
+msgid "%s Source"
+msgstr ""
+
+#: pippy_app.py:452
+msgid "Copy to Clipboard"
+msgstr ""
diff --git a/po/mk.po b/po/mk.po
index 7620848..e1b65c3 100644
--- a/po/mk.po
+++ b/po/mk.po
@@ -6,7 +6,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2007-10-30 12:49+0200\n"
+"POT-Creation-Date: 2007-12-23 20:36+0000\n"
"PO-Revision-Date: 2007-11-20 22:11+0000\n"
"Last-Translator: Arangel Angov <arangel@slobodensoftver.org.mk>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -19,30 +19,39 @@ msgstr ""
msgid "Chat"
msgstr "Разговор"
-#: chat.py:79
+#: pippy_app.py:84
msgid "Off-line"
msgstr "Отсутен"
-#: chat.py:79
+#: pippy_app.py:84
msgid "Share, or invite someone."
msgstr "Сподели, или покани некој."
-#: chat.py:88
+#: pippy_app.py:93
msgid "On-line"
msgstr "Присутен"
-#: chat.py:88
+#: pippy_app.py:93
msgid "Connected"
msgstr "Се врзав"
-#: chat.py:129
+#: pippy_app.py:134
msgid "joined the chat"
msgstr "се приклучи во разговорот"
-#: chat.py:140
+#: pippy_app.py:145
msgid "left the chat"
msgstr "го напушти разговорот"
-#: chat.py:151
+#: pippy_app.py:156
msgid "is here"
msgstr "е тука"
+
+#: activity.py:26
+#, python-format
+msgid "%s Source"
+msgstr ""
+
+#: pippy_app.py:452
+msgid "Copy to Clipboard"
+msgstr ""
diff --git a/po/ml.po b/po/ml.po
index 9bfc25e..688c140 100644
--- a/po/ml.po
+++ b/po/ml.po
@@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2007-10-30 12:49+0200\n"
+"POT-Creation-Date: 2007-12-23 20:36+0000\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -20,30 +20,39 @@ msgstr ""
msgid "Chat"
msgstr ""
-#: chat.py:79
+#: pippy_app.py:84
msgid "Off-line"
msgstr ""
-#: chat.py:79
+#: pippy_app.py:84
msgid "Share, or invite someone."
msgstr ""
-#: chat.py:88
+#: pippy_app.py:93
msgid "On-line"
msgstr ""
-#: chat.py:88
+#: pippy_app.py:93
msgid "Connected"
msgstr ""
-#: chat.py:129
+#: pippy_app.py:134
msgid "joined the chat"
msgstr ""
-#: chat.py:140
+#: pippy_app.py:145
msgid "left the chat"
msgstr ""
-#: chat.py:151
+#: pippy_app.py:156
msgid "is here"
msgstr ""
+
+#: activity.py:26
+#, python-format
+msgid "%s Source"
+msgstr ""
+
+#: pippy_app.py:452
+msgid "Copy to Clipboard"
+msgstr ""
diff --git a/po/mn.po b/po/mn.po
new file mode 100644
index 0000000..87dff7f
--- /dev/null
+++ b/po/mn.po
@@ -0,0 +1,57 @@
+# SOME DESCRIPTIVE TITLE.
+# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
+# This file is distributed under the same license as the PACKAGE package.
+# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
+msgid ""
+msgstr ""
+"Project-Id-Version: PACKAGE VERSION\n"
+"Report-Msgid-Bugs-To: \n"
+"POT-Creation-Date: 2007-12-23 20:36+0000\n"
+"PO-Revision-Date: 2008-01-29 03:39-0500\n"
+"Last-Translator: Enkhzul <enkhzul@gmail.com>\n"
+"Language-Team: LANGUAGE <LL@li.org>\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+"X-Generator: Pootle 1.0.2\n"
+
+#: activity/activity.info:2
+msgid "Chat"
+msgstr "чат"
+
+#: activity.py:26
+#, python-format
+msgid "%s Source"
+msgstr ""
+
+#: pippy_app.py:84
+msgid "Off-line"
+msgstr "Нэвтрээгүй байна"
+
+#: pippy_app.py:84
+msgid "Share, or invite someone."
+msgstr "Хуваалцах, эсвэл хэн нэгнийг урих"
+
+#: pippy_app.py:93
+msgid "On-line"
+msgstr "Сүлжээнд байна"
+
+#: pippy_app.py:93
+msgid "Connected"
+msgstr "Холбогдсон"
+
+#: pippy_app.py:134
+msgid "joined the chat"
+msgstr "Чатд орлоо"
+
+#: pippy_app.py:145
+msgid "left the chat"
+msgstr "Чатаас гарлаа"
+
+#: pippy_app.py:156
+msgid "is here"
+msgstr "энд байна"
+
+#: pippy_app.py:452
+msgid "Copy to Clipboard"
+msgstr "Санах"
diff --git a/po/ne.po b/po/ne.po
index 2276abe..5508ef7 100644
--- a/po/ne.po
+++ b/po/ne.po
@@ -6,7 +6,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2007-10-30 12:49+0200\n"
+"POT-Creation-Date: 2007-12-23 20:36+0000\n"
"PO-Revision-Date: 2007-12-18 18:27+0000\n"
"Last-Translator: Shankar Pokharel <memshankar@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -19,30 +19,39 @@ msgstr ""
msgid "Chat"
msgstr "वार्तालाप"
-#: chat.py:79
+#: pippy_app.py:84
msgid "Off-line"
msgstr "अफ-लाईन"
-#: chat.py:79
+#: pippy_app.py:84
msgid "Share, or invite someone."
msgstr "साझा गर, अथवा कसैलाई आमन्त्रण गर"
-#: chat.py:88
+#: pippy_app.py:93
msgid "On-line"
msgstr "अन-लाईन"
-#: chat.py:88
+#: pippy_app.py:93
msgid "Connected"
msgstr "जडान भयो"
-#: chat.py:129
+#: pippy_app.py:134
msgid "joined the chat"
msgstr "वार्तालापमा सहभागि भयो"
-#: chat.py:140
+#: pippy_app.py:145
msgid "left the chat"
msgstr "वार्तालाप छोड्यो"
-#: chat.py:151
+#: pippy_app.py:156
msgid "is here"
msgstr "यहिं छ"
+
+#: activity.py:26
+#, python-format
+msgid "%s Source"
+msgstr ""
+
+#: pippy_app.py:452
+msgid "Copy to Clipboard"
+msgstr ""
diff --git a/po/nl.po b/po/nl.po
index 5c4363f..1098a2a 100644
--- a/po/nl.po
+++ b/po/nl.po
@@ -6,9 +6,9 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2007-10-30 12:49+0200\n"
-"PO-Revision-Date: 2007-11-20 08:14+0000\n"
-"Last-Translator: Pascal Scheffers <pascal@scheffers.net>\n"
+"POT-Creation-Date: 2007-12-23 20:36+0000\n"
+"PO-Revision-Date: 2007-12-26 23:57+0000\n"
+"Last-Translator: Axel Roest <wordforge@roeroe.nl>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
@@ -20,30 +20,39 @@ msgstr ""
msgid "Chat"
msgstr "Chat"
-#: chat.py:79
+#: pippy_app.py:84
msgid "Off-line"
msgstr "Offline"
-#: chat.py:79
+#: pippy_app.py:84
msgid "Share, or invite someone."
msgstr "Delen, of iemand uitnodigen"
-#: chat.py:88
+#: pippy_app.py:93
msgid "On-line"
msgstr "Online"
-#: chat.py:88
+#: pippy_app.py:93
msgid "Connected"
msgstr "Verbonden"
-#: chat.py:129
+#: pippy_app.py:134
msgid "joined the chat"
msgstr "is aan het gesprek toegevoegd"
-#: chat.py:140
+#: pippy_app.py:145
msgid "left the chat"
msgstr "heeft het gesprek verlaten"
-#: chat.py:151
+#: pippy_app.py:156
msgid "is here"
msgstr "is hier"
+
+#: activity.py:26
+#, python-format
+msgid "%s Source"
+msgstr "%s bron"
+
+#: pippy_app.py:452
+msgid "Copy to Clipboard"
+msgstr "Kopieer naar klembord"
diff --git a/po/pa.po b/po/pa.po
index 9bfc25e..688c140 100644
--- a/po/pa.po
+++ b/po/pa.po
@@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2007-10-30 12:49+0200\n"
+"POT-Creation-Date: 2007-12-23 20:36+0000\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -20,30 +20,39 @@ msgstr ""
msgid "Chat"
msgstr ""
-#: chat.py:79
+#: pippy_app.py:84
msgid "Off-line"
msgstr ""
-#: chat.py:79
+#: pippy_app.py:84
msgid "Share, or invite someone."
msgstr ""
-#: chat.py:88
+#: pippy_app.py:93
msgid "On-line"
msgstr ""
-#: chat.py:88
+#: pippy_app.py:93
msgid "Connected"
msgstr ""
-#: chat.py:129
+#: pippy_app.py:134
msgid "joined the chat"
msgstr ""
-#: chat.py:140
+#: pippy_app.py:145
msgid "left the chat"
msgstr ""
-#: chat.py:151
+#: pippy_app.py:156
msgid "is here"
msgstr ""
+
+#: activity.py:26
+#, python-format
+msgid "%s Source"
+msgstr ""
+
+#: pippy_app.py:452
+msgid "Copy to Clipboard"
+msgstr ""
diff --git a/po/pl.po b/po/pl.po
index 9bfc25e..99db320 100644
--- a/po/pl.po
+++ b/po/pl.po
@@ -2,48 +2,56 @@
# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
# This file is distributed under the same license as the PACKAGE package.
# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
-#, fuzzy
msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2007-10-30 12:49+0200\n"
-"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
-"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
+"POT-Creation-Date: 2007-12-23 20:36+0000\n"
+"PO-Revision-Date: 2008-01-20 15:47+0000\n"
+"Last-Translator: Wiktor Idzikowski <wiktor.idzikowski@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
-"X-Generator: Translate Toolkit 1.0.1\n"
+"X-Generator: Pootle 1.0.2\n"
#: activity/activity.info:2
msgid "Chat"
-msgstr ""
+msgstr "Czat"
-#: chat.py:79
+#: pippy_app.py:84
msgid "Off-line"
-msgstr ""
+msgstr "Rozłączony"
-#: chat.py:79
+#: pippy_app.py:84
msgid "Share, or invite someone."
-msgstr ""
+msgstr "Przyłącz się lub zaproś kogoś"
-#: chat.py:88
+#: pippy_app.py:93
msgid "On-line"
-msgstr ""
+msgstr "Połączony"
-#: chat.py:88
+#: pippy_app.py:93
msgid "Connected"
-msgstr ""
+msgstr "Połączony"
-#: chat.py:129
+#: pippy_app.py:134
msgid "joined the chat"
-msgstr ""
+msgstr "Przyłączony do czatu"
-#: chat.py:140
+#: pippy_app.py:145
msgid "left the chat"
-msgstr ""
+msgstr "Opuścił czat"
-#: chat.py:151
+#: pippy_app.py:156
msgid "is here"
+msgstr "jest tutaj"
+
+#: activity.py:26
+#, python-format
+msgid "%s Source"
+msgstr "%s źródło"
+
+#: pippy_app.py:452
+msgid "Copy to Clipboard"
msgstr ""
diff --git a/po/ps.po b/po/ps.po
new file mode 100644
index 0000000..0ef19ed
--- /dev/null
+++ b/po/ps.po
@@ -0,0 +1,58 @@
+# SOME DESCRIPTIVE TITLE.
+# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
+# This file is distributed under the same license as the PACKAGE package.
+# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
+msgid ""
+msgstr ""
+"Project-Id-Version: PACKAGE VERSION\n"
+"Report-Msgid-Bugs-To: \n"
+"POT-Creation-Date: 2007-12-23 20:36+0000\n"
+"PO-Revision-Date: 2008-01-04 13:11+0000\n"
+"Last-Translator: usman mansoor ansari <jalalkut@gmail.com>\n"
+"Language-Team: LANGUAGE <LL@li.org>\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+"X-Generator: Pootle 1.0.2\n"
+
+#: activity/activity.info:2
+msgid "Chat"
+msgstr "بنډار"
+
+#: activity.py:26
+#, python-format
+msgid "%s Source"
+msgstr "%s سرچينه"
+
+#: pippy_app.py:84
+msgid "Off-line"
+msgstr "ناليکى"
+
+#: pippy_app.py:84
+msgid "Share, or invite someone."
+msgstr "يو څوك ونډول، يا بلنه وركول"
+
+#: pippy_app.py:93
+msgid "On-line"
+msgstr "پرليكى"
+
+#: pippy_app.py:93
+#, fuzzy
+msgid "Connected"
+msgstr "پیوستېدل"
+
+#: pippy_app.py:134
+msgid "joined the chat"
+msgstr "بنډار كې يوځاېينې شو"
+
+#: pippy_app.py:145
+msgid "left the chat"
+msgstr "بنډار يې پرېښود"
+
+#: pippy_app.py:156
+msgid "is here"
+msgstr "همدلته دى"
+
+#: pippy_app.py:452
+msgid "Copy to Clipboard"
+msgstr "ټوټه دړې ته ولمېسئ"
diff --git a/po/pt.po b/po/pt.po
index b79d02d..762176b 100644
--- a/po/pt.po
+++ b/po/pt.po
@@ -6,8 +6,8 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2007-10-30 12:49+0200\n"
-"PO-Revision-Date: 2007-11-24 21:41+0000\n"
+"POT-Creation-Date: 2007-12-23 20:36+0000\n"
+"PO-Revision-Date: 2007-12-30 14:18+0000\n"
"Last-Translator: Ivo Emanuel Gonçalves <justivo@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"MIME-Version: 1.0\n"
@@ -19,30 +19,39 @@ msgstr ""
msgid "Chat"
msgstr "Conversar"
-#: chat.py:79
+#: pippy_app.py:84
msgid "Off-line"
msgstr "Off-line"
-#: chat.py:79
+#: pippy_app.py:84
msgid "Share, or invite someone."
msgstr "Partilhar, ou convidar alguém"
-#: chat.py:88
+#: pippy_app.py:93
msgid "On-line"
msgstr "Online"
-#: chat.py:88
+#: pippy_app.py:93
msgid "Connected"
msgstr "Conectado"
-#: chat.py:129
+#: pippy_app.py:134
msgid "joined the chat"
msgstr "juntou-se à conversa"
-#: chat.py:140
+#: pippy_app.py:145
msgid "left the chat"
msgstr "saiu da conversa"
-#: chat.py:151
+#: pippy_app.py:156
msgid "is here"
msgstr "está aqui"
+
+#: activity.py:26
+#, python-format
+msgid "%s Source"
+msgstr "%s Fonte"
+
+#: pippy_app.py:452
+msgid "Copy to Clipboard"
+msgstr "Copiar para Barra Lateral"
diff --git a/po/pt_BR.po b/po/pt_BR.po
index 857ddcf..31558ad 100644
--- a/po/pt_BR.po
+++ b/po/pt_BR.po
@@ -6,9 +6,9 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2007-10-30 12:49+0200\n"
-"PO-Revision-Date: 2007-11-20 15:14+0000\n"
-"Last-Translator: Ricardo Staudt <ricardost@gmail.com>\n"
+"POT-Creation-Date: 2007-12-23 20:36+0000\n"
+"PO-Revision-Date: 2008-01-21 15:03+0000\n"
+"Last-Translator: Eduardo H. Silva <HoboPrimate@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
@@ -21,32 +21,45 @@ msgstr ""
msgid "Chat"
msgstr "Bate-papo"
-# Não é exata, mas parece ser a melhor
-#: chat.py:79
+# Não é exata, mas parece ser a melhor.
+# E assim? --HP
+#: pippy_app.py:84
msgid "Off-line"
-msgstr "Desligado"
+msgstr "Desligado da rede"
-#: chat.py:79
+# Está a falar directamente com a criança. E deixei em tom pessoal, em vez de "Compartilhe, ou convide alguem" .
+#: pippy_app.py:84
msgid "Share, or invite someone."
-msgstr "Compartilhar, ou convidar alguem."
+msgstr "Compartilhe, ou convide alguem."
-# Melhor para chat, mais amigavel que 'on-line' ou 'disponivel'.
-#: chat.py:88
+# No chat, online e offline é para dizer se o utilizador está ligado a uma rede (network) ou não.
+#: pippy_app.py:93
msgid "On-line"
-msgstr "Ligado"
+msgstr "Ligado em rede"
-#: chat.py:88
+#: pippy_app.py:93
msgid "Connected"
-msgstr "Connectado"
+msgstr "Conectado"
-#: chat.py:129
+#: pippy_app.py:134
msgid "joined the chat"
-msgstr "entrou no bate-papo"
+msgstr "juntou-se no bate-papo"
-#: chat.py:140
+#: pippy_app.py:145
msgid "left the chat"
msgstr "saiu do bate-papo"
-#: chat.py:151
+#: pippy_app.py:156
msgid "is here"
-msgstr "esta aqui"
+msgstr "está aqui"
+
+# isto é pq. se pode ver o codigo-fonte do chat no pippy, pq ele foi feito pelo pippy. Acho que deverá ficar "Fonte de Bate-Papo"
+#: activity.py:26
+#, python-format
+msgid "%s Source"
+msgstr "Fonte de %s"
+
+# como está no diário
+#: pippy_app.py:452
+msgid "Copy to Clipboard"
+msgstr "Copiar para a prancheta"
diff --git a/po/qu.po b/po/qu.po
index 9bfc25e..688c140 100644
--- a/po/qu.po
+++ b/po/qu.po
@@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2007-10-30 12:49+0200\n"
+"POT-Creation-Date: 2007-12-23 20:36+0000\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -20,30 +20,39 @@ msgstr ""
msgid "Chat"
msgstr ""
-#: chat.py:79
+#: pippy_app.py:84
msgid "Off-line"
msgstr ""
-#: chat.py:79
+#: pippy_app.py:84
msgid "Share, or invite someone."
msgstr ""
-#: chat.py:88
+#: pippy_app.py:93
msgid "On-line"
msgstr ""
-#: chat.py:88
+#: pippy_app.py:93
msgid "Connected"
msgstr ""
-#: chat.py:129
+#: pippy_app.py:134
msgid "joined the chat"
msgstr ""
-#: chat.py:140
+#: pippy_app.py:145
msgid "left the chat"
msgstr ""
-#: chat.py:151
+#: pippy_app.py:156
msgid "is here"
msgstr ""
+
+#: activity.py:26
+#, python-format
+msgid "%s Source"
+msgstr ""
+
+#: pippy_app.py:452
+msgid "Copy to Clipboard"
+msgstr ""
diff --git a/po/ro.po b/po/ro.po
index 67b8130..ad15a44 100644
--- a/po/ro.po
+++ b/po/ro.po
@@ -6,7 +6,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2007-10-30 12:49+0200\n"
+"POT-Creation-Date: 2007-12-23 20:36+0000\n"
"PO-Revision-Date: 2007-11-22 22:35+0000\n"
"Last-Translator: Adi Roiban <adiroiban@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -19,30 +19,39 @@ msgstr ""
msgid "Chat"
msgstr "Discuţii"
-#: chat.py:79
+#: pippy_app.py:84
msgid "Off-line"
msgstr "Deconectat"
-#: chat.py:79
+#: pippy_app.py:84
msgid "Share, or invite someone."
msgstr "Colaborează sau invită pe cineva."
-#: chat.py:88
+#: pippy_app.py:93
msgid "On-line"
msgstr "Conectat"
-#: chat.py:88
+#: pippy_app.py:93
msgid "Connected"
msgstr "Conectat"
-#: chat.py:129
+#: pippy_app.py:134
msgid "joined the chat"
msgstr "s-a alătura discuției"
-#: chat.py:140
+#: pippy_app.py:145
msgid "left the chat"
msgstr "a părăsit discuția"
-#: chat.py:151
+#: pippy_app.py:156
msgid "is here"
msgstr "este prezent"
+
+#: activity.py:26
+#, python-format
+msgid "%s Source"
+msgstr ""
+
+#: pippy_app.py:452
+msgid "Copy to Clipboard"
+msgstr ""
diff --git a/po/ru.po b/po/ru.po
index 4dcab40..1ba2583 100644
--- a/po/ru.po
+++ b/po/ru.po
@@ -6,9 +6,9 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2007-10-30 12:49+0200\n"
-"PO-Revision-Date: 2007-11-24 10:21+0000\n"
-"Last-Translator: Maxim Osipov <maxim.osipov@gmail.com>\n"
+"POT-Creation-Date: 2007-12-23 20:36+0000\n"
+"PO-Revision-Date: 2007-12-25 17:12+0000\n"
+"Last-Translator: ZZ <parazitto@graffiti.net>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
@@ -19,30 +19,39 @@ msgstr ""
msgid "Chat"
msgstr "Чат"
-#: chat.py:79
+#: pippy_app.py:84
msgid "Off-line"
msgstr "Не активен"
-#: chat.py:79
+#: pippy_app.py:84
msgid "Share, or invite someone."
msgstr "Разделить или пригласить кого-нибудь"
-#: chat.py:88
+#: pippy_app.py:93
msgid "On-line"
msgstr "Активен"
-#: chat.py:88
+#: pippy_app.py:93
msgid "Connected"
msgstr "Подключен"
-#: chat.py:129
+#: pippy_app.py:134
msgid "joined the chat"
msgstr "Вошел в чат"
-#: chat.py:140
+#: pippy_app.py:145
msgid "left the chat"
msgstr "Покинул чат"
-#: chat.py:151
+#: pippy_app.py:156
msgid "is here"
msgstr "тут"
+
+#: activity.py:26
+#, python-format
+msgid "%s Source"
+msgstr ""
+
+#: pippy_app.py:452
+msgid "Copy to Clipboard"
+msgstr "Скопировать в буфер обмена"
diff --git a/po/rw.po b/po/rw.po
index 9bfc25e..688c140 100644
--- a/po/rw.po
+++ b/po/rw.po
@@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2007-10-30 12:49+0200\n"
+"POT-Creation-Date: 2007-12-23 20:36+0000\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -20,30 +20,39 @@ msgstr ""
msgid "Chat"
msgstr ""
-#: chat.py:79
+#: pippy_app.py:84
msgid "Off-line"
msgstr ""
-#: chat.py:79
+#: pippy_app.py:84
msgid "Share, or invite someone."
msgstr ""
-#: chat.py:88
+#: pippy_app.py:93
msgid "On-line"
msgstr ""
-#: chat.py:88
+#: pippy_app.py:93
msgid "Connected"
msgstr ""
-#: chat.py:129
+#: pippy_app.py:134
msgid "joined the chat"
msgstr ""
-#: chat.py:140
+#: pippy_app.py:145
msgid "left the chat"
msgstr ""
-#: chat.py:151
+#: pippy_app.py:156
msgid "is here"
msgstr ""
+
+#: activity.py:26
+#, python-format
+msgid "%s Source"
+msgstr ""
+
+#: pippy_app.py:452
+msgid "Copy to Clipboard"
+msgstr ""
diff --git a/po/te.po b/po/te.po
new file mode 100644
index 0000000..a3f386d
--- /dev/null
+++ b/po/te.po
@@ -0,0 +1,58 @@
+# SOME DESCRIPTIVE TITLE.
+# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
+# This file is distributed under the same license as the PACKAGE package.
+# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
+msgid ""
+msgstr ""
+"Project-Id-Version: PACKAGE VERSION\n"
+"Report-Msgid-Bugs-To: \n"
+"POT-Creation-Date: 2007-12-23 20:36+0000\n"
+"PO-Revision-Date: 2008-02-11 06:07+0100\n"
+"Last-Translator: Satyanarayana Murthy Saladi <saladism@gmail.com>\n"
+"Language-Team: LANGUAGE <LL@li.org>\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+"X-Generator: Translate Toolkit 1.0.1\n"
+
+#: activity/activity.info:2
+msgid "Chat"
+msgstr "కబుర్లు"
+
+#: activity.py:26
+#, python-format
+msgid "%s Source"
+msgstr "%s మూలం"
+
+#: pippy_app.py:84
+msgid "Off-line"
+msgstr "ఆఫ్ లైన్"
+
+#: pippy_app.py:84
+msgid "Share, or invite someone."
+msgstr "పంచు, లేక ఎవరినైనా పిలువు"
+
+#: pippy_app.py:93
+msgid "On-line"
+msgstr "ఆన్ లైన్"
+
+#: pippy_app.py:93
+msgid "Connected"
+msgstr "జతకుదిరింది"
+
+#: pippy_app.py:134
+msgid "joined the chat"
+msgstr "కబుర్లకు కలిసారు"
+
+#: pippy_app.py:145
+msgid "left the chat"
+msgstr "కబుర్లు వదిలేసారు"
+
+#: pippy_app.py:156
+msgid "is here"
+msgstr "ఇక్కడ ఉన్నారు"
+
+#: pippy_app.py:452
+msgid "Copy to Clipboard"
+msgstr "క్లిప్ బోర్డుకు నకలు చేయి"
+
diff --git a/po/th.po b/po/th.po
index 9bfc25e..7a0749e 100644
--- a/po/th.po
+++ b/po/th.po
@@ -2,48 +2,56 @@
# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
# This file is distributed under the same license as the PACKAGE package.
# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
-#, fuzzy
msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2007-10-30 12:49+0200\n"
-"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
-"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
+"POT-Creation-Date: 2007-12-23 20:36+0000\n"
+"PO-Revision-Date: 2007-12-10 04:17+0000\n"
+"Last-Translator: Manatsawin <manatsawin@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
-"X-Generator: Translate Toolkit 1.0.1\n"
+"X-Generator: Pootle 1.0.2\n"
#: activity/activity.info:2
msgid "Chat"
-msgstr ""
+msgstr "สนทนา"
-#: chat.py:79
+#: pippy_app.py:84
msgid "Off-line"
-msgstr ""
+msgstr "ออฟไลน์"
-#: chat.py:79
+#: pippy_app.py:84
msgid "Share, or invite someone."
-msgstr ""
+msgstr "แบ่งปัน หรือเชิญชวนผู้อื่น"
-#: chat.py:88
+#: pippy_app.py:93
msgid "On-line"
-msgstr ""
+msgstr "ออนไลน์"
-#: chat.py:88
+#: pippy_app.py:93
msgid "Connected"
-msgstr ""
+msgstr "เชื่อมต่อแล้ว"
-#: chat.py:129
+#: pippy_app.py:134
msgid "joined the chat"
-msgstr ""
+msgstr "เข้าร่วมสนทนา"
-#: chat.py:140
+#: pippy_app.py:145
msgid "left the chat"
-msgstr ""
+msgstr "ออกจากการสนทนา"
-#: chat.py:151
+#: pippy_app.py:156
msgid "is here"
+msgstr "อยู่ที่นี่"
+
+#: activity.py:26
+#, python-format
+msgid "%s Source"
+msgstr ""
+
+#: pippy_app.py:452
+msgid "Copy to Clipboard"
msgstr ""
diff --git a/po/yo.po b/po/yo.po
index 9bfc25e..688c140 100644
--- a/po/yo.po
+++ b/po/yo.po
@@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2007-10-30 12:49+0200\n"
+"POT-Creation-Date: 2007-12-23 20:36+0000\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -20,30 +20,39 @@ msgstr ""
msgid "Chat"
msgstr ""
-#: chat.py:79
+#: pippy_app.py:84
msgid "Off-line"
msgstr ""
-#: chat.py:79
+#: pippy_app.py:84
msgid "Share, or invite someone."
msgstr ""
-#: chat.py:88
+#: pippy_app.py:93
msgid "On-line"
msgstr ""
-#: chat.py:88
+#: pippy_app.py:93
msgid "Connected"
msgstr ""
-#: chat.py:129
+#: pippy_app.py:134
msgid "joined the chat"
msgstr ""
-#: chat.py:140
+#: pippy_app.py:145
msgid "left the chat"
msgstr ""
-#: chat.py:151
+#: pippy_app.py:156
msgid "is here"
msgstr ""
+
+#: activity.py:26
+#, python-format
+msgid "%s Source"
+msgstr ""
+
+#: pippy_app.py:452
+msgid "Copy to Clipboard"
+msgstr ""
diff --git a/po/zh_CN.po b/po/zh_CN.po
index 9bfc25e..42c2a8e 100644
--- a/po/zh_CN.po
+++ b/po/zh_CN.po
@@ -1,49 +1,53 @@
-# SOME DESCRIPTIVE TITLE.
-# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
-# This file is distributed under the same license as the PACKAGE package.
-# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
-#, fuzzy
msgid ""
msgstr ""
-"Project-Id-Version: PACKAGE VERSION\n"
+"Project-Id-Version: OLPC Chat\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2007-10-30 12:49+0200\n"
-"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
-"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
-"Language-Team: LANGUAGE <LL@li.org>\n"
+"POT-Creation-Date: 2007-12-23 20:36+0000\n"
+"PO-Revision-Date: 2007-12-25 21:12+0000\n"
+"Last-Translator: Di Qiu <diego.qiu@gmail.com>\n"
+"Language-Team: Yuan CHAO <yuanchao@gmail.com>\n"
"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Type: text/plain; charset=utf-8\n"
"Content-Transfer-Encoding: 8bit\n"
-"X-Generator: Translate Toolkit 1.0.1\n"
+"X-Generator: Pootle 1.0.2\n"
#: activity/activity.info:2
msgid "Chat"
-msgstr ""
+msgstr "聊天"
-#: chat.py:79
+#: pippy_app.py:84
msgid "Off-line"
-msgstr ""
+msgstr "离线"
-#: chat.py:79
+#: pippy_app.py:84
msgid "Share, or invite someone."
-msgstr ""
+msgstr "分享,或者邀请朋友"
-#: chat.py:88
+#: pippy_app.py:93
msgid "On-line"
-msgstr ""
+msgstr "上线"
-#: chat.py:88
+#: pippy_app.py:93
msgid "Connected"
-msgstr ""
+msgstr "已连线"
-#: chat.py:129
+#: pippy_app.py:134
msgid "joined the chat"
-msgstr ""
+msgstr "进入聊天室"
-#: chat.py:140
+#: pippy_app.py:145
msgid "left the chat"
-msgstr ""
+msgstr "退出聊天室"
-#: chat.py:151
+#: pippy_app.py:156
msgid "is here"
-msgstr ""
+msgstr "在聊天室"
+
+#: activity.py:26
+#, python-format
+msgid "%s Source"
+msgstr "%s 源代码"
+
+#: pippy_app.py:452
+msgid "Copy to Clipboard"
+msgstr "复制到剪贴板"
diff --git a/po/zh_TW.po b/po/zh_TW.po
index e314f4f..907244d 100644
--- a/po/zh_TW.po
+++ b/po/zh_TW.po
@@ -2,8 +2,8 @@ msgid ""
msgstr ""
"Project-Id-Version: OLPC Chat\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: \n"
-"PO-Revision-Date: 2007-11-20 21:55+0000\n"
+"POT-Creation-Date: 2007-12-23 20:36+0000\n"
+"PO-Revision-Date: 2008-01-03 10:59+0000\n"
"Last-Translator: Yuan Chao <yuanchao@gmail.com>\n"
"Language-Team: Yuan CHAO <yuanchao@gmail.com>\n"
"MIME-Version: 1.0\n"
@@ -15,30 +15,39 @@ msgstr ""
msgid "Chat"
msgstr "聊天"
-#: chat.py:79
+#: pippy_app.py:84
msgid "Off-line"
msgstr "離線"
-#: chat.py:87
+#: pippy_app.py:84
msgid "Share, or invite someone."
msgstr "分享,或是邀請朋友"
-#: chat.py:88
+#: pippy_app.py:93
msgid "On-line"
msgstr "上線"
-#: chat.py:98
+#: pippy_app.py:93
msgid "Connected"
msgstr "已連線"
-#: chat.py:130
+#: pippy_app.py:134
msgid "joined the chat"
msgstr "進入聊天室"
-#: chat.py:142
+#: pippy_app.py:145
msgid "left the chat"
msgstr "離開聊天室"
-#: chat.py:154
+#: pippy_app.py:156
msgid "is here"
msgstr "在聊天室"
+
+#: activity.py:26
+#, python-format
+msgid "%s Source"
+msgstr "%s原始碼"
+
+#: pippy_app.py:452
+msgid "Copy to Clipboard"
+msgstr "複製到剪貼簿"