more updates

This commit is contained in:
Arne 2021-04-24 23:08:07 +02:00
parent d8af4a0d27
commit 33a335ff16
18 changed files with 50 additions and 50 deletions
.circleci
.github
CHANGELOG.mdREADME-en.md
docs
src/main
java/eu/siacs/conversations
res
values-az
values-ca
values-de
values-es
values-fr
values-gl
values-it
values-ru
values

View file

@ -49,7 +49,7 @@ jobs:
- run: wget -O libs/libwebrtc-m85.aar https://www.pix-art.de/files/libwebrtc-m85.aar
- run: echo y | sdkmanager "platforms;android-$(sed -n 's,.*compileSdkVersion\s*\([0-9][0-9]*\).*,\1,p' build.gradle)" > /dev/null
# workaround for fdroid nightly circleci bug
- run: sed -i "s/os.getenv('CIRCLE_REPOSITORY_URL')/\"https:\/\/github.com\/kriztan\/Pix-Art-Messenger\"/" /usr/lib/python3/dist-packages/fdroidserver/nightly.py
- run: sed -i "s/os.getenv('CIRCLE_REPOSITORY_URL')/\"https:\/\/github.com\/kriztan\/Monocles-Messenger\"/" /usr/lib/python3/dist-packages/fdroidserver/nightly.py
# generate version number
- run: sed -i "s/^\(\s*versionCode\s*\).*$/\1$(git rev-list --first-parent --count HEAD)/" build.gradle
- run: sed -i "0,/versionName/s/^\(\s*versionName\).*/\1 \"$(printf '%s-%05d' $(git describe --tag --abbrev=0) $(git rev-list --first-parent --count HEAD))\"/" build.gradle

View file

@ -6,7 +6,7 @@
* **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)
* **Monocles Messenger source:** PlayStore, PlayStore Beta Channel, F-Droid, Github, Codeberg, self build (latest HEAD)
#### Steps to reproduce

View file

@ -51,7 +51,7 @@
#### Version 3.0.1
#### Version 3.0.0
* Pix-Art Messenger is now monocles chat
* Monocles Messenger is now monocles chat
* rework missed call notifications (monocles chat)
* a lot UI improvements (monocles chat)
* show backups from other chats (monocles chat)
@ -728,7 +728,7 @@
* bug fixes
#### Versrion 1.7.3
* changed app name from Conversations to Pix-Art Messenger (monocles_chat)
* changed app name from Conversations to Monocles Messenger (monocles chat)
* changed chat background to light yellow
* added own name for sent locations (monocles_chat)

View file

@ -137,4 +137,4 @@ If we can't fix your problem there, you can open an issue [here](https://codeber
```
12. Now reproduce the issue encountered.
13. Stop logging (`Ctrl+C`). Now take a close look at your log file and remove any personal and private information you may find before sending it together with a detailed description of your issue, instructions on how to reproduce to me. You can use GitHub's issue tracker: [Issues](https://github.com/kriztan/Pix-Art-Messenger/issues)
13. Stop logging (`Ctrl+C`). Now take a close look at your log file and remove any personal and private information you may find before sending it together with a detailed description of your issue, instructions on how to reproduce to me. You can use GitHub's issue tracker: [Issues](https://github.com/kriztan/Monocles-Messenger/issues)

View file

@ -1,14 +1,14 @@
Dear users,
Pix-Art Messenger will remove the implementation of OTR encryption by 30th June of 2020 with version 2.5.0.
Monocles Messenger will remove the implementation of OTR encryption by 30th June of 2020 with version 2.5.0.
Unfortunately, it does not make sense to continue support on a rather out-dated technology, even as we see some users keep using it. For the moment, OTR (as well as OpenPGP) can be activated via the expert settings for advanced users. Pix-Art Messenger always tries to be usable for even [non-technical users](https://github.com/kriztan/Pix-Art-Messenger/issues/227), OTR however is not counted as appropriate for this.
Unfortunately, it does not make sense to continue support on a rather out-dated technology, even as we see some users keep using it. For the moment, OTR (as well as OpenPGP) can be activated via the expert settings for advanced users. Monocles Messenger always tries to be usable for even [non-technical users](https://github.com/kriztan/Monocles-Messenger/issues/227), OTR however is not counted as appropriate for this.
Please consider to use OMEMO in the future, many other clients has implemented this, have a look at [omemo.top](https://omemo.top/). However, if you really need to continue using it, please refer to e.g. [Miranda](https://www.miranda-ng.org/de/), [Pidgin plugin](https://github.com/gkdr/lurch/), [Profanity](https://profanity-im.github.io/) or [Coy.im](https://coy.im/). You are also able to fork Pix-Art Messenger and continue the implementation on your own.
Please consider to use OMEMO in the future, many other clients has implemented this, have a look at [omemo.top](https://omemo.top/). However, if you really need to continue using it, please refer to e.g. [Miranda](https://www.miranda-ng.org/de/), [Pidgin plugin](https://github.com/gkdr/lurch/), [Profanity](https://profanity-im.github.io/) or [Coy.im](https://coy.im/). You are also able to fork Monocles Messenger and continue the implementation on your own.
Please consider the differences between encryption protocols and also advantages of OMEMO:
<img src="https://codeberg.org/kriztan/Pix-Art-Messenger/raw/branch/master/art/Feature_OMEMO.png" width="400">
<img src="https://codeberg.org/kriztan/Monocles-Messenger/raw/branch/master/art/Feature_OMEMO.png" width="400">
Source: [https://conversations.im/omemo](https://conversations.im/omemo)
Some limitations of OTR: [wikipedia.org/wiki/Off-the-Record](https://en.wikipedia.org/wiki/Off-the-Record_Messaging#Limitations)

View file

@ -466,13 +466,13 @@ public class DatabaseBackend extends SQLiteOpenHelper {
}
if (oldVersion < 36 && newVersion >= 36) {
// only rename videos, images, audios and other files directories
final File oldPicturesDirectory = new File(Environment.getExternalStorageDirectory().getAbsolutePath() + "/Pix-Art Messenger/Images/");
final File oldFilesDirectory = new File(Environment.getExternalStorageDirectory().getAbsolutePath() + "/Pix-Art Messenger/Files/");
final File oldAudiosDirectory = new File(Environment.getExternalStorageDirectory().getAbsolutePath() + "/Pix-Art Messenger/Audios/");
final File oldVideosDirectory = new File(Environment.getExternalStorageDirectory().getAbsolutePath() + "/Pix-Art Messenger/Videos/");
final File oldPicturesDirectory = new File(Environment.getExternalStorageDirectory().getAbsolutePath() + "/Monocles Messenger/Images/");
final File oldFilesDirectory = new File(Environment.getExternalStorageDirectory().getAbsolutePath() + "/Monocles Messenger/Files/");
final File oldAudiosDirectory = new File(Environment.getExternalStorageDirectory().getAbsolutePath() + "/Monocles Messenger/Audios/");
final File oldVideosDirectory = new File(Environment.getExternalStorageDirectory().getAbsolutePath() + "/Monocles Messenger/Videos/");
if (oldPicturesDirectory.exists() && oldPicturesDirectory.isDirectory()) {
final File newPicturesDirectory = new File(Environment.getExternalStorageDirectory() + "/Pix-Art Messenger/Media/Pix-Art Messenger Images/");
final File newPicturesDirectory = new File(Environment.getExternalStorageDirectory() + "/Monocles Messenger/Media/Monocles Messenger Images/");
newPicturesDirectory.getParentFile().mkdirs();
final File[] files = oldPicturesDirectory.listFiles();
if (files == null) {
@ -483,7 +483,7 @@ public class DatabaseBackend extends SQLiteOpenHelper {
}
}
if (oldFilesDirectory.exists() && oldFilesDirectory.isDirectory()) {
final File newFilesDirectory = new File(Environment.getExternalStorageDirectory() + "/Pix-Art Messenger/Media/Pix-Art Messenger Files/");
final File newFilesDirectory = new File(Environment.getExternalStorageDirectory() + "/Monocles Messenger/Media/Monocles Messenger Files/");
newFilesDirectory.mkdirs();
final File[] files = oldFilesDirectory.listFiles();
if (files == null) {
@ -494,7 +494,7 @@ public class DatabaseBackend extends SQLiteOpenHelper {
}
}
if (oldAudiosDirectory.exists() && oldAudiosDirectory.isDirectory()) {
final File newAudiosDirectory = new File(Environment.getExternalStorageDirectory() + "/Pix-Art Messenger/Media/Pix-Art Messenger Audios/");
final File newAudiosDirectory = new File(Environment.getExternalStorageDirectory() + "/Monocles Messenger/Media/Monocles Messenger Audios/");
newAudiosDirectory.mkdirs();
final File[] files = oldAudiosDirectory.listFiles();
if (files == null) {
@ -505,7 +505,7 @@ public class DatabaseBackend extends SQLiteOpenHelper {
}
}
if (oldVideosDirectory.exists() && oldVideosDirectory.isDirectory()) {
final File newVideosDirectory = new File(Environment.getExternalStorageDirectory() + "/Pix-Art Messenger/Media/Pix-Art Messenger Videos/");
final File newVideosDirectory = new File(Environment.getExternalStorageDirectory() + "/Monocles Messenger/Media/Monocles Messenger Videos/");
newVideosDirectory.mkdirs();
final File[] files = oldVideosDirectory.listFiles();
if (files == null) {

View file

@ -472,7 +472,7 @@ public class FileBackend {
public static String getBackupDirectory(@Nullable String app) {
if (app != null && (app.equalsIgnoreCase("conversations") || app.equalsIgnoreCase("Quicksy"))) {
return Environment.getExternalStorageDirectory().getAbsolutePath() + "/" + app + "/Backup/";
} else if (app != null && (app.equalsIgnoreCase("Pix-Art Messenger"))) {
} else if (app != null && (app.equalsIgnoreCase("Monocles Messenger"))) {
return Environment.getExternalStorageDirectory().getAbsolutePath() + File.separator + app + File.separator + "Database" + File.separator;
} else {
return Environment.getExternalStorageDirectory().getAbsolutePath() + File.separator + APP_DIRECTORY + File.separator + "Database" + File.separator;

View file

@ -127,7 +127,7 @@ public class ImportBackupService extends Service {
executor.execute(() -> {
final List<Jid> accounts = mDatabaseBackend.getAccountJids(false);
final ArrayList<BackupFile> backupFiles = new ArrayList<>();
final Set<String> apps = new HashSet<>(Arrays.asList(getString(R.string.app_name), "Conversations", "Quicksy", "Pix-Art Messenger"));
final Set<String> apps = new HashSet<>(Arrays.asList(getString(R.string.app_name), "Conversations", "Quicksy", "Monocles Messenger"));
for (String app : apps) {
final File directory = new File(FileBackend.getBackupDirectory(app));
if (!directory.exists() || !directory.isDirectory()) {

View file

@ -28,16 +28,16 @@ import me.drakeet.support.toast.ToastCompat;
public class UpdateHelper {
private static final SimpleDateFormat DATE_FORMAT = new SimpleDateFormat("yyyy-MM-dd", Locale.ENGLISH);
private static final String INSTALL_DATE = "2020-11-01";
private static final String monocles_message = "BLABBER.IM_UPDATE_MESSAGE";
private static final String monocles_message = "MONOCLES_CHAT_UPDATE_MESSAGE";
private static boolean moveData = true;
private static boolean dataMoved = false;
private static final File PAM_MainDirectory = new File(Environment.getExternalStorageDirectory().getAbsolutePath() + "/Pix-Art Messenger/");
private static final File PAM_MainDirectory = new File(Environment.getExternalStorageDirectory().getAbsolutePath() + "/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/");
private static final File PAM_VideosDirectory = new File(Environment.getExternalStorageDirectory().getAbsolutePath() + "/Pix-Art Messenger/Media/Pix-Art Messenger Videos/");
private static final File PAM_PicturesDirectory = new File(Environment.getExternalStorageDirectory().getAbsolutePath() + "/Monocles Messenger/Media/Monocles Messenger Images/");
private static final File PAM_FilesDirectory = new File(Environment.getExternalStorageDirectory().getAbsolutePath() + "/Monocles Messenger/Media/Monocles Messenger Files/");
private static final File PAM_AudiosDirectory = new File(Environment.getExternalStorageDirectory().getAbsolutePath() + "/Monocles Messenger/Media/Monocles Messenger Audios/");
private static final File PAM_VideosDirectory = new File(Environment.getExternalStorageDirectory().getAbsolutePath() + "/Monocles Messenger/Media/Monocles Messenger Videos/");
public static void showPopup(Activity activity) {
Thread t = new Thread(() -> {
@ -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 chat");
Log.d(Config.LOGTAG, "UpdateHelper: installed update from Monocles Messenger to monocles chat");
activity.runOnUiThread(() -> {
final AlertDialog.Builder builder = new AlertDialog.Builder(activity);
builder.setTitle(activity.getString(R.string.title_activity_updater));
@ -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 chat Images/");
final File newPicturesDirectory = new File(Environment.getExternalStorageDirectory() + "/Monocles 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 chat Files/");
final File newFilesDirectory = new File(Environment.getExternalStorageDirectory() + "/Monocles 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 chat Audios/");
final File newAudiosDirectory = new File(Environment.getExternalStorageDirectory() + "/Monocles 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 chat Videos/");
final File newVideosDirectory = new File(Environment.getExternalStorageDirectory() + "/Monocles 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.chat", 0)).equals("Pix-Art Messenger");
return pm.getApplicationLabel(pm.getApplicationInfo("de.monocles.chat", 0)).equals("Monocles Messenger");
} catch (PackageManager.NameNotFoundException e) {
return false;
}

View file

@ -472,7 +472,7 @@
<string name="load_more_messages">Daha çox mesaj yükləyin</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 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="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\nMonocles 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>
@ -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_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="updated_to_monocles">Biz uğurla Monocles 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 Monocles 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 Monocles Messenger-dən monocles_chat-ə köçürməyə çalışırıq. Uğurlu bir köçdən sonra Monocles 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>

View file

@ -1078,8 +1078,8 @@
<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_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="updated_to_monocles">Hem actualitzat amb èxit Monocles Messenger a monocles_chat\n\nLa cooperació dels dos projectes monocles_chat i Monocles Messenger es va ampliar al novembre de 2020. En el futur, l\'aplicació per a Android Monocles 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 Monocles Messenger a monocles_chat. En fer clic a moure dades s\'intenten moure tots els arxius enviats i rebuts de Monocles Messenger a monocles_chat. Després d\'una migració reeixida tingui en compte que ha d\'eliminar Monocles 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>

View file

@ -1078,8 +1078,8 @@
<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_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="updated_to_monocles">Monocles Messenger wurde erfolgreich auf monocles_chat aktualisiert\n\nDie Zusammenarbeit der beiden Projekte monocles_chat und Monocles Messenger wurde im November 2020 weiter ausgebaut. Zukünftig wird die Android App Monocles 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 Monocles Messenger auf monocles_chat übertragen kannst. Mit einem Klick auf Daten verschieben versuchen wir, alle gesendeten und empfangenen Dateien vom Monocles Messenger auf monocles_chat zu verschieben. Nach einer erfolgreichen Migration solltest du daran denken, Monocles 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>

View file

@ -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 Monocles 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 Monocles 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="updated_to_monocles">Hemos actualizado con éxito Monocles Messenger a monocles chat\n\nLa cooperación de los dos proyectos monocles chat y Monocles Messenger se amplió en noviembre de 2020. En el futuro, la aplicación de Android Monocles 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 Monocles Messenger a monocles chat. Al hacer clic en mover datos, intentamos mover todos los archivos enviados y recibidos desde Monocles Messenger a monocles chat. Después de una migración exitosa, recuerda eliminar Monocles 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>

View file

@ -1078,8 +1078,8 @@
<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_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="updated_to_monocles">Nous avons réussi à mettre à jour Monocles Messenger vers monocles_chat\n\n\nLa coopération des deux projets monocles_chat et Monocles Messenger a été renforcée en novembre 2020. À l\'avenir, l\'application Android Monocles 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 Monocles 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 Monocles Messenger vers monocles_chat. Après une migration réussie, n\'oubliez pas de supprimer Monocles 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>

View file

@ -1078,8 +1078,8 @@
<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_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="updated_to_monocles">Actualizamos con éxito Monocles Messenger a monocles_chat\n \nA cooperación dúas dous proxectos monocles_chat e Monocles Messenger ampliouse en novembro de 2020. Non futuro, a aplicación para Android Monocles 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 Monocles Messenger a monocles_chat. Ao facer clic en mover datos téntanse mover todos os arquivos enviados e recibidos de Monocles Messenger a monocles_chat. Despois dunha migración exitosa ten en conta que debes eliminar Monocles 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>

View file

@ -1078,8 +1078,8 @@
<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_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="updated_to_monocles">Siamo riusciti ad aggiornarti con successo da Monocles Messenger a monocles_chat\n\nLa cooperazione tra i due progetti monocles_chat e Monocles Messenger si è ampliata nel Novembre 2020. In futuro, l\'applicazione Android Monocles 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 Monocles Messenger a monocles_chat. Premendo su Trasferisci dati proveremo a spostare tutti i tuoi file inviati e ricevuti da Monocles Messenger a monocles_chat. Dopo che la migrazione ha avuto successo ricordati di disinstallare Monocles 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>

View file

@ -1102,8 +1102,8 @@
<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_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="updated_to_monocles">Мы успешно обновили Monocles Messenger до monocles_chat\n\nСотрудничество проектов monocles_chat и Monocles Messenger было расширено в ноябре 2020 года. В будущем приложение Monocles 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. По ссылке Вы получите инструкции о том, как перенести все свои профили из Monocles Messenger в monocles_chat. Нажимая на кнопку «Переместить данные», мы пытаемся переместить все отправленные и полученные файлы из Monocles Messenger в monocles_chat. После успешной миграции не забудьте удалить Monocles Messenger со своего устройства.</string>
<string name="link">Ссылка</string>
<string name="no_application_found">Приложение не найдено</string>
<string name="move_data">Перенести данные</string>

View file

@ -1080,8 +1080,8 @@
<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 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 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="updated_to_monocles">We have successfully updated Monocles Messenger to monocles chat\n\nThe cooperation of the two projects monocles chat and Monocles Messenger was expanded in November 2020. In the future, the Android app Monocles 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 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 Monocles Messenger to monocles chat. By clicking on move data we try to move all sent and received files from Monocles Messenger to monocles chat. After a successfully migration keep in mind to remove Monocles 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>