forked from KolibriOS/kolibrios
9d4b206358
- rework two panes header - use specific ini section for two-panes mode - avoid double lines in scroll and table headers - proper fix scroll issue - do not save window size when the window is rolled-up efm: yet another file manager :) icons16.png: add scissors (cut) and paste icons git-svn-id: svn://kolibrios.org@8764 a494cfbc-eb01-0410-851d-a64ba20cac60
61 lines
2.6 KiB
C
61 lines
2.6 KiB
C
#ifdef LANG_RUS
|
||
?define T_FILE "” ©«"
|
||
?define T_TYPE "’¨¯"
|
||
?define T_SIZE "<EFBFBD> §¬¥à"
|
||
?define T_NEW_FOLDER "<EFBFBD>®¢ ï ¯ ¯ª "
|
||
?define T_NEW_FILE "<EFBFBD>®¢ë© ä ©«"
|
||
?define T_DELETE_FILE "‚ë ¤¥©áâ¢¨â¥«ì® å®â¨â¥ 㤠«¨âì"
|
||
?define T_YES "„ "
|
||
?define T_NO "<EFBFBD>¥â"
|
||
?define T_CANCEL "Žâ¬¥ "
|
||
?define T_CREATE "‘®§¤ âì"
|
||
?define T_RENAME "<EFBFBD>¥à¥ §¢ âì"
|
||
?define FS_ITEM_ALREADY_EXISTS "'<27>«¥¬¥â á â ª¨¬ ¨¬¥¥¬ 㦥 áãé¥áâ¢ã¥â' -E"
|
||
?define NOT_CREATE_FOLDER "'<27>¥ 㤠«®áì ᮧ¤ âì ¯ ¯ªã.' -E"
|
||
?define NOT_CREATE_FILE "'<27>¥ 㤠«®áì ᮧ¤ âì ä ©«.' -E"
|
||
?define T_NOTIFY_APP_PARAM_WRONG "'<27> à ¬¥âà ¤«ï § ¯ã᪠Eolite ¥ ¢¥à¥: ¯ ¯ª ¥ áãé¥áâ¢ã¥â!' -E"
|
||
?define T_COPY_WINDOW_TITLE "Š®¯¨àãî..."
|
||
?define T_MOVE_WINDOW_TITLE "<EFBFBD>¥à¥¬¥é î..."
|
||
?define T_DELETE_WINDOW_TITLE "“¤ «ïî..."
|
||
?define T_ABORT_WINDOW_BUTTON "<EFBFBD>à¥à¢ âì"
|
||
?define T_CANCEL_PASTE "Š®¯¨à®¢ ¨¥ ¯à¥ªà 饮. <20> ¯ª ᪮¯¨à®¢ ¥ ¯®«®áâìî."
|
||
?define T_SELECT_APP_TO_OPEN_WITH "‚ë¡¥à¨â¥ ¯à®£à ¬¬ã ¤«ï ®âªàëâ¨ï ä ©« "
|
||
?define DEL_MORE_FILES_1 "¢ë¡à ë¥ í«¥¬¥âë ("
|
||
?define DEL_MORE_FILES_2 " èâ.)?"
|
||
?define T_STATUS_EVEMENTS "<EFBFBD> ¯®ª: %d ” ©«®¢: %d"
|
||
?define T_STATUS_SELECTED "‚뤥«¥®: %d"
|
||
?define COPY_PATH_STR "'<27>ãâì ¯ ¯ª¨ ᪮¯¨à®¢ ¢ ¡ãä¥à ®¡¬¥ ' -I"
|
||
?define T_ABOUT "Ž ¯à®£à ¬¬¥"
|
||
?define T_USE_SHIFT_ENTER "'ˆá¯®«ì§ã©â¥ Shift+Enter çâ®¡ë ®âªàëâì ¢á¥ ¢ë¤¥«¥ë¥ ä ©«ë.' -I"
|
||
#else
|
||
?define T_FILE "File"
|
||
?define T_TYPE "Type"
|
||
?define T_SIZE "Size"
|
||
?define T_NEW_FOLDER "New folder"
|
||
?define T_NEW_FILE "New file"
|
||
?define T_DELETE_FILE "Do you really want to delete"
|
||
?define T_YES "Yes"
|
||
?define T_NO "No"
|
||
?define T_CANCEL "Cancel"
|
||
?define T_CREATE "Create"
|
||
?define T_RENAME "Rename"
|
||
?define FS_ITEM_ALREADY_EXISTS "'An item with that name already exists' -E"
|
||
?define WAIT_DELETING_FOLDER "Deleting folder. Please, wait..."
|
||
?define NOT_CREATE_FOLDER "'Folder can not be created.' -E"
|
||
?define NOT_CREATE_FILE "'File can not be created.' -E"
|
||
?define T_NOTIFY_APP_PARAM_WRONG "'Eolite param is wrong: directory does not exist!' -E"
|
||
?define T_COPY_WINDOW_TITLE "Copying..."
|
||
?define T_MOVE_WINDOW_TITLE "Moving..."
|
||
?define T_DELETE_WINDOW_TITLE "Deleting..."
|
||
?define T_ABORT_WINDOW_BUTTON "Abort"
|
||
?define T_CANCEL_PASTE "Copy process terminated. Folder copied incompletely."
|
||
?define T_SELECT_APP_TO_OPEN_WITH "Select application to open file"
|
||
?define DEL_MORE_FILES_1 "selected items("
|
||
?define DEL_MORE_FILES_2 " pcs.)?"
|
||
?define T_STATUS_EVEMENTS "Dirs: %d Files: %d"
|
||
?define T_STATUS_SELECTED "Selected: %d"
|
||
?define COPY_PATH_STR "'Directory path copied to clipboard' -I"
|
||
?define T_ABOUT "About"
|
||
?define T_USE_SHIFT_ENTER "'Use Shift+Enter to open all selected files.' -I"
|
||
#endif
|