126 Commits

Author SHA1 Message Date
303d5cc581 preparation for upcoming release 2.17.4 2026-02-03 13:28:35 -07:00
deepend-tildeclub
cf2e44f3d5 Refactor Windows build workflow by removing MSYS2 setup
Removed MSYS2 setup and dependency installation steps for GTK build fallback. Updated Python version syntax and adjusted paths for dependencies.
2026-02-01 22:25:20 -07:00
deepend-tildeclub
049d3c19af Add MSYS2 setup and improve dependency installation
Added MSYS2 setup step for GTK build fallback and updated the installation process for dependencies. Enhanced error handling and ensured proper paths for GTK and Lua headers.
2026-02-01 22:24:25 -07:00
deepend-tildeclub
7be145b94a Clarify OpenSSL trust store override and clean up code
Added a comment to clarify the purpose of the OpenSSL trust store override and removed unnecessary code related to GDK_BACKEND configuration.
2026-02-01 16:39:38 -07:00
deepend-tildeclub
e365266b4a Update OpenSSL trust store and GDK_BACKEND settings 2026-02-01 16:37:34 -07:00
deepend-tildeclub
4ad5df0370 Update documentation links in README 2026-01-26 14:15:31 -07:00
deepend-tildeclub
887d891541 Merge pull request #44 from ZoiteChat/glib-dependency-cleanup
Glib dependency cleanup + Makefile
2026-01-26 01:36:54 -07:00
041288cdad Removed the GLib dependency from the Windows 8 spellcheck provider by swapping in Windows/stdlib UTF-8/UTF-16 conversions and standard allocation/free routines. 2026-01-25 23:52:52 -07:00
c8ee118f00 Replaced GLib allocation helpers in history management with standard free/strdup to reduce unnecessary GLib coupling.
Updated the network helper API to use uint32_t and standard allocation/duplication routines, dropping the GLib include from the implementation and adding <stdint.h> to the header.
2026-01-25 23:37:09 -07:00
d4134c94b3 Swapped glib integer types in the sysinfo interface for standard stdint types to remove glib coupling in the header.
Replaced glib string/util usage in the win32 sysinfo backend with local helpers, a small string builder, and Windows UTF-8 conversion, removing the glib dependency there.
2026-01-25 23:32:33 -07:00
5ca3e835a7 Replaced GLib allocation helpers in history management with standard free/strdup to reduce unnecessary GLib coupling.
Updated the network helper API to use uint32_t and standard allocation/duplication routines, dropping the GLib include from the implementation and adding <stdint.h> to the header.
2026-01-25 23:00:20 -07:00
6c85c796d3 Merge branch 'master' of https://github.com/ZoiteChat/zoitechat
sync with master
2026-01-25 19:09:54 -07:00
992215ee91 Fix invalid call to g_io_channel_set_buffered 2026-01-25 19:09:17 -07:00
deepend-tildeclub
4cf1b52982 Merge pull request #42 from ZoiteChat/zoite-sts
IRCv3 STS Specification Support.
2026-01-25 18:48:26 -07:00
bc1d2e5f7a Updated STS upgrade handling to fall back to the current connection port when servers omit a port in the STS capability, enabling TLS upgrades for non-TLS connections in that case. 2026-01-25 18:26:20 -07:00
a0f0c48bc5 Added STS profile persistence and policy parsing/enforcement (including load/save, upgrades, and expiry rescheduling) to the STS module.
Integrated STS capability handling and connection lifecycle hooks (ignore CAP DEL, trigger upgrades, reschedule on disconnect, new server fields).
Initialized and cleaned up STS state during startup/shutdown to persist policies across sessions.
2026-01-25 17:20:53 -07:00
4d6c77704c Added STS profile data structures plus serialize/deserialize helpers for storing profile state in a compact string form.
Registered the new STS source file in the Meson and Visual Studio build definitions.
2026-01-25 16:51:43 -07:00
2b98ebc544 HEXCHAT -> ZOITECHAT 2026-01-25 16:13:47 -07:00
deepend-tildeclub
4ed7032fd5 Update lua.c
Allowed Lua scripts to be located by basename (script name only) when resolving /lua unload and related operations, while keeping path-based matching for explicit paths.
Ensured /lua load reports failures when script creation fails and added explicit failure feedback to the user.
Added unload feedback that distinguishes immediate unloads from deferred unloads, so users see confirmation right away.
2026-01-25 16:02:58 -07:00
deepend-tildeclub
4e01192979 Add badge references to README
Added badge references for GitHub version, downloads, size, last commit, and contributors.
2026-01-25 14:52:49 -07:00
deepend-tildeclub
2127820ae0 Enhance README with build badges and links
Updated README to include build badges and documentation link.
2026-01-25 14:47:08 -07:00
deepend-tildeclub
a40f53a1f3 Add 'standard-replies' to inbound.c
Add support for the standard-replies capability.
2026-01-25 11:09:31 -07:00
deepend-tildeclub
0e661dec95 Delete win32/installer/zoitechat-arm64.iss 2026-01-19 14:43:40 -07:00
deepend-tildeclub
e503bec31a Fix command line argument formatting in installer script 2026-01-19 14:42:57 -07:00
deepend-tildeclub
628bb2e157 Update submodule URL for shared-modules 2026-01-19 13:06:09 -07:00
deepend-tildeclub
afeae7380d Update submodule URL for shared-modules 2026-01-18 21:01:04 -07:00
deepend-tildeclub
3530a5c191 Add options for Perl and Python in Meson setup 2026-01-18 19:16:40 -07:00
deepend-tildeclub
92b9577a19 Update .mailmap
undoing email change that shouldn't have changed.
2026-01-18 18:48:01 -07:00
deepend-tildeclub
56dc9b1b4a Merge pull request #30 from ZoiteChat/auto-dark-mode-on-windows-fix
fix auto dark/light mode on windows.
2026-01-18 15:53:02 -07:00
8c3986ffe0 fix auto dark/light mode on windows. 2026-01-18 10:46:41 -07:00
deepend-tildeclub
c2b67e647d Merge pull request #29 from ZoiteChat/gtk-ciaro
Gtk ciaro
2026-01-18 02:11:54 -07:00
6137fdbd91 Updated the channel list theme application to honor explicit light mode selection so it applies the light palette instead of staying dark. 2026-01-18 01:21:51 -07:00
35ecc2c643 Standardized non-numbered color selector button labels to use two figure spaces so their width matches the numbered palette buttons. 2026-01-18 01:14:49 -07:00
cb8b8bd4cc - Added a helper to apply the selected palette color across all GTK button states so color selector backgrounds stay consistent in preferences (GTK Ciara compatible).
- Reused the helper when initializing and updating color selector buttons to keep the UI in sync with chosen colors.
2026-01-17 23:50:44 -07:00
7279e3592f - Replaced the dark mode checkbox with an Auto/Dark/Light selector in Preferences → Colors and added the new mode labels/setting metadata to match the combo box UI.
- Updated palette handling to respect the effective dark mode (including auto) when saving colors, applying themes, and refreshing user list styling.
- Added auto dark-mode tracking that listens to system theme changes and reapplies palette/styles live when Auto is selected, so updates happen without restart (including channel list styling updates via setup_apply_real).
- Synced the stored auto dark-mode state when preferences are applied, keeping Auto mode consistent after manual changes.
- Exposed a helper for keeping the Auto state synchronized from the GTK layer to preferences handling.
2026-01-17 23:09:38 -07:00
8d275ddb31 - Added dark mode mode constants, config storage as an integer, and a helper to resolve Auto/Dark/Light using system preferences where available.
- Replaced the dark mode checkbox with an Auto/Dark/Light color mode selector and ensured palette edits use the resolved mode.
- Applied the resolved color mode consistently across palette saving and GTK styling in the user list and channel tree/theme application paths.
2026-01-17 22:52:32 -07:00
cf41615cb3 - Reworked GTK window snapshotting in the main GUI to capture into cairo surfaces and convert via gdk_pixbuf_get_from_surface.
- Added a Cairo surface → RGBA pixbuf conversion helper that unpremultiplies ARGB32 data for GTK2 compatibility while keeping window snapshots Cairo-based.
- Updated window snapshotting to use the new Cairo surface conversion instead of gdk_pixbuf_get_from_surface
2026-01-17 22:25:12 -07:00
c1f855c2ab - Updated main GUI color helpers and tab palette generation to use XTextColor, and simplified drag icon snapshotting to use gdk_pixbuf_get_from_window with a null guard.
- Added pixbuf-based cairo surface capture for xtext window scrolling with a fallback to full redraw when capture fails.
2026-01-17 21:56:00 -07:00
4ac836fc66 - Added a shared XTextColor definition and a palette conversion helper for Cairo-ready colors, decoupling renderer palettes from GdkColor usage in the API surface.
- Updated xtext palette APIs to accept internal color arrays directly for rendering setup.
- Wired xtext palette creation through UI entry points to use the new palette helper when constructing or refreshing text views.
2026-01-17 21:39:45 -07:00
5986e6a78b -Added the standard type attribute to the GTK file info query so file type checks no longer trigger GLib-GIO warnings.
-Replaced GtkStyle application in the channel tree view with explicit base/text/font modifications to avoid style attach/detach issues on teardown.

-Updated user list styling to apply the font directly instead of setting a shared GtkStyle instance.

-Switched color button updates to use background modifications instead of creating per-button styles, reducing detach warnings on shutdown.
2026-01-17 18:31:04 -07:00
0601be026c - Converted text background loading to build Cairo surfaces directly from pixbufs for renderer use.
- Updated the xtext renderer to accept Cairo background surfaces and dropped the GtkStyle attach during realize to keep rendering Cairo/Pango-focused.
- Switched background surface ownership and cleanup to use cairo_surface_t across the shared state and settings update path.
2026-01-17 18:19:00 -07:00
24b0a3d75f - Introduced the XTextColor struct and stored xtext palette/foreground/background colors in internal renderer state rather than GdkColor fields.
- Converted palette colors and background pixmaps into cairo-ready values/surfaces for rendering (including background tiling and separator colors).
2026-01-17 17:44:49 -07:00
2ac5234803 - Added Cairo-based window snapshot conversion (with unpremultiplication) for drag icons and updated drag rendering to use the new helper instead of drawable capture.
- Updated GtkXText to track the draw window and use a pixmap-to-surface helper for Cairo contexts, avoiding drawable references in the struct and rendering flow.
- Added a Cairo helper for capturing window-backed surfaces and used it when blitting during scrolling, fixing the build break from the removed drawable helper.
2026-01-17 17:34:38 -07:00
30e309853c Added the required gdk/gdk.h include before gdkcairo.h in maingui.c to satisfy GDK header include order requirements on Windows builds.
Added cairo surface tracking and context creation helpers for xtext rendering, including state initialization for the new draw surface field.

Replaced GdkPixmap-based offscreen text buffering with cairo surfaces and routed rendering/underline/strikethrough operations through the cairo context helper.
2026-01-17 16:56:35 -07:00
944ce69906 Added a Cairo color helper for drag highlight rendering and applied it to the drag motion drawing path.
Replaced GDK source helpers in the text rendering pipeline with Cairo surface/color helpers for lines, backgrounds, and blits.

Updated render sizing to use window dimensions and switched window copy paths to Cairo surfaces.
2026-01-17 16:46:21 -07:00
4bf5316cfa Replaced legacy GDK rectangle drawing in the drag highlight path with Cairo calls and ensured cleanup before early return 2026-01-17 16:34:38 -07:00
136e63a6cd ciaro fixes 2026-01-17 16:19:56 -07:00
5ea424d0e8 start of ciaro implementation. 2026-01-17 16:08:00 -07:00
deepend-tildeclub
d0e7e45a41 Revise changelog for ZoiteChat 2.17.3 release
Updated changelog for ZoiteChat version 2.17.3 with new features, fixes, and known issues.
2026-01-17 15:34:53 -07:00
deepend-tildeclub
8df91eb382 Fix XML structure in appdata file
Fix XML structure by closing the 'component' tag and removing an extra closing 'releases' tag.
2026-01-17 15:14:30 -07:00
deepend-tildeclub
40ed3bc0bc Merge pull request #28 from ZoiteChat/upcoming-version-bump
Upcoming version bump
2026-01-17 15:01:33 -07:00
deepend-tildeclub
437e8fc3d1 Merge pull request #27 from ZoiteChat/master
sync with master
2026-01-17 14:56:36 -07:00
deepend-tildeclub
4c86105183 Bump version from 2.17.2 to 2.17.3 2026-01-17 14:55:54 -07:00
deepend-tildeclub
87e9d93f5e Bump version from 2.17.2 to 2.17.3 2026-01-17 14:54:56 -07:00
deepend-tildeclub
b6fba447da Update release notes for version 2.17.3
Added details for version 2.17.3 release including fixes and features.
2026-01-17 14:53:34 -07:00
deepend-tildeclub
95d31bad57 Merge pull request #24 from ZoiteChat/Github-Action-Changes
Update Windows build workflow with permissions and attestations
2026-01-17 13:38:19 -07:00
deepend-tildeclub
19fbceec93 Add permissions for AppImage build workflow 2026-01-16 23:45:13 -07:00
deepend-tildeclub
4c13b96bd9 Merge pull request #26 from ZoiteChat/win-emoji-fix
fix windows color emojis
2026-01-16 23:40:43 -07:00
deepend-tildeclub
113c026ffa Merge pull request #20 from ZoiteChat/theme-integration-in-preferences
Theme integration in preferences
2026-01-16 23:40:29 -07:00
e985506737 fix windows color emojis 2026-01-16 23:18:12 -07:00
deepend-tildeclub
d858b12d8e Merge pull request #25 from ZoiteChat/merge-with-theme-update
sync with master
2026-01-16 23:10:14 -07:00
deepend-tildeclub
e97937f82c Merge branch 'theme-integration-in-preferences' into merge-with-theme-update 2026-01-16 23:09:44 -07:00
deepend-tildeclub
960b51933d Merge pull request #16 from ZoiteChat/emoji-menu
Update maingui.c
2026-01-16 23:04:55 -07:00
deepend-tildeclub
ccc6580652 Enhance Flatpak build workflow with permissions and steps
Added permissions for contents, id-token, attestations, and artifact-metadata. Included steps for uploading and attesting the Flatpak bundle.
2026-01-16 22:57:03 -07:00
f473f3d4b9 fixes for importing themes. 2026-01-16 22:42:18 -07:00
2c349deee2 theme import fixes. 2026-01-16 22:07:01 -07:00
deepend-tildeclub
94e92b8edf Update Windows build workflow with permissions and attestations
Added permissions for artifact handling and attestation.
2026-01-16 21:36:10 -07:00
85d0edbbed stop application from treating the theme files as server urls. 2026-01-16 20:02:37 -07:00
b1fc133883 associated .hct and .zct files with ZoiteChat for easy Theme importation like there was in the Theme Manager that was removed. 2026-01-16 19:34:18 -07:00
f480366c87 add button in theme preferences to open themes folder. 2026-01-16 19:26:22 -07:00
deepend-tildeclub
51bd5376aa Merge pull request #21 from ZoiteChat/master
sync branch to master
2026-01-16 19:09:49 -07:00
deepend-tildeclub
44880a41f9 Remove theme-manager option from build configuration
Removed theme-manager option from meson setup.
2026-01-16 18:57:52 -07:00
deepend-tildeclub
1766ec558f Remove theme-manager option from build configuration
Removed theme-manager option from Meson setup.
2026-01-16 18:57:35 -07:00
deepend-tildeclub
58073542ff Remove theme-manager option in debian-build.yml
Remove theme-manager option from Meson setup.
2026-01-16 18:57:18 -07:00
deepend-tildeclub
b7177b9fe6 Delete data/misc/net.zoite.Zoitechat.ThemeManager.xml 2026-01-16 18:47:10 -07:00
deepend-tildeclub
c7dd1d6eef Delete data/misc/net.zoite.Zoitechat.ThemeManager.desktop.in 2026-01-16 18:47:01 -07:00
19d47c1d13 associate .hct and .zct files with ZoiteChat for theme importing. 2026-01-16 18:31:13 -07:00
deepend-tildeclub
e5e22fc103 removed mention of thememan.exe 2026-01-16 18:16:22 -07:00
deepend-tildeclub
84f62080c4 fixed removal of theme manager 2026-01-16 18:12:05 -07:00
deepend-tildeclub
2f30c86be8 Update print statement from 'Hello' to 'Goodbye' 2026-01-16 18:07:38 -07:00
46da9fe581 remove theme manager in favor of theme selector in preferences. 2026-01-16 17:54:40 -07:00
deepend-tildeclub
33efa85ac9 fix theme option in preferences 2026-01-16 17:52:57 -07:00
deepend-tildeclub
724f71b650 integrate a theme manager into preferences.
Fix missing newline at end of file in setup.c
2026-01-16 16:29:12 -07:00
deepend-tildeclub
93cd47de5c Merge pull request #15 from ZoiteChat/Fix-channel-config-line-endings
Refactor newline handling in servlist.c
2026-01-16 15:59:55 -07:00
deepend-tildeclub
e270199560 Merge pull request #14 from ZoiteChat/update-python-to-v3.14
update python to v3.14
2026-01-16 15:59:37 -07:00
deepend-tildeclub
3fdd639028 Merge pull request #13 from ZoiteChat/fix-sni-extension-handling
Fix SNI extension handling
2026-01-16 15:59:12 -07:00
deepend-tildeclub
90b227ed59 Update documentation links in readme.md 2026-01-16 13:32:38 -07:00
deepend-tildeclub
44f6fc357e Refactor emoji widget application to use child handling 2026-01-15 20:21:30 -07:00
deepend-tildeclub
20dca7dc2f Enhance emoji widget handling in menu items 2026-01-15 20:10:58 -07:00
deepend-tildeclub
81b2325aa1 Refactor emoji font handling in mg_update_xtext
Removed the emoji fallback font function and related code.
2026-01-15 19:58:12 -07:00
deepend-tildeclub
fa1912bb5d Update maingui.c 2026-01-15 18:35:27 -07:00
deepend-tildeclub
7df9b08313 Refactor newline handling in servlist.c
Remove redundant newline character handling in fgets buffer.
2026-01-15 11:12:56 -07:00
deepend-tildeclub
d54669982a Refactor Python directory setup in Windows build workflow
Updated Python directory creation logic and resolved version discrepancies.
2026-01-15 10:51:04 -07:00
e79564b501 Update to Python v3.14 2026-01-15 10:47:36 -07:00
1be65ff216 Update Python to v3.14.2 2026-01-15 10:15:48 -07:00
0bcf4bee6e Change to Python 3.14 2026-01-15 10:02:24 -07:00
78c4b474db update python to v3.14 2026-01-15 09:48:31 -07:00
af12c6557a Fix SNI extension handling 2026-01-15 09:15:38 -07:00
deepend-tildeclub
24a5c3b50d Merge pull request #11 from ZoiteChat/gtk3-migration
Merge pull request #8 from ZoiteChat/master
2026-01-14 13:36:15 -07:00
708fb3de42 moving website to zoitechat.zoite.net 2026-01-14 12:54:25 -07:00
deepend-tildeclub
7ecc469385 Rename workflow from 'OpenBSD Package' to 'OpenBSD Build' 2026-01-14 10:50:05 -07:00
deepend-tildeclub
34575bc603 Add OpenBSD Build badge to README
Added OpenBSD build badge to the README.
2026-01-14 10:49:20 -07:00
deepend-tildeclub
7021031ea0 Merge pull request #9 from ZoiteChat/deepend-tildeclub-patch-1
Add OpenBSD package build workflow
2026-01-14 10:48:13 -07:00
deepend-tildeclub
8cdc6cb966 Fix EOF syntax in openbsd-build.yml 2026-01-14 10:27:33 -07:00
deepend-tildeclub
cc359bd3e3 Modify OpenBSD package creation for ZoiteChat
Update package creation script for ZoiteChat to include full package path and comment.
2026-01-14 10:26:47 -07:00
deepend-tildeclub
3225a28e12 Fix EOF syntax in openbsd-build.yml 2026-01-14 09:28:31 -07:00
deepend-tildeclub
758f879700 Refactor OpenBSD build workflow for clarity and efficiency 2026-01-14 09:17:27 -07:00
deepend-tildeclub
d8460692ac Update OpenBSD build workflow with rsync and staging 2026-01-14 01:03:55 -07:00
deepend-tildeclub
5e4bc8966c Replace ntpd with rdate for time synchronization 2026-01-14 00:45:26 -07:00
deepend-tildeclub
4373516256 Add ntpd command to OpenBSD build workflow 2026-01-14 00:40:08 -07:00
deepend-tildeclub
4ebdaf7c1e Enable sync option in OpenBSD build workflow 2026-01-14 00:33:08 -07:00
deepend-tildeclub
3690011933 Update pkg_create command to include staging path 2026-01-14 00:22:20 -07:00
deepend-tildeclub
212b6d8a57 Fix directory listing format in OpenBSD build workflow 2026-01-14 00:14:41 -07:00
deepend-tildeclub
de4812cf93 Update dependencies in OpenBSD build workflow 2026-01-14 00:03:35 -07:00
deepend-tildeclub
37babfa29a Update PKG_PATH to use ftp mirror 2026-01-13 23:56:23 -07:00
deepend-tildeclub
9e6850eb4f Change OpenBSD package release to 7.5
Updated OpenBSD package release from 7.4 to 7.5.
2026-01-13 23:51:31 -07:00
deepend-tildeclub
f544a9d009 Add OpenBSD package build workflow 2026-01-13 23:17:03 -07:00
deepend-tildeclub
d455b44fef Merge pull request #8 from ZoiteChat/master
Change Lua build option in Zoitechat Flatpak config
2026-01-13 20:44:38 -07:00
deepend-tildeclub
f33801e59b Change Lua build option in Zoitechat Flatpak config 2026-01-13 18:59:45 -07:00
deepend-tildeclub
e70085a8c4 Enable Lua support and disable Python in Flatpak config 2026-01-13 16:59:28 -07:00
bdee1481ed version bump for minor fix (auto replace) 2026-01-13 14:38:07 -07:00
3ffa020c2c Fixed auto replace. Now will handle auto replace no matter where or how the text is put in. 2026-01-13 14:16:40 -07:00
deepend-tildeclub
24ac7c8167 Update homepage and help URLs in appdata file 2026-01-13 01:44:35 -07:00
deepend-tildeclub
1b0487faa8 Update screenshot URL in appdata XML 2026-01-13 01:31:40 -07:00
deepend-tildeclub
fed2525c7a Update APPCAST_URL to new GitHub location 2026-01-13 00:58:14 -07:00
deepend-tildeclub
0662c39c19 Update version from 2.12.4 to 2.17.1 2026-01-13 00:54:39 -07:00
223 changed files with 11172 additions and 9028 deletions

View File

@@ -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:

View File

@@ -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)

View File

@@ -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
View 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

View File

@@ -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 }}

View File

@@ -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
View 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

File diff suppressed because it is too large Load Diff

View File

@@ -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')
)

View File

@@ -6,6 +6,4 @@ if get_option('gtk-frontend')
subdir('icons')
subdir('misc')
subdir('man')
elif get_option('theme-manager')
subdir('misc')
endif

View File

@@ -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;

View File

@@ -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>

View File

@@ -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 : '',
)

View File

@@ -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>

View File

@@ -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>

View File

@@ -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]

View 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
View File

@@ -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
View File

@@ -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

View File

@@ -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>

View File

@@ -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

View File

@@ -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": {

View File

@@ -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')

View File

@@ -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',

View File

@@ -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')])

View File

@@ -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>

View File

@@ -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"

View File

@@ -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;

View File

@@ -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 */

View File

@@ -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, &parameters_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;

View File

@@ -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 *);

View File

@@ -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"

File diff suppressed because it is too large Load Diff

View File

@@ -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
],

View File

@@ -247,7 +247,7 @@ sub evaluate {
ZoiteChat::print $results[0];
}
return ZoiteChat::EAT_HEXCHAT;
return ZoiteChat::EAT_ZOITECHAT;
};
sub expand_homedir {

View File

@@ -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 (); */

View File

@@ -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

View File

@@ -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)

View File

@@ -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)

View File

@@ -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);

View File

@@ -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);

View File

@@ -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");

View File

@@ -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

View File

@@ -1 +1 @@
data/misc/io.github.Zoitechat.desktop.in.in
data/misc/net.zoite.Zoitechat.desktop.in.in

View File

@@ -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 ""

View File

@@ -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 ""

View File

@@ -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 ""

View File

@@ -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 ""

View File

@@ -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 ""

View File

@@ -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 ""

View File

@@ -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"

View File

@@ -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"

View File

@@ -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"

View File

@@ -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"

View File

@@ -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"

View File

@@ -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"

View File

@@ -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"

View File

@@ -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"

View File

@@ -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 ""

View File

@@ -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"

View File

@@ -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"

View File

@@ -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"

View File

@@ -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 ""

View File

@@ -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 ""

View File

@@ -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 ""

View File

@@ -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"

View File

@@ -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"

View File

@@ -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テーママネージャー"

View File

@@ -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 ""

View File

@@ -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 "핵스채트 테마 관리자"

View File

@@ -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ė"

View File

@@ -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"

View File

@@ -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 ""

View File

@@ -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 ""

View File

@@ -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 ""

View File

@@ -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"

View File

@@ -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 ""

View File

@@ -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 ""

View File

@@ -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 ""

View File

@@ -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"

View File

@@ -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"

View File

@@ -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"

View File

@@ -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"

View File

@@ -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 ""

View File

@@ -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 ""

View File

@@ -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 ""

View File

@@ -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 tu 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"

View File

@@ -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 "ХексЧет Избор Теме"

View File

@@ -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 ""

View File

@@ -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 "

View File

@@ -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 ""

View File

@@ -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"

View File

@@ -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 ""

View File

@@ -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 ""

View File

@@ -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 ""

View File

@@ -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 主题管理器"

View File

@@ -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 ""

View File

@@ -1,15 +1,42 @@
# ZoiteChat
<div align="center">
<img src="data/icons/zoitechat.svg" height="230">
[![Debian Build](https://github.com/ZoiteChat/zoitechat/actions/workflows/debian-build.yml/badge.svg)](https://github.com/ZoiteChat/zoitechat/actions/workflows/debian-build.yml)
[![Flatpak Build](https://github.com/ZoiteChat/zoitechat/actions/workflows/flatpak-build.yml/badge.svg)](https://github.com/ZoiteChat/zoitechat/actions/workflows/flatpak-build.yml)
[![AppImage Build](https://github.com/ZoiteChat/zoitechat/actions/workflows/appimage-build.yml/badge.svg)](https://github.com/ZoiteChat/zoitechat/actions/workflows/appimage-build.yml)
[![Windows Build](https://github.com/ZoiteChat/zoitechat/actions/workflows/windows-build.yml/badge.svg)](https://github.com/ZoiteChat/zoitechat/actions/workflows/windows-build.yml)
[![MSYS2 Build](https://github.com/ZoiteChat/zoitechat/actions/workflows/msys-build.yml/badge.svg)](https://github.com/ZoiteChat/zoitechat/actions/workflows/msys-build.yml)
[![OpenBSD Build](https://github.com/ZoiteChat/zoitechat/actions/workflows/openbsd-build.yml/badge.svg)](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-)
[![View Official Documentation](https://img.shields.io/badge/View_Official_Documentation-526CFE?style=for-the-badge&logo=MaterialForMkDocs&logoColor=white)](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)
---

View File

@@ -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);

View File

@@ -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