Skip to content

Commit

Permalink
Add Malay
Browse files Browse the repository at this point in the history
  • Loading branch information
yanokwa committed May 11, 2019
1 parent 36abbf5 commit 3872f86
Show file tree
Hide file tree
Showing 2 changed files with 38 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,9 @@ public class ApplicationConstants {
public static final int SQLITE_MAX_VARIABLE_NUMBER = 999;

static final String[] TRANSLATIONS_AVAILABLE = {"af", "am", "ar",
"bn", "ca", "cs", "de", "en", "es", "et", "fa", "fi", "fr", "ha",
"hi", "hu", "in", "it", "ja", "ka", "km", "ln", "lo_LA", "lt",
"mg", "ml", "mr", "my", "nb", "ne_NP", "nl", "no", "pl", "ps",
"bn", "ca", "cs", "de", "en", "es", "et", "fa", "fi", "fr",
"ha", "hi", "hu", "in", "it", "ja", "ka", "km", "ln", "lo_LA", "lt",
"mg", "ml", "mr", "ms", "my", "nb", "ne_NP", "nl", "no", "pl", "ps",
"pt", "ro", "ru", "si", "sl", "so", "sq", "sr", "sv_SE", "sw",
"sw_KE", "ta", "th_TH", "ti", "tl", "tr", "uk", "ur", "ur_PK",
"uz", "vi", "zh", "zu"};
Expand Down
35 changes: 35 additions & 0 deletions collect_app/src/main/res/values-ms/strings.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,35 @@
<?xml version='1.0' encoding='UTF-8'?>
<resources xmlns:tools="http://schemas.android.com/tools">
<string name="show_password">Tunjuk Kata Laluan</string>
<string name="view_image">Lihat Gambar</string>
<string name="view_video">Lihat Video</string>
<string name="add_another">Tambah Kumpulan</string>
<string name="cancel">Batal</string>
<string name="cancel_loading_form">Batal</string>
<string name="cancel_location">Batal</string>
<string name="change_language">Tukar Bahasa</string>
<string name="clear_answer_no">Batal</string>
<string name="delete_repeat_no">Batal</string>
<string name="do_not_change">Batal</string>
<string name="do_not_exit">Batal</string>
<string name="entering_repeat">Tambah Kumpulan</string>
<string name="forms">Borang Kosong</string>
<string name="get_forms">Minta Borang Kosong</string>
<string name="password">Kata Laluan</string>
<string name="view_sent_forms">Lihat Borang DiMuat</string>
<string name="choose_image">Pilih Gambar</string>
<!--http://docs.oracle.com/javase/6/docs/api/java/text/SimpleDateFormat.html-->
<!--http://docs.oracle.com/javase/6/docs/api/java/text/SimpleDateFormat.html-->
<!--http://docs.oracle.com/javase/6/docs/api/java/text/SimpleDateFormat.html-->
<!--http://docs.oracle.com/javase/6/docs/api/java/text/SimpleDateFormat.html-->
<!--http://docs.oracle.com/javase/6/docs/api/java/text/SimpleDateFormat.html-->
<!--Geo string added in feature-geofeatures branch-->
<!--&lt; and &gt; surrounds the text so it will appear as <no form loaded>-->
<!--%1$s represents degrees, %2$s represents minutes and %3$s represents seconds as in W 18°48'8"-->
<!--%1$s represents degrees, %2$s represents minutes and %3$s represents seconds as in E 18°48'8"-->
<!--%1$s represents degrees, %2$s represents minutes and %3$s represents seconds as in S 18°48'8"-->
<!--%1$s represents degrees, %2$s represents minutes and %3$s represents seconds as in N 18°48'8"-->
<!--<string name="submission_transport_admin_setting">Submission transport</string>-->
<!--Displays dates in specialized calendars with the Gregorian dates in parentheses. This is translated so right-to-left languages can specify the correct order-->
<!--Sms submission-->
</resources>

0 comments on commit 3872f86

Please sign in to comment.