mirror of
https://github.com/commons-app/apps-android-commons.git
synced 2025-10-27 21:03:54 +01:00
Add overlay menu items and functions
This commit is contained in:
parent
ae215cdba1
commit
e70b8b2e6a
3 changed files with 59 additions and 3 deletions
|
|
@ -6,4 +6,7 @@
|
|||
<item android:id="@+id/nearby_info_menu_wikidata_article"
|
||||
android:title="@string/nearby_info_menu_wikidata_article"
|
||||
/>
|
||||
<item android:id="@+id/nearby_info_menu_wikipedia_article"
|
||||
android:title="@string/nearby_info_menu_wikipedia_article"
|
||||
/>
|
||||
</menu>
|
||||
|
|
@ -213,6 +213,7 @@
|
|||
<string name="no_description_found">no description found</string>
|
||||
<string name="nearby_info_menu_commons_article">Commons file page</string>
|
||||
<string name="nearby_info_menu_wikidata_article">Wikidata item</string>
|
||||
<string name="nearby_info_menu_wikipedia_article">Wikipedia article</string>
|
||||
<string name="error_while_cache">Error while caching pictures</string>
|
||||
<string name="title_info">A unique descriptive title for the file, which will serve as a filename. You may use plain language with spaces. Do not include the file extension</string>
|
||||
<string name="description_info">Please describe the media as much as possible: Where was it taken? What does it show? What is the context? Please describe the objects or persons. Reveal information that can not be easily guessed, for instance the time of day if it is a landscape. If the media shows something unusual, please explain what makes it unusual.</string>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue