Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 957ec674 authored by MohitMali's avatar MohitMali Committed by Michael Enoma
Browse files

CHERRYpick

parent 14b61b63
Loading
Loading
Loading
Loading
+90 −35
Original line number Diff line number Diff line
@@ -3,6 +3,7 @@

    <string name="app_name">Notes</string>
    <string name="app_name_long">Nextcloud Notes</string>
    <string name="no_notes">No notes yet</string>
    <string name="label_all_notes">All notes</string>
    <string name="label_favorites">Favorites</string>
    <string name="action_create">New note</string>
@@ -16,12 +17,19 @@
    <string name="simple_edit">Edit</string>
    <string name="simple_remove">Remove</string>
    <string name="action_edit_save">Save</string>
    <string name="action_edit_saving">Saving &#8230;</string>
    <string name="action_edit_saved">Saved</string>
    <string name="simple_about">About</string>
    <string name="simple_bold">Bold</string>
    <string name="simple_link">Link</string>
    <string name="action_note_deleted">Deleted %1$s</string>
    <string name="action_note_restored">Restored %1$s</string>
    <string name="action_undo">Undo</string>
    <string name="action_drawer_open">open navigation</string>
    <string name="action_drawer_close">close navigation</string>
    <string name="action_recent">Recent</string>
    <string name="action_uncategorized">Uncategorized</string>
    <string name="action_enable_sync">Enable</string>
    <string name="menu_delete">Delete</string>
    <string name="menu_change_category">Category</string>
    <string name="menu_favorite">Favorite</string>
@@ -40,70 +48,108 @@
    <string name="listview_updated_this_month">This month</string>
    <string name="listview_updated_last_month">Last month</string>

    <!-- Settings -->
    <string name="settings_server_settings">Change account</string>
    <string name="settings_url">Server address</string>
    <string name="settings_url_check_description">Shows whether the address can be pinged.</string>
    <string name="settings_url_warn_http">WARNING: "http" is unsafe. Please use "https".</string>
    <string name="settings_username">Username</string>
    <string name="settings_password">Password</string>
    <string name="settings_password_unchanged">Password (not changed)</string>
    <string name="settings_password_check_description">Displays whether the credentials are correct.</string>
    <string name="settings_submit">Connect</string>
    <string name="settings_submitting">Connecting &#8230;</string>
    <string name="settings_note_mode">Display mode for notes</string>
    <string name="settings_theme_title">Theme</string>
    <string name="settings_theme_title">Dark theme</string>
    <string name="settings_font_title">Monospace font</string>
    <string name="settings_font_size">Font size</string>
    <string name="settings_wifi_only">Sync only on Wi-Fi</string>
    <string name="settings_lock">App lock (Beta)</string>
    <string name="settings_lock_summary">Device credentials</string>
    <string name="settings_background_sync">Background synchronization</string>
    <string name="settings_prevent_screen_capture">Prevent screen capture</string>
    <string name="settings_cert_category">Manage certificates</string>
    <string name="settings_cert_trust_system">Trust system certificates</string>
    <string name="settings_cert_trust_system_on">System and user-added CAs will be trusted (recommended)</string>
    <string name="settings_cert_trust_system_off">System and user-added CAs won\'t be trusted</string>
    <string name="settings_cert_reset">Reset (un)trusted certificates</string>
    <string name="settings_cert_reset_summary">Resets trust of all custom certificates</string>
    <string name="settings_cert_reset_toast">All custom certificates have been cleared</string>

    <!-- Certificates -->
    <string name="certificate_notification_connection_security">Notes - Connection security</string>
    <string name="trust_certificate_unknown_certificate_found">Notes has encountered an unknown certificate. Do you want to trust it?</string>

    <!-- Network -->
    <string name="network_connecting">Connecting</string>
    <string name="network_connected">Connected</string>
    <string name="network_disconnected">No network available</string>

    <!-- Error -->
    <string name="error_sync">Synchronization failed: %1$s</string>
    <string name="error_synchronization">Synchronization failed</string>
    <string name="error_no_network">No network connection</string>
    <string name="error_maintenance_mode">Server is in maintenance mode</string>
    <string name="error_unknown">An unknown error has occurred.</string>
    <string name="error_invalid_login">Invalid login: %1$s</string>
    <string name="error_json">is the Notes app activated on the server?</string>
    <string name="error_io">server connection is broken</string>
    <string name="error_no_network">no network connection</string>
    <string name="error_server">URL/Server has errors</string>
    <string name="error_url_malformed">Wrong server address</string>
    <string name="error_username_password_invalid">Wrong username or password</string>
    <string name="error_sync_disabled">Sync has been disabled for this account</string>

    <!-- Snackbar Actions -->
    <string name="snackbar_settings">Settings</string>

    <!-- URLs -->
    <string name="url_source" translatable="false">https://github.com/stefan-niedermann/nextcloud-notes</string>
    <string name="url_issues" translatable="false">https://github.com/stefan-niedermann/nextcloud-notes/issues/new/choose</string>
    <string name="url_issues" translatable="false">https://github.com/stefan-niedermann/nextcloud-notes/issues</string>
    <string name="url_license" translatable="false">https://github.com/stefan-niedermann/nextcloud-notes/blob/master/LICENSE</string>
    <string name="url_translations" translatable="false">https://www.transifex.com/nextcloud/nextcloud/</string>
    <string name="url_maintainer" translatable="false">https://www.niedermann.it/</string>
    <string name="url_about_icon_author" translatable="false">https://github.com/nextcloud/notes/blob/76d15214f80f2bf7ea08427bff73ad145128f090/img/notes.svg</string>
    <string name="url_about_icons_disclaimer_mdi" translatable="false">https://materialdesignicons.com/</string>

    <!-- About -->
    <string name="about_version_title">Version</string>
    <string name="about_version">You are currently using %1$s</string>
    <string name="about_version">You are currently using &lt;strong>%1$s&lt;/strong></string>
    <string name="about_maintainer_title">Maintainer</string>
    <string name="about_maintainer" translatable="false">Niedermann IT-Dienstleistungen</string>
    <string name="about_maintainer" translatable="false">&lt;a href="https://www.niedermann.it/">Niedermann IT-Dienstleistungen&lt;/a></string>
    <string name="about_developers_title">Developers</string>
    <string name="about_developers" translatable="false">Stefan Niedermann, Kristof Hamann, HeaDBanGer84, Felix Edelmann, Daniel Bailey</string>
    <string name="about_translators_title">Translators</string>
    <string name="about_translators_transifex">Nextcloud community on %1$s</string>
    <string name="about_translators_transifex_label" translatable="false">Transifex</string>
    <string name="about_translators_transifex">Nextcloud community on &lt;a href="%1$s">Transifex&lt;/a></string>
    <string name="about_testers_title">Testers</string>
    <string name="about_testers" translatable="false">Jan C. Borchardt</string>
    <string name="about_source_title">Source code</string>
    <string name="about_source">This project is hosted on GitHub: %1$s</string>
    <string name="about_source">This project is hosted on GitHub: &lt;a href="%1$s">%1$s&lt;/a></string>
    <string name="about_issues_title">Issues</string>
    <string name="about_issues">You can report bugs, enhancement proposals and feature requests at the GitHub issue tracker: %1$s</string>
    <string name="about_issues">You can report bugs, enhancement proposals and feature requests at the GitHub issue tracker: &lt;a href="%1$s">%1$s&lt;/a></string>
    <string name="about_translate_title">Translate</string>
    <string name="about_translate">Join the Nextcloud team on Transifex and help us to translate this app: %1$s</string>
    <string name="about_translate">Join the Nextcloud team on Transifex and help us to translate this app: &lt;a href="%1$s">%1$s&lt;/a></string>
    <string name="about_app_license_title">App license</string>
    <string name="about_app_license">This application is licensed under the GNU GENERAL PUBLIC LICENSE v3+.</string>
    <string name="about_app_license_button">View license</string>
    <string name="about_app_icon_author_link_label" translatable="false">GitHub</string>
    <string name="about_app_icon_author" translatable="false">&lt;a href="http://jancborchardt.net/">Jan C. Borchardt&lt;/a> (&lt;a href="https://github.com/owncloud/notes/commits/master/img/notes.svg">GitHub&lt;/a>)</string>
    <string name="about_icons_disclaimer_title">Icons</string>
    <string name="about_icons_disclaimer_app_icon">For the original icon see %1$s.</string>
    <string name="about_icons_disclaimer_mdi_icons">All further icons used by this app are %1$s made by Google Inc. and licensed under the Apache 2.0 License.</string>
    <string name="about_icons_disclaimer_mdi">Material Design Icons</string>
    <string name="about_icons_disclaimer">&lt;p>Original icon made by %1$s&lt;/p>&lt;p>All further icons used by this app are &lt;a href="https://materialdesignicons.com/">Material Design Icons&lt;/a> made by Google Inc. and licensed under the Apache 2.0 License.&lt;/p></string>
    <string name="about_credits_tab_title">Credits</string>
    <string name="about_contribution_tab_title">Contribution</string>
    <string name="about_license_tab_title">License</string>

    <!-- Widgets -->
    <string name="widget_note_list_title">Note list</string>
    <string name="widget_note_list_placeholder">No notes</string>
    <string name="widget_single_note_title">Single note</string>
    <string name="widget_single_note_placeholder_tv">Note not found</string>
    <string name="widget_create_note">Create Note</string>
    <string name="widget_not_logged_in">Please login to Notes before using this widget</string>
    <string name="widget_entry_fav_contentDescription">Star icon is used to denote an item as a favorite</string>
    <string name="widget_entry_fav_contentDescription">Star icon is used to denote an item as a favourite</string>
    <string name="widget_app_launcher_contentDescription">Launches app</string>

    <string name="activity_select_single_note">Select note</string>

    <!-- Shortcuts -->
    <string name="shortcut_create_long">Create a new note</string>

    <!-- Key / Values for preferences -->
    <string name="pref_key_certs" translatable="false">certificates</string>
    <string name="pref_key_trust_system_certs" translatable="false">trustSystemCerts</string>
    <string name="pref_key_reset_trust" translatable="false">resetTrust</string>
    <string name="pref_key_note_mode" translatable="false">noteMode</string>
    <string name="pref_key_theme" translatable="false">darkTheme</string>
    <string name="pref_key_font" translatable="false">font</string>
@@ -118,6 +164,7 @@
    <string name="pref_value_mode_edit" translatable="false">edit</string>
    <string name="pref_value_mode_preview" translatable="false">preview</string>
    <string name="pref_value_mode_last" translatable="false">last</string>
    <string name="pref_value_mode_note" translatable="false">note</string>
    <string name="pref_value_font_size_small" translatable="false">small</string>
    <string name="pref_value_font_size_medium" translatable="false">medium</string>
    <string name="pref_value_font_size_large" translatable="false">large</string>
@@ -132,6 +179,7 @@
    <string name="simple_close">Close</string>
    <string name="simple_copy">Copy</string>
    <string name="simple_exception">Exception</string>
    <string name="copied_to_clipboard">Copied to clipboard</string>
    <string name="pin_to_homescreen">Pin to homescreen</string>
    <string name="note_has_been_deleted">This note has been deleted</string>
    <string name="add_account">Add account</string>
@@ -214,6 +262,7 @@
        <item>Remember my last selection</item>
    </string-array>

    <!-- Array: font size -->
    <string-array name="fontSize_entries">
        <item>Small</item>
        <item>Medium</item>
@@ -243,6 +292,25 @@
        <item quantity="other">Share content of %1$d notes</item>
    </plurals>

    <string name="preferences_app_info_title">Notes information</string>
    <string name="preferences_app_info">
        -List, create, edit, share, search and delete notes\n
        -Share text and links as new note into the app\n
        -Mark notes as favorite\n
        -Bulk delete\n
        -Render MarkDown\n
        -Translated in many languages</string>
    <string name="preferences_about_app">Notes is forked from Nextcloud Notes</string>
    <string name="preferences_privacy_policy">Privacy policy</string>
    <string name="preferences_service_terms">Terms of service</string>
    <string name="preferences_authors">Authors</string>

    <string name="add_an_account">Add an account</string>
    <string name="login_with_e_account">Login with an /e/ account</string>
    <string name="Other">Other</string>



    <string name="formatting_help_title" translatable="false"># %1$s</string>
    <string name="formatting_help_title_level_3" translatable="false">### %1$s</string>
    <string name="formatting_help_divider" translateable="false">---</string>
@@ -302,19 +370,6 @@
    <string name="formatting_help_code_body_2">Markdown also supports something called code fencing, which allows for multiple lines without indentation:</string>
    <string name="formatting_help_code_body_3">And if you\'d like to use syntax highlighting, include the language:</string>

    <string name="formatting_help_tables_title">Tables</string>
    <!-- Column header of a sample table -->
    <string name="formatting_help_tables_column">Column %1d</string>
    <!-- Table cell value of a sample table -->
    <string name="formatting_help_tables_value">Value %1d</string>

    <string name="formatting_help_images_body_1">Links have to be either complete URLs starting with a protocol and domain or absolute paths starting with a %1$s character.</string>
    <string name="formatting_help_images_body_2">In order to conform to the Markdown format, please use escape characters in the image URL. This means for example, replace spaces with %1$s in the URL.</string>
    <string name="formatting_help_images_escaped_space" translatable="false" formatted="false">%20</string>
    <string name="formatting_help_images_slash" translatable="false">/</string>
    <string name="formatting_help_images_title">Images</string>
    <string name="formatting_help_images_alt">Fancy image</string>

    <string name="simple_other">Other</string>
    <string name="sort_last_modified">Sort by modified date</string>
    <string name="sort_alphabetically">Sort by alphabet</string>