Subversion Repositories Kolibri OS

Rev

Rev 4850 | Go to most recent revision | Details | Compare with Previous | Last modification | View Log | RSS feed

Rev Author Line No. Line
4850 mario79 1
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
2
;;                                                              ;;
5363 yogev_ezra 3
;; Copyright (C) KolibriOS team 2013-2015. All rights reserved. ;;
4850 mario79 4
;; Distributed under terms of the GNU General Public License    ;;
5
;;                                                              ;;
6
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
7
 
8
$Revision: 5363 $
9
 
10
 
3539 clevermous 11
; Éste archivo debe ser editado con codificación CP866
3309 esevece 12
 
4135 clevermous 13
ugui_mouse_speed cp850 'velocidad del ratón',0
14
ugui_mouse_delay cp850 'demora del ratón',0
3309 esevece 15
 
4135 clevermous 16
udev cp850 'disp',0
17
unet cp850 'red',0
18
unet_active cp850 'activa',0
19
unet_addr cp850 'direc',0
20
unet_mask cp850 'másc',0
21
unet_gate cp850 'puer',0