mirror of
https://github.com/reactos/reactos.git
synced 2025-05-25 12:14:32 +00:00
[DWNL] Add translations (for Romanian & Italian)
And include them as well.
This commit is contained in:
parent
0fa744241f
commit
3caab66e22
3 changed files with 70 additions and 0 deletions
|
@ -20,9 +20,15 @@ LANGUAGE LANG_NEUTRAL, SUBLANG_NEUTRAL
|
|||
#ifdef LANGUAGE_FR_FR
|
||||
#include "lang/fr-FR.rc"
|
||||
#endif
|
||||
#ifdef LANGUAGE_IT_IT
|
||||
#include "lang/it-IT.rc"
|
||||
#endif
|
||||
#ifdef LANGUAGE_PL_PL
|
||||
#include "lang/pl-PL.rc"
|
||||
#endif
|
||||
#ifdef LANGUAGE_RO_RO
|
||||
#include "lang/ro-RO.rc"
|
||||
#endif
|
||||
#ifdef LANGUAGE_RU_RU
|
||||
#include "lang/ru-RU.rc"
|
||||
#endif
|
||||
|
|
32
base/applications/network/dwnl/lang/it-IT.rc
Normal file
32
base/applications/network/dwnl/lang/it-IT.rc
Normal file
|
@ -0,0 +1,32 @@
|
|||
/*
|
||||
* PROJECT: ReactOS File Download Utility
|
||||
* LICENSE: See COPYING in the top level directory
|
||||
* PURPOSE: Italian resource file
|
||||
* COPYRIGHT: Copyright 2018 Bișoc George (fraizeraust99 at gmail dot com)
|
||||
*/
|
||||
|
||||
LANGUAGE LANG_ITALIAN, SUBLANG_NEUTRAL
|
||||
|
||||
STRINGTABLE
|
||||
BEGIN
|
||||
IDS_USAGE "Uso: dwnl URL [DESTINAZIONE]\n"
|
||||
IDS_RESOLVING "Risolvere %s... "
|
||||
IDS_DONE "fatto.\n"
|
||||
IDS_LENGTH_FULL "Lunghezza: %I64u [%s]\n"
|
||||
IDS_LENGTH "Lunghezza: %I64u\n"
|
||||
IDS_FILE_SAVED "\nIl file è stato salvato.\n"
|
||||
IDS_CONNECTING_TO_FULL "Connettersi a %s [%s]... "
|
||||
IDS_CONNECTING_TO "Connettersi a %s... "
|
||||
IDS_REDIRECTING_TO "Reindirizzato a %s... "
|
||||
IDS_SEND_REQUEST "Invio richiesta... "
|
||||
IDS_BYTES_DOWNLOADED "%I64u byte scaricati"
|
||||
IDS_BYTES_DOWNLOADED_FULL "%2d%% (%I64u byte scaricati)"
|
||||
END
|
||||
|
||||
STRINGTABLE
|
||||
BEGIN
|
||||
IDS_ERROR_DOWNLOAD "\nERRORE: Download fallito.\n"
|
||||
IDS_ERROR_CODE "\nERRORE: %u\n"
|
||||
IDS_ERROR_FILENAME "\nERRORE: Impossibile determinare il nome del file, si prega di specificare una destinazione.\n"
|
||||
IDS_ERROR_PROTOCOL "\nERRORE: Protocollo non supportato.\n"
|
||||
END
|
32
base/applications/network/dwnl/lang/ro-RO.rc
Normal file
32
base/applications/network/dwnl/lang/ro-RO.rc
Normal file
|
@ -0,0 +1,32 @@
|
|||
/*
|
||||
* PROJECT: ReactOS File Download Utility
|
||||
* LICENSE: See COPYING in the top level directory
|
||||
* PURPOSE: Romanian resource file
|
||||
* COPYRIGHT: Copyright 2018 Bișoc George (fraizeraust99 at gmail dot com)
|
||||
*/
|
||||
|
||||
LANGUAGE LANG_ROMANIAN, SUBLANG_NEUTRAL
|
||||
|
||||
STRINGTABLE
|
||||
BEGIN
|
||||
IDS_USAGE "Uz: dwnl URL [DESTINAȚIE]\n"
|
||||
IDS_RESOLVING "Rezolvare %s... "
|
||||
IDS_DONE "terminat.\n"
|
||||
IDS_LENGTH_FULL "Lungime: %I64u [%s]\n"
|
||||
IDS_LENGTH "Lungime: %I64u\n"
|
||||
IDS_FILE_SAVED "\nFișier descărcat.\n"
|
||||
IDS_CONNECTING_TO_FULL "Conectare la %s [%s]... "
|
||||
IDS_CONNECTING_TO "Conectare la %s... "
|
||||
IDS_REDIRECTING_TO "Redirecționare la %s... "
|
||||
IDS_SEND_REQUEST "Trimitere cerere... "
|
||||
IDS_BYTES_DOWNLOADED "%I64u octeți descărcați"
|
||||
IDS_BYTES_DOWNLOADED_FULL "%2d%% (%I64u octeți descărcați)"
|
||||
END
|
||||
|
||||
STRINGTABLE
|
||||
BEGIN
|
||||
IDS_ERROR_DOWNLOAD "\nEROARE: Descărcare eșuată.\n"
|
||||
IDS_ERROR_CODE "\nEROARE: %u\n"
|
||||
IDS_ERROR_FILENAME "\nEROARE: Determinarea numelui de fișier este imposibilă, specificați destinația numelui de fișier.\n"
|
||||
IDS_ERROR_PROTOCOL "\nEROARE: Protocol nerecunoscut.\n"
|
||||
END
|
Loading…
Reference in a new issue