From 885360a40739d232642818984293854cf30d0f3f Mon Sep 17 00:00:00 2001 From: "code@koerner-de.net" Date: Thu, 13 Oct 2011 19:19:08 +0000 Subject: [PATCH] --- .gitattributes | 2 - .../bin/Example_OTM_LanguagePack_English.txt | 118 ------------------ OTM_GUI/bin/OTM_LanguagePack_Deutsch.txt | 57 --------- 3 files changed, 177 deletions(-) delete mode 100644 OTM_GUI/bin/Example_OTM_LanguagePack_English.txt delete mode 100644 OTM_GUI/bin/OTM_LanguagePack_Deutsch.txt diff --git a/.gitattributes b/.gitattributes index cf6250a..d8f7a9f 100644 --- a/.gitattributes +++ b/.gitattributes @@ -45,8 +45,6 @@ OTM_GUI/OTM_Server.cpp -text OTM_GUI/OTM_Server.h -text OTM_GUI/OTM_Settings.cpp -text OTM_GUI/OTM_Settings.h -text -OTM_GUI/bin/Example_OTM_LanguagePack_English.txt -text -OTM_GUI/bin/OTM_LanguagePack_Deutsch.txt -text OTM_GUI/bin/README_Deutsch.txt -text OTM_GUI/bin/README_English.txt -text OTM_GUI/bin/languages/Example_OTM_LanguagePack_English.txt -text diff --git a/OTM_GUI/bin/Example_OTM_LanguagePack_English.txt b/OTM_GUI/bin/Example_OTM_LanguagePack_English.txt deleted file mode 100644 index 46aa76e..0000000 --- a/OTM_GUI/bin/Example_OTM_LanguagePack_English.txt +++ /dev/null @@ -1,118 +0,0 @@ -If you have created a language package and would like to add to the officially download, please send it to me. -Email address and support can be found at http://code.google.com/p/texmod/ - - -The file name must match the wildcard OTM_LanguagePack_NAMEOFLANGUAGE.txt -Format of an entry is divided into 3 parts: 1) Keyword directly followed by a colon, 2) message, and 3) end symbol "|" -Restriction of the the message: do not use "|" within a message!! - -Example: - -Keyword: - -Message1 line1 -Message1 line2 - -| - -Keyword2:Message2| -Keyword3:Message3 line1 -Message3 line2| - - -There is no need to include all keywords, since English is loaded each time as default and afterwards the entries are replaced. -English itself is compiled into the OTM_GUI.exe, thus there exists no OTM_LanguagePack_English.txt. - -The following list is an example of how an English package would look like (maybe not all keywords are present). - -MenuHelp: -Help| -MenuAbout: -About| -MenuAddGame: -Add game| -MenuDeleteGame: -Delete Game| -MainMenuGame: -Game| -MainMenuHelp: -Help| -ButtonOpen: -Open texture| -ButtonDirectory: -save directory| -ButtonUpdate: -Update| -ButtonSave: -Save settings| -ChooseFile: -Choose a texture file| -ChooseDir: -Choose a directory| -CheckBoxSaveSingleTexture: -Save single texture| -CheckBoxSaveAllTextures: -Save all textures| -TextCtrlSavePath: -Save path: | -SelectLanguage: -Select a language| -ChooseGame: -Select a game binary. -DeleteGame: -Select the games to be deleted.| -GameAlreadyAdded: -Game has been already added.| -ExitGameAnyway: -Closing OpenTexMod while a game is running might lead to a crash of the game. -Exit anyway?| -NoComment: -No comment.| -Author: -Author: | -Error_FileNotSupported: -This file type is not supported:| -Error_DLLNotFound: -Could not load the dll. -The dll injection won't work. -This might happen if D3DX9_43.dll is not installed on your system. -Please install the newest DirectX End-User Runtime Web Installer.| -Error_FktNotFound: -Could not load function out of dll. -The dll injection won't work.| -Error_Send: -Could not send to game.| -Error_KeyTwice: -You assigned a key twice.| -Error_NoSavePath: -You did not set a save path.| -Error_SaveFile: -Could not save to file.| -Error_NoPipe: -Pipe is not opened.| -Error_WritePipe: -Could not write in pipe.| -Error_FlushPipe: -Could not flush pipe buffer.| -Error_Hash: -Could not find hash, maybe file is not named as *_HASH.dds| -Error_FileOpen: -Could not open file.| -Error_FileRead: -Could not read file.| -Error_Memory: -Could not allocate enough memory| -Error_Unzip: -Could not unzip.| -Error_ZipEntry: -Could not find zip entry.| -KeyBack: -Back| -KeySave: -Save| -KeyNext: -Next| -FontColour: -Font colour (RGB):| -TextureColour: -Texture colour (RGB):| \ No newline at end of file diff --git a/OTM_GUI/bin/OTM_LanguagePack_Deutsch.txt b/OTM_GUI/bin/OTM_LanguagePack_Deutsch.txt deleted file mode 100644 index 6f3bb49..0000000 --- a/OTM_GUI/bin/OTM_LanguagePack_Deutsch.txt +++ /dev/null @@ -1,57 +0,0 @@ -MenuLanguage:Sprache| -MenuHelp:Hilfe| -MenuAbout:Über| -MenuAddGame:Spiel hinzufügen| -MenuDeleteGame:Spiel entfernen| -MainMenuGame:Spiele| -MainMenuHelp:Hilfe| -ButtonOpen:Texturen öffnen| -ButtonDirectory:Speicherpfad| -ButtonUpdate:Update| -ButtonSave:Einstellungen speichern| -ChooseFile:Wähle eine Textur/Mod| -ChooseDir:Wähle ein Verzeichnes| -CheckBoxSaveSingleTexture:Speicher einzelne Texturen| -CheckBoxSaveAllTextures:Speicher alle Texturen| -TextCtrlSavePath:Speicherverzeichnis: | -SelectLanguage:Wähle eine Sprache.| -ChooseGame:Wähle eine Spiel-exe| -DeleteGame:Wähle die Spiele zum Entfernen| -GameAlreadyAdded:Das Spiel wurde bereits hinzugefügt.| - -ExitGameAnyway: -Es ist nicht ratsam OpenTexMod zu schließen, während Spiele noch offen sind. -Dies kann zum Absturz der Spiele führen. -Trozdem beenden?| -NoComment:Kein Kommentar.| -Author:Autor: | - -Error_FileNotSupported:Dieser Filetype wird nicht unterstützt:| -Error_DLLNotFound: -Konnte die dll nicht laden, -Die dll injection wird nicht funktionieren. -Der Grund dafür kann das fehlen von D3DX9_43.dll sein. -Bitte installiere den neusten DirectX End-User Runtime Web Installer.| - -Error_FktNotFound: -Konnte nicht die Funktion aus der dll laden. -Die dll injection wird nicht funktionieren.| - -Error_Send:Konnte nicht an das Spiel senden.| -Error_KeyTwice:Du hast einen Taste mehrmals verwendet.| -Error_NoSavePath:Du hast kein Speicherverzeichnis gesetzt.| -Error_SaveFile:Konnte nicht in Datei speichern| -Error_NoPipe:Pipe ist nicht offen.| -Error_WritePipe:Konnte nicht in Pipe schreiben.| -Error_FlushPipe:Konnte Inhalt der Pipe nicht schreiben (flush).| -Error_Hash:Konnte den Hash nicht erkennen, vielleicht entspricht der Name nicht dem Format *_HASH.dds| -Error_FileOpen:Konnte Datei nicht öffnen:| -Error_FileRead:Konnte Datei nich lesen:| -Error_Memory:Konnte nicht genügen Speicher allokieren.| -Error_Unzip:Konnte zip-Datei nicht entpacken.| -Error_ZipEntry:Konnte Eintrag in zip-Datei nicht finden.| -KeyBack:Zurück| -KeySave:Speichern| -KeyNext:Vorwärts| -FontColour:Schriftfarbe (RGB):| -TextureColour:Texturfarbe (RGB):| \ No newline at end of file