AlliedModders

AlliedModders (https://forums.alliedmods.net/index.php)
-   Translation Request (https://forums.alliedmods.net/forumdisplay.php?f=25)
-   -   Rate map - make data language file (https://forums.alliedmods.net/showthread.php?t=297382)

silsfocs 05-14-2017 07:38

Rate map - make data language file
 
Hi, i found this plugin https://forums.alliedmods.net/showpo...9&postcount=17
but there's no language file, can anyone make the language file?

LegacyCode 05-21-2017 06:11

Re: Rate map - make data language file
 
Hello,

here, I made you a template that you can translate yourself, because I don't know the plugin:

Code:

[en]
UPDATE_NEWMAP = [UPDATE_NEWMAP] mapname (%s)
MENU_MAPMENU = [MENU_MAPMENU] mapname (%s), average (%.2f)
MENU_MAPSTOP = [MENU_MAPSTOP] maps top
MENU_MAPSFLOP = [MENU_MAPSFLOP] maps flop
MENU_MAPSVOTES = [MENU_MAPSVOTES] maps votes
MENU_MAPSPLAYS = [MENU_MAPSPLAYS] maps plays
MENU_MAPSALPHA = [MENU_MAPSALPHA] maps alpha

RATE_MAP = [RATE_MAP] rate map (%s)
RATE_MAP1 = [RATE_MAP1] rate map 1
RATE_MAP2 = [RATE_MAP2] rate map 2
RATE_MAP3 = [RATE_MAP3] rate map 3
RATE_MAP4 = [RATE_MAP4] rate map 4
RATE_MAP5 = [RATE_MAP5] rate map 5
RATED_MAP = [RATED_MAP] username (%s), mapname (%s), rating (%s)

MENU_MAPAVERAGE = [MENU_MAPAVERAGE] mapname (%s), average (%.2f)
MENU_MAPAVERAGES = [MENU_MAPAVERAGES] mapname (%s), average (%.2f)
MENU_MAPVOTE = [MENU_MAPVOTE] mapname (%s), ratecount (%d)
MENU_MAPVOTES = [MENU_MAPVOTES] mapname (%s), ratecount (%d)
MENU_MAPPLAY = [MENU_MAPPLAY] mapname (%s), playcount (%d)
MENU_MAPPLAYS = [MENU_MAPPLAYS] mapname (%s), playcount (%d)

Add map_rater.txt to data/lang and insert the text above into it, then you can easily translate it step by step.

- LegacyCode


All times are GMT -4. The time now is 18:25.

Powered by vBulletin®
Copyright ©2000 - 2024, vBulletin Solutions, Inc.