forked from KolibriOS/kolibrios
067e22eae8
- show 8.3 names in title case at /rd/1, - add hotkeys to change sorting by Ctrl+Fn - change disk drive by Ctrl+number Kolibri Graphics Benchmark 0.9 (mgb): - big fonts and UI impovements - add second editbox to edit the Right comment - show difference in percent between two columns - if the difference is less or equal to 1% it is not shown - Russian translation by Daniel Ovchinnikov - add 16x16 icon for *.mgb files, add associations icons32.png: - add Pig icon, bought at http://porctrijambiste.e-monsite.com/contact/contact.html and a bit improved Kiv: - improve icons git-svn-id: svn://kolibrios.org@7628 a494cfbc-eb01-0410-851d-a64ba20cac60
62 lines
2.6 KiB
C
62 lines
2.6 KiB
C
#define TITLE "Eolite File Manager 4.1"
|
||
#define ABOUT_TITLE "EOLITE 4.1"
|
||
|
||
#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 INFO_AFTER_COPY "Š®¯¨à®¢ ¨¥ § ¢¥à襮"
|
||
?define T_CANCEL_PASTE "Š®¯¨à®¢ ¨¥ ¯à¥ªà 饮. <20> ¯ª ᪮¯¨à®¢ ¥ ¯®«®áâìî."
|
||
?define T_SELECT_APP_TO_OPEN_WITH "‚ë¡¥à¨â¥ ¯à®£à ¬¬ã ¤«ï ®âªàëâ¨ï ä ©« "
|
||
?define DEL_MORE_FILES_1 "¢ë¡à ë¥ í«¥¬¥âë ("
|
||
?define DEL_MORE_FILES_2 " èâ.)?"
|
||
?define STATUS_STR "<EFBFBD>«¥¬¥â®¢: %d <20> ¯®ª: %d ” ©«®¢: %d ‚뤥«¥®: %d"
|
||
?define COPY_PATH_STR "'<27>ãâì ¯ ¯ª¨ ᪮¯¨à®¢ ¢ ¡ãä¥à ®¡¬¥ ' -I"
|
||
?define T_ABOUT "Ž ¯à®£à ¬¬¥"
|
||
#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 INFO_AFTER_COPY "Copy finished"
|
||
?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 STATUS_STR "Elements: %d Dirs: %d Files: %d Selected: %d"
|
||
?define COPY_PATH_STR "'Directory path copied to clipboard' -I"
|
||
?define T_ABOUT "About"
|
||
#endif
|