From bd1b4597e491d75691b629b97eca9a3c4c31eaac Mon Sep 17 00:00:00 2001 From: Michael Bestas Date: Sun, 4 Feb 2018 17:14:38 +0200 Subject: Gallery: Fix translatability of CAF additions to filtershow Change-Id: Ibcb2dfaf98ae367461365187c9549e544d119e90 --- res/layout/filtershow_crop_button.xml | 2 +- res/layout/filtershow_history_panel.xml | 2 +- res/menu/filtershow_activity_menu.xml | 2 +- res/menu/filtershow_menu_crop.xml | 2 +- res/values/codeaurora_filtershow_strings.xml | 150 +++++++++++++++++++++ res/values/filtershow_strings.xml | 124 +---------------- .../gallery3d/filtershow/FilterShowActivity.java | 6 +- 7 files changed, 162 insertions(+), 126 deletions(-) create mode 100644 res/values/codeaurora_filtershow_strings.xml diff --git a/res/layout/filtershow_crop_button.xml b/res/layout/filtershow_crop_button.xml index b42d6b656..22c467ea6 100644 --- a/res/layout/filtershow_crop_button.xml +++ b/res/layout/filtershow_crop_button.xml @@ -24,4 +24,4 @@ android:background="@drawable/filtershow_button_background" android:scaleType="centerInside" android:visibility="gone" - android:text="@string/aspectNone_effect" /> \ No newline at end of file + android:text="@string/aspectFree_effect" /> diff --git a/res/layout/filtershow_history_panel.xml b/res/layout/filtershow_history_panel.xml index 392e39cbe..992d05a85 100644 --- a/res/layout/filtershow_history_panel.xml +++ b/res/layout/filtershow_history_panel.xml @@ -53,7 +53,7 @@ android:id="@+id/resetOperationsButton" style="@style/FilterShowHistoryButton" android:gravity="center" - android:text="@string/reset" /> + android:text="@string/back_to_original" />