Values for cwListBoxSelectAll and cwListBoxCategories were reversed.
Found by: jat
Patch by: rdayal
git-svn-id: https://google-web-toolkit.googlecode.com/svn/trunk@2920 8db76d5a-ed1c-0410-87a9-c151d255dfc7
diff --git a/samples/showcase/src/com/google/gwt/sample/showcase/client/ShowcaseConstants.properties b/samples/showcase/src/com/google/gwt/sample/showcase/client/ShowcaseConstants.properties
index b1f0b62..fe0cb13 100644
--- a/samples/showcase/src/com/google/gwt/sample/showcase/client/ShowcaseConstants.properties
+++ b/samples/showcase/src/com/google/gwt/sample/showcase/client/ShowcaseConstants.properties
@@ -143,8 +143,8 @@
cwListBoxName = List Box
cwListBoxDescription = Built-in selection box and drop down lists
cwListBoxCategories = Cars, Sports, Vacation Spots
-cwListBoxSelectAll = <b>Select a category:</b>
-cwListBoxSelectCategory = <b>Select all that apply:</b>
+cwListBoxSelectAll = <b>Select all that apply:</b>
+cwListBoxSelectCategory = <b>Select a category:</b>
cwListBoxSports = Baseball, Basketball, Football, Hockey, Lacrosse, Polo, Soccor, Softball, Water Polo
cwListBoxVacations = Carribean, Disney World, Grand Canyon, Paris, Italy
cwMenuBarName = Menu Bar
diff --git a/samples/showcase/src/com/google/gwt/sample/showcase/client/ShowcaseConstants_ar.properties b/samples/showcase/src/com/google/gwt/sample/showcase/client/ShowcaseConstants_ar.properties
index 9e34a0a..725e433 100644
--- a/samples/showcase/src/com/google/gwt/sample/showcase/client/ShowcaseConstants_ar.properties
+++ b/samples/showcase/src/com/google/gwt/sample/showcase/client/ShowcaseConstants_ar.properties
@@ -139,8 +139,8 @@
cwListBoxName = مربع اللائحة
cwListBoxDescription = مربع اختيار ولوائح منسدلة مضمنين
cwListBoxCategories = سيارات, رياضة, مواقع للعطلة
-cwListBoxSelectAll = <b>اختر الفئة:</b>
-cwListBoxSelectCategory = <b>اختر كل ما ينطبق:</b>
+cwListBoxSelectAll = <b>اختر كل ما ينطبق:</b>
+cwListBoxSelectCategory = <b>اختر الفئة:</b>
cwListBoxSports = البيسبول , كرة السلة , كرة القدم الامريكية , الهوكي , لاكروس , بولو , كرة القدم , الكرة الناعمة , وكرة الماء
cwListBoxVacations = منطقة البحر الكاريبي , ديزني وورلد , جراند كانيون , باريس , ايطاليا
cwMenuBarName = شريط القوائم
diff --git a/samples/showcase/src/com/google/gwt/sample/showcase/client/ShowcaseConstants_fr.properties b/samples/showcase/src/com/google/gwt/sample/showcase/client/ShowcaseConstants_fr.properties
index 88624c4..efc3198 100644
--- a/samples/showcase/src/com/google/gwt/sample/showcase/client/ShowcaseConstants_fr.properties
+++ b/samples/showcase/src/com/google/gwt/sample/showcase/client/ShowcaseConstants_fr.properties
@@ -139,8 +139,8 @@
cwListBoxName = Zone de liste
cwListBoxDescription = Zone de sélection et listes déroulantes intégrées
cwListBoxCategories = Voitures, Sports, Lieux de vacances
-cwListBoxSelectAll = <b>Sélectionnez une catégorie:</b>
-cwListBoxSelectCategory = <b>Sélectionnez toutes les options appropriées:</b>
+cwListBoxSelectAll = <b>Sélectionnez toutes les options appropriées:</b>
+cwListBoxSelectCategory = <b>Sélectionnez une catégorie:</b>
cwListBoxSports = Base-ball, Basket-ball, Football, Hockey, Crosse, Polo, Soccer, Softball, Water-polo
cwListBoxVacations = Caraïbes, Disneyland, Grand Canyon, Paris, Italie
cwMenuBarName = Barre de menus
diff --git a/samples/showcase/src/com/google/gwt/sample/showcase/client/ShowcaseConstants_zh.properties b/samples/showcase/src/com/google/gwt/sample/showcase/client/ShowcaseConstants_zh.properties
index 2fa4627..8de7443 100644
--- a/samples/showcase/src/com/google/gwt/sample/showcase/client/ShowcaseConstants_zh.properties
+++ b/samples/showcase/src/com/google/gwt/sample/showcase/client/ShowcaseConstants_zh.properties
@@ -139,8 +139,8 @@
cwListBoxName = 列表框
cwListBoxDescription = 内置的选择框和下拉列表
cwListBoxCategories = 汽车, 体育, 度假景点
-cwListBoxSelectAll = <b>选择类别:</b>
-cwListBoxSelectCategory = <b>选择所有适用内容:</b>
+cwListBoxSelectAll = <b>选择所有适用内容:</b>
+cwListBoxSelectCategory = <b>选择类别:</b>
cwListBoxSports = 棒球, 篮球, 足球, 冰球, 长柄曲棍球, 马球, 足球, 垒球, 水球
cwListBoxVacations = 加勒比海, 迪斯尼乐园, 大峡谷, 巴黎, 意大利
cwMenuBarName = 菜单栏