mirror of
https://github.com/ZoiteChat/zoitechat.git
synced 2026-03-16 18:50:19 +00:00
add xchat r1489
This commit is contained in:
7
po/Makevars
Normal file
7
po/Makevars
Normal file
@@ -0,0 +1,7 @@
|
||||
DOMAIN = $(PACKAGE)
|
||||
subdir = po
|
||||
top_builddir = ..
|
||||
XGETTEXT_OPTIONS = --keyword=_ --keyword=N_
|
||||
COPYRIGHT_HOLDER =
|
||||
MSGID_BUGS_ADDRESS = www.xchat.org
|
||||
EXTRA_LOCALE_CATEGORIES =
|
||||
37
po/POTFILES.in
Normal file
37
po/POTFILES.in
Normal file
@@ -0,0 +1,37 @@
|
||||
src/common/cfgfiles.c
|
||||
src/common/dcc.c
|
||||
src/common/ignore.c
|
||||
src/common/notify.c
|
||||
src/common/outbound.c
|
||||
src/common/plugin.c
|
||||
src/common/server.c
|
||||
src/common/servlist.c
|
||||
src/common/textevents.h
|
||||
src/common/text.c
|
||||
src/common/util.c
|
||||
src/common/xchat.c
|
||||
src/common/dbus/dbus-client.c
|
||||
src/common/dbus/dbus-plugin.c
|
||||
src/fe-gtk/about.c
|
||||
src/fe-gtk/ascii.c
|
||||
src/fe-gtk/banlist.c
|
||||
src/fe-gtk/chanlist.c
|
||||
src/fe-gtk/dccgui.c
|
||||
src/fe-gtk/editlist.c
|
||||
src/fe-gtk/fe-gtk.c
|
||||
src/fe-gtk/fkeys.c
|
||||
src/fe-gtk/gtkutil.c
|
||||
src/fe-gtk/ignoregui.c
|
||||
src/fe-gtk/joind.c
|
||||
src/fe-gtk/maingui.c
|
||||
src/fe-gtk/menu.c
|
||||
src/fe-gtk/notifygui.c
|
||||
src/fe-gtk/plugin-tray.c
|
||||
src/fe-gtk/plugingui.c
|
||||
src/fe-gtk/rawlog.c
|
||||
src/fe-gtk/search.c
|
||||
src/fe-gtk/servlistgui.c
|
||||
src/fe-gtk/setup.c
|
||||
src/fe-gtk/textgui.c
|
||||
src/fe-gtk/urlgrab.c
|
||||
src/fe-gtk/userlistgui.c
|
||||
4775
po/en_GB.po
Normal file
4775
po/en_GB.po
Normal file
File diff suppressed because it is too large
Load Diff
6078
po/pt_BR.po
Normal file
6078
po/pt_BR.po
Normal file
File diff suppressed because it is too large
Load Diff
19
po/remove-potcdate.sin
Normal file
19
po/remove-potcdate.sin
Normal file
@@ -0,0 +1,19 @@
|
||||
# Sed script that remove the POT-Creation-Date line in the header entry
|
||||
# from a POT file.
|
||||
#
|
||||
# The distinction between the first and the following occurrences of the
|
||||
# pattern is achieved by looking at the hold space.
|
||||
/^"POT-Creation-Date: .*"$/{
|
||||
x
|
||||
# Test if the hold space is empty.
|
||||
s/P/P/
|
||||
ta
|
||||
# Yes it was empty. First occurrence. Remove the line.
|
||||
g
|
||||
d
|
||||
bb
|
||||
:a
|
||||
# The hold space was nonempty. Following occurrences. Do nothing.
|
||||
x
|
||||
:b
|
||||
}
|
||||
5671
po/zh_CN.po
Normal file
5671
po/zh_CN.po
Normal file
File diff suppressed because it is too large
Load Diff
5434
po/zh_TW.po
Normal file
5434
po/zh_TW.po
Normal file
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user