I Love PHPMaker

... because it gets even more powerful and flexible!!

  • About
  • Terms and Conditions
  • Membership Options
  • Sitemap
  • Downloads
    • PHPMaker Extensions Download
    • PHPMaker Projects Download
    • PHP Report Maker Extensions Download
I Love PHPMaker » PHPMaker Extensions » The Custom Language Phrases in Masino Extensions 9.2.0 Now Has Been Separated into the Language Files
Implementing CSS Sprites in Web Applications that Generated by PHPMaker 9.2.0
How to Manage Breadcrumb Links Using MasinoFixedWidthSite Extension for PHPMaker 9.2.0

August 28, 2013

The Custom Language Phrases in Masino Extensions 9.2.0 Now Has Been Separated into the Language Files

For those of you who have been implementing Masino Extensions for your PHPMaker projects and really want to maintain the custom language phrases that located inside my extensions easier, then please re-download again those seven extensions that last updated on today, August 28, 2013 (MasinoLogin, MasinoForgotPwd, MasinoRegister, MasinoChangePwd, MasinoFixedWidthSite, MasinoPreviewRow, and MasinoHeaderFooter). You can download them from this post.

The main reason for this is since the multi-language breadcrumb phrases have been implementing in the .xml language files. So, that would be better if we handle the same thing also for the custom language phrases that located in my extensions, too.

There are several custom language phrases that came from the extensions that you have to insert all of them into the .xml language files that located in the C:\Program Files\PHPMaker 9\langugaes\ folder. Please insert all of those phrases (see below) before the following code in the .xml language files:

</global>

Make sure you have not missed that step above, otherwise you won't see the phrases in your generated web application.

Please note that this article will maintain all the custom phrases that came from my extensions. So, if you want to check the latest update of the phrases, simply visit this article at any time.

You can translate the phrases into the other languages based on the Custom English Phrases below.

Custom English Phrases

	<phrase id="Welcome" value="Welcome"/>
	<phrase id="AskToLogout" value="Are you sure you want to logout?"/>
	<phrase id="BackToTop" value="Back to top"/>
	<phrase id="UserID" value="User name"/>
	<phrase id="Yes" value="Yes"/>
	<phrase id="No" value="No"/>
	<phrase id="AboutUs" value="About Us"/>
	<phrase id="Help" value="Help"/>
	<phrase id="HelpNotAvailable" value="Sorry - no help available for this page"/>
	<phrase id="TaCTitle" value="Terms and Conditions"/>
	<phrase id="TaCContent" value="&lt;i>Terms and &lt;u>Conditions&lt;/u>&lt;/i>.&lt;br />&lt;br />Enter terms and conditions here...&lt;br />&lt;br />All standard HTML formatting tags may be included."/>
	<phrase id="TACNotAvailable" value="Terms and Conditions are currently unavailable"/>
	<phrase id="IAgree" value="I Agree"/>
	<phrase id="RegisterSuccessPending" value="Registration successful - a confirmation has been sent to your email address"/>
	<phrase id="AccountHasBeenActivated" value="Account '%u' has been activated"/>
	<phrase id="SubjectAccountActivated" value="Your Account Has Been Activated"/>
	<phrase id="InvalidAccount" value="Invalid account (or account was already activated)"/>
	<phrase id="UserDeactivated" value="The specified user account has not been activated"/>
	<phrase id="SubjectRequestPasswordConfirmation" value="Request password confirmation in"/>
	<phrase id="PwdActKey" value="Please check your inbox to proceed"/>
	<phrase id="SubjectSendNewPassword" value="New password"/>
	<phrase id="InvalidActivationKey" value="Invalid activation key (or password was already activated)"/>
	<phrase id="ExceedMaxRetry" value="Maximum login retries exceeded. Account is temporarily locked.&lt;br />Please try again after %t"/>
	<phrase id="UserLoggedIn" value="User '%u' was already logged in and has now been automatically logged out. &lt;br />&lt;br />Please try logging in again"/>
	<phrase id="AuditTrailUnknownUserLoggedIn" value="Unknown user: '%u' attempted to log in"/>
	<phrase id="LogChangePassword" value="changed the password"/>
	<phrase id="LogResetPassword" value="reset the password"/>
	<phrase id="ErrorPassTooShort" value="Password too short. Minimum %n characters."/>
	<phrase id="ErrorPassTooLong" value="Password too long. Maximum %n characters."/>
	<phrase id="ErrorPassDoesNotIncludeLetter" value="Password must contain at least one lowercase character"/>
	<phrase id="ErrorPassDoesNotIncludeCaps" value="Password must contain at least one uppercase character"/>
	<phrase id="ErrorPassDoesNotIncludeNumber" value="Password must contain at least one numeric digit."/>
	<phrase id="ErrorPassDoesNotIncludeSymbol" value="Password must contain at least one symbol or special character"/>
	<phrase id="ErrorPassCouldNotBeSame" value="New password cannot be the same as the old password"/>
	<phrase id="mismatch" value="Mismatch"/>
	<phrase id="match" value="Match"/>
	<phrase id="empty" value="Empty"/>
	<phrase id="veryweak" value="Very weak"/>
	<phrase id="weak" value="Weak"/>
	<phrase id="better" value="Average"/>
	<phrase id="good" value="Good"/>
	<phrase id="strong" value="Strong"/>
	<phrase id="strongest" value="Very strong"/>
	<phrase id="PermissionPrinterFriendly" value="Printer Friendly"/>
	<phrase id="PermissionExportToHTML" value="Export to HTML"/>
	<phrase id="PermissionExportToExcel" value="Export to Excel"/>
	<phrase id="PermissionExportToWord" value="Export to Word"/>
	<phrase id="PermissionExportToPDF" value="Export to PDF"/>
	<phrase id="PermissionExportToXML" value="Export to XML"/>
	<phrase id="PermissionExportToCSV" value="Export to CSV"/>
	<phrase id="PermissionExportToEmail" value="Export to Email"/>
	<phrase id="DetailUserLevelPermissions" value="User Level Permissions"/>
	<phrase id="AnnouncementText" value="This is a sample announcement ..."/>
	<phrase id="MaintenanceTitle" value="Maintenance"/>
	<phrase id="MaintenanceUserMessage" value="Sorry... routine database maintenance is being performed. &lt;br />This part of the website is currently unavailable. &lt;br /> Please retry in "/>
	<phrase id="MaintenanceUserMessageUnknown" value="Sorry... routine database maintenance is currently being performed. &lt;br />This part of the website is currently unavailable."/>
	<phrase id="MaintenanceAdminMessage" value="Maintenance mode is enabled - concluding in "/>
	<phrase id="MaintenanceAdminMessageUnknown" value="Maintenance mode is enabled"/>
	<phrase id="MaintenanceAdminMessageError" value="Maintenance mode has not concluded as per the schedule - please investigate!"/>
	<phrase id="MaintenanceEndWarning" value="Maintenance Complete must be later than the current time"/>
	<phrase id="MaintenanceRetry" value="Try again..."/>
	<phrase id="days" value="day(s)"/>
	<phrase id="hours" value="hour(s)"/>
	<phrase id="minutes" value="minute(s)"/>
	<phrase id="seconds" value="second(s)"/>
	<phrase id="MaximumRecordsPerPage" value="Maximum of %t records per page"/>
	<phrase id="LongRecNo" value="Record Number"/>
	<phrase id="ShortRecNo" value="#"/>
	<phrase id="AddBreadcrumbLinks" value="Add Breadcrumb Link"/>
	<phrase id="AddBreadcrumbLinksNoDetails" value="Please enter the required details"/>
	<phrase id="AddBreadcrumbLinksNoParent" value="Operation failed - Page Title Parent does not exist in the breadcrumb links table"/>
	<phrase id="AddBreadcrumbLinksDuplicate" value="Operation failed - Page Title &lt;strong>%s&lt;/strong> already exists in the breadcrumb links table"/>
	<phrase id="AddBreadcrumbLinksFailed" value="Operation failed - please review your entries"/>
	<phrase id="AddBreadcrumbLinksSuccess" value="Operation successful - breadcrumb link &lt;strong>%s&lt;/strong> has been added"/>
	<phrase id="DeleteBreadcrumbLinks" value="Delete Breadcrumb Link"/>
	<phrase id="DeleteBreadcrumbLinksWarning" value="Warning: Removing a parent breadcrumb link will automatically delete all the child links below it. Take care as the deletion process cannot be reversed!"/>
	<phrase id="DeleteBreadcrumbLinksNoDetails" value="Please select a breadcrumb link record or Page Title"/>
	<phrase id="DeleteBreadcrumbLinksNoData" value="Operation failed - there is no data in the breadcrumb links table"/>
	<phrase id="DeleteBreadcrumbLinksNotFound" value="Operation failed - Page Title does not exist in the breadcrumb links table"/>
	<phrase id="DeleteBreadcrumbLinksFailed" value="Operation failed - please review your selection"/>
	<phrase id="DeleteBreadcrumbLinksSuccess" value="Operation successful - breadcrumb link &lt;strong>%s&lt;/strong> has been deleted"/>
	<phrase id="MoveBreadcrumbLinks" value="Move Breadcrumb Link"/>
	<phrase id="MoveBreadcrumbLinksNoDetails" value="Operation failed - please review your selections"/>
	<phrase id="MoveBreadcrumbLinksSame" value="Operation failed - New Root should be different to Current Root"/>
	<phrase id="MoveBreadcrumbLinksNoData" value="Operation failed - there is no data in the breadcrumb links table"/>
	<phrase id="MoveBreadcrumbLinksNoRoot" value="Operation failed - New Root does not exist in breadcrumb links table"/>
	<phrase id="MoveBreadcrumbLinksNoTitle" value="Operation failed - current Page Title does not exist in breadcrumb links table"/>
	<phrase id="MoveBreadcrumbLinksFailed" value="Operation failed - please review your selections"/>
	<phrase id="MoveBreadcrumbLinksSuccess" value="Operation successful - breadcrumb link &lt;strong>%1\$s&lt;/strong> has been moved below &lt;strong>%2\$s&lt;/strong>"/>
	<phrase id="CheckBreadcrumbLinks" value="Check Breadcrumb Link"/>
	<phrase id="CheckBreadcrumbLinksNoDetails" value="Please select a breadcrumb link record or Page Title"/>
	<phrase id="CheckBreadcrumbLinksNoData" value="Operation failed - there is no data in the breadcrumb links table"/>
	<phrase id="CheckBreadcrumbLinksNotFound" value="Operation failed - Page Title does not exist in the breadcrumb links table"/>
	<phrase id="CheckBreadcrumbLinksFailed" value="Operation failed - please review your selection"/>
	<phrase id="CheckBreadcrumbLinksAdvice" value="The breadcrumb trail below is only to indicate the full path of the specified breadcrumb link and to assist in identifying its parent links"/>

Custom Indonesian Phrases

	<phrase id="Welcome" value="Selamat datang"/>
	<phrase id="AskToLogout" value="Anda yakin ingin keluar sekarang?"/>
	<phrase id="BackToTop" value="Kembali ke atas"/>
	<phrase id="UserID" value="ID Pengguna"/>
	<phrase id="Yes" value="Ya"/>
	<phrase id="No" value="Tidak"/>
	<phrase id="AboutUs" value="Tentang Kami"/>
	<phrase id="Help" value="Bantuan"/>
	<phrase id="HelpNotAvailable" value="Maaf - tidak ada bantuan tersedia untuk halaman ini"/>
	<phrase id="TaCTitle" value="Syarat dan Ketentuan"/>
	<phrase id="TaCContent" value="&lt;i>Syarat dan &lt;u>Ketentuan&lt;/u>&lt;/i>.&lt;br />&lt;br />Masukkan syarat dan ketentuan di sini ...&lt;br />&lt;br />Semua standar format HTML bisa disertakan."/>
	<phrase id="TACNotAvailable" value="Syarat dan Ketentuan saat ini tidak tersedia"/>
	<phrase id="IAgree" value="Saya Setuju"/>
	<phrase id="RegisterSuccessPending" value="Pendaftaran berhasil - sebuah konfirmasi telah dikirim ke alamat email Anda"/>
	<phrase id="AccountHasBeenActivated" value="Akun '%u' telah diaktivasi"/>
	<phrase id="SubjectAccountActivated" value="Akun Anda Telah Diaktivasi"/>
	<phrase id="InvalidAccount" value="Akun tidak valid (atau akun sudah diaktivasi)"/>
	<phrase id="UserDeactivated" value="Akun user tersebut belum diaktivasi"/>
	<phrase id="SubjectRequestPasswordConfirmation" value="Konfirmasi permintaan kata sandi"/>
	<phrase id="PwdActKey" value="Silahkan cek Email Anda untuk melanjutkan"/>
	<phrase id="SubjectSendNewPassword" value="Kata Sandi baru"/>
	<phrase id="InvalidActivationKey" value="Kode aktivasi tidak valid (atau kata sandi sudah diaktifkan)"/>
	<phrase id="ExceedMaxRetry" value="Usaha maksium login sudah terlampaui. Akun sedang terkunci.&lt;br />Silahkan coba lagi setelah %t"/>
	<phrase id="UserLoggedIn" value="Pengguna '%u' sudah tercatat masuk sekarang dan telah berhasil keluar. &lt;br />&lt;br />Silahkan login lagi sekarang"/>
	<phrase id="AuditTrailUnknownUserLoggedIn" value="Pengguna tidak dikenal: '%u' berusaha login"/>
	<phrase id="LogChangePassword" value="mengganti kata sandi"/>
	<phrase id="LogResetPassword" value="mereset kata sandi"/>
	<phrase id="ErrorPassTooShort" value="Kata sandi terlalu singkat. Minimum %n karakter."/>
	<phrase id="ErrorPassTooLong" value="Kata sandi terlalu panjang. Maksimum %n karakter."/>
	<phrase id="ErrorPassDoesNotIncludeLetter" value="Kata sandi harus mengandung sedikitnya satu karakter angka."/>
	<phrase id="ErrorPassDoesNotIncludeCaps" value="Kata sandi harus mengandung sedikitnya satu karakter huruf besar."/>
	<phrase id="ErrorPassDoesNotIncludeNumber" value="Kata sandi harus mengandung sedikitnya satu karakter angka."/>
	<phrase id="ErrorPassDoesNotIncludeSymbol" value="Kata sandi harus mengandung sedikitnya satu karakter simbol."/>
	<phrase id="ErrorPassCouldNotBeSame" value="Kata sandi lama tidak boleh sama dengan kata sandi baru."/>
	<phrase id="mismatch" value="Tidak cocok"/>
	<phrase id="match" value="Cocok"/>
	<phrase id="empty" value="Kosong"/>
	<phrase id="veryweak" value="Sangat lemah"/>
	<phrase id="weak" value="Lemah"/>
	<phrase id="better" value="Lumayan"/>
	<phrase id="good" value="Baik"/>
	<phrase id="strong" value="Kuat"/>
	<phrase id="strongest" value="Sangat kuat"/>
	<phrase id="PermissionPrinterFriendly" value="Ramah Cetakan"/>
	<phrase id="PermissionExportToHTML" value="Ekspor ke HTML"/>
	<phrase id="PermissionExportToExcel" value="Ekspor ke Excel"/>
	<phrase id="PermissionExportToWord" value="Ekspor ke Word"/>
	<phrase id="PermissionExportToPDF" value="Eksor ke PDF"/>
	<phrase id="PermissionExportToXML" value="Ekspor ke XML"/>
	<phrase id="PermissionExportToCSV" value="Ekspor ke CSV"/>
	<phrase id="PermissionExportToEmail" value="Ekspor ke Email"/>
	<phrase id="DetailUserLevelPermissions" value="Hak Akses Level Pengguna"/>
	<phrase id="AnnouncementText" value="Ini adalah contoh pengumuman ..."/>
	<phrase id="MaintenanceTitle" value="Pemeliharaan"/>
	<phrase id="MaintenanceUserMessage" value="Maaf, kami sedang melakukan pemeliharaan basis data secara berkala. &lt;br />Sistem tidak dapat digunakan untuk saat ini. &lt;br /> Silahkan kembali lagi dalam "/>
	<phrase id="MaintenanceUserMessageUnknown" value="Maaf, kami sedang melakukan pemeliharaan basis data secara berkala. &lt;br />Sistem tidak dapat digunakan untuk saat ini sampai batas waktu yang belum diketahui."/>
	<phrase id="MaintenanceAdminMessage" value="Anda sedang dalam mode pemeliharaan."/>
	<phrase id="MaintenanceAdminMessageUnknown" value="Mode pemeliharaan sedang aktif"/>
	<phrase id="MaintenanceAdminMessageError" value="Mode pemeliharaan belum ditentukan waktu berakhirnya - silahkan periksa lagi!"/>
	<phrase id="MaintenanceEndWarning" value="Akhir dari waktu Pemeliharaan haruslah lebih besar dari waktu saat ini."/>
	<phrase id="MaintenanceRetry" value="Cobalah lagi ..."/>
	<phrase id="days" value="hari"/>
	<phrase id="hours" value="jam"/>
	<phrase id="minutes" value="menit"/>
	<phrase id="seconds" value="detik"/>
	<phrase id="MaximumRecordsPerPage" value="Maksimum %t record per halaman"/>
	<phrase id="LongRecNo" value="Nomor Record"/>
	<phrase id="ShortRecNo" value="#"/>
	<phrase id="AddBreadcrumbLinks" value="Tambahkan Tautan Breadcrumb"/>
	<phrase id="AddBreadcrumbLinksNoDetails" value="Masukkan detail yang dibutuhkan"/>
	<phrase id="AddBreadcrumbLinksNoParent" value="Operasi gagal - Induk Judul Halaman tidak ada di tabel breadcrumb"/>
	<phrase id="AddBreadcrumbLinksDuplicate" value="Operasi gagal - Judul Halaman &lt;strong>%s&lt;/strong> sudah ada di tabel breadcrumblinks"/>
	<phrase id="AddBreadcrumbLinksFailed" value="Operasi gagal - silahkan periksa ulang entrian Anda"/>
	<phrase id="AddBreadcrumbLinksSuccess" value="Operasi berhasil - tautan breadcrumb &lt;strong>%s&lt;/strong> telah ditambahkan"/>
	<phrase id="DeleteBreadcrumbLinks" value="Hapus Tautan Breadcrumb"/>
	<phrase id="DeleteBreadcrumbLinksWarning" value="Peringatan: Dengan menghapus sebuah induk tautan breadcrumb maka akan otomatis menghapus semua tautan di bawahnya. Berhati-hatilah karena proses ini tidak dapat dibatalkan!"/>
	<phrase id="DeleteBreadcrumbLinksNoDetails" value="Silahkan pilih sebuah tautan breadcrumb atau Judul Halaman"/>
	<phrase id="DeleteBreadcrumbLinksNoData" value="Operasi gagal - tidak ada data di tabel breadcrumblinks"/>
	<phrase id="DeleteBreadcrumbLinksNotFound" value="Operasi gagal - Judul Halaman tidak ada di tabel breadcrumblinks"/>
	<phrase id="DeleteBreadcrumbLinksFailed" value="Operasi gagal - silahkan periksa ulang entrian Anda"/>
	<phrase id="DeleteBreadcrumbLinksSuccess" value="Operasi berhasil - tautan breadcrumb &lt;strong>%s&lt;/strong> telah dihapus"/>
	<phrase id="MoveBreadcrumbLinks" value="Pindahkan Tautan Breadcrumb"/>
	<phrase id="MoveBreadcrumbLinksNoDetails" value="Operasi gagal - silahkan periksa ulang pilihan Anda"/>
	<phrase id="MoveBreadcrumbLinksSame" value="Operasi gagal - Induk Baru harus berbeda dengan Induk Sekarang"/>
	<phrase id="MoveBreadcrumbLinksNoData" value="Operasi gagal - tidak ada data di tabel breadcrumblinks"/>
	<phrase id="MoveBreadcrumbLinksNoRoot" value="Operasi gagal - Induk Baru tidak ada di tabel breadcrumblinks"/>
	<phrase id="MoveBreadcrumbLinksNoTitle" value="Operasi gagal - Judul Halaman sekarang tidak ada di tabel breadcrumblinks"/>
	<phrase id="MoveBreadcrumbLinksFailed" value="Operasi gagal - silahkan periksa ulang pilihan Anda"/>
	<phrase id="MoveBreadcrumbLinksSuccess" value="Operasi berhasil - tautan breadcrumb &lt;strong>%1\$s&lt;/strong> telah dipindahkan di bawah &lt;strong>%2\$s&lt;/strong>"/>
	<phrase id="CheckBreadcrumbLinks" value="Periksa Tautan Breadcrumb"/>
	<phrase id="CheckBreadcrumbLinksNoDetails" value="Silahkan pilih sebuah record tautan breadcrumb atau Judul Halaman"/>
	<phrase id="CheckBreadcrumbLinksNoData" value="Operasi gagal - tidak ada data di tabel breadcrumblinks"/>
	<phrase id="CheckBreadcrumbLinksNotFound" value="Operasi gagal - Judul Halaman tidak ada di tabel breadcrumblinks"/>
	<phrase id="CheckBreadcrumbLinksFailed" value="Operasi gagal - silahkan periksa ulang pilihan Anda"/>
	<phrase id="CheckBreadcrumbLinksAdvice" value="Breadcrumb di bawah ini hanya untuk memberitahukan alamat lengkap dari tautan breadcrumb yang terpilih dan membantu mengetahui tautan induknya."/>

Article by Masino Sinaga / PHPMaker Extensions / english.xml, extensions, indonesian.xml, language file, multi language, PHPMaker 9.2.0, phrases, setPhrase Leave a Comment

Implementing CSS Sprites in Web Applications that Generated by PHPMaker 9.2.0
How to Manage Breadcrumb Links Using MasinoFixedWidthSite Extension for PHPMaker 9.2.0

Leave a Reply Cancel reply

You must be logged in to post a comment.

This site uses Akismet to reduce spam. Learn how your comment data is processed.

Recent Posts

  • A New PHPMaker 2021 Project File Is Released
  • PHPMaker 2021 Demo Project File Is Released
  • Masino Extensions for PHPMaker 2021 Is Released!
  • A New PHPMaker 2020 Project File Is Released
  • PHPMaker 2020 Demo Project File Is Released
  • Masino Extensions for PHPMaker 2020 Is Released!
  • Inventory Stock Management Project, Why Should You Have It?
  • A New PHPMaker 2019 Project File Is Released!
  • PHPMaker 2019 Demo Project File Is Released!
  • Masino Extensions for PHPMaker 2019 Is Released!

Search

Recent Comments

  • saleh alayafi on A Case Study: Hiding Certain Fields Based on the Selected Value in ComboBox in Add Pages of the Websites that Generated by PHPMaker 9.2.0
  • Masino Sinaga on A Case Study: Hiding Certain Fields Based on the Selected Value in ComboBox in Add Pages of the Websites that Generated by PHPMaker 9.2.0
  • saleh alayafi on A Case Study: Hiding Certain Fields Based on the Selected Value in ComboBox in Add Pages of the Websites that Generated by PHPMaker 9.2.0
  • Masino Sinaga on A Case Study: Hiding Certain Fields Based on the Selected Value in ComboBox in Add Pages of the Websites that Generated by PHPMaker 9.2.0
  • Masino Sinaga on A Case Study: Hiding Certain Fields Based on the Selected Value in ComboBox in Add Pages of the Websites that Generated by PHPMaker 9.2.0

Demo Website

  • Demo of I Love PHPMaker 2021 (MasinoExtensions).
  • Indonesia Post Offices.
  • Stock Inventory Management.
  • Demo of PHPMaker + PHP Report Maker

Another Demo

The following template are not available in this site (must be purchased separately)

  • PHPMaker v2018 Horizontal Vertical Template.
  • PHPMaker v2017 Horizontal Vertical Template.

Demo Explanation

Stock Inventory Management is the good project for your reference, since it uses the real example in the real world. Many useful features you can use from this project, such as how to add the Thousand and Decimal separator character, and also how to calculate multiple row in Grid-Add when End-Users are entering data into the Grid-Add mode.

Categories

  • Customize Template (103)
  • General (3)
  • PHP Report Maker (17)
  • PHP Report Maker Extensions (2)
  • PHPMaker Extensions (79)
  • Tips and Trick (72)

Articles based on version

  • PHPMaker 2021
  • PHPMaker 2020
  • PHPMaker 2019
  • PHPMaker 2018
  • PHPMaker 2017.0.7
  • PHPMaker 12.0.7
  • PHPMaker 11.0.6
  • PHPMaker 10.0.5
  • PHPMaker 9.2.0
  • PHPMaker 8.0.3
  • PHP Report Maker 12

(c) I Love PHPMaker 2010 - 2019 by Masino Sinaga | WordPress | Log in | Back to top