This repository was archived by the owner on Jul 25, 2024. It is now read-only.
File tree Expand file tree Collapse file tree 5 files changed +12
-8
lines changed Expand file tree Collapse file tree 5 files changed +12
-8
lines changed Original file line number Diff line number Diff line change 53
53
android : layout_width =" match_parent"
54
54
android : layout_height =" wrap_content"
55
55
android : ems =" 10"
56
- android : hint =" Server URL "
56
+ android : hint =" @string/server_url "
57
57
android : inputType =" textUri"
58
58
android : selectAllOnFocus =" true" >
59
59
Original file line number Diff line number Diff line change 47
47
android : layout_width =" match_parent"
48
48
android : layout_height =" wrap_content"
49
49
android : ems =" 10"
50
- android : hint =" Server URL "
50
+ android : hint =" @string/server_url "
51
51
android : inputType =" textUri"
52
52
android : selectAllOnFocus =" true" />
53
53
Original file line number Diff line number Diff line change 8
8
android : paddingLeft =" 48dp"
9
9
android : paddingRight =" 16dp"
10
10
android : paddingTop =" 16dp"
11
- android : text =" Subject "
11
+ android : text =" @string/topic "
12
12
android : textColor =" @color/colorTextSecondary"
13
13
android : textSize =" 16sp" />
Original file line number Diff line number Diff line change 1
1
<?xml version =" 1.0" encoding =" utf-8" ?>
2
2
<menu xmlns : android =" http://schemas.android.com/apk/res/android" >
3
- <item android : id =" @+id/reply_to_stream" android : title =" Reply to Stream " ></item >
4
- <item android : id =" @+id/reply_to_sender" android : title =" Reply to Sender " ></item >
5
- <item android : id =" @+id/narrow_to_stream" android : title =" Narrow to this stream " ></item >
6
- <item android : id =" @+id/narrow_to_subject" android : title =" Narrow to this topic " ></item >
7
- <item android : id =" @+id/copy_message" android : title =" Copy Message " ></item >
3
+ <item android : id =" @+id/reply_to_stream" android : title =" @string/reply_stream " ></item >
4
+ <item android : id =" @+id/reply_to_sender" android : title =" @string/reply_sender " ></item >
5
+ <item android : id =" @+id/narrow_to_stream" android : title =" @string/narrow_stream " ></item >
6
+ <item android : id =" @+id/narrow_to_subject" android : title =" @string/narrow_topic " ></item >
7
+ <item android : id =" @+id/copy_message" android : title =" @string/copy_message " ></item >
8
8
9
9
</menu >
Original file line number Diff line number Diff line change 80
80
<string name =" use_http" >Use HTTP</string >
81
81
<string name =" empty_list" >Sorry, no messages here.</string >
82
82
<string name =" switch_theme" >Switch Day/Night Theme</string >
83
+ <string name =" reply_stream" >Reply to Stream</string >
84
+ <string name =" reply_sender" >Reply to Sender</string >
85
+ <string name =" narrow_stream" >Narrow to this stream</string >
86
+ <string name =" narrow_topic" >Narrow to this topic</string >
83
87
</resources >
You can’t perform that action at this time.
0 commit comments