Module: wine Branch: master Commit: b6305ed413ee80bf95d9cc27a41eaedd2b541a07 URL: http://source.winehq.org/git/wine.git/?a=commit;h=b6305ed413ee80bf95d9cc27a4...
Author: Michael Stefaniuc mstefani@redhat.de Date: Wed Jun 4 01:05:48 2008 +0200
start: Fix the Cs, Es, It, Si and Tr translations.
---
programs/start/Cs.rc | 2 ++ programs/start/Es.rc | 2 ++ programs/start/It.rc | 2 ++ programs/start/Si.rc | 2 ++ programs/start/Tr.rc | 2 ++ 5 files changed, 10 insertions(+), 0 deletions(-)
diff --git a/programs/start/Cs.rc b/programs/start/Cs.rc index 2756d8c..2035908 100644 --- a/programs/start/Cs.rc +++ b/programs/start/Cs.rc @@ -64,4 +64,6 @@ P "
STRING_EXECFAIL "Aplikace nemohla b�t spu�t�na nebo nen� ��dn� aplikace asociov�na s dan�m souborem.\nShellExecuteEx selhal" + +STRING_UNIXFAIL "Could not translate the specified Unix filename to a DOS filename." } diff --git a/programs/start/Es.rc b/programs/start/Es.rc index aab3043..68ea614 100644 --- a/programs/start/Es.rc +++ b/programs/start/Es.rc @@ -61,4 +61,6 @@ Mire el archivo COPYING.LIB para informaci "
STRING_EXECFAIL "La aplicaci�n no se pudo ejecutar, o no hay ninguna aplicaci�n asociada con el archivo especificado.\nShellExecuteEx fallido" + +STRING_UNIXFAIL "Could not translate the specified Unix filename to a DOS filename." } diff --git a/programs/start/It.rc b/programs/start/It.rc index d47773e..e1d3d08 100644 --- a/programs/start/It.rc +++ b/programs/start/It.rc @@ -62,4 +62,6 @@ Vedere il file COPYING.LIB per informazioni sulla licenza. \n\ "
STRING_EXECFAIL "Non � stato possibile eseguire l'applicazione, o nessuna applicazione � associata con il file specificato.\nShellExecuteEx fallito" + +STRING_UNIXFAIL "Could not translate the specified Unix filename to a DOS filename." } diff --git a/programs/start/Si.rc b/programs/start/Si.rc index 0fa778c..b60d683 100644 --- a/programs/start/Si.rc +++ b/programs/start/Si.rc @@ -62,6 +62,8 @@ See the COPYING.LIB file for license information. \n\ "
STRING_EXECFAIL "Programa ni mogoče zagnati ali pa z datoteko te vrste ni povezan noben program.\nUkaz ShellExecuteEx ni uspel" + +STRING_UNIXFAIL "Could not translate the specified Unix filename to a DOS filename." }
#pragma code_page(default) diff --git a/programs/start/Tr.rc b/programs/start/Tr.rc index 7bac843..5031aba 100644 --- a/programs/start/Tr.rc +++ b/programs/start/Tr.rc @@ -60,4 +60,6 @@ See the COPYING.LIB file for license information. \n\ "
STRING_EXECFAIL "Uygulama ba�lat�lamad� veya belirtilen dosya ile ili�kili bir uygulama yok.\nShellExecuteEx ba�ar�s�z" + +STRING_UNIXFAIL "Could not translate the specified Unix filename to a DOS filename." }