diff options
Diffstat (limited to 'src/main/res/values')
-rw-r--r-- | src/main/res/values/attrs.xml | 3 | ||||
-rw-r--r-- | src/main/res/values/dimens.xml | 1 | ||||
-rw-r--r-- | src/main/res/values/fineprint.xml | 4 | ||||
-rw-r--r-- | src/main/res/values/strings.xml | 13 | ||||
-rw-r--r-- | src/main/res/values/themes.xml | 6 |
5 files changed, 24 insertions, 3 deletions
diff --git a/src/main/res/values/attrs.xml b/src/main/res/values/attrs.xml index 8062cd7e..82f9db89 100644 --- a/src/main/res/values/attrs.xml +++ b/src/main/res/values/attrs.xml @@ -53,4 +53,7 @@ <attr name="icon_notifications_paused" format="reference"/> <attr name="icon_notifications_none" format="reference"/> + <attr name="dialog_horizontal_padding" format="dimension"/> + <attr name="dialog_vertical_padding" format="dimension"/> + </resources>
\ No newline at end of file diff --git a/src/main/res/values/dimens.xml b/src/main/res/values/dimens.xml index 95e80055..4ce44f22 100644 --- a/src/main/res/values/dimens.xml +++ b/src/main/res/values/dimens.xml @@ -5,4 +5,5 @@ <dimen name="infocard_padding">16dp</dimen> <dimen name="conversations_overview_width">288dp</dimen> <dimen name="image_button_padding">8dp</dimen> + <dimen name="fineprint_size">11sp</dimen> </resources> diff --git a/src/main/res/values/fineprint.xml b/src/main/res/values/fineprint.xml new file mode 100644 index 00000000..55eeccb6 --- /dev/null +++ b/src/main/res/values/fineprint.xml @@ -0,0 +1,4 @@ +<?xml version="1.0" encoding="utf-8"?> +<resources> + <string name="free_for_six_month">¹ Optional conversations.im account €8/year. 6 month free.</string> +</resources>
\ No newline at end of file diff --git a/src/main/res/values/strings.xml b/src/main/res/values/strings.xml index 1d53a278..c2f86189 100644 --- a/src/main/res/values/strings.xml +++ b/src/main/res/values/strings.xml @@ -248,7 +248,7 @@ <string name="contact_already_exists">The contact already exists</string> <string name="join">Join</string> <string name="conference_address">Conference address</string> - <string name="conference_address_example">room@conference.example.com</string> + <string name="conference_address_example">room@conference.example.com/nick</string> <string name="save_as_bookmark">Save as bookmark</string> <string name="delete_bookmark">Delete bookmark</string> <string name="bookmark_already_exists">This bookmark already exists</string> @@ -284,6 +284,7 @@ <string name="conference_requires_password">Conference requires password</string> <string name="enter_password">Enter password</string> <string name="missing_presence_updates">Missing presence updates from contact</string> + <string name="missing_presence_subscription">Missing presence subscription</string> <string name="request_presence_updates">Please request presence updates from your contact first.\n\n<small>This will be used to determine what client(s) your contact is using.</small></string> <string name="request_now">Request now</string> <string name="delete_fingerprint">Delete Fingerprint</string> @@ -629,8 +630,8 @@ <string name="no_application_to_share_uri">No application found to share URI</string> <string name="share_uri_with">Share URI with…</string> <string translatable="false" name="welcome_header">Join the Conversation</string> - <string name="welcome_text">XMPP is a provider independent protocol. You can use this client with what ever XMPP server you choose.\nHowever for your convenience we made it easy to create an account on conversations.im; a provider specially suited for the use with Conversations.</string> - <string name="magic_create_text">We will guide you through the process of creating an account on conversations.im.\nWhen picking conversations.im as a provider you will be able to communicate with users of other providers by giving them your full Jabber ID.</string> + <string name="welcome_text">XMPP is a provider independent protocol. You can use this client with what ever XMPP server you choose.\nHowever for your convenience we made it easy to create an account on conversations.im¹; a provider specially suited for the use with Conversations.</string> + <string name="magic_create_text">We will guide you through the process of creating an account on conversations.im.¹\nWhen picking conversations.im as a provider you will be able to communicate with users of other providers by giving them your full Jabber ID.</string> <string name="your_full_jid_will_be">Your full Jabber ID will be: %s</string> <string name="create_account">Create Account</string> <string name="use_own_provider">Use my own provider</string> @@ -685,6 +686,12 @@ <string name="unable_to_update_account">Unable to update account</string> <string name="missing_presence_subscription_with_x">Missing presence subscription with %s.</string> <string name="missing_keys_from_x">Missing OMEMO keys from %s.</string> + <string name="missing_omemo_keys">Missing OMEMO keys</string> <string name="wrong_conference_configuration">This is not a private, non-anonymous conference.</string> <string name="this_conference_has_no_members">There are no members in this conference.</string> + <string name="report_jid_as_spammer">Report this JID as sending unwanted messages.</string> + <string name="pref_delete_omemo_identities">Delete OMEMO identities</string> + <string name="pref_delete_omemo_identities_summary">Regenerate your OMEMO keys. All your contacts will have to verify you again. Use this only as a last resort.</string> + <string name="delete_selected_keys">Delete selected keys</string> + <string name="error_publish_avatar_offline">You need to be connected to publish your avatar.</string> </resources> diff --git a/src/main/res/values/themes.xml b/src/main/res/values/themes.xml index 1b3a4098..f15822c9 100644 --- a/src/main/res/values/themes.xml +++ b/src/main/res/values/themes.xml @@ -43,6 +43,9 @@ <item name="attr/icon_alpha">1.0</item> + <item name="attr/dialog_horizontal_padding">16dp</item> + <item name="attr/dialog_vertical_padding">16dp</item> + <item name="attr/icon_group">@drawable/ic_action_group</item> <item name="attr/icon_new">@drawable/ic_action_new</item> <item name="attr/icon_new_attachment">@drawable/ic_action_new_attachment</item> @@ -93,6 +96,9 @@ <item name="attr/icon_alpha">1.0</item> + <item name="attr/dialog_horizontal_padding">16dp</item> + <item name="attr/dialog_vertical_padding">16dp</item> + <item name="attr/icon_add_group">@drawable/ic_action_add_group</item> <item name="attr/icon_add_person">@drawable/ic_action_add_person</item> <item name="attr/icon_cancel">@drawable/ic_action_cancel</item> |