summaryrefslogtreecommitdiffstats
path: root/apps
diff options
context:
space:
mode:
Diffstat (limited to 'apps')
-rw-r--r--apps/admin_audit/appinfo/info.xml4
-rw-r--r--apps/comments/appinfo/info.xml7
-rw-r--r--apps/dav/appinfo/info.xml4
-rw-r--r--apps/encryption/appinfo/info.xml7
-rw-r--r--apps/federatedfilesharing/appinfo/info.xml7
-rw-r--r--apps/federatedfilesharing/l10n/pl.js2
-rw-r--r--apps/federatedfilesharing/l10n/pl.json2
-rw-r--r--apps/federation/appinfo/info.xml4
-rw-r--r--apps/files/appinfo/info.xml7
-rw-r--r--apps/files/js/filelist.js2
-rw-r--r--apps/files/js/newfilemenu.js1
-rw-r--r--apps/files/l10n/pl.js10
-rw-r--r--apps/files/l10n/pl.json10
-rw-r--r--apps/files/l10n/sv.js1
-rw-r--r--apps/files/l10n/sv.json1
-rw-r--r--apps/files/l10n/zh_CN.js1
-rw-r--r--apps/files/l10n/zh_CN.json1
-rw-r--r--apps/files_external/appinfo/info.xml8
-rw-r--r--apps/files_external/l10n/pl.js10
-rw-r--r--apps/files_external/l10n/pl.json10
-rw-r--r--apps/files_sharing/appinfo/info.xml7
-rw-r--r--apps/files_sharing/l10n/sv.js1
-rw-r--r--apps/files_sharing/l10n/sv.json1
-rw-r--r--apps/files_sharing/lib/External/Manager.php1
-rw-r--r--apps/files_trashbin/appinfo/info.xml4
-rw-r--r--apps/files_versions/appinfo/info.xml7
-rw-r--r--apps/lookup_server_connector/appinfo/info.xml4
-rw-r--r--apps/oauth2/appinfo/info.xml5
-rw-r--r--apps/oauth2/l10n/ja.js13
-rw-r--r--apps/oauth2/l10n/ja.json11
-rw-r--r--apps/oauth2/l10n/pl.js2
-rw-r--r--apps/oauth2/l10n/pl.json2
-rw-r--r--apps/oauth2/l10n/vi.js12
-rw-r--r--apps/oauth2/l10n/vi.json10
-rw-r--r--apps/oauth2/l10n/zh_CN.js13
-rw-r--r--apps/oauth2/l10n/zh_CN.json11
-rw-r--r--apps/provisioning_api/appinfo/info.xml4
-rw-r--r--apps/sharebymail/appinfo/info.xml4
-rw-r--r--apps/sharebymail/l10n/el.js2
-rw-r--r--apps/sharebymail/l10n/el.json2
-rw-r--r--apps/sharebymail/l10n/pl.js1
-rw-r--r--apps/sharebymail/l10n/pl.json1
-rw-r--r--apps/systemtags/appinfo/info.xml7
-rw-r--r--apps/testing/appinfo/info.xml4
-rw-r--r--apps/theming/appinfo/info.xml4
-rw-r--r--apps/twofactor_backupcodes/appinfo/info.xml4
-rw-r--r--apps/updatenotification/appinfo/info.xml4
-rw-r--r--apps/user_ldap/appinfo/info.xml7
-rw-r--r--apps/user_ldap/l10n/pl.js1
-rw-r--r--apps/user_ldap/l10n/pl.json1
-rw-r--r--apps/workflowengine/appinfo/info.xml4
51 files changed, 177 insertions, 76 deletions
diff --git a/apps/admin_audit/appinfo/info.xml b/apps/admin_audit/appinfo/info.xml
index e5ec9db0689..b29b0f0b01d 100644
--- a/apps/admin_audit/appinfo/info.xml
+++ b/apps/admin_audit/appinfo/info.xml
@@ -5,9 +5,9 @@
<description>Provides logging abilities for Nextcloud such as logging file accesses or otherwise sensitive actions.</description>
<licence>AGPL</licence>
<author>Nextcloud</author>
- <version>1.2.0</version>
+ <version>1.3.0</version>
<dependencies>
- <nextcloud min-version="12" max-version="12" />
+ <nextcloud min-version="13" max-version="13" />
</dependencies>
<types>
<logging/>
diff --git a/apps/comments/appinfo/info.xml b/apps/comments/appinfo/info.xml
index eb711c4b569..b67def1fb9d 100644
--- a/apps/comments/appinfo/info.xml
+++ b/apps/comments/appinfo/info.xml
@@ -4,11 +4,12 @@
<name>Comments</name>
<description>Files app plugin to add comments to files</description>
<licence>AGPL</licence>
- <author>Arthur Schiwon, Vincent Petry</author>
+ <author>Arthur Schiwon</author>
+ <author>Vincent Petry</author>
<default_enable/>
- <version>1.2.0</version>
+ <version>1.3.0</version>
<dependencies>
- <nextcloud min-version="12" max-version="12" />
+ <nextcloud min-version="13" max-version="13" />
</dependencies>
<types>
<logging/>
diff --git a/apps/dav/appinfo/info.xml b/apps/dav/appinfo/info.xml
index 2d9f73b3f43..8be603ee930 100644
--- a/apps/dav/appinfo/info.xml
+++ b/apps/dav/appinfo/info.xml
@@ -5,7 +5,7 @@
<description>WebDAV endpoint</description>
<licence>AGPL</licence>
<author>owncloud.org</author>
- <version>1.3.0</version>
+ <version>1.4.0</version>
<default_enable/>
<types>
<filesystem/>
@@ -15,7 +15,7 @@
<webdav>appinfo/v1/publicwebdav.php</webdav>
</public>
<dependencies>
- <nextcloud min-version="12" max-version="12" />
+ <nextcloud min-version="13" max-version="13" />
</dependencies>
<background-jobs>
<job>OCA\DAV\CardDAV\SyncJob</job>
diff --git a/apps/encryption/appinfo/info.xml b/apps/encryption/appinfo/info.xml
index 307fef4ad8a..36b6774c6ec 100644
--- a/apps/encryption/appinfo/info.xml
+++ b/apps/encryption/appinfo/info.xml
@@ -13,18 +13,19 @@
</description>
<name>Default encryption module</name>
<licence>AGPL</licence>
- <author>Bjoern Schiessle, Clark Tomlinson</author>
+ <author>Bjoern Schiessle</author>
+ <author>Clark Tomlinson</author>
<documentation>
<user>user-encryption</user>
<admin>admin-encryption</admin>
</documentation>
- <version>1.6.0</version>
+ <version>1.7.0</version>
<types>
<filesystem/>
</types>
<dependencies>
<lib>openssl</lib>
- <nextcloud min-version="12" max-version="12" />
+ <nextcloud min-version="13" max-version="13" />
</dependencies>
<settings>
<admin>OCA\Encryption\Settings\Admin</admin>
diff --git a/apps/federatedfilesharing/appinfo/info.xml b/apps/federatedfilesharing/appinfo/info.xml
index dc5cbffaa8d..aaacf3ec80e 100644
--- a/apps/federatedfilesharing/appinfo/info.xml
+++ b/apps/federatedfilesharing/appinfo/info.xml
@@ -4,12 +4,13 @@
<name>Federated file sharing</name>
<description>Provide federated file sharing across servers</description>
<licence>AGPL</licence>
- <author>Bjoern Schiessle, Roeland Jago Douma</author>
- <version>1.2.0</version>
+ <author>Bjoern Schiessle</author>
+ <author>Roeland Jago Douma</author>
+ <version>1.3.0</version>
<namespace>FederatedFileSharing</namespace>
<category>other</category>
<dependencies>
- <nextcloud min-version="12" max-version="12" />
+ <nextcloud min-version="13" max-version="13" />
</dependencies>
<settings>
<admin>OCA\FederatedFileSharing\Settings\Admin</admin>
diff --git a/apps/federatedfilesharing/l10n/pl.js b/apps/federatedfilesharing/l10n/pl.js
index b618a18d28d..c0f715ffc2e 100644
--- a/apps/federatedfilesharing/l10n/pl.js
+++ b/apps/federatedfilesharing/l10n/pl.js
@@ -21,7 +21,7 @@ OC.L10N.register(
"Not allowed to create a federated share with the owner." : "Nie można tworzyć stowarzyszonego udziału ze sobą.",
"Invalid or untrusted SSL certificate" : "Niewłaściwy lub niezaufany certyfikat SSL",
"Could not authenticate to remote share, password might be wrong" : "Nie udało się uwierzytelnić udziału zdalnego, może być błędne hasło",
- "Storage not valid" : "Zasób nie jest prawidłowy",
+ "Storage not valid" : "Magazyn nie jest prawidłowy",
"Federated Share successfully added" : "Udane udostępnienie ze Stowarzyszeniem ",
"Couldn't add remote share" : "Nie można dodać zdalnego zasobu",
"Sharing %s failed, because this item is already shared with %s" : "Współdzielenie %s nie powiodło się, ponieważ element jest już współdzielony z %s",
diff --git a/apps/federatedfilesharing/l10n/pl.json b/apps/federatedfilesharing/l10n/pl.json
index b4be22c2f44..7e2d0ea763f 100644
--- a/apps/federatedfilesharing/l10n/pl.json
+++ b/apps/federatedfilesharing/l10n/pl.json
@@ -19,7 +19,7 @@
"Not allowed to create a federated share with the owner." : "Nie można tworzyć stowarzyszonego udziału ze sobą.",
"Invalid or untrusted SSL certificate" : "Niewłaściwy lub niezaufany certyfikat SSL",
"Could not authenticate to remote share, password might be wrong" : "Nie udało się uwierzytelnić udziału zdalnego, może być błędne hasło",
- "Storage not valid" : "Zasób nie jest prawidłowy",
+ "Storage not valid" : "Magazyn nie jest prawidłowy",
"Federated Share successfully added" : "Udane udostępnienie ze Stowarzyszeniem ",
"Couldn't add remote share" : "Nie można dodać zdalnego zasobu",
"Sharing %s failed, because this item is already shared with %s" : "Współdzielenie %s nie powiodło się, ponieważ element jest już współdzielony z %s",
diff --git a/apps/federation/appinfo/info.xml b/apps/federation/appinfo/info.xml
index 2d15f20485a..e2211394e1d 100644
--- a/apps/federation/appinfo/info.xml
+++ b/apps/federation/appinfo/info.xml
@@ -5,11 +5,11 @@
<description>Federation allows you to connect with other trusted servers to exchange the user directory. For example this will be used to auto-complete external users for federated sharing.</description>
<licence>AGPL</licence>
<author>Bjoern Schiessle</author>
- <version>1.2.0</version>
+ <version>1.3.0</version>
<namespace>Federation</namespace>
<category>other</category>
<dependencies>
- <nextcloud min-version="12" max-version="12" />
+ <nextcloud min-version="13" max-version="13" />
</dependencies>
<default_enable/>
<types>
diff --git a/apps/files/appinfo/info.xml b/apps/files/appinfo/info.xml
index c49ec7aa407..c4b9e18ed05 100644
--- a/apps/files/appinfo/info.xml
+++ b/apps/files/appinfo/info.xml
@@ -4,14 +4,15 @@
<name>Files</name>
<description>File Management</description>
<licence>AGPL</licence>
- <author>Robin Appelman, Vincent Petry</author>
+ <author>Robin Appelman</author>
+ <author>Vincent Petry</author>
<default_enable/>
- <version>1.7.2</version>
+ <version>1.8.0</version>
<types>
<filesystem/>
</types>
<dependencies>
- <nextcloud min-version="12" max-version="12" />
+ <nextcloud min-version="13" max-version="13" />
</dependencies>
<documentation>
<user>user-files</user>
diff --git a/apps/files/js/filelist.js b/apps/files/js/filelist.js
index 187ede8c0bd..919b4d38f86 100644
--- a/apps/files/js/filelist.js
+++ b/apps/files/js/filelist.js
@@ -2140,6 +2140,7 @@
} catch (error) {
input.attr('title', error);
input.tooltip({placement: 'right', trigger: 'manual'});
+ input.tooltip('fixTitle');
input.tooltip('show');
input.addClass('error');
}
@@ -2154,6 +2155,7 @@
} catch (error) {
input.attr('title', error);
input.tooltip({placement: 'right', trigger: 'manual'});
+ input.tooltip('fixTitle');
input.tooltip('show');
input.addClass('error');
}
diff --git a/apps/files/js/newfilemenu.js b/apps/files/js/newfilemenu.js
index 9f3b7eb7332..18d9104dc40 100644
--- a/apps/files/js/newfilemenu.js
+++ b/apps/files/js/newfilemenu.js
@@ -156,6 +156,7 @@
} catch (error) {
$input.attr('title', error);
$input.tooltip({placement: 'right', trigger: 'manual'});
+ $input.tooltip('fixTitle');
$input.tooltip('show');
$input.addClass('error');
}
diff --git a/apps/files/l10n/pl.js b/apps/files/l10n/pl.js
index 89d5cb476e7..ac413b3d695 100644
--- a/apps/files/l10n/pl.js
+++ b/apps/files/l10n/pl.js
@@ -1,8 +1,8 @@
OC.L10N.register(
"files",
{
- "Storage is temporarily not available" : "Przechowywanie jest czasowo niedostępne",
- "Storage invalid" : "Pamięć nieprawidłowa",
+ "Storage is temporarily not available" : "Magazyn jest tymczasowo niedostępny",
+ "Storage invalid" : "Nieprawidłowy magazyn",
"Unknown error" : "Nieznany błąd",
"All files" : "Wszystkie pliki",
"Recent" : "Ostatnie",
@@ -59,7 +59,7 @@ OC.L10N.register(
"\"{name}\" is an invalid file name." : "\"{name}\" jest nieprawidłową nazwą pliku.",
"File name cannot be empty." : "Nazwa pliku nie może być pusta.",
"\"{name}\" is not an allowed filetype" : "typ pliku \"{name}\" nie jest dozwolony",
- "Storage of {owner} is full, files can not be updated or synced anymore!" : "Brak wolnego miejsca {owner}, pliki nie mogą zostać zaktualizowane lub synchronizowane! ",
+ "Storage of {owner} is full, files can not be updated or synced anymore!" : "Brak wolnego miejsca dla {owner}, pliki nie mogą zostać zaktualizowane lub synchronizowane! ",
"Your storage is full, files can not be updated or synced anymore!" : "Magazyn jest pełny. Pliki nie mogą zostać zaktualizowane lub zsynchronizowane!",
"Storage of {owner} is almost full ({usedSpacePercent}%)" : "Miejsce dla {owner} jest na wyczerpaniu ({usedSpacePercent}%)",
"Your storage is almost full ({usedSpacePercent}%)" : "Twój magazyn jest prawie pełny ({usedSpacePercent}%)",
@@ -100,9 +100,9 @@ OC.L10N.register(
"A file has been added to or removed from your <strong>favorites</strong>" : "Plik został dodany lub usunięty z Twoich <strong>ulubionych</strong>",
"A file or folder has been <strong>changed</strong> or <strong>renamed</strong>" : "Plik lub folder został <strong>zmieniony</ strong> lub <strong>zastąpiony</ strong>",
"A new file or folder has been <strong>created</strong>" : "Nowy plik lub folder został <strong>utworzony</strong>",
- "A new file or folder has been <strong>deleted</strong>" : "Nowy plik lub folder jest <strong>usunięty </strong>",
+ "A new file or folder has been <strong>deleted</strong>" : "Nowy plik lub folder został <strong>usunięty </strong>",
"Limit notifications about creation and changes to your <strong>favorite files</strong> <em>(Stream only)</em>" : "Ogranicz powiadomienia o utworzeniu i zmianach do swoich <strong>ulubionych plików</strong> <em>(Tylko w strumieniu aktywności)</em>",
- "A new file or folder has been <strong>restored</strong>" : "Nowy plik lub folder jest <strong>przywrócony</strong>",
+ "A new file or folder has been <strong>restored</strong>" : "Nowy plik lub folder został <strong>przywrócony</strong>",
"Upload (max. %s)" : "Wysyłka (max. %s)",
"File handling" : "Zarządzanie plikami",
"Maximum upload size" : "Maksymalny rozmiar wysyłanego pliku",
diff --git a/apps/files/l10n/pl.json b/apps/files/l10n/pl.json
index e346fcda6bc..4858a697cf6 100644
--- a/apps/files/l10n/pl.json
+++ b/apps/files/l10n/pl.json
@@ -1,6 +1,6 @@
{ "translations": {
- "Storage is temporarily not available" : "Przechowywanie jest czasowo niedostępne",
- "Storage invalid" : "Pamięć nieprawidłowa",
+ "Storage is temporarily not available" : "Magazyn jest tymczasowo niedostępny",
+ "Storage invalid" : "Nieprawidłowy magazyn",
"Unknown error" : "Nieznany błąd",
"All files" : "Wszystkie pliki",
"Recent" : "Ostatnie",
@@ -57,7 +57,7 @@
"\"{name}\" is an invalid file name." : "\"{name}\" jest nieprawidłową nazwą pliku.",
"File name cannot be empty." : "Nazwa pliku nie może być pusta.",
"\"{name}\" is not an allowed filetype" : "typ pliku \"{name}\" nie jest dozwolony",
- "Storage of {owner} is full, files can not be updated or synced anymore!" : "Brak wolnego miejsca {owner}, pliki nie mogą zostać zaktualizowane lub synchronizowane! ",
+ "Storage of {owner} is full, files can not be updated or synced anymore!" : "Brak wolnego miejsca dla {owner}, pliki nie mogą zostać zaktualizowane lub synchronizowane! ",
"Your storage is full, files can not be updated or synced anymore!" : "Magazyn jest pełny. Pliki nie mogą zostać zaktualizowane lub zsynchronizowane!",
"Storage of {owner} is almost full ({usedSpacePercent}%)" : "Miejsce dla {owner} jest na wyczerpaniu ({usedSpacePercent}%)",
"Your storage is almost full ({usedSpacePercent}%)" : "Twój magazyn jest prawie pełny ({usedSpacePercent}%)",
@@ -98,9 +98,9 @@
"A file has been added to or removed from your <strong>favorites</strong>" : "Plik został dodany lub usunięty z Twoich <strong>ulubionych</strong>",
"A file or folder has been <strong>changed</strong> or <strong>renamed</strong>" : "Plik lub folder został <strong>zmieniony</ strong> lub <strong>zastąpiony</ strong>",
"A new file or folder has been <strong>created</strong>" : "Nowy plik lub folder został <strong>utworzony</strong>",
- "A new file or folder has been <strong>deleted</strong>" : "Nowy plik lub folder jest <strong>usunięty </strong>",
+ "A new file or folder has been <strong>deleted</strong>" : "Nowy plik lub folder został <strong>usunięty </strong>",
"Limit notifications about creation and changes to your <strong>favorite files</strong> <em>(Stream only)</em>" : "Ogranicz powiadomienia o utworzeniu i zmianach do swoich <strong>ulubionych plików</strong> <em>(Tylko w strumieniu aktywności)</em>",
- "A new file or folder has been <strong>restored</strong>" : "Nowy plik lub folder jest <strong>przywrócony</strong>",
+ "A new file or folder has been <strong>restored</strong>" : "Nowy plik lub folder został <strong>przywrócony</strong>",
"Upload (max. %s)" : "Wysyłka (max. %s)",
"File handling" : "Zarządzanie plikami",
"Maximum upload size" : "Maksymalny rozmiar wysyłanego pliku",
diff --git a/apps/files/l10n/sv.js b/apps/files/l10n/sv.js
index f021315784e..0880f70f5cf 100644
--- a/apps/files/l10n/sv.js
+++ b/apps/files/l10n/sv.js
@@ -71,6 +71,7 @@ OC.L10N.register(
"Favorite" : "Favorit",
"Copy direct link (only works for users who have access to this file/folder)" : "Kopiera direktlänk (fungerar endast för de användare som har tillgång till denna fil eller mapp)",
"New folder" : "Ny mapp",
+ "Upload file" : "Ladda upp fil",
"An error occurred while trying to update the tags" : "Ett fel uppstod när uppdatera taggarna",
"Added to favorites" : "Lades till i favoriter",
"Removed from favorites" : "Togs bort från favoriter",
diff --git a/apps/files/l10n/sv.json b/apps/files/l10n/sv.json
index 9d821e56a84..c616223fd2f 100644
--- a/apps/files/l10n/sv.json
+++ b/apps/files/l10n/sv.json
@@ -69,6 +69,7 @@
"Favorite" : "Favorit",
"Copy direct link (only works for users who have access to this file/folder)" : "Kopiera direktlänk (fungerar endast för de användare som har tillgång till denna fil eller mapp)",
"New folder" : "Ny mapp",
+ "Upload file" : "Ladda upp fil",
"An error occurred while trying to update the tags" : "Ett fel uppstod när uppdatera taggarna",
"Added to favorites" : "Lades till i favoriter",
"Removed from favorites" : "Togs bort från favoriter",
diff --git a/apps/files/l10n/zh_CN.js b/apps/files/l10n/zh_CN.js
index 57fc59d5d87..34adcd8f68a 100644
--- a/apps/files/l10n/zh_CN.js
+++ b/apps/files/l10n/zh_CN.js
@@ -71,6 +71,7 @@ OC.L10N.register(
"Favorite" : "收藏",
"Copy direct link (only works for users who have access to this file/folder)" : "复制直接链接(仅适用于有权访问此文件/文件夹的用户)",
"New folder" : "新建文件夹",
+ "Upload file" : "上传文件",
"An error occurred while trying to update the tags" : "更新标签时出错",
"Added to favorites" : "添加到收藏",
"Removed from favorites" : "取消收藏",
diff --git a/apps/files/l10n/zh_CN.json b/apps/files/l10n/zh_CN.json
index b63983bde70..da1beb8fcc3 100644
--- a/apps/files/l10n/zh_CN.json
+++ b/apps/files/l10n/zh_CN.json
@@ -69,6 +69,7 @@
"Favorite" : "收藏",
"Copy direct link (only works for users who have access to this file/folder)" : "复制直接链接(仅适用于有权访问此文件/文件夹的用户)",
"New folder" : "新建文件夹",
+ "Upload file" : "上传文件",
"An error occurred while trying to update the tags" : "更新标签时出错",
"Added to favorites" : "添加到收藏",
"Removed from favorites" : "取消收藏",
diff --git a/apps/files_external/appinfo/info.xml b/apps/files_external/appinfo/info.xml
index 74ad050d30e..5772b89ba9e 100644
--- a/apps/files_external/appinfo/info.xml
+++ b/apps/files_external/appinfo/info.xml
@@ -8,11 +8,13 @@ This application enables administrators to configure connections to external sto
External storage can be configured using the GUI or at the command line. This second option provides the advanced user with more flexibility for configuring bulk external storage mounts and setting mount priorities. More information is available in the external storage GUI documentation and the external storage Configuration File documentation.
</description>
<licence>AGPL</licence>
- <author>Robin Appelman, Michael Gapczynski, Vincent Petry</author>
+ <author>Robin Appelman</author>
+ <author>Michael Gapczynski</author>
+ <author>Vincent Petry</author>
<documentation>
<admin>admin-external-storage</admin>
</documentation>
- <version>1.3.0</version>
+ <version>1.4.0</version>
<types>
<filesystem/>
</types>
@@ -21,7 +23,7 @@ External storage can be configured using the GUI or at the command line. This se
<namespace>Files_External</namespace>
<dependencies>
- <nextcloud min-version="12" max-version="12" />
+ <nextcloud min-version="13" max-version="13" />
</dependencies>
<settings>
diff --git a/apps/files_external/l10n/pl.js b/apps/files_external/l10n/pl.js
index cb523d31215..3ad33d41ded 100644
--- a/apps/files_external/l10n/pl.js
+++ b/apps/files_external/l10n/pl.js
@@ -6,7 +6,7 @@ OC.L10N.register(
"Please provide a valid app key and secret." : "Proszę podać prawidłowy klucz aplikacji i klucz sekretny.",
"Step 1 failed. Exception: %s" : "Krok 1 błędny. Błąd: %s",
"Step 2 failed. Exception: %s" : "Krok 2 błędny. Błąd: %s",
- "External storages" : "Zewnętrzne zasoby dyskowe",
+ "External storages" : "Magazyny zewnętrzne",
"Dropbox App Configuration" : "Konfiguracja aplikacji Dropbox",
"Google Drive App Configuration" : "Konfiguracja aplikacji Google Drive",
"Personal" : "Osobiste",
@@ -29,7 +29,7 @@ OC.L10N.register(
"Couldn't get the list of external mount points: {type}" : "Nie udało się uzyskać listy zewnętrznych punktów montowania: {type}",
"There was an error with message: " : "Wystąpił błąd o treści:",
"External mount error" : "Błąd przy montowaniu zewnętrznym",
- "external-storage" : "dysk zewnętrzny",
+ "external-storage" : "magazyn zewnętrzny",
"Couldn't get the list of Windows network drive mount points: empty response from the server" : "Nie udało się uzyskać listy punktów montowania dysku sieciowego z systemu Windows: puste odpowiedzi z serwera",
"Some of the configured external mount points are not connected. Please click on the red row(s) for more information" : "Niektóre skonfigurowane zewnętrzne punkty montowania są nie podłączone. Proszę kliknąć na czerwony rząd (y), aby uzyskać więcej informacji",
"Please enter the credentials for the {mount} mount" : "Proszę wprowadzić poświadczenia dla {mount} montażu",
@@ -122,12 +122,12 @@ OC.L10N.register(
"Authentication" : "Poświadczenie",
"Configuration" : "Konfiguracja",
"Available for" : "Dostępne przez",
- "Add storage" : "Dodaj zasoby dyskowe",
+ "Add storage" : "Dodaj zewnętrzne magazyny",
"Advanced settings" : "Ustawienia zaawansowane",
"Delete" : "Usuń",
"Allow users to mount external storage" : "Pozwól użytkownikom montować zewnętrzne zasoby dyskowe",
"Allow users to mount the following external storage" : "Pozwól użytkownikom montować następujące zewnętrzne zasoby dyskowe",
- "Storage with id \"%i\" not found" : "Id magazynu nie został znaleziony",
- "Storage with id \"%i\" is not user editable" : "Magazyn o id \"%i\" nie jest edytowalny dla użytkowników"
+ "Storage with id \"%i\" not found" : "Magazyn o ID \"%i\" nie został znaleziony",
+ "Storage with id \"%i\" is not user editable" : "Magazyn o ID \"%i\" nie może być edytowany przez użytkowników"
},
"nplurals=4; plural=(n==1 ? 0 : (n%10>=2 && n%10<=4) && (n%100<12 || n%100>=14) ? 1 : n!=1 && (n%10>=0 && n%10<=1) || (n%10>=5 && n%10<=9) || (n%100>=12 && n%100<=14) ? 2 : 3);");
diff --git a/apps/files_external/l10n/pl.json b/apps/files_external/l10n/pl.json
index e9d45a1e804..b84f713b471 100644
--- a/apps/files_external/l10n/pl.json
+++ b/apps/files_external/l10n/pl.json
@@ -4,7 +4,7 @@
"Please provide a valid app key and secret." : "Proszę podać prawidłowy klucz aplikacji i klucz sekretny.",
"Step 1 failed. Exception: %s" : "Krok 1 błędny. Błąd: %s",
"Step 2 failed. Exception: %s" : "Krok 2 błędny. Błąd: %s",
- "External storages" : "Zewnętrzne zasoby dyskowe",
+ "External storages" : "Magazyny zewnętrzne",
"Dropbox App Configuration" : "Konfiguracja aplikacji Dropbox",
"Google Drive App Configuration" : "Konfiguracja aplikacji Google Drive",
"Personal" : "Osobiste",
@@ -27,7 +27,7 @@
"Couldn't get the list of external mount points: {type}" : "Nie udało się uzyskać listy zewnętrznych punktów montowania: {type}",
"There was an error with message: " : "Wystąpił błąd o treści:",
"External mount error" : "Błąd przy montowaniu zewnętrznym",
- "external-storage" : "dysk zewnętrzny",
+ "external-storage" : "magazyn zewnętrzny",
"Couldn't get the list of Windows network drive mount points: empty response from the server" : "Nie udało się uzyskać listy punktów montowania dysku sieciowego z systemu Windows: puste odpowiedzi z serwera",
"Some of the configured external mount points are not connected. Please click on the red row(s) for more information" : "Niektóre skonfigurowane zewnętrzne punkty montowania są nie podłączone. Proszę kliknąć na czerwony rząd (y), aby uzyskać więcej informacji",
"Please enter the credentials for the {mount} mount" : "Proszę wprowadzić poświadczenia dla {mount} montażu",
@@ -120,12 +120,12 @@
"Authentication" : "Poświadczenie",
"Configuration" : "Konfiguracja",
"Available for" : "Dostępne przez",
- "Add storage" : "Dodaj zasoby dyskowe",
+ "Add storage" : "Dodaj zewnętrzne magazyny",
"Advanced settings" : "Ustawienia zaawansowane",
"Delete" : "Usuń",
"Allow users to mount external storage" : "Pozwól użytkownikom montować zewnętrzne zasoby dyskowe",
"Allow users to mount the following external storage" : "Pozwól użytkownikom montować następujące zewnętrzne zasoby dyskowe",
- "Storage with id \"%i\" not found" : "Id magazynu nie został znaleziony",
- "Storage with id \"%i\" is not user editable" : "Magazyn o id \"%i\" nie jest edytowalny dla użytkowników"
+ "Storage with id \"%i\" not found" : "Magazyn o ID \"%i\" nie został znaleziony",
+ "Storage with id \"%i\" is not user editable" : "Magazyn o ID \"%i\" nie może być edytowany przez użytkowników"
},"pluralForm" :"nplurals=4; plural=(n==1 ? 0 : (n%10>=2 && n%10<=4) && (n%100<12 || n%100>=14) ? 1 : n!=1 && (n%10>=0 && n%10<=1) || (n%10>=5 && n%10<=9) || (n%100>=12 && n%100<=14) ? 2 : 3);"
} \ No newline at end of file
diff --git a/apps/files_sharing/appinfo/info.xml b/apps/files_sharing/appinfo/info.xml
index 001c3bbeb50..f4119a55972 100644
--- a/apps/files_sharing/appinfo/info.xml
+++ b/apps/files_sharing/appinfo/info.xml
@@ -8,14 +8,15 @@ Turning the feature off removes shared files and folders on the server for all s
</description>
<licence>AGPL</licence>
- <author>Michael Gapczynski, Bjoern Schiessle</author>
+ <author>Michael Gapczynski</author>
+ <author>Bjoern Schiessle</author>
<default_enable/>
- <version>1.4.0</version>
+ <version>1.5.0</version>
<types>
<filesystem/>
</types>
<dependencies>
- <nextcloud min-version="12" max-version="12" />
+ <nextcloud min-version="13" max-version="13" />
</dependencies>
<public>
<files>public.php</files>
diff --git a/apps/files_sharing/l10n/sv.js b/apps/files_sharing/l10n/sv.js
index 9fcebb1ec59..050f2cadda2 100644
--- a/apps/files_sharing/l10n/sv.js
+++ b/apps/files_sharing/l10n/sv.js
@@ -89,6 +89,7 @@ OC.L10N.register(
"Cannot increase permissions" : "Kan inte utöka behörigheter",
"%s is publicly shared" : "%s är offentligt delad",
"Share API is disabled" : "Delning av API är inaktiverad",
+ "File sharing" : "Fildelning",
"This share is password-protected" : "Den här delningen är lösenordsskyddad",
"The password is wrong. Try again." : "Lösenordet är fel. Försök igen.",
"Password" : "Lösenord",
diff --git a/apps/files_sharing/l10n/sv.json b/apps/files_sharing/l10n/sv.json
index aaec11f144d..d527d1bdeb4 100644
--- a/apps/files_sharing/l10n/sv.json
+++ b/apps/files_sharing/l10n/sv.json
@@ -87,6 +87,7 @@
"Cannot increase permissions" : "Kan inte utöka behörigheter",
"%s is publicly shared" : "%s är offentligt delad",
"Share API is disabled" : "Delning av API är inaktiverad",
+ "File sharing" : "Fildelning",
"This share is password-protected" : "Den här delningen är lösenordsskyddad",
"The password is wrong. Try again." : "Lösenordet är fel. Försök igen.",
"Password" : "Lösenord",
diff --git a/apps/files_sharing/lib/External/Manager.php b/apps/files_sharing/lib/External/Manager.php
index 2adcc7cf5cb..4e0b3a215f0 100644
--- a/apps/files_sharing/lib/External/Manager.php
+++ b/apps/files_sharing/lib/External/Manager.php
@@ -198,6 +198,7 @@ class Manager {
$share = $this->getShare($id);
if ($share) {
+ \OC_Util::setupFS($this->uid);
$mountPoint = Files::buildNotExistingFileName('/', $share['name']);
$mountPoint = Filesystem::normalizePath('/' . $mountPoint);
$hash = md5($mountPoint);
diff --git a/apps/files_trashbin/appinfo/info.xml b/apps/files_trashbin/appinfo/info.xml
index a756013568d..a941e4afdc1 100644
--- a/apps/files_trashbin/appinfo/info.xml
+++ b/apps/files_trashbin/appinfo/info.xml
@@ -10,13 +10,13 @@ To prevent a user from running out of disk space, the Deleted files app will not
<licence>AGPL</licence>
<author>Bjoern Schiessle</author>
<default_enable/>
- <version>1.2.0</version>
+ <version>1.3.0</version>
<types>
<filesystem/>
</types>
<namespace>Files_Trashbin</namespace>
<dependencies>
- <nextcloud min-version="12" max-version="12" />
+ <nextcloud min-version="13" max-version="13" />
</dependencies>
<documentation>
<user>user-trashbin</user>
diff --git a/apps/files_versions/appinfo/info.xml b/apps/files_versions/appinfo/info.xml
index 5304051d751..cb7d5d07d33 100644
--- a/apps/files_versions/appinfo/info.xml
+++ b/apps/files_versions/appinfo/info.xml
@@ -3,18 +3,19 @@
<id>files_versions</id>
<name>Versions</name>
<licence>AGPL</licence>
- <author>Frank Karlitschek, Bjoern Schiessle</author>
+ <author>Frank Karlitschek</author>
+ <author>Bjoern Schiessle</author>
<description>
This application automatically maintains older versions of files that are changed. When enabled, a hidden versions folder is provisioned in every user’s directory and is used to store old file versions. A user can revert to an older version through the web interface at any time, with the replaced file becoming a version. The app automatically manages the versions folder to ensure the user doesn’t run out of Quota because of versions.
In addition to the expiry of versions, the versions app makes certain never to use more than 50% of the user’s currently available free space. If stored versions exceed this limit, the app will delete the oldest versions first until it meets this limit. More information is available in the Versions documentation.
</description>
- <version>1.5.0</version>
+ <version>1.6.0</version>
<types>
<filesystem/>
</types>
<namespace>Files_Versions</namespace>
<dependencies>
- <nextcloud min-version="12" max-version="12" />
+ <nextcloud min-version="13" max-version="13" />
</dependencies>
<documentation>
<user>user-versions</user>
diff --git a/apps/lookup_server_connector/appinfo/info.xml b/apps/lookup_server_connector/appinfo/info.xml
index 7bada73bbbb..19b6587a14a 100644
--- a/apps/lookup_server_connector/appinfo/info.xml
+++ b/apps/lookup_server_connector/appinfo/info.xml
@@ -6,10 +6,10 @@
<licence>AGPL</licence>
<author>Bjoern Schiessle</author>
<namespace>LookupServerConnector</namespace>
- <version>1.0.0</version>
+ <version>1.1.0</version>
<category>other</category>
<dependencies>
- <nextcloud min-version="12.0" max-version="12.0" />
+ <nextcloud min-version="13" max-version="13" />
</dependencies>
<default_enable/>
<types>
diff --git a/apps/oauth2/appinfo/info.xml b/apps/oauth2/appinfo/info.xml
index 5e9e8dae06a..ccddc9a8f71 100644
--- a/apps/oauth2/appinfo/info.xml
+++ b/apps/oauth2/appinfo/info.xml
@@ -6,11 +6,14 @@
<licence>agpl</licence>
<author>Lukas Reschke</author>
<namespace>OAuth2</namespace>
- <version>1.0.5</version>
+ <version>1.1.0</version>
<default_enable/>
<types>
<authentication/>
</types>
+ <dependencies>
+ <nextcloud min-version="13" max-version="13" />
+ </dependencies>
<settings>
<admin>OCA\OAuth2\Settings\Admin</admin>
diff --git a/apps/oauth2/l10n/ja.js b/apps/oauth2/l10n/ja.js
new file mode 100644
index 00000000000..52cb3ec3d3a
--- /dev/null
+++ b/apps/oauth2/l10n/ja.js
@@ -0,0 +1,13 @@
+OC.L10N.register(
+ "oauth2",
+ {
+ "OAuth 2.0" : "OAuth 2.0",
+ "OAuth 2.0 clients" : "OAuth 2.0クライアント",
+ "Name" : "名前",
+ "Redirection URI" : "リダイレクトURI",
+ "Client Identifier" : "クライアントID",
+ "Secret" : "シークレットキー",
+ "Add client" : "クライアントを追加",
+ "Add" : "追加"
+},
+"nplurals=1; plural=0;");
diff --git a/apps/oauth2/l10n/ja.json b/apps/oauth2/l10n/ja.json
new file mode 100644
index 00000000000..755983ba848
--- /dev/null
+++ b/apps/oauth2/l10n/ja.json
@@ -0,0 +1,11 @@
+{ "translations": {
+ "OAuth 2.0" : "OAuth 2.0",
+ "OAuth 2.0 clients" : "OAuth 2.0クライアント",
+ "Name" : "名前",
+ "Redirection URI" : "リダイレクトURI",
+ "Client Identifier" : "クライアントID",
+ "Secret" : "シークレットキー",
+ "Add client" : "クライアントを追加",
+ "Add" : "追加"
+},"pluralForm" :"nplurals=1; plural=0;"
+} \ No newline at end of file
diff --git a/apps/oauth2/l10n/pl.js b/apps/oauth2/l10n/pl.js
index 54d8dfaed53..7700ba0b96a 100644
--- a/apps/oauth2/l10n/pl.js
+++ b/apps/oauth2/l10n/pl.js
@@ -2,7 +2,7 @@ OC.L10N.register(
"oauth2",
{
"OAuth 2.0" : "OAuth 2.0",
- "OAuth 2.0 clients" : "klienci OAuth 2.0",
+ "OAuth 2.0 clients" : "Klienci OAuth 2.0",
"OAuth 2.0 allows external services to request access to your %s." : "OAuth 2.0 pozwala zewnętrznym usługom na żądanie dostępu do %s.",
"Name" : "Nazwa",
"Redirection URI" : "URI przekierowania",
diff --git a/apps/oauth2/l10n/pl.json b/apps/oauth2/l10n/pl.json
index ddece8c5aab..de65cf950af 100644
--- a/apps/oauth2/l10n/pl.json
+++ b/apps/oauth2/l10n/pl.json
@@ -1,6 +1,6 @@
{ "translations": {
"OAuth 2.0" : "OAuth 2.0",
- "OAuth 2.0 clients" : "klienci OAuth 2.0",
+ "OAuth 2.0 clients" : "Klienci OAuth 2.0",
"OAuth 2.0 allows external services to request access to your %s." : "OAuth 2.0 pozwala zewnętrznym usługom na żądanie dostępu do %s.",
"Name" : "Nazwa",
"Redirection URI" : "URI przekierowania",
diff --git a/apps/oauth2/l10n/vi.js b/apps/oauth2/l10n/vi.js
new file mode 100644
index 00000000000..a320d5bde88
--- /dev/null
+++ b/apps/oauth2/l10n/vi.js
@@ -0,0 +1,12 @@
+OC.L10N.register(
+ "oauth2",
+ {
+ "OAuth 2.0" : "OAuth 2.0",
+ "OAuth 2.0 clients" : "kết nối OAuth 2.0",
+ "Name" : "Tên",
+ "Redirection URI" : "Liên kết chuyển tiếp",
+ "Secret" : "Mật khẩu",
+ "Add client" : "Thêm kết nối",
+ "Add" : "Thêm"
+},
+"nplurals=1; plural=0;");
diff --git a/apps/oauth2/l10n/vi.json b/apps/oauth2/l10n/vi.json
new file mode 100644
index 00000000000..7ab4adcd6cf
--- /dev/null
+++ b/apps/oauth2/l10n/vi.json
@@ -0,0 +1,10 @@
+{ "translations": {
+ "OAuth 2.0" : "OAuth 2.0",
+ "OAuth 2.0 clients" : "kết nối OAuth 2.0",
+ "Name" : "Tên",
+ "Redirection URI" : "Liên kết chuyển tiếp",
+ "Secret" : "Mật khẩu",
+ "Add client" : "Thêm kết nối",
+ "Add" : "Thêm"
+},"pluralForm" :"nplurals=1; plural=0;"
+} \ No newline at end of file
diff --git a/apps/oauth2/l10n/zh_CN.js b/apps/oauth2/l10n/zh_CN.js
new file mode 100644
index 00000000000..f0f4449cd63
--- /dev/null
+++ b/apps/oauth2/l10n/zh_CN.js
@@ -0,0 +1,13 @@
+OC.L10N.register(
+ "oauth2",
+ {
+ "OAuth 2.0" : "OAuth 2.0",
+ "OAuth 2.0 clients" : "OAuth 2.0 客户端",
+ "Name" : "名称",
+ "Redirection URI" : "回调地址",
+ "Client Identifier" : "客户端 ID",
+ "Secret" : "密钥",
+ "Add client" : "添加客户端",
+ "Add" : "添加"
+},
+"nplurals=1; plural=0;");
diff --git a/apps/oauth2/l10n/zh_CN.json b/apps/oauth2/l10n/zh_CN.json
new file mode 100644
index 00000000000..2ebf7916049
--- /dev/null
+++ b/apps/oauth2/l10n/zh_CN.json
@@ -0,0 +1,11 @@
+{ "translations": {
+ "OAuth 2.0" : "OAuth 2.0",
+ "OAuth 2.0 clients" : "OAuth 2.0 客户端",
+ "Name" : "名称",
+ "Redirection URI" : "回调地址",
+ "Client Identifier" : "客户端 ID",
+ "Secret" : "密钥",
+ "Add client" : "添加客户端",
+ "Add" : "添加"
+},"pluralForm" :"nplurals=1; plural=0;"
+} \ No newline at end of file
diff --git a/apps/provisioning_api/appinfo/info.xml b/apps/provisioning_api/appinfo/info.xml
index ede999ffec6..54c77ac2a1e 100644
--- a/apps/provisioning_api/appinfo/info.xml
+++ b/apps/provisioning_api/appinfo/info.xml
@@ -17,12 +17,12 @@
<documentation>
<admin>admin-provisioning-api</admin>
</documentation>
- <version>1.2.0</version>
+ <version>1.3.0</version>
<namespace>Provisioning_API</namespace>
<types>
<prevent_group_restriction/>
</types>
<dependencies>
- <nextcloud min-version="12" max-version="12" />
+ <nextcloud min-version="13" max-version="13" />
</dependencies>
</info>
diff --git a/apps/sharebymail/appinfo/info.xml b/apps/sharebymail/appinfo/info.xml
index ab50ef03694..b64573d59a0 100644
--- a/apps/sharebymail/appinfo/info.xml
+++ b/apps/sharebymail/appinfo/info.xml
@@ -5,11 +5,11 @@
<description>Share provider which allows you to share files by mail</description>
<licence>AGPL</licence>
<author>Bjoern Schiessle</author>
- <version>1.2.0</version>
+ <version>1.3.0</version>
<namespace>ShareByMail</namespace>
<category>other</category>
<dependencies>
- <nextcloud min-version="12" max-version="12" />
+ <nextcloud min-version="13" max-version="13" />
</dependencies>
<default_enable/>
diff --git a/apps/sharebymail/l10n/el.js b/apps/sharebymail/l10n/el.js
index f7c4e3d3edf..0bb79ea7dff 100644
--- a/apps/sharebymail/l10n/el.js
+++ b/apps/sharebymail/l10n/el.js
@@ -13,6 +13,8 @@ OC.L10N.register(
"%3$s shared %1$s with %2$s by mail" : "%3$s Διαμοιραστηκε %1$s με %2$s μέσω mail",
"{actor} shared {file} with {email} by mail" : "{actor} διαμοίρασε {file} με {email} μέσω mail",
"Password to access %1$s was sent to %2s" : "Το συνθηματικό για πρόσβαση στο %1$s στάθηκε στο %2s",
+ "Password to access %1$s was sent to you" : "Σας έχει αποσταλεί το συνθηματικό για πρόσβαση στο %1$s",
+ "Password to access {file} was sent to you" : "Σας έχει αποσταλεί στο συνθηματικό για πρόσβαση {file}",
"Sharing %s failed, this item is already shared with %s" : "Διαμοιρασμός %s απέτυχε, αυτό το αντικείμενο είναι ήδη διαμοιρασμένο με %s",
"We can't send you the auto-generated password. Please set a valid email address in your personal settings and try again." : "Δεν μπορούμε να σας στείλουμε αυτοδημιουργημένο συνθηματικό. Παρακαλούμε βάλτε μία έγκυρη διεύθυνση email στις προσωπικές σας ρυθμίσεις και προσπαθήστε ξανά.",
"Failed to send share by E-mail" : "Αποτυχία αποστολής συνδέσμου διαμοιρασμού μέσω Ηλ.ταχυδρομείου",
diff --git a/apps/sharebymail/l10n/el.json b/apps/sharebymail/l10n/el.json
index 8f8e1140ef5..b516e39c04b 100644
--- a/apps/sharebymail/l10n/el.json
+++ b/apps/sharebymail/l10n/el.json
@@ -11,6 +11,8 @@
"%3$s shared %1$s with %2$s by mail" : "%3$s Διαμοιραστηκε %1$s με %2$s μέσω mail",
"{actor} shared {file} with {email} by mail" : "{actor} διαμοίρασε {file} με {email} μέσω mail",
"Password to access %1$s was sent to %2s" : "Το συνθηματικό για πρόσβαση στο %1$s στάθηκε στο %2s",
+ "Password to access %1$s was sent to you" : "Σας έχει αποσταλεί το συνθηματικό για πρόσβαση στο %1$s",
+ "Password to access {file} was sent to you" : "Σας έχει αποσταλεί στο συνθηματικό για πρόσβαση {file}",
"Sharing %s failed, this item is already shared with %s" : "Διαμοιρασμός %s απέτυχε, αυτό το αντικείμενο είναι ήδη διαμοιρασμένο με %s",
"We can't send you the auto-generated password. Please set a valid email address in your personal settings and try again." : "Δεν μπορούμε να σας στείλουμε αυτοδημιουργημένο συνθηματικό. Παρακαλούμε βάλτε μία έγκυρη διεύθυνση email στις προσωπικές σας ρυθμίσεις και προσπαθήστε ξανά.",
"Failed to send share by E-mail" : "Αποτυχία αποστολής συνδέσμου διαμοιρασμού μέσω Ηλ.ταχυδρομείου",
diff --git a/apps/sharebymail/l10n/pl.js b/apps/sharebymail/l10n/pl.js
index f41f74859d7..db9c54e6085 100644
--- a/apps/sharebymail/l10n/pl.js
+++ b/apps/sharebymail/l10n/pl.js
@@ -30,6 +30,7 @@ OC.L10N.register(
"Password to access »%s«" : "Hasło do dostępu »%s«",
"It is protected with the following password: %s" : "To jest chronione z nstępującym hasłem: %s",
"Password to access »%s« shared with %s" : "Hasło dostępu do »%s« zostało udostępnione %s",
+ "You just shared »%s« with %s. The share was already send to the recipient. Due to the security policies defined by the administrator of %s each share needs to be protected by password and it is not allowed to send the password directly to the recipient. Therefore you need to forward the password manually to the recipient." : "Właśnie udostępniłeś »%s« użytkownikowi %s. Udostępniony udział został już wysłany do odbiorcy, jednak zgodnie z polityką bezpieczeństwa ustanowioną przez administratora %s każdy udział musi zostać zabezpieczony hasłem. Wysyłanie hasła bezpośrednio do odbiorcy jest zabronione, dlatego też musisz mu je przekazać w klasyczny sposób.",
"This is the password: %s" : "To jest hasło: %s",
"You can choose a different password at any time in the share dialog." : "Możesz zmienić hasło w okienku współdzielenia w dowolnym momencie.",
"Could not find share" : "Nie można odnaleźć współdzielonego obiektu",
diff --git a/apps/sharebymail/l10n/pl.json b/apps/sharebymail/l10n/pl.json
index 256a9b837db..92d7722e29c 100644
--- a/apps/sharebymail/l10n/pl.json
+++ b/apps/sharebymail/l10n/pl.json
@@ -28,6 +28,7 @@
"Password to access »%s«" : "Hasło do dostępu »%s«",
"It is protected with the following password: %s" : "To jest chronione z nstępującym hasłem: %s",
"Password to access »%s« shared with %s" : "Hasło dostępu do »%s« zostało udostępnione %s",
+ "You just shared »%s« with %s. The share was already send to the recipient. Due to the security policies defined by the administrator of %s each share needs to be protected by password and it is not allowed to send the password directly to the recipient. Therefore you need to forward the password manually to the recipient." : "Właśnie udostępniłeś »%s« użytkownikowi %s. Udostępniony udział został już wysłany do odbiorcy, jednak zgodnie z polityką bezpieczeństwa ustanowioną przez administratora %s każdy udział musi zostać zabezpieczony hasłem. Wysyłanie hasła bezpośrednio do odbiorcy jest zabronione, dlatego też musisz mu je przekazać w klasyczny sposób.",
"This is the password: %s" : "To jest hasło: %s",
"You can choose a different password at any time in the share dialog." : "Możesz zmienić hasło w okienku współdzielenia w dowolnym momencie.",
"Could not find share" : "Nie można odnaleźć współdzielonego obiektu",
diff --git a/apps/systemtags/appinfo/info.xml b/apps/systemtags/appinfo/info.xml
index 02cafdb4d26..cdefb3dcf29 100644
--- a/apps/systemtags/appinfo/info.xml
+++ b/apps/systemtags/appinfo/info.xml
@@ -5,11 +5,12 @@
<description>Collaborative tagging functionality which shares tags among users. Great for teams.
(If you are a provider with a multi-tenancy installation, it is advised to deactivate this app as tags are shared.)</description>
<licence>AGPL</licence>
- <author>Vincent Petry, Joas Schilling</author>
+ <author>Vincent Petry</author>
+ <author>Joas Schilling</author>
<default_enable/>
- <version>1.2.0</version>
+ <version>1.3.0</version>
<dependencies>
- <nextcloud min-version="12" max-version="12" />
+ <nextcloud min-version="13" max-version="13" />
</dependencies>
<namespace>SystemTags</namespace>
<types>
diff --git a/apps/testing/appinfo/info.xml b/apps/testing/appinfo/info.xml
index caefd1709c5..a0d3068d6bb 100644
--- a/apps/testing/appinfo/info.xml
+++ b/apps/testing/appinfo/info.xml
@@ -5,9 +5,9 @@
<description>This app is only for testing! It is dangerous to have it enabled in a live instance</description>
<licence>AGPL</licence>
<author>Joas Schilling</author>
- <version>1.2.0</version>
+ <version>1.3.0</version>
<dependencies>
- <nextcloud min-version="12" max-version="12" />
+ <nextcloud min-version="13" max-version="13" />
</dependencies>
<types>
<authentication/>
diff --git a/apps/theming/appinfo/info.xml b/apps/theming/appinfo/info.xml
index 13a0f161a47..ee3126c0781 100644
--- a/apps/theming/appinfo/info.xml
+++ b/apps/theming/appinfo/info.xml
@@ -5,12 +5,12 @@
<description>Adjust the Nextcloud theme</description>
<licence>AGPL</licence>
<author>Nextcloud</author>
- <version>1.3.0</version>
+ <version>1.4.0</version>
<namespace>Theming</namespace>
<category>other</category>
<dependencies>
- <nextcloud min-version="12" max-version="12" />
+ <nextcloud min-version="13" max-version="13" />
</dependencies>
<types>
diff --git a/apps/twofactor_backupcodes/appinfo/info.xml b/apps/twofactor_backupcodes/appinfo/info.xml
index 77ecbd8e1a2..92300320e1e 100644
--- a/apps/twofactor_backupcodes/appinfo/info.xml
+++ b/apps/twofactor_backupcodes/appinfo/info.xml
@@ -5,7 +5,7 @@
<description>A two-factor auth backup codes provider</description>
<licence>agpl</licence>
<author>Christoph Wurst</author>
- <version>1.1.1</version>
+ <version>1.2.0</version>
<namespace>TwoFactorBackupCodes</namespace>
<category>other</category>
@@ -14,7 +14,7 @@
</two-factor-providers>
<dependencies>
- <nextcloud min-version="12" max-version="12" />
+ <nextcloud min-version="13" max-version="13" />
</dependencies>
<activity>
diff --git a/apps/updatenotification/appinfo/info.xml b/apps/updatenotification/appinfo/info.xml
index 3ddde656be7..aee0692ab47 100644
--- a/apps/updatenotification/appinfo/info.xml
+++ b/apps/updatenotification/appinfo/info.xml
@@ -5,11 +5,11 @@
<description>Displays update notifications for Nextcloud and provides the SSO for the updater.</description>
<licence>AGPL</licence>
<author>Lukas Reschke</author>
- <version>1.2.0</version>
+ <version>1.3.0</version>
<namespace>UpdateNotification</namespace>
<default_enable/>
<dependencies>
- <nextcloud min-version="12" max-version="12" />
+ <nextcloud min-version="13" max-version="13" />
</dependencies>
<background-jobs>
diff --git a/apps/user_ldap/appinfo/info.xml b/apps/user_ldap/appinfo/info.xml
index bbc4aac6696..29d8b5df022 100644
--- a/apps/user_ldap/appinfo/info.xml
+++ b/apps/user_ldap/appinfo/info.xml
@@ -8,8 +8,9 @@ A user logs into Nextcloud with their LDAP or AD credentials, and is granted acc
</description>
<licence>AGPL</licence>
- <author>Dominik Schmidt and Arthur Schiwon</author>
- <version>1.2.1</version>
+ <author>Dominik Schmidt</author>
+ <author>Arthur Schiwon</author>
+ <version>1.3.0</version>
<types>
<authentication/>
</types>
@@ -18,7 +19,7 @@ A user logs into Nextcloud with their LDAP or AD credentials, and is granted acc
</documentation>
<dependencies>
<lib>ldap</lib>
- <nextcloud min-version="12" max-version="12" />
+ <nextcloud min-version="13" max-version="13" />
</dependencies>
<namespace>User_LDAP</namespace>
diff --git a/apps/user_ldap/l10n/pl.js b/apps/user_ldap/l10n/pl.js
index 2b554a4970e..a8bfc62e3fd 100644
--- a/apps/user_ldap/l10n/pl.js
+++ b/apps/user_ldap/l10n/pl.js
@@ -12,6 +12,7 @@ OC.L10N.register(
"No data specified" : "Nie określono danych",
" Could not set configuration %s" : "Nie można ustawić konfiguracji %s",
"Action does not exist" : "Akcja nie istnieje",
+ "LDAP user and group backend" : "Zaplecze użytkowników i grup LDAP",
"Renewing …" : "Odnawianie ...",
"Very weak password" : "Bardzo słabe hasło",
"Weak password" : "Słabe hasło",
diff --git a/apps/user_ldap/l10n/pl.json b/apps/user_ldap/l10n/pl.json
index a0ce0f5ac8c..308579c8484 100644
--- a/apps/user_ldap/l10n/pl.json
+++ b/apps/user_ldap/l10n/pl.json
@@ -10,6 +10,7 @@
"No data specified" : "Nie określono danych",
" Could not set configuration %s" : "Nie można ustawić konfiguracji %s",
"Action does not exist" : "Akcja nie istnieje",
+ "LDAP user and group backend" : "Zaplecze użytkowników i grup LDAP",
"Renewing …" : "Odnawianie ...",
"Very weak password" : "Bardzo słabe hasło",
"Weak password" : "Słabe hasło",
diff --git a/apps/workflowengine/appinfo/info.xml b/apps/workflowengine/appinfo/info.xml
index b037174d348..80a277f375d 100644
--- a/apps/workflowengine/appinfo/info.xml
+++ b/apps/workflowengine/appinfo/info.xml
@@ -5,7 +5,7 @@
<description></description>
<licence>AGPL</licence>
<author>Morris Jobke</author>
- <version>1.2.0</version>
+ <version>1.3.0</version>
<namespace>WorkflowEngine</namespace>
<category>other</category>
@@ -18,7 +18,7 @@
</types>
<dependencies>
- <nextcloud min-version="12" max-version="12" />
+ <nextcloud min-version="13" max-version="13" />
</dependencies>
<settings>