Merge branch 'open-repo-web' of 6543/GitNex into master

This commit is contained in:
M M Arif
2019-09-11 06:26:58 +00:00
committed by Gitea
9 changed files with 42 additions and 0 deletions

View File

@ -67,4 +67,16 @@
android:textSize="16sp"
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_language"
android:drawablePadding="24dp"
android:padding="16dp"
android:text="@string/openWebRepo"
android:textColor="@color/white"
android:textSize="16sp" />
</LinearLayout>

View File

@ -312,6 +312,7 @@
<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="addCollaboratorToastText">Benutzer zu der Repository hinzugefügt.</string>
<string name="openWebRepo">Öfne mit Browser</string>
<!-- add collaborator -->
<!-- profile section -->

View File

@ -416,6 +416,7 @@
<string name="descriptionText">Description</string>
<string name="websiteText">Website</string>
<string name="locationText">Location</string>
<string name="openWebRepo">Ouvrir avec le Browser</string>
<!-- generic copy -->
</resources>

View File

@ -416,6 +416,7 @@
<string name="descriptionText">Описание</string>
<string name="websiteText">Веб-сайт</string>
<string name="locationText">Место расположения</string>
<string name="openWebRepo">Открыть с помощью браузера</string>
<!-- generic copy -->
</resources>

View File

@ -342,6 +342,7 @@
<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="addCollaboratorToastText">User added to the repository.</string>
<string name="openWebRepo">Open with Browser</string>
<!-- add collaborator -->
<!-- profile section -->