forked from Franc1sco/sm-zombiereloaded-3-Franug-Edition
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
e1a91b2
commit 46d7c71
Showing
51 changed files
with
1,912 additions
and
33 deletions.
There are no files selected for viewing
139 changes: 139 additions & 0 deletions
139
cstrike/addons/sourcemod/translations/es/zombiereloaded_sounds.phrases.txt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,139 @@ | ||
"Phrases" | ||
{ | ||
// =========================== | ||
// Zr Sound (module) | ||
// =========================== | ||
|
||
"Select Countdown" | ||
{ | ||
"es" "Cuenta regresiva de voz:" | ||
} | ||
|
||
"Volume Menu Title" | ||
{ | ||
"es" "[ZR] Volumen de sonidos:" | ||
} | ||
|
||
"Volume Current" | ||
{ | ||
"#format" "{1:i}" | ||
"es" "Volumen actual: {1}%%%" | ||
} | ||
|
||
"v100" | ||
{ | ||
"es" "100%" | ||
} | ||
|
||
"v75" | ||
{ | ||
"es" "75%" | ||
} | ||
|
||
"v50" | ||
{ | ||
"es" "50%" | ||
} | ||
|
||
"v25" | ||
{ | ||
"es" "25%" | ||
} | ||
|
||
"v10" | ||
{ | ||
"es" "10%" | ||
} | ||
|
||
"v05" | ||
{ | ||
"es" "5%" | ||
} | ||
|
||
"zr sounds" | ||
{ | ||
"es" "[ZR] Sonidos:" | ||
} | ||
|
||
"RoundEnd_Sounds" | ||
{ | ||
"#format" "{1:s}" | ||
"es" "Canciones de RoundEnd: {1}" | ||
} | ||
|
||
"Volume updated" | ||
{ | ||
"es" "El volumen se actualizará en la siguiente canción." | ||
} | ||
|
||
"Volume set to" | ||
{ | ||
"es" "Volumen configurado en: %i%." | ||
} | ||
|
||
"voz_1" | ||
{ | ||
"es" "Hombre." | ||
} | ||
|
||
"voz_2" | ||
{ | ||
"es" "Mujeres." | ||
} | ||
|
||
"voz_3" | ||
{ | ||
"es" "Discapacitado." | ||
} | ||
|
||
"CountDown select 0" | ||
{ | ||
"es" "Cuenta atrás sin sonido." | ||
} | ||
|
||
"CountDown select 1" | ||
{ | ||
"es" "Cuenta atrás con voz masculina." | ||
} | ||
|
||
"CountDown select 2" | ||
{ | ||
"es" "Cuenta regresiva con voz femenina." | ||
} | ||
|
||
"zr_volume" | ||
{ | ||
"es" "Volumen actual:" | ||
} | ||
|
||
"Zombis sounds enable" | ||
{ | ||
"es" "Sonidos de zombies habilitados." | ||
} | ||
|
||
"Zombis sounds disable" | ||
{ | ||
"es" "Sonidos de zombies desactivados." | ||
} | ||
|
||
"Zombies_Sounds" | ||
{ | ||
"#format" "{1:s}" | ||
"es" "Sonidos de zombies: {1}" | ||
} | ||
|
||
"RoundEnd sounds enable" | ||
{ | ||
"es" "Música RoundEnd habilitada." | ||
} | ||
|
||
"RoundEnd sounds disable" | ||
{ | ||
"es" "Música de RoundEnd desactivada." | ||
} | ||
|
||
"Must be player" | ||
{ | ||
"es" "Esta función está reservada solo para jugadores." | ||
} | ||
} |
139 changes: 139 additions & 0 deletions
139
cstrike/addons/sourcemod/translations/no/zombiereloaded_sounds.phrases.txt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,139 @@ | ||
"Phrases" | ||
{ | ||
// =========================== | ||
// Zr Sound (module) | ||
// =========================== | ||
|
||
"Select Countdown" | ||
{ | ||
"no" "Stemmetelling:" | ||
} | ||
|
||
"Volume Menu Title" | ||
{ | ||
"no" "[ZR] Høres volum:" | ||
} | ||
|
||
"Volume Current" | ||
{ | ||
"#format" "{1:i}" | ||
"no" "Nåværende volum: {1}%%%" | ||
} | ||
|
||
"v100" | ||
{ | ||
"no" "100%" | ||
} | ||
|
||
"v75" | ||
{ | ||
"no" "75%" | ||
} | ||
|
||
"v50" | ||
{ | ||
"no" "50%" | ||
} | ||
|
||
"v25" | ||
{ | ||
"no" "25%" | ||
} | ||
|
||
"v10" | ||
{ | ||
"no" "10%" | ||
} | ||
|
||
"v05" | ||
{ | ||
"no" "5%" | ||
} | ||
|
||
"zr sounds" | ||
{ | ||
"no" "[ZR] Høres ut:" | ||
} | ||
|
||
"RoundEnd_Sounds" | ||
{ | ||
"#format" "{1:s}" | ||
"no" "Sanger RoundEnd: {1}" | ||
} | ||
|
||
"Volume updated" | ||
{ | ||
"no" "Volumet blir oppdatert på neste sang." | ||
} | ||
|
||
"Volume set to" | ||
{ | ||
"no" "Volum satt til: %i%." | ||
} | ||
|
||
"voz_1" | ||
{ | ||
"no" "Mann." | ||
} | ||
|
||
"voz_2" | ||
{ | ||
"no" "Kvinner." | ||
} | ||
|
||
"voz_3" | ||
{ | ||
"no" "Funksjonshemmet." | ||
} | ||
|
||
"CountDown select 0" | ||
{ | ||
"no" "Nedtelling uten lyd." | ||
} | ||
|
||
"CountDown select 1" | ||
{ | ||
"no" "Nedtelling med mannstemme." | ||
} | ||
|
||
"CountDown select 2" | ||
{ | ||
"no" "Nedtelling med kvinnestemme." | ||
} | ||
|
||
"zr_volume" | ||
{ | ||
"no" "Nåværende volum:" | ||
} | ||
|
||
"Zombis sounds enable" | ||
{ | ||
"no" "Zombie lyder aktivert." | ||
} | ||
|
||
"Zombis sounds disable" | ||
{ | ||
"no" "Zombie lyder deaktivert." | ||
} | ||
|
||
"Zombies_Sounds" | ||
{ | ||
"#format" "{1:s}" | ||
"no" "Zombie lyder: {1}" | ||
} | ||
|
||
"RoundEnd sounds enable" | ||
{ | ||
"no" "RoundEnd-musikk aktivert." | ||
} | ||
|
||
"RoundEnd sounds disable" | ||
{ | ||
"no" "RoundEnd-musikk deaktivert." | ||
} | ||
|
||
"Must be player" | ||
{ | ||
"no" "Denne funksjonen er kun reservert for spillere." | ||
} | ||
} |
Oops, something went wrong.