AlliedModders

AlliedModders (https://forums.alliedmods.net/index.php)
-   Translation Request (https://forums.alliedmods.net/forumdisplay.php?f=25)
-   -   Aliased amx_searchcmd for Amxx 182+ (Updated: Mon Tue 20 Sep 2021) (https://forums.alliedmods.net/showthread.php?t=319138)

DJEarthQuake 10-14-2019 09:37

Aliased amx_searchcmd for Amxx 182+ (Updated: Mon Tue 20 Sep 2021)
 
2 Attachment(s)
Translate Type '%s' in console for partial command name searches.
Amxx dev shows amx_searchcmd as amx_help. It's not the same.
The last 3 lines are missing from most languages.
Quote:

HELP_CMD_INFO = <entry no.> [no. of entries to display (server only)] - displays information about available commands
SEARCH_CMD_INFO = <match> <entry no.> [no. of entries to display (server only)] - displays information about matched commands
NO_MATCHING_RESULTS = ^nNo matching results found^n
How the changes look codewise.
Spoiler

How the change looks on connect.
Code:
Type '.' in console for partial command name searches. Type '!' in console for partial command name searches. Type '?' in console for partial command name searches. Type 'find' in console for partial command name searches. Type 'amx_get' in console for partial command name searches. Type 'amx_searchcmd' in console for partial command name searches.
Aliases for stable version of Amxx, 182. NEEDS adminhelp.txt renamed.
https://i.imgur.com/Bj1jy5W.gif
Aliases without replacement of adminhelp.amxx or language file for development versions of Amxx.
The attachment is a full version replacement with aliasing and language file.

Rivotril 10-21-2019 23:38

Re: Adminhelp.txt
 
PHP Code:

[es]

TYPE_HELP_1 Escribe '%s' en la consola para ver los comandos disponibles.
TYPE_HELP_2 Escribe '%s' en la consola para ver busquedas parciales de nombres de comandos 


DJEarthQuake 10-22-2019 01:30

Re: Adminhelp.txt
 
@Rivotril Thank you for your translation work. I've added it.

iceeedr 10-22-2019 08:25

Re: Adminhelp.txt
 
[bp]
TYPE_HELP_1 = Escreva '%s' no console para ver os comandos disponiveis.
TYPE_HELP_2 = Escreva '%s' no console para buscas de comando usando parte do nome.

DJEarthQuake 10-22-2019 10:19

Re: Adminhelp.txt
 
@iceedr thank you for the Brazilian Portuguese work. Vast majority of my players are from your country.

Snake. 10-24-2019 13:07

Re: Adminhelp.txt
 
Code:

[tr]
TYPE_HELP_1 = Gecerli komutlari gormek icin konsola '%s' yaz.
TYPE_HELP_2 = Kismi komut isimleri aramalari icin konsola '%s' yaz.


DJEarthQuake 10-25-2019 09:35

Re: Adminhelp.txt
 
@Snake. Thank you very much for the Turkish translation.

Snake. 10-26-2019 20:03

Re: Adminhelp.txt
 
Can u change this all ?
Code:

[tr]
HELP_COMS = AMX Mod X Yardim: Komutlar
HELP_ENTRIES = Girisler %d - %d  / %d
HELP_USE_MORE = Daha fazlasi icin '%s %d' kullan
HELP_USE_BEGIN = Baslangic icin '%s 1' kullan
TYPE_HELP_1 = Gecerli komutlari gorebilmek icin konsola '%s' yaz.
TYPE_HELP_2 = Kismi komut ismi aramalari icin konsola '%s' yaz.
TIME_INFO_1 = Kalan Sure: %d:%02d dk. Diger Harita: %s
TIME_INFO_2 = Sure Limiti Yok. Diger Harita: %s
HELP_CMD_INFO = <giris no.> [gosterilecek girislerin no. su (sadece sunucu)] - gecerli komutlar hakkinda bilgi gosterir
SEARCH_CMD_INFO = <eslesme> <giris no.> [gosterilecek girislerin no. su (sadece sunucu)] - eslesen komutlar hakkinda bilgi gosterir
NO_MATCHING_RESULTS = ^nHic eslesme sonucu bulunamadi^n


DJEarthQuake 10-27-2019 04:19

Re: Adminhelp.txt
 
Absolutely. Taken care of.

Smilex_Gamer 11-05-2019 04:20

Re: Adminhelp.txt
 
Code:

[pt]
TYPE_HELP_1 = Escreve '%s' na consola para ver os comandos disponíveis.
TYPE_HELP_2 = Escreve '%s' na consola para procurar comandos a partir de uma parte do nome.



All times are GMT -4. The time now is 10:53.

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