mirror of https://codeberg.org/gitnex/GitNex.git
Clean up strings to test CI (#1043)
Deleted 3 unused strings. Co-authored-by: qwerty287 <ndev@web.de> Reviewed-on: https://codeberg.org/gitnex/GitNex/pulls/1043 Reviewed-by: M M Arif <mmarif@noreply.codeberg.org> Co-authored-by: qwerty287 <qwerty287@noreply.codeberg.org> Co-committed-by: qwerty287 <qwerty287@noreply.codeberg.org>
This commit is contained in:
parent
1214954ed3
commit
aa30aba794
|
@ -15,7 +15,6 @@
|
|||
<string name="translateText" translatable="false">Translate</string>
|
||||
<string name="supportText" translatable="false">Support</string>
|
||||
|
||||
<string name="supportTextLiberapay" translatable="false">Liberapay</string>
|
||||
<string name="supportTextPatreon" translatable="false">Patreon</string>
|
||||
|
||||
<!-- menu items -->
|
||||
|
@ -64,12 +63,10 @@
|
|||
<string name="newRepoTintCopy">Repository Name</string>
|
||||
<string name="newRepoDescTintCopy">Repository Description</string>
|
||||
<string name="newRepoPrivateCopy">Private</string>
|
||||
<string name="newRepoDescInfo">Max 255 characters</string>
|
||||
<string name="newRepoOwner">Owner</string>
|
||||
|
||||
<string name="newOrgTintCopy">Organization Name</string>
|
||||
<string name="newOrgDescTintCopy">Organization Description</string>
|
||||
<string name="newOrgDescInfo">Max 255 characters</string>
|
||||
|
||||
<string name="userName">Username</string>
|
||||
<string name="passWord">Password</string>
|
||||
|
|
Loading…
Reference in New Issue