个人工具

“UbuntuHelp:GnomeTranslate”的版本间的差异

来自Ubuntu中文

跳转至: 导航, 搜索
第2行: 第2行:
 
{{Languages|UbuntuHelp:GnomeTranslate}}
 
{{Languages|UbuntuHelp:GnomeTranslate}}
 
== What is Gnome Translate ==
 
== What is Gnome Translate ==
[http://www.nongnu.org/libtranslate/gnome-translate/ Gnome Translate] is a GNOME interface to [http://www.nongnu.org/libtranslate/ libtranslate]. It can translate a text or web page between several natural languages, and it can automatically detect the source language as you type.
+
[[http://www.nongnu.org/libtranslate/gnome-translate/|Gnome Translate]] is a GNOME interface to [[http://www.nongnu.org/libtranslate/|libtranslate]]. It can translate a text or web page between several natural languages, and it can automatically detect the source language as you type.
 
== How to install ==
 
== How to install ==
[http://gfabio.blog.free.fr Gilles Fabio] has a made the packages for it. You only need to add the repository to your <code><nowiki>sources.list</nowiki></code> by:
+
[[http://gfabio.blog.free.fr|Gilles Fabio]] has a made the packages for it. You only need to add the repository to your <code><nowiki>sources.list</nowiki></code> by:
 
<pre><nowiki>
 
<pre><nowiki>
 
gksudo gedit /etc/apt/sources.list
 
gksudo gedit /etc/apt/sources.list
第21行: 第21行:
 
sudo apt-get install gnome-translate
 
sudo apt-get install gnome-translate
 
</nowiki></pre>
 
</nowiki></pre>
Credits: [http://gfabio.blog.free.fr/index.php?2005/08/16/99-gnome-translate Gilles Fabio]
+
Credits: [[http://gfabio.blog.free.fr/index.php?2005/08/16/99-gnome-translate|Gilles Fabio]]
 
----
 
----
 
[[category:CategoryDocumentation]]
 
[[category:CategoryDocumentation]]
  
 
[[category:UbuntuHelp]]
 
[[category:UbuntuHelp]]

2008年10月19日 (日) 05:39的版本

What is Gnome Translate

[Translate] is a GNOME interface to [[1]]. It can translate a text or web page between several natural languages, and it can automatically detect the source language as you type.

How to install

[Fabio] has a made the packages for it. You only need to add the repository to your sources.list by:

gksudo gedit /etc/apt/sources.list

then add the following line an save the file:

deb http://gfabio.packages.free.fr/ ubuntu-hoary/

In Ubuntu 7.10 (gutsy), this package is available in universe and there is no need to alter your sources.list. Finally you need to update te repository and install it:

sudo apt-get update

and

sudo apt-get install gnome-translate

Credits: [Fabio]