www.fgks.org   »   [go: up one dir, main page]

Jump to content

Gtranslator: Difference between revisions

From Wikipedia, the free encyclopedia
Content deleted Content added
Addbot (talk | contribs)
m Bot: Migrating 1 interwiki links, now provided by Wikidata on d:q5613102
Line 20: Line 20:
| genre = [[Computer-assisted translation]]
| genre = [[Computer-assisted translation]]
| license = [[GNU GPL]]
| license = [[GNU GPL]]
| website = {{url|http://projects.gnome.org/gtranslator/}}
| website = {{url|https://wiki.gnome.org/Apps/Gtranslator}}
}}
}}
'''gtranslator''' is an enhanced [[gettext]] po file editor for the [[GNOME]] desktop environment. It handles all forms of gettext po files and includes features such as Find/Replace, Translation Memory, different Translator Profiles, Messages Table (for having an overview of the translations/messages in the po file), Easy Navigation and Editing of translation messages and comments of the translation where accurate. Gtranslator includes also a plugin system with plugins such as Alternate Language, Insert Tags, Open Tran, Integration with Subversion, and Source Code Viewer.
'''gtranslator''' is an enhanced [[gettext]] po file editor for the [[GNOME]] desktop environment. It handles all forms of gettext po files and includes features such as Find/Replace, Translation Memory, different Translator Profiles, Messages Table (for having an overview of the translations/messages in the po file), Easy Navigation and Editing of translation messages and comments of the translation where accurate. Gtranslator includes also a plugin system with plugins such as Alternate Language, Insert Tags, Open Tran, Integration with Subversion, and Source Code Viewer.
Line 58: Line 58:
==External links==
==External links==
* [http://projects.gnome.org/gtranslator/ Gtranslator at GNOME projects]
* [http://projects.gnome.org/gtranslator/ Gtranslator at GNOME projects]

{{GNOME}}


[[Category:Free computer programming tools]]
[[Category:Free computer programming tools]]
Line 63: Line 65:
[[Category:Software-localization tools]]
[[Category:Software-localization tools]]
[[Category:GNOME]]
[[Category:GNOME]]
[[Category:Software that uses GTK+]]

Revision as of 20:16, 22 March 2014

Gtranslator
Original author(s)Fatih Demir
Developer(s)Juan José Sánchez Penas, Pablo Sanxiao, Ignacio Casal Quinteiro and many contributors[1]
Initial release2000
Stable release
1.9.13 / January 11, 2011; 13 years ago (2011-01-11)
Preview release
2.91.6 / December 29, 2012; 11 years ago (2012-12-29)
Repository
Written inC
Operating systemUnix-like
PlatformCross-platform
Available inMultilingual
TypeComputer-assisted translation
LicenseGNU GPL
Websitewiki.gnome.org/Apps/Gtranslator

gtranslator is an enhanced gettext po file editor for the GNOME desktop environment. It handles all forms of gettext po files and includes features such as Find/Replace, Translation Memory, different Translator Profiles, Messages Table (for having an overview of the translations/messages in the po file), Easy Navigation and Editing of translation messages and comments of the translation where accurate. Gtranslator includes also a plugin system with plugins such as Alternate Language, Insert Tags, Open Tran, Integration with Subversion, and Source Code Viewer.

Features

  • Open several PO files in tabs
  • Plural forms support
  • Automatic headers update
  • Comments editing
  • Management of different translator profiles
  • Translation Memories
  • Assistant to configure initial profile and TM
  • Search dialog and quick navigation among the messages
  • Toolbar editor
  • Highlight whitespaces and messages syntax
  • Plugins system (from gedit)

Plugins

  • Character Map: Insert special characters by clicking on them
  • Dictionary: Look up words in a dictionary
  • Alternate Language: Load another translation of the PO file in order to see at the same time the original messages and their translations in the alternate language
  • Fullscreen: Place window in the fullscreen state
  • Insert Params: Parameters detection and easy insertion
  • Insert Tags: Tags detection and easy insertion
  • Open Tran: Look for phrases in Open Tran memory translation database
  • Source code view: Show the message in the source code
  • Subversion: A Subversion client plugin based on libsvn

See also

References

External links