2009-05-20 12:59:23 +00:00
|
|
|
/*
|
|
|
|
* Copyright 2005 Mike McCormack
|
|
|
|
* Copyright 2009 Michael Stefaniuc
|
2014-01-20 19:42:49 +00:00
|
|
|
* 2011 Ștefan Fulea
|
2009-05-20 12:59:23 +00:00
|
|
|
*
|
|
|
|
* This library is free software; you can redistribute it and/or
|
|
|
|
* modify it under the terms of the GNU Lesser General Public
|
|
|
|
* License as published by the Free Software Foundation; either
|
|
|
|
* version 2.1 of the License, or (at your option) any later version.
|
|
|
|
*
|
|
|
|
* This library is distributed in the hope that it will be useful,
|
|
|
|
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
|
|
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
|
|
|
|
* Lesser General Public License for more details.
|
|
|
|
*
|
|
|
|
* You should have received a copy of the GNU Lesser General Public
|
|
|
|
* License along with this library; if not, write to the Free Software
|
|
|
|
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
|
|
|
|
*/
|
|
|
|
|
2009-08-08 11:55:51 +00:00
|
|
|
#include "windef.h"
|
|
|
|
|
2009-05-20 12:59:23 +00:00
|
|
|
LANGUAGE LANG_ROMANIAN, SUBLANG_NEUTRAL
|
|
|
|
|
|
|
|
#pragma code_page(65001)
|
|
|
|
|
Finish the Wine sync. These components are not just rc file changes
atl, comctl32, comdlg32, dwmapi, fusion, gdiplus, jscript, mpr, mshtml, msi, msimtf, msxml3, ole32, oleaut32, riched20, shdocvw, shlwapi, urlmon, usp10, version and windowscodecs
Seems to build and boot. /me hides
svn path=/trunk/; revision=48273
2010-07-26 02:26:04 +00:00
|
|
|
STRINGTABLE
|
2009-05-20 12:59:23 +00:00
|
|
|
{
|
|
|
|
4 "Pachetul de instalare menționat nu a putut fi deschis. Verificați calea și încercați din nou."
|
|
|
|
5 "calea %s nu a fost găsită"
|
|
|
|
9 "inserați discul %s"
|
2014-01-20 19:42:49 +00:00
|
|
|
10 "Instalatorul Windows %s\n\nUtilizare:\nmsiexec command {parametru obligatoriu} [parametru opțional]\n\n" \
|
|
|
|
"Instalarea unui produs:\n\t/i {pachet|cod_produs} [proprietate]" \
|
|
|
|
"\n\t/package {pachet|cod_produs} [proprietate]" \
|
|
|
|
"\n\t/a pachet [proprietate]\n" \
|
|
|
|
"Repararea unei instalări:\n\t/f[p|o|e|d|c|a|u|m|s|v] {pachet|cod_produs}\n" \
|
|
|
|
"Dezinstalarea unui produs:\n\t/uninstall {pachet|cod_produs} [proprietate]" \
|
|
|
|
"\n\t/x {pachet|cod_produs} [proprietate]\n" \
|
|
|
|
"Promovarea unui produs:\n\t/j[u|m] pachet [/t transformare] [/g id_limbă]\n" \
|
|
|
|
"Aplicarea unui patch:\n\t/p pachet_patch [proprietate]" \
|
|
|
|
"\n\t/p pachet_patch /a pachet [proprietate]\n" \
|
|
|
|
"Jurnalizare și modificatori de interfață pentru comenzile enumerate:" \
|
|
|
|
"\n\t/l[*][i|w|e|a|r|u|c|m|o|p|v|][+|!] fișier_jurnal\n\t/q{|n|b|r|f|n+|b+|b-}\n" \
|
|
|
|
"Înregistrarea serviciului MSI:\n\t/y\n" \
|
|
|
|
"Excluderea serviciului MSI:\n\t/z\n" \
|
|
|
|
"Afișarea acestui manual:\n\t/help\n\t/?\n"
|
2009-05-20 12:59:23 +00:00
|
|
|
11 "introduceți fișierul care conține %s"
|
|
|
|
12 "lipsește sursa de instalare pentru această caracteristică"
|
|
|
|
13 "lipsește unitatea de rețea pentru această caracteristică"
|
|
|
|
14 "caracteristică de la:"
|
|
|
|
15 "selectați fișierul care conține %s"
|
|
|
|
}
|