mirror of
https://github.com/gsantner/dandelion
synced 2024-11-22 04:12:08 +01:00
Fixed duplicate strings and removed unnecessary background colors
This commit is contained in:
parent
be0a37dbc8
commit
dbafcc065c
11 changed files with 3 additions and 19 deletions
|
@ -1,7 +1,6 @@
|
||||||
<android.support.v4.widget.NestedScrollView xmlns:android="http://schemas.android.com/apk/res/android"
|
<android.support.v4.widget.NestedScrollView xmlns:android="http://schemas.android.com/apk/res/android"
|
||||||
xmlns:tools="http://schemas.android.com/tools"
|
xmlns:tools="http://schemas.android.com/tools"
|
||||||
xmlns:card_view="http://schemas.android.com/apk/res-auto"
|
xmlns:card_view="http://schemas.android.com/apk/res-auto"
|
||||||
android:background="@android:color/background_light"
|
|
||||||
android:layout_width="match_parent"
|
android:layout_width="match_parent"
|
||||||
android:layout_height="match_parent"
|
android:layout_height="match_parent"
|
||||||
android:layout_marginBottom="@dimen/activity_vertical_margin"
|
android:layout_marginBottom="@dimen/activity_vertical_margin"
|
||||||
|
|
|
@ -2,7 +2,6 @@
|
||||||
xmlns:tools="http://schemas.android.com/tools"
|
xmlns:tools="http://schemas.android.com/tools"
|
||||||
android:layout_width="match_parent"
|
android:layout_width="match_parent"
|
||||||
android:layout_height="match_parent"
|
android:layout_height="match_parent"
|
||||||
android:background="@android:color/background_light"
|
|
||||||
android:paddingBottom="@dimen/activity_vertical_margin"
|
android:paddingBottom="@dimen/activity_vertical_margin"
|
||||||
android:paddingLeft="@dimen/activity_horizontal_margin"
|
android:paddingLeft="@dimen/activity_horizontal_margin"
|
||||||
android:paddingRight="@dimen/activity_horizontal_margin"
|
android:paddingRight="@dimen/activity_horizontal_margin"
|
||||||
|
|
|
@ -3,7 +3,6 @@
|
||||||
xmlns:card_view="http://schemas.android.com/apk/res-auto"
|
xmlns:card_view="http://schemas.android.com/apk/res-auto"
|
||||||
android:layout_width="match_parent"
|
android:layout_width="match_parent"
|
||||||
android:layout_height="match_parent"
|
android:layout_height="match_parent"
|
||||||
android:background="@android:color/background_light"
|
|
||||||
android:layout_marginBottom="@dimen/activity_vertical_margin"
|
android:layout_marginBottom="@dimen/activity_vertical_margin"
|
||||||
android:layout_marginLeft="@dimen/activity_horizontal_margin"
|
android:layout_marginLeft="@dimen/activity_horizontal_margin"
|
||||||
android:layout_marginRight="@dimen/activity_horizontal_margin"
|
android:layout_marginRight="@dimen/activity_horizontal_margin"
|
||||||
|
|
|
@ -2,7 +2,6 @@
|
||||||
<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
|
<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
|
||||||
android:layout_width="match_parent"
|
android:layout_width="match_parent"
|
||||||
android:layout_height="match_parent"
|
android:layout_height="match_parent"
|
||||||
android:background="@android:color/background_light"
|
|
||||||
xmlns:tools="http://schemas.android.com/tools"
|
xmlns:tools="http://schemas.android.com/tools"
|
||||||
tools:context=".activity.MainActivity">
|
tools:context=".activity.MainActivity">
|
||||||
|
|
||||||
|
|
|
@ -35,11 +35,9 @@
|
||||||
<string name="fragment_license__maintainers_text">Diese Anwendung wird momentan entwickelt und betreut von <br><br>%1$s</string>
|
<string name="fragment_license__maintainers_text">Diese Anwendung wird momentan entwickelt und betreut von <br><br>%1$s</string>
|
||||||
<string name="fragment_license__contributors">Mitwirkende</string>
|
<string name="fragment_license__contributors">Mitwirkende</string>
|
||||||
<string name="fragment_license__contributors_thank_you">%1$s<br><br>Vielen Dank!</string>
|
<string name="fragment_license__contributors_thank_you">%1$s<br><br>Vielen Dank!</string>
|
||||||
<string name="fragment_license__license">Lizenz</string>
|
|
||||||
<string name="fragment_license__license_button">GNU GPLv3+ Lizenz</string>
|
<string name="fragment_license__license_button">GNU GPLv3+ Lizenz</string>
|
||||||
<string name="fragment_license__thirdparty_libs">Drittanbieter-Bibliotheken</string>
|
<string name="fragment_license__thirdparty_libs">Drittanbieter-Bibliotheken</string>
|
||||||
<string name="fragment_license__thirdparty_libs_text">Die folgenden Bibliotheken werden genutzt:</string>
|
<string name="fragment_license__thirdparty_libs_text">Die folgenden Bibliotheken werden genutzt:</string>
|
||||||
<string name="fragment_license__misc">Sonstiges</string>
|
|
||||||
<string name="fragment_license__misc_leafpic">Wir haben ein wenig bei LeafPic gespickt. Schaut euch das mal an, es handelt sich dabei auch um freie Software!</string>
|
<string name="fragment_license__misc_leafpic">Wir haben ein wenig bei LeafPic gespickt. Schaut euch das mal an, es handelt sich dabei auch um freie Software!</string>
|
||||||
<string name="fragment_license__misc_leafpic_button">Erzähl mir mehr</string>
|
<string name="fragment_license__misc_leafpic_button">Erzähl mir mehr</string>
|
||||||
</resources>
|
</resources>
|
||||||
|
|
|
@ -35,11 +35,9 @@
|
||||||
<string name="fragment_license__maintainers_text">Esta aplicación está siendo desarrollada y mantenida por < br >< br >%1$s</string>
|
<string name="fragment_license__maintainers_text">Esta aplicación está siendo desarrollada y mantenida por < br >< br >%1$s</string>
|
||||||
<string name="fragment_license__contributors">Colaboradores</string>
|
<string name="fragment_license__contributors">Colaboradores</string>
|
||||||
<string name="fragment_license__contributors_thank_you">¡%1$s < br >< br > Gracias!</string>
|
<string name="fragment_license__contributors_thank_you">¡%1$s < br >< br > Gracias!</string>
|
||||||
<string name="fragment_license__license">Licencia</string>
|
|
||||||
<string name="fragment_license__license_button">Licencia GNU GPLv3 +</string>
|
<string name="fragment_license__license_button">Licencia GNU GPLv3 +</string>
|
||||||
<string name="fragment_license__thirdparty_libs">Bibliotecas de terceros</string>
|
<string name="fragment_license__thirdparty_libs">Bibliotecas de terceros</string>
|
||||||
<string name="fragment_license__thirdparty_libs_text">Se utilizan las siguientes bibliotecas:</string>
|
<string name="fragment_license__thirdparty_libs_text">Se utilizan las siguientes bibliotecas:</string>
|
||||||
<string name="fragment_license__misc">Diverso</string>
|
|
||||||
<string name="fragment_license__misc_leafpic">Tomamos algo de inspiración y código de LeafPic. ¡Venga, tomad prestado, es software libre también!</string>
|
<string name="fragment_license__misc_leafpic">Tomamos algo de inspiración y código de LeafPic. ¡Venga, tomad prestado, es software libre también!</string>
|
||||||
<string name="fragment_license__misc_leafpic_button">Saber más</string>
|
<string name="fragment_license__misc_leafpic_button">Saber más</string>
|
||||||
</resources>
|
</resources>
|
||||||
|
|
|
@ -35,11 +35,9 @@
|
||||||
<string name="fragment_license__maintainers_text">Cette application est actuellement développée et maintenue par <br><br>%1$s</string>
|
<string name="fragment_license__maintainers_text">Cette application est actuellement développée et maintenue par <br><br>%1$s</string>
|
||||||
<string name="fragment_license__contributors">Contributeurs</string>
|
<string name="fragment_license__contributors">Contributeurs</string>
|
||||||
<string name="fragment_license__contributors_thank_you">%1$s<br><br>Merci !</string>
|
<string name="fragment_license__contributors_thank_you">%1$s<br><br>Merci !</string>
|
||||||
<string name="fragment_license__license">Licence</string>
|
|
||||||
<string name="fragment_license__license_button">Licence GNU GPLv3+</string>
|
<string name="fragment_license__license_button">Licence GNU GPLv3+</string>
|
||||||
<string name="fragment_license__thirdparty_libs">Bibliothèques tierces</string>
|
<string name="fragment_license__thirdparty_libs">Bibliothèques tierces</string>
|
||||||
<string name="fragment_license__thirdparty_libs_text">Les bibliothèques suivantes sont utilisées :</string>
|
<string name="fragment_license__thirdparty_libs_text">Les bibliothèques suivantes sont utilisées :</string>
|
||||||
<string name="fragment_license__misc">Divers</string>
|
|
||||||
<string name="fragment_license__misc_leafpic">Nous avons pris des inspirations et du code de LeafPic. Allez voir, c\'est aussi un logiciel libre !</string>
|
<string name="fragment_license__misc_leafpic">Nous avons pris des inspirations et du code de LeafPic. Allez voir, c\'est aussi un logiciel libre !</string>
|
||||||
<string name="fragment_license__misc_leafpic_button">En savoir plus</string>
|
<string name="fragment_license__misc_leafpic_button">En savoir plus</string>
|
||||||
</resources>
|
</resources>
|
||||||
|
|
|
@ -35,11 +35,9 @@
|
||||||
<string name="fragment_license__maintainers_text">Quest\'app è attualmente sviluppata e mantenuta da <br><br>%1$s</string>
|
<string name="fragment_license__maintainers_text">Quest\'app è attualmente sviluppata e mantenuta da <br><br>%1$s</string>
|
||||||
<string name="fragment_license__contributors">Contributori</string>
|
<string name="fragment_license__contributors">Contributori</string>
|
||||||
<string name="fragment_license__contributors_thank_you">%1$s<br><br>Grazie!</string>
|
<string name="fragment_license__contributors_thank_you">%1$s<br><br>Grazie!</string>
|
||||||
<string name="fragment_license__license">Licenza</string>
|
|
||||||
<string name="fragment_license__license_button">Licenza GNU GPL versione 3 o superiore</string>
|
<string name="fragment_license__license_button">Licenza GNU GPL versione 3 o superiore</string>
|
||||||
<string name="fragment_license__thirdparty_libs">Librerie di terze parti</string>
|
<string name="fragment_license__thirdparty_libs">Librerie di terze parti</string>
|
||||||
<string name="fragment_license__thirdparty_libs_text">Sono utilizzate le seguenti librerie:</string>
|
<string name="fragment_license__thirdparty_libs_text">Sono utilizzate le seguenti librerie:</string>
|
||||||
<string name="fragment_license__misc">Miscellaneo</string>
|
|
||||||
<string name="fragment_license__misc_leafpic">Abbiamo preso ispirazione e parte del codice da LeafPic. Dagli un\'occhiata, anch\'esso è software libero!</string>
|
<string name="fragment_license__misc_leafpic">Abbiamo preso ispirazione e parte del codice da LeafPic. Dagli un\'occhiata, anch\'esso è software libero!</string>
|
||||||
<string name="fragment_license__misc_leafpic_button">Dimmi di più</string>
|
<string name="fragment_license__misc_leafpic_button">Dimmi di più</string>
|
||||||
</resources>
|
</resources>
|
||||||
|
|
|
@ -35,11 +35,9 @@
|
||||||
<string name="fragment_license__maintainers_text">現在、このアプリは以下の人によって開発およびメンテナンスされています <br><br>%1$s</string>
|
<string name="fragment_license__maintainers_text">現在、このアプリは以下の人によって開発およびメンテナンスされています <br><br>%1$s</string>
|
||||||
<string name="fragment_license__contributors">貢献者</string>
|
<string name="fragment_license__contributors">貢献者</string>
|
||||||
<string name="fragment_license__contributors_thank_you">%1$s<br><br>ありがとうございます!</string>
|
<string name="fragment_license__contributors_thank_you">%1$s<br><br>ありがとうございます!</string>
|
||||||
<string name="fragment_license__license">ライセンス</string>
|
|
||||||
<string name="fragment_license__license_button">GNU GPLv3+ ライセンス</string>
|
<string name="fragment_license__license_button">GNU GPLv3+ ライセンス</string>
|
||||||
<string name="fragment_license__thirdparty_libs">サードパーティ製ライブラリー</string>
|
<string name="fragment_license__thirdparty_libs">サードパーティ製ライブラリー</string>
|
||||||
<string name="fragment_license__thirdparty_libs_text">以下のライブラリーが使用されます:</string>
|
<string name="fragment_license__thirdparty_libs_text">以下のライブラリーが使用されます:</string>
|
||||||
<string name="fragment_license__misc">その他</string>
|
|
||||||
<string name="fragment_license__misc_leafpic">LeafPic からいくつかのインスピレーションとコードを得ました。チェックしてみてください。同様のフリーソフトウェアです!</string>
|
<string name="fragment_license__misc_leafpic">LeafPic からいくつかのインスピレーションとコードを得ました。チェックしてみてください。同様のフリーソフトウェアです!</string>
|
||||||
<string name="fragment_license__misc_leafpic_button">さらに詳しく</string>
|
<string name="fragment_license__misc_leafpic_button">さらに詳しく</string>
|
||||||
</resources>
|
</resources>
|
||||||
|
|
|
@ -35,11 +35,9 @@
|
||||||
<string name="fragment_license__maintainers_text">Rozwojem i utrzymaniem aplikacji aktualnie zajmują się <br><br>%1$s</string>
|
<string name="fragment_license__maintainers_text">Rozwojem i utrzymaniem aplikacji aktualnie zajmują się <br><br>%1$s</string>
|
||||||
<string name="fragment_license__contributors">Wnieśli wkład</string>
|
<string name="fragment_license__contributors">Wnieśli wkład</string>
|
||||||
<string name="fragment_license__contributors_thank_you">%1$s<br><br>Wielkie dzięki!</string>
|
<string name="fragment_license__contributors_thank_you">%1$s<br><br>Wielkie dzięki!</string>
|
||||||
<string name="fragment_license__license">Licencja</string>
|
|
||||||
<string name="fragment_license__license_button">Licencja GNU GPLv3+</string>
|
<string name="fragment_license__license_button">Licencja GNU GPLv3+</string>
|
||||||
<string name="fragment_license__thirdparty_libs">Biblioteki zewnętrzne</string>
|
<string name="fragment_license__thirdparty_libs">Biblioteki zewnętrzne</string>
|
||||||
<string name="fragment_license__thirdparty_libs_text">Następujące biblioteki zewnętrzne zostały użyte:</string>
|
<string name="fragment_license__thirdparty_libs_text">Następujące biblioteki zewnętrzne zostały użyte:</string>
|
||||||
<string name="fragment_license__misc">Różności</string>
|
|
||||||
<string name="fragment_license__misc_leafpic">Zaczerpnęliśmy kilka pomysłów oraz trochę kodu z aplikacji LeafPic. Wypróbuj ją, to także wolne oprogramowanie!</string>
|
<string name="fragment_license__misc_leafpic">Zaczerpnęliśmy kilka pomysłów oraz trochę kodu z aplikacji LeafPic. Wypróbuj ją, to także wolne oprogramowanie!</string>
|
||||||
<string name="fragment_license__misc_leafpic_button">Chcę wiedzieć więcej</string>
|
<string name="fragment_license__misc_leafpic_button">Chcę wiedzieć więcej</string>
|
||||||
</resources>
|
</resources>
|
||||||
|
|
|
@ -46,7 +46,7 @@
|
||||||
<string name="fragment_license__maintainers_text">This app is currently being developed and maintained by <br><br>%1$s</string>
|
<string name="fragment_license__maintainers_text">This app is currently being developed and maintained by <br><br>%1$s</string>
|
||||||
<string name="fragment_license__contributors">Contributors</string>
|
<string name="fragment_license__contributors">Contributors</string>
|
||||||
<string name="fragment_license__contributors_thank_you">%1$s<br><br>Thank you!</string>
|
<string name="fragment_license__contributors_thank_you">%1$s<br><br>Thank you!</string>
|
||||||
<string name="fragment_license__license">License</string>
|
<string name="fragment_license__license" translatable="false">@string/about_activity__title_about_license</string>
|
||||||
<string name="fragment_license__license_text" translatable="false">
|
<string name="fragment_license__license_text" translatable="false">
|
||||||
Copyright © 2015-2016
|
Copyright © 2015-2016
|
||||||
\nThis program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.
|
\nThis program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.
|
||||||
|
@ -55,9 +55,9 @@
|
||||||
</string>
|
</string>
|
||||||
<string name="fragment_license__license_button">GNU GPLv3+ License</string>
|
<string name="fragment_license__license_button">GNU GPLv3+ License</string>
|
||||||
<string name="fragment_license__license_gpl_link" translatable="false">https://www.gnu.org/licenses/gpl-3.0.html</string>
|
<string name="fragment_license__license_gpl_link" translatable="false">https://www.gnu.org/licenses/gpl-3.0.html</string>
|
||||||
<string name="fragment_license__thirdparty_libs">Thirdparty Libraries</string>
|
<string name="fragment_license__thirdparty_libs">Third-Party Libraries</string>
|
||||||
<string name="fragment_license__thirdparty_libs_text">The following libraries are used:</string>
|
<string name="fragment_license__thirdparty_libs_text">The following libraries are used:</string>
|
||||||
<string name="fragment_license__misc">Miscellaneous</string>
|
<string name="fragment_license__misc" translatable="false">@string/pref_title__sub_miscelaneous</string>
|
||||||
<string name="fragment_license__misc_leafpic">We took some inspiration and code from LeafPic. Go check it out, its free software as well!</string>
|
<string name="fragment_license__misc_leafpic">We took some inspiration and code from LeafPic. Go check it out, its free software as well!</string>
|
||||||
<string name="fragment_license__misc_leafpic_button">Tell me more</string>
|
<string name="fragment_license__misc_leafpic_button">Tell me more</string>
|
||||||
<string name="fragment_licesen__misc_leafpic_link" translatable="false">https://github.com/HoraApps/LeafPic</string>
|
<string name="fragment_licesen__misc_leafpic_link" translatable="false">https://github.com/HoraApps/LeafPic</string>
|
||||||
|
|
Loading…
Reference in a new issue