mirror of
https://github.com/ZoiteChat/zoitechat.git
synced 2026-03-10 16:00:18 +00:00
Compare commits
126 Commits
zoitechat-
...
zoitechat-
| Author | SHA1 | Date | |
|---|---|---|---|
| 303d5cc581 | |||
|
|
cf2e44f3d5 | ||
|
|
049d3c19af | ||
|
|
7be145b94a | ||
|
|
e365266b4a | ||
|
|
4ad5df0370 | ||
|
|
887d891541 | ||
| 041288cdad | |||
| c8ee118f00 | |||
| d4134c94b3 | |||
| 5ca3e835a7 | |||
| 6c85c796d3 | |||
| 992215ee91 | |||
|
|
4cf1b52982 | ||
| bc1d2e5f7a | |||
| a0f0c48bc5 | |||
| 4d6c77704c | |||
| 2b98ebc544 | |||
|
|
4ed7032fd5 | ||
|
|
4e01192979 | ||
|
|
2127820ae0 | ||
|
|
a40f53a1f3 | ||
|
|
0e661dec95 | ||
|
|
e503bec31a | ||
|
|
628bb2e157 | ||
|
|
afeae7380d | ||
|
|
3530a5c191 | ||
|
|
92b9577a19 | ||
|
|
56dc9b1b4a | ||
| 8c3986ffe0 | |||
|
|
c2b67e647d | ||
| 6137fdbd91 | |||
| 35ecc2c643 | |||
| cb8b8bd4cc | |||
| 7279e3592f | |||
| 8d275ddb31 | |||
| cf41615cb3 | |||
| c1f855c2ab | |||
| 4ac836fc66 | |||
| 5986e6a78b | |||
| 0601be026c | |||
| 24b0a3d75f | |||
| 2ac5234803 | |||
| 30e309853c | |||
| 944ce69906 | |||
| 4bf5316cfa | |||
| 136e63a6cd | |||
| 5ea424d0e8 | |||
|
|
d0e7e45a41 | ||
|
|
8df91eb382 | ||
|
|
40ed3bc0bc | ||
|
|
437e8fc3d1 | ||
|
|
4c86105183 | ||
|
|
87e9d93f5e | ||
|
|
b6fba447da | ||
|
|
95d31bad57 | ||
|
|
19fbceec93 | ||
|
|
4c13b96bd9 | ||
|
|
113c026ffa | ||
| e985506737 | |||
|
|
d858b12d8e | ||
|
|
e97937f82c | ||
|
|
960b51933d | ||
|
|
ccc6580652 | ||
| f473f3d4b9 | |||
| 2c349deee2 | |||
|
|
94e92b8edf | ||
| 85d0edbbed | |||
| b1fc133883 | |||
| f480366c87 | |||
|
|
51bd5376aa | ||
|
|
44880a41f9 | ||
|
|
1766ec558f | ||
|
|
58073542ff | ||
|
|
b7177b9fe6 | ||
|
|
c7dd1d6eef | ||
| 19d47c1d13 | |||
|
|
e5e22fc103 | ||
|
|
84f62080c4 | ||
|
|
2f30c86be8 | ||
| 46da9fe581 | |||
|
|
33efa85ac9 | ||
|
|
724f71b650 | ||
|
|
93cd47de5c | ||
|
|
e270199560 | ||
|
|
3fdd639028 | ||
|
|
90b227ed59 | ||
|
|
44f6fc357e | ||
|
|
20dca7dc2f | ||
|
|
81b2325aa1 | ||
|
|
fa1912bb5d | ||
|
|
7df9b08313 | ||
|
|
d54669982a | ||
| e79564b501 | |||
| 1be65ff216 | |||
| 0bcf4bee6e | |||
| 78c4b474db | |||
| af12c6557a | |||
|
|
24a5c3b50d | ||
| 708fb3de42 | |||
|
|
7ecc469385 | ||
|
|
34575bc603 | ||
|
|
7021031ea0 | ||
|
|
8cdc6cb966 | ||
|
|
cc359bd3e3 | ||
|
|
3225a28e12 | ||
|
|
758f879700 | ||
|
|
d8460692ac | ||
|
|
5e4bc8966c | ||
|
|
4373516256 | ||
|
|
4ebdaf7c1e | ||
|
|
3690011933 | ||
|
|
212b6d8a57 | ||
|
|
de4812cf93 | ||
|
|
37babfa29a | ||
|
|
9e6850eb4f | ||
|
|
f544a9d009 | ||
|
|
d455b44fef | ||
|
|
f33801e59b | ||
|
|
e70085a8c4 | ||
| bdee1481ed | |||
| 3ffa020c2c | |||
|
|
24ac7c8167 | ||
|
|
1b0487faa8 | ||
|
|
fed2525c7a | ||
|
|
0662c39c19 |
19
.github/workflows/appimage-build.yml
vendored
19
.github/workflows/appimage-build.yml
vendored
@@ -10,6 +10,12 @@ jobs:
|
||||
appimage_build:
|
||||
runs-on: ubuntu-24.04
|
||||
|
||||
permissions:
|
||||
contents: read
|
||||
id-token: write
|
||||
attestations: write
|
||||
artifact-metadata: write
|
||||
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
with:
|
||||
@@ -36,7 +42,8 @@ jobs:
|
||||
meson setup build \
|
||||
--prefix=/usr \
|
||||
-Dtext-frontend=true \
|
||||
-Dtheme-manager=true \
|
||||
-Dwith-perl=perl \
|
||||
-Dwith-python=python3 \
|
||||
-Dauto_features=enabled
|
||||
|
||||
- name: Build
|
||||
@@ -105,8 +112,8 @@ jobs:
|
||||
|
||||
./linuxdeploy-x86_64.AppImage \
|
||||
--appdir AppDir \
|
||||
--desktop-file AppDir/usr/share/applications/io.github.Zoitechat.desktop \
|
||||
--icon-file AppDir/usr/share/icons/hicolor/48x48/apps/io.github.Zoitechat.png \
|
||||
--desktop-file AppDir/usr/share/applications/net.zoite.Zoitechat.desktop \
|
||||
--icon-file AppDir/usr/share/icons/hicolor/48x48/apps/net.zoite.Zoitechat.png \
|
||||
--custom-apprun ./AppRun \
|
||||
--plugin gtk \
|
||||
--output appimage
|
||||
@@ -114,6 +121,12 @@ jobs:
|
||||
appimage_path="$(ls -1 *.AppImage | grep -v linuxdeploy | head -n 1)"
|
||||
mv "$appimage_path" "Zoitechat-${VERSION}-x86_64.AppImage"
|
||||
|
||||
- name: Attest AppImage (Build Provenance)
|
||||
if: ${{ github.event_name != 'pull_request' || github.event.pull_request.head.repo.full_name == github.repository }}
|
||||
uses: actions/attest-build-provenance@v3
|
||||
with:
|
||||
subject-path: Zoitechat-*-x86_64.AppImage
|
||||
|
||||
- name: Upload AppImage artifact
|
||||
uses: actions/upload-artifact@v4
|
||||
with:
|
||||
|
||||
1
.github/workflows/debian-build.yml
vendored
1
.github/workflows/debian-build.yml
vendored
@@ -35,7 +35,6 @@ jobs:
|
||||
rm -rf build
|
||||
meson setup build \
|
||||
-Dtext-frontend=true \
|
||||
-Dtheme-manager=true \
|
||||
-Dauto_features=enabled
|
||||
# If configure fails, show the project's actual option names in the log.
|
||||
- name: Show Meson options (on failure)
|
||||
|
||||
26
.github/workflows/flatpak-build.yml
vendored
26
.github/workflows/flatpak-build.yml
vendored
@@ -9,6 +9,13 @@ on:
|
||||
jobs:
|
||||
flatpak_build:
|
||||
runs-on: ubuntu-latest
|
||||
|
||||
permissions:
|
||||
contents: read
|
||||
id-token: write
|
||||
attestations: write
|
||||
artifact-metadata: write
|
||||
|
||||
container:
|
||||
image: ghcr.io/flathub-infra/flatpak-github-actions:gnome-49
|
||||
options: --privileged
|
||||
@@ -18,8 +25,23 @@ jobs:
|
||||
with:
|
||||
submodules: true
|
||||
|
||||
- uses: flatpak/flatpak-github-actions/flatpak-builder@v6
|
||||
- name: Build Flatpak
|
||||
id: flatpak_builder
|
||||
uses: flatpak/flatpak-github-actions/flatpak-builder@v6
|
||||
with:
|
||||
bundle: zoitechat.flatpak
|
||||
manifest-path: flatpak/io.github.Zoitechat.json
|
||||
manifest-path: flatpak/net.zoite.Zoitechat.json
|
||||
cache-key: flatpak-builder-${{ github.sha }}
|
||||
|
||||
- name: Upload Flatpak Bundle
|
||||
id: upload_flatpak
|
||||
uses: actions/upload-artifact@v4
|
||||
with:
|
||||
name: zoitechat.flatpak
|
||||
path: zoitechat.flatpak
|
||||
|
||||
- name: Attest Flatpak Bundle (Build Provenance)
|
||||
if: ${{ github.event_name != 'pull_request' || github.event.pull_request.head.repo.full_name == github.repository }}
|
||||
uses: actions/attest-build-provenance@v3
|
||||
with:
|
||||
subject-path: zoitechat.flatpak
|
||||
|
||||
117
.github/workflows/openbsd-build.yml
vendored
Normal file
117
.github/workflows/openbsd-build.yml
vendored
Normal file
@@ -0,0 +1,117 @@
|
||||
name: OpenBSD Build
|
||||
|
||||
on:
|
||||
push:
|
||||
branches: [master]
|
||||
pull_request:
|
||||
branches: [master]
|
||||
|
||||
jobs:
|
||||
openbsd_package:
|
||||
runs-on: ubuntu-latest
|
||||
|
||||
steps:
|
||||
- name: Checkout
|
||||
uses: actions/checkout@v4
|
||||
with:
|
||||
submodules: true
|
||||
|
||||
- name: Build OpenBSD package
|
||||
uses: vmactions/openbsd-vm@v1
|
||||
with:
|
||||
release: '7.5'
|
||||
usesh: true
|
||||
sync: rsync
|
||||
run: |
|
||||
set -eux
|
||||
|
||||
rdate -n pool.ntp.org
|
||||
export PKG_PATH="https://ftp.openbsd.org/pub/OpenBSD/7.5/packages/$(uname -m)/"
|
||||
|
||||
pkg_add -U \
|
||||
git \
|
||||
meson ninja pkgconf gmake \
|
||||
gettext-tools \
|
||||
glib2 gtk+2 dbus-glib libcanberra \
|
||||
luajit mono libgdiplus openssl
|
||||
|
||||
work="$(mktemp -d /tmp/zoitechat.XXXXXX)"
|
||||
trap 'rm -rf "$work"' EXIT
|
||||
|
||||
rsync -a --delete "$GITHUB_WORKSPACE"/ "$work/src/"
|
||||
cd "$work/src"
|
||||
|
||||
rm -rf build
|
||||
meson setup build \
|
||||
--prefix=/usr/local \
|
||||
-Dtext-frontend=true \
|
||||
-Dplugin=false \
|
||||
-Dauto_features=enabled
|
||||
|
||||
ninja -C build
|
||||
|
||||
staging="$work/staging"
|
||||
rm -rf "$staging"
|
||||
mkdir -p "$staging"
|
||||
|
||||
# Staged install
|
||||
DESTDIR="$staging" meson install -C build --no-rebuild
|
||||
|
||||
# If these exist, something ignored DESTDIR (install scripts are leaking)
|
||||
ls -l /usr/local/bin/zoitechat /usr/local/bin/thememan 2>/dev/null || true
|
||||
|
||||
sync
|
||||
sleep 1
|
||||
sync
|
||||
|
||||
# Freeze staged tree so pkg_create doesn't see moving targets
|
||||
snap="$work/staging-snap"
|
||||
rm -rf "$snap"
|
||||
mkdir -p "$snap"
|
||||
(cd "$staging" && pax -rw -pe . "$snap")
|
||||
|
||||
version="$(meson introspect --projectinfo build | sed -n 's/.*"version"[[:space:]]*:[[:space:]]*"\([^"]*\)".*/\1/p')"
|
||||
pkg_name="zoitechat-${version}"
|
||||
pkg_file="${pkg_name}.tgz"
|
||||
plist="$work/openbsd-plist"
|
||||
desc="$work/DESCR"
|
||||
|
||||
cat >"$desc" <<'EOF'
|
||||
ZoiteChat is an IRC client (HexChat-derived) with a GTK UI and optional tools.
|
||||
EOF
|
||||
|
||||
{
|
||||
echo "@cwd /usr/local"
|
||||
|
||||
# Files + symlinks
|
||||
find "$snap/usr/local" \( -type f -o -type l \) -print \
|
||||
| LC_ALL=C sort \
|
||||
| sed "s#^$snap/usr/local/##"
|
||||
|
||||
# Directories (reverse so children removed first)
|
||||
find "$snap/usr/local" -mindepth 1 -type d -print \
|
||||
| LC_ALL=C sort -r \
|
||||
| sed "s#^$snap/usr/local/##" \
|
||||
| sed 's#^#@dir #'
|
||||
} > "$plist"
|
||||
|
||||
# OpenBSD pkg_create: COMMENT is set via -D COMMENT=... (mandatory), no -c flag exists.
|
||||
# Create the .tgz in $work so we can copy it back out.
|
||||
cd "$work"
|
||||
pkg_create \
|
||||
-B "$snap" \
|
||||
-p /usr/local \
|
||||
-f "$plist" \
|
||||
-d "$desc" \
|
||||
-D "COMMENT=ZoiteChat IRC client" \
|
||||
-D "FULLPKGPATH=net/zoitechat" \
|
||||
"$pkg_file"
|
||||
|
||||
mkdir -p "$GITHUB_WORKSPACE/artifacts"
|
||||
cp "$work/$pkg_file" "$GITHUB_WORKSPACE/artifacts/"
|
||||
|
||||
- name: Upload OpenBSD package
|
||||
uses: actions/upload-artifact@v4
|
||||
with:
|
||||
name: openbsd-package
|
||||
path: artifacts/*.tgz
|
||||
56
.github/workflows/windows-build.yml
vendored
56
.github/workflows/windows-build.yml
vendored
@@ -11,6 +11,13 @@ on:
|
||||
jobs:
|
||||
windows_build:
|
||||
runs-on: windows-2019
|
||||
|
||||
permissions:
|
||||
contents: read
|
||||
id-token: write
|
||||
attestations: write
|
||||
artifact-metadata: write
|
||||
|
||||
strategy:
|
||||
matrix:
|
||||
platform: [x64, win32]
|
||||
@@ -27,7 +34,7 @@ jobs:
|
||||
|
||||
- uses: actions/setup-python@v5
|
||||
with:
|
||||
python-version: '3.8'
|
||||
python-version: '3.14.2'
|
||||
architecture: ${{ matrix.arch }}
|
||||
|
||||
- name: Install Dependencies
|
||||
@@ -52,29 +59,28 @@ jobs:
|
||||
Invoke-WebRequest https://github.com/zoitechat/gvsbuild/releases/download/zoitechat-2.17.0/perl-5.20.0-${{ matrix.arch }}.7z -OutFile deps\perl-${{ matrix.arch }}.7z
|
||||
& 7z.exe x deps\perl-${{ matrix.arch }}.7z -oC:\gtk-build\perl-5.20\${{ matrix.platform }}
|
||||
|
||||
New-Item -Path "C:\gtk-build\python-3.8" -ItemType Directory -Force | Out-Null
|
||||
|
||||
# Resolve python root from setup-python
|
||||
$pyRoot = $env:pythonLocation
|
||||
if (-not $pyRoot) {
|
||||
$pyRoot = & python -c "import sys; print(sys.prefix)"
|
||||
if (-not $pyRoot) { $pyRoot = & python -c "import sys; print(sys.prefix)" }
|
||||
|
||||
# Create BOTH paths because the .vcxproj hard-codes python-3.14\...
|
||||
foreach ($pyDir in @("C:\gtk-build\python-3.14.2", "C:\gtk-build\python-3.14")) {
|
||||
New-Item -Path $pyDir -ItemType Directory -Force | Out-Null
|
||||
$target = Join-Path $pyDir "${{ matrix.platform }}"
|
||||
if (Test-Path $target) { Remove-Item $target -Recurse -Force }
|
||||
New-Item -Path $pyDir -Name "${{ matrix.platform }}" -ItemType Junction -Value $pyRoot | Out-Null
|
||||
}
|
||||
|
||||
$target = "C:\gtk-build\python-3.8\${{ matrix.platform }}"
|
||||
if (Test-Path $target) { Remove-Item $target -Recurse -Force }
|
||||
|
||||
New-Item -Path "C:\gtk-build\python-3.8" -Name "${{ matrix.platform }}" -ItemType Junction -Value $pyRoot | Out-Null
|
||||
|
||||
python -m pip install --upgrade pip
|
||||
python -m pip install cffi
|
||||
|
||||
|
||||
- name: Build
|
||||
run: |
|
||||
call "C:\Program Files (x86)\Microsoft Visual Studio\2019\Enterprise\Common7\Tools\VsDevCmd.bat"
|
||||
|
||||
set "PYTHON_DIR=C:\gtk-build\python-3.8\${{ matrix.platform }}"
|
||||
if not exist "%PYTHON_DIR%\libs\python38.lib" (
|
||||
echo Missing %PYTHON_DIR%\libs\python38.lib
|
||||
set "PYTHON_DIR=C:\gtk-build\python-3.14.2\${{ matrix.platform }}"
|
||||
if not exist "%PYTHON_DIR%\libs\python314.lib" (
|
||||
echo Missing %PYTHON_DIR%\libs\python314.lib
|
||||
dir "%PYTHON_DIR%\libs"
|
||||
exit /b 1
|
||||
)
|
||||
@@ -91,12 +97,30 @@ jobs:
|
||||
move ..\zoitechat-build .\
|
||||
shell: cmd
|
||||
|
||||
- uses: actions/upload-artifact@v4
|
||||
- name: Upload Installer
|
||||
id: upload_installer
|
||||
uses: actions/upload-artifact@v4
|
||||
with:
|
||||
name: Installer ${{ matrix.arch }}
|
||||
path: ZoiteChat*.exe
|
||||
|
||||
- uses: actions/upload-artifact@v4
|
||||
- name: Attest Installer (Artifact Attestation)
|
||||
if: ${{ github.event_name != 'pull_request' || github.event.pull_request.head.repo.full_name == github.repository }}
|
||||
uses: actions/attest-build-provenance@v3
|
||||
with:
|
||||
subject-name: Installer ${{ matrix.arch }}
|
||||
subject-digest: sha256:${{ steps.upload_installer.outputs.artifact-digest }}
|
||||
|
||||
- name: Upload Build Files
|
||||
id: upload_buildfiles
|
||||
uses: actions/upload-artifact@v4
|
||||
with:
|
||||
name: Build Files ${{ matrix.arch }}
|
||||
path: zoitechat-build
|
||||
|
||||
- name: Attest Build Files (Artifact Attestation)
|
||||
if: ${{ github.event_name != 'pull_request' || github.event.pull_request.head.repo.full_name == github.repository }}
|
||||
uses: actions/attest-build-provenance@v3
|
||||
with:
|
||||
subject-name: Build Files ${{ matrix.arch }}
|
||||
subject-digest: sha256:${{ steps.upload_buildfiles.outputs.artifact-digest }}
|
||||
|
||||
2
.mailmap
2
.mailmap
@@ -1,5 +1,5 @@
|
||||
Berke Viktor <github.bviktor@outlook.com> <berkeviktor@aol.com>
|
||||
Berke Viktor <github.bviktor@outlook.com> <bviktor@zoitechat.org>
|
||||
Berke Viktor <github.bviktor@outlook.com> <bviktor@hexchat.org>
|
||||
Berke Viktor <github.bviktor@outlook.com> <bviktor@outlook.com>
|
||||
Berke Viktor <github.bviktor@outlook.com> berkeviktor@aol.com
|
||||
Patrick Griffis <tingping@tingping.se> TingPing <tingping@fedoraproject.org>
|
||||
|
||||
43
Makefile
Normal file
43
Makefile
Normal file
@@ -0,0 +1,43 @@
|
||||
PREFIX ?= /usr/local
|
||||
BUILD_DIR ?= build
|
||||
MESON ?= meson
|
||||
NINJA ?= ninja
|
||||
MESON_SETUP_ARGS ?=
|
||||
MESON_COMPILE_ARGS ?=
|
||||
MESON_INSTALL_ARGS ?=
|
||||
|
||||
CONFIG_STAMP := $(BUILD_DIR)/build.ninja
|
||||
|
||||
.PHONY: all configure build reconfigure install uninstall clean distclean
|
||||
|
||||
all: build
|
||||
|
||||
# Only run initial meson setup if we don't have a configured build dir yet.
|
||||
$(CONFIG_STAMP):
|
||||
@mkdir -p $(BUILD_DIR)
|
||||
@env NINJA=$(NINJA) $(MESON) setup $(BUILD_DIR) --prefix=$(PREFIX) $(MESON_SETUP_ARGS)
|
||||
|
||||
configure: $(CONFIG_STAMP)
|
||||
|
||||
build: configure
|
||||
@env NINJA=$(NINJA) $(MESON) compile -C $(BUILD_DIR) $(MESON_COMPILE_ARGS)
|
||||
|
||||
reconfigure:
|
||||
@mkdir -p $(BUILD_DIR)
|
||||
@env NINJA=$(NINJA) $(MESON) setup --reconfigure $(BUILD_DIR) --prefix=$(PREFIX) $(MESON_SETUP_ARGS)
|
||||
|
||||
install: build
|
||||
@env NINJA=$(NINJA) $(MESON) install -C $(BUILD_DIR) $(MESON_INSTALL_ARGS)
|
||||
|
||||
uninstall: configure
|
||||
@$(NINJA) -C $(BUILD_DIR) uninstall
|
||||
|
||||
clean:
|
||||
@if [ -f "$(CONFIG_STAMP)" ]; then \
|
||||
env NINJA=$(NINJA) $(MESON) compile -C $(BUILD_DIR) --clean; \
|
||||
else \
|
||||
echo "Nothing to clean (no $(CONFIG_STAMP))."; \
|
||||
fi
|
||||
|
||||
distclean:
|
||||
rm -rf $(BUILD_DIR)
|
||||
1113
changelog.rst
Normal file
1113
changelog.rst
Normal file
File diff suppressed because it is too large
Load Diff
@@ -1,11 +1,11 @@
|
||||
icondir = join_paths(get_option('datadir'), 'icons/hicolor')
|
||||
install_data(
|
||||
'zoitechat.png',
|
||||
rename: 'io.github.Zoitechat.png',
|
||||
rename: 'net.zoite.Zoitechat.png',
|
||||
install_dir: join_paths(icondir, '48x48/apps')
|
||||
)
|
||||
install_data(
|
||||
'zoitechat.svg',
|
||||
rename: 'io.github.Zoitechat.svg',
|
||||
rename: 'net.zoite.Zoitechat.svg',
|
||||
install_dir: join_paths(icondir, 'scalable/apps')
|
||||
)
|
||||
|
||||
@@ -6,6 +6,4 @@ if get_option('gtk-frontend')
|
||||
subdir('icons')
|
||||
subdir('misc')
|
||||
subdir('man')
|
||||
elif get_option('theme-manager')
|
||||
subdir('misc')
|
||||
endif
|
||||
|
||||
@@ -1,8 +0,0 @@
|
||||
[Desktop Entry]
|
||||
Name=ZoiteChat Theme Manager
|
||||
Comment=A simple theme manager for ZoiteChat
|
||||
Exec=thememan %f
|
||||
Icon=zoitechat
|
||||
Terminal=false
|
||||
Type=Application
|
||||
MimeType=application/x-hct;
|
||||
@@ -1,8 +0,0 @@
|
||||
<?xml version="1.0"?>
|
||||
<mime-info xmlns='http://www.freedesktop.org/standards/shared-mime-info'>
|
||||
<mime-type type="application/x-hct">
|
||||
<comment>ZoiteChat theme archives</comment>
|
||||
<icon name="zoitechat" />
|
||||
<glob pattern="*.hct" weight="100" />
|
||||
</mime-type>
|
||||
</mime-info>
|
||||
@@ -1,12 +1,13 @@
|
||||
appdir = join_paths(get_option('datadir'), 'applications')
|
||||
metainfodir = join_paths(get_option('datadir'), 'metainfo')
|
||||
mimedir = join_paths(get_option('datadir'), 'mime', 'packages')
|
||||
desktop_utils = find_program('desktop-file-validate', required: false)
|
||||
|
||||
if get_option('gtk-frontend')
|
||||
if get_option('install-appdata')
|
||||
zoitechat_appdata = i18n.merge_file(
|
||||
input: 'io.github.Zoitechat.appdata.xml.in',
|
||||
output: 'io.github.Zoitechat.appdata.xml',
|
||||
input: 'net.zoite.Zoitechat.appdata.xml.in',
|
||||
output: 'net.zoite.Zoitechat.appdata.xml',
|
||||
po_dir: '../../po',
|
||||
install: true,
|
||||
install_dir: metainfodir
|
||||
@@ -14,7 +15,7 @@ if get_option('gtk-frontend')
|
||||
|
||||
appstream_util = find_program('appstream-util', required: false)
|
||||
if appstream_util.found()
|
||||
test('Validate io.github.Zoitechat.appdata.xml', appstream_util,
|
||||
test('Validate net.zoite.Zoitechat.appdata.xml', appstream_util,
|
||||
args: ['validate-relax', zoitechat_appdata]
|
||||
)
|
||||
endif
|
||||
@@ -28,48 +29,31 @@ if get_option('gtk-frontend')
|
||||
endif
|
||||
|
||||
desktop_file = configure_file(
|
||||
input: 'io.github.Zoitechat.desktop.in.in',
|
||||
output: 'io.github.Zoitechat.desktop.in',
|
||||
input: 'net.zoite.Zoitechat.desktop.in.in',
|
||||
output: 'net.zoite.Zoitechat.desktop.in',
|
||||
configuration: desktop_conf
|
||||
)
|
||||
|
||||
zoitechat_desktop = i18n.merge_file(
|
||||
input: desktop_file,
|
||||
output: 'io.github.Zoitechat.desktop',
|
||||
output: 'net.zoite.Zoitechat.desktop',
|
||||
po_dir: '../../po',
|
||||
type: 'desktop',
|
||||
install: true,
|
||||
install_dir: appdir
|
||||
)
|
||||
|
||||
install_data('net.zoite.Zoitechat.mime.xml',
|
||||
install_dir: mimedir
|
||||
)
|
||||
|
||||
if desktop_utils.found()
|
||||
test('Validate io.github.Zoitechat.desktop', desktop_utils,
|
||||
test('Validate net.zoite.Zoitechat.desktop', desktop_utils,
|
||||
args: [zoitechat_desktop]
|
||||
)
|
||||
endif
|
||||
endif
|
||||
|
||||
if get_option('theme-manager')
|
||||
htm_desktop = i18n.merge_file(
|
||||
input: 'io.github.Zoitechat.ThemeManager.desktop.in',
|
||||
output: 'io.github.Zoitechat.ThemeManager.desktop',
|
||||
po_dir: '../../po',
|
||||
type: 'desktop',
|
||||
install: true,
|
||||
install_dir: appdir
|
||||
)
|
||||
|
||||
if desktop_utils.found()
|
||||
test('Validate io.github.Zoitechat.ThemeManager.desktop', desktop_utils,
|
||||
args: [htm_desktop]
|
||||
)
|
||||
endif
|
||||
|
||||
install_data('io.github.Zoitechat.ThemeManager.xml',
|
||||
install_dir: join_paths(get_option('datadir'), 'mime/packages')
|
||||
)
|
||||
endif
|
||||
|
||||
if get_option('plugin')
|
||||
plugin_metainfo = []
|
||||
|
||||
@@ -118,8 +102,8 @@ if get_option('plugin')
|
||||
conf.set('LICENSE', metainfo[2])
|
||||
|
||||
configure_file(
|
||||
input: 'io.github.Zoitechat.Plugin.metainfo.xml.in',
|
||||
output: 'io.github.Zoitechat.Plugin.@0@.metainfo.xml'.format(name),
|
||||
input: 'net.zoite.Zoitechat.Plugin.metainfo.xml.in',
|
||||
output: 'net.zoite.Zoitechat.Plugin.@0@.metainfo.xml'.format(name),
|
||||
configuration: conf,
|
||||
install_dir: get_option('install-plugin-metainfo') ? metainfodir : '',
|
||||
)
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<component type="addon">
|
||||
<id>io.github.Zoitechat.Plugin.@NAME@</id>
|
||||
<extends>io.github.Zoitechat</extends>
|
||||
<id>net.zoite.Zoitechat.Plugin.@NAME@</id>
|
||||
<extends>net.zoite.Zoitechat</extends>
|
||||
<name>@NAME@ Plugin</name>
|
||||
<summary>@SUMMARY@</summary>
|
||||
<url type="homepage">https://zoitechat.zoite.net/</url>
|
||||
@@ -1,8 +1,8 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<component type="desktop-application">
|
||||
<id>io.github.Zoitechat</id>
|
||||
<id>net.zoite.Zoitechat</id>
|
||||
<name>ZoiteChat</name>
|
||||
<launchable type="desktop-id">io.github.Zoitechat.desktop</launchable>
|
||||
<launchable type="desktop-id">net.zoite.Zoitechat.desktop</launchable>
|
||||
<developer_name>ZoiteChat</developer_name>
|
||||
<metadata_license>CC0-1.0</metadata_license>
|
||||
<project_license>GPL-2.0+</project_license>
|
||||
@@ -14,20 +14,57 @@
|
||||
</description>
|
||||
<url type="homepage">http://zoitechat.zoite.net</url>
|
||||
<url type="bugtracker">https://github.com/zoitechat/zoitechat</url>
|
||||
<url type="help">https://zoitechat.zoite.net/docs/en/latest/</url>
|
||||
<url type="help">https://zoitechat.zoite.net/docs</url>
|
||||
<screenshots>
|
||||
<screenshot type="default">
|
||||
<image>http://i.imgur.com/tLMguQz.png</image>
|
||||
<image>https://zoitechat.zoite.net/assets/ZoiteChat.png</image>
|
||||
<caption>Main Chat Window</caption>
|
||||
</screenshot>
|
||||
</screenshots>
|
||||
<provides>
|
||||
<id>zoitechat.desktop</id>
|
||||
</provides>
|
||||
<releases>
|
||||
<releases>
|
||||
<release date="2026-02-03" version="2.17.4">
|
||||
<description>
|
||||
<p>Fixes and minor features:</p>
|
||||
<ul>
|
||||
<li>STS handling now persists server policies, enforces upgrades more consistently, and falls back to current ports when needed.</li>
|
||||
<li>Windows build workflow updated (MSYS2 setup changes) and OpenSSL trust store handling tightened for safer TLS connections.</li>
|
||||
<li>Reduced GLib coupling in multiple Windows subsystems (spellcheck, history, sysinfo) plus small stability fixes.</li>
|
||||
</ul>
|
||||
</description>
|
||||
</release>
|
||||
<release date="2026-01-17" version="2.17.3">
|
||||
<description>
|
||||
<p>Fixes and minor features:</p>
|
||||
<ul>
|
||||
<li>SNI extension handling: RFC 6066-compliant validation (ASCII-only hostnames; skips IP literals) before setting SNI on SSL connections.</li>
|
||||
<li>Logs an SSL message when an invalid SNI host name is skipped to aid troubleshooting.</li>
|
||||
<li>Theme support integrated into Preferences; removed the standalone Theme Manager application.</li>
|
||||
<li>Added colour emoji support and an emoji selector menu.</li>
|
||||
<li>Updated bundled Python to v3.14.2.</li>
|
||||
<li>Fixed newline issues affecting syncing of Windows/Linux server list files.</li>
|
||||
</ul>
|
||||
|
||||
<p>Known issues:</p>
|
||||
<ul>
|
||||
<li>Opening a theme file (.zct or .hct) spawns a new ZoiteChat instance during import; import succeeds but leaves an extra window open.</li>
|
||||
<li>Colour emojis render in all builds except Windows (GTK2 limitation/issue on Windows).</li>
|
||||
</ul>
|
||||
</description>
|
||||
</release>
|
||||
<release date="2026-01-13" version="2.17.2">
|
||||
<description>
|
||||
<p>This is a release with small fixes:</p>
|
||||
<ul>
|
||||
<li>Changes to Auto Replace. Will make matches in almost any scenario, Pasted, typed, beginning, end or middle of words/scentences etc.</li>
|
||||
</ul>
|
||||
</description>
|
||||
</release>
|
||||
<release date="2026-01-12" version="2.17.1">
|
||||
<description>
|
||||
<p>This is a pre-release with small improvements and fixes:</p>
|
||||
<p>This is a release with small improvements and fixes:</p>
|
||||
<ul>
|
||||
<li>First implementation of dark mode.</li>
|
||||
</ul>
|
||||
@@ -119,7 +156,7 @@
|
||||
<description>
|
||||
<p>This is largely a bug fix release though it has some large behind the scenes changes:</p>
|
||||
<ul>
|
||||
<li>Rename data files to use *io.github.Zoitechat* name</li>
|
||||
<li>Rename data files to use *net.zoite.Zoitechat* name</li>
|
||||
<li>Add option (irc_reconnect_rejoin) to disable auto-rejoin on reconnect</li>
|
||||
<li>Add ability to set custom tray icon separate of app icon</li>
|
||||
<li>Fix Enchant 2.0+ support</li>
|
||||
@@ -4,14 +4,14 @@ GenericName=IRC Client
|
||||
Comment=Chat with other people online
|
||||
Keywords=IM;Chat;
|
||||
Exec=@exec_command@
|
||||
Icon=io.github.Zoitechat
|
||||
Icon=net.zoite.Zoitechat
|
||||
Terminal=false
|
||||
Type=Application
|
||||
Categories=GTK;Network;IRCClient;
|
||||
StartupNotify=true
|
||||
StartupWMClass=Zoitechat
|
||||
X-GNOME-UsesNotifications=true
|
||||
MimeType=x-scheme-handler/irc;x-scheme-handler/ircs;
|
||||
MimeType=x-scheme-handler/irc;x-scheme-handler/ircs;application/x-zoitechat-theme;application/x-hexchat-theme;
|
||||
Actions=SafeMode;
|
||||
|
||||
[Desktop Action SafeMode]
|
||||
11
data/misc/net.zoite.Zoitechat.mime.xml
Normal file
11
data/misc/net.zoite.Zoitechat.mime.xml
Normal file
@@ -0,0 +1,11 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<mime-info xmlns="http://www.freedesktop.org/standards/shared-mime-info">
|
||||
<mime-type type="application/x-zoitechat-theme">
|
||||
<comment>ZoiteChat Theme</comment>
|
||||
<glob pattern="*.zct"/>
|
||||
</mime-type>
|
||||
<mime-type type="application/x-hexchat-theme">
|
||||
<comment>HexChat Theme</comment>
|
||||
<glob pattern="*.hct"/>
|
||||
</mime-type>
|
||||
</mime-info>
|
||||
2
debian/control
vendored
2
debian/control
vendored
@@ -21,7 +21,7 @@ Standards-Version: 4.6.0
|
||||
Rules-Requires-Root: no
|
||||
Vcs-Git: https://github.com/zoitechat/zoitechat.git
|
||||
Vcs-Browser: https://github.com/zoitechat/zoitechat
|
||||
Homepage: https://zoitechat.github.io
|
||||
Homepage: https://zoitechat.zoite.net
|
||||
|
||||
Package: zoitechat
|
||||
Architecture: any
|
||||
|
||||
2
debian/copyright
vendored
2
debian/copyright
vendored
@@ -1,6 +1,6 @@
|
||||
Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
|
||||
Upstream-Name: zoitechat
|
||||
Source: https://zoitechat.github.io
|
||||
Source: https://zoitechat.zoite.net
|
||||
|
||||
Files: *
|
||||
Copyright: 1998-2010 Peter Zelezny
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<component type="desktop-application">
|
||||
<id>io.github.Zoitechat</id>
|
||||
<id>net.zoite.Zoitechat</id>
|
||||
<name>ZoiteChat</name>
|
||||
<summary>IRC client for GNOME</summary>
|
||||
<metadata_license>CC0-1.0</metadata_license>
|
||||
@@ -11,10 +11,10 @@
|
||||
<p>Current Flatpak builds have a known issue where the Python plugin can freeze the client.</p>
|
||||
</description>
|
||||
|
||||
<launchable type="desktop-id">io.github.Zoitechat.desktop</launchable>
|
||||
<launchable type="desktop-id">net.zoite.Zoitechat.desktop</launchable>
|
||||
<provides>
|
||||
<binary>zoitechat</binary>
|
||||
</provides>
|
||||
|
||||
<url type="homepage">https://zoitechat.github.io/</url>
|
||||
<url type="homepage">https://zoitechat.zoite.net/</url>
|
||||
</component>
|
||||
2
debian/zoitechat.install
vendored
2
debian/zoitechat.install
vendored
@@ -1,3 +1,3 @@
|
||||
usr/bin/zoitechat
|
||||
usr/share/applications
|
||||
usr/share/metainfo/io.github.Zoitechat.appdata.xml
|
||||
usr/share/metainfo/net.zoite.Zoitechat.appdata.xml
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
{
|
||||
"app-id": "io.github.Zoitechat",
|
||||
"app-id": "net.zoite.Zoitechat",
|
||||
"branch": "stable",
|
||||
"runtime": "org.gnome.Platform",
|
||||
"runtime-version": "49",
|
||||
@@ -17,7 +17,7 @@
|
||||
"--talk-name=org.mpris.MediaPlayer2.*"
|
||||
],
|
||||
"add-extensions": {
|
||||
"io.github.Zoitechat.Plugin": {
|
||||
"net.zoite.Zoitechat.Plugin": {
|
||||
"version": "20.08",
|
||||
"directory": "extensions",
|
||||
"add-ld-path": "lib",
|
||||
@@ -52,6 +52,7 @@
|
||||
"--buildtype=release",
|
||||
"-Ddbus-service-use-appid=true",
|
||||
"-Dwith-perl=false",
|
||||
"-Dwith-python=false",
|
||||
"-Dwith-lua=lua"
|
||||
],
|
||||
"build-options": {
|
||||
@@ -1,5 +1,5 @@
|
||||
project('zoitechat', 'c',
|
||||
version: '2.17.1',
|
||||
version: '2.17.4',
|
||||
meson_version: '>= 0.47.0',
|
||||
default_options: [
|
||||
'c_std=gnu89',
|
||||
@@ -54,7 +54,7 @@ config_h.set('GLIB_VERSION_MIN_REQUIRED', 'GLIB_VERSION_2_36')
|
||||
config_h.set('HAVE_MEMRCHR', cc.has_function('memrchr'))
|
||||
config_h.set('HAVE_STRINGS_H', cc.has_header('strings.h'))
|
||||
|
||||
config_h.set_quoted('HEXCHATLIBDIR',
|
||||
config_h.set_quoted('ZOITECHATLIBDIR',
|
||||
join_paths(get_option('prefix'), get_option('libdir'), 'zoitechat/plugins')
|
||||
)
|
||||
|
||||
@@ -165,9 +165,7 @@ if cc.get_id() != 'msvc'
|
||||
subdir('data')
|
||||
subdir('po') # FIXME: build xgettext
|
||||
|
||||
meson.add_install_script('meson_post_install.py',
|
||||
'@0@'.format(get_option('theme-manager'))
|
||||
)
|
||||
meson.add_install_script('meson_post_install.py')
|
||||
endif
|
||||
|
||||
if meson.version().version_compare('>= 0.53.0')
|
||||
|
||||
@@ -5,9 +5,6 @@ option('gtk-frontend', type: 'boolean',
|
||||
option('text-frontend', type: 'boolean', value: false,
|
||||
description: 'Text interface (not generally useful)'
|
||||
)
|
||||
option('theme-manager', type: 'boolean', value: false,
|
||||
description: 'Utility to help manage themes, requires mono/.net'
|
||||
)
|
||||
|
||||
# Features
|
||||
option('tls', type: 'feature', value: 'enabled',
|
||||
|
||||
@@ -6,7 +6,6 @@ import subprocess
|
||||
|
||||
prefix = os.environ.get('MESON_INSTALL_PREFIX', '/usr/local')
|
||||
datadir = os.path.join(prefix, 'share')
|
||||
with_thememan = sys.argv[1] == 'true'
|
||||
|
||||
# Packaging tools define DESTDIR and this isn't needed for them
|
||||
if 'DESTDIR' not in os.environ:
|
||||
@@ -17,8 +16,3 @@ if 'DESTDIR' not in os.environ:
|
||||
print('Updating desktop database...')
|
||||
subprocess.call(['update-desktop-database', '-q',
|
||||
os.path.join(datadir, 'applications')])
|
||||
|
||||
if with_thememan:
|
||||
print('Updating mime database...')
|
||||
subprocess.call(['update-mime-database',
|
||||
os.path.join(datadir, 'mime')])
|
||||
|
||||
@@ -22,6 +22,22 @@
|
||||
<string>????</string>
|
||||
<key>CFBundleVersion</key>
|
||||
<string>@VERSION@</string>
|
||||
<key>CFBundleDocumentTypes</key>
|
||||
<array>
|
||||
<dict>
|
||||
<key>CFBundleTypeExtensions</key>
|
||||
<array>
|
||||
<string>zct</string>
|
||||
<string>hct</string>
|
||||
</array>
|
||||
<key>CFBundleTypeIconFile</key>
|
||||
<string>zoitechat.icns</string>
|
||||
<key>CFBundleTypeName</key>
|
||||
<string>ZoiteChat Theme</string>
|
||||
<key>CFBundleTypeRole</key>
|
||||
<string>Viewer</string>
|
||||
</dict>
|
||||
</array>
|
||||
<key>NSHumanReadableCopyright</key>
|
||||
<string></string>
|
||||
<key>LSMinimumSystemVersion</key>
|
||||
|
||||
@@ -38,7 +38,7 @@ export PANGO_SYSCONFDIR="$bundle_etc"
|
||||
|
||||
export OPENSSL_CONF="/System/Library/OpenSSL/openssl.cnf"
|
||||
|
||||
export HEXCHAT_LIBDIR="$bundle_lib/zoitechat/plugins"
|
||||
export ZOITECHAT_LIBDIR="$bundle_lib/zoitechat/plugins"
|
||||
|
||||
APP=name
|
||||
I18NDIR="$bundle_data/locale"
|
||||
|
||||
@@ -135,7 +135,7 @@ dccrecv_cb (char *word[], void *userdata)
|
||||
if (!filename_fs) {
|
||||
zoitechat_printf (ph, "Checksum: Invalid filename (%s)\n", filename);
|
||||
g_free (filename);
|
||||
return HEXCHAT_EAT_NONE;
|
||||
return ZOITECHAT_EAT_NONE;
|
||||
}
|
||||
|
||||
ChecksumCallbackInfo *callback_data = g_new (ChecksumCallbackInfo, 1);
|
||||
@@ -153,7 +153,7 @@ dccrecv_cb (char *word[], void *userdata)
|
||||
g_object_unref (file);
|
||||
g_object_unref (task);
|
||||
|
||||
return HEXCHAT_EAT_NONE;
|
||||
return ZOITECHAT_EAT_NONE;
|
||||
}
|
||||
|
||||
static int
|
||||
@@ -177,7 +177,7 @@ dccoffer_cb (char *word[], void *userdata)
|
||||
g_object_unref (file);
|
||||
g_object_unref (task);
|
||||
|
||||
return HEXCHAT_EAT_NONE;
|
||||
return ZOITECHAT_EAT_NONE;
|
||||
}
|
||||
|
||||
int
|
||||
@@ -189,8 +189,8 @@ zoitechat_plugin_init (zoitechat_plugin *plugin_handle, char **plugin_name, char
|
||||
*plugin_desc = desc;
|
||||
*plugin_version = version;
|
||||
|
||||
zoitechat_hook_print (ph, "DCC RECV Complete", HEXCHAT_PRI_NORM, dccrecv_cb, NULL);
|
||||
zoitechat_hook_print (ph, "DCC Offer", HEXCHAT_PRI_NORM, dccoffer_cb, NULL);
|
||||
zoitechat_hook_print (ph, "DCC RECV Complete", ZOITECHAT_PRI_NORM, dccrecv_cb, NULL);
|
||||
zoitechat_hook_print (ph, "DCC Offer", ZOITECHAT_PRI_NORM, dccoffer_cb, NULL);
|
||||
|
||||
zoitechat_printf (ph, "%s plugin loaded\n", name);
|
||||
return 1;
|
||||
|
||||
@@ -134,7 +134,7 @@ run_command (char *word[], char *word_eol[], void *userdata)
|
||||
zoitechat_command (ph, "help exec");
|
||||
}
|
||||
|
||||
return HEXCHAT_EAT_HEXCHAT;
|
||||
return ZOITECHAT_EAT_ZOITECHAT;
|
||||
}
|
||||
|
||||
int
|
||||
@@ -146,7 +146,7 @@ zoitechat_plugin_init (zoitechat_plugin *plugin_handle, char **plugin_name, char
|
||||
*plugin_desc = desc;
|
||||
*plugin_version = version;
|
||||
|
||||
zoitechat_hook_command (ph, "EXEC", HEXCHAT_PRI_NORM, run_command, "Usage: /EXEC [-O] - execute commands inside ZoiteChat", 0);
|
||||
zoitechat_hook_command (ph, "EXEC", ZOITECHAT_PRI_NORM, run_command, "Usage: /EXEC [-O] - execute commands inside ZoiteChat", 0);
|
||||
zoitechat_printf (ph, "%s plugin loaded\n", name);
|
||||
|
||||
return 1; /* return 1 for success */
|
||||
|
||||
@@ -283,7 +283,7 @@ char *decrypt_raw_message(const char *message, const char *key) {
|
||||
zoitechat_printf(ph, ">%s< ", word[i]);
|
||||
}
|
||||
zoitechat_printf(ph, "\n");
|
||||
return HEXCHAT_EAT_NONE;
|
||||
return ZOITECHAT_EAT_NONE;
|
||||
}*/
|
||||
|
||||
/**
|
||||
@@ -299,7 +299,7 @@ static int handle_outgoing(char *word[], char *word_eol[], void *userdata) {
|
||||
const char *channel = zoitechat_get_info(ph, "channel");
|
||||
|
||||
/* Check if we can encrypt */
|
||||
if (!fish_nick_has_key(channel)) return HEXCHAT_EAT_NONE;
|
||||
if (!fish_nick_has_key(channel)) return ZOITECHAT_EAT_NONE;
|
||||
|
||||
command = g_string_new("");
|
||||
g_string_printf(command, "PRIVMSG %s :+OK ", channel);
|
||||
@@ -307,7 +307,7 @@ static int handle_outgoing(char *word[], char *word_eol[], void *userdata) {
|
||||
encrypted_list = fish_encrypt_for_nick(channel, word_eol[1], &mode, get_prefix_length() + command->len);
|
||||
if (!encrypted_list) {
|
||||
g_string_free(command, TRUE);
|
||||
return HEXCHAT_EAT_NONE;
|
||||
return ZOITECHAT_EAT_NONE;
|
||||
}
|
||||
|
||||
/* Get prefix for own nick if any */
|
||||
@@ -333,7 +333,7 @@ static int handle_outgoing(char *word[], char *word_eol[], void *userdata) {
|
||||
g_string_free(command, TRUE);
|
||||
g_slist_free_full(encrypted_list, g_free);
|
||||
|
||||
return HEXCHAT_EAT_HEXCHAT;
|
||||
return ZOITECHAT_EAT_ZOITECHAT;
|
||||
}
|
||||
|
||||
/**
|
||||
@@ -350,7 +350,7 @@ static int handle_incoming(char *word[], char *word_eol[], zoitechat_event_attrs
|
||||
GString *message;
|
||||
|
||||
if (!irc_parse_message((const char **)word, &prefix, &command, ¶meters_offset))
|
||||
return HEXCHAT_EAT_NONE;
|
||||
return ZOITECHAT_EAT_NONE;
|
||||
|
||||
/* Topic (command 332) has an extra parameter */
|
||||
if (!strcmp(command, "332"))
|
||||
@@ -367,7 +367,7 @@ static int handle_incoming(char *word[], char *word_eol[], zoitechat_event_attrs
|
||||
|
||||
/* Nothing to decrypt */
|
||||
if (decrypted == NULL)
|
||||
return HEXCHAT_EAT_NONE;
|
||||
return ZOITECHAT_EAT_NONE;
|
||||
|
||||
/* Build decrypted message */
|
||||
|
||||
@@ -395,7 +395,7 @@ static int handle_incoming(char *word[], char *word_eol[], zoitechat_event_attrs
|
||||
zoitechat_command(ph, message->str);
|
||||
g_string_free (message, TRUE);
|
||||
|
||||
return HEXCHAT_EAT_HEXCHAT;
|
||||
return ZOITECHAT_EAT_ZOITECHAT;
|
||||
}
|
||||
|
||||
static int handle_keyx_notice(char *word[], char *word_eol[], void *userdata) {
|
||||
@@ -407,10 +407,10 @@ static int handle_keyx_notice(char *word[], char *word_eol[], void *userdata) {
|
||||
enum fish_mode mode = FISH_ECB_MODE;
|
||||
|
||||
if (!*dh_message || !*dh_pubkey || strlen(dh_pubkey) != 181)
|
||||
return HEXCHAT_EAT_NONE;
|
||||
return ZOITECHAT_EAT_NONE;
|
||||
|
||||
if (!irc_parse_message((const char**)word, &prefix, NULL, NULL) || !prefix)
|
||||
return HEXCHAT_EAT_NONE;
|
||||
return ZOITECHAT_EAT_NONE;
|
||||
|
||||
sender = irc_prefix_get_nick(prefix);
|
||||
query_ctx = find_context_on_network(sender);
|
||||
@@ -447,7 +447,7 @@ static int handle_keyx_notice(char *word[], char *word_eol[], void *userdata) {
|
||||
} else {
|
||||
/* Regular notice */
|
||||
g_free(sender);
|
||||
return HEXCHAT_EAT_NONE;
|
||||
return ZOITECHAT_EAT_NONE;
|
||||
}
|
||||
|
||||
if (dh1080_compute_key(priv_key, dh_pubkey, &secret_key)) {
|
||||
@@ -461,7 +461,7 @@ static int handle_keyx_notice(char *word[], char *word_eol[], void *userdata) {
|
||||
cleanup:
|
||||
g_free(sender);
|
||||
g_free(priv_key);
|
||||
return HEXCHAT_EAT_ALL;
|
||||
return ZOITECHAT_EAT_ALL;
|
||||
}
|
||||
|
||||
/**
|
||||
@@ -475,7 +475,7 @@ static int handle_setkey(char *word[], char *word_eol[], void *userdata) {
|
||||
/* Check syntax */
|
||||
if (*word[2] == '\0') {
|
||||
zoitechat_printf(ph, "%s\n", usage_setkey);
|
||||
return HEXCHAT_EAT_HEXCHAT;
|
||||
return ZOITECHAT_EAT_ZOITECHAT;
|
||||
}
|
||||
|
||||
if (*word[3] == '\0') {
|
||||
@@ -503,7 +503,7 @@ static int handle_setkey(char *word[], char *word_eol[], void *userdata) {
|
||||
zoitechat_printf(ph, "\00305Failed to store key in addon_fishlim.conf\n");
|
||||
}
|
||||
|
||||
return HEXCHAT_EAT_HEXCHAT;
|
||||
return ZOITECHAT_EAT_ZOITECHAT;
|
||||
}
|
||||
|
||||
/**
|
||||
@@ -523,7 +523,7 @@ static int handle_delkey(char *word[], char *word_eol[], void *userdata) {
|
||||
/* Only allow channel or dialog */
|
||||
if (ctx_type < 2 || ctx_type > 3) {
|
||||
zoitechat_printf(ph, "%s\n", usage_delkey);
|
||||
return HEXCHAT_EAT_HEXCHAT;
|
||||
return ZOITECHAT_EAT_ZOITECHAT;
|
||||
}
|
||||
}
|
||||
|
||||
@@ -535,7 +535,7 @@ static int handle_delkey(char *word[], char *word_eol[], void *userdata) {
|
||||
}
|
||||
g_free(nick);
|
||||
|
||||
return HEXCHAT_EAT_HEXCHAT;
|
||||
return ZOITECHAT_EAT_ZOITECHAT;
|
||||
}
|
||||
|
||||
static int handle_keyx(char *word[], char *word_eol[], void *userdata) {
|
||||
@@ -558,7 +558,7 @@ static int handle_keyx(char *word[], char *word_eol[], void *userdata) {
|
||||
|
||||
if ((query_ctx && ctx_type != 3) || (!query_ctx && !irc_is_query(target))) {
|
||||
zoitechat_print(ph, "You can only exchange keys with individuals");
|
||||
return HEXCHAT_EAT_ALL;
|
||||
return ZOITECHAT_EAT_ALL;
|
||||
}
|
||||
|
||||
if (dh1080_generate_key(&priv_key, &pub_key)) {
|
||||
@@ -572,7 +572,7 @@ static int handle_keyx(char *word[], char *word_eol[], void *userdata) {
|
||||
zoitechat_print(ph, "Failed to generate keys");
|
||||
}
|
||||
|
||||
return HEXCHAT_EAT_ALL;
|
||||
return ZOITECHAT_EAT_ALL;
|
||||
}
|
||||
|
||||
/**
|
||||
@@ -587,12 +587,12 @@ static int handle_crypt_topic(char *word[], char *word_eol[], void *userdata) {
|
||||
|
||||
if (!*topic) {
|
||||
zoitechat_print(ph, usage_topic);
|
||||
return HEXCHAT_EAT_ALL;
|
||||
return ZOITECHAT_EAT_ALL;
|
||||
}
|
||||
|
||||
if (zoitechat_list_int(ph, NULL, "type") != 2) {
|
||||
zoitechat_printf(ph, "Please change to the channel window where you want to set the topic!");
|
||||
return HEXCHAT_EAT_ALL;
|
||||
return ZOITECHAT_EAT_ALL;
|
||||
}
|
||||
|
||||
target = zoitechat_get_info(ph, "channel");
|
||||
@@ -600,7 +600,7 @@ static int handle_crypt_topic(char *word[], char *word_eol[], void *userdata) {
|
||||
/* Check if we can encrypt */
|
||||
if (!fish_nick_has_key(target)) {
|
||||
zoitechat_printf(ph, "/topic+ error, no key found for %s", target);
|
||||
return HEXCHAT_EAT_ALL;
|
||||
return ZOITECHAT_EAT_ALL;
|
||||
}
|
||||
|
||||
command = g_string_new("");
|
||||
@@ -610,7 +610,7 @@ static int handle_crypt_topic(char *word[], char *word_eol[], void *userdata) {
|
||||
if (!encrypted_list) {
|
||||
g_string_free(command, TRUE);
|
||||
zoitechat_printf(ph, "/topic+ error, can't encrypt %s", target);
|
||||
return HEXCHAT_EAT_ALL;
|
||||
return ZOITECHAT_EAT_ALL;
|
||||
}
|
||||
|
||||
zoitechat_commandf(ph, "%s%s", command->str, (char *) encrypted_list->data);
|
||||
@@ -618,7 +618,7 @@ static int handle_crypt_topic(char *word[], char *word_eol[], void *userdata) {
|
||||
g_string_free(command, TRUE);
|
||||
g_slist_free_full(encrypted_list, g_free);
|
||||
|
||||
return HEXCHAT_EAT_ALL;
|
||||
return ZOITECHAT_EAT_ALL;
|
||||
}
|
||||
|
||||
/**
|
||||
@@ -634,13 +634,13 @@ static int handle_crypt_notice(char *word[], char *word_eol[], void *userdata) {
|
||||
|
||||
if (!*target || !*notice) {
|
||||
zoitechat_print(ph, usage_notice);
|
||||
return HEXCHAT_EAT_ALL;
|
||||
return ZOITECHAT_EAT_ALL;
|
||||
}
|
||||
|
||||
/* Check if we can encrypt */
|
||||
if (!fish_nick_has_key(target)) {
|
||||
zoitechat_printf(ph, "/notice+ error, no key found for %s.", target);
|
||||
return HEXCHAT_EAT_ALL;
|
||||
return ZOITECHAT_EAT_ALL;
|
||||
}
|
||||
|
||||
command = g_string_new("");
|
||||
@@ -650,7 +650,7 @@ static int handle_crypt_notice(char *word[], char *word_eol[], void *userdata) {
|
||||
if (!encrypted_list) {
|
||||
g_string_free(command, TRUE);
|
||||
zoitechat_printf(ph, "/notice+ error, can't encrypt %s", target);
|
||||
return HEXCHAT_EAT_ALL;
|
||||
return ZOITECHAT_EAT_ALL;
|
||||
}
|
||||
|
||||
notice_flag = g_strconcat("[", fish_modes[mode], "] ", notice, NULL);
|
||||
@@ -668,7 +668,7 @@ static int handle_crypt_notice(char *word[], char *word_eol[], void *userdata) {
|
||||
g_string_free(command, TRUE);
|
||||
g_slist_free_full(encrypted_list, g_free);
|
||||
|
||||
return HEXCHAT_EAT_ALL;
|
||||
return ZOITECHAT_EAT_ALL;
|
||||
}
|
||||
|
||||
/**
|
||||
@@ -686,13 +686,13 @@ static int handle_crypt_msg(char *word[], char *word_eol[], void *userdata) {
|
||||
|
||||
if (!*target || !*message) {
|
||||
zoitechat_print(ph, usage_msg);
|
||||
return HEXCHAT_EAT_ALL;
|
||||
return ZOITECHAT_EAT_ALL;
|
||||
}
|
||||
|
||||
/* Check if we can encrypt */
|
||||
if (!fish_nick_has_key(target)) {
|
||||
zoitechat_printf(ph, "/msg+ error, no key found for %s", target);
|
||||
return HEXCHAT_EAT_ALL;
|
||||
return ZOITECHAT_EAT_ALL;
|
||||
}
|
||||
|
||||
command = g_string_new("");
|
||||
@@ -702,7 +702,7 @@ static int handle_crypt_msg(char *word[], char *word_eol[], void *userdata) {
|
||||
if (!encrypted_list) {
|
||||
g_string_free(command, TRUE);
|
||||
zoitechat_printf(ph, "/msg+ error, can't encrypt %s", target);
|
||||
return HEXCHAT_EAT_ALL;
|
||||
return ZOITECHAT_EAT_ALL;
|
||||
}
|
||||
|
||||
/* Send encrypted messages */
|
||||
@@ -731,7 +731,7 @@ static int handle_crypt_msg(char *word[], char *word_eol[], void *userdata) {
|
||||
zoitechat_emit_print(ph, "Message Send", target, message);
|
||||
}
|
||||
|
||||
return HEXCHAT_EAT_ALL;
|
||||
return ZOITECHAT_EAT_ALL;
|
||||
}
|
||||
|
||||
static int handle_crypt_me(char *word[], char *word_eol[], void *userdata) {
|
||||
@@ -742,7 +742,7 @@ static int handle_crypt_me(char *word[], char *word_eol[], void *userdata) {
|
||||
|
||||
/* Check if we can encrypt */
|
||||
if (!fish_nick_has_key(channel)) {
|
||||
return HEXCHAT_EAT_NONE;
|
||||
return ZOITECHAT_EAT_NONE;
|
||||
}
|
||||
|
||||
command = g_string_new("");
|
||||
@@ -753,7 +753,7 @@ static int handle_crypt_me(char *word[], char *word_eol[], void *userdata) {
|
||||
if (!encrypted_list) {
|
||||
g_string_free(command, TRUE);
|
||||
zoitechat_printf(ph, "/me error, can't encrypt %s", channel);
|
||||
return HEXCHAT_EAT_ALL;
|
||||
return ZOITECHAT_EAT_ALL;
|
||||
}
|
||||
|
||||
zoitechat_emit_print(ph, "Your Action", zoitechat_get_info(ph, "nick"), word_eol[2], NULL);
|
||||
@@ -769,7 +769,7 @@ static int handle_crypt_me(char *word[], char *word_eol[], void *userdata) {
|
||||
g_string_free(command, TRUE);
|
||||
g_slist_free_full(encrypted_list, g_free);
|
||||
|
||||
return HEXCHAT_EAT_ALL;
|
||||
return ZOITECHAT_EAT_ALL;
|
||||
}
|
||||
|
||||
/**
|
||||
@@ -798,22 +798,22 @@ int zoitechat_plugin_init(zoitechat_plugin *plugin_handle,
|
||||
*version = plugin_version;
|
||||
|
||||
/* Register commands */
|
||||
zoitechat_hook_command(ph, "SETKEY", HEXCHAT_PRI_NORM, handle_setkey, usage_setkey, NULL);
|
||||
zoitechat_hook_command(ph, "DELKEY", HEXCHAT_PRI_NORM, handle_delkey, usage_delkey, NULL);
|
||||
zoitechat_hook_command(ph, "KEYX", HEXCHAT_PRI_NORM, handle_keyx, usage_keyx, NULL);
|
||||
zoitechat_hook_command(ph, "TOPIC+", HEXCHAT_PRI_NORM, handle_crypt_topic, usage_topic, NULL);
|
||||
zoitechat_hook_command(ph, "NOTICE+", HEXCHAT_PRI_NORM, handle_crypt_notice, usage_notice, NULL);
|
||||
zoitechat_hook_command(ph, "MSG+", HEXCHAT_PRI_NORM, handle_crypt_msg, usage_msg, NULL);
|
||||
zoitechat_hook_command(ph, "ME", HEXCHAT_PRI_NORM, handle_crypt_me, NULL, NULL);
|
||||
zoitechat_hook_command(ph, "SETKEY", ZOITECHAT_PRI_NORM, handle_setkey, usage_setkey, NULL);
|
||||
zoitechat_hook_command(ph, "DELKEY", ZOITECHAT_PRI_NORM, handle_delkey, usage_delkey, NULL);
|
||||
zoitechat_hook_command(ph, "KEYX", ZOITECHAT_PRI_NORM, handle_keyx, usage_keyx, NULL);
|
||||
zoitechat_hook_command(ph, "TOPIC+", ZOITECHAT_PRI_NORM, handle_crypt_topic, usage_topic, NULL);
|
||||
zoitechat_hook_command(ph, "NOTICE+", ZOITECHAT_PRI_NORM, handle_crypt_notice, usage_notice, NULL);
|
||||
zoitechat_hook_command(ph, "MSG+", ZOITECHAT_PRI_NORM, handle_crypt_msg, usage_msg, NULL);
|
||||
zoitechat_hook_command(ph, "ME", ZOITECHAT_PRI_NORM, handle_crypt_me, NULL, NULL);
|
||||
|
||||
/* Add handlers */
|
||||
zoitechat_hook_command(ph, "", HEXCHAT_PRI_NORM, handle_outgoing, NULL, NULL);
|
||||
zoitechat_hook_server(ph, "NOTICE", HEXCHAT_PRI_HIGHEST, handle_keyx_notice, NULL);
|
||||
zoitechat_hook_server_attrs(ph, "NOTICE", HEXCHAT_PRI_NORM, handle_incoming, NULL);
|
||||
zoitechat_hook_server_attrs(ph, "PRIVMSG", HEXCHAT_PRI_NORM, handle_incoming, NULL);
|
||||
/* zoitechat_hook_server(ph, "RAW LINE", HEXCHAT_PRI_NORM, handle_debug, NULL); */
|
||||
zoitechat_hook_server_attrs(ph, "TOPIC", HEXCHAT_PRI_NORM, handle_incoming, NULL);
|
||||
zoitechat_hook_server_attrs(ph, "332", HEXCHAT_PRI_NORM, handle_incoming, NULL);
|
||||
zoitechat_hook_command(ph, "", ZOITECHAT_PRI_NORM, handle_outgoing, NULL, NULL);
|
||||
zoitechat_hook_server(ph, "NOTICE", ZOITECHAT_PRI_HIGHEST, handle_keyx_notice, NULL);
|
||||
zoitechat_hook_server_attrs(ph, "NOTICE", ZOITECHAT_PRI_NORM, handle_incoming, NULL);
|
||||
zoitechat_hook_server_attrs(ph, "PRIVMSG", ZOITECHAT_PRI_NORM, handle_incoming, NULL);
|
||||
/* zoitechat_hook_server(ph, "RAW LINE", ZOITECHAT_PRI_NORM, handle_debug, NULL); */
|
||||
zoitechat_hook_server_attrs(ph, "TOPIC", ZOITECHAT_PRI_NORM, handle_incoming, NULL);
|
||||
zoitechat_hook_server_attrs(ph, "332", ZOITECHAT_PRI_NORM, handle_incoming, NULL);
|
||||
|
||||
if (!fish_init())
|
||||
return 0;
|
||||
|
||||
@@ -22,8 +22,8 @@
|
||||
|
||||
*/
|
||||
|
||||
#ifndef PLUGIN_HEXCHAT_H
|
||||
#define PLUGIN_HEXCHAT_H
|
||||
#ifndef PLUGIN_ZOITECHAT_H
|
||||
#define PLUGIN_ZOITECHAT_H
|
||||
|
||||
gchar *get_config_filename(void);
|
||||
int irc_nick_cmp (const char *, const char *);
|
||||
|
||||
@@ -22,8 +22,8 @@
|
||||
|
||||
*/
|
||||
|
||||
#ifndef PLUGIN_HEXCHAT_FISHLIM_UTILS_H
|
||||
#define PLUGIN_HEXCHAT_FISHLIM_UTILS_H
|
||||
#ifndef PLUGIN_ZOITECHAT_FISHLIM_UTILS_H
|
||||
#define PLUGIN_ZOITECHAT_FISHLIM_UTILS_H
|
||||
|
||||
#include <stddef.h>
|
||||
#include "fish.h"
|
||||
|
||||
2590
plugins/lua/lua.c
2590
plugins/lua/lua.c
File diff suppressed because it is too large
Load Diff
@@ -36,7 +36,7 @@ sub PRI_LOW ();
|
||||
sub PRI_LOWEST ();
|
||||
|
||||
sub EAT_NONE ();
|
||||
sub EAT_HEXCHAT ();
|
||||
sub EAT_ZOITECHAT ();
|
||||
sub EAT_PLUGIN ();
|
||||
sub EAT_ALL ();
|
||||
|
||||
@@ -60,7 +60,7 @@ BEGIN {
|
||||
our %EXPORT_TAGS = (
|
||||
constants => [
|
||||
qw(PRI_HIGHEST PRI_HIGH PRI_NORM PRI_LOW PRI_LOWEST), # priorities
|
||||
qw(EAT_NONE EAT_HEXCHAT EAT_XCHAT EAT_PLUGIN EAT_ALL), # callback return values
|
||||
qw(EAT_NONE EAT_ZOITECHAT EAT_XCHAT EAT_PLUGIN EAT_ALL), # callback return values
|
||||
qw(FD_READ FD_WRITE FD_EXCEPTION FD_NOTSOCKET), # fd flags
|
||||
qw(KEEP REMOVE), # timers
|
||||
],
|
||||
|
||||
@@ -247,7 +247,7 @@ sub evaluate {
|
||||
ZoiteChat::print $results[0];
|
||||
}
|
||||
|
||||
return ZoiteChat::EAT_HEXCHAT;
|
||||
return ZoiteChat::EAT_ZOITECHAT;
|
||||
};
|
||||
|
||||
sub expand_homedir {
|
||||
|
||||
@@ -337,11 +337,11 @@ fd_cb (int fd, int flags, void *userdata)
|
||||
if (SvTRUE (ERRSV)) {
|
||||
zoitechat_printf (ph, "Error in fd callback %s", SvPV_nolen (ERRSV));
|
||||
if (!SvOK (POPs)) {} /* remove undef from the top of the stack */
|
||||
retVal = HEXCHAT_EAT_ALL;
|
||||
retVal = ZOITECHAT_EAT_ALL;
|
||||
} else {
|
||||
if (count != 1) {
|
||||
zoitechat_print (ph, "Fd handler should only return 1 value.");
|
||||
retVal = HEXCHAT_EAT_NONE;
|
||||
retVal = ZOITECHAT_EAT_NONE;
|
||||
} else {
|
||||
retVal = POPi;
|
||||
if (retVal == 0) {
|
||||
@@ -398,11 +398,11 @@ timer_cb (void *userdata)
|
||||
if (SvTRUE (ERRSV)) {
|
||||
zoitechat_printf (ph, "Error in timer callback %s", SvPV_nolen (ERRSV));
|
||||
if (!SvOK (POPs)) {} /* remove undef from the top of the stack */
|
||||
retVal = HEXCHAT_EAT_ALL;
|
||||
retVal = ZOITECHAT_EAT_ALL;
|
||||
} else {
|
||||
if (count != 1) {
|
||||
zoitechat_print (ph, "Timer handler should only return 1 value.");
|
||||
retVal = HEXCHAT_EAT_NONE;
|
||||
retVal = ZOITECHAT_EAT_NONE;
|
||||
} else {
|
||||
retVal = POPi;
|
||||
if (retVal == 0) {
|
||||
@@ -438,7 +438,7 @@ server_cb (char *word[], char *word_eol[], void *userdata)
|
||||
SAVETMPS;
|
||||
|
||||
if (data->depth)
|
||||
return HEXCHAT_EAT_NONE;
|
||||
return ZOITECHAT_EAT_NONE;
|
||||
|
||||
/* zoitechat_printf (ph, */
|
||||
/* "Received %d words in server callback", av_len (wd)); */
|
||||
@@ -457,11 +457,11 @@ server_cb (char *word[], char *word_eol[], void *userdata)
|
||||
if (SvTRUE (ERRSV)) {
|
||||
zoitechat_printf (ph, "Error in server callback %s", SvPV_nolen (ERRSV));
|
||||
if (!SvOK (POPs)) {} /* remove undef from the top of the stack */
|
||||
retVal = HEXCHAT_EAT_NONE;
|
||||
retVal = ZOITECHAT_EAT_NONE;
|
||||
} else {
|
||||
if (count != 1) {
|
||||
zoitechat_print (ph, "Server handler should only return 1 value.");
|
||||
retVal = HEXCHAT_EAT_NONE;
|
||||
retVal = ZOITECHAT_EAT_NONE;
|
||||
} else {
|
||||
retVal = POPi;
|
||||
}
|
||||
@@ -487,7 +487,7 @@ command_cb (char *word[], char *word_eol[], void *userdata)
|
||||
SAVETMPS;
|
||||
|
||||
if (data->depth)
|
||||
return HEXCHAT_EAT_NONE;
|
||||
return ZOITECHAT_EAT_NONE;
|
||||
|
||||
/* zoitechat_printf (ph, "Received %d words in command callback", */
|
||||
/* av_len (wd)); */
|
||||
@@ -506,11 +506,11 @@ command_cb (char *word[], char *word_eol[], void *userdata)
|
||||
if (SvTRUE (ERRSV)) {
|
||||
zoitechat_printf (ph, "Error in command callback %s", SvPV_nolen (ERRSV));
|
||||
if (!SvOK (POPs)) {} /* remove undef from the top of the stack */
|
||||
retVal = HEXCHAT_EAT_HEXCHAT;
|
||||
retVal = ZOITECHAT_EAT_ZOITECHAT;
|
||||
} else {
|
||||
if (count != 1) {
|
||||
zoitechat_print (ph, "Command handler should only return 1 value.");
|
||||
retVal = HEXCHAT_EAT_NONE;
|
||||
retVal = ZOITECHAT_EAT_NONE;
|
||||
} else {
|
||||
retVal = POPi;
|
||||
}
|
||||
@@ -541,7 +541,7 @@ print_cb (char *word[], void *userdata)
|
||||
SAVETMPS;
|
||||
|
||||
if (data->depth)
|
||||
return HEXCHAT_EAT_NONE;
|
||||
return ZOITECHAT_EAT_NONE;
|
||||
|
||||
wd = newAV ();
|
||||
sv_2mortal ((SV *) wd);
|
||||
@@ -582,11 +582,11 @@ print_cb (char *word[], void *userdata)
|
||||
if (SvTRUE (ERRSV)) {
|
||||
zoitechat_printf (ph, "Error in print callback %s", SvPV_nolen (ERRSV));
|
||||
if (!SvOK (POPs)) {} /* remove undef from the top of the stack */
|
||||
retVal = HEXCHAT_EAT_NONE;
|
||||
retVal = ZOITECHAT_EAT_NONE;
|
||||
} else {
|
||||
if (count != 1) {
|
||||
zoitechat_print (ph, "Print handler should only return 1 value.");
|
||||
retVal = HEXCHAT_EAT_NONE;
|
||||
retVal = ZOITECHAT_EAT_NONE;
|
||||
} else {
|
||||
retVal = POPi;
|
||||
}
|
||||
@@ -1022,7 +1022,7 @@ XS (XS_ZoiteChat_hook_fd)
|
||||
data = NULL;
|
||||
|
||||
#ifdef WIN32
|
||||
if ((flags & HEXCHAT_FD_NOTSOCKET) == 0) {
|
||||
if ((flags & ZOITECHAT_FD_NOTSOCKET) == 0) {
|
||||
/* this _get_osfhandle if from win32iop.h in the perl distribution,
|
||||
* not the one provided by Windows
|
||||
*/
|
||||
@@ -1356,21 +1356,21 @@ xs_init (pTHX)
|
||||
exit (1);
|
||||
}
|
||||
|
||||
newCONSTSUB (stash, "PRI_HIGHEST", newSViv (HEXCHAT_PRI_HIGHEST));
|
||||
newCONSTSUB (stash, "PRI_HIGH", newSViv (HEXCHAT_PRI_HIGH));
|
||||
newCONSTSUB (stash, "PRI_NORM", newSViv (HEXCHAT_PRI_NORM));
|
||||
newCONSTSUB (stash, "PRI_LOW", newSViv (HEXCHAT_PRI_LOW));
|
||||
newCONSTSUB (stash, "PRI_LOWEST", newSViv (HEXCHAT_PRI_LOWEST));
|
||||
newCONSTSUB (stash, "PRI_HIGHEST", newSViv (ZOITECHAT_PRI_HIGHEST));
|
||||
newCONSTSUB (stash, "PRI_HIGH", newSViv (ZOITECHAT_PRI_HIGH));
|
||||
newCONSTSUB (stash, "PRI_NORM", newSViv (ZOITECHAT_PRI_NORM));
|
||||
newCONSTSUB (stash, "PRI_LOW", newSViv (ZOITECHAT_PRI_LOW));
|
||||
newCONSTSUB (stash, "PRI_LOWEST", newSViv (ZOITECHAT_PRI_LOWEST));
|
||||
|
||||
newCONSTSUB (stash, "EAT_NONE", newSViv (HEXCHAT_EAT_NONE));
|
||||
newCONSTSUB (stash, "EAT_HEXCHAT", newSViv (HEXCHAT_EAT_HEXCHAT));
|
||||
newCONSTSUB (stash, "EAT_XCHAT", newSViv (HEXCHAT_EAT_HEXCHAT)); /* for compatibility */
|
||||
newCONSTSUB (stash, "EAT_PLUGIN", newSViv (HEXCHAT_EAT_PLUGIN));
|
||||
newCONSTSUB (stash, "EAT_ALL", newSViv (HEXCHAT_EAT_ALL));
|
||||
newCONSTSUB (stash, "FD_READ", newSViv (HEXCHAT_FD_READ));
|
||||
newCONSTSUB (stash, "FD_WRITE", newSViv (HEXCHAT_FD_WRITE));
|
||||
newCONSTSUB (stash, "FD_EXCEPTION", newSViv (HEXCHAT_FD_EXCEPTION));
|
||||
newCONSTSUB (stash, "FD_NOTSOCKET", newSViv (HEXCHAT_FD_NOTSOCKET));
|
||||
newCONSTSUB (stash, "EAT_NONE", newSViv (ZOITECHAT_EAT_NONE));
|
||||
newCONSTSUB (stash, "EAT_ZOITECHAT", newSViv (ZOITECHAT_EAT_ZOITECHAT));
|
||||
newCONSTSUB (stash, "EAT_XCHAT", newSViv (ZOITECHAT_EAT_ZOITECHAT)); /* for compatibility */
|
||||
newCONSTSUB (stash, "EAT_PLUGIN", newSViv (ZOITECHAT_EAT_PLUGIN));
|
||||
newCONSTSUB (stash, "EAT_ALL", newSViv (ZOITECHAT_EAT_ALL));
|
||||
newCONSTSUB (stash, "FD_READ", newSViv (ZOITECHAT_FD_READ));
|
||||
newCONSTSUB (stash, "FD_WRITE", newSViv (ZOITECHAT_FD_WRITE));
|
||||
newCONSTSUB (stash, "FD_EXCEPTION", newSViv (ZOITECHAT_FD_EXCEPTION));
|
||||
newCONSTSUB (stash, "FD_NOTSOCKET", newSViv (ZOITECHAT_FD_NOTSOCKET));
|
||||
newCONSTSUB (stash, "KEEP", newSViv (1));
|
||||
newCONSTSUB (stash, "REMOVE", newSViv (0));
|
||||
|
||||
@@ -1460,14 +1460,14 @@ perl_load_file (char *filename)
|
||||
"You must have a Visual C++ build of Perl "
|
||||
PERL_REQUIRED_VERSION " installed in order to\n"
|
||||
"run Perl scripts. A reboot may be required.\n\n"
|
||||
"http://zoitechat.github.io/downloads.html\n\n"
|
||||
"http://zoitechat.zoite.net/downloads.html\n\n"
|
||||
"I have found Perl 5.6, but that is too old.");
|
||||
} else {
|
||||
thread_mbox ("Cannot open " PERL_DLL "!\n\n"
|
||||
"You must have a Visual C++ build of Perl "
|
||||
PERL_REQUIRED_VERSION " installed in order to\n"
|
||||
"run Perl scripts. A reboot may be required.\n\n"
|
||||
"http://zoitechat.github.io/downloads.html\n\n"
|
||||
"http://zoitechat.zoite.net/downloads.html\n\n"
|
||||
"Make sure Perl's bin directory is in your PATH.");
|
||||
}
|
||||
}
|
||||
@@ -1509,10 +1509,10 @@ perl_command_unloadall (char *word[], char *word_eol[], void *userdata)
|
||||
{
|
||||
if (my_perl != NULL) {
|
||||
execute_perl (sv_2mortal (newSVpv ("ZoiteChat::Embed::unload_all", 0)), "");
|
||||
return HEXCHAT_EAT_HEXCHAT;
|
||||
return ZOITECHAT_EAT_ZOITECHAT;
|
||||
}
|
||||
|
||||
return HEXCHAT_EAT_HEXCHAT;
|
||||
return ZOITECHAT_EAT_ZOITECHAT;
|
||||
}
|
||||
|
||||
static int
|
||||
@@ -1521,11 +1521,11 @@ perl_command_reloadall (char *word[], char *word_eol[], void *userdata)
|
||||
if (my_perl != NULL) {
|
||||
execute_perl (sv_2mortal (newSVpv ("ZoiteChat::Embed::reload_all", 0)), "");
|
||||
|
||||
return HEXCHAT_EAT_HEXCHAT;
|
||||
return ZOITECHAT_EAT_ZOITECHAT;
|
||||
} else {
|
||||
perl_auto_load( NULL );
|
||||
}
|
||||
return HEXCHAT_EAT_HEXCHAT;
|
||||
return ZOITECHAT_EAT_ZOITECHAT;
|
||||
}
|
||||
|
||||
static int
|
||||
@@ -1536,10 +1536,10 @@ perl_command_load (char *word[], char *word_eol[], void *userdata)
|
||||
if (file != NULL )
|
||||
{
|
||||
perl_load_file (file);
|
||||
return HEXCHAT_EAT_HEXCHAT;
|
||||
return ZOITECHAT_EAT_ZOITECHAT;
|
||||
}
|
||||
|
||||
return HEXCHAT_EAT_NONE;
|
||||
return ZOITECHAT_EAT_NONE;
|
||||
}
|
||||
|
||||
static int
|
||||
@@ -1549,10 +1549,10 @@ perl_command_unload (char *word[], char *word_eol[], void *userdata)
|
||||
|
||||
if (my_perl != NULL && file != NULL) {
|
||||
execute_perl (sv_2mortal (newSVpv ("ZoiteChat::Embed::unload", 0)), file);
|
||||
return HEXCHAT_EAT_HEXCHAT;
|
||||
return ZOITECHAT_EAT_ZOITECHAT;
|
||||
}
|
||||
|
||||
return HEXCHAT_EAT_NONE;
|
||||
return ZOITECHAT_EAT_NONE;
|
||||
}
|
||||
|
||||
static int
|
||||
@@ -1562,13 +1562,13 @@ perl_command_reload (char *word[], char *word_eol[], void *eat)
|
||||
|
||||
if (my_perl != NULL && file != NULL) {
|
||||
execute_perl (sv_2mortal (newSVpv ("ZoiteChat::Embed::reload", 0)), file);
|
||||
return HEXCHAT_EAT_HEXCHAT;
|
||||
return ZOITECHAT_EAT_ZOITECHAT;
|
||||
}
|
||||
|
||||
if (eat)
|
||||
return HEXCHAT_EAT_HEXCHAT;
|
||||
return ZOITECHAT_EAT_ZOITECHAT;
|
||||
else
|
||||
return HEXCHAT_EAT_NONE;
|
||||
return ZOITECHAT_EAT_NONE;
|
||||
}
|
||||
|
||||
static int
|
||||
@@ -1577,7 +1577,7 @@ perl_command_eval (char *word[], char *word_eol[], void *userdata)
|
||||
if (my_perl != NULL)
|
||||
execute_perl (sv_2mortal (newSVpv ("ZoiteChat::Embed::evaluate", 0)), word_eol[2]);
|
||||
|
||||
return HEXCHAT_EAT_HEXCHAT;
|
||||
return ZOITECHAT_EAT_ZOITECHAT;
|
||||
}
|
||||
|
||||
void
|
||||
@@ -1612,19 +1612,19 @@ zoitechat_plugin_init (zoitechat_plugin * plugin_handle, char **plugin_name,
|
||||
*plugin_desc = "Perl scripting interface";
|
||||
*plugin_version = PACKAGE_VERSION;
|
||||
|
||||
zoitechat_hook_command (ph, "load", HEXCHAT_PRI_NORM, perl_command_load, 0, 0);
|
||||
zoitechat_hook_command (ph, "unload", HEXCHAT_PRI_NORM, perl_command_unload, 0,
|
||||
zoitechat_hook_command (ph, "load", ZOITECHAT_PRI_NORM, perl_command_load, 0, 0);
|
||||
zoitechat_hook_command (ph, "unload", ZOITECHAT_PRI_NORM, perl_command_unload, 0,
|
||||
0);
|
||||
zoitechat_hook_command (ph, "reload", HEXCHAT_PRI_NORM, perl_command_reload, 0,
|
||||
zoitechat_hook_command (ph, "reload", ZOITECHAT_PRI_NORM, perl_command_reload, 0,
|
||||
0);
|
||||
zoitechat_hook_command (ph, "pl_reload", HEXCHAT_PRI_NORM, perl_command_reload,
|
||||
zoitechat_hook_command (ph, "pl_reload", ZOITECHAT_PRI_NORM, perl_command_reload,
|
||||
"Reloads a Perl script. Syntax: /pl_reload <filename.pl>", (int*)1);
|
||||
zoitechat_hook_command (ph, "unloadall", HEXCHAT_PRI_NORM,
|
||||
zoitechat_hook_command (ph, "unloadall", ZOITECHAT_PRI_NORM,
|
||||
perl_command_unloadall, "Unloads all loaded Perl scripts.", 0);
|
||||
zoitechat_hook_command (ph, "reloadall", HEXCHAT_PRI_NORM,
|
||||
zoitechat_hook_command (ph, "reloadall", ZOITECHAT_PRI_NORM,
|
||||
perl_command_reloadall, "Realoads all loaded Perl scripts.", 0);
|
||||
|
||||
zoitechat_hook_command (ph, "pl", HEXCHAT_PRI_NORM,
|
||||
zoitechat_hook_command (ph, "pl", ZOITECHAT_PRI_NORM,
|
||||
perl_command_eval, "Evaluates Perl code. Syntax: /pl <perl code>", 0);
|
||||
|
||||
/*perl_init (); */
|
||||
|
||||
@@ -5,7 +5,7 @@ from contextlib import contextmanager
|
||||
from _zoitechat_embedded import ffi, lib
|
||||
|
||||
__all__ = [
|
||||
'EAT_ALL', 'EAT_HEXCHAT', 'EAT_NONE', 'EAT_PLUGIN', 'EAT_XCHAT',
|
||||
'EAT_ALL', 'EAT_ZOITECHAT', 'EAT_NONE', 'EAT_PLUGIN', 'EAT_XCHAT',
|
||||
'PRI_HIGH', 'PRI_HIGHEST', 'PRI_LOW', 'PRI_LOWEST', 'PRI_NORM',
|
||||
'__doc__', '__version__', 'command', 'del_pluginpref', 'emit_print',
|
||||
'find_context', 'get_context', 'get_info',
|
||||
@@ -20,10 +20,10 @@ __version__ = (2, 0)
|
||||
__license__ = 'GPL-2.0+'
|
||||
|
||||
EAT_NONE = 0
|
||||
EAT_HEXCHAT = 1
|
||||
EAT_XCHAT = EAT_HEXCHAT
|
||||
EAT_ZOITECHAT = 1
|
||||
EAT_XCHAT = EAT_ZOITECHAT
|
||||
EAT_PLUGIN = 2
|
||||
EAT_ALL = EAT_HEXCHAT | EAT_PLUGIN
|
||||
EAT_ALL = EAT_ZOITECHAT | EAT_PLUGIN
|
||||
|
||||
PRI_LOWEST = -128
|
||||
PRI_LOW = -64
|
||||
|
||||
@@ -13,7 +13,7 @@ with open(sys.argv[1]) as f:
|
||||
for line in f:
|
||||
if line.startswith('#define'):
|
||||
continue
|
||||
elif line.endswith('HEXCHAT_PLUGIN_H\n'):
|
||||
elif line.endswith('ZOITECHAT_PLUGIN_H\n'):
|
||||
continue
|
||||
elif 'time.h' in line:
|
||||
output.append('typedef int... time_t;')
|
||||
@@ -70,7 +70,7 @@ int zoitechat_plugin_init(zoitechat_plugin *plugin_handle,
|
||||
}
|
||||
|
||||
ph = plugin_handle;
|
||||
return _on_plugin_init(name_out, description_out, version_out, arg, HEXCHATLIBDIR);
|
||||
return _on_plugin_init(name_out, description_out, version_out, arg, ZOITECHATLIBDIR);
|
||||
}
|
||||
|
||||
int zoitechat_plugin_deinit(void)
|
||||
|
||||
@@ -40,7 +40,7 @@ def redirected_stdout():
|
||||
sys.stderr = zoitechat_stdout
|
||||
|
||||
|
||||
if os.getenv('HEXCHAT_LOG_PYTHON'):
|
||||
if os.getenv('ZOITECHAT_LOG_PYTHON'):
|
||||
def log(*args):
|
||||
with redirected_stdout():
|
||||
print(*args)
|
||||
|
||||
@@ -222,7 +222,7 @@ sysinfo_cb (char *word[], char *word_eol[], void *userdata)
|
||||
else
|
||||
print_info (cmd, announce);
|
||||
|
||||
return HEXCHAT_EAT_ALL;
|
||||
return ZOITECHAT_EAT_ALL;
|
||||
}
|
||||
|
||||
int
|
||||
@@ -233,7 +233,7 @@ zoitechat_plugin_init (zoitechat_plugin *plugin_handle, char **plugin_name, char
|
||||
*plugin_desc = desc;
|
||||
*plugin_version = version;
|
||||
|
||||
zoitechat_hook_command (ph, "SYSINFO", HEXCHAT_PRI_NORM, sysinfo_cb, sysinfo_help, NULL);
|
||||
zoitechat_hook_command (ph, "SYSINFO", ZOITECHAT_PRI_NORM, sysinfo_cb, sysinfo_help, NULL);
|
||||
|
||||
zoitechat_command (ph, "MENU ADD \"Window/Send System Info\" \"SYSINFO\"");
|
||||
zoitechat_printf (ph, _("%s plugin loaded\n"), name);
|
||||
|
||||
@@ -37,7 +37,7 @@ check_cmd (char *word[], char *word_eol[], void *userdata)
|
||||
{
|
||||
win_sparkle_check_update_with_ui ();
|
||||
|
||||
return HEXCHAT_EAT_ALL;
|
||||
return ZOITECHAT_EAT_ALL;
|
||||
}
|
||||
|
||||
int
|
||||
@@ -52,7 +52,7 @@ zoitechat_plugin_init (zoitechat_plugin *plugin_handle, char **plugin_name, char
|
||||
win_sparkle_set_appcast_url (APPCAST_URL);
|
||||
win_sparkle_init ();
|
||||
|
||||
zoitechat_hook_command (ph, "UPDCHK", HEXCHAT_PRI_NORM, check_cmd, upd_help, NULL);
|
||||
zoitechat_hook_command (ph, "UPDCHK", ZOITECHAT_PRI_NORM, check_cmd, upd_help, NULL);
|
||||
zoitechat_command (ph, "MENU -ishare\\download.png ADD \"Help/Check for Updates\" \"UPDCHK\"");
|
||||
zoitechat_printf (ph, "%s plugin loaded\n", name);
|
||||
|
||||
|
||||
@@ -76,7 +76,7 @@ winamp(char *word[], char *word_eol[], void *userdata)
|
||||
if (!current_play)
|
||||
{
|
||||
zoitechat_print (ph, "Winamp: Error getting song information.");
|
||||
return HEXCHAT_EAT_ALL;
|
||||
return ZOITECHAT_EAT_ALL;
|
||||
}
|
||||
|
||||
if (strchr(current_play, '-'))
|
||||
@@ -120,7 +120,7 @@ winamp(char *word[], char *word_eol[], void *userdata)
|
||||
{
|
||||
zoitechat_print(ph, "Winamp not found.\n");
|
||||
}
|
||||
return HEXCHAT_EAT_ALL;
|
||||
return ZOITECHAT_EAT_ALL;
|
||||
}
|
||||
|
||||
int
|
||||
@@ -137,7 +137,7 @@ zoitechat_plugin_init(zoitechat_plugin *plugin_handle,
|
||||
*plugin_desc = "Winamp plugin for ZoiteChat";
|
||||
*plugin_version = "0.6";
|
||||
|
||||
zoitechat_hook_command (ph, "WINAMP", HEXCHAT_PRI_NORM, winamp, "Usage: /WINAMP [PAUSE|PLAY|STOP|NEXT|PREV|START] - control Winamp or show what's currently playing", 0);
|
||||
zoitechat_hook_command (ph, "WINAMP", ZOITECHAT_PRI_NORM, winamp, "Usage: /WINAMP [PAUSE|PLAY|STOP|NEXT|PREV|START] - control Winamp or show what's currently playing", 0);
|
||||
zoitechat_command (ph, "MENU -ishare\\music.png ADD \"Window/Display Current Song (Winamp)\" \"WINAMP\"");
|
||||
|
||||
zoitechat_print (ph, "Winamp plugin loaded\n");
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
data/misc/io.github.Zoitechat.appdata.xml.in
|
||||
data/misc/io.github.Zoitechat.desktop.in.in
|
||||
data/misc/io.github.Zoitechat.ThemeManager.desktop.in
|
||||
data/misc/net.zoite.Zoitechat.appdata.xml.in
|
||||
data/misc/net.zoite.Zoitechat.desktop.in.in
|
||||
data/misc/net.zoite.Zoitechat.ThemeManager.desktop.in
|
||||
src/common/cfgfiles.c
|
||||
src/common/chanopt.c
|
||||
src/common/dcc.c
|
||||
|
||||
@@ -1 +1 @@
|
||||
data/misc/io.github.Zoitechat.desktop.in.in
|
||||
data/misc/net.zoite.Zoitechat.desktop.in.in
|
||||
|
||||
28
po/af.po
28
po/af.po
@@ -18,52 +18,52 @@ msgstr ""
|
||||
"Language: af\n"
|
||||
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
||||
|
||||
#: data/misc/io.github.Zoitechat.appdata.xml.in:4
|
||||
#: data/misc/io.github.Zoitechat.appdata.xml.in:5
|
||||
#: data/misc/io.github.Zoitechat.desktop.in.in:3
|
||||
#: data/misc/net.zoite.Zoitechat.appdata.xml.in:4
|
||||
#: data/misc/net.zoite.Zoitechat.appdata.xml.in:5
|
||||
#: data/misc/net.zoite.Zoitechat.desktop.in.in:3
|
||||
msgid "ZoiteChat"
|
||||
msgstr ""
|
||||
|
||||
#: data/misc/io.github.Zoitechat.appdata.xml.in:9
|
||||
#: data/misc/io.github.Zoitechat.desktop.in.in:4
|
||||
#: data/misc/net.zoite.Zoitechat.appdata.xml.in:9
|
||||
#: data/misc/net.zoite.Zoitechat.desktop.in.in:4
|
||||
msgid "IRC Client"
|
||||
msgstr ""
|
||||
|
||||
#: data/misc/io.github.Zoitechat.appdata.xml.in:11
|
||||
#: data/misc/net.zoite.Zoitechat.appdata.xml.in:11
|
||||
msgid ""
|
||||
"ZoiteChat is an easy to use yet extensible IRC Client. It allows you to "
|
||||
"securely join multiple networks and talk to users privately or in channels "
|
||||
"using a customizable interface. You can even transfer files."
|
||||
msgstr ""
|
||||
|
||||
#: data/misc/io.github.Zoitechat.appdata.xml.in:12
|
||||
#: data/misc/net.zoite.Zoitechat.appdata.xml.in:12
|
||||
msgid ""
|
||||
"ZoiteChat supports features such as: DCC, SASL, proxies, spellcheck, alerts, "
|
||||
"logging, custom themes, and Python/Perl scripts."
|
||||
msgstr ""
|
||||
|
||||
#: data/misc/io.github.Zoitechat.appdata.xml.in:22
|
||||
#: data/misc/net.zoite.Zoitechat.appdata.xml.in:22
|
||||
msgid "Main Chat Window"
|
||||
msgstr ""
|
||||
|
||||
#: data/misc/io.github.Zoitechat.desktop.in.in:5
|
||||
#: data/misc/net.zoite.Zoitechat.desktop.in.in:5
|
||||
msgid "Chat with other people online"
|
||||
msgstr ""
|
||||
|
||||
#: data/misc/io.github.Zoitechat.desktop.in.in:6
|
||||
#: data/misc/net.zoite.Zoitechat.desktop.in.in:6
|
||||
msgid "IM;Chat;"
|
||||
msgstr ""
|
||||
|
||||
#: data/misc/io.github.Zoitechat.desktop.in.in:8
|
||||
#: data/misc/io.github.Zoitechat.ThemeManager.desktop.in:5
|
||||
#: data/misc/net.zoite.Zoitechat.desktop.in.in:8
|
||||
#: data/misc/net.zoite.Zoitechat.ThemeManager.desktop.in:5
|
||||
msgid "zoitechat"
|
||||
msgstr ""
|
||||
|
||||
#: data/misc/io.github.Zoitechat.desktop.in.in:19
|
||||
#: data/misc/net.zoite.Zoitechat.desktop.in.in:19
|
||||
msgid "Open Safe Mode"
|
||||
msgstr ""
|
||||
|
||||
#: data/misc/io.github.Zoitechat.ThemeManager.desktop.in:3
|
||||
#: data/misc/net.zoite.Zoitechat.ThemeManager.desktop.in:3
|
||||
msgid "ZoiteChat Theme Manager"
|
||||
msgstr ""
|
||||
|
||||
|
||||
28
po/am.po
28
po/am.po
@@ -18,52 +18,52 @@ msgstr ""
|
||||
"Language: am\n"
|
||||
"Plural-Forms: nplurals=2; plural=(n > 1);\n"
|
||||
|
||||
#: data/misc/io.github.Zoitechat.appdata.xml.in:4
|
||||
#: data/misc/io.github.Zoitechat.appdata.xml.in:5
|
||||
#: data/misc/io.github.Zoitechat.desktop.in.in:3
|
||||
#: data/misc/net.zoite.Zoitechat.appdata.xml.in:4
|
||||
#: data/misc/net.zoite.Zoitechat.appdata.xml.in:5
|
||||
#: data/misc/net.zoite.Zoitechat.desktop.in.in:3
|
||||
msgid "ZoiteChat"
|
||||
msgstr ""
|
||||
|
||||
#: data/misc/io.github.Zoitechat.appdata.xml.in:9
|
||||
#: data/misc/io.github.Zoitechat.desktop.in.in:4
|
||||
#: data/misc/net.zoite.Zoitechat.appdata.xml.in:9
|
||||
#: data/misc/net.zoite.Zoitechat.desktop.in.in:4
|
||||
msgid "IRC Client"
|
||||
msgstr ""
|
||||
|
||||
#: data/misc/io.github.Zoitechat.appdata.xml.in:11
|
||||
#: data/misc/net.zoite.Zoitechat.appdata.xml.in:11
|
||||
msgid ""
|
||||
"ZoiteChat is an easy to use yet extensible IRC Client. It allows you to "
|
||||
"securely join multiple networks and talk to users privately or in channels "
|
||||
"using a customizable interface. You can even transfer files."
|
||||
msgstr ""
|
||||
|
||||
#: data/misc/io.github.Zoitechat.appdata.xml.in:12
|
||||
#: data/misc/net.zoite.Zoitechat.appdata.xml.in:12
|
||||
msgid ""
|
||||
"ZoiteChat supports features such as: DCC, SASL, proxies, spellcheck, alerts, "
|
||||
"logging, custom themes, and Python/Perl scripts."
|
||||
msgstr ""
|
||||
|
||||
#: data/misc/io.github.Zoitechat.appdata.xml.in:22
|
||||
#: data/misc/net.zoite.Zoitechat.appdata.xml.in:22
|
||||
msgid "Main Chat Window"
|
||||
msgstr ""
|
||||
|
||||
#: data/misc/io.github.Zoitechat.desktop.in.in:5
|
||||
#: data/misc/net.zoite.Zoitechat.desktop.in.in:5
|
||||
msgid "Chat with other people online"
|
||||
msgstr ""
|
||||
|
||||
#: data/misc/io.github.Zoitechat.desktop.in.in:6
|
||||
#: data/misc/net.zoite.Zoitechat.desktop.in.in:6
|
||||
msgid "IM;Chat;"
|
||||
msgstr ""
|
||||
|
||||
#: data/misc/io.github.Zoitechat.desktop.in.in:8
|
||||
#: data/misc/io.github.Zoitechat.ThemeManager.desktop.in:5
|
||||
#: data/misc/net.zoite.Zoitechat.desktop.in.in:8
|
||||
#: data/misc/net.zoite.Zoitechat.ThemeManager.desktop.in:5
|
||||
msgid "zoitechat"
|
||||
msgstr ""
|
||||
|
||||
#: data/misc/io.github.Zoitechat.desktop.in.in:19
|
||||
#: data/misc/net.zoite.Zoitechat.desktop.in.in:19
|
||||
msgid "Open Safe Mode"
|
||||
msgstr ""
|
||||
|
||||
#: data/misc/io.github.Zoitechat.ThemeManager.desktop.in:3
|
||||
#: data/misc/net.zoite.Zoitechat.ThemeManager.desktop.in:3
|
||||
msgid "ZoiteChat Theme Manager"
|
||||
msgstr ""
|
||||
|
||||
|
||||
28
po/ast.po
28
po/ast.po
@@ -19,52 +19,52 @@ msgstr ""
|
||||
"Language: ast\n"
|
||||
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
||||
|
||||
#: data/misc/io.github.Zoitechat.appdata.xml.in:4
|
||||
#: data/misc/io.github.Zoitechat.appdata.xml.in:5
|
||||
#: data/misc/io.github.Zoitechat.desktop.in.in:3
|
||||
#: data/misc/net.zoite.Zoitechat.appdata.xml.in:4
|
||||
#: data/misc/net.zoite.Zoitechat.appdata.xml.in:5
|
||||
#: data/misc/net.zoite.Zoitechat.desktop.in.in:3
|
||||
msgid "ZoiteChat"
|
||||
msgstr ""
|
||||
|
||||
#: data/misc/io.github.Zoitechat.appdata.xml.in:9
|
||||
#: data/misc/io.github.Zoitechat.desktop.in.in:4
|
||||
#: data/misc/net.zoite.Zoitechat.appdata.xml.in:9
|
||||
#: data/misc/net.zoite.Zoitechat.desktop.in.in:4
|
||||
msgid "IRC Client"
|
||||
msgstr ""
|
||||
|
||||
#: data/misc/io.github.Zoitechat.appdata.xml.in:11
|
||||
#: data/misc/net.zoite.Zoitechat.appdata.xml.in:11
|
||||
msgid ""
|
||||
"ZoiteChat is an easy to use yet extensible IRC Client. It allows you to "
|
||||
"securely join multiple networks and talk to users privately or in channels "
|
||||
"using a customizable interface. You can even transfer files."
|
||||
msgstr ""
|
||||
|
||||
#: data/misc/io.github.Zoitechat.appdata.xml.in:12
|
||||
#: data/misc/net.zoite.Zoitechat.appdata.xml.in:12
|
||||
msgid ""
|
||||
"ZoiteChat supports features such as: DCC, SASL, proxies, spellcheck, alerts, "
|
||||
"logging, custom themes, and Python/Perl scripts."
|
||||
msgstr ""
|
||||
|
||||
#: data/misc/io.github.Zoitechat.appdata.xml.in:22
|
||||
#: data/misc/net.zoite.Zoitechat.appdata.xml.in:22
|
||||
msgid "Main Chat Window"
|
||||
msgstr ""
|
||||
|
||||
#: data/misc/io.github.Zoitechat.desktop.in.in:5
|
||||
#: data/misc/net.zoite.Zoitechat.desktop.in.in:5
|
||||
msgid "Chat with other people online"
|
||||
msgstr ""
|
||||
|
||||
#: data/misc/io.github.Zoitechat.desktop.in.in:6
|
||||
#: data/misc/net.zoite.Zoitechat.desktop.in.in:6
|
||||
msgid "IM;Chat;"
|
||||
msgstr ""
|
||||
|
||||
#: data/misc/io.github.Zoitechat.desktop.in.in:8
|
||||
#: data/misc/io.github.Zoitechat.ThemeManager.desktop.in:5
|
||||
#: data/misc/net.zoite.Zoitechat.desktop.in.in:8
|
||||
#: data/misc/net.zoite.Zoitechat.ThemeManager.desktop.in:5
|
||||
msgid "zoitechat"
|
||||
msgstr ""
|
||||
|
||||
#: data/misc/io.github.Zoitechat.desktop.in.in:19
|
||||
#: data/misc/net.zoite.Zoitechat.desktop.in.in:19
|
||||
msgid "Open Safe Mode"
|
||||
msgstr ""
|
||||
|
||||
#: data/misc/io.github.Zoitechat.ThemeManager.desktop.in:3
|
||||
#: data/misc/net.zoite.Zoitechat.ThemeManager.desktop.in:3
|
||||
msgid "ZoiteChat Theme Manager"
|
||||
msgstr ""
|
||||
|
||||
|
||||
28
po/az.po
28
po/az.po
@@ -18,52 +18,52 @@ msgstr ""
|
||||
"Language: az\n"
|
||||
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
||||
|
||||
#: data/misc/io.github.Zoitechat.appdata.xml.in:4
|
||||
#: data/misc/io.github.Zoitechat.appdata.xml.in:5
|
||||
#: data/misc/io.github.Zoitechat.desktop.in.in:3
|
||||
#: data/misc/net.zoite.Zoitechat.appdata.xml.in:4
|
||||
#: data/misc/net.zoite.Zoitechat.appdata.xml.in:5
|
||||
#: data/misc/net.zoite.Zoitechat.desktop.in.in:3
|
||||
msgid "ZoiteChat"
|
||||
msgstr ""
|
||||
|
||||
#: data/misc/io.github.Zoitechat.appdata.xml.in:9
|
||||
#: data/misc/io.github.Zoitechat.desktop.in.in:4
|
||||
#: data/misc/net.zoite.Zoitechat.appdata.xml.in:9
|
||||
#: data/misc/net.zoite.Zoitechat.desktop.in.in:4
|
||||
msgid "IRC Client"
|
||||
msgstr ""
|
||||
|
||||
#: data/misc/io.github.Zoitechat.appdata.xml.in:11
|
||||
#: data/misc/net.zoite.Zoitechat.appdata.xml.in:11
|
||||
msgid ""
|
||||
"ZoiteChat is an easy to use yet extensible IRC Client. It allows you to "
|
||||
"securely join multiple networks and talk to users privately or in channels "
|
||||
"using a customizable interface. You can even transfer files."
|
||||
msgstr ""
|
||||
|
||||
#: data/misc/io.github.Zoitechat.appdata.xml.in:12
|
||||
#: data/misc/net.zoite.Zoitechat.appdata.xml.in:12
|
||||
msgid ""
|
||||
"ZoiteChat supports features such as: DCC, SASL, proxies, spellcheck, alerts, "
|
||||
"logging, custom themes, and Python/Perl scripts."
|
||||
msgstr ""
|
||||
|
||||
#: data/misc/io.github.Zoitechat.appdata.xml.in:22
|
||||
#: data/misc/net.zoite.Zoitechat.appdata.xml.in:22
|
||||
msgid "Main Chat Window"
|
||||
msgstr ""
|
||||
|
||||
#: data/misc/io.github.Zoitechat.desktop.in.in:5
|
||||
#: data/misc/net.zoite.Zoitechat.desktop.in.in:5
|
||||
msgid "Chat with other people online"
|
||||
msgstr ""
|
||||
|
||||
#: data/misc/io.github.Zoitechat.desktop.in.in:6
|
||||
#: data/misc/net.zoite.Zoitechat.desktop.in.in:6
|
||||
msgid "IM;Chat;"
|
||||
msgstr ""
|
||||
|
||||
#: data/misc/io.github.Zoitechat.desktop.in.in:8
|
||||
#: data/misc/io.github.Zoitechat.ThemeManager.desktop.in:5
|
||||
#: data/misc/net.zoite.Zoitechat.desktop.in.in:8
|
||||
#: data/misc/net.zoite.Zoitechat.ThemeManager.desktop.in:5
|
||||
msgid "zoitechat"
|
||||
msgstr ""
|
||||
|
||||
#: data/misc/io.github.Zoitechat.desktop.in.in:19
|
||||
#: data/misc/net.zoite.Zoitechat.desktop.in.in:19
|
||||
msgid "Open Safe Mode"
|
||||
msgstr ""
|
||||
|
||||
#: data/misc/io.github.Zoitechat.ThemeManager.desktop.in:3
|
||||
#: data/misc/net.zoite.Zoitechat.ThemeManager.desktop.in:3
|
||||
msgid "ZoiteChat Theme Manager"
|
||||
msgstr ""
|
||||
|
||||
|
||||
28
po/be.po
28
po/be.po
@@ -17,52 +17,52 @@ msgstr ""
|
||||
"Language: be\n"
|
||||
"Plural-Forms: nplurals=4; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<12 || n%100>14) ? 1 : n%10==0 || (n%10>=5 && n%10<=9) || (n%100>=11 && n%100<=14)? 2 : 3);\n"
|
||||
|
||||
#: data/misc/io.github.Zoitechat.appdata.xml.in:4
|
||||
#: data/misc/io.github.Zoitechat.appdata.xml.in:5
|
||||
#: data/misc/io.github.Zoitechat.desktop.in.in:3
|
||||
#: data/misc/net.zoite.Zoitechat.appdata.xml.in:4
|
||||
#: data/misc/net.zoite.Zoitechat.appdata.xml.in:5
|
||||
#: data/misc/net.zoite.Zoitechat.desktop.in.in:3
|
||||
msgid "ZoiteChat"
|
||||
msgstr ""
|
||||
|
||||
#: data/misc/io.github.Zoitechat.appdata.xml.in:9
|
||||
#: data/misc/io.github.Zoitechat.desktop.in.in:4
|
||||
#: data/misc/net.zoite.Zoitechat.appdata.xml.in:9
|
||||
#: data/misc/net.zoite.Zoitechat.desktop.in.in:4
|
||||
msgid "IRC Client"
|
||||
msgstr ""
|
||||
|
||||
#: data/misc/io.github.Zoitechat.appdata.xml.in:11
|
||||
#: data/misc/net.zoite.Zoitechat.appdata.xml.in:11
|
||||
msgid ""
|
||||
"ZoiteChat is an easy to use yet extensible IRC Client. It allows you to "
|
||||
"securely join multiple networks and talk to users privately or in channels "
|
||||
"using a customizable interface. You can even transfer files."
|
||||
msgstr ""
|
||||
|
||||
#: data/misc/io.github.Zoitechat.appdata.xml.in:12
|
||||
#: data/misc/net.zoite.Zoitechat.appdata.xml.in:12
|
||||
msgid ""
|
||||
"ZoiteChat supports features such as: DCC, SASL, proxies, spellcheck, alerts, "
|
||||
"logging, custom themes, and Python/Perl scripts."
|
||||
msgstr ""
|
||||
|
||||
#: data/misc/io.github.Zoitechat.appdata.xml.in:22
|
||||
#: data/misc/net.zoite.Zoitechat.appdata.xml.in:22
|
||||
msgid "Main Chat Window"
|
||||
msgstr ""
|
||||
|
||||
#: data/misc/io.github.Zoitechat.desktop.in.in:5
|
||||
#: data/misc/net.zoite.Zoitechat.desktop.in.in:5
|
||||
msgid "Chat with other people online"
|
||||
msgstr ""
|
||||
|
||||
#: data/misc/io.github.Zoitechat.desktop.in.in:6
|
||||
#: data/misc/net.zoite.Zoitechat.desktop.in.in:6
|
||||
msgid "IM;Chat;"
|
||||
msgstr ""
|
||||
|
||||
#: data/misc/io.github.Zoitechat.desktop.in.in:8
|
||||
#: data/misc/io.github.Zoitechat.ThemeManager.desktop.in:5
|
||||
#: data/misc/net.zoite.Zoitechat.desktop.in.in:8
|
||||
#: data/misc/net.zoite.Zoitechat.ThemeManager.desktop.in:5
|
||||
msgid "zoitechat"
|
||||
msgstr ""
|
||||
|
||||
#: data/misc/io.github.Zoitechat.desktop.in.in:19
|
||||
#: data/misc/net.zoite.Zoitechat.desktop.in.in:19
|
||||
msgid "Open Safe Mode"
|
||||
msgstr ""
|
||||
|
||||
#: data/misc/io.github.Zoitechat.ThemeManager.desktop.in:3
|
||||
#: data/misc/net.zoite.Zoitechat.ThemeManager.desktop.in:3
|
||||
msgid "ZoiteChat Theme Manager"
|
||||
msgstr ""
|
||||
|
||||
|
||||
28
po/bg.po
28
po/bg.po
@@ -20,52 +20,52 @@ msgstr ""
|
||||
"Language: bg\n"
|
||||
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
||||
|
||||
#: data/misc/io.github.Zoitechat.appdata.xml.in:4
|
||||
#: data/misc/io.github.Zoitechat.appdata.xml.in:5
|
||||
#: data/misc/io.github.Zoitechat.desktop.in.in:3
|
||||
#: data/misc/net.zoite.Zoitechat.appdata.xml.in:4
|
||||
#: data/misc/net.zoite.Zoitechat.appdata.xml.in:5
|
||||
#: data/misc/net.zoite.Zoitechat.desktop.in.in:3
|
||||
msgid "ZoiteChat"
|
||||
msgstr ""
|
||||
|
||||
#: data/misc/io.github.Zoitechat.appdata.xml.in:9
|
||||
#: data/misc/io.github.Zoitechat.desktop.in.in:4
|
||||
#: data/misc/net.zoite.Zoitechat.appdata.xml.in:9
|
||||
#: data/misc/net.zoite.Zoitechat.desktop.in.in:4
|
||||
msgid "IRC Client"
|
||||
msgstr ""
|
||||
|
||||
#: data/misc/io.github.Zoitechat.appdata.xml.in:11
|
||||
#: data/misc/net.zoite.Zoitechat.appdata.xml.in:11
|
||||
msgid ""
|
||||
"ZoiteChat is an easy to use yet extensible IRC Client. It allows you to "
|
||||
"securely join multiple networks and talk to users privately or in channels "
|
||||
"using a customizable interface. You can even transfer files."
|
||||
msgstr ""
|
||||
|
||||
#: data/misc/io.github.Zoitechat.appdata.xml.in:12
|
||||
#: data/misc/net.zoite.Zoitechat.appdata.xml.in:12
|
||||
msgid ""
|
||||
"ZoiteChat supports features such as: DCC, SASL, proxies, spellcheck, alerts, "
|
||||
"logging, custom themes, and Python/Perl scripts."
|
||||
msgstr ""
|
||||
|
||||
#: data/misc/io.github.Zoitechat.appdata.xml.in:22
|
||||
#: data/misc/net.zoite.Zoitechat.appdata.xml.in:22
|
||||
msgid "Main Chat Window"
|
||||
msgstr ""
|
||||
|
||||
#: data/misc/io.github.Zoitechat.desktop.in.in:5
|
||||
#: data/misc/net.zoite.Zoitechat.desktop.in.in:5
|
||||
msgid "Chat with other people online"
|
||||
msgstr ""
|
||||
|
||||
#: data/misc/io.github.Zoitechat.desktop.in.in:6
|
||||
#: data/misc/net.zoite.Zoitechat.desktop.in.in:6
|
||||
msgid "IM;Chat;"
|
||||
msgstr ""
|
||||
|
||||
#: data/misc/io.github.Zoitechat.desktop.in.in:8
|
||||
#: data/misc/io.github.Zoitechat.ThemeManager.desktop.in:5
|
||||
#: data/misc/net.zoite.Zoitechat.desktop.in.in:8
|
||||
#: data/misc/net.zoite.Zoitechat.ThemeManager.desktop.in:5
|
||||
msgid "zoitechat"
|
||||
msgstr ""
|
||||
|
||||
#: data/misc/io.github.Zoitechat.desktop.in.in:19
|
||||
#: data/misc/net.zoite.Zoitechat.desktop.in.in:19
|
||||
msgid "Open Safe Mode"
|
||||
msgstr ""
|
||||
|
||||
#: data/misc/io.github.Zoitechat.ThemeManager.desktop.in:3
|
||||
#: data/misc/net.zoite.Zoitechat.ThemeManager.desktop.in:3
|
||||
msgid "ZoiteChat Theme Manager"
|
||||
msgstr ""
|
||||
|
||||
|
||||
28
po/ca.po
28
po/ca.po
@@ -24,52 +24,52 @@ msgstr ""
|
||||
"Language: ca\n"
|
||||
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
||||
|
||||
#: data/misc/io.github.Zoitechat.appdata.xml.in:4
|
||||
#: data/misc/io.github.Zoitechat.appdata.xml.in:5
|
||||
#: data/misc/io.github.Zoitechat.desktop.in.in:3
|
||||
#: data/misc/net.zoite.Zoitechat.appdata.xml.in:4
|
||||
#: data/misc/net.zoite.Zoitechat.appdata.xml.in:5
|
||||
#: data/misc/net.zoite.Zoitechat.desktop.in.in:3
|
||||
msgid "ZoiteChat"
|
||||
msgstr "ZoiteChat"
|
||||
|
||||
#: data/misc/io.github.Zoitechat.appdata.xml.in:9
|
||||
#: data/misc/io.github.Zoitechat.desktop.in.in:4
|
||||
#: data/misc/net.zoite.Zoitechat.appdata.xml.in:9
|
||||
#: data/misc/net.zoite.Zoitechat.desktop.in.in:4
|
||||
msgid "IRC Client"
|
||||
msgstr "Client IRC"
|
||||
|
||||
#: data/misc/io.github.Zoitechat.appdata.xml.in:11
|
||||
#: data/misc/net.zoite.Zoitechat.appdata.xml.in:11
|
||||
msgid ""
|
||||
"ZoiteChat is an easy to use yet extensible IRC Client. It allows you to "
|
||||
"securely join multiple networks and talk to users privately or in channels "
|
||||
"using a customizable interface. You can even transfer files."
|
||||
msgstr "ZoiteChat és un client IRC extensible i fàcil d'utilitzar. Et permet unir-te a múltiples xarxes amb seguretat i parlar amb altres usuaris en privat o en canals utilitzant una interfície personalitzable. Fins i tot pots transferir fitxers."
|
||||
|
||||
#: data/misc/io.github.Zoitechat.appdata.xml.in:12
|
||||
#: data/misc/net.zoite.Zoitechat.appdata.xml.in:12
|
||||
msgid ""
|
||||
"ZoiteChat supports features such as: DCC, SASL, proxies, spellcheck, alerts, "
|
||||
"logging, custom themes, and Python/Perl scripts."
|
||||
msgstr "ZoiteChat té suport per: DCC, SASL, proxis, correcció d'escriptura, notificacions, registre, temes personalitzats i scripts en Python o Perl."
|
||||
|
||||
#: data/misc/io.github.Zoitechat.appdata.xml.in:22
|
||||
#: data/misc/net.zoite.Zoitechat.appdata.xml.in:22
|
||||
msgid "Main Chat Window"
|
||||
msgstr "Finestra de xat principal"
|
||||
|
||||
#: data/misc/io.github.Zoitechat.desktop.in.in:5
|
||||
#: data/misc/net.zoite.Zoitechat.desktop.in.in:5
|
||||
msgid "Chat with other people online"
|
||||
msgstr "Xategeu amb altres persones en línia"
|
||||
|
||||
#: data/misc/io.github.Zoitechat.desktop.in.in:6
|
||||
#: data/misc/net.zoite.Zoitechat.desktop.in.in:6
|
||||
msgid "IM;Chat;"
|
||||
msgstr "MI;Xat;"
|
||||
|
||||
#: data/misc/io.github.Zoitechat.desktop.in.in:8
|
||||
#: data/misc/io.github.Zoitechat.ThemeManager.desktop.in:5
|
||||
#: data/misc/net.zoite.Zoitechat.desktop.in.in:8
|
||||
#: data/misc/net.zoite.Zoitechat.ThemeManager.desktop.in:5
|
||||
msgid "zoitechat"
|
||||
msgstr "zoitechat"
|
||||
|
||||
#: data/misc/io.github.Zoitechat.desktop.in.in:19
|
||||
#: data/misc/net.zoite.Zoitechat.desktop.in.in:19
|
||||
msgid "Open Safe Mode"
|
||||
msgstr "Obre el mode segur"
|
||||
|
||||
#: data/misc/io.github.Zoitechat.ThemeManager.desktop.in:3
|
||||
#: data/misc/net.zoite.Zoitechat.ThemeManager.desktop.in:3
|
||||
msgid "ZoiteChat Theme Manager"
|
||||
msgstr "Gestor de temes d'ZoiteChat"
|
||||
|
||||
|
||||
28
po/cs.po
28
po/cs.po
@@ -24,52 +24,52 @@ msgstr ""
|
||||
"Language: cs\n"
|
||||
"Plural-Forms: nplurals=4; plural=(n == 1 && n % 1 == 0) ? 0 : (n >= 2 && n <= 4 && n % 1 == 0) ? 1: (n % 1 != 0 ) ? 2 : 3;\n"
|
||||
|
||||
#: data/misc/io.github.Zoitechat.appdata.xml.in:4
|
||||
#: data/misc/io.github.Zoitechat.appdata.xml.in:5
|
||||
#: data/misc/io.github.Zoitechat.desktop.in.in:3
|
||||
#: data/misc/net.zoite.Zoitechat.appdata.xml.in:4
|
||||
#: data/misc/net.zoite.Zoitechat.appdata.xml.in:5
|
||||
#: data/misc/net.zoite.Zoitechat.desktop.in.in:3
|
||||
msgid "ZoiteChat"
|
||||
msgstr "ZoiteChat"
|
||||
|
||||
#: data/misc/io.github.Zoitechat.appdata.xml.in:9
|
||||
#: data/misc/io.github.Zoitechat.desktop.in.in:4
|
||||
#: data/misc/net.zoite.Zoitechat.appdata.xml.in:9
|
||||
#: data/misc/net.zoite.Zoitechat.desktop.in.in:4
|
||||
msgid "IRC Client"
|
||||
msgstr "IRC klient"
|
||||
|
||||
#: data/misc/io.github.Zoitechat.appdata.xml.in:11
|
||||
#: data/misc/net.zoite.Zoitechat.appdata.xml.in:11
|
||||
msgid ""
|
||||
"ZoiteChat is an easy to use yet extensible IRC Client. It allows you to "
|
||||
"securely join multiple networks and talk to users privately or in channels "
|
||||
"using a customizable interface. You can even transfer files."
|
||||
msgstr "ZoiteChat je snadno použitelný a rozšířitelný IRC klient. Umožňuje vám se bezpečně připojit k více sítím a psát si s lidmi soukromě nebo v kanálech pomocí přizpůsobitelného prostředí. Dokonce můžete přenášet soubory."
|
||||
|
||||
#: data/misc/io.github.Zoitechat.appdata.xml.in:12
|
||||
#: data/misc/net.zoite.Zoitechat.appdata.xml.in:12
|
||||
msgid ""
|
||||
"ZoiteChat supports features such as: DCC, SASL, proxies, spellcheck, alerts, "
|
||||
"logging, custom themes, and Python/Perl scripts."
|
||||
msgstr "ZoiteChat podporuje funkce jako DCC, SASL, brány proxy, kontrolu pravopisu, ukládání záznamů, vlastní motivy a skripty v jazycích Python nebo Perl."
|
||||
|
||||
#: data/misc/io.github.Zoitechat.appdata.xml.in:22
|
||||
#: data/misc/net.zoite.Zoitechat.appdata.xml.in:22
|
||||
msgid "Main Chat Window"
|
||||
msgstr "Hlavní okno chatu"
|
||||
|
||||
#: data/misc/io.github.Zoitechat.desktop.in.in:5
|
||||
#: data/misc/net.zoite.Zoitechat.desktop.in.in:5
|
||||
msgid "Chat with other people online"
|
||||
msgstr "Chatujte online s ostatními lidmi"
|
||||
|
||||
#: data/misc/io.github.Zoitechat.desktop.in.in:6
|
||||
#: data/misc/net.zoite.Zoitechat.desktop.in.in:6
|
||||
msgid "IM;Chat;"
|
||||
msgstr " IM;Chat;"
|
||||
|
||||
#: data/misc/io.github.Zoitechat.desktop.in.in:8
|
||||
#: data/misc/io.github.Zoitechat.ThemeManager.desktop.in:5
|
||||
#: data/misc/net.zoite.Zoitechat.desktop.in.in:8
|
||||
#: data/misc/net.zoite.Zoitechat.ThemeManager.desktop.in:5
|
||||
msgid "zoitechat"
|
||||
msgstr "zoitechat"
|
||||
|
||||
#: data/misc/io.github.Zoitechat.desktop.in.in:19
|
||||
#: data/misc/net.zoite.Zoitechat.desktop.in.in:19
|
||||
msgid "Open Safe Mode"
|
||||
msgstr "Otevřít Nouzový režim"
|
||||
|
||||
#: data/misc/io.github.Zoitechat.ThemeManager.desktop.in:3
|
||||
#: data/misc/net.zoite.Zoitechat.ThemeManager.desktop.in:3
|
||||
msgid "ZoiteChat Theme Manager"
|
||||
msgstr "ZoiteChat manažer témat"
|
||||
|
||||
|
||||
28
po/da.po
28
po/da.po
@@ -29,52 +29,52 @@ msgstr ""
|
||||
"Language: da\n"
|
||||
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
||||
|
||||
#: data/misc/io.github.Zoitechat.appdata.xml.in:4
|
||||
#: data/misc/io.github.Zoitechat.appdata.xml.in:5
|
||||
#: data/misc/io.github.Zoitechat.desktop.in.in:3
|
||||
#: data/misc/net.zoite.Zoitechat.appdata.xml.in:4
|
||||
#: data/misc/net.zoite.Zoitechat.appdata.xml.in:5
|
||||
#: data/misc/net.zoite.Zoitechat.desktop.in.in:3
|
||||
msgid "ZoiteChat"
|
||||
msgstr "ZoiteChat"
|
||||
|
||||
#: data/misc/io.github.Zoitechat.appdata.xml.in:9
|
||||
#: data/misc/io.github.Zoitechat.desktop.in.in:4
|
||||
#: data/misc/net.zoite.Zoitechat.appdata.xml.in:9
|
||||
#: data/misc/net.zoite.Zoitechat.desktop.in.in:4
|
||||
msgid "IRC Client"
|
||||
msgstr "IRC-klient"
|
||||
|
||||
#: data/misc/io.github.Zoitechat.appdata.xml.in:11
|
||||
#: data/misc/net.zoite.Zoitechat.appdata.xml.in:11
|
||||
msgid ""
|
||||
"ZoiteChat is an easy to use yet extensible IRC Client. It allows you to "
|
||||
"securely join multiple networks and talk to users privately or in channels "
|
||||
"using a customizable interface. You can even transfer files."
|
||||
msgstr "ZoiteChat er en IRC-klient, der er nem at bruge, men som alligevel også kan udvides. Den tillader dig sikkert at forbinde til flere netværk og tale med brugere privat eller i kanaler ved brug af en tilpasselig grænseflade. Du kan endda overføre filer."
|
||||
|
||||
#: data/misc/io.github.Zoitechat.appdata.xml.in:12
|
||||
#: data/misc/net.zoite.Zoitechat.appdata.xml.in:12
|
||||
msgid ""
|
||||
"ZoiteChat supports features such as: DCC, SASL, proxies, spellcheck, alerts, "
|
||||
"logging, custom themes, and Python/Perl scripts."
|
||||
msgstr "ZoiteChat understøtter funktioner som: DCC, SASL, proxyer, stavekontrol, underretninger, logning, tilpassede temaer og Python-/Perl-scripts."
|
||||
|
||||
#: data/misc/io.github.Zoitechat.appdata.xml.in:22
|
||||
#: data/misc/net.zoite.Zoitechat.appdata.xml.in:22
|
||||
msgid "Main Chat Window"
|
||||
msgstr "Primære chatvindue"
|
||||
|
||||
#: data/misc/io.github.Zoitechat.desktop.in.in:5
|
||||
#: data/misc/net.zoite.Zoitechat.desktop.in.in:5
|
||||
msgid "Chat with other people online"
|
||||
msgstr "Chat med andre personer online"
|
||||
|
||||
#: data/misc/io.github.Zoitechat.desktop.in.in:6
|
||||
#: data/misc/net.zoite.Zoitechat.desktop.in.in:6
|
||||
msgid "IM;Chat;"
|
||||
msgstr "IM;Chat;"
|
||||
|
||||
#: data/misc/io.github.Zoitechat.desktop.in.in:8
|
||||
#: data/misc/io.github.Zoitechat.ThemeManager.desktop.in:5
|
||||
#: data/misc/net.zoite.Zoitechat.desktop.in.in:8
|
||||
#: data/misc/net.zoite.Zoitechat.ThemeManager.desktop.in:5
|
||||
msgid "zoitechat"
|
||||
msgstr "zoitechat"
|
||||
|
||||
#: data/misc/io.github.Zoitechat.desktop.in.in:19
|
||||
#: data/misc/net.zoite.Zoitechat.desktop.in.in:19
|
||||
msgid "Open Safe Mode"
|
||||
msgstr "Åbn fejlsikret tilstand"
|
||||
|
||||
#: data/misc/io.github.Zoitechat.ThemeManager.desktop.in:3
|
||||
#: data/misc/net.zoite.Zoitechat.ThemeManager.desktop.in:3
|
||||
msgid "ZoiteChat Theme Manager"
|
||||
msgstr "ZoiteChat-temahåndtering"
|
||||
|
||||
|
||||
28
po/de.po
28
po/de.po
@@ -46,52 +46,52 @@ msgstr ""
|
||||
"Language: de\n"
|
||||
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
||||
|
||||
#: data/misc/io.github.Zoitechat.appdata.xml.in:4
|
||||
#: data/misc/io.github.Zoitechat.appdata.xml.in:5
|
||||
#: data/misc/io.github.Zoitechat.desktop.in.in:3
|
||||
#: data/misc/net.zoite.Zoitechat.appdata.xml.in:4
|
||||
#: data/misc/net.zoite.Zoitechat.appdata.xml.in:5
|
||||
#: data/misc/net.zoite.Zoitechat.desktop.in.in:3
|
||||
msgid "ZoiteChat"
|
||||
msgstr "ZoiteChat"
|
||||
|
||||
#: data/misc/io.github.Zoitechat.appdata.xml.in:9
|
||||
#: data/misc/io.github.Zoitechat.desktop.in.in:4
|
||||
#: data/misc/net.zoite.Zoitechat.appdata.xml.in:9
|
||||
#: data/misc/net.zoite.Zoitechat.desktop.in.in:4
|
||||
msgid "IRC Client"
|
||||
msgstr "IRC-Client"
|
||||
|
||||
#: data/misc/io.github.Zoitechat.appdata.xml.in:11
|
||||
#: data/misc/net.zoite.Zoitechat.appdata.xml.in:11
|
||||
msgid ""
|
||||
"ZoiteChat is an easy to use yet extensible IRC Client. It allows you to "
|
||||
"securely join multiple networks and talk to users privately or in channels "
|
||||
"using a customizable interface. You can even transfer files."
|
||||
msgstr "HexChar ist ein einfach zu benutzender, aber dennoch erweiterbarer IRC-Client. Er erlaubt es, sicher mehreren Netzwerken beizutreten und sich mithilfe der anpassbaren Benutzerschnittstelle privat oder auch in Kanälen zu unterhalten. Sogar Dateiübertragungen sind möglich."
|
||||
|
||||
#: data/misc/io.github.Zoitechat.appdata.xml.in:12
|
||||
#: data/misc/net.zoite.Zoitechat.appdata.xml.in:12
|
||||
msgid ""
|
||||
"ZoiteChat supports features such as: DCC, SASL, proxies, spellcheck, alerts, "
|
||||
"logging, custom themes, and Python/Perl scripts."
|
||||
msgstr "ZoiteChat unterstützt Features wie: DCC, SASL, Proxies, Rechtschreibprüfung, Benachrichtigungen, Logging, Benutzerdesigns und Python/Perl-Skripte"
|
||||
|
||||
#: data/misc/io.github.Zoitechat.appdata.xml.in:22
|
||||
#: data/misc/net.zoite.Zoitechat.appdata.xml.in:22
|
||||
msgid "Main Chat Window"
|
||||
msgstr "Hauptchatfenster"
|
||||
|
||||
#: data/misc/io.github.Zoitechat.desktop.in.in:5
|
||||
#: data/misc/net.zoite.Zoitechat.desktop.in.in:5
|
||||
msgid "Chat with other people online"
|
||||
msgstr "Online mit anderen Menschen chatten"
|
||||
|
||||
#: data/misc/io.github.Zoitechat.desktop.in.in:6
|
||||
#: data/misc/net.zoite.Zoitechat.desktop.in.in:6
|
||||
msgid "IM;Chat;"
|
||||
msgstr "IM;Chat;"
|
||||
|
||||
#: data/misc/io.github.Zoitechat.desktop.in.in:8
|
||||
#: data/misc/io.github.Zoitechat.ThemeManager.desktop.in:5
|
||||
#: data/misc/net.zoite.Zoitechat.desktop.in.in:8
|
||||
#: data/misc/net.zoite.Zoitechat.ThemeManager.desktop.in:5
|
||||
msgid "zoitechat"
|
||||
msgstr "zoitechat"
|
||||
|
||||
#: data/misc/io.github.Zoitechat.desktop.in.in:19
|
||||
#: data/misc/net.zoite.Zoitechat.desktop.in.in:19
|
||||
msgid "Open Safe Mode"
|
||||
msgstr "Im sicheren Modus öffnen"
|
||||
|
||||
#: data/misc/io.github.Zoitechat.ThemeManager.desktop.in:3
|
||||
#: data/misc/net.zoite.Zoitechat.ThemeManager.desktop.in:3
|
||||
msgid "ZoiteChat Theme Manager"
|
||||
msgstr "ZoiteChat-Themenverwalter"
|
||||
|
||||
|
||||
28
po/el.po
28
po/el.po
@@ -25,52 +25,52 @@ msgstr ""
|
||||
"Language: el\n"
|
||||
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
||||
|
||||
#: data/misc/io.github.Zoitechat.appdata.xml.in:4
|
||||
#: data/misc/io.github.Zoitechat.appdata.xml.in:5
|
||||
#: data/misc/io.github.Zoitechat.desktop.in.in:3
|
||||
#: data/misc/net.zoite.Zoitechat.appdata.xml.in:4
|
||||
#: data/misc/net.zoite.Zoitechat.appdata.xml.in:5
|
||||
#: data/misc/net.zoite.Zoitechat.desktop.in.in:3
|
||||
msgid "ZoiteChat"
|
||||
msgstr "ZoiteChat"
|
||||
|
||||
#: data/misc/io.github.Zoitechat.appdata.xml.in:9
|
||||
#: data/misc/io.github.Zoitechat.desktop.in.in:4
|
||||
#: data/misc/net.zoite.Zoitechat.appdata.xml.in:9
|
||||
#: data/misc/net.zoite.Zoitechat.desktop.in.in:4
|
||||
msgid "IRC Client"
|
||||
msgstr "Πελάτης IRC"
|
||||
|
||||
#: data/misc/io.github.Zoitechat.appdata.xml.in:11
|
||||
#: data/misc/net.zoite.Zoitechat.appdata.xml.in:11
|
||||
msgid ""
|
||||
"ZoiteChat is an easy to use yet extensible IRC Client. It allows you to "
|
||||
"securely join multiple networks and talk to users privately or in channels "
|
||||
"using a customizable interface. You can even transfer files."
|
||||
msgstr ""
|
||||
|
||||
#: data/misc/io.github.Zoitechat.appdata.xml.in:12
|
||||
#: data/misc/net.zoite.Zoitechat.appdata.xml.in:12
|
||||
msgid ""
|
||||
"ZoiteChat supports features such as: DCC, SASL, proxies, spellcheck, alerts, "
|
||||
"logging, custom themes, and Python/Perl scripts."
|
||||
msgstr "Το ZoiteChat υποστηρίζει λειτουργίες όπως: DCC, SASL, διαμεσολαβητές, ορθογραφική διόρθωση, ειδοποιήσεις, logging, προσαρμοσμένα θέματα, και Python/Perl scripts."
|
||||
|
||||
#: data/misc/io.github.Zoitechat.appdata.xml.in:22
|
||||
#: data/misc/net.zoite.Zoitechat.appdata.xml.in:22
|
||||
msgid "Main Chat Window"
|
||||
msgstr "Κεντρικό Παράθυρο Συζήτησης"
|
||||
|
||||
#: data/misc/io.github.Zoitechat.desktop.in.in:5
|
||||
#: data/misc/net.zoite.Zoitechat.desktop.in.in:5
|
||||
msgid "Chat with other people online"
|
||||
msgstr "Συνομιλήστε με άλλους χρήστες σε απευθείας σύνδεση"
|
||||
|
||||
#: data/misc/io.github.Zoitechat.desktop.in.in:6
|
||||
#: data/misc/net.zoite.Zoitechat.desktop.in.in:6
|
||||
msgid "IM;Chat;"
|
||||
msgstr "IM;Chat;"
|
||||
|
||||
#: data/misc/io.github.Zoitechat.desktop.in.in:8
|
||||
#: data/misc/io.github.Zoitechat.ThemeManager.desktop.in:5
|
||||
#: data/misc/net.zoite.Zoitechat.desktop.in.in:8
|
||||
#: data/misc/net.zoite.Zoitechat.ThemeManager.desktop.in:5
|
||||
msgid "zoitechat"
|
||||
msgstr ""
|
||||
|
||||
#: data/misc/io.github.Zoitechat.desktop.in.in:19
|
||||
#: data/misc/net.zoite.Zoitechat.desktop.in.in:19
|
||||
msgid "Open Safe Mode"
|
||||
msgstr "Άνοιγμα ασφαλούς λειτουργίας"
|
||||
|
||||
#: data/misc/io.github.Zoitechat.ThemeManager.desktop.in:3
|
||||
#: data/misc/net.zoite.Zoitechat.ThemeManager.desktop.in:3
|
||||
msgid "ZoiteChat Theme Manager"
|
||||
msgstr "Διαχειριστής θεμάτων ZoiteChat"
|
||||
|
||||
|
||||
28
po/en_GB.po
28
po/en_GB.po
@@ -25,52 +25,52 @@ msgstr ""
|
||||
"Language: en_GB\n"
|
||||
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
||||
|
||||
#: data/misc/io.github.Zoitechat.appdata.xml.in:4
|
||||
#: data/misc/io.github.Zoitechat.appdata.xml.in:5
|
||||
#: data/misc/io.github.Zoitechat.desktop.in.in:3
|
||||
#: data/misc/net.zoite.Zoitechat.appdata.xml.in:4
|
||||
#: data/misc/net.zoite.Zoitechat.appdata.xml.in:5
|
||||
#: data/misc/net.zoite.Zoitechat.desktop.in.in:3
|
||||
msgid "ZoiteChat"
|
||||
msgstr "ZoiteChat"
|
||||
|
||||
#: data/misc/io.github.Zoitechat.appdata.xml.in:9
|
||||
#: data/misc/io.github.Zoitechat.desktop.in.in:4
|
||||
#: data/misc/net.zoite.Zoitechat.appdata.xml.in:9
|
||||
#: data/misc/net.zoite.Zoitechat.desktop.in.in:4
|
||||
msgid "IRC Client"
|
||||
msgstr "IRC Client"
|
||||
|
||||
#: data/misc/io.github.Zoitechat.appdata.xml.in:11
|
||||
#: data/misc/net.zoite.Zoitechat.appdata.xml.in:11
|
||||
msgid ""
|
||||
"ZoiteChat is an easy to use yet extensible IRC Client. It allows you to "
|
||||
"securely join multiple networks and talk to users privately or in channels "
|
||||
"using a customizable interface. You can even transfer files."
|
||||
msgstr "ZoiteChat is an easy to use yet extensible IRC Client. It allows you to securely join multiple networks and talk to users privately or in channels using a customisable interface. You can even transfer files."
|
||||
|
||||
#: data/misc/io.github.Zoitechat.appdata.xml.in:12
|
||||
#: data/misc/net.zoite.Zoitechat.appdata.xml.in:12
|
||||
msgid ""
|
||||
"ZoiteChat supports features such as: DCC, SASL, proxies, spellcheck, alerts, "
|
||||
"logging, custom themes, and Python/Perl scripts."
|
||||
msgstr "ZoiteChat supports features such as: DCC, SASL, proxies, spellcheck, alerts, logging, custom themes, and Python/Perl scripts."
|
||||
|
||||
#: data/misc/io.github.Zoitechat.appdata.xml.in:22
|
||||
#: data/misc/net.zoite.Zoitechat.appdata.xml.in:22
|
||||
msgid "Main Chat Window"
|
||||
msgstr "Main Chat Window"
|
||||
|
||||
#: data/misc/io.github.Zoitechat.desktop.in.in:5
|
||||
#: data/misc/net.zoite.Zoitechat.desktop.in.in:5
|
||||
msgid "Chat with other people online"
|
||||
msgstr "Chat with other people online"
|
||||
|
||||
#: data/misc/io.github.Zoitechat.desktop.in.in:6
|
||||
#: data/misc/net.zoite.Zoitechat.desktop.in.in:6
|
||||
msgid "IM;Chat;"
|
||||
msgstr "IM;Chat;"
|
||||
|
||||
#: data/misc/io.github.Zoitechat.desktop.in.in:8
|
||||
#: data/misc/io.github.Zoitechat.ThemeManager.desktop.in:5
|
||||
#: data/misc/net.zoite.Zoitechat.desktop.in.in:8
|
||||
#: data/misc/net.zoite.Zoitechat.ThemeManager.desktop.in:5
|
||||
msgid "zoitechat"
|
||||
msgstr "zoitechat"
|
||||
|
||||
#: data/misc/io.github.Zoitechat.desktop.in.in:19
|
||||
#: data/misc/net.zoite.Zoitechat.desktop.in.in:19
|
||||
msgid "Open Safe Mode"
|
||||
msgstr "Open Safe Mode"
|
||||
|
||||
#: data/misc/io.github.Zoitechat.ThemeManager.desktop.in:3
|
||||
#: data/misc/net.zoite.Zoitechat.ThemeManager.desktop.in:3
|
||||
msgid "ZoiteChat Theme Manager"
|
||||
msgstr "ZoiteChat Theme Manager"
|
||||
|
||||
|
||||
28
po/es.po
28
po/es.po
@@ -31,52 +31,52 @@ msgstr ""
|
||||
"Language: es\n"
|
||||
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
||||
|
||||
#: data/misc/io.github.Zoitechat.appdata.xml.in:4
|
||||
#: data/misc/io.github.Zoitechat.appdata.xml.in:5
|
||||
#: data/misc/io.github.Zoitechat.desktop.in.in:3
|
||||
#: data/misc/net.zoite.Zoitechat.appdata.xml.in:4
|
||||
#: data/misc/net.zoite.Zoitechat.appdata.xml.in:5
|
||||
#: data/misc/net.zoite.Zoitechat.desktop.in.in:3
|
||||
msgid "ZoiteChat"
|
||||
msgstr "ZoiteChat"
|
||||
|
||||
#: data/misc/io.github.Zoitechat.appdata.xml.in:9
|
||||
#: data/misc/io.github.Zoitechat.desktop.in.in:4
|
||||
#: data/misc/net.zoite.Zoitechat.appdata.xml.in:9
|
||||
#: data/misc/net.zoite.Zoitechat.desktop.in.in:4
|
||||
msgid "IRC Client"
|
||||
msgstr "Cliente de IRC"
|
||||
|
||||
#: data/misc/io.github.Zoitechat.appdata.xml.in:11
|
||||
#: data/misc/net.zoite.Zoitechat.appdata.xml.in:11
|
||||
msgid ""
|
||||
"ZoiteChat is an easy to use yet extensible IRC Client. It allows you to "
|
||||
"securely join multiple networks and talk to users privately or in channels "
|
||||
"using a customizable interface. You can even transfer files."
|
||||
msgstr "ZoiteChat es un cliente de IRC fácil de usar. Permite unirse a múltiples redes de manera segura y hablar con los usuarios en privado o en los canales usando una interfaz personalizable. Incluso puede enviar archivos."
|
||||
|
||||
#: data/misc/io.github.Zoitechat.appdata.xml.in:12
|
||||
#: data/misc/net.zoite.Zoitechat.appdata.xml.in:12
|
||||
msgid ""
|
||||
"ZoiteChat supports features such as: DCC, SASL, proxies, spellcheck, alerts, "
|
||||
"logging, custom themes, and Python/Perl scripts."
|
||||
msgstr "ZoiteChat soporta características como: DCC, SASL, proxies, autocorrector, alertas, registro automático, temas personalizados, y scripts en Python/Perl."
|
||||
|
||||
#: data/misc/io.github.Zoitechat.appdata.xml.in:22
|
||||
#: data/misc/net.zoite.Zoitechat.appdata.xml.in:22
|
||||
msgid "Main Chat Window"
|
||||
msgstr "Ventana principal de charla"
|
||||
|
||||
#: data/misc/io.github.Zoitechat.desktop.in.in:5
|
||||
#: data/misc/net.zoite.Zoitechat.desktop.in.in:5
|
||||
msgid "Chat with other people online"
|
||||
msgstr "Charlar con otras personas en línea"
|
||||
|
||||
#: data/misc/io.github.Zoitechat.desktop.in.in:6
|
||||
#: data/misc/net.zoite.Zoitechat.desktop.in.in:6
|
||||
msgid "IM;Chat;"
|
||||
msgstr "IM;Chat;"
|
||||
|
||||
#: data/misc/io.github.Zoitechat.desktop.in.in:8
|
||||
#: data/misc/io.github.Zoitechat.ThemeManager.desktop.in:5
|
||||
#: data/misc/net.zoite.Zoitechat.desktop.in.in:8
|
||||
#: data/misc/net.zoite.Zoitechat.ThemeManager.desktop.in:5
|
||||
msgid "zoitechat"
|
||||
msgstr "zoitechat"
|
||||
|
||||
#: data/misc/io.github.Zoitechat.desktop.in.in:19
|
||||
#: data/misc/net.zoite.Zoitechat.desktop.in.in:19
|
||||
msgid "Open Safe Mode"
|
||||
msgstr "Abrir en modo seguro"
|
||||
|
||||
#: data/misc/io.github.Zoitechat.ThemeManager.desktop.in:3
|
||||
#: data/misc/net.zoite.Zoitechat.ThemeManager.desktop.in:3
|
||||
msgid "ZoiteChat Theme Manager"
|
||||
msgstr "Administrador de temas de ZoiteChat"
|
||||
|
||||
|
||||
28
po/et.po
28
po/et.po
@@ -21,52 +21,52 @@ msgstr ""
|
||||
"Language: et\n"
|
||||
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
||||
|
||||
#: data/misc/io.github.Zoitechat.appdata.xml.in:4
|
||||
#: data/misc/io.github.Zoitechat.appdata.xml.in:5
|
||||
#: data/misc/io.github.Zoitechat.desktop.in.in:3
|
||||
#: data/misc/net.zoite.Zoitechat.appdata.xml.in:4
|
||||
#: data/misc/net.zoite.Zoitechat.appdata.xml.in:5
|
||||
#: data/misc/net.zoite.Zoitechat.desktop.in.in:3
|
||||
msgid "ZoiteChat"
|
||||
msgstr "ZoiteChat"
|
||||
|
||||
#: data/misc/io.github.Zoitechat.appdata.xml.in:9
|
||||
#: data/misc/io.github.Zoitechat.desktop.in.in:4
|
||||
#: data/misc/net.zoite.Zoitechat.appdata.xml.in:9
|
||||
#: data/misc/net.zoite.Zoitechat.desktop.in.in:4
|
||||
msgid "IRC Client"
|
||||
msgstr "IRC klient"
|
||||
|
||||
#: data/misc/io.github.Zoitechat.appdata.xml.in:11
|
||||
#: data/misc/net.zoite.Zoitechat.appdata.xml.in:11
|
||||
msgid ""
|
||||
"ZoiteChat is an easy to use yet extensible IRC Client. It allows you to "
|
||||
"securely join multiple networks and talk to users privately or in channels "
|
||||
"using a customizable interface. You can even transfer files."
|
||||
msgstr "ZoiteChat on lihtne ja paljude võimalustega IRC klient. See võimaldab turvaliselt ühenduda mitme võrguda samaaegselt ja suhelda inimestega privaatselt või liituda vestluskanalitega, kasutades selleks kohandatavat rakendust. Samuti on võimalus failivahetuseks."
|
||||
|
||||
#: data/misc/io.github.Zoitechat.appdata.xml.in:12
|
||||
#: data/misc/net.zoite.Zoitechat.appdata.xml.in:12
|
||||
msgid ""
|
||||
"ZoiteChat supports features such as: DCC, SASL, proxies, spellcheck, alerts, "
|
||||
"logging, custom themes, and Python/Perl scripts."
|
||||
msgstr "ZoiteChat toetab kasutamiseks: DCC, SASL, hoiatusi, logide koguminst, kohandatud teemasid ja Python/Perl skripte."
|
||||
|
||||
#: data/misc/io.github.Zoitechat.appdata.xml.in:22
|
||||
#: data/misc/net.zoite.Zoitechat.appdata.xml.in:22
|
||||
msgid "Main Chat Window"
|
||||
msgstr ""
|
||||
|
||||
#: data/misc/io.github.Zoitechat.desktop.in.in:5
|
||||
#: data/misc/net.zoite.Zoitechat.desktop.in.in:5
|
||||
msgid "Chat with other people online"
|
||||
msgstr "Vestle teiste kasutajatega internetis"
|
||||
|
||||
#: data/misc/io.github.Zoitechat.desktop.in.in:6
|
||||
#: data/misc/net.zoite.Zoitechat.desktop.in.in:6
|
||||
msgid "IM;Chat;"
|
||||
msgstr ""
|
||||
|
||||
#: data/misc/io.github.Zoitechat.desktop.in.in:8
|
||||
#: data/misc/io.github.Zoitechat.ThemeManager.desktop.in:5
|
||||
#: data/misc/net.zoite.Zoitechat.desktop.in.in:8
|
||||
#: data/misc/net.zoite.Zoitechat.ThemeManager.desktop.in:5
|
||||
msgid "zoitechat"
|
||||
msgstr ""
|
||||
|
||||
#: data/misc/io.github.Zoitechat.desktop.in.in:19
|
||||
#: data/misc/net.zoite.Zoitechat.desktop.in.in:19
|
||||
msgid "Open Safe Mode"
|
||||
msgstr "Ava turvarežiim"
|
||||
|
||||
#: data/misc/io.github.Zoitechat.ThemeManager.desktop.in:3
|
||||
#: data/misc/net.zoite.Zoitechat.ThemeManager.desktop.in:3
|
||||
msgid "ZoiteChat Theme Manager"
|
||||
msgstr "ZoiteChat teemahaldur"
|
||||
|
||||
|
||||
28
po/eu.po
28
po/eu.po
@@ -20,52 +20,52 @@ msgstr ""
|
||||
"Language: eu\n"
|
||||
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
||||
|
||||
#: data/misc/io.github.Zoitechat.appdata.xml.in:4
|
||||
#: data/misc/io.github.Zoitechat.appdata.xml.in:5
|
||||
#: data/misc/io.github.Zoitechat.desktop.in.in:3
|
||||
#: data/misc/net.zoite.Zoitechat.appdata.xml.in:4
|
||||
#: data/misc/net.zoite.Zoitechat.appdata.xml.in:5
|
||||
#: data/misc/net.zoite.Zoitechat.desktop.in.in:3
|
||||
msgid "ZoiteChat"
|
||||
msgstr "ZoiteChat"
|
||||
|
||||
#: data/misc/io.github.Zoitechat.appdata.xml.in:9
|
||||
#: data/misc/io.github.Zoitechat.desktop.in.in:4
|
||||
#: data/misc/net.zoite.Zoitechat.appdata.xml.in:9
|
||||
#: data/misc/net.zoite.Zoitechat.desktop.in.in:4
|
||||
msgid "IRC Client"
|
||||
msgstr "IRC bezeroa"
|
||||
|
||||
#: data/misc/io.github.Zoitechat.appdata.xml.in:11
|
||||
#: data/misc/net.zoite.Zoitechat.appdata.xml.in:11
|
||||
msgid ""
|
||||
"ZoiteChat is an easy to use yet extensible IRC Client. It allows you to "
|
||||
"securely join multiple networks and talk to users privately or in channels "
|
||||
"using a customizable interface. You can even transfer files."
|
||||
msgstr ""
|
||||
|
||||
#: data/misc/io.github.Zoitechat.appdata.xml.in:12
|
||||
#: data/misc/net.zoite.Zoitechat.appdata.xml.in:12
|
||||
msgid ""
|
||||
"ZoiteChat supports features such as: DCC, SASL, proxies, spellcheck, alerts, "
|
||||
"logging, custom themes, and Python/Perl scripts."
|
||||
msgstr ""
|
||||
|
||||
#: data/misc/io.github.Zoitechat.appdata.xml.in:22
|
||||
#: data/misc/net.zoite.Zoitechat.appdata.xml.in:22
|
||||
msgid "Main Chat Window"
|
||||
msgstr ""
|
||||
|
||||
#: data/misc/io.github.Zoitechat.desktop.in.in:5
|
||||
#: data/misc/net.zoite.Zoitechat.desktop.in.in:5
|
||||
msgid "Chat with other people online"
|
||||
msgstr ""
|
||||
|
||||
#: data/misc/io.github.Zoitechat.desktop.in.in:6
|
||||
#: data/misc/net.zoite.Zoitechat.desktop.in.in:6
|
||||
msgid "IM;Chat;"
|
||||
msgstr "IM;Chat;Txat;"
|
||||
|
||||
#: data/misc/io.github.Zoitechat.desktop.in.in:8
|
||||
#: data/misc/io.github.Zoitechat.ThemeManager.desktop.in:5
|
||||
#: data/misc/net.zoite.Zoitechat.desktop.in.in:8
|
||||
#: data/misc/net.zoite.Zoitechat.ThemeManager.desktop.in:5
|
||||
msgid "zoitechat"
|
||||
msgstr ""
|
||||
|
||||
#: data/misc/io.github.Zoitechat.desktop.in.in:19
|
||||
#: data/misc/net.zoite.Zoitechat.desktop.in.in:19
|
||||
msgid "Open Safe Mode"
|
||||
msgstr ""
|
||||
|
||||
#: data/misc/io.github.Zoitechat.ThemeManager.desktop.in:3
|
||||
#: data/misc/net.zoite.Zoitechat.ThemeManager.desktop.in:3
|
||||
msgid "ZoiteChat Theme Manager"
|
||||
msgstr ""
|
||||
|
||||
|
||||
28
po/fi.po
28
po/fi.po
@@ -20,52 +20,52 @@ msgstr ""
|
||||
"Language: fi\n"
|
||||
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
||||
|
||||
#: data/misc/io.github.Zoitechat.appdata.xml.in:4
|
||||
#: data/misc/io.github.Zoitechat.appdata.xml.in:5
|
||||
#: data/misc/io.github.Zoitechat.desktop.in.in:3
|
||||
#: data/misc/net.zoite.Zoitechat.appdata.xml.in:4
|
||||
#: data/misc/net.zoite.Zoitechat.appdata.xml.in:5
|
||||
#: data/misc/net.zoite.Zoitechat.desktop.in.in:3
|
||||
msgid "ZoiteChat"
|
||||
msgstr "ZoiteChat"
|
||||
|
||||
#: data/misc/io.github.Zoitechat.appdata.xml.in:9
|
||||
#: data/misc/io.github.Zoitechat.desktop.in.in:4
|
||||
#: data/misc/net.zoite.Zoitechat.appdata.xml.in:9
|
||||
#: data/misc/net.zoite.Zoitechat.desktop.in.in:4
|
||||
msgid "IRC Client"
|
||||
msgstr "IRC-asiakassovellus"
|
||||
|
||||
#: data/misc/io.github.Zoitechat.appdata.xml.in:11
|
||||
#: data/misc/net.zoite.Zoitechat.appdata.xml.in:11
|
||||
msgid ""
|
||||
"ZoiteChat is an easy to use yet extensible IRC Client. It allows you to "
|
||||
"securely join multiple networks and talk to users privately or in channels "
|
||||
"using a customizable interface. You can even transfer files."
|
||||
msgstr "ZoiteChat on helppokäyttäinen IRC-asiakassovellus, joka on helposti laajennettavissa. Sen avulla voit liittyä lukuisiin eri verkkoihin ja keskustella muiden kanssa kanavilla tai yksityiskeskusteluissa. Voit myös siirtää tiedostoja muiden käyttäjien kanssa."
|
||||
|
||||
#: data/misc/io.github.Zoitechat.appdata.xml.in:12
|
||||
#: data/misc/net.zoite.Zoitechat.appdata.xml.in:12
|
||||
msgid ""
|
||||
"ZoiteChat supports features such as: DCC, SASL, proxies, spellcheck, alerts, "
|
||||
"logging, custom themes, and Python/Perl scripts."
|
||||
msgstr "ZoiteChat tukee muun muassa seuraavia ominaisuuksia: DCC, SASL, välityspalvelimet, oikoluku, hälytykset, lokitus, mukautettavat teemat ja Python-/Perl-skriptit."
|
||||
|
||||
#: data/misc/io.github.Zoitechat.appdata.xml.in:22
|
||||
#: data/misc/net.zoite.Zoitechat.appdata.xml.in:22
|
||||
msgid "Main Chat Window"
|
||||
msgstr ""
|
||||
|
||||
#: data/misc/io.github.Zoitechat.desktop.in.in:5
|
||||
#: data/misc/net.zoite.Zoitechat.desktop.in.in:5
|
||||
msgid "Chat with other people online"
|
||||
msgstr "Keskustele muiden kanssa verkossa"
|
||||
|
||||
#: data/misc/io.github.Zoitechat.desktop.in.in:6
|
||||
#: data/misc/net.zoite.Zoitechat.desktop.in.in:6
|
||||
msgid "IM;Chat;"
|
||||
msgstr "IM;Chat;pikaviestin;keskustelu;"
|
||||
|
||||
#: data/misc/io.github.Zoitechat.desktop.in.in:8
|
||||
#: data/misc/io.github.Zoitechat.ThemeManager.desktop.in:5
|
||||
#: data/misc/net.zoite.Zoitechat.desktop.in.in:8
|
||||
#: data/misc/net.zoite.Zoitechat.ThemeManager.desktop.in:5
|
||||
msgid "zoitechat"
|
||||
msgstr ""
|
||||
|
||||
#: data/misc/io.github.Zoitechat.desktop.in.in:19
|
||||
#: data/misc/net.zoite.Zoitechat.desktop.in.in:19
|
||||
msgid "Open Safe Mode"
|
||||
msgstr ""
|
||||
|
||||
#: data/misc/io.github.Zoitechat.ThemeManager.desktop.in:3
|
||||
#: data/misc/net.zoite.Zoitechat.ThemeManager.desktop.in:3
|
||||
msgid "ZoiteChat Theme Manager"
|
||||
msgstr "ZoiteChat-teemojen hallinta"
|
||||
|
||||
|
||||
28
po/fr.po
28
po/fr.po
@@ -28,52 +28,52 @@ msgstr ""
|
||||
"Language: fr\n"
|
||||
"Plural-Forms: nplurals=2; plural=(n > 1);\n"
|
||||
|
||||
#: data/misc/io.github.Zoitechat.appdata.xml.in:4
|
||||
#: data/misc/io.github.Zoitechat.appdata.xml.in:5
|
||||
#: data/misc/io.github.Zoitechat.desktop.in.in:3
|
||||
#: data/misc/net.zoite.Zoitechat.appdata.xml.in:4
|
||||
#: data/misc/net.zoite.Zoitechat.appdata.xml.in:5
|
||||
#: data/misc/net.zoite.Zoitechat.desktop.in.in:3
|
||||
msgid "ZoiteChat"
|
||||
msgstr "ZoiteChat"
|
||||
|
||||
#: data/misc/io.github.Zoitechat.appdata.xml.in:9
|
||||
#: data/misc/io.github.Zoitechat.desktop.in.in:4
|
||||
#: data/misc/net.zoite.Zoitechat.appdata.xml.in:9
|
||||
#: data/misc/net.zoite.Zoitechat.desktop.in.in:4
|
||||
msgid "IRC Client"
|
||||
msgstr "Client IRC"
|
||||
|
||||
#: data/misc/io.github.Zoitechat.appdata.xml.in:11
|
||||
#: data/misc/net.zoite.Zoitechat.appdata.xml.in:11
|
||||
msgid ""
|
||||
"ZoiteChat is an easy to use yet extensible IRC Client. It allows you to "
|
||||
"securely join multiple networks and talk to users privately or in channels "
|
||||
"using a customizable interface. You can even transfer files."
|
||||
msgstr "ZoiteChat est un client IRC facile à utiliser et extensible. Il vous permet de rejoindre en toute sécurité plusieurs réseaux et de parler à d'autres utilisateurs en privé ou dans des canaux grâce à une interface personnalisable. Vous pouvez même transférer des fichiers."
|
||||
|
||||
#: data/misc/io.github.Zoitechat.appdata.xml.in:12
|
||||
#: data/misc/net.zoite.Zoitechat.appdata.xml.in:12
|
||||
msgid ""
|
||||
"ZoiteChat supports features such as: DCC, SASL, proxies, spellcheck, alerts, "
|
||||
"logging, custom themes, and Python/Perl scripts."
|
||||
msgstr "ZoiteChat prend en charge des fonctionnalités telles que : DCC, SASL, serveurs mandataires, vérification orthographique, alertes, journalisation, thèmes personnalisés et scripts Python et Perl."
|
||||
|
||||
#: data/misc/io.github.Zoitechat.appdata.xml.in:22
|
||||
#: data/misc/net.zoite.Zoitechat.appdata.xml.in:22
|
||||
msgid "Main Chat Window"
|
||||
msgstr "Fenêtre de conversation principale"
|
||||
|
||||
#: data/misc/io.github.Zoitechat.desktop.in.in:5
|
||||
#: data/misc/net.zoite.Zoitechat.desktop.in.in:5
|
||||
msgid "Chat with other people online"
|
||||
msgstr "Discutez avec d'autres personnes en ligne"
|
||||
|
||||
#: data/misc/io.github.Zoitechat.desktop.in.in:6
|
||||
#: data/misc/net.zoite.Zoitechat.desktop.in.in:6
|
||||
msgid "IM;Chat;"
|
||||
msgstr "IM;Chat;"
|
||||
|
||||
#: data/misc/io.github.Zoitechat.desktop.in.in:8
|
||||
#: data/misc/io.github.Zoitechat.ThemeManager.desktop.in:5
|
||||
#: data/misc/net.zoite.Zoitechat.desktop.in.in:8
|
||||
#: data/misc/net.zoite.Zoitechat.ThemeManager.desktop.in:5
|
||||
msgid "zoitechat"
|
||||
msgstr "zoitechat"
|
||||
|
||||
#: data/misc/io.github.Zoitechat.desktop.in.in:19
|
||||
#: data/misc/net.zoite.Zoitechat.desktop.in.in:19
|
||||
msgid "Open Safe Mode"
|
||||
msgstr "Ouvrir le mode sans échec"
|
||||
|
||||
#: data/misc/io.github.Zoitechat.ThemeManager.desktop.in:3
|
||||
#: data/misc/net.zoite.Zoitechat.ThemeManager.desktop.in:3
|
||||
msgid "ZoiteChat Theme Manager"
|
||||
msgstr "Gestionnaire de thèmes ZoiteChat"
|
||||
|
||||
|
||||
28
po/gl.po
28
po/gl.po
@@ -18,52 +18,52 @@ msgstr ""
|
||||
"Language: gl\n"
|
||||
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
||||
|
||||
#: data/misc/io.github.Zoitechat.appdata.xml.in:4
|
||||
#: data/misc/io.github.Zoitechat.appdata.xml.in:5
|
||||
#: data/misc/io.github.Zoitechat.desktop.in.in:3
|
||||
#: data/misc/net.zoite.Zoitechat.appdata.xml.in:4
|
||||
#: data/misc/net.zoite.Zoitechat.appdata.xml.in:5
|
||||
#: data/misc/net.zoite.Zoitechat.desktop.in.in:3
|
||||
msgid "ZoiteChat"
|
||||
msgstr "ZoiteChat"
|
||||
|
||||
#: data/misc/io.github.Zoitechat.appdata.xml.in:9
|
||||
#: data/misc/io.github.Zoitechat.desktop.in.in:4
|
||||
#: data/misc/net.zoite.Zoitechat.appdata.xml.in:9
|
||||
#: data/misc/net.zoite.Zoitechat.desktop.in.in:4
|
||||
msgid "IRC Client"
|
||||
msgstr "Cliente de IRC"
|
||||
|
||||
#: data/misc/io.github.Zoitechat.appdata.xml.in:11
|
||||
#: data/misc/net.zoite.Zoitechat.appdata.xml.in:11
|
||||
msgid ""
|
||||
"ZoiteChat is an easy to use yet extensible IRC Client. It allows you to "
|
||||
"securely join multiple networks and talk to users privately or in channels "
|
||||
"using a customizable interface. You can even transfer files."
|
||||
msgstr ""
|
||||
|
||||
#: data/misc/io.github.Zoitechat.appdata.xml.in:12
|
||||
#: data/misc/net.zoite.Zoitechat.appdata.xml.in:12
|
||||
msgid ""
|
||||
"ZoiteChat supports features such as: DCC, SASL, proxies, spellcheck, alerts, "
|
||||
"logging, custom themes, and Python/Perl scripts."
|
||||
msgstr ""
|
||||
|
||||
#: data/misc/io.github.Zoitechat.appdata.xml.in:22
|
||||
#: data/misc/net.zoite.Zoitechat.appdata.xml.in:22
|
||||
msgid "Main Chat Window"
|
||||
msgstr ""
|
||||
|
||||
#: data/misc/io.github.Zoitechat.desktop.in.in:5
|
||||
#: data/misc/net.zoite.Zoitechat.desktop.in.in:5
|
||||
msgid "Chat with other people online"
|
||||
msgstr ""
|
||||
|
||||
#: data/misc/io.github.Zoitechat.desktop.in.in:6
|
||||
#: data/misc/net.zoite.Zoitechat.desktop.in.in:6
|
||||
msgid "IM;Chat;"
|
||||
msgstr ""
|
||||
|
||||
#: data/misc/io.github.Zoitechat.desktop.in.in:8
|
||||
#: data/misc/io.github.Zoitechat.ThemeManager.desktop.in:5
|
||||
#: data/misc/net.zoite.Zoitechat.desktop.in.in:8
|
||||
#: data/misc/net.zoite.Zoitechat.ThemeManager.desktop.in:5
|
||||
msgid "zoitechat"
|
||||
msgstr ""
|
||||
|
||||
#: data/misc/io.github.Zoitechat.desktop.in.in:19
|
||||
#: data/misc/net.zoite.Zoitechat.desktop.in.in:19
|
||||
msgid "Open Safe Mode"
|
||||
msgstr ""
|
||||
|
||||
#: data/misc/io.github.Zoitechat.ThemeManager.desktop.in:3
|
||||
#: data/misc/net.zoite.Zoitechat.ThemeManager.desktop.in:3
|
||||
msgid "ZoiteChat Theme Manager"
|
||||
msgstr "Xestor de temas de ZoiteChat"
|
||||
|
||||
|
||||
28
po/gu.po
28
po/gu.po
@@ -17,52 +17,52 @@ msgstr ""
|
||||
"Language: gu\n"
|
||||
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
||||
|
||||
#: data/misc/io.github.Zoitechat.appdata.xml.in:4
|
||||
#: data/misc/io.github.Zoitechat.appdata.xml.in:5
|
||||
#: data/misc/io.github.Zoitechat.desktop.in.in:3
|
||||
#: data/misc/net.zoite.Zoitechat.appdata.xml.in:4
|
||||
#: data/misc/net.zoite.Zoitechat.appdata.xml.in:5
|
||||
#: data/misc/net.zoite.Zoitechat.desktop.in.in:3
|
||||
msgid "ZoiteChat"
|
||||
msgstr ""
|
||||
|
||||
#: data/misc/io.github.Zoitechat.appdata.xml.in:9
|
||||
#: data/misc/io.github.Zoitechat.desktop.in.in:4
|
||||
#: data/misc/net.zoite.Zoitechat.appdata.xml.in:9
|
||||
#: data/misc/net.zoite.Zoitechat.desktop.in.in:4
|
||||
msgid "IRC Client"
|
||||
msgstr ""
|
||||
|
||||
#: data/misc/io.github.Zoitechat.appdata.xml.in:11
|
||||
#: data/misc/net.zoite.Zoitechat.appdata.xml.in:11
|
||||
msgid ""
|
||||
"ZoiteChat is an easy to use yet extensible IRC Client. It allows you to "
|
||||
"securely join multiple networks and talk to users privately or in channels "
|
||||
"using a customizable interface. You can even transfer files."
|
||||
msgstr ""
|
||||
|
||||
#: data/misc/io.github.Zoitechat.appdata.xml.in:12
|
||||
#: data/misc/net.zoite.Zoitechat.appdata.xml.in:12
|
||||
msgid ""
|
||||
"ZoiteChat supports features such as: DCC, SASL, proxies, spellcheck, alerts, "
|
||||
"logging, custom themes, and Python/Perl scripts."
|
||||
msgstr ""
|
||||
|
||||
#: data/misc/io.github.Zoitechat.appdata.xml.in:22
|
||||
#: data/misc/net.zoite.Zoitechat.appdata.xml.in:22
|
||||
msgid "Main Chat Window"
|
||||
msgstr ""
|
||||
|
||||
#: data/misc/io.github.Zoitechat.desktop.in.in:5
|
||||
#: data/misc/net.zoite.Zoitechat.desktop.in.in:5
|
||||
msgid "Chat with other people online"
|
||||
msgstr ""
|
||||
|
||||
#: data/misc/io.github.Zoitechat.desktop.in.in:6
|
||||
#: data/misc/net.zoite.Zoitechat.desktop.in.in:6
|
||||
msgid "IM;Chat;"
|
||||
msgstr ""
|
||||
|
||||
#: data/misc/io.github.Zoitechat.desktop.in.in:8
|
||||
#: data/misc/io.github.Zoitechat.ThemeManager.desktop.in:5
|
||||
#: data/misc/net.zoite.Zoitechat.desktop.in.in:8
|
||||
#: data/misc/net.zoite.Zoitechat.ThemeManager.desktop.in:5
|
||||
msgid "zoitechat"
|
||||
msgstr ""
|
||||
|
||||
#: data/misc/io.github.Zoitechat.desktop.in.in:19
|
||||
#: data/misc/net.zoite.Zoitechat.desktop.in.in:19
|
||||
msgid "Open Safe Mode"
|
||||
msgstr ""
|
||||
|
||||
#: data/misc/io.github.Zoitechat.ThemeManager.desktop.in:3
|
||||
#: data/misc/net.zoite.Zoitechat.ThemeManager.desktop.in:3
|
||||
msgid "ZoiteChat Theme Manager"
|
||||
msgstr ""
|
||||
|
||||
|
||||
28
po/hi.po
28
po/hi.po
@@ -19,52 +19,52 @@ msgstr ""
|
||||
"Language: hi\n"
|
||||
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
||||
|
||||
#: data/misc/io.github.Zoitechat.appdata.xml.in:4
|
||||
#: data/misc/io.github.Zoitechat.appdata.xml.in:5
|
||||
#: data/misc/io.github.Zoitechat.desktop.in.in:3
|
||||
#: data/misc/net.zoite.Zoitechat.appdata.xml.in:4
|
||||
#: data/misc/net.zoite.Zoitechat.appdata.xml.in:5
|
||||
#: data/misc/net.zoite.Zoitechat.desktop.in.in:3
|
||||
msgid "ZoiteChat"
|
||||
msgstr ""
|
||||
|
||||
#: data/misc/io.github.Zoitechat.appdata.xml.in:9
|
||||
#: data/misc/io.github.Zoitechat.desktop.in.in:4
|
||||
#: data/misc/net.zoite.Zoitechat.appdata.xml.in:9
|
||||
#: data/misc/net.zoite.Zoitechat.desktop.in.in:4
|
||||
msgid "IRC Client"
|
||||
msgstr ""
|
||||
|
||||
#: data/misc/io.github.Zoitechat.appdata.xml.in:11
|
||||
#: data/misc/net.zoite.Zoitechat.appdata.xml.in:11
|
||||
msgid ""
|
||||
"ZoiteChat is an easy to use yet extensible IRC Client. It allows you to "
|
||||
"securely join multiple networks and talk to users privately or in channels "
|
||||
"using a customizable interface. You can even transfer files."
|
||||
msgstr ""
|
||||
|
||||
#: data/misc/io.github.Zoitechat.appdata.xml.in:12
|
||||
#: data/misc/net.zoite.Zoitechat.appdata.xml.in:12
|
||||
msgid ""
|
||||
"ZoiteChat supports features such as: DCC, SASL, proxies, spellcheck, alerts, "
|
||||
"logging, custom themes, and Python/Perl scripts."
|
||||
msgstr ""
|
||||
|
||||
#: data/misc/io.github.Zoitechat.appdata.xml.in:22
|
||||
#: data/misc/net.zoite.Zoitechat.appdata.xml.in:22
|
||||
msgid "Main Chat Window"
|
||||
msgstr ""
|
||||
|
||||
#: data/misc/io.github.Zoitechat.desktop.in.in:5
|
||||
#: data/misc/net.zoite.Zoitechat.desktop.in.in:5
|
||||
msgid "Chat with other people online"
|
||||
msgstr ""
|
||||
|
||||
#: data/misc/io.github.Zoitechat.desktop.in.in:6
|
||||
#: data/misc/net.zoite.Zoitechat.desktop.in.in:6
|
||||
msgid "IM;Chat;"
|
||||
msgstr ""
|
||||
|
||||
#: data/misc/io.github.Zoitechat.desktop.in.in:8
|
||||
#: data/misc/io.github.Zoitechat.ThemeManager.desktop.in:5
|
||||
#: data/misc/net.zoite.Zoitechat.desktop.in.in:8
|
||||
#: data/misc/net.zoite.Zoitechat.ThemeManager.desktop.in:5
|
||||
msgid "zoitechat"
|
||||
msgstr ""
|
||||
|
||||
#: data/misc/io.github.Zoitechat.desktop.in.in:19
|
||||
#: data/misc/net.zoite.Zoitechat.desktop.in.in:19
|
||||
msgid "Open Safe Mode"
|
||||
msgstr ""
|
||||
|
||||
#: data/misc/io.github.Zoitechat.ThemeManager.desktop.in:3
|
||||
#: data/misc/net.zoite.Zoitechat.ThemeManager.desktop.in:3
|
||||
msgid "ZoiteChat Theme Manager"
|
||||
msgstr ""
|
||||
|
||||
|
||||
28
po/hu.po
28
po/hu.po
@@ -24,52 +24,52 @@ msgstr ""
|
||||
"Language: hu\n"
|
||||
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
||||
|
||||
#: data/misc/io.github.Zoitechat.appdata.xml.in:4
|
||||
#: data/misc/io.github.Zoitechat.appdata.xml.in:5
|
||||
#: data/misc/io.github.Zoitechat.desktop.in.in:3
|
||||
#: data/misc/net.zoite.Zoitechat.appdata.xml.in:4
|
||||
#: data/misc/net.zoite.Zoitechat.appdata.xml.in:5
|
||||
#: data/misc/net.zoite.Zoitechat.desktop.in.in:3
|
||||
msgid "ZoiteChat"
|
||||
msgstr ""
|
||||
|
||||
#: data/misc/io.github.Zoitechat.appdata.xml.in:9
|
||||
#: data/misc/io.github.Zoitechat.desktop.in.in:4
|
||||
#: data/misc/net.zoite.Zoitechat.appdata.xml.in:9
|
||||
#: data/misc/net.zoite.Zoitechat.desktop.in.in:4
|
||||
msgid "IRC Client"
|
||||
msgstr "IRC kliens"
|
||||
|
||||
#: data/misc/io.github.Zoitechat.appdata.xml.in:11
|
||||
#: data/misc/net.zoite.Zoitechat.appdata.xml.in:11
|
||||
msgid ""
|
||||
"ZoiteChat is an easy to use yet extensible IRC Client. It allows you to "
|
||||
"securely join multiple networks and talk to users privately or in channels "
|
||||
"using a customizable interface. You can even transfer files."
|
||||
msgstr ""
|
||||
|
||||
#: data/misc/io.github.Zoitechat.appdata.xml.in:12
|
||||
#: data/misc/net.zoite.Zoitechat.appdata.xml.in:12
|
||||
msgid ""
|
||||
"ZoiteChat supports features such as: DCC, SASL, proxies, spellcheck, alerts, "
|
||||
"logging, custom themes, and Python/Perl scripts."
|
||||
msgstr ""
|
||||
|
||||
#: data/misc/io.github.Zoitechat.appdata.xml.in:22
|
||||
#: data/misc/net.zoite.Zoitechat.appdata.xml.in:22
|
||||
msgid "Main Chat Window"
|
||||
msgstr ""
|
||||
|
||||
#: data/misc/io.github.Zoitechat.desktop.in.in:5
|
||||
#: data/misc/net.zoite.Zoitechat.desktop.in.in:5
|
||||
msgid "Chat with other people online"
|
||||
msgstr ""
|
||||
|
||||
#: data/misc/io.github.Zoitechat.desktop.in.in:6
|
||||
#: data/misc/net.zoite.Zoitechat.desktop.in.in:6
|
||||
msgid "IM;Chat;"
|
||||
msgstr ""
|
||||
|
||||
#: data/misc/io.github.Zoitechat.desktop.in.in:8
|
||||
#: data/misc/io.github.Zoitechat.ThemeManager.desktop.in:5
|
||||
#: data/misc/net.zoite.Zoitechat.desktop.in.in:8
|
||||
#: data/misc/net.zoite.Zoitechat.ThemeManager.desktop.in:5
|
||||
msgid "zoitechat"
|
||||
msgstr ""
|
||||
|
||||
#: data/misc/io.github.Zoitechat.desktop.in.in:19
|
||||
#: data/misc/net.zoite.Zoitechat.desktop.in.in:19
|
||||
msgid "Open Safe Mode"
|
||||
msgstr ""
|
||||
|
||||
#: data/misc/io.github.Zoitechat.ThemeManager.desktop.in:3
|
||||
#: data/misc/net.zoite.Zoitechat.ThemeManager.desktop.in:3
|
||||
msgid "ZoiteChat Theme Manager"
|
||||
msgstr ""
|
||||
|
||||
|
||||
28
po/id.po
28
po/id.po
@@ -21,52 +21,52 @@ msgstr ""
|
||||
"Language: id\n"
|
||||
"Plural-Forms: nplurals=1; plural=0;\n"
|
||||
|
||||
#: data/misc/io.github.Zoitechat.appdata.xml.in:4
|
||||
#: data/misc/io.github.Zoitechat.appdata.xml.in:5
|
||||
#: data/misc/io.github.Zoitechat.desktop.in.in:3
|
||||
#: data/misc/net.zoite.Zoitechat.appdata.xml.in:4
|
||||
#: data/misc/net.zoite.Zoitechat.appdata.xml.in:5
|
||||
#: data/misc/net.zoite.Zoitechat.desktop.in.in:3
|
||||
msgid "ZoiteChat"
|
||||
msgstr "ZoiteChat"
|
||||
|
||||
#: data/misc/io.github.Zoitechat.appdata.xml.in:9
|
||||
#: data/misc/io.github.Zoitechat.desktop.in.in:4
|
||||
#: data/misc/net.zoite.Zoitechat.appdata.xml.in:9
|
||||
#: data/misc/net.zoite.Zoitechat.desktop.in.in:4
|
||||
msgid "IRC Client"
|
||||
msgstr "Klien IRC"
|
||||
|
||||
#: data/misc/io.github.Zoitechat.appdata.xml.in:11
|
||||
#: data/misc/net.zoite.Zoitechat.appdata.xml.in:11
|
||||
msgid ""
|
||||
"ZoiteChat is an easy to use yet extensible IRC Client. It allows you to "
|
||||
"securely join multiple networks and talk to users privately or in channels "
|
||||
"using a customizable interface. You can even transfer files."
|
||||
msgstr "ZoiteChat adalah klien IRC yang mudah digunakan tetapi bisa diperluas. Hal ini memungkinkan anda aman dalam bergabung ke beberapa jaringan dan berbicara ke pengguna secara pribadi atau dalam saluran dengan menggunakan antarmuka yang dapat disesuaikan. Anda bahkan dapat mentransfer berkas."
|
||||
|
||||
#: data/misc/io.github.Zoitechat.appdata.xml.in:12
|
||||
#: data/misc/net.zoite.Zoitechat.appdata.xml.in:12
|
||||
msgid ""
|
||||
"ZoiteChat supports features such as: DCC, SASL, proxies, spellcheck, alerts, "
|
||||
"logging, custom themes, and Python/Perl scripts."
|
||||
msgstr "ZoiteChat mendukung fitur seperti: DCC, SASL, proksi, periksa ejaan, peringatan, pencatatan, tema kustom, dan skrip Python/Perl."
|
||||
|
||||
#: data/misc/io.github.Zoitechat.appdata.xml.in:22
|
||||
#: data/misc/net.zoite.Zoitechat.appdata.xml.in:22
|
||||
msgid "Main Chat Window"
|
||||
msgstr ""
|
||||
|
||||
#: data/misc/io.github.Zoitechat.desktop.in.in:5
|
||||
#: data/misc/net.zoite.Zoitechat.desktop.in.in:5
|
||||
msgid "Chat with other people online"
|
||||
msgstr "Mengobrol dengan orang lain daring"
|
||||
|
||||
#: data/misc/io.github.Zoitechat.desktop.in.in:6
|
||||
#: data/misc/net.zoite.Zoitechat.desktop.in.in:6
|
||||
msgid "IM;Chat;"
|
||||
msgstr "IM;Obrolan;"
|
||||
|
||||
#: data/misc/io.github.Zoitechat.desktop.in.in:8
|
||||
#: data/misc/io.github.Zoitechat.ThemeManager.desktop.in:5
|
||||
#: data/misc/net.zoite.Zoitechat.desktop.in.in:8
|
||||
#: data/misc/net.zoite.Zoitechat.ThemeManager.desktop.in:5
|
||||
msgid "zoitechat"
|
||||
msgstr ""
|
||||
|
||||
#: data/misc/io.github.Zoitechat.desktop.in.in:19
|
||||
#: data/misc/net.zoite.Zoitechat.desktop.in.in:19
|
||||
msgid "Open Safe Mode"
|
||||
msgstr "Buka Mode Aman"
|
||||
|
||||
#: data/misc/io.github.Zoitechat.ThemeManager.desktop.in:3
|
||||
#: data/misc/net.zoite.Zoitechat.ThemeManager.desktop.in:3
|
||||
msgid "ZoiteChat Theme Manager"
|
||||
msgstr "Pengelola Tema ZoiteChat"
|
||||
|
||||
|
||||
28
po/it.po
28
po/it.po
@@ -22,52 +22,52 @@ msgstr ""
|
||||
"Language: it\n"
|
||||
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
||||
|
||||
#: data/misc/io.github.Zoitechat.appdata.xml.in:4
|
||||
#: data/misc/io.github.Zoitechat.appdata.xml.in:5
|
||||
#: data/misc/io.github.Zoitechat.desktop.in.in:3
|
||||
#: data/misc/net.zoite.Zoitechat.appdata.xml.in:4
|
||||
#: data/misc/net.zoite.Zoitechat.appdata.xml.in:5
|
||||
#: data/misc/net.zoite.Zoitechat.desktop.in.in:3
|
||||
msgid "ZoiteChat"
|
||||
msgstr "ZoiteChat"
|
||||
|
||||
#: data/misc/io.github.Zoitechat.appdata.xml.in:9
|
||||
#: data/misc/io.github.Zoitechat.desktop.in.in:4
|
||||
#: data/misc/net.zoite.Zoitechat.appdata.xml.in:9
|
||||
#: data/misc/net.zoite.Zoitechat.desktop.in.in:4
|
||||
msgid "IRC Client"
|
||||
msgstr "Client IRC"
|
||||
|
||||
#: data/misc/io.github.Zoitechat.appdata.xml.in:11
|
||||
#: data/misc/net.zoite.Zoitechat.appdata.xml.in:11
|
||||
msgid ""
|
||||
"ZoiteChat is an easy to use yet extensible IRC Client. It allows you to "
|
||||
"securely join multiple networks and talk to users privately or in channels "
|
||||
"using a customizable interface. You can even transfer files."
|
||||
msgstr "ZoiteChat è un client IRC semplice ed estensibile. Consente di accedere in modo sicuro a più reti e comunicare con altri utenti privatamente o nei canali usando una interfaccia personalizzabile. È inoltre possibile trasferire file."
|
||||
|
||||
#: data/misc/io.github.Zoitechat.appdata.xml.in:12
|
||||
#: data/misc/net.zoite.Zoitechat.appdata.xml.in:12
|
||||
msgid ""
|
||||
"ZoiteChat supports features such as: DCC, SASL, proxies, spellcheck, alerts, "
|
||||
"logging, custom themes, and Python/Perl scripts."
|
||||
msgstr "ZoiteChat supporta caratteristiche come: DCC, SASL, proxy, controllo ortografico, avvisi, registrazione delle conversazioni, temi personalizzati e script Python e Perl."
|
||||
|
||||
#: data/misc/io.github.Zoitechat.appdata.xml.in:22
|
||||
#: data/misc/net.zoite.Zoitechat.appdata.xml.in:22
|
||||
msgid "Main Chat Window"
|
||||
msgstr "Finestra di chat principale"
|
||||
|
||||
#: data/misc/io.github.Zoitechat.desktop.in.in:5
|
||||
#: data/misc/net.zoite.Zoitechat.desktop.in.in:5
|
||||
msgid "Chat with other people online"
|
||||
msgstr "Chiacchiera con altri utenti online"
|
||||
|
||||
#: data/misc/io.github.Zoitechat.desktop.in.in:6
|
||||
#: data/misc/net.zoite.Zoitechat.desktop.in.in:6
|
||||
msgid "IM;Chat;"
|
||||
msgstr "IM;Chat;Messaggistica Istantanea;IRC;"
|
||||
|
||||
#: data/misc/io.github.Zoitechat.desktop.in.in:8
|
||||
#: data/misc/io.github.Zoitechat.ThemeManager.desktop.in:5
|
||||
#: data/misc/net.zoite.Zoitechat.desktop.in.in:8
|
||||
#: data/misc/net.zoite.Zoitechat.ThemeManager.desktop.in:5
|
||||
msgid "zoitechat"
|
||||
msgstr "zoitechat"
|
||||
|
||||
#: data/misc/io.github.Zoitechat.desktop.in.in:19
|
||||
#: data/misc/net.zoite.Zoitechat.desktop.in.in:19
|
||||
msgid "Open Safe Mode"
|
||||
msgstr "Apri modalità sicura"
|
||||
|
||||
#: data/misc/io.github.Zoitechat.ThemeManager.desktop.in:3
|
||||
#: data/misc/net.zoite.Zoitechat.ThemeManager.desktop.in:3
|
||||
msgid "ZoiteChat Theme Manager"
|
||||
msgstr "Gestore temi di ZoiteChat"
|
||||
|
||||
|
||||
28
po/ja_JP.po
28
po/ja_JP.po
@@ -24,52 +24,52 @@ msgstr ""
|
||||
"Language: ja_JP\n"
|
||||
"Plural-Forms: nplurals=1; plural=0;\n"
|
||||
|
||||
#: data/misc/io.github.Zoitechat.appdata.xml.in:4
|
||||
#: data/misc/io.github.Zoitechat.appdata.xml.in:5
|
||||
#: data/misc/io.github.Zoitechat.desktop.in.in:3
|
||||
#: data/misc/net.zoite.Zoitechat.appdata.xml.in:4
|
||||
#: data/misc/net.zoite.Zoitechat.appdata.xml.in:5
|
||||
#: data/misc/net.zoite.Zoitechat.desktop.in.in:3
|
||||
msgid "ZoiteChat"
|
||||
msgstr "ZoiteChat"
|
||||
|
||||
#: data/misc/io.github.Zoitechat.appdata.xml.in:9
|
||||
#: data/misc/io.github.Zoitechat.desktop.in.in:4
|
||||
#: data/misc/net.zoite.Zoitechat.appdata.xml.in:9
|
||||
#: data/misc/net.zoite.Zoitechat.desktop.in.in:4
|
||||
msgid "IRC Client"
|
||||
msgstr "IRCクライアント"
|
||||
|
||||
#: data/misc/io.github.Zoitechat.appdata.xml.in:11
|
||||
#: data/misc/net.zoite.Zoitechat.appdata.xml.in:11
|
||||
msgid ""
|
||||
"ZoiteChat is an easy to use yet extensible IRC Client. It allows you to "
|
||||
"securely join multiple networks and talk to users privately or in channels "
|
||||
"using a customizable interface. You can even transfer files."
|
||||
msgstr "ZoiteChatは使いやすく、しかも拡張可能なIRCクライアントです。安全に複数のネットワークに参加でき、カスタマイズ可能なインターフェイスを使用してチャネルのユーザーと話すことが可能、さらにファイルを転送することができます。"
|
||||
|
||||
#: data/misc/io.github.Zoitechat.appdata.xml.in:12
|
||||
#: data/misc/net.zoite.Zoitechat.appdata.xml.in:12
|
||||
msgid ""
|
||||
"ZoiteChat supports features such as: DCC, SASL, proxies, spellcheck, alerts, "
|
||||
"logging, custom themes, and Python/Perl scripts."
|
||||
msgstr "ZoiteChatは、次の機能をサポートしています: DCC, SASL, プロキシ, スペルチェック, アラート, カスタムテーマ, Python/Perl スクリプト"
|
||||
|
||||
#: data/misc/io.github.Zoitechat.appdata.xml.in:22
|
||||
#: data/misc/net.zoite.Zoitechat.appdata.xml.in:22
|
||||
msgid "Main Chat Window"
|
||||
msgstr ""
|
||||
|
||||
#: data/misc/io.github.Zoitechat.desktop.in.in:5
|
||||
#: data/misc/net.zoite.Zoitechat.desktop.in.in:5
|
||||
msgid "Chat with other people online"
|
||||
msgstr "他の人とオンラインチャットをします"
|
||||
|
||||
#: data/misc/io.github.Zoitechat.desktop.in.in:6
|
||||
#: data/misc/net.zoite.Zoitechat.desktop.in.in:6
|
||||
msgid "IM;Chat;"
|
||||
msgstr ""
|
||||
|
||||
#: data/misc/io.github.Zoitechat.desktop.in.in:8
|
||||
#: data/misc/io.github.Zoitechat.ThemeManager.desktop.in:5
|
||||
#: data/misc/net.zoite.Zoitechat.desktop.in.in:8
|
||||
#: data/misc/net.zoite.Zoitechat.ThemeManager.desktop.in:5
|
||||
msgid "zoitechat"
|
||||
msgstr ""
|
||||
|
||||
#: data/misc/io.github.Zoitechat.desktop.in.in:19
|
||||
#: data/misc/net.zoite.Zoitechat.desktop.in.in:19
|
||||
msgid "Open Safe Mode"
|
||||
msgstr "セーフモードで開く"
|
||||
|
||||
#: data/misc/io.github.Zoitechat.ThemeManager.desktop.in:3
|
||||
#: data/misc/net.zoite.Zoitechat.ThemeManager.desktop.in:3
|
||||
msgid "ZoiteChat Theme Manager"
|
||||
msgstr "ZoiteChatテーママネージャー"
|
||||
|
||||
|
||||
28
po/kn.po
28
po/kn.po
@@ -19,52 +19,52 @@ msgstr ""
|
||||
"Language: kn\n"
|
||||
"Plural-Forms: nplurals=2; plural=(n > 1);\n"
|
||||
|
||||
#: data/misc/io.github.Zoitechat.appdata.xml.in:4
|
||||
#: data/misc/io.github.Zoitechat.appdata.xml.in:5
|
||||
#: data/misc/io.github.Zoitechat.desktop.in.in:3
|
||||
#: data/misc/net.zoite.Zoitechat.appdata.xml.in:4
|
||||
#: data/misc/net.zoite.Zoitechat.appdata.xml.in:5
|
||||
#: data/misc/net.zoite.Zoitechat.desktop.in.in:3
|
||||
msgid "ZoiteChat"
|
||||
msgstr ""
|
||||
|
||||
#: data/misc/io.github.Zoitechat.appdata.xml.in:9
|
||||
#: data/misc/io.github.Zoitechat.desktop.in.in:4
|
||||
#: data/misc/net.zoite.Zoitechat.appdata.xml.in:9
|
||||
#: data/misc/net.zoite.Zoitechat.desktop.in.in:4
|
||||
msgid "IRC Client"
|
||||
msgstr ""
|
||||
|
||||
#: data/misc/io.github.Zoitechat.appdata.xml.in:11
|
||||
#: data/misc/net.zoite.Zoitechat.appdata.xml.in:11
|
||||
msgid ""
|
||||
"ZoiteChat is an easy to use yet extensible IRC Client. It allows you to "
|
||||
"securely join multiple networks and talk to users privately or in channels "
|
||||
"using a customizable interface. You can even transfer files."
|
||||
msgstr ""
|
||||
|
||||
#: data/misc/io.github.Zoitechat.appdata.xml.in:12
|
||||
#: data/misc/net.zoite.Zoitechat.appdata.xml.in:12
|
||||
msgid ""
|
||||
"ZoiteChat supports features such as: DCC, SASL, proxies, spellcheck, alerts, "
|
||||
"logging, custom themes, and Python/Perl scripts."
|
||||
msgstr ""
|
||||
|
||||
#: data/misc/io.github.Zoitechat.appdata.xml.in:22
|
||||
#: data/misc/net.zoite.Zoitechat.appdata.xml.in:22
|
||||
msgid "Main Chat Window"
|
||||
msgstr ""
|
||||
|
||||
#: data/misc/io.github.Zoitechat.desktop.in.in:5
|
||||
#: data/misc/net.zoite.Zoitechat.desktop.in.in:5
|
||||
msgid "Chat with other people online"
|
||||
msgstr ""
|
||||
|
||||
#: data/misc/io.github.Zoitechat.desktop.in.in:6
|
||||
#: data/misc/net.zoite.Zoitechat.desktop.in.in:6
|
||||
msgid "IM;Chat;"
|
||||
msgstr ""
|
||||
|
||||
#: data/misc/io.github.Zoitechat.desktop.in.in:8
|
||||
#: data/misc/io.github.Zoitechat.ThemeManager.desktop.in:5
|
||||
#: data/misc/net.zoite.Zoitechat.desktop.in.in:8
|
||||
#: data/misc/net.zoite.Zoitechat.ThemeManager.desktop.in:5
|
||||
msgid "zoitechat"
|
||||
msgstr ""
|
||||
|
||||
#: data/misc/io.github.Zoitechat.desktop.in.in:19
|
||||
#: data/misc/net.zoite.Zoitechat.desktop.in.in:19
|
||||
msgid "Open Safe Mode"
|
||||
msgstr ""
|
||||
|
||||
#: data/misc/io.github.Zoitechat.ThemeManager.desktop.in:3
|
||||
#: data/misc/net.zoite.Zoitechat.ThemeManager.desktop.in:3
|
||||
msgid "ZoiteChat Theme Manager"
|
||||
msgstr ""
|
||||
|
||||
|
||||
28
po/ko.po
28
po/ko.po
@@ -21,52 +21,52 @@ msgstr ""
|
||||
"Language: ko\n"
|
||||
"Plural-Forms: nplurals=1; plural=0;\n"
|
||||
|
||||
#: data/misc/io.github.Zoitechat.appdata.xml.in:4
|
||||
#: data/misc/io.github.Zoitechat.appdata.xml.in:5
|
||||
#: data/misc/io.github.Zoitechat.desktop.in.in:3
|
||||
#: data/misc/net.zoite.Zoitechat.appdata.xml.in:4
|
||||
#: data/misc/net.zoite.Zoitechat.appdata.xml.in:5
|
||||
#: data/misc/net.zoite.Zoitechat.desktop.in.in:3
|
||||
msgid "ZoiteChat"
|
||||
msgstr "헥스채트"
|
||||
|
||||
#: data/misc/io.github.Zoitechat.appdata.xml.in:9
|
||||
#: data/misc/io.github.Zoitechat.desktop.in.in:4
|
||||
#: data/misc/net.zoite.Zoitechat.appdata.xml.in:9
|
||||
#: data/misc/net.zoite.Zoitechat.desktop.in.in:4
|
||||
msgid "IRC Client"
|
||||
msgstr "IRC 클라이언트"
|
||||
|
||||
#: data/misc/io.github.Zoitechat.appdata.xml.in:11
|
||||
#: data/misc/net.zoite.Zoitechat.appdata.xml.in:11
|
||||
msgid ""
|
||||
"ZoiteChat is an easy to use yet extensible IRC Client. It allows you to "
|
||||
"securely join multiple networks and talk to users privately or in channels "
|
||||
"using a customizable interface. You can even transfer files."
|
||||
msgstr "헥스채트는 사용하기 쉽고 확장성이 뛰어난 IRC 클라이언트 입니다. 여러 네트워크에 안전하게 참여할 수 있으며, 여러분이 직접 유연하게 꾸밀 수 있는 인터페이스를 사용하여 다른 사람과 개인적으로 대화하거나 대화방에서 대화할 수 있습니다. 게다가 파일도 보낼 수 있습니다."
|
||||
|
||||
#: data/misc/io.github.Zoitechat.appdata.xml.in:12
|
||||
#: data/misc/net.zoite.Zoitechat.appdata.xml.in:12
|
||||
msgid ""
|
||||
"ZoiteChat supports features such as: DCC, SASL, proxies, spellcheck, alerts, "
|
||||
"logging, custom themes, and Python/Perl scripts."
|
||||
msgstr "핵스채트는 DCC, SASL, 프록시 서버, 철자 검사, 경고, 기록, 사용자 정의 테마, 파이썬/펄 스크립트 같은 기능을 지원합니다."
|
||||
|
||||
#: data/misc/io.github.Zoitechat.appdata.xml.in:22
|
||||
#: data/misc/net.zoite.Zoitechat.appdata.xml.in:22
|
||||
msgid "Main Chat Window"
|
||||
msgstr "주 대화 창"
|
||||
|
||||
#: data/misc/io.github.Zoitechat.desktop.in.in:5
|
||||
#: data/misc/net.zoite.Zoitechat.desktop.in.in:5
|
||||
msgid "Chat with other people online"
|
||||
msgstr "온라인에 있는 여러 사람과 대화합니다"
|
||||
|
||||
#: data/misc/io.github.Zoitechat.desktop.in.in:6
|
||||
#: data/misc/net.zoite.Zoitechat.desktop.in.in:6
|
||||
msgid "IM;Chat;"
|
||||
msgstr "IM;인스턴트 메신저;Chat;대화;"
|
||||
|
||||
#: data/misc/io.github.Zoitechat.desktop.in.in:8
|
||||
#: data/misc/io.github.Zoitechat.ThemeManager.desktop.in:5
|
||||
#: data/misc/net.zoite.Zoitechat.desktop.in.in:8
|
||||
#: data/misc/net.zoite.Zoitechat.ThemeManager.desktop.in:5
|
||||
msgid "zoitechat"
|
||||
msgstr "zoitechat"
|
||||
|
||||
#: data/misc/io.github.Zoitechat.desktop.in.in:19
|
||||
#: data/misc/net.zoite.Zoitechat.desktop.in.in:19
|
||||
msgid "Open Safe Mode"
|
||||
msgstr "공개 안전 모드"
|
||||
|
||||
#: data/misc/io.github.Zoitechat.ThemeManager.desktop.in:3
|
||||
#: data/misc/net.zoite.Zoitechat.ThemeManager.desktop.in:3
|
||||
msgid "ZoiteChat Theme Manager"
|
||||
msgstr "핵스채트 테마 관리자"
|
||||
|
||||
|
||||
28
po/lt.po
28
po/lt.po
@@ -24,52 +24,52 @@ msgstr ""
|
||||
"Language: lt\n"
|
||||
"Plural-Forms: nplurals=4; plural=(n % 10 == 1 && (n % 100 > 19 || n % 100 < 11) ? 0 : (n % 10 >= 2 && n % 10 <=9) && (n % 100 > 19 || n % 100 < 11) ? 1 : n % 1 != 0 ? 2: 3);\n"
|
||||
|
||||
#: data/misc/io.github.Zoitechat.appdata.xml.in:4
|
||||
#: data/misc/io.github.Zoitechat.appdata.xml.in:5
|
||||
#: data/misc/io.github.Zoitechat.desktop.in.in:3
|
||||
#: data/misc/net.zoite.Zoitechat.appdata.xml.in:4
|
||||
#: data/misc/net.zoite.Zoitechat.appdata.xml.in:5
|
||||
#: data/misc/net.zoite.Zoitechat.desktop.in.in:3
|
||||
msgid "ZoiteChat"
|
||||
msgstr "ZoiteChat"
|
||||
|
||||
#: data/misc/io.github.Zoitechat.appdata.xml.in:9
|
||||
#: data/misc/io.github.Zoitechat.desktop.in.in:4
|
||||
#: data/misc/net.zoite.Zoitechat.appdata.xml.in:9
|
||||
#: data/misc/net.zoite.Zoitechat.desktop.in.in:4
|
||||
msgid "IRC Client"
|
||||
msgstr "IRC klientas"
|
||||
|
||||
#: data/misc/io.github.Zoitechat.appdata.xml.in:11
|
||||
#: data/misc/net.zoite.Zoitechat.appdata.xml.in:11
|
||||
msgid ""
|
||||
"ZoiteChat is an easy to use yet extensible IRC Client. It allows you to "
|
||||
"securely join multiple networks and talk to users privately or in channels "
|
||||
"using a customizable interface. You can even transfer files."
|
||||
msgstr "ZoiteChat yra paprastas naudoti IRC klientas, leidžiantis jums saugiai prisijungti prie kelių tinklų, privačiai kalbėtis su atskirais naudotojais arba kanaluose, naudojant tinkinamą sąsają. Jūs netgi galite persiųsti failus."
|
||||
|
||||
#: data/misc/io.github.Zoitechat.appdata.xml.in:12
|
||||
#: data/misc/net.zoite.Zoitechat.appdata.xml.in:12
|
||||
msgid ""
|
||||
"ZoiteChat supports features such as: DCC, SASL, proxies, spellcheck, alerts, "
|
||||
"logging, custom themes, and Python/Perl scripts."
|
||||
msgstr "ZoiteChat palaiko tokias galimybes kaip: DCC, SASL, įgaliotuosius serverius, rašybos tikrinimą, signalizavimą, registravimą, tinkintas temas bei Phyton/Perl scenarijus."
|
||||
|
||||
#: data/misc/io.github.Zoitechat.appdata.xml.in:22
|
||||
#: data/misc/net.zoite.Zoitechat.appdata.xml.in:22
|
||||
msgid "Main Chat Window"
|
||||
msgstr "Pagrindinis pokalbių langas"
|
||||
|
||||
#: data/misc/io.github.Zoitechat.desktop.in.in:5
|
||||
#: data/misc/net.zoite.Zoitechat.desktop.in.in:5
|
||||
msgid "Chat with other people online"
|
||||
msgstr "Kalbėkite su kitais žmonėmis internete"
|
||||
|
||||
#: data/misc/io.github.Zoitechat.desktop.in.in:6
|
||||
#: data/misc/net.zoite.Zoitechat.desktop.in.in:6
|
||||
msgid "IM;Chat;"
|
||||
msgstr "IM;Pokalbiai;"
|
||||
|
||||
#: data/misc/io.github.Zoitechat.desktop.in.in:8
|
||||
#: data/misc/io.github.Zoitechat.ThemeManager.desktop.in:5
|
||||
#: data/misc/net.zoite.Zoitechat.desktop.in.in:8
|
||||
#: data/misc/net.zoite.Zoitechat.ThemeManager.desktop.in:5
|
||||
msgid "zoitechat"
|
||||
msgstr "zoitechat"
|
||||
|
||||
#: data/misc/io.github.Zoitechat.desktop.in.in:19
|
||||
#: data/misc/net.zoite.Zoitechat.desktop.in.in:19
|
||||
msgid "Open Safe Mode"
|
||||
msgstr "Atvira saugi veiksena"
|
||||
|
||||
#: data/misc/io.github.Zoitechat.ThemeManager.desktop.in:3
|
||||
#: data/misc/net.zoite.Zoitechat.ThemeManager.desktop.in:3
|
||||
msgid "ZoiteChat Theme Manager"
|
||||
msgstr "ZoiteChat temų tvarkytuvė"
|
||||
|
||||
|
||||
28
po/lv.po
28
po/lv.po
@@ -19,52 +19,52 @@ msgstr ""
|
||||
"Language: lv\n"
|
||||
"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n != 0 ? 1 : 2);\n"
|
||||
|
||||
#: data/misc/io.github.Zoitechat.appdata.xml.in:4
|
||||
#: data/misc/io.github.Zoitechat.appdata.xml.in:5
|
||||
#: data/misc/io.github.Zoitechat.desktop.in.in:3
|
||||
#: data/misc/net.zoite.Zoitechat.appdata.xml.in:4
|
||||
#: data/misc/net.zoite.Zoitechat.appdata.xml.in:5
|
||||
#: data/misc/net.zoite.Zoitechat.desktop.in.in:3
|
||||
msgid "ZoiteChat"
|
||||
msgstr "ZoiteChat"
|
||||
|
||||
#: data/misc/io.github.Zoitechat.appdata.xml.in:9
|
||||
#: data/misc/io.github.Zoitechat.desktop.in.in:4
|
||||
#: data/misc/net.zoite.Zoitechat.appdata.xml.in:9
|
||||
#: data/misc/net.zoite.Zoitechat.desktop.in.in:4
|
||||
msgid "IRC Client"
|
||||
msgstr "IRC klients"
|
||||
|
||||
#: data/misc/io.github.Zoitechat.appdata.xml.in:11
|
||||
#: data/misc/net.zoite.Zoitechat.appdata.xml.in:11
|
||||
msgid ""
|
||||
"ZoiteChat is an easy to use yet extensible IRC Client. It allows you to "
|
||||
"securely join multiple networks and talk to users privately or in channels "
|
||||
"using a customizable interface. You can even transfer files."
|
||||
msgstr ""
|
||||
|
||||
#: data/misc/io.github.Zoitechat.appdata.xml.in:12
|
||||
#: data/misc/net.zoite.Zoitechat.appdata.xml.in:12
|
||||
msgid ""
|
||||
"ZoiteChat supports features such as: DCC, SASL, proxies, spellcheck, alerts, "
|
||||
"logging, custom themes, and Python/Perl scripts."
|
||||
msgstr ""
|
||||
|
||||
#: data/misc/io.github.Zoitechat.appdata.xml.in:22
|
||||
#: data/misc/net.zoite.Zoitechat.appdata.xml.in:22
|
||||
msgid "Main Chat Window"
|
||||
msgstr ""
|
||||
|
||||
#: data/misc/io.github.Zoitechat.desktop.in.in:5
|
||||
#: data/misc/net.zoite.Zoitechat.desktop.in.in:5
|
||||
msgid "Chat with other people online"
|
||||
msgstr "Tērzēt ar citiem cilvēkiem tiešsaistē"
|
||||
|
||||
#: data/misc/io.github.Zoitechat.desktop.in.in:6
|
||||
#: data/misc/net.zoite.Zoitechat.desktop.in.in:6
|
||||
msgid "IM;Chat;"
|
||||
msgstr "TZ;Tērzēšana"
|
||||
|
||||
#: data/misc/io.github.Zoitechat.desktop.in.in:8
|
||||
#: data/misc/io.github.Zoitechat.ThemeManager.desktop.in:5
|
||||
#: data/misc/net.zoite.Zoitechat.desktop.in.in:8
|
||||
#: data/misc/net.zoite.Zoitechat.ThemeManager.desktop.in:5
|
||||
msgid "zoitechat"
|
||||
msgstr ""
|
||||
|
||||
#: data/misc/io.github.Zoitechat.desktop.in.in:19
|
||||
#: data/misc/net.zoite.Zoitechat.desktop.in.in:19
|
||||
msgid "Open Safe Mode"
|
||||
msgstr "Atvērt drošo režīmu"
|
||||
|
||||
#: data/misc/io.github.Zoitechat.ThemeManager.desktop.in:3
|
||||
#: data/misc/net.zoite.Zoitechat.ThemeManager.desktop.in:3
|
||||
msgid "ZoiteChat Theme Manager"
|
||||
msgstr "ZoiteChat motīvu pārvaldnieks"
|
||||
|
||||
|
||||
28
po/mk.po
28
po/mk.po
@@ -18,52 +18,52 @@ msgstr ""
|
||||
"Language: mk\n"
|
||||
"Plural-Forms: nplurals=2; plural=(n % 10 == 1 && n % 100 != 11) ? 0 : 1;\n"
|
||||
|
||||
#: data/misc/io.github.Zoitechat.appdata.xml.in:4
|
||||
#: data/misc/io.github.Zoitechat.appdata.xml.in:5
|
||||
#: data/misc/io.github.Zoitechat.desktop.in.in:3
|
||||
#: data/misc/net.zoite.Zoitechat.appdata.xml.in:4
|
||||
#: data/misc/net.zoite.Zoitechat.appdata.xml.in:5
|
||||
#: data/misc/net.zoite.Zoitechat.desktop.in.in:3
|
||||
msgid "ZoiteChat"
|
||||
msgstr ""
|
||||
|
||||
#: data/misc/io.github.Zoitechat.appdata.xml.in:9
|
||||
#: data/misc/io.github.Zoitechat.desktop.in.in:4
|
||||
#: data/misc/net.zoite.Zoitechat.appdata.xml.in:9
|
||||
#: data/misc/net.zoite.Zoitechat.desktop.in.in:4
|
||||
msgid "IRC Client"
|
||||
msgstr ""
|
||||
|
||||
#: data/misc/io.github.Zoitechat.appdata.xml.in:11
|
||||
#: data/misc/net.zoite.Zoitechat.appdata.xml.in:11
|
||||
msgid ""
|
||||
"ZoiteChat is an easy to use yet extensible IRC Client. It allows you to "
|
||||
"securely join multiple networks and talk to users privately or in channels "
|
||||
"using a customizable interface. You can even transfer files."
|
||||
msgstr ""
|
||||
|
||||
#: data/misc/io.github.Zoitechat.appdata.xml.in:12
|
||||
#: data/misc/net.zoite.Zoitechat.appdata.xml.in:12
|
||||
msgid ""
|
||||
"ZoiteChat supports features such as: DCC, SASL, proxies, spellcheck, alerts, "
|
||||
"logging, custom themes, and Python/Perl scripts."
|
||||
msgstr ""
|
||||
|
||||
#: data/misc/io.github.Zoitechat.appdata.xml.in:22
|
||||
#: data/misc/net.zoite.Zoitechat.appdata.xml.in:22
|
||||
msgid "Main Chat Window"
|
||||
msgstr ""
|
||||
|
||||
#: data/misc/io.github.Zoitechat.desktop.in.in:5
|
||||
#: data/misc/net.zoite.Zoitechat.desktop.in.in:5
|
||||
msgid "Chat with other people online"
|
||||
msgstr ""
|
||||
|
||||
#: data/misc/io.github.Zoitechat.desktop.in.in:6
|
||||
#: data/misc/net.zoite.Zoitechat.desktop.in.in:6
|
||||
msgid "IM;Chat;"
|
||||
msgstr ""
|
||||
|
||||
#: data/misc/io.github.Zoitechat.desktop.in.in:8
|
||||
#: data/misc/io.github.Zoitechat.ThemeManager.desktop.in:5
|
||||
#: data/misc/net.zoite.Zoitechat.desktop.in.in:8
|
||||
#: data/misc/net.zoite.Zoitechat.ThemeManager.desktop.in:5
|
||||
msgid "zoitechat"
|
||||
msgstr ""
|
||||
|
||||
#: data/misc/io.github.Zoitechat.desktop.in.in:19
|
||||
#: data/misc/net.zoite.Zoitechat.desktop.in.in:19
|
||||
msgid "Open Safe Mode"
|
||||
msgstr ""
|
||||
|
||||
#: data/misc/io.github.Zoitechat.ThemeManager.desktop.in:3
|
||||
#: data/misc/net.zoite.Zoitechat.ThemeManager.desktop.in:3
|
||||
msgid "ZoiteChat Theme Manager"
|
||||
msgstr ""
|
||||
|
||||
|
||||
28
po/ml.po
28
po/ml.po
@@ -22,52 +22,52 @@ msgstr ""
|
||||
"Language: ml\n"
|
||||
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
||||
|
||||
#: data/misc/io.github.Zoitechat.appdata.xml.in:4
|
||||
#: data/misc/io.github.Zoitechat.appdata.xml.in:5
|
||||
#: data/misc/io.github.Zoitechat.desktop.in.in:3
|
||||
#: data/misc/net.zoite.Zoitechat.appdata.xml.in:4
|
||||
#: data/misc/net.zoite.Zoitechat.appdata.xml.in:5
|
||||
#: data/misc/net.zoite.Zoitechat.desktop.in.in:3
|
||||
msgid "ZoiteChat"
|
||||
msgstr ""
|
||||
|
||||
#: data/misc/io.github.Zoitechat.appdata.xml.in:9
|
||||
#: data/misc/io.github.Zoitechat.desktop.in.in:4
|
||||
#: data/misc/net.zoite.Zoitechat.appdata.xml.in:9
|
||||
#: data/misc/net.zoite.Zoitechat.desktop.in.in:4
|
||||
msgid "IRC Client"
|
||||
msgstr ""
|
||||
|
||||
#: data/misc/io.github.Zoitechat.appdata.xml.in:11
|
||||
#: data/misc/net.zoite.Zoitechat.appdata.xml.in:11
|
||||
msgid ""
|
||||
"ZoiteChat is an easy to use yet extensible IRC Client. It allows you to "
|
||||
"securely join multiple networks and talk to users privately or in channels "
|
||||
"using a customizable interface. You can even transfer files."
|
||||
msgstr ""
|
||||
|
||||
#: data/misc/io.github.Zoitechat.appdata.xml.in:12
|
||||
#: data/misc/net.zoite.Zoitechat.appdata.xml.in:12
|
||||
msgid ""
|
||||
"ZoiteChat supports features such as: DCC, SASL, proxies, spellcheck, alerts, "
|
||||
"logging, custom themes, and Python/Perl scripts."
|
||||
msgstr ""
|
||||
|
||||
#: data/misc/io.github.Zoitechat.appdata.xml.in:22
|
||||
#: data/misc/net.zoite.Zoitechat.appdata.xml.in:22
|
||||
msgid "Main Chat Window"
|
||||
msgstr ""
|
||||
|
||||
#: data/misc/io.github.Zoitechat.desktop.in.in:5
|
||||
#: data/misc/net.zoite.Zoitechat.desktop.in.in:5
|
||||
msgid "Chat with other people online"
|
||||
msgstr ""
|
||||
|
||||
#: data/misc/io.github.Zoitechat.desktop.in.in:6
|
||||
#: data/misc/net.zoite.Zoitechat.desktop.in.in:6
|
||||
msgid "IM;Chat;"
|
||||
msgstr ""
|
||||
|
||||
#: data/misc/io.github.Zoitechat.desktop.in.in:8
|
||||
#: data/misc/io.github.Zoitechat.ThemeManager.desktop.in:5
|
||||
#: data/misc/net.zoite.Zoitechat.desktop.in.in:8
|
||||
#: data/misc/net.zoite.Zoitechat.ThemeManager.desktop.in:5
|
||||
msgid "zoitechat"
|
||||
msgstr ""
|
||||
|
||||
#: data/misc/io.github.Zoitechat.desktop.in.in:19
|
||||
#: data/misc/net.zoite.Zoitechat.desktop.in.in:19
|
||||
msgid "Open Safe Mode"
|
||||
msgstr ""
|
||||
|
||||
#: data/misc/io.github.Zoitechat.ThemeManager.desktop.in:3
|
||||
#: data/misc/net.zoite.Zoitechat.ThemeManager.desktop.in:3
|
||||
msgid "ZoiteChat Theme Manager"
|
||||
msgstr ""
|
||||
|
||||
|
||||
28
po/ms.po
28
po/ms.po
@@ -18,52 +18,52 @@ msgstr ""
|
||||
"Language: ms\n"
|
||||
"Plural-Forms: nplurals=1; plural=0;\n"
|
||||
|
||||
#: data/misc/io.github.Zoitechat.appdata.xml.in:4
|
||||
#: data/misc/io.github.Zoitechat.appdata.xml.in:5
|
||||
#: data/misc/io.github.Zoitechat.desktop.in.in:3
|
||||
#: data/misc/net.zoite.Zoitechat.appdata.xml.in:4
|
||||
#: data/misc/net.zoite.Zoitechat.appdata.xml.in:5
|
||||
#: data/misc/net.zoite.Zoitechat.desktop.in.in:3
|
||||
msgid "ZoiteChat"
|
||||
msgstr ""
|
||||
|
||||
#: data/misc/io.github.Zoitechat.appdata.xml.in:9
|
||||
#: data/misc/io.github.Zoitechat.desktop.in.in:4
|
||||
#: data/misc/net.zoite.Zoitechat.appdata.xml.in:9
|
||||
#: data/misc/net.zoite.Zoitechat.desktop.in.in:4
|
||||
msgid "IRC Client"
|
||||
msgstr ""
|
||||
|
||||
#: data/misc/io.github.Zoitechat.appdata.xml.in:11
|
||||
#: data/misc/net.zoite.Zoitechat.appdata.xml.in:11
|
||||
msgid ""
|
||||
"ZoiteChat is an easy to use yet extensible IRC Client. It allows you to "
|
||||
"securely join multiple networks and talk to users privately or in channels "
|
||||
"using a customizable interface. You can even transfer files."
|
||||
msgstr ""
|
||||
|
||||
#: data/misc/io.github.Zoitechat.appdata.xml.in:12
|
||||
#: data/misc/net.zoite.Zoitechat.appdata.xml.in:12
|
||||
msgid ""
|
||||
"ZoiteChat supports features such as: DCC, SASL, proxies, spellcheck, alerts, "
|
||||
"logging, custom themes, and Python/Perl scripts."
|
||||
msgstr ""
|
||||
|
||||
#: data/misc/io.github.Zoitechat.appdata.xml.in:22
|
||||
#: data/misc/net.zoite.Zoitechat.appdata.xml.in:22
|
||||
msgid "Main Chat Window"
|
||||
msgstr ""
|
||||
|
||||
#: data/misc/io.github.Zoitechat.desktop.in.in:5
|
||||
#: data/misc/net.zoite.Zoitechat.desktop.in.in:5
|
||||
msgid "Chat with other people online"
|
||||
msgstr ""
|
||||
|
||||
#: data/misc/io.github.Zoitechat.desktop.in.in:6
|
||||
#: data/misc/net.zoite.Zoitechat.desktop.in.in:6
|
||||
msgid "IM;Chat;"
|
||||
msgstr ""
|
||||
|
||||
#: data/misc/io.github.Zoitechat.desktop.in.in:8
|
||||
#: data/misc/io.github.Zoitechat.ThemeManager.desktop.in:5
|
||||
#: data/misc/net.zoite.Zoitechat.desktop.in.in:8
|
||||
#: data/misc/net.zoite.Zoitechat.ThemeManager.desktop.in:5
|
||||
msgid "zoitechat"
|
||||
msgstr ""
|
||||
|
||||
#: data/misc/io.github.Zoitechat.desktop.in.in:19
|
||||
#: data/misc/net.zoite.Zoitechat.desktop.in.in:19
|
||||
msgid "Open Safe Mode"
|
||||
msgstr ""
|
||||
|
||||
#: data/misc/io.github.Zoitechat.ThemeManager.desktop.in:3
|
||||
#: data/misc/net.zoite.Zoitechat.ThemeManager.desktop.in:3
|
||||
msgid "ZoiteChat Theme Manager"
|
||||
msgstr ""
|
||||
|
||||
|
||||
28
po/nb.po
28
po/nb.po
@@ -27,52 +27,52 @@ msgstr ""
|
||||
"Language: nb\n"
|
||||
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
||||
|
||||
#: data/misc/io.github.Zoitechat.appdata.xml.in:4
|
||||
#: data/misc/io.github.Zoitechat.appdata.xml.in:5
|
||||
#: data/misc/io.github.Zoitechat.desktop.in.in:3
|
||||
#: data/misc/net.zoite.Zoitechat.appdata.xml.in:4
|
||||
#: data/misc/net.zoite.Zoitechat.appdata.xml.in:5
|
||||
#: data/misc/net.zoite.Zoitechat.desktop.in.in:3
|
||||
msgid "ZoiteChat"
|
||||
msgstr "ZoiteChat"
|
||||
|
||||
#: data/misc/io.github.Zoitechat.appdata.xml.in:9
|
||||
#: data/misc/io.github.Zoitechat.desktop.in.in:4
|
||||
#: data/misc/net.zoite.Zoitechat.appdata.xml.in:9
|
||||
#: data/misc/net.zoite.Zoitechat.desktop.in.in:4
|
||||
msgid "IRC Client"
|
||||
msgstr "IRC-klient"
|
||||
|
||||
#: data/misc/io.github.Zoitechat.appdata.xml.in:11
|
||||
#: data/misc/net.zoite.Zoitechat.appdata.xml.in:11
|
||||
msgid ""
|
||||
"ZoiteChat is an easy to use yet extensible IRC Client. It allows you to "
|
||||
"securely join multiple networks and talk to users privately or in channels "
|
||||
"using a customizable interface. You can even transfer files."
|
||||
msgstr "ZoiteChat er en enkel og fleksibel IRC-klient. Den gir deg muligheten til å sikkert koble deg til nettverk, ha samtaler i kanaler eller privat med brukere, og dette med et tilpassbart grensesnitt. Du kan også utføre filoverføringer."
|
||||
|
||||
#: data/misc/io.github.Zoitechat.appdata.xml.in:12
|
||||
#: data/misc/net.zoite.Zoitechat.appdata.xml.in:12
|
||||
msgid ""
|
||||
"ZoiteChat supports features such as: DCC, SASL, proxies, spellcheck, alerts, "
|
||||
"logging, custom themes, and Python/Perl scripts."
|
||||
msgstr "ZoiteChat støtter funksjoner som: DCC, SASL, mellomtjenere, stavekontroll, varslinger, logging, tilpassbare temaer, samt Python-/Perl-skript."
|
||||
|
||||
#: data/misc/io.github.Zoitechat.appdata.xml.in:22
|
||||
#: data/misc/net.zoite.Zoitechat.appdata.xml.in:22
|
||||
msgid "Main Chat Window"
|
||||
msgstr "Hovedsludrevinduet "
|
||||
|
||||
#: data/misc/io.github.Zoitechat.desktop.in.in:5
|
||||
#: data/misc/net.zoite.Zoitechat.desktop.in.in:5
|
||||
msgid "Chat with other people online"
|
||||
msgstr "Prat med andre folk på nettet"
|
||||
|
||||
#: data/misc/io.github.Zoitechat.desktop.in.in:6
|
||||
#: data/misc/net.zoite.Zoitechat.desktop.in.in:6
|
||||
msgid "IM;Chat;"
|
||||
msgstr "IM;Chat;"
|
||||
|
||||
#: data/misc/io.github.Zoitechat.desktop.in.in:8
|
||||
#: data/misc/io.github.Zoitechat.ThemeManager.desktop.in:5
|
||||
#: data/misc/net.zoite.Zoitechat.desktop.in.in:8
|
||||
#: data/misc/net.zoite.Zoitechat.ThemeManager.desktop.in:5
|
||||
msgid "zoitechat"
|
||||
msgstr "zoitechat"
|
||||
|
||||
#: data/misc/io.github.Zoitechat.desktop.in.in:19
|
||||
#: data/misc/net.zoite.Zoitechat.desktop.in.in:19
|
||||
msgid "Open Safe Mode"
|
||||
msgstr "Åpne i sikker modus"
|
||||
|
||||
#: data/misc/io.github.Zoitechat.ThemeManager.desktop.in:3
|
||||
#: data/misc/net.zoite.Zoitechat.ThemeManager.desktop.in:3
|
||||
msgid "ZoiteChat Theme Manager"
|
||||
msgstr "Temabehandler for ZoiteChat"
|
||||
|
||||
|
||||
28
po/nl.po
28
po/nl.po
@@ -23,52 +23,52 @@ msgstr ""
|
||||
"Language: nl\n"
|
||||
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
||||
|
||||
#: data/misc/io.github.Zoitechat.appdata.xml.in:4
|
||||
#: data/misc/io.github.Zoitechat.appdata.xml.in:5
|
||||
#: data/misc/io.github.Zoitechat.desktop.in.in:3
|
||||
#: data/misc/net.zoite.Zoitechat.appdata.xml.in:4
|
||||
#: data/misc/net.zoite.Zoitechat.appdata.xml.in:5
|
||||
#: data/misc/net.zoite.Zoitechat.desktop.in.in:3
|
||||
msgid "ZoiteChat"
|
||||
msgstr ""
|
||||
|
||||
#: data/misc/io.github.Zoitechat.appdata.xml.in:9
|
||||
#: data/misc/io.github.Zoitechat.desktop.in.in:4
|
||||
#: data/misc/net.zoite.Zoitechat.appdata.xml.in:9
|
||||
#: data/misc/net.zoite.Zoitechat.desktop.in.in:4
|
||||
msgid "IRC Client"
|
||||
msgstr ""
|
||||
|
||||
#: data/misc/io.github.Zoitechat.appdata.xml.in:11
|
||||
#: data/misc/net.zoite.Zoitechat.appdata.xml.in:11
|
||||
msgid ""
|
||||
"ZoiteChat is an easy to use yet extensible IRC Client. It allows you to "
|
||||
"securely join multiple networks and talk to users privately or in channels "
|
||||
"using a customizable interface. You can even transfer files."
|
||||
msgstr ""
|
||||
|
||||
#: data/misc/io.github.Zoitechat.appdata.xml.in:12
|
||||
#: data/misc/net.zoite.Zoitechat.appdata.xml.in:12
|
||||
msgid ""
|
||||
"ZoiteChat supports features such as: DCC, SASL, proxies, spellcheck, alerts, "
|
||||
"logging, custom themes, and Python/Perl scripts."
|
||||
msgstr ""
|
||||
|
||||
#: data/misc/io.github.Zoitechat.appdata.xml.in:22
|
||||
#: data/misc/net.zoite.Zoitechat.appdata.xml.in:22
|
||||
msgid "Main Chat Window"
|
||||
msgstr ""
|
||||
|
||||
#: data/misc/io.github.Zoitechat.desktop.in.in:5
|
||||
#: data/misc/net.zoite.Zoitechat.desktop.in.in:5
|
||||
msgid "Chat with other people online"
|
||||
msgstr ""
|
||||
|
||||
#: data/misc/io.github.Zoitechat.desktop.in.in:6
|
||||
#: data/misc/net.zoite.Zoitechat.desktop.in.in:6
|
||||
msgid "IM;Chat;"
|
||||
msgstr ""
|
||||
|
||||
#: data/misc/io.github.Zoitechat.desktop.in.in:8
|
||||
#: data/misc/io.github.Zoitechat.ThemeManager.desktop.in:5
|
||||
#: data/misc/net.zoite.Zoitechat.desktop.in.in:8
|
||||
#: data/misc/net.zoite.Zoitechat.ThemeManager.desktop.in:5
|
||||
msgid "zoitechat"
|
||||
msgstr ""
|
||||
|
||||
#: data/misc/io.github.Zoitechat.desktop.in.in:19
|
||||
#: data/misc/net.zoite.Zoitechat.desktop.in.in:19
|
||||
msgid "Open Safe Mode"
|
||||
msgstr ""
|
||||
|
||||
#: data/misc/io.github.Zoitechat.ThemeManager.desktop.in:3
|
||||
#: data/misc/net.zoite.Zoitechat.ThemeManager.desktop.in:3
|
||||
msgid "ZoiteChat Theme Manager"
|
||||
msgstr ""
|
||||
|
||||
|
||||
28
po/no.po
28
po/no.po
@@ -18,52 +18,52 @@ msgstr ""
|
||||
"Language: no\n"
|
||||
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
||||
|
||||
#: data/misc/io.github.Zoitechat.appdata.xml.in:4
|
||||
#: data/misc/io.github.Zoitechat.appdata.xml.in:5
|
||||
#: data/misc/io.github.Zoitechat.desktop.in.in:3
|
||||
#: data/misc/net.zoite.Zoitechat.appdata.xml.in:4
|
||||
#: data/misc/net.zoite.Zoitechat.appdata.xml.in:5
|
||||
#: data/misc/net.zoite.Zoitechat.desktop.in.in:3
|
||||
msgid "ZoiteChat"
|
||||
msgstr ""
|
||||
|
||||
#: data/misc/io.github.Zoitechat.appdata.xml.in:9
|
||||
#: data/misc/io.github.Zoitechat.desktop.in.in:4
|
||||
#: data/misc/net.zoite.Zoitechat.appdata.xml.in:9
|
||||
#: data/misc/net.zoite.Zoitechat.desktop.in.in:4
|
||||
msgid "IRC Client"
|
||||
msgstr ""
|
||||
|
||||
#: data/misc/io.github.Zoitechat.appdata.xml.in:11
|
||||
#: data/misc/net.zoite.Zoitechat.appdata.xml.in:11
|
||||
msgid ""
|
||||
"ZoiteChat is an easy to use yet extensible IRC Client. It allows you to "
|
||||
"securely join multiple networks and talk to users privately or in channels "
|
||||
"using a customizable interface. You can even transfer files."
|
||||
msgstr ""
|
||||
|
||||
#: data/misc/io.github.Zoitechat.appdata.xml.in:12
|
||||
#: data/misc/net.zoite.Zoitechat.appdata.xml.in:12
|
||||
msgid ""
|
||||
"ZoiteChat supports features such as: DCC, SASL, proxies, spellcheck, alerts, "
|
||||
"logging, custom themes, and Python/Perl scripts."
|
||||
msgstr ""
|
||||
|
||||
#: data/misc/io.github.Zoitechat.appdata.xml.in:22
|
||||
#: data/misc/net.zoite.Zoitechat.appdata.xml.in:22
|
||||
msgid "Main Chat Window"
|
||||
msgstr ""
|
||||
|
||||
#: data/misc/io.github.Zoitechat.desktop.in.in:5
|
||||
#: data/misc/net.zoite.Zoitechat.desktop.in.in:5
|
||||
msgid "Chat with other people online"
|
||||
msgstr ""
|
||||
|
||||
#: data/misc/io.github.Zoitechat.desktop.in.in:6
|
||||
#: data/misc/net.zoite.Zoitechat.desktop.in.in:6
|
||||
msgid "IM;Chat;"
|
||||
msgstr ""
|
||||
|
||||
#: data/misc/io.github.Zoitechat.desktop.in.in:8
|
||||
#: data/misc/io.github.Zoitechat.ThemeManager.desktop.in:5
|
||||
#: data/misc/net.zoite.Zoitechat.desktop.in.in:8
|
||||
#: data/misc/net.zoite.Zoitechat.ThemeManager.desktop.in:5
|
||||
msgid "zoitechat"
|
||||
msgstr ""
|
||||
|
||||
#: data/misc/io.github.Zoitechat.desktop.in.in:19
|
||||
#: data/misc/net.zoite.Zoitechat.desktop.in.in:19
|
||||
msgid "Open Safe Mode"
|
||||
msgstr ""
|
||||
|
||||
#: data/misc/io.github.Zoitechat.ThemeManager.desktop.in:3
|
||||
#: data/misc/net.zoite.Zoitechat.ThemeManager.desktop.in:3
|
||||
msgid "ZoiteChat Theme Manager"
|
||||
msgstr ""
|
||||
|
||||
|
||||
28
po/pa.po
28
po/pa.po
@@ -19,52 +19,52 @@ msgstr ""
|
||||
"Language: pa\n"
|
||||
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
||||
|
||||
#: data/misc/io.github.Zoitechat.appdata.xml.in:4
|
||||
#: data/misc/io.github.Zoitechat.appdata.xml.in:5
|
||||
#: data/misc/io.github.Zoitechat.desktop.in.in:3
|
||||
#: data/misc/net.zoite.Zoitechat.appdata.xml.in:4
|
||||
#: data/misc/net.zoite.Zoitechat.appdata.xml.in:5
|
||||
#: data/misc/net.zoite.Zoitechat.desktop.in.in:3
|
||||
msgid "ZoiteChat"
|
||||
msgstr ""
|
||||
|
||||
#: data/misc/io.github.Zoitechat.appdata.xml.in:9
|
||||
#: data/misc/io.github.Zoitechat.desktop.in.in:4
|
||||
#: data/misc/net.zoite.Zoitechat.appdata.xml.in:9
|
||||
#: data/misc/net.zoite.Zoitechat.desktop.in.in:4
|
||||
msgid "IRC Client"
|
||||
msgstr ""
|
||||
|
||||
#: data/misc/io.github.Zoitechat.appdata.xml.in:11
|
||||
#: data/misc/net.zoite.Zoitechat.appdata.xml.in:11
|
||||
msgid ""
|
||||
"ZoiteChat is an easy to use yet extensible IRC Client. It allows you to "
|
||||
"securely join multiple networks and talk to users privately or in channels "
|
||||
"using a customizable interface. You can even transfer files."
|
||||
msgstr ""
|
||||
|
||||
#: data/misc/io.github.Zoitechat.appdata.xml.in:12
|
||||
#: data/misc/net.zoite.Zoitechat.appdata.xml.in:12
|
||||
msgid ""
|
||||
"ZoiteChat supports features such as: DCC, SASL, proxies, spellcheck, alerts, "
|
||||
"logging, custom themes, and Python/Perl scripts."
|
||||
msgstr ""
|
||||
|
||||
#: data/misc/io.github.Zoitechat.appdata.xml.in:22
|
||||
#: data/misc/net.zoite.Zoitechat.appdata.xml.in:22
|
||||
msgid "Main Chat Window"
|
||||
msgstr ""
|
||||
|
||||
#: data/misc/io.github.Zoitechat.desktop.in.in:5
|
||||
#: data/misc/net.zoite.Zoitechat.desktop.in.in:5
|
||||
msgid "Chat with other people online"
|
||||
msgstr ""
|
||||
|
||||
#: data/misc/io.github.Zoitechat.desktop.in.in:6
|
||||
#: data/misc/net.zoite.Zoitechat.desktop.in.in:6
|
||||
msgid "IM;Chat;"
|
||||
msgstr ""
|
||||
|
||||
#: data/misc/io.github.Zoitechat.desktop.in.in:8
|
||||
#: data/misc/io.github.Zoitechat.ThemeManager.desktop.in:5
|
||||
#: data/misc/net.zoite.Zoitechat.desktop.in.in:8
|
||||
#: data/misc/net.zoite.Zoitechat.ThemeManager.desktop.in:5
|
||||
msgid "zoitechat"
|
||||
msgstr ""
|
||||
|
||||
#: data/misc/io.github.Zoitechat.desktop.in.in:19
|
||||
#: data/misc/net.zoite.Zoitechat.desktop.in.in:19
|
||||
msgid "Open Safe Mode"
|
||||
msgstr ""
|
||||
|
||||
#: data/misc/io.github.Zoitechat.ThemeManager.desktop.in:3
|
||||
#: data/misc/net.zoite.Zoitechat.ThemeManager.desktop.in:3
|
||||
msgid "ZoiteChat Theme Manager"
|
||||
msgstr ""
|
||||
|
||||
|
||||
28
po/pl.po
28
po/pl.po
@@ -33,52 +33,52 @@ msgstr ""
|
||||
"Language: pl\n"
|
||||
"Plural-Forms: nplurals=4; plural=(n==1 ? 0 : (n%10>=2 && n%10<=4) && (n%100<12 || n%100>14) ? 1 : n!=1 && (n%10>=0 && n%10<=1) || (n%10>=5 && n%10<=9) || (n%100>=12 && n%100<=14) ? 2 : 3);\n"
|
||||
|
||||
#: data/misc/io.github.Zoitechat.appdata.xml.in:4
|
||||
#: data/misc/io.github.Zoitechat.appdata.xml.in:5
|
||||
#: data/misc/io.github.Zoitechat.desktop.in.in:3
|
||||
#: data/misc/net.zoite.Zoitechat.appdata.xml.in:4
|
||||
#: data/misc/net.zoite.Zoitechat.appdata.xml.in:5
|
||||
#: data/misc/net.zoite.Zoitechat.desktop.in.in:3
|
||||
msgid "ZoiteChat"
|
||||
msgstr "ZoiteChat"
|
||||
|
||||
#: data/misc/io.github.Zoitechat.appdata.xml.in:9
|
||||
#: data/misc/io.github.Zoitechat.desktop.in.in:4
|
||||
#: data/misc/net.zoite.Zoitechat.appdata.xml.in:9
|
||||
#: data/misc/net.zoite.Zoitechat.desktop.in.in:4
|
||||
msgid "IRC Client"
|
||||
msgstr "Klient IRC"
|
||||
|
||||
#: data/misc/io.github.Zoitechat.appdata.xml.in:11
|
||||
#: data/misc/net.zoite.Zoitechat.appdata.xml.in:11
|
||||
msgid ""
|
||||
"ZoiteChat is an easy to use yet extensible IRC Client. It allows you to "
|
||||
"securely join multiple networks and talk to users privately or in channels "
|
||||
"using a customizable interface. You can even transfer files."
|
||||
msgstr "ZoiteChat jest prostym, lecz dowolnie poszerzalnym klientem IRC. Pozwala na bezpieczne dołączenie do wielu sieci i rozmawianie z użytkownikami prywatnie bądź na kanałach. Można nawet przesyłać pliki."
|
||||
|
||||
#: data/misc/io.github.Zoitechat.appdata.xml.in:12
|
||||
#: data/misc/net.zoite.Zoitechat.appdata.xml.in:12
|
||||
msgid ""
|
||||
"ZoiteChat supports features such as: DCC, SASL, proxies, spellcheck, alerts, "
|
||||
"logging, custom themes, and Python/Perl scripts."
|
||||
msgstr "ZoiteChat wspiera takie funkcje, jak: DCC, SASL, serwery proxy, sprawdzanie pisowni, alerty, logi, własne motywy i skrypty w Pythonie/Perlu."
|
||||
|
||||
#: data/misc/io.github.Zoitechat.appdata.xml.in:22
|
||||
#: data/misc/net.zoite.Zoitechat.appdata.xml.in:22
|
||||
msgid "Main Chat Window"
|
||||
msgstr "Główne okno czatu"
|
||||
|
||||
#: data/misc/io.github.Zoitechat.desktop.in.in:5
|
||||
#: data/misc/net.zoite.Zoitechat.desktop.in.in:5
|
||||
msgid "Chat with other people online"
|
||||
msgstr "Rozmawiaj z innymi ludźmi przez internet"
|
||||
|
||||
#: data/misc/io.github.Zoitechat.desktop.in.in:6
|
||||
#: data/misc/net.zoite.Zoitechat.desktop.in.in:6
|
||||
msgid "IM;Chat;"
|
||||
msgstr "IM;Chat;"
|
||||
|
||||
#: data/misc/io.github.Zoitechat.desktop.in.in:8
|
||||
#: data/misc/io.github.Zoitechat.ThemeManager.desktop.in:5
|
||||
#: data/misc/net.zoite.Zoitechat.desktop.in.in:8
|
||||
#: data/misc/net.zoite.Zoitechat.ThemeManager.desktop.in:5
|
||||
msgid "zoitechat"
|
||||
msgstr "zoitechat"
|
||||
|
||||
#: data/misc/io.github.Zoitechat.desktop.in.in:19
|
||||
#: data/misc/net.zoite.Zoitechat.desktop.in.in:19
|
||||
msgid "Open Safe Mode"
|
||||
msgstr "Otwórz tryb bezpieczny"
|
||||
|
||||
#: data/misc/io.github.Zoitechat.ThemeManager.desktop.in:3
|
||||
#: data/misc/net.zoite.Zoitechat.ThemeManager.desktop.in:3
|
||||
msgid "ZoiteChat Theme Manager"
|
||||
msgstr "Menedżer motywów ZoiteChat"
|
||||
|
||||
|
||||
28
po/pt.po
28
po/pt.po
@@ -23,52 +23,52 @@ msgstr ""
|
||||
"Language: pt\n"
|
||||
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
||||
|
||||
#: data/misc/io.github.Zoitechat.appdata.xml.in:4
|
||||
#: data/misc/io.github.Zoitechat.appdata.xml.in:5
|
||||
#: data/misc/io.github.Zoitechat.desktop.in.in:3
|
||||
#: data/misc/net.zoite.Zoitechat.appdata.xml.in:4
|
||||
#: data/misc/net.zoite.Zoitechat.appdata.xml.in:5
|
||||
#: data/misc/net.zoite.Zoitechat.desktop.in.in:3
|
||||
msgid "ZoiteChat"
|
||||
msgstr "ZoiteChat"
|
||||
|
||||
#: data/misc/io.github.Zoitechat.appdata.xml.in:9
|
||||
#: data/misc/io.github.Zoitechat.desktop.in.in:4
|
||||
#: data/misc/net.zoite.Zoitechat.appdata.xml.in:9
|
||||
#: data/misc/net.zoite.Zoitechat.desktop.in.in:4
|
||||
msgid "IRC Client"
|
||||
msgstr "Cliente de IRC"
|
||||
|
||||
#: data/misc/io.github.Zoitechat.appdata.xml.in:11
|
||||
#: data/misc/net.zoite.Zoitechat.appdata.xml.in:11
|
||||
msgid ""
|
||||
"ZoiteChat is an easy to use yet extensible IRC Client. It allows you to "
|
||||
"securely join multiple networks and talk to users privately or in channels "
|
||||
"using a customizable interface. You can even transfer files."
|
||||
msgstr "O ZoiteChat é um Cliente de IRC fácil de usar, mas também fácil de expandir. Ele permite que te juntes de forma segura a várias redes e que fales com outros utilizadores em privado ou em canais através de uma interface personalizável. Se quiseres, podes até transferir ficheiros!"
|
||||
|
||||
#: data/misc/io.github.Zoitechat.appdata.xml.in:12
|
||||
#: data/misc/net.zoite.Zoitechat.appdata.xml.in:12
|
||||
msgid ""
|
||||
"ZoiteChat supports features such as: DCC, SASL, proxies, spellcheck, alerts, "
|
||||
"logging, custom themes, and Python/Perl scripts."
|
||||
msgstr "O ZoiteChat suporta funcionalidades como: DCC, SASL, proxies, verificação de erros ortográficos, alertas, registos, temas personalizados, e scripts em Python/Perl."
|
||||
|
||||
#: data/misc/io.github.Zoitechat.appdata.xml.in:22
|
||||
#: data/misc/net.zoite.Zoitechat.appdata.xml.in:22
|
||||
msgid "Main Chat Window"
|
||||
msgstr "Janela de Chat Principal"
|
||||
|
||||
#: data/misc/io.github.Zoitechat.desktop.in.in:5
|
||||
#: data/misc/net.zoite.Zoitechat.desktop.in.in:5
|
||||
msgid "Chat with other people online"
|
||||
msgstr "Conversa com outras pessoas online"
|
||||
|
||||
#: data/misc/io.github.Zoitechat.desktop.in.in:6
|
||||
#: data/misc/net.zoite.Zoitechat.desktop.in.in:6
|
||||
msgid "IM;Chat;"
|
||||
msgstr "IM;Chat;"
|
||||
|
||||
#: data/misc/io.github.Zoitechat.desktop.in.in:8
|
||||
#: data/misc/io.github.Zoitechat.ThemeManager.desktop.in:5
|
||||
#: data/misc/net.zoite.Zoitechat.desktop.in.in:8
|
||||
#: data/misc/net.zoite.Zoitechat.ThemeManager.desktop.in:5
|
||||
msgid "zoitechat"
|
||||
msgstr "zoitechat"
|
||||
|
||||
#: data/misc/io.github.Zoitechat.desktop.in.in:19
|
||||
#: data/misc/net.zoite.Zoitechat.desktop.in.in:19
|
||||
msgid "Open Safe Mode"
|
||||
msgstr "Abrir Modo Seguro"
|
||||
|
||||
#: data/misc/io.github.Zoitechat.ThemeManager.desktop.in:3
|
||||
#: data/misc/net.zoite.Zoitechat.ThemeManager.desktop.in:3
|
||||
msgid "ZoiteChat Theme Manager"
|
||||
msgstr "Gestor de Temas do ZoiteChat"
|
||||
|
||||
|
||||
28
po/pt_BR.po
28
po/pt_BR.po
@@ -29,52 +29,52 @@ msgstr ""
|
||||
"Language: pt_BR\n"
|
||||
"Plural-Forms: nplurals=2; plural=(n > 1);\n"
|
||||
|
||||
#: data/misc/io.github.Zoitechat.appdata.xml.in:4
|
||||
#: data/misc/io.github.Zoitechat.appdata.xml.in:5
|
||||
#: data/misc/io.github.Zoitechat.desktop.in.in:3
|
||||
#: data/misc/net.zoite.Zoitechat.appdata.xml.in:4
|
||||
#: data/misc/net.zoite.Zoitechat.appdata.xml.in:5
|
||||
#: data/misc/net.zoite.Zoitechat.desktop.in.in:3
|
||||
msgid "ZoiteChat"
|
||||
msgstr "ZoiteChat"
|
||||
|
||||
#: data/misc/io.github.Zoitechat.appdata.xml.in:9
|
||||
#: data/misc/io.github.Zoitechat.desktop.in.in:4
|
||||
#: data/misc/net.zoite.Zoitechat.appdata.xml.in:9
|
||||
#: data/misc/net.zoite.Zoitechat.desktop.in.in:4
|
||||
msgid "IRC Client"
|
||||
msgstr "Cliente IRC"
|
||||
|
||||
#: data/misc/io.github.Zoitechat.appdata.xml.in:11
|
||||
#: data/misc/net.zoite.Zoitechat.appdata.xml.in:11
|
||||
msgid ""
|
||||
"ZoiteChat is an easy to use yet extensible IRC Client. It allows you to "
|
||||
"securely join multiple networks and talk to users privately or in channels "
|
||||
"using a customizable interface. You can even transfer files."
|
||||
msgstr "ZoiteChat é um cliente IRC extensível e fácil de usar. Ele permite que, de forma segura, você acesse múltiplas redes e tenha conversas privadas com outros usuários ou ainda em canais públicos, tudo isso através de uma interface personalizável. Você poderá até mesmo transferir arquivos."
|
||||
|
||||
#: data/misc/io.github.Zoitechat.appdata.xml.in:12
|
||||
#: data/misc/net.zoite.Zoitechat.appdata.xml.in:12
|
||||
msgid ""
|
||||
"ZoiteChat supports features such as: DCC, SASL, proxies, spellcheck, alerts, "
|
||||
"logging, custom themes, and Python/Perl scripts."
|
||||
msgstr "ZoiteChat suporta recursos como: DCC, SASL, proxies, corretor ortográfico, alertas, registros, temas personalizados, e scripts em Python/Perl"
|
||||
|
||||
#: data/misc/io.github.Zoitechat.appdata.xml.in:22
|
||||
#: data/misc/net.zoite.Zoitechat.appdata.xml.in:22
|
||||
msgid "Main Chat Window"
|
||||
msgstr "Janela principal de bate-papo"
|
||||
|
||||
#: data/misc/io.github.Zoitechat.desktop.in.in:5
|
||||
#: data/misc/net.zoite.Zoitechat.desktop.in.in:5
|
||||
msgid "Chat with other people online"
|
||||
msgstr "Converse com outras pessoas na rede"
|
||||
|
||||
#: data/misc/io.github.Zoitechat.desktop.in.in:6
|
||||
#: data/misc/net.zoite.Zoitechat.desktop.in.in:6
|
||||
msgid "IM;Chat;"
|
||||
msgstr "IM;Chat;"
|
||||
|
||||
#: data/misc/io.github.Zoitechat.desktop.in.in:8
|
||||
#: data/misc/io.github.Zoitechat.ThemeManager.desktop.in:5
|
||||
#: data/misc/net.zoite.Zoitechat.desktop.in.in:8
|
||||
#: data/misc/net.zoite.Zoitechat.ThemeManager.desktop.in:5
|
||||
msgid "zoitechat"
|
||||
msgstr "zoitechat"
|
||||
|
||||
#: data/misc/io.github.Zoitechat.desktop.in.in:19
|
||||
#: data/misc/net.zoite.Zoitechat.desktop.in.in:19
|
||||
msgid "Open Safe Mode"
|
||||
msgstr "Abrir modo seguro"
|
||||
|
||||
#: data/misc/io.github.Zoitechat.ThemeManager.desktop.in:3
|
||||
#: data/misc/net.zoite.Zoitechat.ThemeManager.desktop.in:3
|
||||
msgid "ZoiteChat Theme Manager"
|
||||
msgstr "Gerenciador de temas"
|
||||
|
||||
|
||||
28
po/ru.po
28
po/ru.po
@@ -32,52 +32,52 @@ msgstr ""
|
||||
"Language: ru\n"
|
||||
"Plural-Forms: nplurals=4; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<12 || n%100>14) ? 1 : n%10==0 || (n%10>=5 && n%10<=9) || (n%100>=11 && n%100<=14)? 2 : 3);\n"
|
||||
|
||||
#: data/misc/io.github.Zoitechat.appdata.xml.in:4
|
||||
#: data/misc/io.github.Zoitechat.appdata.xml.in:5
|
||||
#: data/misc/io.github.Zoitechat.desktop.in.in:3
|
||||
#: data/misc/net.zoite.Zoitechat.appdata.xml.in:4
|
||||
#: data/misc/net.zoite.Zoitechat.appdata.xml.in:5
|
||||
#: data/misc/net.zoite.Zoitechat.desktop.in.in:3
|
||||
msgid "ZoiteChat"
|
||||
msgstr "ZoiteChat"
|
||||
|
||||
#: data/misc/io.github.Zoitechat.appdata.xml.in:9
|
||||
#: data/misc/io.github.Zoitechat.desktop.in.in:4
|
||||
#: data/misc/net.zoite.Zoitechat.appdata.xml.in:9
|
||||
#: data/misc/net.zoite.Zoitechat.desktop.in.in:4
|
||||
msgid "IRC Client"
|
||||
msgstr "IRC Клиент"
|
||||
|
||||
#: data/misc/io.github.Zoitechat.appdata.xml.in:11
|
||||
#: data/misc/net.zoite.Zoitechat.appdata.xml.in:11
|
||||
msgid ""
|
||||
"ZoiteChat is an easy to use yet extensible IRC Client. It allows you to "
|
||||
"securely join multiple networks and talk to users privately or in channels "
|
||||
"using a customizable interface. You can even transfer files."
|
||||
msgstr "ZoiteChat - это лёгкий в использовании, но расширяемый IRC Клиент. Он позволяет безопасно соединяться со множеством сетей и общаться с пользователями лично или на каналах, используя настраиваемый интерфейс. Вы даже можете передавать файлы."
|
||||
|
||||
#: data/misc/io.github.Zoitechat.appdata.xml.in:12
|
||||
#: data/misc/net.zoite.Zoitechat.appdata.xml.in:12
|
||||
msgid ""
|
||||
"ZoiteChat supports features such as: DCC, SASL, proxies, spellcheck, alerts, "
|
||||
"logging, custom themes, and Python/Perl scripts."
|
||||
msgstr "ZoiteChat поддерживает следующие функции: DCC, SASL, прокси, проверка орфографии, уведомления, ведение логов, настраиваемые темы и скрипты на Python/Perl."
|
||||
|
||||
#: data/misc/io.github.Zoitechat.appdata.xml.in:22
|
||||
#: data/misc/net.zoite.Zoitechat.appdata.xml.in:22
|
||||
msgid "Main Chat Window"
|
||||
msgstr "Главное окно чата"
|
||||
|
||||
#: data/misc/io.github.Zoitechat.desktop.in.in:5
|
||||
#: data/misc/net.zoite.Zoitechat.desktop.in.in:5
|
||||
msgid "Chat with other people online"
|
||||
msgstr "Общаться с другими людьми онлайн"
|
||||
|
||||
#: data/misc/io.github.Zoitechat.desktop.in.in:6
|
||||
#: data/misc/net.zoite.Zoitechat.desktop.in.in:6
|
||||
msgid "IM;Chat;"
|
||||
msgstr "IM;Чат;"
|
||||
|
||||
#: data/misc/io.github.Zoitechat.desktop.in.in:8
|
||||
#: data/misc/io.github.Zoitechat.ThemeManager.desktop.in:5
|
||||
#: data/misc/net.zoite.Zoitechat.desktop.in.in:8
|
||||
#: data/misc/net.zoite.Zoitechat.ThemeManager.desktop.in:5
|
||||
msgid "zoitechat"
|
||||
msgstr ""
|
||||
|
||||
#: data/misc/io.github.Zoitechat.desktop.in.in:19
|
||||
#: data/misc/net.zoite.Zoitechat.desktop.in.in:19
|
||||
msgid "Open Safe Mode"
|
||||
msgstr "Открыть безопасный режим"
|
||||
|
||||
#: data/misc/io.github.Zoitechat.ThemeManager.desktop.in:3
|
||||
#: data/misc/net.zoite.Zoitechat.ThemeManager.desktop.in:3
|
||||
msgid "ZoiteChat Theme Manager"
|
||||
msgstr "Управление темами ZoiteChat"
|
||||
|
||||
|
||||
28
po/rw.po
28
po/rw.po
@@ -26,52 +26,52 @@ msgstr ""
|
||||
"Language: rw\n"
|
||||
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
||||
|
||||
#: data/misc/io.github.Zoitechat.appdata.xml.in:4
|
||||
#: data/misc/io.github.Zoitechat.appdata.xml.in:5
|
||||
#: data/misc/io.github.Zoitechat.desktop.in.in:3
|
||||
#: data/misc/net.zoite.Zoitechat.appdata.xml.in:4
|
||||
#: data/misc/net.zoite.Zoitechat.appdata.xml.in:5
|
||||
#: data/misc/net.zoite.Zoitechat.desktop.in.in:3
|
||||
msgid "ZoiteChat"
|
||||
msgstr ""
|
||||
|
||||
#: data/misc/io.github.Zoitechat.appdata.xml.in:9
|
||||
#: data/misc/io.github.Zoitechat.desktop.in.in:4
|
||||
#: data/misc/net.zoite.Zoitechat.appdata.xml.in:9
|
||||
#: data/misc/net.zoite.Zoitechat.desktop.in.in:4
|
||||
msgid "IRC Client"
|
||||
msgstr ""
|
||||
|
||||
#: data/misc/io.github.Zoitechat.appdata.xml.in:11
|
||||
#: data/misc/net.zoite.Zoitechat.appdata.xml.in:11
|
||||
msgid ""
|
||||
"ZoiteChat is an easy to use yet extensible IRC Client. It allows you to "
|
||||
"securely join multiple networks and talk to users privately or in channels "
|
||||
"using a customizable interface. You can even transfer files."
|
||||
msgstr ""
|
||||
|
||||
#: data/misc/io.github.Zoitechat.appdata.xml.in:12
|
||||
#: data/misc/net.zoite.Zoitechat.appdata.xml.in:12
|
||||
msgid ""
|
||||
"ZoiteChat supports features such as: DCC, SASL, proxies, spellcheck, alerts, "
|
||||
"logging, custom themes, and Python/Perl scripts."
|
||||
msgstr ""
|
||||
|
||||
#: data/misc/io.github.Zoitechat.appdata.xml.in:22
|
||||
#: data/misc/net.zoite.Zoitechat.appdata.xml.in:22
|
||||
msgid "Main Chat Window"
|
||||
msgstr ""
|
||||
|
||||
#: data/misc/io.github.Zoitechat.desktop.in.in:5
|
||||
#: data/misc/net.zoite.Zoitechat.desktop.in.in:5
|
||||
msgid "Chat with other people online"
|
||||
msgstr ""
|
||||
|
||||
#: data/misc/io.github.Zoitechat.desktop.in.in:6
|
||||
#: data/misc/net.zoite.Zoitechat.desktop.in.in:6
|
||||
msgid "IM;Chat;"
|
||||
msgstr ""
|
||||
|
||||
#: data/misc/io.github.Zoitechat.desktop.in.in:8
|
||||
#: data/misc/io.github.Zoitechat.ThemeManager.desktop.in:5
|
||||
#: data/misc/net.zoite.Zoitechat.desktop.in.in:8
|
||||
#: data/misc/net.zoite.Zoitechat.ThemeManager.desktop.in:5
|
||||
msgid "zoitechat"
|
||||
msgstr ""
|
||||
|
||||
#: data/misc/io.github.Zoitechat.desktop.in.in:19
|
||||
#: data/misc/net.zoite.Zoitechat.desktop.in.in:19
|
||||
msgid "Open Safe Mode"
|
||||
msgstr ""
|
||||
|
||||
#: data/misc/io.github.Zoitechat.ThemeManager.desktop.in:3
|
||||
#: data/misc/net.zoite.Zoitechat.ThemeManager.desktop.in:3
|
||||
msgid "ZoiteChat Theme Manager"
|
||||
msgstr ""
|
||||
|
||||
|
||||
28
po/sk.po
28
po/sk.po
@@ -20,52 +20,52 @@ msgstr ""
|
||||
"Language: sk\n"
|
||||
"Plural-Forms: nplurals=4; plural=(n % 1 == 0 && n == 1 ? 0 : n % 1 == 0 && n >= 2 && n <= 4 ? 1 : n % 1 != 0 ? 2: 3);\n"
|
||||
|
||||
#: data/misc/io.github.Zoitechat.appdata.xml.in:4
|
||||
#: data/misc/io.github.Zoitechat.appdata.xml.in:5
|
||||
#: data/misc/io.github.Zoitechat.desktop.in.in:3
|
||||
#: data/misc/net.zoite.Zoitechat.appdata.xml.in:4
|
||||
#: data/misc/net.zoite.Zoitechat.appdata.xml.in:5
|
||||
#: data/misc/net.zoite.Zoitechat.desktop.in.in:3
|
||||
msgid "ZoiteChat"
|
||||
msgstr ""
|
||||
|
||||
#: data/misc/io.github.Zoitechat.appdata.xml.in:9
|
||||
#: data/misc/io.github.Zoitechat.desktop.in.in:4
|
||||
#: data/misc/net.zoite.Zoitechat.appdata.xml.in:9
|
||||
#: data/misc/net.zoite.Zoitechat.desktop.in.in:4
|
||||
msgid "IRC Client"
|
||||
msgstr ""
|
||||
|
||||
#: data/misc/io.github.Zoitechat.appdata.xml.in:11
|
||||
#: data/misc/net.zoite.Zoitechat.appdata.xml.in:11
|
||||
msgid ""
|
||||
"ZoiteChat is an easy to use yet extensible IRC Client. It allows you to "
|
||||
"securely join multiple networks and talk to users privately or in channels "
|
||||
"using a customizable interface. You can even transfer files."
|
||||
msgstr ""
|
||||
|
||||
#: data/misc/io.github.Zoitechat.appdata.xml.in:12
|
||||
#: data/misc/net.zoite.Zoitechat.appdata.xml.in:12
|
||||
msgid ""
|
||||
"ZoiteChat supports features such as: DCC, SASL, proxies, spellcheck, alerts, "
|
||||
"logging, custom themes, and Python/Perl scripts."
|
||||
msgstr ""
|
||||
|
||||
#: data/misc/io.github.Zoitechat.appdata.xml.in:22
|
||||
#: data/misc/net.zoite.Zoitechat.appdata.xml.in:22
|
||||
msgid "Main Chat Window"
|
||||
msgstr ""
|
||||
|
||||
#: data/misc/io.github.Zoitechat.desktop.in.in:5
|
||||
#: data/misc/net.zoite.Zoitechat.desktop.in.in:5
|
||||
msgid "Chat with other people online"
|
||||
msgstr ""
|
||||
|
||||
#: data/misc/io.github.Zoitechat.desktop.in.in:6
|
||||
#: data/misc/net.zoite.Zoitechat.desktop.in.in:6
|
||||
msgid "IM;Chat;"
|
||||
msgstr ""
|
||||
|
||||
#: data/misc/io.github.Zoitechat.desktop.in.in:8
|
||||
#: data/misc/io.github.Zoitechat.ThemeManager.desktop.in:5
|
||||
#: data/misc/net.zoite.Zoitechat.desktop.in.in:8
|
||||
#: data/misc/net.zoite.Zoitechat.ThemeManager.desktop.in:5
|
||||
msgid "zoitechat"
|
||||
msgstr ""
|
||||
|
||||
#: data/misc/io.github.Zoitechat.desktop.in.in:19
|
||||
#: data/misc/net.zoite.Zoitechat.desktop.in.in:19
|
||||
msgid "Open Safe Mode"
|
||||
msgstr ""
|
||||
|
||||
#: data/misc/io.github.Zoitechat.ThemeManager.desktop.in:3
|
||||
#: data/misc/net.zoite.Zoitechat.ThemeManager.desktop.in:3
|
||||
msgid "ZoiteChat Theme Manager"
|
||||
msgstr ""
|
||||
|
||||
|
||||
28
po/sl.po
28
po/sl.po
@@ -23,52 +23,52 @@ msgstr ""
|
||||
"Language: sl\n"
|
||||
"Plural-Forms: nplurals=4; plural=(n%100==1 ? 0 : n%100==2 ? 1 : n%100==3 || n%100==4 ? 2 : 3);\n"
|
||||
|
||||
#: data/misc/io.github.Zoitechat.appdata.xml.in:4
|
||||
#: data/misc/io.github.Zoitechat.appdata.xml.in:5
|
||||
#: data/misc/io.github.Zoitechat.desktop.in.in:3
|
||||
#: data/misc/net.zoite.Zoitechat.appdata.xml.in:4
|
||||
#: data/misc/net.zoite.Zoitechat.appdata.xml.in:5
|
||||
#: data/misc/net.zoite.Zoitechat.desktop.in.in:3
|
||||
msgid "ZoiteChat"
|
||||
msgstr "ZoiteChat"
|
||||
|
||||
#: data/misc/io.github.Zoitechat.appdata.xml.in:9
|
||||
#: data/misc/io.github.Zoitechat.desktop.in.in:4
|
||||
#: data/misc/net.zoite.Zoitechat.appdata.xml.in:9
|
||||
#: data/misc/net.zoite.Zoitechat.desktop.in.in:4
|
||||
msgid "IRC Client"
|
||||
msgstr "IRC Client"
|
||||
|
||||
#: data/misc/io.github.Zoitechat.appdata.xml.in:11
|
||||
#: data/misc/net.zoite.Zoitechat.appdata.xml.in:11
|
||||
msgid ""
|
||||
"ZoiteChat is an easy to use yet extensible IRC Client. It allows you to "
|
||||
"securely join multiple networks and talk to users privately or in channels "
|
||||
"using a customizable interface. You can even transfer files."
|
||||
msgstr ""
|
||||
|
||||
#: data/misc/io.github.Zoitechat.appdata.xml.in:12
|
||||
#: data/misc/net.zoite.Zoitechat.appdata.xml.in:12
|
||||
msgid ""
|
||||
"ZoiteChat supports features such as: DCC, SASL, proxies, spellcheck, alerts, "
|
||||
"logging, custom themes, and Python/Perl scripts."
|
||||
msgstr ""
|
||||
|
||||
#: data/misc/io.github.Zoitechat.appdata.xml.in:22
|
||||
#: data/misc/net.zoite.Zoitechat.appdata.xml.in:22
|
||||
msgid "Main Chat Window"
|
||||
msgstr ""
|
||||
|
||||
#: data/misc/io.github.Zoitechat.desktop.in.in:5
|
||||
#: data/misc/net.zoite.Zoitechat.desktop.in.in:5
|
||||
msgid "Chat with other people online"
|
||||
msgstr ""
|
||||
|
||||
#: data/misc/io.github.Zoitechat.desktop.in.in:6
|
||||
#: data/misc/net.zoite.Zoitechat.desktop.in.in:6
|
||||
msgid "IM;Chat;"
|
||||
msgstr "IM;Klepet;"
|
||||
|
||||
#: data/misc/io.github.Zoitechat.desktop.in.in:8
|
||||
#: data/misc/io.github.Zoitechat.ThemeManager.desktop.in:5
|
||||
#: data/misc/net.zoite.Zoitechat.desktop.in.in:8
|
||||
#: data/misc/net.zoite.Zoitechat.ThemeManager.desktop.in:5
|
||||
msgid "zoitechat"
|
||||
msgstr "zoitechat"
|
||||
|
||||
#: data/misc/io.github.Zoitechat.desktop.in.in:19
|
||||
#: data/misc/net.zoite.Zoitechat.desktop.in.in:19
|
||||
msgid "Open Safe Mode"
|
||||
msgstr ""
|
||||
|
||||
#: data/misc/io.github.Zoitechat.ThemeManager.desktop.in:3
|
||||
#: data/misc/net.zoite.Zoitechat.ThemeManager.desktop.in:3
|
||||
msgid "ZoiteChat Theme Manager"
|
||||
msgstr ""
|
||||
|
||||
|
||||
28
po/sq.po
28
po/sq.po
@@ -21,52 +21,52 @@ msgstr ""
|
||||
"Language: sq\n"
|
||||
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
||||
|
||||
#: data/misc/io.github.Zoitechat.appdata.xml.in:4
|
||||
#: data/misc/io.github.Zoitechat.appdata.xml.in:5
|
||||
#: data/misc/io.github.Zoitechat.desktop.in.in:3
|
||||
#: data/misc/net.zoite.Zoitechat.appdata.xml.in:4
|
||||
#: data/misc/net.zoite.Zoitechat.appdata.xml.in:5
|
||||
#: data/misc/net.zoite.Zoitechat.desktop.in.in:3
|
||||
msgid "ZoiteChat"
|
||||
msgstr "ZoiteChat"
|
||||
|
||||
#: data/misc/io.github.Zoitechat.appdata.xml.in:9
|
||||
#: data/misc/io.github.Zoitechat.desktop.in.in:4
|
||||
#: data/misc/net.zoite.Zoitechat.appdata.xml.in:9
|
||||
#: data/misc/net.zoite.Zoitechat.desktop.in.in:4
|
||||
msgid "IRC Client"
|
||||
msgstr "Klient IRC"
|
||||
|
||||
#: data/misc/io.github.Zoitechat.appdata.xml.in:11
|
||||
#: data/misc/net.zoite.Zoitechat.appdata.xml.in:11
|
||||
msgid ""
|
||||
"ZoiteChat is an easy to use yet extensible IRC Client. It allows you to "
|
||||
"securely join multiple networks and talk to users privately or in channels "
|
||||
"using a customizable interface. You can even transfer files."
|
||||
msgstr "ZoiteChat-i është një klient IRC-je i lehtë për t’u përdorur, por prapëseprapë shumë i zgjerueshëm. Ju lejon të hyni në mënyrë të sigurt, në shumë rrjete njëherësh, dhe të bisedoni me përdoruesit privatisht ose në kanale, duke përdorur një ndërfaqe të personalizueshme. Mundeni madje edhe të shkëmbeni kartela."
|
||||
|
||||
#: data/misc/io.github.Zoitechat.appdata.xml.in:12
|
||||
#: data/misc/net.zoite.Zoitechat.appdata.xml.in:12
|
||||
msgid ""
|
||||
"ZoiteChat supports features such as: DCC, SASL, proxies, spellcheck, alerts, "
|
||||
"logging, custom themes, and Python/Perl scripts."
|
||||
msgstr "ZoiteChat-i mbulon veçori të tilla si: DCC, SASL, ndërmjetës, drejtshkrim, sinjalizime, regjistrim veprimtarie, tema të personalizueshme, dhe programthe Python/Perl."
|
||||
|
||||
#: data/misc/io.github.Zoitechat.appdata.xml.in:22
|
||||
#: data/misc/net.zoite.Zoitechat.appdata.xml.in:22
|
||||
msgid "Main Chat Window"
|
||||
msgstr "Dritarja Kryesore e Fjalosjeve"
|
||||
|
||||
#: data/misc/io.github.Zoitechat.desktop.in.in:5
|
||||
#: data/misc/net.zoite.Zoitechat.desktop.in.in:5
|
||||
msgid "Chat with other people online"
|
||||
msgstr "Bisedoni në linjë me persona të tjerë"
|
||||
|
||||
#: data/misc/io.github.Zoitechat.desktop.in.in:6
|
||||
#: data/misc/net.zoite.Zoitechat.desktop.in.in:6
|
||||
msgid "IM;Chat;"
|
||||
msgstr "IM;Fjalosje;"
|
||||
|
||||
#: data/misc/io.github.Zoitechat.desktop.in.in:8
|
||||
#: data/misc/io.github.Zoitechat.ThemeManager.desktop.in:5
|
||||
#: data/misc/net.zoite.Zoitechat.desktop.in.in:8
|
||||
#: data/misc/net.zoite.Zoitechat.ThemeManager.desktop.in:5
|
||||
msgid "zoitechat"
|
||||
msgstr "zoitechat"
|
||||
|
||||
#: data/misc/io.github.Zoitechat.desktop.in.in:19
|
||||
#: data/misc/net.zoite.Zoitechat.desktop.in.in:19
|
||||
msgid "Open Safe Mode"
|
||||
msgstr "Hap Mënyrën e Sigurt"
|
||||
|
||||
#: data/misc/io.github.Zoitechat.ThemeManager.desktop.in:3
|
||||
#: data/misc/net.zoite.Zoitechat.ThemeManager.desktop.in:3
|
||||
msgid "ZoiteChat Theme Manager"
|
||||
msgstr "Përgjegjës Temash ZoiteChat-i"
|
||||
|
||||
|
||||
28
po/sr.po
28
po/sr.po
@@ -20,52 +20,52 @@ msgstr ""
|
||||
"Language: sr\n"
|
||||
"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n"
|
||||
|
||||
#: data/misc/io.github.Zoitechat.appdata.xml.in:4
|
||||
#: data/misc/io.github.Zoitechat.appdata.xml.in:5
|
||||
#: data/misc/io.github.Zoitechat.desktop.in.in:3
|
||||
#: data/misc/net.zoite.Zoitechat.appdata.xml.in:4
|
||||
#: data/misc/net.zoite.Zoitechat.appdata.xml.in:5
|
||||
#: data/misc/net.zoite.Zoitechat.desktop.in.in:3
|
||||
msgid "ZoiteChat"
|
||||
msgstr "ХексЧет"
|
||||
|
||||
#: data/misc/io.github.Zoitechat.appdata.xml.in:9
|
||||
#: data/misc/io.github.Zoitechat.desktop.in.in:4
|
||||
#: data/misc/net.zoite.Zoitechat.appdata.xml.in:9
|
||||
#: data/misc/net.zoite.Zoitechat.desktop.in.in:4
|
||||
msgid "IRC Client"
|
||||
msgstr "ИРЦ клијент"
|
||||
|
||||
#: data/misc/io.github.Zoitechat.appdata.xml.in:11
|
||||
#: data/misc/net.zoite.Zoitechat.appdata.xml.in:11
|
||||
msgid ""
|
||||
"ZoiteChat is an easy to use yet extensible IRC Client. It allows you to "
|
||||
"securely join multiple networks and talk to users privately or in channels "
|
||||
"using a customizable interface. You can even transfer files."
|
||||
msgstr ""
|
||||
|
||||
#: data/misc/io.github.Zoitechat.appdata.xml.in:12
|
||||
#: data/misc/net.zoite.Zoitechat.appdata.xml.in:12
|
||||
msgid ""
|
||||
"ZoiteChat supports features such as: DCC, SASL, proxies, spellcheck, alerts, "
|
||||
"logging, custom themes, and Python/Perl scripts."
|
||||
msgstr ""
|
||||
|
||||
#: data/misc/io.github.Zoitechat.appdata.xml.in:22
|
||||
#: data/misc/net.zoite.Zoitechat.appdata.xml.in:22
|
||||
msgid "Main Chat Window"
|
||||
msgstr ""
|
||||
|
||||
#: data/misc/io.github.Zoitechat.desktop.in.in:5
|
||||
#: data/misc/net.zoite.Zoitechat.desktop.in.in:5
|
||||
msgid "Chat with other people online"
|
||||
msgstr "Ћаскајте са пријатељима онлајн"
|
||||
|
||||
#: data/misc/io.github.Zoitechat.desktop.in.in:6
|
||||
#: data/misc/net.zoite.Zoitechat.desktop.in.in:6
|
||||
msgid "IM;Chat;"
|
||||
msgstr "ИМ;Ћаскање;"
|
||||
|
||||
#: data/misc/io.github.Zoitechat.desktop.in.in:8
|
||||
#: data/misc/io.github.Zoitechat.ThemeManager.desktop.in:5
|
||||
#: data/misc/net.zoite.Zoitechat.desktop.in.in:8
|
||||
#: data/misc/net.zoite.Zoitechat.ThemeManager.desktop.in:5
|
||||
msgid "zoitechat"
|
||||
msgstr ""
|
||||
|
||||
#: data/misc/io.github.Zoitechat.desktop.in.in:19
|
||||
#: data/misc/net.zoite.Zoitechat.desktop.in.in:19
|
||||
msgid "Open Safe Mode"
|
||||
msgstr "Отвори у Сигурном моду"
|
||||
|
||||
#: data/misc/io.github.Zoitechat.ThemeManager.desktop.in:3
|
||||
#: data/misc/net.zoite.Zoitechat.ThemeManager.desktop.in:3
|
||||
msgid "ZoiteChat Theme Manager"
|
||||
msgstr "ХексЧет Избор Теме"
|
||||
|
||||
|
||||
@@ -22,52 +22,52 @@ msgstr ""
|
||||
"Language: sr@latin\n"
|
||||
"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n"
|
||||
|
||||
#: data/misc/io.github.Zoitechat.appdata.xml.in:4
|
||||
#: data/misc/io.github.Zoitechat.appdata.xml.in:5
|
||||
#: data/misc/io.github.Zoitechat.desktop.in.in:3
|
||||
#: data/misc/net.zoite.Zoitechat.appdata.xml.in:4
|
||||
#: data/misc/net.zoite.Zoitechat.appdata.xml.in:5
|
||||
#: data/misc/net.zoite.Zoitechat.desktop.in.in:3
|
||||
msgid "ZoiteChat"
|
||||
msgstr ""
|
||||
|
||||
#: data/misc/io.github.Zoitechat.appdata.xml.in:9
|
||||
#: data/misc/io.github.Zoitechat.desktop.in.in:4
|
||||
#: data/misc/net.zoite.Zoitechat.appdata.xml.in:9
|
||||
#: data/misc/net.zoite.Zoitechat.desktop.in.in:4
|
||||
msgid "IRC Client"
|
||||
msgstr ""
|
||||
|
||||
#: data/misc/io.github.Zoitechat.appdata.xml.in:11
|
||||
#: data/misc/net.zoite.Zoitechat.appdata.xml.in:11
|
||||
msgid ""
|
||||
"ZoiteChat is an easy to use yet extensible IRC Client. It allows you to "
|
||||
"securely join multiple networks and talk to users privately or in channels "
|
||||
"using a customizable interface. You can even transfer files."
|
||||
msgstr ""
|
||||
|
||||
#: data/misc/io.github.Zoitechat.appdata.xml.in:12
|
||||
#: data/misc/net.zoite.Zoitechat.appdata.xml.in:12
|
||||
msgid ""
|
||||
"ZoiteChat supports features such as: DCC, SASL, proxies, spellcheck, alerts, "
|
||||
"logging, custom themes, and Python/Perl scripts."
|
||||
msgstr ""
|
||||
|
||||
#: data/misc/io.github.Zoitechat.appdata.xml.in:22
|
||||
#: data/misc/net.zoite.Zoitechat.appdata.xml.in:22
|
||||
msgid "Main Chat Window"
|
||||
msgstr ""
|
||||
|
||||
#: data/misc/io.github.Zoitechat.desktop.in.in:5
|
||||
#: data/misc/net.zoite.Zoitechat.desktop.in.in:5
|
||||
msgid "Chat with other people online"
|
||||
msgstr ""
|
||||
|
||||
#: data/misc/io.github.Zoitechat.desktop.in.in:6
|
||||
#: data/misc/net.zoite.Zoitechat.desktop.in.in:6
|
||||
msgid "IM;Chat;"
|
||||
msgstr ""
|
||||
|
||||
#: data/misc/io.github.Zoitechat.desktop.in.in:8
|
||||
#: data/misc/io.github.Zoitechat.ThemeManager.desktop.in:5
|
||||
#: data/misc/net.zoite.Zoitechat.desktop.in.in:8
|
||||
#: data/misc/net.zoite.Zoitechat.ThemeManager.desktop.in:5
|
||||
msgid "zoitechat"
|
||||
msgstr ""
|
||||
|
||||
#: data/misc/io.github.Zoitechat.desktop.in.in:19
|
||||
#: data/misc/net.zoite.Zoitechat.desktop.in.in:19
|
||||
msgid "Open Safe Mode"
|
||||
msgstr ""
|
||||
|
||||
#: data/misc/io.github.Zoitechat.ThemeManager.desktop.in:3
|
||||
#: data/misc/net.zoite.Zoitechat.ThemeManager.desktop.in:3
|
||||
msgid "ZoiteChat Theme Manager"
|
||||
msgstr ""
|
||||
|
||||
|
||||
28
po/sv.po
28
po/sv.po
@@ -28,52 +28,52 @@ msgstr ""
|
||||
"Language: sv\n"
|
||||
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
||||
|
||||
#: data/misc/io.github.Zoitechat.appdata.xml.in:4
|
||||
#: data/misc/io.github.Zoitechat.appdata.xml.in:5
|
||||
#: data/misc/io.github.Zoitechat.desktop.in.in:3
|
||||
#: data/misc/net.zoite.Zoitechat.appdata.xml.in:4
|
||||
#: data/misc/net.zoite.Zoitechat.appdata.xml.in:5
|
||||
#: data/misc/net.zoite.Zoitechat.desktop.in.in:3
|
||||
msgid "ZoiteChat"
|
||||
msgstr "ZoiteChat"
|
||||
|
||||
#: data/misc/io.github.Zoitechat.appdata.xml.in:9
|
||||
#: data/misc/io.github.Zoitechat.desktop.in.in:4
|
||||
#: data/misc/net.zoite.Zoitechat.appdata.xml.in:9
|
||||
#: data/misc/net.zoite.Zoitechat.desktop.in.in:4
|
||||
msgid "IRC Client"
|
||||
msgstr "IRC klient"
|
||||
|
||||
#: data/misc/io.github.Zoitechat.appdata.xml.in:11
|
||||
#: data/misc/net.zoite.Zoitechat.appdata.xml.in:11
|
||||
msgid ""
|
||||
"ZoiteChat is an easy to use yet extensible IRC Client. It allows you to "
|
||||
"securely join multiple networks and talk to users privately or in channels "
|
||||
"using a customizable interface. You can even transfer files."
|
||||
msgstr "ZoiteChat är en lättanvänd men även utbyggbar IRC-klient. Den låter dig ansluta säkert till flera nätverk och prata med användare privat eller i kanaler med ett anpassningsbart utseende. Du kan till och med överföra filer."
|
||||
|
||||
#: data/misc/io.github.Zoitechat.appdata.xml.in:12
|
||||
#: data/misc/net.zoite.Zoitechat.appdata.xml.in:12
|
||||
msgid ""
|
||||
"ZoiteChat supports features such as: DCC, SASL, proxies, spellcheck, alerts, "
|
||||
"logging, custom themes, and Python/Perl scripts."
|
||||
msgstr "ZoiteChat stödjer funktioner som: DCC, SASL, proxytjänster, stavningskontroll, notifikationer, loggning, egna teman, och Python/Perl-skript."
|
||||
|
||||
#: data/misc/io.github.Zoitechat.appdata.xml.in:22
|
||||
#: data/misc/net.zoite.Zoitechat.appdata.xml.in:22
|
||||
msgid "Main Chat Window"
|
||||
msgstr "Primärt chattfönster"
|
||||
|
||||
#: data/misc/io.github.Zoitechat.desktop.in.in:5
|
||||
#: data/misc/net.zoite.Zoitechat.desktop.in.in:5
|
||||
msgid "Chat with other people online"
|
||||
msgstr "Chatta med andra människor online"
|
||||
|
||||
#: data/misc/io.github.Zoitechat.desktop.in.in:6
|
||||
#: data/misc/net.zoite.Zoitechat.desktop.in.in:6
|
||||
msgid "IM;Chat;"
|
||||
msgstr "IM;Chatt;"
|
||||
|
||||
#: data/misc/io.github.Zoitechat.desktop.in.in:8
|
||||
#: data/misc/io.github.Zoitechat.ThemeManager.desktop.in:5
|
||||
#: data/misc/net.zoite.Zoitechat.desktop.in.in:8
|
||||
#: data/misc/net.zoite.Zoitechat.ThemeManager.desktop.in:5
|
||||
msgid "zoitechat"
|
||||
msgstr "zoitechat"
|
||||
|
||||
#: data/misc/io.github.Zoitechat.desktop.in.in:19
|
||||
#: data/misc/net.zoite.Zoitechat.desktop.in.in:19
|
||||
msgid "Open Safe Mode"
|
||||
msgstr "Öppna säkert läge"
|
||||
|
||||
#: data/misc/io.github.Zoitechat.ThemeManager.desktop.in:3
|
||||
#: data/misc/net.zoite.Zoitechat.ThemeManager.desktop.in:3
|
||||
msgid "ZoiteChat Theme Manager"
|
||||
msgstr "ZoiteChat temahanterare "
|
||||
|
||||
|
||||
28
po/th.po
28
po/th.po
@@ -19,52 +19,52 @@ msgstr ""
|
||||
"Language: th\n"
|
||||
"Plural-Forms: nplurals=1; plural=0;\n"
|
||||
|
||||
#: data/misc/io.github.Zoitechat.appdata.xml.in:4
|
||||
#: data/misc/io.github.Zoitechat.appdata.xml.in:5
|
||||
#: data/misc/io.github.Zoitechat.desktop.in.in:3
|
||||
#: data/misc/net.zoite.Zoitechat.appdata.xml.in:4
|
||||
#: data/misc/net.zoite.Zoitechat.appdata.xml.in:5
|
||||
#: data/misc/net.zoite.Zoitechat.desktop.in.in:3
|
||||
msgid "ZoiteChat"
|
||||
msgstr ""
|
||||
|
||||
#: data/misc/io.github.Zoitechat.appdata.xml.in:9
|
||||
#: data/misc/io.github.Zoitechat.desktop.in.in:4
|
||||
#: data/misc/net.zoite.Zoitechat.appdata.xml.in:9
|
||||
#: data/misc/net.zoite.Zoitechat.desktop.in.in:4
|
||||
msgid "IRC Client"
|
||||
msgstr ""
|
||||
|
||||
#: data/misc/io.github.Zoitechat.appdata.xml.in:11
|
||||
#: data/misc/net.zoite.Zoitechat.appdata.xml.in:11
|
||||
msgid ""
|
||||
"ZoiteChat is an easy to use yet extensible IRC Client. It allows you to "
|
||||
"securely join multiple networks and talk to users privately or in channels "
|
||||
"using a customizable interface. You can even transfer files."
|
||||
msgstr ""
|
||||
|
||||
#: data/misc/io.github.Zoitechat.appdata.xml.in:12
|
||||
#: data/misc/net.zoite.Zoitechat.appdata.xml.in:12
|
||||
msgid ""
|
||||
"ZoiteChat supports features such as: DCC, SASL, proxies, spellcheck, alerts, "
|
||||
"logging, custom themes, and Python/Perl scripts."
|
||||
msgstr ""
|
||||
|
||||
#: data/misc/io.github.Zoitechat.appdata.xml.in:22
|
||||
#: data/misc/net.zoite.Zoitechat.appdata.xml.in:22
|
||||
msgid "Main Chat Window"
|
||||
msgstr ""
|
||||
|
||||
#: data/misc/io.github.Zoitechat.desktop.in.in:5
|
||||
#: data/misc/net.zoite.Zoitechat.desktop.in.in:5
|
||||
msgid "Chat with other people online"
|
||||
msgstr ""
|
||||
|
||||
#: data/misc/io.github.Zoitechat.desktop.in.in:6
|
||||
#: data/misc/net.zoite.Zoitechat.desktop.in.in:6
|
||||
msgid "IM;Chat;"
|
||||
msgstr ""
|
||||
|
||||
#: data/misc/io.github.Zoitechat.desktop.in.in:8
|
||||
#: data/misc/io.github.Zoitechat.ThemeManager.desktop.in:5
|
||||
#: data/misc/net.zoite.Zoitechat.desktop.in.in:8
|
||||
#: data/misc/net.zoite.Zoitechat.ThemeManager.desktop.in:5
|
||||
msgid "zoitechat"
|
||||
msgstr ""
|
||||
|
||||
#: data/misc/io.github.Zoitechat.desktop.in.in:19
|
||||
#: data/misc/net.zoite.Zoitechat.desktop.in.in:19
|
||||
msgid "Open Safe Mode"
|
||||
msgstr ""
|
||||
|
||||
#: data/misc/io.github.Zoitechat.ThemeManager.desktop.in:3
|
||||
#: data/misc/net.zoite.Zoitechat.ThemeManager.desktop.in:3
|
||||
msgid "ZoiteChat Theme Manager"
|
||||
msgstr ""
|
||||
|
||||
|
||||
28
po/tr.po
28
po/tr.po
@@ -39,52 +39,52 @@ msgstr ""
|
||||
"Language: tr\n"
|
||||
"Plural-Forms: nplurals=2; plural=(n > 1);\n"
|
||||
|
||||
#: data/misc/io.github.Zoitechat.appdata.xml.in:4
|
||||
#: data/misc/io.github.Zoitechat.appdata.xml.in:5
|
||||
#: data/misc/io.github.Zoitechat.desktop.in.in:3
|
||||
#: data/misc/net.zoite.Zoitechat.appdata.xml.in:4
|
||||
#: data/misc/net.zoite.Zoitechat.appdata.xml.in:5
|
||||
#: data/misc/net.zoite.Zoitechat.desktop.in.in:3
|
||||
msgid "ZoiteChat"
|
||||
msgstr "ZoiteChat"
|
||||
|
||||
#: data/misc/io.github.Zoitechat.appdata.xml.in:9
|
||||
#: data/misc/io.github.Zoitechat.desktop.in.in:4
|
||||
#: data/misc/net.zoite.Zoitechat.appdata.xml.in:9
|
||||
#: data/misc/net.zoite.Zoitechat.desktop.in.in:4
|
||||
msgid "IRC Client"
|
||||
msgstr "IRC İstemcisi"
|
||||
|
||||
#: data/misc/io.github.Zoitechat.appdata.xml.in:11
|
||||
#: data/misc/net.zoite.Zoitechat.appdata.xml.in:11
|
||||
msgid ""
|
||||
"ZoiteChat is an easy to use yet extensible IRC Client. It allows you to "
|
||||
"securely join multiple networks and talk to users privately or in channels "
|
||||
"using a customizable interface. You can even transfer files."
|
||||
msgstr "ZoiteChat kullanımı kolay ve işlevleri arttırılabilir bir IRC İstemcisidir. Kişiselleştirilebilir bir arayüz kullanarak birden fazla ağa güvenli şekilde bağlanmanızı ve kullanıcılarla özel olarak veya kanallar üzerinde sohbet etmenizi sağlar. Hatta dosya aktarımı da yapabilirsiniz."
|
||||
|
||||
#: data/misc/io.github.Zoitechat.appdata.xml.in:12
|
||||
#: data/misc/net.zoite.Zoitechat.appdata.xml.in:12
|
||||
msgid ""
|
||||
"ZoiteChat supports features such as: DCC, SASL, proxies, spellcheck, alerts, "
|
||||
"logging, custom themes, and Python/Perl scripts."
|
||||
msgstr "ZoiteChat şu özellikleri destekler: DCC, SASL, vekil sunucular, yazım denetimi, alarmlar, günlük kaydı, kişisel temalar ve Python/Perl betikleri."
|
||||
|
||||
#: data/misc/io.github.Zoitechat.appdata.xml.in:22
|
||||
#: data/misc/net.zoite.Zoitechat.appdata.xml.in:22
|
||||
msgid "Main Chat Window"
|
||||
msgstr "Ana Sohbet Penceresi"
|
||||
|
||||
#: data/misc/io.github.Zoitechat.desktop.in.in:5
|
||||
#: data/misc/net.zoite.Zoitechat.desktop.in.in:5
|
||||
msgid "Chat with other people online"
|
||||
msgstr "Başka insanlarla çevrimiçi sohbet edin"
|
||||
|
||||
#: data/misc/io.github.Zoitechat.desktop.in.in:6
|
||||
#: data/misc/net.zoite.Zoitechat.desktop.in.in:6
|
||||
msgid "IM;Chat;"
|
||||
msgstr "IM;Sohbet;"
|
||||
|
||||
#: data/misc/io.github.Zoitechat.desktop.in.in:8
|
||||
#: data/misc/io.github.Zoitechat.ThemeManager.desktop.in:5
|
||||
#: data/misc/net.zoite.Zoitechat.desktop.in.in:8
|
||||
#: data/misc/net.zoite.Zoitechat.ThemeManager.desktop.in:5
|
||||
msgid "zoitechat"
|
||||
msgstr "zoitechat"
|
||||
|
||||
#: data/misc/io.github.Zoitechat.desktop.in.in:19
|
||||
#: data/misc/net.zoite.Zoitechat.desktop.in.in:19
|
||||
msgid "Open Safe Mode"
|
||||
msgstr "Güvenli Kipi Aç"
|
||||
|
||||
#: data/misc/io.github.Zoitechat.ThemeManager.desktop.in:3
|
||||
#: data/misc/net.zoite.Zoitechat.ThemeManager.desktop.in:3
|
||||
msgid "ZoiteChat Theme Manager"
|
||||
msgstr "ZoiteChat Tema Yöneticisi"
|
||||
|
||||
|
||||
28
po/uk.po
28
po/uk.po
@@ -21,52 +21,52 @@ msgstr ""
|
||||
"Language: uk\n"
|
||||
"Plural-Forms: nplurals=4; plural=(n % 1 == 0 && n % 10 == 1 && n % 100 != 11 ? 0 : n % 1 == 0 && n % 10 >= 2 && n % 10 <= 4 && (n % 100 < 12 || n % 100 > 14) ? 1 : n % 1 == 0 && (n % 10 ==0 || (n % 10 >=5 && n % 10 <=9) || (n % 100 >=11 && n % 100 <=14 )) ? 2: 3);\n"
|
||||
|
||||
#: data/misc/io.github.Zoitechat.appdata.xml.in:4
|
||||
#: data/misc/io.github.Zoitechat.appdata.xml.in:5
|
||||
#: data/misc/io.github.Zoitechat.desktop.in.in:3
|
||||
#: data/misc/net.zoite.Zoitechat.appdata.xml.in:4
|
||||
#: data/misc/net.zoite.Zoitechat.appdata.xml.in:5
|
||||
#: data/misc/net.zoite.Zoitechat.desktop.in.in:3
|
||||
msgid "ZoiteChat"
|
||||
msgstr ""
|
||||
|
||||
#: data/misc/io.github.Zoitechat.appdata.xml.in:9
|
||||
#: data/misc/io.github.Zoitechat.desktop.in.in:4
|
||||
#: data/misc/net.zoite.Zoitechat.appdata.xml.in:9
|
||||
#: data/misc/net.zoite.Zoitechat.desktop.in.in:4
|
||||
msgid "IRC Client"
|
||||
msgstr ""
|
||||
|
||||
#: data/misc/io.github.Zoitechat.appdata.xml.in:11
|
||||
#: data/misc/net.zoite.Zoitechat.appdata.xml.in:11
|
||||
msgid ""
|
||||
"ZoiteChat is an easy to use yet extensible IRC Client. It allows you to "
|
||||
"securely join multiple networks and talk to users privately or in channels "
|
||||
"using a customizable interface. You can even transfer files."
|
||||
msgstr ""
|
||||
|
||||
#: data/misc/io.github.Zoitechat.appdata.xml.in:12
|
||||
#: data/misc/net.zoite.Zoitechat.appdata.xml.in:12
|
||||
msgid ""
|
||||
"ZoiteChat supports features such as: DCC, SASL, proxies, spellcheck, alerts, "
|
||||
"logging, custom themes, and Python/Perl scripts."
|
||||
msgstr ""
|
||||
|
||||
#: data/misc/io.github.Zoitechat.appdata.xml.in:22
|
||||
#: data/misc/net.zoite.Zoitechat.appdata.xml.in:22
|
||||
msgid "Main Chat Window"
|
||||
msgstr ""
|
||||
|
||||
#: data/misc/io.github.Zoitechat.desktop.in.in:5
|
||||
#: data/misc/net.zoite.Zoitechat.desktop.in.in:5
|
||||
msgid "Chat with other people online"
|
||||
msgstr ""
|
||||
|
||||
#: data/misc/io.github.Zoitechat.desktop.in.in:6
|
||||
#: data/misc/net.zoite.Zoitechat.desktop.in.in:6
|
||||
msgid "IM;Chat;"
|
||||
msgstr ""
|
||||
|
||||
#: data/misc/io.github.Zoitechat.desktop.in.in:8
|
||||
#: data/misc/io.github.Zoitechat.ThemeManager.desktop.in:5
|
||||
#: data/misc/net.zoite.Zoitechat.desktop.in.in:8
|
||||
#: data/misc/net.zoite.Zoitechat.ThemeManager.desktop.in:5
|
||||
msgid "zoitechat"
|
||||
msgstr ""
|
||||
|
||||
#: data/misc/io.github.Zoitechat.desktop.in.in:19
|
||||
#: data/misc/net.zoite.Zoitechat.desktop.in.in:19
|
||||
msgid "Open Safe Mode"
|
||||
msgstr ""
|
||||
|
||||
#: data/misc/io.github.Zoitechat.ThemeManager.desktop.in:3
|
||||
#: data/misc/net.zoite.Zoitechat.ThemeManager.desktop.in:3
|
||||
msgid "ZoiteChat Theme Manager"
|
||||
msgstr ""
|
||||
|
||||
|
||||
28
po/vi.po
28
po/vi.po
@@ -17,52 +17,52 @@ msgstr ""
|
||||
"Language: vi\n"
|
||||
"Plural-Forms: nplurals=1; plural=0;\n"
|
||||
|
||||
#: data/misc/io.github.Zoitechat.appdata.xml.in:4
|
||||
#: data/misc/io.github.Zoitechat.appdata.xml.in:5
|
||||
#: data/misc/io.github.Zoitechat.desktop.in.in:3
|
||||
#: data/misc/net.zoite.Zoitechat.appdata.xml.in:4
|
||||
#: data/misc/net.zoite.Zoitechat.appdata.xml.in:5
|
||||
#: data/misc/net.zoite.Zoitechat.desktop.in.in:3
|
||||
msgid "ZoiteChat"
|
||||
msgstr ""
|
||||
|
||||
#: data/misc/io.github.Zoitechat.appdata.xml.in:9
|
||||
#: data/misc/io.github.Zoitechat.desktop.in.in:4
|
||||
#: data/misc/net.zoite.Zoitechat.appdata.xml.in:9
|
||||
#: data/misc/net.zoite.Zoitechat.desktop.in.in:4
|
||||
msgid "IRC Client"
|
||||
msgstr ""
|
||||
|
||||
#: data/misc/io.github.Zoitechat.appdata.xml.in:11
|
||||
#: data/misc/net.zoite.Zoitechat.appdata.xml.in:11
|
||||
msgid ""
|
||||
"ZoiteChat is an easy to use yet extensible IRC Client. It allows you to "
|
||||
"securely join multiple networks and talk to users privately or in channels "
|
||||
"using a customizable interface. You can even transfer files."
|
||||
msgstr ""
|
||||
|
||||
#: data/misc/io.github.Zoitechat.appdata.xml.in:12
|
||||
#: data/misc/net.zoite.Zoitechat.appdata.xml.in:12
|
||||
msgid ""
|
||||
"ZoiteChat supports features such as: DCC, SASL, proxies, spellcheck, alerts, "
|
||||
"logging, custom themes, and Python/Perl scripts."
|
||||
msgstr ""
|
||||
|
||||
#: data/misc/io.github.Zoitechat.appdata.xml.in:22
|
||||
#: data/misc/net.zoite.Zoitechat.appdata.xml.in:22
|
||||
msgid "Main Chat Window"
|
||||
msgstr ""
|
||||
|
||||
#: data/misc/io.github.Zoitechat.desktop.in.in:5
|
||||
#: data/misc/net.zoite.Zoitechat.desktop.in.in:5
|
||||
msgid "Chat with other people online"
|
||||
msgstr ""
|
||||
|
||||
#: data/misc/io.github.Zoitechat.desktop.in.in:6
|
||||
#: data/misc/net.zoite.Zoitechat.desktop.in.in:6
|
||||
msgid "IM;Chat;"
|
||||
msgstr ""
|
||||
|
||||
#: data/misc/io.github.Zoitechat.desktop.in.in:8
|
||||
#: data/misc/io.github.Zoitechat.ThemeManager.desktop.in:5
|
||||
#: data/misc/net.zoite.Zoitechat.desktop.in.in:8
|
||||
#: data/misc/net.zoite.Zoitechat.ThemeManager.desktop.in:5
|
||||
msgid "zoitechat"
|
||||
msgstr ""
|
||||
|
||||
#: data/misc/io.github.Zoitechat.desktop.in.in:19
|
||||
#: data/misc/net.zoite.Zoitechat.desktop.in.in:19
|
||||
msgid "Open Safe Mode"
|
||||
msgstr ""
|
||||
|
||||
#: data/misc/io.github.Zoitechat.ThemeManager.desktop.in:3
|
||||
#: data/misc/net.zoite.Zoitechat.ThemeManager.desktop.in:3
|
||||
msgid "ZoiteChat Theme Manager"
|
||||
msgstr ""
|
||||
|
||||
|
||||
28
po/wa.po
28
po/wa.po
@@ -18,52 +18,52 @@ msgstr ""
|
||||
"Language: wa\n"
|
||||
"Plural-Forms: nplurals=2; plural=(n > 1);\n"
|
||||
|
||||
#: data/misc/io.github.Zoitechat.appdata.xml.in:4
|
||||
#: data/misc/io.github.Zoitechat.appdata.xml.in:5
|
||||
#: data/misc/io.github.Zoitechat.desktop.in.in:3
|
||||
#: data/misc/net.zoite.Zoitechat.appdata.xml.in:4
|
||||
#: data/misc/net.zoite.Zoitechat.appdata.xml.in:5
|
||||
#: data/misc/net.zoite.Zoitechat.desktop.in.in:3
|
||||
msgid "ZoiteChat"
|
||||
msgstr ""
|
||||
|
||||
#: data/misc/io.github.Zoitechat.appdata.xml.in:9
|
||||
#: data/misc/io.github.Zoitechat.desktop.in.in:4
|
||||
#: data/misc/net.zoite.Zoitechat.appdata.xml.in:9
|
||||
#: data/misc/net.zoite.Zoitechat.desktop.in.in:4
|
||||
msgid "IRC Client"
|
||||
msgstr ""
|
||||
|
||||
#: data/misc/io.github.Zoitechat.appdata.xml.in:11
|
||||
#: data/misc/net.zoite.Zoitechat.appdata.xml.in:11
|
||||
msgid ""
|
||||
"ZoiteChat is an easy to use yet extensible IRC Client. It allows you to "
|
||||
"securely join multiple networks and talk to users privately or in channels "
|
||||
"using a customizable interface. You can even transfer files."
|
||||
msgstr ""
|
||||
|
||||
#: data/misc/io.github.Zoitechat.appdata.xml.in:12
|
||||
#: data/misc/net.zoite.Zoitechat.appdata.xml.in:12
|
||||
msgid ""
|
||||
"ZoiteChat supports features such as: DCC, SASL, proxies, spellcheck, alerts, "
|
||||
"logging, custom themes, and Python/Perl scripts."
|
||||
msgstr ""
|
||||
|
||||
#: data/misc/io.github.Zoitechat.appdata.xml.in:22
|
||||
#: data/misc/net.zoite.Zoitechat.appdata.xml.in:22
|
||||
msgid "Main Chat Window"
|
||||
msgstr ""
|
||||
|
||||
#: data/misc/io.github.Zoitechat.desktop.in.in:5
|
||||
#: data/misc/net.zoite.Zoitechat.desktop.in.in:5
|
||||
msgid "Chat with other people online"
|
||||
msgstr ""
|
||||
|
||||
#: data/misc/io.github.Zoitechat.desktop.in.in:6
|
||||
#: data/misc/net.zoite.Zoitechat.desktop.in.in:6
|
||||
msgid "IM;Chat;"
|
||||
msgstr ""
|
||||
|
||||
#: data/misc/io.github.Zoitechat.desktop.in.in:8
|
||||
#: data/misc/io.github.Zoitechat.ThemeManager.desktop.in:5
|
||||
#: data/misc/net.zoite.Zoitechat.desktop.in.in:8
|
||||
#: data/misc/net.zoite.Zoitechat.ThemeManager.desktop.in:5
|
||||
msgid "zoitechat"
|
||||
msgstr ""
|
||||
|
||||
#: data/misc/io.github.Zoitechat.desktop.in.in:19
|
||||
#: data/misc/net.zoite.Zoitechat.desktop.in.in:19
|
||||
msgid "Open Safe Mode"
|
||||
msgstr ""
|
||||
|
||||
#: data/misc/io.github.Zoitechat.ThemeManager.desktop.in:3
|
||||
#: data/misc/net.zoite.Zoitechat.ThemeManager.desktop.in:3
|
||||
msgid "ZoiteChat Theme Manager"
|
||||
msgstr ""
|
||||
|
||||
|
||||
28
po/zh_CN.po
28
po/zh_CN.po
@@ -35,52 +35,52 @@ msgstr ""
|
||||
"Language: zh_CN\n"
|
||||
"Plural-Forms: nplurals=1; plural=0;\n"
|
||||
|
||||
#: data/misc/io.github.Zoitechat.appdata.xml.in:4
|
||||
#: data/misc/io.github.Zoitechat.appdata.xml.in:5
|
||||
#: data/misc/io.github.Zoitechat.desktop.in.in:3
|
||||
#: data/misc/net.zoite.Zoitechat.appdata.xml.in:4
|
||||
#: data/misc/net.zoite.Zoitechat.appdata.xml.in:5
|
||||
#: data/misc/net.zoite.Zoitechat.desktop.in.in:3
|
||||
msgid "ZoiteChat"
|
||||
msgstr "ZoiteChat"
|
||||
|
||||
#: data/misc/io.github.Zoitechat.appdata.xml.in:9
|
||||
#: data/misc/io.github.Zoitechat.desktop.in.in:4
|
||||
#: data/misc/net.zoite.Zoitechat.appdata.xml.in:9
|
||||
#: data/misc/net.zoite.Zoitechat.desktop.in.in:4
|
||||
msgid "IRC Client"
|
||||
msgstr "IRC 客户端"
|
||||
|
||||
#: data/misc/io.github.Zoitechat.appdata.xml.in:11
|
||||
#: data/misc/net.zoite.Zoitechat.appdata.xml.in:11
|
||||
msgid ""
|
||||
"ZoiteChat is an easy to use yet extensible IRC Client. It allows you to "
|
||||
"securely join multiple networks and talk to users privately or in channels "
|
||||
"using a customizable interface. You can even transfer files."
|
||||
msgstr "ZoiteChat 是一款易于使用的可扩展 IRC 客户端。它允许以安全的方式进入多个网络,与用户进行私密聊天,或者在频道中使用自定义界面,甚至还可以传送文件。"
|
||||
|
||||
#: data/misc/io.github.Zoitechat.appdata.xml.in:12
|
||||
#: data/misc/net.zoite.Zoitechat.appdata.xml.in:12
|
||||
msgid ""
|
||||
"ZoiteChat supports features such as: DCC, SASL, proxies, spellcheck, alerts, "
|
||||
"logging, custom themes, and Python/Perl scripts."
|
||||
msgstr "ZoiteChat 支持以下特性: DCC、SASL、代理、拼写检查、消息提醒、聊天记录、自定义主题和 Python/Perl 脚本。"
|
||||
|
||||
#: data/misc/io.github.Zoitechat.appdata.xml.in:22
|
||||
#: data/misc/net.zoite.Zoitechat.appdata.xml.in:22
|
||||
msgid "Main Chat Window"
|
||||
msgstr "主聊天窗口"
|
||||
|
||||
#: data/misc/io.github.Zoitechat.desktop.in.in:5
|
||||
#: data/misc/net.zoite.Zoitechat.desktop.in.in:5
|
||||
msgid "Chat with other people online"
|
||||
msgstr "与其他人在线聊天"
|
||||
|
||||
#: data/misc/io.github.Zoitechat.desktop.in.in:6
|
||||
#: data/misc/net.zoite.Zoitechat.desktop.in.in:6
|
||||
msgid "IM;Chat;"
|
||||
msgstr "IM;聊天;"
|
||||
|
||||
#: data/misc/io.github.Zoitechat.desktop.in.in:8
|
||||
#: data/misc/io.github.Zoitechat.ThemeManager.desktop.in:5
|
||||
#: data/misc/net.zoite.Zoitechat.desktop.in.in:8
|
||||
#: data/misc/net.zoite.Zoitechat.ThemeManager.desktop.in:5
|
||||
msgid "zoitechat"
|
||||
msgstr "zoitechat"
|
||||
|
||||
#: data/misc/io.github.Zoitechat.desktop.in.in:19
|
||||
#: data/misc/net.zoite.Zoitechat.desktop.in.in:19
|
||||
msgid "Open Safe Mode"
|
||||
msgstr "打开安全模式"
|
||||
|
||||
#: data/misc/io.github.Zoitechat.ThemeManager.desktop.in:3
|
||||
#: data/misc/net.zoite.Zoitechat.ThemeManager.desktop.in:3
|
||||
msgid "ZoiteChat Theme Manager"
|
||||
msgstr "ZoiteChat 主题管理器"
|
||||
|
||||
|
||||
28
po/zh_TW.po
28
po/zh_TW.po
@@ -27,52 +27,52 @@ msgstr ""
|
||||
"Language: zh_TW\n"
|
||||
"Plural-Forms: nplurals=1; plural=0;\n"
|
||||
|
||||
#: data/misc/io.github.Zoitechat.appdata.xml.in:4
|
||||
#: data/misc/io.github.Zoitechat.appdata.xml.in:5
|
||||
#: data/misc/io.github.Zoitechat.desktop.in.in:3
|
||||
#: data/misc/net.zoite.Zoitechat.appdata.xml.in:4
|
||||
#: data/misc/net.zoite.Zoitechat.appdata.xml.in:5
|
||||
#: data/misc/net.zoite.Zoitechat.desktop.in.in:3
|
||||
msgid "ZoiteChat"
|
||||
msgstr ""
|
||||
|
||||
#: data/misc/io.github.Zoitechat.appdata.xml.in:9
|
||||
#: data/misc/io.github.Zoitechat.desktop.in.in:4
|
||||
#: data/misc/net.zoite.Zoitechat.appdata.xml.in:9
|
||||
#: data/misc/net.zoite.Zoitechat.desktop.in.in:4
|
||||
msgid "IRC Client"
|
||||
msgstr ""
|
||||
|
||||
#: data/misc/io.github.Zoitechat.appdata.xml.in:11
|
||||
#: data/misc/net.zoite.Zoitechat.appdata.xml.in:11
|
||||
msgid ""
|
||||
"ZoiteChat is an easy to use yet extensible IRC Client. It allows you to "
|
||||
"securely join multiple networks and talk to users privately or in channels "
|
||||
"using a customizable interface. You can even transfer files."
|
||||
msgstr ""
|
||||
|
||||
#: data/misc/io.github.Zoitechat.appdata.xml.in:12
|
||||
#: data/misc/net.zoite.Zoitechat.appdata.xml.in:12
|
||||
msgid ""
|
||||
"ZoiteChat supports features such as: DCC, SASL, proxies, spellcheck, alerts, "
|
||||
"logging, custom themes, and Python/Perl scripts."
|
||||
msgstr ""
|
||||
|
||||
#: data/misc/io.github.Zoitechat.appdata.xml.in:22
|
||||
#: data/misc/net.zoite.Zoitechat.appdata.xml.in:22
|
||||
msgid "Main Chat Window"
|
||||
msgstr ""
|
||||
|
||||
#: data/misc/io.github.Zoitechat.desktop.in.in:5
|
||||
#: data/misc/net.zoite.Zoitechat.desktop.in.in:5
|
||||
msgid "Chat with other people online"
|
||||
msgstr ""
|
||||
|
||||
#: data/misc/io.github.Zoitechat.desktop.in.in:6
|
||||
#: data/misc/net.zoite.Zoitechat.desktop.in.in:6
|
||||
msgid "IM;Chat;"
|
||||
msgstr ""
|
||||
|
||||
#: data/misc/io.github.Zoitechat.desktop.in.in:8
|
||||
#: data/misc/io.github.Zoitechat.ThemeManager.desktop.in:5
|
||||
#: data/misc/net.zoite.Zoitechat.desktop.in.in:8
|
||||
#: data/misc/net.zoite.Zoitechat.ThemeManager.desktop.in:5
|
||||
msgid "zoitechat"
|
||||
msgstr ""
|
||||
|
||||
#: data/misc/io.github.Zoitechat.desktop.in.in:19
|
||||
#: data/misc/net.zoite.Zoitechat.desktop.in.in:19
|
||||
msgid "Open Safe Mode"
|
||||
msgstr ""
|
||||
|
||||
#: data/misc/io.github.Zoitechat.ThemeManager.desktop.in:3
|
||||
#: data/misc/net.zoite.Zoitechat.ThemeManager.desktop.in:3
|
||||
msgid "ZoiteChat Theme Manager"
|
||||
msgstr ""
|
||||
|
||||
|
||||
35
readme.md
35
readme.md
@@ -1,15 +1,42 @@
|
||||
# ZoiteChat
|
||||
|
||||
<div align="center">
|
||||
<img src="data/icons/zoitechat.svg" height="230">
|
||||
|
||||
[](https://github.com/ZoiteChat/zoitechat/actions/workflows/debian-build.yml)
|
||||
[](https://github.com/ZoiteChat/zoitechat/actions/workflows/flatpak-build.yml)
|
||||
[](https://github.com/ZoiteChat/zoitechat/actions/workflows/appimage-build.yml)
|
||||
[](https://github.com/ZoiteChat/zoitechat/actions/workflows/windows-build.yml)
|
||||
[](https://github.com/ZoiteChat/zoitechat/actions/workflows/msys-build.yml)
|
||||
[](https://github.com/ZoiteChat/zoitechat/actions/workflows/openbsd-build.yml)
|
||||
|
||||
[![Version][github-version-img]][github-version-uri] [![Downloads][github-downloads-img]][github-downloads-uri] [![Size][github-size-img]][github-size-img] [![Last Commit][github-commit-img]][github-commit-img] [![Contributors][contribs-all-img]](#contributors-)
|
||||
|
||||
[](https://docs.zoitechat.zoite.net)
|
||||
|
||||
</div>
|
||||
|
||||
<!-- Badge reference definitions -->
|
||||
[github-version-img]: https://img.shields.io/github/v/release/ZoiteChat/zoitechat?display_name=tag&sort=semver
|
||||
[github-version-uri]: https://github.com/ZoiteChat/zoitechat/releases/latest
|
||||
|
||||
[github-downloads-img]: https://img.shields.io/github/downloads/ZoiteChat/zoitechat/total
|
||||
[github-downloads-uri]: https://github.com/ZoiteChat/zoitechat/releases
|
||||
|
||||
[github-size-img]: https://img.shields.io/github/repo-size/ZoiteChat/zoitechat
|
||||
[github-size-uri]: https://github.com/ZoiteChat/zoitechat
|
||||
|
||||
[github-commit-img]: https://img.shields.io/github/last-commit/ZoiteChat/zoitechat
|
||||
[github-commit-uri]: https://github.com/ZoiteChat/zoitechat/commits
|
||||
|
||||
[contribs-all-img]: https://img.shields.io/github/contributors/ZoiteChat/zoitechat
|
||||
|
||||
<br />
|
||||
<br />
|
||||
|
||||
|
||||
ZoiteChat is an HexChat based IRC client for Windows and UNIX-like operating systems.
|
||||
See [IRCHelp.org](http://irchelp.org) for information about IRC in general.
|
||||
For more information on ZoiteChat please read our [documentation](https://zoitechat.zoite.net/docs/en/latest/index.html):
|
||||
- [Downloads](http://zoitechat.github.io/downloads)
|
||||
For more information on ZoiteChat please read our [documentation](https://docs.zoitechat.zoite.net/):
|
||||
- [Downloads](https://zoitechat.zoite.net/download)
|
||||
|
||||
---
|
||||
|
||||
|
||||
@@ -35,11 +35,15 @@
|
||||
#include <io.h>
|
||||
#else
|
||||
#include <unistd.h>
|
||||
#define HEXCHAT_DIR "zoitechat"
|
||||
#define ZOITECHAT_DIR "zoitechat"
|
||||
#endif
|
||||
|
||||
#define DEF_FONT "Monospace 9"
|
||||
#ifdef WIN32
|
||||
#define DEF_FONT_ALTER "Segoe UI Emoji,Arial Unicode MS,Lucida Sans Unicode,Meiryo,Symbola,Unifont"
|
||||
#else
|
||||
#define DEF_FONT_ALTER "Arial Unicode MS,Segoe UI Emoji,Lucida Sans Unicode,Meiryo,Symbola,Unifont"
|
||||
#endif
|
||||
|
||||
const char * const languages[LANGUAGES_LENGTH] = {
|
||||
"af", "sq", "am", "ast", "az", "eu", "be", "bg", "ca", "zh_CN", /* 0 .. 9 */
|
||||
@@ -301,7 +305,7 @@ get_xdir (void)
|
||||
if (!xdir)
|
||||
{
|
||||
#ifndef WIN32
|
||||
xdir = g_build_filename (g_get_user_config_dir (), HEXCHAT_DIR, NULL);
|
||||
xdir = g_build_filename (g_get_user_config_dir (), ZOITECHAT_DIR, NULL);
|
||||
#else
|
||||
wchar_t* roaming_path_wide;
|
||||
gchar* roaming_path;
|
||||
@@ -433,7 +437,7 @@ const struct prefs vars[] =
|
||||
{"gui_tab_dialogs", P_OFFINT (hex_gui_tab_dialogs), TYPE_BOOL},
|
||||
{"gui_tab_dots", P_OFFINT (hex_gui_tab_dots), TYPE_BOOL},
|
||||
{"gui_tab_icons", P_OFFINT (hex_gui_tab_icons), TYPE_BOOL},
|
||||
{"gui_dark_mode", P_OFFINT (hex_gui_dark_mode), TYPE_BOOL},
|
||||
{"gui_dark_mode", P_OFFINT (hex_gui_dark_mode), TYPE_INT},
|
||||
{"gui_tab_layout", P_OFFINT (hex_gui_tab_layout), TYPE_INT},
|
||||
{"gui_tab_middleclose", P_OFFINT (hex_gui_tab_middleclose), TYPE_BOOL},
|
||||
{"gui_tab_newtofront", P_OFFINT (hex_gui_tab_newtofront), TYPE_INT},
|
||||
@@ -932,7 +936,7 @@ make_config_dirs (void)
|
||||
}
|
||||
g_free (buf);
|
||||
|
||||
buf = g_build_filename (get_xdir (), HEXCHAT_SOUND_DIR, NULL);
|
||||
buf = g_build_filename (get_xdir (), ZOITECHAT_SOUND_DIR, NULL);
|
||||
if (g_mkdir (buf, 0700) != 0)
|
||||
{
|
||||
g_free (buf);
|
||||
|
||||
@@ -19,8 +19,8 @@
|
||||
|
||||
/* cfgfiles.h */
|
||||
|
||||
#ifndef HEXCHAT_CFGFILES_H
|
||||
#define HEXCHAT_CFGFILES_H
|
||||
#ifndef ZOITECHAT_CFGFILES_H
|
||||
#define ZOITECHAT_CFGFILES_H
|
||||
|
||||
#include "zoitechat.h"
|
||||
|
||||
@@ -82,6 +82,6 @@ struct prefs
|
||||
#define TYPE_INT 1
|
||||
#define TYPE_BOOL 2
|
||||
|
||||
#define HEXCHAT_SOUND_DIR "sounds"
|
||||
#define ZOITECHAT_SOUND_DIR "sounds"
|
||||
|
||||
#endif
|
||||
|
||||
Some files were not shown because too many files have changed in this diff Show More
Reference in New Issue
Block a user