diff options
Diffstat (limited to 'app/src/main/res')
-rw-r--r-- | app/src/main/res/values/strings.xml | 2 | ||||
-rw-r--r-- | app/src/main/res/values/strings_no_translate.xml | 1 | ||||
-rw-r--r-- | app/src/main/res/values/strings_preferences.xml | 3 | ||||
-rw-r--r-- | app/src/main/res/xml/frost_changelog.xml | 3 |
4 files changed, 9 insertions, 0 deletions
diff --git a/app/src/main/res/values/strings.xml b/app/src/main/res/values/strings.xml index b3cf823e..282f1745 100644 --- a/app/src/main/res/values/strings.xml +++ b/app/src/main/res/values/strings.xml @@ -46,6 +46,8 @@ <string name="new_message">New Message</string> <string name="no_text">No text</string> + <string name="show_all_results">Show All Results</string> + <!--About--> <string name="frost_description">Frost is a fully themable, diff --git a/app/src/main/res/values/strings_no_translate.xml b/app/src/main/res/values/strings_no_translate.xml index 6b35ad64..b805e00d 100644 --- a/app/src/main/res/values/strings_no_translate.xml +++ b/app/src/main/res/values/strings_no_translate.xml @@ -3,4 +3,5 @@ <string name="dev_paypal" translatable="false">https://www.paypal.me/Allanw9</string> <string name="paypal" translatable="false">PayPal</string> <string name="play_store_package_id" translatable="false">com.pitchedapps.frost</string> + <string name="translation_url" translatable="false">https://crwd.in/frost-for-facebook</string> </resources> diff --git a/app/src/main/res/values/strings_preferences.xml b/app/src/main/res/values/strings_preferences.xml index 590e8fe5..a54b95e7 100644 --- a/app/src/main/res/values/strings_preferences.xml +++ b/app/src/main/res/values/strings_preferences.xml @@ -22,6 +22,9 @@ <string name="about_frost">About Frost for Facebook</string> <string name="about_frost_desc">Version, Credits, and FAQs</string> + <string name="help_translate">Help Translate</string> + <string name="help_translate_desc">Frost is translated through crowdin. Contribute if you want it in your language!</string> + <string name="debug_frost">Frost Debugger</string> <string name="debug_frost_desc">Send html data to help with debugging.</string> diff --git a/app/src/main/res/xml/frost_changelog.xml b/app/src/main/res/xml/frost_changelog.xml index 1c98aa08..16a0085b 100644 --- a/app/src/main/res/xml/frost_changelog.xml +++ b/app/src/main/res/xml/frost_changelog.xml @@ -6,6 +6,9 @@ <item text="" /> --> + <version title="Translations are opened!" /> + <item text="If you want to have Frost in your language, please consider helping translate it. Link is in settings." /> + <version title="v1.5.8" /> <item text="Fix theme for newer comments layout" /> <item text="Revert media picker to use system default" /> |