forked from KolibriOS/kolibrios
Andrew Dent
4165acdf83
- To better support git, remove SVN dependant `$Revision$` from file headers. This does *not* remove: the use of `__REV__` macro in `boostr.inc` and `kernel.asm` - Header Copyright notices updated to 2024. - Minimal white space cleanup (trailing spaces automatically removed). - Note: `asmxygen.py` has a *large* amount of whitespace cleanup, due to incorrect line endings. git-svn-id: svn://kolibrios.org@10051 a494cfbc-eb01-0410-851d-a64ba20cac60
20 lines
701 B
PHP
20 lines
701 B
PHP
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
|
|
;; ;;
|
|
;; Copyright (C) KolibriOS team 2013-2024. All rights reserved. ;;
|
|
;; Distributed under terms of the GNU General Public License ;;
|
|
;; ;;
|
|
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
|
|
|
|
|
|
; Éste archivo debe ser editado con codificación CP866
|
|
|
|
ugui_mouse_speed cp850 'velocidad del ratón',0
|
|
ugui_mouse_delay cp850 'demora del ratón',0
|
|
|
|
udev cp850 'disp',0
|
|
unet cp850 'red',0
|
|
unet_active cp850 'activa',0
|
|
unet_addr cp850 'direc',0
|
|
unet_mask cp850 'másc',0
|
|
unet_gate cp850 'puer',0
|