2019-07-18 16:41:00 +02:00
|
|
|
@comment $NetBSD: PLIST,v 1.45 2019/07/18 14:41:00 prlw1 Exp $
|
2002-03-24 21:28:05 +01:00
|
|
|
include/atk-1.0/atk/atk-enum-types.h
|
|
|
|
include/atk-1.0/atk/atk.h
|
|
|
|
include/atk-1.0/atk/atkaction.h
|
|
|
|
include/atk-1.0/atk/atkcomponent.h
|
|
|
|
include/atk-1.0/atk/atkdocument.h
|
|
|
|
include/atk-1.0/atk/atkeditabletext.h
|
|
|
|
include/atk-1.0/atk/atkgobjectaccessible.h
|
|
|
|
include/atk-1.0/atk/atkhyperlink.h
|
2006-07-12 15:47:10 +02:00
|
|
|
include/atk-1.0/atk/atkhyperlinkimpl.h
|
2002-03-24 21:28:05 +01:00
|
|
|
include/atk-1.0/atk/atkhypertext.h
|
|
|
|
include/atk-1.0/atk/atkimage.h
|
2007-03-20 16:42:50 +01:00
|
|
|
include/atk-1.0/atk/atkmisc.h
|
2002-03-24 21:28:05 +01:00
|
|
|
include/atk-1.0/atk/atknoopobject.h
|
|
|
|
include/atk-1.0/atk/atknoopobjectfactory.h
|
|
|
|
include/atk-1.0/atk/atkobject.h
|
|
|
|
include/atk-1.0/atk/atkobjectfactory.h
|
2010-05-31 19:31:30 +02:00
|
|
|
include/atk-1.0/atk/atkplug.h
|
Update to 2.12.0:
Changes in version 2.12.0:
==========================
Translations
A S Alam (pa), Claudio Arseni (it), Ask H. Larsen (da), Kjartan Maraas
(nb), Andika Triwidada (id)
Changes in version 2.11.92:
==========================
* AtkValue:
* Bug 684576: AtkValue heavily refactored. Available now so
implementors could start migration on next cycle.
* Bug 726216: update atk.symbols, autotools for missing symbols and
files
* AtkTableCell:
* Added symbols to be exported at atk.symbols
Contributors:
Chun-wei Fan, Alejandro Piñeiro Iglesias
Translations
Aurimas Černius (lt), Marek Černocký (cs), Fran Diéguez (gl), Piotr
Drąg (po), Rafael Ferreira (pt_BR), Attila Hammer (hu), Sphinx Jiang
(zh_CN), Chao-Hsiung Liao (zh_HK), Duarte Loreto (pt), Kjartan
Maraas (nb), Rūdolfs Mazurs (lv), Daniel Mustieles (es), Yuri
Myasoedov (ru), Claude Paroz (fr), Changwoo Ryu (ko), Мирослав
Николић (sr)
Changes in version 2.11.90:
==========================
* AtkComponent:
* Deprecate get_position and get_size in favor of get_extents.
* AtkTable:
* Deprecate all index-based methods (atk_table_get_index_at,
atk_table_get_column_at_index, atk_table_get_row_at_index).
* AtkTableCell:
* Bug 651353: Add AtkTableCell
* Documentation:
* Document that atk_component_contains has a default implementation.
* Document AtkTableCell.
* Update AtkTable documentation after AtkTableCell addition.
* Document AtkRegistry (already existed but not properly included on
the documentation).
* API reference categorized (now easier to read).
* ATK overview added.
* Added some previously forgotten symbols (thanks to atk-unused.txt)
Contributors:
Mike Gorse, Alejandro Piñeiro Iglesias
Translations:
Jorge Pérez Pérez (an), Kjartan Maraas (nb), Andika Triwidada (id)
Changes in version 2.11.6:
==========================
* AtkText:
* Bug 723292: Getting the localized role name fails for
ATK_ROLE_EDITBAR
* Bug 653293: text-insert and text-remove are again detailed
signals. Document it.
Contributors:
Alejandro Piñeiro Iglesias
Translations:
Aurimas Černius (lt), Marek Černocký (cs), Tong Hui (zh_CN),
Chao-Hsiung Liao (zh_HK)
Changes in version 2.11.5:
==========================
* MSVC Builds: Rework Introspection Build and other miscellaneous
fixes
Contributors:
Chun-wei Fan
Translations:
Yosef Or Boczko (he), Dimitris Spingos (el), Peter Vágner (sk)
Changes in version 2.11.4:
==========================
* AtkRole:
* Bug 720065: add roles for description lists
* Deprecations:
* Bug 476674: deprecate table properties that depend on the
row/column number
* Bug 652798: kill AtkMisc
* Deprecate connect/remove_property_change_handler
* Deprecate atk_role_register
* Documentation:
* Bug 644747: improve documentation for AtkObject::property-change
* Improved AtkUtil documentation
* Updated new symbols sections on documentation
* Not using GTK-Doc tag "Virtual" anymore, as is deprecated
* Building:
* Bug 644756: remove atkintl.h in favour of gi18n-lib.h from glib
* Bug 652965: include atk-enum-types.h on atk.h
* Fixed some gobject-introspection warnings
* Replace INCLUDES for AM_CPPFLAGS to silence automake deprecation
warnings.
* Visual C++ Studio files:
* Add a PlatformToolsetTag on gengir MSVC Project
* Split the Property Sheets
* Update Visual C++ 2008 "install" phase
* Bug 690145: use Python to Generate the MSVC Projects
* Miscellanea:
* Bug 572489: atk_text_range_extents should use g_return_if_fail
* Bug 653293: remove G_SIGNAL_DETAILED from atktext signals that
doesn't use details
* Bug 720095: add atk_object_peek_parent
* Updated AUTHORS and doap files
* Added role names on source file in order to be translated
Contributors:
Chun-wei Fan, Kjartan Maraas, Alejandro Piñeiro Iglesias, Colin
Walters, Yue Wang
Translations:
Fran Diéguez (gl), Michael Jayt (zh_CN), Daniel Mustieles (es),
Fábio Nogueira (pt_BR)
Changes in version 2.11.3:
==========================
* Bug 709214: Need API to get the document's current page number and
* page count
* Updated Greek translation
Changes in version 2.11.2:
==========================
* AtkRole:
* Bug 709106: add media (audio and video) roles
* Bug 712586: new ATK roles for ARIA roles (plus rating)
* This includes: ATK_ROLE_DEFINITION, ATK_ROLE_ARTICLE,
ATK_ROLE_LANDMARK, ATK_ROLE_LOG, ATK_ROLE_MARQUEE,
ATK_ROLE_MATH, ATK_ROLE_RATING, ATK_ROLE_TIMER,
* AtkState:
* Bug 712576: add ATK_STATE_CHECKABLE
* Bug 712581: add ATK_STATE_HAS_POPUP
* AtkDocument:
* Bug 709106: add page-changed-signal
* Deprecated atk_document_get_document and
atk_document_get_document_type
* Added testdocument on tests directory
* Documentation:
* Update documentation for selected_link method and property
* Improve documentation of AtkAttribute and AtkAttributeSet
* Updated Galician and Spanish translations
Changes in version 2.11.1:
==========================
* Bug 684667: Improve AtkObject::children-changed documentation
* Bug 709351: new role ATK_ROLE_TITLE_BAR
* Bug 710463: new role ATK_ROLE_BLOCK_QUOTE
* Updated Spanish translation
2014-08-06 12:38:21 +02:00
|
|
|
include/atk-1.0/atk/atkrange.h
|
2002-03-24 21:28:05 +01:00
|
|
|
include/atk-1.0/atk/atkregistry.h
|
|
|
|
include/atk-1.0/atk/atkrelation.h
|
|
|
|
include/atk-1.0/atk/atkrelationset.h
|
2002-12-24 04:44:18 +01:00
|
|
|
include/atk-1.0/atk/atkrelationtype.h
|
2002-03-24 21:28:05 +01:00
|
|
|
include/atk-1.0/atk/atkselection.h
|
2010-05-31 19:31:30 +02:00
|
|
|
include/atk-1.0/atk/atksocket.h
|
2002-03-24 21:28:05 +01:00
|
|
|
include/atk-1.0/atk/atkstate.h
|
|
|
|
include/atk-1.0/atk/atkstateset.h
|
|
|
|
include/atk-1.0/atk/atkstreamablecontent.h
|
|
|
|
include/atk-1.0/atk/atktable.h
|
Update to 2.12.0:
Changes in version 2.12.0:
==========================
Translations
A S Alam (pa), Claudio Arseni (it), Ask H. Larsen (da), Kjartan Maraas
(nb), Andika Triwidada (id)
Changes in version 2.11.92:
==========================
* AtkValue:
* Bug 684576: AtkValue heavily refactored. Available now so
implementors could start migration on next cycle.
* Bug 726216: update atk.symbols, autotools for missing symbols and
files
* AtkTableCell:
* Added symbols to be exported at atk.symbols
Contributors:
Chun-wei Fan, Alejandro Piñeiro Iglesias
Translations
Aurimas Černius (lt), Marek Černocký (cs), Fran Diéguez (gl), Piotr
Drąg (po), Rafael Ferreira (pt_BR), Attila Hammer (hu), Sphinx Jiang
(zh_CN), Chao-Hsiung Liao (zh_HK), Duarte Loreto (pt), Kjartan
Maraas (nb), Rūdolfs Mazurs (lv), Daniel Mustieles (es), Yuri
Myasoedov (ru), Claude Paroz (fr), Changwoo Ryu (ko), Мирослав
Николић (sr)
Changes in version 2.11.90:
==========================
* AtkComponent:
* Deprecate get_position and get_size in favor of get_extents.
* AtkTable:
* Deprecate all index-based methods (atk_table_get_index_at,
atk_table_get_column_at_index, atk_table_get_row_at_index).
* AtkTableCell:
* Bug 651353: Add AtkTableCell
* Documentation:
* Document that atk_component_contains has a default implementation.
* Document AtkTableCell.
* Update AtkTable documentation after AtkTableCell addition.
* Document AtkRegistry (already existed but not properly included on
the documentation).
* API reference categorized (now easier to read).
* ATK overview added.
* Added some previously forgotten symbols (thanks to atk-unused.txt)
Contributors:
Mike Gorse, Alejandro Piñeiro Iglesias
Translations:
Jorge Pérez Pérez (an), Kjartan Maraas (nb), Andika Triwidada (id)
Changes in version 2.11.6:
==========================
* AtkText:
* Bug 723292: Getting the localized role name fails for
ATK_ROLE_EDITBAR
* Bug 653293: text-insert and text-remove are again detailed
signals. Document it.
Contributors:
Alejandro Piñeiro Iglesias
Translations:
Aurimas Černius (lt), Marek Černocký (cs), Tong Hui (zh_CN),
Chao-Hsiung Liao (zh_HK)
Changes in version 2.11.5:
==========================
* MSVC Builds: Rework Introspection Build and other miscellaneous
fixes
Contributors:
Chun-wei Fan
Translations:
Yosef Or Boczko (he), Dimitris Spingos (el), Peter Vágner (sk)
Changes in version 2.11.4:
==========================
* AtkRole:
* Bug 720065: add roles for description lists
* Deprecations:
* Bug 476674: deprecate table properties that depend on the
row/column number
* Bug 652798: kill AtkMisc
* Deprecate connect/remove_property_change_handler
* Deprecate atk_role_register
* Documentation:
* Bug 644747: improve documentation for AtkObject::property-change
* Improved AtkUtil documentation
* Updated new symbols sections on documentation
* Not using GTK-Doc tag "Virtual" anymore, as is deprecated
* Building:
* Bug 644756: remove atkintl.h in favour of gi18n-lib.h from glib
* Bug 652965: include atk-enum-types.h on atk.h
* Fixed some gobject-introspection warnings
* Replace INCLUDES for AM_CPPFLAGS to silence automake deprecation
warnings.
* Visual C++ Studio files:
* Add a PlatformToolsetTag on gengir MSVC Project
* Split the Property Sheets
* Update Visual C++ 2008 "install" phase
* Bug 690145: use Python to Generate the MSVC Projects
* Miscellanea:
* Bug 572489: atk_text_range_extents should use g_return_if_fail
* Bug 653293: remove G_SIGNAL_DETAILED from atktext signals that
doesn't use details
* Bug 720095: add atk_object_peek_parent
* Updated AUTHORS and doap files
* Added role names on source file in order to be translated
Contributors:
Chun-wei Fan, Kjartan Maraas, Alejandro Piñeiro Iglesias, Colin
Walters, Yue Wang
Translations:
Fran Diéguez (gl), Michael Jayt (zh_CN), Daniel Mustieles (es),
Fábio Nogueira (pt_BR)
Changes in version 2.11.3:
==========================
* Bug 709214: Need API to get the document's current page number and
* page count
* Updated Greek translation
Changes in version 2.11.2:
==========================
* AtkRole:
* Bug 709106: add media (audio and video) roles
* Bug 712586: new ATK roles for ARIA roles (plus rating)
* This includes: ATK_ROLE_DEFINITION, ATK_ROLE_ARTICLE,
ATK_ROLE_LANDMARK, ATK_ROLE_LOG, ATK_ROLE_MARQUEE,
ATK_ROLE_MATH, ATK_ROLE_RATING, ATK_ROLE_TIMER,
* AtkState:
* Bug 712576: add ATK_STATE_CHECKABLE
* Bug 712581: add ATK_STATE_HAS_POPUP
* AtkDocument:
* Bug 709106: add page-changed-signal
* Deprecated atk_document_get_document and
atk_document_get_document_type
* Added testdocument on tests directory
* Documentation:
* Update documentation for selected_link method and property
* Improve documentation of AtkAttribute and AtkAttributeSet
* Updated Galician and Spanish translations
Changes in version 2.11.1:
==========================
* Bug 684667: Improve AtkObject::children-changed documentation
* Bug 709351: new role ATK_ROLE_TITLE_BAR
* Bug 710463: new role ATK_ROLE_BLOCK_QUOTE
* Updated Spanish translation
2014-08-06 12:38:21 +02:00
|
|
|
include/atk-1.0/atk/atktablecell.h
|
2002-03-24 21:28:05 +01:00
|
|
|
include/atk-1.0/atk/atktext.h
|
|
|
|
include/atk-1.0/atk/atkutil.h
|
|
|
|
include/atk-1.0/atk/atkvalue.h
|
2013-05-18 23:46:13 +02:00
|
|
|
include/atk-1.0/atk/atkversion.h
|
Update atk to 2.2.0.
Based on PR#45738 by Patrick Welche.
Changes in version 2.2.0:
=========================
*
* Updated Gujarati, Oriya, Assamese, Danish, Portuguese, Czech and
* Catalan (Valencian) translations
Changes in version 2.1.92:
==========================
*
* Updated Visual Studio files due AtkWindow addition
* Bug 649577: atk_add_global_event_listener should only accept ATK events
* Minor documentation updates
* Updated German, Basque, Japanese, Serbian, Catalan, Tamil, Punjabi,
* Asturian, Italian, Polish, British English, Brazilian Portuguese,
* Korean, Telugu and Kannada Translation
Changes in version 2.1.5:
=========================
*
* Bug 638924: Add AtkWindow
* Fixing out of tree compilation on Win32
* Update README.txt
* Fixing release number of the new ATK roles added
* Updated Traditional Chinese, Indonesian, Bulgarian, French,
* Hungarian and Swedish translations
Changes in version 2.1.0:
=========================
*
* Bug 654767: shlib downgrade at update atk-1.32.0 to atk-2.0.1
* Bug 651343: New ATK Roles
* Added Leon Fan as maintainer
* Improved Visual C++ 2010 infrastructure
* Updated Russian, Slovenian, Persian, Hebrew, Lithuanian, Latvian,
* Norwegian, Galician, and Spanish translations
2012-01-31 03:21:56 +01:00
|
|
|
include/atk-1.0/atk/atkwindow.h
|
2012-02-10 16:18:17 +01:00
|
|
|
lib/girepository-1.0/Atk-1.0.typelib
|
2019-07-18 16:41:00 +02:00
|
|
|
lib/libatk-1.0.so
|
|
|
|
lib/libatk-1.0.so.0
|
|
|
|
lib/libatk-1.0.so.0.23312.1
|
2002-03-24 21:28:05 +01:00
|
|
|
lib/pkgconfig/atk.pc
|
2012-02-10 16:18:17 +01:00
|
|
|
share/gir-1.0/Atk-1.0.gir
|
2006-04-17 09:07:11 +02:00
|
|
|
share/locale/af/LC_MESSAGES/atk10.mo
|
|
|
|
share/locale/am/LC_MESSAGES/atk10.mo
|
2013-10-04 23:17:27 +02:00
|
|
|
share/locale/an/LC_MESSAGES/atk10.mo
|
2006-04-17 09:07:11 +02:00
|
|
|
share/locale/ar/LC_MESSAGES/atk10.mo
|
|
|
|
share/locale/as/LC_MESSAGES/atk10.mo
|
2010-05-31 19:31:30 +02:00
|
|
|
share/locale/ast/LC_MESSAGES/atk10.mo
|
2006-04-17 09:07:11 +02:00
|
|
|
share/locale/az/LC_MESSAGES/atk10.mo
|
|
|
|
share/locale/be/LC_MESSAGES/atk10.mo
|
2007-03-20 16:42:50 +01:00
|
|
|
share/locale/be@latin/LC_MESSAGES/atk10.mo
|
2006-04-17 09:07:11 +02:00
|
|
|
share/locale/bg/LC_MESSAGES/atk10.mo
|
|
|
|
share/locale/bn/LC_MESSAGES/atk10.mo
|
2006-07-12 15:47:10 +02:00
|
|
|
share/locale/bn_IN/LC_MESSAGES/atk10.mo
|
2006-04-17 09:07:11 +02:00
|
|
|
share/locale/bs/LC_MESSAGES/atk10.mo
|
|
|
|
share/locale/ca/LC_MESSAGES/atk10.mo
|
2009-10-21 17:37:24 +02:00
|
|
|
share/locale/ca@valencia/LC_MESSAGES/atk10.mo
|
2006-04-17 09:07:11 +02:00
|
|
|
share/locale/cs/LC_MESSAGES/atk10.mo
|
|
|
|
share/locale/cy/LC_MESSAGES/atk10.mo
|
|
|
|
share/locale/da/LC_MESSAGES/atk10.mo
|
|
|
|
share/locale/de/LC_MESSAGES/atk10.mo
|
2006-10-06 08:01:25 +02:00
|
|
|
share/locale/dz/LC_MESSAGES/atk10.mo
|
2006-04-17 09:07:11 +02:00
|
|
|
share/locale/el/LC_MESSAGES/atk10.mo
|
2010-05-31 19:31:30 +02:00
|
|
|
share/locale/en@shaw/LC_MESSAGES/atk10.mo
|
2006-04-17 09:07:11 +02:00
|
|
|
share/locale/en_CA/LC_MESSAGES/atk10.mo
|
|
|
|
share/locale/en_GB/LC_MESSAGES/atk10.mo
|
|
|
|
share/locale/eo/LC_MESSAGES/atk10.mo
|
|
|
|
share/locale/es/LC_MESSAGES/atk10.mo
|
|
|
|
share/locale/et/LC_MESSAGES/atk10.mo
|
|
|
|
share/locale/eu/LC_MESSAGES/atk10.mo
|
|
|
|
share/locale/fa/LC_MESSAGES/atk10.mo
|
|
|
|
share/locale/fi/LC_MESSAGES/atk10.mo
|
|
|
|
share/locale/fr/LC_MESSAGES/atk10.mo
|
2017-07-03 20:07:44 +02:00
|
|
|
share/locale/fur/LC_MESSAGES/atk10.mo
|
2006-04-17 09:07:11 +02:00
|
|
|
share/locale/ga/LC_MESSAGES/atk10.mo
|
2016-10-22 00:47:59 +02:00
|
|
|
share/locale/gd/LC_MESSAGES/atk10.mo
|
2006-04-17 09:07:11 +02:00
|
|
|
share/locale/gl/LC_MESSAGES/atk10.mo
|
|
|
|
share/locale/gu/LC_MESSAGES/atk10.mo
|
|
|
|
share/locale/he/LC_MESSAGES/atk10.mo
|
|
|
|
share/locale/hi/LC_MESSAGES/atk10.mo
|
|
|
|
share/locale/hr/LC_MESSAGES/atk10.mo
|
|
|
|
share/locale/hu/LC_MESSAGES/atk10.mo
|
2010-10-17 01:59:57 +02:00
|
|
|
share/locale/hy/LC_MESSAGES/atk10.mo
|
2006-04-17 09:07:11 +02:00
|
|
|
share/locale/id/LC_MESSAGES/atk10.mo
|
|
|
|
share/locale/is/LC_MESSAGES/atk10.mo
|
|
|
|
share/locale/it/LC_MESSAGES/atk10.mo
|
|
|
|
share/locale/ja/LC_MESSAGES/atk10.mo
|
|
|
|
share/locale/ka/LC_MESSAGES/atk10.mo
|
2010-10-17 01:59:57 +02:00
|
|
|
share/locale/kk/LC_MESSAGES/atk10.mo
|
2012-06-12 21:17:30 +02:00
|
|
|
share/locale/km/LC_MESSAGES/atk10.mo
|
2006-04-17 09:07:11 +02:00
|
|
|
share/locale/kn/LC_MESSAGES/atk10.mo
|
|
|
|
share/locale/ko/LC_MESSAGES/atk10.mo
|
2006-10-06 08:01:25 +02:00
|
|
|
share/locale/ku/LC_MESSAGES/atk10.mo
|
2006-04-17 09:07:11 +02:00
|
|
|
share/locale/li/LC_MESSAGES/atk10.mo
|
|
|
|
share/locale/lt/LC_MESSAGES/atk10.mo
|
|
|
|
share/locale/lv/LC_MESSAGES/atk10.mo
|
2009-03-16 23:25:39 +01:00
|
|
|
share/locale/mai/LC_MESSAGES/atk10.mo
|
2006-04-17 09:07:11 +02:00
|
|
|
share/locale/mk/LC_MESSAGES/atk10.mo
|
|
|
|
share/locale/ml/LC_MESSAGES/atk10.mo
|
|
|
|
share/locale/mn/LC_MESSAGES/atk10.mo
|
|
|
|
share/locale/mr/LC_MESSAGES/atk10.mo
|
|
|
|
share/locale/ms/LC_MESSAGES/atk10.mo
|
|
|
|
share/locale/nb/LC_MESSAGES/atk10.mo
|
|
|
|
share/locale/ne/LC_MESSAGES/atk10.mo
|
|
|
|
share/locale/nl/LC_MESSAGES/atk10.mo
|
|
|
|
share/locale/nn/LC_MESSAGES/atk10.mo
|
2007-09-18 23:16:34 +02:00
|
|
|
share/locale/oc/LC_MESSAGES/atk10.mo
|
2006-04-17 09:07:11 +02:00
|
|
|
share/locale/or/LC_MESSAGES/atk10.mo
|
|
|
|
share/locale/pa/LC_MESSAGES/atk10.mo
|
|
|
|
share/locale/pl/LC_MESSAGES/atk10.mo
|
2008-10-06 18:54:10 +02:00
|
|
|
share/locale/ps/LC_MESSAGES/atk10.mo
|
2006-04-17 09:07:11 +02:00
|
|
|
share/locale/pt/LC_MESSAGES/atk10.mo
|
|
|
|
share/locale/pt_BR/LC_MESSAGES/atk10.mo
|
|
|
|
share/locale/ro/LC_MESSAGES/atk10.mo
|
|
|
|
share/locale/ru/LC_MESSAGES/atk10.mo
|
|
|
|
share/locale/rw/LC_MESSAGES/atk10.mo
|
2007-09-18 23:16:34 +02:00
|
|
|
share/locale/si/LC_MESSAGES/atk10.mo
|
2006-04-17 09:07:11 +02:00
|
|
|
share/locale/sk/LC_MESSAGES/atk10.mo
|
|
|
|
share/locale/sl/LC_MESSAGES/atk10.mo
|
|
|
|
share/locale/sq/LC_MESSAGES/atk10.mo
|
|
|
|
share/locale/sr/LC_MESSAGES/atk10.mo
|
|
|
|
share/locale/sr@ije/LC_MESSAGES/atk10.mo
|
2008-10-06 18:54:10 +02:00
|
|
|
share/locale/sr@latin/LC_MESSAGES/atk10.mo
|
2006-04-17 09:07:11 +02:00
|
|
|
share/locale/sv/LC_MESSAGES/atk10.mo
|
|
|
|
share/locale/ta/LC_MESSAGES/atk10.mo
|
2006-10-06 08:01:25 +02:00
|
|
|
share/locale/te/LC_MESSAGES/atk10.mo
|
2013-05-18 23:46:13 +02:00
|
|
|
share/locale/tg/LC_MESSAGES/atk10.mo
|
2006-04-17 09:07:11 +02:00
|
|
|
share/locale/th/LC_MESSAGES/atk10.mo
|
|
|
|
share/locale/tk/LC_MESSAGES/atk10.mo
|
|
|
|
share/locale/tr/LC_MESSAGES/atk10.mo
|
|
|
|
share/locale/tt/LC_MESSAGES/atk10.mo
|
|
|
|
share/locale/ug/LC_MESSAGES/atk10.mo
|
|
|
|
share/locale/uk/LC_MESSAGES/atk10.mo
|
|
|
|
share/locale/vi/LC_MESSAGES/atk10.mo
|
|
|
|
share/locale/wa/LC_MESSAGES/atk10.mo
|
|
|
|
share/locale/xh/LC_MESSAGES/atk10.mo
|
|
|
|
share/locale/yi/LC_MESSAGES/atk10.mo
|
|
|
|
share/locale/zh_CN/LC_MESSAGES/atk10.mo
|
|
|
|
share/locale/zh_HK/LC_MESSAGES/atk10.mo
|
|
|
|
share/locale/zh_TW/LC_MESSAGES/atk10.mo
|
2011-07-15 15:08:15 +02:00
|
|
|
share/locale/zu/LC_MESSAGES/atk10.mo
|