summaryrefslogtreecommitdiff
path: root/po
diff options
context:
space:
mode:
authorjak1 <jak1@themanaworld.org>2023-01-08 15:31:42 +0100
committerJesusaves <cpntb1@ymail.com>2024-02-08 21:48:54 -0300
commit1d56e8f96def89ebcdd59ae85932353b52a973ec (patch)
treebe14e679babc650f5db61af73ec53e0080735bad /po
parent804ff57328837c09a692ddbe2d3ebb755d57a7c8 (diff)
downloadmv-1d56e8f96def89ebcdd59ae85932353b52a973ec.tar.gz
mv-1d56e8f96def89ebcdd59ae85932353b52a973ec.tar.bz2
mv-1d56e8f96def89ebcdd59ae85932353b52a973ec.tar.xz
mv-1d56e8f96def89ebcdd59ae85932353b52a973ec.zip
[WIP] renamed the client to ManaVerse
removed evol, since its not developed anymore... only leads to confusing players removed that anoying 'broken nick detected' message (regulare player don't care what crap the server sends) updated copyright -2020 for manaplus * Updated in 2024-02-08 with conflicts by Jesusalva
Diffstat (limited to 'po')
-rw-r--r--po/CMakeLists.txt10
-rw-r--r--po/Makevars4
-rw-r--r--po/POTFILES.in14
-rw-r--r--po/manaverse.pot (renamed from po/manaplus.pot)0
4 files changed, 14 insertions, 14 deletions
diff --git a/po/CMakeLists.txt b/po/CMakeLists.txt
index 068757ac1..ef28b5be6 100644
--- a/po/CMakeLists.txt
+++ b/po/CMakeLists.txt
@@ -4,7 +4,7 @@ FIND_PACKAGE(Gettext REQUIRED)
# we need our own version because the upstream one contains
# a call to msgmerge (updating po files) which can't be
# disabled
-MACRO(MANAPLUS_GETTEXT_CREATE_TRANSLATIONS _potFile _firstPoFileArg)
+MACRO(MANAVERSE_GETTEXT_CREATE_TRANSLATIONS _potFile _firstPoFileArg)
# make it a real variable, so we can modify it here
SET(_firstPoFile "${_firstPoFileArg}")
@@ -38,12 +38,12 @@ MACRO(MANAPLUS_GETTEXT_CREATE_TRANSLATIONS _potFile _firstPoFileArg)
ADD_CUSTOM_TARGET(translations ${_addToAll} DEPENDS ${_gmoFiles})
ENDMACRO()
-MACRO(MANAPLUS_GETTEXT_UPDATE_PO _potFile _languages)
+MACRO(MANAVERSE_GETTEXT_UPDATE_PO _potFile _languages)
GET_FILENAME_COMPONENT(_absPotFile ${_potFile} ABSOLUTE)
ADD_CUSTOM_TARGET(
update-pot
- COMMAND xgettext --files-from=translatable-files --directory=. --output=${_potFile} -d manaplus --keyword=_ --keyword=N_
+ COMMAND xgettext --files-from=translatable-files --directory=. --output=${_potFile} -d manaverse --keyword=_ --keyword=N_
)
ADD_CUSTOM_TARGET(
@@ -78,5 +78,5 @@ ENDFOREACH()
ADD_CUSTOM_TARGET(update-po)
-MANAPLUS_GETTEXT_CREATE_TRANSLATIONS(manaplus.pot ALL ${POFILES})
-MANAPLUS_GETTEXT_UPDATE_PO(manaplus.pot "${languages}")
+MANAVERSE_GETTEXT_CREATE_TRANSLATIONS(manaverse.pot ALL ${POFILES})
+MANAVERSE_GETTEXT_UPDATE_PO(manaverse.pot "${languages}")
diff --git a/po/Makevars b/po/Makevars
index 2cd1a43b5..588deb93f 100644
--- a/po/Makevars
+++ b/po/Makevars
@@ -1,7 +1,7 @@
# Makefile variables for PO directory in any package using GNU gettext.
# Usually the message domain is the same as the package name.
-DOMAIN = manaplus
+DOMAIN = manaverse
# These two variables depend on the location of this directory.
subdir = po
@@ -18,7 +18,7 @@ XGETTEXT_OPTIONS = --keyword=_ --keyword=N_
# or entity, or to disclaim their copyright. The empty string stands for
# the public domain; in this case the translators are expected to disclaim
# their copyright.
-COPYRIGHT_HOLDER = The ManaPlus Developers
+COPYRIGHT_HOLDER = The ManaVerse Developers
# This is the email address or URL to which the translators shall report
# bugs in the untranslated strings:
diff --git a/po/POTFILES.in b/po/POTFILES.in
index 641a0e5d5..6c86adbb3 100644
--- a/po/POTFILES.in
+++ b/po/POTFILES.in
@@ -172,13 +172,13 @@ src/net/tmwa/skillrecv.cpp
src/pincodemanager.cpp
src/progs/dyecmd/client.cpp
src/progs/dyecmd/dyemain.cpp
-src/progs/manaplus/actions/actions.cpp
-src/progs/manaplus/actions/chat.cpp
-src/progs/manaplus/actions/commands.cpp
-src/progs/manaplus/actions/pets.cpp
-src/progs/manaplus/actions/statusbar.cpp
-src/progs/manaplus/actions/windows.cpp
-src/progs/manaplus/client.cpp
+src/progs/manaverse/actions/actions.cpp
+src/progs/manaverse/actions/chat.cpp
+src/progs/manaverse/actions/commands.cpp
+src/progs/manaverse/actions/pets.cpp
+src/progs/manaverse/actions/statusbar.cpp
+src/progs/manaverse/actions/windows.cpp
+src/progs/manaverse/client.cpp
src/render/rendererslistsdl2.h
src/render/rendererslistsdl.h
src/resources/beinginfo.cpp
diff --git a/po/manaplus.pot b/po/manaverse.pot
index f4256aca5..f4256aca5 100644
--- a/po/manaplus.pot
+++ b/po/manaverse.pot