mirror of
https://github.com/gsantner/dandelion
synced 2025-12-09 05:41:12 +01:00
Update podlist; TR refs
This commit is contained in:
parent
73b72985ea
commit
770e744c18
6 changed files with 14 additions and 8 deletions
|
|
@ -15,7 +15,7 @@
|
|||
android:id="@+id/action_compose"
|
||||
android:icon="@drawable/fab_compose"
|
||||
app:showAsAction="always"
|
||||
android:title="@string/action_compose" />
|
||||
android:title="@string/action_compose_new_post" />
|
||||
|
||||
<item
|
||||
android:icon="@drawable/ic_share_white_24dp"
|
||||
|
|
|
|||
|
|
@ -12,7 +12,7 @@
|
|||
<item
|
||||
android:id="@+id/action_conversations"
|
||||
android:icon="@drawable/ic_message_text_outline_white_24dp"
|
||||
android:title="@string/messages"
|
||||
android:title="@string/conversations"
|
||||
app:showAsAction="always" />
|
||||
|
||||
</menu>
|
||||
|
|
|
|||
|
|
@ -40,7 +40,7 @@
|
|||
<string name="share__toast_link_address_copied">Linkadresse kopiert …</string>
|
||||
<string name="action_go_to_top">Nach oben scrollen</string>
|
||||
<string name="action_search_by_tags_or_persons">Suche nach Tags oder Personen …</string>
|
||||
<string name="action_compose">Neuer Beitrag</string>
|
||||
<string name="action_compose_new_post">Neuer Beitrag</string>
|
||||
<string name="action_exit_app">App beenden</string>
|
||||
<string name="action_toggle_desktop_page">Mobil-/Desktopansicht umschalten</string>
|
||||
<string name="action_share_dotdotdot">Teilen…</string>
|
||||
|
|
|
|||
|
|
@ -36,7 +36,7 @@
|
|||
<string name="share__toast_link_address_copied">Lien copié…</string>
|
||||
<string name="action_go_to_top">Retour en haut</string>
|
||||
<string name="action_search_by_tags_or_persons">Recherche par tags ou par personnes</string>
|
||||
<string name="action_compose">Nouveau message</string>
|
||||
<string name="action_compose_new_post">Nouveau message</string>
|
||||
<string name="action_exit_app">Quitter l\'application</string>
|
||||
<string name="action_share_dotdotdot">Partager…</string>
|
||||
<string name="new_post">Nouveau message</string>
|
||||
|
|
|
|||
|
|
@ -65,14 +65,13 @@
|
|||
<string name="share__toast_link_address_copied">Link address copied …</string>
|
||||
|
||||
|
||||
<string name="new_post">New post</string>
|
||||
<string name="action_go_to_top">Go to top</string>
|
||||
<string name="action_search_by_tags_or_persons">Search by tags or persons</string>
|
||||
<string name="action_compose">New message</string>
|
||||
<string name="action_compose_new_post">@string/new_post</string>
|
||||
<string name="action_exit_app">Exit app</string>
|
||||
<string name="action_toggle_desktop_page">Toggle mobile/desktop view</string>
|
||||
<string name="action_share_dotdotdot">Share…</string>
|
||||
<string name="new_post">New message</string>
|
||||
<string name="messages">Conversations</string>
|
||||
|
||||
|
||||
<string name="search_alert_title" translatable="false">@string/search</string>
|
||||
|
|
@ -83,7 +82,7 @@
|
|||
<string name="context_menu_share_link">Share link address</string>
|
||||
<string name="context_menu_save_image">Save image</string>
|
||||
<string name="context_menu_share_image">Share image</string>
|
||||
<string name="context_menu_open_external_browser">Open in external browser …</string>
|
||||
<string name="context_menu_open_external_browser">Open in external browser…</string>
|
||||
<string name="context_menu_copy_link">Copy link address to clipboard</string>
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue