summaryrefslogtreecommitdiffstats
path: root/po
Commit message (Collapse)AuthorAgeFilesLines
* Version 1.3.1.1.3.1Richard W.M. Jones2011-08-2615-16/+16
|
* Version 1.3.0.1.3.0Richard W.M. Jones2011-08-1515-61/+61
|
* Version 1.2.8.1.2.8Richard W.M. Jones2011-08-1215-16/+16
| | | | Pushed and pulled translations from Transifex.
* maint: update po/POTFILES.inJim Meyering2011-06-281-7/+0
| | | | | * po/POTFILES.in: Reduce list of files with translatable messages to match reality.
* Version 1.2.7.1.2.7Richard W.M. Jones2011-05-1715-16/+16
|
* Version 1.2.6.1.2.6Richard W.M. Jones2011-05-1215-16/+16
|
* Version 1.2.5.1.2.5Richard W.M. Jones2011-04-1315-121/+138
| | | | Updated PO files.
* Pull translations from Transifex.Richard W.M. Jones2011-04-0217-13575/+885
|
* Version 1.2.4.1.2.4Richard W.M. Jones2010-12-0214-104/+131
|
* Python bindings.Richard W.M. Jones2010-11-281-0/+1
|
* Version 1.2.3.1.2.3Richard Jones2010-08-2712-13/+13
|
* Add Dutch translations (RHBZ#624455).Geert Warrink2010-08-271-0/+175
|
* Version 1.2.2.1.2.2Richard Jones2010-04-2811-12/+12
|
* New Russian translation (RHBZ#578347).Yulia2010-04-011-0/+168
|
* Update PO files.1.2.1Richard Jones2010-03-3011-12/+12
|
* Win::Hivex::Regedit module for importing and exporting regedit format files.Richard Jones2010-03-301-0/+1
|
* Fix generation of po/POTFILES.in.Richard Jones2010-03-251-1/+0
| | | | | Contains some obsolete code copied in from libguestfs, and we need to exclude Perl 'blib' files.
* Prepare for version 1.2.0.1.2.0Richard Jones2010-03-0111-12/+12
| | | | | | Fix hivexsh_SOURCES. Update PO files.
* Update Spanish translations (RHBZ#569178).Daniel Cabrera2010-03-011-0/+175
|
* Update PO files.Richard Jones2010-03-0111-2315/+1705
|
* Update Polish translations (RHBZ#502533).Piotr Drąg2010-03-011-1491/+8
|
* NO Python bindings - ran out of time.Richard W.M. Jones2010-02-261-1/+0
| | | | | | This commit disables parts of the build related to Python and notes in the README that we didn't have time to finish Python bindings.
* Remove bogus msgstr from kn.po.Richard Jones2010-02-251-5/+0
|
* Add build framework for OCaml, Perl, Python bindings.Richard Jones2010-02-241-0/+5
| | | | | (No bindings are actually built, this just adds the build, test and generator framework for them).
* Create separate toplevel directories for hivexsh and hivexml.Richard Jones2010-02-241-2/+2
|
* Rename hivex/ -> lib/Richard Jones2010-02-241-3/+3
|
* Move test images to images/ and add a large, generated test image.Richard Jones2010-02-241-0/+1
| | | | | | | | | | | Previously we had one minimal test image. This was located in hivex/t (a subdirectory of the main library). This adds a large, procedurally generated test image. Because this needs to be built using hivex code, and because subdirectories are built before the parent directory by automake, we have to also move the directory location to a top-level directory called images/.
* Added Kannada translation (RHBZ#567860).Shankar Prasad2010-02-241-0/+2231
|
* Version 1.1.21.1.2Richard Jones2010-02-2210-11/+11
|
* Version 1.1.1.1.1.1Richard Jones2010-02-2210-11/+11
| | | | Also some minor fixes to the build system.
* po: Import pofiles and various build fixes.Richard Jones2010-02-1911-1/+14558
|
* hivex: Add 'hivexsh' program (shell for navigating registry hives).Richard Jones2010-02-191-0/+1
|
* Support for Windows Registry.Richard Jones2010-02-191-0/+3
In hivex/: This mini-library allows us to extract Windows Registry binary files ("hives"). There are also two tools: hivexml converts a hive to a self-describing XML format. hivexget can be used to extract single subkeys from a hive.