|
|
@ -47,6 +47,7 @@ URL_RE = re.compile(r'(https?://[^\s\n\r]+)', re.I) |
|
|
|
# ---------------------------------------------------------------------- |
|
|
|
# ---------------------------------------------------------------------- |
|
|
|
t = gettext.translation('ui_pygtk', fallback=True) |
|
|
|
t = gettext.translation('ui_pygtk', fallback=True) |
|
|
|
_ = t.gettext |
|
|
|
_ = t.gettext |
|
|
|
|
|
|
|
N_ = t.ngettext |
|
|
|
|
|
|
|
|
|
|
|
# ---------------------------------------------------------------------- |
|
|
|
# ---------------------------------------------------------------------- |
|
|
|
# String with the format to the message |
|
|
|
# String with the format to the message |
|
|
|