diff --git a/po/nl.pot b/po/nl.pot new file mode 100644 index 00000000..f4a706f7 --- /dev/null +++ b/po/nl.pot @@ -0,0 +1,78 @@ +# SOME DESCRIPTIVE TITLE. +# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER +# This file is distributed under the same license as the PACKAGE package. +# Thomas Meire , 2008. +# +#, fuzzy +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2008-01-03 09:22+0100\n" +"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" +"Last-Translator: Thomas Meire \n" +"Language-Team: LANGUAGE \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=CHARSET\n" +"Content-Transfer-Encoding: 8bit\n" + +#: terminator:42 +msgid "" +"You need to install the python bindings for gobject, gnome, gtk, gconf and " +"pango to run Terminator." +msgstr "" +"Je moet de python-bindingen installeren voor gobject, gnome, gtk, gconf en" +"pango om Terminator te kunnen uitvoeren." + +#: terminator:51 +msgid "" +"You need to install python bindings for libvte (\"python-vte\" in debian/" +"ubuntu)" +msgstr "" +"Je moet de python-bindingen installeren voor libvte (\"python-vte\" in debian/" +"ubuntu)" + +#: terminator:315 +msgid "_Open Link" +msgstr "_Open Koppeling" + +#: terminator:316 +msgid "_Copy Link Address" +msgstr "Kopieer Koppeling Adres" + +#: terminator:322 +msgid "_Send Mail To..." +msgstr "_Stuur Email Naar..." + +#: terminator:323 +msgid "_Copy Email Address" +msgstr "Kopieer Email Adres" + +#: terminator:348 +msgid "Show scrollbar" +msgstr "Toon schijfbalk" + +#: terminator:356 +msgid "Split H_orizontally" +msgstr "Splits H_orizontaal" + +#: terminator:360 +msgid "Split V_ertically" +msgstr "Splits V_erticaal" + +#: terminator:422 +msgid "Close?" +msgstr "Sluiten?" + +#: terminator:427 +msgid "Close all terminals?" +msgstr "Sluit alle terminals?" + +#: terminator:430 +#, python-format +msgid "" +"This window has %s terminals open. Closing the window will also close all " +"terminals." +msgstr "" +"Dit venster heeft %s terminals open. Als je dit venster sluit, worden alle" +"terminals ook gesloten" diff --git a/po/terminator.pot b/po/terminator.pot index 2bba68d3..00ee6889 100644 --- a/po/terminator.pot +++ b/po/terminator.pot @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2007-12-29 02:52+0000\n" +"POT-Creation-Date: 2008-01-03 09:22+0100\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -16,23 +16,35 @@ msgstr "" "Content-Type: text/plain; charset=CHARSET\n" "Content-Transfer-Encoding: 8bit\n" -#: terminator:307 -msgid "_Open Link" +#: terminator:42 +msgid "" +"You need to install the python bindings for gobject, gnome, gtk, gconf and " +"pango to run Terminator." msgstr "" -#: terminator:308 -msgid "_Copy Link Address" -msgstr "" - -#: terminator:314 -msgid "_Send Mail To..." +#: terminator:51 +msgid "" +"You need to install python bindings for libvte (\"python-vte\" in debian/" +"ubuntu)" msgstr "" #: terminator:315 +msgid "_Open Link" +msgstr "" + +#: terminator:316 +msgid "_Copy Link Address" +msgstr "" + +#: terminator:322 +msgid "_Send Mail To..." +msgstr "" + +#: terminator:323 msgid "_Copy Email Address" msgstr "" -#: terminator:340 +#: terminator:348 msgid "Show scrollbar" msgstr "" @@ -44,15 +56,15 @@ msgstr "" msgid "Split V_ertically" msgstr "" -#: terminator:414 +#: terminator:422 msgid "Close?" msgstr "" -#: terminator:419 +#: terminator:427 msgid "Close all terminals?" msgstr "" -#: terminator:422 +#: terminator:430 #, python-format msgid "" "This window has %s terminals open. Closing the window will also close all " diff --git a/terminator b/terminator index 89685ce6..04919194 100755 --- a/terminator +++ b/terminator @@ -25,24 +25,32 @@ Usage: terminator [OPTION] ... -p, --profile=PROFILE Take settings from gnome-terminal profile PROFILE """ -import os +# import standard python libs +import os, sys, string, time, getopt, math + +import gettext +gettext.install ('terminator') + +# import unix-lib import pwd -import sys -import string -import gobject -import gtk + +# import gtk/gnome libs +# check just in case anyone runs it on a non-gnome system. +try: + import gobject, gtk, gnome, gconf, pango +except: + print >> sys.stderr, _("You need to install the python bindings for " \ + "gobject, gnome, gtk, gconf and pango to run Terminator.") + sys.exit(1) + +# import vte-bindings try: import vte except: - print '''You need to install python bindings for libvte ("python-vte" in debian/ubuntu)''' + error = gtk.MessageDialog (None, gtk.DIALOG_MODAL, gtk.MESSAGE_ERROR, gtk.BUTTONS_OK, + _('You need to install python bindings for libvte ("python-vte" in debian/ubuntu)')) + error.run() sys.exit (1) -import gconf -import pango -import gnome -import time -import getopt -import math -import gettext class TerminatorTerm: @@ -631,7 +639,6 @@ if __name__ == '__main__': if opt in ("-p", "--profile"): profile = arg - gettext.install ('terminator') term = Terminator (profile) # Set the Terminator in fullscreen state or maximize it. diff --git a/terminator.desktop b/terminator.desktop index 41a80ecc..caa67213 100644 --- a/terminator.desktop +++ b/terminator.desktop @@ -5,8 +5,8 @@ Name[am]= Name[ar]= Name[as]= Name[az]= -Name[be]= -Name[be@latin]= +Name[be]=Terminator +Name[be@latin]=Terminator Name[bg]= Name[bn]= Name[bn_IN]= @@ -80,8 +80,8 @@ Name[zh_TW]= Comment=Multiple terminals in one window Comment[ar]= Comment[as]= -Comment[be]= -Comment[be@latin]= +Comment[be]=Meerdere terminals in een venster +Comment[be@latin]=Meerdere terminals in een venster Comment[bg]= Comment[bn]= Comment[bn_IN]=