2018-10-06 07:22:22 +03:00
<!--
~ Nextcloud Talk application
~
~ @author Mario Danic
~ Copyright (C) 2017-2018 Mario Danic <mario @ l o v e l y h q . c o m >
~
~ This program is free software: you can redistribute it and/or modify
~ it under the terms of the GNU General Public License as published by
~ the Free Software Foundation, either version 3 of the License, or
~ at your option) any later version.
~
~ This program is distributed in the hope that it will be useful,
~ but WITHOUT ANY WARRANTY; without even the implied warranty of
~ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
~ GNU General Public License for more details.
~
~ You should have received a copy of the GNU General Public License
~ along with this program. If not, see <http: / / w w w . g n u . o r g / l i c e n s e s /> .
-->
2019-01-17 14:32:38 +03:00
<resources xmlns:tools= "http://schemas.android.com/tools" >
2017-10-23 13:40:38 +03:00
<!-- Bottom Navigation -->
2018-12-08 22:49:13 +03:00
<string name= "nc_settings" > Settings</string>
2017-10-23 13:40:38 +03:00
<!-- Server selection -->
2017-12-17 22:59:05 +03:00
<string name= "nc_server_url" > Server address</string>
2017-10-23 13:40:38 +03:00
<string name= "nc_server_not_installed" > Please finish your %1$s installation</string>
<string name= "nc_server_db_upgrade_needed" > Please upgrade your %1$s database</string>
<string name= "nc_server_maintenance" > Please bring your %1$s out of maintenance</string>
2017-12-17 11:32:25 +03:00
<string name= "nc_server_version" > %1$s only works with %2$s 13 and up</string>
2017-12-31 01:43:44 +03:00
<string name= "nc_server_import_account_plain" > Import account</string>
<string name= "nc_server_import_accounts_plain" > Import accounts</string>
<string name= "nc_server_import_account" > Import account from the %1$s app</string>
2017-12-31 00:44:05 +03:00
<string name= "nc_server_import_accounts" > Import accounts from the %1$s app</string>
2017-12-31 01:43:44 +03:00
<string name= "nc_server_failed_to_import_account" > Failed to import selected account</string>
<string name= "nc_Server_account_imported" > Selected account is now imported and available</string>
2017-12-19 01:21:27 +03:00
<string name= "nc_get_from_provider" > Do you not have a server yet?\nClick here to get one from a provider</string>
2017-10-23 13:40:38 +03:00
<!-- Account verification -->
2018-04-26 13:46:33 +03:00
<string name= "nc_push_disabled" > Push notifications disabled</string>
<string name= "nc_capabilities_failed" > Failed to fetch capabilities, aborting</string>
2018-10-25 01:15:38 +03:00
<string name= "nc_external_server_failed" > Failed to fetch signaling settings</string>
2017-10-23 13:40:38 +03:00
<string name= "nc_display_name_not_fetched" > Display name couldn\'t be fetched, aborting</string>
2017-12-22 00:25:46 +03:00
<string name= "nc_nextcloud_talk_app_not_installed" > %1$s app not installed on the server, aborting</string>
2017-12-19 12:16:50 +03:00
<string name= "nc_display_name_not_stored" > Could not store display name, aborting</string>
2017-10-23 13:40:38 +03:00
2017-11-24 00:37:13 +03:00
<string name= "nc_never" > Never joined</string>
2017-10-23 13:40:38 +03:00
<string name= "nc_search" > Search</string>
2017-10-30 01:14:35 +03:00
<string name= "nc_certificate_dialog_title" > Check out the certificate</string>
2017-12-19 16:19:57 +03:00
<string name= "nc_certificate_dialog_text" > Do you trust the until now unknown SSL certificate, issued by %1$s for %2$s, valid from %3$s to %4$s?</string>
2017-10-30 01:08:36 +03:00
<string name= "nc_yes" > Yes</string>
<string name= "nc_no" > No</string>
2017-12-17 11:32:25 +03:00
<string name= "nc_certificate_error" > Your SSL setup prevented connection</string>
2017-10-30 01:08:36 +03:00
2017-11-06 22:01:53 +03:00
<!-- Settings -->
<string name= "nc_settings_proxy_title" > Proxy</string>
2018-07-03 11:16:14 +03:00
<string name= "nc_settings_proxy_type_key" translatable= "false" > proxy_type</string>
2017-11-06 22:01:53 +03:00
<string name= "nc_settings_proxy_type_title" > Proxy type</string>
2018-07-03 11:16:14 +03:00
<string name= "nc_settings_proxy_host_key" translatable= "false" > proxy_host</string>
2017-11-06 22:01:53 +03:00
<string name= "nc_settings_proxy_host_title" > Proxy host</string>
2018-07-03 11:16:14 +03:00
<string name= "nc_settings_proxy_port_key" translatable= "false" > proxy_port</string>
2017-11-06 22:01:53 +03:00
<string name= "nc_settings_proxy_port_title" > Proxy port</string>
2018-07-03 11:16:14 +03:00
<string name= "nc_settings_proxy_username_key" translatable= "false" > proxy_username</string>
<string name= "nc_settings_proxy_password_key" translatable= "false" > proxy_password</string>
2017-11-06 22:01:53 +03:00
<string name= "nc_settings_use_credentials_title" > Use credentials</string>
2018-07-03 11:16:14 +03:00
<string name= "nc_settings_use_credentials_key" translatable= "false" > proxy_credentials</string>
2017-11-06 22:01:53 +03:00
<string name= "nc_settings_switch_account" > Switch between accounts</string>
<string name= "nc_settings_reauthorize" > Reauthorize</string>
2018-04-10 17:34:03 +03:00
<string name= "nc_client_cert_setup" > Set up client certificate</string>
<string name= "nc_client_cert_change" > Change client certificate</string>
2019-03-04 13:47:50 +03:00
<string name= "nc_settings_remove" > Remove</string>
<string name= "nc_settings_remove_confirmation" > Please confirm your intent to remove the current account.</string>
2017-11-06 22:01:53 +03:00
<string name= "nc_settings_remove_account" > Remove account</string>
<string name= "nc_settings_add_account" > Add a new account</string>
2017-11-07 01:43:11 +03:00
<string name= "nc_settings_wrong_account" > Only current account can be reauthorized</string>
2019-01-01 18:52:59 +03:00
<string name= "nc_settings_no_talk_installed" > Talk app is not installed on the server you tried to authenticate against</string>
2017-12-17 11:32:25 +03:00
<string name= "nc_settings_account_updated" > Your already existing account was updated, instead of adding a new one</string>
<string name= "nc_account_scheduled_for_deletion" > The account is scheduled for deletion, and cannot be changed</string>
2018-06-12 21:16:29 +03:00
<string name= "nc_settings_notification_sounds" > Notification sounds</string>
2018-07-26 23:44:31 +03:00
<string name= "nc_settings_call_ringtone" > One-on-One Calls</string>
2018-07-03 11:16:14 +03:00
<string name= "nc_settings_call_ringtone_key" translatable= "false" > call_ringtone</string>
2018-07-29 13:02:08 +03:00
<string name= "nc_settings_other_notifications_ringtone" > Other</string>
2018-07-03 11:16:14 +03:00
<string name= "nc_settings_message_ringtone_key" translatable= "false" > message_ringtone</string>
2018-06-13 23:43:40 +03:00
<string name= "nc_settings_default_ringtone" translatable= "false" > Librem by feandesign</string>
2018-06-16 12:52:07 +03:00
<string name= "nc_settings_no_ringtone" > No sound</string>
2018-08-03 12:33:02 +03:00
<string name= "nc_settings_vibrate" > Vibrate</string>
2019-02-19 13:00:27 +03:00
<string name= "nc_settings_vibrate_desc" > Phone will vibrate unless it\'s silenced</string>
2018-08-03 12:33:02 +03:00
<string name= "nc_settings_vibrate_key" translatable= "false" > notifications_vibrate</string>
2019-03-04 20:35:38 +03:00
<string name= "nc_settings_appearance" > Appearance</string>
<string name= "nc_settings_theme_title" > Theme</string>
<string name= "nc_settings_theme_key" > theme</string>
2019-07-29 17:43:20 +03:00
<string name= "nc_settings_theme_battery_saver_key" translatable= "false" > battery_saver</string>
<string name= "nc_settings_theme_follow_system_key" translatable= "false" > follow_system</string>
<string name= "nc_settings_theme_light_key" translatable= "false" > night_no</string>
<string name= "nc_settings_theme_follow_system" > Use system default</string>
<string name= "nc_settings_theme_battery_saver" > Set by Battery Saver</string>
2019-03-04 20:35:38 +03:00
<string name= "nc_settings_theme_light" > Light</string>
<string name= "nc_settings_theme_dark" > Dark</string>
2019-02-14 08:50:02 +03:00
<string name= "nc_settings_privacy" > Privacy</string>
<string name= "nc_settings_screen_lock_title" > Screen lock</string>
2019-03-26 13:20:11 +03:00
<string name= "nc_settings_screen_lock_desc" > Lock %1$s with Android screen lock or supported biometric method</string>
2019-02-14 08:50:02 +03:00
<string name= "nc_settings_screen_lock_key" translatable= "false" > screen_lock</string>
<string name= "nc_settings_screen_lock_timeout_title" > Screen lock inactivity timeout</string>
<string name= "nc_none" > None</string>
<string name= "nc_settings_screen_lock_timeout_key" translatable= "false" > screen_lock_timeout</string>
<string name= "nc_settings_screen_security_title" > Screen security</string>
2019-02-15 13:17:20 +03:00
<string name= "nc_settings_screen_security_desc" > Prevents screenshots in the recent list and inside the app</string>
2019-02-14 08:50:02 +03:00
<string name= "nc_settings_screen_security_key" translatable= "false" > screen_security</string>
2019-02-14 09:28:51 +03:00
<string name= "nc_settings_incognito_keyboard_title" > Incognito keyboard</string>
2019-02-14 08:50:02 +03:00
<string name= "nc_settings_incognito_keyboard_desc" > Instructs keyboard to disable personalized learning (without guarantees)</string>
<string name= "nc_settings_incognito_keyboard_key" translatable= "false" > incognito_keyboard</string>
<string name= "nc_settings_link_previews_title" > Show link previews</string>
<string name= "nc_settings_link_previews_desc" > Allows previews of content from received links for supported services</string>
<string name= "nc_settings_link_previews_key" translatable= "false" > link_previews</string>
2019-02-18 16:02:49 +03:00
<string name= "nc_locked" > Tap to unlock</string>
2019-02-14 08:50:02 +03:00
2019-02-15 03:49:50 +03:00
<string name= "nc_screen_lock_timeout_30" > 30 seconds</string>
<string name= "nc_screen_lock_timeout_60" > 1 minute</string>
<string name= "nc_screen_lock_timeout_300" > 5 minutes</string>
<string name= "nc_screen_lock_timeout_600" > 10 minutes</string>
<string name= "nc_screen_lock_timeout_thirty" > 30</string>
<string name= "nc_screen_lock_timeout_sixty" > 60</string>
<string name= "nc_screen_lock_timeout_three_hundred" > 300</string>
<string name= "nc_screen_lock_timeout_six_hundred" > 600</string>
2019-02-15 12:59:33 +03:00
<string name= "nc_biometric_unlock" > Unlock %1$s</string>
<string name= "nc_cancel" > Cancel</string>
2017-11-06 22:01:53 +03:00
<string name= "nc_no_proxy" > No proxy</string>
<string name= "nc_username" > Username</string>
<string name= "nc_password" > Password</string>
2018-02-08 14:31:41 +03:00
<string name= "nc_conversation_link" > Conversation link</string>
2018-01-25 11:23:11 +03:00
<string name= "nc_new_password" > New password</string>
2018-01-26 01:52:38 +03:00
<string name= "nc_wrong_password" > Wrong password</string>
2017-11-06 22:01:53 +03:00
<string name= "nc_about" > About</string>
<string name= "nc_privacy" > Privacy</string>
<string name= "nc_get_source_code" > Get source code</string>
<string name= "nc_license_title" > License</string>
<string name= "nc_license_summary" > GNU General Public License, Version 3</string>
2017-11-07 15:20:09 +03:00
<string name= "nc_select_an_account" > Select an account</string>
2017-11-27 16:31:17 +03:00
2018-08-04 14:50:08 +03:00
<!-- Conversation menu -->
2018-06-21 14:01:23 +03:00
<string name= "nc_start_conversation" > Start a conversation</string>
2018-06-21 16:49:12 +03:00
<string name= "nc_configure_room" > Configure conversation</string>
2018-04-24 12:34:17 +03:00
<string name= "nc_leave" > Leave conversation</string>
<string name= "nc_rename" > Rename conversation</string>
2018-01-24 15:50:10 +03:00
<string name= "nc_set_password" > Set a password</string>
2018-06-27 13:20:27 +03:00
<string name= "nc_change_password" > Change password</string>
2018-01-25 11:23:11 +03:00
<string name= "nc_clear_password" > Clear password</string>
2017-11-27 16:31:17 +03:00
<string name= "nc_share_link" > Share link</string>
2018-01-25 17:30:40 +03:00
<string name= "nc_share_link_via" > Share link via</string>
2018-04-24 12:34:17 +03:00
<string name= "nc_make_call_public" > Make conversation public</string>
<string name= "nc_make_call_private" > Make conversation private</string>
<string name= "nc_delete_call" > Delete conversation</string>
2019-03-04 14:44:29 +03:00
<string name= "nc_delete" > Delete</string>
<string name= "nc_delete_conversation_default" > Please confirm your intent to remove the conversation.</string>
<string name= "nc_delete_conversation_one2one" > If you delete the conversation, it will also be
deleted for %1$s.</string>
<string name= "nc_delete_conversation_more" > If you delete the conversation, it will also be deleted for all other participants.</string>
2018-06-21 14:01:23 +03:00
<string name= "nc_new_conversation" > New conversation</string>
2019-06-26 10:14:39 +03:00
<string name= "nc_join_via_link" > Join with a link</string>
2018-02-08 14:31:41 +03:00
<string name= "nc_join_via_web" > Join via web</string>
2018-08-08 22:18:52 +03:00
<string name= "nc_add_to_favorites" > Add to favorites</string>
<string name= "nc_remove_from_favorites" > Remove from favorites</string>
2017-11-27 16:31:17 +03:00
2017-11-28 06:38:17 +03:00
<!-- Contacts -->
2018-02-02 13:40:42 +03:00
<string name= "nc_select_contacts" > Select contacts</string>
<string name= "nc_contacts_done" > Done</string>
2017-12-07 18:20:24 +03:00
2017-12-13 00:09:29 +03:00
<!-- Permissions -->
2018-01-18 13:45:48 +03:00
<string name= "nc_camera_permission_permanently_denied" > To enable video communication please grant \"Camera\" permission in the system settings.</string>
<string name= "nc_microphone_permission_permanently_denied" > To enable voice communication please grant \"Microphone\" permission in the system settings.</string>
2017-12-13 00:09:29 +03:00
<string name= "nc_permissions_settings" > Open settings</string>
2017-11-28 06:38:17 +03:00
2017-12-30 11:23:47 +03:00
<!-- Call -->
2018-06-19 14:17:01 +03:00
<string name= "nc_connecting_call" > Connecting…</string>
2019-06-09 21:27:55 +03:00
<string name= "nc_calling" > Calling…</string>
2018-06-14 22:26:54 +03:00
<string name= "nc_incoming_call" > Incoming call from</string>
2018-01-26 14:26:27 +03:00
<string name= "nc_nick_guest" > Guest</string>
2018-04-24 12:34:17 +03:00
<string name= "nc_public_call" > New public conversation</string>
<string name= "nc_public_call_explanation" > Public conversations let you invite people from outside through a
specially crafted link.</string>
2019-06-09 21:27:55 +03:00
<string name= "nc_call_timeout" > No response in 45 seconds, tap to try again</string>
<string name= "nc_call_reconnecting" > Reconnecting…</string>
<string name= "nc_offline" > Currently offline, please check your connectivity</string>
<string name= "nc_leaving_call" > Leaving call…</string>
2017-12-30 11:23:47 +03:00
2018-01-02 02:03:25 +03:00
<!-- Notification channels -->
<string name= "nc_notification_channel" > %1$s on %2$s notification channel</string>
<string name= "nc_notification_channel_calls" > Calls notification channel</string>
<string name= "nc_notification_channel_messages" > Messages notification channel</string>
<string name= "nc_notification_channel_calls_description" > Shows incoming calls</string>
2018-11-07 00:58:14 +03:00
<string name= "nc_notification_settings" > Notification settings</string>
<string name= "nc_plain_old_messages" > Messages</string>
2018-11-07 04:15:44 +03:00
<string name= "nc_notify_me_always" > Always notify</string>
<string name= "nc_notify_me_mention" > Notify when mentioned</string>
<string name= "nc_notify_me_never" > Never notify</string>
2018-11-07 00:58:14 +03:00
<string name= "nc_mute_calls" > Mute calls</string>
2019-09-02 14:22:41 +03:00
<string name= "nc_mute_calls_desc" > Incoming calls will be silenced</string>
2018-01-02 02:03:25 +03:00
2018-01-24 14:59:30 +03:00
<!-- Bottom sheet menu -->
<string name= "nc_failed_to_perform_operation" > Sorry, something went wrong!</string>
2018-04-24 12:34:17 +03:00
<string name= "nc_failed_signaling_settings" > Target server does not support joining public conversations via mobile
phones. You may attempt to join the conversation via web browser.</string>
2018-01-24 14:59:30 +03:00
<string name= "nc_all_ok_operation" > OK, all done!</string>
<string name= "nc_ok" > OK</string>
2018-02-20 20:16:45 +03:00
<string name= "nc_call_name" > Conversation name</string>
2018-01-25 11:23:11 +03:00
<string name= "nc_proceed" > Proceed</string>
<string name= "nc_call_name_is_same" > The name you entered is the same as the existing one</string>
2018-02-08 14:31:41 +03:00
<string name= "nc_wrong_link" > Conversation link is not valid</string>
2018-02-27 20:53:34 +03:00
<string name= "nc_share_text" > Join the conversation at %1$s/index.php/call/%2$s</string>
<string name= "nc_share_subject" > %1$s invitation</string>
<string name= "nc_share_text_pass" > \nPassword: %1$s</string>
2018-02-11 18:41:09 +03:00
<!-- Magical stuff -->
2018-03-12 00:04:41 +03:00
<string name= "nc_push_to_talk" > Push-to-talk</string>
<string name= "nc_push_to_talk_desc" > With microphone disabled, click& hold to use Push-to-talk</string>
2018-04-10 17:34:03 +03:00
<string name= "nc_configure_cert_auth" > Select authentication certificate</string>
<string name= "nc_change_cert_auth" > Change authentication certificate</string>
2018-04-23 21:39:37 +03:00
<!-- Chat -->
<string name= "nc_hint_enter_a_message" > Enter a message…</string>
<string name= "nc_date_header_yesterday" > Yesterday</string>
<string name= "nc_date_header_today" > Today</string>
2018-05-09 14:46:22 +03:00
<string name= "nc_conversation_menu_voice_call" > Voice call</string>
<string name= "nc_conversation_menu_video_call" > Video call</string>
2018-12-06 03:25:57 +03:00
<string name= "nc_conversation_menu_conversation_info" > Conversation info</string>
2018-05-09 14:46:22 +03:00
<string name= "nc_new_messages" > New messages</string>
2018-08-04 14:50:08 +03:00
<string name= "nc_no_messages_yet" > No messages yet</string>
2019-01-16 04:07:17 +03:00
<string name= "nc_sent_a_link" formatted= "true" > %1$s sent a link.</string>
<string name= "nc_sent_a_gif" formatted= "true" > %1$s sent a GIF.</string>
<string name= "nc_sent_an_attachment" formatted= "true" > %1$s sent an attachment.</string>
<string name= "nc_sent_an_audio" formatted= "true" > %1$s sent an audio.</string>
<string name= "nc_sent_a_video" formatted= "true" > %1$s sent a video.</string>
<string name= "nc_sent_an_image" formatted= "true" > %1$s sent an image.</string>
2019-01-17 14:32:38 +03:00
<string name= "nc_sent_a_link_you" tools:ignore= "ExtraTranslation" > You sent a link.</string>
2019-04-24 09:32:19 +03:00
<string name= "nc_sent_a_gif_you" tools:ignore= "ExtraTranslation" > You sent a GIF.</string>
2019-01-16 04:07:17 +03:00
<string name= "nc_sent_an_attachment_you" > You sent an attachment.</string>
<string name= "nc_sent_an_audio_you" > You sent an audio.</string>
<string name= "nc_sent_a_video_you" > You sent a video.</string>
<string name= "nc_sent_an_image_you" > You sent an image.</string>
2019-01-17 14:32:38 +03:00
<string name= "nc_formatted_message" translatable= "false" > %1$s: %2$s</string>
<!-- When translating to German, please use non - formal variant -->
<string name= "nc_formatted_message_you" > You: %1$s</string>
2018-04-23 21:39:37 +03:00
2018-05-16 18:36:02 +03:00
<!-- Contacts endless loading -->
<string name= "nc_no_more_load_retry" > No more items to load. Refresh to retry.</string>
<string name= "nc_endless_disabled" > No more items to load (max reached).</string>
<string name= "nc_endless_cancel" > Cancelled by the user.</string>
<string name= "nc_endless_error" > An error occurred while loading more items.</string>
2018-07-02 22:44:46 +03:00
<!-- Content descriptions -->
<string name= "nc_description_more_menu_one_to_one" > Menu for conversation with %1$s</string>
<string name= "nc_description_more_menu_public" > Menu for group conversation %1$s</string>
<string name= "nc_description_more_menu_group" > Menu for public conversation %1$s</string>
<string name= "nc_description_send_message_button" > Send message</string>
2018-08-24 12:05:04 +03:00
<!-- Empty states -->
2019-01-03 14:20:35 +03:00
<string name= "nc_conversations_empty" > Join a conversation or start a new one\n Say hi to your friends and colleagues!</string>
2018-07-15 09:25:41 +03:00
<string name= "nc_hello" > Hello</string>
2018-10-24 00:45:25 +03:00
<!-- Other -->
2019-07-05 10:40:16 +03:00
<string name= "nc_limit_hit" > %s characters limit has been hit</string>
2018-11-07 05:08:53 +03:00
<string name= "nc_groups" > Groups</string>
2018-11-09 00:13:23 +03:00
<string name= "nc_participants" > Participants</string>
<string name= "nc_owner" > Owner</string>
<string name= "nc_moderator" > Moderator</string>
<string name= "nc_user" > User</string>
<string name= "nc_guest" > Guest</string>
<string name= "nc_following_link" > User following a public link</string>
2019-04-24 09:32:19 +03:00
<!-- Browser component -->
<string name= "nc_file_browser" > File browser"</string>
<string name= "nc_select_files" > Select files</string>
<string name= "nc_file_browser_back" > Back</string>
<string name= "nc_file_browser_refresh" > Refresh</string>
<string name= "nc_last_modified" > %1$s | Last modified: %2$s</string>
2019-06-09 21:27:55 +03:00
2019-08-30 13:12:40 +03:00
<!-- Lobby -->
<string name= "nc_webinar" > Webinar</string>
<string name= "nc_lobby" > Lobby</string>
<string name= "nc_start_time" > Start time</string>
2019-08-30 15:17:10 +03:00
<string name= "nc_lobby_waiting" > You are currently waiting in the lobby.</string>
<string name= "nc_lobby_waiting_with_date" > You are currently waiting in the lobby.\n This
2019-08-30 13:12:40 +03:00
meeting is scheduled for %1$s.</string>
<string name= "nc_manual" > Manual</string>
2017-10-23 13:40:38 +03:00
</resources>