forked from KolibriOS/kolibrios
Better engrish labels for right click menu on desktop.
git-svn-id: svn://kolibrios.org@4156 a494cfbc-eb01-0410-851d-a64ba20cac60
This commit is contained in:
parent
9be8233604
commit
384b2aa02a
@ -1267,13 +1267,13 @@ if lang eq ru
|
||||
RMenuDel db '“¤ «¨âì',0
|
||||
RMenuProp db '‘¢®©á⢠',0
|
||||
else
|
||||
RMenuRedrawFon db 'Redraw',0
|
||||
RMenuAlign db 'Snap to Grid',0
|
||||
RMenuOffMoving db 'Fix the icons',0
|
||||
RMenuOnMoving db 'Unfix the icons',0
|
||||
RMenuAdd db 'Add',0
|
||||
RMenuDel db 'Delete',0
|
||||
RMenuProp db 'Properties',0
|
||||
RMenuRedrawFon db 'Refresh',0
|
||||
RMenuAlign db 'Snap to Grid',0
|
||||
RMenuOffMoving db 'Lock icons',0
|
||||
RMenuOnMoving db 'Unlock icons',0
|
||||
RMenuAdd db 'New icon',0
|
||||
RMenuDel db 'Delete',0
|
||||
RMenuProp db 'Properties',0
|
||||
end if
|
||||
|
||||
if lang eq ru
|
||||
@ -1285,7 +1285,7 @@ else
|
||||
ErrRunProg db 'Error runing program',0
|
||||
WarningSave db 'Do not forget to save the changes, run the RDSave',0
|
||||
ErrNotFoundIni db 'icon.ini not found',0
|
||||
ErrName db 'The name "rbmenu" reserved',0
|
||||
ErrName db 'The name "rbmenu" is reserved',0
|
||||
end if
|
||||
|
||||
;-------------------------------------------------------------------------------
|
||||
|
Loading…
Reference in New Issue
Block a user