Warning: session_start(): open(/tmp/sess_1nfs6gcjdk5bo6ku3f4ckr9mj0, O_RDWR) failed: No space left on device (28) in /www/H01/htdocs/lib/base/lib_base.php on line 280
KTranslator openDesktop.org
-
 KDE-Apps.org Applications for the KDE-Desktop 
 GTK-Apps.org Applications using the GTK Toolkit 
 GnomeFiles.org Applications for GNOME 
 MeeGo-Central.org Applications for MeeGo 
 CLI-Apps.org Command Line Applications 
 Qt-Apps.org Free Qt Applications 
 Qt-Prop.org Proprietary Qt Applications 
 Maemo-Apps.org Applications for the Maemo Plattform 
 Java-Apps.org Free Java Applications 
 eyeOS-Apps.org Free eyeOS Applications 
 Wine-Apps.org Wine Applications 
 Server-Apps.org Server Applications 
 apps.ownCloud.com ownCloud Applications 
--
-
 KDE-Look.org Artwork for the KDE-Desktop 
 GNOME-Look.org Artwork for the GNOME-Desktop 
 Xfce-Look.org Artwork for the Xfce-Desktop 
 Box-Look.org Artwork for your Windowmanager 
 E17-Stuff.org Artwork for Enlightenment 
 Beryl-Themes.org Artwork for the Beryl Windowmanager 
 Compiz-Themes.org Artwork for the Compiz Windowmanager 
 EDE-Look.org Themes for your EDE Desktop 
--
-
 Debian-Art.org Stuff for Debian 
 Gentoo-Art.org Artwork for Gentoo Linux 
 SUSE-Art.org Artwork for openSUSE 
 Ubuntu-Art.org Artwork for Ubuntu 
 Kubuntu-Art.org Artwork for Kubuntu 
 LinuxMint-Art.org Artwork for Linux Mint 
 Arch-Stuff.org Art And Stuff for Arch Linux 
 Frugalware-Art.org Themes for Frugalware 
 Fedora-Art.org Artwork for Fedora Linux 
 Mandriva-Art.org Artwork for Mandriva Linux 
--
-
 KDE-Files.org Files for KDE Applications 
 OpenTemplate.org Documents for OpenOffice.org
 GIMPStuff.org Files for GIMP
 InkscapeStuff.org Files for Inkscape
 ScribusStuff.org Files for Scribus
 BlenderStuff.org Textures and Objects for Blender
 VLC-Addons.org Themes and Extensions for VLC
--
-
 KDE-Help.org Support for your KDE Desktop 
 GNOME-Help.org Support for your GNOME Desktop 
 Xfce-Help.org Support for your Xfce Desktop 
--
openDesktop.orgopenDesktop.org:   Applications   Artwork   Linux Distributions   Documents    Linux42.org    OpenSkillz.com   
 
Home
Apps
Artwork
News
Groups
Knowledge
Events
Forum
People
Jobs
Register
Login


-
- Content .- Fans (1) .- Knowledge Base  . 

KTranslator

   0.4  

KDE Other Utility

Score 86%
KTranslator
zoom


KTranslator
zoom


KTranslator
zoom


Link:  Link
Downloads:  9597
Submitted:  Aug 23 2005
Updated:  Apr 3 2007

Description:

KTranslator is a program to translate words from one language to another.

Now, I create a program (dictconv) to convert a dictionary from one format do another, like a sdict to stardict. The program requires zlib and libxml2.

The program supports conversion from Babylon glossaries (.bgl) to stardict. I think this is the unique GPL program that handles Babylon glossaries at moment.

Thanks to Karl Grill (for the reverse engineering) and Ricardo Villalba (from Wordtrans) it is now possible.

More formats will come soon.




Changelog:

Dictconv
---------

0.2
---
Fix several bug mainly in Babylon glossary reader
Add CMake support (you can build the package with GNU tools or CMake now)
Add support to convert to plain text dictionaries
Add support to convert to DICT dictionaries

0.1
----
Inicial version


KTranslator
-----------

0.4
----
Sdictionary plugin
Fix a bug in Babylon plugin
Fix a bug in StarDict plugin




LicenseGPL
Gentoo(Gentoo ebuild)
Source(KTranslator sources)
Source(dictconv sources)
Send to a friend
Subscribe
Other  Content  from rgfernandes
Report inappropriate content



goto page: prev   1  2  3  4  5  6  7  8 

-
.

 stardict plugin

 
 by led on: Mar 24 2006
 
Score 50%

stardict dictionaries don't work in 0.4 :(
I intereted ktranslator mainly of stardict dictionaries support...

When it will work, I can make Ukraine and Russian translations and ggettext-patches...


Reply to this

-

 Re: stardict plugin

 
 by rgfernandes on: Mar 25 2006
 
Score 50%

If you tell me what's wrong I can help you. Only saying that the plugin doesn't work won't help.


Reply to this

-

 Re: Re: stardict plugin

 
 by led on: Mar 27 2006
 
Score 50%

In 0.4rc2 dictionaries are added, but translation is not made, in 0.4 dictionary is added, but in the list does not appear at all :(


Reply to this

-

 Re: Re: Re: stardict plugin

 
 by rgfernandes on: Mar 30 2006
 
Score 50%

Can you send me the dictionary you are trying to load ? Send to my email, please. rgfbr@yahoo.com.br


Reply to this

-

 Re: Re: Re: Re: stardict plugin

 
 by led on: Mar 30 2006
 
Score 50%

It is sent...


Reply to this

-

 Re: Re: Re: Re: Re: stardict plugin

 
 by rgfernandes on: Mar 30 2006
 
Score 50%

The problem is that the .idx file is compressed. I haven't make the code to handle this type of file yet.
If you decompress the .idx file (slovnyk_en-ru.idx.gz), it works well. I've just tried it here.


Reply to this

-

 Re: Re: Re: Re: Re: Re: stardict plugin

 
 by led on: Mar 31 2006
 
Score 50%

Thanks! Yes, so works. Whether you plan support gzip'ed idx for stardict? I would like to pack ktranslator for ALTLinux Sisyphus repository, but stardict's dictionaries are in it in the form of idx.gz



-
.

 Re: stardict plugin

 
 by mmpm on: Mar 31 2006
 
Score 50%

I don't confirm to this. The plugin works fine.



I only missing a more convenient property-dialog. It is very uncomfortable inserting serveral dictionarys.


Anyway it's an excellent tool! I'm curious about the next version.


Reply to this

-
.

 Doesn't work :-(

 
 by bobbix59 on: Apr 28 2006
 
Score 50%

Hello,

I have used your ebuild. The installation works fine but, when I launch Ktranslator, I have the followings warnings :

kio (KMimeType): WARNING: KServiceType::offers : servicetype KTranslator/DictionaryPlugin not found
kio (KMimeType): WARNING: KServiceType::offers : servicetype KTranslator/UIPlugin not found

So, I can't load any dictionnary. The wizard is okay but, when it finishes, no dictionnary is added :-(.

Can you tell me what's wrong ?

Thank you, and congratulation for this usefull app


Reply to this

-

 Re: Doesn't work :-(

 
 by rgfernandes on: Apr 29 2006
 
Score 50%

This is because KDE doesn't found the plugins.
Try to run kbuildsycoca (in konsole).
If it doesn't work, restart KDE.


Reply to this

-

 Re: Re: Doesn't work

 
 by bobbix59 on: Apr 29 2006
 
Score 50%

Okay, that's it. It works now :-). Thank you


Reply to this

-
.

 new fonctionnalities

 
 by miguipda on: Jun 9 2006
 
Score 50%

Hi,

may be interresting to add some new 'babylon 6' like functionnalities :
"Il offre également l’accès à l’encyclopédie Wikipedia ainsi qu’au contenu des plus grands dictionnaires et encyclopédies.".

Bye


Reply to this

-

 Re: new fonctionnalities

 
 by rgfernandes on: Jul 2 2006
 
Score 50%

Sorry for delay.
KTranslator can search in wikipedia through 'Search in Internet' button. Integrating the wikipedia like babylon 6 does is a feature to be added in the future.


Reply to this

-
.

 wordtrans?

 
 by Enso on: Aug 4 2006
 
Score 50%

I can't see much difference from wordtrans/kwordtrans


Reply to this

-
.

 Thank you!

 
 by bico on: Aug 31 2006
 
Score 50%

This is great! I have been using kdict with the dictd server until now, but your app is amazing. It supports so many types of dictionaries (without the server) and it can even "read" text from pictures. I hope that it will be included in SUSE distributions.

Thank you very much!


Jesus saith unto him, "I am the way, the truth, and the life: no man cometh unto the Father, but by me." (John 14:6)
Reply to this

-

 add dictionary

 
 by tusitala on: Sep 22 2006
 
Score 50%

I've a little question about this application: Where I can find some other dictionary to add in data folder?


Reply to this

goto page: prev   1  2  3  4  5  6  7  8 

Add commentBack




-



 
 
 Who we are
Contact
More about us
Frequently Asked Questions
Register
Twitter
Blog
Explore
Apps
Artwork
Jobs
Knowledge
Events
People
Updates on identi.ca
Updates on Twitter
Content RSS   
Events RSS   

Participate
Groups
Forum
Add Content
Public API
About openDesktop.org
Legal Notice
Spreadshirt Shop
CafePress Shop
Advertising
Sponsor us
Report Abuse
 

Copyright 2007-2016 openDesktop.org Team  
All rights reserved. openDesktop.org is not liable for any content or goods on this site.
All contributors are responsible for the lawfulness of their uploads.
openDesktop is a trademark of the openDesktop.org Team