1/* 2 * Romanian resources for shlwapi 3 * 4 * Copyright 2004 Jon Griffiths 5 * Copyright 2008 Michael Stefaniuc 6 * 2011 Ștefan Fulea 7 * 8 * This library is free software; you can redistribute it and/or 9 * modify it under the terms of the GNU Lesser General Public 10 * License as published by the Free Software Foundation; either 11 * version 2.1 of the License, or (at your option) any later version. 12 * 13 * This library is distributed in the hope that it will be useful, 14 * but WITHOUT ANY WARRANTY; without even the implied warranty of 15 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 16 * Lesser General Public License for more details. 17 * 18 * You should have received a copy of the GNU Lesser General Public 19 * License along with this library; if not, write to the Free Software 20 * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA 21 */ 22 23#pragma code_page(65001) 24 25LANGUAGE LANG_ROMANIAN, SUBLANG_NEUTRAL 26 27STRINGTABLE 28{ 29 IDS_BYTES_FORMAT "%ld octeți" 30 IDS_TIME_INTERVAL_HOURS " ore" 31 IDS_TIME_INTERVAL_MINUTES " min" 32 IDS_TIME_INTERVAL_SECONDS " sec" 33#ifdef __REACTOS__ 34 IDS_KB_FORMAT "%s KB" 35 IDS_MB_FORMAT "%s MB" 36 IDS_GB_FORMAT "%s GB" 37 IDS_TB_FORMAT "%s TB" 38 IDS_PB_FORMAT "%s PB" 39 IDS_EB_FORMAT "%s EB" 40#endif 41} 42 43IDD_ERR_DIALOG DIALOGEX 0, 0, 220, 60 44STYLE DS_SHELLFONT | DS_MODALFRAME | DS_CENTER | WS_POPUP | WS_CAPTION | WS_SYSMENU 45CAPTION "Eroare" 46FONT 8, "MS Shell Dlg" 47{ 48 LTEXT "", IDS_ERR_USER_MSG2, 15, 5, 28, 20 49 LTEXT "", IDS_ERR_USER_MSG, 15, 5, 210, 8 50 CHECKBOX "Nu dor&esc recurența acestui mesaj", IDC_ERR_DONT_SHOW, 5, 20, 210, 10, BS_AUTOCHECKBOX | WS_GROUP | WS_TABSTOP 51 PUSHBUTTON "Con&firmă", IDOK, 105, 40, 50, 14, WS_GROUP | WS_TABSTOP 52 PUSHBUTTON "A&nulează", IDCANCEL, 160, 40, 50, 14, WS_GROUP | WS_TABSTOP 53 PUSHBUTTON "D&a", IDYES, 105, 40, 50, 14, WS_GROUP | WS_TABSTOP 54 PUSHBUTTON "N&u", IDNO, 160, 40, 50, 14, WS_GROUP | WS_TABSTOP 55} 56