[TRANSLATION] Update Indonesian (id-ID) translation (#4585)

- [WRITE] Add Indonesian (id-ID) translation
- [WINLOGON] Update Indonesian (id-ID) translation
This commit is contained in:
Mas Ahmad Muhammad 2022-10-07 02:44:46 +07:00 committed by GitHub
parent 3d64217f70
commit 0753202cf1
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 33 additions and 2 deletions

View 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"
}

View file

@ -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

View file

@ -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..."