1/* 2 * avifil32.dll (Romanian resources) 3 * 4 * Copyright 2002 Michael Günnewig 5 * 2009 Paul Chitescu 6 * 2012 Ștefan Fulea <stefan.fulea@mail.com> 7 * 2024 Andrei Miloiu <miloiuandrei@gmail.com> 8 * 9 * This library is free software; you can redistribute it and/or 10 * modify it under the terms of the GNU Lesser General Public 11 * License as published by the Free Software Foundation; either 12 * version 2.1 of the License, or (at your option) any later version. 13 * 14 * This library is distributed in the hope that it will be useful, 15 * but WITHOUT ANY WARRANTY; without even the implied warranty of 16 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 17 * Lesser General Public License for more details. 18 * 19 * You should have received a copy of the GNU Lesser General Public 20 * License along with this library; if not, write to the Free Software 21 * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA 22 */ 23 24LANGUAGE LANG_ROMANIAN, SUBLANG_NEUTRAL 25 26STRINGTABLE 27{ 28 IDS_WAVESTREAMFORMAT "Forma de undă: %s" 29 IDS_WAVEFILETYPE "Formă de undă" 30 IDS_ALLMULTIMEDIA "Orice fișier multimedia" 31 IDS_ALLFILES "Orice fișier (*.*)" 32 IDS_VIDEO "video" 33 IDS_AUDIO "audio" 34 IDS_AVIFILETYPE "Gestionare implicită a fișierelor AVI de către Wine" 35 IDS_UNCOMPRESSED "necomprimat" 36} 37 38IDD_SAVEOPTIONS DIALOGEX 43, 37, 226, 82 39STYLE DS_SHELLFONT | DS_MODALFRAME | WS_POPUP | WS_VISIBLE | WS_CAPTION | WS_SYSMENU 40CAPTION "Opțiuni de compresie" 41FONT 8, "MS Shell Dlg" 42BEGIN 43 LTEXT "&Alegeți un flux:",-1,5,5,154,10 44 COMBOBOX IDC_STREAM,5,18,154,61,CBS_DROPDOWNLIST | WS_VSCROLL | 45 WS_TABSTOP 46 PUSHBUTTON "&Opțiuni…",IDC_OPTIONS,170,17,50,14 47 AUTOCHECKBOX "&Imbricare fiecare",IDC_INTERLEAVE,5,42,85,11,WS_TABSTOP 48 EDITTEXT IDC_INTERLEAVEEVERY,91,41,32,12,ES_AUTOHSCROLL 49 LTEXT "cadre",-1,129,43,36,9 50 LTEXT "Formatul curent:",-1,5,56,73,9 51 LTEXT "Spațiu disponibil",IDC_FORMATTEXT,80,56,88,26 52 DEFPUSHBUTTON "OK",IDOK,170,42,50,14 53 PUSHBUTTON "Revocare",IDCANCEL,170,61,50,14 54END 55