Subversion Repositories Kolibri OS

Rev

Rev 3755 | Rev 3840 | Go to most recent revision | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 3755 Rev 3833
Line 1... Line 1...
1
header_text	  db 'Kolibri File Manager v0.47f 04/07/2013',0
1
header_text	  db 'Kolibri File Manager v0.47g 24/07/2013',0
2
;---------------------------------------------------------------------
2
;---------------------------------------------------------------------
3
fbutton_name:
3
fbutton_name:
4
    .f1   db '1 Help',0
4
    .f1   db '1 Help',0
5
    .f2   db '2',0
5
    .f2   db '2',0
6
    .f3   db '3 View',0
6
    .f3   db '3 View',0
Line 153... Line 153...
153
;---------------------------------------------------------------------
153
;---------------------------------------------------------------------
154
type_files:
154
type_files:
155
     db 'Files:',0
155
     db 'Files:',0
156
;---------------------------------------------------------------------
156
;---------------------------------------------------------------------
157
type_dir:
157
type_dir:
158
     db 'Dir.:',0
158
     db 'Directories:',0
159
;---------------------------------------------------------------------
159
;---------------------------------------------------------------------
160
type_size:
160
type_size:
161
     db 'Size:',0
161
     db 'Size:',0
162
;---------------------------------------------------------------------
162
;---------------------------------------------------------------------
-
 
163
type_create:
-
 
164
     db 'Create date:',0
-
 
165
;---------------------------------------------------------------------
-
 
166
type_change:
-
 
167
     db 'Change date:',0
-
 
168
;---------------------------------------------------------------------
-
 
169
type_access:
-
 
170
     db 'Access date:',0
-
 
171
;---------------------------------------------------------------------
-
 
172
type_limiters_data_time:
-
 
173
     db '/   /         :   :',0
-
 
174
;---------------------------------------------------------------------
163
mouse_left_panel:
175
mouse_left_panel:
164
     db 'Left ',0
176
     db 'Left ',0
165
mouse_right_panel:
177
mouse_right_panel:
166
     db 'Right',0
178
     db 'Right',0
167
mouse_other_panel:
179
mouse_other_panel:
Line 189... Line 201...
189
background_tile:
201
background_tile:
190
    db '\T  '
202
    db '\T  '
191
background_stretch:
203
background_stretch:
192
    db '\S  '
204
    db '\S  '
193
;---------------------------------------------------------------------
205
;---------------------------------------------------------------------
194
files_information_window_x: dd 100 shl 16 + 250
206
files_information_window_x: dd 100 shl 16 + 300
195
files_information_window_y: dd 100 shl 16 + 300
207
files_information_window_y: dd 100 shl 16 + 200
196
;---------------------------------------------------------------------
208
;---------------------------------------------------------------------
197
error_window_x: dd 100 shl 16 + 250
209
error_window_x: dd 100 shl 16 + 250
198
error_window_y: dd 100 shl 16 + 80
210
error_window_y: dd 100 shl 16 + 80
199
;---------------------------------------------------------------------
211
;---------------------------------------------------------------------
200
mouse_key_delay dd 100
212
mouse_key_delay dd 100