Changed string
This commit is contained in:
parent
535d722936
commit
8c1ff75655
3 changed files with 3 additions and 3 deletions
|
|
@ -47,7 +47,7 @@
|
||||||
android:layout_marginEnd="@dimen/activity_margin"
|
android:layout_marginEnd="@dimen/activity_margin"
|
||||||
android:layout_marginBottom="@dimen/bigger_margin"
|
android:layout_marginBottom="@dimen/bigger_margin"
|
||||||
android:paddingBottom="@dimen/activity_margin"
|
android:paddingBottom="@dimen/activity_margin"
|
||||||
android:text="@string/use_custom_notifications" />
|
android:text="@string/enable_custom_notifications" />
|
||||||
|
|
||||||
</RelativeLayout>
|
</RelativeLayout>
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -60,7 +60,7 @@
|
||||||
<string name="mark_as_read">Oznacz jako przeczytane</string>
|
<string name="mark_as_read">Oznacz jako przeczytane</string>
|
||||||
<string name="mark_as_unread">Oznacz jako nieprzeczytane</string>
|
<string name="mark_as_unread">Oznacz jako nieprzeczytane</string>
|
||||||
<string name="me">Ja</string>
|
<string name="me">Ja</string>
|
||||||
<string name="use_custom_notifications">Używaj niestandardowych powiadomień</string>
|
<string name="enable_custom_notifications">Włącz niestandardowe powiadomienia</string>
|
||||||
<!-- Archive -->
|
<!-- Archive -->
|
||||||
<string name="unarchive">Cofnij archiwizację</string>
|
<string name="unarchive">Cofnij archiwizację</string>
|
||||||
<string name="empty_archive">Usuń wszystkie zarchiwizowane rozmowy</string>
|
<string name="empty_archive">Usuń wszystkie zarchiwizowane rozmowy</string>
|
||||||
|
|
|
||||||
|
|
@ -58,7 +58,7 @@
|
||||||
<string name="mark_as_read">Mark as Read</string>
|
<string name="mark_as_read">Mark as Read</string>
|
||||||
<string name="mark_as_unread">Mark as Unread</string>
|
<string name="mark_as_unread">Mark as Unread</string>
|
||||||
<string name="me">Me</string>
|
<string name="me">Me</string>
|
||||||
<string name="use_custom_notifications">Use custom notifications</string>
|
<string name="enable_custom_notifications">Enable custom notifications</string>
|
||||||
<!-- Archive -->
|
<!-- Archive -->
|
||||||
<string name="unarchive">Unarchive</string>
|
<string name="unarchive">Unarchive</string>
|
||||||
<string name="empty_archive">Delete all archived conversations</string>
|
<string name="empty_archive">Delete all archived conversations</string>
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue