Decoupling moshidon strings from megalodon

This commit is contained in:
LucasGGamerM
2023-01-23 18:47:07 -03:00
parent 53d93764b0
commit d7004824fb
80 changed files with 441 additions and 176 deletions

View File

@@ -19,8 +19,8 @@
<ImageView
android:id="@+id/send_error"
android:tooltipText="@string/sk_sending_error"
android:contentDescription="@string/sk_sending_error"
android:tooltipText="@string/mo_sending_error"
android:contentDescription="@string/mo_sending_error"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_marginEnd="16dp"

View File

@@ -155,7 +155,7 @@
android:layout_marginBottom="8dp"
android:background="@drawable/bg_poll_option_clickable"
android:outlineProvider="background"
android:contentDescription="@string/sk_poll_option_add"
android:contentDescription="@string/mo_poll_option_add"
android:elevation="2dp">
<ImageView
android:id="@+id/add_poll_option_icon"

View File

@@ -361,8 +361,8 @@
</org.joinmastodon.android.ui.views.NestedRecyclerScrollView>
<ImageButton
android:tooltipText="@string/sk_fab_compose"
android:contentDescription="@string/sk_fab_compose"
android:tooltipText="@string/mo_fab_compose"
android:contentDescription="@string/mo_fab_compose"
android:id="@+id/fab"
style="@style/Widget.Mastodon.Button.Compose"/>
</FrameLayout>

View File

@@ -21,7 +21,7 @@
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:paddingHorizontal="16dp"
android:text="@string/sk_welcome_text" />
android:text="@string/mo_welcome_text" />
<View
android:layout_width="match_parent"

View File

@@ -29,7 +29,7 @@
android:layout_marginBottom="16dp"
android:layout_weight="1"
android:textAppearance="@style/m3_body_medium"
tools:text="@string/sk_update_available" />
tools:text="@string/mo_update_available" />
<FrameLayout
android:layout_width="wrap_content"

View File

@@ -21,8 +21,8 @@
android:id="@+id/empty"/>
<ImageButton
android:contentDescription="@string/sk_fab_compose"
android:tooltipText="@string/sk_fab_compose"
android:contentDescription="@string/mo_fab_compose"
android:tooltipText="@string/mo_fab_compose"
android:id="@+id/fab"
style="@style/Widget.Mastodon.Button.Compose"/>
</FrameLayout>