add the new files for transl
This commit is contained in:
parent
2720f1ce7c
commit
4688f1d000
|
@ -1,7 +1,35 @@
|
|||
# ls gajim.desktop.in src/*py src/common/*py -1 -U in trunk
|
||||
# to produce this list
|
||||
|
||||
[encoding: UTF-8]
|
||||
gajim.desktop.in
|
||||
src/advanced.py
|
||||
src/cell_renderer_image.py
|
||||
src/chat.py
|
||||
src/check_for_new_version.py
|
||||
src/config.py
|
||||
src/conversation_textview.py
|
||||
src/dialogs.py
|
||||
src/disco.py
|
||||
src/filetransfers_window.py
|
||||
src/gajim-remote.py
|
||||
src/gajim.py
|
||||
src/gajim_themes_window.py
|
||||
src/groupchat_window.py
|
||||
src/gtkexcepthook.py
|
||||
src/gtkgui_helpers.py
|
||||
src/history_window.py
|
||||
src/message_textview.py
|
||||
src/remote_control.py
|
||||
src/roster_window.py
|
||||
src/systray.py
|
||||
src/systraywin32.py
|
||||
src/tabbed_chat_window.py
|
||||
src/tooltips.py
|
||||
src/vcard.py
|
||||
src/common/GnuPG.py
|
||||
src/common/GnuPGInterface.py
|
||||
src/common/__init__.py
|
||||
src/common/config.py
|
||||
src/common/connection.py
|
||||
src/common/gajim.py
|
||||
|
@ -11,24 +39,3 @@ src/common/logger.py
|
|||
src/common/optparser.py
|
||||
src/common/sleepy.py
|
||||
src/common/socks5.py
|
||||
src/advanced.py
|
||||
src/cell_renderer_image.py
|
||||
src/chat.py
|
||||
src/check_for_new_version.py
|
||||
src/config.py
|
||||
src/dialogs.py
|
||||
src/gajim.py
|
||||
src/gajim_themes_window.py
|
||||
src/groupchat_window.py
|
||||
src/gtkgui_helpers.py
|
||||
src/history_window.py
|
||||
src/remote_control.py
|
||||
src/roster_window.py
|
||||
src/systray.py
|
||||
src/tabbed_chat_window.py
|
||||
src/vcard.py
|
||||
src/gtkgui.glade.h
|
||||
src/tooltips.py
|
||||
src/filetransfers_window.py
|
||||
src/gajim-remote.py
|
||||
src/gtkexcepthook.py
|
||||
|
|
Loading…
Reference in New Issue