Commit ff0ba45f authored by Tiago Cunha's avatar Tiago Cunha

Small fixes

parent 87f5d70e
...@@ -12,7 +12,7 @@ ...@@ -12,7 +12,7 @@
android:layout_height="wrap_content" android:layout_height="wrap_content"
android:layout_marginBottom="@dimen/margin_16" android:layout_marginBottom="@dimen/margin_16"
android:gravity="center" android:gravity="center"
android:text="@string/fragmnet_home_welcome_message" android:text="@string/fragment_home_welcome_message"
android:textSize="14sp" /> android:textSize="14sp" />
<ImageView <ImageView
......
<resources> <resources>
<string name="app_name">Rocket.Chat.Android</string> <string name="app_name">Rocket.Chat.Android</string>
<string name="fragment_sidebar_main_channels_title">CHANNELS</string> <string name="fragment_sidebar_main_channels_title">CHANNELS</string>
<string name="fragment_sidebar_main_direct_messages_title">DIRECT MESSAGES</string> <string name="fragment_sidebar_main_direct_messages_title">DIRECT MESSAGES</string>
<string name="user_status_online">Online</string> <string name="user_status_online">Online</string>
<string name="user_status_away">Away</string> <string name="user_status_away">Away</string>
<string name="user_status_busy">Busy</string> <string name="user_status_busy">Busy</string>
<string name="user_status_invisible">Invisible</string> <string name="user_status_invisible">Invisible</string>
<string name="fragment_sidebar_main_logout_title">Logout</string> <string name="fragment_sidebar_main_logout_title">Logout</string>
<string name="start_of_conversation">Start of conversation</string> <string name="start_of_conversation">Start of conversation</string>
<string name="users_of_room_title">Members List</string> <string name="users_of_room_title">Members List</string>
<string name="fmt_room_user_count">Total: %,d users</string> <string name="fmt_room_user_count">Total: %,d users</string>
<string name="dialog_user_registration_email">email address</string> <string name="dialog_user_registration_email">Email</string>
<string name="dialog_user_registration_username">username</string> <string name="dialog_user_registration_username">Username</string>
<string name="dialog_user_registration_password">password</string> <string name="dialog_user_registration_password">Password</string>
<string name="fragmnet_home_welcome_message">Welcome to Rocket.Chat.Android\nSelect a channel from the drawer.</string> <string name="fragment_home_welcome_message">Welcome to Rocket.Chat.Android\nSelect a channel from the drawer.</string>
<string name="fragment_input_hostname_hostname">hostname</string> <string name="fragment_input_hostname_hostname">Hostname</string>
<string name="fragment_input_hostname_server_hint">demo.rocket.chat</string> <string name="fragment_input_hostname_server_hint">demo.rocket.chat</string>
<string name="fragment_login_username_or_email">username or email</string> <string name="fragment_login_username_or_email">Username or email</string>
<string name="fragment_login_password">password</string> <string name="fragment_login_password">Password</string>
<string name="fragment_retry_login_retry_title">RETRY</string> <string name="fragment_retry_login_retry_title">RETRY</string>
<string name="fragment_retry_login_error_title">Oops...</string> <string name="fragment_retry_login_error_title">Oops…</string>
</resources> </resources>
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment