add Copy to Clipboard String
This commit is contained in:
parent
b3e88b0a9d
commit
dcd28e845a
|
@ -446,6 +446,7 @@
|
|||
<string name="websiteText">Website</string>
|
||||
<string name="locationText">Standort</string>
|
||||
<string name="characters255Limit">maximal 255 Zeichen</string>
|
||||
<string name="copyIssue">Kopiere in Zwischenablage</string>
|
||||
<!-- generic copy -->
|
||||
|
||||
</resources>
|
||||
|
|
|
@ -447,6 +447,7 @@
|
|||
<string name="locationText">Location</string>
|
||||
<string name="openWebRepo">Ouvrir avec le Browser</string>
|
||||
<string name="characters255Limit">Max 255 characters</string>
|
||||
<string name="copyIssue">Copier dans le Presse-papiers</string>
|
||||
<!-- generic copy -->
|
||||
|
||||
</resources>
|
|
@ -447,6 +447,7 @@
|
|||
<string name="locationText">Место расположения</string>
|
||||
<string name="openWebRepo">Открыть с помощью браузера</string>
|
||||
<string name="characters255Limit">Max 255 characters</string>
|
||||
<string name="copyIssue">Копировать в буфер обмена</string>
|
||||
<!-- generic copy -->
|
||||
|
||||
</resources>
|
|
@ -488,6 +488,7 @@
|
|||
<string name="locationText">Location</string>
|
||||
<string name="characters255Limit">Max 255 characters</string>
|
||||
<string name="emptyFields">All fields are required</string>
|
||||
<string name="copyIssue">Copy to Clipboard</string>
|
||||
<!-- generic copy -->
|
||||
|
||||
</resources>
|
||||
|
|
Loading…
Reference in New Issue