From 16e00ed96260823a12286a21d65c2e129473adbe Mon Sep 17 00:00:00 2001 From: "Ryan C. Gordon" Date: Wed, 16 Mar 2005 11:27:31 +0000 Subject: [PATCH] Added translation for WAD file type. --- CHANGELOG | 1 + CREDITS | 3 +++ archivers/wad.c | 2 +- physfs_internal.h | 10 +++++++++- 4 files changed, 14 insertions(+), 2 deletions(-) diff --git a/CHANGELOG b/CHANGELOG index c203517..08e5a9f 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -2,6 +2,7 @@ * CHANGELOG. */ +03162005 - Added missing translation (thanks, Danny!) 03132005 - More mount work, added PHYSFS_getMountPoint() and more cleanups. Replaced all the C runtime allocations with PhysFS allocation hooks. Added pocketpc.c to EXTRA_DIST. Added allocation hooks to some diff --git a/CREDITS b/CREDITS index cc1e0f0..644e483 100644 --- a/CREDITS +++ b/CREDITS @@ -74,6 +74,9 @@ Bug fixes: Initial PHYSFS_mount() work: Philip D. Bober +Translation work: + Danny Angelo Carminati Grein + Other stuff: Your name here! Patches go to icculus@clutteredmind.org ... diff --git a/archivers/wad.c b/archivers/wad.c index a1bcb79..9109551 100644 --- a/archivers/wad.c +++ b/archivers/wad.c @@ -493,7 +493,7 @@ static int WAD_mkdir(dvoid *opaque, const char *name) const PHYSFS_ArchiveInfo __PHYSFS_ArchiveInfo_WAD = { "WAD", - /* !!! FIXME WAD_ARCHIVE_DESCRIPTION, */ "DOOM engine format", + WAD_ARCHIVE_DESCRIPTION, "Travis Wells ", "http://www.3dmm2.com/doom/", }; diff --git a/physfs_internal.h b/physfs_internal.h index 43240e8..26b520d 100644 --- a/physfs_internal.h +++ b/physfs_internal.h @@ -56,6 +56,7 @@ extern "C" { #define MVL_ARCHIVE_DESCRIPTION "Descent II Movielib format" #define QPAK_ARCHIVE_DESCRIPTION "Quake I/II format" #define ZIP_ARCHIVE_DESCRIPTION "PkZip/WinZip/Info-Zip compatible" + #define WAD_ARCHIVE_DESCRIPTION "DOOM engine format" #define ERR_IS_INITIALIZED "Already initialized" #define ERR_NOT_INITIALIZED "Not initialized" @@ -153,6 +154,7 @@ extern "C" { #define MVL_ARCHIVE_DESCRIPTION "Descent II Movielib format" #define QPAK_ARCHIVE_DESCRIPTION "Quake I/II format" #define ZIP_ARCHIVE_DESCRIPTION "PkZip/WinZip/Info-Zip kompatibel" + #define WAD_ARCHIVE_DESCRIPTION "DOOM engine format" #define ERR_IS_INITIALIZED "Bereits initialisiert" #define ERR_NOT_INITIALIZED "Nicht initialisiert" @@ -249,6 +251,7 @@ extern "C" { #define HOG_ARCHIVE_DESCRIPTION "Descent I/II HOG file format" #define MVL_ARCHIVE_DESCRIPTION "Descent II Movielib format" #define ZIP_ARCHIVE_DESCRIPTION "PkZip/WinZip/Info-Zip " + #define WAD_ARCHIVE_DESCRIPTION "DOOM engine format" // !!! FIXME: translate this line if needed #define ERR_IS_INITIALIZED " " #define ERR_NOT_INITIALIZED " " @@ -345,6 +348,7 @@ extern "C" { #define HOG_ARCHIVE_DESCRIPTION "Descent I/II HOG file format" #define MVL_ARCHIVE_DESCRIPTION "Descent II Movielib format" #define ZIP_ARCHIVE_DESCRIPTION "PkZip/WinZip/Info-Zip " + #define WAD_ARCHIVE_DESCRIPTION "DOOM engine format" // FIXME: translate this line if needed #define ERR_IS_INITIALIZED " " #define ERR_NOT_INITIALIZED " " @@ -441,6 +445,7 @@ extern "C" { #define HOG_ARCHIVE_DESCRIPTION "Descent I/II HOG file format" #define MVL_ARCHIVE_DESCRIPTION "Descent II Movielib format" #define ZIP_ARCHIVE_DESCRIPTION "PkZip/WinZip/Info-Zip ᮢ⨬" + #define WAD_ARCHIVE_DESCRIPTION "DOOM engine format" // FIXME: Translate this line if needed #define ERR_IS_INITIALIZED " 樠஢" #define ERR_NOT_INITIALIZED " 樠஢" @@ -537,6 +542,7 @@ extern "C" { #define HOG_ARCHIVE_DESCRIPTION "Descent I/II HOG file format" #define MVL_ARCHIVE_DESCRIPTION "Descent II Movielib format" #define ZIP_ARCHIVE_DESCRIPTION "PkZip/WinZip/Info-Zip " + #define WAD_ARCHIVE_DESCRIPTION "DOOM engine format" // FIXME: translate this line if needed #define ERR_IS_INITIALIZED " " #define ERR_NOT_INITIALIZED " " @@ -635,6 +641,7 @@ extern "C" { #define MVL_ARCHIVE_DESCRIPTION "Descent II Movielib format" #define QPAK_ARCHIVE_DESCRIPTION "Quake I/II format" #define ZIP_ARCHIVE_DESCRIPTION "Compatible PkZip/WinZip/Info-Zip" + #define WAD_ARCHIVE_DESCRIPTION "Format WAD du moteur DOOM" #define ERR_IS_INITIALIZED "Dj initialis" #define ERR_NOT_INITIALIZED "Non initialis" @@ -727,11 +734,12 @@ extern "C" { #elif (PHYSFS_LANG == PHYSFS_LANG_PORTUGUESE_BR) #define DIR_ARCHIVE_DESCRIPTION "No arquivo, E/S sistema de arquivos direto" - #define GRP_ARCHIVE_DESCRIPTION "Formato Build engine Groupfile" + #define GRP_ARCHIVE_DESCRIPTION "Formato Groupfile do engine Build" #define HOG_ARCHIVE_DESCRIPTION "Formato Descent I/II HOG file" #define MVL_ARCHIVE_DESCRIPTION "Formato Descent II Movielib" #define QPAK_ARCHIVE_DESCRIPTION "Formato Quake I/II" #define ZIP_ARCHIVE_DESCRIPTION "Formato compatvel PkZip/WinZip/Info-Zip" + #define WAD_ARCHIVE_DESCRIPTION "Formato WAD do engine DOOM" #define ERR_IS_INITIALIZED "J inicializado" #define ERR_NOT_INITIALIZED "No inicializado"