many updates
This commit is contained in:
parent
8514c8610b
commit
92b7dc03cf
49 changed files with 614 additions and 641 deletions
8
.github/ISSUE_TEMPLATE.md
vendored
8
.github/ISSUE_TEMPLATE.md
vendored
|
@ -3,7 +3,7 @@
|
|||
* **Version:** 3.0.0
|
||||
* **Device:** Xiaomi Mi A1
|
||||
* **Android Version:** Android 10 (stock)
|
||||
* **Server name:** monocles_messenger, conversations.im, jabber.de or self hosted
|
||||
* **Server name:** monocles.de, blabber.im, conversations.im, jabber.de or self hosted
|
||||
* **Server software:** ejabberd 19.09.1 or prosody 0.11.3 (if known)
|
||||
* **Installed server modules:** Stream Managment, CSI, MAM
|
||||
* **Pix-Art Messenger source:** PlayStore, PlayStore Beta Channel, F-Droid, Github, Codeberg, self build (latest HEAD)
|
||||
|
@ -27,10 +27,10 @@ What do you see instead?
|
|||
|
||||
#### Debug output
|
||||
|
||||
Please post the output of adb logcat. The log should begin with the start of monocles_messenger and include all the
|
||||
Please post the output of adb logcat. The log should begin with the start of monocles chat and include all the
|
||||
steps it takes to reproduce the problem.
|
||||
|
||||
````
|
||||
Linux: adb -d logcat -v time | grep -i monocles_messenger > logcat.txt
|
||||
Windows: adb -d logcat -v time | FINDSTR monocles_messenger > logcat.txt
|
||||
Linux: adb -d logcat -v time | grep -i monocles_chat > logcat.txt
|
||||
Windows: adb -d logcat -v time | FINDSTR monocles_chat > logcat.txt
|
||||
````
|
||||
|
|
236
CHANGELOG.md
236
CHANGELOG.md
|
@ -4,14 +4,14 @@
|
|||
* bug fixes for PlayStore version
|
||||
|
||||
#### Version 3.0.6
|
||||
* show message in chat, during video transcoding (monocles_messenger)
|
||||
* show message in chat, during video transcoding (monocles chat)
|
||||
* Fixed 'No Connectivity' issues on Android 7.1
|
||||
* bug fixes
|
||||
|
||||
#### Version 3.0.5
|
||||
* improve compatibility with non libwebrtc WebRTC implementations
|
||||
* improve memory management (monocles_messenger)
|
||||
* ui improvements (monocles_messenger)
|
||||
* improve memory management (monocles chat)
|
||||
* ui improvements (monocles chat)
|
||||
* fix HTTP up/download for users that don’t trust system CAs
|
||||
* various bug fixes around Tor support
|
||||
* improve call compatibility with Dino
|
||||
|
@ -22,17 +22,17 @@
|
|||
* properly verify punycode TLS certificates
|
||||
* improve stability of RTP session establishment (calling)
|
||||
* verify A/V calls with preexisting OMEMO sessions
|
||||
* add memory management in attachment settings (monocles_messenger)
|
||||
* add setting to delete files older than x days (monocles_messenger)
|
||||
* show message on devices with Android 4 that they are outdated (monocles_messenger)
|
||||
* add memory management in attachment settings (monocles chat)
|
||||
* add setting to delete files older than x days (monocles chat)
|
||||
* show message on devices with Android 4 that they are outdated (monocles chat)
|
||||
* bug fixes
|
||||
|
||||
#### Version 3.0.3
|
||||
|
||||
* add custom tabs (monocles_messenger)
|
||||
* show video/gif duration in preview (monocles_messenger)
|
||||
* auto download all attachments (monocles_messenger)
|
||||
* show notification on muc invites as private messages (monocles_messenger)
|
||||
* add custom tabs (monocles chat)
|
||||
* show video/gif duration in preview (monocles chat)
|
||||
* auto download all attachments (monocles chat)
|
||||
* show notification on muc invites as private messages (monocles chat)
|
||||
* offer Easy Invite generation on supporting servers
|
||||
* display GIFs send from Movim
|
||||
* store avatars in cache
|
||||
|
@ -51,12 +51,12 @@
|
|||
|
||||
#### Version 3.0.1
|
||||
#### Version 3.0.0
|
||||
* Pix-Art Messenger is now monocles_messenger
|
||||
* rework missed call notifications (monocles_messenger)
|
||||
* a lot UI improvements (monocles_messenger)
|
||||
* show backups from other messengers (monocles_messenger)
|
||||
* customize notifications for each contact/channel > Android O (monocles_messenger)
|
||||
* automatically remove URL tracking parameters for sent/received links (monocles_messenger)
|
||||
* Pix-Art Messenger is now monocles chat
|
||||
* rework missed call notifications (monocles chat)
|
||||
* a lot UI improvements (monocles chat)
|
||||
* show backups from other chats (monocles chat)
|
||||
* customize notifications for each contact/channel > Android O (monocles chat)
|
||||
* automatically remove URL tracking parameters for sent/received links (monocles_chat)
|
||||
* search individual conversations
|
||||
* notify user if message delivery fails
|
||||
* remember display names (nicks) from Quicksy users across restarts
|
||||
|
@ -70,17 +70,17 @@
|
|||
* fix crash on PlayStore version
|
||||
|
||||
#### Version 2.5.1
|
||||
* rework lastseen and don't show offline as online (monocles_messenger)
|
||||
* improve video quality a bit (monocles_messenger)
|
||||
* add ability to reject all contact requests via long press (monocles_messenger)
|
||||
* colorize pinned chats (monocles_messenger)
|
||||
* rework lastseen and don't show offline as online (monocles_chat)
|
||||
* improve video quality a bit (monocles_chat)
|
||||
* add ability to reject all contact requests via long press (monocles_chat)
|
||||
* colorize pinned chats (monocles_chat)
|
||||
* add 'Return to chat' to audio call screen
|
||||
* improve keyboard shortcuts
|
||||
* improve performance for backup restore
|
||||
* bug fixes
|
||||
|
||||
#### Version 2.5.0
|
||||
* remove OTR encryption (monocles_messenger)
|
||||
* remove OTR encryption (monocles_chat)
|
||||
* show help button if A/V call fails
|
||||
* fixed some annoying crashes
|
||||
* fixed Jingle connections (file transfer + calls) with bare JIDs
|
||||
|
@ -96,11 +96,11 @@
|
|||
* reduce echo during calls on some devices
|
||||
* fix login when passwords contains special characters
|
||||
* play dial and busy tones on speaker during video calls
|
||||
* move channel discovery choice to ChannelDiscoveryActivity menu (monocles_messenger)
|
||||
* colorize accept/dismiss actions in call notification (monocles_messenger)
|
||||
* don't end call on pressing back key (monocles_messenger)
|
||||
* show used account for calls (monocles_messenger)
|
||||
* notify on missed calls (monocles_messenger)
|
||||
* move channel discovery choice to ChannelDiscoveryActivity menu (monocles_chat)
|
||||
* colorize accept/dismiss actions in call notification (monocles_chat)
|
||||
* don't end call on pressing back key (monocles_chat)
|
||||
* show used account for calls (monocles_chat)
|
||||
* notify on missed calls (monocles_chat)
|
||||
* bug fixes
|
||||
|
||||
#### Version 2.4.0
|
||||
|
@ -115,15 +115,15 @@
|
|||
|
||||
#### Version 2.3.5
|
||||
* start removing OTR
|
||||
* rework conference and contact details (big avatar is available via long click) (monocles_messenger)
|
||||
* rework conference and contact details (big avatar is available via long click) (monocles_chat)
|
||||
* resume download of OMEMO encrypted files
|
||||
* channels now use '#' as symbol in avatar
|
||||
* support for ?register and ?register;preauth XMPP uri parameters
|
||||
* update connection settings
|
||||
* use ExoPlayer for video playback (monocles_messenger)
|
||||
* show artist - title for audio files (monocles_messenger)
|
||||
* show PDF previews (monocles_messenger)
|
||||
* minor UI improvements (monocles_messenger)
|
||||
* use ExoPlayer for video playback (monocles_chat)
|
||||
* show artist - title for audio files (monocles_chat)
|
||||
* show PDF previews (monocles_chat)
|
||||
* minor UI improvements (monocles_chat)
|
||||
* use 12 byte IV for OMEMO
|
||||
* a lot of bug fixes
|
||||
|
||||
|
@ -131,7 +131,7 @@
|
|||
* fixes for Jingle IBB file transfer
|
||||
* fixes for repeated corrections filling up the database
|
||||
* switched to Last Message Correction v1.1
|
||||
* increase mam messages catchup (monocles_messenger)
|
||||
* increase mam messages catchup (monocles_chat)
|
||||
* bug fixes
|
||||
|
||||
#### Version 2.3.3
|
||||
|
@ -144,17 +144,17 @@
|
|||
* bug fixes
|
||||
|
||||
#### Version 2.3.0
|
||||
* show name in quotes (monocles_messenger)
|
||||
* introduce theme based on systems theme (monocles_messenger)
|
||||
* increase default video quality (720p instead of 360p) (monocles_messenger)
|
||||
* replace YouTube links with Invidious links (monocles_messenger)
|
||||
* rework profile view (monocles_messenger)
|
||||
* introduce app intro and some help screens (monocles_messenger)
|
||||
* show name in quotes (monocles_chat)
|
||||
* introduce theme based on systems theme (monocles_chat)
|
||||
* increase default video quality (720p instead of 360p) (monocles_chat)
|
||||
* replace YouTube links with Invidious links (monocles_chat)
|
||||
* rework profile view (monocles_chat)
|
||||
* introduce app intro and some help screens (monocles_chat)
|
||||
* fixed minor security issues
|
||||
* share XMPP uri from channel search by long pressing a result
|
||||
* fixed OMEMO self healing (after backup restore) on servers w/o MAM
|
||||
* introduce expert setting to perform channel discovery on local server instead of [search.jabber.network](https://search.jabber.network)
|
||||
* introduce new orange theme color (monocles_messenger)
|
||||
* introduce new orange theme color (monocles_chat)
|
||||
* bug fixes
|
||||
|
||||
#### Version 2.2.9
|
||||
|
@ -163,12 +163,12 @@
|
|||
#### Version 2.2.8
|
||||
* stability improvements for group chats and channels
|
||||
* allow backups to be restored from anywhere
|
||||
* make short vibrate in open chat configurable and respect silent mode (monocles_messenger)
|
||||
* make short vibrate in open chat configurable and respect silent mode (monocles_chat)
|
||||
* fixes for Jingle file transfer
|
||||
* fixed some rare crashes
|
||||
* when sharing a message from and to messenger insert it as quote
|
||||
* find orphaned files and show them in the chat again instead of showing them deleted (monocles_messenger)
|
||||
* introduce file uploads/downloads with queue (monocles_messenger)
|
||||
* when sharing a message from and to chat insert it as quote
|
||||
* find orphaned files and show them in the chat again instead of showing them deleted (monocles_chat)
|
||||
* introduce file uploads/downloads with queue (monocles_chat)
|
||||
* fixed connection issues over Tor
|
||||
* P2P file transfer (Jingle) now offers direct candidates
|
||||
* support XEP-0396: Jingle Encrypted Transports - OMEMO
|
||||
|
@ -182,7 +182,7 @@
|
|||
* fix broken updater
|
||||
|
||||
#### Version 2.2.5
|
||||
* make backup compatible to Conversations (only works for Android >= 8) (monocles_messenger)
|
||||
* make backup compatible to Conversations (only works for Android >= 8) (monocles_chat)
|
||||
* bug fix
|
||||
|
||||
#### Version 2.2.4
|
||||
|
@ -192,7 +192,7 @@
|
|||
* set own OMEMO devices to inactive after not seeing them for 60 days. (was 7 days)
|
||||
* bug fixes for peer to peer file transfer (Jingle)
|
||||
* fixed server info for unlimited/unknown max file size
|
||||
* make backup compatible to Conversations (monocles_messenger)
|
||||
* make backup compatible to Conversations (monocles_chat)
|
||||
* performance improvements
|
||||
* bug fixes
|
||||
|
||||
|
@ -200,37 +200,37 @@
|
|||
* bug fixes
|
||||
|
||||
#### Version 2.2.2
|
||||
* add activity to define some important privacy settings on first start (monocles_messenger)
|
||||
* add ability to delete account also from server (monocles_messenger)
|
||||
* add ability to kick users from room and not just ban them (monocles_messenger)
|
||||
* add activity to define some important privacy settings on first start (monocles_chat)
|
||||
* add ability to delete account also from server (monocles_chat)
|
||||
* add ability to kick users from room and not just ban them (monocles_chat)
|
||||
* bug fixes
|
||||
|
||||
#### Version 2.2.1
|
||||
* use extra activity for enter name during registration (monocles_messenger)
|
||||
* use extra activity for enter name during registration (monocles_chat)
|
||||
* bug fixes
|
||||
|
||||
#### Version 2.2.0
|
||||
* add ability to set/edit nickname in own profile (monocles_messenger)
|
||||
* add ability to configure autojoin flag in groupchat details (monocles_messenger)
|
||||
* add ability to set/edit nickname in own profile (monocles_chat)
|
||||
* add ability to configure autojoin flag in groupchat details (monocles_chat)
|
||||
* support for Android 9 'message style' notifications
|
||||
* OMEMO stability improvements
|
||||
* do not show deleted files in media browser
|
||||
* added 'Keep Original' as image and video quality choice (monocles_messenger)
|
||||
* added 'Keep Original' as image and video quality choice (monocles_chat)
|
||||
* fixed avatar not being refreshed in group chats
|
||||
* make users avatars configurable (prefer either from xmpp or addressbook) (monocles_messenger)
|
||||
* integrate last message deletion on remote devices (server and client need support for message correction) (monocles_messenger)
|
||||
* make users avatars configurable (prefer either from xmpp or addressbook) (monocles_chat)
|
||||
* integrate last message deletion on remote devices (server and client need support for message correction) (monocles_chat)
|
||||
* clearly distinguish between (private) group chats and (public) channels
|
||||
* redesigned participants view for group chats and channels
|
||||
* redesigned create new contact/group chat/channel flow in Start Conversation screen
|
||||
* reworked backup & restore
|
||||
* use Ad-Hoc Commands to invite new users (monocles_messenger)
|
||||
* show link preview in chat (monocles_messenger)
|
||||
* use Ad-Hoc Commands to invite new users (monocles_chat)
|
||||
* show link preview in chat (monocles_chat)
|
||||
* bug fixes
|
||||
|
||||
#### Version 2.1.5
|
||||
* improved handling of bookmark nicks
|
||||
* long press on 'allow' or 'add back' snackbar to bring up 'reject'
|
||||
* let the user forbid android from taking screenshots (monocles_messenger)
|
||||
* let the user forbid android from taking screenshots (monocles_chat)
|
||||
* make PEP avatars public to play nice with Prosody 0.11
|
||||
* fixed re-sending failed files in group chats
|
||||
* OMEMO stability improvements
|
||||
|
@ -247,22 +247,22 @@
|
|||
* fixed group chat mentions when nick ends in . (dot)
|
||||
* fixed not asking for permissions after direct share
|
||||
* fixed CVE-2018-18467
|
||||
* implement message deletion (monocles_messenger)
|
||||
* implement message deletion (monocles_chat)
|
||||
* bug fixes
|
||||
|
||||
#### Version 2.1.2
|
||||
* fix crash with updater
|
||||
|
||||
#### Version 2.1.1
|
||||
* make quick actions/attachment choice configurable (monocles_messenger)
|
||||
* add a hideable separate quick button for voice messages (monocles_messenger)
|
||||
* make quick actions/attachment choice configurable (monocles_chat)
|
||||
* add a hideable separate quick button for voice messages (monocles_chat)
|
||||
* switch between speaker/earpiece while playing audios/voice messages
|
||||
* store bookmarks in PEP if server has ability to convert to old bookmarks
|
||||
* show Jabber IDs from address book in address book
|
||||
* preview and ask for confirmation before sending media files
|
||||
* view per conversation media files in contact and conference details screens
|
||||
* enable foreground service by default for Android 8 (notification can be disabled by long pressing it)
|
||||
* reworked MediaViewer (monocles_messenger)
|
||||
* reworked MediaViewer (monocles_chat)
|
||||
* support TLSv1.3 (ejabberd ≤ 18.06 is incompatible with openssl 1.1.1 - Update ejabberd or downgrade openssl if you get ›Stream opening error‹)
|
||||
* add push messages for playstore versions
|
||||
* bug fixes
|
||||
|
@ -285,7 +285,7 @@
|
|||
|
||||
#### Version 2.0.1
|
||||
* improved recording quality
|
||||
* let the user select a public server for account creation (monocles_messenger)
|
||||
* let the user select a public server for account creation (monocles_chat)
|
||||
* add possibility to de-/activate accounts in multi account mode
|
||||
* bug fixes
|
||||
|
||||
|
@ -296,7 +296,7 @@
|
|||
* reworked message search
|
||||
* added splash screen at startup
|
||||
* integrate dark theme
|
||||
* keep OTR, but without further development and support, just for compatibility (monocles_messenger)
|
||||
* keep OTR, but without further development and support, just for compatibility (monocles_chat)
|
||||
* added configurable font size
|
||||
* added global OMEMO preference
|
||||
* added scroll to bottom button
|
||||
|
@ -309,7 +309,7 @@
|
|||
* bug fixes
|
||||
|
||||
#### Version 1.22.0
|
||||
* integrated expert option to enable multiple account (monocles_messenger)
|
||||
* integrated expert option to enable multiple account (monocles_chat)
|
||||
* some UI improvements
|
||||
* improved MAM support
|
||||
* bug fixes
|
||||
|
@ -323,20 +323,20 @@
|
|||
* bug fixes
|
||||
|
||||
#### Version 1.21.1
|
||||
* don't use integrated updater if Messenger is installed from F-Droid (monocles_messenger)
|
||||
* check if app installs from unknown sources are allowed, if not open settings to allow this (monocles_messenger)
|
||||
* show hint in chatview if private message is activated (monocles_messenger)
|
||||
* don't use integrated updater if Messenger is installed from F-Droid (monocles_chat)
|
||||
* check if app installs from unknown sources are allowed, if not open settings to allow this (monocles_chat)
|
||||
* show hint in chatview if private message is activated (monocles_chat)
|
||||
* send delivery receipts after MAM catchup
|
||||
* reduce number of wake locks
|
||||
* add possibility to destroy group chats (monocles_messenger)
|
||||
* show progress dialog while downloading update with internal updater (monocles_messenger)
|
||||
* implemented message search (monocles_messenger)
|
||||
* add possibility to destroy group chats (monocles_chat)
|
||||
* show progress dialog while downloading update with internal updater (monocles_chat)
|
||||
* implemented message search (monocles_chat)
|
||||
* improved self chat
|
||||
* bug fixes
|
||||
|
||||
#### Version 1.21.0
|
||||
* replaced google maps location service with open street map services via leaflet (monocles_messenger)
|
||||
* let screen on while playing audio files (monocles_messenger)
|
||||
* replaced google maps location service with open street map services via leaflet (monocles_chat)
|
||||
* let screen on while playing audio files (monocles_chat)
|
||||
* add Turkish translations
|
||||
* bug fixes
|
||||
|
||||
|
@ -354,7 +354,7 @@
|
|||
* bug fixes
|
||||
|
||||
#### Version 1.20.0
|
||||
* reworked AppUpdater and show a notification if there is an update available (monocles_messenger)
|
||||
* reworked AppUpdater and show a notification if there is an update available (monocles_chat)
|
||||
* some UI and performance improvements
|
||||
* add french and spanish translations
|
||||
* text markup *bold*, _italic_,`monospace` and ~strikethrough~
|
||||
|
@ -362,7 +362,7 @@
|
|||
* always open URLs in new tab
|
||||
* bring back quick share (default off) and return to previous app after sharing
|
||||
* send and show read markers in private, non-anonymous groups
|
||||
* warn if chat is unencrypted and switch to OMEMO if available after pressing OK (warning can be disabled in settings) (monocles_messenger)
|
||||
* warn if chat is unencrypted and switch to OMEMO if available after pressing OK (warning can be disabled in settings) (monocles_chat)
|
||||
* support sending and receiving opus file
|
||||
* bug fixes
|
||||
|
||||
|
@ -406,7 +406,7 @@
|
|||
|
||||
#### Version 1.18.0
|
||||
* enable OTR and OpenPGP again
|
||||
* fix bug with updater on devices < SDK 21 (monocles_messenger)
|
||||
* fix bug with updater on devices < SDK 21 (monocles_chat)
|
||||
* Show colored contact names for their presence status (via settings)
|
||||
* treat URL as file if URL is in oob or contains key
|
||||
* added support for Android Auto
|
||||
|
@ -415,30 +415,30 @@
|
|||
* bug fixes
|
||||
|
||||
#### Version 1.17.1
|
||||
* grey out offline contacts in StartConversation (monocles_messenger)
|
||||
* grey out offline contacts in StartConversation (monocles_chat)
|
||||
* change emoji library which supports newer emojis
|
||||
* change avatar images to circles
|
||||
* Switch Aztec to QR for faster scans
|
||||
* make automatic fullscreen media rotation configurable (monocles_messenger)
|
||||
* make automatic fullscreen media rotation configurable (monocles_chat)
|
||||
* open version can use tor networks
|
||||
* make image compression configurable (monocles_messenger)
|
||||
* show read/received markers in chatlist (monocles_messenger)
|
||||
* make image compression configurable (monocles_chat)
|
||||
* show read/received markers in chatlist (monocles_chat)
|
||||
* OMEMO: put auth tag into key (verify auth tag as well)
|
||||
* offer to block entire domain in message from stanger snackbar
|
||||
* bug fixes
|
||||
|
||||
#### Version 1.17.0
|
||||
* add date bubbles in chat view (monocles_messenger)
|
||||
* add date bubbles in chat view (monocles_chat)
|
||||
* show last used resource in contact details
|
||||
* make brightness overwrite in image/video viewer configurable (monocles_messenger)
|
||||
* make video resolution configurable (monocles_messenger)
|
||||
* make brightness overwrite in image/video viewer configurable (monocles_chat)
|
||||
* make video resolution configurable (monocles_chat)
|
||||
* do not notify for messages from strangers by default
|
||||
* blocking a JID closes the corresponding conversation
|
||||
* show message sender in conversation overview
|
||||
* Support for the latest MAM namespace
|
||||
* Icons for attach menu
|
||||
* send typing notifications in private, non-anonymous MUCs
|
||||
* change media directory names (monocles_messenger)
|
||||
* change media directory names (monocles_chat)
|
||||
* bug fixes
|
||||
|
||||
#### Version 1.16.5
|
||||
|
@ -446,8 +446,8 @@
|
|||
* bug fixes
|
||||
|
||||
#### Version 1.16.4
|
||||
* show failed file uploads in chatlist (monocles_messenger)
|
||||
* resend failed file uploads automatically (monocles_messenger)
|
||||
* show failed file uploads in chatlist (monocles_chat)
|
||||
* resend failed file uploads automatically (monocles_chat)
|
||||
* preview files in chatlist
|
||||
* move (un)mute settings to contact-/conference details
|
||||
* UI performance fixes
|
||||
|
@ -465,15 +465,15 @@
|
|||
* bug fixes
|
||||
|
||||
#### Version 1.16.0
|
||||
* show unread messages in chatlist (monocles_messenger)
|
||||
* increase image size to 4k UHD (monocles_messenger)
|
||||
* show unread messages in chatlist (monocles_chat)
|
||||
* increase image size to 4k UHD (monocles_chat)
|
||||
* add support for GIF files
|
||||
* reworked video compression (monocles_messenger)
|
||||
* reworked video compression (monocles_chat)
|
||||
* reworked app updater
|
||||
* bug fixes
|
||||
|
||||
#### Version 1.15.4
|
||||
* improve video compression quality (monocles_messenger)
|
||||
* improve video compression quality (monocles_chat)
|
||||
* support for POSH (RFC7711)
|
||||
* support for quoting messages (via select text)
|
||||
* verified messages show shield icon; unverified messages show lock
|
||||
|
@ -495,9 +495,9 @@
|
|||
#### Version 1.15.0
|
||||
* make OMEMO working with other clients
|
||||
* make OMEMO encryption standard for 1:1 chats as default
|
||||
* start navigation app directly from show location activity (monocles_messenger)
|
||||
* show map preview on shared locations (monocles_messenger)
|
||||
* show contacts name on shared VCARDs (monocles_messenger)
|
||||
* start navigation app directly from show location activity (monocles_chat)
|
||||
* show map preview on shared locations (monocles_chat)
|
||||
* show contacts name on shared VCARDs (monocles_chat)
|
||||
* send text directly via ShareWithActivity
|
||||
* bug fixes
|
||||
|
||||
|
@ -511,8 +511,8 @@
|
|||
* bug fixes
|
||||
|
||||
#### Version 1.14.3
|
||||
* set different auto-download-sizes for mobile, roaming and WiFi connections (monocles_messenger)
|
||||
* add ability to report errors and bugs directly from menu (monocles_messenger)
|
||||
* set different auto-download-sizes for mobile, roaming and WiFi connections (monocles_chat)
|
||||
* add ability to report errors and bugs directly from menu (monocles_chat)
|
||||
* XEP-0377: Smonocles.im Reporting
|
||||
* fix rare start up crashes
|
||||
* bug fixes
|
||||
|
@ -522,7 +522,7 @@
|
|||
* add custom Emojis
|
||||
* scroll long actionbar titles
|
||||
* some performance improvements
|
||||
* some video compression improvements (monocles_messenger)
|
||||
* some video compression improvements (monocles_chat)
|
||||
* bug fixes
|
||||
|
||||
#### Version 1.14.1
|
||||
|
@ -537,8 +537,8 @@
|
|||
|
||||
#### Version 1.13.9
|
||||
* add icons for files in chat view
|
||||
* reworked backup service to automatically backup database encrypted to local storage at 4 am each day (monocles_messenger)
|
||||
* make human readable log export optional (monocles_messenger)
|
||||
* reworked backup service to automatically backup database encrypted to local storage at 4 am each day (monocles_chat)
|
||||
* make human readable log export optional (monocles_chat)
|
||||
* bug fixes
|
||||
|
||||
#### Version 1.13.8
|
||||
|
@ -549,16 +549,16 @@
|
|||
* bug fixes
|
||||
|
||||
#### Version 1.13.6
|
||||
* share image/video directly from fullscreen view (monocles_messenger)
|
||||
* share image/video directly from fullscreen view (monocles_chat)
|
||||
* show online status in foreground service
|
||||
* support jingle ft:4
|
||||
* show contact as DND if one resource is
|
||||
* bug fixes
|
||||
|
||||
#### Version 1.13.5
|
||||
* add image preview before sending single images directly (monocles_messenger)
|
||||
* add vibrate notification when app is open (monocles_messenger)
|
||||
* hide actionbar in fullscreen image/video view (monocles_messenger)
|
||||
* add image preview before sending single images directly (monocles_chat)
|
||||
* add vibrate notification when app is open (monocles_chat)
|
||||
* hide actionbar in fullscreen image/video view (monocles_chat)
|
||||
* bug fixes
|
||||
|
||||
#### Version 1.13.4
|
||||
|
@ -566,7 +566,7 @@
|
|||
* bug fixes
|
||||
|
||||
#### Version 1.13.3
|
||||
* new permission check and request at startup (monocles_messenger)
|
||||
* new permission check and request at startup (monocles_chat)
|
||||
* bug fixes
|
||||
|
||||
#### Version 1.13.2
|
||||
|
@ -577,15 +577,15 @@
|
|||
* bug fixes
|
||||
|
||||
#### Version 1.13.0
|
||||
* changed applicationId (monocles_messenger)
|
||||
* play videos directly without touching play button (monocles_messenger)
|
||||
* add database importer from local storage as backup (monocles_messenger)
|
||||
* changed files directories and names (monocles_messenger)
|
||||
* changed applicationId (monocles_chat)
|
||||
* play videos directly without touching play button (monocles_chat)
|
||||
* add database importer from local storage as backup (monocles_chat)
|
||||
* changed files directories and names (monocles_chat)
|
||||
* bug fixes
|
||||
|
||||
#### Version 1.12.6
|
||||
* bug fixes
|
||||
* add database exporter to local storage as backup (monocles_messenger)
|
||||
* add database exporter to local storage as backup (monocles_chat)
|
||||
|
||||
#### Version 1.12.5
|
||||
* bug fixes
|
||||
|
@ -595,7 +595,7 @@
|
|||
* show first unread message on top
|
||||
* show geo uri as links
|
||||
* circumvent long message DOS
|
||||
* integrate simple videoplayer and image viewer (monocles_messenger)
|
||||
* integrate simple videoplayer and image viewer (monocles_chat)
|
||||
|
||||
#### Version 1.12.3
|
||||
* show offline members in conferences
|
||||
|
@ -605,17 +605,17 @@
|
|||
* make omemo default when all resources support it
|
||||
* show presence of other resources as template
|
||||
* start typing in StartConversationsActivity to search
|
||||
* show addresses in locations (monocles_messenger)
|
||||
* show addresses in locations (monocles_chat)
|
||||
* show video previews in chats
|
||||
* various bug fixes and improvements
|
||||
* fixed pgp presence signing
|
||||
|
||||
#### Version 1.12.1
|
||||
* expert setting to modify presence
|
||||
* added simple audio player (monocles_messenger)
|
||||
* added audio recorder (monocles_messenger)
|
||||
* added location services (monocles_messenger)
|
||||
* changed theme color from green to blue (monocles_messenger)
|
||||
* added simple audio player (monocles_chat)
|
||||
* added audio recorder (monocles_chat)
|
||||
* added location services (monocles_chat)
|
||||
* changed theme color from green to blue (monocles_chat)
|
||||
* small bug fixes
|
||||
|
||||
#### Version 1.12.0
|
||||
|
@ -628,7 +628,7 @@
|
|||
* Share xmpp uri from conference details
|
||||
* add setting to allow quick sharing
|
||||
* use material design icons for android < lollipop
|
||||
* make foreground service always activated (monocles_messenger)
|
||||
* make foreground service always activated (monocles_chat)
|
||||
* disable account deactivation
|
||||
* UI improvements
|
||||
* various bug fixes
|
||||
|
@ -685,8 +685,8 @@
|
|||
#### Version 1.9.2
|
||||
* prevent startup crash on Sailfish OS
|
||||
* minor bug fixes
|
||||
* removed contact-/conferece-details button (monocles_messenger)
|
||||
* touch contact name or conference name in action bar opens contact-/conference-details (monocles_messenger)
|
||||
* removed contact-/conferece-details button (monocles_chat)
|
||||
* touch contact name or conference name in action bar opens contact-/conference-details (monocles_chat)
|
||||
|
||||
#### Version 1.9.1
|
||||
* minor bug fixes incl. a workaround for nimbuzz.com
|
||||
|
@ -728,9 +728,9 @@
|
|||
* bug fixes
|
||||
|
||||
#### Versrion 1.7.3
|
||||
* changed app name from Conversations to Pix-Art Messenger (monocles_messenger)
|
||||
* changed app name from Conversations to Pix-Art Messenger (monocles_chat)
|
||||
* changed chat background to light yellow
|
||||
* added own name for sent locations (monocles_messenger)
|
||||
* added own name for sent locations (monocles_chat)
|
||||
|
||||
#### Version 1.7.2
|
||||
* let users crop their avatars
|
||||
|
|
60
README-en.md
60
README-en.md
|
@ -1,79 +1,63 @@
|
|||
# Announcement:
|
||||
|
||||
## Pix-Art Messenger becomes monocles_messenger
|
||||
|
||||
The cooperation of the two projects monocles_messenger and Pix-Art Messenger will be further expanded in November 2020.
|
||||
|
||||
Until now, monocles_messenger was only the default server in Pix-Art Messenger.
|
||||
In the future, the Android app Pix-Art Messenger will be continued under the name monocles_messenger.
|
||||
## Monocles Messenger becomes monocles chat
|
||||
|
||||
What you can expect:
|
||||
- Range of functions remains the same
|
||||
- Support chat rooms are merged
|
||||
- Colors and logos are adapted to monocles_messenger
|
||||
- Colors and logos are adapted to monocles chat
|
||||
- App is still available for free in Google Play Store and F-Droid Store
|
||||
|
||||
Your monocles_messenger Team
|
||||
Your monocles Team
|
||||
|
||||
-----
|
||||
|
||||
# <img src="art/logo_android.png" width="24"> monocles_messenger
|
||||
# <img src="art/logo_android.png" width="24"> monocles chat
|
||||
|
||||
🇩🇪… [Deutsche Version der Readme hier verfügbar.](README.md)
|
||||
|
||||
monocles_messenger is a fork of [Conversations](https://github.com/siacs/Conversations).
|
||||
The changes aim to improve usability and ease transition from pre-installed and other widespread messengers. Here are some screenshots:
|
||||
monocles chat is a fork of blabber.im and [Conversations](https://github.com/siacs/Conversations).
|
||||
The changes aim to improve usability and ease transition from pre-installed and other widespread chats. Here are some screenshots:
|
||||
|
||||
<img src="metadata/en-US/phoneScreenshots/00.png" width="200" /> <img src="metadata/en-US/phoneScreenshots/01.png" width="200" /> <img src="metadata/en-US/phoneScreenshots/02.png" width="200" /> <img src="metadata/en-US/phoneScreenshots/03.png" width="200" /> <img src="metadata/en-US/phoneScreenshots/04.png" width="200" /> <img src="metadata/en-US/phoneScreenshots/05.png" width="200" /> <img src="metadata/en-US/phoneScreenshots/06.png" width="200" />
|
||||
|
||||
(Images used were taken from http://freestockgallery.de)
|
||||
|
||||
## Download
|
||||
monocles_messenger is available for install in the F-Droid and Google-Play stores.
|
||||
Alternatively release and beta-release APKs are available via github: [Releases](https://codeberg.org/kriztan/monocles_messenger/releases/latest)
|
||||
monocles chat is available for install in the F-Droid
|
||||
Alternatively release and beta-release APKs are available via codeberg: [Releases](https://codeberg.org/Arne/monocles_chat/releases/latest)
|
||||
|
||||
<a href='https://play.google.com/store/apps/details?id=im.monocles.messenger'><img alt='Get it on Google Play' src='https://play.google.com/intl/en_us/badges/images/generic/en_badge_web_generic.png' height="100"/></a> <a href="https://f-droid.org/app/de.monocles.messenger"><img src="https://f-droid.org/badge/get-it-on.png" alt="Get it on F-Droid" height="100"></a>
|
||||
|
||||
#### monocles_messenger nightly and beta
|
||||
|
||||
##### F-Droid
|
||||
Scan the QR-Code below and add it to your F-Droid repositories.
|
||||
|
||||
<img src="https://raw.githubusercontent.com/kriztan/Pix-Art-Messenger-nightly/master/icon.png" width="220">
|
||||
|
||||
#### Google Play
|
||||
Google-Users can join the Google-Play beta program:
|
||||
[monocles_messenger beta](https://play.google.com/apps/testing/im.monocles.messenger)
|
||||
#### monocles chat nightly and beta
|
||||
|
||||
|
||||
## Social Media
|
||||
<a rel="me" href="https://kanoa.de/@monocles">monocles_messenger on Mastodon (German)</a>
|
||||
<a rel="me" href="https://monocles.social/@monocles">monocles on Mastodon</a>
|
||||
|
||||
There are also English and German speaking XMPP-MUCs focusing on support and development of the monocles_messenger.
|
||||
There are also English and German speaking XMPP-MUCs focusing on support and development of the monocles chat.
|
||||
|
||||
If you are interested in the development of the messenger, here is a MUC for you (English and German speaking):
|
||||
If you are interested in the development of the chat, here is a MUC for you (English and German speaking):
|
||||
|
||||
Development-Chat: [monocles-dev@conference.monocles_messenger](https://monocles_messenger/j/monocles-dev@conference.monocles_messenger?join)
|
||||
[![Users in muc](https://inverse.chat/badge.svg?monocles-dev@conference.monocles_messenger)](https://monocles_messenger/j/monocles-dev@conference.monocles_messenger?join)
|
||||
Development-Chat: [development@conference.monocles.de](https://interact.monocles.de/)
|
||||
[![Users in muc](https://inverse.chat/badge.svg?development@conference.monocles.de)](https://interact.monocles.de/)
|
||||
|
||||
|
||||
There also is an Support-MUC where you can ask questions and get help with issues you may encounter, see further below for details.
|
||||
|
||||
|
||||
## How can I support translations ?
|
||||
[![Crowdin](https://d322cqt584bo4o.cloudfront.net/pix-art-messenger/localized.svg)](https://crowdin.com/project/pix-art-messenger)
|
||||
[![Crowdin](https://d322cqt584bo4o.cloudfront.net/pix-art-chat/localized.svg)](https://crowdin.com/project/pix-art-chat)
|
||||
|
||||
Translation of in-app text is organised via [crowdin.com](https://crowdin.com/project/pix-art-messenger). You can add new languages as locales and add and edit translations already existing.
|
||||
Translation of in-app text is organised via [crowdin.com](https://crowdin.com/project/pix-art-chat). You can add new languages as locales and add and edit translations already existing.
|
||||
|
||||
[Here is the project page on crowdin.com](https://crowdin.com/project/pix-art-messenger/invite?d=75l6j4k6k6k523f4j4m4e473u663d3m4p4t4q4)
|
||||
[Here is the project page on crowdin.com](https://crowdin.com/project/pix-art-chat/invite?d=75l6j4k6k6k523f4j4m4e473u663d3m4p4t4q4)
|
||||
|
||||
## Help! I've encountered issues!
|
||||
The easiest way to get some help is to join our support-MUC (both English and German).
|
||||
|
||||
Support-Chat invite link: [monocles@conference.monocles_messenger](https://monocles_messenger/j/monocles@conference.monocles_messenger?join)
|
||||
[![Users in muc](https://inverse.chat/badge.svg?room=monocles@conference.monocles_messenger)](https://monocles_messenger/j/monocles@conference.monocles_messenger?join)
|
||||
Support-Chat invite link: [support@conference.monocles.de](https://interact.monocles.de/)
|
||||
[![Users in muc](https://inverse.chat/badge.svg?room=support@conference.monocles.de)](https://interact.monocles.de)
|
||||
|
||||
If we can't fix your problem there, you can open an issue [here](https://codeberg.org/kriztan/monocles_messenger/issues), detailing your problem, how to reproduce it and provide logs. See instructions below on how to create log files.
|
||||
If we can't fix your problem there, you can open an issue [here](https://codeberg.org/Arne/monocles_chat/issues), detailing your problem, how to reproduce it and provide logs. See instructions below on how to create log files.
|
||||
|
||||
|
||||
|
||||
|
@ -109,7 +93,7 @@ If we can't fix your problem there, you can open an issue [here](https://codeber
|
|||
|
||||
4. Start outputting your log to a file on your computer. We will be using `logcat.txt`. Enter:
|
||||
```
|
||||
$ adb -d logcat -v time | grep -i monocles_messenger > logcat.txt
|
||||
$ adb -d logcat -v time | grep -i monocles_chat > logcat.txt
|
||||
```
|
||||
|
||||
5. Follow the remaining steps [12] and [13] of the Windows instructions.
|
||||
|
@ -149,7 +133,7 @@ If we can't fix your problem there, you can open an issue [here](https://codeber
|
|||
```
|
||||
11. Start outputting your log to a file on your computer. We will be using `logcat.txt` in `C:\ADB\`. Just enter the following (without `> ` into the command line):
|
||||
```
|
||||
> adb -d logcat -v time | FINDSTR monocles_messenger > logcat.txt
|
||||
> adb -d logcat -v time | FINDSTR monocles_chat > logcat.txt
|
||||
```
|
||||
12. Now reproduce the issue encountered.
|
||||
|
||||
|
|
49
README.md
49
README.md
|
@ -1,27 +1,23 @@
|
|||
# Ankündigung:
|
||||
|
||||
## Aus Pix-Art Messenger wird monocles_messenger
|
||||
## Aus Monocles Messenger wird monocles chat
|
||||
|
||||
Die Zusammenarbeit der beiden Projekte monocles_messenger und Pix-Art Messenger wird im November 2020 weiter ausgebaut.
|
||||
|
||||
Bisher war monocles_messenger nur der Standardserver im Pix-Art Messenger.
|
||||
Zukünftig wird die Android App Pix-Art Messenger unter dem Namen monocles_messenger weitergeführt.
|
||||
|
||||
Was euch erwartet:
|
||||
- Funktionsumfang bleibt erhalten
|
||||
- Support Chaträume werden zusammengelegt
|
||||
- Farben und Logos werden an monocles_messenger angepasst
|
||||
- Farben und Logos werden an monocles chat angepasst
|
||||
- App ist weiterhin kostenlos im Google Play Store und F-Droid Store verfügbar
|
||||
|
||||
Euer monocles_messenger Team
|
||||
Euer monocles Team
|
||||
|
||||
-----
|
||||
|
||||
# <img src="art/logo_android.png" width="24"> monocles_messenger
|
||||
# <img src="art/logo_android.png" width="24"> monocles chat
|
||||
|
||||
🇬🇧🇺🇸… [English Readme version available here](README-en.md)
|
||||
|
||||
monocles_messenger ist eine Kopie der offiziellen Android-App [Conversations](https://github.com/siacs/Conversations) mit einigen Änderungen, insbesondere zur Verbesserung der Benutzerfreundlichkeit, um den Umstieg von oftmals vorinstallierten Messengern zu erleichtern. Die folgenden Bilder geben erste Eindrücke der App:
|
||||
monocles chat ist eine Kopie der Android Anwendung blabber.im und der offiziellen Android-App [Conversations](https://github.com/siacs/Conversations) mit einigen Änderungen, insbesondere zur Verbesserung der Benutzerfreundlichkeit, um den Umstieg von oftmals vorinstallierten Messengern zu erleichtern. Die folgenden Bilder geben erste Eindrücke der App:
|
||||
|
||||
<img src="metadata/en-US/phoneScreenshots/00.png" width="200" /> <img src="metadata/en-US/phoneScreenshots/01.png" width="200" /> <img src="metadata/en-US/phoneScreenshots/02.png" width="200" /> <img src="metadata/en-US/phoneScreenshots/03.png" width="200" /> <img src="metadata/en-US/phoneScreenshots/04.png" width="200" /> <img src="metadata/en-US/phoneScreenshots/05.png" width="200" /> <img src="metadata/en-US/phoneScreenshots/06.png" width="200" />
|
||||
|
||||
|
@ -29,39 +25,34 @@ monocles_messenger ist eine Kopie der offiziellen Android-App [Conversations](ht
|
|||
|
||||
Download ist hier möglich:
|
||||
|
||||
<a href='https://play.google.com/store/apps/details?id=im.monocles.messenger'><img alt='Jeztz bei Google Play' src='https://play.google.com/intl/en_us/badges/images/generic/de_badge_web_generic.png' height="100"/></a> <a href="https://f-droid.org/app/de.monocles.messenger"><img src="https://f-droid.org/badge/get-it-on-de.png" alt="Jetzt bei F-Droid" height="100"></a>
|
||||
<a href='https://play.google.com/store/apps/details?id=im.monocles.chat'><img alt='Jeztz bei Google Play' src='https://play.google.com/intl/en_us/badges/images/generic/de_badge_web_generic.png' height="100"/></a> <a href="https://f-droid.org/app/de.monocles.chat"><img src="https://f-droid.org/badge/get-it-on-de.png" alt="Jetzt bei F-Droid" height="100"></a>
|
||||
|
||||
Alternativ kannst du den Messenger auch direkt hier von Codeberg unter [Releases](https://codeberg.org/kriztan/monocles_messenger/releases/latest) herunterladen.
|
||||
Alternativ kannst du den Messenger auch direkt hier von Codeberg unter [Releases](https://codeberg.org/Arne/monocles_chat/releases/latest) herunterladen.
|
||||
|
||||
<a rel="me" href="https://kanoa.de/@monocles">monocles_messenger bei Mastodon</a>
|
||||
<a rel="me" href="https://monocles.social/@monocles">monocles chat bei Mastodon</a>
|
||||
|
||||
#### monocles_messenger nightly bzw. beta
|
||||
#### monocles chat nightly bzw. beta
|
||||
|
||||
Scanne den QR-Code und füge es zu deinen F-Droid Quellen hinzu:
|
||||
|
||||
<img src="https://raw.githubusercontent.com/kriztan/Pix-Art-Messenger-nightly/master/icon.png" width="220">
|
||||
|
||||
Google-Nutzer können dem Betaprogramm beitreten:
|
||||
[monocles_messenger beta](https://play.google.com/apps/testing/im.monocles.messenger)
|
||||
|
||||
#### Wie kann ich bei der Übersetzung helfen?
|
||||
[![Crowdin](https://d322cqt584bo4o.cloudfront.net/pix-art-messenger/localized.svg)](https://crowdin.com/project/pix-art-messenger)
|
||||
[![Crowdin](https://d322cqt584bo4o.cloudfront.net/pix-art-chat/localized.svg)](https://crowdin.com/project/pix-art-chat)
|
||||
|
||||
Übersetzungen werden bei [crowdin.com](https://crowdin.com/project/pix-art-messenger) geführt. Dort können Übersetzungen erstellt, geändert und ergänzt werden.
|
||||
Übersetzungen werden bei [crowdin.com](https://crowdin.com/project/pix-art-chat) geführt. Dort können Übersetzungen erstellt, geändert und ergänzt werden.
|
||||
|
||||
[Hier geht's zur Projektseite bei crowdin.com](https://crowdin.com/project/pix-art-messenger/invite?d=75l6j4k6k6k523f4j4m4e473u663d3m4p4t4q4)
|
||||
[Hier geht's zur Projektseite bei crowdin.com](https://crowdin.com/project/pix-art-chat/invite?d=75l6j4k6k6k523f4j4m4e473u663d3m4p4t4q4)
|
||||
|
||||
#### Ich habe Probleme, was soll ich tun?
|
||||
Am einfachsten ist es, wenn du unserer Support-Gruppe beitrittst, dort werden deine Probleme mit Sicherheit schnell gelöst.
|
||||
|
||||
Support-Chat: [monocles@conference.monocles_messenger](https://monocles_messenger/j/monocles@conference.monocles_messenger?join)
|
||||
[![Users in muc](https://inverse.chat/badge.svg?room=monocles@conference.monocles_messenger)](https://monocles_messenger/j/monocles@conference.monocles_messenger?join)
|
||||
Support-Chat: [support@conference.monocles.de](https://interact.monocles.de)
|
||||
[![Users in muc](https://inverse.chat/badge.svg?room=support@conference.monocles.de)](https://interact.monocles.de/)
|
||||
|
||||
Development-Chat: [monocles-dev@conference.monocles_messenger](https://monocles_messenger/j/monocles-dev@conference.monocles_messenger?join)
|
||||
[![Users in muc](https://inverse.chat/badge.svg?room=monocles-dev@conference.monocles_messenger)](https://monocles_messenger/j/monocles-dev@conference.monocles_messenger?join)
|
||||
Development-Chat: [development@conference.monocles.de](https://interact.monocles.de)
|
||||
[![Users in muc](https://inverse.chat/badge.svg?room=development@conference.monocles.de)](https://interact.monocles.de/)
|
||||
|
||||
|
||||
Solltest du dort nicht weiter kommen kannst du [hier](https://codeberg.org/kriztan/monocles_messenger/issues) ein Issue erstellen, in welchem du dein Problem genau beschreibst und welche Schritte erforderlich sind, um zu dem Problem zu gelangen.
|
||||
Solltest du dort nicht weiter kommen kannst du [hier](https://codeberg.org/Arne/monocles_chat/issues) ein Issue erstellen, in welchem du dein Problem genau beschreibst und welche Schritte erforderlich sind, um zu dem Problem zu gelangen.
|
||||
|
||||
#### Wie erstelle ich Debug- bzw. ADB-Logs?
|
||||
|
||||
|
@ -91,7 +82,7 @@ Solltest du dort nicht weiter kommen kannst du [hier](https://codeberg.org/krizt
|
|||
3. Folge den Schritten [6] bis [10] unter [Windows]. s.u.
|
||||
4. Nun kannst du mit der Ausgabe der Debug-Logs beginnen. Nenne die Log-Datei bspw `logcat.txt`:
|
||||
```
|
||||
$ adb -d logcat -v time | grep -i monocles_messenger > logcat.txt
|
||||
$ adb -d logcat -v time | grep -i monocles_chat > logcat.txt
|
||||
```
|
||||
5. Fahre nun mit den verbliebenen Schritten unter [Windows] ab Schritt [12] fort.
|
||||
|
||||
|
@ -129,10 +120,10 @@ Solltest du dort nicht weiter kommen kannst du [hier](https://codeberg.org/krizt
|
|||
```
|
||||
11. Nun kannst du mit der Ausgabe der Debug-Logs beginnen. Dazu gibst du im CMD folgendes ein und die Ausgabe beginnt in die Datei `logcat.txt` im Verzeichnis `C:\ADB`:
|
||||
```
|
||||
> adb -d logcat -v time | FINDSTR monocles_messenger > logcat.txt
|
||||
> adb -d logcat -v time | FINDSTR monocles_chat > logcat.txt
|
||||
```
|
||||
12. Führe nun die Schritte aus, die zum Fehler führen.
|
||||
|
||||
13. Nachdem der Fehler reproduziert wurde, kann das Loggen im Terminal mit `Strg+C` beendet werden.
|
||||
|
||||
14. Zum Schluss schaue dir die `logcat.txt` an, lösche ggf. persönliche Angaben und sende diese Datei zur Problemlösung mit einer Beschreibung des Fehlers und was man tun muss, um diesen Fehler zu erhalten, an mich. Nutz dafür den Menüpunkt [Issues](https://codeberg.org/kriztan/monocles_messenger/issues)
|
||||
14. Zum Schluss schaue dir die `logcat.txt` an, lösche ggf. persönliche Angaben und sende diese Datei zur Problemlösung mit einer Beschreibung des Fehlers und was man tun muss, um diesen Fehler zu erhalten, an mich. Nutz dafür den Menüpunkt [Issues](https://codeberg.org/Arne/monocles_chat/issues)
|
||||
|
|
14
build.gradle
14
build.gradle
|
@ -107,22 +107,22 @@ android {
|
|||
targetSdkVersion 29
|
||||
|
||||
//versionNameSuffix " beta_(2021-04-10)" // " beta_(XXXX-XX-XX)" // activate for beta versions
|
||||
versionCode 325
|
||||
versionName "3.0.7"
|
||||
versionCode 100
|
||||
versionName "1.0"
|
||||
//resConfigs "en"
|
||||
|
||||
archivesBaseName += "-$versionName"
|
||||
//archivesBaseName += "$versionNameSuffix" // activate for beta versions
|
||||
applicationId "de.monocles.messenger"
|
||||
applicationId "de.monocles.chat"
|
||||
multiDexEnabled true
|
||||
|
||||
buildConfigField("String", "LOGTAG", '"monocles_messenger"')
|
||||
buildConfigField("String", "LOGTAG", '"monocles_chat"')
|
||||
buildConfigField("String", "DOMAIN_LOCK", 'null')
|
||||
buildConfigField("String", "MAGIC_CREATE_DOMAIN", '"monocles.de"')
|
||||
buildConfigField("boolean", "SHOW_INTRO", 'true')
|
||||
buildConfigField("String", "UPDATE_URL", '"https://monocles.de/messenger/update/"')
|
||||
buildConfigField("String", "UPDATE_URL", '"https://monocles.de/chat/update/"')
|
||||
resValue "string", "applicationId", applicationId
|
||||
resValue "string", "app_name", "monocles messenger"
|
||||
resValue "string", "app_name", "monocles chat"
|
||||
}
|
||||
|
||||
dataBinding {
|
||||
|
@ -156,7 +156,7 @@ android {
|
|||
playstore {
|
||||
dimension "distribution"
|
||||
versionNameSuffix "-playstore"
|
||||
applicationId "im.monocles.messenger"
|
||||
applicationId "im.monocles.chat"
|
||||
buildConfigField("boolean", "SHOW_MIGRATION_INFO", 'false')
|
||||
resValue "string", "applicationId", applicationId
|
||||
}
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
Conversations is a messenger for the next decade. Based on already established
|
||||
Conversations is a chat for the next decade. Based on already established
|
||||
internet standards that have been around for over ten years Conversations isn’t
|
||||
trying to replace current commercial messengers. It will simply outlive them.
|
||||
trying to replace current commercial chats. It will simply outlive them.
|
||||
Commercial, closed source products are coming and going. 15 years ago we had ICQ
|
||||
which was replaced by Skype. MySpace was replaced by Facebook. WhatsApp and
|
||||
Hangouts will disappear soon. Internet standards however stick around. People
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
* properly verify punycode TLS certificates
|
||||
* improve stability of RTP session establishment (calling)
|
||||
* verify A/V calls with preexisting OMEMO sessions
|
||||
* add memory management in attachment settings (monocles_messenger)
|
||||
* add setting to delete files older than x days (monocles_messenger)
|
||||
* show message on devices with Android 4 that they are outdated (monocles_messenger)
|
||||
* add memory management in attachment settings (monocles chat)
|
||||
* add setting to delete files older than x days (monocles chat)
|
||||
* show message on devices with Android 4 that they are outdated (monocles chat)
|
||||
* bug fixes
|
|
@ -1,6 +1,6 @@
|
|||
* improve compatibility with non libwebrtc WebRTC implementations
|
||||
* improve memory management (monocles_messenger)
|
||||
* ui improvements (monocles_messenger)
|
||||
* improve memory management (monocles chat)
|
||||
* ui improvements (monocles chat)
|
||||
* fix HTTP up/download for users that don’t trust system CAs
|
||||
* various bug fixes around Tor support
|
||||
* improve call compatibility with Dino
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
* show message in chat, during video transcoding (monocles_messenger)
|
||||
* show message in chat, during video transcoding (monocles chat)
|
||||
* Fixed 'No Connectivity' issues on Android 7.1
|
||||
* bug fixes
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
monocles_messenger ist ein Fork der offiziellen Android-App <a href="https://f-droid.org/packages/eu.siacs.conversations/">Conversations</a> mit
|
||||
monocles chat ist ein Fork der Anwendung blabber.im und der offiziellen Android-App <a href="https://f-droid.org/packages/eu.siacs.conversations/">Conversations</a> mit
|
||||
einigen Änderungen, insbesondere zur Verbesserung der Benutzerfreundlichkeit,
|
||||
um den Umstieg von oftmals vorinstallierten Messengern zu erleichtern.
|
||||
|
||||
|
@ -25,4 +25,4 @@ Features:
|
|||
* Status Nachrichten
|
||||
* tägliches Backup der Datenbank auf den lokalen Speicher
|
||||
|
||||
Benötigst du Hilfe? Bitte tritt doch einfach dem Support Gruppenchat <a href="https://monocles_messenger/j/monocles/conference.monocles_messenger">monocles@conference.monocles_messenger</a> bei.
|
||||
Benötigst du Hilfe? Bitte tritt doch einfach dem Support Gruppenchat <a href="https://interact.monocles.de">support@conference.monocles.de</a> bei.
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
* properly verify punycode TLS certificates
|
||||
* improve stability of RTP session establishment (calling)
|
||||
* verify A/V calls with preexisting OMEMO sessions
|
||||
* add memory management in attachment settings (monocles_messenger)
|
||||
* add setting to delete files older than x days (monocles_messenger)
|
||||
* show message on devices with Android 4 that they are outdated (monocles_messenger)
|
||||
* add memory management in attachment settings (monocles chat)
|
||||
* add setting to delete files older than x days (monocles chat)
|
||||
* show message on devices with Android 4 that they are outdated (monocles chat)
|
||||
* bug fixes
|
|
@ -1,6 +1,6 @@
|
|||
* improve compatibility with non libwebrtc WebRTC implementations
|
||||
* improve memory management (monocles_messenger)
|
||||
* ui improvements (monocles_messenger)
|
||||
* improve memory management (monocles chat)
|
||||
* ui improvements (monocles chat)
|
||||
* fix HTTP up/download for users that don’t trust system CAs
|
||||
* various bug fixes around Tor support
|
||||
* improve call compatibility with Dino
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
* show message in chat, during video transcoding (monocles_messenger)
|
||||
* show message in chat, during video transcoding (monocles chat)
|
||||
* Fixed 'No Connectivity' issues on Android 7.1
|
||||
* bug fixes
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
monocles_messenger is a fork of <a href="https://f-droid.org/packages/eu.siacs.conversations/">Conversations</a> with some changes,
|
||||
monocles chat is a fork of balbber.im and <a href="https://f-droid.org/packages/eu.siacs.conversations/">Conversations</a> with some changes,
|
||||
to improve usability.
|
||||
|
||||
Connection security and the protection of personal data are very important for
|
||||
us, so we enforce encrypted connections between messenger and server, making it
|
||||
us, so we enforce encrypted connections between chat and server, making it
|
||||
almost impossible to intercept and read your messages by strangers.
|
||||
If that's not enough for you, end-to-end message encryption such as OMEMO
|
||||
or OpenPGP can be used. This allows messages to be encrypted on the sending
|
||||
|
@ -22,4 +22,4 @@ Features:
|
|||
* Status messages
|
||||
* Daily backup of database to local storage
|
||||
|
||||
You need help? Please join our support group chat <a href="https://monocles_messenger/en/j/monocles/conference.monocles_messenger">monocles@conference.monocles_messenger</a>.
|
||||
You need help? Please join our support group chat <a href="https://interact.monocles.de/">support@conference.monocles.de</a>.
|
||||
|
|
2
proguard-rules.pro
vendored
2
proguard-rules.pro
vendored
|
@ -1,6 +1,6 @@
|
|||
-dontobfuscate
|
||||
|
||||
-keep class de.monocles.messenger.**
|
||||
-keep class de.monocles.chat.**
|
||||
-keep class eu.siacs.conversations.**
|
||||
-keep class org.whispersystems.**
|
||||
-keep class com.kyleduo.switchbutton.Configuration
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
include ':libs:android-transcoder'
|
||||
include ':libs:xmpp-addr'
|
||||
rootProject.name = 'monocles_messenger'
|
||||
rootProject.name = 'monocles chat'
|
||||
|
|
|
@ -95,7 +95,7 @@
|
|||
<receiver android:name=".services.AlarmReceiver"></receiver>
|
||||
|
||||
<activity
|
||||
android:name="de.monocles.messenger.ui.StartUI"
|
||||
android:name="de.monocles.chat.ui.StartUI"
|
||||
android:configChanges="orientation|screenSize"
|
||||
android:label="@string/app_name"
|
||||
android:launchMode="singleTask"
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
package de.monocles.messenger.ui;
|
||||
package de.monocles.chat.ui;
|
||||
|
||||
import android.Manifest;
|
||||
import android.content.Context;
|
||||
|
|
|
@ -45,15 +45,15 @@ public final class Config {
|
|||
|
||||
public static String monocles() {
|
||||
if (Locale.getDefault().getLanguage().equalsIgnoreCase("de")) {
|
||||
return "monocles_messenger";
|
||||
return "monocles chat";
|
||||
} else {
|
||||
return "monocles_messenger/en";
|
||||
return "monocles chat/en";
|
||||
}
|
||||
}
|
||||
|
||||
public static final String LOGTAG = BuildConfig.LOGTAG;
|
||||
|
||||
public static final Jid BUG_REPORTS = Jid.of("bugs@monocles_messenger");
|
||||
public static final Jid BUG_REPORTS = Jid.of("support@monocles.de");
|
||||
public static final Uri HELP = Uri.parse("https://help.conversations.im");
|
||||
|
||||
public static final String inviteUserURL = "https://" + monocles() + "/i/";
|
||||
|
@ -61,15 +61,15 @@ public final class Config {
|
|||
public static final String inviteHostURL = monocles(); // without http(s)
|
||||
public static final String termsOfUseURL = "https://" + monocles() + "/nutzungsbedingungen/";
|
||||
public static final String privacyURL = "https://" + monocles() + "/datenschutz/";
|
||||
public static final String migrationURL = "https://" + monocles() + "/quick-start/migration-pixart-monocles/";
|
||||
public static final String migrationURL = "https://" + monocles() + "/quick-start/migration-Messenger-monocles/";
|
||||
|
||||
public static final String CHANGELOG_URL = "https://codeberg.org/kriztan/monocles_messenger/src/branch/master/CHANGELOG.md";
|
||||
public static final String GIT_URL = "https://codeberg.org/kriztan/monocles_messenger/";
|
||||
public static final String CHANGELOG_URL = "https://codeberg.org/Arne/monocles_chat/src/branch/master/CHANGELOG.md";
|
||||
public static final String GIT_URL = "https://codeberg.org/Arne/monocles_chat/";
|
||||
|
||||
public static final String XMPP_IP = null; //BuildConfig.XMPP_IP; // set to null means disable
|
||||
public static final Integer[] XMPP_Ports = null; //BuildConfig.XMPP_Ports; // set to null means disable
|
||||
public static final String DOMAIN_LOCK = BuildConfig.DOMAIN_LOCK; //only allow account creation for this domain
|
||||
public static final String MAGIC_CREATE_DOMAIN = BuildConfig.MAGIC_CREATE_DOMAIN; //"monocles_messenger";
|
||||
public static final String MAGIC_CREATE_DOMAIN = BuildConfig.MAGIC_CREATE_DOMAIN; //"monocles.de";
|
||||
public static final String QUICKSY_DOMAIN = "quicksy.im";
|
||||
public static final String CHANNEL_DISCOVERY = "https://search.jabber.network";
|
||||
public static final boolean DISALLOW_REGISTRATION_IN_UI = false; //hide the register checkbox
|
||||
|
@ -170,7 +170,7 @@ public final class Config {
|
|||
public static final String UPDATE_URL = BuildConfig.UPDATE_URL;
|
||||
public static final long UPDATE_CHECK_TIMER = 24 * 60 * 60; // 24 h in seconds
|
||||
|
||||
public static final String ISSUE_URL = "xmpp://monocles@conference.monocles_messenger?join";
|
||||
public static final String ISSUE_URL = "xmpp://support@conference.monocles.de?join";
|
||||
|
||||
public static final String[] ENABLED_CIPHERS = {
|
||||
"TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256",
|
||||
|
|
|
@ -90,7 +90,7 @@ public class Message extends AbstractEntity implements AvatarService.Avatarable
|
|||
public static final String ME_COMMAND = "/me";
|
||||
public static final String ERROR_MESSAGE_CANCELLED = "eu.siacs.conversations.cancelled";
|
||||
public static final String DELETED_MESSAGE_BODY = "eu.siacs.conversations.message_deleted";
|
||||
public static final String DELETED_MESSAGE_BODY_OLD = "de.monocles.messenger.message_deleted";
|
||||
public static final String DELETED_MESSAGE_BODY_OLD = "de.monocles.chat.message_deleted";
|
||||
|
||||
public boolean markable = false;
|
||||
protected String conversationUuid;
|
||||
|
|
|
@ -70,7 +70,7 @@ public class PresenceGenerator extends AbstractGenerator {
|
|||
Element cap = packet.addChild("c",
|
||||
"http://jabber.org/protocol/caps");
|
||||
cap.setAttribute("hash", "sha-1");
|
||||
cap.setAttribute("node", "http://monocles_messenger");
|
||||
cap.setAttribute("node", "http://monocles.de");
|
||||
cap.setAttribute("ver", capHash);
|
||||
}
|
||||
return packet;
|
||||
|
|
|
@ -92,7 +92,7 @@ public class FileBackend {
|
|||
private static final SimpleDateFormat fileDateFormat = new SimpleDateFormat("yyyyMMdd_HHmmssSSS", Locale.US);
|
||||
|
||||
private static final String FILE_PROVIDER = ".files";
|
||||
private static final String APP_DIRECTORY = "monocles_messenger";
|
||||
private static final String APP_DIRECTORY = "monocles chat";
|
||||
public static final String FILES = "Files";
|
||||
public static final String SENT_FILES = "Files/Sent";
|
||||
public static final String AUDIOS = "Audios";
|
||||
|
@ -1911,23 +1911,23 @@ public class FileBackend {
|
|||
|
||||
|
||||
public static String getGlobalPicturesPath() {
|
||||
return Environment.getExternalStoragePublicDirectory(Environment.DIRECTORY_PICTURES) + "/monocles_messenger/";
|
||||
return Environment.getExternalStoragePublicDirectory(Environment.DIRECTORY_PICTURES) + "/monocles chat/";
|
||||
}
|
||||
|
||||
public static String getGlobalVideosPath() {
|
||||
return Environment.getExternalStoragePublicDirectory(Environment.DIRECTORY_MOVIES) + "/monocles_messenger/";
|
||||
return Environment.getExternalStoragePublicDirectory(Environment.DIRECTORY_MOVIES) + "/monocles chat/";
|
||||
}
|
||||
|
||||
public static String getGlobalDocumentsPath() {
|
||||
if (Compatibility.runsNineTeen()) {
|
||||
return Environment.getExternalStoragePublicDirectory(Environment.DIRECTORY_DOCUMENTS) + "/monocles_messenger/";
|
||||
return Environment.getExternalStoragePublicDirectory(Environment.DIRECTORY_DOCUMENTS) + "/monocles chat/";
|
||||
} else {
|
||||
return Environment.getExternalStorageDirectory().getAbsolutePath() + File.separator + "Documents";
|
||||
}
|
||||
}
|
||||
|
||||
public static String getGlobalAudiosPath() {
|
||||
return Environment.getExternalStoragePublicDirectory(Environment.DIRECTORY_MUSIC) + "/monocles_messenger/";
|
||||
return Environment.getExternalStoragePublicDirectory(Environment.DIRECTORY_MUSIC) + "/monocles chat/";
|
||||
}
|
||||
|
||||
public void saveFile(final Message message, final Activity activity) {
|
||||
|
|
|
@ -82,7 +82,7 @@ public class MagicCreateActivity extends XmppActivity implements TextWatcher, Ad
|
|||
final List<String> domains = Arrays.asList(getResources().getStringArray(R.array.domains));
|
||||
Collections.sort(domains, String::compareToIgnoreCase);
|
||||
final ArrayAdapter<String> adapter = new ArrayAdapter<>(this, android.R.layout.simple_selectable_list_item, domains);
|
||||
int defaultServer = adapter.getPosition("monocles_messenger");
|
||||
int defaultServer = adapter.getPosition("monocles.de");
|
||||
if (registerFromUri && !useOwnProvider && (this.preAuth != null || domain != null)) {
|
||||
binding.server.setEnabled(false);
|
||||
binding.server.setVisibility(View.GONE);
|
||||
|
|
|
@ -33,7 +33,7 @@ public class UpdateHelper {
|
|||
private static boolean dataMoved = false;
|
||||
|
||||
private static final File PAM_MainDirectory = new File(Environment.getExternalStorageDirectory().getAbsolutePath() + "/Pix-Art Messenger/");
|
||||
private static final File Blabber_MainDirectory = new File(Environment.getExternalStorageDirectory() + "/monocles_messenger/");
|
||||
private static final File Blabber_MainDirectory = new File(Environment.getExternalStorageDirectory() + "/monocles chat/");
|
||||
private static final File PAM_PicturesDirectory = new File(Environment.getExternalStorageDirectory().getAbsolutePath() + "/Pix-Art Messenger/Media/Pix-Art Messenger Images/");
|
||||
private static final File PAM_FilesDirectory = new File(Environment.getExternalStorageDirectory().getAbsolutePath() + "/Pix-Art Messenger/Media/Pix-Art Messenger Files/");
|
||||
private static final File PAM_AudiosDirectory = new File(Environment.getExternalStorageDirectory().getAbsolutePath() + "/Pix-Art Messenger/Media/Pix-Art Messenger Audios/");
|
||||
|
@ -46,7 +46,7 @@ public class UpdateHelper {
|
|||
final String Message = "message_shown_" + monocles_message;
|
||||
final boolean SHOW_MESSAGE = getPrefs.getBoolean(Message, true);
|
||||
if (activity instanceof ConversationsActivity && (SHOW_MESSAGE && updateInstalled(activity) && Config.SHOW_MIGRATION_INFO)) {
|
||||
Log.d(Config.LOGTAG, "UpdateHelper: installed update from Pix-Art Messenger to monocles_messenger");
|
||||
Log.d(Config.LOGTAG, "UpdateHelper: installed update from Pix-Art Messenger to monocles chat");
|
||||
activity.runOnUiThread(() -> {
|
||||
final AlertDialog.Builder builder = new AlertDialog.Builder(activity);
|
||||
builder.setTitle(activity.getString(R.string.title_activity_updater));
|
||||
|
@ -57,7 +57,7 @@ public class UpdateHelper {
|
|||
builder.create().show();
|
||||
});
|
||||
} else if (activity instanceof WelcomeActivity && (SHOW_MESSAGE && newInstalled(activity) && !Config.SHOW_MIGRATION_INFO && PAMInstalled(activity))) {
|
||||
Log.d(Config.LOGTAG, "UpdateHelper: new installed monocles_messenger");
|
||||
Log.d(Config.LOGTAG, "UpdateHelper: new installed monocles chat");
|
||||
showNewInstalledDialog(activity);
|
||||
}
|
||||
});
|
||||
|
@ -128,7 +128,7 @@ public class UpdateHelper {
|
|||
|
||||
public static void moveData_PAM_monocles() {
|
||||
if (PAM_PicturesDirectory.exists() && PAM_PicturesDirectory.isDirectory()) {
|
||||
final File newPicturesDirectory = new File(Environment.getExternalStorageDirectory() + "/Pix-Art Messenger/Media/monocles_messenger Images/");
|
||||
final File newPicturesDirectory = new File(Environment.getExternalStorageDirectory() + "/Pix-Art Messenger/Media/monocles chat Images/");
|
||||
newPicturesDirectory.getParentFile().mkdirs();
|
||||
final File[] files = PAM_PicturesDirectory.listFiles();
|
||||
if (files == null) {
|
||||
|
@ -141,7 +141,7 @@ public class UpdateHelper {
|
|||
}
|
||||
}
|
||||
if (PAM_FilesDirectory.exists() && PAM_FilesDirectory.isDirectory()) {
|
||||
final File newFilesDirectory = new File(Environment.getExternalStorageDirectory() + "/Pix-Art Messenger/Media/monocles_messenger Files/");
|
||||
final File newFilesDirectory = new File(Environment.getExternalStorageDirectory() + "/Pix-Art Messenger/Media/monocles chat Files/");
|
||||
newFilesDirectory.mkdirs();
|
||||
final File[] files = PAM_FilesDirectory.listFiles();
|
||||
if (files == null) {
|
||||
|
@ -154,7 +154,7 @@ public class UpdateHelper {
|
|||
}
|
||||
}
|
||||
if (PAM_AudiosDirectory.exists() && PAM_AudiosDirectory.isDirectory()) {
|
||||
final File newAudiosDirectory = new File(Environment.getExternalStorageDirectory() + "/Pix-Art Messenger/Media/monocles_messenger Audios/");
|
||||
final File newAudiosDirectory = new File(Environment.getExternalStorageDirectory() + "/Pix-Art Messenger/Media/monocles chat Audios/");
|
||||
newAudiosDirectory.mkdirs();
|
||||
final File[] files = PAM_AudiosDirectory.listFiles();
|
||||
if (files == null) {
|
||||
|
@ -167,7 +167,7 @@ public class UpdateHelper {
|
|||
}
|
||||
}
|
||||
if (PAM_VideosDirectory.exists() && PAM_VideosDirectory.isDirectory()) {
|
||||
final File newVideosDirectory = new File(Environment.getExternalStorageDirectory() + "/Pix-Art Messenger/Media/monocles_messenger Videos/");
|
||||
final File newVideosDirectory = new File(Environment.getExternalStorageDirectory() + "/Pix-Art Messenger/Media/monocles chat Videos/");
|
||||
newVideosDirectory.mkdirs();
|
||||
final File[] files = PAM_VideosDirectory.listFiles();
|
||||
if (files == null) {
|
||||
|
@ -265,7 +265,7 @@ public class UpdateHelper {
|
|||
private static boolean PAMInstalled(Activity activity) {
|
||||
PackageManager pm = activity.getPackageManager();
|
||||
try {
|
||||
return pm.getApplicationLabel(pm.getApplicationInfo("de.monocles.messenger", 0)).equals("Pix-Art Messenger");
|
||||
return pm.getApplicationLabel(pm.getApplicationInfo("de.monocles.chat", 0)).equals("Pix-Art Messenger");
|
||||
} catch (PackageManager.NameNotFoundException e) {
|
||||
return false;
|
||||
}
|
||||
|
|
|
@ -9,7 +9,7 @@ public class FirstStartManager {
|
|||
Context context;
|
||||
private SharedPreferences pref;
|
||||
private SharedPreferences.Editor editor;
|
||||
private static final String PREF_NAME = "de.monocles.messenger";
|
||||
private static final String PREF_NAME = "de.monocles.chat";
|
||||
private static final String IS_FIRST_TIME_LAUNCH = "IsFirstTimeLaunch";
|
||||
|
||||
public FirstStartManager(Context context) {
|
||||
|
|
|
@ -72,7 +72,7 @@ public class GeoHelper {
|
|||
try {
|
||||
return URLUtil.isValidUrl(urlstring) && Patterns.WEB_URL.matcher(urlstring).matches();
|
||||
} catch (Exception e) {
|
||||
Log.d(Config.LOGTAG, "Could not use custom mappreview host and using monocles_messenger for mappreview " + e);
|
||||
Log.d(Config.LOGTAG, "Could not use custom mappreview host and using monocles chat for mappreview " + e);
|
||||
}
|
||||
return false;
|
||||
}
|
||||
|
|
|
@ -141,7 +141,7 @@ public class XmppUri {
|
|||
String scheme = uri.getScheme();
|
||||
String host = uri.getHost();
|
||||
List<String> segments = uri.getPathSegments();
|
||||
if ("https".equalsIgnoreCase(scheme) && "monocles_messenger".equalsIgnoreCase(host)) {
|
||||
if ("https".equalsIgnoreCase(scheme) && "monocles.de".equalsIgnoreCase(host)) {
|
||||
if (segments.size() >= 2 && segments.get(1).contains("@")) {
|
||||
// sample : https://conversations.im/i/foo@bar.com
|
||||
try {
|
||||
|
|
|
@ -11,8 +11,6 @@ public class Patches {
|
|||
XmppConnection.Identity.SLACK
|
||||
);
|
||||
public static final List<String> ENCRYPTION_EXCEPTIONS = Arrays.asList(
|
||||
"bugs@pix-art.de",
|
||||
"bugs@monocles_messenger"
|
||||
|
||||
"support@monocles.de"
|
||||
);
|
||||
}
|
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<adaptive-icon xmlns:android="http://schemas.android.com/apk/res/android">
|
||||
<background android:drawable="#7188C3"/>
|
||||
<background android:drawable="@color/primary_monocles"/>
|
||||
<foreground android:drawable="@mipmap/ic_launcher_foreground"/>
|
||||
</adaptive-icon>
|
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<adaptive-icon xmlns:android="http://schemas.android.com/apk/res/android">
|
||||
<background android:drawable="#7188C3"/>
|
||||
<background android:drawable="@color/primary_monocles"/>
|
||||
<foreground android:drawable="@mipmap/ic_launcher_foreground"/>
|
||||
</adaptive-icon>
|
|
@ -531,7 +531,7 @@
|
|||
<string name="create_dialog_group_chat_name">اسم فريق المحادثة</string>
|
||||
<string name="delete_message">حذف الرسالة</string>
|
||||
<string name="conference_destroyed">لقد تم تدمير هذه المحادثة الجماعية</string>
|
||||
<string name="welcome_server_info">ننصح باستخدام monocles_messenger كمزوّد الخدمة الخاص بك.</string>
|
||||
<string name="welcome_server_info">ننصح باستخدام monocles chat كمزوّد الخدمة الخاص بك.</string>
|
||||
<string name="pref_quick_share_attachment_choice">اختيار الملفات المرفَقة</string>
|
||||
<string name="unable_to_save_recording">لا يمكن الاحتفاظ بالتسجيل</string>
|
||||
<string name="foreground_service_channel_name">الخدمة الأمامية</string>
|
||||
|
|
|
@ -61,7 +61,7 @@
|
|||
<string name="unblock">Əngəldən çıxart</string>
|
||||
<string name="save">Saxla</string>
|
||||
<string name="ok">Oldu</string>
|
||||
<string name="crash_report_title">monocles_messenger qəzaya uğrayıb</string>
|
||||
<string name="crash_report_title">monocles chat qəzaya uğrayıb</string>
|
||||
<string name="crash_report_message">Yığma izləri göndərməklə monocles-im-in davamlı inkişafına kömək edir\n<b>xəbərdarlıq:</ b>Bu geliştirici yığını iz göndərmək üçün XMPP hesabı istifadə edəcək.</string>
|
||||
<string name="send_now">İndi göndər</string>
|
||||
<string name="send_never">Bir daha soruşma</string>
|
||||
|
@ -93,7 +93,7 @@
|
|||
<string name="offering">təklif edilir…</string>
|
||||
<string name="waiting">gözləyir…</string>
|
||||
<string name="no_pgp_key">OpenPGP Açarı tapılmadı</string>
|
||||
<string name="contact_has_no_pgp_key">monocles_messenger, mesajlarınızın şifrələməsinə imkan vermir, çünki kontaktınız onun ictimai anonsunu elan etmir. \n
|
||||
<string name="contact_has_no_pgp_key">monocles chat, mesajlarınızın şifrələməsinə imkan vermir, çünki kontaktınız onun ictimai anonsunu elan etmir. \n
|
||||
\n
|
||||
<small>OpenPGP-in qurulmasına müraciət edin.</small></string>
|
||||
<string name="no_pgp_keys">OpenPGP Açarı tapılmadı</string>
|
||||
|
@ -113,7 +113,7 @@
|
|||
<string name="pref_sound">Zəng səsi</string>
|
||||
<string name="pref_sound_summary">Yeni bir mesaj gələndə səs oynat</string>
|
||||
<string name="pref_send_crash">Xəta hesabatı göndər</string>
|
||||
<string name="pref_send_crash_summary">Yığma izlər göndərməklə monocles_messenger-in davamlı inkişafına kömək edir</string>
|
||||
<string name="pref_send_crash_summary">Yığma izlər göndərməklə monocles chat-in davamlı inkişafına kömək edir</string>
|
||||
<string name="pref_confirm_messages">Mesajları Təsdiqlə</string>
|
||||
<string name="pref_confirm_messages_summary">Kontaktlarınızı qəbul etdikdə bildirin və mesajlarını oxuyun</string>
|
||||
<string name="pref_ui_options">İstifadәçi İnterfeysi</string>
|
||||
|
@ -162,7 +162,7 @@
|
|||
<string name="mgmt_account_delete_confirm_message">Hesabınızı silsəniz, bütün yerli danışıq tarixçəniz itiriləcəkdir.\n\n Hesabınızı serverdən silmisinizsə, bütün hesabınız serverdən də silinəcəkdir, yeni bir hesab qeyd etməyinizə qədər artıq daxil ola bilməyəcəksiniz..</string>
|
||||
<string name="attach_record_voice">Səs yazmaq</string>
|
||||
<string name="account_settings_jabber_id">Jabber-ID</string>
|
||||
<string name="account_settings_example_jabber_id">istifadəçininadı@monocles_messenger</string>
|
||||
<string name="account_settings_example_jabber_id">istifadəçininadı@monocles.de</string>
|
||||
<string name="password">Şifrə</string>
|
||||
<string name="invalid_jid">Bu etibarlı Jabber-ID deyil</string>
|
||||
<string name="error_out_of_memory">Yaddaş dolub. Şəkil çox böyükdür</string>
|
||||
|
@ -438,11 +438,11 @@
|
|||
<string name="pref_away_when_screen_off">Cihaz kilidlənmiş olduqda</string>
|
||||
<string name="pref_away_when_screen_off_summary">Cihaz kilidli olduqda resursunuzu olmayan kimi qeyd edir</string>
|
||||
<string name="pref_dnd_on_silent_mode">\"Narahat etməyin\" səssiz rejimdə</string>
|
||||
<string name="update_info">monocles_messenger yeni versiyasını avtomatik yükləyir və quraşdırır.\n\nGözləyin…</string>
|
||||
<string name="update_info">monocles_chat yeni versiyasını avtomatik yükləyir və quraşdırır.\n\nGözləyin…</string>
|
||||
<string name="pref_dnd_on_silent_mode_summary">Cihaz səssiz rejimdə olduqda mənbəyinizi \"Narahat etməyin\" kimi qeyd edir</string>
|
||||
<string name="pref_treat_vibrate_as_silent">Titrəmə ilə səssiz rejim kimi davranın</string>
|
||||
<string name="pref_treat_vibrate_as_dnd_summary">Cihaz vibrasiya rejimdə olduqda mənbəyinizi \"Narahat etməyin\" kimi qeyd edir</string>
|
||||
<string name="hostname_example">monocles_messenger</string>
|
||||
<string name="hostname_example">monocles.de</string>
|
||||
<string name="action_add_account_with_certificate">Sertifikatla hesab əlavə edin</string>
|
||||
<string name="unable_to_parse_certificate">Sertifikatı təhlil etmək mümkün deyil</string>
|
||||
<string name="authenticate_with_certificate">w/ sertifikatı təsdiq etmək üçün boş buraxın</string>
|
||||
|
@ -470,9 +470,9 @@
|
|||
<item quantity="other">%d mesaj</item>
|
||||
</plurals>
|
||||
<string name="load_more_messages">Daha çox mesaj yükləyin</string>
|
||||
<string name="no_storage_permission">monocles_messenger xarici yaddaşa izn tələb edir</string>
|
||||
<string name="no_storage_permission">monocles_chat xarici yaddaşa izn tələb edir</string>
|
||||
<string name="sync_with_contacts">Kontaktlarla sinxronizasiya edin</string>
|
||||
<string name="sync_with_contacts_long">monocles_messenger adlarınızı və avatarlarınızı göstərmək üçün XMPP siyahısınızı kontaktlarınızla uyğunlaşdırmaq istəyir.\n\nPix-Art Messenger serverlərinizə yükləmədən yalnız kontaktlarınızı oxuyacaq və yerli uyğunlaşacaq.\n\nİndi edəcəksiniz əlaqələrinizə daxil olmaq üçün icazə verilməsini istənir.</string>
|
||||
<string name="sync_with_contacts_long">monocles_chat adlarınızı və avatarlarınızı göstərmək üçün XMPP siyahısınızı kontaktlarınızla uyğunlaşdırmaq istəyir.\n\nPix-Art Messenger serverlərinizə yükləmədən yalnız kontaktlarınızı oxuyacaq və yerli uyğunlaşacaq.\n\nİndi edəcəksiniz əlaqələrinizə daxil olmaq üçün icazə verilməsini istənir.</string>
|
||||
<string name="notify_on_all_messages">Bütün mesajlarda bildirin</string>
|
||||
<string name="notify_only_when_highlighted">Yalnız qeyd edildikdə bildirin</string>
|
||||
<string name="notify_never">Bildirişlər deaktiv edilmişdir</string>
|
||||
|
@ -490,7 +490,7 @@
|
|||
<string name="always_off">Hәmişә deaktiv</string>
|
||||
<string name="battery_optimizations_enabled">Batareya optimallaşdırılması aktivdir</string>
|
||||
<string name="battery_optimizations_enabled_explained">Cihazınız, monocles.imda gecikmiş bildirişlərə və hətta mesaj kaybına səbəb ola biləcək bəzi ağır batareya optimallaşdırır. Onları buraxmaq tövsiyə olunur.</string>
|
||||
<string name="battery_optimizations_enabled_dialog">Cihazınız, monocles_messenger-da gecikmiş bildirişlərə və hətta mesaj kaybına səbəb ola biləcək bəzi ağır batareya optimallaşdırır. İndi bunları aradan qaldırmaq istəniləcək.</string>
|
||||
<string name="battery_optimizations_enabled_dialog">Cihazınız, monocles_chat-da gecikmiş bildirişlərə və hətta mesaj kaybına səbəb ola biləcək bəzi ağır batareya optimallaşdırır. İndi bunları aradan qaldırmaq istəniləcək.</string>
|
||||
<string name="install_from_unknown_sources_disabled">Naməlum mənbələrdən quraşdırılma deaktiv olunub</string>
|
||||
<string name="install_from_unknown_sources_disabled_dialog">Cihazınız, Google PlayStore-dan başqa tətbiqlərin naməlum mənbələrdən quraşdırılmasına icazə verməmək üçün qurulmuşdur. Bu tətbiq yeniləyicisindəki problemlərə səbəb olacaq.\n\nİndi naməlum mənbələrdən tətbiq yükləmələrinə icazə verilməsini istəyəcək.</string>
|
||||
<string name="disable">Qeyri-aktiv</string>
|
||||
|
@ -502,7 +502,7 @@
|
|||
<string name="correct_message">Doğru mesaj</string>
|
||||
<string name="send_corrected_message">Şifrəsiz mesaj göndər</string>
|
||||
<string name="no_keys_just_confirm">Artıq bu kontajta etibar edirsiniz. \"Tamamlandı\" seçərək sadəcə %s qrupunun bir hissəsi olduğunu təsdiqləyirsiniz.</string>
|
||||
<string name="contacts_have_no_pgp_keys">monocles_messenger, əlaqələrinizin ictimai açarlarını açıqlamadığından mesajlarınızı şifrələndirə bilmir.\n\n</string>
|
||||
<string name="contacts_have_no_pgp_keys">monocles_chat, əlaqələrinizin ictimai açarlarını açıqlamadığından mesajlarınızı şifrələndirə bilmir.\n\n</string>
|
||||
<string name="this_account_is_disabled">Bu hesabı deaktiv etdiniz</string>
|
||||
<string name="no_application_to_share_uri">URI paylaşmaq üçün heç bir tətbiq tapılmadı</string>
|
||||
<string name="share_uri_with">URI paylaş…</string>
|
||||
|
@ -569,8 +569,8 @@
|
|||
<string name="show_error_message">Xəta mesajını göstərin</string>
|
||||
<string name="error_message">Xəta mesajı</string>
|
||||
<string name="data_saver_enabled">Məlumat serveri aktivdir</string>
|
||||
<string name="data_saver_enabled_explained">Əməliyyat sisteminiz monocles_messenger-in arxa planda olanda İnternetə girməsini məhdudlaşdırır. Yeni mesajların bildirişlərini almaq üçün Məlumat serveri aktiv olduqda monocles_messenger-ə məhdudiyyətsiz daxil olmağa icazə verməlisiniz.\n\nmonocles_messenger mümkün olduqda məlumatları qorumaq üçün səy göstərəcəkdir.</string>
|
||||
<string name="device_does_not_support_data_saver">Cihazınız monocles_messenger üçün məlumat serverini deaktiv edilməsini dəstəkləmir.</string>
|
||||
<string name="data_saver_enabled_explained">Əməliyyat sisteminiz monocles_chat-in arxa planda olanda İnternetə girməsini məhdudlaşdırır. Yeni mesajların bildirişlərini almaq üçün Məlumat serveri aktiv olduqda monocles_chat-ə məhdudiyyətsiz daxil olmağa icazə verməlisiniz.\n\nmonocles_chat mümkün olduqda məlumatları qorumaq üçün səy göstərəcəkdir.</string>
|
||||
<string name="device_does_not_support_data_saver">Cihazınız monocles_chat üçün məlumat serverini deaktiv edilməsini dəstəkləmir.</string>
|
||||
<string name="add_to_contact_list">Kontakt siyahısına əlavə edin</string>
|
||||
<string name="contact">Əlaqə</string>
|
||||
<string name="unable_to_start_recording">Yazmağa başlamaq olmur</string>
|
||||
|
@ -676,7 +676,7 @@
|
|||
<string name="server_info_partial">hissəli</string>
|
||||
<string name="pref_show_foreground_service_summary">Bəzi Android cihazları bir müddət sonra bəzi tətbiqləri bağlayacaq və yeni mesajlar ala bilməyəcəksiniz. Bu cür problemləriniz varsa, ön planda olan xidməti aktivləşdirməyə çalışın. Ancaq unutmayın ki, bu seçim yoxlanılaraq daimi bir bildiriş olacaq.</string>
|
||||
<string name="pref_show_foreground_service">Ön plan xidmətləri</string>
|
||||
<string name="update_service">monocles_messenger serveri yenilədi</string>
|
||||
<string name="update_service">monocles_chat serveri yenilədi</string>
|
||||
<string name="install_update">Yeniləmə quraşdırılsın?</string>
|
||||
<string name="highlight_in_muc">istifadəçi vurğulamaq</string>
|
||||
<string name="no_application_found_to_open_link">Link açmaq üçün heç bir tətbiq tapılmadı</string>
|
||||
|
@ -711,14 +711,14 @@
|
|||
<string name="qr_code_scanner_needs_access_to_camera">QR kod skanerinin kameraya girişi lazımdır</string>
|
||||
<string name="pref_scroll_to_bottom_summary">Bir mesaj göndərdikdən sonra aşağı diyirləyin</string>
|
||||
<string name="pref_scroll_to_bottom">Aşağıya doğru gedin</string>
|
||||
<string name="no_camera_permission">monocles_messenger kameraya izn tələb edir</string>
|
||||
<string name="no_camera_permission">monocles_chat kameraya izn tələb edir</string>
|
||||
<string name="edit_status_message_title">Status Mesajını redaktə edin</string>
|
||||
<string name="pref_automatically_delete_messages_description">Konfiqurasiya müddətindən daha köhnə olan bu cihazdakı mesajları avtomatik olaraq silmək.</string>
|
||||
<string name="pref_automatically_delete_messages">Avtomatik mesaj silinməsi</string>
|
||||
<string name="pref_automatically_delete_attachments_description">Konfiqurasiya müddətindən daha köhnə olan bu cihazdakı mesajları avtomatik olaraq silmək.</string>
|
||||
<string name="pref_automatically_delete_files">Faylların avtomatik silinməsi</string>
|
||||
<string name="disable_encryption">Şifrələməni deaktiv edin</string>
|
||||
<string name="error_trustkey_general">monocles_messenger şifrelenmiş mesaj göndərə bilməz %1$s. Bu kontakt ya bir köhnəlmiş server istifadə edir və ya OMEMO dəstəkləməyən bir proqram istifadə edir.</string>
|
||||
<string name="error_trustkey_general">monocles_chat şifrelenmiş mesaj göndərə bilməz %1$s. Bu kontakt ya bir köhnəlmiş server istifadə edir və ya OMEMO dəstəkləməyən bir proqram istifadə edir.</string>
|
||||
<string name="error_trustkey_device_list">Cihaz siyahısını əldə etmək olmur</string>
|
||||
<string name="error_trustkey_bundle">Cihaz paketlərini almaq olmur</string>
|
||||
<string name="error_trustkey_hint_mutual">Qeyd: Bəzi hallarda bu kontakt siyahılarınızı bir-birinizə əlavə etməklə düzəldilə bilər.</string>
|
||||
|
@ -745,7 +745,7 @@
|
|||
<string name="large">Böyük</string>
|
||||
<string name="create_shortcut">Qısayol yarat</string>
|
||||
<string name="not_encrypted_for_this_device">Mesaj bu cihaz üçün şifrələnmədi.</string>
|
||||
<string name="no_microphone_permission">monocles_messenger mikrofona izn tələb edir</string>
|
||||
<string name="no_microphone_permission">monocles_chat mikrofona izn tələb edir</string>
|
||||
<string name="search_messages">Mesajları axtarın</string>
|
||||
<string name="gif">GIF</string>
|
||||
<string name="view_conversation">Söhbətə baxın</string>
|
||||
|
@ -775,14 +775,14 @@
|
|||
<string name="conference_destroyed">Bu qrup söhbət məhv edilmişdir</string>
|
||||
<string name="no_application_found_to_view_contact">Kontaktı görmək üçün heç bir tətbiq tapılmadı</string>
|
||||
<string name="welcome_server_info">Blabber.im-in provayderiniz kimi istifadəsini tövsiyə edirik.</string>
|
||||
<string name="no_location_permission">monocles_messenger yerləşmə yerinizə izn tələb edir</string>
|
||||
<string name="no_location_permission">monocles_chat yerləşmə yerinizə izn tələb edir</string>
|
||||
<string name="pref_show_record_voice_btn_summary">Səsli səs düyməsini sürətli hərəkət kimi göstərin</string>
|
||||
<string name="pref_show_record_voice_btn">Qeyd səs düyməsini göstər</string>
|
||||
<string name="pref_use_quick_share_attachment_choice_summary">Mesaj yığılmış halda Fayl seçimi ilə Göndər düyməsini dəyişdirin. Əks halda, növbəti konfiqurasiyada edilə bilən sürətli hərəkətləri göstərin.</string>
|
||||
<string name="pref_quick_share_attachment_choice">Əlavə fayl seçimi</string>
|
||||
<string name="unable_to_save_recording">Yazını saxlaya bilmir</string>
|
||||
<string name="foreground_service_channel_name">Ön plan xidmətləri</string>
|
||||
<string name="foreground_service_channel_description">Bu bildiriş kateqoriyası monocles_messenger-in işlədiyini göstərən daimi bildiriş göstərmək üçün istifadə olunur.</string>
|
||||
<string name="foreground_service_channel_description">Bu bildiriş kateqoriyası monocles_chat-in işlədiyini göstərən daimi bildiriş göstərmək üçün istifadə olunur.</string>
|
||||
<string name="notification_group_status_information">Status haqqında məlumat</string>
|
||||
<string name="error_channel_name">Bağlantı problemləri</string>
|
||||
<string name="error_channel_description">Bu bildiriş kateqoriyası hesaba qoşulmaqda problem olduqda bildiriş göstərmək üçün istifadə olunur.</string>
|
||||
|
@ -834,7 +834,7 @@
|
|||
<string name="open_with">Açın…</string>
|
||||
<string name="server_info_adhoc_invite">XEP-0050: Ad-Hoc Commands: user invite</string>
|
||||
<string name="choose_account">Hesab seçin</string>
|
||||
<string name="set_profile_picture">monocles_messenger-in profil şəkilin</string>
|
||||
<string name="set_profile_picture">monocles_chat-in profil şəkilin</string>
|
||||
<string name="restore_backup">Ehtiyyat nüsxəni bərpa etmə</string>
|
||||
<string name="restore">Bərpa etmə</string>
|
||||
<string name="enter_password_to_restore">Nüsxəni bərpa etmək üçün %s hesabı üçün parol daxil edin.</string>
|
||||
|
@ -898,7 +898,7 @@
|
|||
<string name="password_forgotten_title">Parol unuduldu</string>
|
||||
<string name="password_forgotten_text">Hesab şifrənizi unutmusunuz? İndi provayderinizin dəstək saytını açmağa çalışacağıq.</string>
|
||||
<string name="set_settings_intro">Burada bəzi vacib məxfilik parametrlərini ehtiyaclarınıza uyğunlaşdıra bilərsiniz. Bütün parametrlər daha sonra dəyişdirilə bilər.</string>
|
||||
<string name="pref_show_mappreview_inside_summary">Xəritədə görüntüləri birbaşa chat görünüşü içərisində göstərin,monocles_messenger-Server ilə əlaqə qurulacaqdır.</string>
|
||||
<string name="pref_show_mappreview_inside_summary">Xəritədə görüntüləri birbaşa chat görünüşü içərisində göstərin,monocles_chat-Server ilə əlaqə qurulacaqdır.</string>
|
||||
<string name="pref_show_mappreview_inside">Çatda yerlərin əvvəlcədən görünməsini göstərin</string>
|
||||
<string name="pref_use_internal_updater_summary">Messengerə gündə bir dəfə yeni tətbiq yeniləmələri axtarmağa icazə verin</string>
|
||||
<string name="pref_use_internal_updater">Yeniləməni yoxlayın</string>
|
||||
|
@ -924,12 +924,12 @@
|
|||
<string name="action_unblock_participant">Iştirakçını blokdan aç</string>
|
||||
<string name="action_block_participant">Iştirakçını bloka sal</string>
|
||||
<string name="share_backup_files">Ehtiyat nüsxəsini göndərmək</string>
|
||||
<string name="conversations_backup">monocles_messenger-in ehtiyat nüsxəsi</string>
|
||||
<string name="conversations_backup">monocles_chat-in ehtiyat nüsxəsi</string>
|
||||
<string name="event">Hadisə</string>
|
||||
<string name="pref_vibrate_in_chat_summary">Açıq çatda yeni bir mesaj gələndə vibrasiya ilə bildiriş</string>
|
||||
<string name="pref_vibrate_in_chat">Açıq çatda vibrasiya</string>
|
||||
<string name="open_backup">Ehtiyat nüsxəsini açmaq</string>
|
||||
<string name="not_a_backup_file">Seçdiyiniz fayl monocles_messenger-in ehtiyat nüsxə faylı deyil</string>
|
||||
<string name="not_a_backup_file">Seçdiyiniz fayl monocles_chat-in ehtiyat nüsxə faylı deyil</string>
|
||||
<string name="account_already_setup">Bu hesab artıq qurulmuşdur</string>
|
||||
<string name="please_enter_password">Zəhmət olmasa bu hesab üçün parol daxil edin</string>
|
||||
<string name="unable_to_perform_this_action">Bu hərəkəti yerinə yetirmək olmur</string>
|
||||
|
@ -958,10 +958,10 @@
|
|||
<string name="pref_show_intro">Intronu yenidən göstər</string>
|
||||
<string name="show_intro_again">Intro ekranları yenidən göstəriləcək</string>
|
||||
<string name="show_intro_again_failed">Intro ekranlarını sıfırlamaq alınmadı. Yenidən cəhd elə…</string>
|
||||
<string name="intro_desc_whats_xmpp">XMPP, həmçinin jabber adlanır, mərkəzləşdirilmiş kommunikasiya şəbəkəsidir və e-poçt kimi işləyir. Siz Jabber-ID, parol və messenger adlı bir ünvan lazımdır. Bu barədə daha ətraflı bir qədər sonra.</string>
|
||||
<string name="intro_whats_xmpp">XMPP / Jabber / monocles_messenger nədir?</string>
|
||||
<string name="intro_desc_whats_xmpp">XMPP, həmçinin jabber adlanır, mərkəzləşdirilmiş kommunikasiya şəbəkəsidir və e-poçt kimi işləyir. Siz Jabber-ID, parol və chat adlı bir ünvan lazımdır. Bu barədə daha ətraflı bir qədər sonra.</string>
|
||||
<string name="intro_whats_xmpp">XMPP / Jabber / monocles_chat nədir?</string>
|
||||
<string name="intro_desc_optional_permissions">Ünvan kitabınızı oxumaq üçün icazələr kontaktlarınızdan Jabber-ID (əgər varsa) oxumaq üçün tələb olunur. Kontaktlar heç vaxt paylaşılmır, yüklənmir və kopyalanmır.</string>
|
||||
<string name="intro_desc_account2">Siz yalnız ləqəb yazaraq yeni bir monocles_messenger profil yarada bilərsiniz.</string>
|
||||
<string name="intro_desc_account2">Siz yalnız ləqəb yazaraq yeni bir monocles_chat profil yarada bilərsiniz.</string>
|
||||
<string name="open_join_dialog">İctimai kanala qoşulun…</string>
|
||||
<string name="intro_optional_permissions">Könüllü icazələr</string>
|
||||
<string name="intro_desc_optional_permissions2">Məkanınızı bölüşmək istəsəniz, yeriniz üçün icazələr lazımdır. \nSəsli mesajları paylaşmaq üçün mikrofonunuza giriş əldə etmək tələb olunur.</string>
|
||||
|
@ -986,7 +986,7 @@
|
|||
<string name="ask_for_writeaccess">Zəhmət olmasa yazmaq üçün müraciət edin</string>
|
||||
<string name="pref_theme_blue">Mavi</string>
|
||||
<string name="pref_theme_orange">Narıncı</string>
|
||||
<string name="pref_theme_monocles">monocles_messenger</string>
|
||||
<string name="pref_theme_monocles">monocles_chat</string>
|
||||
<string name="pref_theme_grey">Boz</string>
|
||||
<string name="pref_theme_pink">Çəhrayı</string>
|
||||
<string name="pref_theme_black">Qara (AMOLED)</string>
|
||||
|
@ -1079,8 +1079,8 @@
|
|||
<string name="n_missed_calls_from_m_contacts">%2$d kontaktdan %1$d cavabsız zəng</string>
|
||||
<string name="pref_invidious_host_summary">Əlavə invidious hostun istifadəsi</string>
|
||||
<string name="pref_invidious_host">Invidious hostu</string>
|
||||
<string name="updated_to_monocles">Biz uğurla Pix-Art Messenger-dən monocles_messenger-ə keçdik\n\nİki layihənin əməkdaşlığı monocles_messenger- i düzəltdik. Pıx-Art Messenger isə 2020-ci ilin noyabrında genişləndirilib. Gələcəkdə Pıx-Art Messenger Android tətbiqi monocles adı altında davam edəcək.\n\nNə gözləmək olar:\n- Həmin funksiyalar qalır\n- Çat otağların köçürmə imkanı\n- Rənglər və loqotiplər monocles_messenger-ə uyğunlaşdırılmışdır\n- Tətbiq Google Play Store və F-Droid Store-da pulsuz olaraq mövcuddur\n\nSizin monocles_messenger Team</string>
|
||||
<string name="updated_to_monocles_google">Birbaşa monocles_messenger-ə yeniləyə bilmədiyimiz üçün üzr istəməliyik. Aşağıdakı keçid altında bütün profillərinizi Pix-Art Messenger-dən monocles_messenger-ə köçürmək barədə təlimat alacaqsınız. Hərəkət məlumatlarına tıklayaraq göndərilən və alınan bütün sənədləri Pix-Art Messenger-dən monocles_messenger-ə köçürməyə çalışırıq. Uğurlu bir köçdən sonra Pix-Art Messenger\'i cihazınızdan silməyi unutmayın.</string>
|
||||
<string name="updated_to_monocles">Biz uğurla Pix-Art Messenger-dən monocles_chat-ə keçdik\n\nİki layihənin əməkdaşlığı monocles_chat- i düzəltdik. Pıx-Art Messenger isə 2020-ci ilin noyabrında genişləndirilib. Gələcəkdə Pıx-Art Messenger Android tətbiqi monocles adı altında davam edəcək.\n\nNə gözləmək olar:\n- Həmin funksiyalar qalır\n- Çat otağların köçürmə imkanı\n- Rənglər və loqotiplər monocles_chat-ə uyğunlaşdırılmışdır\n- Tətbiq Google Play Store və F-Droid Store-da pulsuz olaraq mövcuddur\n\nSizin monocles_chat Team</string>
|
||||
<string name="updated_to_monocles_google">Birbaşa monocles_chat-ə yeniləyə bilmədiyimiz üçün üzr istəməliyik. Aşağıdakı keçid altında bütün profillərinizi Pix-Art Messenger-dən monocles_chat-ə köçürmək barədə təlimat alacaqsınız. Hərəkət məlumatlarına tıklayaraq göndərilən və alınan bütün sənədləri Pix-Art Messenger-dən monocles_chat-ə köçürməyə çalışırıq. Uğurlu bir köçdən sonra Pix-Art Messenger\'i cihazınızdan silməyi unutmayın.</string>
|
||||
<string name="link">Link</string>
|
||||
<string name="no_application_found">Heç bir tətbiq tapılmadı</string>
|
||||
<string name="move_data">Məlumatı köçürün</string>
|
||||
|
|
|
@ -702,7 +702,7 @@
|
|||
<string name="delete_message">Изтриване на съобщение</string>
|
||||
<string name="conference_destroyed">Този групов чат е унищожен</string>
|
||||
<string name="no_application_found_to_view_contact">Не е намерена програма за преглед на контакта</string>
|
||||
<string name="welcome_server_info">Препоръчваме използването на monocles_messenger като доставчик.</string>
|
||||
<string name="welcome_server_info">Препоръчваме използването на monocles chat като доставчик.</string>
|
||||
<string name="pref_show_record_voice_btn_summary">Покажи гласов бутон за запис в разговорите като бързо действие</string>
|
||||
<string name="pref_show_record_voice_btn">Покажи гласов бутон</string>
|
||||
<string name="pref_use_quick_share_attachment_choice_summary">Замени бутона за изпращане с избор на прикачен файл, ако няма въведено съобщение. В противен случай покажи бързи действия, които могат да бъдат конфигурирани в следната настройка.</string>
|
||||
|
|
|
@ -61,8 +61,8 @@
|
|||
<string name="unblock">Desbloquejar</string>
|
||||
<string name="save">Guardar</string>
|
||||
<string name="ok">Acceptar</string>
|
||||
<string name="crash_report_title">monocles_messenger s\'ha tancat inesperadament</string>
|
||||
<string name="crash_report_message">En enviar les traces de pila estàs ajudant al desenvolupament continu de monocles_messenger\n<b>Advertiment</b> Això utilitzarà el seu compte XMPP per a enviar el seguiment de la pila al desenvolupador.</string>
|
||||
<string name="crash_report_title">monocles_chat s\'ha tancat inesperadament</string>
|
||||
<string name="crash_report_message">En enviar les traces de pila estàs ajudant al desenvolupament continu de monocles_chat\n<b>Advertiment</b> Això utilitzarà el seu compte XMPP per a enviar el seguiment de la pila al desenvolupador.</string>
|
||||
<string name="send_now">Enviar ara</string>
|
||||
<string name="send_never">No preguntar de nou</string>
|
||||
<string name="problem_connecting_to_account">No s\'ha pogut connectar a el compte</string>
|
||||
|
@ -93,7 +93,7 @@
|
|||
<string name="offering">Oferint…</string>
|
||||
<string name="waiting">Esperant…</string>
|
||||
<string name="no_pgp_key">Clau OpenPGP no localitzada</string>
|
||||
<string name="contact_has_no_pgp_key">monocles_messenger no pot xifrar els teus missatges perquè el teu contacte no anuncia la seva clau pública.\n\n<small>Demani al seu contacte que configuri OpenPGP.</small></string>
|
||||
<string name="contact_has_no_pgp_key">monocles_chat no pot xifrar els teus missatges perquè el teu contacte no anuncia la seva clau pública.\n\n<small>Demani al seu contacte que configuri OpenPGP.</small></string>
|
||||
<string name="no_pgp_keys">Claus OpenPGP no trobades</string>
|
||||
<string name="pref_general">General</string>
|
||||
<string name="pref_accept_files_wifi">Acceptar arxius en connexions WiFi</string>
|
||||
|
@ -111,7 +111,7 @@
|
|||
<string name="pref_sound">To</string>
|
||||
<string name="pref_sound_summary">Reprodueix el sol quan arribi un missatge nou</string>
|
||||
<string name="pref_send_crash">Enviar informes d\'errors</string>
|
||||
<string name="pref_send_crash_summary">Enviant els stack tracis estàs ajudant al desenvolupament continu de monocles_messenger</string>
|
||||
<string name="pref_send_crash_summary">Enviant els stack tracis estàs ajudant al desenvolupament continu de monocles_chat</string>
|
||||
<string name="pref_confirm_messages">Confirmar missatges</string>
|
||||
<string name="pref_confirm_messages_summary">Permetre als teus contactes saber quan has rebut i llegit els seus missatges</string>
|
||||
<string name="pref_ui_options">Ui</string>
|
||||
|
@ -160,7 +160,7 @@
|
|||
<string name="mgmt_account_delete_confirm_message">Si elimines el teu compte, el teu historial local de conversa serà completament eliminat.\n\nSi elimines el teu compte del servidor, serà eliminat del servidor tambè, no podràs entrar mai més fins que no registris un nou compte.</string>
|
||||
<string name="attach_record_voice">Gravar àudio</string>
|
||||
<string name="account_settings_jabber_id">Identificador Jabber</string>
|
||||
<string name="account_settings_example_jabber_id">nom_d\'usuari@monocles_messenger</string>
|
||||
<string name="account_settings_example_jabber_id">nom_d\'usuari@monocles.de</string>
|
||||
<string name="password">Contrasenya</string>
|
||||
<string name="invalid_jid">L\'identificador jabber- ID no és vàlid</string>
|
||||
<string name="error_out_of_memory">Sense memòria. La imatge és massa gran</string>
|
||||
|
@ -436,11 +436,11 @@
|
|||
<string name="pref_away_when_screen_off">Absent quan el dispositiu està bloquejat</string>
|
||||
<string name="pref_away_when_screen_off_summary">Canviar el teu estat a absent el dispositiu està bloquejat</string>
|
||||
<string name="pref_dnd_on_silent_mode">\"No molestar\" en mode silenci</string>
|
||||
<string name="update_info">monocles_messenger està descarregant i instal·lant la nova versió automàticament.\n\nSi us plau, esperi…</string>
|
||||
<string name="update_info">monocles_chat està descarregant i instal·lant la nova versió automàticament.\n\nSi us plau, esperi…</string>
|
||||
<string name="pref_dnd_on_silent_mode_summary">Canvia el teu estat a \"no molestar\" quan el dispositiu està en mode silenci</string>
|
||||
<string name="pref_treat_vibrate_as_silent">Mode vibració como a mode silenci</string>
|
||||
<string name="pref_treat_vibrate_as_dnd_summary">Canvia el teu estat a \"no molestar\" quan el dispositiu està en mode vibració</string>
|
||||
<string name="hostname_example">monocles_messenger</string>
|
||||
<string name="hostname_example">monocles.de</string>
|
||||
<string name="action_add_account_with_certificate">Afegir compte amb certificat</string>
|
||||
<string name="unable_to_parse_certificate">No s\'ha pogut llegir el certificat</string>
|
||||
<string name="authenticate_with_certificate">Deixar buit per a autentificar el certificat w/ </string>
|
||||
|
@ -468,9 +468,9 @@
|
|||
<item quantity="other">%d missatges</item>
|
||||
</plurals>
|
||||
<string name="load_more_messages">Cargar més missatges</string>
|
||||
<string name="no_storage_permission">monocles_messenger necessita accés a l\'emmagatzematge extern</string>
|
||||
<string name="no_storage_permission">monocles_chat necessita accés a l\'emmagatzematge extern</string>
|
||||
<string name="sync_with_contacts">Sincronitzar contactes</string>
|
||||
<string name="sync_with_contacts_long">monocles_messenger vol fer coincidir la teva llista de XMPP amb els teus contactes per a mostrar els seus noms complets i avatars.\n\nmonocles_messenger només llegirà els teus contactes i els aparellarà localment sense pujar-los al teu servidor.\n\nAra es demanarà permís per a accedir als teus contactes.</string>
|
||||
<string name="sync_with_contacts_long">monocles_chat vol fer coincidir la teva llista de XMPP amb els teus contactes per a mostrar els seus noms complets i avatars.\n\nmonocles_chat només llegirà els teus contactes i els aparellarà localment sense pujar-los al teu servidor.\n\nAra es demanarà permís per a accedir als teus contactes.</string>
|
||||
<string name="notify_on_all_messages">Notificar per a tots els missatges</string>
|
||||
<string name="notify_only_when_highlighted">Notificar només quan ets anomenat</string>
|
||||
<string name="notify_never">Notificacions deshabil·litades</string>
|
||||
|
@ -487,8 +487,8 @@
|
|||
<string name="always">Sempre</string>
|
||||
<string name="always_off">Sempre apagat</string>
|
||||
<string name="battery_optimizations_enabled">Optimitzacions d\'ús de batería habil·litades</string>
|
||||
<string name="battery_optimizations_enabled_explained">El seu dispositiu està fent algunes optimitzacions de la bateria pesada en monocles_messenger que podria conduir a les notificacions de retard o fins i tot la pèrdua de missatges.\nes recomana desactivar-les.</string>
|
||||
<string name="battery_optimizations_enabled_dialog">El teu dispositiu està fent algunes optimitzacions de bateria pesades en monocles_messenger que podrien conduir a notificacions retardades o fins i tot a la pèrdua de missatges.\n\nAra es demanarà que els desactivi.</string>
|
||||
<string name="battery_optimizations_enabled_explained">El seu dispositiu està fent algunes optimitzacions de la bateria pesada en monocles_chat que podria conduir a les notificacions de retard o fins i tot la pèrdua de missatges.\nes recomana desactivar-les.</string>
|
||||
<string name="battery_optimizations_enabled_dialog">El teu dispositiu està fent algunes optimitzacions de bateria pesades en monocles_chat que podrien conduir a notificacions retardades o fins i tot a la pèrdua de missatges.\n\nAra es demanarà que els desactivi.</string>
|
||||
<string name="install_from_unknown_sources_disabled">Instal·lació des d\'orígens desconeguts desactivades</string>
|
||||
<string name="install_from_unknown_sources_disabled_dialog">El dispositiu està configurat per a no permetre l\'instal·lació d\'aplicacions des d\'orígens desconeguts, excepte des de Google PlayStore.\n\nAra se li demanarà que permiti l\'instal·lació d\'aplicacions des d\'orígens desconeguts.</string>
|
||||
<string name="disable">Deshabil·litar</string>
|
||||
|
@ -500,7 +500,7 @@
|
|||
<string name="correct_message">Corretgir missatge</string>
|
||||
<string name="send_corrected_message">Enviar missatge corregit</string>
|
||||
<string name="no_keys_just_confirm">Ja confíes en aquest contacte. Seleccionant \'fet\', estàs confirmat que %s ets part d\'aquest grup.</string>
|
||||
<string name="contacts_have_no_pgp_keys">monocles_messenger no pot xifrar els seus missatges perquè els seus contactes no anuncien les seves claus públiques.\n\n</string>
|
||||
<string name="contacts_have_no_pgp_keys">monocles_chat no pot xifrar els seus missatges perquè els seus contactes no anuncien les seves claus públiques.\n\n</string>
|
||||
<string name="this_account_is_disabled">Has deshabil·litat aquesta compte</string>
|
||||
<string name="no_application_to_share_uri">No s\'ha trobat ninguna aplicació per a compartir la URI</string>
|
||||
<string name="share_uri_with">Compartir URI con...</string>
|
||||
|
@ -536,11 +536,11 @@
|
|||
<string name="import_database">Importar còpia de seguretat</string>
|
||||
<string name="invite_again">Convidar de nou</string>
|
||||
<string name="inviteUser_Subject">t\'ha convidat a través de</string>
|
||||
<string name="InviteText">Hola,\n\nel usuari %s li ha convidat a monocles_messenger. Només ha de fer clic en el següent enllaç…</string>
|
||||
<string name="InviteText">Hola,\n\nel usuari %s li ha convidat a monocles_chat. Només ha de fer clic en el següent enllaç…</string>
|
||||
<string name="pref_broadcast_last_activity">Informar de la teva última interacció</string>
|
||||
<string name="pref_broadcast_last_activity_summary">Avisa a tots els teus contactes quan usis monocles_messenger</string>
|
||||
<string name="request_permissions_message">monocles_messenger li demanarà que permetis alguns permisos. És important que permeti tots aquests permisos per a utilitzar totes les funcions d\'aquest missatger. Si denega algun d\'aquests permisos, l\'aplicació es tancarà sola.</string>
|
||||
<string name="request_permissions_message_again">S\'han denegat alguns o tots els permisos necessaris per a monocles_messenger. Vol anar a la configuració i concedir aquests permisos? Si denega algun d\'aquests permisos, l\'aplicació es tancarà sola.</string>
|
||||
<string name="pref_broadcast_last_activity_summary">Avisa a tots els teus contactes quan usis monocles_chat</string>
|
||||
<string name="request_permissions_message">monocles_chat li demanarà que permetis alguns permisos. És important que permeti tots aquests permisos per a utilitzar totes les funcions d\'aquest missatger. Si denega algun d\'aquests permisos, l\'aplicació es tancarà sola.</string>
|
||||
<string name="request_permissions_message_again">S\'han denegat alguns o tots els permisos necessaris per a monocles_chat. Vol anar a la configuració i concedir aquests permisos? Si denega algun d\'aquests permisos, l\'aplicació es tancarà sola.</string>
|
||||
<string name="unable_to_connect_to_keychain">No s\'ha pogut connectar a OpenKeychain</string>
|
||||
<string name="this_device_is_no_longer_in_use">Aquest dispositiu ja no està en ús</string>
|
||||
<string name="please_wait">Espera, si us plau…</string>
|
||||
|
@ -568,8 +568,8 @@
|
|||
<string name="show_error_message">Mostrar missatge d\'error</string>
|
||||
<string name="error_message">Missatge d\'error</string>
|
||||
<string name="data_saver_enabled">Optimizació de dades habil·litades</string>
|
||||
<string name="data_saver_enabled_explained">El seu sistema operatiu està restringint l\'accés de monocles_messenger a Internet quan està en segon pla. Per a rebre notificacions de nous missatges ha de permetre l\'accés no restrictiu de monocles_messenger quan l\'economitzador de dades està activat.\n\nmonocles_messenger continuarà esforçant-se per guardar les dades quan sigui possible.</string>
|
||||
<string name="device_does_not_support_data_saver">El seu dispositiu no admet la desactivació de l\'estalvi de dades per a monocles_messenger.</string>
|
||||
<string name="data_saver_enabled_explained">El seu sistema operatiu està restringint l\'accés de monocles_chat a Internet quan està en segon pla. Per a rebre notificacions de nous missatges ha de permetre l\'accés no restrictiu de monocles_chat quan l\'economitzador de dades està activat.\n\nmonocles_chat continuarà esforçant-se per guardar les dades quan sigui possible.</string>
|
||||
<string name="device_does_not_support_data_saver">El seu dispositiu no admet la desactivació de l\'estalvi de dades per a monocles_chat.</string>
|
||||
<string name="add_to_contact_list">Afegir a contactes</string>
|
||||
<string name="contact">Contacte</string>
|
||||
<string name="unable_to_start_recording">No es pot iniciar la gravació</string>
|
||||
|
@ -675,7 +675,7 @@
|
|||
<string name="server_info_partial">Parcial</string>
|
||||
<string name="pref_show_foreground_service_summary">Alguns dispositius Android tancaràn algunes aplicacions després d\'un temps i no podrà rebre nous missatges. Si te aquests problemes, intente activar el servei de primer pla. Però tingui en compte que tindrà una notificació permanent amb aquesta opció marcada.</string>
|
||||
<string name="pref_show_foreground_service">Utilitzar servei en primer pla</string>
|
||||
<string name="update_service">Servei d\'actualització de monocles_messenger</string>
|
||||
<string name="update_service">Servei d\'actualització de monocles_chat</string>
|
||||
<string name="install_update">Instal·lar actualizació?</string>
|
||||
<string name="highlight_in_muc">anomena usuari</string>
|
||||
<string name="no_application_found_to_open_link">No s\'ha trobat aplicació per a obrir la pàgina web</string>
|
||||
|
@ -697,7 +697,7 @@
|
|||
<string name="no_write_access_in_public_muc">De moment no estàs participant en aquest grup i no pots escriure en él\n Si us plau, ves als detalls del grup pressionant <b>OK</b> i envía un missatge privat a un moderador, administrador o propietari fent un click llarg en el nom dels membres en la part superior de la llista per a sol·licitar accès d\'escriptura en el grup.</string>
|
||||
<string name="snooze">Dormitar</string>
|
||||
<string name="huawei_protected_apps">Aplicacions protegides</string>
|
||||
<string name="huawei_protected_apps_summary">Per a continuar rebent notificacions, fins i tot quan la pantalla està apagada, has d\'afegir monocles_messenger a la llista d\'aplicacions protegides.</string>
|
||||
<string name="huawei_protected_apps_summary">Per a continuar rebent notificacions, fins i tot quan la pantalla està apagada, has d\'afegir monocles_chat a la llista d\'aplicacions protegides.</string>
|
||||
<string name="pref_enable_multi_accounts_title">Habil·litar múltiples comptes</string>
|
||||
<string name="pref_enable_multi_accounts_summary"> Vols utilitzar comptes múltiples?</string>
|
||||
<string name="mtm_accept_cert">Acceptar certificat desconegut?</string>
|
||||
|
@ -710,14 +710,14 @@
|
|||
<string name="qr_code_scanner_needs_access_to_camera">El escàner de codi QR necessita accès a la càmara</string>
|
||||
<string name="pref_scroll_to_bottom_summary">Desplaçar-se fins abaix després d\'enviar un missatge</string>
|
||||
<string name="pref_scroll_to_bottom">Desplaçar-se fins abaix</string>
|
||||
<string name="no_camera_permission">monocles_messenger necessita accés a la càmera</string>
|
||||
<string name="no_camera_permission">monocles_chat necessita accés a la càmera</string>
|
||||
<string name="edit_status_message_title">Editar el missatge d\'estat</string>
|
||||
<string name="pref_automatically_delete_messages_description">Eliminar automàticament els missatges del dispositius que siguin anteriors al temps seleccionant.</string>
|
||||
<string name="pref_automatically_delete_messages">Borrat automàtico de missatges</string>
|
||||
<string name="pref_automatically_delete_attachments_description">Eliminar automàticament els missatges del dispositius que siguin anteriors al temps seleccionant.</string>
|
||||
<string name="pref_automatically_delete_files">Eliminació automàtica d\'arxius adjunts</string>
|
||||
<string name="disable_encryption">Desactivar xifrat</string>
|
||||
<string name="error_trustkey_general">monocles_messenger no pot enviar missatges encriptats a %1$s. Això pot haver-se d\'al fet que el seu contacte utilitza un servidor o client obsolet que no pot manejar OMEMO.</string>
|
||||
<string name="error_trustkey_general">monocles_chat no pot enviar missatges encriptats a %1$s. Això pot haver-se d\'al fet que el seu contacte utilitza un servidor o client obsolet que no pot manejar OMEMO.</string>
|
||||
<string name="error_trustkey_device_list">No es pot obtenir la llista de dispositius</string>
|
||||
<string name="error_trustkey_bundle">No s\'han pogut aconseguir les claus del dispositiu</string>
|
||||
<string name="error_trustkey_hint_mutual">Consell: En algunes ocasions aixó es pot arreglar al agregar-se cada un a la seva llista de contactes.</string>
|
||||
|
@ -744,7 +744,7 @@
|
|||
<string name="large">Gran</string>
|
||||
<string name="create_shortcut">Crear drecera</string>
|
||||
<string name="not_encrypted_for_this_device">El missatge no fou xifrat per a aquest dispositiu.</string>
|
||||
<string name="no_microphone_permission">monocles_messenger necessita accés al micròfon</string>
|
||||
<string name="no_microphone_permission">monocles_chat necessita accés al micròfon</string>
|
||||
<string name="search_messages">Buscar missatges</string>
|
||||
<string name="gif">GIF</string>
|
||||
<string name="view_conversation">Veure conversa</string>
|
||||
|
@ -773,15 +773,15 @@
|
|||
<string name="delete_message">Borrar missatge</string>
|
||||
<string name="conference_destroyed">Aquest grup de xat ha de ser destruit</string>
|
||||
<string name="no_application_found_to_view_contact">No s\'han trobat ninguna aplicació amb la que poder veure aquest contacte</string>
|
||||
<string name="welcome_server_info">Recomanem l\'ús de monocles_messenger como el teu proveïdor.</string>
|
||||
<string name="no_location_permission">monocles_messenger necessita accés als serveis de localització</string>
|
||||
<string name="welcome_server_info">Recomanem l\'ús de monocles_chat como el teu proveïdor.</string>
|
||||
<string name="no_location_permission">monocles_chat necessita accés als serveis de localització</string>
|
||||
<string name="pref_show_record_voice_btn_summary">Mostrar el botó de gravació de veu en converses com acció ràpida</string>
|
||||
<string name="pref_show_record_voice_btn">Mostrar botó de gravació de veu</string>
|
||||
<string name="pref_use_quick_share_attachment_choice_summary">Reemplaçar el botó d\'enviar amb selecció d\'adjunt si no s\'està teclejant un missatge. En altre cas mostrar accions ràpides, que poden ser configurades en la següent opció.</string>
|
||||
<string name="pref_quick_share_attachment_choice">Seleccionar adjunt</string>
|
||||
<string name="unable_to_save_recording">Impossible guardar la gravació</string>
|
||||
<string name="foreground_service_channel_name">Servei en primer plan</string>
|
||||
<string name="foreground_service_channel_description">Aquesta categoria de notificació s\'utilitza per a mostrar una notificació permanent que indica que monocles_messenger s\'està executant.</string>
|
||||
<string name="foreground_service_channel_description">Aquesta categoria de notificació s\'utilitza per a mostrar una notificació permanent que indica que monocles_chat s\'està executant.</string>
|
||||
<string name="notification_group_status_information">Informació d\'estat</string>
|
||||
<string name="error_channel_name">Problemes de connectivitat</string>
|
||||
<string name="error_channel_description">Aquesta categoría s\'utilitza per a mostrar una notificació en el cas de que existeixi algun problema connectant a una compte.</string>
|
||||
|
@ -833,7 +833,7 @@
|
|||
<string name="open_with">Obrir amb…</string>
|
||||
<string name="server_info_adhoc_invite">XEP-0050: Ad-Hoc Commands: invitació d\'usuari</string>
|
||||
<string name="choose_account">Escull compte</string>
|
||||
<string name="set_profile_picture">foto de perfil en monocles_messenger</string>
|
||||
<string name="set_profile_picture">foto de perfil en monocles_chat</string>
|
||||
<string name="restore_backup">Restaurar còpia de seguretat</string>
|
||||
<string name="restore">Restaurar</string>
|
||||
<string name="enter_password_to_restore">Escriu la teva contrasenya pel compte %s per a restaurar la còpia de seguretat.</string>
|
||||
|
@ -897,7 +897,7 @@
|
|||
<string name="password_forgotten_title">Contrasenya oblidada</string>
|
||||
<string name="password_forgotten_text">Has oblidat la contrasenya del teu compte? Ara intentarem obrir la web de suport del teu proveïdor.</string>
|
||||
<string name="set_settings_intro">Aquí pots establir algunes configuracions de privacitat importants. Totes les configuracions poden èsser modificades més tard.</string>
|
||||
<string name="pref_show_mappreview_inside_summary">Mostrar vistes prèvies de mapes directament dins de la vista de xat, s\'establirà una connexió amb el servidor monocles_messenger.</string>
|
||||
<string name="pref_show_mappreview_inside_summary">Mostrar vistes prèvies de mapes directament dins de la vista de xat, s\'establirà una connexió amb el servidor monocles_chat.</string>
|
||||
<string name="pref_show_mappreview_inside">Mostrar previsualizacions de localizacions en el xat</string>
|
||||
<string name="pref_use_internal_updater_summary">Permetre que l\'aplicació busqui actualizacions una vegada al dia</string>
|
||||
<string name="pref_use_internal_updater">buscar actualizacions</string>
|
||||
|
@ -923,12 +923,12 @@
|
|||
<string name="action_unblock_participant">Desbloquejar participant</string>
|
||||
<string name="action_block_participant">Bloquejar participant</string>
|
||||
<string name="share_backup_files">Compartir els arxius de còpia de seguretat</string>
|
||||
<string name="conversations_backup">Còpia de seguretat de monocles_messenger</string>
|
||||
<string name="conversations_backup">Còpia de seguretat de monocles_chat</string>
|
||||
<string name="event">Esdeveniment</string>
|
||||
<string name="pref_vibrate_in_chat_summary">Vibrar quan arriba un nou missatge en un xat obert</string>
|
||||
<string name="pref_vibrate_in_chat">Vibrar en un xat obert</string>
|
||||
<string name="open_backup">Obrir còpia de seguretat</string>
|
||||
<string name="not_a_backup_file">L\'arxiu que ha seleccionat no és una còpia de seguretat de monocles_messenger</string>
|
||||
<string name="not_a_backup_file">L\'arxiu que ha seleccionat no és una còpia de seguretat de monocles_chat</string>
|
||||
<string name="account_already_setup">Aquest compte ja està configurada</string>
|
||||
<string name="please_enter_password">Si us plau, introdueixi la contrasenya d\'aquest compte</string>
|
||||
<string name="unable_to_perform_this_action">No es pot realitzar aquesta acció</string>
|
||||
|
@ -940,7 +940,7 @@
|
|||
<string name="pref_use_invidious_summary">Invidious és una alternativa a YouTube que respecta la privacitat</string>
|
||||
<string name="this_device">Aquest dispositiu</string>
|
||||
<string name="intro_desc_main">Més informació…</string>
|
||||
<string name="welcome_header">Benvingut a\nmonocles_messenger</string>
|
||||
<string name="welcome_header">Benvingut a\nmonocles_chat</string>
|
||||
<string name="intro_required_permissions">Permisos necessaris</string>
|
||||
<string name="intro_desc_required_permissions">Al final de la introducció se li demanarà que concedeixi permisos d\'emmagatzematge (obligatori), si no els ha concedit ja. Els permisos addicionals se sol·liciten segons sigui necessari i són opcionals.</string>
|
||||
<string name="intro_account">El vostre compte</string>
|
||||
|
@ -958,9 +958,9 @@
|
|||
<string name="show_intro_again">Les pantalles d\'introducció es mostraran de nou</string>
|
||||
<string name="show_intro_again_failed">El restabliment de les pantalles d\'introducció ha fallat. Intenti-ho de nou…</string>
|
||||
<string name="intro_desc_whats_xmpp">XMPP, també anomenat Jabber, és una xarxa de comunicació descentralitzada i funciona com el correu electrònic. Es necessita una direcció anomenada Jabber-ANEU, una contrasenya i un missatger. Més endavant es parlarà d\'això.</string>
|
||||
<string name="intro_whats_xmpp">Què és XMPP / Jabber / monocles_messenger?</string>
|
||||
<string name="intro_whats_xmpp">Què és XMPP / Jabber / monocles_chat?</string>
|
||||
<string name="intro_desc_optional_permissions">Els permisos per a llegir la seva llibreta d\'adreces són necessaris per a llegir els Jabber-IDs (si n\'hi ha) dels seus contactes. Els contactes mai es comparteixen, carreguen o copien.</string>
|
||||
<string name="intro_desc_account2">Pot crear un nou perfil en monocles_messenger simplement introduint un sobrenom.</string>
|
||||
<string name="intro_desc_account2">Pot crear un nou perfil en monocles_chat simplement introduint un sobrenom.</string>
|
||||
<string name="open_join_dialog">Unir-se al canal públic…</string>
|
||||
<string name="intro_optional_permissions">Permisos opcionals</string>
|
||||
<string name="intro_desc_optional_permissions2">Es necessiten permisos per a la seva ubicació si desitja compartir la seva ubicació.\nPer a compartir missatges de veu és necessari obtenir accés al seu micròfon.</string>
|
||||
|
@ -968,7 +968,7 @@
|
|||
<string name="intro_desc_start_chatting2">També pots afegir, crear o unir-te a xats multiusuario, els anomenats MUC. En ells es distingeix entre xats de grup privats i xats de grup públics - els anomenats canals.</string>
|
||||
<string name="intro_desc_start_chatting3">Felicitats!\nAllà anem i ens divertirem…</string>
|
||||
<string name="intro_privacy">La seva privacitat\nLa seva sobirania</string>
|
||||
<string name="intro_desc_privacy">monocles_messenger no vendrà ni analitzarà les teves dades i vostè decideix quins permisos concedeix.</string>
|
||||
<string name="intro_desc_privacy">monocles_chat no vendrà ni analitzarà les teves dades i vostè decideix quins permisos concedeix.</string>
|
||||
<string name="no_results">Sense resultats</string>
|
||||
<string name="file_transmission_cancelled">transmissió d\'arxius cancel·lada</string>
|
||||
<string name="sharing_application_not_grant_permission">L\'aplicació de compartició no ha concedit permís per a accedir a aquest arxiu.</string>
|
||||
|
@ -985,7 +985,7 @@
|
|||
<string name="ask_for_writeaccess">Sol·liciti accés d\'escriptura</string>
|
||||
<string name="pref_theme_blue">Blau</string>
|
||||
<string name="pref_theme_orange">Taronja</string>
|
||||
<string name="pref_theme_monocles">monocles_messenger</string>
|
||||
<string name="pref_theme_monocles">monocles_chat</string>
|
||||
<string name="pref_theme_grey">Gris</string>
|
||||
<string name="pref_theme_pink">Rosa</string>
|
||||
<string name="pref_theme_black">Negre (AMOLED)</string>
|
||||
|
@ -1078,14 +1078,14 @@
|
|||
<string name="n_missed_calls_from_m_contacts">%1$d trucades perdudes de %2$d contactes</string>
|
||||
<string name="pref_invidious_host_summary">Utilitzar un servidor invidious personalitzat</string>
|
||||
<string name="pref_invidious_host">Servidor invidious</string>
|
||||
<string name="updated_to_monocles">Hem actualitzat amb èxit Pix-Art Messenger a monocles_messenger\n\nLa cooperació dels dos projectes monocles_messenger i Pix-Art Messenger es va ampliar al novembre de 2020. En el futur, l\'aplicació per a Android Pix-Art Messenger continuarà sota el nom de monocles_messenger.\n\nEl que pots esperar:\n- La gamma de funcions continua sent la mateixa\n- Les sales de xat de suport es fusionen\n- Els colors i els logotips s\'adapten a monocles_messenger\n- L\'aplicació continua estant disponible de manera gratuïta en Google Play Store i F-Droid Store\n\n- El teu equip de monocles_messenger</string>
|
||||
<string name="updated_to_monocles_google">Hem de disculpar-nos per no haver pogut actualitzar directament a monocles_messenger. En el següent enllaç rebrà les instruccions per a transferir tots els seus perfils de Pix-Art Messenger a monocles_messenger. En fer clic a moure dades s\'intenten moure tots els arxius enviats i rebuts de Pix-Art Messenger a monocles_messenger. Després d\'una migració reeixida tingui en compte que ha d\'eliminar Pix-Art Messenger del teu dispositiu.</string>
|
||||
<string name="updated_to_monocles">Hem actualitzat amb èxit Pix-Art Messenger a monocles_chat\n\nLa cooperació dels dos projectes monocles_chat i Pix-Art Messenger es va ampliar al novembre de 2020. En el futur, l\'aplicació per a Android Pix-Art Messenger continuarà sota el nom de monocles_chat.\n\nEl que pots esperar:\n- La gamma de funcions continua sent la mateixa\n- Les sales de xat de suport es fusionen\n- Els colors i els logotips s\'adapten a monocles_chat\n- L\'aplicació continua estant disponible de manera gratuïta en Google Play Store i F-Droid Store\n\n- El teu equip de monocles_chat</string>
|
||||
<string name="updated_to_monocles_google">Hem de disculpar-nos per no haver pogut actualitzar directament a monocles_chat. En el següent enllaç rebrà les instruccions per a transferir tots els seus perfils de Pix-Art Messenger a monocles_chat. En fer clic a moure dades s\'intenten moure tots els arxius enviats i rebuts de Pix-Art Messenger a monocles_chat. Després d\'una migració reeixida tingui en compte que ha d\'eliminar Pix-Art Messenger del teu dispositiu.</string>
|
||||
<string name="link">Enllaç</string>
|
||||
<string name="no_application_found">No s\'ha trobat cap aplicació</string>
|
||||
<string name="move_data">Moure dades</string>
|
||||
<string name="error_moving_data">S\'ha produït un error en moure les dades antigues. Si us plau, mou-los manualment.</string>
|
||||
<string name="data_successfully_moved">Les seves dades han estat moguts amb èxit.</string>
|
||||
<string name="invite_to_app">Convidar a monocles_messenger</string>
|
||||
<string name="invite_to_app">Convidar a monocles_chat</string>
|
||||
<string name="unable_to_parse_invite">No es pot analitzar la invitació</string>
|
||||
<string name="server_does_not_support_easy_onboarding_invites">El servidor no admet la generació d\'invitacions</string>
|
||||
<string name="your_server">El seu proveïdor</string>
|
||||
|
@ -1120,7 +1120,7 @@
|
|||
<string name="all_media_files">archivos multimedia</string>
|
||||
<string name="open_settings">Obrir la configuració</string>
|
||||
<string name="oldAndroidVersion">Versió antiga d\'Android</string>
|
||||
<string name="oldAndroidVersionMessage">Està utilitzant una versió antiga d\'Android que ja no serà suportada en futures actualitzacions. A partir de la versió 3.1.0 de monocles_messenger només s\'admeten dispositius amb Android 5 o superior. Si us plau, actualitzi el microprogramari del teu dispositiu.</string>
|
||||
<string name="oldAndroidVersionMessage">Està utilitzant una versió antiga d\'Android que ja no serà suportada en futures actualitzacions. A partir de la versió 3.1.0 de monocles_chat només s\'admeten dispositius amb Android 5 o superior. Si us plau, actualitzi el microprogramari del teu dispositiu.</string>
|
||||
<string name="save_x_file">Desa %s</string>
|
||||
<string name="file_copied_to">Arxiu copiat en %s</string>
|
||||
<string name="use_individual_notifications">Utilitzar les notificacions individuals</string>
|
||||
|
|
|
@ -61,8 +61,8 @@
|
|||
<string name="unblock">Entsperren</string>
|
||||
<string name="save">Speichern</string>
|
||||
<string name="ok">OK</string>
|
||||
<string name="crash_report_title">monocles_messenger ist abgestürzt</string>
|
||||
<string name="crash_report_message">Durch das Einsenden von Fehlerberichten hilfst du bei der stetigen Verbesserung von monocles_messenger.\n<b>Achtung:</b> Dies wird dein XMPP-Profil benutzen, um den Entwickler zu kontaktieren.</string>
|
||||
<string name="crash_report_title">monocles chat ist abgestürzt</string>
|
||||
<string name="crash_report_message">Durch das Einsenden von Fehlerberichten hilfst du bei der stetigen Verbesserung von monocles chat.\n<b>Achtung:</b> Dies wird dein XMPP-Profil benutzen, um den Entwickler zu kontaktieren.</string>
|
||||
<string name="send_now">Jetzt abschicken</string>
|
||||
<string name="send_never">Nie mehr nachfragen</string>
|
||||
<string name="problem_connecting_to_account">Es gibt Probleme beim Verbindungsaufbau mit einem Profil</string>
|
||||
|
@ -93,7 +93,7 @@
|
|||
<string name="offering">angeboten…</string>
|
||||
<string name="waiting">warten…</string>
|
||||
<string name="no_pgp_key">Kein OpenPGP-Schlüssel gefunden</string>
|
||||
<string name="contact_has_no_pgp_key">monocles_messenger ist nicht in der Lage, deine Nachrichten zu verschlüsseln, weil dein Kontakt seinen Schlüssel nicht preisgibt.\n\n<small>Bitte deinen Kontakt darum, OpenPGP zu installieren.</small> </string>
|
||||
<string name="contact_has_no_pgp_key">monocles chat ist nicht in der Lage, deine Nachrichten zu verschlüsseln, weil dein Kontakt seinen Schlüssel nicht preisgibt.\n\n<small>Bitte deinen Kontakt darum, OpenPGP zu installieren.</small> </string>
|
||||
<string name="no_pgp_keys">Keine OpenPGP-Schlüssel gefunden</string>
|
||||
<string name="pref_general">Allgemeines</string>
|
||||
<string name="pref_accept_files_wifi">Dateien im WLAN annehmen</string>
|
||||
|
@ -111,7 +111,7 @@
|
|||
<string name="pref_sound">Benachrichtigungston</string>
|
||||
<string name="pref_sound_summary">Benachrichtigungston wiedergeben</string>
|
||||
<string name="pref_send_crash">Absturzberichte senden</string>
|
||||
<string name="pref_send_crash_summary">Wenn du Absturzberichte einschickst, hilfst du bei der Verbesserung von monocles_messenger</string>
|
||||
<string name="pref_send_crash_summary">Wenn du Absturzberichte einschickst, hilfst du bei der Verbesserung von monocles chat</string>
|
||||
<string name="pref_confirm_messages">Lese- und Empfangsbestätigung senden</string>
|
||||
<string name="pref_confirm_messages_summary">Informiere deine Kontakte, wenn du eine Nachricht empfangen und gelesen hast</string>
|
||||
<string name="pref_ui_options">Benutzeroberfläche</string>
|
||||
|
@ -160,7 +160,7 @@
|
|||
<string name="mgmt_account_delete_confirm_message">Wenn du dein Profil löschst, gehen deine lokal gespeicherten Chatverläufe verloren.\n\nWenn du dein Profil vom Server löschst, wird dein gesamtes Benutzerprofil ebenfalls gelöscht, du wirst dich nicht mehr einloggen können bis du ein neues Profil erstellt hast.</string>
|
||||
<string name="attach_record_voice">Sprache aufzeichnen</string>
|
||||
<string name="account_settings_jabber_id">Jabber-ID</string>
|
||||
<string name="account_settings_example_jabber_id">benutzer@monocles_messenger</string>
|
||||
<string name="account_settings_example_jabber_id">benutzer@monocles.de</string>
|
||||
<string name="password">Passwort</string>
|
||||
<string name="invalid_jid">Ungültige Jabber-ID</string>
|
||||
<string name="error_out_of_memory">Zu wenig Speicher vorhanden. Das Bild ist zu groß</string>
|
||||
|
@ -436,11 +436,11 @@
|
|||
<string name="pref_away_when_screen_off">Abwesend bei gesperrtem Gerät</string>
|
||||
<string name="pref_away_when_screen_off_summary">Setze deinen Status auf \"abwesend\", wenn dein Gerät gesperrt ist</string>
|
||||
<string name="pref_dnd_on_silent_mode">Bitte nicht stören bei Stummschaltung</string>
|
||||
<string name="update_info">monocles_messenger lädt und installiert die neue Version automatisch.\n\nBitte warten…</string>
|
||||
<string name="update_info">monocles chat lädt und installiert die neue Version automatisch.\n\nBitte warten…</string>
|
||||
<string name="pref_dnd_on_silent_mode_summary">Setze deinen Status auf \"Bitte nicht stören\", solange dein Gerät stummgeschaltet ist</string>
|
||||
<string name="pref_treat_vibrate_as_silent">Vibration als Lautlos behandeln</string>
|
||||
<string name="pref_treat_vibrate_as_dnd_summary">Setze deinen Status auf \"Bitte nicht stören\", solange das Gerät auf Vibration geschaltet ist</string>
|
||||
<string name="hostname_example">monocles_messenger</string>
|
||||
<string name="hostname_example">monocles.de</string>
|
||||
<string name="action_add_account_with_certificate">Profil mit Zertifikat hinzufügen</string>
|
||||
<string name="unable_to_parse_certificate">Zertifikat kann nicht gelesen werden</string>
|
||||
<string name="authenticate_with_certificate">Leer lassen, um mit Zertifikat anzumelden</string>
|
||||
|
@ -468,9 +468,9 @@
|
|||
<item quantity="other">%d Nachrichten</item>
|
||||
</plurals>
|
||||
<string name="load_more_messages">weitere Nachrichten laden</string>
|
||||
<string name="no_storage_permission">monocles_messenger benötigt Zugriff auf externen Speicher</string>
|
||||
<string name="no_storage_permission">monocles chat benötigt Zugriff auf externen Speicher</string>
|
||||
<string name="sync_with_contacts">Mit Kontakten synchronisieren</string>
|
||||
<string name="sync_with_contacts_long">monocles_messenger möchte deine XMPP-Kontaktliste mit deinen Kontakten abgleichen, um deren vollständige Namen und Profilbilder anzuzeigen.\n\nmonocles_messenger wird deine Kontakte nur lokal lesen und abgleichen und überträgt diese nicht auf den Server.\n\nDu wirst nun gefragt, ob du den Zugriff auf deine Kontakte erlauben möchtest.</string>
|
||||
<string name="sync_with_contacts_long">monocles chat möchte deine XMPP-Kontaktliste mit deinen Kontakten abgleichen, um deren vollständige Namen und Profilbilder anzuzeigen.\n\nmonocles chat wird deine Kontakte nur lokal lesen und abgleichen und überträgt diese nicht auf den Server.\n\nDu wirst nun gefragt, ob du den Zugriff auf deine Kontakte erlauben möchtest.</string>
|
||||
<string name="notify_on_all_messages">Bei allen Nachrichten benachrichtigen</string>
|
||||
<string name="notify_only_when_highlighted">Nur benachrichtigen, wenn ich erwähnt werde</string>
|
||||
<string name="notify_never">Benachrichtigungen deaktiviert</string>
|
||||
|
@ -487,8 +487,8 @@
|
|||
<string name="always">Immer</string>
|
||||
<string name="always_off">Immer aus</string>
|
||||
<string name="battery_optimizations_enabled">Batterieoptimierung aktiv</string>
|
||||
<string name="battery_optimizations_enabled_explained">Dein Telefon wendet Batterioptimierungen bei monocles_messenger an, welche verspätete Benachrichtigungen oder Nachrichtenverlust verursachen können.\nEs ist empfehlenswert diese zu deaktivieren.</string>
|
||||
<string name="battery_optimizations_enabled_dialog">Dein Telefon wendet Batterioptimierungen bei monocles_messenger an, welche verspätete Benachrichtigungen oder Nachrichtenverlust verursachen können.\n\nEs ist empfehlenswert dies zu deaktivieren.</string>
|
||||
<string name="battery_optimizations_enabled_explained">Dein Telefon wendet Batterioptimierungen bei monocles chat an, welche verspätete Benachrichtigungen oder Nachrichtenverlust verursachen können.\nEs ist empfehlenswert diese zu deaktivieren.</string>
|
||||
<string name="battery_optimizations_enabled_dialog">Dein Telefon wendet Batterioptimierungen bei monocles chat an, welche verspätete Benachrichtigungen oder Nachrichtenverlust verursachen können.\n\nEs ist empfehlenswert dies zu deaktivieren.</string>
|
||||
<string name="install_from_unknown_sources_disabled">Installation von unbekannter Quelle ist nicht erlaubt</string>
|
||||
<string name="install_from_unknown_sources_disabled_dialog">Dein Gerät erlaubt keine Installationen von Apps aus unbekannten Quellen außer über Google PlayStore. Dies verursacht Probleme mit automatischen Updates des Messengers.\n\nDu wirst nun gefragt, die Installation von Apps aus unbekannten Quellen zu erlauben.</string>
|
||||
<string name="disable">Deaktivieren</string>
|
||||
|
@ -500,7 +500,7 @@
|
|||
<string name="correct_message">Nachricht korrigieren</string>
|
||||
<string name="send_corrected_message">Korrigierte Nachricht senden</string>
|
||||
<string name="no_keys_just_confirm">Du vertraust diesem Kontakt bereits. Durch Auswählen von Fertig bestätigst du, dass %s Teil dieses Gruppenchats ist.</string>
|
||||
<string name="contacts_have_no_pgp_keys">monocles_messenger ist nicht in der Lage, deine Nachrichten zu verschlüsseln, weil deine Kontakte ihren öffentlichen Schlüssel nicht preisgeben.\n\n<small>Bitte sage deinen Kontakten, sie mögen OpenPGP einrichten.</small></string>
|
||||
<string name="contacts_have_no_pgp_keys">monocles chat ist nicht in der Lage, deine Nachrichten zu verschlüsseln, weil deine Kontakte ihren öffentlichen Schlüssel nicht preisgeben.\n\n<small>Bitte sage deinen Kontakten, sie mögen OpenPGP einrichten.</small></string>
|
||||
<string name="this_account_is_disabled">Du hast dieses Profil deaktiviert</string>
|
||||
<string name="no_application_to_share_uri">Keine Anwendung zum Teilen der URI gefunden</string>
|
||||
<string name="share_uri_with">Teile URI mit…</string>
|
||||
|
@ -536,11 +536,11 @@
|
|||
<string name="import_database">Backup importieren</string>
|
||||
<string name="invite_again">Erneut hinzufügen</string>
|
||||
<string name="inviteUser_Subject">hat dich eingeladen über</string>
|
||||
<string name="InviteText">Hallo,\n\n%s hat dich zu einem Chat mit monocles_messenger eingeladen. Klicke einfach auf folgenden Link…</string>
|
||||
<string name="InviteText">Hallo,\n\n%s hat dich zu einem Chat mit monocles chat eingeladen. Klicke einfach auf folgenden Link…</string>
|
||||
<string name="pref_broadcast_last_activity">Zuletzt gesehen senden</string>
|
||||
<string name="pref_broadcast_last_activity_summary">Lasse deine Kontakte wissen, wann du monocles_messenger nutzt</string>
|
||||
<string name="request_permissions_message">monocles_messenger wird dich nach ein paar Berechtigungen fragen. Es ist wichtig, dass du alle Berechtigungen erlaubst, um alle Funktionen nutzen zu können. Falls du eine dieser Berechtigungen ablehnst wird sich die App schließen.</string>
|
||||
<string name="request_permissions_message_again">Du hast eine oder alle Berechtigungen, welche für monocles_messenger benötigt werden abgelehnt. Willst du zu den Einstellungen springen, um diese Berechtigungen zu erlauben? Falls du eine dieser Berechtigungen ablehnst wird sich die App schließen.</string>
|
||||
<string name="pref_broadcast_last_activity_summary">Lasse deine Kontakte wissen, wann du monocles chat nutzt</string>
|
||||
<string name="request_permissions_message">monocles chat wird dich nach ein paar Berechtigungen fragen. Es ist wichtig, dass du alle Berechtigungen erlaubst, um alle Funktionen nutzen zu können. Falls du eine dieser Berechtigungen ablehnst wird sich die App schließen.</string>
|
||||
<string name="request_permissions_message_again">Du hast eine oder alle Berechtigungen, welche für monocles chat benötigt werden abgelehnt. Willst du zu den Einstellungen springen, um diese Berechtigungen zu erlauben? Falls du eine dieser Berechtigungen ablehnst wird sich die App schließen.</string>
|
||||
<string name="unable_to_connect_to_keychain">Keine Verbindung zu OpenKeychain</string>
|
||||
<string name="this_device_is_no_longer_in_use">Dieses Gerät wird nicht länger verwendet</string>
|
||||
<string name="please_wait">Bitte warten…</string>
|
||||
|
@ -568,8 +568,8 @@
|
|||
<string name="show_error_message">Zeige Fehlermeldung</string>
|
||||
<string name="error_message">Fehlermeldung</string>
|
||||
<string name="data_saver_enabled">Datensparmodus aktiviert</string>
|
||||
<string name="data_saver_enabled_explained">Dein Betriebssystem verbietet monocles_messenger im Hintergrund den Zugang zum Internet. Um Benachrichtigungen erhalten zu können, solltest du monocles_messenger den Zugang erlauben, wenn der Datensparmodus aktiv ist.\n\nmonocles_messenger wird dennoch versuchen, so viele Daten wie möglich einzusparen.</string>
|
||||
<string name="device_does_not_support_data_saver">Dein Gerät unterstützt den Datensparmodus für monocles_messenger nicht.</string>
|
||||
<string name="data_saver_enabled_explained">Dein Betriebssystem verbietet monocles chat im Hintergrund den Zugang zum Internet. Um Benachrichtigungen erhalten zu können, solltest du monocles chat den Zugang erlauben, wenn der Datensparmodus aktiv ist.\n\nmonocles chat wird dennoch versuchen, so viele Daten wie möglich einzusparen.</string>
|
||||
<string name="device_does_not_support_data_saver">Dein Gerät unterstützt den Datensparmodus für monocles chat nicht.</string>
|
||||
<string name="add_to_contact_list">Zur Kontaktliste hinzufügen</string>
|
||||
<string name="contact">Kontakt</string>
|
||||
<string name="unable_to_start_recording">Aufnahme kann nicht gestartet werden</string>
|
||||
|
@ -675,7 +675,7 @@
|
|||
<string name="server_info_partial">teilweise</string>
|
||||
<string name="pref_show_foreground_service_summary">Einige Android Geräte schließen manche Apps nach einer gewissen Zeitspanne automatisch und du wirst keine neuen Nachrichten mehr empfangen können. Falls du solche Probleme hast, versuche den Vordergrunddienst zu aktivieren. Bitte beachte, dass dadurch ein permanenter Eintrag in der Benachrichtigungsleiste erscheint.</string>
|
||||
<string name="pref_show_foreground_service">Nutze Vordergrunddienst</string>
|
||||
<string name="update_service">monocles_messenger Update Dienst</string>
|
||||
<string name="update_service">monocles chat Update Dienst</string>
|
||||
<string name="install_update">Update installieren?</string>
|
||||
<string name="highlight_in_muc">Benutzer erwähnen</string>
|
||||
<string name="no_application_found_to_open_link">Keine Anwendung zum Öffnen von Webseiten gefunden</string>
|
||||
|
@ -697,7 +697,7 @@
|
|||
<string name="no_write_access_in_public_muc">Du bist kein Mitglied dieser Gruppe und hast aktuell keine Erlaubnis zum Schreiben.\nBitte gehe in die Gruppenchat-Details indem du <b>OK</b> klickst und sende eine private Nachricht an einen Moderator, Administrator oder Eigentümer dadurch, dass du auf den Namen eines dieser Mitglieder am Anfang der Liste lange klickst und bitte um Erlaubnis schreiben zu dürfen.</string>
|
||||
<string name="snooze">Schlummern</string>
|
||||
<string name="huawei_protected_apps">Geschützte Apps</string>
|
||||
<string name="huawei_protected_apps_summary">Um Benachrichtigungen zu erhalten, selbst wenn der Bildschirm ausgeschaltet ist, füge monocles_messenger bitte der Liste geschützter Apps hinzu.</string>
|
||||
<string name="huawei_protected_apps_summary">Um Benachrichtigungen zu erhalten, selbst wenn der Bildschirm ausgeschaltet ist, füge monocles chat bitte der Liste geschützter Apps hinzu.</string>
|
||||
<string name="pref_enable_multi_accounts_title">Mehrprofil-Modus aktivieren</string>
|
||||
<string name="pref_enable_multi_accounts_summary">Möchtest du mehrere Profile benutzen?</string>
|
||||
<string name="mtm_accept_cert">Unbekanntes Zertifikat akzeptieren?</string>
|
||||
|
@ -710,14 +710,14 @@
|
|||
<string name="qr_code_scanner_needs_access_to_camera">Der QR-Code Scanner benötigt Zugriff auf die Kamera</string>
|
||||
<string name="pref_scroll_to_bottom_summary">Nach dem abschicken einer Nachricht zum Ende springen</string>
|
||||
<string name="pref_scroll_to_bottom">Zum Ende springen</string>
|
||||
<string name="no_camera_permission">monocles_messenger benötigt Zugriff auf die Kamera</string>
|
||||
<string name="no_camera_permission">monocles chat benötigt Zugriff auf die Kamera</string>
|
||||
<string name="edit_status_message_title">Statusnachricht bearbeiten</string>
|
||||
<string name="pref_automatically_delete_messages_description">Nachrichten von diesem Gerät nach dem eingestellten Zeitfenster automatisch löschen.</string>
|
||||
<string name="pref_automatically_delete_messages">Nachrichten automatisch löschen</string>
|
||||
<string name="pref_automatically_delete_attachments_description">Anhänge von diesem Gerät nach dem eingestellten Zeitfenster automatisch löschen.</string>
|
||||
<string name="pref_automatically_delete_files">Anhänge automatisch löschen</string>
|
||||
<string name="disable_encryption">Verschlüsselung deaktivieren</string>
|
||||
<string name="error_trustkey_general">monocles_messenger ist nicht in der Lage verschlüsselte Nachrichten an %1$s zu senden. Dies kann daran liegen, dass dein Kontakt einen veralteten Server oder Client verwendet, der die OMEMO -Verschlüsselung nicht unterstützt.</string>
|
||||
<string name="error_trustkey_general">monocles chat ist nicht in der Lage verschlüsselte Nachrichten an %1$s zu senden. Dies kann daran liegen, dass dein Kontakt einen veralteten Server oder Client verwendet, der die OMEMO -Verschlüsselung nicht unterstützt.</string>
|
||||
<string name="error_trustkey_device_list">Geräteliste konnte nicht abgerufen werden</string>
|
||||
<string name="error_trustkey_bundle">Gerätebündel konnten nicht abgerufen werden</string>
|
||||
<string name="error_trustkey_hint_mutual">Tipp: In manchen Fällen kann dies behoben werden, indem man sich gegenseitig in die Kontaktlisten hinzufügt.</string>
|
||||
|
@ -744,7 +744,7 @@
|
|||
<string name="large">Groß</string>
|
||||
<string name="create_shortcut">Verknüpfung erstellen</string>
|
||||
<string name="not_encrypted_for_this_device">Die Nachricht wurde für dieses Gerät nicht verschlüsselt.</string>
|
||||
<string name="no_microphone_permission">monocles_messenger benötigt Zugriff auf das Mikrofon</string>
|
||||
<string name="no_microphone_permission">monocles chat benötigt Zugriff auf das Mikrofon</string>
|
||||
<string name="search_messages">Nachrichten suchen</string>
|
||||
<string name="gif">GIF</string>
|
||||
<string name="view_conversation">Unterhaltung öffnen</string>
|
||||
|
@ -773,15 +773,15 @@
|
|||
<string name="delete_message">Nachricht löschen</string>
|
||||
<string name="conference_destroyed">Dieser Gruppenchat wurde aufgelöst</string>
|
||||
<string name="no_application_found_to_view_contact">Keine Anwendung zum Anzeigen von Kontakten gefunden</string>
|
||||
<string name="welcome_server_info">Wir empfehlen dir monocles_messenger als Provider.</string>
|
||||
<string name="no_location_permission">monocles_messenger benötigt Zugriff auf die Standortdienste</string>
|
||||
<string name="welcome_server_info">Wir empfehlen dir monocles chat als Provider.</string>
|
||||
<string name="no_location_permission">monocles_chat benötigt Zugriff auf die Standortdienste</string>
|
||||
<string name="pref_show_record_voice_btn_summary">Zeige Sprachaufnahme-Taste als Schnell-Taste in den Chats</string>
|
||||
<string name="pref_show_record_voice_btn">Zeige Sprachaufnahme-Taste</string>
|
||||
<string name="pref_use_quick_share_attachment_choice_summary">Ersetze Absende-Knopf durch Anlagen-Auswahl, wenn keine Nachricht eingetippt wurde. Andernfalls zeige Schnell-Tasten, welche in der folgenden Einstellung konfiguriert werden können.</string>
|
||||
<string name="pref_quick_share_attachment_choice">Anlagen-Auswahl</string>
|
||||
<string name="unable_to_save_recording">Aufnahme kann nicht gespeichert werden</string>
|
||||
<string name="foreground_service_channel_name">Vordergrunddienst</string>
|
||||
<string name="foreground_service_channel_description">Diese Benachrichtigungskategorie zeigt eine Benachrichtigung, wenn monocles_messenger ausgeführt wird.</string>
|
||||
<string name="foreground_service_channel_description">Diese Benachrichtigungskategorie zeigt eine Benachrichtigung, wenn monocles_chat ausgeführt wird.</string>
|
||||
<string name="notification_group_status_information">Statusinformation</string>
|
||||
<string name="error_channel_name">Verbindungsprobleme</string>
|
||||
<string name="error_channel_description">Diese Benachrichtigungskategorie zeigt eine Benachrichtigung, wenn ein Verbindungsproblem besteht.</string>
|
||||
|
@ -833,7 +833,7 @@
|
|||
<string name="open_with">Öffnen mit…</string>
|
||||
<string name="server_info_adhoc_invite">XEP-0050: Ad-Hoc Commands: Benutzer einladen</string>
|
||||
<string name="choose_account">Profil wählen</string>
|
||||
<string name="set_profile_picture">monocles_messenger Profilbild</string>
|
||||
<string name="set_profile_picture">monocles_chat Profilbild</string>
|
||||
<string name="restore_backup">Sicherung wiederherstellen</string>
|
||||
<string name="restore">Wiederherstellen</string>
|
||||
<string name="enter_password_to_restore">Um die Sicherung wiederherzustellen, gib für das Profil %s dein Kennwort ein.</string>
|
||||
|
@ -897,7 +897,7 @@
|
|||
<string name="password_forgotten_title">Passwort vergessen</string>
|
||||
<string name="password_forgotten_text">Du hast dein Passwort vergessen? Wir versuchen, die Support-Website deines Providers zu öffnen.</string>
|
||||
<string name="set_settings_intro">Hier kannst du einige wichtige Einstellungen zur Privatsphäre nach deinen Wünschen vornehmen. Alle Änderungen können auch später angepasst werden.</string>
|
||||
<string name="pref_show_mappreview_inside_summary">Zeige eine Vorschau von Standorten direkt im Chat, dabei wird eine Verbindung zum monocles_messenger-Server hergestellt.</string>
|
||||
<string name="pref_show_mappreview_inside_summary">Zeige eine Vorschau von Standorten direkt im Chat, dabei wird eine Verbindung zum monocles_chat-Server hergestellt.</string>
|
||||
<string name="pref_show_mappreview_inside">Zeige Karten-Vorschau im Chat</string>
|
||||
<string name="pref_use_internal_updater_summary">Lasse den Messenger einmal am Tag nach einer neuen Version suchen</string>
|
||||
<string name="pref_use_internal_updater">Nach Updates suchen</string>
|
||||
|
@ -923,12 +923,12 @@
|
|||
<string name="action_unblock_participant">Teilnehmer entsperren</string>
|
||||
<string name="action_block_participant">Teilnehmer sperren</string>
|
||||
<string name="share_backup_files">Backup teilen</string>
|
||||
<string name="conversations_backup">monocles_messenger Sicherung</string>
|
||||
<string name="conversations_backup">monocles_chat Sicherung</string>
|
||||
<string name="event">Ereignis</string>
|
||||
<string name="pref_vibrate_in_chat_summary">Vibrieren bei Erhalt einer neuen Nachricht in geöffnetem Chat</string>
|
||||
<string name="pref_vibrate_in_chat">Vibrieren in offenem Chat</string>
|
||||
<string name="open_backup">Backup öffnen</string>
|
||||
<string name="not_a_backup_file">Die ausgewählte Datei ist keine monocles_messenger Sicherung</string>
|
||||
<string name="not_a_backup_file">Die ausgewählte Datei ist keine monocles_chat Sicherung</string>
|
||||
<string name="account_already_setup">Dieses Profil wurde bereits eingerichtet</string>
|
||||
<string name="please_enter_password">Bitte gib das Kennwort für dieses Profil ein</string>
|
||||
<string name="unable_to_perform_this_action">Diese Aktion kann nicht ausgeführt werden</string>
|
||||
|
@ -940,7 +940,7 @@
|
|||
<string name="pref_use_invidious_summary">Invidious ist eine datenschutzfreundliche Alternative zu YouTube</string>
|
||||
<string name="this_device">Dieses Gerät</string>
|
||||
<string name="intro_desc_main">Mehr erfahren…</string>
|
||||
<string name="welcome_header">Willkommen bei\nmonocles_messenger</string>
|
||||
<string name="welcome_header">Willkommen bei\nmonocles_chat</string>
|
||||
<string name="intro_required_permissions">Erforderliche Berechtigungen</string>
|
||||
<string name="intro_desc_required_permissions">Am Ende des Intros wirst du gefragt, Zugriff auf externen Speicher zuzulassen (erforderlich), wenn du ihn nicht bereits erteilt hast. Zusätzliche Berechtigungen werden bei Bedarf angefragt und sind optional.</string>
|
||||
<string name="intro_account">Dein Profil</string>
|
||||
|
@ -958,9 +958,9 @@
|
|||
<string name="show_intro_again">Hilfen werden erneut angezeigt</string>
|
||||
<string name="show_intro_again_failed">Zurücksetzen der Hilfen fehlgeschlagen. Versuche es erneut…</string>
|
||||
<string name="intro_desc_whats_xmpp">XMPP, auch Jabber genannt, ist ein dezentrales Kommunikationsnetzwerk und funktioniert wie E-Mail. Du brauchst eine Adresse namens Jabber-ID, ein Passwort und einen Messenger. Mehr dazu später.</string>
|
||||
<string name="intro_whats_xmpp">Was ist XMPP / Jabber / monocles_messenger?</string>
|
||||
<string name="intro_whats_xmpp">Was ist XMPP / Jabber / monocles_chat?</string>
|
||||
<string name="intro_desc_optional_permissions">Berechtigungen zum Zugriff deines Adressbuchs sind zum Lesen von Jabber-IDs (falls vorhanden) erforderlich. Kontakte werden niemals geteilt, hochgeladen oder kopiert.</string>
|
||||
<string name="intro_desc_account2">Du kannst ein neues Profil auf monocles_messenger nur durch Eingabe eines Nicknamens erstellen.</string>
|
||||
<string name="intro_desc_account2">Du kannst ein neues Profil auf monocles_chat nur durch Eingabe eines Nicknamens erstellen.</string>
|
||||
<string name="open_join_dialog">Öffentlichen Channel beitreten…</string>
|
||||
<string name="intro_optional_permissions">Optionale Berechtigungen</string>
|
||||
<string name="intro_desc_optional_permissions2">Wenn du deinen Standort teilen möchtest, sind Berechtigungen auf deinen Standort erforderlich.\nFür den Versand von Sprachnachrichten ist es erforderlich, Zugang zum Mikrofon zu erhalten.</string>
|
||||
|
@ -968,7 +968,7 @@
|
|||
<string name="intro_desc_start_chatting2">Du kannst auch Gruppenchats - sogenannte MUCs (Multi-User-Chats) - hinzufügen, erstellen oder beitreten. Man unterscheidet zwischen privaten Gruppenchats und öffentlichen Gruppenchats - sogenannten Kanälen.</string>
|
||||
<string name="intro_desc_start_chatting3">Herzlichen Glückwunsch!\nJetzt geht\'s los und viel Spaß…</string>
|
||||
<string name="intro_privacy">Deine Privatsphäre\nDeine Souveränität</string>
|
||||
<string name="intro_desc_privacy">monocles_messenger wird deine Daten weder verkaufen noch analysieren und du entscheidest, welche Berechtigungen du erteilst.</string>
|
||||
<string name="intro_desc_privacy">monocles_chat wird deine Daten weder verkaufen noch analysieren und du entscheidest, welche Berechtigungen du erteilst.</string>
|
||||
<string name="no_results">Keine Ergebnisse</string>
|
||||
<string name="file_transmission_cancelled">Übertragung abgebrochen</string>
|
||||
<string name="sharing_application_not_grant_permission">Die teilende App erteilte keine Berechtigung für den Zugriff auf diese Datei.</string>
|
||||
|
@ -985,7 +985,7 @@
|
|||
<string name="ask_for_writeaccess">Frage nach Schreibrechten</string>
|
||||
<string name="pref_theme_blue">Blau</string>
|
||||
<string name="pref_theme_orange">Orange</string>
|
||||
<string name="pref_theme_monocles">monocles_messenger</string>
|
||||
<string name="pref_theme_monocles">monocles_chat</string>
|
||||
<string name="pref_theme_grey">Grau</string>
|
||||
<string name="pref_theme_pink">Rosa</string>
|
||||
<string name="pref_theme_black">Schwarz (AMOLED)</string>
|
||||
|
@ -1078,14 +1078,14 @@
|
|||
<string name="n_missed_calls_from_m_contacts">%1$d verpasste Anrufe von %2$d Kontakten</string>
|
||||
<string name="pref_invidious_host_summary">Nutze benutzerdefinierten Invidious Server</string>
|
||||
<string name="pref_invidious_host">Invidious Server</string>
|
||||
<string name="updated_to_monocles">Pix-Art Messenger wurde erfolgreich auf monocles_messenger aktualisiert\n\nDie Zusammenarbeit der beiden Projekte monocles_messenger und Pix-Art Messenger wurde im November 2020 weiter ausgebaut. Zukünftig wird die Android App Pix-Art Messenger unter dem Namen monocles_messenger weitergeführt.\n\nWas euch erwartet:\n- Funktionsumfang bleibt erhalten\n- Support Chaträume werden zusammengelegt\n- Farben und Logos werden an monocles_messenger angepasst\n- App ist weiterhin kostenlos im Google Play Store und F-Droid Store verfügbar\n\nEuer monocles_messenger Team</string>
|
||||
<string name="updated_to_monocles_google">Wir müssen uns entschuldigen, dass wir nicht direkt auf monocles_messenger aktualisieren konnten. Unter dem folgenden Link erhältst su eine Anleitung, wie du alle deine Profile vom Pix-Art Messenger auf monocles_messenger übertragen kannst. Mit einem Klick auf Daten verschieben versuchen wir, alle gesendeten und empfangenen Dateien vom Pix-Art Messenger auf monocles_messenger zu verschieben. Nach einer erfolgreichen Migration solltest du daran denken, Pix-Art Messenger von deinem Gerät zu entfernen.</string>
|
||||
<string name="updated_to_monocles">Pix-Art Messenger wurde erfolgreich auf monocles_chat aktualisiert\n\nDie Zusammenarbeit der beiden Projekte monocles_chat und Pix-Art Messenger wurde im November 2020 weiter ausgebaut. Zukünftig wird die Android App Pix-Art Messenger unter dem Namen monocles_chat weitergeführt.\n\nWas euch erwartet:\n- Funktionsumfang bleibt erhalten\n- Support Chaträume werden zusammengelegt\n- Farben und Logos werden an monocles_chat angepasst\n- App ist weiterhin kostenlos im Google Play Store und F-Droid Store verfügbar\n\nEuer monocles_chat Team</string>
|
||||
<string name="updated_to_monocles_google">Wir müssen uns entschuldigen, dass wir nicht direkt auf monocles_chat aktualisieren konnten. Unter dem folgenden Link erhältst su eine Anleitung, wie du alle deine Profile vom Pix-Art Messenger auf monocles_chat übertragen kannst. Mit einem Klick auf Daten verschieben versuchen wir, alle gesendeten und empfangenen Dateien vom Pix-Art Messenger auf monocles_chat zu verschieben. Nach einer erfolgreichen Migration solltest du daran denken, Pix-Art Messenger von deinem Gerät zu entfernen.</string>
|
||||
<string name="link">Link</string>
|
||||
<string name="no_application_found">Keine Anwendung gefunden</string>
|
||||
<string name="move_data">Daten verschieben</string>
|
||||
<string name="error_moving_data">Beim Verschieben deiner alten Daten ist ein Fehler aufgetreten. Bitte verschiebe sie manuell.</string>
|
||||
<string name="data_successfully_moved">Daten wurden erfolgreich verschoben.</string>
|
||||
<string name="invite_to_app">Zu monocles_messenger einladen</string>
|
||||
<string name="invite_to_app">Zu monocles_chat einladen</string>
|
||||
<string name="unable_to_parse_invite">Einladung kann nicht gelesen werden</string>
|
||||
<string name="server_does_not_support_easy_onboarding_invites">Server unterstützt keine Generierung von Einladungen</string>
|
||||
<string name="your_server">Dein Provider</string>
|
||||
|
@ -1122,7 +1122,7 @@
|
|||
<string name="memory_warning_force">Dein Messenger nutzt %1$s (%2$s) des internen Speichers.\n\nDu solltest das automatische Löschen von Anhängen aktivieren oder gespeicherte Medien manuell löschen. Dein Gerät wird bald keinen freien Speicher mehr haben!</string>
|
||||
<string name="open_settings">Einstellungen öffnen</string>
|
||||
<string name="oldAndroidVersion">Alte Android-Version</string>
|
||||
<string name="oldAndroidVersionMessage">Du verwendest eine alte Android-Version, die in zukünftigen Updates nicht mehr unterstützt wird. Ab monocles_messenger Version 3.1.0 werden nur noch Geräte mit Android 5 oder höher unterstützt. Bitte aktualisiere deine Geräte-Firmware.</string>
|
||||
<string name="oldAndroidVersionMessage">Du verwendest eine alte Android-Version, die in zukünftigen Updates nicht mehr unterstützt wird. Ab monocles_chat Version 3.1.0 werden nur noch Geräte mit Android 5 oder höher unterstützt. Bitte aktualisiere deine Geräte-Firmware.</string>
|
||||
<string name="save_x_file">%s speichern</string>
|
||||
<string name="file_copied_to">Datei nach %s kopiert</string>
|
||||
<string name="use_individual_notifications">Nutze individuelle Benachrichtigen</string>
|
||||
|
|
|
@ -61,8 +61,8 @@
|
|||
<string name="unblock">Desbloquear</string>
|
||||
<string name="save">Guardar</string>
|
||||
<string name="ok">Aceptar</string>
|
||||
<string name="crash_report_title">monocles_messenger se ha bloqueado</string>
|
||||
<string name="crash_report_message">Si envías trazas de la pila ayudas al desarrollo de monocles_messenger\n<b>Aviso:</b> Esto usará tu cuenta XMPP para enviar las trazas de la pila al desarrollador.</string>
|
||||
<string name="crash_report_title">monocles chat se ha bloqueado</string>
|
||||
<string name="crash_report_message">Si envías trazas de la pila ayudas al desarrollo de monocles chat\n<b>Aviso:</b> Esto usará tu cuenta XMPP para enviar las trazas de la pila al desarrollador.</string>
|
||||
<string name="send_now">Enviar ahora</string>
|
||||
<string name="send_never">No preguntar de nuevo</string>
|
||||
<string name="problem_connecting_to_account">No se ha podido conectar a la cuenta</string>
|
||||
|
@ -93,7 +93,7 @@
|
|||
<string name="offering">ofreciendo…</string>
|
||||
<string name="waiting">esperando…</string>
|
||||
<string name="no_pgp_key">Clave OpenPGP no encontrada</string>
|
||||
<string name="contact_has_no_pgp_key">monocles_messenger no ha podido cifrar tus mensajes porque tu contacto no está anunciando su clave pública.\n\n<small>Por favor, pide a tu contacto que configure OpenPGP.</small></string>
|
||||
<string name="contact_has_no_pgp_key">monocles chat no ha podido cifrar tus mensajes porque tu contacto no está anunciando su clave pública.\n\n<small>Por favor, pide a tu contacto que configure OpenPGP.</small></string>
|
||||
<string name="no_pgp_keys">Claves OpenPGP no encontradas</string>
|
||||
<string name="pref_general">General</string>
|
||||
<string name="pref_accept_files_wifi">Aceptar archivos en conexiones WiFi</string>
|
||||
|
@ -111,7 +111,7 @@
|
|||
<string name="pref_sound">Tono</string>
|
||||
<string name="pref_sound_summary">Reproduce tono con la notificación</string>
|
||||
<string name="pref_send_crash">Enviar informes de errores</string>
|
||||
<string name="pref_send_crash_summary">Al enviar rastros de pila, estás contribuyendo al desarrollo continuo de monocles_messenger</string>
|
||||
<string name="pref_send_crash_summary">Al enviar rastros de pila, estás contribuyendo al desarrollo continuo de monocles chat</string>
|
||||
<string name="pref_confirm_messages">Confirmar mensajes</string>
|
||||
<string name="pref_confirm_messages_summary">Permitir a tus contactos saber cuando has recibido y leído sus mensajes</string>
|
||||
<string name="pref_ui_options">Pantalla</string>
|
||||
|
@ -160,7 +160,7 @@
|
|||
<string name="mgmt_account_delete_confirm_message">Si eliminas tu cuenta, tu historial local de conversación será completamente eliminado.\n\nSi eliminas tu cuenta del servir, será eliminada del servidor también, no podrás entrar nunca más hasta que no registres una nueva cuenta.</string>
|
||||
<string name="attach_record_voice">Grabar audio</string>
|
||||
<string name="account_settings_jabber_id">Identificador Jabber</string>
|
||||
<string name="account_settings_example_jabber_id">usuario@monocles_messenger</string>
|
||||
<string name="account_settings_example_jabber_id">usuario@monocles.de</string>
|
||||
<string name="password">Contraseña</string>
|
||||
<string name="invalid_jid">El identificador no es un identificador Jabber válido</string>
|
||||
<string name="error_out_of_memory">Sin memoria. La imagen es demasiado grande</string>
|
||||
|
@ -436,11 +436,11 @@
|
|||
<string name="pref_away_when_screen_off">Ausente cuando el dispositivo está bloqueado</string>
|
||||
<string name="pref_away_when_screen_off_summary">Marca tu recurso como ausente cuando el dispositivo está bloqueado</string>
|
||||
<string name="pref_dnd_on_silent_mode">\"No molestar\" en modo silencio</string>
|
||||
<string name="update_info">monocles_messenger está descargando e instalando la nueva versión automáticamente.\n\nPor favor, espere…</string>
|
||||
<string name="update_info">monocles chat está descargando e instalando la nueva versión automáticamente.\n\nPor favor, espere…</string>
|
||||
<string name="pref_dnd_on_silent_mode_summary">Cambia tu estado a \"no molestar\" cuando el dispositivo está en modo silencio</string>
|
||||
<string name="pref_treat_vibrate_as_silent">Modo vibración como modo silencio</string>
|
||||
<string name="pref_treat_vibrate_as_dnd_summary">Cambia tu estado a \"no molestar\" cuando el dispositivo está en modo vibración</string>
|
||||
<string name="hostname_example">monocles_messenger</string>
|
||||
<string name="hostname_example">monocles.de</string>
|
||||
<string name="action_add_account_with_certificate">Añadir cuenta con certificado</string>
|
||||
<string name="unable_to_parse_certificate">No se ha podido leer el certificado</string>
|
||||
<string name="authenticate_with_certificate">Dejar vacío para autenticar certificado w/ </string>
|
||||
|
@ -468,9 +468,9 @@
|
|||
<item quantity="other">%d mensajes</item>
|
||||
</plurals>
|
||||
<string name="load_more_messages">Cargar más mensajes</string>
|
||||
<string name="no_storage_permission">monocles_messenger necesita acceso al almacenamiento externo</string>
|
||||
<string name="no_storage_permission">monocles chat necesita acceso al almacenamiento externo</string>
|
||||
<string name="sync_with_contacts">Sincronizar contactos</string>
|
||||
<string name="sync_with_contacts_long">monocles_messenger quiere cruzar tu lista de contactos de XMPP con tus contactos del móvil para mostrar sus nombres completos y sus fotos de perfil.\n\nmonocles_messenger solo leerá tus contactos y los cruzará localmente sin subirlos a tu servidor.\n\nEl sistema te preguntará ahora para conceder los permisos de acceso a tus contactos del móvil.</string>
|
||||
<string name="sync_with_contacts_long">monocles chat quiere cruzar tu lista de contactos de XMPP con tus contactos del móvil para mostrar sus nombres completos y sus fotos de perfil.\n\nmonocles chat solo leerá tus contactos y los cruzará localmente sin subirlos a tu servidor.\n\nEl sistema te preguntará ahora para conceder los permisos de acceso a tus contactos del móvil.</string>
|
||||
<string name="notify_on_all_messages">Notificar para todos los mensajes</string>
|
||||
<string name="notify_only_when_highlighted">Notificar solo cuando eres mencionado</string>
|
||||
<string name="notify_never">Notificaciones deshabilitadas</string>
|
||||
|
@ -487,8 +487,8 @@
|
|||
<string name="always">Siempre</string>
|
||||
<string name="always_off">Siempre desactivado</string>
|
||||
<string name="battery_optimizations_enabled">Optimizaciones de uso de batería habilitadas</string>
|
||||
<string name="battery_optimizations_enabled_explained">Tu dispositivo está realizando optimizaciones de uso de batería en monocles_messenger que pueden hacer que los mensajes se retrasen o incluso hacer que se pierdan.\nEs recomendable deshabilitarlas.</string>
|
||||
<string name="battery_optimizations_enabled_dialog">El dispositivo está realizando importantes optimizaciones de la batería en monocles_messenger lo que podría generar retraso en las notificaciones o incluso pérdida de mensajes\n\n Se le consultará ahora para desactivarlas.</string>
|
||||
<string name="battery_optimizations_enabled_explained">Tu dispositivo está realizando optimizaciones de uso de batería en monocles chat que pueden hacer que los mensajes se retrasen o incluso hacer que se pierdan.\nEs recomendable deshabilitarlas.</string>
|
||||
<string name="battery_optimizations_enabled_dialog">El dispositivo está realizando importantes optimizaciones de la batería en monocles chat lo que podría generar retraso en las notificaciones o incluso pérdida de mensajes\n\n Se le consultará ahora para desactivarlas.</string>
|
||||
<string name="install_from_unknown_sources_disabled">Instalación desde orígenes desconocidos desactivada</string>
|
||||
<string name="install_from_unknown_sources_disabled_dialog">El dispositivo está configurado para no permitir la instalación de aplicaciones desde orígenes desconocidos, salvo desde Google PlayStore.\n\nAhora se le pedirá que permita la instalación de aplicaciones desde orígenes desconocidos.</string>
|
||||
<string name="disable">Deshabilitar</string>
|
||||
|
@ -500,7 +500,7 @@
|
|||
<string name="correct_message">Corregir mensaje</string>
|
||||
<string name="send_corrected_message">Enviar mensaje corregido</string>
|
||||
<string name="no_keys_just_confirm">Ya confías en este contacto. Seleccionando \'hecho\', estás confirmando que %s es parte de este grupo.</string>
|
||||
<string name="contacts_have_no_pgp_keys">monocles_messenger no ha podido cifrar tus mensajes porque tus contactos no están anunciando sus claves públicas.\n\n</string>
|
||||
<string name="contacts_have_no_pgp_keys">monocles chat no ha podido cifrar tus mensajes porque tus contactos no están anunciando sus claves públicas.\n\n</string>
|
||||
<string name="this_account_is_disabled">Has deshabilitado esta cuenta</string>
|
||||
<string name="no_application_to_share_uri">No se ha encontrado ninguna aplicación para compartir la URI</string>
|
||||
<string name="share_uri_with">Compartir URI con...</string>
|
||||
|
@ -536,11 +536,11 @@
|
|||
<string name="import_database">Importar copia de seguridad</string>
|
||||
<string name="invite_again">Invitar de nuevo</string>
|
||||
<string name="inviteUser_Subject">te ha invitado a través de</string>
|
||||
<string name="InviteText">Hola,\n\nel usuario %s te ha invitado a monocles_messenger. Haz click en el siguiente enlace…</string>
|
||||
<string name="InviteText">Hola,\n\nel usuario %s te ha invitado a monocles chat. Haz click en el siguiente enlace…</string>
|
||||
<string name="pref_broadcast_last_activity">Informar de tu última interacción</string>
|
||||
<string name="pref_broadcast_last_activity_summary">Informa a todos sus contactos cuando uses monocles_messenger</string>
|
||||
<string name="request_permissions_message">monocles_messenger te pedirá que concedas algunos permisos. Es importante que permitas que todos estos permisos para usar todas las características de este mensajero. Si deniegas cualquiera de estos permisos, la aplicación se cerrará sola.</string>
|
||||
<string name="request_permissions_message_again">Has denegado uno o todos los permisos requeridos para monocles_messenger. ¿Deseas ir a la configuración para permitir estos permisos? Si rechazas uno de estos permisos, la aplicación se cerrará.</string>
|
||||
<string name="pref_broadcast_last_activity_summary">Informa a todos sus contactos cuando uses monocles chat</string>
|
||||
<string name="request_permissions_message">monocles chat te pedirá que concedas algunos permisos. Es importante que permitas que todos estos permisos para usar todas las características de este mensajero. Si deniegas cualquiera de estos permisos, la aplicación se cerrará sola.</string>
|
||||
<string name="request_permissions_message_again">Has denegado uno o todos los permisos requeridos para monocles chat. ¿Deseas ir a la configuración para permitir estos permisos? Si rechazas uno de estos permisos, la aplicación se cerrará.</string>
|
||||
<string name="unable_to_connect_to_keychain">No se ha podido conectar a OpenKeychain</string>
|
||||
<string name="this_device_is_no_longer_in_use">Este dispositivo ya no está en uso</string>
|
||||
<string name="please_wait">Espere, por favor…</string>
|
||||
|
@ -568,8 +568,8 @@
|
|||
<string name="show_error_message">Mostrar mensaje de error</string>
|
||||
<string name="error_message">Mensaje de error</string>
|
||||
<string name="data_saver_enabled">Optimización de datos habilitado</string>
|
||||
<string name="data_saver_enabled_explained">Tu sistema operativo está restringiendo el acceso a Internet a monocles_messenger cuando está en segundo plano. Para recibir notificaciones de nuevos mensajes deberías permitir a monocles_messenger acceso no restringido cuando el ahorro de datos esté activado.\n\nmonocles_messenger hará un esfuerzo para ahorrar datos cuando sea posible.</string>
|
||||
<string name="device_does_not_support_data_saver">Tu dispositivo no soporta la opción de deshabilitar la optimización de datos para monocles_messenger.</string>
|
||||
<string name="data_saver_enabled_explained">Tu sistema operativo está restringiendo el acceso a Internet a monocles chat cuando está en segundo plano. Para recibir notificaciones de nuevos mensajes deberías permitir a monocles chat acceso no restringido cuando el ahorro de datos esté activado.\n\nmonocles chat hará un esfuerzo para ahorrar datos cuando sea posible.</string>
|
||||
<string name="device_does_not_support_data_saver">Tu dispositivo no soporta la opción de deshabilitar la optimización de datos para monocles chat.</string>
|
||||
<string name="add_to_contact_list">Añadir a contactos</string>
|
||||
<string name="contact">Contacto</string>
|
||||
<string name="unable_to_start_recording">No se puede iniciar la grabación</string>
|
||||
|
@ -675,7 +675,7 @@
|
|||
<string name="server_info_partial">Parcial</string>
|
||||
<string name="pref_show_foreground_service_summary">Algunos dispositivos Android cerrarán algunas aplicaciones al cabo de un tiempo y no podrás recibir nuevos mensajes. Si tiene estos problemas, intente activar el servicio de primer plano. Pero tenga en cuenta que tendrá una notificación permanente con esta opción marcada.</string>
|
||||
<string name="pref_show_foreground_service">Usar servicio en primer plano</string>
|
||||
<string name="update_service">Servicio de actualización de monocles_messenger</string>
|
||||
<string name="update_service">Servicio de actualización de monocles chat</string>
|
||||
<string name="install_update">¿Instalar actualización?</string>
|
||||
<string name="highlight_in_muc">menciona usuario</string>
|
||||
<string name="no_application_found_to_open_link">No se ha encontrado aplicación para abrir la página web</string>
|
||||
|
@ -697,7 +697,7 @@
|
|||
<string name="no_write_access_in_public_muc">De momento no estás participando en este grupo y no puedes escribir en él\nPor favor, ve a los detalles del grupo presionando <b>OK</b> y envía un mensaje privado a un moderador, administrador o propietario haciendo un clic largo en el nombre de los miembros en la parte superior de la lista para solicitar acceso de escritura en el grupo.</string>
|
||||
<string name="snooze">Dormitar</string>
|
||||
<string name="huawei_protected_apps">Aplicaciones protegidas</string>
|
||||
<string name="huawei_protected_apps_summary">Para recibir notificaciones incluso cuando la pantalla está apagada, necesitas añadir monocles_messenger a la lista de aplicaciones protegidas.</string>
|
||||
<string name="huawei_protected_apps_summary">Para recibir notificaciones incluso cuando la pantalla está apagada, necesitas añadir monocles chat a la lista de aplicaciones protegidas.</string>
|
||||
<string name="pref_enable_multi_accounts_title">Habilitar múltiples cuentas</string>
|
||||
<string name="pref_enable_multi_accounts_summary">¿Quieres usar cuentas múltiples?</string>
|
||||
<string name="mtm_accept_cert">¿Aceptar certificado desconocido?</string>
|
||||
|
@ -710,14 +710,14 @@
|
|||
<string name="qr_code_scanner_needs_access_to_camera">El escáner de código QR necesita acceso a la cámara</string>
|
||||
<string name="pref_scroll_to_bottom_summary">Desplazarse hasta abajo después de enviar un mensaje</string>
|
||||
<string name="pref_scroll_to_bottom">Desplazarse hasta abajo</string>
|
||||
<string name="no_camera_permission">monocles_messenger necesita acceso a la cámara</string>
|
||||
<string name="no_camera_permission">monocles chat necesita acceso a la cámara</string>
|
||||
<string name="edit_status_message_title">Editar el mensaje de estado</string>
|
||||
<string name="pref_automatically_delete_messages_description">Eliminar automáticamente los mensajes del dispositivo que sean anteriores al tiempo seleccionado.</string>
|
||||
<string name="pref_automatically_delete_messages">Borrado automático de mensajes</string>
|
||||
<string name="pref_automatically_delete_attachments_description">Borrar automáticamente los mensajes del dispositivo que sean anteriores al tiempo seleccionado.</string>
|
||||
<string name="pref_automatically_delete_files">Borrado automático de adjunto</string>
|
||||
<string name="disable_encryption">Desactivar cifrado</string>
|
||||
<string name="error_trustkey_general">monocles_messenger no puede enviar mensajes cifrados a %1$s. Esto puede ser debido a que tu contacto está usando un servidor o un cliente desactualizado que no puede manejar las claves OMEMO.</string>
|
||||
<string name="error_trustkey_general">monocles chat no puede enviar mensajes cifrados a %1$s. Esto puede ser debido a que tu contacto está usando un servidor o un cliente desactualizado que no puede manejar las claves OMEMO.</string>
|
||||
<string name="error_trustkey_device_list">No se pudo obtener la lista de dispositivos</string>
|
||||
<string name="error_trustkey_bundle">No se han podido conseguir las claves del dispositivo</string>
|
||||
<string name="error_trustkey_hint_mutual">Consejo: En algunas ocasiones esto se puede arreglar al agregarse cada uno a su lista de contactos.</string>
|
||||
|
@ -744,7 +744,7 @@
|
|||
<string name="large">Grande</string>
|
||||
<string name="create_shortcut">Crear atajo</string>
|
||||
<string name="not_encrypted_for_this_device">El mensaje no fue cifrado para este dispositivo.</string>
|
||||
<string name="no_microphone_permission">monocles_messenger necesita acceder al micrófono</string>
|
||||
<string name="no_microphone_permission">monocles chat necesita acceder al micrófono</string>
|
||||
<string name="search_messages">Buscar mensajes</string>
|
||||
<string name="gif">GIF</string>
|
||||
<string name="view_conversation">Ver conversación</string>
|
||||
|
@ -773,15 +773,15 @@
|
|||
<string name="delete_message">Borrar mensaje</string>
|
||||
<string name="conference_destroyed">Este grupo de chat ha sido destruido</string>
|
||||
<string name="no_application_found_to_view_contact">No se ha encontrado ninguna aplicación con la que ver este contacto</string>
|
||||
<string name="welcome_server_info">Recomendamos el uso de monocles_messenger como tu proveedor.</string>
|
||||
<string name="no_location_permission">monocles_messenger necesita acceso a los servicio de ubicación</string>
|
||||
<string name="welcome_server_info">Recomendamos el uso de monocles chat como tu proveedor.</string>
|
||||
<string name="no_location_permission">monocles chat necesita acceso a los servicio de ubicación</string>
|
||||
<string name="pref_show_record_voice_btn_summary">Mostrar el botón de grabación de voz en conversaciones como acción rápida</string>
|
||||
<string name="pref_show_record_voice_btn">Mostrar botón de grabación de voz</string>
|
||||
<string name="pref_use_quick_share_attachment_choice_summary">Reemplazar el botón de enviar con selección de adjunto si no se está tecleando un mensaje. En otro caso mostrar acciones rápidas, que pueden ser configuradas en la siguiente opción.</string>
|
||||
<string name="pref_quick_share_attachment_choice">Seleccionar adjunto</string>
|
||||
<string name="unable_to_save_recording">Imposible guardar la grabación</string>
|
||||
<string name="foreground_service_channel_name">Servicio en primer plano</string>
|
||||
<string name="foreground_service_channel_description">Esta categoría se usa para mostrar una notificación permanente indicando que monocles_messenger se está ejecutando.</string>
|
||||
<string name="foreground_service_channel_description">Esta categoría se usa para mostrar una notificación permanente indicando que monocles chat se está ejecutando.</string>
|
||||
<string name="notification_group_status_information">Información de estado</string>
|
||||
<string name="error_channel_name">Problemas de conectividad</string>
|
||||
<string name="error_channel_description">Esta categoría se usa para mostrar una notificación en el caso de que exista algún problema conectando a una cuenta.</string>
|
||||
|
@ -833,7 +833,7 @@
|
|||
<string name="open_with">Abrir con…</string>
|
||||
<string name="server_info_adhoc_invite">XEP-0050: Ad-Hoc Commands: invitación de usuario</string>
|
||||
<string name="choose_account">Elige cuenta</string>
|
||||
<string name="set_profile_picture">Foto de perfil de monocles_messenger</string>
|
||||
<string name="set_profile_picture">Foto de perfil de monocles chat</string>
|
||||
<string name="restore_backup">Restaurar copia de seguridad</string>
|
||||
<string name="restore">Restaurar</string>
|
||||
<string name="enter_password_to_restore">Escribe tu contraseña para la cuenta %s para restaurar la copia de seguridad.</string>
|
||||
|
@ -897,7 +897,7 @@
|
|||
<string name="password_forgotten_title">Contraseña olvidada</string>
|
||||
<string name="password_forgotten_text">¿Has olvidado la contraseña de tu cuenta? Ahora intentaremos abrir la web de soporte de tu proveedor.</string>
|
||||
<string name="set_settings_intro">Aquí puedes establecer algunas configuraciones de privacidad importantes. Todas las configuraciones pueden ser modificadas más tarde.</string>
|
||||
<string name="pref_show_mappreview_inside_summary">Mostrar previsualizaciones de mapas directamente en la vista de chat, se establecerá una conexión con servidor monocles_messenger.</string>
|
||||
<string name="pref_show_mappreview_inside_summary">Mostrar previsualizaciones de mapas directamente en la vista de chat, se establecerá una conexión con servidor monocles chat.</string>
|
||||
<string name="pref_show_mappreview_inside">Mostrar previsualizaciones de localizaciones en el chat</string>
|
||||
<string name="pref_use_internal_updater_summary">Permitir que la aplicación busque actualizaciones una vez al día</string>
|
||||
<string name="pref_use_internal_updater">buscar actualizaciones</string>
|
||||
|
@ -923,12 +923,12 @@
|
|||
<string name="action_unblock_participant">Desbloquear participante</string>
|
||||
<string name="action_block_participant">Bloquear participante</string>
|
||||
<string name="share_backup_files">Compartir archivos de backup</string>
|
||||
<string name="conversations_backup">Copia de seguridad de monocles_messenger</string>
|
||||
<string name="conversations_backup">Copia de seguridad de monocles chat</string>
|
||||
<string name="event">Evento</string>
|
||||
<string name="pref_vibrate_in_chat_summary">Vibrar cuando llega un nuevo mensaje en un conversación abierta</string>
|
||||
<string name="pref_vibrate_in_chat">Vibrar en una conversación abierta</string>
|
||||
<string name="open_backup">Abrir backup</string>
|
||||
<string name="not_a_backup_file">El archivo que has seleccionado no es un backup de monocles_messenger</string>
|
||||
<string name="not_a_backup_file">El archivo que has seleccionado no es un backup de monocles chat</string>
|
||||
<string name="account_already_setup">Esta cuenta ya ha sido configurada</string>
|
||||
<string name="please_enter_password">Por favor entrar la contraseña para esta cuenta</string>
|
||||
<string name="unable_to_perform_this_action">No se pudo realizar la acción</string>
|
||||
|
@ -940,7 +940,7 @@
|
|||
<string name="pref_use_invidious_summary">Invidious es una alternativa a YouTube respetuosa con la privacidad</string>
|
||||
<string name="this_device">Este dispositivo</string>
|
||||
<string name="intro_desc_main">Averiguar más…</string>
|
||||
<string name="welcome_header">Bienvenido a\nmonocles_messenger</string>
|
||||
<string name="welcome_header">Bienvenido a\nmonocles chat</string>
|
||||
<string name="intro_required_permissions">Permisos necesarios</string>
|
||||
<string name="intro_desc_required_permissions">Al final de la introducción, se te pedirá que otorgues permisos para almacenamiento (obligatorio), si no lo has hecho ya. Los permisos adicionales se pedirán cuando sea necesario y son opcionales.</string>
|
||||
<string name="intro_account">Tu cuenta</string>
|
||||
|
@ -958,9 +958,9 @@
|
|||
<string name="show_intro_again">Se volverán a mostrar las pantallas de introducción</string>
|
||||
<string name="show_intro_again_failed">El reinicio de pantallas de introducción ha fallado. Intentar otra vez…</string>
|
||||
<string name="intro_desc_whats_xmpp">XMPP, también conocido como Jabber, es una red de comunicación descentralizada y funciona parecido al correo electrónico. Necesitar una dirección llamada Jabber-ID, una contraseña y un cliente. Más información más adelante.</string>
|
||||
<string name="intro_whats_xmpp">¿Qué es XMPP / Jabber / monocles_messenger?</string>
|
||||
<string name="intro_whats_xmpp">¿Qué es XMPP / Jabber / monocles chat?</string>
|
||||
<string name="intro_desc_optional_permissions">El permiso para leer tu libreta de direcciones es necesario para leer los Jabber-IDs (si hay alguno) desde tus contactos. Los contactos nunca se comparten, se suben o se copian.</string>
|
||||
<string name="intro_desc_account2">Puedes crear un nuevo perfil en monocles_messenger solo entrando un alias.</string>
|
||||
<string name="intro_desc_account2">Puedes crear un nuevo perfil en monocles chat solo entrando un alias.</string>
|
||||
<string name="open_join_dialog">Unirse a un canal público…</string>
|
||||
<string name="intro_optional_permissions">Permisos opcionales</string>
|
||||
<string name="intro_desc_optional_permissions2">El permiso para tu ubicación es necesario si quieres compartir tu ubicación.\nPara usar mensajes de voz se requiere tener acceso a tu micrófono.</string>
|
||||
|
@ -968,7 +968,7 @@
|
|||
<string name="intro_desc_start_chatting2">También puede añadir, crear o unirte a chats multiusuario llamados MUCs. Hay grupos de chat privados y grupos de chat públicos también llamados canales.</string>
|
||||
<string name="intro_desc_start_chatting3">¡Enhorabuena!\nVamos a divertirnos…</string>
|
||||
<string name="intro_privacy">Tu privacidad\nTu soberanía</string>
|
||||
<string name="intro_desc_privacy">monocles_messenger no vende ni analiza tus datos y tú decides que permisos otorgas.</string>
|
||||
<string name="intro_desc_privacy">monocles chat no vende ni analiza tus datos y tú decides que permisos otorgas.</string>
|
||||
<string name="no_results">No ha resultados</string>
|
||||
<string name="file_transmission_cancelled">transmisión de archivo cancelada</string>
|
||||
<string name="sharing_application_not_grant_permission">La aplicación de compartición no otorgó permiso de acceso a este archivo.</string>
|
||||
|
@ -985,7 +985,7 @@
|
|||
<string name="ask_for_writeaccess">Por favor, pide permiso de escritura</string>
|
||||
<string name="pref_theme_blue">Azul</string>
|
||||
<string name="pref_theme_orange">Naranja</string>
|
||||
<string name="pref_theme_monocles">monocles_messenger</string>
|
||||
<string name="pref_theme_monocles">monocles_chat</string>
|
||||
<string name="pref_theme_grey">Gris</string>
|
||||
<string name="pref_theme_pink">Rosa</string>
|
||||
<string name="pref_theme_black">Negro (AMOLED)</string>
|
||||
|
@ -1078,8 +1078,8 @@
|
|||
<string name="n_missed_calls_from_m_contacts">%1$d llamadas perdidas de %2$d contactos</string>
|
||||
<string name="pref_invidious_host_summary">Usar un servidor invidious personalizado</string>
|
||||
<string name="pref_invidious_host">Servidor invidious</string>
|
||||
<string name="updated_to_monocles">Hemos actualizado con éxito Pix-Art Messenger a monocles_messenger\n\nLa cooperación de los dos proyectos monocles_messenger y Pix-Art Messenger se amplió en noviembre de 2020. En el futuro, la aplicación de Android Pix-Art Messenger continuará bajo el nombre monocles_messenger.\n\nLo que puede esperar:\n- El rango de funciones sigue siendo el mismo\n- Las salas de chat de soporte se fusionan\n- Los colores y logotipos se adaptan a monocles_messenger\n- La aplicación aún está disponible gratis en Google Play Store y F-Droid Store\n\nTu equipo de monocles_messenger</string>
|
||||
<string name="updated_to_monocles_google">Tenemos que disculparnos porque no pudimos actualizar directamente a monocles_messenger. En el siguiente enlace, recibirás instrucciones sobre cómo transferir todos tus perfiles de Pix-Art Messenger a monocles_messenger. Al hacer clic en mover datos, intentamos mover todos los archivos enviados y recibidos desde Pix-Art Messenger a monocles_messenger. Después de una migración exitosa, recuerda eliminar Pix-Art Messenger de su dispositivo.</string>
|
||||
<string name="updated_to_monocles">Hemos actualizado con éxito Pix-Art Messenger a monocles_chat\n\nLa cooperación de los dos proyectos monocles_chat y Pix-Art Messenger se amplió en noviembre de 2020. En el futuro, la aplicación de Android Pix-Art Messenger continuará bajo el nombre monocles_chat.\n\nLo que puede esperar:\n- El rango de funciones sigue siendo el mismo\n- Las salas de chat de soporte se fusionan\n- Los colores y logotipos se adaptan a monocles_chat\n- La aplicación aún está disponible gratis en Google Play Store y F-Droid Store\n\nTu equipo de monocles_chat</string>
|
||||
<string name="updated_to_monocles_google">Tenemos que disculparnos porque no pudimos actualizar directamente a monocles_chat. En el siguiente enlace, recibirás instrucciones sobre cómo transferir todos tus perfiles de Pix-Art Messenger a monocles_chat. Al hacer clic en mover datos, intentamos mover todos los archivos enviados y recibidos desde Pix-Art Messenger a monocles_chat. Después de una migración exitosa, recuerda eliminar Pix-Art Messenger de su dispositivo.</string>
|
||||
<string name="link">Enlace</string>
|
||||
<string name="no_application_found">No se encontró aplicación</string>
|
||||
<string name="move_data">Mover datos</string>
|
||||
|
@ -1122,7 +1122,7 @@
|
|||
<string name="memory_warning_force">Tu aplicación está usando %1$s (%2$s) de memoria interna.\n\nDeberías habilitar el borrado automático de adjuntos o borrar manualmente los medios almacenados. ¡Tu dispositivo se quedará sin memoria!</string>
|
||||
<string name="open_settings">Abrir configuraciones</string>
|
||||
<string name="oldAndroidVersion">Versión antigua de Android</string>
|
||||
<string name="oldAndroidVersionMessage">Estás usando una versión de Android antigua que no será soportada en futuras actualizaciones. A partir de la versión 3.1.0 de monocles_messenger solo tendrán soporte los dispositivos con Android 5 o superior. Por favor actualiza el firmware de tu dispositivo.</string>
|
||||
<string name="oldAndroidVersionMessage">Estás usando una versión de Android antigua que no será soportada en futuras actualizaciones. A partir de la versión 3.1.0 de monocles_chat solo tendrán soporte los dispositivos con Android 5 o superior. Por favor actualiza el firmware de tu dispositivo.</string>
|
||||
<string name="save_x_file">Guardar %s</string>
|
||||
<string name="file_copied_to">Fichero copiado a %s</string>
|
||||
<string name="use_individual_notifications">Usar notificaciones individuales</string>
|
||||
|
|
|
@ -61,7 +61,7 @@
|
|||
<string name="unblock">Desblokeatu</string>
|
||||
<string name="save">Gorde</string>
|
||||
<string name="ok">Ados</string>
|
||||
<string name="crash_report_title">monocles_messenger kraskatu da</string>
|
||||
<string name="crash_report_title">monocles chat kraskatu da</string>
|
||||
<string name="send_now">Bidali orain</string>
|
||||
<string name="send_never">Ez galdetu berriz</string>
|
||||
<string name="problem_connecting_to_account">Ezin izan da kontura konektatu</string>
|
||||
|
|
|
@ -61,8 +61,8 @@
|
|||
<string name="unblock">Débloquer</string>
|
||||
<string name="save">Enregistrer</string>
|
||||
<string name="ok">OK</string>
|
||||
<string name="crash_report_title">monocles_messenger s\'est planté</string>
|
||||
<string name="crash_report_message">En envoyant des informations de débogage, vous aidez au développement en cours de monocles_messenger\n<b>Attention :</b> Votre compte XMPP sera utilisé pour envoyer les logs aux développeurs.</string>
|
||||
<string name="crash_report_title">monocles_chat s\'est planté</string>
|
||||
<string name="crash_report_message">En envoyant des informations de débogage, vous aidez au développement en cours de monocles_chat\n<b>Attention :</b> Votre compte XMPP sera utilisé pour envoyer les logs aux développeurs.</string>
|
||||
<string name="send_now">Envoyer</string>
|
||||
<string name="send_never">Ne plus demander</string>
|
||||
<string name="problem_connecting_to_account">Impossible de se connecter au compte.</string>
|
||||
|
@ -93,7 +93,7 @@
|
|||
<string name="offering">Proposition…</string>
|
||||
<string name="waiting">Patientez…</string>
|
||||
<string name="no_pgp_key">Aucune clef OpenPGP trouvée.</string>
|
||||
<string name="contact_has_no_pgp_key">monocles_messenger ne peut pas chiffrer vos messages car votre contact n’a pas communiqué sa clef publique.\n\n<small>Demandez-lui de configurer OpenPGP.</small></string>
|
||||
<string name="contact_has_no_pgp_key">monocles_chat ne peut pas chiffrer vos messages car votre contact n’a pas communiqué sa clef publique.\n\n<small>Demandez-lui de configurer OpenPGP.</small></string>
|
||||
<string name="no_pgp_keys">Aucune clef OpenPGP n\'a été trouvée.</string>
|
||||
<string name="pref_general">Général</string>
|
||||
<string name="pref_accept_files_wifi">Accepter les fichiers en Wi-Fi</string>
|
||||
|
@ -111,7 +111,7 @@
|
|||
<string name="pref_sound">Sonnerie</string>
|
||||
<string name="pref_sound_summary">Jouer un son à la réception d’un nouveau message.</string>
|
||||
<string name="pref_send_crash">Envoyer les rapports de plantage</string>
|
||||
<string name="pref_send_crash_summary">En envoyant des informations de débogage, vous contribuez au développement en cours de monocles_messenger</string>
|
||||
<string name="pref_send_crash_summary">En envoyant des informations de débogage, vous contribuez au développement en cours de monocles_chat</string>
|
||||
<string name="pref_confirm_messages">Confirmation de lecture</string>
|
||||
<string name="pref_confirm_messages_summary">Informe vos contacts quand vous avez reçu et lu leurs messages.</string>
|
||||
<string name="pref_ui_options">Interface</string>
|
||||
|
@ -160,7 +160,7 @@
|
|||
<string name="mgmt_account_delete_confirm_message">Si vous supprimez votre compte, l\'historique complet de vos conversations sera perdu.\n\nSi vous supprimez votre compte sur le serveur, votre compte sera entièrement supprimé, vous ne pourrez plus vous connecter jusqu\'à ce que vous ayez créé un nouveau compte.</string>
|
||||
<string name="attach_record_voice">Enregistrer un son</string>
|
||||
<string name="account_settings_jabber_id">Identifiant</string>
|
||||
<string name="account_settings_example_jabber_id">nomutilisateur@monocles_messenger</string>
|
||||
<string name="account_settings_example_jabber_id">nomutilisateur@monocles.de</string>
|
||||
<string name="password">Mot de passe</string>
|
||||
<string name="invalid_jid">Cet identifiant n\'est pas valide</string>
|
||||
<string name="error_out_of_memory">Plus de mémoire disponible. L’image est trop grande</string>
|
||||
|
@ -436,11 +436,11 @@
|
|||
<string name="pref_away_when_screen_off">Absent lorsque l\'appareil est verrouillé</string>
|
||||
<string name="pref_away_when_screen_off_summary">Votre statut est « Absent » lorsque votre appareil est verrouillé.</string>
|
||||
<string name="pref_dnd_on_silent_mode">Indisponible en mode silencieux</string>
|
||||
<string name="update_info">monocles_messenger est entrain de télécharger et d’installer la nouvelle version automatiquement.\n\nVeuillez patienter …</string>
|
||||
<string name="update_info">monocles_chat est entrain de télécharger et d’installer la nouvelle version automatiquement.\n\nVeuillez patienter …</string>
|
||||
<string name="pref_dnd_on_silent_mode_summary">Votre statut est « Ne pas déranger » lorsque votre appareil est en mode silencieux.</string>
|
||||
<string name="pref_treat_vibrate_as_silent">Mode vibreur idem silencieux</string>
|
||||
<string name="pref_treat_vibrate_as_dnd_summary">Votre statut est « Ne pas déranger » lorsque votre appareil est en mode vibreur.</string>
|
||||
<string name="hostname_example">monocles_messenger</string>
|
||||
<string name="hostname_example">monocles.de</string>
|
||||
<string name="action_add_account_with_certificate">Ajouter un compte avec certificat</string>
|
||||
<string name="unable_to_parse_certificate">Impossible d’analyser le certificat</string>
|
||||
<string name="authenticate_with_certificate">Laisser vide pour s’authentifier avec un certificat</string>
|
||||
|
@ -468,9 +468,9 @@
|
|||
<item quantity="other">%d messages</item>
|
||||
</plurals>
|
||||
<string name="load_more_messages">Charger plus de messages</string>
|
||||
<string name="no_storage_permission">monocles_messenger a besoin d\'accéder au stockage externe</string>
|
||||
<string name="no_storage_permission">monocles_chat a besoin d\'accéder au stockage externe</string>
|
||||
<string name="sync_with_contacts">Synchroniser avec les contacts</string>
|
||||
<string name="sync_with_contacts_long">monocles_messenger souhaite associer vos contacts XMPP avec les contacts de votre appareil, pour utiliser leur nom complet et leur avatar.\n\nmonocles_messenger va uniquement lire vos contacts et les associer localement, sans les envoyer au serveur XMPP.\n\nVotre appareil va maintenant vous demander la permission d’accéder à vos contacts.</string>
|
||||
<string name="sync_with_contacts_long">monocles_chat souhaite associer vos contacts XMPP avec les contacts de votre appareil, pour utiliser leur nom complet et leur avatar.\n\nmonocles_chat va uniquement lire vos contacts et les associer localement, sans les envoyer au serveur XMPP.\n\nVotre appareil va maintenant vous demander la permission d’accéder à vos contacts.</string>
|
||||
<string name="notify_on_all_messages">Notifier pour tous les messages</string>
|
||||
<string name="notify_only_when_highlighted">Notifier seulement en cas de mention</string>
|
||||
<string name="notify_never">Ne jamais notifier</string>
|
||||
|
@ -487,10 +487,10 @@
|
|||
<string name="always">Toujours</string>
|
||||
<string name="always_off">Toujours désactivé</string>
|
||||
<string name="battery_optimizations_enabled">Optimisations de batterie activées</string>
|
||||
<string name="battery_optimizations_enabled_explained">Votre appareil procède à l\'optimisation de la consommation d’énergie de monocles_messenger ce qui pourrait retarder les notifications ou mener à la perte de messages.\n\nIl est recommandé de la désactiver.</string>
|
||||
<string name="battery_optimizations_enabled_dialog">Votre appareil procède à l\'optimisation de la consommation d’énergie de monocles_messenger, ce qui pourrait retarder les notifications ou mener à la perte de messages.\n\nVous allez maintenant être invité à désactiver cette optimisation.</string>
|
||||
<string name="battery_optimizations_enabled_explained">Votre appareil procède à l\'optimisation de la consommation d’énergie de monocles_chat ce qui pourrait retarder les notifications ou mener à la perte de messages.\n\nIl est recommandé de la désactiver.</string>
|
||||
<string name="battery_optimizations_enabled_dialog">Votre appareil procède à l\'optimisation de la consommation d’énergie de monocles_chat, ce qui pourrait retarder les notifications ou mener à la perte de messages.\n\nVous allez maintenant être invité à désactiver cette optimisation.</string>
|
||||
<string name="install_from_unknown_sources_disabled">L’installation à partir de sources inconnues a été désactivée</string>
|
||||
<string name="install_from_unknown_sources_disabled_dialog">Votre appareil est configuré pour autoriser uniquement l\'installation d\'applications de Google Play Store, ce qui bloque la mise à jour automatique de monocles_messenger.\n\nAussi, il va vous être demandé maintenant d\'autoriser l\'installation d\'applications de \"sources inconnues\".</string>
|
||||
<string name="install_from_unknown_sources_disabled_dialog">Votre appareil est configuré pour autoriser uniquement l\'installation d\'applications de Google Play Store, ce qui bloque la mise à jour automatique de monocles_chat.\n\nAussi, il va vous être demandé maintenant d\'autoriser l\'installation d\'applications de \"sources inconnues\".</string>
|
||||
<string name="disable">Désactiver</string>
|
||||
<string name="cancel_update">Annuler la mise à jour ?</string>
|
||||
<string name="yes">Oui</string>
|
||||
|
@ -500,7 +500,7 @@
|
|||
<string name="correct_message">Corriger le message</string>
|
||||
<string name="send_corrected_message">Envoyer le message corrigé</string>
|
||||
<string name="no_keys_just_confirm">Vous faites déjà confiance à ce contact. En sélectionnant « Terminé » vous confirmerez seulement que %s est membre de cette conférence.</string>
|
||||
<string name="contacts_have_no_pgp_keys">monocles_messenger ne peut pas chiffrer vos messages car vos contacts ne communiquent pas leurs clefs publiques.\n\n</string>
|
||||
<string name="contacts_have_no_pgp_keys">monocles_chat ne peut pas chiffrer vos messages car vos contacts ne communiquent pas leurs clefs publiques.\n\n</string>
|
||||
<string name="this_account_is_disabled">Vous avez désactivé ce compte</string>
|
||||
<string name="no_application_to_share_uri">Aucune application trouvée pour partager l’URI</string>
|
||||
<string name="share_uri_with">Partager l’URI avec …</string>
|
||||
|
@ -536,11 +536,11 @@
|
|||
<string name="import_database">Importer une sauvegarde</string>
|
||||
<string name="invite_again">Inviter à nouveau</string>
|
||||
<string name="inviteUser_Subject">vous a invité via</string>
|
||||
<string name="InviteText">Bonjour,\n\nl\'utilisateur/trice %s vous invite sur monocles_messenger Cliquer simplement sur le lien suivant…</string>
|
||||
<string name="InviteText">Bonjour,\n\nl\'utilisateur/trice %s vous invite sur monocles_chat Cliquer simplement sur le lien suivant…</string>
|
||||
<string name="pref_broadcast_last_activity">Diffuser la dernière action utilisateur/trice</string>
|
||||
<string name="pref_broadcast_last_activity_summary">Informer vos contacts quand vous utilisez monocles_messenger</string>
|
||||
<string name="request_permissions_message">monocles_messenger vous demandera quelques permissions. Il est important que vous autorisiez toutes ces permissions afin de pouvoir utiliser toutes les fonctionnalités. Si vous refusez l\'une de ces permissions, l\'application se fermera d\'elle-même.</string>
|
||||
<string name="request_permissions_message_again">Vous avez refusé tout ou une partie des permissions requises pour monocles_messenger. Souhaitez-vous passer aux paramètres et autoriser ces permissions ? Si vous refusez l\'une de ces permissions, l\'application se fermera d\'elle-même.</string>
|
||||
<string name="pref_broadcast_last_activity_summary">Informer vos contacts quand vous utilisez monocles_chat</string>
|
||||
<string name="request_permissions_message">monocles_chat vous demandera quelques permissions. Il est important que vous autorisiez toutes ces permissions afin de pouvoir utiliser toutes les fonctionnalités. Si vous refusez l\'une de ces permissions, l\'application se fermera d\'elle-même.</string>
|
||||
<string name="request_permissions_message_again">Vous avez refusé tout ou une partie des permissions requises pour monocles_chat. Souhaitez-vous passer aux paramètres et autoriser ces permissions ? Si vous refusez l\'une de ces permissions, l\'application se fermera d\'elle-même.</string>
|
||||
<string name="unable_to_connect_to_keychain">Connexion à OpenKeychain impossible</string>
|
||||
<string name="this_device_is_no_longer_in_use">Cet appareil n\'est plus utilisé</string>
|
||||
<string name="please_wait">Veuillez patienter…</string>
|
||||
|
@ -568,8 +568,8 @@
|
|||
<string name="show_error_message">Afficher le message d’erreur</string>
|
||||
<string name="error_message">Message d\'erreur</string>
|
||||
<string name="data_saver_enabled">Économiseur de données activé</string>
|
||||
<string name="data_saver_enabled_explained">Votre système d’exploitation empêche monocles_messenger d’accéder à Internet lorsque l’application est en arrière-plan. Pour recevoir les notifications des nouveaux messages, vous devez autoriser monocles_messenger à accéder au réseau sans restriction quand l’Économiseur de données est activé.\n\nmonocles_messenger tentera de consommer le moins de données possible.</string>
|
||||
<string name="device_does_not_support_data_saver">Votre appareil ne prend pas en charge la désactivation de l’Économiseur de données pour monocles_messenger.</string>
|
||||
<string name="data_saver_enabled_explained">Votre système d’exploitation empêche monocles_chat d’accéder à Internet lorsque l’application est en arrière-plan. Pour recevoir les notifications des nouveaux messages, vous devez autoriser monocles_chat à accéder au réseau sans restriction quand l’Économiseur de données est activé.\n\nmonocles_chat tentera de consommer le moins de données possible.</string>
|
||||
<string name="device_does_not_support_data_saver">Votre appareil ne prend pas en charge la désactivation de l’Économiseur de données pour monocles_chat.</string>
|
||||
<string name="add_to_contact_list">Ajouter aux contacts</string>
|
||||
<string name="contact">Contact</string>
|
||||
<string name="unable_to_start_recording">Impossible de démarrer l’enregistrement</string>
|
||||
|
@ -673,9 +673,9 @@
|
|||
<string name="error_no_keys_to_trust_presence">Il n’y a aucune clef disponible pour ce contact.\nAssurez-vous d’avoir un abonnement de présence mutuelle.</string>
|
||||
<string name="mark_as_read">Marquer comme lu</string>
|
||||
<string name="server_info_partial">partiel</string>
|
||||
<string name="pref_show_foreground_service_summary">Certains appareils Android ferment des applications (comme monocles_messenger) après un certain temps et ainsi vous ne recevrez plus de nouveaux messages. Si vous rencontrez de tels problèmes, essayez d\'activer le service au premier plan. Mais gardez à l\'esprit que vous aurez une notification permanente avec cette option activée.</string>
|
||||
<string name="pref_show_foreground_service_summary">Certains appareils Android ferment des applications (comme monocles_chat) après un certain temps et ainsi vous ne recevrez plus de nouveaux messages. Si vous rencontrez de tels problèmes, essayez d\'activer le service au premier plan. Mais gardez à l\'esprit que vous aurez une notification permanente avec cette option activée.</string>
|
||||
<string name="pref_show_foreground_service">Utiliser le service au premier plan</string>
|
||||
<string name="update_service">service de mise à jour de monocles_messenger</string>
|
||||
<string name="update_service">service de mise à jour de monocles_chat</string>
|
||||
<string name="install_update">Installer la mise à jour ?</string>
|
||||
<string name="highlight_in_muc">Mettre en évidence l’utilisateur/trice</string>
|
||||
<string name="no_application_found_to_open_link">Aucune application disponible pour ouvrir le lien</string>
|
||||
|
@ -697,7 +697,7 @@
|
|||
<string name="no_write_access_in_public_muc">Vous ne participez pas à ce groupe de discussion et ne pouvez pas y écrire pour le moment.\nAllez SVP dans les détails du groupe en appuyant sur <b>OK</b> et envoyez un message privé au modérateur, administrateur ou propriétaire du groupe en appuyant longtemps sur son nom en haut de la liste pour lui demander l\'autorisation d\'écrire.</string>
|
||||
<string name="snooze">Silencer</string>
|
||||
<string name="huawei_protected_apps">Applications protégées</string>
|
||||
<string name="huawei_protected_apps_summary">Pour continuer à recevoir des notifications, même lorsque l\'écran est éteint, vous devez ajouter monocles_messenger à la liste des applications protégées.</string>
|
||||
<string name="huawei_protected_apps_summary">Pour continuer à recevoir des notifications, même lorsque l\'écran est éteint, vous devez ajouter monocles_chat à la liste des applications protégées.</string>
|
||||
<string name="pref_enable_multi_accounts_title">Activer les comptes multiples</string>
|
||||
<string name="pref_enable_multi_accounts_summary">Permet l\'utilisation de plusieurs comptes.</string>
|
||||
<string name="mtm_accept_cert">Accepter un certificat inconnu ?</string>
|
||||
|
@ -710,14 +710,14 @@
|
|||
<string name="qr_code_scanner_needs_access_to_camera">Le lecteur de QR code a besoin d’accéder à votre appareil photo</string>
|
||||
<string name="pref_scroll_to_bottom_summary">Aller en bas de la discussion une fois le message envoyé.</string>
|
||||
<string name="pref_scroll_to_bottom">Défiler vers le bas</string>
|
||||
<string name="no_camera_permission">monocles_messenger a besoin d’accéder à l\'appareil photo</string>
|
||||
<string name="no_camera_permission">monocles_chat a besoin d’accéder à l\'appareil photo</string>
|
||||
<string name="edit_status_message_title">Modifier votre message de statut</string>
|
||||
<string name="pref_automatically_delete_messages_description">Définir la durée de conservation des messages au-delà de laquelle ils seront automatiquement supprimés.</string>
|
||||
<string name="pref_automatically_delete_messages">Suppression automatique de messages</string>
|
||||
<string name="pref_automatically_delete_attachments_description">Supprimer automatiquement de cet appareil les pièces jointes plus anciennes que la durée de conservation des messages.</string>
|
||||
<string name="pref_automatically_delete_files">Suppression automatique des pièces jointes</string>
|
||||
<string name="disable_encryption">Désactiver le chiffrement</string>
|
||||
<string name="error_trustkey_general">monocles_messenger ne peut envoyer de messages chiffrés à %1$s. Il se peut que votre contact utilise soit un serveur ou un client ancien ne prenant pas en charge le chiffrement avec OMEMO.</string>
|
||||
<string name="error_trustkey_general">monocles_chat ne peut envoyer de messages chiffrés à %1$s. Il se peut que votre contact utilise soit un serveur ou un client ancien ne prenant pas en charge le chiffrement avec OMEMO.</string>
|
||||
<string name="error_trustkey_device_list">Impossible d’obtenir la liste des appareils</string>
|
||||
<string name="error_trustkey_bundle">Impossible d’obtenir la liste des appareils</string>
|
||||
<string name="error_trustkey_hint_mutual">Astuce : Dans certains cas ceci peut être résolu en s\'ajoutant mutuellement dans les listes de contacts.</string>
|
||||
|
@ -744,7 +744,7 @@
|
|||
<string name="large">Grande</string>
|
||||
<string name="create_shortcut">Créer un raccourci</string>
|
||||
<string name="not_encrypted_for_this_device">Le message n’a pas été chiffré pour cet appareil.</string>
|
||||
<string name="no_microphone_permission">monocles_messenger a besoin d’accéder au micro</string>
|
||||
<string name="no_microphone_permission">monocles_chat a besoin d’accéder au micro</string>
|
||||
<string name="search_messages">Rechercher des messages</string>
|
||||
<string name="gif">GIF</string>
|
||||
<string name="view_conversation">Afficher la conversation</string>
|
||||
|
@ -773,15 +773,15 @@
|
|||
<string name="delete_message">Supprimer le message</string>
|
||||
<string name="conference_destroyed">La conférence a été supprimée</string>
|
||||
<string name="no_application_found_to_view_contact">Aucune application permettant d’afficher ce contact n’a été trouvée</string>
|
||||
<string name="welcome_server_info">Nous vous recommandons d’utiliser monocles_messenger en tant que votre fournisseur.</string>
|
||||
<string name="no_location_permission">monocles_messenger a besoin d’accéder à la géolocalisation</string>
|
||||
<string name="welcome_server_info">Nous vous recommandons d’utiliser monocles_chat en tant que votre fournisseur.</string>
|
||||
<string name="no_location_permission">monocles_chat a besoin d’accéder à la géolocalisation</string>
|
||||
<string name="pref_show_record_voice_btn_summary">Affiche le bouton Enregistrement audio en tant qu’action rapide dans les conversations.</string>
|
||||
<string name="pref_show_record_voice_btn">Bouton Enregistrement audio</string>
|
||||
<string name="pref_use_quick_share_attachment_choice_summary">Remplacer le bouton Envoyer par le bouton Joindre si aucun message n\'est tapé. Sinon afficher le bouton d\'actions rapides qui peut être configuré comme suit.</string>
|
||||
<string name="pref_quick_share_attachment_choice">Choix des fichiers joints</string>
|
||||
<string name="unable_to_save_recording">Impossible de sauvegarder l’enregistrement</string>
|
||||
<string name="foreground_service_channel_name">Service au premier plan</string>
|
||||
<string name="foreground_service_channel_description">Cette catégorie de notifications est utilisée pour afficher une notification permanente indiquant que monocles_messenger est en cours d\'exécution.</string>
|
||||
<string name="foreground_service_channel_description">Cette catégorie de notifications est utilisée pour afficher une notification permanente indiquant que monocles_chat est en cours d\'exécution.</string>
|
||||
<string name="notification_group_status_information">Information du statut</string>
|
||||
<string name="error_channel_name">Problèmes de connexion</string>
|
||||
<string name="error_channel_description">Cette catégorie de notifications est utilisée pour afficher une notification en cas de problème de connexion à un compte.</string>
|
||||
|
@ -833,7 +833,7 @@
|
|||
<string name="open_with">Ouvrir avec…</string>
|
||||
<string name="server_info_adhoc_invite">XEP-0050 : Commandes ad-hoc : invitation utilisateur/trice</string>
|
||||
<string name="choose_account">Sélectionnez un compte</string>
|
||||
<string name="set_profile_picture">photo de profil monocles_messenger</string>
|
||||
<string name="set_profile_picture">photo de profil monocles_chat</string>
|
||||
<string name="restore_backup">Restaurer une sauvegarde</string>
|
||||
<string name="restore">Restaurer</string>
|
||||
<string name="enter_password_to_restore">Entrez votre mot de passe pour le compte %s afin de procéder à la restauration de la sauvegarde.</string>
|
||||
|
@ -897,7 +897,7 @@
|
|||
<string name="password_forgotten_title">Mot de passe oublié</string>
|
||||
<string name="password_forgotten_text">Vous avez oublié le mot de passe de votre compte ? Nous allons maintenant essayer d\'ouvrir le site Web d\'assistance de votre fournisseur.</string>
|
||||
<string name="set_settings_intro">Vous pouvez définir ici les paramètres de confidentialité selon vos besoins. Tous les paramètres peuvent aussi être modifiés plus tard.</string>
|
||||
<string name="pref_show_mappreview_inside_summary">Afficher les aperçus de cartes directement dans la discussion, une connexion au serveur monocles_messenger sera nécessaire.</string>
|
||||
<string name="pref_show_mappreview_inside_summary">Afficher les aperçus de cartes directement dans la discussion, une connexion au serveur monocles_chat sera nécessaire.</string>
|
||||
<string name="pref_show_mappreview_inside">Afficher les aperçus de géolocalisation</string>
|
||||
<string name="pref_use_internal_updater_summary">Vérifier les mises à jour de l\'application quotidiennement.</string>
|
||||
<string name="pref_use_internal_updater">Vérifier les mises à jour</string>
|
||||
|
@ -923,12 +923,12 @@
|
|||
<string name="action_unblock_participant">Débloquer le/la participant⸱e</string>
|
||||
<string name="action_block_participant">Bloquer le/la participant⸱e</string>
|
||||
<string name="share_backup_files">Partager la sauvegarde</string>
|
||||
<string name="conversations_backup">sauvegarder monocles_messenger</string>
|
||||
<string name="conversations_backup">sauvegarder monocles_chat</string>
|
||||
<string name="event">Événement</string>
|
||||
<string name="pref_vibrate_in_chat_summary">Vibrer à l\'arrivée d\'un nouveau message dans une discussion ouverte.</string>
|
||||
<string name="pref_vibrate_in_chat">Vibrer dans une discussion ouverte</string>
|
||||
<string name="open_backup">Ouvrir une sauvegarde</string>
|
||||
<string name="not_a_backup_file">Le fichier sélectionné n\'est pas une sauvegarde de monocles_messenger</string>
|
||||
<string name="not_a_backup_file">Le fichier sélectionné n\'est pas une sauvegarde de monocles_chat</string>
|
||||
<string name="account_already_setup">Ce compte a déjà été configuré</string>
|
||||
<string name="please_enter_password">Merci de saisir le mot de passe de ce compte</string>
|
||||
<string name="unable_to_perform_this_action">Impossible d\'effectuer cette action</string>
|
||||
|
@ -940,13 +940,13 @@
|
|||
<string name="pref_use_invidious_summary">Invidious est une alternative à Youtube et respecte la vie privée.</string>
|
||||
<string name="this_device">Cet appareil</string>
|
||||
<string name="intro_desc_main">En savoir plus…</string>
|
||||
<string name="welcome_header">Bienvenue sur\nmonocles_messenger</string>
|
||||
<string name="welcome_header">Bienvenue sur\nmonocles_chat</string>
|
||||
<string name="intro_required_permissions">Autorisations requises</string>
|
||||
<string name="intro_desc_required_permissions">À la fin de cette introduction il vous sera demandé d\'autoriser l\'accès au stockage (indispensable), si vous ne l\'avez pas déjà accordé. D\'autres permissions sont demandées au besoin et sont optionnelles.</string>
|
||||
<string name="intro_account">Votre compte</string>
|
||||
<string name="intro_desc_account">SI vous avez déjà un compte, connectez-vous en utilisant vos identifiant Jabber et mot de passe</string>
|
||||
<string name="intro_start_chatting">Commencer à chatter</string>
|
||||
<string name="intro_desc_start_chatting">Si vous avez autorisé l\'accès à vos contacts Android, les contacts Jabber trouvés sont automatiquement affichés dans monocles_messenger. Sinon, vous pouvez ajouter des identifiants Jabber manuellement.</string>
|
||||
<string name="intro_desc_start_chatting">Si vous avez autorisé l\'accès à vos contacts Android, les contacts Jabber trouvés sont automatiquement affichés dans monocles_chat. Sinon, vous pouvez ajouter des identifiants Jabber manuellement.</string>
|
||||
<string name="intro_desc_open_chat">Vous pouvez désormais commencer à chatter, partager des lieux, des fichiers, des vidéos et des images ou envoyer des messages vocaux.</string>
|
||||
<string name="intro_chat_details">Détails du chat</string>
|
||||
<string name="intro_desc_chat_details">Vous voulez voir les détails d\'un chat ? Il vous suffit d\'appuyer sur le nom du chat dans la barre de menu du haut.</string>
|
||||
|
@ -958,9 +958,9 @@
|
|||
<string name="show_intro_again">Les messages d\'introduction seront affichés à nouveau</string>
|
||||
<string name="show_intro_again_failed">La réactivation des messages d\'introduction a échoué. Ré-essayez…</string>
|
||||
<string name="intro_desc_whats_xmpp">XMPP, également appelé Jabber, est un réseau de communication décentralisé et fonctionne comme le courrier électronique. Vous avez besoin d\'une adresse appelée identifiant Jabber, d\'un mot de passe et d\'un messager. Nous reviendrons plus tard sur ce sujet.</string>
|
||||
<string name="intro_whats_xmpp">Qu\'est-ce que XMPP / Jabber / monocles_messenger ?</string>
|
||||
<string name="intro_whats_xmpp">Qu\'est-ce que XMPP / Jabber / monocles_chat ?</string>
|
||||
<string name="intro_desc_optional_permissions">Vous devez autoriser la lecture de votre carnet d\'adresses pour lire les identifiants Jabber de vos contacts (s\'ils en possèdent). Les contacts ne sont jamais partagés, téléchargés ou copiés.</string>
|
||||
<string name="intro_desc_account2">Vous pouvez créer un nouveau profile sur monocles_messenger en tapant votre surnom.</string>
|
||||
<string name="intro_desc_account2">Vous pouvez créer un nouveau profile sur monocles_chat en tapant votre surnom.</string>
|
||||
<string name="open_join_dialog">Rejoindre un canal public…</string>
|
||||
<string name="intro_optional_permissions">Permissions optionnelles</string>
|
||||
<string name="intro_desc_optional_permissions2">L\'accès à votre position est nécessaire si vous souhaitez la partager.\nPour envoyer des messages audio il est nécessaire d\'avoir accès à votre micro.</string>
|
||||
|
@ -968,7 +968,7 @@
|
|||
<string name="intro_desc_start_chatting2">Vous pouvez également ajouter, créer ou rejoindre des chats multi-utilisateurs/trices - appelés MUC. On distingue les chats de groupe privés et les chats de groupe publics, appelés canaux.</string>
|
||||
<string name="intro_desc_start_chatting3">Félicitations !\nC\'est parti et amusez-vous…</string>
|
||||
<string name="intro_privacy">Votre confidentialité\nVotre souveraineté</string>
|
||||
<string name="intro_desc_privacy">monocles_messenger ne vendra ni n\'analysera vos données et c\'est vous qui décidez des autorisations que vous accordez à l\'application.</string>
|
||||
<string name="intro_desc_privacy">monocles_chat ne vendra ni n\'analysera vos données et c\'est vous qui décidez des autorisations que vous accordez à l\'application.</string>
|
||||
<string name="no_results">Aucun résultat</string>
|
||||
<string name="file_transmission_cancelled">envoi du fichier annulée</string>
|
||||
<string name="sharing_application_not_grant_permission">La demande de partage n\'a pas permis d\'accéder à ce fichier.</string>
|
||||
|
@ -985,7 +985,7 @@
|
|||
<string name="ask_for_writeaccess">Veuillez demander un accès en écriture</string>
|
||||
<string name="pref_theme_blue">Bleu</string>
|
||||
<string name="pref_theme_orange">Orange</string>
|
||||
<string name="pref_theme_monocles">monocles_messenger</string>
|
||||
<string name="pref_theme_monocles">monocles_chat</string>
|
||||
<string name="pref_theme_grey">Gris</string>
|
||||
<string name="pref_theme_pink">Rose</string>
|
||||
<string name="pref_theme_black">Noir (AMOLED)</string>
|
||||
|
@ -1078,14 +1078,14 @@
|
|||
<string name="n_missed_calls_from_m_contacts">%1$d appels manqués de %2$d contacts</string>
|
||||
<string name="pref_invidious_host_summary">Utiliser un hôte Invidious</string>
|
||||
<string name="pref_invidious_host">Hôte Invidious</string>
|
||||
<string name="updated_to_monocles">Nous avons réussi à mettre à jour Pix-Art Messenger vers monocles_messenger\n\n\nLa coopération des deux projets monocles_messenger et Pix-Art Messenger a été renforcée en novembre 2020. À l\'avenir, l\'application Android Pix-Art Messenger continuera sous le nom monocles_messenger\n\nCe à quoi vous pouvez vous attendre :\n- La gamme de fonctions reste la même,\n- Les chats de support sont fusionnés,\n- Les couleurs et logos sont adaptés à monocles_messenger,\n- L\'application est toujours disponible gratuitement dans le Play Store Google et sur F-Droid.\n\n\nVotre équipe monocles_messenger</string>
|
||||
<string name="updated_to_monocles_google">Nous devons nous excuser de ne pas avoir pu mettre à jour directement vers monocles_messenger. Sous le lien suivant, vous recevrez des instructions sur la façon de transférer tous vos profils de Pix-Art Messenger vers monocles_messenger. En cliquant sur déplacer les données, nous essayons de déplacer tous les fichiers envoyés et reçus de Pix-Art Messenger vers monocles_messenger. Après une migration réussie, n\'oubliez pas de supprimer Pix-Art Messenger de votre appareil.</string>
|
||||
<string name="updated_to_monocles">Nous avons réussi à mettre à jour Pix-Art Messenger vers monocles_chat\n\n\nLa coopération des deux projets monocles_chat et Pix-Art Messenger a été renforcée en novembre 2020. À l\'avenir, l\'application Android Pix-Art Messenger continuera sous le nom monocles_chat\n\nCe à quoi vous pouvez vous attendre :\n- La gamme de fonctions reste la même,\n- Les chats de support sont fusionnés,\n- Les couleurs et logos sont adaptés à monocles_chat,\n- L\'application est toujours disponible gratuitement dans le Play Store Google et sur F-Droid.\n\n\nVotre équipe monocles_chat</string>
|
||||
<string name="updated_to_monocles_google">Nous devons nous excuser de ne pas avoir pu mettre à jour directement vers monocles_chat. Sous le lien suivant, vous recevrez des instructions sur la façon de transférer tous vos profils de Pix-Art Messenger vers monocles_chat. En cliquant sur déplacer les données, nous essayons de déplacer tous les fichiers envoyés et reçus de Pix-Art Messenger vers monocles_chat. Après une migration réussie, n\'oubliez pas de supprimer Pix-Art Messenger de votre appareil.</string>
|
||||
<string name="link">Lien</string>
|
||||
<string name="no_application_found">Aucune application trouvée</string>
|
||||
<string name="move_data">Déplacer les données</string>
|
||||
<string name="error_moving_data">Une erreur s\'est produite pendant le déplacement de vos anciennes données. Veuillez les déplacer manuellement.</string>
|
||||
<string name="data_successfully_moved">Vos données ont été déplacées avec succès.</string>
|
||||
<string name="invite_to_app">Inviter sur monocles_messenger</string>
|
||||
<string name="invite_to_app">Inviter sur monocles_chat</string>
|
||||
<string name="unable_to_parse_invite">Impossible d\'analyser l\'invitation</string>
|
||||
<string name="server_does_not_support_easy_onboarding_invites">Le serveur ne permet pas de générer d\'invitations</string>
|
||||
<string name="your_server">Votre fournisseur</string>
|
||||
|
@ -1118,11 +1118,11 @@
|
|||
<string name="videos">vidéos</string>
|
||||
<string name="files">fichiers</string>
|
||||
<string name="all_media_files">fichiers médias</string>
|
||||
<string name="memory_warning">monocles_messenger utilise %1$s (%2$s) de mémoire interne. \n\nVous pouvez activer la suppression automatique des pièces jointes ou supprimer manuellement les médias stockés.</string>
|
||||
<string name="memory_warning_force">monocles_messenger utilise %1$s (%2$s) de mémoire interne.\n\nVous devez activer la suppression automatique des pièces jointes ou supprimer manuellement les médias stockés. Votre appareil va se retrouver à court de mémoire !</string>
|
||||
<string name="memory_warning">monocles_chat utilise %1$s (%2$s) de mémoire interne. \n\nVous pouvez activer la suppression automatique des pièces jointes ou supprimer manuellement les médias stockés.</string>
|
||||
<string name="memory_warning_force">monocles_chat utilise %1$s (%2$s) de mémoire interne.\n\nVous devez activer la suppression automatique des pièces jointes ou supprimer manuellement les médias stockés. Votre appareil va se retrouver à court de mémoire !</string>
|
||||
<string name="open_settings">Ouvrir les paramètres</string>
|
||||
<string name="oldAndroidVersion">Ancienne version d\'Android</string>
|
||||
<string name="oldAndroidVersionMessage">Vous utilisez une ancienne version d\'Android qui ne sera plus prise en charge dans les futures mises à jour. À partir de la version 3.1.0 de monocles_messenger, seuls les appareils avec Android 5 ou supérieur sont pris en charge. Veuillez mettre à jour l\'OS de votre appareil.</string>
|
||||
<string name="oldAndroidVersionMessage">Vous utilisez une ancienne version d\'Android qui ne sera plus prise en charge dans les futures mises à jour. À partir de la version 3.1.0 de monocles_chat, seuls les appareils avec Android 5 ou supérieur sont pris en charge. Veuillez mettre à jour l\'OS de votre appareil.</string>
|
||||
<string name="save_x_file">Enregistrer %s</string>
|
||||
<string name="file_copied_to">Fichier copié vers %s</string>
|
||||
<string name="use_individual_notifications">Utiliser les notifications individuelles</string>
|
||||
|
|
|
@ -61,8 +61,8 @@
|
|||
<string name="unblock">Desbloquear</string>
|
||||
<string name="save">Gardar</string>
|
||||
<string name="ok">OK</string>
|
||||
<string name="crash_report_title">monocles_messenger pechouse</string>
|
||||
<string name="crash_report_message">Enviando volcados de pilas axudas ao desenrolo de monocles_messenger\n<b>Aviso:</b> Isto empregará a túa conta XMPP para enviar o volcado de pila ao desenrolador.</string>
|
||||
<string name="crash_report_title">monocles chat pechouse</string>
|
||||
<string name="crash_report_message">Enviando volcados de pilas axudas ao desenrolo de monocles chat\n<b>Aviso:</b> Isto empregará a túa conta XMPP para enviar o volcado de pila ao desenrolador.</string>
|
||||
<string name="send_now">Enviar agora</string>
|
||||
<string name="send_never">Non preguntar de novo</string>
|
||||
<string name="problem_connecting_to_account">Erro na conexión á conta</string>
|
||||
|
@ -93,7 +93,7 @@
|
|||
<string name="offering">ofrecendo…</string>
|
||||
<string name="waiting">agardando...</string>
|
||||
<string name="no_pgp_key">Clave OpenPGP non atopada</string>
|
||||
<string name="contact_has_no_pgp_key">monocles_messenger non foi quen de cifrar as túas mensaxes porque o teu contactos non está anunciando a súa clave pública.\n\n<small>Por favor, pídelle ao teu contacto que configure OpenPGP.</small></string>
|
||||
<string name="contact_has_no_pgp_key">monocles chat non foi quen de cifrar as túas mensaxes porque o teu contactos non está anunciando a súa clave pública.\n\n<small>Por favor, pídelle ao teu contacto que configure OpenPGP.</small></string>
|
||||
<string name="no_pgp_keys">Non se atoparon chaves OpenPGP</string>
|
||||
<string name="pref_general">Xeral</string>
|
||||
<string name="pref_accept_files_wifi">Aceptar arquivos con conexións WiFi</string>
|
||||
|
@ -111,7 +111,7 @@
|
|||
<string name="pref_sound">Ton de aviso</string>
|
||||
<string name="pref_sound_summary">Emitir son cando chegue unha nova mensaxe</string>
|
||||
<string name="pref_send_crash">Enviar reporte de erro</string>
|
||||
<string name="pref_send_crash_summary">Enviando os stack traces estás a axudar ao desenvolvemento continuo de monocles_messenger</string>
|
||||
<string name="pref_send_crash_summary">Enviando os stack traces estás a axudar ao desenvolvemento continuo de monocles chat</string>
|
||||
<string name="pref_confirm_messages">Confirmación de mensaxes</string>
|
||||
<string name="pref_confirm_messages_summary">Permitir aos seus contactos saber si recibeu e leu as súas mensaxes</string>
|
||||
<string name="pref_ui_options">Interface</string>
|
||||
|
@ -160,7 +160,7 @@
|
|||
<string name="mgmt_account_delete_confirm_message">Se borra a súa conta, todo o teu historial de conversacións locais perderase.\n\n-Si borra a súa conta do servidor, toda a súa conta borrarase tamén do servidor, non poderá volver entrar ata que rexistre una nova conta.</string>
|
||||
<string name="attach_record_voice">Grabar audio</string>
|
||||
<string name="account_settings_jabber_id">ID Jabber</string>
|
||||
<string name="account_settings_example_jabber_id">nome_de_usuario@monocles_messenger</string>
|
||||
<string name="account_settings_example_jabber_id">nome_de_usuario@monocles.de</string>
|
||||
<string name="password">Contrasinal</string>
|
||||
<string name="invalid_jid">O identificador non é un identificador de Jabber válido</string>
|
||||
<string name="error_out_of_memory">Exceso de memoria. A imaxe é demasiado grande</string>
|
||||
|
@ -436,11 +436,11 @@
|
|||
<string name="pref_away_when_screen_off">Ausente cando o dispositivo está bloqueado</string>
|
||||
<string name="pref_away_when_screen_off_summary">Marcar o seu recurso como ausente cando o dispositivo está bloqueado</string>
|
||||
<string name="pref_dnd_on_silent_mode">\"Non molestar\" en modo silencioso</string>
|
||||
<string name="update_info">monocles_messenger está a descargarse e instalando a nova versión automaticamente.\n\nPor favor, espere…</string>
|
||||
<string name="update_info">monocles chat está a descargarse e instalando a nova versión automaticamente.\n\nPor favor, espere…</string>
|
||||
<string name="pref_dnd_on_silent_mode_summary">Marca o seu recurso como \"Non molestar\" cando o dispositivo está en modo silencioso</string>
|
||||
<string name="pref_treat_vibrate_as_silent">Trata a vibración como modo silencioso</string>
|
||||
<string name="pref_treat_vibrate_as_dnd_summary">Marca o seu recurso como \"Non molestar\" cando o dispositivo está en modo vibración</string>
|
||||
<string name="hostname_example">monocles_messenger</string>
|
||||
<string name="hostname_example">monocles.de</string>
|
||||
<string name="action_add_account_with_certificate">Engadir conta con certificado</string>
|
||||
<string name="unable_to_parse_certificate">Non se puido procesar o certificado</string>
|
||||
<string name="authenticate_with_certificate">Deixar baldeiro autenticar con certificado</string>
|
||||
|
@ -468,9 +468,9 @@
|
|||
<item quantity="other">%d mensaxes</item>
|
||||
</plurals>
|
||||
<string name="load_more_messages">Cargar máis mensaxes</string>
|
||||
<string name="no_storage_permission">monocles_messenger necesita acceso ao almacenamento externo</string>
|
||||
<string name="no_storage_permission">monocles chat necesita acceso ao almacenamento externo</string>
|
||||
<string name="sync_with_contacts">Sincronice con todos os contactos</string>
|
||||
<string name="sync_with_contacts_long">monocles_messenger quere comparar a súa lista XMPP cos seus contactos para mostrar os seus nomes completos e avatares.\n\nmonocles_messenger só fará esta comprobación de xeito local sen subilos ao servidor.\n\nAgora pediráselle conceder permiso para acceder aos seus contactos.</string>
|
||||
<string name="sync_with_contacts_long">monocles chat quere comparar a súa lista XMPP cos seus contactos para mostrar os seus nomes completos e avatares.\n\nmonocles chat só fará esta comprobación de xeito local sen subilos ao servidor.\n\nAgora pediráselle conceder permiso para acceder aos seus contactos.</string>
|
||||
<string name="notify_on_all_messages">Notificar todas as mensaxes</string>
|
||||
<string name="notify_only_when_highlighted">Notificar só cando é mencionada</string>
|
||||
<string name="notify_never">Notificacións deshabilitadas</string>
|
||||
|
@ -487,8 +487,8 @@
|
|||
<string name="always">Sempre</string>
|
||||
<string name="always_off">Sempre apagado</string>
|
||||
<string name="battery_optimizations_enabled">Optimizacións de batería habilitadas</string>
|
||||
<string name="battery_optimizations_enabled_explained">O seu dispositivo está facendo unhas optimizacións de batería moi fortes en monocles_messenger que poderían facer que se retrasasen algunhas mensaxes ou incluso se perdesen.\nAgora pediráselle que se deshabiliten as mismas.</string>
|
||||
<string name="battery_optimizations_enabled_dialog">O seu dispositivo está facendo unhas optimizacións de batería moi fortes en monocles_messenger que poderían facer que se retrasasen algunhas mensaxes ou incluso se perdesen.\n\nAgora pediráselle que se deshabiliten as mismas.</string>
|
||||
<string name="battery_optimizations_enabled_explained">O seu dispositivo está facendo unhas optimizacións de batería moi fortes en monocles chat que poderían facer que se retrasasen algunhas mensaxes ou incluso se perdesen.\nAgora pediráselle que se deshabiliten as mismas.</string>
|
||||
<string name="battery_optimizations_enabled_dialog">O seu dispositivo está facendo unhas optimizacións de batería moi fortes en monocles chat que poderían facer que se retrasasen algunhas mensaxes ou incluso se perdesen.\n\nAgora pediráselle que se deshabiliten as mismas.</string>
|
||||
<string name="install_from_unknown_sources_disabled">Instalación desde fontes descoñecidas desactivada</string>
|
||||
<string name="install_from_unknown_sources_disabled_dialog">O seu dispositivo está configurado para non permitir a instalación de aplicacións desde fontes descoñecidas, excepto desde Google PlayStore. Isto causará problemas co actualizador da aplicación.\n\n Agora pediráselle que permita a instalación de aplicacións desde fontes descoñecidas.</string>
|
||||
<string name="disable">Deshabilitar</string>
|
||||
|
@ -500,7 +500,7 @@
|
|||
<string name="correct_message">Correxir mensaxe</string>
|
||||
<string name="send_corrected_message">Enviar mensaxe correxida</string>
|
||||
<string name="no_keys_just_confirm">Xa confia neste contacto. Ao seleccionar \'feito\' só está confirmando que %s é parte deste chat grupal.</string>
|
||||
<string name="contacts_have_no_pgp_keys">monocles_messenger non pode cifrar as túas mensaxes porque os teus contactos non anuncian as súas claves públicas.\n\n</string>
|
||||
<string name="contacts_have_no_pgp_keys">monocles chat non pode cifrar as túas mensaxes porque os teus contactos non anuncian as súas claves públicas.\n\n</string>
|
||||
<string name="this_account_is_disabled">Deshabilitou esta conta</string>
|
||||
<string name="no_application_to_share_uri">Non se atopou un aplicativo para compartir URI</string>
|
||||
<string name="share_uri_with">Compartir URI con...</string>
|
||||
|
@ -536,11 +536,11 @@
|
|||
<string name="import_database">Importar copia de seguridade</string>
|
||||
<string name="invite_again">Invitar de novo</string>
|
||||
<string name="inviteUser_Subject">convidoulle a través de</string>
|
||||
<string name="InviteText">Ola,\n\no usuario %s convidouche a monocles_messenger. Só tes que facer clic no seguinte enlace…</string>
|
||||
<string name="InviteText">Ola,\n\no usuario %s convidouche a monocles chat. Só tes que facer clic no seguinte enlace…</string>
|
||||
<string name="pref_broadcast_last_activity">Emitir a última interacción coa usuaria</string>
|
||||
<string name="pref_broadcast_last_activity_summary">Avisar a todo-los teus contactos cando use monocles_messenger</string>
|
||||
<string name="request_permissions_message">monocles_messenger pedirache que permitas algúns permisos. É importante que permitas todos estes permisos para utilizar todas as funcións deste mensaxeiro. Se denegas algún destes permisos, a aplicación pecharase soa.</string>
|
||||
<string name="request_permissions_message_again">Denegou algúns ou todos os permisos necesarios para monocles_messenger. Quere ir á configuración e permitir estes permisos? Se denega algún destes permisos, a aplicación pecharase soa.</string>
|
||||
<string name="pref_broadcast_last_activity_summary">Avisar a todo-los teus contactos cando use monocles chat</string>
|
||||
<string name="request_permissions_message">monocles chat pedirache que permitas algúns permisos. É importante que permitas todos estes permisos para utilizar todas as funcións deste mensaxeiro. Se denegas algún destes permisos, a aplicación pecharase soa.</string>
|
||||
<string name="request_permissions_message_again">Denegou algúns ou todos os permisos necesarios para monocles chat. Quere ir á configuración e permitir estes permisos? Se denega algún destes permisos, a aplicación pecharase soa.</string>
|
||||
<string name="unable_to_connect_to_keychain">Non se puido conectar con OpenKeychain</string>
|
||||
<string name="this_device_is_no_longer_in_use">Este dispositivo xa non está en uso</string>
|
||||
<string name="please_wait">Agarda, por favor…</string>
|
||||
|
@ -568,8 +568,8 @@
|
|||
<string name="show_error_message">Mostrar mensaxe do fallo</string>
|
||||
<string name="error_message">Mensaxe de erro</string>
|
||||
<string name="data_saver_enabled">Aforrador de datos habilitado</string>
|
||||
<string name="data_saver_enabled_explained">O seu sistema operativo está restrinxindo a monocles_messenger para acceder a internet cando está en segundo plano. Para recibir notificacións de novas mensaxes debería permitir a blbber.im acceso non restrinxido cando o aforro de datos está acendido.\n\nmonocles_messenger fará todo o posible para aforrar consumo de datos.</string>
|
||||
<string name="device_does_not_support_data_saver">O seu dispositivo non admite deshabilitar o aforro de datos para monocles_messenger.</string>
|
||||
<string name="data_saver_enabled_explained">O seu sistema operativo está restrinxindo a monocles chat para acceder a internet cando está en segundo plano. Para recibir notificacións de novas mensaxes debería permitir a blbber.im acceso non restrinxido cando o aforro de datos está acendido.\n\nmonocles chat fará todo o posible para aforrar consumo de datos.</string>
|
||||
<string name="device_does_not_support_data_saver">O seu dispositivo non admite deshabilitar o aforro de datos para monocles chat.</string>
|
||||
<string name="add_to_contact_list">Engadir a contactos</string>
|
||||
<string name="contact">Contacto</string>
|
||||
<string name="unable_to_start_recording">Non é posible comezar a gravación</string>
|
||||
|
@ -675,7 +675,7 @@
|
|||
<string name="server_info_partial">parcial</string>
|
||||
<string name="pref_show_foreground_service_summary">Algúns dispositivos Android pechan algunhas aplicacións despois dun período de tempo e non poderá recibir novas mensaxes. Se ten estes problemas, tente activar o servizo de primeiro plano. Pero teña en conta que terá unha notificación permanente con esta opción marcada.</string>
|
||||
<string name="pref_show_foreground_service">Utilizar o servizo de primeiro plano</string>
|
||||
<string name="update_service">servizo de actualización de monocles_messenger</string>
|
||||
<string name="update_service">servizo de actualización de monocles chat</string>
|
||||
<string name="install_update">¿Instalar a actualización?</string>
|
||||
<string name="highlight_in_muc">resaltar usuario</string>
|
||||
<string name="no_application_found_to_open_link">Non se atopou ningunha aplicación para abrir a ligazón</string>
|
||||
|
@ -697,7 +697,7 @@
|
|||
<string name="no_write_access_in_public_muc">Non está a participar neste chat de grupo e non ten acceso de escritura neste momento.\nPor favor, vaia aos detalles do chat de grupo pulsando <b>Aceptar</b> e envíe unha mensaxe privada a un moderador, administrador ou propietario facendo clic longo no nome dun dos membros na parte superior/frontal da lista para pedir acceso de escritura.</string>
|
||||
<string name="snooze">Suspender</string>
|
||||
<string name="huawei_protected_apps">Aplicacións protexidas</string>
|
||||
<string name="huawei_protected_apps_summary">Para seguir recibindo notificacións, mesmo cando a pantalla está apagada, tes que engadir monocles_messenger á lista de aplicacións protexidas.</string>
|
||||
<string name="huawei_protected_apps_summary">Para seguir recibindo notificacións, mesmo cando a pantalla está apagada, tes que engadir monocles chat á lista de aplicacións protexidas.</string>
|
||||
<string name="pref_enable_multi_accounts_title">Habilitar múltiples contas</string>
|
||||
<string name="pref_enable_multi_accounts_summary">Desexa utilizar varias contas?</string>
|
||||
<string name="mtm_accept_cert">Aceptar un certificado descoñecido?</string>
|
||||
|
@ -710,14 +710,14 @@
|
|||
<string name="qr_code_scanner_needs_access_to_camera">O escáner de códigos QR necesita acceso á cámara</string>
|
||||
<string name="pref_scroll_to_bottom_summary">Desprazarse cara abaixo despois de enviar unha mensaxe</string>
|
||||
<string name="pref_scroll_to_bottom">Desprazarse ata o final</string>
|
||||
<string name="no_camera_permission">monocles_messenger necesita acceso á cámara</string>
|
||||
<string name="no_camera_permission">monocles chat necesita acceso á cámara</string>
|
||||
<string name="edit_status_message_title">Editar mensaxe de estado</string>
|
||||
<string name="pref_automatically_delete_messages_description">Elimina automaticamente as mensaxes deste dispositivo que son máis antigos que o tempo configurado.</string>
|
||||
<string name="pref_automatically_delete_messages">Eliminación automática de mensaxes</string>
|
||||
<string name="pref_automatically_delete_attachments_description">Eliminar automaticamente os arquivos adxuntos deste dispositivo que sexan máis antigos que o prazo configurado.</string>
|
||||
<string name="pref_automatically_delete_files">Eliminación automática de arquivos adxuntos</string>
|
||||
<string name="disable_encryption">Desactivar a encriptación</string>
|
||||
<string name="error_trustkey_general">monocles_messenger non pode enviar mensaxes encriptados a %1$s. Isto pode deberse a que o seu contacto utiliza un servidor ou cliente obsoleto que non pode manexar OMEMO.</string>
|
||||
<string name="error_trustkey_general">monocles chat non pode enviar mensaxes encriptados a %1$s. Isto pode deberse a que o seu contacto utiliza un servidor ou cliente obsoleto que non pode manexar OMEMO.</string>
|
||||
<string name="error_trustkey_device_list">Non se pode obter a lista de dispositivos</string>
|
||||
<string name="error_trustkey_bundle">Non se poden recuperar os paquetes do dispositivo</string>
|
||||
<string name="error_trustkey_hint_mutual">Suxestión: Nalgúns casos isto pódese arranxar engadindo cada un as súas listas de contactos.</string>
|
||||
|
@ -744,7 +744,7 @@
|
|||
<string name="large">Grande</string>
|
||||
<string name="create_shortcut">Crear atallo</string>
|
||||
<string name="not_encrypted_for_this_device">A mensaxe non foi cifrado para este dispositivo.</string>
|
||||
<string name="no_microphone_permission">monocles_messenger necesita acceso ó micrófono</string>
|
||||
<string name="no_microphone_permission">monocles chat necesita acceso ó micrófono</string>
|
||||
<string name="search_messages">Buscar mensaxes</string>
|
||||
<string name="gif">GIF</string>
|
||||
<string name="view_conversation">Ver conversa</string>
|
||||
|
@ -773,15 +773,15 @@
|
|||
<string name="delete_message">Borrar mensaxe</string>
|
||||
<string name="conference_destroyed">Este chat de grupo foi destruído</string>
|
||||
<string name="no_application_found_to_view_contact">Non se atopou ningunha aplicación para ver este contacto</string>
|
||||
<string name="welcome_server_info">Recomendamos o uso de monocles_messenger como provedor.</string>
|
||||
<string name="no_location_permission">monocles_messenger necesita acceso a los servicios de localización</string>
|
||||
<string name="welcome_server_info">Recomendamos o uso de monocles chat como provedor.</string>
|
||||
<string name="no_location_permission">monocles_chat necesita acceso a los servicios de localización</string>
|
||||
<string name="pref_show_record_voice_btn_summary">Mostrar o botón de gravación de voz nos chats como acción rápida</string>
|
||||
<string name="pref_show_record_voice_btn">Mostrar o botón de gravación de voz</string>
|
||||
<string name="pref_use_quick_share_attachment_choice_summary">Substituír o botón de enviar pola opción de achegar se non se escribe ningunha mensaxe. En caso contrario, mostrar as accións rápidas, que se poden cofigurar na seguinte configuración.</string>
|
||||
<string name="pref_quick_share_attachment_choice">Selección de accesorios</string>
|
||||
<string name="unable_to_save_recording">Non se pode gardar a gravación</string>
|
||||
<string name="foreground_service_channel_name">Servizo en primeiro plano</string>
|
||||
<string name="foreground_service_channel_description">Esta categoría de notificación utilízase para mostrar unha notificación permanente que indica que monocles_messenger está a executarse.</string>
|
||||
<string name="foreground_service_channel_description">Esta categoría de notificación utilízase para mostrar unha notificación permanente que indica que monocles_chat está a executarse.</string>
|
||||
<string name="notification_group_status_information">Información de estado</string>
|
||||
<string name="error_channel_name">Problemas de conexión</string>
|
||||
<string name="error_channel_description">Esta categoría de notificación utilízase para mostrar unha notificación no caso de que haxa un problema de conexión a unha conta.</string>
|
||||
|
@ -833,7 +833,7 @@
|
|||
<string name="open_with">Abrir con…</string>
|
||||
<string name="server_info_adhoc_invite">XEP-0050: Comandos Ad-Hoc: invitación ao usuario</string>
|
||||
<string name="choose_account">Seleccionar conta</string>
|
||||
<string name="set_profile_picture">Foto de perfil de monocles_messenger</string>
|
||||
<string name="set_profile_picture">Foto de perfil de monocles_chat</string>
|
||||
<string name="restore_backup">Restaurar a copia de seguridade</string>
|
||||
<string name="restore">Restaurar</string>
|
||||
<string name="enter_password_to_restore">Introduza o contrasinal da conta %s para restaurar a copia de seguridade.</string>
|
||||
|
@ -897,7 +897,7 @@
|
|||
<string name="password_forgotten_title">Contrasinal esquecido</string>
|
||||
<string name="password_forgotten_text">Esqueceu o contrasinal da súa conta? Agora tentaremos abrir o sitio web de soporte do seu provedor.</string>
|
||||
<string name="set_settings_intro">Aquí podes establecer algúns axustes de privacidade importantes segundo as túas necesidades. Todos os axustes tamén poden ser modificados posteriormente.</string>
|
||||
<string name="pref_show_mappreview_inside_summary">Mostrar vistas previas de mapas directamente dentro da vista de chat, establecerase unha conexión co servidor monocles_messenger.</string>
|
||||
<string name="pref_show_mappreview_inside_summary">Mostrar vistas previas de mapas directamente dentro da vista de chat, establecerase unha conexión co servidor monocles_chat.</string>
|
||||
<string name="pref_show_mappreview_inside">Mostrar vistas previas dos lugares na conversa</string>
|
||||
<string name="pref_use_internal_updater_summary">Deixa que o mensaxeiro busque novas actualizacións da aplicación unha vez ao día</string>
|
||||
<string name="pref_use_internal_updater">Comprobar actualizacións</string>
|
||||
|
@ -923,12 +923,12 @@
|
|||
<string name="action_unblock_participant">Desbloquear participante</string>
|
||||
<string name="action_block_participant">Bloquear participante</string>
|
||||
<string name="share_backup_files">Compartir arquivos de copia de seguridade</string>
|
||||
<string name="conversations_backup">Copia de seguridade de monocles_messenger</string>
|
||||
<string name="conversations_backup">Copia de seguridade de monocles_chat</string>
|
||||
<string name="event">Evento</string>
|
||||
<string name="pref_vibrate_in_chat_summary">Vibrar cando chega unha nova mensaxe nun chat aberto</string>
|
||||
<string name="pref_vibrate_in_chat">Vibrar nun chat aberto</string>
|
||||
<string name="open_backup">Abrir copia de seguridade</string>
|
||||
<string name="not_a_backup_file">O arquivo seleccionado non é unha copia de seguridade de monocles_messenger</string>
|
||||
<string name="not_a_backup_file">O arquivo seleccionado non é unha copia de seguridade de monocles_chat</string>
|
||||
<string name="account_already_setup">Esta conta xa está configurada</string>
|
||||
<string name="please_enter_password">Por favor introduza a contrasinal para esta conta</string>
|
||||
<string name="unable_to_perform_this_action">Non se pode realizar esta acción</string>
|
||||
|
@ -940,7 +940,7 @@
|
|||
<string name="pref_use_invidious_summary">Invidious é unha alternativa a YouTube que respecta a privacidade</string>
|
||||
<string name="this_device">Este dispositivo</string>
|
||||
<string name="intro_desc_main">Saber máis…</string>
|
||||
<string name="welcome_header">Benvido a\n monocles_messenger</string>
|
||||
<string name="welcome_header">Benvido a\n monocles_chat</string>
|
||||
<string name="intro_required_permissions">Permisos necesarios</string>
|
||||
<string name="intro_desc_required_permissions">Ao final da introdución pediráselle que conceda permisos de almacenamento (obrigatorio), si non os concedeu xa. Os permisos adicionais solicítanse segundo sexa necesario e son opcionais.</string>
|
||||
<string name="intro_account">A súa conta</string>
|
||||
|
@ -958,9 +958,9 @@
|
|||
<string name="show_intro_again">As pantallas de introdución mostraranse de novo</string>
|
||||
<string name="show_intro_again_failed">O restablecemento das pantallas de introdución fallou. Ténteo de novo…</string>
|
||||
<string name="intro_desc_whats_xmpp">XMPP, tamén chamado Jabber, é unha rede de comunicación descentralizada e funciona como o correo electrónico. Necesítase unha dirección chamada Jabber-IDE, un contrasinal e un mensaxeiro. Máis adiante falarase disto.</string>
|
||||
<string name="intro_whats_xmpp">Que é XMPP / Jabber / monocles_messenger?</string>
|
||||
<string name="intro_whats_xmpp">Que é XMPP / Jabber / monocles_chat?</string>
|
||||
<string name="intro_desc_optional_permissions">Os permisos para ler o seu caderno de direccións son necesarios para ler as Jabber-IDs (si hainos) dos seus contactos. Os contactos nunca se comparten, cargan ou copian.</string>
|
||||
<string name="intro_desc_account2">Pode crear un novo perfil en monocles_messenger simplemente introducindo un alcume.</string>
|
||||
<string name="intro_desc_account2">Pode crear un novo perfil en monocles_chat simplemente introducindo un alcume.</string>
|
||||
<string name="open_join_dialog">Unirse á canle pública…</string>
|
||||
<string name="intro_optional_permissions">Permisos opcionais</string>
|
||||
<string name="intro_desc_optional_permissions2">Os permisos para a súa localización son necesarios si desexa compartir a súa localización.\nPara compartir mensaxes de voz é necesario obter permiso de acceso ao seu micrófono.</string>
|
||||
|
@ -968,7 +968,7 @@
|
|||
<string name="intro_desc_start_chatting2">Tamén pode engadir, crear ou unirse a conversas en grupo, os chamados MUC. Neles distínguese entre chats de grupo privados e chats de grupo públicos - as chamadas canles.</string>
|
||||
<string name="intro_desc_start_chatting3">Felicidades!\nVeña, a divertirse...</string>
|
||||
<string name="intro_privacy">A súa privacidade\nA súa soberanía</string>
|
||||
<string name="intro_desc_privacy">monocles_messenger non venderá nin analizará os seus datos e vostede decide que permisos concede.</string>
|
||||
<string name="intro_desc_privacy">monocles_chat non venderá nin analizará os seus datos e vostede decide que permisos concede.</string>
|
||||
<string name="no_results">Sen resultados</string>
|
||||
<string name="file_transmission_cancelled">cancelada a transmisión</string>
|
||||
<string name="sharing_application_not_grant_permission">A aplicación de compartición non concedeu permiso para acceder a este arquivo.</string>
|
||||
|
@ -985,7 +985,7 @@
|
|||
<string name="ask_for_writeaccess">Solicite permiso de escritura</string>
|
||||
<string name="pref_theme_blue">Azul</string>
|
||||
<string name="pref_theme_orange">Laranxa</string>
|
||||
<string name="pref_theme_monocles">monocles_messenger</string>
|
||||
<string name="pref_theme_monocles">monocles_chat</string>
|
||||
<string name="pref_theme_grey">Gris</string>
|
||||
<string name="pref_theme_pink">Rosa</string>
|
||||
<string name="pref_theme_black">Negro (AMOLED)</string>
|
||||
|
@ -1078,14 +1078,14 @@
|
|||
<string name="n_missed_calls_from_m_contacts">%1$d chamadas perdidas de %2$d contactos</string>
|
||||
<string name="pref_invidious_host_summary">Utilizar un servidor invidious personalizado</string>
|
||||
<string name="pref_invidious_host">Servidor invidious</string>
|
||||
<string name="updated_to_monocles">Actualizamos con éxito Pix-Art Messenger a monocles_messenger\n \nA cooperación dúas dous proxectos monocles_messenger e Pix-Art Messenger ampliouse en novembro de 2020. Non futuro, a aplicación para Android Pix-Art Messenger continuará baixo ou nome de monocles_messenger.\n\nOu que podes esperar:\n- A gama de funcións segue sendo a mesma\n- As salas de chat de apoio fusiónanse\n- As cores e vos logotipos adáptanse a monocles_messenger\n- A aplicación segue estando dispoñible de forma @gratuíto en Google Play Store e F-Droid Store\n\nOu seu equipo de monocles_messenger</string>
|
||||
<string name="updated_to_monocles_google">Temos que desculparnos por non poder actualizar directamente a monocles_messenger. No seguinte enlace recibirás as instrucións para transferir todos os teus perfís de Pix-Art Messenger a monocles_messenger. Ao facer clic en mover datos téntanse mover todos os arquivos enviados e recibidos de Pix-Art Messenger a monocles_messenger. Despois dunha migración exitosa ten en conta que debes eliminar Pix-Art Messenger do teu dispositivo.</string>
|
||||
<string name="updated_to_monocles">Actualizamos con éxito Pix-Art Messenger a monocles_chat\n \nA cooperación dúas dous proxectos monocles_chat e Pix-Art Messenger ampliouse en novembro de 2020. Non futuro, a aplicación para Android Pix-Art Messenger continuará baixo ou nome de monocles_chat.\n\nOu que podes esperar:\n- A gama de funcións segue sendo a mesma\n- As salas de chat de apoio fusiónanse\n- As cores e vos logotipos adáptanse a monocles_chat\n- A aplicación segue estando dispoñible de forma @gratuíto en Google Play Store e F-Droid Store\n\nOu seu equipo de monocles_chat</string>
|
||||
<string name="updated_to_monocles_google">Temos que desculparnos por non poder actualizar directamente a monocles_chat. No seguinte enlace recibirás as instrucións para transferir todos os teus perfís de Pix-Art Messenger a monocles_chat. Ao facer clic en mover datos téntanse mover todos os arquivos enviados e recibidos de Pix-Art Messenger a monocles_chat. Despois dunha migración exitosa ten en conta que debes eliminar Pix-Art Messenger do teu dispositivo.</string>
|
||||
<string name="link">Enlace web</string>
|
||||
<string name="no_application_found">Non se atopou ningunha aplicación</string>
|
||||
<string name="move_data">Mover datos</string>
|
||||
<string name="error_moving_data">Produciuse un erro ao mover os datos antigos. Por favor, móvaos manualmente.</string>
|
||||
<string name="data_successfully_moved">Os seus datos foron movidos con éxito.</string>
|
||||
<string name="invite_to_app">Convidar a monocles_messenger</string>
|
||||
<string name="invite_to_app">Convidar a monocles_chat</string>
|
||||
<string name="unable_to_parse_invite">Non se pode procesar a invitación</string>
|
||||
<string name="server_does_not_support_easy_onboarding_invites">O servidor non admite a xeración de invitacións</string>
|
||||
<string name="your_server">O seu provedor</string>
|
||||
|
@ -1120,7 +1120,7 @@
|
|||
<string name="all_media_files">ficheiros multimedia</string>
|
||||
<string name="open_settings">Abrir axustes</string>
|
||||
<string name="oldAndroidVersion">Versión antiga de Android</string>
|
||||
<string name="oldAndroidVersionMessage">Está a utilizar unha versión antiga de Android que xa non será soportada en futuras actualizacións. A partir da versión 3.1.0 de monocles_messenger só admítense dispositivos con Android 5 ou superior. Por favor, actualice o firmware do teu dispositivo.</string>
|
||||
<string name="oldAndroidVersionMessage">Está a utilizar unha versión antiga de Android que xa non será soportada en futuras actualizacións. A partir da versión 3.1.0 de monocles_chat só admítense dispositivos con Android 5 ou superior. Por favor, actualice o firmware do teu dispositivo.</string>
|
||||
<string name="save_x_file">Gardar %s</string>
|
||||
<string name="file_copied_to">Arquivo copiado en %s</string>
|
||||
<string name="use_individual_notifications">Utilizar notificacións individuais</string>
|
||||
|
|
|
@ -61,8 +61,8 @@
|
|||
<string name="unblock">Sblocca</string>
|
||||
<string name="save">Salva</string>
|
||||
<string name="ok">OK</string>
|
||||
<string name="crash_report_title">monocles_messenger si è chiuso inaspettatamente</string>
|
||||
<string name="crash_report_message">Se scegli di inviare una segnalazione dell’errore aiuterai lo sviluppo di monocles_messenger\n<b>Attenzione:</b> Questo utilizzerà il tuo account XMPP per inviare la segnalazione agli sviluppatori.</string>
|
||||
<string name="crash_report_title">monocles chat si è chiuso inaspettatamente</string>
|
||||
<string name="crash_report_message">Se scegli di inviare una segnalazione dell’errore aiuterai lo sviluppo di monocles chat\n<b>Attenzione:</b> Questo utilizzerà il tuo account XMPP per inviare la segnalazione agli sviluppatori.</string>
|
||||
<string name="send_now">Invia adesso</string>
|
||||
<string name="send_never">Non chiedere più</string>
|
||||
<string name="problem_connecting_to_account">Impossibile collegarsi tramite questo utente</string>
|
||||
|
@ -93,7 +93,7 @@
|
|||
<string name="offering">offrendo…</string>
|
||||
<string name="waiting">in attesa…</string>
|
||||
<string name="no_pgp_key">Nessuna chiave OpenPGP trovata</string>
|
||||
<string name="contact_has_no_pgp_key">monocles_messenger non è in grado di cifrare i tuoi messaggi perché il contatto non sta annunciando la sua chiave pubblica.\n\n<small>Per favore chiedi al tuo contatto di configurare OpenPGP.</small></string>
|
||||
<string name="contact_has_no_pgp_key">monocles_chat non è in grado di cifrare i tuoi messaggi perché il contatto non sta annunciando la sua chiave pubblica.\n\n<small>Per favore chiedi al tuo contatto di configurare OpenPGP.</small></string>
|
||||
<string name="no_pgp_keys">Nessuna chiave OpenPGP trovata</string>
|
||||
<string name="pref_general">Generale</string>
|
||||
<string name="pref_accept_files_wifi">Accetta files con connessioni WiFi</string>
|
||||
|
@ -111,7 +111,7 @@
|
|||
<string name="pref_sound">Suono di notifica</string>
|
||||
<string name="pref_sound_summary">Esegui un suono quando arriva un nuovo messaggio</string>
|
||||
<string name="pref_send_crash">Invia riepiloghi dei problemi</string>
|
||||
<string name="pref_send_crash_summary">Inviando queste tracce aiuti lo sviluppo di monocles_messenger</string>
|
||||
<string name="pref_send_crash_summary">Inviando queste tracce aiuti lo sviluppo di monocles_chat</string>
|
||||
<string name="pref_confirm_messages">Conferma messaggi</string>
|
||||
<string name="pref_confirm_messages_summary">Fai sapere ai tuoi contatti quando hai ricevuto e letto i loro messaggi</string>
|
||||
<string name="pref_ui_options">Interfaccia utente</string>
|
||||
|
@ -160,7 +160,7 @@
|
|||
<string name="mgmt_account_delete_confirm_message">Se elimini il tuo account, la tua cronologia locale delle conversazioni sarà persa.\n\nSe elimini l\'account dal server, tutto il tuo account sarà eliminato anche dal server, e non sarai in grado di accedere più finchè non registrerai un nuovo account.</string>
|
||||
<string name="attach_record_voice">Registra la voce</string>
|
||||
<string name="account_settings_jabber_id">ID Jabber</string>
|
||||
<string name="account_settings_example_jabber_id">nomeutente@monocles_messenger</string>
|
||||
<string name="account_settings_example_jabber_id">nomeutente@monocles.de</string>
|
||||
<string name="password">Password</string>
|
||||
<string name="invalid_jid">Questo non è un ID Jabber valido</string>
|
||||
<string name="error_out_of_memory">Memoria esaurita. L’immagine è tropppo grande</string>
|
||||
|
@ -436,11 +436,11 @@
|
|||
<string name="pref_away_when_screen_off">Non disponibile quando il dispositivo è bloccato</string>
|
||||
<string name="pref_away_when_screen_off_summary">Imposta la tua risorsa come non disponibile quando il dispositivo è bloccato</string>
|
||||
<string name="pref_dnd_on_silent_mode">\"Non disturbare\" in modalità silenziosa</string>
|
||||
<string name="update_info">monocles_messenger sta scaricando e installando la nuova versione automaticamente.\n\nAttendere prego…</string>
|
||||
<string name="update_info">monocles_chat sta scaricando e installando la nuova versione automaticamente.\n\nAttendere prego…</string>
|
||||
<string name="pref_dnd_on_silent_mode_summary">Segna la tua risorsa come \"Non disturbare\" quando il dispositivo è in modalità silenziosa</string>
|
||||
<string name="pref_treat_vibrate_as_silent">Tratta vibrazione come modalità silenziosa</string>
|
||||
<string name="pref_treat_vibrate_as_dnd_summary">Segna la tua risorsa come \"Non disturbare\" quando il dispositivo ha solo la vibrazione</string>
|
||||
<string name="hostname_example">monocles_messenger</string>
|
||||
<string name="hostname_example">monocles.de</string>
|
||||
<string name="action_add_account_with_certificate">Aggiungi account con certificato</string>
|
||||
<string name="unable_to_parse_certificate">Impossibile analizzare il certificato</string>
|
||||
<string name="authenticate_with_certificate">Lasciare vuoto per autenticarsi con certificato</string>
|
||||
|
@ -468,9 +468,9 @@
|
|||
<item quantity="other">%d messaggi</item>
|
||||
</plurals>
|
||||
<string name="load_more_messages">Carica altri messaggi</string>
|
||||
<string name="no_storage_permission">monocles_messenger richiede il permesso di archiviazione</string>
|
||||
<string name="no_storage_permission">monocles_chat richiede il permesso di archiviazione</string>
|
||||
<string name="sync_with_contacts">Sincronizza con i contatti</string>
|
||||
<string name="sync_with_contacts_long">monocles_messenger vuole confrontare il tuo roster XMPP con i tuoi contatti per mostrare i loro nomi e le immagini di profilo.\n\nmonocles_messenger leggerà solamente i contatti e li confronterà localmente senza caricarli sul server.\n\nTi verrà ora chiesto il permesso di accedere ai tuoi contatti.</string>
|
||||
<string name="sync_with_contacts_long">monocles_chat vuole confrontare il tuo roster XMPP con i tuoi contatti per mostrare i loro nomi e le immagini di profilo.\n\nmonocles_chat leggerà solamente i contatti e li confronterà localmente senza caricarli sul server.\n\nTi verrà ora chiesto il permesso di accedere ai tuoi contatti.</string>
|
||||
<string name="notify_on_all_messages">Notifica per tutti i messaggi</string>
|
||||
<string name="notify_only_when_highlighted">Notifica solo quando menzionato</string>
|
||||
<string name="notify_never">Notifiche disabilitate</string>
|
||||
|
@ -487,8 +487,8 @@
|
|||
<string name="always">Sempre</string>
|
||||
<string name="always_off">Sempre disattivato</string>
|
||||
<string name="battery_optimizations_enabled">Ottimizzazioni batteria abilitate</string>
|
||||
<string name="battery_optimizations_enabled_explained">Il tuo dispositivo sta facendo delle ingenti ottimizzazioni della batteria per monocles_messenger che potrebbero portare ritardi alle notifiche o anche perdita di messaggi.\nSi consiglia di disabilitarle.</string>
|
||||
<string name="battery_optimizations_enabled_dialog">Il dispositivo sta facendo alcune pesanti ottimizzazioni di batteria su monocles_messenger che potrebbero portare a ritardi nelle notifiche o anche a perdite di messaggi.\n\nOra ti verrà chiesto di disabilitare queste ottimizzazioni.</string>
|
||||
<string name="battery_optimizations_enabled_explained">Il tuo dispositivo sta facendo delle ingenti ottimizzazioni della batteria per monocles_chat che potrebbero portare ritardi alle notifiche o anche perdita di messaggi.\nSi consiglia di disabilitarle.</string>
|
||||
<string name="battery_optimizations_enabled_dialog">Il dispositivo sta facendo alcune pesanti ottimizzazioni di batteria su monocles_chat che potrebbero portare a ritardi nelle notifiche o anche a perdite di messaggi.\n\nOra ti verrà chiesto di disabilitare queste ottimizzazioni.</string>
|
||||
<string name="install_from_unknown_sources_disabled">L\'installazione da sorgenti sconosciute è disabilitata</string>
|
||||
<string name="install_from_unknown_sources_disabled_dialog">Il tuo dispositivo è configurato per non consentire installazioni da origini sconosciute ad eccezione di Google PlayStorr. Questo può causare problemi con il nostro servizio di aggiornamento.\n\nOra ti sarà chiesto di consentire l\'installazione da origini sconosciute.</string>
|
||||
<string name="disable">Disabilita</string>
|
||||
|
@ -500,7 +500,7 @@
|
|||
<string name="correct_message">Correggi messaggio</string>
|
||||
<string name="send_corrected_message">Invia messaggio corretto</string>
|
||||
<string name="no_keys_just_confirm">Ti fidi già di questo contatto. Selezionando \'fatto\' stai solo confermando che %s fa parte di questa conversazione di gruppo.</string>
|
||||
<string name="contacts_have_no_pgp_keys">monocles_messenger non è in grado di criptare i tuoi messaggi perchè i tuoi contatti non stanno annunciando le loro chiavi pubbliche.\n\n</string>
|
||||
<string name="contacts_have_no_pgp_keys">monocles_chat non è in grado di criptare i tuoi messaggi perchè i tuoi contatti non stanno annunciando le loro chiavi pubbliche.\n\n</string>
|
||||
<string name="this_account_is_disabled">Hai disabilitato questo account</string>
|
||||
<string name="no_application_to_share_uri">Nessuna applicazione trovata per condividere l\'URI</string>
|
||||
<string name="share_uri_with">Condividi l\'URI con...</string>
|
||||
|
@ -536,11 +536,11 @@
|
|||
<string name="import_database">Importa backup</string>
|
||||
<string name="invite_again">Invita di nuovo</string>
|
||||
<string name="inviteUser_Subject">ti ha invitato via</string>
|
||||
<string name="InviteText">Ciao,\n\nl\'utente %s ti ha invitato/a su monocles_messenger. Premi il seguente collegamento…</string>
|
||||
<string name="InviteText">Ciao,\n\nl\'utente %s ti ha invitato/a su monocles_chat. Premi il seguente collegamento…</string>
|
||||
<string name="pref_broadcast_last_activity">Trasmetti ultima interazione utente</string>
|
||||
<string name="pref_broadcast_last_activity_summary">Fai sapere a tutti i tuoi contatti quando usi monocles_messenger</string>
|
||||
<string name="request_permissions_message">monocles_messenger ti chiederà di concedere solo poche autorizzazioni. È importante che tu permetta tutte queste richieste per utilizzare tutte le funzionalità di questa app. Se neghi alcune di queste l\'app si chiuderà da sola.</string>
|
||||
<string name="request_permissions_message_again">Hai negato alcune o tutte le autorizzazioni richieste da monocles_messenger. Vuoi andare nelle impostazioni e concedere questi permessi? Se neghi qualsiasi di queste autorizzazioni, l\'app si chiuderà da sola.</string>
|
||||
<string name="pref_broadcast_last_activity_summary">Fai sapere a tutti i tuoi contatti quando usi monocles_chat</string>
|
||||
<string name="request_permissions_message">monocles_chat ti chiederà di concedere solo poche autorizzazioni. È importante che tu permetta tutte queste richieste per utilizzare tutte le funzionalità di questa app. Se neghi alcune di queste l\'app si chiuderà da sola.</string>
|
||||
<string name="request_permissions_message_again">Hai negato alcune o tutte le autorizzazioni richieste da monocles_chat. Vuoi andare nelle impostazioni e concedere questi permessi? Se neghi qualsiasi di queste autorizzazioni, l\'app si chiuderà da sola.</string>
|
||||
<string name="unable_to_connect_to_keychain">Impossibile connettersi a OpenKeychain</string>
|
||||
<string name="this_device_is_no_longer_in_use">Questo dispositivo non è più in uso</string>
|
||||
<string name="please_wait">Attendere prego…</string>
|
||||
|
@ -568,8 +568,8 @@
|
|||
<string name="show_error_message">Mostra messaggio di errore</string>
|
||||
<string name="error_message">Messaggio di errore</string>
|
||||
<string name="data_saver_enabled">Risparmio dati attivato</string>
|
||||
<string name="data_saver_enabled_explained">Il tuo sistema operativo sta limitando l\'accesso internet a monocles_messenger quando è in background. Per ricevere le notifiche di nuovi messaggi dovresti consentire l\'accesso senza limiti a monocles_messenger quando il Risparmio dati è attivo.\n\nmonocles_messenger cercherà comunque di risparmiare dati quando possibile.</string>
|
||||
<string name="device_does_not_support_data_saver">Il tuo dispositivo non supporta la disattivazione del Risparmio dati per monocles_messenger.</string>
|
||||
<string name="data_saver_enabled_explained">Il tuo sistema operativo sta limitando l\'accesso internet a monocles_chat quando è in background. Per ricevere le notifiche di nuovi messaggi dovresti consentire l\'accesso senza limiti a monocles_chat quando il Risparmio dati è attivo.\n\nmonocles_chat cercherà comunque di risparmiare dati quando possibile.</string>
|
||||
<string name="device_does_not_support_data_saver">Il tuo dispositivo non supporta la disattivazione del Risparmio dati per monocles_chat.</string>
|
||||
<string name="add_to_contact_list">Aggiungi alla lista contatti</string>
|
||||
<string name="contact">Contatto</string>
|
||||
<string name="unable_to_start_recording">Impossibile avviare la registrazione</string>
|
||||
|
@ -675,7 +675,7 @@
|
|||
<string name="server_info_partial">parziale</string>
|
||||
<string name="pref_show_foreground_service_summary">Alcuni dispositivi Android terminano alcune applicazioni dopo un certo periodo di tempo e non sarai in grado di ricevere nuovi messaggi. Se hai questi problemi, prova ad attivare il servizio in primo piano. Tieni conto che avrai una notifica permanente con questa opzione attiva.</string>
|
||||
<string name="pref_show_foreground_service">Usa servizio in primo piano</string>
|
||||
<string name="update_service">Servizio di aggiornamento di monocles_messenger</string>
|
||||
<string name="update_service">Servizio di aggiornamento di monocles_chat</string>
|
||||
<string name="install_update">Installare l\'aggiornamento?</string>
|
||||
<string name="highlight_in_muc">evidenzia utente</string>
|
||||
<string name="no_application_found_to_open_link">Nessuna applicazione trovata per aprire il collegamento</string>
|
||||
|
@ -697,7 +697,7 @@
|
|||
<string name="no_write_access_in_public_muc">Non stai partecipando a questa conversazione di gruppo e non hai accesso in scrittura al momento.\nPer favore vai ai dettagli della conversazione di gruppo premendo <b>OK</b> ed invia un messaggio privato al moderatore, amministratore o proprietario tenendo premuto sul nome di uno dei primi nomi dei membri in cima alla lista e chiedi l\'accesso in scrittura.</string>
|
||||
<string name="snooze">Posponi</string>
|
||||
<string name="huawei_protected_apps">App Protette</string>
|
||||
<string name="huawei_protected_apps_summary">Per continuare a ricevere notifiche, anche quando lo schermo è spento, è necessario inserire monocles_messenger alla lista delle app protette.</string>
|
||||
<string name="huawei_protected_apps_summary">Per continuare a ricevere notifiche, anche quando lo schermo è spento, è necessario inserire monocles_chat alla lista delle app protette.</string>
|
||||
<string name="pref_enable_multi_accounts_title">Abilita account multipli</string>
|
||||
<string name="pref_enable_multi_accounts_summary">Vuoi utilizzare account multipli?</string>
|
||||
<string name="mtm_accept_cert">Accettare Certificato Sconosciuto?</string>
|
||||
|
@ -710,14 +710,14 @@
|
|||
<string name="qr_code_scanner_needs_access_to_camera">Lo scanner di codici QR richiede l\'accesso alla fotocamera</string>
|
||||
<string name="pref_scroll_to_bottom_summary">Scorri giù dopo aver inviato un messaggio</string>
|
||||
<string name="pref_scroll_to_bottom">Scorri in fondo</string>
|
||||
<string name="no_camera_permission">monocles_messenger ha bisogno di accedere alla fotocamera</string>
|
||||
<string name="no_camera_permission">monocles_chat ha bisogno di accedere alla fotocamera</string>
|
||||
<string name="edit_status_message_title">Modifica Messaggio di Stato</string>
|
||||
<string name="pref_automatically_delete_messages_description">Elimina automaticamente da questo dispositivo i messaggi più vecchi del lasso di tempo configurato.</string>
|
||||
<string name="pref_automatically_delete_messages">Eliminazione automatica dei messaggi</string>
|
||||
<string name="pref_automatically_delete_attachments_description">Elimina automaticamente da questo dispositivo gli allegati più vecchi del lasso di tempo configurato.</string>
|
||||
<string name="pref_automatically_delete_files">Eliminazione automatica degli allegati</string>
|
||||
<string name="disable_encryption">Disabilita crittografia</string>
|
||||
<string name="error_trustkey_general">monocles_messenger non è in grado di inviare messaggi criptati a %1$s. Questo può essere causato dal tuo contatto che utilizza un server non aggiornato o da un client che non gestisce OMEMO.</string>
|
||||
<string name="error_trustkey_general">monocles_chat non è in grado di inviare messaggi criptati a %1$s. Questo può essere causato dal tuo contatto che utilizza un server non aggiornato o da un client che non gestisce OMEMO.</string>
|
||||
<string name="error_trustkey_device_list">Impossibile ottenere l\'elenco dei dispositivi</string>
|
||||
<string name="error_trustkey_bundle">Impossibile recuperare i pacchetti di dispositivi</string>
|
||||
<string name="error_trustkey_hint_mutual">Suggerimento: In alcuni casi questo può essere risolto aggiungendosi a vicenda nelle liste dei contatti.</string>
|
||||
|
@ -744,7 +744,7 @@
|
|||
<string name="large">Grande</string>
|
||||
<string name="create_shortcut">Crea Scorciatoia</string>
|
||||
<string name="not_encrypted_for_this_device">Il messaggio non è stato criptato per questo dispositivo.</string>
|
||||
<string name="no_microphone_permission">monocles_messenger ha bisogno di accedere al microfono</string>
|
||||
<string name="no_microphone_permission">monocles_chat ha bisogno di accedere al microfono</string>
|
||||
<string name="search_messages">Cerca messaggi</string>
|
||||
<string name="gif">GIF</string>
|
||||
<string name="view_conversation">Visualizza conversazione</string>
|
||||
|
@ -773,15 +773,15 @@
|
|||
<string name="delete_message">Elimina messaggio</string>
|
||||
<string name="conference_destroyed">Questa conversazione di gruppo è stata distrutta</string>
|
||||
<string name="no_application_found_to_view_contact">Nessuna applicazione trovata per la visualizzazione di questo contatto</string>
|
||||
<string name="welcome_server_info">Consigliamo di utilizzare monocles_messenger come tuo fornitore.</string>
|
||||
<string name="no_location_permission">monocles_messenger ha bisogno di accedere ai servizi di posizione</string>
|
||||
<string name="welcome_server_info">Consigliamo di utilizzare monocles_chat come tuo fornitore.</string>
|
||||
<string name="no_location_permission">monocles_chat ha bisogno di accedere ai servizi di posizione</string>
|
||||
<string name="pref_show_record_voice_btn_summary">Mostra pulsante di registrazione vocale nelle conversazioni come scelta rapida</string>
|
||||
<string name="pref_show_record_voice_btn">Mostra pulsante di registrazione vocale</string>
|
||||
<string name="pref_use_quick_share_attachment_choice_summary">Sostituisci il pulsante di invio con quello della scelta dell\'allegato se non è stato scritto nulla. Altrimenti mostra scelte rapide, che possono essere configurate nelle prossime impostazioni.</string>
|
||||
<string name="pref_quick_share_attachment_choice">Scelta dell\'allegato</string>
|
||||
<string name="unable_to_save_recording">Impossibile salvare la registrazione</string>
|
||||
<string name="foreground_service_channel_name">Servizio in primo piano</string>
|
||||
<string name="foreground_service_channel_description">Questa categoria di notifiche è utilizzata per mostrare una notifica permanente indicando che monocles_messenger è in esecuzione.</string>
|
||||
<string name="foreground_service_channel_description">Questa categoria di notifiche è utilizzata per mostrare una notifica permanente indicando che monocles_chat è in esecuzione.</string>
|
||||
<string name="notification_group_status_information">Informazioni di Stato</string>
|
||||
<string name="error_channel_name">Problemi di Connettività</string>
|
||||
<string name="error_channel_description">Questa categoria di notifiche è utilizzata per mostrare una notifica nel caso ci sia un problema di connessione ad un account.</string>
|
||||
|
@ -833,7 +833,7 @@
|
|||
<string name="open_with">Apri con…</string>
|
||||
<string name="server_info_adhoc_invite">XEP-0050: Comandi Ad-Hoc: invito utente</string>
|
||||
<string name="choose_account">Scegli account</string>
|
||||
<string name="set_profile_picture">Immagine di profilo di monocles_messenger</string>
|
||||
<string name="set_profile_picture">Immagine di profilo di monocles_chat</string>
|
||||
<string name="restore_backup">Ripristino backup</string>
|
||||
<string name="restore">Ripristino</string>
|
||||
<string name="enter_password_to_restore">Inserisci la password per l\'account %s per ripristinare il backup.</string>
|
||||
|
@ -897,7 +897,7 @@
|
|||
<string name="password_forgotten_title">Password dimenticata</string>
|
||||
<string name="password_forgotten_text">Hai dimenticato la password del tuo account? Ora proveremo ad aprire la pagina di supporto del sito del tuo fornitore.</string>
|
||||
<string name="set_settings_intro">Qui puoi regolare alcune importanti impostazioni di privacy in base alle tue esigenze. Tutte le impostazioni potranno anche essere modificate in seguito.</string>
|
||||
<string name="pref_show_mappreview_inside_summary">Mostra anteprime mappe direttamente all\'interno delle conversazioni, sarà stabilita una connessione al server di monocles_messenger.</string>
|
||||
<string name="pref_show_mappreview_inside_summary">Mostra anteprime mappe direttamente all\'interno delle conversazioni, sarà stabilita una connessione al server di monocles_chat.</string>
|
||||
<string name="pref_show_mappreview_inside">Mostra anteprime delle posizioni nella conversazione</string>
|
||||
<string name="pref_use_internal_updater_summary">Permetti all\'app di cercare gli aggiornamenti una volta al giorno</string>
|
||||
<string name="pref_use_internal_updater">Cerca aggiornamenti</string>
|
||||
|
@ -923,12 +923,12 @@
|
|||
<string name="action_unblock_participant">Sblocca partecipante</string>
|
||||
<string name="action_block_participant">Blocca partecipante</string>
|
||||
<string name="share_backup_files">Condividi file di backup</string>
|
||||
<string name="conversations_backup">Backup di monocles_messenger</string>
|
||||
<string name="conversations_backup">Backup di monocles_chat</string>
|
||||
<string name="event">Evento</string>
|
||||
<string name="pref_vibrate_in_chat_summary">Vibra quando un nuovo messaggio arriva in una conversazione aperta</string>
|
||||
<string name="pref_vibrate_in_chat">Vibra in una conversazione aperta</string>
|
||||
<string name="open_backup">Apri backup</string>
|
||||
<string name="not_a_backup_file">Il file che hai selezionato non è un backup di monocles_messenger</string>
|
||||
<string name="not_a_backup_file">Il file che hai selezionato non è un backup di monocles_chat</string>
|
||||
<string name="account_already_setup">Questo account è già stato impostato</string>
|
||||
<string name="please_enter_password">Per favore inserisci la password per questo account</string>
|
||||
<string name="unable_to_perform_this_action">Impossibile eseguire questa operazione</string>
|
||||
|
@ -940,7 +940,7 @@
|
|||
<string name="pref_use_invidious_summary">Invidious è un\'interfaccia alternativa di YouTube che rispetta la tua privacy</string>
|
||||
<string name="this_device">Questo dispositivo</string>
|
||||
<string name="intro_desc_main">Scopri di più…</string>
|
||||
<string name="welcome_header">Benvenuto su\nmonocles_messenger</string>
|
||||
<string name="welcome_header">Benvenuto su\nmonocles_chat</string>
|
||||
<string name="intro_required_permissions">Permessi richiesti</string>
|
||||
<string name="intro_desc_required_permissions">Alla fine dell\'introduzione ti sarà chiesto di dare il permesso di archiviazione (obbligatorio), se già non l\'hai consentito. Altri permessi sono richiesti al bisogno e sono opzionali.</string>
|
||||
<string name="intro_account">Il tuo account</string>
|
||||
|
@ -958,9 +958,9 @@
|
|||
<string name="show_intro_again">Le schermate introduttive saranno mostrate ancora</string>
|
||||
<string name="show_intro_again_failed">Reimpostazione delle schermate introduttive non riuscita. Riprova ancora…</string>
|
||||
<string name="intro_desc_whats_xmpp">XMPP, anche chiamato Jabber, è una rete di comunicazione decentralizzata e funziona come le e-mail. Avrai bisogno di un indirizzo chiamato ID Jabber, una password e un\'app di messaggistica. Lo approfondiremo più tardi.</string>
|
||||
<string name="intro_whats_xmpp">Cosa sono XMPP / Jabber / monocles_messenger?</string>
|
||||
<string name="intro_whats_xmpp">Cosa sono XMPP / Jabber / monocles_chat?</string>
|
||||
<string name="intro_desc_optional_permissions">Il permesso di leggere la tua rubrica è richiesto per leggere ID Jabber (se ce ne fossero) dai tuoi contatti. I contatti non saranno mai condivisi, caricati o copiati.</string>
|
||||
<string name="intro_desc_account2">Puoi creare un nuovo profilo su monocles_messenger semplicemente inserendo un nome utente.</string>
|
||||
<string name="intro_desc_account2">Puoi creare un nuovo profilo su monocles_chat semplicemente inserendo un nome utente.</string>
|
||||
<string name="open_join_dialog">Unisciti al canale pubblico…</string>
|
||||
<string name="intro_optional_permissions">Permessi opzionali</string>
|
||||
<string name="intro_desc_optional_permissions2">Il permesso per la localizzazione è richiesto se vuoi condividere la tua posizione.\nPer condividere messaggi vocali è richiesto l\'accesso al tuo microfono.</string>
|
||||
|
@ -968,7 +968,7 @@
|
|||
<string name="intro_desc_start_chatting2">Puoi anche aggiungere, creare o unirti a conversazioni di gruppo - anche chiamate MUC. Si dividono in conversazioni di gruppo private e conversazioni di gruppo pubbliche - chiamate anche canali.</string>
|
||||
<string name="intro_desc_start_chatting3">Congratulazioni!\nComincia e divertiti…</string>
|
||||
<string name="intro_privacy">La tua privacy\nLa tua sovranità</string>
|
||||
<string name="intro_desc_privacy">monocles_messenger non venderà né analizzerà i tuoi dati e tu decidi quali permessi vuoi dare.</string>
|
||||
<string name="intro_desc_privacy">monocles_chat non venderà né analizzerà i tuoi dati e tu decidi quali permessi vuoi dare.</string>
|
||||
<string name="no_results">Nessun risultato</string>
|
||||
<string name="file_transmission_cancelled">trasmissione del file annullata</string>
|
||||
<string name="sharing_application_not_grant_permission">L\'applicazione che sta condividendo non ha concesso il permesso per accedere a questo file.</string>
|
||||
|
@ -985,7 +985,7 @@
|
|||
<string name="ask_for_writeaccess">Chiedi un accesso in scrittura</string>
|
||||
<string name="pref_theme_blue">Blu</string>
|
||||
<string name="pref_theme_orange">Arancio</string>
|
||||
<string name="pref_theme_monocles">monocles_messenger</string>
|
||||
<string name="pref_theme_monocles">monocles_chat</string>
|
||||
<string name="pref_theme_grey">Grigio</string>
|
||||
<string name="pref_theme_pink">Rosa</string>
|
||||
<string name="pref_theme_black">Nero (AMOLED)</string>
|
||||
|
@ -1078,14 +1078,14 @@
|
|||
<string name="n_missed_calls_from_m_contacts">%1$d chiamate perse da %2$d contatti</string>
|
||||
<string name="pref_invidious_host_summary">Utilizza un server personalizzato di invidious</string>
|
||||
<string name="pref_invidious_host">Server invidious</string>
|
||||
<string name="updated_to_monocles">Siamo riusciti ad aggiornarti con successo da Pix-Art Messenger a monocles_messenger\n\nLa cooperazione tra i due progetti monocles_messenger e Pix-Art Messenger si è ampliata nel Novembre 2020. In futuro, l\'applicazione Android Pix-Art Messenger continuerà sotto il nome di monocles_messenger.\n\nCosa ti dovrai aspettare:\n- Stesse funzionalità\n- Stanze di supporto saranno unite\n- Colori e logo adattati a monocles_messenger\n- Applicazione sempre disponibile gratuitamente nel Google Play Store e in F-Droid \n\nIl tuo Team monocles_messenger</string>
|
||||
<string name="updated_to_monocles_google">Ci scusiamo che non siamo riusciti ad aggiornarti direttamente a monocles_messenger. Utilizzando il seguente collegamento riceverai istruzioni su come trasferire tutti i tuoi profili da Pix-Art Messenger a monocles_messenger. Premendo su Trasferisci dati proveremo a spostare tutti i tuoi file inviati e ricevuti da Pix-Art Messenger a monocles_messenger. Dopo che la migrazione ha avuto successo ricordati di disinstallare Pix-Art Messenger dal tuo dispositivo.</string>
|
||||
<string name="updated_to_monocles">Siamo riusciti ad aggiornarti con successo da Pix-Art Messenger a monocles_chat\n\nLa cooperazione tra i due progetti monocles_chat e Pix-Art Messenger si è ampliata nel Novembre 2020. In futuro, l\'applicazione Android Pix-Art Messenger continuerà sotto il nome di monocles_chat.\n\nCosa ti dovrai aspettare:\n- Stesse funzionalità\n- Stanze di supporto saranno unite\n- Colori e logo adattati a monocles_chat\n- Applicazione sempre disponibile gratuitamente nel Google Play Store e in F-Droid \n\nIl tuo Team monocles_chat</string>
|
||||
<string name="updated_to_monocles_google">Ci scusiamo che non siamo riusciti ad aggiornarti direttamente a monocles_chat. Utilizzando il seguente collegamento riceverai istruzioni su come trasferire tutti i tuoi profili da Pix-Art Messenger a monocles_chat. Premendo su Trasferisci dati proveremo a spostare tutti i tuoi file inviati e ricevuti da Pix-Art Messenger a monocles_chat. Dopo che la migrazione ha avuto successo ricordati di disinstallare Pix-Art Messenger dal tuo dispositivo.</string>
|
||||
<string name="link">Collegamento</string>
|
||||
<string name="no_application_found">Nessuna applicazione trovata</string>
|
||||
<string name="move_data">Trasferisci dati</string>
|
||||
<string name="error_moving_data">Si è verificato un errore durante il trasferimento dei tuoi vecchi dati. Per favore trasferiscili manualmente.</string>
|
||||
<string name="data_successfully_moved">I tuoi dati sono stati trasferiti correttamente.</string>
|
||||
<string name="invite_to_app">Invita su monocles_messenger</string>
|
||||
<string name="invite_to_app">Invita su monocles_chat</string>
|
||||
<string name="unable_to_parse_invite">Impossibile analizzare l\'invito</string>
|
||||
<string name="server_does_not_support_easy_onboarding_invites">Il server non supporta la generazione di inviti</string>
|
||||
<string name="your_server">Il tuo fornitore</string>
|
||||
|
@ -1122,7 +1122,7 @@
|
|||
<string name="memory_warning_force">L\'applicazione sta utilizzando %1$s (%2$s) di memoria interna.\n\nDovresti abilitare l\'eliminazione automatica degli allegati o eliminare i file multimediali manualmente. Diversamente il tuo dispositivo finirà la memoria a disposizione!</string>
|
||||
<string name="open_settings">Apri impostazioni</string>
|
||||
<string name="oldAndroidVersion">Vecchia versione di Android</string>
|
||||
<string name="oldAndroidVersionMessage">Stai utilizzando una vecchia versione di Android che non sarà più supportata dagli aggiornamenti futuri. Da monocles_messenger versione 3.1.0 solo i dispositivi con Android 5 o superiore saranno supportati. Per favore aggiorna il firmware del tuo dispositivo.</string>
|
||||
<string name="oldAndroidVersionMessage">Stai utilizzando una vecchia versione di Android che non sarà più supportata dagli aggiornamenti futuri. Da monocles_chat versione 3.1.0 solo i dispositivi con Android 5 o superiore saranno supportati. Per favore aggiorna il firmware del tuo dispositivo.</string>
|
||||
<string name="save_x_file">Salva %s</string>
|
||||
<string name="file_copied_to">File copiato in %s</string>
|
||||
<string name="use_individual_notifications">Utilizza notifiche individuali</string>
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!--Generated by crowdin.com-->
|
||||
<resources>
|
||||
<string name="device_does_not_support_data_saver">Il tuo dispositivo non supporta la disattivazione del Risparmio dati per monocles_messenger.</string>
|
||||
<string name="device_does_not_support_data_saver">Il tuo dispositivo non supporta la disattivazione del Risparmio dati per monocles_chat.</string>
|
||||
</resources>
|
||||
|
|
|
@ -56,7 +56,7 @@
|
|||
<string name="unblock">Odblokuj</string>
|
||||
<string name="save">Zapisz</string>
|
||||
<string name="ok">Ok</string>
|
||||
<string name="crash_report_title">monocles_messenger uległo awarii</string>
|
||||
<string name="crash_report_title">monocles_chat uległo awarii</string>
|
||||
<string name="send_now">Wyślij teraz</string>
|
||||
<string name="send_never">Nie pytaj ponownie</string>
|
||||
<string name="problem_connecting_to_account">Nie można połączyć się z kontem</string>
|
||||
|
@ -151,7 +151,7 @@ Nie spowoduje to usunięcia kopii wiadomości przechowywanych na innych urządze
|
|||
<string name="mgmt_account_delete_confirm_message">W przypadku usunięcia konta z urządzenia zostanie usunięta tylko lokalna historia rozmów.\n\nUsunięcie konta z serwera będzie skutkowało brakiem możliwości zalogowania do niego.</string>
|
||||
<string name="attach_record_voice">Nagraj głos</string>
|
||||
<string name="account_settings_jabber_id">Jabber ID</string>
|
||||
<string name="account_settings_example_jabber_id">nazwaużytkownika@monocles_messenger</string>
|
||||
<string name="account_settings_example_jabber_id">nazwaużytkownika@monocles.de</string>
|
||||
<string name="password">Hasło</string>
|
||||
<string name="invalid_jid">Wprowadzono niepoprawny Jabber ID</string>
|
||||
<string name="error_out_of_memory">Brak pamięci, obraz jest za duży</string>
|
||||
|
@ -425,11 +425,11 @@ Nie spowoduje to usunięcia kopii wiadomości przechowywanych na innych urządze
|
|||
<string name="server_info_broken">Zepsute</string>
|
||||
<string name="pref_presence_settings">Dostępność</string>
|
||||
<string name="pref_dnd_on_silent_mode">\"Nie przeszkadzać\" w trybie cichym</string>
|
||||
<string name="update_info">monocles_messenger automatycznie pobiera i instaluje nową wersję. \n\nPotrwa to chwilkę…</string>
|
||||
<string name="update_info">monocles_chat automatycznie pobiera i instaluje nową wersję. \n\nPotrwa to chwilkę…</string>
|
||||
<string name="pref_dnd_on_silent_mode_summary">Oznacza Twój zasób jako \"Nie przeszkadzać\", gdy urządzenie jest w trybie cichym</string>
|
||||
<string name="pref_treat_vibrate_as_silent">Traktuj tryb wibracji jak tryb cichy</string>
|
||||
<string name="pref_treat_vibrate_as_dnd_summary">Oznacza Twój zasób jako \"Nie przeszkadzać\", gdy urządzenie jest w trybie wibracji</string>
|
||||
<string name="hostname_example">monocles_messenger</string>
|
||||
<string name="hostname_example">monocles.de</string>
|
||||
<string name="action_add_account_with_certificate">Dodaj konto za pomocą certyfikatu</string>
|
||||
<string name="unable_to_parse_certificate">Nie mogę odczytać certyfikatu</string>
|
||||
<string name="authenticate_with_certificate">Pozostaw puste by autoryzować za pomocą certyfikatu</string>
|
||||
|
@ -459,7 +459,7 @@ Nie spowoduje to usunięcia kopii wiadomości przechowywanych na innych urządze
|
|||
<item quantity="other">%d wiadomości</item>
|
||||
</plurals>
|
||||
<string name="load_more_messages">Załaduj wiecej wiadomości</string>
|
||||
<string name="no_storage_permission">monocles_messenger potrzebuje dostępu do pamięci</string>
|
||||
<string name="no_storage_permission">monocles_chat potrzebuje dostępu do pamięci</string>
|
||||
<string name="sync_with_contacts">Synchronizuj z kontaktami</string>
|
||||
<string name="notify_on_all_messages">Powiadom o wszystkich wiadomościach</string>
|
||||
<string name="notify_only_when_highlighted">Powiadamiaj tylko w przypadku wzmianki o mnie</string>
|
||||
|
@ -477,7 +477,7 @@ Nie spowoduje to usunięcia kopii wiadomości przechowywanych na innych urządze
|
|||
<string name="always">Zawsze</string>
|
||||
<string name="always_off">Zawsze wył.</string>
|
||||
<string name="battery_optimizations_enabled">Optymalizacje zużycia baterii włączone</string>
|
||||
<string name="battery_optimizations_enabled_explained">Twoje urządzenie wykonuje poważne optymalizacje zużycia baterii przez monocles_messenger, co może prowadzić do opóźnień w otrzymywaniu wiadomości lub ich utraty.\nZaleca się ich wyłączenie.</string>
|
||||
<string name="battery_optimizations_enabled_explained">Twoje urządzenie wykonuje poważne optymalizacje zużycia baterii przez monocles_chat, co może prowadzić do opóźnień w otrzymywaniu wiadomości lub ich utraty.\nZaleca się ich wyłączenie.</string>
|
||||
<string name="install_from_unknown_sources_disabled">Instalowanie z nieznanych źródeł wyłączone</string>
|
||||
<string name="install_from_unknown_sources_disabled_dialog">Twoje urządzenie jest skonfigurowane tak aby nie zezwalać na instalowanie aplikacji z nieznanych źródeł poza Google Play Store. Może to spowodować problemy z aktualizacją aplikacji.\n\nZa chwwilę zostaniesz poproszony na instalację aplikacji z nieznanych źródeł.</string>
|
||||
<string name="disable">Wyłącz</string>
|
||||
|
@ -525,7 +525,7 @@ Nie spowoduje to usunięcia kopii wiadomości przechowywanych na innych urządze
|
|||
<string name="invite_again">Zaproś ponownie</string>
|
||||
<string name="inviteUser_Subject">zaprosił/a Cie poprzez</string>
|
||||
<string name="pref_broadcast_last_activity">Dziel się ostatnią interakcją.</string>
|
||||
<string name="pref_broadcast_last_activity_summary">Powiadamiaj kontakty, że używasz monocles_messenger</string>
|
||||
<string name="pref_broadcast_last_activity_summary">Powiadamiaj kontakty, że używasz monocles_chat</string>
|
||||
<string name="unable_to_connect_to_keychain">Nie można połączyć się z OpenKeychain</string>
|
||||
<string name="this_device_is_no_longer_in_use">Urządzenie to nie jest już używane</string>
|
||||
<string name="please_wait">Proszę czekać…</string>
|
||||
|
@ -553,7 +553,7 @@ Nie spowoduje to usunięcia kopii wiadomości przechowywanych na innych urządze
|
|||
<string name="show_error_message">Pokaż komunikaty błędów</string>
|
||||
<string name="error_message">Komunikat o błędzie</string>
|
||||
<string name="data_saver_enabled">Oszczędzanie danych jest włączone</string>
|
||||
<string name="device_does_not_support_data_saver">Twoje urządzenie nie wspiera wyłączania oszczędzania danych dla monocles_messenger.</string>
|
||||
<string name="device_does_not_support_data_saver">Twoje urządzenie nie wspiera wyłączania oszczędzania danych dla monocles_chat.</string>
|
||||
<string name="add_to_contact_list">Dodaj do listy kontaktów</string>
|
||||
<string name="contact">Kontakt</string>
|
||||
<string name="unable_to_start_recording">Nie można rozpocząć nagrywania</string>
|
||||
|
@ -667,7 +667,7 @@ Nie spowoduje to usunięcia kopii wiadomości przechowywanych na innych urządze
|
|||
<string name="server_info_partial">częściowo</string>
|
||||
<string name="pref_show_foreground_service_summary">Niektóre z urządzeń działających pod kontrolą systemu Android zamykają aplikacje po upływie pewnego okresu czasu i nie będziesz wtedy w stanie odbierać nowych wiadomości, jeśli dotyka Cię podobny problem spróbuj aktywować usługę działania aplikacji na pierwszym planie. Weź jednak pod uwagę, że spowoduje to trwałe wyświetlanie powiadomienia w pasku powiadomień.</string>
|
||||
<string name="pref_show_foreground_service">Usługa na pierwszym planie</string>
|
||||
<string name="update_service">monocles_messenger usługa aktualizacji</string>
|
||||
<string name="update_service">monocles_chat usługa aktualizacji</string>
|
||||
<string name="install_update">Zainstalować aktualizację?</string>
|
||||
<string name="highlight_in_muc">wymień użytkownika</string>
|
||||
<string name="no_application_found_to_open_link">Nie odnaleziono aplikacji do otworzenia linku</string>
|
||||
|
@ -701,7 +701,7 @@ Nie spowoduje to usunięcia kopii wiadomości przechowywanych na innych urządze
|
|||
<string name="qr_code_scanner_needs_access_to_camera">Skaner kodów QR potrzebuje dostępu do kamery urządzenia</string>
|
||||
<string name="pref_scroll_to_bottom_summary">Przewiń w dół po wysłaniu wiadomości</string>
|
||||
<string name="pref_scroll_to_bottom">Przewiń do dołu</string>
|
||||
<string name="no_camera_permission">monocles_messenger potrzebuje dostęp do kamery</string>
|
||||
<string name="no_camera_permission">monocles_chat potrzebuje dostęp do kamery</string>
|
||||
<string name="edit_status_message_title">Edytuj info o statusie</string>
|
||||
<string name="pref_automatically_delete_messages_description">Automatycznie usuń wiadomości z tego urządzenia, które są starsze niż ustawiona wartość.</string>
|
||||
<string name="pref_automatically_delete_messages">Automatyczne usuwanie wiadomości</string>
|
||||
|
@ -732,7 +732,7 @@ Nie spowoduje to usunięcia kopii wiadomości przechowywanych na innych urządze
|
|||
<string name="large">Duży</string>
|
||||
<string name="create_shortcut">Utwórz skrót</string>
|
||||
<string name="not_encrypted_for_this_device">Wiadomość nie została zaszyfrowana dla tego urządzenia.</string>
|
||||
<string name="no_microphone_permission">monocles_messenger potrzebuje dostępu do mikrofonu</string>
|
||||
<string name="no_microphone_permission">monocles_chat potrzebuje dostępu do mikrofonu</string>
|
||||
<string name="search_messages">Znajdź Wiadomość</string>
|
||||
<string name="view_conversation">Wyświetl komunikację</string>
|
||||
<string name="web_address">adres internetowy</string>
|
||||
|
@ -760,8 +760,8 @@ Nie spowoduje to usunięcia kopii wiadomości przechowywanych na innych urządze
|
|||
<string name="delete_message">Usuń wiadomość</string>
|
||||
<string name="conference_destroyed">Ten czat grupowy został usunięty</string>
|
||||
<string name="no_application_found_to_view_contact">Nie odnaleziono aplikacji do wyświetlenia kontaktu</string>
|
||||
<string name="welcome_server_info">Zalecamy korzystanie z monocles_messenger jako serwera.</string>
|
||||
<string name="no_location_permission">monocles_messenger potrzebuje dostępu do lokalizacji</string>
|
||||
<string name="welcome_server_info">Zalecamy korzystanie z monocles_chat jako serwera.</string>
|
||||
<string name="no_location_permission">monocles_chat potrzebuje dostępu do lokalizacji</string>
|
||||
<string name="pref_show_record_voice_btn_summary">Pokaż przycisk nagrywania głosu w czatach, jako szybką akcję</string>
|
||||
<string name="pref_show_record_voice_btn">Pokaż przycisk nagrywania głosu</string>
|
||||
<string name="pref_use_quick_share_attachment_choice_summary">Zastąp przycisk wysyłania wyborem załącznika, jeśli nie zostanie wpisana żadna wiadomość. W przeciwnym razie pokaż szybkie akcje, które można skonfigurować poniżej.</string>
|
||||
|
@ -817,7 +817,7 @@ Nie spowoduje to usunięcia kopii wiadomości przechowywanych na innych urządze
|
|||
<string name="open_with">Otwórz za pomocą…</string>
|
||||
<string name="server_info_adhoc_invite">XEP-0050: Ad-Hoc Commands: zapraszanie użytkowników</string>
|
||||
<string name="choose_account">Wybierz konto</string>
|
||||
<string name="set_profile_picture">zdjęcie profilowe monocles_messenger</string>
|
||||
<string name="set_profile_picture">zdjęcie profilowe monocles_chat</string>
|
||||
<string name="restore_backup">Przywróć kopię zapasową</string>
|
||||
<string name="restore">Przywróć</string>
|
||||
<string name="enter_password_to_restore">Wprowadź hasło konta %s, aby przywrócić kopię zapasową.</string>
|
||||
|
@ -923,13 +923,13 @@ Nie spowoduje to usunięcia kopii wiadomości przechowywanych na innych urządze
|
|||
<string name="pref_use_invidious_summary">Invidious to szanująca twoją prywatność strona wyświetlająca filmy z YouTube\'a</string>
|
||||
<string name="this_device">To urządzenie</string>
|
||||
<string name="intro_desc_main">Dowiedz się więcej…</string>
|
||||
<string name="welcome_header">Witamy w \nmonocles_messenger</string>
|
||||
<string name="welcome_header">Witamy w \nmonocles_chat</string>
|
||||
<string name="intro_required_permissions">Wymagane uprawnienia</string>
|
||||
<string name="intro_desc_required_permissions">Pod koniec tego wprowadzenia zostaniesz poproszony o udzielenie tej aplikacji kilku (wymaganych) uprawnień, jeśli już ich nie udzieliłeś. Podczas korzystania z aplikacji możesz zostać poproszony o udzielenie dodatkowych uprawnień, które nie są jednak wymagane.</string>
|
||||
<string name="intro_account">Twoje konto</string>
|
||||
<string name="intro_desc_account">Jeśli już posiadasz konto, możesz się zalogować używając swojego Jabber-ID i hasła</string>
|
||||
<string name="intro_start_chatting">Rozpocznij Czat</string>
|
||||
<string name="intro_desc_start_chatting">Jeśli upoważniłeś monocles_messenger do czytania listy Twoich kontaktów telefonicznych, już istniejące konta XMPP (Jabber) zostały automatycznie dodane do listy kontaktów w monocles_messenger, jeśli tego nie zrobiłeś po prostu dodaj nowe kontakty używając ich Jabber-ID</string>
|
||||
<string name="intro_desc_start_chatting">Jeśli upoważniłeś monocles_chat do czytania listy Twoich kontaktów telefonicznych, już istniejące konta XMPP (Jabber) zostały automatycznie dodane do listy kontaktów w monocles_chat, jeśli tego nie zrobiłeś po prostu dodaj nowe kontakty używając ich Jabber-ID</string>
|
||||
<string name="intro_desc_open_chat">Od teraz możesz czatować, udostępniać lokalizację, pliki, filmy i zdjęcia, a także wysyłać wiadomości głosowe.</string>
|
||||
<string name="intro_chat_details">Szczegóły czatu</string>
|
||||
<string name="intro_desc_chat_details">Chcesz otworzyć szczegóły dotyczące czatu? Po prostu dotknij nazwy czatu w pasku menu na górze.</string>
|
||||
|
@ -941,19 +941,19 @@ Nie spowoduje to usunięcia kopii wiadomości przechowywanych na innych urządze
|
|||
<string name="show_intro_again">Ekran powitalny zostanie wyświetlony ponownie</string>
|
||||
<string name="show_intro_again_failed">Ponownie wyświetlenie ekranu powitalnego nie powiodło się. Spróbuj ponownie…</string>
|
||||
<string name="intro_desc_whats_xmpp">XMPP, nazywane również Jabberem, jest zdecentralizowaną platformą komunikacyjną działającą podobnie do poczty elektronicznej. Aby korzystać z XMPP potrzebujesz adresu zwanego Jabber-ID, hasła i komunikatora. Więcej o tym za chwilę.</string>
|
||||
<string name="intro_whats_xmpp">Czym jest XMPP / Jabber / monocles_messenger?</string>
|
||||
<string name="intro_desc_optional_permissions">Uprawnienie do czytania Twojej listy kontaktów jest wymagane dla dopasowywania ich do istnięjących adresów XMPP (Jabber ID). monocles_messenger nie dziel się nikim Twoimi kontaktami.</string>
|
||||
<string name="intro_desc_account2">Możesz stworzyć nowy profil na monocles_messenger, wpisując pseudonim.</string>
|
||||
<string name="intro_whats_xmpp">Czym jest XMPP / Jabber / monocles_chat?</string>
|
||||
<string name="intro_desc_optional_permissions">Uprawnienie do czytania Twojej listy kontaktów jest wymagane dla dopasowywania ich do istnięjących adresów XMPP (Jabber ID). monocles_chat nie dziel się nikim Twoimi kontaktami.</string>
|
||||
<string name="intro_desc_account2">Możesz stworzyć nowy profil na monocles_chat, wpisując pseudonim.</string>
|
||||
<string name="open_join_dialog">Dołącz do kanału publicznego…</string>
|
||||
<string name="intro_optional_permissions">Uprawnienia opcjonalne</string>
|
||||
<string name="intro_desc_optional_permissions2">monocles_messenger potrzebuje uprawnień do uzyskania Twojej lokalizacji w celu udostępniania przez Ciebie lokalizacji.\nW celu wysyłania wiadomości głosowych monocles_messenger potrzebuje uprawnień do korzystania z mikrofonu.</string>
|
||||
<string name="intro_desc_optional_permissions2">monocles_chat potrzebuje uprawnień do uzyskania Twojej lokalizacji w celu udostępniania przez Ciebie lokalizacji.\nW celu wysyłania wiadomości głosowych monocles_chat potrzebuje uprawnień do korzystania z mikrofonu.</string>
|
||||
<string name="intro_desc_account3">Możesz zaimportować aktualnie istniejące konto.\nJeśli jakaś kopia zapasowa jest dostępna, zostanie ona wyświetlona.</string>
|
||||
<string name="intro_desc_start_chatting2">Możesz także utworzyć lub dołączyć do czatów grupowych - zwanych MUCs (multi user chats). Czaty grupowe dzielą się na prywatne czaty grupowe i publiczne czaty grupowe - tak zwane kanały.</string>
|
||||
<string name="intro_desc_start_chatting3">Gratulacje!\nMiłej zabawy…</string>
|
||||
<string name="intro_privacy">Twoja prywatność\nTwoja niezależność</string>
|
||||
<string name="no_results">Brak rezultatów</string>
|
||||
<string name="file_transmission_cancelled">transfer plików anulowany</string>
|
||||
<string name="sharing_application_not_grant_permission">Aplikacja do udostępniania nie upoważniła monocles_messenger do dostępu do tego pliku.</string>
|
||||
<string name="sharing_application_not_grant_permission">Aplikacja do udostępniania nie upoważniła monocles_chat do dostępu do tego pliku.</string>
|
||||
<string name="jabber_network">jabber.network</string>
|
||||
<string name="local_server">Serwer lokalny</string>
|
||||
<string name="pref_channel_discovery_summary">Większość użytkowników powinna wybrać \'jabber.network\' dla lepszych sugestii spośród wszystkich publicznych kanałów XMPP.</string>
|
||||
|
|
|
@ -63,8 +63,8 @@
|
|||
<string name="unblock">Разблокировать</string>
|
||||
<string name="save">Сохранить</string>
|
||||
<string name="ok">OK</string>
|
||||
<string name="crash_report_title">monocles_messenger упал</string>
|
||||
<string name="crash_report_message">Отправляя трассировку стека, Вы помогаете разработке monocles_messenger\n<b>Предупреждение:</b> Ваша учетная запись XMPP будет использована для отправки трассировки стека разработчику.</string>
|
||||
<string name="crash_report_title">monocles chat упал</string>
|
||||
<string name="crash_report_message">Отправляя трассировку стека, Вы помогаете разработке monocles chat\n<b>Предупреждение:</b> Ваша учетная запись XMPP будет использована для отправки трассировки стека разработчику.</string>
|
||||
<string name="send_now">Отправить сейчас</string>
|
||||
<string name="send_never">Больше не спрашивать</string>
|
||||
<string name="problem_connecting_to_account">Невозможно подключиться к аккаунту</string>
|
||||
|
@ -95,7 +95,7 @@
|
|||
<string name="offering">предложение…</string>
|
||||
<string name="waiting">ожидание…</string>
|
||||
<string name="no_pgp_key">Не найден ключ OpenPGP</string>
|
||||
<string name="contact_has_no_pgp_key">monocles_messenger не может зашифровать Ваши сообщения, поскольку Ваш контакт не анонсировал свой открытый ключ.\n\n<small> Пожалуйста, попросите его настроить OpenPGP.</small></string>
|
||||
<string name="contact_has_no_pgp_key">monocles chat не может зашифровать Ваши сообщения, поскольку Ваш контакт не анонсировал свой открытый ключ.\n\n<small> Пожалуйста, попросите его настроить OpenPGP.</small></string>
|
||||
<string name="no_pgp_keys">Не найдены ключи OpenPGP</string>
|
||||
<string name="pref_general">Общее</string>
|
||||
<string name="pref_accept_files_wifi">Принимать файлы по WiFi</string>
|
||||
|
@ -113,7 +113,7 @@
|
|||
<string name="pref_sound">Рингтон</string>
|
||||
<string name="pref_sound_summary">Воспроизводить звук, когда получено новое сообщение</string>
|
||||
<string name="pref_send_crash">Отправлять отчеты о сбоях</string>
|
||||
<string name="pref_send_crash_summary">Отправляя трассировку стека, Вы помогаете разработке monocles_messenger</string>
|
||||
<string name="pref_send_crash_summary">Отправляя трассировку стека, Вы помогаете разработке monocles chat</string>
|
||||
<string name="pref_confirm_messages">Подтверждение получения</string>
|
||||
<string name="pref_confirm_messages_summary">Сообщать Вашим контактам, когда Вы получили и прочитали их сообщения</string>
|
||||
<string name="pref_ui_options">Интерфейс</string>
|
||||
|
@ -162,7 +162,7 @@
|
|||
<string name="mgmt_account_delete_confirm_message">Если Вы удалите свою учетную запись, вся Ваша локальная история переписки будет потеряна.\n\nЕсли Вы удалите свою учетную запись с сервера, Вы не сможете больше входить в систему, пока не зарегистрируете новую учетную запись.</string>
|
||||
<string name="attach_record_voice">Записать голосовое сообщение</string>
|
||||
<string name="account_settings_jabber_id">Jabber-ID</string>
|
||||
<string name="account_settings_example_jabber_id">username@monocles_messenger</string>
|
||||
<string name="account_settings_example_jabber_id">username@monocles.de</string>
|
||||
<string name="password">Пароль</string>
|
||||
<string name="invalid_jid">Недействительный Jabber-ID</string>
|
||||
<string name="error_out_of_memory">Недостаточно памяти. Изображение слишком большое</string>
|
||||
|
@ -440,11 +440,11 @@
|
|||
<string name="pref_away_when_screen_off">Немедленно, если устройство заблокировано</string>
|
||||
<string name="pref_away_when_screen_off_summary">Устанавливать статус \"Отошел\" если устройство заблокировано</string>
|
||||
<string name="pref_dnd_on_silent_mode">Статус \"Не беспокоить\" в беззвучном режиме</string>
|
||||
<string name="update_info">monocles_messenger скачивает и устанавливает новую версию автоматически.\n\nПожалуйста, подождите…</string>
|
||||
<string name="update_info">monocles chat скачивает и устанавливает новую версию автоматически.\n\nПожалуйста, подождите…</string>
|
||||
<string name="pref_dnd_on_silent_mode_summary">Устанавливать статус \"Не беспокоить\", когда устройство находится в беззвучном режиме</string>
|
||||
<string name="pref_treat_vibrate_as_silent">Считать режим вибрации беззвучным режимом</string>
|
||||
<string name="pref_treat_vibrate_as_dnd_summary">Устанавливать статус \"Не беспокоить\", когда устройство находится в режиме вибрации</string>
|
||||
<string name="hostname_example">monocles_messenger</string>
|
||||
<string name="hostname_example">monocles.de</string>
|
||||
<string name="action_add_account_with_certificate">Добавить аккаунт с сертификатом</string>
|
||||
<string name="unable_to_parse_certificate">Не удается обработать сертификат</string>
|
||||
<string name="authenticate_with_certificate">Оставьте пустым для аутентификации с сертификатом</string>
|
||||
|
@ -474,9 +474,9 @@
|
|||
<item quantity="other">%d сообщений</item>
|
||||
</plurals>
|
||||
<string name="load_more_messages">Загрузить больше сообщений</string>
|
||||
<string name="no_storage_permission">monocles_messenger требуется доступ к внешнему хранилищу</string>
|
||||
<string name="no_storage_permission">monocles chat требуется доступ к внешнему хранилищу</string>
|
||||
<string name="sync_with_contacts">Синхронизировать контакты</string>
|
||||
<string name="sync_with_contacts_long">monocles_messenger хочет сопоставить список XMPP с контактами, чтобы показывать их полные имена и аватары.\n\nmonocles_messenger только прочтет Ваши контакты и сопоставит их локально, не загружая на сервер.\n\nСейчас Вам будет предложено предоставить разрешение на доступ к Вашим контактам.</string>
|
||||
<string name="sync_with_contacts_long">monocles chat хочет сопоставить список XMPP с контактами, чтобы показывать их полные имена и аватары.\n\nmonocles chat только прочтет Ваши контакты и сопоставит их локально, не загружая на сервер.\n\nСейчас Вам будет предложено предоставить разрешение на доступ к Вашим контактам.</string>
|
||||
<string name="notify_on_all_messages">Уведомлять о всех сообщениях</string>
|
||||
<string name="notify_only_when_highlighted">Уведомлять только при упоминаниях</string>
|
||||
<string name="notify_never">Уведомления отключены</string>
|
||||
|
@ -493,8 +493,8 @@
|
|||
<string name="always">Всегда</string>
|
||||
<string name="always_off">Всегда выключен</string>
|
||||
<string name="battery_optimizations_enabled">Включена оптимизация энергопотребления</string>
|
||||
<string name="battery_optimizations_enabled_explained">Ваше устройство оптимизирует расход батареи для monocles_messenger, что может привести к задержкам уведомлений и даже к потере сообщений.\nРекомендуется отключить эту оптимизацию.</string>
|
||||
<string name="battery_optimizations_enabled_dialog">Ваше устройство оптимизирует расход батареи для monocles_messenger, что может привести к задержкам уведомлений и даже к потере сообщений.\n\nСейчас Вам будет предложено отключить эту оптимизацию.</string>
|
||||
<string name="battery_optimizations_enabled_explained">Ваше устройство оптимизирует расход батареи для monocles chat, что может привести к задержкам уведомлений и даже к потере сообщений.\nРекомендуется отключить эту оптимизацию.</string>
|
||||
<string name="battery_optimizations_enabled_dialog">Ваше устройство оптимизирует расход батареи для monocles chat, что может привести к задержкам уведомлений и даже к потере сообщений.\n\nСейчас Вам будет предложено отключить эту оптимизацию.</string>
|
||||
<string name="install_from_unknown_sources_disabled">Отключена установка из неизвестных источников</string>
|
||||
<string name="install_from_unknown_sources_disabled_dialog">Ваше устройство не разрешает установку приложений из неизвестных источников. Это приведет к проблемам с обновлением приложения.\n\nСейчас вам будет предложено разрешить установку приложений из неизвестных источников.</string>
|
||||
<string name="disable">Отключить</string>
|
||||
|
@ -506,7 +506,7 @@
|
|||
<string name="correct_message">Изменить сообщение</string>
|
||||
<string name="send_corrected_message">Отправить измененное сообщение</string>
|
||||
<string name="no_keys_just_confirm">Вы уже доверяете этому контакту. Нажимая \"Готово\" вы только подтвердите, что %s состоит в групповом чате.</string>
|
||||
<string name="contacts_have_no_pgp_keys">monocles_messenger не может зашифровать Ваши сообщения, поскольку Ваши контакты не анонсировали свои открытые ключи.\n\n</string>
|
||||
<string name="contacts_have_no_pgp_keys">monocles chat не может зашифровать Ваши сообщения, поскольку Ваши контакты не анонсировали свои открытые ключи.\n\n</string>
|
||||
<string name="this_account_is_disabled">Вы отключили данный аккаунт</string>
|
||||
<string name="no_application_to_share_uri">Не найдено подходящее приложение, чтобы поделиться URI</string>
|
||||
<string name="share_uri_with">Поделиться URI с…</string>
|
||||
|
@ -542,11 +542,11 @@
|
|||
<string name="import_database">Импортировать резервную копию</string>
|
||||
<string name="invite_again">Пригласить снова</string>
|
||||
<string name="inviteUser_Subject">приглашает вас присоединиться через</string>
|
||||
<string name="InviteText">Здравствуйте!\n\nПользователь %s приглашает Вас в monocles_messenger. Просто перейдите по ссылке…</string>
|
||||
<string name="InviteText">Здравствуйте!\n\nПользователь %s приглашает Вас в monocles_chat. Просто перейдите по ссылке…</string>
|
||||
<string name="pref_broadcast_last_activity">Отображение последней активности</string>
|
||||
<string name="pref_broadcast_last_activity_summary">Сообщать всем контактам, когда Вы используете monocles_messenger</string>
|
||||
<string name="request_permissions_message">monocles_messenger запросит у Вас несколько разрешений. Они необходимы, чтобы пользоваться всеми возможностями мессенджера. Если какое-либо разрешение не будет получено, приложение будет закрыто.</string>
|
||||
<string name="request_permissions_message_again">Вы отказались от некоторых разрешений, необходимых для monocles_messenger. Вы бы хотели перейти к настройкам и предоставить эти разрешения? Если какое-либо разрешение не будет получено, приложение будет закрыто.</string>
|
||||
<string name="pref_broadcast_last_activity_summary">Сообщать всем контактам, когда Вы используете monocles_chat</string>
|
||||
<string name="request_permissions_message">monocles_chat запросит у Вас несколько разрешений. Они необходимы, чтобы пользоваться всеми возможностями мессенджера. Если какое-либо разрешение не будет получено, приложение будет закрыто.</string>
|
||||
<string name="request_permissions_message_again">Вы отказались от некоторых разрешений, необходимых для monocles_chat. Вы бы хотели перейти к настройкам и предоставить эти разрешения? Если какое-либо разрешение не будет получено, приложение будет закрыто.</string>
|
||||
<string name="unable_to_connect_to_keychain">Не удается подключиться к OpenKeychain</string>
|
||||
<string name="this_device_is_no_longer_in_use">Устройство больше не используется</string>
|
||||
<string name="please_wait">Пожалуйста, подождите…</string>
|
||||
|
@ -574,8 +574,8 @@
|
|||
<string name="show_error_message">Показать сообщения об ошибках</string>
|
||||
<string name="error_message">Сообщение об ошибке</string>
|
||||
<string name="data_saver_enabled">Включено сохранение данных</string>
|
||||
<string name="data_saver_enabled_explained">Ваша операционная система ограничивает доступ monocles_messenger в Интернет в фоновом режиме. Чтобы получать уведомления о новых сообщениях, Вы должны разрешить monocles_messenger неограниченный доступ, когда включена функция экономии трафика.\n\nmonocles_messenger по-прежнему будет пытаться сохранить данные, когда это возможно.</string>
|
||||
<string name="device_does_not_support_data_saver">Ваше устройство не поддерживает отключение экономии трафика для monocles_messenger.</string>
|
||||
<string name="data_saver_enabled_explained">Ваша операционная система ограничивает доступ monocles_chat в Интернет в фоновом режиме. Чтобы получать уведомления о новых сообщениях, Вы должны разрешить monocles_chat неограниченный доступ, когда включена функция экономии трафика.\n\nmonocles_chat по-прежнему будет пытаться сохранить данные, когда это возможно.</string>
|
||||
<string name="device_does_not_support_data_saver">Ваше устройство не поддерживает отключение экономии трафика для monocles_chat.</string>
|
||||
<string name="add_to_contact_list">Добавить в контакты</string>
|
||||
<string name="contact">Контакт</string>
|
||||
<string name="unable_to_start_recording">Не удается начать запись</string>
|
||||
|
@ -695,7 +695,7 @@
|
|||
<string name="server_info_partial">частичный</string>
|
||||
<string name="pref_show_foreground_service_summary">Некоторые устройства Android закрывают приложения по прошествии некоторого времени, и вы теряете возможность получать новые сообщения. Если вы столкнулись с такой проблемой - попробуйте активировать фоновую службу. Имейте ввиду, что если эта опция включена - значок уведомления будет отображаться постоянно.</string>
|
||||
<string name="pref_show_foreground_service">Использовать фоновую службу</string>
|
||||
<string name="update_service">Служба обновлений monocles_messenger</string>
|
||||
<string name="update_service">Служба обновлений monocles_chat</string>
|
||||
<string name="install_update">Установить обновление?</string>
|
||||
<string name="highlight_in_muc">отметить пользователя</string>
|
||||
<string name="no_application_found_to_open_link">Не удалось найти подходящее приложение для открытия ссылки</string>
|
||||
|
@ -717,7 +717,7 @@
|
|||
<string name="no_write_access_in_public_muc">Вы не состоите в этом групповом чате и не можете оставлять сообщения в данный момент.\nПожалуйста, зайдите в детали группового чата нажатием <b>ОК</b> и отправьте приватное сообщение модератору, администратору или владельцу чата долгим нажатием на его имя в верхней части списка, чтобы получить возможность оставлять сообщения.</string>
|
||||
<string name="snooze">Скрыть</string>
|
||||
<string name="huawei_protected_apps">Защищенные приложения</string>
|
||||
<string name="huawei_protected_apps_summary">Чтобы получать уведомления при выключенном экране, Вам необходимо добавить monocles_messenger в список защищенных приложений.</string>
|
||||
<string name="huawei_protected_apps_summary">Чтобы получать уведомления при выключенном экране, Вам необходимо добавить monocles_chat в список защищенных приложений.</string>
|
||||
<string name="pref_enable_multi_accounts_title">Использовать несколько аккаунтов</string>
|
||||
<string name="pref_enable_multi_accounts_summary">Вы хотите использовать несколько аккаунтов?</string>
|
||||
<string name="mtm_accept_cert">Принять неизвестный сертификат?</string>
|
||||
|
@ -730,14 +730,14 @@
|
|||
<string name="qr_code_scanner_needs_access_to_camera">Сканеру QR-кодов нужен доступ к камере</string>
|
||||
<string name="pref_scroll_to_bottom_summary">Прокручивать вниз после отправки сообщения</string>
|
||||
<string name="pref_scroll_to_bottom">Прокрутка вниз</string>
|
||||
<string name="no_camera_permission">monocles_messenger требуется доступ к камере</string>
|
||||
<string name="no_camera_permission">monocles_chat требуется доступ к камере</string>
|
||||
<string name="edit_status_message_title">Редактировать статус</string>
|
||||
<string name="pref_automatically_delete_messages_description">Автоматически удалять с этого устройства сообщения старше заданного времени.</string>
|
||||
<string name="pref_automatically_delete_messages">Автоматическое удаление сообщений</string>
|
||||
<string name="pref_automatically_delete_attachments_description">Автоматически удалять с этого устройства сообщения старше заданного времени.</string>
|
||||
<string name="pref_automatically_delete_files">Автоматическое удаление вложений</string>
|
||||
<string name="disable_encryption">Отключить шифрование</string>
|
||||
<string name="error_trustkey_general">monocles_messenger не может отправить зашифрованные сообщения %1$s. Возможно, Ваш контакт использует устаревший сервер или клиент, не поддерживающий OMEMO.</string>
|
||||
<string name="error_trustkey_general">monocles_chat не может отправить зашифрованные сообщения %1$s. Возможно, Ваш контакт использует устаревший сервер или клиент, не поддерживающий OMEMO.</string>
|
||||
<string name="error_trustkey_device_list">Не удалось получить список устройств</string>
|
||||
<string name="error_trustkey_bundle">Невозможно извлечь пакеты устройств</string>
|
||||
<string name="error_trustkey_hint_mutual">Подсказка: Иногда это может быть устранено добавлением друг друга в список контактов.</string>
|
||||
|
@ -764,7 +764,7 @@
|
|||
<string name="large">Большой</string>
|
||||
<string name="create_shortcut">Создать ярлык</string>
|
||||
<string name="not_encrypted_for_this_device">Сообщение не было зашифровано для этого устройства.</string>
|
||||
<string name="no_microphone_permission">monocles_messenger требуется доступ к микрофону</string>
|
||||
<string name="no_microphone_permission">monocles_chat требуется доступ к микрофону</string>
|
||||
<string name="search_messages">Поиск сообщений</string>
|
||||
<string name="gif">GIF</string>
|
||||
<string name="view_conversation">Просмотр беседы</string>
|
||||
|
@ -793,15 +793,15 @@
|
|||
<string name="delete_message">Удалить сообщение</string>
|
||||
<string name="conference_destroyed">Данная группа была закрыта</string>
|
||||
<string name="no_application_found_to_view_contact">Не найдено приложений для просмотра контакта</string>
|
||||
<string name="welcome_server_info">Мы рекомендуем использовать сервер monocles_messenger.</string>
|
||||
<string name="no_location_permission">monocles_messenger требуется доступ к службам определения местоположения</string>
|
||||
<string name="welcome_server_info">Мы рекомендуем использовать сервер monocles_chat.</string>
|
||||
<string name="no_location_permission">monocles_chat требуется доступ к службам определения местоположения</string>
|
||||
<string name="pref_show_record_voice_btn_summary">Показывать кнопку записи голоса в качестве кнопки быстрого действия</string>
|
||||
<string name="pref_show_record_voice_btn">Показывать кнопку записи голоса</string>
|
||||
<string name="pref_use_quick_share_attachment_choice_summary">Заменять кнопку отправки на кнопку вложений, если не печатается сообщение. Иначе показывать быстрые действия, которые могут быть настроены в следующих пунктах.</string>
|
||||
<string name="pref_quick_share_attachment_choice">Выбор вложений</string>
|
||||
<string name="unable_to_save_recording">Не удается сохранить запись</string>
|
||||
<string name="foreground_service_channel_name">Фоновая служба</string>
|
||||
<string name="foreground_service_channel_description">Эта категория уведомлений используется для отображения постоянного уведомления о том, что monocles_messenger запущен.</string>
|
||||
<string name="foreground_service_channel_description">Эта категория уведомлений используется для отображения постоянного уведомления о том, что monocles_chat запущен.</string>
|
||||
<string name="notification_group_status_information">Информация о статусе</string>
|
||||
<string name="error_channel_name">Проблемы с подключением</string>
|
||||
<string name="error_channel_description">Эта категория уведомлений используется для отображения уведомления в случае возникновения проблем с подключением к учетной записи.</string>
|
||||
|
@ -853,7 +853,7 @@
|
|||
<string name="open_with">Открыть с помощью...</string>
|
||||
<string name="server_info_adhoc_invite">XEP-0050: Ad-Hoc Commands: user invite</string>
|
||||
<string name="choose_account">Выберите аккаунт</string>
|
||||
<string name="set_profile_picture">Изображение профиля monocles_messenger</string>
|
||||
<string name="set_profile_picture">Изображение профиля monocles_chat</string>
|
||||
<string name="restore_backup">Восстановить резервную копию</string>
|
||||
<string name="restore">Восстановить</string>
|
||||
<string name="enter_password_to_restore">Введите пароль от аккаунта %s для восстановления резервной копии.</string>
|
||||
|
@ -919,7 +919,7 @@
|
|||
<string name="password_forgotten_title">Не помню пароль</string>
|
||||
<string name="password_forgotten_text">Забыли пароль учетной записи? Мы попробуем открыть страницу поддержки Вашего сервера.</string>
|
||||
<string name="set_settings_intro">Здесь Вы можете установить важные настройки конфиденциальности. Все настройки могут быть изменены позднее.</string>
|
||||
<string name="pref_show_mappreview_inside_summary">Предпросмотр карты внутри чата (будет устанавливаться соединение с monocles_messenger-Server).</string>
|
||||
<string name="pref_show_mappreview_inside_summary">Предпросмотр карты внутри чата (будет устанавливаться соединение с monocles_chat-Server).</string>
|
||||
<string name="pref_show_mappreview_inside">Предпросмотр геолокаций в чате</string>
|
||||
<string name="pref_use_internal_updater_summary">Разрешить мессенджеру проверять обновления раз в день</string>
|
||||
<string name="pref_use_internal_updater">Проверять наличие обновлений</string>
|
||||
|
@ -945,12 +945,12 @@
|
|||
<string name="action_unblock_participant">Разблокировать участника</string>
|
||||
<string name="action_block_participant">Заблокировать участника</string>
|
||||
<string name="share_backup_files">Отправить файл резервной копии</string>
|
||||
<string name="conversations_backup">Резервное копирование monocles_messenger</string>
|
||||
<string name="conversations_backup">Резервное копирование monocles_chat</string>
|
||||
<string name="event">Событие</string>
|
||||
<string name="pref_vibrate_in_chat_summary">Вибрация при новом сообщении в открытом чате</string>
|
||||
<string name="pref_vibrate_in_chat">Вибрация в открытом чате</string>
|
||||
<string name="open_backup">Открыть резервную копию</string>
|
||||
<string name="not_a_backup_file">Выбранный Вами файл не является резервной копией monocles_messenger</string>
|
||||
<string name="not_a_backup_file">Выбранный Вами файл не является резервной копией monocles_chat</string>
|
||||
<string name="account_already_setup">Этот аккаунт уже настроен</string>
|
||||
<string name="please_enter_password">Пожалуйста, введите пароль для этого аккаунта</string>
|
||||
<string name="unable_to_perform_this_action">Не удается выполнить это действие</string>
|
||||
|
@ -962,7 +962,7 @@
|
|||
<string name="pref_use_invidious_summary">Invidious - это приватный способ просмотра YouTube</string>
|
||||
<string name="this_device">Это устройство</string>
|
||||
<string name="intro_desc_main">Узнать больше…</string>
|
||||
<string name="welcome_header">Добро пожаловать в\nmonocles_messenger</string>
|
||||
<string name="welcome_header">Добро пожаловать в\nmonocles_chat</string>
|
||||
<string name="intro_required_permissions">Необходимые разрешения</string>
|
||||
<string name="intro_desc_required_permissions">В конце вступления Вам будет предложено предоставить разрешение на доступ к хранилищу (обязательное), если Вы еще не предоставили его. Другие разрешения запрашиваются по мере необходимости и являются необязательными.</string>
|
||||
<string name="intro_account">Ваш аккаунт</string>
|
||||
|
@ -980,9 +980,9 @@
|
|||
<string name="show_intro_again">Ознакомительные экраны будут показаны снова</string>
|
||||
<string name="show_intro_again_failed">Не удалось сбросить ознакомительные экраны. Попробуйте еще раз…</string>
|
||||
<string name="intro_desc_whats_xmpp">XMPP, также известный как jabber, является децентрализованной коммуникационной сетью и работает подобно электронной почте. Вам понадобится адрес под названием Jabber-ID, пароль и мессенджер. Подробнее об этом позже.</string>
|
||||
<string name="intro_whats_xmpp">Что такое XMPP / Jabber / monocles_messenger?</string>
|
||||
<string name="intro_whats_xmpp">Что такое XMPP / Jabber / monocles_chat?</string>
|
||||
<string name="intro_desc_optional_permissions">Разрешение на чтение Вашей адресной книги необходимо для получения Jabber-ID (если есть) Ваших контактов. Контакты никогда не передаются, не загружаются и не копируются.</string>
|
||||
<string name="intro_desc_account2">Вы можете создать новый профиль на monocles_messenger, просто введя ник.</string>
|
||||
<string name="intro_desc_account2">Вы можете создать новый профиль на monocles_chat, просто введя ник.</string>
|
||||
<string name="open_join_dialog">Присоединиться к публичному каналу…</string>
|
||||
<string name="intro_optional_permissions">Дополнительные разрешения</string>
|
||||
<string name="intro_desc_optional_permissions2">Разрешение на доступ к Вашему местоположению необходимо, если Вы хотите поделиться своим местоположением.\nДля обмена голосовыми сообщениями требуется доступ к Вашему микрофону.</string>
|
||||
|
@ -990,7 +990,7 @@
|
|||
<string name="intro_desc_start_chatting2">Вы также можете добавлять, создавать или присоединяться к многопользовательским чатам (так называемым MUC). Они разделяются на приватные групповые чаты и публичные групповые чаты (так называемые каналы).</string>
|
||||
<string name="intro_desc_start_chatting3">Поздравляем!\nА теперь идем и веселимся…</string>
|
||||
<string name="intro_privacy">Ваша конфиденциальность\nВаш суверенитет</string>
|
||||
<string name="intro_desc_privacy">monocles_messenger не будет ни продавать, ни анализировать Ваши данные, и Вы сами решаете, какие разрешения Вы предоставляете.</string>
|
||||
<string name="intro_desc_privacy">monocles_chat не будет ни продавать, ни анализировать Ваши данные, и Вы сами решаете, какие разрешения Вы предоставляете.</string>
|
||||
<string name="no_results">Нет результата</string>
|
||||
<string name="file_transmission_cancelled">передача файла прервана</string>
|
||||
<string name="sharing_application_not_grant_permission">Приложение общего доступа не предоставило разрешения на доступ к этому файлу.</string>
|
||||
|
@ -1007,7 +1007,7 @@
|
|||
<string name="ask_for_writeaccess">Пожалуйста, попросите разрешения на запись</string>
|
||||
<string name="pref_theme_blue">Синий</string>
|
||||
<string name="pref_theme_orange">Оранжевый</string>
|
||||
<string name="pref_theme_monocles">monocles_messenger</string>
|
||||
<string name="pref_theme_monocles">monocles_chat</string>
|
||||
<string name="pref_theme_grey">Серый</string>
|
||||
<string name="pref_theme_pink">Розовый</string>
|
||||
<string name="pref_theme_black">Чёрная (AMOLED)</string>
|
||||
|
@ -1102,14 +1102,14 @@
|
|||
<string name="n_missed_calls_from_m_contacts">%1$d пропущенных звонков от %2$d контактов</string>
|
||||
<string name="pref_invidious_host_summary">Использовать пользовательский invidious хост</string>
|
||||
<string name="pref_invidious_host">Invidious хост</string>
|
||||
<string name="updated_to_monocles">Мы успешно обновили Pix-Art Messenger до monocles_messenger\n\nСотрудничество проектов monocles_messenger и Pix-Art Messenger было расширено в ноябре 2020 года. В будущем приложение Pix-Art Messenger будет развиваться как monocles_messenger.\n\nЧто Вы можете ожидать:\n- Набор функций остается прежним\n- Чаты поддержки объединены\n- Цвета и логотипы адаптированы под monocles_messenger\n- Приложение все еще доступно бесплатно в Google Play и F-Droid\n\nВаша команда monocles_messenger</string>
|
||||
<string name="updated_to_monocles_google">Приносим извинения за то, что не смогли выполнить обновление до monocles_messenger. По ссылке Вы получите инструкции о том, как перенести все свои профили из Pix-Art Messenger в monocles_messenger. Нажимая на кнопку «Переместить данные», мы пытаемся переместить все отправленные и полученные файлы из Pix-Art Messenger в monocles_messenger. После успешной миграции не забудьте удалить Pix-Art Messenger со своего устройства.</string>
|
||||
<string name="updated_to_monocles">Мы успешно обновили Pix-Art Messenger до monocles_chat\n\nСотрудничество проектов monocles_chat и Pix-Art Messenger было расширено в ноябре 2020 года. В будущем приложение Pix-Art Messenger будет развиваться как monocles_chat.\n\nЧто Вы можете ожидать:\n- Набор функций остается прежним\n- Чаты поддержки объединены\n- Цвета и логотипы адаптированы под monocles_chat\n- Приложение все еще доступно бесплатно в Google Play и F-Droid\n\nВаша команда monocles_chat</string>
|
||||
<string name="updated_to_monocles_google">Приносим извинения за то, что не смогли выполнить обновление до monocles_chat. По ссылке Вы получите инструкции о том, как перенести все свои профили из Pix-Art Messenger в monocles_chat. Нажимая на кнопку «Переместить данные», мы пытаемся переместить все отправленные и полученные файлы из Pix-Art Messenger в monocles_chat. После успешной миграции не забудьте удалить Pix-Art Messenger со своего устройства.</string>
|
||||
<string name="link">Ссылка</string>
|
||||
<string name="no_application_found">Приложение не найдено</string>
|
||||
<string name="move_data">Перенести данные</string>
|
||||
<string name="error_moving_data">Произошла ошибка при переносе Ваших старых данных. Пожалуйста, перенесите их вручную.</string>
|
||||
<string name="data_successfully_moved">Ваши данные успешно перенесены.</string>
|
||||
<string name="invite_to_app">Пригласить в monocles_messenger</string>
|
||||
<string name="invite_to_app">Пригласить в monocles_chat</string>
|
||||
<string name="unable_to_parse_invite">Не удалось отправить приглашение</string>
|
||||
<string name="server_does_not_support_easy_onboarding_invites">Сервер не поддерживает создание приглашений</string>
|
||||
<string name="your_server">Ваш сервер</string>
|
||||
|
@ -1146,7 +1146,7 @@
|
|||
<string name="memory_warning_force">Ваш мессенджер использует %1$s (%2$s) внутренней памяти.\n\nВы должны включить автоматическое удаление вложений или удалить медиа-файлы вручную. В Вашем устройстве закончится память!</string>
|
||||
<string name="open_settings">Открыть настройки</string>
|
||||
<string name="oldAndroidVersion">Старая версия Android</string>
|
||||
<string name="oldAndroidVersionMessage">Вы используете старую версию Android, которая больше не будет поддерживаться в будущих обновлениях. Начиная с monocles_messenger версии 3.1.0 поддерживаются только устройства с Android 5 и выше. Пожалуйста, обновите прошивку Вашего устройства.</string>
|
||||
<string name="oldAndroidVersionMessage">Вы используете старую версию Android, которая больше не будет поддерживаться в будущих обновлениях. Начиная с monocles_chat версии 3.1.0 поддерживаются только устройства с Android 5 и выше. Пожалуйста, обновите прошивку Вашего устройства.</string>
|
||||
<string name="save_x_file">Сохранить %s</string>
|
||||
<string name="file_copied_to">Файл скопирован в %s</string>
|
||||
<string name="use_individual_notifications">Используйте индивидуальные уведомления</string>
|
||||
|
|
|
@ -59,8 +59,8 @@
|
|||
<string name="unblock">Engeli kaldır</string>
|
||||
<string name="save">Kaydet</string>
|
||||
<string name="ok">Tamam</string>
|
||||
<string name="crash_report_title">monocles_messenger hata verdi</string>
|
||||
<string name="crash_report_message">Hata raporlarını göndererek monocles_messenger\'in devam eden geliştirmesine yardımcı oluyorsunuz.\n<b>Uyarı:</b> Geliştiriciye hata raporlarını göndermek için XMPP hesabınız kullanılacak.</string>
|
||||
<string name="crash_report_title">monocles_chat hata verdi</string>
|
||||
<string name="crash_report_message">Hata raporlarını göndererek monocles_chat\'in devam eden geliştirmesine yardımcı oluyorsunuz.\n<b>Uyarı:</b> Geliştiriciye hata raporlarını göndermek için XMPP hesabınız kullanılacak.</string>
|
||||
<string name="send_now">Şimdi Gönder</string>
|
||||
<string name="send_never">Bir daha sorma</string>
|
||||
<string name="problem_connecting_to_account">Sunucuya bağlanılamıyor</string>
|
||||
|
@ -90,7 +90,7 @@
|
|||
<string name="offering">teklif yapılıyor…</string>
|
||||
<string name="waiting">Bekleniyor…</string>
|
||||
<string name="no_pgp_key">Hiç OpenPGP anahtarı bulunamadı</string>
|
||||
<string name="contact_has_no_pgp_key">monocles_messenger mesajlarınızı şifreleyemiyor çünkü kişi sizin veya kendisinin açık anahtarını paylaşmıyor.\n\n<small>Lütfen kişiden OpenPGP\'yi kurmasını isteyin.</small></string>
|
||||
<string name="contact_has_no_pgp_key">monocles_chat mesajlarınızı şifreleyemiyor çünkü kişi sizin veya kendisinin açık anahtarını paylaşmıyor.\n\n<small>Lütfen kişiden OpenPGP\'yi kurmasını isteyin.</small></string>
|
||||
<string name="no_pgp_keys">OpenPGP anahtarları bulunamadı</string>
|
||||
<string name="pref_general">Genel</string>
|
||||
<string name="pref_accept_files_wifi">WiFi bağlantılarındaki dosyaları kabul et</string>
|
||||
|
@ -108,7 +108,7 @@
|
|||
<string name="pref_sound">Zil sesi</string>
|
||||
<string name="pref_sound_summary">Yeni bir mesaj geldiği zaman ses çıkar</string>
|
||||
<string name="pref_send_crash">Kilitlenme raporlarını gönderin</string>
|
||||
<string name="pref_send_crash_summary">Hata raporları göndererek monocles_messenger\'in devam etmekte olan gelişimine yardım ediyorsunuz</string>
|
||||
<string name="pref_send_crash_summary">Hata raporları göndererek monocles_chat\'in devam etmekte olan gelişimine yardım ediyorsunuz</string>
|
||||
<string name="pref_confirm_messages">Mesajları Onayla</string>
|
||||
<string name="pref_confirm_messages_summary">Kişilerinize mesajlarınızı ne zaman aldığınızı ve okuduğunuzu bilmelerini sağlayın</string>
|
||||
<string name="pref_ui_options">Arayüz</string>
|
||||
|
@ -157,7 +157,7 @@
|
|||
<string name="mgmt_account_delete_confirm_message">Eğer hesabınızı silerseniz bütün lokal sohbet geçmişiniz kaybolacak.\n\nEğer hesabınızı bu sunucudan silerseniz, tüm hesabımınız sunucudan da kaldırılacaktır ve Yeni bir hesap açana kadar oturum açamayacaksınız.</string>
|
||||
<string name="attach_record_voice">Kayıt sesi</string>
|
||||
<string name="account_settings_jabber_id">Jabber Kimliği</string>
|
||||
<string name="account_settings_example_jabber_id">kullanıcıadı@monocles_messenger</string>
|
||||
<string name="account_settings_example_jabber_id">kullanıcıadı@monocles.de</string>
|
||||
<string name="password">Parola</string>
|
||||
<string name="invalid_jid">Bu geçerli bir Jabber-ID değil</string>
|
||||
<string name="error_out_of_memory">Bellek yetersiz. Görüntü çok büyük</string>
|
||||
|
@ -414,7 +414,7 @@
|
|||
<string name="pref_dnd_on_silent_mode_summary">Cihaz sessiz moddayken kaynağınızı \"Rahatsız etmeyin\" olarak işaretler</string>
|
||||
<string name="pref_treat_vibrate_as_silent">Titreşimsiz mod olarak işlem yap</string>
|
||||
<string name="pref_treat_vibrate_as_dnd_summary">Cihaz titrediğinde kaynağı \"Rahatsız etmeyin\" olarak işaretler</string>
|
||||
<string name="hostname_example">monocles_messenger</string>
|
||||
<string name="hostname_example">monocles.de</string>
|
||||
<string name="action_add_account_with_certificate">Sertifika ile hesap ekle</string>
|
||||
<string name="unable_to_parse_certificate">Sertifika çözümlenemedi</string>
|
||||
<string name="authenticate_with_certificate">Sertifikanın kimliğini doğrulamak için boş bırakın</string>
|
||||
|
|
|
@ -744,7 +744,7 @@
|
|||
<string name="delete_message">Вилучити</string>
|
||||
<string name="conference_destroyed">Цю групу закрито</string>
|
||||
<string name="no_application_found_to_view_contact">Не знайдено програми, щоб переглянути контакт</string>
|
||||
<string name="welcome_server_info">Рекомендуємо використовувати monocles_messenger як постачальника послуг XMPP. </string>
|
||||
<string name="welcome_server_info">Рекомендуємо використовувати monocles chat як постачальника послуг XMPP. </string>
|
||||
<string name="pref_show_record_voice_btn_summary">Показувати у чаті кнопку запису голосу як швидку дію</string>
|
||||
<string name="pref_show_record_voice_btn">Показувати кнопку запису голосу</string>
|
||||
<string name="pref_use_quick_share_attachment_choice_summary">Замінювати клавішу надсилання під час набору функцією вибору вкладення. В іншому випадку показувати швидкі дії (можна окремо налаштувати)</string>
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<resources>
|
||||
<string name="pref_about_message" translatable="false"><b>monocles_messenger</b>
|
||||
<string name="pref_about_message" translatable="false"><b>monocles_chat</b>
|
||||
\n\nCopyright © 2014-%s Christian Schneppe
|
||||
\n\nhttps://monocles_messenger
|
||||
\n\nhttps://monocles_chat
|
||||
\n\nThis 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
|
||||
|
@ -14,9 +14,9 @@
|
|||
\n\nYou should have received a copy of the GNU General Public License
|
||||
along with this program. If not, see https://www.gnu.org/licenses
|
||||
\n\nDownload the full original source code at https://github.com/siacs/Conversations (Copyright © Daniel Gultsch)
|
||||
\n\nDownload the modified source code at https://codeberg.org/kriztan/monocles_messenger
|
||||
\n\nDownload the modified source code at https://codeberg.org/kriztan/monocles_chat
|
||||
\n\nYou can support Christian Schneppe by making a donation in form of a gift in sense of § 516 ff BGB i.e. a gratuitous donation via PayPal for pix-art@pix-art.de
|
||||
\n\nYou can support the monocles_messenger provider by making a donation. More information on https://monocles_messenger/en/unterstuetzen
|
||||
\n\nYou can support the monocles_chat provider by making a donation. More information on https://monocles_chat/en/unterstuetzen
|
||||
</string>
|
||||
<string name="pref_about_libraries" translatable="false"><b>Libraries</b>
|
||||
\n\nhttps://www.bouncycastle.org\n(The MIT License (MIT))
|
||||
|
|
|
@ -8,7 +8,7 @@
|
|||
<color name="accent_light_disabled">#1a000000</color> <!-- light blue accent for disabled accounts-->
|
||||
|
||||
<!-- monocles theme -->
|
||||
<color name="primary_monocles">#ff363839</color>
|
||||
<color name="primary_monocles">#7188C3</color>
|
||||
<color name="primary_dark_monocles">#ff3e5ea2</color>
|
||||
<color name="accent_monocles">#ff7189c5</color>
|
||||
<color name="accent_light_monocles">#1aff9843</color>
|
||||
|
|
|
@ -56,7 +56,7 @@
|
|||
<bool name="prefer_xmpp_avatar">true</bool>
|
||||
<bool name="show_links_inside">true</bool>
|
||||
<bool name="show_maps_inside">true</bool>
|
||||
<string name="mappreview_url">https://monocles_messenger/staticmap/staticmap.php</string>
|
||||
<string name="mappreview_url">https://monocles_chat/staticmap/staticmap.php</string>
|
||||
<bool name="use_internal_updater">true</bool>
|
||||
<bool name="show_own_accounts">true</bool>
|
||||
<bool name="vibrate_in_chat">true</bool>
|
||||
|
@ -212,14 +212,14 @@
|
|||
<item>chat.hipchat.com</item>
|
||||
<item>googlemail.com</item>
|
||||
<item>nsa.li</item>
|
||||
<item>monocles_messenger</item>
|
||||
<item>monocles_chat</item>
|
||||
<item>buzon.uy</item>
|
||||
<item>chapril.org</item>
|
||||
</string-array>
|
||||
|
||||
<string-array name="support_domains">
|
||||
<item>pix-art.de</item>
|
||||
<item>monocles_messenger</item>
|
||||
<item>monocles_chat</item>
|
||||
<item>jabber.de</item>
|
||||
<item>dismail.de</item>
|
||||
<item>draugr.de</item>
|
||||
|
@ -232,7 +232,7 @@
|
|||
|
||||
<string-array name="support_site">
|
||||
<item>https://jabber.pix-art.de/impressum/</item>
|
||||
<item>https://monocles_messenger/en/kontakt/</item>
|
||||
<item>https://monocles_chat/en/kontakt/</item>
|
||||
<item>https://www.jabber.de/support/</item>
|
||||
<item>https://dismail.de/contact.html</item>
|
||||
<item>https://www.draugr.de/kontakt/</item>
|
||||
|
|
|
@ -62,8 +62,8 @@
|
|||
<string name="unblock">Unblock</string>
|
||||
<string name="save">Save</string>
|
||||
<string name="ok">OK</string>
|
||||
<string name="crash_report_title">monocles_messenger has crashed</string>
|
||||
<string name="crash_report_message">By sending in stack traces you are helping the ongoing development of monocles_messenger\n<b>Warning:</b> This will use your XMPP account to send the stack trace to the developer.</string>
|
||||
<string name="crash_report_title">monocles chat has crashed</string>
|
||||
<string name="crash_report_message">By sending in stack traces you are helping the ongoing development of monocles chat\n<b>Warning:</b> This will use your XMPP account to send the stack trace to the developer.</string>
|
||||
<string name="send_now">Send now</string>
|
||||
<string name="send_never">Never ask again</string>
|
||||
<string name="problem_connecting_to_account">Unable to connect to account</string>
|
||||
|
@ -94,7 +94,7 @@
|
|||
<string name="offering">offering…</string>
|
||||
<string name="waiting">waiting…</string>
|
||||
<string name="no_pgp_key">No OpenPGP Key found</string>
|
||||
<string name="contact_has_no_pgp_key">monocles_messenger is unable to encrypt your messages because your contact is not announcing his or hers public key.\n\n<small>Please ask your contact to setup OpenPGP.</small></string>
|
||||
<string name="contact_has_no_pgp_key">monocles chat is unable to encrypt your messages because your contact is not announcing his or hers public key.\n\n<small>Please ask your contact to setup OpenPGP.</small></string>
|
||||
<string name="no_pgp_keys">No OpenPGP Keys found</string>
|
||||
<string name="pref_general">General</string>
|
||||
<string name="pref_accept_files_wifi">Accept files in WiFi connections</string>
|
||||
|
@ -112,7 +112,7 @@
|
|||
<string name="pref_sound">Ringtone</string>
|
||||
<string name="pref_sound_summary">Play sound when a new message arrives</string>
|
||||
<string name="pref_send_crash">Send crash reports</string>
|
||||
<string name="pref_send_crash_summary">By sending stack traces you are helping the ongoing development of monocles_messenger</string>
|
||||
<string name="pref_send_crash_summary">By sending stack traces you are helping the ongoing development of monocles chat</string>
|
||||
<string name="pref_confirm_messages">Confirm Messages</string>
|
||||
<string name="pref_confirm_messages_summary">Let your contacts know when you have received and read their messages</string>
|
||||
<string name="pref_ui_options">UI</string>
|
||||
|
@ -161,7 +161,7 @@
|
|||
<string name="mgmt_account_delete_confirm_message">If you delete your account, your entire local conversation history will be lost.\n\nIf you delete your account from server, your entire account will be deleted from server too, you will not be able to login anymore until you register a new account.</string>
|
||||
<string name="attach_record_voice">Record voice</string>
|
||||
<string name="account_settings_jabber_id">Jabber-ID</string>
|
||||
<string name="account_settings_example_jabber_id">username@monocles_messenger</string>
|
||||
<string name="account_settings_example_jabber_id">username@monocles.de</string>
|
||||
<string name="password">Password</string>
|
||||
<string name="invalid_jid">This is not a valid Jabber-ID</string>
|
||||
<string name="error_out_of_memory">Out of memory. Image is too large</string>
|
||||
|
@ -297,7 +297,7 @@
|
|||
<string name="finish">Finish</string>
|
||||
<string name="verified">Verified!</string>
|
||||
<string name="smp_requested">Contact requested SMP verification</string>
|
||||
<string name="conversations_foreground_service" translatable="false">monocles_messenger</string>
|
||||
<string name="conversations_foreground_service" translatable="false">monocles chat</string>
|
||||
<string name="pref_create_backup">Create backup</string>
|
||||
<string name="pref_create_backup_summary">Write backup files to %s</string>
|
||||
<string name="notification_create_backup_title">Creating backup files</string>
|
||||
|
@ -438,11 +438,11 @@
|
|||
<string name="pref_away_when_screen_off">Away when device is locked</string>
|
||||
<string name="pref_away_when_screen_off_summary">Marks your resource as away when the device is locked</string>
|
||||
<string name="pref_dnd_on_silent_mode">\"Do not disturb\" in silent mode</string>
|
||||
<string name="update_info">monocles_messenger is downloading and installing the new version automatically.\n\nPlease wait…</string>
|
||||
<string name="update_info">monocles chat is downloading and installing the new version automatically.\n\nPlease wait…</string>
|
||||
<string name="pref_dnd_on_silent_mode_summary">Marks your resource as \"Do not disturb\" when device is in silent mode</string>
|
||||
<string name="pref_treat_vibrate_as_silent">Treat vibrate as silent mode</string>
|
||||
<string name="pref_treat_vibrate_as_dnd_summary">Marks your resource as \"Do not disturb\" when device is on vibrate</string>
|
||||
<string name="hostname_example">monocles_messenger</string>
|
||||
<string name="hostname_example">monocles.de</string>
|
||||
<string name="action_add_account_with_certificate">Add account with certificate</string>
|
||||
<string name="unable_to_parse_certificate">Unable to parse certificate</string>
|
||||
<string name="authenticate_with_certificate">Leave empty to authenticate w/ certificate</string>
|
||||
|
@ -470,9 +470,9 @@
|
|||
<item quantity="other">%d messages</item>
|
||||
</plurals>
|
||||
<string name="load_more_messages">Load more messages</string>
|
||||
<string name="no_storage_permission">monocles_messenger needs access to external storage</string>
|
||||
<string name="no_storage_permission">monocles chat needs access to external storage</string>
|
||||
<string name="sync_with_contacts">Synchronize with contacts</string>
|
||||
<string name="sync_with_contacts_long">monocles_messenger wants to match your XMPP roster with your contacts to show their full names and avatars.\n\nmonocles_messenger will only read your contacts and match them locally without uploading them to your server.\n\nYou will now be asked to grant permission to access your contacts.</string>
|
||||
<string name="sync_with_contacts_long">monocles chat wants to match your XMPP roster with your contacts to show their full names and avatars.\n\nmonocles chat will only read your contacts and match them locally without uploading them to your server.\n\nYou will now be asked to grant permission to access your contacts.</string>
|
||||
<string name="notify_on_all_messages">Notify on all messages</string>
|
||||
<string name="notify_only_when_highlighted">Notify only when mentioned</string>
|
||||
<string name="notify_never">Notifications disabled</string>
|
||||
|
@ -489,8 +489,8 @@
|
|||
<string name="always">Always</string>
|
||||
<string name="always_off">Always off</string>
|
||||
<string name="battery_optimizations_enabled">Battery optimizations enabled</string>
|
||||
<string name="battery_optimizations_enabled_explained">Your device is doing some heavy battery optimizations on monocles_messenger that might lead to delayed notifications or even message loss.\nIt is recommended to disable those.</string>
|
||||
<string name="battery_optimizations_enabled_dialog">Your device is doing some heavy battery optimizations on monocles_messenger that might lead to delayed notifications or even message loss.\n\nYou will now be asked to disable those.</string>
|
||||
<string name="battery_optimizations_enabled_explained">Your device is doing some heavy battery optimizations on monocles chat that might lead to delayed notifications or even message loss.\nIt is recommended to disable those.</string>
|
||||
<string name="battery_optimizations_enabled_dialog">Your device is doing some heavy battery optimizations on monocles chat that might lead to delayed notifications or even message loss.\n\nYou will now be asked to disable those.</string>
|
||||
<string name="install_from_unknown_sources_disabled">Install from unknown sources disabled</string>
|
||||
<string name="install_from_unknown_sources_disabled_dialog">Your device is configured to not allow app installs from unknown sources except from Google PlayStore. This will cause problems with the in app updater.\n\nYou will now be asked to allow app installs from unknown sources.</string>
|
||||
<string name="disable">Disable</string>
|
||||
|
@ -502,7 +502,7 @@
|
|||
<string name="correct_message">Correct message</string>
|
||||
<string name="send_corrected_message">Send corrected message</string>
|
||||
<string name="no_keys_just_confirm">You already trust this contact. By selecting ’done’ you are just confirming that %s is part of this group chat.</string>
|
||||
<string name="contacts_have_no_pgp_keys">monocles_messenger is unable to encrypt your messages because your contacts are not announcing their public keys.\n\n</string>
|
||||
<string name="contacts_have_no_pgp_keys">monocles chat is unable to encrypt your messages because your contacts are not announcing their public keys.\n\n</string>
|
||||
<string name="this_account_is_disabled">You have disabled this account</string>
|
||||
<string name="no_application_to_share_uri">No application found to share URI</string>
|
||||
<string name="share_uri_with">Share URI with…</string>
|
||||
|
@ -538,11 +538,11 @@
|
|||
<string name="import_database">Import backup</string>
|
||||
<string name="invite_again">Invite again</string>
|
||||
<string name="inviteUser_Subject">has invited you via</string>
|
||||
<string name="InviteText">Hello,\n\nthe user %s has invited you to monocles_messenger. Just click the following link…</string>
|
||||
<string name="InviteText">Hello,\n\nthe user %s has invited you to monocles chat. Just click the following link…</string>
|
||||
<string name="pref_broadcast_last_activity">Broadcast Last User Interaction</string>
|
||||
<string name="pref_broadcast_last_activity_summary">Let all your contacts know when use monocles_messenger</string>
|
||||
<string name="request_permissions_message">monocles_messenger will ask you to allow a few permissions. It is important that you allow all these permissions to use all features of this messenger. If you deny any of these permissions the app will close itself.</string>
|
||||
<string name="request_permissions_message_again">You have denied some or all permissions needed for monocles_messenger. Would you like to jump to the settings and allow these permissions? If you denie any of these permissions, the app will close itself.</string>
|
||||
<string name="pref_broadcast_last_activity_summary">Let all your contacts know when use monocles chat</string>
|
||||
<string name="request_permissions_message">monocles chat will ask you to allow a few permissions. It is important that you allow all these permissions to use all features of this chat. If you deny any of these permissions the app will close itself.</string>
|
||||
<string name="request_permissions_message_again">You have denied some or all permissions needed for monocles chat. Would you like to jump to the settings and allow these permissions? If you denie any of these permissions, the app will close itself.</string>
|
||||
<string name="unable_to_connect_to_keychain">Unable to connect to OpenKeychain</string>
|
||||
<string name="this_device_is_no_longer_in_use">This device is no longer in use</string>
|
||||
<string name="please_wait">Please wait…</string>
|
||||
|
@ -570,8 +570,8 @@
|
|||
<string name="show_error_message">Show error message</string>
|
||||
<string name="error_message">Error message</string>
|
||||
<string name="data_saver_enabled">Data saver enabled</string>
|
||||
<string name="data_saver_enabled_explained">Your operating system is restricting monocles_messenger from accessing the Internet when in background. To receive notifications of new messages you should allow monocles_messenger unrestricted access when Data saver is on.\n\nmonocles_messenger will still make an effort to save data when possible.</string>
|
||||
<string name="device_does_not_support_data_saver">Your device does not supporting disabling data saver for monocles_messenger.</string>
|
||||
<string name="data_saver_enabled_explained">Your operating system is restricting monocles chat from accessing the Internet when in background. To receive notifications of new messages you should allow monocles chat unrestricted access when Data saver is on.\n\nmonocles chat will still make an effort to save data when possible.</string>
|
||||
<string name="device_does_not_support_data_saver">Your device does not supporting disabling data saver for monocles chat.</string>
|
||||
<string name="add_to_contact_list">Add to contact list</string>
|
||||
<string name="contact">Contact</string>
|
||||
<string name="unable_to_start_recording">Unable to start recording</string>
|
||||
|
@ -677,7 +677,7 @@
|
|||
<string name="server_info_partial">partial</string>
|
||||
<string name="pref_show_foreground_service_summary">Some Android devices will close some apps after a period of time and you won’t be able to receive new messages. If you have such problems, try to activate the foreground service. But keep in mind, that you will have a permanent notification with this option checked.</string>
|
||||
<string name="pref_show_foreground_service">Use foreground service</string>
|
||||
<string name="update_service">monocles_messenger update service</string>
|
||||
<string name="update_service">monocles chat update service</string>
|
||||
<string name="install_update">Install update?</string>
|
||||
<string name="highlight_in_muc">highlight user</string>
|
||||
<string name="no_application_found_to_open_link">No application found to open link</string>
|
||||
|
@ -699,7 +699,7 @@
|
|||
<string name="no_write_access_in_public_muc">You are not participating this group chat and have no write access at the moment.\nPlease go to the group chat details by pressing <b>OK</b> and send a private message to a moderator, administrator or owner by long clicking one of the members name at the top/front of the list to ask for write access.</string>
|
||||
<string name="snooze">Snooze</string>
|
||||
<string name="huawei_protected_apps">Protected Apps</string>
|
||||
<string name="huawei_protected_apps_summary">To keep receiving notifications, even when the screen is turned off, you need to add monocles_messenger to the list of protected apps.</string>
|
||||
<string name="huawei_protected_apps_summary">To keep receiving notifications, even when the screen is turned off, you need to add monocles chat to the list of protected apps.</string>
|
||||
<string name="pref_enable_multi_accounts_title">Enable multiple accounts</string>
|
||||
<string name="pref_enable_multi_accounts_summary">Do you want to use multiple accounts?</string>
|
||||
<string name="mtm_accept_cert">Accept Unknown Certificate?</string>
|
||||
|
@ -712,14 +712,14 @@
|
|||
<string name="qr_code_scanner_needs_access_to_camera">The QR code scanner needs access to the camera</string>
|
||||
<string name="pref_scroll_to_bottom_summary">Scroll down after sending a message</string>
|
||||
<string name="pref_scroll_to_bottom">Scroll to bottom</string>
|
||||
<string name="no_camera_permission">monocles_messenger needs access to the camera</string>
|
||||
<string name="no_camera_permission">monocles chat needs access to the camera</string>
|
||||
<string name="edit_status_message_title">Edit Status Message</string>
|
||||
<string name="pref_automatically_delete_messages_description">Automatically delete messages from this device that are older than the configured time frame.</string>
|
||||
<string name="pref_automatically_delete_messages">Automatic message deletion</string>
|
||||
<string name="pref_automatically_delete_attachments_description">Automatically delete attachments from this device that are older than the configured time frame.</string>
|
||||
<string name="pref_automatically_delete_files">Automatic attachment deletion</string>
|
||||
<string name="disable_encryption">Disable encryption</string>
|
||||
<string name="error_trustkey_general">monocles_messenger is unable to send encrypted messages to %1$s. This may be due to your contact using an outdated server or client that can not handle OMEMO.</string>
|
||||
<string name="error_trustkey_general">monocles chat is unable to send encrypted messages to %1$s. This may be due to your contact using an outdated server or client that can not handle OMEMO.</string>
|
||||
<string name="error_trustkey_device_list">Unable to fetch device list</string>
|
||||
<string name="error_trustkey_bundle">Unable to fetch device bundles</string>
|
||||
<string name="error_trustkey_hint_mutual">Hint: In some cases this can be fixed by adding each other your contact lists.</string>
|
||||
|
@ -746,7 +746,7 @@
|
|||
<string name="large">Large</string>
|
||||
<string name="create_shortcut">Create Shortcut</string>
|
||||
<string name="not_encrypted_for_this_device">Message was not encrypted for this device.</string>
|
||||
<string name="no_microphone_permission">monocles_messenger needs access to the microphone</string>
|
||||
<string name="no_microphone_permission">monocles chat needs access to the microphone</string>
|
||||
<string name="search_messages">Search messages</string>
|
||||
<string name="gif">GIF</string>
|
||||
<string name="view_conversation">View conversation</string>
|
||||
|
@ -775,15 +775,15 @@
|
|||
<string name="delete_message">Delete message</string>
|
||||
<string name="conference_destroyed">This group chat has been destroyed</string>
|
||||
<string name="no_application_found_to_view_contact">No application found to view contact</string>
|
||||
<string name="welcome_server_info">We recommend the use of monocles_messenger as your provider.</string>
|
||||
<string name="no_location_permission">monocles_messenger needs access to location services</string>
|
||||
<string name="welcome_server_info">We recommend the use of monocles chat as your provider.</string>
|
||||
<string name="no_location_permission">monocles chat needs access to location services</string>
|
||||
<string name="pref_show_record_voice_btn_summary">Show record voice button in chats as quick action</string>
|
||||
<string name="pref_show_record_voice_btn">Show record voice button</string>
|
||||
<string name="pref_use_quick_share_attachment_choice_summary">Replace send button with attachment choice if no message is typed. Otherwise show quick actions, which can be cofigured in the following setting.</string>
|
||||
<string name="pref_quick_share_attachment_choice">Attachment choice</string>
|
||||
<string name="unable_to_save_recording">Unable to save recording</string>
|
||||
<string name="foreground_service_channel_name">Foreground service</string>
|
||||
<string name="foreground_service_channel_description">This notification category is used to display a permanent notification indicating that monocles_messenger is running.</string>
|
||||
<string name="foreground_service_channel_description">This notification category is used to display a permanent notification indicating that monocles chat is running.</string>
|
||||
<string name="notification_group_status_information">Status Information</string>
|
||||
<string name="error_channel_name">Connectivity Problems</string>
|
||||
<string name="error_channel_description">This notification category is used to display a notification in case there is a problem connecting to an account.</string>
|
||||
|
@ -835,7 +835,7 @@
|
|||
<string name="open_with">Open with…</string>
|
||||
<string name="server_info_adhoc_invite">XEP-0050: Ad-Hoc Commands: user invite</string>
|
||||
<string name="choose_account">Choose account</string>
|
||||
<string name="set_profile_picture">monocles_messenger profile picture</string>
|
||||
<string name="set_profile_picture">monocles chat profile picture</string>
|
||||
<string name="restore_backup">Restore backup</string>
|
||||
<string name="restore">Restore</string>
|
||||
<string name="enter_password_to_restore">Enter your password for the account %s to restore the backup.</string>
|
||||
|
@ -899,9 +899,9 @@
|
|||
<string name="password_forgotten_title">Password forgotten</string>
|
||||
<string name="password_forgotten_text">You have forgotten your account password? We will now try to open the support website of your provider.</string>
|
||||
<string name="set_settings_intro">Here you can set some important privacy settings to your needs. All the settings can also be modified later.</string>
|
||||
<string name="pref_show_mappreview_inside_summary">Show map previews directly inside the chat view, a connection to the monocles_messenger-Server will be established.</string>
|
||||
<string name="pref_show_mappreview_inside_summary">Show map previews directly inside the chat view, a connection to the monocles chat-Server will be established.</string>
|
||||
<string name="pref_show_mappreview_inside">Show previews of locations in chat</string>
|
||||
<string name="pref_use_internal_updater_summary">Let the messenger look for new app updates once a day</string>
|
||||
<string name="pref_use_internal_updater_summary">Let the chat look for new app updates once a day</string>
|
||||
<string name="pref_use_internal_updater">Look for updates</string>
|
||||
<string name="attach">Attach</string>
|
||||
<string name="delete_from_server">Delete from server</string>
|
||||
|
@ -925,12 +925,12 @@
|
|||
<string name="action_unblock_participant">Unblock participant</string>
|
||||
<string name="action_block_participant">Block participant</string>
|
||||
<string name="share_backup_files">Share backup files</string>
|
||||
<string name="conversations_backup">monocles_messenger backup</string>
|
||||
<string name="conversations_backup">monocles chat backup</string>
|
||||
<string name="event">Event</string>
|
||||
<string name="pref_vibrate_in_chat_summary">Vibrate when a new message arrives in an open chat</string>
|
||||
<string name="pref_vibrate_in_chat">Vibrate in open chat</string>
|
||||
<string name="open_backup">Open backup</string>
|
||||
<string name="not_a_backup_file">The file you selected is not a monocles_messenger backup file</string>
|
||||
<string name="not_a_backup_file">The file you selected is not a monocles chat backup file</string>
|
||||
<string name="account_already_setup">This account has already been setup</string>
|
||||
<string name="please_enter_password">Please enter the password for this account</string>
|
||||
<string name="unable_to_perform_this_action">Unable to perform this action</string>
|
||||
|
@ -942,7 +942,7 @@
|
|||
<string name="pref_use_invidious_summary">Invidious is a privacy friendly alternative to YouTube</string>
|
||||
<string name="this_device">This device</string>
|
||||
<string name="intro_desc_main">Learn more…</string>
|
||||
<string name="welcome_header">Welcome to\nmonocles_messenger</string>
|
||||
<string name="welcome_header">Welcome to\nmonocles chat</string>
|
||||
<string name="intro_required_permissions">Required permissions</string>
|
||||
<string name="intro_desc_required_permissions">At the end of the intro you will be asked to grant storage permissions (mandatory), if you have not already given them. Addition permissions are requested as needed and are optional.</string>
|
||||
<string name="intro_account">Your account</string>
|
||||
|
@ -959,10 +959,10 @@
|
|||
<string name="pref_show_intro">Show intro again</string>
|
||||
<string name="show_intro_again">Intro screens will be shown again</string>
|
||||
<string name="show_intro_again_failed">Resetting intro screens failed. Try again…</string>
|
||||
<string name="intro_desc_whats_xmpp">XMPP, also called jabber, is a decentralized communication network and works like e-mail. You need an address called Jabber-ID, a password and a messenger. More about this later.</string>
|
||||
<string name="intro_whats_xmpp">What is XMPP / Jabber / monocles_messenger?</string>
|
||||
<string name="intro_desc_whats_xmpp">XMPP, also called jabber, is a decentralized communication network and works like e-mail. You need an address called Jabber-ID, a password and a chat. More about this later.</string>
|
||||
<string name="intro_whats_xmpp">What is XMPP / Jabber / monocles chat?</string>
|
||||
<string name="intro_desc_optional_permissions">Permissions to read your address book are required to read Jabber-IDs (if any) from your contacts. Contacts are never shared, uploaded or copied.</string>
|
||||
<string name="intro_desc_account2">You can create a new profile on monocles_messenger just by entering a nickname.</string>
|
||||
<string name="intro_desc_account2">You can create a new profile on monocles chat just by entering a nickname.</string>
|
||||
<string name="open_join_dialog">Join public channel…</string>
|
||||
<string name="intro_optional_permissions">Optional permissions</string>
|
||||
<string name="intro_desc_optional_permissions2">Permissions for your location is needed if you would like to share your location.\nFor sharing voice messages it is required to get access to your microphone.</string>
|
||||
|
@ -970,7 +970,7 @@
|
|||
<string name="intro_desc_start_chatting2">You can also add, create or join multi user chats - so-called MUCs. They where distinguished between private group chats and public group chats - so called channels.</string>
|
||||
<string name="intro_desc_start_chatting3">Congratulations!\nHere we go and have fun…</string>
|
||||
<string name="intro_privacy">Your privacy\nYour sovereignty</string>
|
||||
<string name="intro_desc_privacy">monocles_messenger will neither sell nor analyze your data and you decide which permissions you grant.</string>
|
||||
<string name="intro_desc_privacy">monocles chat will neither sell nor analyze your data and you decide which permissions you grant.</string>
|
||||
<string name="no_results">No results</string>
|
||||
<string name="file_transmission_cancelled">file transmission cancelled</string>
|
||||
<string name="sharing_application_not_grant_permission">The sharing application did not grant permission to access this file.</string>
|
||||
|
@ -987,7 +987,7 @@
|
|||
<string name="ask_for_writeaccess">Please ask for write access</string>
|
||||
<string name="pref_theme_blue">Blue</string>
|
||||
<string name="pref_theme_orange">Orange</string>
|
||||
<string name="pref_theme_monocles">monocles_messenger</string>
|
||||
<string name="pref_theme_monocles">monocles</string>
|
||||
<string name="pref_theme_grey">Grey</string>
|
||||
<string name="pref_theme_pink">Pink</string>
|
||||
<string name="pref_theme_black">Black (AMOLED)</string>
|
||||
|
@ -1080,14 +1080,14 @@
|
|||
<string name="n_missed_calls_from_m_contacts">%1$d missed calls from %2$d contacts</string>
|
||||
<string name="pref_invidious_host_summary">Use a custom invidious host</string>
|
||||
<string name="pref_invidious_host">Invidious host</string>
|
||||
<string name="updated_to_monocles">We have successfully updated Pix-Art Messenger to monocles_messenger\n\nThe cooperation of the two projects monocles_messenger and Pix-Art Messenger was expanded in November 2020. In the future, the Android app Pix-Art Messenger will be continued under the name monocles_messenger.\n\nWhat you can expect:\n- Range of functions remains the same\n- Support chat rooms are merged\n- Colors and logos are adapted to monocles_messenger\n- App is still available for free in Google Play Store and F-Droid Store\n\nYour monocles_messenger Team</string>
|
||||
<string name="updated_to_monocles_google">We have to apologize that we could not update directly to monocles_messenger. Under the following link you will receive instructions on how to transfer all your profiles from Pix-Art Messenger to monocles_messenger. By clicking on move data we try to move all sent and received files from Pix-Art Messenger to monocles_messenger. After a successfully migration keep in mind to remove Pix-Art Messenger from your device.</string>
|
||||
<string name="updated_to_monocles">We have successfully updated Monocles Messenger to monocles chat\n\nThe cooperation of the two projects monocles chat and Pix-Art Messenger was expanded in November 2020. In the future, the Android app Pix-Art Messenger will be continued under the name monocles chat.\n\nWhat you can expect:\n- Range of functions remains the same\n- Support chat rooms are merged\n- Colors and logos are adapted to monocles chat\n- App is still available for free in Google Play Store and F-Droid Store\n\nYour monocles_chat Team</string>
|
||||
<string name="updated_to_monocles_google">We have to apologize that we could not update directly to monocles_chat. Under the following link you will receive instructions on how to transfer all your profiles from Pix-Art Messenger to monocles_chat. By clicking on move data we try to move all sent and received files from Pix-Art Messenger to monocles_chat. After a successfully migration keep in mind to remove Pix-Art Messenger from your device.</string>
|
||||
<string name="link">Link</string>
|
||||
<string name="no_application_found">No application found</string>
|
||||
<string name="move_data">Move data</string>
|
||||
<string name="error_moving_data">An error occurred while moving your old data. Please move them manually.</string>
|
||||
<string name="data_successfully_moved">Your data has been moved successfully.</string>
|
||||
<string name="invite_to_app">Invite to monocles_messenger</string>
|
||||
<string name="invite_to_app">Invite to monocles_chat</string>
|
||||
<string name="unable_to_parse_invite">Unable to parse invite</string>
|
||||
<string name="server_does_not_support_easy_onboarding_invites">Server does not support generating invites</string>
|
||||
<string name="your_server">Your provider</string>
|
||||
|
@ -1120,11 +1120,11 @@
|
|||
<string name="videos">videos</string>
|
||||
<string name="files">files</string>
|
||||
<string name="all_media_files">media files</string>
|
||||
<string name="memory_warning">Your messenger is using %1$s (%2$s) of internal memory.\n\nYou can enable automatic attachment deletion or delete stored media manually.</string>
|
||||
<string name="memory_warning_force">Your messenger is using %1$s (%2$s) of internal memory.\n\nYou should enable automatic attachment deletion or delete stored media manually. Your device will become out of memory!</string>
|
||||
<string name="memory_warning">Your chat is using %1$s (%2$s) of internal memory.\n\nYou can enable automatic attachment deletion or delete stored media manually.</string>
|
||||
<string name="memory_warning_force">Your chat is using %1$s (%2$s) of internal memory.\n\nYou should enable automatic attachment deletion or delete stored media manually. Your device will become out of memory!</string>
|
||||
<string name="open_settings">Open settings</string>
|
||||
<string name="oldAndroidVersion">Old Android version</string>
|
||||
<string name="oldAndroidVersionMessage">You are using an old Android version that will no longer be supported in future updates. From monocles_messenger version 3.1.0 only devices with Android 5 or higher are supported. Please update your device firmware.</string>
|
||||
<string name="oldAndroidVersionMessage">You are using an old Android version that will no longer be supported in future updates. From monocles_chat version 3.1.0 only devices with Android 5 or higher are supported. Please update your device firmware.</string>
|
||||
<string name="save_x_file">Save %s</string>
|
||||
<string name="file_copied_to">File copied to %s</string>
|
||||
<string name="use_individual_notifications">Use individual notifications</string>
|
||||
|
|
Loading…
Reference in a new issue