Raised This Month: $32 Target: $400
 8% 

[L4D2] Vote Manager 3


Post New Thread Reply   
 
Thread Tools Display Modes
wyxls
Junior Member
Join Date: Jul 2010
Location: China
Old 02-22-2020 , 03:48   Re: [L4D2] Vote Manager 3
Reply With Quote #181

It's weird that my translation doesn't work and my language is "chi"
wyxls is offline
BloodyBlade
Senior Member
Join Date: Feb 2018
Old 05-05-2020 , 17:20   Re: [L4D2] Vote Manager 3
Reply With Quote #182

* Converted plugin source to the latest syntax. Requires SourceMod 1.8 or newer.
Attached Files
File Type: sp Get Plugin or Get Source (l4d2_vote_manager3.sp - 733 views - 24.8 KB)
BloodyBlade is offline
axelnieves2012
Senior Member
Join Date: Oct 2014
Location: Argentina
Old 07-05-2020 , 16:57   Re: [L4D2] Vote Manager 3
Reply With Quote #183

It doesn't even compile
axelnieves2012 is offline
HekuT
Junior Member
Join Date: Mar 2016
Old 10-17-2020 , 14:37   Re: [L4D2] Vote Manager 3
Reply With Quote #184

Quote:
Originally Posted by BloodyBlade View Post
* Converted plugin source to the latest syntax. Requires SourceMod 1.8 or newer.
Need to fix. In admin menu whole text displayed how rhombus with a question.
HekuT is offline
winged_box
Senior Member
Join Date: Aug 2013
Location: Singapore
Old 10-31-2020 , 13:46   Re: [L4D2] Vote Manager 3
Reply With Quote #185

I didn't block the 'Kick' function but that option is grey out on the menu.

Anybody know how can I fix this?
winged_box is offline
JLmelenchon
Senior Member
Join Date: Mar 2019
Old 11-16-2020 , 03:53   Re: [L4D2] Vote Manager 3
Reply With Quote #186

Translation files are not working only english.
JLmelenchon is offline
CosmicD
Senior Member
Join Date: Dec 2009
Location: Hasselt, Belgium
Old 12-10-2020 , 13:16   Re: [L4D2] Vote Manager 3
Reply With Quote #187

is it supposed to work on l4d1 too ? Because i'm missing the l4d_vote_alltalk_access in l4d's latest votemanager
__________________
CosmicD is offline
Kleiner
Member
Join Date: Dec 2017
Location: Russia, Chelyabinsk
Old 12-30-2020 , 01:50   Re: [L4D2] Vote Manager 3
Reply With Quote #188

Fixed Russian translation issues and translated missing one
Attached Files
File Type: txt l4d2_vote_manager.phrases.txt (3.6 KB, 106 views)
Kleiner is offline
disawar1
AlliedModders Donor
Join Date: Aug 2011
Location: Russian
Old 01-02-2021 , 21:49   Re: [L4D2] Vote Manager 3
Reply With Quote #189

Quote:
Originally Posted by Kleiner View Post
Fixed Russian translation issues and translated missing one
You added missing phrases and fix grammar but you totally remove format properties. So your file is corrupted now. Read Translation page on wiki and fix your file.
__________________
disawar1 is offline
Psyk0tik
Veteran Member
Join Date: May 2012
Location: Homeless
Old 01-03-2021 , 00:35   Re: [L4D2] Vote Manager 3
Reply With Quote #190

Quote:
Originally Posted by disawar1 View Post
You added missing phrases and fix grammar but you totally remove format properties. So your file is corrupted now. Read Translation page on wiki and fix your file.
The Russian translation file included in the main post's package doesn't have them either because you only need the format properties for the main (English) file. If you check the translation files of the default SM plugins, you'll notice they did it that way as well.

translations/l4d2_vote_manager.phrases.txt:
PHP Code:
"Phrases"
{
    
"Vetoed"
    
{
        
"#format"    "{1:N}"
        "en"        "{1} has vetoed current vote!"
    
}
    
    
"Passed"
    
{
        
"#format"    "{1:N}"
        "en"        "{1} has passed current vote!"
    
}
    
    ... 
translations/ru/l4d2_vote_manager.phrases.txt:
PHP Code:
"Phrases"
{
    
"Vetoed"
    
{
        
"ru"        "{1} отменил голосование!"
    
}
    
    
"Passed"
    
{
        
"ru"        "{1} пропустил голосование!"
    
}
    
    ... 
SM's admin help plugin:

translations/adminhelp.phrases.txt:
PHP Code:
"Phrases"
{
    ...

    
"Type sm_help to see more"
    
{
        
"#format"        "{1:d}"
        "en"            "Type sm_help {1} to see more commands"
    
}

    
"Entries n - m in page k"
    
{
        
"#format"        "{1:d},{2:d},{3:d}"
        "en"            "Entries {1} - {2} in page {3}"
    
}

    ... 
translations/ru/adminhelp.phrases.txt:
PHP Code:
"Phrases"
{
    ...

    
"Type sm_help to see more"
    
{
        
"ru"        "Введите sm_help {1} для просмотра остальных команд"
    
}

    
"Entries n - m in page k"
    
{
        
"ru"        "Элементы {1} - {2} на {3} странице"
    
}

    ... 
The page you linked even includes a section that showcases a similar structure: https://wiki.alliedmods.net/Translat...Language_Files
__________________
Psyk0tik is offline
Reply


Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT -4. The time now is 03:37.


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