mirror of
https://github.com/commons-app/apps-android-commons.git
synced 2025-10-27 04:43:54 +01:00
Resources valued added
This commit is contained in:
parent
0a77736e52
commit
a92ca04e43
2 changed files with 5 additions and 1 deletions
|
|
@ -13,6 +13,7 @@
|
|||
<dimen name="tiny_gap">4dp</dimen>
|
||||
|
||||
<!-- Component sizes -->
|
||||
<dimen name="overflow_icon_dimen">64dp</dimen>
|
||||
<dimen name="overflow_button_dimen">48dp</dimen>
|
||||
<dimen name="half_standard_height">24dp</dimen>
|
||||
<dimen name="quarter_standard_height">12dp</dimen>
|
||||
|
|
|
|||
|
|
@ -76,7 +76,7 @@
|
|||
<string name="menu_about">About</string>
|
||||
<string name="about_license">The Wikimedia Commons app is an open-source app created and maintained by grantees and volunteers of the Wikimedia community. The Wikimedia Foundation is not involved in the creation, development, or maintenance of the app. </string>
|
||||
<string name="trademarked_name" translatable="false">Wikimedia Commons</string>
|
||||
<string name="about_improve"><a href=\"https://github.com/commons-app/apps-android-commons\">Source</a> and <a href=\"https://commons-app.github.io/\">website</a> on GitHub. Create a new <a href=\"https://github.com/commons-app/apps-android-commons/issues\">GitHub issue</a> for bug reports and suggestions.</string>
|
||||
<string name="about_improve">Create a new <a href=\"https://github.com/commons-app/apps-android-commons/issues\">GitHub issue</a> for bug reports and suggestions.</string>
|
||||
<string name="about_privacy_policy"><a href=\"https://github.com/commons-app/apps-android-commons/wiki/Privacy-policy\">Privacy policy</a></string>
|
||||
<string name="about_credits"><a href=\"https://github.com/commons-app/apps-android-commons/blob/master/CREDITS\">Credits</a></string>
|
||||
<string name="title_activity_about">About</string>
|
||||
|
|
@ -170,6 +170,9 @@
|
|||
<string name="login_failed_2fa_not_supported">Two factor authentication is currently not supported.</string>
|
||||
<string name="logout_verification">Do you really want to logout?</string>
|
||||
<string name="commons_logo">Commons Logo</string>
|
||||
<string name="commons_website">Commons Website</string>
|
||||
<string name="commons_facebook">Commons Facebook Page</string>
|
||||
<string name="commons_github">Commons Github Source Code</string>
|
||||
<string name="background_image">Background Image</string>
|
||||
<string name="mediaimage_failed">Media Image Failed</string>
|
||||
<string name="no_image_found">No Image Found</string>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue