summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog9
-rw-r--r--NEWS5
-rw-r--r--atk/Makefile.am8
-rw-r--r--configure.in4
-rw-r--r--po/af.po2
-rw-r--r--po/am.po2
-rw-r--r--po/ar.po248
-rw-r--r--po/as.po2
-rw-r--r--po/az.po2
-rw-r--r--po/be.po2
-rw-r--r--po/be@latin.po2
-rw-r--r--po/bg.po2
-rw-r--r--po/bn.po2
-rw-r--r--po/bn_IN.po2
-rw-r--r--po/bs.po2
-rw-r--r--po/ca.po2
-rw-r--r--po/cs.po2
-rw-r--r--po/cy.po2
-rw-r--r--po/da.po2
-rw-r--r--po/de.po2
-rw-r--r--po/dz.po2
-rw-r--r--po/el.po2
-rw-r--r--po/en_CA.po6
-rw-r--r--po/en_GB.po2
-rw-r--r--po/eo.po2
-rw-r--r--po/es.po2
-rw-r--r--po/et.po4
-rw-r--r--po/eu.po2
-rw-r--r--po/fa.po2
-rw-r--r--po/fi.po2
-rw-r--r--po/fr.po2
-rw-r--r--po/ga.po2
-rw-r--r--po/gl.po2
-rw-r--r--po/gu.po2
-rw-r--r--po/he.po2
-rw-r--r--po/hi.po2
-rw-r--r--po/hr.po2
-rw-r--r--po/hu.po2
-rw-r--r--po/id.po6
-rw-r--r--po/is.po2
-rw-r--r--po/it.po2
-rw-r--r--po/ja.po2
-rw-r--r--po/ka.po2
-rw-r--r--po/kn.po2
-rw-r--r--po/ko.po2
-rw-r--r--po/ku.po2
-rw-r--r--po/li.po4
-rw-r--r--po/lt.po6
-rw-r--r--po/lv.po2
-rw-r--r--po/mk.po2
-rw-r--r--po/ml.po2
-rw-r--r--po/mn.po3
-rw-r--r--po/mr.po2
-rw-r--r--po/ms.po2
-rw-r--r--po/nb.po2
-rw-r--r--po/ne.po2
-rw-r--r--po/nl.po2
-rw-r--r--po/nn.po2
-rw-r--r--po/oc.po248
-rw-r--r--po/or.po2
-rw-r--r--po/pa.po2
-rw-r--r--po/pl.po2
-rw-r--r--po/ps.po257
-rw-r--r--po/pt.po2
-rw-r--r--po/pt_BR.po2
-rw-r--r--po/ro.po2
-rw-r--r--po/ru.po2
-rw-r--r--po/rw.po2
-rw-r--r--po/si.po2
-rw-r--r--po/sk.po2
-rw-r--r--po/sl.po2
-rw-r--r--po/sq.po248
-rw-r--r--po/sr.po2
-rw-r--r--po/sr@Latn.po2
-rw-r--r--po/sr@ije.po2
-rw-r--r--po/sv.po2
-rw-r--r--po/ta.po2
-rw-r--r--po/te.po2
-rw-r--r--po/th.po2
-rw-r--r--po/tk.po2
-rw-r--r--po/tr.po249
-rw-r--r--po/tt.po2
-rw-r--r--po/ug.po4
-rw-r--r--po/uk.po2
-rw-r--r--po/vi.po4
-rw-r--r--po/wa.po2
-rw-r--r--po/xh.po2
-rw-r--r--po/yi.po2
-rw-r--r--po/zh_CN.po2
-rw-r--r--po/zh_HK.po2
-rw-r--r--po/zh_TW.po2
91 files changed, 738 insertions, 723 deletions
diff --git a/ChangeLog b/ChangeLog
index 01ed0d9..1e059e7 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,12 @@
+2008-07-21 Li Yuan <li.yuan@sun.com>
+
+ * NEWS:
+ * configure.in:
+ Revved to 1.23.5 for GNOME 2.23.5.
+ * atk/Makefile.am:
+ generate atk.def from atk.symbols.
+
+
2008-07-11 Runa Bhattacharjee <runabh@gmail.com>
* configure.in: Added Pashto (ps) to ALL_LINGUAS
diff --git a/NEWS b/NEWS
index 7b7bd97..9300dab 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,8 @@
+Changes in version 1.23.5:
+=========================
+*
+*Fixes: #535704, #526752.
+
Changes in version 1.22.0:
=========================
*
diff --git a/atk/Makefile.am b/atk/Makefile.am
index ab8c3be..6dead40 100644
--- a/atk/Makefile.am
+++ b/atk/Makefile.am
@@ -141,9 +141,6 @@ atk_def = atk.def
libatk_1_0_la_LDFLAGS += -export-symbols $(srcdir)/atk.def -no-undefined -Wl,atk-win32-res.o
libatk_1_0_la_DEPENDENCIES = atk-win32-res.o
-atk.def: atk.symbols
- (echo -e EXPORTS; $(CPP) -P -DINCLUDE_VARIABLES -DG_OS_WIN32 -DALL_FILES - <$(srcdir)/atk.symbols | sed -e '/^$$/d' -e 's/^/ /' -e 's/G_GNUC_[^ ]*//g') > atk.def
-
install-def-file:
$(INSTALL) $(srcdir)/atk.def $(DESTDIR)$(libdir)/atk-1.0.def
uninstall-def-file:
@@ -169,11 +166,14 @@ install-ms-lib:
uninstall-ms-lib:
endif
+atk.def: atk.symbols
+ (echo -e EXPORTS; $(CPP) -P -DINCLUDE_VARIABLES -DG_OS_WIN32 -DALL_FILES - <$(srcdir)/atk.symbols | sed -e '/^$$/d' -e 's/^/ /' -e 's/G_GNUC_[^ ]*//g') > atk.def
+
atk-$(ATK_API_VERSION).lib: libatk-$(ATK_API_VERSION).la atk.def
lib -name:libatk-$(ATK_API_VERSION)-$(LT_CURRENT_MINUS_AGE).dll -def:atk.def -out:$@
-EXTRA_DIST = atk.def atk.rc.in atkmarshal.list atkintl.h
+EXTRA_DIST = atk.symbols atk.rc.in atkmarshal.list atkintl.h
DISTCLEANFILES = \
stamp-atkmarshal.h stamp-atkmarshal.c \
diff --git a/configure.in b/configure.in
index a47fc0b..955a418 100644
--- a/configure.in
+++ b/configure.in
@@ -16,8 +16,8 @@ dnl set ATK_BINARY_AGE _and_ ATK_INTERFACE_AGE to 0.
dnl The triplet
m4_define([atk_major_version], [1])
-m4_define([atk_minor_version], [22])
-m4_define([atk_micro_version], [0])
+m4_define([atk_minor_version], [23])
+m4_define([atk_micro_version], [5])
m4_define([atk_version],
[atk_major_version.atk_minor_version.atk_micro_version])
diff --git a/po/af.po b/po/af.po
index fafe69f..9d1c545 100644
--- a/po/af.po
+++ b/po/af.po
@@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: atk cvs\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2008-03-10 15:37+0800\n"
+"POT-Creation-Date: 2008-07-21 14:54+0800\n"
"PO-Revision-Date: 2002-12-05 16:08+0100\n"
"Last-Translator: Stefan Lubbersen <servine_lauvi@hotmail.com>\n"
"Language-Team: Afrikaans <servine_lauvi@hotmail.com>\n"
diff --git a/po/am.po b/po/am.po
index 66e3a6e..c428d0c 100644
--- a/po/am.po
+++ b/po/am.po
@@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: atk\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2008-03-10 15:37+0800\n"
+"POT-Creation-Date: 2008-07-21 14:54+0800\n"
"PO-Revision-Date: 2003-01-08 07:44+EDT\n"
"Last-Translator: Ge'ez Frontier Foundation <locales@geez.org>\n"
"Language-Team: Amharic <locales@geez.org>\n"
diff --git a/po/ar.po b/po/ar.po
index 68c36b5..548536f 100644
--- a/po/ar.po
+++ b/po/ar.po
@@ -12,7 +12,7 @@ msgid ""
msgstr ""
"Project-Id-Version: atk.HEAD.ar\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2008-03-11 04:15+0000\n"
+"POT-Creation-Date: 2008-07-21 14:54+0800\n"
"PO-Revision-Date: 2007-01-19 18:52+0200\n"
"Last-Translator: Khaled Hosny <khaledhosny@eglug.org>\n"
"Language-Team: Arabic <doc@arabeyes.org>\n"
@@ -24,440 +24,440 @@ msgstr ""
"Plural-Forms: Plural-Forms: nplurals=4; plural=n==1 ? 0 : n==2 ? 1 : n>=3 && "
"n<=10 ? 2 : 3\n"
-#: ../atk/atkhyperlink.c:103
+#: atk/atkhyperlink.c:103
msgid "Selected Link"
msgstr "الوصلة المنتقاة"
-#: ../atk/atkhyperlink.c:104
+#: atk/atkhyperlink.c:104
msgid "Specifies whether the AtkHyperlink object is selected"
msgstr "يحدد فيما اذا انتُقِيَ كائِن AtkHyperlink"
-#: ../atk/atkhyperlink.c:110
+#: atk/atkhyperlink.c:110
msgid "Number of Anchors"
msgstr "عدد المثبتات"
-#: ../atk/atkhyperlink.c:111
+#: atk/atkhyperlink.c:111
msgid "The number of anchors associated with the AtkHyperlink object"
msgstr "عدد المثبتات المرتبطة بكائن AtkHyperlink"
-#: ../atk/atkhyperlink.c:119
+#: atk/atkhyperlink.c:119
msgid "End index"
msgstr "الفهرس النهائي"
-#: ../atk/atkhyperlink.c:120
+#: atk/atkhyperlink.c:120
msgid "The end index of the AtkHyperlink object"
msgstr "الفهرس النهائي لكائن AtkHyperlink"
-#: ../atk/atkhyperlink.c:128
+#: atk/atkhyperlink.c:128
msgid "Start index"
msgstr "فهرس البداية"
-#: ../atk/atkhyperlink.c:129
+#: atk/atkhyperlink.c:129
msgid "The start index of the AtkHyperlink object"
msgstr "فهرس البداية لكائن AtkHyperlink"
-#: ../atk/atkobject.c:82
+#: atk/atkobject.c:82
msgid "invalid"
msgstr "غير صالح"
-#: ../atk/atkobject.c:83
+#: atk/atkobject.c:83
msgid "accelerator label"
msgstr "شارة الاختصار"
-#: ../atk/atkobject.c:84
+#: atk/atkobject.c:84
msgid "alert"
msgstr "تنبيه"
-#: ../atk/atkobject.c:85
+#: atk/atkobject.c:85
msgid "animation"
msgstr "رسوم متحركة"
-#: ../atk/atkobject.c:86
+#: atk/atkobject.c:86
msgid "arrow"
msgstr "سهم"
-#: ../atk/atkobject.c:87
+#: atk/atkobject.c:87
msgid "calendar"
msgstr "تقويم"
-#: ../atk/atkobject.c:88
+#: atk/atkobject.c:88
msgid "canvas"
msgstr "لوح رسم"
-#: ../atk/atkobject.c:89
+#: atk/atkobject.c:89
msgid "check box"
msgstr "صندوق ضبط"
-#: ../atk/atkobject.c:90
+#: atk/atkobject.c:90
msgid "check menu item"
msgstr "عنصر قائمة ضبط"
-#: ../atk/atkobject.c:91
+#: atk/atkobject.c:91
msgid "color chooser"
msgstr "مختار الألوان"
-#: ../atk/atkobject.c:92
+#: atk/atkobject.c:92
msgid "column header"
msgstr "رأس العمود"
-#: ../atk/atkobject.c:93
+#: atk/atkobject.c:93
msgid "combo box"
msgstr "صندوق مركب"
-#: ../atk/atkobject.c:94
+#: atk/atkobject.c:94
msgid "dateeditor"
msgstr "محرر التاريخ"
-#: ../atk/atkobject.c:95
+#: atk/atkobject.c:95
msgid "desktop icon"
msgstr "أيقونة المكتب"
-#: ../atk/atkobject.c:96
+#: atk/atkobject.c:96
msgid "desktop frame"
msgstr "إطار المكتب"
-#: ../atk/atkobject.c:97
+#: atk/atkobject.c:97
msgid "dial"
msgstr "اتصال"
-#: ../atk/atkobject.c:98
+#: atk/atkobject.c:98
msgid "dialog"
msgstr "حوار"
-#: ../atk/atkobject.c:99
+#: atk/atkobject.c:99
msgid "directory pane"
msgstr "لوح الدلائل"
-#: ../atk/atkobject.c:100
+#: atk/atkobject.c:100
msgid "drawing area"
msgstr "مساحة الرسم"
-#: ../atk/atkobject.c:101
+#: atk/atkobject.c:101
msgid "file chooser"
msgstr "مختار الملفات"
-#: ../atk/atkobject.c:102
+#: atk/atkobject.c:102
msgid "filler"
msgstr "مملئ"
#. I know it looks wrong but that is what Java returns
-#: ../atk/atkobject.c:104
+#: atk/atkobject.c:104
msgid "fontchooser"
msgstr "مختار الخطوط"
-#: ../atk/atkobject.c:105
+#: atk/atkobject.c:105
msgid "frame"
msgstr "إطار"
-#: ../atk/atkobject.c:106
+#: atk/atkobject.c:106
msgid "glass pane"
msgstr "لوح بلوري"
-#: ../atk/atkobject.c:107
+#: atk/atkobject.c:107
msgid "html container"
msgstr "حاوي html"
-#: ../atk/atkobject.c:108
+#: atk/atkobject.c:108
msgid "icon"
msgstr "أيقونة"
-#: ../atk/atkobject.c:109
+#: atk/atkobject.c:109
msgid "image"
msgstr "صورة"
-#: ../atk/atkobject.c:110
+#: atk/atkobject.c:110
msgid "internal frame"
msgstr "إطار داخلي"
-#: ../atk/atkobject.c:111
+#: atk/atkobject.c:111
msgid "label"
msgstr "شارة"
-#: ../atk/atkobject.c:112
+#: atk/atkobject.c:112
msgid "layered pane"
msgstr "لوح ذي مستويات"
-#: ../atk/atkobject.c:113
+#: atk/atkobject.c:113
msgid "list"
msgstr "قائمة"
-#: ../atk/atkobject.c:114
+#: atk/atkobject.c:114
msgid "list item"
msgstr "عنصر قائمة"
-#: ../atk/atkobject.c:115
+#: atk/atkobject.c:115
msgid "menu"
msgstr "قائمة"
-#: ../atk/atkobject.c:116
+#: atk/atkobject.c:116
msgid "menu bar"
msgstr "شريط قوائم"
-#: ../atk/atkobject.c:117
+#: atk/atkobject.c:117
msgid "menu item"
msgstr "عنصر قائمة"
-#: ../atk/atkobject.c:118
+#: atk/atkobject.c:118
msgid "option pane"
msgstr "لوح خيارات"
-#: ../atk/atkobject.c:119
+#: atk/atkobject.c:119
msgid "page tab"
msgstr "لسان الصفحة"
-#: ../atk/atkobject.c:120
+#: atk/atkobject.c:120
msgid "page tab list"
msgstr "قائمة ألسنة الصفحات"
-#: ../atk/atkobject.c:121
+#: atk/atkobject.c:121
msgid "panel"
msgstr "شريط"
-#: ../atk/atkobject.c:122
+#: atk/atkobject.c:122
msgid "password text"
msgstr "نص كلمة السر"
-#: ../atk/atkobject.c:123
+#: atk/atkobject.c:123
msgid "popup menu"
msgstr "قائمة منبثقة"
-#: ../atk/atkobject.c:124
+#: atk/atkobject.c:124
msgid "progress bar"
msgstr "شريط التقدم"
-#: ../atk/atkobject.c:125
+#: atk/atkobject.c:125
msgid "push button"
msgstr "زر ضغط"
-#: ../atk/atkobject.c:126
+#: atk/atkobject.c:126
msgid "radio button"
msgstr "زر مذياع"
-#: ../atk/atkobject.c:127
+#: atk/atkobject.c:127
msgid "radio menu item"
msgstr "عنصر قائمة مذياعي"
-#: ../atk/atkobject.c:128
+#: atk/atkobject.c:128
msgid "root pane"
msgstr "اللوح الجذر"
-#: ../atk/atkobject.c:129
+#: atk/atkobject.c:129
msgid "row header"
msgstr "رأس الصف"
-#: ../atk/atkobject.c:130
+#: atk/atkobject.c:130
msgid "scroll bar"
msgstr "شريط اللف"
-#: ../atk/atkobject.c:131
+#: atk/atkobject.c:131
msgid "scroll pane"
msgstr "لوح اللف"
-#: ../atk/atkobject.c:132
+#: atk/atkobject.c:132
msgid "separator"
msgstr "فاصل"
-#: ../atk/atkobject.c:133
+#: atk/atkobject.c:133
msgid "slider"
msgstr "مزلق"
-#: ../atk/atkobject.c:134
+#: atk/atkobject.c:134
msgid "split pane"
msgstr "لوح الإنقسام"
-#: ../atk/atkobject.c:135
+#: atk/atkobject.c:135
msgid "spin button"
msgstr "زر تدوير"
-#: ../atk/atkobject.c:136
+#: atk/atkobject.c:136
msgid "statusbar"
msgstr "شريط الحالة"
-#: ../atk/atkobject.c:137
+#: atk/atkobject.c:137
msgid "table"
msgstr "جدول"
-#: ../atk/atkobject.c:138
+#: atk/atkobject.c:138
msgid "table cell"
msgstr "خلية الجدول"
-#: ../atk/atkobject.c:139
+#: atk/atkobject.c:139
msgid "table column header"
msgstr "رأس عمود الجدول"
-#: ../atk/atkobject.c:140
+#: atk/atkobject.c:140
msgid "table row header"
msgstr "رأس صف الجدول"
-#: ../atk/atkobject.c:141
+#: atk/atkobject.c:141
msgid "tear off menu item"
msgstr "افصِل عنصر القائمة"
-#: ../atk/atkobject.c:142
+#: atk/atkobject.c:142
msgid "terminal"
msgstr "طرفية"
-#: ../atk/atkobject.c:143
+#: atk/atkobject.c:143
msgid "text"
msgstr "نص"
-#: ../atk/atkobject.c:144
+#: atk/atkobject.c:144
msgid "toggle button"
msgstr "زر تبديل"
-#: ../atk/atkobject.c:145
+#: atk/atkobject.c:145
msgid "tool bar"
msgstr "شريط الأدوات"
-#: ../atk/atkobject.c:146
+#: atk/atkobject.c:146
msgid "tool tip"
msgstr "تلميحة أداه"
-#: ../atk/atkobject.c:147
+#: atk/atkobject.c:147
msgid "tree"
msgstr "شجرة"
-#: ../atk/atkobject.c:148
+#: atk/atkobject.c:148
msgid "tree table"
msgstr "جدول شجرة"
-#: ../atk/atkobject.c:149
+#: atk/atkobject.c:149
msgid "unknown"
msgstr "مجهول"
-#: ../atk/atkobject.c:150
+#: atk/atkobject.c:150
msgid "viewport"
msgstr "منفذ عرض"
-#: ../atk/atkobject.c:151
+#: atk/atkobject.c:151
msgid "window"
msgstr "نافذة"
-#: ../atk/atkobject.c:152
+#: atk/atkobject.c:152
msgid "header"
msgstr "ترويسة"
-#: ../atk/atkobject.c:153
+#: atk/atkobject.c:153
msgid "footer"
msgstr "هامش"
-#: ../atk/atkobject.c:154
+#: atk/atkobject.c:154
msgid "paragraph"
msgstr "فقرة"
-#: ../atk/atkobject.c:155
+#: atk/atkobject.c:155
msgid "application"
msgstr "تطبيق"
-#: ../atk/atkobject.c:156
+#: atk/atkobject.c:156
msgid "autocomplete"
msgstr "أكمل آليا"
-#: ../atk/atkobject.c:157
+#: atk/atkobject.c:157
msgid "edit bar"
msgstr "حرّر الشريط"
-#: ../atk/atkobject.c:158
+#: atk/atkobject.c:158
msgid "embedded component"
msgstr "مكوّن مضمّن"
-#: ../atk/atkobject.c:159
+#: atk/atkobject.c:159
msgid "entry"
msgstr "خانة"
-#: ../atk/atkobject.c:160
+#: atk/atkobject.c:160
msgid "chart"
msgstr "شكل"
-#: ../atk/atkobject.c:161
+#: atk/atkobject.c:161
msgid "caption"
msgstr "عنوان"
-#: ../atk/atkobject.c:162
+#: atk/atkobject.c:162
msgid "document frame"
msgstr "إطار المستند"
-#: ../atk/atkobject.c:163
+#: atk/atkobject.c:163
msgid "heading"
msgstr "ترويس"
-#: ../atk/atkobject.c:164
+#: atk/atkobject.c:164
msgid "page"
msgstr "صفحة"
-#: ../atk/atkobject.c:165
+#: atk/atkobject.c:165
msgid "section"
msgstr "فصل"
-#: ../atk/atkobject.c:166
+#: atk/atkobject.c:166
msgid "redundant object"
msgstr "كائن فائض"
-#: ../atk/atkobject.c:167
+#: atk/atkobject.c:167
msgid "form"
msgstr "نموذج"
-#: ../atk/atkobject.c:356
+#: atk/atkobject.c:356
msgid "Accessible Name"
msgstr "اسم ممكن النفاذ إليه"
-#: ../atk/atkobject.c:357
+#: atk/atkobject.c:357
msgid "Object instance's name formatted for assistive technology access"
msgstr "اسم نموذج الكائن المهيئ للاستخدام من قبل التقنية المعينة"
-#: ../atk/atkobject.c:363
+#: atk/atkobject.c:363
msgid "Accessible Description"
msgstr "وصف ممكن النفاذ إليه"
-#: ../atk/atkobject.c:364
+#: atk/atkobject.c:364
msgid "Description of an object, formatted for assistive technology access"
msgstr "وصف جسم، مهيئ للنفاذ عبره إلى تقنية مساعدة المعوقين"
-#: ../atk/atkobject.c:370
+#: atk/atkobject.c:370
msgid "Accessible Parent"
msgstr "أب يمكن النفاذ إليه"
-#: ../atk/atkobject.c:371
+#: atk/atkobject.c:371
msgid "Is used to notify that the parent has changed"
msgstr "يستخدم للتبليغ عن تغير الأب"
-#: ../atk/atkobject.c:377
+#: atk/atkobject.c:377
msgid "Accessible Value"
msgstr "قيمة يمكن النفاذ إليها"
-#: ../atk/atkobject.c:378
+#: atk/atkobject.c:378
msgid "Is used to notify that the value has changed"
msgstr "يستخدم للتبليغ عن تغير القيمة"
-#: ../atk/atkobject.c:386
+#: atk/atkobject.c:386
msgid "Accessible Role"
msgstr "دور ميسر"
-#: ../atk/atkobject.c:387
+#: atk/atkobject.c:387
msgid "The accessible role of this object"
msgstr "الدور الميسر لهذا الكائن"
-#: ../atk/atkobject.c:395
+#: atk/atkobject.c:395
msgid "Accessible Layer"
msgstr "طبقة ميسرة"
-#: ../atk/atkobject.c:396
+#: atk/atkobject.c:396
msgid "The accessible layer of this object"
msgstr "الطبقة الميسرة لهذا الكائن"
-#: ../atk/atkobject.c:404
+#: atk/atkobject.c:404
msgid "Accessible MDI Value"
msgstr "قيمة MDI الميسرة"
-#: ../atk/atkobject.c:405
+#: atk/atkobject.c:405
msgid "The accessible MDI value of this object"
msgstr "قيمة MDI الميسرة لهذا الجسم"
-#: ../atk/atkobject.c:413
+#: atk/atkobject.c:413
msgid "Accessible Table Caption"
msgstr "العنوان الفرعي للجدول الداعم للاعانة"
-#: ../atk/atkobject.c:414
+#: atk/atkobject.c:414
msgid ""
"Is used to notify that the table caption has changed; this property should "
"not be used. accessible-table-caption-object should be used instead"
@@ -465,58 +465,58 @@ msgstr ""
"يستخدم للتبليغ عن تغيير العنوان الفرعي للجدول،من المفروض عدم استخدامهذه "
"الخاصية. من المفروض استخدام accessible-table-caption-object عوضا عنها."
-#: ../atk/atkobject.c:420
+#: atk/atkobject.c:420
msgid "Accessible Table Column Header"
msgstr "رأس عمود الجدول الميسر"
-#: ../atk/atkobject.c:421
+#: atk/atkobject.c:421
msgid "Is used to notify that the table column header has changed"
msgstr "يستخدم للتبليغ عن تغير رأس عمود الجدول"
-#: ../atk/atkobject.c:427
+#: atk/atkobject.c:427
msgid "Accessible Table Column Description"
msgstr "الوصف الميسر لعمود الجدول"
-#: ../atk/atkobject.c:428
+#: atk/atkobject.c:428
msgid "Is used to notify that the table column description has changed"
msgstr "يستخدم للتبليغ عن تغير وصف عمود الجدول"
-#: ../atk/atkobject.c:434
+#: atk/atkobject.c:434
msgid "Accessible Table Row Header"
msgstr "ترويسة صف الجدول الميسرة"
-#: ../atk/atkobject.c:435
+#: atk/atkobject.c:435
msgid "Is used to notify that the table row header has changed"
msgstr "يستخدم للتبليغ عن تغير ترويسة صف الجدول"
-#: ../atk/atkobject.c:441
+#: atk/atkobject.c:441
msgid "Accessible Table Row Description"
msgstr "الوصف الميسر لصف الجدول"
-#: ../atk/atkobject.c:442
+#: atk/atkobject.c:442
msgid "Is used to notify that the table row description has changed"
msgstr "يستخدم للتبليغ عن تغير وصف صف الجدول"
-#: ../atk/atkobject.c:448
+#: atk/atkobject.c:448
msgid "Accessible Table Summary"
msgstr "خلاصة الجدول الميسرة"
-#: ../atk/atkobject.c:449
+#: atk/atkobject.c:449
msgid "Is used to notify that the table summary has changed"
msgstr "يستخدم للتبليغ عن تغير خلاصة الجدول"
-#: ../atk/atkobject.c:455
+#: atk/atkobject.c:455
msgid "Accessible Table Caption Object"
msgstr "جسم العنوان الفرعي للجدول الداعم للإعانة"
-#: ../atk/atkobject.c:456
+#: atk/atkobject.c:456
msgid "Is used to notify that the table caption has changed"
msgstr "يستخدم للتبليغ عن تغيير العنوان الفرعي للجدول"
-#: ../atk/atkobject.c:462
+#: atk/atkobject.c:462
msgid "Number of Accessible Hypertext Links"
msgstr "عدد وصلات النّصّ الفائق الدّاعمة للإعانة"
-#: ../atk/atkobject.c:463
+#: atk/atkobject.c:463
msgid "The number of links which the current AtkHypertext has"
msgstr "عدد الوصلات لـ AtkHypertext الحالي"
diff --git a/po/as.po b/po/as.po
index 38661a2..72918b3 100644
--- a/po/as.po
+++ b/po/as.po
@@ -9,7 +9,7 @@ msgid ""
msgstr ""
"Project-Id-Version: as\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2008-03-10 15:37+0800\n"
+"POT-Creation-Date: 2008-07-21 14:54+0800\n"
"PO-Revision-Date: 2007-05-08 17:27+0530\n"
"Last-Translator: Amitakhya Phukan <aphukan@redhat.com>\n"
"Language-Team: Assamese <assam@mm.assam-glug.org>\n"
diff --git a/po/az.po b/po/az.po
index 55a5da6..8810ad7 100644
--- a/po/az.po
+++ b/po/az.po
@@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: atk.HEAD.az\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2008-03-10 15:37+0800\n"
+"POT-Creation-Date: 2008-07-21 14:54+0800\n"
"PO-Revision-Date: 2004-08-18 20:10+0300\n"
"Last-Translator: Mətin Əmirov <metin@karegen.com>\n"
"Language-Team: Azerbaijani <translation-team-az@lists.sourceforge.net>\n"
diff --git a/po/be.po b/po/be.po
index 4bcddb3..dd6735c 100644
--- a/po/be.po
+++ b/po/be.po
@@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: atk HEAD\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2008-03-10 15:37+0800\n"
+"POT-Creation-Date: 2008-07-21 14:54+0800\n"
"PO-Revision-Date: 2005-11-19 12:50+0200\n"
"Last-Translator: Vital Khilko <vk@altlinux.ru>\n"
"Language-Team: Belarusian <i18n@mova.org>\n"
diff --git a/po/be@latin.po b/po/be@latin.po
index dd7c032..19865a4 100644
--- a/po/be@latin.po
+++ b/po/be@latin.po
@@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: atk.HEAD\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2008-03-10 15:37+0800\n"
+"POT-Creation-Date: 2008-07-21 14:54+0800\n"
"PO-Revision-Date: 2007-02-09 19:13+0100\n"
"Last-Translator: Alaksandar Navicki <zolak@lacinka.org>\n"
"Language-Team: i18n@mova.org <i18n@mova.org>\n"
diff --git a/po/bg.po b/po/bg.po
index 713d58c..8da0380 100644
--- a/po/bg.po
+++ b/po/bg.po
@@ -15,7 +15,7 @@ msgid ""
msgstr ""
"Project-Id-Version: atk-HEAD\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2008-03-10 15:37+0800\n"
+"POT-Creation-Date: 2008-07-21 14:54+0800\n"
"PO-Revision-Date: 2006-07-05 16:18+0300\n"
"Last-Translator: Alexander Shopov <ash@contact.bg>\n"
"Language-Team: Bulgarian <dict@linux.zonebg.com>\n"
diff --git a/po/bn.po b/po/bn.po
index ed359b0..cc6ed9d 100644
--- a/po/bn.po
+++ b/po/bn.po
@@ -9,7 +9,7 @@ msgid ""
msgstr ""
"Project-Id-Version: \n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2008-03-10 15:37+0800\n"
+"POT-Creation-Date: 2008-07-21 14:54+0800\n"
"PO-Revision-Date: 2006-08-23 20:13+0600\n"
"Last-Translator: Khandakar Mujahidul Islam <suzan@bengalinux.org>\n"
"Language-Team: Bengali <gnome-translation@bengalinux.org>\n"
diff --git a/po/bn_IN.po b/po/bn_IN.po
index 77bfe38..fc1e87e 100644
--- a/po/bn_IN.po
+++ b/po/bn_IN.po
@@ -10,7 +10,7 @@ msgid ""
msgstr ""
"Project-Id-Version: atk\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2008-03-10 15:37+0800\n"
+"POT-Creation-Date: 2008-07-21 14:54+0800\n"
"PO-Revision-Date: 2006-07-04 13:08+0530\n"
"Last-Translator: Runa Bhattacharjee <runabh@gmail.com>\n"
"Language-Team: Bangla (INDIA) <gnome-translation@bengalinux.org>\n"
diff --git a/po/bs.po b/po/bs.po
index 3c7f9a6..dd8dba7 100644
--- a/po/bs.po
+++ b/po/bs.po
@@ -9,7 +9,7 @@ msgid ""
msgstr ""
"Project-Id-Version: atk.HEAD.bs\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2008-03-10 15:37+0800\n"
+"POT-Creation-Date: 2008-07-21 14:54+0800\n"
"PO-Revision-Date: 2004-07-31 01:24+0200\n"
"Last-Translator: Kenan Hadžiavdić <kenan@bgnett.no>\n"
"Language-Team: Bosnian <lokal@linux.org.ba>\n"
diff --git a/po/ca.po b/po/ca.po
index 7c8d78d..929d47f 100644
--- a/po/ca.po
+++ b/po/ca.po
@@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: atk 1.6.0\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2008-03-10 15:37+0800\n"
+"POT-Creation-Date: 2008-07-21 14:54+0800\n"
"PO-Revision-Date: 2006-06-10 15:47+0200\n"
"Last-Translator: Jordi Mallach <jordi@sindominio.net>\n"
"Language-Team: Catalan <tradgnome@softcatala.org>\n"
diff --git a/po/cs.po b/po/cs.po
index e1418d6..f252f02 100644
--- a/po/cs.po
+++ b/po/cs.po
@@ -11,7 +11,7 @@ msgid ""
msgstr ""
"Project-Id-Version: atk\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2008-03-10 15:37+0800\n"
+"POT-Creation-Date: 2008-07-21 14:54+0800\n"
"PO-Revision-Date: 2008-02-14 01:47+0100\n"
"Last-Translator: Lucas Lommer <llommer@svn.gnome.org>\n"
"Language-Team: Czech <gnome-cs-list@gnome.org>\n"
diff --git a/po/cy.po b/po/cy.po
index 1de1e81..b5d005b 100644
--- a/po/cy.po
+++ b/po/cy.po
@@ -13,7 +13,7 @@ msgid ""
msgstr ""
"Project-Id-Version: atk\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2008-03-10 15:37+0800\n"
+"POT-Creation-Date: 2008-07-21 14:54+0800\n"
"PO-Revision-Date: 2006-06-29 19:15+0100\n"
"Last-Translator: Rhys Jones <rhys@sucs.org>\n"
"Language-Team: Welsh <gnome-cy@pengwyn.linux.org.uk>\n"
diff --git a/po/da.po b/po/da.po
index a36a7af..2d77257 100644
--- a/po/da.po
+++ b/po/da.po
@@ -9,7 +9,7 @@ msgid ""
msgstr ""
"Project-Id-Version: atk\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2008-03-10 15:37+0800\n"
+"POT-Creation-Date: 2008-07-21 14:54+0800\n"
"PO-Revision-Date: 2007-04-12 21:28+0200\n"
"Last-Translator: Kenneth Nielse <k.nielsen81@gmail.com>\n"
"Language-Team: Danish <dansk@dansk-gruppen.dk>\n"
diff --git a/po/de.po b/po/de.po
index 6ef5142..e2c3bdc 100644
--- a/po/de.po
+++ b/po/de.po
@@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: atk 1.5.4\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2008-03-10 15:37+0800\n"
+"POT-Creation-Date: 2008-07-21 14:54+0800\n"
"PO-Revision-Date: 2006-07-11 13:44+0200\n"
"Last-Translator: Hendrik Richter <hendrikr@gnome.org>\n"
"Language-Team: German <gnome-de@gnome.org>\n"
diff --git a/po/dz.po b/po/dz.po
index 34843c3..75d63ee 100644
--- a/po/dz.po
+++ b/po/dz.po
@@ -6,7 +6,7 @@ msgid ""
msgstr ""
"Project-Id-Version: atk.HEAD.dz\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2008-03-10 15:37+0800\n"
+"POT-Creation-Date: 2008-07-21 14:54+0800\n"
"PO-Revision-Date: 2006-06-12 16:08+0530\n"
"Last-Translator: Mindu Dorji\n"
"Language-Team: DZONGKHA <pgeyleg@dit.gov.bt>\n"
diff --git a/po/el.po b/po/el.po
index 0386ce5..fa87313 100644
--- a/po/el.po
+++ b/po/el.po
@@ -10,7 +10,7 @@ msgid ""
msgstr ""
"Project-Id-Version: el\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2008-03-10 15:37+0800\n"
+"POT-Creation-Date: 2008-07-21 14:54+0800\n"
"PO-Revision-Date: 2006-09-04 12:48+0300\n"
"Last-Translator: Kostas Papadimas <pkst@gnome.org>\n"
"Language-Team: Greek <team@gnome.gr>\n"
diff --git a/po/en_CA.po b/po/en_CA.po
index a5b9278..d62c93b 100644
--- a/po/en_CA.po
+++ b/po/en_CA.po
@@ -2,13 +2,13 @@
# Copyright (C) 2004 Adam Weinberger and the GNOME Foundation
# This file is distributed under the same licence as the atk package.
# Adam Weinberger <adamw@gnome.org>, 2004.
-#
-#
+#
+#
msgid ""
msgstr ""
"Project-Id-Version: atk\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2008-03-10 15:37+0800\n"
+"POT-Creation-Date: 2008-07-21 14:54+0800\n"
"PO-Revision-Date: 2004-09-24 18:16-0500\n"
"Last-Translator: Adam Weinberger <adamw@gnome.org>\n"
"Language-Team: Canadian English <adamw@gnome.org>\n"
diff --git a/po/en_GB.po b/po/en_GB.po
index 802cb1e..ab76e29 100644
--- a/po/en_GB.po
+++ b/po/en_GB.po
@@ -9,7 +9,7 @@ msgid ""
msgstr ""
"Project-Id-Version: atk\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2008-03-10 15:37+0800\n"
+"POT-Creation-Date: 2008-07-21 14:54+0800\n"
"PO-Revision-Date: 2006-09-09 15:34-0000\n"
"Last-Translator: David Lodge <dave@cirt.net>\n"
"Language-Team: en_GB <en@li.org>\n"
diff --git a/po/eo.po b/po/eo.po
index 1205453..df3d76a 100644
--- a/po/eo.po
+++ b/po/eo.po
@@ -5,7 +5,7 @@ msgid ""
msgstr ""
"Project-Id-Version: atk 1.3.4\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2008-03-10 15:37+0800\n"
+"POT-Creation-Date: 2008-07-21 14:54+0800\n"
"PO-Revision-Date: 2003-03-14 16:16+0500\n"
"Last-Translator: Charles Voelger <cvoelger@dweasel.com>\n"
"Language-Team: Esperanto <eo@li.org>\n"
diff --git a/po/es.po b/po/es.po
index 3c07470..77572f5 100644
--- a/po/es.po
+++ b/po/es.po
@@ -11,7 +11,7 @@ msgid ""
msgstr ""
"Project-Id-Version: es\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2008-03-10 15:37+0800\n"
+"POT-Creation-Date: 2008-07-21 14:54+0800\n"
"PO-Revision-Date: 2006-06-11 19:05+0200\n"
"Last-Translator: Francisco Javier F. Serrador <serrador@cvs.gnome.org>\n"
"Language-Team: Spanish <traductores@es.gnome.org>\n"
diff --git a/po/et.po b/po/et.po
index e3b198c..73aaa69 100644
--- a/po/et.po
+++ b/po/et.po
@@ -7,12 +7,12 @@
#
# Priit Laes <amd@store20.com>, 2003, 2007
# Ivar Smolin <okul@linux.ee>, 2005, 2006.
-#
+#
msgid ""
msgstr ""
"Project-Id-Version: atk HEAD\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2008-03-10 15:37+0800\n"
+"POT-Creation-Date: 2008-07-21 14:54+0800\n"
"PO-Revision-Date: 2007-01-07 09:51+0200\n"
"Last-Translator: Priit Laes <amd@store20.com>\n"
"Language-Team: Estonian <gnome-et@linux.ee>\n"
diff --git a/po/eu.po b/po/eu.po
index a44e970..98a5798 100644
--- a/po/eu.po
+++ b/po/eu.po
@@ -10,7 +10,7 @@ msgid ""
msgstr ""
"Project-Id-Version: eu\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2008-03-10 15:37+0800\n"
+"POT-Creation-Date: 2008-07-21 14:54+0800\n"
"PO-Revision-Date: 2007-12-27 16:04+0100\n"
"Last-Translator: Iñaki Larrañaga Murgoitio <dooteo@zundan.com>\n"
"Language-Team: Basque <itzulpena@euskalgnu.org>\n"
diff --git a/po/fa.po b/po/fa.po
index c16c2db..5d8db82 100644
--- a/po/fa.po
+++ b/po/fa.po
@@ -9,7 +9,7 @@ msgid ""
msgstr ""
"Project-Id-Version: atk\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2008-03-10 15:37+0800\n"
+"POT-Creation-Date: 2008-07-21 14:54+0800\n"
"PO-Revision-Date: 2005-07-13 19:23+0430\n"
"Last-Translator: Meelad Zakaria <meelad@farsiweb.info>\n"
"Language-Team: Persian <farsi@lists.sharif.edu>\n"
diff --git a/po/fi.po b/po/fi.po
index e60c104..1c85f0f 100644
--- a/po/fi.po
+++ b/po/fi.po
@@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: atk\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2008-03-10 15:37+0800\n"
+"POT-Creation-Date: 2008-07-21 14:54+0800\n"
"PO-Revision-Date: 2006-07-06 10:19+0300\n"
"Last-Translator: Ilkka Tuohela <hile@iki.fi>\n"
"Language-Team: Gnome Finnish Translation Team <gnome-fi-laatu@lists."
diff --git a/po/fr.po b/po/fr.po
index 99140bc..312a840 100644
--- a/po/fr.po
+++ b/po/fr.po
@@ -10,7 +10,7 @@ msgid ""
msgstr ""
"Project-Id-Version: atk 1.12.3\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2008-03-10 15:37+0800\n"
+"POT-Creation-Date: 2008-07-21 14:54+0800\n"
"PO-Revision-Date: 2007-12-09 18:39:26+0100\n"
"Last-Translator: Robert-André Mauchin <zebob.m@pengzone.org>\n"
"Language-Team: GNOME French Team <gnomefr@traduc.org>\n"
diff --git a/po/ga.po b/po/ga.po
index 4095b65..bb38768 100644
--- a/po/ga.po
+++ b/po/ga.po
@@ -6,7 +6,7 @@ msgid ""
msgstr ""
"Project-Id-Version: atk HEAD\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2008-03-10 15:37+0800\n"
+"POT-Creation-Date: 2008-07-21 14:54+0800\n"
"PO-Revision-Date: 2003-06-05 19:30+0100\n"
"Last-Translator: Paul Duffy <dubhthach@frink.nuigalway.ie>\n"
"Language-Team: Irish\n"
diff --git a/po/gl.po b/po/gl.po
index 2eb5dde..164e8c2 100644
--- a/po/gl.po
+++ b/po/gl.po
@@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: gl\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2008-03-10 15:37+0800\n"
+"POT-Creation-Date: 2008-07-21 14:54+0800\n"
"PO-Revision-Date: 2006-06-12 18:50+0200\n"
"Last-Translator: Ignacio Casal Quinteiro <nacho.resa@gmail.com>\n"
"Language-Team: Galego <trasno@ceu.fi.udc.es>\n"
diff --git a/po/gu.po b/po/gu.po
index e007d2a..ffe8737 100644
--- a/po/gu.po
+++ b/po/gu.po
@@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: atk.HEAD.gu\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2008-03-10 15:37+0800\n"
+"POT-Creation-Date: 2008-07-21 14:54+0800\n"
"PO-Revision-Date: 2006-06-09 10:20+0530\n"
"Last-Translator: Ankit Patel <ankit644@yahoo.com>\n"
"Language-Team: Gujarati <indianoss-gujarati@lists.sourceforge.net>\n"
diff --git a/po/he.po b/po/he.po
index 107153a..12520bd 100644
--- a/po/he.po
+++ b/po/he.po
@@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: atk.HEAD.he\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2008-03-10 15:37+0800\n"
+"POT-Creation-Date: 2008-07-21 14:54+0800\n"
"PO-Revision-Date: 2002-12-05 23:31+0200\n"
"Last-Translator: Yair Hershkovitz <yairhr@gmail.com>\n"
"Language-Team: Hebrew <he@li.org>\n"
diff --git a/po/hi.po b/po/hi.po
index 93271f1..1daea6f 100644
--- a/po/hi.po
+++ b/po/hi.po
@@ -9,7 +9,7 @@ msgid ""
msgstr ""
"Project-Id-Version: atk.HEAD.hi\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2008-03-10 15:37+0800\n"
+"POT-Creation-Date: 2008-07-21 14:54+0800\n"
"PO-Revision-Date: 2006-06-20 13:30+0530\n"
"Last-Translator: Rajesh Ranjan <rranjan@redhat.com>\n"
"Language-Team: Hindi <fedora-trans-hi@redhat.com>\n"
diff --git a/po/hr.po b/po/hr.po
index 5a3b050..6738573 100644
--- a/po/hr.po
+++ b/po/hr.po
@@ -5,7 +5,7 @@ msgid ""
msgstr ""
"Project-Id-Version: atk 0\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2008-03-10 15:37+0800\n"
+"POT-Creation-Date: 2008-07-21 14:54+0800\n"
"PO-Revision-Date: 2004-03-13 11:52+CET\n"
"Last-Translator: auto\n"
"Language-Team: Croatian <lokalizacija@linux.hr>\n"
diff --git a/po/hu.po b/po/hu.po
index ef6e92c..2f41b22 100644
--- a/po/hu.po
+++ b/po/hu.po
@@ -10,7 +10,7 @@ msgid ""
msgstr ""
"Project-Id-Version: atk.HEAD.hu\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2008-03-10 15:37+0800\n"
+"POT-Creation-Date: 2008-07-21 14:54+0800\n"
"PO-Revision-Date: 2006-08-26 13:09+0200\n"
"Last-Translator: Gabor Kelemen <kelemeng@gnome.hu>\n"
"Language-Team: Hungarian <gnome@gnome.hu>\n"
diff --git a/po/id.po b/po/id.po
index 2912cb9..0d409ab 100644
--- a/po/id.po
+++ b/po/id.po
@@ -3,13 +3,13 @@
# This file is distributed under the same license as the atk package.
# Ahmad Riza H Nst <rizahnst@gnome.org>, 2006
# Mohammad DAMT <mdamt@bisnisweb.com>, 2005.
-#
-#
+#
+#
msgid ""
msgstr ""
"Project-Id-Version: atk HEAD\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2008-03-10 15:37+0800\n"
+"POT-Creation-Date: 2008-07-21 14:54+0800\n"
"PO-Revision-Date: 2006-03-22 21:31+0700\n"
"Last-Translator: Mohammad DAMT <mdamt@bisnisweb.com>\n"
"Language-Team: Indonesia <kontak@id.gnome.org>\n"
diff --git a/po/is.po b/po/is.po
index 157edc6..0c8f05b 100644
--- a/po/is.po
+++ b/po/is.po
@@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: atk 2.1.3\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2008-03-10 15:37+0800\n"
+"POT-Creation-Date: 2008-07-21 14:54+0800\n"
"PO-Revision-Date: 2003-05-04 11:21--100\n"
"Last-Translator: Samuel Jon Gunnarsson <sammi@techattack.nu>\n"
"Language-Team: Icelandic <gnome@techattack.nu>\n"
diff --git a/po/it.po b/po/it.po
index fd0d18e..fa9cd5c 100644
--- a/po/it.po
+++ b/po/it.po
@@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: atk\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2008-03-10 15:37+0800\n"
+"POT-Creation-Date: 2008-07-21 14:54+0800\n"
"PO-Revision-Date: 2006-09-12 10:07+0200\n"
"Last-Translator: Luca Ferretti <elle.uca@libero.it>\n"
"Language-Team: Italian <tp@lists.linux.it>\n"
diff --git a/po/ja.po b/po/ja.po
index 785f0f7..fbcd892 100644
--- a/po/ja.po
+++ b/po/ja.po
@@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: atk HEAD\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2008-03-10 15:37+0800\n"
+"POT-Creation-Date: 2008-07-21 14:54+0800\n"
"PO-Revision-Date: 2006-08-16 22:41+0900\n"
"Last-Translator: Satoru SATOH <ss@gnome.gr.jp>\n"
"Language-Team: Japanese <gnome-translation@gnome.gr.jp>\n"
diff --git a/po/ka.po b/po/ka.po
index 3e8749c..247d7bf 100644
--- a/po/ka.po
+++ b/po/ka.po
@@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: atk.HEAD\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2008-03-10 15:37+0800\n"
+"POT-Creation-Date: 2008-07-21 14:54+0800\n"
"PO-Revision-Date: 2006-11-14 01:59+0100\n"
"Last-Translator: Vladimer Sichinava <vsichi@gnome.org>\n"
"Language-Team: Georgian <geognome@googlegroups.com>\n"
diff --git a/po/kn.po b/po/kn.po
index 73021c2..aeeb8d7 100644
--- a/po/kn.po
+++ b/po/kn.po
@@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: atk.HEAD.kn\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2008-03-10 15:37+0800\n"
+"POT-Creation-Date: 2008-07-21 14:54+0800\n"
"PO-Revision-Date: 2008-02-07 18:01+0530\n"
"Last-Translator: Shankar Prasad <svenkate@redhat.com>\n"
"Language-Team: Kannada <en@li.org>\n"
diff --git a/po/ko.po b/po/ko.po
index 171f863..32188f1 100644
--- a/po/ko.po
+++ b/po/ko.po
@@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: atk\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2008-03-10 15:37+0800\n"
+"POT-Creation-Date: 2008-07-21 14:54+0800\n"
"PO-Revision-Date: 2008-03-08 19:23+0900\n"
"Last-Translator: Changwoo Ryu <cwryu@debian.org>\n"
"Language-Team: GNOME Korea <gnome-kr-hackers@lists.kldp.net>\n"
diff --git a/po/ku.po b/po/ku.po
index 7c19474..0ee8214 100644
--- a/po/ku.po
+++ b/po/ku.po
@@ -9,7 +9,7 @@ msgid ""
msgstr ""
"Project-Id-Version: ku\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2008-03-10 15:37+0800\n"
+"POT-Creation-Date: 2008-07-21 14:54+0800\n"
"PO-Revision-Date: 2006-12-23 21:49+0100\n"
"Last-Translator: Erdal Ronahi <erdal.ronahi@gmail.com>\n"
"Language-Team: Kurdish <ku@li.org>\n"
diff --git a/po/li.po b/po/li.po
index 3b64419..722c699 100644
--- a/po/li.po
+++ b/po/li.po
@@ -2,12 +2,12 @@
# Copyright (C) 2002 COPYRIGHTHOLDER
# This file is distributed under the same license as the atk package.
# Mathieu van Woerkom <mathieu@brabants.org>, 2003.
-#
+#
msgid ""
msgstr ""
"Project-Id-Version: atk cvs\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2008-03-10 15:37+0800\n"
+"POT-Creation-Date: 2008-07-21 14:54+0800\n"
"PO-Revision-Date: 2003-06-04 16:08+0100\n"
"Last-Translator: Mathieu van Woerkom <mathieu@brabants.org>\n"
"Language-Team: Limburgish\n"
diff --git a/po/lt.po b/po/lt.po
index 29d95c7..38d6076 100644
--- a/po/lt.po
+++ b/po/lt.po
@@ -2,13 +2,13 @@
# Copyright (C) 2003-2006 Free Software Foundation, Inc.
# Tomas Kuliavas <tokul@users.sourceforge.net>, 2003-2004.
# Žygimantas Beručka <zygis@gnome.org>, 2005-2006.
-#
-#
+#
+#
msgid ""
msgstr ""
"Project-Id-Version: atk HEAD\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2008-03-10 15:37+0800\n"
+"POT-Creation-Date: 2008-07-21 14:54+0800\n"
"PO-Revision-Date: 2006-01-07 14:33+0200\n"
"Last-Translator: Žygimantas Beručka <uid0@akl.lt>\n"
"Language-Team: Lithuanian <komp_lt@konferencijos.lt>\n"
diff --git a/po/lv.po b/po/lv.po
index dffd2b6..80fe935 100644
--- a/po/lv.po
+++ b/po/lv.po
@@ -9,7 +9,7 @@ msgid ""
msgstr ""
"Project-Id-Version: lv\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2008-03-10 15:37+0800\n"
+"POT-Creation-Date: 2008-07-21 14:54+0800\n"
"PO-Revision-Date: 2006-07-21 13:22+0300\n"
"Last-Translator: Raivis Dejus <orvils@gmail.com>\n"
"Language-Team: Latvian <locale@laka.lv>\n"
diff --git a/po/mk.po b/po/mk.po
index d0c9c22..41369f1 100644
--- a/po/mk.po
+++ b/po/mk.po
@@ -9,7 +9,7 @@ msgid ""
msgstr ""
"Project-Id-Version: mk\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2008-03-10 15:37+0800\n"
+"POT-Creation-Date: 2008-07-21 14:54+0800\n"
"PO-Revision-Date: 2006-08-02 08:33+0200\n"
"Last-Translator: Arangel Angov <ufo@linux.net.mk>\n"
"Language-Team: Macedonian <ossm-members@hedona.on.net.mk>\n"
diff --git a/po/ml.po b/po/ml.po
index 9d68797..5c12d08 100644
--- a/po/ml.po
+++ b/po/ml.po
@@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: atk.HEAD\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2008-03-10 15:37+0800\n"
+"POT-Creation-Date: 2008-07-21 14:54+0800\n"
"PO-Revision-Date: 2006-07-17 17:14+0530\n"
"Last-Translator: Ani Peter <peter.ani@gmail.com>\n"
"Language-Team: Malayalam\n"
diff --git a/po/mn.po b/po/mn.po
index b04de08..794c600 100644
--- a/po/mn.po
+++ b/po/mn.po
@@ -9,7 +9,7 @@ msgid ""
msgstr ""
"Project-Id-Version: mn\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2008-03-10 15:37+0800\n"
+"POT-Creation-Date: 2008-07-21 14:54+0800\n"
"PO-Revision-Date: 2008-05-27 21:38+0200\n"
"Last-Translator: Badral <badral@openmn.org>\n"
"Language-Team: Mongolian <openmn-translation@lists.sf.net>\n"
@@ -514,4 +514,3 @@ msgstr "Хандах боломжтой гипертекст холбоосын
#: atk/atkobject.c:463
msgid "The number of links which the current AtkHypertext has"
msgstr "Идэвхитэй AtkHypertext·дэх холбоосуудын тоо"
-
diff --git a/po/mr.po b/po/mr.po
index c1d6f8a..cc2ab5e 100644
--- a/po/mr.po
+++ b/po/mr.po
@@ -9,7 +9,7 @@ msgid ""
msgstr ""
"Project-Id-Version: atk.HEAD.mr\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2008-03-10 15:37+0800\n"
+"POT-Creation-Date: 2008-07-21 14:54+0800\n"
"PO-Revision-Date: 2008-01-23 14:14+0530\n"
"Last-Translator: sandeep shedmake <sandeep.shedmake@gmail.com>\n"
"Language-Team: marathi\n"
diff --git a/po/ms.po b/po/ms.po
index 57240b1..0772727 100644
--- a/po/ms.po
+++ b/po/ms.po
@@ -6,7 +6,7 @@ msgid ""
msgstr ""
"Project-Id-Version: atk HEAD\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2008-03-10 15:37+0800\n"
+"POT-Creation-Date: 2008-07-21 14:54+0800\n"
"PO-Revision-Date: 2003-11-28 20:20+0800\n"
"Last-Translator: Hasbullah Bin Pit <sebol@ikhlas.com>\n"
"Language-Team: Projek Gabai <gabai-penyumbang@lists.sourceforge.org>\n"
diff --git a/po/nb.po b/po/nb.po
index 5f58cc4..5ebe951 100644
--- a/po/nb.po
+++ b/po/nb.po
@@ -6,7 +6,7 @@ msgid ""
msgstr ""
"Project-Id-Version: atk 2.15.0\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2008-03-10 15:37+0800\n"
+"POT-Creation-Date: 2008-07-21 14:54+0800\n"
"PO-Revision-Date: 2006-06-26 21:26+0200\n"
"Last-Translator: Kjartan Maraas <kmaraas@gnome.org>\n"
"Language-Team: Norwegian <i18n-nb@lister.ping.uio.no>\n"
diff --git a/po/ne.po b/po/ne.po
index 09d915f..6d6a588 100644
--- a/po/ne.po
+++ b/po/ne.po
@@ -18,7 +18,7 @@ msgid ""
msgstr ""
"Project-Id-Version: atk.gnome-2-14.ne\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2008-03-10 15:37+0800\n"
+"POT-Creation-Date: 2008-07-21 14:54+0800\n"
"PO-Revision-Date: 2006-04-26 22:52+0545\n"
"Last-Translator: Shyam Krishna Bal <shyamkrishna_bal@yahoo.com>\n"
"Language-Team: Nepali <info@mpp.org.np>\n"
diff --git a/po/nl.po b/po/nl.po
index 0881737..876311e 100644
--- a/po/nl.po
+++ b/po/nl.po
@@ -10,7 +10,7 @@ msgid ""
msgstr ""
"Project-Id-Version: atk cvs\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2008-03-10 15:37+0800\n"
+"POT-Creation-Date: 2008-07-21 14:54+0800\n"
"PO-Revision-Date: 2006-06-11 08:14+0200\n"
"Last-Translator: Tino Meinen <a.t.meinen@chello.nl>\n"
"Language-Team: Dutch <vertaling@vrijschrift.org>\n"
diff --git a/po/nn.po b/po/nn.po
index b1b23bb..3516205 100644
--- a/po/nn.po
+++ b/po/nn.po
@@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: nn\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2008-03-10 15:37+0800\n"
+"POT-Creation-Date: 2008-07-21 14:54+0800\n"
"PO-Revision-Date: 2006-09-02 12:14+0200\n"
"Last-Translator: Åsmund Skjæveland <aasmunds@fys.uio.no>\n"
"Language-Team: Norwegian Nynorsk <i18n-nn@lister.ping.uio.no>\n"
diff --git a/po/oc.po b/po/oc.po
index 568abb1..cf9e0f8 100644
--- a/po/oc.po
+++ b/po/oc.po
@@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: oc\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2008-07-02 08:55+0200\n"
+"POT-Creation-Date: 2008-07-21 14:54+0800\n"
"PO-Revision-Date: 2007-12-22 22:51+0100\n"
"Last-Translator: Yannig Marchegay (Kokoyaya) <yannig@marchegay.org>\n"
"Language-Team: Occitan <ubuntu-l10n-oci@lists.ubuntu.com>\n"
@@ -16,497 +16,497 @@ msgstr ""
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=(n > 1);\n"
-#: ../atk/atkhyperlink.c:103
+#: atk/atkhyperlink.c:103
msgid "Selected Link"
msgstr "Ligam seleccionat"
-#: ../atk/atkhyperlink.c:104
+#: atk/atkhyperlink.c:104
msgid "Specifies whether the AtkHyperlink object is selected"
msgstr ""
-#: ../atk/atkhyperlink.c:110
+#: atk/atkhyperlink.c:110
msgid "Number of Anchors"
msgstr ""
-#: ../atk/atkhyperlink.c:111
+#: atk/atkhyperlink.c:111
msgid "The number of anchors associated with the AtkHyperlink object"
msgstr ""
-#: ../atk/atkhyperlink.c:119
+#: atk/atkhyperlink.c:119
msgid "End index"
msgstr ""
-#: ../atk/atkhyperlink.c:120
+#: atk/atkhyperlink.c:120
msgid "The end index of the AtkHyperlink object"
msgstr ""
-#: ../atk/atkhyperlink.c:128
+#: atk/atkhyperlink.c:128
msgid "Start index"
msgstr ""
-#: ../atk/atkhyperlink.c:129
+#: atk/atkhyperlink.c:129
msgid "The start index of the AtkHyperlink object"
msgstr ""
-#: ../atk/atkobject.c:82
+#: atk/atkobject.c:82
msgid "invalid"
msgstr "pas valid"
-#: ../atk/atkobject.c:83
+#: atk/atkobject.c:83
msgid "accelerator label"
msgstr ""
-#: ../atk/atkobject.c:84
+#: atk/atkobject.c:84
msgid "alert"
msgstr "alèrta"
-#: ../atk/atkobject.c:85
+#: atk/atkobject.c:85
msgid "animation"
msgstr "animacion"
-#: ../atk/atkobject.c:86
+#: atk/atkobject.c:86
msgid "arrow"
msgstr "flècha"
-#: ../atk/atkobject.c:87
+#: atk/atkobject.c:87
msgid "calendar"
msgstr "calendièr"
-#: ../atk/atkobject.c:88
+#: atk/atkobject.c:88
msgid "canvas"
msgstr ""
-#: ../atk/atkobject.c:89
+#: atk/atkobject.c:89
msgid "check box"
msgstr ""
-#: ../atk/atkobject.c:90
+#: atk/atkobject.c:90
msgid "check menu item"
msgstr ""
-#: ../atk/atkobject.c:91
+#: atk/atkobject.c:91
msgid "color chooser"
msgstr ""
-#: ../atk/atkobject.c:92
+#: atk/atkobject.c:92
msgid "column header"
msgstr "encap de colomna"
-#: ../atk/atkobject.c:93
+#: atk/atkobject.c:93
msgid "combo box"
msgstr ""
-#: ../atk/atkobject.c:94
+#: atk/atkobject.c:94
msgid "dateeditor"
msgstr ""
-#: ../atk/atkobject.c:95
+#: atk/atkobject.c:95
msgid "desktop icon"
msgstr "icòna de burèu"
-#: ../atk/atkobject.c:96
+#: atk/atkobject.c:96
msgid "desktop frame"
msgstr ""
-#: ../atk/atkobject.c:97
+#: atk/atkobject.c:97
msgid "dial"
msgstr ""
-#: ../atk/atkobject.c:98
+#: atk/atkobject.c:98
msgid "dialog"
msgstr ""
-#: ../atk/atkobject.c:99
+#: atk/atkobject.c:99
msgid "directory pane"
msgstr ""
-#: ../atk/atkobject.c:100
+#: atk/atkobject.c:100
msgid "drawing area"
msgstr ""
-#: ../atk/atkobject.c:101
+#: atk/atkobject.c:101
msgid "file chooser"
msgstr ""
-#: ../atk/atkobject.c:102
+#: atk/atkobject.c:102
msgid "filler"
msgstr ""
#. I know it looks wrong but that is what Java returns
-#: ../atk/atkobject.c:104
+#: atk/atkobject.c:104
msgid "fontchooser"
msgstr ""
-#: ../atk/atkobject.c:105
+#: atk/atkobject.c:105
msgid "frame"
msgstr "encastre"
-#: ../atk/atkobject.c:106
+#: atk/atkobject.c:106
msgid "glass pane"
msgstr ""
-#: ../atk/atkobject.c:107
+#: atk/atkobject.c:107
msgid "html container"
msgstr ""
-#: ../atk/atkobject.c:108
+#: atk/atkobject.c:108
msgid "icon"
msgstr "icòna"
-#: ../atk/atkobject.c:109
+#: atk/atkobject.c:109
msgid "image"
msgstr "imatge"
-#: ../atk/atkobject.c:110
+#: atk/atkobject.c:110
msgid "internal frame"
msgstr ""
-#: ../atk/atkobject.c:111
+#: atk/atkobject.c:111
msgid "label"
msgstr "etiqueta"
-#: ../atk/atkobject.c:112
+#: atk/atkobject.c:112
msgid "layered pane"
msgstr ""
-#: ../atk/atkobject.c:113
+#: atk/atkobject.c:113
msgid "list"
msgstr "tièra"
-#: ../atk/atkobject.c:114
+#: atk/atkobject.c:114
msgid "list item"
msgstr ""
-#: ../atk/atkobject.c:115
+#: atk/atkobject.c:115
msgid "menu"
msgstr "menut"
-#: ../atk/atkobject.c:116
+#: atk/atkobject.c:116
msgid "menu bar"
msgstr "barra de menuts"
-#: ../atk/atkobject.c:117
+#: atk/atkobject.c:117
msgid "menu item"
msgstr "element de menut"
-#: ../atk/atkobject.c:118
+#: atk/atkobject.c:118
msgid "option pane"
msgstr ""
-#: ../atk/atkobject.c:119
+#: atk/atkobject.c:119
msgid "page tab"
msgstr ""
-#: ../atk/atkobject.c:120
+#: atk/atkobject.c:120
msgid "page tab list"
msgstr ""
-#: ../atk/atkobject.c:121
+#: atk/atkobject.c:121
msgid "panel"
msgstr "panèl"
-#: ../atk/atkobject.c:122
+#: atk/atkobject.c:122
msgid "password text"
msgstr ""
-#: ../atk/atkobject.c:123
+#: atk/atkobject.c:123
msgid "popup menu"
msgstr ""
-#: ../atk/atkobject.c:124
+#: atk/atkobject.c:124
msgid "progress bar"
msgstr ""
-#: ../atk/atkobject.c:125
+#: atk/atkobject.c:125
msgid "push button"
msgstr ""
-#: ../atk/atkobject.c:126
+#: atk/atkobject.c:126
msgid "radio button"
msgstr ""
-#: ../atk/atkobject.c:127
+#: atk/atkobject.c:127
msgid "radio menu item"
msgstr ""
-#: ../atk/atkobject.c:128
+#: atk/atkobject.c:128
msgid "root pane"
msgstr ""
-#: ../atk/atkobject.c:129
+#: atk/atkobject.c:129
msgid "row header"
msgstr "encap de linha"
-#: ../atk/atkobject.c:130
+#: atk/atkobject.c:130
msgid "scroll bar"
msgstr ""
-#: ../atk/atkobject.c:131
+#: atk/atkobject.c:131
msgid "scroll pane"
msgstr ""
-#: ../atk/atkobject.c:132
+#: atk/atkobject.c:132
msgid "separator"
msgstr "separador"
-#: ../atk/atkobject.c:133
+#: atk/atkobject.c:133
msgid "slider"
msgstr ""
-#: ../atk/atkobject.c:134
+#: atk/atkobject.c:134
msgid "split pane"
msgstr ""
-#: ../atk/atkobject.c:135
+#: atk/atkobject.c:135
msgid "spin button"
msgstr ""
-#: ../atk/atkobject.c:136
+#: atk/atkobject.c:136
msgid "statusbar"
msgstr ""
-#: ../atk/atkobject.c:137
+#: atk/atkobject.c:137
msgid "table"
msgstr "tablèu"
-#: ../atk/atkobject.c:138
+#: atk/atkobject.c:138
msgid "table cell"
msgstr ""
-#: ../atk/atkobject.c:139
+#: atk/atkobject.c:139
msgid "table column header"
msgstr ""
-#: ../atk/atkobject.c:140
+#: atk/atkobject.c:140
msgid "table row header"
msgstr ""
-#: ../atk/atkobject.c:141
+#: atk/atkobject.c:141
msgid "tear off menu item"
msgstr ""
-#: ../atk/atkobject.c:142
+#: atk/atkobject.c:142
msgid "terminal"
msgstr "terminal"
-#: ../atk/atkobject.c:143
+#: atk/atkobject.c:143
msgid "text"
msgstr "tèxt"
-#: ../atk/atkobject.c:144
+#: atk/atkobject.c:144
msgid "toggle button"
msgstr ""
-#: ../atk/atkobject.c:145
+#: atk/atkobject.c:145
msgid "tool bar"
msgstr "barra d'espleches"
-#: ../atk/atkobject.c:146
+#: atk/atkobject.c:146
msgid "tool tip"
msgstr ""
-#: ../atk/atkobject.c:147
+#: atk/atkobject.c:147
msgid "tree"
msgstr ""
-#: ../atk/atkobject.c:148
+#: atk/atkobject.c:148
msgid "tree table"
msgstr ""
-#: ../atk/atkobject.c:149
+#: atk/atkobject.c:149
msgid "unknown"
msgstr "desconegut"
-#: ../atk/atkobject.c:150
+#: atk/atkobject.c:150
msgid "viewport"
msgstr ""
-#: ../atk/atkobject.c:151
+#: atk/atkobject.c:151
msgid "window"
msgstr "fenèstra"
-#: ../atk/atkobject.c:152
+#: atk/atkobject.c:152
msgid "header"
msgstr "encap"
-#: ../atk/atkobject.c:153
+#: atk/atkobject.c:153
msgid "footer"
msgstr ""
-#: ../atk/atkobject.c:154
+#: atk/atkobject.c:154
msgid "paragraph"
msgstr "paragraf"
-#: ../atk/atkobject.c:155
+#: atk/atkobject.c:155
msgid "application"
msgstr "aplicacion"
-#: ../atk/atkobject.c:156
+#: atk/atkobject.c:156
msgid "autocomplete"
msgstr ""
-#: ../atk/atkobject.c:157
+#: atk/atkobject.c:157
msgid "edit bar"
msgstr ""
-#: ../atk/atkobject.c:158
+#: atk/atkobject.c:158
msgid "embedded component"
msgstr ""
-#: ../atk/atkobject.c:159
+#: atk/atkobject.c:159
msgid "entry"
msgstr ""
-#: ../atk/atkobject.c:160
+#: atk/atkobject.c:160
msgid "chart"
msgstr "diagrama"
-#: ../atk/atkobject.c:161
+#: atk/atkobject.c:161
msgid "caption"
msgstr "legenda"
-#: ../atk/atkobject.c:162
+#: atk/atkobject.c:162
msgid "document frame"
msgstr ""
-#: ../atk/atkobject.c:163
+#: atk/atkobject.c:163
msgid "heading"
msgstr ""
-#: ../atk/atkobject.c:164
+#: atk/atkobject.c:164
msgid "page"
msgstr "pagina"
-#: ../atk/atkobject.c:165
+#: atk/atkobject.c:165
msgid "section"
msgstr "seccion"
-#: ../atk/atkobject.c:166
+#: atk/atkobject.c:166
msgid "redundant object"
msgstr ""
-#: ../atk/atkobject.c:167
+#: atk/atkobject.c:167
msgid "form"
msgstr "formulari"
-#: ../atk/atkobject.c:356
+#: atk/atkobject.c:356
msgid "Accessible Name"
msgstr "Nom accessible"
-#: ../atk/atkobject.c:357
+#: atk/atkobject.c:357
msgid "Object instance's name formatted for assistive technology access"
msgstr ""
-#: ../atk/atkobject.c:363
+#: atk/atkobject.c:363
msgid "Accessible Description"
msgstr "Descripcion accessibla"
-#: ../atk/atkobject.c:364
+#: atk/atkobject.c:364
msgid "Description of an object, formatted for assistive technology access"
msgstr ""
-#: ../atk/atkobject.c:370
+#: atk/atkobject.c:370
msgid "Accessible Parent"
msgstr "Parent accessible"
-#: ../atk/atkobject.c:371
+#: atk/atkobject.c:371
msgid "Is used to notify that the parent has changed"
msgstr ""
-#: ../atk/atkobject.c:377
+#: atk/atkobject.c:377
msgid "Accessible Value"
msgstr "Valor accessibla"
-#: ../atk/atkobject.c:378
+#: atk/atkobject.c:378
msgid "Is used to notify that the value has changed"
msgstr ""
-#: ../atk/atkobject.c:386
+#: atk/atkobject.c:386
msgid "Accessible Role"
msgstr ""
-#: ../atk/atkobject.c:387
+#: atk/atkobject.c:387
msgid "The accessible role of this object"
msgstr ""
-#: ../atk/atkobject.c:395
+#: atk/atkobject.c:395
msgid "Accessible Layer"
msgstr ""
-#: ../atk/atkobject.c:396
+#: atk/atkobject.c:396
msgid "The accessible layer of this object"
msgstr ""
-#: ../atk/atkobject.c:404
+#: atk/atkobject.c:404
msgid "Accessible MDI Value"
msgstr ""
-#: ../atk/atkobject.c:405
+#: atk/atkobject.c:405
msgid "The accessible MDI value of this object"
msgstr ""
-#: ../atk/atkobject.c:413
+#: atk/atkobject.c:413
msgid "Accessible Table Caption"
msgstr ""
-#: ../atk/atkobject.c:414
+#: atk/atkobject.c:414
msgid ""
"Is used to notify that the table caption has changed; this property should "
"not be used. accessible-table-caption-object should be used instead"
msgstr ""
-#: ../atk/atkobject.c:420
+#: atk/atkobject.c:420
msgid "Accessible Table Column Header"
msgstr ""
-#: ../atk/atkobject.c:421
+#: atk/atkobject.c:421
msgid "Is used to notify that the table column header has changed"
msgstr ""
-#: ../atk/atkobject.c:427
+#: atk/atkobject.c:427
msgid "Accessible Table Column Description"
msgstr ""
-#: ../atk/atkobject.c:428
+#: atk/atkobject.c:428
msgid "Is used to notify that the table column description has changed"
msgstr ""
-#: ../atk/atkobject.c:434
+#: atk/atkobject.c:434
msgid "Accessible Table Row Header"
msgstr ""
-#: ../atk/atkobject.c:435
+#: atk/atkobject.c:435
msgid "Is used to notify that the table row header has changed"
msgstr ""
-#: ../atk/atkobject.c:441
+#: atk/atkobject.c:441
msgid "Accessible Table Row Description"
msgstr ""
-#: ../atk/atkobject.c:442
+#: atk/atkobject.c:442
msgid "Is used to notify that the table row description has changed"
msgstr ""
-#: ../atk/atkobject.c:448
+#: atk/atkobject.c:448
msgid "Accessible Table Summary"
msgstr ""
-#: ../atk/atkobject.c:449
+#: atk/atkobject.c:449
msgid "Is used to notify that the table summary has changed"
msgstr ""
-#: ../atk/atkobject.c:455
+#: atk/atkobject.c:455
msgid "Accessible Table Caption Object"
msgstr ""
-#: ../atk/atkobject.c:456
+#: atk/atkobject.c:456
msgid "Is used to notify that the table caption has changed"
msgstr ""
-#: ../atk/atkobject.c:462
+#: atk/atkobject.c:462
msgid "Number of Accessible Hypertext Links"
msgstr ""
-#: ../atk/atkobject.c:463
+#: atk/atkobject.c:463
msgid "The number of links which the current AtkHypertext has"
msgstr ""
diff --git a/po/or.po b/po/or.po
index e548b39..f95e438 100644
--- a/po/or.po
+++ b/po/or.po
@@ -9,7 +9,7 @@ msgid ""
msgstr ""
"Project-Id-Version: atk.HEAD.or\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2008-03-10 15:37+0800\n"
+"POT-Creation-Date: 2008-07-21 14:54+0800\n"
"PO-Revision-Date: 2006-03-24 03:50+0530\n"
"Last-Translator: Subhransu Behera <arya_subhransu@yahoo.co.in>\n"
"Language-Team: Oriya <oriya-group@lists.sarovar.org>\n"
diff --git a/po/pa.po b/po/pa.po
index 393d67b..0e2f5f1 100644
--- a/po/pa.po
+++ b/po/pa.po
@@ -11,7 +11,7 @@ msgid ""
msgstr ""
"Project-Id-Version: atk.HEAD\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2008-03-10 15:37+0800\n"
+"POT-Creation-Date: 2008-07-21 14:54+0800\n"
"PO-Revision-Date: 2006-12-09 11:34+0530\n"
"Last-Translator: KDB <brar.kd@gmail.com>\n"
"Language-Team: Punjabi <fedora-trans-pa@redhat.com>\n"
diff --git a/po/pl.po b/po/pl.po
index 5c81c97..d517dfa 100644
--- a/po/pl.po
+++ b/po/pl.po
@@ -12,7 +12,7 @@ msgid ""
msgstr ""
"Project-Id-Version: atk.HEAD.pl\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2008-03-10 15:37+0800\n"
+"POT-Creation-Date: 2008-07-21 14:54+0800\n"
"PO-Revision-Date: 2006-08-12 02:24+0200\n"
"Last-Translator: Artur Flinta <aflinta@at.kernel.pl>\n"
"Language-Team: Polish <translators@gnomepl.org>\n"
diff --git a/po/ps.po b/po/ps.po
index d43640e..5e2d352 100644
--- a/po/ps.po
+++ b/po/ps.po
@@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: atk.head\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2008-07-08 03:49+0000\n"
+"POT-Creation-Date: 2008-07-21 14:54+0800\n"
"PO-Revision-Date: 2008-07-11 08:31-0800\n"
"Last-Translator: Zabeeh Khan <zabeehkhan@gmail.com>\n"
"Language-Team: Pashto <pathanisation@googlegroups.com>\n"
@@ -17,496 +17,499 @@ msgstr ""
"X-Poedit-Language: Pashto, Pushto\n"
"X-Poedit-Country: AFGHANISTAN\n"
-#: ../atk/atkhyperlink.c:103
+#: atk/atkhyperlink.c:103
msgid "Selected Link"
msgstr "ټاکل شوې تړنه"
-#: ../atk/atkhyperlink.c:104
+#: atk/atkhyperlink.c:104
msgid "Specifies whether the AtkHyperlink object is selected"
msgstr "څيز ټاکل شوی وي Atk-ځانګړې کوي چې که چېرې لوپېوند"
-#: ../atk/atkhyperlink.c:110
+#: atk/atkhyperlink.c:110
msgid "Number of Anchors"
msgstr "د استلو شمېر"
-#: ../atk/atkhyperlink.c:111
+#: atk/atkhyperlink.c:111
msgid "The number of anchors associated with the AtkHyperlink object"
msgstr "څيز پورې نښتي وي Atk-د هغو استلو شمېر چې د لوپېوند"
-#: ../atk/atkhyperlink.c:119
+#: atk/atkhyperlink.c:119
msgid "End index"
msgstr "پای لړيال"
-#: ../atk/atkhyperlink.c:120
+#: atk/atkhyperlink.c:120
msgid "The end index of the AtkHyperlink object"
msgstr "څيز پای لړيال Atk-د لوپېوند"
-#: ../atk/atkhyperlink.c:128
+#: atk/atkhyperlink.c:128
msgid "Start index"
msgstr "پېل لړيال"
-#: ../atk/atkhyperlink.c:129
+#: atk/atkhyperlink.c:129
msgid "The start index of the AtkHyperlink object"
msgstr "څيز پېل لړيال Atk-د لوپېوند"
-#: ../atk/atkobject.c:82
+#: atk/atkobject.c:82
msgid "invalid"
msgstr "ناسم"
-#: ../atk/atkobject.c:83
+#: atk/atkobject.c:83
msgid "accelerator label"
msgstr "ګړندۍ کوونکې نښکه"
-#: ../atk/atkobject.c:84
+#: atk/atkobject.c:84
msgid "alert"
msgstr "خبرول"
-#: ../atk/atkobject.c:85
+#: atk/atkobject.c:85
msgid "animation"
msgstr "سېلن"
-#: ../atk/atkobject.c:86
+#: atk/atkobject.c:86
msgid "arrow"
msgstr "غشی"
-#: ../atk/atkobject.c:87
+#: atk/atkobject.c:87
msgid "calendar"
msgstr "کليز"
-#: ../atk/atkobject.c:88
+#: atk/atkobject.c:88
msgid "canvas"
msgstr "ټوکر"
-#: ../atk/atkobject.c:89
+#: atk/atkobject.c:89
msgid "check box"
msgstr "خوښ بکس"
-#: ../atk/atkobject.c:90
+#: atk/atkobject.c:90
msgid "check menu item"
msgstr "خوښ غورنۍ توکی"
-#: ../atk/atkobject.c:91
+#: atk/atkobject.c:91
msgid "color chooser"
msgstr "رنګ ټاکونکی"
-#: ../atk/atkobject.c:92
+#: atk/atkobject.c:92
msgid "column header"
msgstr "د ستن سرۍ"
-#: ../atk/atkobject.c:93
+#: atk/atkobject.c:93
msgid "combo box"
msgstr "تړنګ بکس"
-#: ../atk/atkobject.c:94
+#: atk/atkobject.c:94
msgid "dateeditor"
msgstr "نېټه سمونګر"
-#: ../atk/atkobject.c:95
+#: atk/atkobject.c:95
msgid "desktop icon"
msgstr "د سرپاڼې انځورن"
-#: ../atk/atkobject.c:96
+#: atk/atkobject.c:96
msgid "desktop frame"
msgstr "د سرپاڼې چوکاټ"
-#: ../atk/atkobject.c:97
+#: atk/atkobject.c:97
msgid "dial"
msgstr "وهل"
-#: ../atk/atkobject.c:98
+#: atk/atkobject.c:98
msgid "dialog"
msgstr "کړکۍ"
-#: ../atk/atkobject.c:99
+#: atk/atkobject.c:99
msgid "directory pane"
msgstr "د درکموند چوکاټ"
-#: ../atk/atkobject.c:100
+#: atk/atkobject.c:100
msgid "drawing area"
msgstr "د انځورونې سېمه"
-#: ../atk/atkobject.c:101
+#: atk/atkobject.c:101
msgid "file chooser"
msgstr "دوتنه ټاکونکی"
-#: ../atk/atkobject.c:102
+#: atk/atkobject.c:102
msgid "filler"
msgstr "ډکونی"
#. I know it looks wrong but that is what Java returns
-#: ../atk/atkobject.c:104
+#: atk/atkobject.c:104
msgid "fontchooser"
msgstr "ليکبڼه ټاکونکی"
-#: ../atk/atkobject.c:105
+#: atk/atkobject.c:105
msgid "frame"
msgstr "چوکاټ"
-#: ../atk/atkobject.c:106
+#: atk/atkobject.c:106
msgid "glass pane"
msgstr "ښيښه چوکاټ"
-#: ../atk/atkobject.c:107
+#: atk/atkobject.c:107
msgid "html container"
msgstr "لرونکی html"
-#: ../atk/atkobject.c:108
+#: atk/atkobject.c:108
msgid "icon"
msgstr "انځورن"
-#: ../atk/atkobject.c:109
+#: atk/atkobject.c:109
msgid "image"
msgstr "انځور"
-#: ../atk/atkobject.c:110
+#: atk/atkobject.c:110
msgid "internal frame"
msgstr "دننی چوکاټ"
-#: ../atk/atkobject.c:111
+#: atk/atkobject.c:111
msgid "label"
msgstr "نښکه"
-#: ../atk/atkobject.c:112
+#: atk/atkobject.c:112
msgid "layered pane"
msgstr "لهر شوی چوکاټ"
-#: ../atk/atkobject.c:113
+#: atk/atkobject.c:113
msgid "list"
msgstr "لړ"
-#: ../atk/atkobject.c:114
+#: atk/atkobject.c:114
msgid "list item"
msgstr "لړ توکی"
-#: ../atk/atkobject.c:115
+#: atk/atkobject.c:115
msgid "menu"
msgstr "غورنۍ"
-#: ../atk/atkobject.c:116
+#: atk/atkobject.c:116
msgid "menu bar"
msgstr "غورنۍ پټه"
-#: ../atk/atkobject.c:117
+#: atk/atkobject.c:117
msgid "menu item"
msgstr "غورنۍ توکی"
-#: ../atk/atkobject.c:118
+#: atk/atkobject.c:118
msgid "option pane"
msgstr "غوراوی چوکاټ"
-#: ../atk/atkobject.c:119
+#: atk/atkobject.c:119
msgid "page tab"
msgstr "مخ ټوپ"
-#: ../atk/atkobject.c:120
+#: atk/atkobject.c:120
msgid "page tab list"
msgstr "د مخ ټوپ لړ"
-#: ../atk/atkobject.c:121
+#: atk/atkobject.c:121
msgid "panel"
msgstr "چوکاټ"
-#: ../atk/atkobject.c:122
+#: atk/atkobject.c:122
msgid "password text"
msgstr "تېرنويې ليکنه"
-#: ../atk/atkobject.c:123
+#: atk/atkobject.c:123
msgid "popup menu"
msgstr "بړبوکیزه غورنۍ"
-#: ../atk/atkobject.c:124
+#: atk/atkobject.c:124
msgid "progress bar"
msgstr "پرمختګ پټه"
-#: ../atk/atkobject.c:125
+#: atk/atkobject.c:125
msgid "push button"
msgstr "تمب تڼۍ"
-#: ../atk/atkobject.c:126
+#: atk/atkobject.c:126
msgid "radio button"
msgstr "رېډيو تڼۍ"
-#: ../atk/atkobject.c:127
+#: atk/atkobject.c:127
msgid "radio menu item"
msgstr "رېډيو غورنۍ توکی"
-#: ../atk/atkobject.c:128
+#: atk/atkobject.c:128
msgid "root pane"
msgstr "وليز چوکاټ"
-#: ../atk/atkobject.c:129
+#: atk/atkobject.c:129
msgid "row header"
msgstr "کيل سرۍ"
-#: ../atk/atkobject.c:130
+#: atk/atkobject.c:130
msgid "scroll bar"
msgstr "رغښت پټه"
-#: ../atk/atkobject.c:131
+#: atk/atkobject.c:131
msgid "scroll pane"
msgstr "رغښت چوکاټ"
-#: ../atk/atkobject.c:132
+#: atk/atkobject.c:132
msgid "separator"
msgstr "بېلوونکی"
-#: ../atk/atkobject.c:133
+#: atk/atkobject.c:133
msgid "slider"
msgstr "ښويونى"
-#: ../atk/atkobject.c:134
+#: atk/atkobject.c:134
msgid "split pane"
msgstr "چاودون چوکاټ"
-#: ../atk/atkobject.c:135
+#: atk/atkobject.c:135
msgid "spin button"
msgstr "چورلښت تڼۍ"
-#: ../atk/atkobject.c:136
+#: atk/atkobject.c:136
msgid "statusbar"
msgstr "انکړ پټه"
-#: ../atk/atkobject.c:137
+#: atk/atkobject.c:137
msgid "table"
msgstr "لښتيال"
-#: ../atk/atkobject.c:138
+#: atk/atkobject.c:138
msgid "table cell"
msgstr "لښتيال خونه"
-#: ../atk/atkobject.c:139
+#: atk/atkobject.c:139
msgid "table column header"
msgstr "د لښتيال ستن سرۍ"
-#: ../atk/atkobject.c:140
+#: atk/atkobject.c:140
msgid "table row header"
msgstr "د لښتيال کيل سرۍ"
-#: ../atk/atkobject.c:141
+#: atk/atkobject.c:141
msgid "tear off menu item"
msgstr "چاودېدونکی غورنۍ توکی"
-#: ../atk/atkobject.c:142
+#: atk/atkobject.c:142
msgid "terminal"
msgstr "پايالی"
-#: ../atk/atkobject.c:143
+#: atk/atkobject.c:143
msgid "text"
msgstr "ليکنه"
-#: ../atk/atkobject.c:144
+#: atk/atkobject.c:144
msgid "toggle button"
msgstr "څرنګتیاونج تڼۍ"
-#: ../atk/atkobject.c:145
+#: atk/atkobject.c:145
msgid "tool bar"
msgstr "توکپټه"
-#: ../atk/atkobject.c:146
+#: atk/atkobject.c:146
msgid "tool tip"
msgstr "توک نکته"
-#: ../atk/atkobject.c:147
+#: atk/atkobject.c:147
msgid "tree"
msgstr "ونه"
-#: ../atk/atkobject.c:148
+#: atk/atkobject.c:148
msgid "tree table"
msgstr "ونه لښتيال"
-#: ../atk/atkobject.c:149
+#: atk/atkobject.c:149
msgid "unknown"
msgstr "ناڅرګند"
-#: ../atk/atkobject.c:150
+#: atk/atkobject.c:150
msgid "viewport"
msgstr "درشل ليد"
-#: ../atk/atkobject.c:151
+#: atk/atkobject.c:151
msgid "window"
msgstr "کړکۍ"
-#: ../atk/atkobject.c:152
+#: atk/atkobject.c:152
msgid "header"
msgstr "سرۍ"
-#: ../atk/atkobject.c:153
+#: atk/atkobject.c:153
msgid "footer"
msgstr "پښۍ"
-#: ../atk/atkobject.c:154
+#: atk/atkobject.c:154
msgid "paragraph"
msgstr "پېرېګراف"
-#: ../atk/atkobject.c:155
+#: atk/atkobject.c:155
msgid "application"
msgstr "کاريال"
-#: ../atk/atkobject.c:156
+#: atk/atkobject.c:156
msgid "autocomplete"
msgstr "خپلبشپړېدل"
-#: ../atk/atkobject.c:157
+#: atk/atkobject.c:157
msgid "edit bar"
msgstr "سمون پټه"
-#: ../atk/atkobject.c:158
+#: atk/atkobject.c:158
msgid "embedded component"
msgstr "راتاو رغتوک"
-#: ../atk/atkobject.c:159
+#: atk/atkobject.c:159
msgid "entry"
msgstr "ننوت"
-#: ../atk/atkobject.c:160
+#: atk/atkobject.c:160
msgid "chart"
msgstr "څرګندمن"
-#: ../atk/atkobject.c:161
+#: atk/atkobject.c:161
msgid "caption"
msgstr "نیونګه"
-#: ../atk/atkobject.c:162
+#: atk/atkobject.c:162
msgid "document frame"
msgstr "لاسوند چوکاټ"
-#: ../atk/atkobject.c:163
+#: atk/atkobject.c:163
msgid "heading"
msgstr "سريز"
-#: ../atk/atkobject.c:164
+#: atk/atkobject.c:164
msgid "page"
msgstr "مخ"
-#: ../atk/atkobject.c:165
+#: atk/atkobject.c:165
msgid "section"
msgstr "برخه"
-#: ../atk/atkobject.c:166
+#: atk/atkobject.c:166
msgid "redundant object"
msgstr "زياتي څيز"
-#: ../atk/atkobject.c:167
+#: atk/atkobject.c:167
msgid "form"
msgstr "ډکنۍ"
-#: ../atk/atkobject.c:356
+#: atk/atkobject.c:356
msgid "Accessible Name"
msgstr "لاسرسی نوم"
-#: ../atk/atkobject.c:357
+#: atk/atkobject.c:357
msgid "Object instance's name formatted for assistive technology access"
msgstr "د څيز د بېلګې نوم چې د مرستندويه ټېکنالوجۍ لاسرس لپاره بڼول شوې وي"
-#: ../atk/atkobject.c:363
+#: atk/atkobject.c:363
msgid "Accessible Description"
msgstr "لاسرسی سپړاوی"
-#: ../atk/atkobject.c:364
+#: atk/atkobject.c:364
msgid "Description of an object, formatted for assistive technology access"
msgstr "د کوم څيز سپړاوی، چې د مرستندويه ټېکنالوجۍ لاسرس لپاره بڼول شوې وي"
-#: ../atk/atkobject.c:370
+#: atk/atkobject.c:370
msgid "Accessible Parent"
msgstr "لاسرسی پلرين"
-#: ../atk/atkobject.c:371
+#: atk/atkobject.c:371
msgid "Is used to notify that the parent has changed"
msgstr "د دې لپاره کارول کيږي چې خبر ورکړي چې پلرين بدل شوی دی"
-#: ../atk/atkobject.c:377
+#: atk/atkobject.c:377
msgid "Accessible Value"
msgstr "لاسرسی ارزښت"
-#: ../atk/atkobject.c:378
+#: atk/atkobject.c:378
msgid "Is used to notify that the value has changed"
msgstr "د دې لپاره کارول کيږي چې وښيي چې ارزښت بدل شوی"
-#: ../atk/atkobject.c:386
+#: atk/atkobject.c:386
msgid "Accessible Role"
msgstr "لاسرسې دنده"
-#: ../atk/atkobject.c:387
+#: atk/atkobject.c:387
msgid "The accessible role of this object"
msgstr "د دې څيز لاسرسې دنده"
-#: ../atk/atkobject.c:395
+#: atk/atkobject.c:395
msgid "Accessible Layer"
msgstr "لاسرسی لهر"
-#: ../atk/atkobject.c:396
+#: atk/atkobject.c:396
msgid "The accessible layer of this object"
msgstr "د دې څيز لاسرسی لهر"
-#: ../atk/atkobject.c:404
+#: atk/atkobject.c:404
msgid "Accessible MDI Value"
msgstr "ارزښت MDI لاسرسی"
-#: ../atk/atkobject.c:405
+#: atk/atkobject.c:405
msgid "The accessible MDI value of this object"
msgstr "لاسرسی ارزښت MDI د دې څيز د"
-#: ../atk/atkobject.c:413
+#: atk/atkobject.c:413
msgid "Accessible Table Caption"
msgstr "لاسرسې لښتيال نيونګه"
-#: ../atk/atkobject.c:414
-msgid "Is used to notify that the table caption has changed; this property should not be used. accessible-table-caption-object should be used instead"
-msgstr "د دې لپاره کارول کيږي چې خبر ورکړي چې د لښتيال نيونګه بدله شوې ده؛ د دې ځانتيا کارول پکار نه دي. د دې پر ځای لاسرسی-لښتيال-نيونګه-څيز کارول پکار دي"
+#: atk/atkobject.c:414
+msgid ""
+"Is used to notify that the table caption has changed; this property should "
+"not be used. accessible-table-caption-object should be used instead"
+msgstr ""
+"د دې لپاره کارول کيږي چې خبر ورکړي چې د لښتيال نيونګه بدله شوې ده؛ د دې "
+"ځانتيا کارول پکار نه دي. د دې پر ځای لاسرسی-لښتيال-نيونګه-څيز کارول پکار دي"
-#: ../atk/atkobject.c:420
+#: atk/atkobject.c:420
msgid "Accessible Table Column Header"
msgstr "لاسرسې لښتيال ستن سرۍ"
-#: ../atk/atkobject.c:421
+#: atk/atkobject.c:421
msgid "Is used to notify that the table column header has changed"
msgstr "د دې لپاره کارول کيږي چې خبر ورکړي چې د لښتيال ستن سرۍ بدل شوی دی"
-#: ../atk/atkobject.c:427
+#: atk/atkobject.c:427
msgid "Accessible Table Column Description"
msgstr "لاسرسی لښتيال ستن سپړاوی"
-#: ../atk/atkobject.c:428
+#: atk/atkobject.c:428
msgid "Is used to notify that the table column description has changed"
msgstr "د دې لپاره کارول کيږي چې خبر ورکړي چې د لښتيال ستن سپړاوی بدل شوی دی"
-#: ../atk/atkobject.c:434
+#: atk/atkobject.c:434
msgid "Accessible Table Row Header"
msgstr "لاسرسې لښتيال کيل سرۍ"
-#: ../atk/atkobject.c:435
+#: atk/atkobject.c:435
msgid "Is used to notify that the table row header has changed"
msgstr "د دې لپاره کارول کيږي چې خبر ورکړي چې د لښتيال کيل سرۍ بدل شوی دی"
-#: ../atk/atkobject.c:441
+#: atk/atkobject.c:441
msgid "Accessible Table Row Description"
msgstr "لاسرسی لښتيال کيل سپړاوی"
-#: ../atk/atkobject.c:442
+#: atk/atkobject.c:442
msgid "Is used to notify that the table row description has changed"
msgstr "د دې لپاره کارول کيږي چې خبر ورکړي چې د لښتيال کيل سپړاوی بدل شوی دی"
-#: ../atk/atkobject.c:448
+#: atk/atkobject.c:448
msgid "Accessible Table Summary"
msgstr "لاسرسی لښتيال لنډيز"
-#: ../atk/atkobject.c:449
+#: atk/atkobject.c:449
msgid "Is used to notify that the table summary has changed"
msgstr "د دې لپاره کارول کيږي چې خبر ورکړي چې د لښتيال لنډيز بدل شوی دی"
-#: ../atk/atkobject.c:455
+#: atk/atkobject.c:455
msgid "Accessible Table Caption Object"
msgstr "لاسرسی لښتيال نيونګه څيز"
-#: ../atk/atkobject.c:456
+#: atk/atkobject.c:456
msgid "Is used to notify that the table caption has changed"
msgstr "د دې لپاره کارول کيږي چې خبر ورکړي چې د لښتيال نيونګه بدله شوې ده"
-#: ../atk/atkobject.c:462
+#: atk/atkobject.c:462
msgid "Number of Accessible Hypertext Links"
msgstr "د لاسرسو لومتن تړنو شمېر"
-#: ../atk/atkobject.c:463
+#: atk/atkobject.c:463
msgid "The number of links which the current AtkHypertext has"
msgstr "لري Atk-هغه تړنو شمېر چې اوس يې لومتن"
-
diff --git a/po/pt.po b/po/pt.po
index bef82d2..d270904 100644
--- a/po/pt.po
+++ b/po/pt.po
@@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: 2.20\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2008-03-10 15:37+0800\n"
+"POT-Creation-Date: 2008-07-21 14:54+0800\n"
"PO-Revision-Date: 2007-09-13 09:35+0000\n"
"Last-Translator: Duarte Loreto <happyguy_pt@hotmail.com>\n"
"Language-Team: Portuguese <gnome_pt@yahoogroups.com>\n"
diff --git a/po/pt_BR.po b/po/pt_BR.po
index 70dfc9c..44b04b5 100644
--- a/po/pt_BR.po
+++ b/po/pt_BR.po
@@ -9,7 +9,7 @@ msgid ""
msgstr ""
"Project-Id-Version: atk\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2008-03-10 15:37+0800\n"
+"POT-Creation-Date: 2008-07-21 14:54+0800\n"
"PO-Revision-Date: 2008-07-21 00:42-0300\n"
"Last-Translator: Leonardo Ferreira Fontenelle <leo.fontenelle@gmail.com>\n"
"Language-Team: Brazilian Portuguese <gnome-l10n-br@listas.cipsga.org.br>\n"
diff --git a/po/ro.po b/po/ro.po
index 23ce097..4cd71ce 100644
--- a/po/ro.po
+++ b/po/ro.po
@@ -6,7 +6,7 @@ msgid ""
msgstr ""
"Project-Id-Version: atk\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2008-03-10 15:37+0800\n"
+"POT-Creation-Date: 2008-07-21 14:54+0800\n"
"PO-Revision-Date: 2006-09-03 16:40+0300\n"
"Last-Translator: Mişu Moldovan <dumol@gnome.ro>\n"
"Language-Team: Romanian <gnomero-list@lists.sourceforge.net>\n"
diff --git a/po/ru.po b/po/ru.po
index 1d266a3..aab1c96 100644
--- a/po/ru.po
+++ b/po/ru.po
@@ -9,7 +9,7 @@ msgid ""
msgstr ""
"Project-Id-Version: atk.HEAD\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2008-03-10 15:37+0800\n"
+"POT-Creation-Date: 2008-07-21 14:54+0800\n"
"PO-Revision-Date: 2006-08-24 17:39+0300\n"
"Last-Translator: Leonid Kanter <leon@asplinux.ru>\n"
"Language-Team: <gnome-cyr@gnome.org>\n"
diff --git a/po/rw.po b/po/rw.po
index 9e34863..d063140 100644
--- a/po/rw.po
+++ b/po/rw.po
@@ -15,7 +15,7 @@ msgid ""
msgstr ""
"Project-Id-Version: atk 2.12\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2008-03-10 15:37+0800\n"
+"POT-Creation-Date: 2008-07-21 14:54+0800\n"
"PO-Revision-Date: 2005-03-28 19:34-0700\n"
"Last-Translator: Steve Murphy <murf@e-tools.com>\n"
"Language-Team: Kinyarwanda <translation-team-rw@lists.sourceforge.net>\n"
diff --git a/po/si.po b/po/si.po
index 50af22a..2cbd2c8 100644
--- a/po/si.po
+++ b/po/si.po
@@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: si\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2008-03-10 15:37+0800\n"
+"POT-Creation-Date: 2008-07-21 14:54+0800\n"
"PO-Revision-Date: 2007-08-03 15:54+0530\n"
"Last-Translator: Danishka Navin <snavin@redhat.com>\n"
"Language-Team: Sinhala <en@li.org>\n"
diff --git a/po/sk.po b/po/sk.po
index ac89190..1514224 100644
--- a/po/sk.po
+++ b/po/sk.po
@@ -12,7 +12,7 @@ msgid ""
msgstr ""
"Project-Id-Version: atk\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2008-03-10 15:37+0800\n"
+"POT-Creation-Date: 2008-07-21 14:54+0800\n"
"PO-Revision-Date: 2006-06-19 21:42+0200\n"
"Last-Translator: Marcel Telka <marcel@telka.sk>\n"
"Language-Team: Slovak <sk-i18n@lists.linux.sk>\n"
diff --git a/po/sl.po b/po/sl.po
index be25590..e331f2f 100644
--- a/po/sl.po
+++ b/po/sl.po
@@ -12,7 +12,7 @@ msgid ""
msgstr ""
"Project-Id-Version: atk\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2008-03-10 15:37+0800\n"
+"POT-Creation-Date: 2008-07-21 14:54+0800\n"
"PO-Revision-Date: 2007-05-11 08:07+0100\n"
"Last-Translator: Matej Urbančič <matej.urban@gmail.com>\n"
"Language-Team: Slovenian GNOME Translation Team <gnome-si@googlegroups.com>\n"
diff --git a/po/sq.po b/po/sq.po
index af7d35a..f829ff2 100644
--- a/po/sq.po
+++ b/po/sq.po
@@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: atk HEAD\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2008-07-16 15:24+0200\n"
+"POT-Creation-Date: 2008-07-21 14:54+0800\n"
"PO-Revision-Date: 2008-03-20 11:42+0100\n"
"Last-Translator: Laurent Dhima <laurenti@alblinux.net>\n"
"Language-Team: albanian <gnome-albanian-perkthyesit@lists.sourceforge.net>\n"
@@ -17,450 +17,450 @@ msgstr ""
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
-#: ../atk/atkhyperlink.c:103
+#: atk/atkhyperlink.c:103
msgid "Selected Link"
msgstr "Lidhja e zgjedhur"
-#: ../atk/atkhyperlink.c:104
+#: atk/atkhyperlink.c:104
msgid "Specifies whether the AtkHyperlink object is selected"
msgstr "Specifikon nëse është zgjedhur objekti AtkHyperlink"
-#: ../atk/atkhyperlink.c:110
+#: atk/atkhyperlink.c:110
msgid "Number of Anchors"
msgstr "Numri i lidhjeve"
-#: ../atk/atkhyperlink.c:111
+#: atk/atkhyperlink.c:111
msgid "The number of anchors associated with the AtkHyperlink object"
msgstr "Numri i spirancave shoqëruar me objektin AtkHyperlink"
-#: ../atk/atkhyperlink.c:119
+#: atk/atkhyperlink.c:119
msgid "End index"
msgstr "Fundi i treguesit"
-#: ../atk/atkhyperlink.c:120
+#: atk/atkhyperlink.c:120
msgid "The end index of the AtkHyperlink object"
msgstr "Fundi i treguesit të objektit AtkHyperlink"
-#: ../atk/atkhyperlink.c:128
+#: atk/atkhyperlink.c:128
msgid "Start index"
msgstr "Fillimi i treguesit"
-#: ../atk/atkhyperlink.c:129
+#: atk/atkhyperlink.c:129
msgid "The start index of the AtkHyperlink object"
msgstr "Fillimi i treguesit të objektit AtkHyperlink"
# (pofilter) startcaps: checks that the message starts with the correct capitalisation
-#: ../atk/atkobject.c:82
+#: atk/atkobject.c:82
msgid "invalid"
msgstr "i pavlefshëm"
-#: ../atk/atkobject.c:83
+#: atk/atkobject.c:83
msgid "accelerator label"
msgstr "etiketa e përshpejtuesit"
-#: ../atk/atkobject.c:84
+#: atk/atkobject.c:84
msgid "alert"
msgstr "paralajmërim"
-#: ../atk/atkobject.c:85
+#: atk/atkobject.c:85
msgid "animation"
msgstr "animacioni"
-#: ../atk/atkobject.c:86
+#: atk/atkobject.c:86
msgid "arrow"
msgstr "shigjetë"
-#: ../atk/atkobject.c:87
+#: atk/atkobject.c:87
msgid "calendar"
msgstr "kalendar"
# (pofilter) brackets: translation has extra '(', ')'
-#: ../atk/atkobject.c:88
+#: atk/atkobject.c:88
msgid "canvas"
msgstr "telë"
-#: ../atk/atkobject.c:89
+#: atk/atkobject.c:89
msgid "check box"
msgstr "kuti zgjedhjeje"
-#: ../atk/atkobject.c:90
+#: atk/atkobject.c:90
msgid "check menu item"
msgstr "element menu zgjedhur"
-#: ../atk/atkobject.c:91
+#: atk/atkobject.c:91
msgid "color chooser"
msgstr "zgjedhësi i ngjyrave"
-#: ../atk/atkobject.c:92
+#: atk/atkobject.c:92
msgid "column header"
msgstr "kreu i kollonës"
-#: ../atk/atkobject.c:93
+#: atk/atkobject.c:93
msgid "combo box"
msgstr "kuti e kombinuar"
-#: ../atk/atkobject.c:94
+#: atk/atkobject.c:94
msgid "dateeditor"
msgstr "ndryshues date"
-#: ../atk/atkobject.c:95
+#: atk/atkobject.c:95
msgid "desktop icon"
msgstr "ikonë për desktop"
-#: ../atk/atkobject.c:96
+#: atk/atkobject.c:96
msgid "desktop frame"
msgstr "kornizë desktop-i"
-#: ../atk/atkobject.c:97
+#: atk/atkobject.c:97
msgid "dial"
msgstr "telefonatë"
-#: ../atk/atkobject.c:98
+#: atk/atkobject.c:98
msgid "dialog"
msgstr "dritare dialogu"
-#: ../atk/atkobject.c:99
+#: atk/atkobject.c:99
msgid "directory pane"
msgstr "paneli i directory"
-#: ../atk/atkobject.c:100
+#: atk/atkobject.c:100
msgid "drawing area"
msgstr "sipërfaqja e vizatimit"
-#: ../atk/atkobject.c:101
+#: atk/atkobject.c:101
msgid "file chooser"
msgstr "zgjedhësi i file"
-#: ../atk/atkobject.c:102
+#: atk/atkobject.c:102
msgid "filler"
msgstr "mbushës"
#. I know it looks wrong but that is what Java returns
-#: ../atk/atkobject.c:104
+#: atk/atkobject.c:104
msgid "fontchooser"
msgstr "zgjedhës gërmash"
-#: ../atk/atkobject.c:105
+#: atk/atkobject.c:105
msgid "frame"
msgstr "kornizë"
-#: ../atk/atkobject.c:106
+#: atk/atkobject.c:106
msgid "glass pane"
msgstr "panel i tejdukshëm"
-#: ../atk/atkobject.c:107
+#: atk/atkobject.c:107
msgid "html container"
msgstr "përmbajtës html"
-#: ../atk/atkobject.c:108
+#: atk/atkobject.c:108
msgid "icon"
msgstr "ikonë"
-#: ../atk/atkobject.c:109
+#: atk/atkobject.c:109
msgid "image"
msgstr "figurë"
-#: ../atk/atkobject.c:110
+#: atk/atkobject.c:110
msgid "internal frame"
msgstr "kornizë e brendshme"
-#: ../atk/atkobject.c:111
+#: atk/atkobject.c:111
msgid "label"
msgstr "etiketë"
-#: ../atk/atkobject.c:112
+#: atk/atkobject.c:112
msgid "layered pane"
msgstr "panel me nivele"
-#: ../atk/atkobject.c:113
+#: atk/atkobject.c:113
msgid "list"
msgstr "listë"
-#: ../atk/atkobject.c:114
+#: atk/atkobject.c:114
msgid "list item"
msgstr "element liste"
# (pofilter) unchanged: please translate
-#: ../atk/atkobject.c:115
+#: atk/atkobject.c:115
msgid "menu"
msgstr "menu"
-#: ../atk/atkobject.c:116
+#: atk/atkobject.c:116
msgid "menu bar"
msgstr "shtyllë menuje"
-#: ../atk/atkobject.c:117
+#: atk/atkobject.c:117
msgid "menu item"
msgstr "element menuje"
-#: ../atk/atkobject.c:118
+#: atk/atkobject.c:118
msgid "option pane"
msgstr "panel opsionesh"
-#: ../atk/atkobject.c:119
+#: atk/atkobject.c:119
msgid "page tab"
msgstr "skedë"
-#: ../atk/atkobject.c:120
+#: atk/atkobject.c:120
msgid "page tab list"
msgstr "listë skedash"
# (pofilter) unchanged: please translate
-#: ../atk/atkobject.c:121
+#: atk/atkobject.c:121
msgid "panel"
msgstr "panel"
-#: ../atk/atkobject.c:122
+#: atk/atkobject.c:122
msgid "password text"
msgstr "tekst fjalëkalimi"
-#: ../atk/atkobject.c:123
+#: atk/atkobject.c:123
msgid "popup menu"
msgstr "menu e shpalosëshme"
-#: ../atk/atkobject.c:124
+#: atk/atkobject.c:124
msgid "progress bar"
msgstr "shtyllë ecurie"
-#: ../atk/atkobject.c:125
+#: atk/atkobject.c:125
msgid "push button"
msgstr "pulsant"
-#: ../atk/atkobject.c:126
+#: atk/atkobject.c:126
msgid "radio button"
msgstr "pulsant zgjedhje"
-#: ../atk/atkobject.c:127
+#: atk/atkobject.c:127
msgid "radio menu item"
msgstr "element menu zgjedhje"
-#: ../atk/atkobject.c:128
+#: atk/atkobject.c:128
msgid "root pane"
msgstr "panel bazë"
-#: ../atk/atkobject.c:129
+#: atk/atkobject.c:129
msgid "row header"
msgstr "kreu i rreshtit"
-#: ../atk/atkobject.c:130
+#: atk/atkobject.c:130
msgid "scroll bar"
msgstr "shtyllë rrëshkitje"
-#: ../atk/atkobject.c:131
+#: atk/atkobject.c:131
msgid "scroll pane"
msgstr "panel me rrëshkitje"
-#: ../atk/atkobject.c:132
+#: atk/atkobject.c:132
msgid "separator"
msgstr "ndarës"
-#: ../atk/atkobject.c:133
+#: atk/atkobject.c:133
msgid "slider"
msgstr "kontrollues me rrëshkitje"
-#: ../atk/atkobject.c:134
+#: atk/atkobject.c:134
msgid "split pane"
msgstr "panel i ndarë"
-#: ../atk/atkobject.c:135
+#: atk/atkobject.c:135
msgid "spin button"
msgstr "pulsant numerik"
-#: ../atk/atkobject.c:136
+#: atk/atkobject.c:136
msgid "statusbar"
msgstr "shtyllë gjëndjeje"
-#: ../atk/atkobject.c:137
+#: atk/atkobject.c:137
msgid "table"
msgstr "tabelë"
-#: ../atk/atkobject.c:138
+#: atk/atkobject.c:138
msgid "table cell"
msgstr "qeli tabele"
-#: ../atk/atkobject.c:139
+#: atk/atkobject.c:139
msgid "table column header"
msgstr "kreu kollone tabele"
-#: ../atk/atkobject.c:140
+#: atk/atkobject.c:140
msgid "table row header"
msgstr "kreu rresht tabele"
-#: ../atk/atkobject.c:141
+#: atk/atkobject.c:141
msgid "tear off menu item"
msgstr "element i shkëputshëm menuje"
# (pofilter) unchanged: please translate
-#: ../atk/atkobject.c:142
+#: atk/atkobject.c:142
msgid "terminal"
msgstr "terminal"
-#: ../atk/atkobject.c:143
+#: atk/atkobject.c:143
msgid "text"
msgstr "tekst"
-#: ../atk/atkobject.c:144
+#: atk/atkobject.c:144
msgid "toggle button"
msgstr "pulsant me dy gjëndje"
-#: ../atk/atkobject.c:145
+#: atk/atkobject.c:145
msgid "tool bar"
msgstr "panel instrumentësh"
-#: ../atk/atkobject.c:146
+#: atk/atkobject.c:146
msgid "tool tip"
msgstr "propozim"
-#: ../atk/atkobject.c:147
+#: atk/atkobject.c:147
msgid "tree"
msgstr "degëzim"
-#: ../atk/atkobject.c:148
+#: atk/atkobject.c:148
msgid "tree table"
msgstr "tabelë e degëzuar"
-#: ../atk/atkobject.c:149
+#: atk/atkobject.c:149
msgid "unknown"
msgstr "nuk njihet"
-#: ../atk/atkobject.c:150
+#: atk/atkobject.c:150
msgid "viewport"
msgstr "viewport"
-#: ../atk/atkobject.c:151
+#: atk/atkobject.c:151
msgid "window"
msgstr "dritare"
-#: ../atk/atkobject.c:152
+#: atk/atkobject.c:152
msgid "header"
msgstr "kreu"
-#: ../atk/atkobject.c:153
+#: atk/atkobject.c:153
msgid "footer"
msgstr "fundi"
-#: ../atk/atkobject.c:154
+#: atk/atkobject.c:154
msgid "paragraph"
msgstr "paragraf"
-#: ../atk/atkobject.c:155
+#: atk/atkobject.c:155
msgid "application"
msgstr "aplikativ"
-#: ../atk/atkobject.c:156
+#: atk/atkobject.c:156
msgid "autocomplete"
msgstr "plotësim automatik"
-#: ../atk/atkobject.c:157
+#: atk/atkobject.c:157
msgid "edit bar"
msgstr "shtyllë ndryshimi"
-#: ../atk/atkobject.c:158
+#: atk/atkobject.c:158
msgid "embedded component"
msgstr "komponent i trupëzuar"
-#: ../atk/atkobject.c:159
+#: atk/atkobject.c:159
msgid "entry"
msgstr "fushë shtimi"
-#: ../atk/atkobject.c:160
+#: atk/atkobject.c:160
msgid "chart"
msgstr "diagramë"
-#: ../atk/atkobject.c:161
+#: atk/atkobject.c:161
msgid "caption"
msgstr "titull"
-#: ../atk/atkobject.c:162
+#: atk/atkobject.c:162
msgid "document frame"
msgstr "kornizë dokumenti"
-#: ../atk/atkobject.c:163
+#: atk/atkobject.c:163
msgid "heading"
msgstr "titull"
-#: ../atk/atkobject.c:164
+#: atk/atkobject.c:164
msgid "page"
msgstr "faqe"
-#: ../atk/atkobject.c:165
+#: atk/atkobject.c:165
msgid "section"
msgstr "seksion"
-#: ../atk/atkobject.c:166
+#: atk/atkobject.c:166
msgid "redundant object"
msgstr "objekt i përsëritur"
-#: ../atk/atkobject.c:167
+#: atk/atkobject.c:167
msgid "form"
msgstr "formular"
-#: ../atk/atkobject.c:356
+#: atk/atkobject.c:356
msgid "Accessible Name"
msgstr "Emri açesibël"
-#: ../atk/atkobject.c:357
+#: atk/atkobject.c:357
msgid "Object instance's name formatted for assistive technology access"
msgstr ""
"Emri i instancës së objektit i formatuar për të qenë i shfrytëzueshëm nga "
"teknollogjitë asistuese"
-#: ../atk/atkobject.c:363
+#: atk/atkobject.c:363
msgid "Accessible Description"
msgstr "Përshkrimi açesibël"
-#: ../atk/atkobject.c:364
+#: atk/atkobject.c:364
msgid "Description of an object, formatted for assistive technology access"
msgstr ""
"Përshkrimi i një objekti, formatuar për hyrje nga teknollogjia asistuese"
-#: ../atk/atkobject.c:370
+#: atk/atkobject.c:370
msgid "Accessible Parent"
msgstr "Prind i përshtatshëm"
-#: ../atk/atkobject.c:371
+#: atk/atkobject.c:371
msgid "Is used to notify that the parent has changed"
msgstr "Përdoret për të njoftuar që prindi është ndryshuar"
-#: ../atk/atkobject.c:377
+#: atk/atkobject.c:377
msgid "Accessible Value"
msgstr "Vlerë e përshtatshme"
-#: ../atk/atkobject.c:378
+#: atk/atkobject.c:378
msgid "Is used to notify that the value has changed"
msgstr "Përdoret për të njoftuar që vlera është ndryshuar"
-#: ../atk/atkobject.c:386
+#: atk/atkobject.c:386
msgid "Accessible Role"
msgstr "Rol i përshtatshëm"
-#: ../atk/atkobject.c:387
+#: atk/atkobject.c:387
msgid "The accessible role of this object"
msgstr "Roli i përshtatshëm i këtij objekti"
-#: ../atk/atkobject.c:395
+#: atk/atkobject.c:395
msgid "Accessible Layer"
msgstr "Nivel i përshtatshëm"
-#: ../atk/atkobject.c:396
+#: atk/atkobject.c:396
msgid "The accessible layer of this object"
msgstr "Niveli i përshtatshëm i këtij objekti"
-#: ../atk/atkobject.c:404
+#: atk/atkobject.c:404
msgid "Accessible MDI Value"
msgstr "Vlerë MDI e përshtatshme"
-#: ../atk/atkobject.c:405
+#: atk/atkobject.c:405
msgid "The accessible MDI value of this object"
msgstr "Vlera e përshtatshme MDI e këtij objekti"
-#: ../atk/atkobject.c:413
+#: atk/atkobject.c:413
msgid "Accessible Table Caption"
msgstr "Titull i përshtatshëm tabele"
# (pofilter) sentencecount: The number of sentences differ: 1 versus 2
# (pofilter) simplecaps: checks the capitalisation of two strings isn't wildly different
-#: ../atk/atkobject.c:414
+#: atk/atkobject.c:414
msgid ""
"Is used to notify that the table caption has changed; this property should "
"not be used. accessible-table-caption-object should be used instead"
@@ -469,62 +469,62 @@ msgstr ""
"pronësi nuk duhet përdorur. Në vend të saj duhet përdorur accessible-table-"
"caption-object"
-#: ../atk/atkobject.c:420
+#: atk/atkobject.c:420
msgid "Accessible Table Column Header"
msgstr "Titulli i përshtatshëm i kollonës së tabelës"
-#: ../atk/atkobject.c:421
+#: atk/atkobject.c:421
msgid "Is used to notify that the table column header has changed"
msgstr ""
"Përdoret për të njoftuar që titulli i kollonës së tabelës është ndryshuar"
-#: ../atk/atkobject.c:427
+#: atk/atkobject.c:427
msgid "Accessible Table Column Description"
msgstr "Përshkrim i përshtatshëm i kollonës së tabelës"
-#: ../atk/atkobject.c:428
+#: atk/atkobject.c:428
msgid "Is used to notify that the table column description has changed"
msgstr ""
"Përdoret për të njoftuar që përshkrimi i kollonës së tabelës është ndryshuar"
-#: ../atk/atkobject.c:434
+#: atk/atkobject.c:434
msgid "Accessible Table Row Header"
msgstr "Titulli i përshtatshëm i rreshtit të tabelës"
-#: ../atk/atkobject.c:435
+#: atk/atkobject.c:435
msgid "Is used to notify that the table row header has changed"
msgstr ""
"Përdoret për të njoftuar që titulli i rreshtit të tabelës është ndryshuar"
-#: ../atk/atkobject.c:441
+#: atk/atkobject.c:441
msgid "Accessible Table Row Description"
msgstr "Përshkrim i përshtatshëm i rreshtit të tabelës"
-#: ../atk/atkobject.c:442
+#: atk/atkobject.c:442
msgid "Is used to notify that the table row description has changed"
msgstr ""
"Përdoret për të njoftuar që përshkrimi i rreshtit të tabelës është ndryshuar"
-#: ../atk/atkobject.c:448
+#: atk/atkobject.c:448
msgid "Accessible Table Summary"
msgstr "Përmbledhje e përshtatshme e tabelës"
-#: ../atk/atkobject.c:449
+#: atk/atkobject.c:449
msgid "Is used to notify that the table summary has changed"
msgstr "Përdoret për të njoftuar që përmbledhja e tabelës është ndryshuar"
-#: ../atk/atkobject.c:455
+#: atk/atkobject.c:455
msgid "Accessible Table Caption Object"
msgstr "Objekt titulli i përshtatshëm tabele"
-#: ../atk/atkobject.c:456
+#: atk/atkobject.c:456
msgid "Is used to notify that the table caption has changed"
msgstr "Përdoret për të njoftuar që titulli i tabelës është ndryshuar"
-#: ../atk/atkobject.c:462
+#: atk/atkobject.c:462
msgid "Number of Accessible Hypertext Links"
msgstr "Numër lidhjesh të përshtatshme në hypertext"
-#: ../atk/atkobject.c:463
+#: atk/atkobject.c:463
msgid "The number of links which the current AtkHypertext has"
msgstr "Numri i lidhjeve që ka AtkHypertext-i aktual"
diff --git a/po/sr.po b/po/sr.po
index 58d5fc6..dbc9a1b 100644
--- a/po/sr.po
+++ b/po/sr.po
@@ -11,7 +11,7 @@ msgid ""
msgstr ""
"Project-Id-Version: atk\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2008-03-10 15:37+0800\n"
+"POT-Creation-Date: 2008-07-21 14:54+0800\n"
"PO-Revision-Date: 2006-09-01 00:10+0200\n"
"Last-Translator: Горан Ракић <grakic@devbase.net>\n"
"Language-Team: Serbian (sr) <gnom@prevod.org>\n"
diff --git a/po/sr@Latn.po b/po/sr@Latn.po
index 96502f6..e2771b6 100644
--- a/po/sr@Latn.po
+++ b/po/sr@Latn.po
@@ -11,7 +11,7 @@ msgid ""
msgstr ""
"Project-Id-Version: atk\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2008-03-10 15:37+0800\n"
+"POT-Creation-Date: 2008-07-21 14:54+0800\n"
"PO-Revision-Date: 2006-09-01 00:10+0200\n"
"Last-Translator: Goran Rakić <grakic@devbase.net>\n"
"Language-Team: Serbian (sr) <gnom@prevod.org>\n"
diff --git a/po/sr@ije.po b/po/sr@ije.po
index 1fa989b..327e379 100644
--- a/po/sr@ije.po
+++ b/po/sr@ije.po
@@ -9,7 +9,7 @@ msgid ""
msgstr ""
"Project-Id-Version: atk\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2008-03-10 15:37+0800\n"
+"POT-Creation-Date: 2008-07-21 14:54+0800\n"
"PO-Revision-Date: 2004-08-06 19:34+0200\n"
"Last-Translator: Bojan Suzic <bojans@teol.net>\n"
"Language-Team: Serbian (sr) <gnom@prevod.org>\n"
diff --git a/po/sv.po b/po/sv.po
index d108ee3..6e62611 100644
--- a/po/sv.po
+++ b/po/sv.po
@@ -10,7 +10,7 @@ msgid ""
msgstr ""
"Project-Id-Version: atk\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2008-03-10 15:37+0800\n"
+"POT-Creation-Date: 2008-07-21 14:54+0800\n"
"PO-Revision-Date: 2006-06-14 09:02+0100\n"
"Last-Translator: Daniel Nylander <po@danielnylander.se>\n"
"Language-Team: Swedish <tp-sv@listor.tp-sv.se>\n"
diff --git a/po/ta.po b/po/ta.po
index eab93e8..cdea3b3 100644
--- a/po/ta.po
+++ b/po/ta.po
@@ -11,7 +11,7 @@ msgid ""
msgstr ""
"Project-Id-Version: atk.HEAD.ta\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2008-03-10 15:37+0800\n"
+"POT-Creation-Date: 2008-07-21 14:54+0800\n"
"PO-Revision-Date: 2007-03-07 18:09+0530\n"
"Last-Translator: Felix <ifelix@redhat.com>\n"
"Language-Team: Tamil <ta@li.org>\n"
diff --git a/po/te.po b/po/te.po
index 4e49df9..5f1356c 100644
--- a/po/te.po
+++ b/po/te.po
@@ -6,7 +6,7 @@ msgid ""
msgstr ""
"Project-Id-Version: atk.HEAD\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2008-03-10 15:37+0800\n"
+"POT-Creation-Date: 2008-07-21 14:54+0800\n"
"PO-Revision-Date: 2006-11-14 10:38+0530\n"
"Last-Translator: Sree Ganesh <sthottem@redhat.com>\n"
"Language-Team: Swecha <localisation@swecha.org>\n"
diff --git a/po/th.po b/po/th.po
index f955023..c8c2148 100644
--- a/po/th.po
+++ b/po/th.po
@@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: atk\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2008-03-10 15:37+0800\n"
+"POT-Creation-Date: 2008-07-21 14:54+0800\n"
"PO-Revision-Date: 2007-09-11 18:03+0700\n"
"Last-Translator: Theppitak Karoonboonyanan <thep@linux.thai.net>\n"
"Language-Team: Thai <thai-l10n@googlegroups.com>\n"
diff --git a/po/tk.po b/po/tk.po
index d97fc8f..b325998 100644
--- a/po/tk.po
+++ b/po/tk.po
@@ -10,7 +10,7 @@ msgid ""
msgstr ""
"Project-Id-Version: atk\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2008-03-10 15:37+0800\n"
+"POT-Creation-Date: 2008-07-21 14:54+0800\n"
"PO-Revision-Date: 2004-05-25 17:47+0330\n"
"Last-Translator: Mühemmet Amut <m_amout@yahoo.com>\n"
"Language-Team: Turkmen <kakilikgroup@yahoo.com>\n"
diff --git a/po/tr.po b/po/tr.po
index 2111c5b..0829f04 100644
--- a/po/tr.po
+++ b/po/tr.po
@@ -9,7 +9,7 @@ msgid ""
msgstr ""
"Project-Id-Version: tr\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2008-03-11 18:51+0200\n"
+"POT-Creation-Date: 2008-07-21 14:54+0800\n"
"PO-Revision-Date: 2008-03-11 18:51+0200\n"
"Last-Translator: Baris Cicek <baris@teamforce.name.tr>\n"
"Language-Team: Turkish <gnome-turk@gnome.org>\n"
@@ -19,440 +19,440 @@ msgstr ""
"X-Generator: KBabel 1.11.4\n"
"Plural-Forms: nplurals=1; plural=0;\n"
-#: ../atk/atkhyperlink.c:103
+#: atk/atkhyperlink.c:103
msgid "Selected Link"
msgstr "Seçili Bağ"
-#: ../atk/atkhyperlink.c:104
+#: atk/atkhyperlink.c:104
msgid "Specifies whether the AtkHyperlink object is selected"
msgstr "AtkHyperlink nesnesinin seçili olup olmadığını belirtir"
-#: ../atk/atkhyperlink.c:110
+#: atk/atkhyperlink.c:110
msgid "Number of Anchors"
msgstr "Çıpa Sayısı"
-#: ../atk/atkhyperlink.c:111
+#: atk/atkhyperlink.c:111
msgid "The number of anchors associated with the AtkHyperlink object"
msgstr "Çıpaların sayısı AtkHyperlınk nesnesi ile ilişkilidir"
-#: ../atk/atkhyperlink.c:119
+#: atk/atkhyperlink.c:119
msgid "End index"
msgstr "Son dizin"
-#: ../atk/atkhyperlink.c:120
+#: atk/atkhyperlink.c:120
msgid "The end index of the AtkHyperlink object"
msgstr "AtkHyperlink nesnesinin son dizini"
-#: ../atk/atkhyperlink.c:128
+#: atk/atkhyperlink.c:128
msgid "Start index"
msgstr "Başlama dizini"
-#: ../atk/atkhyperlink.c:129
+#: atk/atkhyperlink.c:129
msgid "The start index of the AtkHyperlink object"
msgstr "AtkHyperlink nesnesinin başlama dizini"
-#: ../atk/atkobject.c:82
+#: atk/atkobject.c:82
msgid "invalid"
msgstr "geçersiz"
-#: ../atk/atkobject.c:83
+#: atk/atkobject.c:83
msgid "accelerator label"
msgstr "hızlandırıcı etiketi"
-#: ../atk/atkobject.c:84
+#: atk/atkobject.c:84
msgid "alert"
msgstr "uyarı"
-#: ../atk/atkobject.c:85
+#: atk/atkobject.c:85
msgid "animation"
msgstr "canlandırma"
-#: ../atk/atkobject.c:86
+#: atk/atkobject.c:86
msgid "arrow"
msgstr "ok"
-#: ../atk/atkobject.c:87
+#: atk/atkobject.c:87
msgid "calendar"
msgstr "takvim"
-#: ../atk/atkobject.c:88
+#: atk/atkobject.c:88
msgid "canvas"
msgstr "tuval"
-#: ../atk/atkobject.c:89
+#: atk/atkobject.c:89
msgid "check box"
msgstr "kontrol kutusu"
-#: ../atk/atkobject.c:90
+#: atk/atkobject.c:90
msgid "check menu item"
msgstr "kontrol menü ögesi"
-#: ../atk/atkobject.c:91
+#: atk/atkobject.c:91
msgid "color chooser"
msgstr "renk seçici"
-#: ../atk/atkobject.c:92
+#: atk/atkobject.c:92
msgid "column header"
msgstr "sütun başlığı"
-#: ../atk/atkobject.c:93
+#: atk/atkobject.c:93
msgid "combo box"
msgstr "çoklu kutu"
-#: ../atk/atkobject.c:94
+#: atk/atkobject.c:94
msgid "dateeditor"
msgstr "veri düzenleyicisi"
-#: ../atk/atkobject.c:95
+#: atk/atkobject.c:95
msgid "desktop icon"
msgstr "masaüstü-simgesi"
-#: ../atk/atkobject.c:96
+#: atk/atkobject.c:96
msgid "desktop frame"
msgstr "masaüstü-çerçevesi"
-#: ../atk/atkobject.c:97
+#: atk/atkobject.c:97
msgid "dial"
msgstr "çevir"
-#: ../atk/atkobject.c:98
+#: atk/atkobject.c:98
msgid "dialog"
msgstr "iletişim kutusu"
-#: ../atk/atkobject.c:99
+#: atk/atkobject.c:99
msgid "directory pane"
msgstr "dizin paneli"
-#: ../atk/atkobject.c:100
+#: atk/atkobject.c:100
msgid "drawing area"
msgstr "çizim bölgesi"
-#: ../atk/atkobject.c:101
+#: atk/atkobject.c:101
msgid "file chooser"
msgstr "dosya seçici"
-#: ../atk/atkobject.c:102
+#: atk/atkobject.c:102
msgid "filler"
msgstr "doldurucu"
#. I know it looks wrong but that is what Java returns
-#: ../atk/atkobject.c:104
+#: atk/atkobject.c:104
msgid "fontchooser"
msgstr "yazıtipi seçici"
-#: ../atk/atkobject.c:105
+#: atk/atkobject.c:105
msgid "frame"
msgstr "çerçeve"
-#: ../atk/atkobject.c:106
+#: atk/atkobject.c:106
msgid "glass pane"
msgstr "cam panel"
-#: ../atk/atkobject.c:107
+#: atk/atkobject.c:107
msgid "html container"
msgstr "html deposu"
-#: ../atk/atkobject.c:108
+#: atk/atkobject.c:108
msgid "icon"
msgstr "simge"
-#: ../atk/atkobject.c:109
+#: atk/atkobject.c:109
msgid "image"
msgstr "resim"
-#: ../atk/atkobject.c:110
+#: atk/atkobject.c:110
msgid "internal frame"
msgstr "dahili çerçeve"
-#: ../atk/atkobject.c:111
+#: atk/atkobject.c:111
msgid "label"
msgstr "etiket"
-#: ../atk/atkobject.c:112
+#: atk/atkobject.c:112
msgid "layered pane"
msgstr "katmanlı panel"
-#: ../atk/atkobject.c:113
+#: atk/atkobject.c:113
msgid "list"
msgstr "liste"
-#: ../atk/atkobject.c:114
+#: atk/atkobject.c:114
msgid "list item"
msgstr "liste öğesi"
-#: ../atk/atkobject.c:115
+#: atk/atkobject.c:115
msgid "menu"
msgstr "menü"
-#: ../atk/atkobject.c:116
+#: atk/atkobject.c:116
msgid "menu bar"
msgstr "menü çubuğu"
-#: ../atk/atkobject.c:117
+#: atk/atkobject.c:117
msgid "menu item"
msgstr "menu öğesi"
-#: ../atk/atkobject.c:118
+#: atk/atkobject.c:118
msgid "option pane"
msgstr "seçenek paneli"
-#: ../atk/atkobject.c:119
+#: atk/atkobject.c:119
msgid "page tab"
msgstr "sayfa sekmesi"
-#: ../atk/atkobject.c:120
+#: atk/atkobject.c:120
msgid "page tab list"
msgstr "sayfa sekme listesi"
-#: ../atk/atkobject.c:121
+#: atk/atkobject.c:121
msgid "panel"
msgstr "panel"
-#: ../atk/atkobject.c:122
+#: atk/atkobject.c:122
msgid "password text"
msgstr "parola metni"
-#: ../atk/atkobject.c:123
+#: atk/atkobject.c:123
msgid "popup menu"
msgstr "açılır menü"
-#: ../atk/atkobject.c:124
+#: atk/atkobject.c:124
msgid "progress bar"
msgstr "ilerleme çubuğu"
-#: ../atk/atkobject.c:125
+#: atk/atkobject.c:125
msgid "push button"
msgstr "düğme"
-#: ../atk/atkobject.c:126
+#: atk/atkobject.c:126
msgid "radio button"
msgstr "radyo düğmesi"
-#: ../atk/atkobject.c:127
+#: atk/atkobject.c:127
msgid "radio menu item"
msgstr "radyo düğmesi öğesi"
-#: ../atk/atkobject.c:128
+#: atk/atkobject.c:128
msgid "root pane"
msgstr "kök paneli"
-#: ../atk/atkobject.c:129
+#: atk/atkobject.c:129
msgid "row header"
msgstr "satır başlığı"
-#: ../atk/atkobject.c:130
+#: atk/atkobject.c:130
msgid "scroll bar"
msgstr "kaydırma çubuğu"
-#: ../atk/atkobject.c:131
+#: atk/atkobject.c:131
msgid "scroll pane"
msgstr "kaydırma paneli"
-#: ../atk/atkobject.c:132
+#: atk/atkobject.c:132
msgid "separator"
msgstr "ayraç"
-#: ../atk/atkobject.c:133
+#: atk/atkobject.c:133
msgid "slider"
msgstr "kaydırıcı"
-#: ../atk/atkobject.c:134
+#: atk/atkobject.c:134
msgid "split pane"
msgstr "ayrık panel"
-#: ../atk/atkobject.c:135
+#: atk/atkobject.c:135
msgid "spin button"
msgstr "çevirme düğmesi"
-#: ../atk/atkobject.c:136
+#: atk/atkobject.c:136
msgid "statusbar"
msgstr "durum çubuğu"
-#: ../atk/atkobject.c:137
+#: atk/atkobject.c:137
msgid "table"
msgstr "tablo"
-#: ../atk/atkobject.c:138
+#: atk/atkobject.c:138
msgid "table cell"
msgstr "tablo hücresi"
-#: ../atk/atkobject.c:139
+#: atk/atkobject.c:139
msgid "table column header"
msgstr "tablo sütun başlığı"
-#: ../atk/atkobject.c:140
+#: atk/atkobject.c:140
msgid "table row header"
msgstr "tablo satır başlığı"
-#: ../atk/atkobject.c:141
+#: atk/atkobject.c:141
msgid "tear off menu item"
msgstr "menü öğesini ayır"
-#: ../atk/atkobject.c:142
+#: atk/atkobject.c:142
msgid "terminal"
msgstr "terminal"
-#: ../atk/atkobject.c:143
+#: atk/atkobject.c:143
msgid "text"
msgstr "metin"
-#: ../atk/atkobject.c:144
+#: atk/atkobject.c:144
msgid "toggle button"
msgstr "aç/kapat düğmesi"
-#: ../atk/atkobject.c:145
+#: atk/atkobject.c:145
msgid "tool bar"
msgstr "araç çubuğu"
-#: ../atk/atkobject.c:146
+#: atk/atkobject.c:146
msgid "tool tip"
msgstr "ipucu"
-#: ../atk/atkobject.c:147
+#: atk/atkobject.c:147
msgid "tree"
msgstr "ağaç"
-#: ../atk/atkobject.c:148
+#: atk/atkobject.c:148
msgid "tree table"
msgstr "ağaç tablosu"
-#: ../atk/atkobject.c:149
+#: atk/atkobject.c:149
msgid "unknown"
msgstr "bilinmeyen"
-#: ../atk/atkobject.c:150
+#: atk/atkobject.c:150
msgid "viewport"
msgstr "bakış-penceresi"
-#: ../atk/atkobject.c:151
+#: atk/atkobject.c:151
msgid "window"
msgstr "pencere"
-#: ../atk/atkobject.c:152
+#: atk/atkobject.c:152
msgid "header"
msgstr "başlık"
-#: ../atk/atkobject.c:153
+#: atk/atkobject.c:153
msgid "footer"
msgstr "dipnot"
-#: ../atk/atkobject.c:154
+#: atk/atkobject.c:154
msgid "paragraph"
msgstr "paragraf"
-#: ../atk/atkobject.c:155
+#: atk/atkobject.c:155
msgid "application"
msgstr "uygulama"
-#: ../atk/atkobject.c:156
+#: atk/atkobject.c:156
msgid "autocomplete"
msgstr "otomatik doldur"
-#: ../atk/atkobject.c:157
+#: atk/atkobject.c:157
msgid "edit bar"
msgstr "düzenleme çubuğu"
-#: ../atk/atkobject.c:158
+#: atk/atkobject.c:158
msgid "embedded component"
msgstr "gömülü bileşen"
-#: ../atk/atkobject.c:159
+#: atk/atkobject.c:159
msgid "entry"
msgstr "giriş"
-#: ../atk/atkobject.c:160
+#: atk/atkobject.c:160
msgid "chart"
msgstr "grafik"
-#: ../atk/atkobject.c:161
+#: atk/atkobject.c:161
msgid "caption"
msgstr "başlık"
-#: ../atk/atkobject.c:162
+#: atk/atkobject.c:162
msgid "document frame"
msgstr "belge çerçevesi"
-#: ../atk/atkobject.c:163
+#: atk/atkobject.c:163
msgid "heading"
msgstr "başlık"
-#: ../atk/atkobject.c:164
+#: atk/atkobject.c:164
msgid "page"
msgstr "sayfa"
-#: ../atk/atkobject.c:165
+#: atk/atkobject.c:165
msgid "section"
msgstr "bölüm"
-#: ../atk/atkobject.c:166
+#: atk/atkobject.c:166
msgid "redundant object"
msgstr "gereksiz nesne"
-#: ../atk/atkobject.c:167
+#: atk/atkobject.c:167
msgid "form"
msgstr "biçim"
-#: ../atk/atkobject.c:356
+#: atk/atkobject.c:356
msgid "Accessible Name"
msgstr "Ulaşılabilir İsim"
-#: ../atk/atkobject.c:357
+#: atk/atkobject.c:357
msgid "Object instance's name formatted for assistive technology access"
msgstr "Nesne öğesinin adı, yardımcı teknoloji ulaşımı için biçimlendi"
-#: ../atk/atkobject.c:363
+#: atk/atkobject.c:363
msgid "Accessible Description"
msgstr "Ulaşılabilir Tanım"
-#: ../atk/atkobject.c:364
+#: atk/atkobject.c:364
msgid "Description of an object, formatted for assistive technology access"
msgstr "Nesnenin tanımı, yardımcı teknoloji ulaşımı için biçimlendi"
-#: ../atk/atkobject.c:370
+#: atk/atkobject.c:370
msgid "Accessible Parent"
msgstr "Ulaşılabilir Sahip"
-#: ../atk/atkobject.c:371
+#: atk/atkobject.c:371
msgid "Is used to notify that the parent has changed"
msgstr "Sahibin değiştiğini uyarmak için kullanılır"
-#: ../atk/atkobject.c:377
+#: atk/atkobject.c:377
msgid "Accessible Value"
msgstr "Ulaşılabilir Değer"
-#: ../atk/atkobject.c:378
+#: atk/atkobject.c:378
msgid "Is used to notify that the value has changed"
msgstr "Değerin değiştiğini uyarmak için kullanılır"
-#: ../atk/atkobject.c:386
+#: atk/atkobject.c:386
msgid "Accessible Role"
msgstr "Ulaşılabilir Rol"
-#: ../atk/atkobject.c:387
+#: atk/atkobject.c:387
msgid "The accessible role of this object"
msgstr "Bu nesnenin uyaşılabilir rolü"
-#: ../atk/atkobject.c:395
+#: atk/atkobject.c:395
msgid "Accessible Layer"
msgstr "Ulaşılabilir Katman"
-#: ../atk/atkobject.c:396
+#: atk/atkobject.c:396
msgid "The accessible layer of this object"
msgstr "Bu nesnenin ulaşılabilir katmanı"
-#: ../atk/atkobject.c:404
+#: atk/atkobject.c:404
msgid "Accessible MDI Value"
msgstr "Ulaşılabilir MDI Değeri"
-#: ../atk/atkobject.c:405
+#: atk/atkobject.c:405
msgid "The accessible MDI value of this object"
msgstr "Bu nesnenin ulaşılabilir MDI değeri"
-#: ../atk/atkobject.c:413
+#: atk/atkobject.c:413
msgid "Accessible Table Caption"
msgstr "Ulaşılabilir Tablo Başlığı"
-#: ../atk/atkobject.c:414
+#: atk/atkobject.c:414
msgid ""
"Is used to notify that the table caption has changed; this property should "
"not be used. accessible-table-caption-object should be used instead"
@@ -461,59 +461,58 @@ msgstr ""
"kullanılmamalıdır. Bunun yerine accessible-table-caption-object "
"kullanılmalıdır"
-#: ../atk/atkobject.c:420
+#: atk/atkobject.c:420
msgid "Accessible Table Column Header"
msgstr "Ulaşılabilir Tablo Sütun Başlığı"
-#: ../atk/atkobject.c:421
+#: atk/atkobject.c:421
msgid "Is used to notify that the table column header has changed"
msgstr "Tablo sütun başlığının değiştiğini uyarmak için kullanılır"
-#: ../atk/atkobject.c:427
+#: atk/atkobject.c:427
msgid "Accessible Table Column Description"
msgstr "Ulaşılabilir Tablo Sütun Tanımı"
-#: ../atk/atkobject.c:428
+#: atk/atkobject.c:428
msgid "Is used to notify that the table column description has changed"
msgstr "Tablo sütun tanımının değiştiğini uyarmak için kullanılır"
-#: ../atk/atkobject.c:434
+#: atk/atkobject.c:434
msgid "Accessible Table Row Header"
msgstr "Ulaşılabilir Tablo Sıra Başlığı"
-#: ../atk/atkobject.c:435
+#: atk/atkobject.c:435
msgid "Is used to notify that the table row header has changed"
msgstr "Tablo sıra başlığının değiştiğini uyarmak için kullanılır"
-#: ../atk/atkobject.c:441
+#: atk/atkobject.c:441
msgid "Accessible Table Row Description"
msgstr "Ulaşılabilir Tablo Sıra Tanımı"
-#: ../atk/atkobject.c:442
+#: atk/atkobject.c:442
msgid "Is used to notify that the table row description has changed"
msgstr "Tablo sıra tanımının değiştiğini uyarmak için kullanılır"
-#: ../atk/atkobject.c:448
+#: atk/atkobject.c:448
msgid "Accessible Table Summary"
msgstr "Ulaşılabilir Tablo Özeti"
-#: ../atk/atkobject.c:449
+#: atk/atkobject.c:449
msgid "Is used to notify that the table summary has changed"
msgstr "Tablo özetinin değiştiğini uyarmak için kullanılır"
-#: ../atk/atkobject.c:455
+#: atk/atkobject.c:455
msgid "Accessible Table Caption Object"
msgstr "Ulaşılabilir Tablo Başlık Nesnesi"
-#: ../atk/atkobject.c:456
+#: atk/atkobject.c:456
msgid "Is used to notify that the table caption has changed"
msgstr "Tablo başlığının değiştiğini uyarmak için kullanılır"
-#: ../atk/atkobject.c:462
+#: atk/atkobject.c:462
msgid "Number of Accessible Hypertext Links"
msgstr "Ulaşılabilir Hypertext Bağ Sayısı"
-#: ../atk/atkobject.c:463
+#: atk/atkobject.c:463
msgid "The number of links which the current AtkHypertext has"
msgstr "Mevcut AtkHypertext 'in sahip olduğu bağ sayısı"
-
diff --git a/po/tt.po b/po/tt.po
index dbd2009..ce71e94 100644
--- a/po/tt.po
+++ b/po/tt.po
@@ -5,7 +5,7 @@ msgid ""
msgstr ""
"Project-Id-Version: atk 1.3.10\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2008-03-10 15:37+0800\n"
+"POT-Creation-Date: 2008-07-21 14:54+0800\n"
"PO-Revision-Date: 2005-11-01 12:39+0300\n"
"Last-Translator: Albert Fazlí <tatarish.l10n@gmail.com>\n"
"Language-Team: Tatarish <tatarish.l10n@gmail.com>\n"
diff --git a/po/ug.po b/po/ug.po
index a9ade44..513b616 100644
--- a/po/ug.po
+++ b/po/ug.po
@@ -1,12 +1,12 @@
# translation of atk to Uighur
# This file is distributed under the same license as the PACKAGE package.
# Gheyret T.Kenji <gheyret@yahoo.com>, 2005.
-#
+#
msgid ""
msgstr ""
"Project-Id-Version: atk 2.12 \n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2008-03-10 15:37+0800\n"
+"POT-Creation-Date: 2008-07-21 14:54+0800\n"
"PO-Revision-Date: 2005-06-17 13:10+0000\n"
"Last-Translator: Gheyret Tohti <gheyret@yahoo.com>\n"
"Language-Team: Gnome Uighur Translation Project <gnome-uighur@yahoogroups."
diff --git a/po/uk.po b/po/uk.po
index be29d76..d1d7ba8 100644
--- a/po/uk.po
+++ b/po/uk.po
@@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: atk\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2008-03-10 15:37+0800\n"
+"POT-Creation-Date: 2008-07-21 14:54+0800\n"
"PO-Revision-Date: 2007-01-18 16:46+0200\n"
"Last-Translator: Maxim Dziumanenko <dziumanenko@gmail.com>\n"
"Language-Team: Ukrainian <uk@li.org>\n"
diff --git a/po/vi.po b/po/vi.po
index b63f1f4..d564773 100644
--- a/po/vi.po
+++ b/po/vi.po
@@ -2,12 +2,12 @@
# Copyright © 2006 Gnome i18n Project for Vietnamese.
# T.M.Thanh <tmthanh@yahoo.com>, 2002.
# Clytie Siddall <clytie@riverland.net.au>, 2005-2006.
-#
+#
msgid ""
msgstr ""
"Project-Id-Version: ATK for Gnome HEAD\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2008-03-10 15:37+0800\n"
+"POT-Creation-Date: 2008-07-21 14:54+0800\n"
"PO-Revision-Date: 2007-02-27 11:13+0700\n"
"Last-Translator: Pham Thanh Long <lngt@ngonngu.net>\n"
"Language-Team: Vietnamese <gnomevi-list@lists.sourceforge.net>\n"
diff --git a/po/wa.po b/po/wa.po
index 1322ac7..e5245d4 100644
--- a/po/wa.po
+++ b/po/wa.po
@@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: atk HEAD\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2008-03-10 15:37+0800\n"
+"POT-Creation-Date: 2008-07-21 14:54+0800\n"
"PO-Revision-Date: 2005-11-21 19:45+0100\n"
"Last-Translator: Pablo Saratxaga <pablo@walon.org>\n"
"Language-Team: Walloon <linux-wa@walon.org>\n"
diff --git a/po/xh.po b/po/xh.po
index ec77475..4a9883d 100644
--- a/po/xh.po
+++ b/po/xh.po
@@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: atk\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2008-03-10 15:37+0800\n"
+"POT-Creation-Date: 2008-07-21 14:54+0800\n"
"PO-Revision-Date: 2005-02-17 10:54+0200\n"
"Last-Translator: Canonical Ltd <translations@canonical.com>\n"
"Language-Team: Xhosa <xh-translate@ubuntu.com>\n"
diff --git a/po/yi.po b/po/yi.po
index 3eaca90..b896dbc 100644
--- a/po/yi.po
+++ b/po/yi.po
@@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: 1.0\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2008-03-10 15:37+0800\n"
+"POT-Creation-Date: 2008-07-21 14:54+0800\n"
"PO-Revision-Date: 2003-03-19\n"
"Last-Translator: Raphael Finkel <raphael@cs.uky.edu>\n"
"Language-Team: Yiddish <raphael@cs.uky.edu>\n"
diff --git a/po/zh_CN.po b/po/zh_CN.po
index 7d8a2b8..35fcd0b 100644
--- a/po/zh_CN.po
+++ b/po/zh_CN.po
@@ -9,7 +9,7 @@ msgid ""
msgstr ""
"Project-Id-Version: \n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2008-03-10 15:37+0800\n"
+"POT-Creation-Date: 2008-07-21 14:54+0800\n"
"PO-Revision-Date: 2007-04-16 18:30+0700\n"
"Last-Translator: Yang Zhang <zyangmath@gmail.com>\n"
"Language-Team: zh_CN <i18n-translation@lists.linux.net.cn>\n"
diff --git a/po/zh_HK.po b/po/zh_HK.po
index 8fbabec..80a8837 100644
--- a/po/zh_HK.po
+++ b/po/zh_HK.po
@@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: atk 1.12.1\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2008-03-10 15:37+0800\n"
+"POT-Creation-Date: 2008-07-21 14:54+0800\n"
"PO-Revision-Date: 2006-07-31 15:31+0800\n"
"Last-Translator: Li-Jen Hsin <hsin@med.cgu.edu.tw>\n"
"Language-Team: Chinese (Taiwan) <community@linuxhall.org>\n"
diff --git a/po/zh_TW.po b/po/zh_TW.po
index 8fbabec..80a8837 100644
--- a/po/zh_TW.po
+++ b/po/zh_TW.po
@@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: atk 1.12.1\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2008-03-10 15:37+0800\n"
+"POT-Creation-Date: 2008-07-21 14:54+0800\n"
"PO-Revision-Date: 2006-07-31 15:31+0800\n"
"Last-Translator: Li-Jen Hsin <hsin@med.cgu.edu.tw>\n"
"Language-Team: Chinese (Taiwan) <community@linuxhall.org>\n"