mirror of
https://codeberg.org/gitnex/GitNex
synced 2025-01-10 17:42:38 +01:00
add menue entry and strings
This commit is contained in:
parent
f23c4074f3
commit
ce63cde4ee
@ -67,4 +67,16 @@
|
|||||||
android:textSize="16sp"
|
android:textSize="16sp"
|
||||||
android:padding="16dp" />
|
android:padding="16dp" />
|
||||||
|
|
||||||
|
<TextView
|
||||||
|
android:id="@+id/openWebRepo"
|
||||||
|
android:layout_width="match_parent"
|
||||||
|
android:layout_height="wrap_content"
|
||||||
|
android:layout_gravity="center_vertical"
|
||||||
|
android:drawableStart="@drawable/ic_web_open"
|
||||||
|
android:drawablePadding="24dp"
|
||||||
|
android:padding="16dp"
|
||||||
|
android:text="@string/openWebRepo"
|
||||||
|
android:textColor="@color/white"
|
||||||
|
android:textSize="16sp" />
|
||||||
|
|
||||||
</LinearLayout>
|
</LinearLayout>
|
@ -312,6 +312,7 @@
|
|||||||
<string name="removeCollaboratorMessage">Möchtest du den Nutzer wirklich von dieser Repository entfernen?</string>
|
<string name="removeCollaboratorMessage">Möchtest du den Nutzer wirklich von dieser Repository entfernen?</string>
|
||||||
<string name="removeCollaboratorToastText">Benuter von der Repository entfernt.</string>
|
<string name="removeCollaboratorToastText">Benuter von der Repository entfernt.</string>
|
||||||
<string name="addCollaboratorToastText">Benutzer zu der Repository hinzugefügt.</string>
|
<string name="addCollaboratorToastText">Benutzer zu der Repository hinzugefügt.</string>
|
||||||
|
<string name="openWebRepo">Öfne Repository mit einem Browser.</string>
|
||||||
<!-- add collaborator -->
|
<!-- add collaborator -->
|
||||||
|
|
||||||
<!-- profile section -->
|
<!-- profile section -->
|
||||||
|
@ -342,6 +342,7 @@
|
|||||||
<string name="removeCollaboratorMessage">Do you want to remove this user from the repository?</string>
|
<string name="removeCollaboratorMessage">Do you want to remove this user from the repository?</string>
|
||||||
<string name="removeCollaboratorToastText">User removed from the repository.</string>
|
<string name="removeCollaboratorToastText">User removed from the repository.</string>
|
||||||
<string name="addCollaboratorToastText">User added to the repository.</string>
|
<string name="addCollaboratorToastText">User added to the repository.</string>
|
||||||
|
<string name="openWebRepo">Open repository with a browser.</string>
|
||||||
<!-- add collaborator -->
|
<!-- add collaborator -->
|
||||||
|
|
||||||
<!-- profile section -->
|
<!-- profile section -->
|
||||||
|
Loading…
Reference in New Issue
Block a user