1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-11-27 07:40:10 +01:00

Correction to translation of rms.ny

Update Russian translation in rms.ny and make variables local to
underscore function.
This commit is contained in:
Steve Daulton
2018-10-09 01:04:05 +01:00
parent 5d34d022a5
commit 665e2d0e9c
2 changed files with 6 additions and 6 deletions

View File

@@ -21,7 +21,7 @@
'(("de" (("Left" "Links")("Right" "Rechts")("Stereo" "Stereo")("Mono" "Mono")("dB" "dB")))
("es" (("Left" "Izquierda") ("Right" "Derecha") ("Stereo" "Estéreo") ("Mono" "Mono")("dB" "dB")))
("fr" (("Left" "Gauche")("Right" "Droite")("Stereo" "Stéréo")("Mono" "Mono")("dB" "dB")))
("ru" (("Left" "Левая")("Right" "Правая")("Stereo" "Стерео")("Mono" "Моно")("dB" "дБ")))))
("ru" (("Left" "Слева")("Right" "Направо")("Stereo" "Стерео")("Mono" "Моно")("dB" "дБ")))))
(let ((rms (get '*selection* 'rms)))