summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--composer.json2
-rw-r--r--composer.lock122
-rw-r--r--l10n/ar.js5
-rw-r--r--l10n/ar.json5
-rw-r--r--l10n/cs.js5
-rw-r--r--l10n/cs.json5
-rw-r--r--l10n/de.js5
-rw-r--r--l10n/de.json5
-rw-r--r--l10n/de_DE.js5
-rw-r--r--l10n/de_DE.json5
-rw-r--r--l10n/fr.js4
-rw-r--r--l10n/fr.json4
-rw-r--r--l10n/gl.js5
-rw-r--r--l10n/gl.json5
-rw-r--r--l10n/it.js1
-rw-r--r--l10n/it.json1
-rw-r--r--l10n/sr.js5
-rw-r--r--l10n/sr.json5
-rw-r--r--l10n/tr.js5
-rw-r--r--l10n/tr.json5
-rw-r--r--l10n/zh_TW.js5
-rw-r--r--l10n/zh_TW.json5
-rw-r--r--package-lock.json14
-rw-r--r--package.json2
24 files changed, 161 insertions, 69 deletions
diff --git a/composer.json b/composer.json
index 4207e601..2909e29b 100644
--- a/composer.json
+++ b/composer.json
@@ -23,7 +23,7 @@
"php": ">=7.4 <=8.3"
},
"require-dev": {
- "christophwurst/nextcloud_testing": "^0.12.4",
+ "christophwurst/nextcloud_testing": "^1.0.0",
"phpunit/phpunit": "^9",
"nextcloud/coding-standard": "^1.0.0"
}
diff --git a/composer.lock b/composer.lock
index dbd129e1..b9ccae5b 100644
--- a/composer.lock
+++ b/composer.lock
@@ -4,30 +4,27 @@
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
"This file is @generated automatically"
],
- "content-hash": "e67e8e0b4ca7f901bff816cc045ed61a",
+ "content-hash": "c95b0d886536e4f3671c88405afaff1a",
"packages": [],
"packages-dev": [
{
"name": "christophwurst/nextcloud_testing",
- "version": "v0.12.4",
+ "version": "v1.0.0",
"source": {
"type": "git",
"url": "https://github.com/ChristophWurst/nextcloud_testing.git",
- "reference": "9c189b01dbcc3508108f08c417de6aaea7005fb0"
+ "reference": "6677a6d09f7fc9c8e5258a69aa684da4e9f43515"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/ChristophWurst/nextcloud_testing/zipball/9c189b01dbcc3508108f08c417de6aaea7005fb0",
- "reference": "9c189b01dbcc3508108f08c417de6aaea7005fb0",
+ "url": "https://api.github.com/repos/ChristophWurst/nextcloud_testing/zipball/6677a6d09f7fc9c8e5258a69aa684da4e9f43515",
+ "reference": "6677a6d09f7fc9c8e5258a69aa684da4e9f43515",
"shasum": ""
},
"require": {
- "php": "^7.2|^8.0",
+ "php": "^7.4|^8.0",
"php-webdriver/webdriver": "^1.9",
- "phpunit/phpunit": "^8.0|^9.0"
- },
- "require-dev": {
- "christophwurst/nextcloud": "^17.0"
+ "phpunit/phpunit": "^8.0|^9.0|^10.0"
},
"type": "library",
"autoload": {
@@ -48,9 +45,9 @@
"description": "Simple and fast unit and integration testing framework for Nextcloud, based on PHPUnit",
"support": {
"issues": "https://github.com/ChristophWurst/nextcloud_testing/issues",
- "source": "https://github.com/ChristophWurst/nextcloud_testing/tree/v0.12.4"
+ "source": "https://github.com/ChristophWurst/nextcloud_testing/tree/v1.0.0"
},
- "time": "2021-02-18T08:41:09+00:00"
+ "time": "2023-10-30T07:42:56+00:00"
},
{
"name": "composer/pcre",
@@ -348,25 +345,29 @@
},
{
"name": "doctrine/deprecations",
- "version": "v1.0.0",
+ "version": "1.1.2",
"source": {
"type": "git",
"url": "https://github.com/doctrine/deprecations.git",
- "reference": "0e2a4f1f8cdfc7a92ec3b01c9334898c806b30de"
+ "reference": "4f2d4f2836e7ec4e7a8625e75c6aa916004db931"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/doctrine/deprecations/zipball/0e2a4f1f8cdfc7a92ec3b01c9334898c806b30de",
- "reference": "0e2a4f1f8cdfc7a92ec3b01c9334898c806b30de",
+ "url": "https://api.github.com/repos/doctrine/deprecations/zipball/4f2d4f2836e7ec4e7a8625e75c6aa916004db931",
+ "reference": "4f2d4f2836e7ec4e7a8625e75c6aa916004db931",
"shasum": ""
},
"require": {
- "php": "^7.1|^8.0"
+ "php": "^7.1 || ^8.0"
},
"require-dev": {
"doctrine/coding-standard": "^9",
- "phpunit/phpunit": "^7.5|^8.5|^9.5",
- "psr/log": "^1|^2|^3"
+ "phpstan/phpstan": "1.4.10 || 1.10.15",
+ "phpstan/phpstan-phpunit": "^1.0",
+ "phpunit/phpunit": "^7.5 || ^8.5 || ^9.5",
+ "psalm/plugin-phpunit": "0.18.4",
+ "psr/log": "^1 || ^2 || ^3",
+ "vimeo/psalm": "4.30.0 || 5.12.0"
},
"suggest": {
"psr/log": "Allows logging deprecations via PSR-3 logger implementation"
@@ -385,9 +386,9 @@
"homepage": "https://www.doctrine-project.org/",
"support": {
"issues": "https://github.com/doctrine/deprecations/issues",
- "source": "https://github.com/doctrine/deprecations/tree/v1.0.0"
+ "source": "https://github.com/doctrine/deprecations/tree/1.1.2"
},
- "time": "2022-05-02T15:47:09+00:00"
+ "time": "2023-09-27T20:04:15+00:00"
},
{
"name": "doctrine/instantiator",
@@ -896,37 +897,38 @@
},
{
"name": "php-webdriver/webdriver",
- "version": "1.13.1",
+ "version": "1.15.1",
"source": {
"type": "git",
"url": "https://github.com/php-webdriver/php-webdriver.git",
- "reference": "6dfe5f814b796c1b5748850aa19f781b9274c36c"
+ "reference": "cd52d9342c5aa738c2e75a67e47a1b6df97154e8"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/php-webdriver/php-webdriver/zipball/6dfe5f814b796c1b5748850aa19f781b9274c36c",
- "reference": "6dfe5f814b796c1b5748850aa19f781b9274c36c",
+ "url": "https://api.github.com/repos/php-webdriver/php-webdriver/zipball/cd52d9342c5aa738c2e75a67e47a1b6df97154e8",
+ "reference": "cd52d9342c5aa738c2e75a67e47a1b6df97154e8",
"shasum": ""
},
"require": {
"ext-curl": "*",
"ext-json": "*",
"ext-zip": "*",
- "php": "^5.6 || ~7.0 || ^8.0",
+ "php": "^7.3 || ^8.0",
"symfony/polyfill-mbstring": "^1.12",
- "symfony/process": "^2.8 || ^3.1 || ^4.0 || ^5.0 || ^6.0"
+ "symfony/process": "^5.0 || ^6.0 || ^7.0"
},
"replace": {
"facebook/webdriver": "*"
},
"require-dev": {
- "ondram/ci-detector": "^2.1 || ^3.5 || ^4.0",
+ "ergebnis/composer-normalize": "^2.20.0",
+ "ondram/ci-detector": "^4.0",
"php-coveralls/php-coveralls": "^2.4",
- "php-mock/php-mock-phpunit": "^1.1 || ^2.0",
+ "php-mock/php-mock-phpunit": "^2.0",
"php-parallel-lint/php-parallel-lint": "^1.2",
- "phpunit/phpunit": "^5.7 || ^7 || ^8 || ^9",
+ "phpunit/phpunit": "^9.3",
"squizlabs/php_codesniffer": "^3.5",
- "symfony/var-dumper": "^3.3 || ^4.0 || ^5.0 || ^6.0"
+ "symfony/var-dumper": "^5.0 || ^6.0"
},
"suggest": {
"ext-SimpleXML": "For Firefox profile creation"
@@ -955,9 +957,9 @@
],
"support": {
"issues": "https://github.com/php-webdriver/php-webdriver/issues",
- "source": "https://github.com/php-webdriver/php-webdriver/tree/1.13.1"
+ "source": "https://github.com/php-webdriver/php-webdriver/tree/1.15.1"
},
- "time": "2022-10-11T11:49:44+00:00"
+ "time": "2023-10-20T12:21:20+00:00"
},
{
"name": "phpunit/php-code-coverage",
@@ -3070,16 +3072,16 @@
},
{
"name": "symfony/polyfill-ctype",
- "version": "v1.27.0",
+ "version": "v1.28.0",
"source": {
"type": "git",
"url": "https://github.com/symfony/polyfill-ctype.git",
- "reference": "5bbc823adecdae860bb64756d639ecfec17b050a"
+ "reference": "ea208ce43cbb04af6867b4fdddb1bdbf84cc28cb"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/symfony/polyfill-ctype/zipball/5bbc823adecdae860bb64756d639ecfec17b050a",
- "reference": "5bbc823adecdae860bb64756d639ecfec17b050a",
+ "url": "https://api.github.com/repos/symfony/polyfill-ctype/zipball/ea208ce43cbb04af6867b4fdddb1bdbf84cc28cb",
+ "reference": "ea208ce43cbb04af6867b4fdddb1bdbf84cc28cb",
"shasum": ""
},
"require": {
@@ -3094,7 +3096,7 @@
"type": "library",
"extra": {
"branch-alias": {
- "dev-main": "1.27-dev"
+ "dev-main": "1.28-dev"
},
"thanks": {
"name": "symfony/polyfill",
@@ -3132,7 +3134,7 @@
"portable"
],
"support": {
- "source": "https://github.com/symfony/polyfill-ctype/tree/v1.27.0"
+ "source": "https://github.com/symfony/polyfill-ctype/tree/v1.28.0"
},
"funding": [
{
@@ -3148,7 +3150,7 @@
"type": "tidelift"
}
],
- "time": "2022-11-03T14:55:06+00:00"
+ "time": "2023-01-26T09:26:14+00:00"
},
{
"name": "symfony/polyfill-intl-grapheme",
@@ -3317,16 +3319,16 @@
},
{
"name": "symfony/polyfill-mbstring",
- "version": "v1.27.0",
+ "version": "v1.28.0",
"source": {
"type": "git",
"url": "https://github.com/symfony/polyfill-mbstring.git",
- "reference": "8ad114f6b39e2c98a8b0e3bd907732c207c2b534"
+ "reference": "42292d99c55abe617799667f454222c54c60e229"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/8ad114f6b39e2c98a8b0e3bd907732c207c2b534",
- "reference": "8ad114f6b39e2c98a8b0e3bd907732c207c2b534",
+ "url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/42292d99c55abe617799667f454222c54c60e229",
+ "reference": "42292d99c55abe617799667f454222c54c60e229",
"shasum": ""
},
"require": {
@@ -3341,7 +3343,7 @@
"type": "library",
"extra": {
"branch-alias": {
- "dev-main": "1.27-dev"
+ "dev-main": "1.28-dev"
},
"thanks": {
"name": "symfony/polyfill",
@@ -3380,7 +3382,7 @@
"shim"
],
"support": {
- "source": "https://github.com/symfony/polyfill-mbstring/tree/v1.27.0"
+ "source": "https://github.com/symfony/polyfill-mbstring/tree/v1.28.0"
},
"funding": [
{
@@ -3396,7 +3398,7 @@
"type": "tidelift"
}
],
- "time": "2022-11-03T14:55:06+00:00"
+ "time": "2023-07-28T09:04:16+00:00"
},
{
"name": "symfony/polyfill-php73",
@@ -3479,16 +3481,16 @@
},
{
"name": "symfony/polyfill-php80",
- "version": "v1.27.0",
+ "version": "v1.28.0",
"source": {
"type": "git",
"url": "https://github.com/symfony/polyfill-php80.git",
- "reference": "7a6ff3f1959bb01aefccb463a0f2cd3d3d2fd936"
+ "reference": "6caa57379c4aec19c0a12a38b59b26487dcfe4b5"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/symfony/polyfill-php80/zipball/7a6ff3f1959bb01aefccb463a0f2cd3d3d2fd936",
- "reference": "7a6ff3f1959bb01aefccb463a0f2cd3d3d2fd936",
+ "url": "https://api.github.com/repos/symfony/polyfill-php80/zipball/6caa57379c4aec19c0a12a38b59b26487dcfe4b5",
+ "reference": "6caa57379c4aec19c0a12a38b59b26487dcfe4b5",
"shasum": ""
},
"require": {
@@ -3497,7 +3499,7 @@
"type": "library",
"extra": {
"branch-alias": {
- "dev-main": "1.27-dev"
+ "dev-main": "1.28-dev"
},
"thanks": {
"name": "symfony/polyfill",
@@ -3542,7 +3544,7 @@
"shim"
],
"support": {
- "source": "https://github.com/symfony/polyfill-php80/tree/v1.27.0"
+ "source": "https://github.com/symfony/polyfill-php80/tree/v1.28.0"
},
"funding": [
{
@@ -3558,7 +3560,7 @@
"type": "tidelift"
}
],
- "time": "2022-11-03T14:55:06+00:00"
+ "time": "2023-01-26T09:26:14+00:00"
},
{
"name": "symfony/polyfill-php81",
@@ -3641,16 +3643,16 @@
},
{
"name": "symfony/process",
- "version": "v5.4.19",
+ "version": "v5.4.28",
"source": {
"type": "git",
"url": "https://github.com/symfony/process.git",
- "reference": "c5ba874c9b636dbccf761e22ce750e88ec3f55e1"
+ "reference": "45261e1fccad1b5447a8d7a8e67aa7b4a9798b7b"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/symfony/process/zipball/c5ba874c9b636dbccf761e22ce750e88ec3f55e1",
- "reference": "c5ba874c9b636dbccf761e22ce750e88ec3f55e1",
+ "url": "https://api.github.com/repos/symfony/process/zipball/45261e1fccad1b5447a8d7a8e67aa7b4a9798b7b",
+ "reference": "45261e1fccad1b5447a8d7a8e67aa7b4a9798b7b",
"shasum": ""
},
"require": {
@@ -3683,7 +3685,7 @@
"description": "Executes commands in sub-processes",
"homepage": "https://symfony.com",
"support": {
- "source": "https://github.com/symfony/process/tree/v5.4.19"
+ "source": "https://github.com/symfony/process/tree/v5.4.28"
},
"funding": [
{
@@ -3699,7 +3701,7 @@
"type": "tidelift"
}
],
- "time": "2023-01-01T08:32:19+00:00"
+ "time": "2023-08-07T10:36:04+00:00"
},
{
"name": "symfony/service-contracts",
diff --git a/l10n/ar.js b/l10n/ar.js
index b47ab2cf..44eb732f 100644
--- a/l10n/ar.js
+++ b/l10n/ar.js
@@ -130,6 +130,11 @@ OC.L10N.register(
"Select address book" : "إختر دفتر العناوين",
"Go to talk conversation" : "إذهَب إلى محادثة talk",
"View profile" : "إعرِض الملف الشخصي",
+ "Media shares with you" : "وسائط تمّت مُشارَكتها معك",
+ "Talk conversations with you" : "مُحادثاتك",
+ "Calendar events with you" : "أحداثك على التقويم",
+ "Deck cards with you" : "بطاقات لك على الرقعة",
+ "No shared items with this contact" : "لا توجد عناصر مُشارَكة مع جهة الاتصال هذه",
"This contact is in read-only mode. You do not have permission to edit this contact." : "جهة الاتصال هذه في وضع القراءة فقط. ليس لديك إذن لتعديل جهة الاتصال هذه.",
"The contact you were trying to edit has changed. Please manually refresh the contact. Any further edits will be discarded." : "تم تغيير جهة الاتصال التي كنت تحاول تحريرها. يرجى تحديث جهة الاتصال يدويًا. سيتم تجاهل أي تعديلات أخرى.",
"Address book" : "دفتر العناوين",
diff --git a/l10n/ar.json b/l10n/ar.json
index 0ffeb0c2..54ff95d3 100644
--- a/l10n/ar.json
+++ b/l10n/ar.json
@@ -128,6 +128,11 @@
"Select address book" : "إختر دفتر العناوين",
"Go to talk conversation" : "إذهَب إلى محادثة talk",
"View profile" : "إعرِض الملف الشخصي",
+ "Media shares with you" : "وسائط تمّت مُشارَكتها معك",
+ "Talk conversations with you" : "مُحادثاتك",
+ "Calendar events with you" : "أحداثك على التقويم",
+ "Deck cards with you" : "بطاقات لك على الرقعة",
+ "No shared items with this contact" : "لا توجد عناصر مُشارَكة مع جهة الاتصال هذه",
"This contact is in read-only mode. You do not have permission to edit this contact." : "جهة الاتصال هذه في وضع القراءة فقط. ليس لديك إذن لتعديل جهة الاتصال هذه.",
"The contact you were trying to edit has changed. Please manually refresh the contact. Any further edits will be discarded." : "تم تغيير جهة الاتصال التي كنت تحاول تحريرها. يرجى تحديث جهة الاتصال يدويًا. سيتم تجاهل أي تعديلات أخرى.",
"Address book" : "دفتر العناوين",
diff --git a/l10n/cs.js b/l10n/cs.js
index b87111d1..2b5fb66e 100644
--- a/l10n/cs.js
+++ b/l10n/cs.js
@@ -130,6 +130,11 @@ OC.L10N.register(
"Select address book" : "Vybrat adresář kontaktů",
"Go to talk conversation" : "Přejít do konverzace v Talk",
"View profile" : "Zobrazit profil ",
+ "Media shares with you" : "Média vám nasdílená",
+ "Talk conversations with you" : "Konverzace v Talk s vámi",
+ "Calendar events with you" : "Události v kalendáři s vámi",
+ "Deck cards with you" : "Deck karty s vámi",
+ "No shared items with this contact" : "S tímto kontaktem nemáte žádné sdílené položky",
"This contact is in read-only mode. You do not have permission to edit this contact." : "Tento kontakt je v režimu pouze pro čtení. Nemáte oprávnění k úpravě tohoto kontaktu.",
"The contact you were trying to edit has changed. Please manually refresh the contact. Any further edits will be discarded." : "Kontakt který jste se pokoušeli upravit se mezitím změnil. Ručně ho znovu načtěte. Mezitím provedené úpravy budou zahozeny.",
"Address book" : "Adresář kontaktů",
diff --git a/l10n/cs.json b/l10n/cs.json
index df362d5e..d6e71ca2 100644
--- a/l10n/cs.json
+++ b/l10n/cs.json
@@ -128,6 +128,11 @@
"Select address book" : "Vybrat adresář kontaktů",
"Go to talk conversation" : "Přejít do konverzace v Talk",
"View profile" : "Zobrazit profil ",
+ "Media shares with you" : "Média vám nasdílená",
+ "Talk conversations with you" : "Konverzace v Talk s vámi",
+ "Calendar events with you" : "Události v kalendáři s vámi",
+ "Deck cards with you" : "Deck karty s vámi",
+ "No shared items with this contact" : "S tímto kontaktem nemáte žádné sdílené položky",
"This contact is in read-only mode. You do not have permission to edit this contact." : "Tento kontakt je v režimu pouze pro čtení. Nemáte oprávnění k úpravě tohoto kontaktu.",
"The contact you were trying to edit has changed. Please manually refresh the contact. Any further edits will be discarded." : "Kontakt který jste se pokoušeli upravit se mezitím změnil. Ručně ho znovu načtěte. Mezitím provedené úpravy budou zahozeny.",
"Address book" : "Adresář kontaktů",
diff --git a/l10n/de.js b/l10n/de.js
index 1358f88b..7e7f1978 100644
--- a/l10n/de.js
+++ b/l10n/de.js
@@ -130,6 +130,11 @@ OC.L10N.register(
"Select address book" : "Adressbuch auswählen",
"Go to talk conversation" : "Zur Talk-Unterhaltung wechseln",
"View profile" : "Profil ansehen",
+ "Media shares with you" : "Mit dir geteilte Medien",
+ "Talk conversations with you" : "Talk-Unterhaltungen mit dir",
+ "Calendar events with you" : "Kalendereinträge mit dir",
+ "Deck cards with you" : "Deck-Karten mit dir",
+ "No shared items with this contact" : "Keine geteilten Objekte mit diesem Kontakt",
"This contact is in read-only mode. You do not have permission to edit this contact." : "Dieser Kontakt ist schreibgeschützt. Du hast keine Berechtigung, diesen Kontakt zu bearbeiten.",
"The contact you were trying to edit has changed. Please manually refresh the contact. Any further edits will be discarded." : "Der Kontakt, den du versuchst zu bearbeiten, hat sich geändert. Bitte aktualisiere den Kontakt manuell. Alle weiteren Änderungen werden verworfen.",
"Address book" : "Adressbuch",
diff --git a/l10n/de.json b/l10n/de.json
index 2d0c107d..4de22707 100644
--- a/l10n/de.json
+++ b/l10n/de.json
@@ -128,6 +128,11 @@
"Select address book" : "Adressbuch auswählen",
"Go to talk conversation" : "Zur Talk-Unterhaltung wechseln",
"View profile" : "Profil ansehen",
+ "Media shares with you" : "Mit dir geteilte Medien",
+ "Talk conversations with you" : "Talk-Unterhaltungen mit dir",
+ "Calendar events with you" : "Kalendereinträge mit dir",
+ "Deck cards with you" : "Deck-Karten mit dir",
+ "No shared items with this contact" : "Keine geteilten Objekte mit diesem Kontakt",
"This contact is in read-only mode. You do not have permission to edit this contact." : "Dieser Kontakt ist schreibgeschützt. Du hast keine Berechtigung, diesen Kontakt zu bearbeiten.",
"The contact you were trying to edit has changed. Please manually refresh the contact. Any further edits will be discarded." : "Der Kontakt, den du versuchst zu bearbeiten, hat sich geändert. Bitte aktualisiere den Kontakt manuell. Alle weiteren Änderungen werden verworfen.",
"Address book" : "Adressbuch",
diff --git a/l10n/de_DE.js b/l10n/de_DE.js
index 83ca2d38..79e3fe33 100644
--- a/l10n/de_DE.js
+++ b/l10n/de_DE.js
@@ -130,6 +130,11 @@ OC.L10N.register(
"Select address book" : "Adressbuch auswählen",
"Go to talk conversation" : "Zur Talk-Unterhaltung wechseln",
"View profile" : "Profil ansehen",
+ "Media shares with you" : "Mit Ihnen geteilte Medien",
+ "Talk conversations with you" : "Talk-Unterhaltungen mit Ihnen",
+ "Calendar events with you" : "Calendereinträge mit Ihnen",
+ "Deck cards with you" : "Deck-Karten mit Ihnen",
+ "No shared items with this contact" : "Keine geteilten Objekte mit diesem Kontakt",
"This contact is in read-only mode. You do not have permission to edit this contact." : "Dieser Kontakt ist schreibgeschützt. Sie haben keine Berechtigung, diesen Kontakt zu bearbeiten.",
"The contact you were trying to edit has changed. Please manually refresh the contact. Any further edits will be discarded." : "Der Kontakt, den Sie versuchen zu bearbeiten, hat sich geändert. Bitte aktualisieren Sie den Kontakt manuell. Alle weiteren Änderungen werden verworfen.",
"Address book" : "Adressbuch",
diff --git a/l10n/de_DE.json b/l10n/de_DE.json
index 1013d4cd..e6f14c3c 100644
--- a/l10n/de_DE.json
+++ b/l10n/de_DE.json
@@ -128,6 +128,11 @@
"Select address book" : "Adressbuch auswählen",
"Go to talk conversation" : "Zur Talk-Unterhaltung wechseln",
"View profile" : "Profil ansehen",
+ "Media shares with you" : "Mit Ihnen geteilte Medien",
+ "Talk conversations with you" : "Talk-Unterhaltungen mit Ihnen",
+ "Calendar events with you" : "Calendereinträge mit Ihnen",
+ "Deck cards with you" : "Deck-Karten mit Ihnen",
+ "No shared items with this contact" : "Keine geteilten Objekte mit diesem Kontakt",
"This contact is in read-only mode. You do not have permission to edit this contact." : "Dieser Kontakt ist schreibgeschützt. Sie haben keine Berechtigung, diesen Kontakt zu bearbeiten.",
"The contact you were trying to edit has changed. Please manually refresh the contact. Any further edits will be discarded." : "Der Kontakt, den Sie versuchen zu bearbeiten, hat sich geändert. Bitte aktualisieren Sie den Kontakt manuell. Alle weiteren Änderungen werden verworfen.",
"Address book" : "Adressbuch",
diff --git a/l10n/fr.js b/l10n/fr.js
index bf03d74e..3641bd31 100644
--- a/l10n/fr.js
+++ b/l10n/fr.js
@@ -130,6 +130,10 @@ OC.L10N.register(
"Select address book" : "Sélectionner un carnet d'adresses",
"Go to talk conversation" : "Aller à la conversation Talk",
"View profile" : "Voir le profile",
+ "Media shares with you" : "Média partagés avec vous",
+ "Talk conversations with you" : "Conversations orales avec vous",
+ "Calendar events with you" : "Agendas avec vous",
+ "No shared items with this contact" : "Aucun éléments partagés avec ce contact",
"This contact is in read-only mode. You do not have permission to edit this contact." : "Ce contact est en lecture seule. Vous n'avez pas les autorisations pour modifier ce contact.",
"The contact you were trying to edit has changed. Please manually refresh the contact. Any further edits will be discarded." : "Le contact que vous essayiez de modifier a changé. Merci de rafraîchir manuellement le contact. Vos modifications seront abandonnées. ",
"Address book" : "Carnet d'adresses",
diff --git a/l10n/fr.json b/l10n/fr.json
index ff4268c5..38986597 100644
--- a/l10n/fr.json
+++ b/l10n/fr.json
@@ -128,6 +128,10 @@
"Select address book" : "Sélectionner un carnet d'adresses",
"Go to talk conversation" : "Aller à la conversation Talk",
"View profile" : "Voir le profile",
+ "Media shares with you" : "Média partagés avec vous",
+ "Talk conversations with you" : "Conversations orales avec vous",
+ "Calendar events with you" : "Agendas avec vous",
+ "No shared items with this contact" : "Aucun éléments partagés avec ce contact",
"This contact is in read-only mode. You do not have permission to edit this contact." : "Ce contact est en lecture seule. Vous n'avez pas les autorisations pour modifier ce contact.",
"The contact you were trying to edit has changed. Please manually refresh the contact. Any further edits will be discarded." : "Le contact que vous essayiez de modifier a changé. Merci de rafraîchir manuellement le contact. Vos modifications seront abandonnées. ",
"Address book" : "Carnet d'adresses",
diff --git a/l10n/gl.js b/l10n/gl.js
index 20653d84..cf7c1d3e 100644
--- a/l10n/gl.js
+++ b/l10n/gl.js
@@ -130,6 +130,11 @@ OC.L10N.register(
"Select address book" : "Seleccionar caderno de enderezos",
"Go to talk conversation" : "Ir á conversa en Talk",
"View profile" : "Ver o perfil",
+ "Media shares with you" : "Medios compartidos con Vde.",
+ "Talk conversations with you" : "Conversas de Talk con Vde.",
+ "Calendar events with you" : "Eventos de calendario con Vde.",
+ "Deck cards with you" : "Tarxetas da Gabeta con Vde.",
+ "No shared items with this contact" : "Non hai elementos compartidos con este contacto",
"This contact is in read-only mode. You do not have permission to edit this contact." : "Este contacto está en modo de só lectura. Non ten permiso para editar este contacto.",
"The contact you were trying to edit has changed. Please manually refresh the contact. Any further edits will be discarded." : "O contacto que estaba tentando editar cambiou, Actualice o contacto manualmente. Calquera outra edición será desbotada.",
"Address book" : "Caderno de enderezos",
diff --git a/l10n/gl.json b/l10n/gl.json
index f08e4b30..b6d43e9f 100644
--- a/l10n/gl.json
+++ b/l10n/gl.json
@@ -128,6 +128,11 @@
"Select address book" : "Seleccionar caderno de enderezos",
"Go to talk conversation" : "Ir á conversa en Talk",
"View profile" : "Ver o perfil",
+ "Media shares with you" : "Medios compartidos con Vde.",
+ "Talk conversations with you" : "Conversas de Talk con Vde.",
+ "Calendar events with you" : "Eventos de calendario con Vde.",
+ "Deck cards with you" : "Tarxetas da Gabeta con Vde.",
+ "No shared items with this contact" : "Non hai elementos compartidos con este contacto",
"This contact is in read-only mode. You do not have permission to edit this contact." : "Este contacto e