From 68b975513a25544d12c23242bf5d2b2e77700609 Mon Sep 17 00:00:00 2001 From: Eric Fischer Date: Thu, 2 Dec 2010 14:12:25 -0800 Subject: Rename Indonesian and Hebrew translations to match Locale.java conventions Change-Id: Id3eaf43c69acdff39966ce6b4af4d51ebf14c999 --- tests/res/values-he/strings.xml | 34 ---------------------------------- tests/res/values-id/strings.xml | 34 ---------------------------------- tests/res/values-in/strings.xml | 34 ++++++++++++++++++++++++++++++++++ tests/res/values-iw/strings.xml | 34 ++++++++++++++++++++++++++++++++++ 4 files changed, 68 insertions(+), 68 deletions(-) delete mode 100644 tests/res/values-he/strings.xml delete mode 100644 tests/res/values-id/strings.xml create mode 100644 tests/res/values-in/strings.xml create mode 100644 tests/res/values-iw/strings.xml (limited to 'tests/res') diff --git a/tests/res/values-he/strings.xml b/tests/res/values-he/strings.xml deleted file mode 100644 index 7efcdb3..0000000 --- a/tests/res/values-he/strings.xml +++ /dev/null @@ -1,34 +0,0 @@ - - - - - "בר-גילוי" - "התחל סריקה" - "עצור סריקה" - - - - - - - - - - - - - diff --git a/tests/res/values-id/strings.xml b/tests/res/values-id/strings.xml deleted file mode 100644 index 0a8f15c..0000000 --- a/tests/res/values-id/strings.xml +++ /dev/null @@ -1,34 +0,0 @@ - - - - - "Dapat ditemukan" - "Mulai memindai" - "Hentikan pemindaian" - - - - - - - - - - - - - diff --git a/tests/res/values-in/strings.xml b/tests/res/values-in/strings.xml new file mode 100644 index 0000000..0a8f15c --- /dev/null +++ b/tests/res/values-in/strings.xml @@ -0,0 +1,34 @@ + + + + + "Dapat ditemukan" + "Mulai memindai" + "Hentikan pemindaian" + + + + + + + + + + + + + diff --git a/tests/res/values-iw/strings.xml b/tests/res/values-iw/strings.xml new file mode 100644 index 0000000..7efcdb3 --- /dev/null +++ b/tests/res/values-iw/strings.xml @@ -0,0 +1,34 @@ + + + + + "בר-גילוי" + "התחל סריקה" + "עצור סריקה" + + + + + + + + + + + + + -- cgit v1.1