start: Fix the Cs, Es, It, Si and Tr translations.
This commit is contained in:
parent
db74eb3954
commit
b6305ed413
|
@ -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."
|
||||
}
|
||||
|
|
|
@ -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."
|
||||
}
|
||||
|
|
|
@ -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."
|
||||
}
|
||||
|
|
|
@ -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)
|
||||
|
|
|
@ -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."
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue