Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
jami-client-android
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Requirements
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Deploy
Releases
Model registry
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
savoirfairelinux
jami-client-android
Commits
bf21db40
Commit
bf21db40
authored
4 years ago
by
Pierre Duchemin
Committed by
Adrien Béraud
4 years ago
Browse files
Options
Downloads
Patches
Plain Diff
prefs: extract translations
Change-Id: I8d74b645a3bc6ec0c6710d24bfddcdff95c4c69f
parent
220eeed1
No related branches found
No related tags found
No related merge requests found
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
ring-android/app/src/main/res/values/strings_account.xml
+2
-0
2 additions, 0 deletions
ring-android/app/src/main/res/values/strings_account.xml
ring-android/app/src/main/res/xml/account_prefs_jami.xml
+2
-2
2 additions, 2 deletions
ring-android/app/src/main/res/xml/account_prefs_jami.xml
with
4 additions
and
2 deletions
ring-android/app/src/main/res/values/strings_account.xml
+
2
−
0
View file @
bf21db40
...
...
@@ -106,6 +106,7 @@ along with this program; if not, write to the Free Software
<!-- Advanced Details -->
<string
name=
"account_preferences_advanced_tab"
>
Advanced
</string>
<string
name=
"account_call_settings_title"
>
Call settings
</string>
<string
name=
"account_dht_public_in_calls_label"
>
Allow incoming calls from unknown contacts
</string>
<string
name=
"account_registration_exp_label"
>
Registration Expire
</string>
<string
name=
"account_local_interface_label"
>
Local Interface
</string>
...
...
@@ -113,6 +114,7 @@ along with this program; if not, write to the Free Software
<string
name=
"account_stun_enable_label"
>
Use Stun
</string>
<string
name=
"account_stun_server_label"
>
Stun Server
</string>
<string
name=
"account_accept_files"
>
Accept incoming files automatically
</string>
<string
name=
"account_conversation_settings_title"
>
Conversation settings
</string>
<string
name=
"account_accept_files_max_size"
>
Maximum file size to accept automatically
</string>
<string
name=
"account_accept_files_never"
>
Never accept automatically
</string>
<string
name=
"account_accept_files_always"
>
Always accept automatically
</string>
...
...
This diff is collapsed.
Click to expand it.
ring-android/app/src/main/res/xml/account_prefs_jami.xml
+
2
−
2
View file @
bf21db40
...
...
@@ -21,7 +21,7 @@ along with this program; if not, write to the Free Software
xmlns:app=
"http://schemas.android.com/apk/res-auto"
xmlns:tools=
"http://schemas.android.com/tools"
>
<androidx.preference.PreferenceCategory
android:title=
"
C
all
settings"
>
<androidx.preference.PreferenceCategory
android:title=
"
@string/account_c
all
_
settings
_title
"
>
<SwitchPreference
android:defaultValue=
"false"
...
...
@@ -37,7 +37,7 @@ along with this program; if not, write to the Free Software
android:title=
"@string/account_autoanswer_label"
/>
</androidx.preference.PreferenceCategory>
<androidx.preference.PreferenceCategory
android:title=
"
C
onversation
settings"
>
<androidx.preference.PreferenceCategory
android:title=
"
@string/account_c
onversation
_
settings
_title
"
>
<androidx.preference.SeekBarPreference
android:icon=
"@drawable/baseline_attach_file_24"
android:key=
"acceptIncomingFilesMaxSize"
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment