push cc8bc80451cc24f4d7cf75168b569f0ebfe19547
[wine/hacks.git] / programs / start / Lt.rc
blob1717a84a2e22dd6d7df0f438d0133d68bd7b3921
1 /*
2  * Start
3  * Lithuanian Language Support
4  *
5  * Copyright 2009 Aurimas Fišeras <aurimas@gmail.com>
6  *
7  * This library is free software; you can redistribute it and/or
8  * modify it under the terms of the GNU Lesser General Public
9  * License as published by the Free Software Foundation; either
10  * version 2.1 of the License, or (at your option) any later version.
11  *
12  * This library is distributed in the hope that it will be useful,
13  * but WITHOUT ANY WARRANTY; without even the implied warranty of
14  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
15  * Lesser General Public License for more details.
16  *
17  * You should have received a copy of the GNU Lesser General Public
18  * License along with this library; if not, write to the Free Software
19  * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
20  */
22 /* UTF-8 */
23 #pragma code_page(65001)
25 LANGUAGE LANG_LITHUANIAN, SUBLANG_NEUTRAL
27 STRINGTABLE DISCARDABLE
29 STRING_USAGE, "Paleisti programą ar atverti dokumentą programoje, paprastai naudojamoje failams su tuo prievardžiu.\n\
30 Naudojimas:\n\
31 start [parametrai] programos_failo_vardas [...]\n\
32 start [parametrai] dokumento_failo_vardas\n\
33 \n\
34 Parametrai:\n\
35 /M[inimized] Paleisti programą suskleistą.\n\
36 /MAX[imized] Paleisti programą išskleistą.\n\
37 /R[estored]  Paleisti programą normaliai (nei suskleistą, nei išskleistą).\n\
38 /W[ait]      Laukti kol paleista programa baigs darbą, tada išeiti su jos išėjimo kodu.\n\
39 /Unix        Naudoti Unix failo vardą ir paleisti failą kaip windows naršyklėje.\n\
40 /L           Parodyti galutinio naudotojo licenciją.\n\
41 \n\
42 start.exe versija 0.2 (C) 2003, Dan Kegel\n\
43 Start pateikiama BE JOKIŲ GARANTIJŲ; detales rasite paleidę su /L parametru.\n\
44 Ši programa yra laisva programinė įranga; galite ją platinti\n\
45 tam tikromis sąlygomis; paleiskite 'start /L' išsamiai informacijai gauti.\n\
48 STRING_LICENSE, "start.exe versija 0.2 (C) 2003, Dan Kegel\n\
49 Ši programa yra laisva programinė įranga; galite ją platinti ir/ar\n\
50 modifikuoti GNU laisvosios bendrosios viešosios licencijos (LGPL)\n\
51 sąlygomis, kurios paskelbtos Laisvosios programinės įrangos fondo\n\
52 (FSF); 2.1-osios arba (Jūsų pasirinkimu) bet kurios vėlesnės\n\
53 licencijos versijos sąlygomis.\n\
54 \n\
55 Ši programa yra platinama tikintis, kad ji bus naudinga, bet BE JOKIŲ\n\
56 GARANTIJŲ; net be numanomų PERKAMUMO ar TINKAMUMO KONKREČIAI\n\
57 UŽDUOČIAI garantijų. Išsamią informaciją rasite GNU laisvojoje\n\
58 bendrojoje viešojoje licencijoje.\n\
59 \n\
60 Jūs turėjote gauti GNU laisvosios bendrosios viešosios licencijos\n\
61 kopiją kartu su Wine; jei negavote, rašykite adresu\n\
62 Free Software Foundation, Inc., 51 Franklin St, Fifth Floor,\n\
63 Boston, MA 02110-1301, USA.\n\
64 \n\
65 Licencijos informaciją rasite COPYING.LIB faile.\n\
68 STRING_EXECFAIL, "Nepavyko paleisti programos arba nėra programos susietos su nurodytu failu.\nShellExecuteEx nepavyko"
70 STRING_UNIXFAIL "Nepavyko paversti nurodyto Unix failo pavadinimo į DOS failo pavadinimą."
73 #pragma code_page(default)