//language change

This commit is contained in:
Gagan290
2017-02-23 15:36:18 +05:30
parent 74b4aa7589
commit 303cf83f8c
37 changed files with 619 additions and 147 deletions
@@ -27,7 +27,7 @@
android:layout_marginLeft="10dp"
android:background="@color/colorPrimary"
android:padding="5dp"
android:text="Add Shelf"
android:text="@string/stock_planogram_add_shelf"
android:textAppearance="?android:attr/textAppearanceSmall"
android:textColor="@color/white" />
@@ -35,7 +35,7 @@
android:paddingLeft="20dp"
android:paddingRight="10dp"
android:paddingTop="15dp"
android:text="Add Shelf"
android:text="@string/stock_planogram_add_shelf"
android:textAppearance="?android:attr/textAppearanceMedium"
android:textColor="@color/colorPrimary" />
</LinearLayout>
@@ -161,7 +161,7 @@
android:paddingBottom="5dp"
android:paddingLeft="10dp"
android:paddingTop="5dp"
android:text="Add Shelf"
android:text="@string/stock_planogram_add_shelf"
android:textAppearance="?android:attr/textAppearanceSmall"
android:textColor="@color/colorPrimary" />
@@ -187,7 +187,7 @@
android:paddingBottom="5dp"
android:paddingLeft="10dp"
android:paddingTop="5dp"
android:text="Position on Shelf"
android:text="@string/stock_planogram_position_on_shelf"
android:textAppearance="?android:attr/textAppearanceSmall"
android:textColor="@color/colorPrimary" />
@@ -222,7 +222,7 @@
android:layout_marginLeft="10dp"
android:background="@color/colorPrimary"
android:padding="5dp"
android:text="Add Shelf"
android:text="@string/stock_planogram_add_shelf"
android:textAppearance="?android:attr/textAppearanceSmall"
android:textColor="@color/white" />
@@ -234,7 +234,7 @@
android:layout_marginRight="10dp"
android:background="@color/colorPrimary"
android:padding="5dp"
android:text="Cancel"
android:text="@string/cancel"
android:textAppearance="?android:attr/textAppearanceSmall"
android:textColor="@color/white" />
</RelativeLayout>
@@ -73,7 +73,7 @@
android:layout_marginLeft="10dp"
android:background="@color/colorPrimary"
android:padding="5dp"
android:text="Add SKU to Shelf"
android:text="@string/stock_planogram_add_sku_to_shelf"
android:textAppearance="?android:attr/textAppearanceSmall"
android:textColor="@color/white" />
@@ -85,7 +85,7 @@
android:layout_marginRight="10dp"
android:background="@color/colorPrimary"
android:padding="5dp"
android:text="Cancel"
android:text="@string/cancel"
android:textAppearance="?android:attr/textAppearanceSmall"
android:textColor="@color/white" />
</RelativeLayout>
@@ -54,7 +54,7 @@
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_marginRight="15dp"
android:text="Add SKU"
android:text="@string/stock_planogram_add_sku"
android:textAppearance="?android:attr/textAppearanceSmall"
android:textColor="@color/black" />
</LinearLayout>
+17 -11
View File
@@ -202,18 +202,24 @@
<string name="yes">نعم</string>
<!--Stock Facing Planogram Tracker-->
<string name="stock_planogram_data_uploading">Stock Planogram Data Uploading</string>
<string name="stock_planogram_data_uploading">تحميل بيانات البلانوجرام الخاص بالمخزون</string>
<string name="daily_data_menu_category_picture">Category Pictures</string>
<string name="title_activity_category_picture">CategoryPicture</string>
<string name="daily_data_menu_category_picture">صور الفئة</string>
<string name="title_activity_category_picture">صور الفئة</string>
<string name="stock_planogram_data_noCamera_data">Please fill the no camera data</string>
<string name="stock_planogram_shelf">Shelf </string>
<string name="stock_planogram_shelf_position"> Position </string>
<string name="stock_planogram_already_exists">is already exists</string>
<string name="stock_planogram_data_select_one_sku">Please select atleast one sku</string>
<string name="stock_planogram_data_add_shelf">Add sku, shelf can not be empty</string>
<string name="stock_planogram_data_noCamera_data">رجاء املأ بيانات عدم امكانية التصوير</string>
<string name="stock_planogram_shelf"> الرف</string>
<string name="stock_planogram_shelf_position"> الموقع </string>
<string name="stock_planogram_already_exists">موجود بالفعل</string>
<string name="stock_planogram_data_select_one_sku">رجاء اختيار صنف واحد على الأقل</string>
<string name="stock_planogram_data_add_shelf">أضف صنف لا يمكن ترك الرف فارغا</string>
<string name="stock_planogram_data_add_shelf_position_already_exists">الرف/ الموقع موجود بالفعل</string>
<string name="stock_planogram_add_shelf">Add Shelf</string>
<string name="stock_planogram_add_sku">Add Sku</string>
<string name="stock_planogram_add_sku_to_shelf">Add Sku to Shelf</string>
<string name="stock_planogram_planogram_tracker">Planogram Tracker</string>
<string name="stock_planogram_position_on_shelf">Position on Shelf</string>
<string name="language">ARABIC-KSA</string>
<string name="language_return">AR</string>
</resources>
@@ -243,7 +243,7 @@
<string name="stock_planogram_data_uploading">Stok Planogram Veri Gönderimi</string>
<string name="daily_data_menu_category_picture">Kategori Resimleri</string>
<string name="title_activity_category_picture">KategoriResimleri</string>
<string name="title_activity_category_picture">Kategori Resimleri</string>
<string name="stock_planogram_data_noCamera_data">Lütfen kamera yok datasını doldurun</string>
<string name="stock_planogram_shelf">Raf </string>
@@ -252,8 +252,14 @@
<string name="stock_planogram_data_select_one_sku">En azindan 1 SKU seçmelisiniz</string>
<string name="stock_planogram_data_add_shelf">SKU ekleyin, raf boş olamaz</string>
<string name="language">English</string>
<string name="language_return">TR</string>
<string name="stock_planogram_data_add_shelf_position_already_exists">Raf / Konum zaten var</string>
<string name="stock_planogram_add_shelf">Add Shelf</string>
<string name="stock_planogram_add_sku">Add Sku</string>
<string name="stock_planogram_add_sku_to_shelf">Add Sku to Shelf</string>
<string name="stock_planogram_planogram_tracker">Planogram Tracker</string>
<string name="stock_planogram_position_on_shelf">Position on Shelf</string>
</resources>
+9 -2
View File
@@ -286,7 +286,14 @@
<string name="stock_planogram_data_select_one_sku">Please select atleast one sku</string>
<string name="stock_planogram_data_add_shelf">Add sku, shelf can not be empty</string>
<string name="language">English</string>
<string name="language_return">EN</string>
<string name="stock_planogram_data_add_shelf_position_already_exists">Shelf/ Position already exists</string>
<string name="stock_planogram_add_shelf">Add Shelf</string>
<string name="stock_planogram_add_sku">Add Sku</string>
<string name="stock_planogram_add_sku_to_shelf">Add Sku to Shelf</string>
<string name="stock_planogram_planogram_tracker">Planogram Tracker</string>
<string name="stock_planogram_position_on_shelf">Position on Shelf</string>
</resources>