From 11418c07817a67fc43befb435196894986d9ce63 Mon Sep 17 00:00:00 2001 From: "Rob Swindell (on Debian Linux)" <rob@synchro.net> Date: Sun, 24 Sep 2023 02:11:15 -0700 Subject: [PATCH] The beginnings of localization of text.dat to Spanish and German Of course, I'm just guessing using DDG Translate, I don't actually speak these languages with any fluency, so I could use help from those that do. These files aren't directly used by anything yet. One could copy or symlink them to ctrl/text.ini or dynamically load them for certain users (right now, that'd be done via JS). --- ctrl/text.de.ini | 25 +++++++++++++++++++++++++ ctrl/text.es.ini | 25 +++++++++++++++++++++++++ 2 files changed, 50 insertions(+) create mode 100755 ctrl/text.de.ini create mode 100755 ctrl/text.es.ini diff --git a/ctrl/text.de.ini b/ctrl/text.de.ini new file mode 100755 index 0000000000..c0b4154ea4 --- /dev/null +++ b/ctrl/text.de.ini @@ -0,0 +1,25 @@ +ON: AUF +OFF: AUS +On: Auf +Off: Aus +Yes: Ja +None: Nichts +All: Alle +Only: Nur +Unlimited: unbergrenzt +Scanning: Abtastung +Done: Fertig +ContinueQ: Fortsetzen +Years: jahre +Months: monate +Days: tage +Hours: stunden +Minutes: protokoll +Seconds: mnachschlag +InThePast: vor +InTheFuture: ab sofort +LiSysopAvailable: Verf�gbar +LiSysopNotAvailable: Nicht verf�gbar +TerminalColumns: spalten +TerminalRows: reihen +Pause: "\1_\1r\1h[Dr�cken Sie eine Taste] " diff --git a/ctrl/text.es.ini b/ctrl/text.es.ini new file mode 100755 index 0000000000..d5ac780416 --- /dev/null +++ b/ctrl/text.es.ini @@ -0,0 +1,25 @@ +ON: EN +OFF: APAGADO +On: En +Off: Apagado +Yes: Si +None: Nada +All: Todo +Only: Solamente +Unlimited: ilimitado +Scanning: Escaneo +Done: Hecho +ContinueQ: Continuar +Years: a�os +Months: Meses +Days: D�as +Hours: horas +Minutes: acta +Seconds: sobras +InThePast: hace +InTheFuture: a partir de ahora +LiSysopAvailable: Disponible +LiSysopNotAvailable: No Disponible +TerminalColumns: columnas +TerminalRows: lineas +Pause: "\1_\1r\1h[Pulsa una tecla] " -- GitLab