mirror of
https://github.com/reactos/reactos.git
synced 2025-04-05 13:11:22 +00:00
[TRANSLATION] Update Indonesian (id-ID) translation (#4585)
- [WRITE] Add Indonesian (id-ID) translation - [WINLOGON] Update Indonesian (id-ID) translation
This commit is contained in:
parent
3d64217f70
commit
0753202cf1
3 changed files with 33 additions and 2 deletions
28
base/applications/write/lang/Id.rc
Normal file
28
base/applications/write/lang/Id.rc
Normal file
|
@ -0,0 +1,28 @@
|
|||
/*
|
||||
* Indonesian language support
|
||||
*
|
||||
* Copyright (C) 2022 Mas Ahmad Muhammad
|
||||
*
|
||||
* 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
|
||||
*/
|
||||
|
||||
#include "resources.h"
|
||||
|
||||
LANGUAGE LANG_INDONESIAN, SUBLANG_DEFAULT
|
||||
|
||||
STRINGTABLE
|
||||
{
|
||||
IDS_FAILED, "Gagal memulai Wordpad"
|
||||
}
|
|
@ -48,6 +48,9 @@ LANGUAGE LANG_NEUTRAL, SUBLANG_NEUTRAL
|
|||
#ifdef LANGUAGE_HE_IL
|
||||
#include "lang/He.rc"
|
||||
#endif
|
||||
#ifdef LANGUAGE_ID_ID
|
||||
#include "lang/Id.rc"
|
||||
#endif
|
||||
#ifdef LANGUAGE_IT_IT
|
||||
#include "lang/It.rc"
|
||||
#endif
|
||||
|
|
|
@ -46,8 +46,8 @@ BEGIN
|
|||
IDS_RUNNINGLOGONSCRIPTS "Menjalankan naskah logon..."
|
||||
IDS_LOADINGYOURPERSONALSETTINGS "Mengambil setelan personal anda..."
|
||||
IDS_CLOSINGNETWORKCONNECTIONS "Menutup koneksi jaringan..."
|
||||
IDS_REACTOSISRESTARTING "Restarting..."
|
||||
IDS_REACTOSISSHUTTINGDOWN "Shutting down..."
|
||||
IDS_REACTOSISRESTARTING "Memulai ulang..."
|
||||
IDS_REACTOSISSHUTTINGDOWN "Mematikan..."
|
||||
IDS_PREPARETOSTANDBY "Menyiapkan untuk Standby..."
|
||||
IDS_PREPARETOHIBERNATE "Menyiapkan untuk Tidur..."
|
||||
IDS_SAVEYOURSETTINGS "Menyimpan setelan anda..."
|
||||
|
|
Loading…
Reference in a new issue