mirror of
https://github.com/reactos/reactos.git
synced 2025-07-24 15:23:39 +00:00
[UTILMAN] Add Romanian and Italian translations (#2562)
This commit is contained in:
parent
2cb65df2fb
commit
4247e3f838
3 changed files with 34 additions and 0 deletions
14
base/applications/utilman/lang/it-IT.rc
Normal file
14
base/applications/utilman/lang/it-IT.rc
Normal file
|
@ -0,0 +1,14 @@
|
|||
/*
|
||||
* PROJECT: ReactOS Utility Manager (Accessibility)
|
||||
* LICENSE: GPL-2.0+ (https://spdx.org/licenses/GPL-2.0+)
|
||||
* PURPOSE: Italian (Italy) translation resource
|
||||
* COPYRIGHT: Copyright 2020 Bișoc George (fraizeraust99 at gmail dot com)
|
||||
*/
|
||||
|
||||
LANGUAGE LANG_ITALIAN, SUBLANG_NEUTRAL
|
||||
|
||||
STRINGTABLE
|
||||
BEGIN
|
||||
IDS_FAIL_INIT "L'inizializzazione della libreria dell'applicazione Utility Manager fallita! Il codice errore è %lu."
|
||||
IDS_FAIL_INIT_TITLE "Inizializzazione fallita"
|
||||
END
|
14
base/applications/utilman/lang/ro-RO.rc
Normal file
14
base/applications/utilman/lang/ro-RO.rc
Normal file
|
@ -0,0 +1,14 @@
|
|||
/*
|
||||
* PROJECT: ReactOS Utility Manager (Accessibility)
|
||||
* LICENSE: GPL-2.0+ (https://spdx.org/licenses/GPL-2.0+)
|
||||
* PURPOSE: Romanian (Romania) translation resource
|
||||
* COPYRIGHT: Copyright 2020 Bișoc George (fraizeraust99 at gmail dot com)
|
||||
*/
|
||||
|
||||
LANGUAGE LANG_ROMANIAN, SUBLANG_NEUTRAL
|
||||
|
||||
STRINGTABLE
|
||||
BEGIN
|
||||
IDS_FAIL_INIT "Inițializarea fișierului de sistem al aplicației Manager utilitare a eșuat! Codul eroare este %lu."
|
||||
IDS_FAIL_INIT_TITLE "Inițializarea eșuată"
|
||||
END
|
|
@ -28,5 +28,11 @@ IDI_ICON_UTILMAN ICON "res/utilman.ico"
|
|||
#ifdef LANGUAGE_EN_US
|
||||
#include "lang/en-US.rc"
|
||||
#endif
|
||||
#ifdef LANGUAGE_IT_IT
|
||||
#include "lang/it-IT.rc"
|
||||
#endif
|
||||
#ifdef LANGUAGE_RO_RO
|
||||
#include "lang/ro-RO.rc"
|
||||
#endif
|
||||
|
||||
/* EOF */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue