Minor translation files fixes

This commit is contained in:
M M Arif 2019-10-07 12:01:04 +05:00
parent d4cd16a111
commit 074bbfe3cc
5 changed files with 4 additions and 10 deletions

View File

@ -97,7 +97,7 @@ public class AboutFragment extends Fragment {
Intent intent = new Intent();
intent.setAction(Intent.ACTION_VIEW);
intent.addCategory(Intent.CATEGORY_BROWSABLE);
intent.setData(Uri.parse(getResources().getString(R.string.corwdinLink)));
intent.setData(Uri.parse(getResources().getString(R.string.crowdInLink)));
startActivity(intent);
}
});

View File

@ -373,9 +373,6 @@
<string name="copyIssueUrlToastMsg">Issue Link in Zwischenablage kopiert</string>
<string name="milestoneCompletion">%1$d\uFF05 abgeschlossen</string>
<!-- files -->
<string name="noDataFilesTab">Keine Dateien gefunden</string>
<!-- files -->
<string name="noDataFilesTab">Keine Dateien gefunden</string>
<string name="filesDirNotSupportedYet">Ordner sind noch nicht unterstützt</string>

View File

@ -374,9 +374,6 @@
<string name="copyIssueUrlToastMsg">Issue URL copied to clipboard</string>
<string name="milestoneCompletion">%1$d\uFF05 terminé</string>
<!-- files -->
<string name="noDataFilesTab">Aucun fichier trouvé</string>
<!-- files -->
<string name="noDataFilesTab">Aucun fichier trouvé</string>
<string name="filesDirNotSupportedYet">Directory browsing is not supported yet</string>

View File

@ -374,9 +374,6 @@
<string name="copyIssueUrlToastMsg">Issue URL copied to clipboard</string>
<string name="milestoneCompletion">%1$d\uFF05 выполненный</string>
<!-- files -->
<string name="noDataFilesTab">Файлов не найдено</string>
<!-- files -->
<string name="noDataFilesTab">Файлов не найдено</string>
<string name="filesDirNotSupportedYet">Directory browsing is not supported yet</string>

View File

@ -14,6 +14,7 @@
<string name="supportLinkPatreon" translatable="false">https://www.patreon.com/mmarif</string>
<string name="appVerBuild" translatable="false">%1$s / build %2$d</string>
<string name="appDesc" translatable="false">GitNex is a free, open-source Android client for Git repository management tool Gitea. GitNex is Licensed under GPLv3.\n\nThanks to all the contributors and sponsors for your generous work and donations.</string>
<string name="crowdInLink" translatable="false">https://crowdin.com/project/gitnex</string>
<string name="appRepoIssuesText" translatable="false">Report issues at Gitea</string>
<string name="supportText" translatable="false">Support the App on Liberapay</string>
@ -499,4 +500,6 @@
<string name="emptyFields">All fields are required</string>
<!-- generic copy -->
<string name="translateText">Translate GitNex with Crowdin</string>
</resources>