Use correct i18n module
This commit is contained in:
@@ -1,7 +1,7 @@
|
|||||||
[info]
|
[info]
|
||||||
name: Ayatana Appindicator integration
|
name: Ayatana Appindicator integration
|
||||||
short_name: appindicator_integration
|
short_name: appindicator_integration
|
||||||
version: 1.2.0
|
version: 1.2.1
|
||||||
description: This plugin integrates Gajim with the Ayatana AppIndicator. You must have gir1.2-ayatanaappindicator3-0.1 installed to enable this plugin.
|
description: This plugin integrates Gajim with the Ayatana AppIndicator. You must have gir1.2-ayatanaappindicator3-0.1 installed to enable this plugin.
|
||||||
homepage: https://dev.gajim.org/gajim/gajim-plugins/wikis/AppindicatorSupportPlugin
|
homepage: https://dev.gajim.org/gajim/gajim-plugins/wikis/AppindicatorSupportPlugin
|
||||||
authors: Denis Borenko <borenko@rambler.ru>
|
authors: Denis Borenko <borenko@rambler.ru>
|
||||||
|
|||||||
@@ -24,12 +24,7 @@ from gajim.common import app, ged
|
|||||||
from gajim.common import configpaths
|
from gajim.common import configpaths
|
||||||
from gajim.plugins import GajimPlugin
|
from gajim.plugins import GajimPlugin
|
||||||
from gajim.plugins.helpers import log_calls
|
from gajim.plugins.helpers import log_calls
|
||||||
|
from gajim.plugins.plugins_i18n import _
|
||||||
# Since Gajim 1.1.0 _() has to be imported
|
|
||||||
try:
|
|
||||||
from gajim.common.i18n import _
|
|
||||||
except ImportError:
|
|
||||||
pass
|
|
||||||
|
|
||||||
|
|
||||||
class AppindicatorIntegrationPlugin(GajimPlugin):
|
class AppindicatorIntegrationPlugin(GajimPlugin):
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
[info]
|
[info]
|
||||||
name: Banner Tweaks
|
name: Banner Tweaks
|
||||||
short_name: banner_tweaks
|
short_name: banner_tweaks
|
||||||
version: 1.2.0
|
version: 1.2.1
|
||||||
description: Allows user to tweak chat window banner appearance (eg. make it compact).
|
description: Allows user to tweak chat window banner appearance (eg. make it compact).
|
||||||
authors: Mateusz Biliński <mateusz@bilinski.it>
|
authors: Mateusz Biliński <mateusz@bilinski.it>
|
||||||
homepage: http://trac-plugins.gajim.org/wiki/BannerTweaksPlugin
|
homepage: http://trac-plugins.gajim.org/wiki/BannerTweaksPlugin
|
||||||
|
|||||||
@@ -38,12 +38,7 @@ from gajim.common import helpers
|
|||||||
from gajim.plugins import GajimPlugin
|
from gajim.plugins import GajimPlugin
|
||||||
from gajim.plugins.helpers import log_calls
|
from gajim.plugins.helpers import log_calls
|
||||||
from gajim.plugins.gui import GajimPluginConfigDialog
|
from gajim.plugins.gui import GajimPluginConfigDialog
|
||||||
|
from gajim.plugins.plugins_i18n import _
|
||||||
# Since Gajim 1.1.0 _() has to be imported
|
|
||||||
try:
|
|
||||||
from gajim.common.i18n import _
|
|
||||||
except ImportError:
|
|
||||||
pass
|
|
||||||
|
|
||||||
|
|
||||||
class BannerTweaksPlugin(GajimPlugin):
|
class BannerTweaksPlugin(GajimPlugin):
|
||||||
|
|||||||
@@ -4,12 +4,7 @@ from gi.repository import Gdk
|
|||||||
from gajim.common import app
|
from gajim.common import app
|
||||||
from gajim.plugins import GajimPlugin
|
from gajim.plugins import GajimPlugin
|
||||||
from gajim.plugins.helpers import log_calls
|
from gajim.plugins.helpers import log_calls
|
||||||
|
from gajim.plugins.plugins_i18n import _
|
||||||
# Since Gajim 1.1.0 _() has to be imported
|
|
||||||
try:
|
|
||||||
from gajim.common.i18n import _
|
|
||||||
except ImportError:
|
|
||||||
pass
|
|
||||||
|
|
||||||
|
|
||||||
class ClickableNicknames(GajimPlugin):
|
class ClickableNicknames(GajimPlugin):
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
[info]
|
[info]
|
||||||
name: Clickable Nicknames
|
name: Clickable Nicknames
|
||||||
short_name: clickable_nicknames
|
short_name: clickable_nicknames
|
||||||
version: 1.2.0
|
version: 1.2.1
|
||||||
description: Clickable nicknames in the conversation textview.
|
description: Clickable nicknames in the conversation textview.
|
||||||
authors: Andrey Musikhin <melomansegfault@gmail.com>
|
authors: Andrey Musikhin <melomansegfault@gmail.com>
|
||||||
Denis Fomin <fominde@gmail.com>
|
Denis Fomin <fominde@gmail.com>
|
||||||
|
|||||||
@@ -7,12 +7,7 @@ from gajim.common import app
|
|||||||
from gajim.plugins import GajimPlugin
|
from gajim.plugins import GajimPlugin
|
||||||
from gajim.plugins.helpers import log_calls
|
from gajim.plugins.helpers import log_calls
|
||||||
from gajim.plugins.gui import GajimPluginConfigDialog
|
from gajim.plugins.gui import GajimPluginConfigDialog
|
||||||
|
from gajim.plugins.plugins_i18n import _
|
||||||
# Since Gajim 1.1.0 _() has to be imported
|
|
||||||
try:
|
|
||||||
from gajim.common.i18n import _
|
|
||||||
except ImportError:
|
|
||||||
pass
|
|
||||||
|
|
||||||
class FlashingKeyboard(GajimPlugin):
|
class FlashingKeyboard(GajimPlugin):
|
||||||
@log_calls('FlashingKeyboard')
|
@log_calls('FlashingKeyboard')
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
[info]
|
[info]
|
||||||
name: Flashing Keyboard
|
name: Flashing Keyboard
|
||||||
short_name: flashing_keyboard
|
short_name: flashing_keyboard
|
||||||
version: 1.2.0
|
version: 1.2.1
|
||||||
description: Flashing keyboard led when there are unread messages.
|
description: Flashing keyboard led when there are unread messages.
|
||||||
authors: Denis Fomin <fominde@gmail.com>
|
authors: Denis Fomin <fominde@gmail.com>
|
||||||
homepage: https://dev.gajim.org/gajim/gajim-plugins/wikis/flashingkeyboardplugin
|
homepage: https://dev.gajim.org/gajim/gajim-plugins/wikis/flashingkeyboardplugin
|
||||||
|
|||||||
@@ -4,13 +4,7 @@ from gi.repository import GdkPixbuf
|
|||||||
from gajim.common import app
|
from gajim.common import app
|
||||||
from gajim.plugins import GajimPlugin
|
from gajim.plugins import GajimPlugin
|
||||||
from gajim.plugins.helpers import log_calls
|
from gajim.plugins.helpers import log_calls
|
||||||
|
from gajim.plugins.plugins_i18n import _
|
||||||
# Since Gajim 1.1.0 _() has to be imported
|
|
||||||
try:
|
|
||||||
from gajim.common.i18n import _
|
|
||||||
except ImportError:
|
|
||||||
pass
|
|
||||||
|
|
||||||
|
|
||||||
class GuiForMe(GajimPlugin):
|
class GuiForMe(GajimPlugin):
|
||||||
|
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
[info]
|
[info]
|
||||||
name: GUI For Me
|
name: GUI For Me
|
||||||
short_name: gui_for_me
|
short_name: gui_for_me
|
||||||
version: 1.2.0
|
version: 1.2.1
|
||||||
description: Adds a button for the '/me' command.
|
description: Adds a button for the '/me' command.
|
||||||
authors: BomberMan
|
authors: BomberMan
|
||||||
copper
|
copper
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
[info]
|
[info]
|
||||||
name: Juick
|
name: Juick
|
||||||
short_name: juick
|
short_name: juick
|
||||||
version: 1.2.1
|
version: 1.2.2
|
||||||
description: Clickable Juick links , Juick nicks, preview Juick picturs.
|
description: Clickable Juick links , Juick nicks, preview Juick picturs.
|
||||||
The key combination alt + up in the textbox allow insert the number of last message (comment or topic).
|
The key combination alt + up in the textbox allow insert the number of last message (comment or topic).
|
||||||
authors: Denis Fomin <fominde@gmail.com>
|
authors: Denis Fomin <fominde@gmail.com>
|
||||||
|
|||||||
@@ -17,13 +17,7 @@ from gajim.plugins.helpers import log_calls
|
|||||||
from gajim.plugins.gui import GajimPluginConfigDialog
|
from gajim.plugins.gui import GajimPluginConfigDialog
|
||||||
from gajim.conversation_textview import TextViewImage
|
from gajim.conversation_textview import TextViewImage
|
||||||
from gajim import gtkgui_helpers
|
from gajim import gtkgui_helpers
|
||||||
|
from gajim.plugins.plugins_i18n import _
|
||||||
|
|
||||||
# Since Gajim 1.1.0 _() has to be imported
|
|
||||||
try:
|
|
||||||
from gajim.common.i18n import _
|
|
||||||
except ImportError:
|
|
||||||
pass
|
|
||||||
|
|
||||||
|
|
||||||
class JuickPlugin(GajimPlugin):
|
class JuickPlugin(GajimPlugin):
|
||||||
|
|||||||
@@ -38,12 +38,7 @@ from gajim.common import app
|
|||||||
from gajim.plugins import GajimPlugin
|
from gajim.plugins import GajimPlugin
|
||||||
from gajim.plugins.helpers import log, log_calls
|
from gajim.plugins.helpers import log, log_calls
|
||||||
from gajim.plugins.gui import GajimPluginConfigDialog
|
from gajim.plugins.gui import GajimPluginConfigDialog
|
||||||
|
from gajim.plugins.plugins_i18n import _
|
||||||
# Since Gajim 1.1.0 _() has to be imported
|
|
||||||
try:
|
|
||||||
from gajim.common.i18n import _
|
|
||||||
except ImportError:
|
|
||||||
pass
|
|
||||||
|
|
||||||
def latex_template(code):
|
def latex_template(code):
|
||||||
return '''\\documentclass[12pt]{article}
|
return '''\\documentclass[12pt]{article}
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
[info]
|
[info]
|
||||||
name: Latex
|
name: Latex
|
||||||
short_name: latex
|
short_name: latex
|
||||||
version: 1.2.0
|
version: 1.2.1
|
||||||
description: render received latex code
|
description: render received latex code
|
||||||
authors: Yves Fischer <yvesf@xapek.org>
|
authors: Yves Fischer <yvesf@xapek.org>
|
||||||
Yann Leboulanger <asterix@lagaule.org>
|
Yann Leboulanger <asterix@lagaule.org>
|
||||||
|
|||||||
@@ -30,12 +30,7 @@ from gi.repository import Gdk
|
|||||||
from gajim.plugins import GajimPlugin
|
from gajim.plugins import GajimPlugin
|
||||||
from gajim.plugins.helpers import log_calls
|
from gajim.plugins.helpers import log_calls
|
||||||
from gajim.plugins.gui import GajimPluginConfigDialog
|
from gajim.plugins.gui import GajimPluginConfigDialog
|
||||||
|
from gajim.plugins.plugins_i18n import _
|
||||||
# Since Gajim 1.1.0 _() has to be imported
|
|
||||||
try:
|
|
||||||
from gajim.common.i18n import _
|
|
||||||
except ImportError:
|
|
||||||
pass
|
|
||||||
|
|
||||||
|
|
||||||
class LengthNotifierPlugin(GajimPlugin):
|
class LengthNotifierPlugin(GajimPlugin):
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
[info]
|
[info]
|
||||||
name: Message Length Notifier
|
name: Message Length Notifier
|
||||||
short_name: length_notifier
|
short_name: length_notifier
|
||||||
version: 1.2.0
|
version: 1.2.1
|
||||||
description: Highlights message entry field in chat window when given length of message is exceeded.
|
description: Highlights message entry field in chat window when given length of message is exceeded.
|
||||||
authors: Mateusz Biliński <mateusz@bilinski.it>
|
authors: Mateusz Biliński <mateusz@bilinski.it>
|
||||||
homepage: http://trac-plugins.gajim.org/wiki/LengthNotifierPlugin
|
homepage: http://trac-plugins.gajim.org/wiki/LengthNotifierPlugin
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
[info]
|
[info]
|
||||||
name: Message Box Size
|
name: Message Box Size
|
||||||
short_name: message_box_size
|
short_name: message_box_size
|
||||||
version: 1.2.0
|
version: 1.2.1
|
||||||
description: Allows you to adjust the height of the new message input field.
|
description: Allows you to adjust the height of the new message input field.
|
||||||
authors: Denis Fomin <fominde@gmail.com>
|
authors: Denis Fomin <fominde@gmail.com>
|
||||||
homepage: http://trac-plugins.gajim.org/wiki/MessageBoxSizePlugin
|
homepage: http://trac-plugins.gajim.org/wiki/MessageBoxSizePlugin
|
||||||
|
|||||||
@@ -3,12 +3,7 @@ from gi.repository import Gtk
|
|||||||
from gajim.plugins import GajimPlugin
|
from gajim.plugins import GajimPlugin
|
||||||
from gajim.plugins.helpers import log_calls
|
from gajim.plugins.helpers import log_calls
|
||||||
from gajim.plugins.gui import GajimPluginConfigDialog
|
from gajim.plugins.gui import GajimPluginConfigDialog
|
||||||
|
from gajim.plugins.plugins_i18n import _
|
||||||
# Since Gajim 1.1.0 _() has to be imported
|
|
||||||
try:
|
|
||||||
from gajim.common.i18n import _
|
|
||||||
except ImportError:
|
|
||||||
pass
|
|
||||||
|
|
||||||
|
|
||||||
class MsgBoxSizePlugin(GajimPlugin):
|
class MsgBoxSizePlugin(GajimPlugin):
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
[info]
|
[info]
|
||||||
name: Quick replies
|
name: Quick replies
|
||||||
short_name: quick_replies
|
short_name: quick_replies
|
||||||
version: 1.2.0
|
version: 1.2.1
|
||||||
description: Plugin for quick insert template message and add your own template messages
|
description: Plugin for quick insert template message and add your own template messages
|
||||||
authors = Evgeniy Popov <evgeniypopov@gmail.com>
|
authors = Evgeniy Popov <evgeniypopov@gmail.com>
|
||||||
homepage = https://dev.gajim.org/gajim/gajim-plugins/wikis/QuickRepliesPlugin
|
homepage = https://dev.gajim.org/gajim/gajim-plugins/wikis/QuickRepliesPlugin
|
||||||
|
|||||||
@@ -6,12 +6,7 @@ from gajim.common import app
|
|||||||
from gajim.plugins import GajimPlugin
|
from gajim.plugins import GajimPlugin
|
||||||
from gajim.plugins.gui import GajimPluginConfigDialog
|
from gajim.plugins.gui import GajimPluginConfigDialog
|
||||||
from gajim.plugins.helpers import log_calls
|
from gajim.plugins.helpers import log_calls
|
||||||
|
from gajim.plugins.plugins_i18n import _
|
||||||
# Since Gajim 1.1.0 _() has to be imported
|
|
||||||
try:
|
|
||||||
from gajim.common.i18n import _
|
|
||||||
except ImportError:
|
|
||||||
pass
|
|
||||||
|
|
||||||
class QuickRepliesPlugin(GajimPlugin):
|
class QuickRepliesPlugin(GajimPlugin):
|
||||||
|
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
[info]
|
[info]
|
||||||
name: Regex Filter
|
name: Regex Filter
|
||||||
short_name: regex_filter
|
short_name: regex_filter
|
||||||
version: 1.2.0
|
version: 1.2.1
|
||||||
description: Filter incoming messages using regex.
|
description: Filter incoming messages using regex.
|
||||||
authors: Yann Leboulanger <asterix@lagaule.org>
|
authors: Yann Leboulanger <asterix@lagaule.org>
|
||||||
homepage: http://trac-plugins.gajim.org/wiki/RegexFilterPlugin
|
homepage: http://trac-plugins.gajim.org/wiki/RegexFilterPlugin
|
||||||
|
|||||||
@@ -33,12 +33,7 @@ from gajim.common import app
|
|||||||
from gajim.common import ged
|
from gajim.common import ged
|
||||||
from gajim.command_system.framework import CommandContainer, command, doc
|
from gajim.command_system.framework import CommandContainer, command, doc
|
||||||
from gajim.command_system.implementation.hosts import *
|
from gajim.command_system.implementation.hosts import *
|
||||||
|
from gajim.plugins.plugins_i18n import _
|
||||||
# Since Gajim 1.1.0 _() has to be imported
|
|
||||||
try:
|
|
||||||
from gajim.common.i18n import _
|
|
||||||
except ImportError:
|
|
||||||
pass
|
|
||||||
|
|
||||||
|
|
||||||
class RegexFilterPlugin(GajimPlugin):
|
class RegexFilterPlugin(GajimPlugin):
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
[info]
|
[info]
|
||||||
name: Roster Tweaks
|
name: Roster Tweaks
|
||||||
short_name: roster_tweaks
|
short_name: roster_tweaks
|
||||||
version: 1.2.0
|
version: 1.2.1
|
||||||
description: Allows user to tweak roster window appearance (eg. make it compact).
|
description: Allows user to tweak roster window appearance (eg. make it compact).
|
||||||
Added ability to quickly change the status message to all connected accounts.
|
Added ability to quickly change the status message to all connected accounts.
|
||||||
authors = Denis Fomin <fominde@gmail.com>
|
authors = Denis Fomin <fominde@gmail.com>
|
||||||
|
|||||||
@@ -8,12 +8,7 @@ from gajim.plugins import GajimPlugin
|
|||||||
from gajim.plugins.gui import GajimPluginConfigDialog
|
from gajim.plugins.gui import GajimPluginConfigDialog
|
||||||
from gajim.dialogs import ChangeActivityDialog, ChangeMoodDialog
|
from gajim.dialogs import ChangeActivityDialog, ChangeMoodDialog
|
||||||
from gajim import gtkgui_helpers
|
from gajim import gtkgui_helpers
|
||||||
|
from gajim.plugins.plugins_i18n import _
|
||||||
# Since Gajim 1.1.0 _() has to be imported
|
|
||||||
try:
|
|
||||||
from gajim.common.i18n import _
|
|
||||||
except ImportError:
|
|
||||||
pass
|
|
||||||
|
|
||||||
|
|
||||||
class RosterTweaksPlugin(GajimPlugin):
|
class RosterTweaksPlugin(GajimPlugin):
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
[info]
|
[info]
|
||||||
name: Server Status Icons
|
name: Server Status Icons
|
||||||
short_name: server_status_icons
|
short_name: server_status_icons
|
||||||
version: 1.2.0
|
version: 1.2.1
|
||||||
description: Replace standard Gajim status icons with server
|
description: Replace standard Gajim status icons with server
|
||||||
specific for known XMPP server accounts (vk.com, ...)
|
specific for known XMPP server accounts (vk.com, ...)
|
||||||
authors = Denis Fomin <fominde@gmail.com>
|
authors = Denis Fomin <fominde@gmail.com>
|
||||||
|
|||||||
@@ -6,12 +6,7 @@ from gajim import gtkgui_helpers
|
|||||||
from gajim.common import app
|
from gajim.common import app
|
||||||
from gajim.common import helpers
|
from gajim.common import helpers
|
||||||
from gajim.common import ged
|
from gajim.common import ged
|
||||||
|
from gajim.plugins.plugins_i18n import _
|
||||||
# Since Gajim 1.1.0 _() has to be imported
|
|
||||||
try:
|
|
||||||
from gajim.common.i18n import _
|
|
||||||
except ImportError:
|
|
||||||
pass
|
|
||||||
|
|
||||||
class ServerStatusIconsPlugin(GajimPlugin):
|
class ServerStatusIconsPlugin(GajimPlugin):
|
||||||
|
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
[info]
|
[info]
|
||||||
name: Tic tac toe
|
name: Tic tac toe
|
||||||
short_name: tictactoe
|
short_name: tictactoe
|
||||||
version: 1.6.31
|
version: 1.6.32
|
||||||
description: Play tic tac toe
|
description: Play tic tac toe
|
||||||
authors = Yann Leboulanger <asterix@lagaule.org>
|
authors = Yann Leboulanger <asterix@lagaule.org>
|
||||||
homepage = https://dev.gajim.org/gajim/gajim-plugins/wikis/TictactoePlugin
|
homepage = https://dev.gajim.org/gajim/gajim-plugins/wikis/TictactoePlugin
|
||||||
|
|||||||
@@ -48,12 +48,7 @@ from gajim import chat_control
|
|||||||
from gajim.common import ged
|
from gajim.common import ged
|
||||||
from gajim import dialogs
|
from gajim import dialogs
|
||||||
from gajim.common.connection_handlers_events import InformationEvent
|
from gajim.common.connection_handlers_events import InformationEvent
|
||||||
|
from gajim.plugins.plugins_i18n import _
|
||||||
# Since Gajim 1.1.0 _() has to be imported
|
|
||||||
try:
|
|
||||||
from gajim.common.i18n import _
|
|
||||||
except ImportError:
|
|
||||||
pass
|
|
||||||
|
|
||||||
NS_GAMES = 'http://jabber.org/protocol/games'
|
NS_GAMES = 'http://jabber.org/protocol/games'
|
||||||
NS_GAMES_TICTACTOE = NS_GAMES + '/tictactoe'
|
NS_GAMES_TICTACTOE = NS_GAMES + '/tictactoe'
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
[info]
|
[info]
|
||||||
name: Wrong Layout
|
name: Wrong Layout
|
||||||
short_name: wrong_layout
|
short_name: wrong_layout
|
||||||
version: 1.2.1
|
version: 1.2.2
|
||||||
description: Press alt+r to convert chars typed in wrong layout Rus<>Eng
|
description: Press alt+r to convert chars typed in wrong layout Rus<>Eng
|
||||||
authors: Denis Fomin <fominde@gmail.com>
|
authors: Denis Fomin <fominde@gmail.com>
|
||||||
homepage: https://dev.gajim.org/gajim/gajim-plugins/wikis/WrongLayoutPlugin
|
homepage: https://dev.gajim.org/gajim/gajim-plugins/wikis/WrongLayoutPlugin
|
||||||
|
|||||||
@@ -5,12 +5,8 @@ from gajim.common import app
|
|||||||
|
|
||||||
from gajim.plugins import GajimPlugin
|
from gajim.plugins import GajimPlugin
|
||||||
from gajim.plugins.helpers import log_calls
|
from gajim.plugins.helpers import log_calls
|
||||||
|
from gajim.plugins.plugins_i18n import _
|
||||||
|
|
||||||
# Since Gajim 1.1.0 _() has to be imported
|
|
||||||
try:
|
|
||||||
from gajim.common.i18n import _
|
|
||||||
except ImportError:
|
|
||||||
pass
|
|
||||||
|
|
||||||
class WrongLayoutPlugin(GajimPlugin):
|
class WrongLayoutPlugin(GajimPlugin):
|
||||||
@log_calls('WrongLayoutPlugin')
|
@log_calls('WrongLayoutPlugin')
|
||||||
|
|||||||
Reference in New Issue
Block a user