Skip to content
Snippets Groups Projects
Verified Commit c4c03a05 authored by Janne Mareike Koschinski's avatar Janne Mareike Koschinski
Browse files

Translation updates, changed github link to gitlab

parent 72908475
No related branches found
No related tags found
No related merge requests found
Pipeline #279 passed
...@@ -52,8 +52,8 @@ class AboutFragment : DaggerFragment() { ...@@ -52,8 +52,8 @@ class AboutFragment : DaggerFragment() {
@BindView(R.id.action_website) @BindView(R.id.action_website)
lateinit var website: Button lateinit var website: Button
@BindView(R.id.action_github) @BindView(R.id.action_source)
lateinit var github: Button lateinit var source: Button
@BindView(R.id.action_donate) @BindView(R.id.action_donate)
lateinit var donate: Button lateinit var donate: Button
...@@ -90,9 +90,9 @@ class AboutFragment : DaggerFragment() { ...@@ -90,9 +90,9 @@ class AboutFragment : DaggerFragment() {
context?.startActivity(intent) context?.startActivity(intent)
} }
github.setOnClickListener { source.setOnClickListener {
val intent = Intent(Intent.ACTION_VIEW) val intent = Intent(Intent.ACTION_VIEW)
intent.data = Uri.parse("https://github.com/justjanne/quasseldroid-ng") intent.data = Uri.parse("https://git.kuschku.de/justJanne/QuasselDroid-ng")
context?.startActivity(intent) context?.startActivity(intent)
} }
......
...@@ -82,11 +82,11 @@ ...@@ -82,11 +82,11 @@
android:text="@string/label_website" /> android:text="@string/label_website" />
<Button <Button
android:id="@+id/action_github" android:id="@+id/action_source"
style="@style/Widget.Button" style="@style/Widget.Button"
android:layout_width="wrap_content" android:layout_width="wrap_content"
android:layout_height="wrap_content" android:layout_height="wrap_content"
android:text="@string/label_github" /> android:text="@string/label_source" />
<Button <Button
android:id="@+id/action_donate" android:id="@+id/action_donate"
......
...@@ -50,7 +50,6 @@ ...@@ -50,7 +50,6 @@
<string name="label_edit_topic">Thema ändern</string> <string name="label_edit_topic">Thema ändern</string>
<string name="label_edit_topic_long">Open dialog to change the channel topic</string> <string name="label_edit_topic_long">Open dialog to change the channel topic</string>
<string name="label_filter_messages">Nachrichten filtern</string> <string name="label_filter_messages">Nachrichten filtern</string>
<string name="label_github">GitHub</string>
<string name="label_hide_perm">Permanent ausblenden</string> <string name="label_hide_perm">Permanent ausblenden</string>
<string name="label_hide_temp">Temporär ausblenden</string> <string name="label_hide_temp">Temporär ausblenden</string>
<string name="label_ignore">Ignorieren</string> <string name="label_ignore">Ignorieren</string>
...@@ -101,6 +100,7 @@ ...@@ -101,6 +100,7 @@
<string name="label_share">Teilen</string> <string name="label_share">Teilen</string>
<string name="label_share_crashreport">Absturzbericht Teilen</string> <string name="label_share_crashreport">Absturzbericht Teilen</string>
<string name="label_show_hidden">Alle anzeigen</string> <string name="label_show_hidden">Alle anzeigen</string>
<string name="label_source">Quellcode</string>
<string name="label_topic">Kanal-Thema</string> <string name="label_topic">Kanal-Thema</string>
<string name="label_translators">Übersetzer</string> <string name="label_translators">Übersetzer</string>
<string name="label_unhide">Nicht mehr ausblenden</string> <string name="label_unhide">Nicht mehr ausblenden</string>
......
...@@ -49,7 +49,6 @@ ...@@ -49,7 +49,6 @@
<string name="label_edit_topic">Changer le Topique</string> <string name="label_edit_topic">Changer le Topique</string>
<string name="label_edit_topic_long">Ouvrir un dialogue pour changer le topique de la chaîne</string> <string name="label_edit_topic_long">Ouvrir un dialogue pour changer le topique de la chaîne</string>
<string name="label_filter_messages">Filtrer les Messages</string> <string name="label_filter_messages">Filtrer les Messages</string>
<string name="label_github">GitHub</string>
<string name="label_hide_perm">Cacher en Permanence</string> <string name="label_hide_perm">Cacher en Permanence</string>
<string name="label_hide_temp">Cacher Temporairement</string> <string name="label_hide_temp">Cacher Temporairement</string>
<string name="label_ignore">Ignorer</string> <string name="label_ignore">Ignorer</string>
......
...@@ -49,7 +49,6 @@ ...@@ -49,7 +49,6 @@
<string name="label_edit_topic">Keisti temą</string> <string name="label_edit_topic">Keisti temą</string>
<string name="label_edit_topic_long">Atverti kanalo temos keitimo dialogą</string> <string name="label_edit_topic_long">Atverti kanalo temos keitimo dialogą</string>
<string name="label_filter_messages">Filtruoti žinutes</string> <string name="label_filter_messages">Filtruoti žinutes</string>
<string name="label_github">GitHub</string>
<string name="label_hide_perm">Slėpti visam laikui</string> <string name="label_hide_perm">Slėpti visam laikui</string>
<string name="label_hide_temp">Slėpti trumpam</string> <string name="label_hide_temp">Slėpti trumpam</string>
<string name="label_ignore">Ignoruoti</string> <string name="label_ignore">Ignoruoti</string>
......
...@@ -49,7 +49,6 @@ ...@@ -49,7 +49,6 @@
<string name="label_edit_topic">Editar Tópico</string> <string name="label_edit_topic">Editar Tópico</string>
<string name="label_edit_topic_long">Abre a caixa de diálogo para alterar o tópico do canal</string> <string name="label_edit_topic_long">Abre a caixa de diálogo para alterar o tópico do canal</string>
<string name="label_filter_messages">Filtrar Mensagens</string> <string name="label_filter_messages">Filtrar Mensagens</string>
<string name="label_github">GitHub</string>
<string name="label_hide_perm">Ocultar Permanentemente</string> <string name="label_hide_perm">Ocultar Permanentemente</string>
<string name="label_hide_temp">Ocultar Temporariamente</string> <string name="label_hide_temp">Ocultar Temporariamente</string>
<string name="label_ignore">Ignorar</string> <string name="label_ignore">Ignorar</string>
...@@ -121,7 +120,7 @@ ...@@ -121,7 +120,7 @@
<string name="label_feature_capnegotiation">Necessário para recursos do IRCv3</string> <string name="label_feature_capnegotiation">Necessário para recursos do IRCv3</string>
<string name="label_feature_verifyserverssl">Necessário para verificar o certificado SSL das redes de IRC às quais você se conecta</string> <string name="label_feature_verifyserverssl">Necessário para verificar o certificado SSL das redes de IRC às quais você se conecta</string>
<string name="label_feature_customratelimits">Necessário para limites personalizados para redes de IRC</string> <string name="label_feature_customratelimits">Necessário para limites personalizados para redes de IRC</string>
<string name="label_feature_awayformattimestamp">Necessário para personalização de data/hora em mensagens de ausencia</string> <string name="label_feature_awayformattimestamp">Necessário para personalização de data/hora em mensagens de ausência</string>
<string name="label_feature_bufferactivitysync">Obrigatório para ver a atividade de chats na lista de chats</string> <string name="label_feature_bufferactivitysync">Obrigatório para ver a atividade de chats na lista de chats</string>
<string name="label_feature_coresidehighlights">Obrigatório para menções</string> <string name="label_feature_coresidehighlights">Obrigatório para menções</string>
<string name="label_feature_senderprefixes">Necessário para ver os modos de prefixo (+, @) dos utilizadores nas mensagens</string> <string name="label_feature_senderprefixes">Necessário para ver os modos de prefixo (+, @) dos utilizadores nas mensagens</string>
......
...@@ -49,7 +49,6 @@ ...@@ -49,7 +49,6 @@
<string name="label_edit_topic">Izmeni temu</string> <string name="label_edit_topic">Izmeni temu</string>
<string name="label_edit_topic_long">Otvori dijalog za mijenjanje teme kanala</string> <string name="label_edit_topic_long">Otvori dijalog za mijenjanje teme kanala</string>
<string name="label_filter_messages">Filtriraj poruke</string> <string name="label_filter_messages">Filtriraj poruke</string>
<string name="label_github">GitHub</string>
<string name="label_hide_perm">Sakrij trajno</string> <string name="label_hide_perm">Sakrij trajno</string>
<string name="label_hide_temp">Sakrij privremeno</string> <string name="label_hide_temp">Sakrij privremeno</string>
<string name="label_ignore">Ignoriši</string> <string name="label_ignore">Ignoriši</string>
......
...@@ -52,7 +52,6 @@ ...@@ -52,7 +52,6 @@
<string name="label_edit_topic">Edit Topic</string> <string name="label_edit_topic">Edit Topic</string>
<string name="label_edit_topic_long">Open dialog to change the channel topic</string> <string name="label_edit_topic_long">Open dialog to change the channel topic</string>
<string name="label_filter_messages">Filter Messages</string> <string name="label_filter_messages">Filter Messages</string>
<string name="label_github">GitHub</string>
<string name="label_hide_perm">Hide Permanently</string> <string name="label_hide_perm">Hide Permanently</string>
<string name="label_hide_temp">Hide Temporarily</string> <string name="label_hide_temp">Hide Temporarily</string>
<string name="label_ignore">Ignore</string> <string name="label_ignore">Ignore</string>
...@@ -103,6 +102,7 @@ ...@@ -103,6 +102,7 @@
<string name="label_share">Share</string> <string name="label_share">Share</string>
<string name="label_share_crashreport">Share Crash Report</string> <string name="label_share_crashreport">Share Crash Report</string>
<string name="label_show_hidden">Show Hidden</string> <string name="label_show_hidden">Show Hidden</string>
<string name="label_source">Source</string>
<string name="label_topic">Channel Topic</string> <string name="label_topic">Channel Topic</string>
<string name="label_translators">Translators</string> <string name="label_translators">Translators</string>
<string name="label_unhide">Make Visible</string> <string name="label_unhide">Make Visible</string>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment