1
0
Fork 0
mirror of https://github.com/gsantner/dandelion synced 2025-09-10 02:39:43 +02:00

Update Crowdin configuration file ; Update and refactor translations

This commit is contained in:
Gregor Santner 2016-08-06 01:35:52 +02:00
parent e13f10a688
commit 3a593b0618
10 changed files with 201 additions and 210 deletions

View file

@ -1,12 +1,98 @@
<resources>
<!-- App - AppName specific -->
<string name="diaspora" translatable="false">Diaspora</string>
<string name="app_name" translatable="false">@string/diaspora</string>
<string name="app_hashtag" translatable="false">#DiasporaForAndroid</string>
<string name="app_copyright" translatable="false">The community-run distributed social network</string>
<string name="shared_by_diaspora_android">*[shared by #DiasporaForAndroid]*</string>
<!-- Application -->
<string name="navigation_drawer_open" translatable="false">Open navigation drawer</string>
<string name="navigation_drawer_close" translatable="false">Close navigation drawer</string>
<string name="app_name" translatable="false">Diaspora</string>
<string name="prefix_https" translatable="false">https://</string>
<string name="navigation_drawer_open">Open navigation drawer</string>
<string name="navigation_drawer_close">Close navigation drawer</string>
<string name="reload">Reload</string>
<string name="new_notifications">Unread notification. Want to read it?</string>
<!-- Common Words -->
<string name="settings">Settings</string>
<string name="notifications">Notifications</string>
<string name="conversations">Conversations</string>
<string name="stream">Stream</string>
<string name="profile">Profile</string>
<string name="aspects">Aspects</string>
<string name="activities">Activities</string>
<string name="liked">Liked</string>
<string name="commented">Commented</string>
<string name="mentions">Mentions</string>
<string name="public_">Public</string>
<string name="search">Search</string>
<!-- Pod Activity -->
<string name="title_activity_pods">Select Pod</string>
<string name="filter_hint">Enter pod domain</string>
<string name="confirm_url">Confirm pod url</string>
<string name="podlist_source_note">Note: The podlist is populated by secure pods listed on https://podupti.me. You can enter in the edit field any pod not listed.</string>
<string name="valid_pod">Please enter a valid domain name</string>
<string name="podlist_error">Error: Could not retrieve list of pods!</string>
<string name="no_internet">Sorry, you must be connected to the Internet to proceed</string>
<string name="confirmation">Confirmation</string>
<string name="confirm_pod">Do you really want to use\nhttps://%1$s\nas your Diaspora Pod?</string>
<string name="confirm_exit">Do you want to exit?</string>
<!-- Drawer, Menu, Toolbar, ContextMenu -->
<string name="nav_stream" translatable="false">@string/stream</string>
<string name="nav_liked" translatable="false">@string/liked</string>
<string name="nav_commented" translatable="false">@string/commented</string>
<string name="nav_mentions" translatable="false">@string/mentions</string>
<string name="nav_activities" translatable="false">@string/activities</string>
<string name="nav_aspects" translatable="false">@string/aspects</string>
<string name="nav_profile" translatable="false">@string/profile</string>
<string name="nav_menu_settings" translatable="false">@string/settings</string>
<string name="nav_help_license">About the app | Help</string>
<string name="nav_followed_tags">Followed Tags</string>
<string name="nav_public_activities">Public activities</string>
<string name="nav_settings_view">App settings</string>
<string name="share__share_link_as_text">Share link as text</string>
<string name="share__share_screenshot">Share screenshot of webpage</string>
<string name="share__take_screenshot">Take screenshot of webpage</string>
<string name="share__toast_saved_image_to_location">Saving image to</string>
<string name="share__toast_screenshot">Saving screenshot as:</string>
<string name="share__toast_link_address_copied">Link address copied …</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_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>
<string name="search_alert_tag">by tags</string>
<string name="search_alert_people">by people</string>
<string name="search_alert_bypeople_validate_needsomedata">Please add a name</string>
<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_copy_link">Copy link address to clipboard</string>
<!-- More from MainActivity -->
<string name="toast_set_proxy_failed">Warning: Could not set network proxy…</string>
<string name="unable_to_load_image">Unable to load image</string>
<string name="all_tags">All tags</string>
<!-- Permissions -->
<string name="permissions_screenshot">You must grant \"Access Storage Permission\" to save screenshots. After that you should
completely close the app or restart the phone. If you don\'t permit the storage access but want to use the
screenshot function at a later time, you can grant the permission later. Please open then: systemsettings - apps -
@ -19,77 +105,10 @@
<string name="permission_granted_try_again">Permission granted. Please try again.</string>
<!-- Titles -->
<string name="title_notifications">Notifications</string>
<string name="title_conversations">Conversations</string>
<string name="title_stream">Stream</string>
<string name="title_profil">Profil</string>
<string name="title_aspects">Aspects</string>
<string name="title_activities">Activities</string>
<string name="title_liked">Liked</string>
<string name="title_commented">Commented</string>
<string name="title_mentions">Mentions</string>
<string name="title_public">Public</string>
<!-- Pod Activity -->
<string name="title_activity_pods">Select Pod</string>
<string name="filter_hint">Enter pod domain</string>
<string name="confirm_url">Confirm pod url</string>
<string name="podlist_source_note">Note: The podlist is populated by secure pods listed on https://podupti.me. You can enter in the edit field any pod not listed.</string>
<string name="valid_pod">Please enter a valid domain name</string>
<string name="podlist_error">Error: Could not retrieve list of pods!</string>
<string name="no_internet">Sorry, you must be connected to the Internet to proceed</string>
<string name="confirmation">Confirmation</string>
<string name="confirm_pod">Do you really want to use\nhttps://%1$s\nas your Diaspora Pod?</string>
<string name="confirm_exit">Do you want to exit?</string>
<string name="new_post">New message</string>
<string name="notifications">Notifications</string>
<string name="messages">Conversations</string>
<!-- Drawer and App -->
<string name="app_copyright" translatable="false">The community-run distributed social network</string>
<string name="jb_menu_1">Settings</string>
<string name="jb_help_license">About the app | Help</string>
<string name="jb_stream">Stream</string>
<string name="jb_liked">Liked</string>
<string name="jb_commented">Commented</string>
<string name="jb_mentions">Mentions</string>
<string name="jb_activities">Activities</string>
<string name="jb_followed_tags">Followed Hashtags</string>
<string name="jb_aspects">Aspects</string>
<string name="jb_public">Public activities</string>
<string name="jb_settings_view">App settings</string>
<string name="jb_share">Share content</string>
<string name="share_link">Share link as text</string>
<string name="share_screenshot">Share screenshot of webpage</string>
<string name="take_screenshot">Take screenshot of webpage</string>
<!-- License & help (large amount of text) -->
<string name="help_license">License</string>
<string name="help_help">Markdown formating</string>
<string name="toast_screenshot">Saving screenshot as:</string>
<!-- Floating Action Buttons - Titles -->
<string name="go_to_top">Go to top</string>
<string name="search_by_tags_or_persons">Search by tags or persons</string>
<string name="compose">New message</string>
<string name="search_alert_title">Search</string>
<string name="search_alert_tag">by tags</string>
<string name="search_alert_people">by people</string>
<string name="search_alert_bypeople_validate_needsomedata">Please add a name</string>
<!-- Dialog License -->
<string name="license_title" translatable="false">Copyright © 20152016</string>
<string name="markdown_text">&lt;i>"On diaspora* it's possible to format your text in status messages, comments
and conversations using a simplified mark-up system called Markdown. This page gives an introduction to the
@ -130,7 +149,6 @@
You can create the following symbols and other special characters using a combination of characters:&lt;br>
(c) = © ; (r) = ® ; x^2 = x²"</string>
<string name="license_title" translatable="false">Copyright © 20152016</string>
<string name="license_text">&lt;b>Maintainers:&lt;/b>&lt;br>
&#8226; gsantner https://gsantner.github.io&lt;br>
@ -153,26 +171,6 @@
https://www.flickr.com/photos/129581906@N06/sets/72157651933980136/with/16594947123.
They were published by \"Lydia\" and are licensed under cc by-nc-sa.&lt;/i></string>
<string name="splash_screen_description">Splash screen</string>
<string name="image">Unable to get image</string>
<string name="jb_profile">Profile</string>
<!-- Recently added - Please move to right section-->
<string name="exit_app">Exit app</string>
<string name="toggle_desktop_page">Toggle mobile/desktop view</string>
<string name="diaspora" translatable="false">Diaspora</string>
<string name="shared_by_diaspora_android">*[shared by #DiasporaForAndroid]*</string>
<string name="toast_link_address_copied">Link address copied …</string>
<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_copy_link">Copy link address to clipboard</string>
<string name="toast_saved_image_to_location">Saving image to</string>
<string name="prefix_https" translatable="false">https://</string>
<string name="share_dotdotdot">Share…</string>
<string name="app_hashtag" translatable="false">#DiasporaForAndroid</string>
<string name="toast_set_proxy_failed">Warning: Could not set network proxy…</string>
<string name="all_tags">All tags</string>
</resources>