AlliedModders

AlliedModders (https://forums.alliedmods.net/index.php)
-   Translation Request (https://forums.alliedmods.net/forumdisplay.php?f=25)
-   -   New Restmenu translations (sr, tr, sv, da, cz, fi, hu, lt, mk, hr, bs wanted) (https://forums.alliedmods.net/showthread.php?t=243197)

Arkshine 07-01-2014 05:17

New Restmenu translations (sr, tr, sv, da, cz, fi, hu, lt, mk, hr, bs wanted)
 
I'm reviewing Restmenu plugin for AMXX 1.8.3 and noticed some hardcoded sentences.
It would be nice to have a fully translated plugin.

Code:

[en]
REG_CMD_MENU = - displays weapons restriction menu
REG_CMD_REST = - displays help for weapons restriction
RESTRICTED_ITEM = * This item is restricted *
MENU_TITLE_HANDGUNS = Handguns
MENU_TITLE_SHOTGUNS = Shotguns
MENU_TITLE_SUBMACHINES = Sub-Machine Guns
MENU_TITLE_RIFLES = Assault Rifles
MENU_TITLE_SNIPERS = Sniper Rifles
MENU_TITLE_MACHINE = Machine Guns
MENU_TITLE_EQUIPMENT = Equipment
MENU_TITLE_AMMUNITION = Ammunition
MENU_ITEM_USP = H&K USP .45 Tactical
MENU_ITEM_GLOCK18 = Glock18 Select Fire
MENU_ITEM_DEAGLE = Desert Eagle .50AE
MENU_ITEM_P228 = SIG P228
MENU_ITEM_ELITE = Dual Beretta 96G Elite
MENU_ITEM_FIVESEVEN = FN Five-Seven
MENU_ITEM_M3 = Benelli M3 Super90
MENU_ITEM_XM1014 = Benelli XM1014
MENU_ITEM_MP5N = H&K MP5-Navy
MENU_ITEM_TMP = Steyr Tactical Machine Pistol
MENU_ITEM_P90 = FN P90
MENU_ITEM_MAC10 = Ingram MAC-10
MENU_ITEM_UMP45 = H&K UMP45
MENU_ITEM_AK47 = AK-47
MENU_ITEM_SG552 = Sig SG-552 Commando
MENU_ITEM_M4A1 = Colt M4A1 Carbine
MENU_ITEM_GALIL = Galil
MENU_ITEM_FAMAS = Famas
MENU_ITEM_AUG = Steyr Aug
MENU_ITEM_SCOUT = Steyr Scout
MENU_ITEM_AWP = AI Arctic Warfare/Magnum
MENU_ITEM_G3SG1 = H&K G3/SG-1 Sniper Rifle
MENU_ITEM_SG550 = Sig SG-550 Sniper
MENU_ITEM_M249 = FN M249 Para
MENU_ITEM_VEST = Kevlar Vest
MENU_ITEM_VESTHELM = Kevlar Vest & Helmet
MENU_ITEM_FLASHBANG = Flashbang
MENU_ITEM_HEGRENADE = HE Grenade
MENU_ITEM_SMOKEGREN = Smoke Grenade
MENU_ITEM_DEFUSEKIT = Defuse Kit
MENU_ITEM_NVGS = NightVision Goggles
MENU_ITEM_SHIELD = Tactical Shield
MENU_ITEM_PRIAMMO = Primary weapon ammo
MENU_ITEM_SECAMMO = Secondary weapon ammo
CONFIG_FILE_HEADER = ; Generated by %s Plugin. Do not modify!^n; value name^n

Note:
  • About the weapons name, likely most of them can't be translated but still include all items if people want to use alternative names.
  • UTF-8 characters are welcomed. (if you use that, you might want to fix the others keys (to be used as reference, you don't need to post on github))

Languages wanted:
  • de, sr, tr, fr, sv, da, pl, nl, es, bp, cz, fi, ls, bg, ro, hu, lt, sk, mk, hr, bs, ru

Mordekay 07-01-2014 06:48

Re: New Restmenu translations (all languages wanted)
 
Code:

[de]
REG_CMD_MENU = - Zeigt Waffen-Verbots Menü
REG_CMD_REST = - Zeigt Hilfe für Waffen-Verbots Menü
RESTRICTED_ITEM = * Dieser Gegenstand ist verboten *
MENU_TITLE_HANDGUNS = Handwaffen
MENU_TITLE_SHOTGUNS = Schrotgewehre
MENU_TITLE_SUBMACHINES = Maschinenpistolen
MENU_TITLE_RIFLES = Sturmgewehre
MENU_TITLE_SNIPERS = Scharfschützengewehre
MENU_TITLE_MACHINE = Maschinengewehre
MENU_TITLE_EQUIPMENT = Ausrüstung
MENU_TITLE_AMMUNITION = Munition
MENU_ITEM_USP = H&K USP .45 Tactical
MENU_ITEM_GLOCK18 = Glock18 Select Fire
MENU_ITEM_DEAGLE = Desert Eagle .50AE
MENU_ITEM_P228 = SIG P228
MENU_ITEM_ELITE = Dual Beretta 96G Elite
MENU_ITEM_FIVESEVEN = FN Five-Seven
MENU_ITEM_M3 = Benelli M3 Super90
MENU_ITEM_XM1014 = Benelli XM1014
MENU_ITEM_MP5N = H&K MP5-Navy
MENU_ITEM_TMP = Steyr Tactical Machine Pistol
MENU_ITEM_P90 = FN P90
MENU_ITEM_MAC10 = Ingram MAC-10
MENU_ITEM_UMP45 = H&K UMP45
MENU_ITEM_AK47 = AK-47
MENU_ITEM_SG552 = Sig SG-552 Commando
MENU_ITEM_M4A1 = Colt M4A1 Carbine
MENU_ITEM_GALIL = Galil
MENU_ITEM_FAMAS = Famas
MENU_ITEM_AUG = Steyr Aug
MENU_ITEM_SCOUT = Steyr Scout
MENU_ITEM_AWP = AI Arctic Warfare/Magnum
MENU_ITEM_G3SG1 = H&K G3/SG-1 Sniper Rifle
MENU_ITEM_SG550 = Sig SG-550 Sniper
MENU_ITEM_M249 = FN M249 Para
MENU_ITEM_VEST = Kevlarweste
MENU_ITEM_VESTHELM = Kevlarweste & Helm
MENU_ITEM_FLASHBANG = Blendgranate
MENU_ITEM_HEGRENADE = HE Granate
MENU_ITEM_SMOKEGREN = Rauch Granate
MENU_ITEM_DEFUSEKIT = Entschärfungs Kit
MENU_ITEM_NVGS = Nachtsichtgerät
MENU_ITEM_SHIELD = Tactical Shield
MENU_ITEM_PRIAMMO = Primär Waffen Munition
MENU_ITEM_SECAMMO = Sekundär Waffen Munition
CONFIG_FILE_HEADER = ; Erstellt durch %s Plugin. Nicht verändern!^n; Wert Name^n


Arkshine 07-01-2014 07:17

Re: New Restmenu translations (all languages wanted)
 
Thanks Mordekay!

Mordekay 07-01-2014 07:27

Re: New Restmenu translations (all languages wanted)
 
I don't have a github account, can someone post the other german translations there?
Code:

[de]
EQ_WE_RES = Ausrüstung und Waffen wurden verboten
EQ_WE_UNRES = Ausrüstung und Waffen wurden freigegeben
HAVE_BEEN = sind gewesen
HAS_BEEN = ist gewesen
RESTRICTED = verboten
UNRESTRICTED = wieder erlaubt
NO_EQ_WE = Konnte diese Ausrüstung oder Waffe nicht finden
WEAP_RES = Waffenverbot
VALUE = Wert
REST_ENTRIES_OF = Eintrag %i - %i von %i
REST_USE_MORE = Benutze 'amx_restrict list %i' für mehr Info´s
REST_USE_BEGIN = Benutze 'amx_restrict list 1' um zum Anfang zu gelangen
REST_CONF_SAVED = Konfiguration gesichert (Datei "%s")
REST_COULDNT_SAVE = Konfiguration konnte nicht gespeichert werden (Datei "%s")
REST_CONF_LOADED = Konfiguration wurde geladen (Datei "%s")
REST_COULDNT_LOAD = Konfiguration konnte nicht geladen werden (Datei "%s")
COM_REST_USAGE = Benutze: amx_restrict <Befehl> [Wert]
COM_REST_COMMANDS = Befehle:
COM_REST_ON = ^ton - setze Verbot auf die gesamte Ausrüstung
COM_REST_OFF = ^toff - Verbot für Ausrüstung aufheben
COM_REST_ONV = ^ton <value> [...] - setze spezielles Verbot
COM_REST_OFFV = ^toff <value> [...] - spezielles Verbot aufgehoben
COM_REST_LIST = ^tlist - zeigt die Liste der verfügbaren Waffen und Ausrüstungen
COM_REST_SAVE = ^tsave - Verbote speichern
COM_REST_LOAD = ^tload [file] - lädt Verbote [aus einer Datei]
COM_REST_VALUES = erlaubte Verbotswerte:^nammo, equip, pistol, shotgun, sub, rifle, machine
COM_REST_TYPE = Schreibe 'amx_restrict list' für mehr spezielle Werte
REST_WEAP = Waffen verbieten
SAVE_SET = Einstellungen speichern
CONF_SAV_SUC = Konfiguration erfolgreich gespeichert
CONF_SAV_FAIL = Speichern der Konfiguration fehlgeschlagen!!!


Arkshine 07-01-2014 08:00

Re: New Restmenu translations (all languages wanted)
 
You don't the file ? And from this link : https://raw.githubusercontent.com/al...g/restmenu.txt ?

Mordekay 07-01-2014 09:01

Re: New Restmenu translations (all languages wanted)
 
Quote:

Originally Posted by Arkshine (Post 2160190)
You don't the file ?

Erm, what?
Quote:

Originally Posted by Arkshine (Post 2160190)

I thought i just posted this translation.

Arkshine 07-01-2014 09:17

Re: New Restmenu translations (all languages wanted)
 
Forgot a word. I meant you said "can someone post the other german translations there". I thought you could not see the file on github. I'm confused now.

Mordekay 07-01-2014 09:18

Re: New Restmenu translations (all languages wanted)
 
Nah, the error is on my side. it should have been "the other translation". I saw the file on github, just that i could not post it's translation there.

NiHiLaNTh 07-01-2014 09:22

Re: New Restmenu translations (all languages wanted)
 
Russian is needed?

Here is leet speak:
Spoiler

Arkshine 07-01-2014 09:25

Re: New Restmenu translations (all languages wanted)
 
Ah! Yeah, the link is just to point out on the official restmenu.txt, to be used as reference. You don't need to post there. I have added a note about it. Thanks.

Arkshine 07-01-2014 09:31

Re: New Restmenu translations (all languages wanted)
 
@NiHiLaNTh, This is weird, I thought russian language was added some months ago, but it would seem not. If you are motivated you can create the whole set and doing a merge request on github repo.

ANTICHRISTUS 07-01-2014 11:08

Re: New Restmenu translations (all languages wanted)
 
Code:

[fr]
REG_CMD_MENU = - affiche le menu de restriction des armes
REG_CMD_REST = - affiche l'aide pour la restriction des armes
RESTRICTED_ITEM = * Cet article est restreint *
MENU_TITLE_HANDGUNS = Pistolets
MENU_TITLE_SHOTGUNS = Fusils ŕ pompe
MENU_TITLE_SUBMACHINES = Pistolets Mitrailleurs
MENU_TITLE_RIFLES = Fusils d’assaut
MENU_TITLE_SNIPERS = Fusils ŕ lunettes (Fusils de précision)
MENU_TITLE_MACHINE = Fusils Mitrailleurs
MENU_TITLE_EQUIPMENT = Equipement
MENU_TITLE_AMMUNITION = Munitions
MENU_ITEM_USP = H&K USP .45 Tactical
MENU_ITEM_GLOCK18 = Glock18 Select Fire
MENU_ITEM_DEAGLE = Desert Eagle .50AE
MENU_ITEM_P228 = SIG P228
MENU_ITEM_ELITE = Dual Beretta 96G Elite
MENU_ITEM_FIVESEVEN = FN Five-Seven
MENU_ITEM_M3 = Benelli M3 Super90
MENU_ITEM_XM1014 = Benelli XM1014
MENU_ITEM_MP5N = H&K MP5-Navy
MENU_ITEM_TMP = Steyr Tactical Machine Pistol
MENU_ITEM_P90 = FN P90
MENU_ITEM_MAC10 = Ingram MAC-10
MENU_ITEM_UMP45 = H&K UMP45
MENU_ITEM_AK47 = AK-47
MENU_ITEM_SG552 = Sig SG-552 Commando
MENU_ITEM_M4A1 = Colt M4A1 Carbine
MENU_ITEM_GALIL = Galil
MENU_ITEM_FAMAS = Famas
MENU_ITEM_AUG = Steyr Aug
MENU_ITEM_SCOUT = Steyr Scout
MENU_ITEM_AWP = AI Arctic Warfare/Magnum (AWP)
MENU_ITEM_G3SG1 = H&K G3/SG-1 Sniper Rifle
MENU_ITEM_SG550 = Sig SG-550 Sniper
MENU_ITEM_M249 = FN M249 Para
MENU_ITEM_VEST = Gilet pare-balles
MENU_ITEM_VESTHELM = Gilet pare-balles & Casque
MENU_ITEM_FLASHBANG = Grenade aveuglante
MENU_ITEM_HEGRENADE = Grenade explosive
MENU_ITEM_SMOKEGREN = Grenade fumigčne
MENU_ITEM_DEFUSEKIT = Kit de désamorçage
MENU_ITEM_NVGS = Lunettes de vision nocturne
MENU_ITEM_SHIELD = Bouclier antiémeute
MENU_ITEM_PRIAMMO = Munitions pour arme primaire
MENU_ITEM_SECAMMO = Munitions pour arme secondaire
CONFIG_FILE_HEADER = ; Généré par le plugin %s. Ne pas modifier!^n; Valeur Nom^n

fixed some grammar and vocabulary tuff in the github one.
Code:

[fr]
EQ_WE_RES = Les armes et équipements ont été restreints
EQ_WE_UNRES = Les armes et équipements ne sont plus restreints
HAVE_BEEN = ont été
HAS_BEEN = a été
RESTRICTED = restreint(e)(s)
UNRESTRICTED = exclu(e)(s) des restrictions
NO_EQ_WE = l'Arme ou l’équipement n'a pas été trouvé(e)
WEAP_RES = Restriction des Armes
VALUE = valeur
REST_ENTRIES_OF = Entrées %i - %i sur %i
REST_USE_MORE = Utilises 'amx_restrict list %i' pour la suite
REST_USE_BEGIN = Utilises 'amx_restrict list 1' pour le début
REST_CONF_SAVED = La configuration a été sauvegardée (fichier "%s")
REST_COULDNT_SAVE = La configuration n'a pas été sauvegardée (fichier "%s")
REST_CONF_LOADED = La configuration a été chargée (fichier "%s")
REST_COULDNT_LOAD = La configuration n'a pas été chargée (fichier "%s")
COM_REST_USAGE = Utilisation: amx_restrict <commande> [valeur]
COM_REST_COMMANDS = Commandes:
COM_REST_ON = ^ton - restreint tous les équipements
COM_REST_OFF = ^toff - désactive la restriction de tous les équipements
COM_REST_ONV = ^ton <valeur> [...] - applique une restriction spécifique
COM_REST_OFFV = ^toff <valeur> [...] - exclut une restriction spécifique
COM_REST_LIST = ^tlist - affiche la liste des équipements et armes disponibles
COM_REST_SAVE = ^tsave - sauvegarder les restrictions
COM_REST_LOAD = ^tload [file] - charger les restriction [a partir d'un fichier]
COM_REST_VALUES = Les valeurs disponibles pour la restriction sont:^nammo, equip, pistol, shotgun, sub, rifle, machine
COM_REST_TYPE = Taper 'amx_restrict list' pour avoir une liste plus précise
REST_WEAP = Restreindre les Armes
SAVE_SET = Sauvegarder
CONF_SAV_SUC = Configuration sauvegardée
CONF_SAV_FAIL = Sauvegarde de la configuration échouée!!!


Arkshine 07-01-2014 11:31

Re: New Restmenu translations (all languages wanted)
 
"value name" should be considerated separately.

"Grenade assourdissante", c'est plutôt aveuglante, ce n'est pas source.

ANTICHRISTUS 07-01-2014 11:48

Re: New Restmenu translations (all languages wanted)
 
Quote:

"value name" should be considerated separately.
don't understand.
Quote:

"Grenade assourdissante", c'est plutôt aveuglante, ce n'est pas source.
I know, but wanted to put the exact meaning from wikipedia (I wanted to be sure about its real name). anyway, I'll edit it.

Arkshine 07-01-2014 11:59

Re: New Restmenu translations (all languages wanted)
 
"Valeur Nom" ; basically column name.

Flick3rR 07-01-2014 13:21

Re: New Restmenu translations (all languages wanted)
 
Code:

[bg]
REG_CMD_MENU = - pokazva menuto za zabrani na orujiq
REG_CMD_REST = - pomosht za zabranqvaneto na orujiq
RESTRICTED_ITEM = * Tova orujie e zabraneno *
MENU_TITLE_HANDGUNS = Pistoleti
MENU_TITLE_SHOTGUNS = Shotgun-i
MENU_TITLE_SUBMACHINES = Polu-avtomatichni orujiq
MENU_TITLE_RIFLES = Assault orujiq
MENU_TITLE_SNIPERS = Snaiperi
MENU_TITLE_MACHINE = Avtomatichni orujiq
MENU_TITLE_EQUIPMENT = Ekipirovka
MENU_TITLE_AMMUNITION = Amunicii
MENU_ITEM_USP = USP
MENU_ITEM_GLOCK18 = Glock18
MENU_ITEM_DEAGLE = Deagle
MENU_ITEM_P228 = P228
MENU_ITEM_ELITE = Dual Beretta Elite
MENU_ITEM_FIVESEVEN = Five-Seven
MENU_ITEM_M3 = M3 Shotgun
MENU_ITEM_XM1014 = XM1014 Shotgun
MENU_ITEM_MP5N = MP5 Navy
MENU_ITEM_TMP = TMP
MENU_ITEM_P90 = P90
MENU_ITEM_MAC10 = MAC-10
MENU_ITEM_UMP45 = UMP45
MENU_ITEM_AK47 = AK47
MENU_ITEM_SG552 = SG552 Commando
MENU_ITEM_M4A1 = M4A1
MENU_ITEM_GALIL = Galil
MENU_ITEM_FAMAS = Famas
MENU_ITEM_AUG = AUG
MENU_ITEM_SCOUT = Scout
MENU_ITEM_AWP = AWP
MENU_ITEM_G3SG1 = G3SG1 Avtomatichen snaiper
MENU_ITEM_SG550 = SG 550 Avtomatichen snaiper
MENU_ITEM_M249 = M249
MENU_ITEM_VEST = Bronejiletka
MENU_ITEM_VESTHELM = Bronejiletka & Kaska
MENU_ITEM_FLASHBANG = Flashbang
MENU_ITEM_HEGRENADE = HE Granata
MENU_ITEM_SMOKEGREN = Smoke Granata
MENU_ITEM_DEFUSEKIT = Defuse Kit
MENU_ITEM_NVGS = Noshtno Zrenie
MENU_ITEM_SHIELD = Shtit
MENU_ITEM_PRIAMMO = Purvichni amunicii
MENU_ITEM_SECAMMO = Vtorichni amunicii (pistolet)
CONFIG_FILE_HEADER = ; Suzdadeno ot %s Plugin. Ne promenqite!^n; ime na stoinostta^n


NiHiLaNTh 07-01-2014 15:36

Re: New Restmenu translations (all languages wanted)
 
It seems that there are no russian translation at all. Yeah I can try making translations for all of the plugins needed.

Spoiler

naven 07-01-2014 16:02

Re: New Restmenu translations (all languages wanted)
 
pl- Polish
Code:

[pl]
REG_CMD_MENU = - otworz menu restrykcji broni
REG_CMD_REST = - otworz pomoc na temat restrykcji broni
RESTRICTED_ITEM = * Ten przedmiot jest zabroniony *
MENU_TITLE_HANDGUNS = Pistolety
MENU_TITLE_SHOTGUNS = Shotguny
MENU_TITLE_SUBMACHINES = Bron pol- automatyczna
MENU_TITLE_RIFLES = Karabiny automatyczne
MENU_TITLE_SNIPERS = Karabiny snajperskie
MENU_TITLE_MACHINE = Karabiny maszynowe
MENU_TITLE_EQUIPMENT = Sprzet
MENU_TITLE_AMMUNITION = Amunicja
MENU_ITEM_USP = H&K USP .45 Tactical
MENU_ITEM_GLOCK18 = Glock18 Select Fire
MENU_ITEM_DEAGLE = Desert Eagle .50AE
MENU_ITEM_P228 = SIG P228
MENU_ITEM_ELITE = Dual Beretta 96G Elite
MENU_ITEM_FIVESEVEN = FN Five-Seven
MENU_ITEM_M3 = Benelli M3 Super90
MENU_ITEM_XM1014 = Benelli XM1014
MENU_ITEM_MP5N = H&K MP5-Navy
MENU_ITEM_TMP = Steyr Tactical Machine Pistol
MENU_ITEM_P90 = FN P90
MENU_ITEM_MAC10 = Ingram MAC-10
MENU_ITEM_UMP45 = H&K UMP45
MENU_ITEM_AK47 = AK-47
MENU_ITEM_SG552 = Sig SG-552 Commando
MENU_ITEM_M4A1 = Colt M4A1 Carbine
MENU_ITEM_GALIL = Galil
MENU_ITEM_FAMAS = Famas
MENU_ITEM_AUG = Steyr Aug
MENU_ITEM_SCOUT = Steyr Scout
MENU_ITEM_AWP = AI Arctic Warfare/Magnum
MENU_ITEM_G3SG1 = H&K G3/SG-1 Sniper Rifle
MENU_ITEM_SG550 = Sig SG-550 Sniper
MENU_ITEM_M249 = FN M249 Para
MENU_ITEM_VEST = Kamizelka
MENU_ITEM_VESTHELM = Kamizelka + Helm
MENU_ITEM_FLASHBANG = Granat oslepiajacy
MENU_ITEM_HEGRENADE = Granat odlamkowy
MENU_ITEM_SMOKEGREN = Granat dymny
MENU_ITEM_DEFUSEKIT = Zestaw do rozbrajania
MENU_ITEM_NVGS = Noktowizor
MENU_ITEM_SHIELD = Tarcza
MENU_ITEM_PRIAMMO = Amunicja broni podstawowej
MENU_ITEM_SECAMMO = Amunicja broni krotkiej
CONFIG_FILE_HEADER = ; Wygenerowane przez plugin: %s. Nie zmieniaj!^n; wartosc nazwa^n


Arkshine 07-01-2014 16:30

Re: New Restmenu translations (all languages wanted)
 
Thanks Flick3rR, naven and NiHiLaNTh.

Just to be sure "value name" is properly translated? This is supposed to be like column names, so should be translated separately.

NiHiLaNTh 07-01-2014 16:35

Re: New Restmenu translations (all languages wanted)
 
Quote:

Originally Posted by Arkshine
Just to be sure "value name" is properly translated? This is supposed to be like column names, so should be translated separately.

What do you mean "like column names"?

Arkshine 07-04-2014 07:15

Re: New Restmenu translations (all languages wanted : 5/22)
 
Wow, did not see the answer.

The format of the config file is :

Code:

Alias name  ; Full name
Eg:

Code:

; Generated by Restrict Weapons Plugin. Do not modify!
; value name
usp              ; H&K USP .45 Tactical
glock            ; Glock18 Select Fire
deagle          ; Desert Eagle .50AE

"value name", means first value is the restricted item (alias) and second means the full name of this alias.
That's why you should not translate "value name" as one sentence, but separately as unique word.


EDIT:
Actually "value name" could refer just to ailas name. Guess it makes more sense this way. Nvm then. \o/

NiHiLaNTh 07-04-2014 07:58

Re: New Restmenu translations (all languages wanted : 5/22)
 
ok then the last sentence should be like that
Spoiler

naven 07-04-2014 10:54

Re: New Restmenu translations (all languages wanted : 5/22)
 
Quote:

Originally Posted by Arkshine (Post 2161773)
Wow, did not see the answer.

The format of the config file is :

Code:

Alias name  ; Full name
Eg:

Code:

; Generated by Restrict Weapons Plugin. Do not modify!
; value name
usp              ; H&K USP .45 Tactical
glock            ; Glock18 Select Fire
deagle          ; Desert Eagle .50AE

"value name", means first value is the restricted item (alias) and second means the full name of this alias.
That's why you should not translate "value name" as one sentence, but separately as unique word.


EDIT:
Actually "value name" could refer just to ailas name. Guess it makes more sense this way. Nvm then. \o/

I see. I have updated my post.

Mario AR. 07-09-2014 06:46

Re: New Restmenu translations (all languages wanted : 5/22)
 
Spoiler

Arkshine 07-09-2014 08:00

Re: New Restmenu translations (all languages wanted : 5/22)
 
Thanks Mario AR.!

Belo95135 07-10-2014 13:07

Re: New Restmenu translations (all languages wanted : 6/22)
 
Slovak:
Spoiler


Slovak (with UTF-8 characters):
Spoiler


restmenu.txt (with UTF-8 characters)
Spoiler

Arkshine 07-10-2014 16:02

Re: New Restmenu translations (all languages wanted : 7/22)
 
Thanks Belo95135!

HamletEagle 07-15-2014 10:02

Re: New Restmenu translations (all languages wanted : 7/22)
 
Romanian:

Code:

[ro]
REG_CMD_MENU = - arata meniul de restrictionare al armelor
REG_CMD_REST = - ajutor pentru restrictionarea armelor
RESTRICTED_ITEM = * Itemul este restrictionat *
MENU_TITLE_HANDGUNS = Handguns
MENU_TITLE_SHOTGUNS = Shotguns
MENU_TITLE_SUBMACHINES = Sub-Machine Guns
MENU_TITLE_RIFLES = Assault Rifles
MENU_TITLE_SNIPERS = Sniper Rifles
MENU_TITLE_MACHINE = Machine Guns
MENU_TITLE_EQUIPMENT = Echipament
MENU_TITLE_AMMUNITION = Munitie
MENU_ITEM_USP = H&K USP .45 Tactical
MENU_ITEM_GLOCK18 = Glock18 Select Fire
MENU_ITEM_DEAGLE = Desert Eagle .50AE
MENU_ITEM_P228 = SIG P228
MENU_ITEM_ELITE = Dual Beretta 96G Elite
MENU_ITEM_FIVESEVEN = FN Five-Seven
MENU_ITEM_M3 = Benelli M3 Super90
MENU_ITEM_XM1014 = Benelli XM1014
MENU_ITEM_MP5N = H&K MP5-Navy
MENU_ITEM_TMP = Steyr Tactical Machine Pistol
MENU_ITEM_P90 = FN P90
MENU_ITEM_MAC10 = Ingram MAC-10
MENU_ITEM_UMP45 = H&K UMP45
MENU_ITEM_AK47 = AK-47
MENU_ITEM_SG552 = Sig SG-552 Commando
MENU_ITEM_M4A1 = Colt M4A1 Carbine
MENU_ITEM_GALIL = Galil
MENU_ITEM_FAMAS = Famas
MENU_ITEM_AUG = Steyr Aug
MENU_ITEM_SCOUT = Steyr Scout
MENU_ITEM_AWP = AI Arctic Warfare/Magnum
MENU_ITEM_G3SG1 = H&K G3/SG-1 Sniper Rifle
MENU_ITEM_SG550 = Sig SG-550 Sniper
MENU_ITEM_M249 = FN M249 Para
MENU_ITEM_VEST = Kevlar Vest
MENU_ITEM_VESTHELM = Kevlar Vest & Helmet
MENU_ITEM_FLASHBANG = Flashbang
MENU_ITEM_HEGRENADE = HE Grenade
MENU_ITEM_SMOKEGREN = Smoke Grenade
MENU_ITEM_DEFUSEKIT = Defuse Kit
MENU_ITEM_NVGS = NightVision Goggles
MENU_ITEM_SHIELD = Tactical Shield
MENU_ITEM_PRIAMMO = Gloante pentru armele principale
MENU_ITEM_SECAMMO = Gloante pentru armele secundare
CONFIG_FILE_HEADER = ; Generat de pluginul %s. Nu modifica!^n; numele valorii^n

I didn't translated weapon names, we use it like they are.

NiHiLaNTh 07-15-2014 10:12

Re: New Restmenu translations (all languages wanted : 7/22)
 
I also translated to leet speak in this post.

Arkshine 07-15-2014 10:21

Re: New Restmenu translations (all languages wanted : 8/22)
 
Oh, missed this, thanks.

K.K.Lv 07-15-2014 12:12

Re: New Restmenu translations (all languages wanted : 8/22)
 
[cn]
REG_CMD_MENU = - 显示武器限制菜单
REG_CMD_REST = - 显示武器限制帮助信息
RESTRICTED_ITEM = * 该物品已经被限制 *
MENU_TITLE_HANDGUNS = 手枪
MENU_TITLE_SHOTGUNS = 猎枪
MENU_TITLE_SUBMACHINES = 冲锋枪
MENU_TITLE_RIFLES = 突击步枪
MENU_TITLE_SNIPERS = 狙击步枪
MENU_TITLE_MACHINE = 机枪
MENU_TITLE_EQUIPMENT = 装备器材
MENU_TITLE_AMMUNITION = 弹药
MENU_ITEM_USP = USP TACTICAL战术型手枪
MENU_ITEM_GLOCK18 = Glock18 可切换射击模式手枪
MENU_ITEM_DEAGLE = 点50AE 沙漠之鹰
MENU_ITEM_P228 = SIG P228
MENU_ITEM_ELITE = 双贝雷塔96式精英手枪
MENU_ITEM_FIVESEVEN = FN 57式手枪
MENU_ITEM_M3 = M3超级90式霰弹枪
MENU_ITEM_XM1014 = 贝内利XM1014霰弹枪
MENU_ITEM_MP5N = H&K MP5-海军冲锋枪
MENU_ITEM_TMP = 斯太尔战术冲锋枪
MENU_ITEM_P90 = FN P90冲锋枪
MENU_ITEM_MAC10 = 英格拉姆Mac10式冲锋枪
MENU_ITEM_UMP45 = H&K UMP45冲锋枪
MENU_ITEM_AK47 = AK-47自动步枪
MENU_ITEM_SG552 = Sig SG-552 狙击冲锋步枪
MENU_ITEM_M4A1 = M4A1卡宾自动步枪
MENU_ITEM_GALIL = 加利尔突击步枪
MENU_ITEM_FAMAS = 法玛斯突击步枪
MENU_ITEM_AUG = 陆军通用步枪
MENU_ITEM_SCOUT = 轻型狙击步枪
MENU_ITEM_AWP = L42A1狙击步枪
MENU_ITEM_G3SG1 = G3/SG1狙击步枪
MENU_ITEM_SG550 = Sig SG-550狙击步枪
MENU_ITEM_M249 = M249班用自动机枪
MENU_ITEM_VEST = 凯夫拉背心
MENU_ITEM_VESTHELM = 凯夫拉背心和头盔
MENU_ITEM_FLASHBANG = 闪光弹
MENU_ITEM_HEGRENADE = 高爆手雷弹
MENU_ITEM_SMOKEGREN = 烟雾弹
MENU_ITEM_DEFUSEKIT = 解除套件
MENU_ITEM_NVGS = 夜视护目镜
MENU_ITEM_SHIELD = 战术盾牌
MENU_ITEM_PRIAMMO = 主武器弹药
MENU_ITEM_SECAMMO = 副武器弹药
CONFIG_FILE_HEADER = ; 由 %s 插件生成. 请勿修改!^n; 值名称^n

btw, about "CONFIG_FILE_HEADER", I think it will be better to see the code, and then there is a better one instead of this:mrgreen:

Arkshine 07-15-2014 13:18

Re: New Restmenu translations (all languages wanted : 8/22)
 
Do we have chinese language ? :P I don't remember seeing [cn].

K.K.Lv 07-15-2014 20:35

Re: New Restmenu translations (all languages wanted : 8/22)
 
In the past, I have never seen the official version contains a Chinese language,
but I would suggest in the future version will contain Chinese language !

Edited:
AFAIK, SourceMod did it !

Arkshine 07-16-2014 02:53

Re: New Restmenu translations (all languages wanted : 8/22)
 
Feel free to post a full translaton on github (merge request)!

bibu 07-16-2014 11:20

Re: New Restmenu translations (all languages wanted : 8/22)
 
Quote:

Originally Posted by Arkshine (Post 2168178)
Do we have chinese language ? :P I don't remember seeing [cn].

https://forums.alliedmods.net/showthread.php?t=43660

This one was using it in '06. No idea if the language is implemented in the default core.

HamletEagle 07-17-2014 07:49

Re: New Restmenu translations (all languages wanted : 8/22)
 
You also missed my post ? https://forums.alliedmods.net/showpo...4&postcount=28

Arkshine 07-17-2014 09:42

Re: New Restmenu translations (all languages wanted : 9/22)
 
Oops, thanks. :mrgreen:

CryWolf 07-17-2014 13:46

Re: New Restmenu translations (all languages wanted : 9/22)
 
Hamlet, your translation is not yet completed you should try more for example
Code:

MENU_TITLE_EQUIPMENT = Equipment
MENU_TITLE_AMMUNITION = Ammunition

goes to:
PHP Code:

MENU_TITLE_EQUIPMENT Echipament
MENU_TITLE_AMMUNITION 
Munitie 

I fiind this a more complete version:
PHP Code:

[ro]
REG_CMD_MENU = - arata meniul de restrictionare al armelor
REG_CMD_REST 
= - ajutor pentru restrictionarea armelor
RESTRICTED_ITEM 
= * Itemul este restrictionat *
MENU_TITLE_HANDGUNS Handguns
MENU_TITLE_SHOTGUNS 
Shotguns
MENU_TITLE_SUBMACHINES 
Sub-Machine Guns
MENU_TITLE_RIFLES 
Assault Rifles
MENU_TITLE_SNIPERS 
Sniper Rifles
MENU_TITLE_MACHINE 
Machine Guns
MENU_TITLE_EQUIPMENT 
Echipament
MENU_TITLE_AMMUNITION 
Munitie
MENU_ITEM_USP 
H&K USP .45 Tactical
MENU_ITEM_GLOCK18 
Glock18 Select Fire
MENU_ITEM_DEAGLE 
Desert Eagle .50AE
MENU_ITEM_P228 
SIG P228
MENU_ITEM_ELITE 
Dual Beretta 96G Elite
MENU_ITEM_FIVESEVEN 
FN Five-Seven
MENU_ITEM_M3 
Benelli M3 Super90
MENU_ITEM_XM1014 
Benelli XM1014
MENU_ITEM_MP5N 
H&K MP5-Navy
MENU_ITEM_TMP 
Steyr Tactical Machine Pistol
MENU_ITEM_P90 
FN P90
MENU_ITEM_MAC10 
Ingram MAC-10
MENU_ITEM_UMP45 
H&K UMP45
MENU_ITEM_AK47 
AK-47
MENU_ITEM_SG552 
Sig SG-552 Commando
MENU_ITEM_M4A1 
Colt M4A1 Carbine
MENU_ITEM_GALIL 
Galil
MENU_ITEM_FAMAS 
Famas
MENU_ITEM_AUG 
Steyr Aug
MENU_ITEM_SCOUT 
Steyr Scout
MENU_ITEM_AWP 
AI Arctic Warfare/Magnum
MENU_ITEM_G3SG1 
H&K G3/SG-1 Sniper Rifle
MENU_ITEM_SG550 
Sig SG-550 Sniper
MENU_ITEM_M249 
FN M249 Para
MENU_ITEM_VEST 
Vesta Kevlar
MENU_ITEM_VESTHELM 
Vesta Kevlar Casca
MENU_ITEM_FLASHBANG 
Flash
MENU_ITEM_HEGRENADE 
Grenada Exploziva
MENU_ITEM_SMOKEGREN 
Grenada Smoke
MENU_ITEM_DEFUSEKIT 
Kit Dezamorsare
MENU_ITEM_NVGS 
Ochelari de Noapte
MENU_ITEM_SHIELD 
Scut Tactic
MENU_ITEM_PRIAMMO 
Gloante pentru armele principale
MENU_ITEM_SECAMMO 
Gloante pentru armele secundare
CONFIG_FILE_HEADER 
= ; Generat de pluginul %sNu modifica!^nnumele valorii^


K.K.Lv 07-18-2014 02:24

Re: New Restmenu translations (all languages wanted : 9/22)
 
@Arkshine
can you show me the link that I can post the request.
you know ,in China, there are still many cs1.6 server, so the Chinese version should have to be added in to the default core !

YamiKaitou 07-18-2014 02:30

Re: New Restmenu translations (all languages wanted : 9/22)
 
Quote:

Originally Posted by K.K.Lv (Post 2169693)
@Arkshine
can you show me the link that I can post the request.
you know ,in China, there are still many cs1.6 server, so the Chinese version should have to be added in to the default core !

Create a pull request with all the files translated. Just 1 pull request please, don't go creating 1 request per file


All times are GMT -4. The time now is 23:22.

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