summaryrefslogtreecommitdiffstats
path: root/po/POTFILES.in
Commit message (Collapse)AuthorAgeFilesLines
* updated po filesJiri Moskovcak2011-06-161-8/+1
|
* remove abrt-handle-crashdump: abrt-cli now has all its features. closes 244Denys Vlasenko2011-05-161-1/+0
| | | | Signed-off-by: Denys Vlasenko <dvlasenk@redhat.com>
* Remove .py from abrt-action-install-debuginfo.pyDenys Vlasenko2011-05-161-1/+1
| | | | | | | | | Rename abrt-action-install-debuginfo to abrt-action-install-debuginfo-to-abrt-cache Yes, it's ugly long... Signed-off-by: Denys Vlasenko <dvlasenk@redhat.com>
* abrt-action-bugzilla.cpp -> src/plugins/abrt-action-bugzilla.cNikola Pajkovsky2011-05-121-1/+1
| | | | | | no code change Signed-off-by: Nikola Pajkovsky <npajkovs@redhat.com>
* xmlrpc and bugzilla in a new C coatNikola Pajkovsky2011-05-121-0/+1
| | | | | | | | | | | Bugzilla is splitted into two parts. One of them is core of bugzilla and second one is small module called librhbz. I did it, because I want to add a new functionality into bugzilla and I don't want to squash it into one big module. Librhbz is not a part of our libreport, because almost every function dies when feels badly (print error msg and then die). Server sends error or abrt sends corrupted xml or server sends corrupted xml. Signed-off-by: Nikola Pajkovsky <npajkovs@redhat.com>
* fix path a-handle-crashdump in POTFILES.inNikola Pajkovsky2011-05-091-1/+1
| | | | Signed-off-by: Nikola Pajkovsky <npajkovs@redhat.com>
* POTFILES.in: abrt_conf.c is in lib directoryKarel Klic2011-05-021-2/+2
|
* rename Daemon.cpp to abrtd.c in *.po files as wellDenys Vlasenko2011-04-201-1/+1
| | | | Signed-off-by: Denys Vlasenko <dvlasenk@redhat.com>
* rename Daemon.cpp to abrtd.cDenys Vlasenko2011-04-201-1/+1
| | | | | | This loses libstdc++, libm and libgcc_s libraries from abrtd Signed-off-by: Denys Vlasenko <dvlasenk@redhat.com>
* updated po filesJiri Moskovcak2011-04-201-2/+0
|
* updated po filesJiri Moskovcak2011-04-151-1/+1
|
* make event xml description translatableJiri Moskovcak2011-04-051-2/+8
|
* added new source files into POTFILES.inJiri Moskovcak2011-03-261-0/+2
|
* updated translationJiri Moskovcak2011-03-251-6/+2
|
* updated po filesJiri Moskovcak2011-03-151-22/+8
|
* Updated list of files with localized stringsKarel Klic2011-01-311-2/+2
|
* fixed POTFILES.in file rhbz#670309Jiri Moskovcak2011-01-191-8/+7
|
* new debuginfo install script rewritten in pythonJiri Moskovcak2010-11-291-0/+1
| | | | | | | | - using python alows us to use the yum API, so we can read the progress, file sizes, requires disk space, etc.. and seems to be faster the using yum --whatprovides + yumdownloader - it's easier to translate - we can drop dependency on yum-utils
* remove sqlite DBDenys Vlasenko2010-11-231-1/+0
| | | | | | | | | | | | | | | | | | | | | | This change removes sqlite database. Database was used to find dump dirs by [UID:]UUID. This patch uses more natural way: dump dirs are addressed by their directory names. DB was also used to produce a list of dump dirs. Now it is done by iterating over the /var/spool/abrt directory. And finally, DB was also used to find duplicate UUIDs. Now it is done by iterating over the /var/spool/abrt directory. Crash count, "inform all" and reporting result message are moved from DB field to a file in dump dir. "Reported" DB field is deleted - if message != "", then this dump was reported. Signed-off-by: Denys Vlasenko <dvlasenk@redhat.com>
* updated po files and POTFILES.in rhbz#654618Jiri Moskovcak2010-11-221-18/+22
|
* replace "old" Mailx plugin with new one. This is the last "old" reporter pluginDenys Vlasenko2010-11-121-1/+0
| | | | Signed-off-by: Denys Vlasenko <dvlasenk@redhat.com>
* Remove SOSreport plugin - abrt_event.conf supersedes itDenys Vlasenko2010-11-121-2/+1
| | | | Signed-off-by: Denys Vlasenko <dvlasenk@redhat.com>
* remove "old-style" FileTransfer and ReportUploader pluginsDenys Vlasenko2010-11-111-2/+0
| | | | Signed-off-by: Denys Vlasenko <dvlasenk@redhat.com>
* Remove "old-style" KerneloopsReporterDenys Vlasenko2010-11-111-1/+0
| | | | Signed-off-by: Denys Vlasenko <dvlasenk@redhat.com>
* remove "old" Bugzilla and RHTSupport pluginsDenys Vlasenko2010-11-111-2/+0
| | | | Signed-off-by: Denys Vlasenko <dvlasenk@redhat.com>
* po/POTFILES.in: remove names of deleted filesDenys Vlasenko2010-11-111-2/+0
| | | | Signed-off-by: Denys Vlasenko <dvlasenk@redhat.com>
* Remove a nonexistent file from POTFILES.inKarel Klic2010-10-141-1/+0
|
* Add missing translatable filesKarel Klic2010-10-141-0/+6
|
* CCApplet.cpp -> applet_gtk.cNikola Pajkovsky2010-08-301-1/+1
| | | | | Signed-off-by: Nikola Pajkovsky <npajkovs@redhat.com> Acked-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* updated translation filesKarel Klic2010-08-271-1/+1
|
* add lib/utils/abrt_curl.cpp to POTFILES.inDenys Vlasenko2010-08-181-0/+1
| | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* lower case direcotry(no code changed)Nikola Pajkovsky2010-08-101-53/+53
| | | | Signed-off-by: Nikola Pajkovsky <npajkovs@redhat.com>
* rename *.GTKBuilder to *.gladeJiri Moskovcak2010-07-281-0/+6
| | | | | | - it seems that intltool ignores the GTKBuilder suffix, so the strings from our plugin settings dialog were not translatable, renaming to .glade seems to fix this
* fixed tooltip localization rhbz#574693Jiri Moskovcak2010-07-191-21/+21
|
* renamed TicketUploader to ReportUploaderJiri Moskovcak2010-06-301-1/+1
|
* remove obsolete Catcut and rhfastcheck reportersDenys Vlasenko2010-06-291-2/+0
| | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* rhbz:#604665 nothing for translation in backtrase_parser.[c,y]Nikola Pajkovsky2010-06-161-1/+0
| | | | Signed-off-by: Nikola Pajkovsky <npajkovs@redhat.com>
* plugin rename: rhticket -> RHTSupportDenys Vlasenko2010-06-141-1/+1
| | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* updated POTFILES.in (ppisar@redhat.com)Jiri Moskovcak2010-06-081-0/+13
|
* GUI: added the new wizard interface (not active now)Jiri Moskovcak2010-05-251-0/+2
| | | | | - just added the files to repo so translators can start working on localization
* preparatory patch with trivial cleanupsDenys Vlasenko2010-01-191-1/+0
| | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* forgot to commit new POTFILES.in to make the desktop file translation workJiri Moskovcak2009-11-151-0/+1
|
* updated translation stringsJiri Moskovcak2009-09-181-2/+2
|
* add dbus signalization when quota exceededNikola Pajkovsky2009-09-171-0/+1
|
* add gettext support for all pluginsNikola Pajkovsky2009-09-021-0/+13
|
* CCApplet: gettext supportNikola Pajkovsky2009-08-271-0/+3
|
* GUI: added support for gettext (+part of czech translation)Jiri Moskovcak2009-08-261-0/+21