diff options
Diffstat (limited to 'apps')
131 files changed, 255 insertions, 163 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/comments/l10n/de_DE.js b/apps/comments/l10n/de_DE.js index 92ca26925c5..db303488bc3 100644 --- a/apps/comments/l10n/de_DE.js +++ b/apps/comments/l10n/de_DE.js @@ -3,14 +3,14 @@ OC.L10N.register( { "Comments" : "Kommentare", "Unknown user" : "Unbekannter Benutzer", - "New comment …" : "Neuer Kommentar ...", + "New comment …" : "Neuer Kommentar …", "Delete comment" : "Kommentar löschen", "Post" : "Speichern", "Cancel" : "Abbrechen", "Edit comment" : "Kommentar bearbeiten", "[Deleted user]" : "[gelöschter Benutzer]", "No comments yet, start the conversation!" : "Keine Kommentare bisher. Beginnen Sie die Diskussion!", - "More comments …" : "Weitere Kommentare ...", + "More comments …" : "Weitere Kommentare …", "Save" : "Speichern", "Allowed characters {count} of {max}" : "{count} von {max} Zeichen benutzt", "Error occurred while retrieving comment with id {id}" : "Es ist ein Fehler beim Empfangen des Kommentars mit der ID {id} aufgetreten", diff --git a/apps/comments/l10n/de_DE.json b/apps/comments/l10n/de_DE.json index 489d26bb0c6..dbfec9e0340 100644 --- a/apps/comments/l10n/de_DE.json +++ b/apps/comments/l10n/de_DE.json @@ -1,14 +1,14 @@ { "translations": { "Comments" : "Kommentare", "Unknown user" : "Unbekannter Benutzer", - "New comment …" : "Neuer Kommentar ...", + "New comment …" : "Neuer Kommentar …", "Delete comment" : "Kommentar löschen", "Post" : "Speichern", "Cancel" : "Abbrechen", "Edit comment" : "Kommentar bearbeiten", "[Deleted user]" : "[gelöschter Benutzer]", "No comments yet, start the conversation!" : "Keine Kommentare bisher. Beginnen Sie die Diskussion!", - "More comments …" : "Weitere Kommentare ...", + "More comments …" : "Weitere Kommentare …", "Save" : "Speichern", "Allowed characters {count} of {max}" : "{count} von {max} Zeichen benutzt", "Error occurred while retrieving comment with id {id}" : "Es ist ein Fehler beim Empfangen des Kommentars mit der ID {id} aufgetreten", 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/dav/l10n/sv.js b/apps/dav/l10n/sv.js index 25cd0d797c8..5d9a2b6c9f5 100644 --- a/apps/dav/l10n/sv.js +++ b/apps/dav/l10n/sv.js @@ -42,6 +42,7 @@ OC.L10N.register( "Contact birthdays" : "Födelsedagar", "Personal" : "Privat", "Contacts" : "Kontakter", + "WebDAV" : "WebDAV", "Technical details" : "Tekniska detaljer", "Remote Address: %s" : "Extern adress: %s", "Request ID: %s" : "Begär ID: %s" diff --git a/apps/dav/l10n/sv.json b/apps/dav/l10n/sv.json index ba76ca55329..3a536dd915b 100644 --- a/apps/dav/l10n/sv.json +++ b/apps/dav/l10n/sv.json @@ -40,6 +40,7 @@ "Contact birthdays" : "Födelsedagar", "Personal" : "Privat", "Contacts" : "Kontakter", + "WebDAV" : "WebDAV", "Technical details" : "Tekniska detaljer", "Remote Address: %s" : "Extern adress: %s", "Request ID: %s" : "Begär ID: %s" 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/de_DE.js b/apps/files/l10n/de_DE.js index 2d9978adf80..34aeb6355ac 100644 --- a/apps/files/l10n/de_DE.js +++ b/apps/files/l10n/de_DE.js @@ -17,7 +17,7 @@ OC.L10N.register( "Target folder \"{dir}\" does not exist any more" : "Ziel-Verzeichnis \"{dir}\" existiert nicht mehr", "Not enough free space" : "Nicht genug freier Speicher", "Uploading..." : "Hochladen…", - "..." : "...", + "..." : "…", "{loadedSize} of {totalSize} ({bitrate})" : "{loadedSize} von {totalSize} ({bitrate})", "Actions" : "Aktionen", "Download" : "Herunterladen", @@ -135,8 +135,8 @@ OC.L10N.register( "{minutes}:{seconds}m" : "{minutes}:{seconds}m", "_{seconds} second left_::_{seconds} seconds left_" : ["{seconds} Sekunde verbleiben","Noch {seconds} Sekunden"], "{seconds}s" : "{seconds}s", - "Any moment now..." : "Gleich fertig...", - "Soon..." : "Bald...", + "Any moment now..." : "Gleich fertig …", + "Soon..." : "Bald …", "File upload is in progress. Leaving the page now will cancel the upload." : "Dateiupload läuft. Wenn Sie die Seite jetzt verlassen, wird der Upload abgebrochen.", "Copy local link" : "Lokalen Link kopieren", "Folder" : "Ordner", diff --git a/apps/files/l10n/de_DE.json b/apps/files/l10n/de_DE.json index 33306068d4b..a5c76578bb8 100644 --- a/apps/files/l10n/de_DE.json +++ b/apps/files/l10n/de_DE.json @@ -15,7 +15,7 @@ "Target folder \"{dir}\" does not exist any more" : "Ziel-Verzeichnis \"{dir}\" existiert nicht mehr", "Not enough free space" : "Nicht genug freier Speicher", "Uploading..." : "Hochladen…", - "..." : "...", + "..." : "…", "{loadedSize} of {totalSize} ({bitrate})" : "{loadedSize} von {totalSize} ({bitrate})", "Actions" : "Aktionen", "Download" : "Herunterladen", @@ -133,8 +133,8 @@ "{minutes}:{seconds}m" : "{minutes}:{seconds}m", "_{seconds} second left_::_{seconds} seconds left_" : ["{seconds} Sekunde verbleiben","Noch {seconds} Sekunden"], "{seconds}s" : "{seconds}s", - "Any moment now..." : "Gleich fertig...", - "Soon..." : "Bald...", + "Any moment now..." : "Gleich fertig …", + "Soon..." : "Bald …", "File upload is in progress. Leaving the page now will cancel the upload." : "Dateiupload läuft. Wenn Sie die Seite jetzt verlassen, wird der Upload abgebrochen.", "Copy local link" : "Lokalen Link kopieren", "Folder" : "Ordner", diff --git a/apps/files/l10n/ja.js b/apps/files/l10n/ja.js index 4787c338e31..60075d7bce0 100644 --- a/apps/files/l10n/ja.js +++ b/apps/files/l10n/ja.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/ja.json b/apps/files/l10n/ja.json index 2b5f1e61b31..295ae401be4 100644 --- a/apps/files/l10n/ja.json +++ b/apps/files/l10n/ja.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/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/lib/Activity/Provider.php b/apps/files/lib/Activity/Provider.php index 3efab382640..c3289ed3703 100644 --- a/apps/files/lib/Activity/Provider.php +++ b/apps/files/lib/Activity/Provider.php @@ -38,6 +38,8 @@ class Provider implements IProvider { /** @var IL10N */ protected $l; + /** @var IL10N */ + protected $activityLang; /** @var IURLGenerator */ protected $url; @@ -83,6 +85,7 @@ class Provider implements IProvider { } $this->l = $this->languageFactory->get('files', $language); + $this->activityLang = $this->languageFactory->get('activity', $language); if ($this->activityManager->isFormattingFilteredObject()) { try { @@ -126,6 +129,11 @@ class Provider implements IProvider { throw new \InvalidArgumentException(); } + if (!isset($parsedParameters['user'])) { + // External user via public link share + $subject = str_replace('{user}', $this->activityLang->t('"remote user"'), $subject); + } + $this->setSubjects($event, $subject, $parsedParameters); return $this->eventMerger->mergeEvents('user', $event, $previousEvent); @@ -182,6 +190,11 @@ class Provider implements IProvider { throw new \InvalidArgumentException(); } + if (!isset($parsedParameters['user'])) { + // External user via public link share + $subject = str_replace('{user}', $this->activityLang->t('"remote user"'), $subject); + } + $this->setSubjects($event, $subject, $parsedParameters); $event = $this->eventMerger->mergeEvents('file', $event, $previousEvent); @@ -229,6 +242,12 @@ class Provider implements IProvider { case 'changed_by': case 'deleted_by': case 'restored_by': + if ($parameters[1] === '') { + // External user via public link share + return [ + 'file' => $this->getFile($parameters[0], $event), + ]; + } return [ 'file' => $this->getFile($parameters[0], $event), 'user' => $this->getUser($parameters[1]), @@ -241,6 +260,13 @@ class Provider implements IProvider { ]; case 'renamed_by': case 'moved_by': + if ($parameters[1] === '') { + // External user via public link share + return [ + 'newfile' => $this->getFile($parameters[0]), + 'oldfile' => $this->getFile($parameters[2]), + ]; + } return [ 'newfile' => $this->getFile($parameters[0]), 'user' => $this->getUser($parameters[1]), 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/de_DE.js b/apps/files_external/l10n/de_DE.js index 3000b0b6f9a..76aa618a79e 100644 --- a/apps/files_external/l10n/de_DE.js +++ b/apps/files_external/l10n/de_DE.js @@ -21,7 +21,7 @@ OC.L10N.register( "Compatibility with Mac NFD encoding (slow)" : "Kompatibilität mit MAC NFD-Kodierung (langsam)", "Admin defined" : "Administrator definiert", "Saved" : "Gespeichert", - "Saving..." : "Speichere...", + "Saving..." : "Speichere …", "Save" : "Speichern", "Empty response from the server" : "Leere Antwort vom Server erhalten", "Couldn't access. Please logout and login to activate this mount point" : "Anmeldung nicht möglich. Bitte melden Sie sich ab und wieder an, damit Sie von diesem aus Endpunkt zugreifen können.", diff --git a/apps/files_external/l10n/de_DE.json b/apps/files_external/l10n/de_DE.json index cf2c57d14ee..326458d47f0 100644 --- a/apps/files_external/l10n/de_DE.json +++ b/apps/files_external/l10n/de_DE.json @@ -19,7 +19,7 @@ "Compatibility with Mac NFD encoding (slow)" : "Kompatibilität mit MAC NFD-Kodierung (langsam)", "Admin defined" : "Administrator definiert", "Saved" : "Gespeichert", - "Saving..." : "Speichere...", + "Saving..." : "Speichere …", "Save" : "Speichern", "Empty response from the server" : "Leere Antwort vom Server erhalten", "Couldn't access. Please logout and login to activate this mount point" : "Anmeldung nicht möglich. Bitte melden Sie sich ab und wieder an, damit Sie von diesem aus Endpunkt zugreifen können.", diff --git a/apps/files_external/l10n/ja.js b/apps/files_external/l10n/ja.js index 361b1b8f9d8..22517ab2433 100644 --- a/apps/files_external/l10n/ja.js +++ b/apps/files_external/l10n/ja.js @@ -105,6 +105,7 @@ OC.L10N.register( "The cURL support in PHP is not enabled or installed. Mounting of %s is not possible. Please ask your system administrator to install it." : "PHPでのcURLのサポートが有効になっていないか、インストールされていません。 %s のマウントは不可能です。システム管理者にインストールを依頼してください。", "The FTP support in PHP is not enabled or installed. Mounting of %s is not possible. Please ask your system administrator to install it." : "PHPのFTPサポートが有効になっていないか、インストールされていません。%s のマウントは不可能です。システム管理者にインストールを依頼してください。", "\"%s\" is not installed. Mounting of %s is not possible. Please ask your system administrator to install it." : "\"%s\"はインストールされていません。 %s のマウントは不可能です。システム管理者にインストールを依頼してください。", + "External storage support" : "外部ストレージのサポート", "No external storage configured" : "外部ストレージは設定されていません", "You can add external storages in the personal settings" : "個人設定で外部ストレージを設定することができます。", "Name" : "名前", diff --git a/apps/files_external/l10n/ja.json b/apps/files_external/l10n/ja.json index dceab2d640c..f696667858b 100644 --- a/apps/files_external/l10n/ja.json +++ b/apps/files_external/l10n/ja.json @@ -103,6 +103,7 @@ "The cURL support in PHP is not enabled or installed. Mounting of %s is not possible. Please ask your system administrator to install it." : "PHPでのcURLのサポートが有効になっていないか、インストールされていません。 %s のマウントは不可能です。システム管理者にインストールを依頼してください。", "The FTP support in PHP is not enabled or installed. Mounting of %s is not possible. Please ask your system administrator to install it." : "PHPのFTPサポートが有効になっていないか、インストールされていません。%s のマウントは不可能です。システム管理者にインストールを依頼してください。", "\"%s\" is not installed. Mounting of %s is not possible. Please ask your system administrator to install it." : "\"%s\"はインストールされていません。 %s のマウントは不可能です。システム管理者にインストールを依頼してください。", + "External storage support" : "外部ストレージのサポート", "No external storage configured" : "外部ストレージは設定されていません", "You can add external storages in the personal settings" : "個人設定で外部ストレージを設定することができます。", "Name" : "名前", 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_external/lib/Service/DBConfigService.php b/apps/files_external/lib/Service/DBConfigService.php index 00612d17643..21818eec601 100644 --- a/apps/files_external/lib/Service/DBConfigService.php +++ b/apps/files_external/lib/Service/DBConfigService.php @@ -105,7 +105,7 @@ class DBConfigService { ), $builder->expr()->andX( // mounts for group $builder->expr()->eq('a.type', $builder->createNamedParameter(self::APPLICABLE_TYPE_GROUP, IQueryBuilder::PARAM_INT)), - $builder->expr()->in('a.value', $builder->createNamedParameter($groupIds, IQueryBuilder::PARAM_INT_ARRAY)) + $builder->expr()->in('a.value', $builder->createNamedParameter($groupIds, IQueryBuilder::PARAM_STR_ARRAY)) ) )); 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/de_DE.js b/apps/files_sharing/l10n/de_DE.js index 4d6529d80a8..4396594c5b7 100644 --- a/apps/files_sharing/l10n/de_DE.js +++ b/apps/files_sharing/l10n/de_DE.js @@ -109,7 +109,7 @@ OC.L10N.register( "Direct link" : "Direkter Link", "Upload files to %s" : "Dateien für %s hochladen", "Select or drop files" : "Dateien auswählen oder hierher ziehen", - "Uploading files…" : "Dateien werden hochgeladen...", + "Uploading files…" : "Dateien werden hochgeladen …", "Uploaded files:" : "Hochgeladene Dateien: " }, "nplurals=2; plural=(n != 1);"); diff --git a/apps/files_sharing/l10n/de_DE.json b/apps/files_sharing/l10n/de_DE.json index 03c717acca3..4d8cb3466ca 100644 --- a/apps/files_sharing/l10n/de_DE.json +++ b/apps/files_sharing/l10n/de_DE.json @@ -107,7 +107,7 @@ "Direct link" : "Direkter Link", "Upload files to %s" : "Dateien für %s hochladen", "Select or drop files" : "Dateien auswählen oder hierher ziehen", - "Uploading files…" : "Dateien werden hochgeladen...", + "Uploading files…" : "Dateien werden hochgeladen …", "Uploaded files:" : "Hochgeladene Dateien: " },"pluralForm" :"nplurals=2; plural=(n != 1);" }
\ No newline at end of file diff --git a/apps/files_sharing/l10n/fi.js b/apps/files_sharing/l10n/fi.js index 809c2b76170..b3a64f48e90 100644 --- a/apps/files_sharing/l10n/fi.js +++ b/apps/files_sharing/l10n/fi.js @@ -62,7 +62,7 @@ OC.L10N.register( "{actor} shared {file} with you" : "{actor} jakoi kohteen {file} kanssasi", "{actor} removed you from {file}" : "{actor} poisti käyttöoikeutesi kohteeseen {file}", "A file or folder shared by mail or by public link was <strong>downloaded</strong>" : "Tiedosto tai kansio, joka on jaettu sähköpostitse tai julkisen linkin kautta, on <strong>ladattu</strong>", - "A file or folder was shared from <strong>another server</strong>" : "Tiedosto tai kansio jaettiin <strong>toiselta palvelimelta</strong>", + "A file or folder was shared from <strong>another server</strong>" : "Tiedosto tai kansio on jaettu <strong>toiselta palvelimelta</strong>", "A file or folder has been <strong>shared</strong>" : "Tiedosto tai kansio on <strong>jaettu</strong>", "Wrong share ID, share doesn't exist" : "Väärä jakotunniste, jakoa ei ole olemassa", "could not delete share" : "jaon poistaminen epäonnistui", diff --git a/apps/files_sharing/l10n/fi.json b/apps/files_sharing/l10n/fi.json index 276b09f5a6a..c5b1488adfa 100644 --- a/apps/files_sharing/l10n/fi.json +++ b/apps/files_sharing/l10n/fi.json @@ -60,7 +60,7 @@ "{actor} shared {file} with you" : "{actor} jakoi kohteen {file} kanssasi", "{actor} removed you from {file}" : "{actor} poisti käyttöoikeutesi kohteeseen {file}", "A file or folder shared by mail or by public link was <strong>downloaded</strong>" : "Tiedosto tai kansio, joka on jaettu sähköpostitse tai julkisen linkin kautta, on <strong>ladattu</strong>", - "A file or folder was shared from <strong>another server</strong>" : "Tiedosto tai kansio jaettiin <strong>toiselta palvelimelta</strong>", + "A file or folder was shared from <strong>another server</strong>" : "Tiedosto tai kansio on jaettu <strong>toiselta palvelimelta</strong>", "A file or folder has been <strong>shared</strong>" : "Tiedosto tai kansio on <strong>jaettu</strong>", "Wrong share ID, share doesn't exist" : "Väärä jakotunniste, jakoa ei ole olemassa", "could not delete share" : "jaon poistaminen epäonnistui", 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_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/files_versions/l10n/de_DE.js b/apps/files_versions/l10n/de_DE.js index 9d9253cabf5..4507e0697fa 100644 --- a/apps/files_versions/l10n/de_DE.js +++ b/apps/files_versions/l10n/de_DE.js @@ -7,7 +7,7 @@ OC.L10N.register( "_%n byte_::_%n bytes_" : ["%n Byte","%n Bytes"], "Restore" : "Wiederherstellen", "No earlier versions available" : "Keine Vorgänger-Versionen vorhanden", - "More versions …" : "Weitere Versionen...", + "More versions …" : "Weitere Versionen …", "No versions available" : "Keine Versionen verfügbar", "More versions..." : "Weitere Versionen…" }, diff --git a/apps/files_versions/l10n/de_DE.json b/apps/files_versions/l10n/de_DE.json index 7b36466c468..c89e12442f0 100644 --- a/apps/files_versions/l10n/de_DE.json +++ b/apps/files_versions/l10n/de_DE.json @@ -5,7 +5,7 @@ "_%n byte_::_%n bytes_" : ["%n Byte","%n Bytes"], "Restore" : "Wiederherstellen", "No earlier versions available" : "Keine Vorgänger-Versionen vorhanden", - "More versions …" : "Weitere Versionen...", + "More versions …" : "Weitere Versionen …", "No versions available" : "Keine Versionen verfügbar", "More versions..." : "Weitere Versionen…" },"pluralForm" :"nplurals=2; plural=(n != 1);" 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/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/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/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/systemtags/l10n/de_DE.js b/apps/systemtags/l10n/de_DE.js index 2a54747145a..e95e70d0437 100644 --- a/apps/systemtags/l10n/de_DE.js +++ b/apps/systemtags/l10n/de_DE.js @@ -43,7 +43,7 @@ OC.L10N.register( "<strong>System tags</strong> for a file have been modified" : "<strong>System-Tags</strong> für eine Datei wurden geändert", "Collaborative tags" : "Gemeinsame Tags", "Create and edit collaborative tags. These tags affect all users." : "Erstellen und bearbeiten Sie Zusammenarbeits-Tags. Diese Tags betreffen alle Benutzer.", - "Select tag …" : "Tag wählen ...", + "Select tag …" : "Tag wählen …", "Name" : "Name", "Delete" : "Löschen", "Public" : "Öffentlich", diff --git a/apps/systemtags/l10n/de_DE.json b/apps/systemtags/l10n/de_DE.json index b3db89c4291..1732e35892c 100644 --- a/apps/systemtags/l10n/de_DE.json +++ b/apps/systemtags/l10n/de_DE.json @@ -41,7 +41,7 @@ "<strong>System tags</strong> for a file have been modified" : "<strong>System-Tags</strong> für eine Datei wurden geändert", "Collaborative tags" : "Gemeinsame Tags", "Create and edit collaborative tags. These tags affect all users." : "Erstellen und bearbeiten Sie Zusammenarbeits-Tags. Diese Tags betreffen alle Benutzer.", - "Select tag …" : "Tag wählen ...", + "Select tag …" : "Tag wählen …", "Name" : "Name", "Delete" : "Löschen", "Public" : "Öffentlich", diff --git a/apps/systemtags/l10n/sv.js b/apps/systemtags/l10n/sv.js index e40ba251324..1d34b48b496 100644 --- a/apps/systemtags/l10n/sv.js +++ b/apps/systemtags/l10n/sv.js @@ -42,6 +42,8 @@ OC.L10N.register( "%s (invisible)" : "%s (osynlig)", "<strong>System tags</strong> for a file have been modified" : "<strong>Systemtaggar</strong> för en fil har blivit ändrade", "Collaborative tags" : "Samverkande taggar", + "Create and edit collaborative tags. These tags affect all users." : "Skapa och redigera samverkanstaggar. Dessa taggar påverkar alla användare.", + "Select tag …" : "Välj tagg ...", "Name" : "Namn", "Delete" : "Radera", "Public" : "Offentlig", diff --git a/apps/systemtags/l10n/sv.json b/apps/systemtags/l10n/sv.json index 2e5a0c192d6..57c97153d59 100644 --- a/apps/systemtags/l10n/sv.json +++ b/apps/systemtags/l10n/sv.json @@ -40,6 +40,8 @@ "%s (invisible)" : "%s (osynlig)", "<strong>System tags</strong> for a file have been modified" : "<strong>Systemtaggar</strong> för en fil har blivit ändrade", "Collaborative tags" : "Samverkande taggar", + "Create and edit collaborative tags. These tags affect all users." : "Skapa och redigera samverkanstaggar. Dessa taggar påverkar alla användare.", + "Select tag …" : "Välj tagg ...", "Name" : "Namn", "Delete" : "Radera", "Public" : "Offentlig", 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/theming/l10n/ar.js b/apps/theming/l10n/ar.js index 54e88acd860..d1ac1d3b117 100644 --- a/apps/theming/l10n/ar.js +++ b/apps/theming/l10n/ar.js @@ -13,7 +13,6 @@ OC.L10N.register( "You are already using a custom theme" : "انت تستعمل قالب مخصص", "Theming" : "تخصيص القالب", "Name" : "الاسم", - "reset to default" : "إلغاء كل التغييرات", "Web address" : "عنوان صفحة أنترنت", "Web address https://…" : "عنوان صفحة أنترنت https://", "Slogan" : "شعار", @@ -22,6 +21,7 @@ OC.L10N.register( "Upload new logo" : "رفع شعار جديد", "Login image" : "صورة الدخول", "Upload new login background" : "تحميل خلفية جديدة للدخول", + "reset to default" : "إلغاء كل التغييرات", "Log in image" : "صورة الدخول" }, "nplurals=6; plural=n==0 ? 0 : n==1 ? 1 : n==2 ? 2 : n%100>=3 && n%100<=10 ? 3 : n%100>=11 && n%100<=99 ? 4 : 5;"); diff --git a/apps/theming/l10n/ar.json b/apps/theming/l10n/ar.json index 4a8655f2f8a..25e3a8cd7cf 100644 --- a/apps/theming/l10n/ar.json +++ b/apps/theming/l10n/ar.json @@ -11,7 +11,6 @@ "You are already using a custom theme" : "انت تستعمل قالب مخصص", "Theming" : "تخصيص القالب", "Name" : "الاسم", - "reset to default" : "إلغاء كل التغييرات", "Web address" : "عنوان صفحة أنترنت", "Web address https://…" : "عنوان صفحة أنترنت https://", "Slogan" : "شعار", @@ -20,6 +19,7 @@ "Upload new logo" : "رفع شعار جديد", "Login image" : "صورة الدخول", "Upload new login background" : "تحميل خلفية جديدة للدخول", + "reset to default" : "إلغاء كل التغييرات", "Log in image" : "صورة الدخول" },"pluralForm" :"nplurals=6; plural=n==0 ? 0 : n==1 ? 1 : n==2 ? 2 : n%100>=3 && n%100<=10 ? 3 : n%100>=11 && n%100<=99 ? 4 : 5;" }
\ No newline at end of file diff --git a/apps/theming/l10n/ast.js b/apps/theming/l10n/ast.js index 6472cbfc17c..c0f77789ae5 100644 --- a/apps/theming/l10n/ast.js +++ b/apps/theming/l10n/ast.js @@ -12,7 +12,6 @@ OC.L10N.register( "Unsupported image type" : "Triba non sofitada d'imaxe", "You are already using a custom theme" : "Yá tas usando un tema personalizáu", "Name" : "Nome", - "reset to default" : "reafitar", "Web address" : "Direición web", "Web address https://…" : "Direición web https://…", "Slogan" : "Conseña", @@ -22,6 +21,7 @@ OC.L10N.register( "Login image" : "Imaxe d'aniciu de sesión", "Upload new login background" : "Xubir fondu nuevu d'aniciu de sesión", "Remove background image" : "Desaniciar imaxe de fondu", + "reset to default" : "reafitar", "Log in image" : "Imaxe d'aniciu de sesión" }, "nplurals=2; plural=(n != 1);"); diff --git a/apps/theming/l10n/ast.json b/apps/theming/l10n/ast.json index f8a38012a47..212247841bb 100644 --- a/apps/theming/l10n/ast.json +++ b/apps/theming/l10n/ast.json @@ -10,7 +10,6 @@ "Unsupported image type" : "Triba non sofitada d'imaxe", "You are already using a custom theme" : "Yá tas usando un tema personalizáu", "Name" : "Nome", - "reset to default" : "reafitar", "Web address" : "Direición web", "Web address https://…" : "Direición web https://…", "Slogan" : "Conseña", @@ -20,6 +19,7 @@ "Login image" : "Imaxe d'aniciu de sesión", "Upload new login background" : "Xubir fondu nuevu d'aniciu de sesión", "Remove background image" : "Desaniciar imaxe de fondu", + "reset to default" : "reafitar", "Log in image" : "Imaxe d'aniciu de sesión" },"pluralForm" :"nplurals=2; plural=(n != 1);" }
\ No newline at end of file diff --git a/apps/theming/l10n/bg.js b/apps/theming/l10n/bg.js index 8df4fdb0342..ddcc3d16e34 100644 --- a/apps/theming/l10n/bg.js +++ b/apps/theming/l10n/bg.js @@ -13,7 +13,6 @@ OC.L10N.register( "You are already using a custom theme" : "Вие вече използвате персонализирана тема", "Theming" : "Теми", "Name" : "Име", - "reset to default" : "възстановяване към стандартни", "Web address" : "Уеб адрес", "Web address https://…" : "Уеб адрес https://...", "Slogan" : "Лозунг", @@ -22,6 +21,7 @@ OC.L10N.register( "Upload new logo" : "Качване на ново лого", "Login image" : "Изображение при вписване", "Upload new login background" : "Качване на нов фон за входа", + "reset to default" : "възстановяване към стандартни", "Log in image" : "Изображение при вписване" }, "nplurals=2; plural=(n != 1);"); diff --git a/apps/theming/l10n/bg.json b/apps/theming/l10n/bg.json index f3964d2aea0..4978243f4f6 100644 --- a/apps/theming/l10n/bg.json +++ b/apps/theming/l10n/bg.json @@ -11,7 +11,6 @@ "You are already using a custom theme" : "Вие вече използвате персонализирана тема", "Theming" : "Теми", "Name" : "Име", - "reset to default" : "възстановяване към стандартни", "Web address" : "Уеб адрес", "Web address https://…" : "Уеб адрес https://...", "Slogan" : "Лозунг", @@ -20,6 +19,7 @@ "Upload new logo" : "Качване на ново лого", "Login image" : "Изображение при вписване", "Upload new login background" : "Качване на нов фон за входа", + "reset to default" : "възстановяване към стандартни", "Log in image" : "Изображение при вписване" },"pluralForm" :"nplurals=2; plural=(n != 1);" }
\ No newline at end of file diff --git a/apps/theming/l10n/cs.js b/apps/theming/l10n/cs.js index 43484fa6397..ab61f64b64c 100644 --- a/apps/theming/l10n/cs.js +++ b/apps/theming/l10n/cs.js @@ -15,7 +15,6 @@ OC.L10N.register( "Theming" : "Motivy", "Theming makes it possible to easily customize the look and feel of your instance and supported clients. This will be visible for all users." : "Motivy umožňují jednoduché přizpůsobení vzhledu vaší instance a podporovaných klientů. Uvidí to všichni uživatelé.", "Name" : "Název", - "reset to default" : "obnovit výchozí", "Web address" : "Webová adresa", "Web address https://…" : "Webová adresa https://", "Slogan" : "Slogan", @@ -24,6 +23,7 @@ OC.L10N.register( "Upload new logo" : "Nahrát nové logo", "Login image" : "Přihlašovací obrázek", "Upload new login background" : "Nahrát nové přihlašovací pozadí", + "reset to default" : "obnovit výchozí", "Log in image" : "Přihlašovací obrázek" }, "nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;"); diff --git a/apps/theming/l10n/cs.json b/apps/theming/l10n/cs.json index 963be4b8184..ae0100e3c9b 100644 --- a/apps/theming/l10n/cs.json +++ b/apps/theming/l10n/cs.json @@ -13,7 +13,6 @@ "Theming" : "Motivy", "Theming makes it possible to easily customize the look and feel of your instance and supported clients. This will be visible for all users." : "Motivy umožňují jednoduché přizpůsobení vzhledu vaší instance a podporovaných klientů. Uvidí to všichni uživatelé.", "Name" : "Název", - "reset to default" : "obnovit výchozí", "Web address" : "Webová adresa", "Web address https://…" : "Webová adresa https://", "Slogan" : "Slogan", @@ -22,6 +21,7 @@ "Upload new logo" : "Nahrát nové logo", "Login image" : "Přihlašovací obrázek", "Upload new login background" : "Nahrát nové přihlašovací pozadí", + "reset to default" : "obnovit výchozí", "Log in image" : "Přihlašovací obrázek" },"pluralForm" :"nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;" }
\ No newline at end of file diff --git a/apps/theming/l10n/da.js b/apps/theming/l10n/da.js index 233419a2266..877964d4330 100644 --- a/apps/theming/l10n/da.js +++ b/apps/theming/l10n/da.js @@ -15,7 +15,6 @@ OC.L10N.register( "Theming" : "Temaer", "Theming makes it possible to easily customize the look and feel of your instance and supported clients. This will be visible for all users." : "Theming gør det muligt nemt at tilpasse udseendet på din installation og understøttede klienter. Dette vil være synlig for alle brugere.", "Name" : "Navn", - "reset to default" : "nulstil til standardindstillinger ", "Web address" : "Web adresse", "Web address https://…" : "Web adresse http://...", "Slogan" : "Slogan", @@ -25,6 +24,7 @@ OC.L10N.register( "Login image" : "Login billede", "Upload new login background" : "Upload nyt login billede", "Remove background image" : "Fjern baggrundsbillede", + "reset to default" : "nulstil til standardindstillinger ", "Log in image" : "Log ind billede" }, "nplurals=2; plural=(n != 1);"); diff --git a/apps/theming/l10n/da.json b/apps/theming/l10n/da.json index be0c4452853..e97b59e1ec1 100644 --- a/apps/theming/l10n/da.json +++ b/apps/theming/l10n/da.json @@ -13,7 +13,6 @@ "Theming" : "Temaer", "Theming makes it possible to easily customize the look and feel of your instance and supported clients. This will be visible for all users." : "Theming gør det muligt nemt at tilpasse udseendet på din installation og understøttede klienter. Dette vil være synlig for alle brugere.", "Name" : "Navn", - "reset to default" : "nulstil til standardindstillinger ", "Web address" : "Web adresse", "Web address https://…" : "Web adresse http://...", "Slogan" : "Slogan", @@ -23,6 +22,7 @@ "Login image" : "Login billede", "Upload new login background" : "Upload nyt login billede", "Remove background image" : "Fjern baggrundsbillede", + "reset to default" : "nulstil til standardindstillinger ", "Log in image" : "Log ind billede" },"pluralForm" :"nplurals=2; plural=(n != 1);" }
\ No newline at end of file diff --git a/apps/theming/l10n/de.js b/apps/theming/l10n/de.js index 0674734f745..0d1e988faca 100644 --- a/apps/theming/l10n/de.js +++ b/apps/theming/l10n/de.js @@ -15,7 +15,6 @@ OC.L10N.register( "Theming" : "Theming", "Theming makes it possible to easily customize the look and feel of your instance and supported clients. This will be visible for all users." : "Theming ermöglicht es auf einfache Weise das Aussehen Ihrer Installation und Clients anzupassen. Die Änderungen wirken sich auf alle Benutzer aus.", "Name" : "Name", - "reset to default" : "Auf Standard zurücksetzen", "Web address" : "Internetadresse", "Web address https://…" : "Internetadresse https://...", "Slogan" : "Slogan", @@ -25,6 +24,7 @@ OC.L10N.register( "Login image" : "Anmelde-Bild", "Upload new login background" : "Neuen Anmelde-Hintergrund hochladen", "Remove background image" : "Hintergrundbilder entfernen", + "reset to default" : "Auf Standard zurücksetzen", "Log in image" : "Anmelde-Bild" }, "nplurals=2; plural=(n != 1);"); diff --git a/apps/theming/l10n/de.json b/apps/theming/l10n/de.json index d318cabd649..c144b71120b 100644 --- a/apps/theming/l10n/de.json +++ b/apps/theming/l10n/de.json @@ -13,7 +13,6 @@ "Theming" : "Theming", "Theming makes it possible to easily customize the look and feel of your instance and supported clients. This will be visible for all users." : "Theming ermöglicht es auf einfache Weise das Aussehen Ihrer Installation und Clients anzupassen. Die Änderungen wirken sich auf alle Benutzer aus.", "Name" : "Name", - "reset to default" : "Auf Standard zurücksetzen", "Web address" : "Internetadresse", "Web address https://…" : "Internetadresse https://...", "Slogan" : "Slogan", @@ -23,6 +22,7 @@ "Login image" : "Anmelde-Bild", "Upload new login background" : "Neuen Anmelde-Hintergrund hochladen", "Remove background image" : "Hintergrundbilder entfernen", + "reset to default" : "Auf Standard zurücksetzen", "Log in image" : "Anmelde-Bild" },"pluralForm" :"nplurals=2; plural=(n != 1);" }
\ No newline at end of file diff --git a/apps/theming/l10n/de_DE.js b/apps/theming/l10n/de_DE.js index 3c55f84f9cc..10e5488d334 100644 --- a/apps/theming/l10n/de_DE.js +++ b/apps/theming/l10n/de_DE.js @@ -15,9 +15,8 @@ OC.L10N.register( "Theming" : "Theming", "Theming makes it possible to easily customize the look and feel of your instance and supported clients. This will be visible for all users." : "Theming ermöglicht es auf einfache Weise das Aussehen Ihrer Installation und Clients anzupassen. Die Änderungen wirken sich auf alle Benutzer aus.", "Name" : "Name", - "reset to default" : "Auf Standard zurücksetzen", "Web address" : "Internetadresse", - "Web address https://…" : "Internetadresse https://...", + "Web address https://…" : "Internetadresse https://…", "Slogan" : "Slogan", "Color" : "Farbe", "Logo" : "Logo", @@ -25,6 +24,7 @@ OC.L10N.register( "Login image" : "Anmelde-Bild", "Upload new login background" : "Neuen Anmelde-Hintergrund hochladen", "Remove background image" : "Entferne Hintergrundbild", + "reset to default" : "Auf Standard zurücksetzen", "Log in image" : "Anmelde-Bild" }, "nplurals=2; plural=(n != 1);"); diff --git a/apps/theming/l10n/de_DE.json b/apps/theming/l10n/de_DE.json index dc00a16c668..49ca85c6b0a 100644 --- a/apps/theming/l10n/de_DE.json +++ b/apps/theming/l10n/de_DE.json @@ -13,9 +13,8 @@ "Theming" : "Theming", "Theming makes it possible to easily customize the look and feel of your instance and supported clients. This will be visible for all users." : "Theming ermöglicht es auf einfache Weise das Aussehen Ihrer Installation und Clients anzupassen. Die Änderungen wirken sich auf alle Benutzer aus.", "Name" : "Name", - "reset to default" : "Auf Standard zurücksetzen", "Web address" : "Internetadresse", - "Web address https://…" : "Internetadresse https://...", + "Web address https://…" : "Internetadresse https://…", "Slogan" : "Slogan", "Color" : "Farbe", "Logo" : "Logo", @@ -23,6 +22,7 @@ "Login image" : "Anmelde-Bild", "Upload new login background" : "Neuen Anmelde-Hintergrund hochladen", "Remove background image" : "Entferne Hintergrundbild", + "reset to default" : "Auf Standard zurücksetzen", "Log in image" : "Anmelde-Bild" },"pluralForm" :"nplurals=2; plural=(n != 1);" }
\ No newline at end of file diff --git a/apps/theming/l10n/el.js b/apps/theming/l10n/el.js index eca624f1b44..06088adf65b 100644 --- a/apps/theming/l10n/el.js +++ b/apps/theming/l10n/el.js @@ -15,7 +15,6 @@ OC.L10N.register( "Theming" : "Προσαρμογή θέματος", "Theming makes it possible to easily customize the look and feel of your instance and supported clients. This will be visible for all users." : "Η προσαρμογή θέματος καθιστά δυνατή την εύκολη προσαρμογή της εμφάνισης της εμφάνισης της εγκατάστασής σας καθώς και των υποστηριζόμενων πελατών. Αυτή θα είναι ορατή για όλους τους χρήστες.", "Name" : "Όνομα", - "reset to default" : "επαναφορά στα προεπιλεγμένα", "Web address" : "Διεύθυση ιστοσελίδας", "Web address https://…" : "Διεύθυνση ιστοσελίδας https://...", "Slogan" : "Ρητό", @@ -25,6 +24,7 @@ OC.L10N.register( "Login image" : "Εικόνα εισόδου", "Upload new login background" : "Μεταφόρτωση νέου παρασκηνίου εισόδου", "Remove background image" : "Αφαίρεση εικόνας παρασκηνίου", + "reset to default" : "επαναφορά στα προεπιλεγμένα", "Log in image" : "Εικόνα εισόδου" }, "nplurals=2; plural=(n != 1);"); diff --git a/apps/theming/l10n/el.json b/apps/theming/l10n/el.json index 03b475c0f40..fc7feb6a023 100644 --- a/apps/theming/l10n/el.json +++ b/apps/theming/l10n/el.json @@ -13,7 +13,6 @@ "Theming" : "Προσαρμογή θέματος", "Theming makes it possible to easily customize the look and feel of your instance and supported clients. This will be visible for all users." : "Η προσαρμογή θέματος καθιστά δυνατή την εύκολη προσαρμογή της εμφάνισης της εμφάνισης της εγκατάστασής σας καθώς και των υποστηριζόμενων πελατών. Αυτή θα είναι ορατή για όλους τους χρήστες.", "Name" : "Όνομα", - "reset to default" : "επαναφορά στα προεπιλεγμένα", "Web address" : "Διεύθυση ιστοσελίδας", "Web address https://…" : "Διεύθυνση ιστοσελίδας https://...", "Slogan" : "Ρητό", @@ -23,6 +22,7 @@ "Login image" : "Εικόνα εισόδου", "Upload new login background" : "Μεταφόρτωση νέου παρασκηνίου εισόδου", "Remove background image" : "Αφαίρεση εικόνας παρασκηνίου", + "reset to default" : "επαναφορά στα προεπιλεγμένα", "Log in image" : "Εικόνα εισόδου" },"pluralForm" :"nplurals=2; plural=(n != 1);" }
\ No newline at end of file diff --git a/apps/theming/l10n/en_GB.js b/apps/theming/l10n/en_GB.js index ed29a83eca3..547008525e4 100644 --- a/apps/theming/l10n/en_GB.js +++ b/apps/theming/l10n/en_GB.js @@ -15,7 +15,6 @@ OC.L10N.register( "Theming" : "Theming", "Theming makes it possible to easily customize the look and feel of your instance and supported clients. This will be visible for all users." : "Theming makes it possible to easily customise the look and feel of your instance and supported clients. This will be visible for all users.", "Name" : "Name", - "reset to default" : "reset to default", "Web address" : "Web address", "Web address https://…" : "Web address https://…", "Slogan" : "Slogan", @@ -24,6 +23,7 @@ OC.L10N.register( "Upload new logo" : "Upload new logo", "Login image" : "Login image", "Upload new login background" : "Upload new login background", + "reset to default" : "reset to default", "Log in image" : "Log in image" }, "nplurals=2; plural=(n != 1);"); diff --git a/apps/theming/l10n/en_GB.json b/apps/theming/l10n/en_GB.json index 27a4eb827bd..447de863a81 100644 --- a/apps/theming/l10n/en_GB.json +++ b/apps/theming/l10n/en_GB.json @@ -13,7 +13,6 @@ "Theming" : "Theming", "Theming makes it possible to easily customize the look and feel of your instance and supported clients. This will be visible for all users." : "Theming makes it possible to easily customise the look and feel of your instance and supported clients. This will be visible for all users.", "Name" : "Name", - "reset to default" : "reset to default", "Web address" : "Web address", "Web address https://…" : "Web address https://…", "Slogan" : "Slogan", @@ -22,6 +21,7 @@ "Upload new logo" : "Upload new logo", "Login image" : "Login image", "Upload new login background" : "Upload new login background", + "reset to default" : "reset to default", "Log in image" : "Log in image" },"pluralForm" :"nplurals=2; plural=(n != 1);" }
\ No newline at end of file diff --git a/apps/theming/l10n/es.js b/apps/theming/l10n/es.js index 0bebcfc70bc..ccb44c8334a 100644 --- a/apps/theming/l10n/es.js +++ b/apps/theming/l10n/es.js @@ -15,7 +15,6 @@ OC.L10N.register( "Theming" : "Tema", "Theming makes it possible to easily customize the look and feel of your instance and supported clients. This will be visible for all users." : "Los temas hacen posible personalizar fácilmente la apariencia de tu instancia y los clientes soportados. Esto será visible para todos los usuarios.", "Name" : "Nombre", - "reset to default" : "restaurar a configuración inicial", "Web address" : "Dirección web", "Web address https://…" : "Dirección web https://", "Slogan" : "Eslogan", @@ -24,6 +23,7 @@ OC.L10N.register( "Upload new logo" : "Subir nuevo logo", "Login image" : "Imagen de inicio", "Upload new login background" : "Subir una nueva imagen de fondo", + "reset to default" : "restaurar a configuración inicial", "Log in image" : "Imagen de inicio" }, "nplurals=2; plural=(n != 1);"); diff --git a/apps/theming/l10n/es.json b/apps/theming/l10n/es.json index 4fac8e86994..1eec75aa113 100644 --- a/apps/theming/l10n/es.json +++ b/apps/theming/l10n/es.json @@ -13,7 +13,6 @@ "Theming" : "Tema", "Theming makes it possible to easily customize the look and feel of your instance and supported clients. This will be visible for all users." : "Los temas hacen posible personalizar fácilmente la apariencia de tu instancia y los clientes soportados. Esto será visible para todos los usuarios.", "Name" : "Nombre", - "reset to default" : "restaurar a configuración inicial", "Web address" : "Dirección web", "Web address https://…" : "Dirección web https://", "Slogan" : "Eslogan", @@ -22,6 +21,7 @@ "Upload new logo" : "Subir nuevo logo", "Login image" : "Imagen de inicio", "Upload new login background" : "Subir una nueva imagen de fondo", + "reset to default" : "restaurar a configuración inicial", "Log in image" : "Imagen de inicio" },"pluralForm" :"nplurals=2; plural=(n != 1);" }
\ No newline at end of file diff --git a/apps/theming/l10n/es_MX.js b/apps/theming/l10n/es_MX.js index 8c307ac9406..4abbb4df43f 100644 --- a/apps/theming/l10n/es_MX.js +++ b/apps/theming/l10n/es_MX.js @@ -15,7 +15,6 @@ OC.L10N.register( "Theming" : "Tematizar", "Theming makes it possible to easily customize the look and feel of your instance and supported clients. This will be visible for all users." : "El tematizar hace posible personalizar facilmente la manera en que se ve su instancia y clientes soportados. Esto será visible para todos los usuarios. ", "Name" : "Nombre", - "reset to default" : "restaurar a predeterminado", "Web address" : "Dirección web", "Web address https://…" : "Dirección web https://...", "Slogan" : "Lema", @@ -25,6 +24,7 @@ OC.L10N.register( "Login image" : "Imágen de inicio de sesión", "Upload new login background" : "Cargar nueva imagen de fondo para inicio de sesión", "Remove background image" : "Eliminar imagen de fondo", + "reset to default" : "restaurar a predeterminado", "Log in image" : "Imagen de inicio de sesión" }, "nplurals=2; plural=(n != 1);"); diff --git a/apps/theming/l10n/es_MX.json b/apps/theming/l10n/es_MX.json index d47b3ef7836..46f6196a998 100644 --- a/apps/theming/l10n/es_MX.json +++ b/apps/theming/l10n/es_MX.json @@ -13,7 +13,6 @@ "Theming" : "Tematizar", "Theming makes it possible to easily customize the look and feel of your instance and supported clients. This will be visible for all users." : "El tematizar hace posible personalizar facilmente la manera en que se ve su instancia y clientes soportados. Esto será visible para todos los usuarios. ", "Name" : "Nombre", - "reset to default" : "restaurar a predeterminado", "Web address" : "Dirección web", "Web address https://…" : "Dirección web https://...", "Slogan" : "Lema", @@ -23,6 +22,7 @@ "Login image" : "Imágen de inicio de sesión", "Upload new login background" : "Cargar nueva imagen de fondo para inicio de sesión", "Remove background image" : "Eliminar imagen de fondo", + "reset to default" : "restaurar a predeterminado", "Log in image" : "Imagen de inicio de sesión" },"pluralForm" :"nplurals=2; plural=(n != 1);" }
\ No newline at end of file diff --git a/apps/theming/l10n/fi.js b/apps/theming/l10n/fi.js index 48e08170137..90f070256be 100644 --- a/apps/theming/l10n/fi.js +++ b/apps/theming/l10n/fi.js @@ -15,7 +15,6 @@ OC.L10N.register( "Theming" : "Teema", "Theming makes it possible to easily customize the look and feel of your instance and supported clients. This will be visible for all users." : "Teeman avulla voit helposti kustomoida web-käyttöliittymän ja tuettujen sovelluksien ulkonäköä ja tuntumaa. Teema näkyy kaikille käyttäjille.", "Name" : "Nimi", - "reset to default" : "palauta oletukseksi", "Web address" : "Verkko-osoite", "Web address https://…" : "Verkko-osoite https://…", "Slogan" : "Slogani", @@ -25,6 +24,7 @@ OC.L10N.register( "Login image" : "Kirjautumissivun kuva", "Upload new login background" : "Lähetä uusi kirjautumissivun taustakuva", "Remove background image" : "Poista taustakuva", + "reset to default" : "palauta oletukseksi", "Log in image" : "Kirjautumissivun kuva" }, "nplurals=2; plural=(n != 1);"); diff --git a/apps/theming/l10n/fi.json b/apps/theming/l10n/fi.json index 7b0f671e6ea..43c8de93659 100644 --- a/apps/theming/l10n/fi.json +++ b/apps/theming/l10n/fi.json @@ -13,7 +13,6 @@ "Theming" : "Teema", "Theming makes it possible to easily customize the look and feel of your instance and supported clients. This will be visible for all users." : "Teeman avulla voit helposti kustomoida web-käyttöliittymän ja tuettujen sovelluksien ulkonäköä ja tuntumaa. Teema näkyy kaikille käyttäjille.", "Name" : "Nimi", - "reset to default" : "palauta oletukseksi", "Web address" : "Verkko-osoite", "Web address https://…" : "Verkko-osoite https://…", "Slogan" : "Slogani", @@ -23,6 +22,7 @@ "Login image" : "Kirjautumissivun kuva", "Upload new login background" : "Lähetä uusi kirjautumissivun taustakuva", "Remove background image" : "Poista taustakuva", + "reset to default" : "palauta oletukseksi", "Log in image" : "Kirjautumissivun kuva" },"pluralForm" :"nplurals=2; plural=(n != 1);" }
\ No newline at end of file diff --git a/apps/theming/l10n/fr.js b/apps/theming/l10n/fr.js index c517df9bcb9..120b86c6e92 100644 --- a/apps/theming/l10n/fr.js +++ b/apps/theming/l10n/fr.js @@ -15,7 +15,6 @@ OC.L10N.register( "Theming" : "Personnaliser l'apparence", "Theming makes it possible to easily customize the look and feel of your instance and supported clients. This will be visible for all users." : "Cet extension permet de personnaliser facilement l'apparence de votre instance et des clients supportés. Cela sera visible pour tous les utilisateurs.", "Name" : "Nom", - "reset to default" : "Restaurer les valeurs par défaut", "Web address" : "Adresse web", "Web address https://…" : "Adresse du serveur https://…", "Slogan" : "Slogan", @@ -25,6 +24,7 @@ OC.L10N.register( "Login image" : "Image de connexion", "Upload new login background" : "Téléverser un nouvel arrière-plan de connexion", "Remove background image" : "Supprimer l'image en arrière-plan", + "reset to default" : "Restaurer les valeurs par défaut", "Log in image" : "Image de connexion" }, "nplurals=2; plural=(n > 1);"); diff --git a/apps/theming/l10n/fr.json b/apps/theming/l10n/fr.json index 57d52b43355..e2baef895ae 100644 --- a/apps/theming/l10n/fr.json +++ b/apps/theming/l10n/fr.json @@ -13,7 +13,6 @@ "Theming" : "Personnaliser l'apparence", "Theming makes it possible to easily customize the look and feel of your instance and supported clients. This will be visible for all users." : "Cet extension permet de personnaliser facilement l'apparence de votre instance et des clients supportés. Cela sera visible pour tous les utilisateurs.", "Name" : "Nom", - "reset to default" : "Restaurer les valeurs par défaut", "Web address" : "Adresse web", "Web address https://…" : "Adresse du serveur https://…", "Slogan" : "Slogan", @@ -23,6 +22,7 @@ "Login image" : "Image de connexion", "Upload new login background" : "Téléverser un nouvel arrière-plan de connexion", "Remove background image" : "Supprimer l'image en arrière-plan", + "reset to default" : "Restaurer les valeurs par défaut", "Log in image" : "Image de connexion" },"pluralForm" :"nplurals=2; plural=(n > 1);" }
\ No newline at end of file diff --git a/apps/theming/l10n/hu.js b/apps/theming/l10n/hu.js index ca3299ff98f..cdd9807d778 100644 --- a/apps/theming/l10n/hu.js +++ b/apps/theming/l10n/hu.js @@ -13,7 +13,6 @@ OC.L10N.register( "You are already using a custom theme" : "Már egyedi témát használ", "Theming" : "Témázás", "Name" : "Név", - "reset to default" : "Visszaállítás alapértelmezettre", "Web address" : "Webcím", "Web address https://…" : "Webcím https://...", "Slogan" : "Szlogen", @@ -22,6 +21,7 @@ OC.L10N.register( "Upload new logo" : "Új logó feltöltése", "Login image" : "Bejelentkező kép", "Upload new login background" : "Új bejelentkező kép feltöltése", + "reset to default" : "Visszaállítás alapértelmezettre", "Log in image" : "Bejelentkező kép" }, "nplurals=2; plural=(n != 1);"); diff --git a/apps/theming/l10n/hu.json b/apps/theming/l10n/hu.json index 3589db365c7..b989b545cb8 100644 --- a/apps/theming/l10n/hu.json +++ b/apps/theming/l10n/hu.json @@ -11,7 +11,6 @@ "You are already using a custom theme" : "Már egyedi témát használ", "Theming" : "Témázás", "Name" : "Név", - "reset to default" : "Visszaállítás alapértelmezettre", "Web address" : "Webcím", "Web address https://…" : "Webcím https://...", "Slogan" : "Szlogen", @@ -20,6 +19,7 @@ "Upload new logo" : "Új logó feltöltése", "Login image" : "Bejelentkező kép", "Upload new login background" : "Új bejelentkező kép feltöltése", + "reset to default" : "Visszaállítás alapértelmezettre", "Log in image" : "Bejelentkező kép" },"pluralForm" :"nplurals=2; plural=(n != 1);" }
\ No newline at end of file diff --git a/apps/theming/l10n/is.js b/apps/theming/l10n/is.js index 4a9b3116e42..d3c55f50bbd 100644 --- a/apps/theming/l10n/is.js +++ b/apps/theming/l10n/is.js @@ -15,7 +15,6 @@ OC.L10N.register( "Theming" : "Þemu", "Theming makes it possible to easily customize the look and feel of your instance and supported clients. This will be visible for all users." : "Þemu gera þér kleift að breyta útliti og hegðun þíns eintaks af viðmótinu auk studdra biðlaraforrita. Það verður sýnilegt öllum notendum.", "Name" : "Heiti", - "reset to default" : "endurstilla á sjálfgefið", "Web address" : "Veffang", "Web address https://…" : "Veffang https://…", "Slogan" : "Slagorð", @@ -25,6 +24,7 @@ OC.L10N.register( "Login image" : "Innskráningarmynd", "Upload new login background" : "Senda inn nýjan bakgrunn innskráningar", "Remove background image" : "Fjarlægja bakgrunnsmynd", + "reset to default" : "endurstilla á sjálfgefið", "Log in image" : "Innskráningarmynd" }, "nplurals=2; plural=(n % 10 != 1 || n % 100 == 11);"); diff --git a/apps/theming/l10n/is.json b/apps/theming/l10n/is.json index 5beda25148e..c8d64e7c715 100644 --- a/apps/theming/l10n/is.json +++ b/apps/theming/l10n/is.json @@ -13,7 +13,6 @@ "Theming" : "Þemu", "Theming makes it possible to easily customize the look and feel of your instance and supported clients. This will be visible for all users." : "Þemu gera þér kleift að breyta útliti og hegðun þíns eintaks af viðmótinu auk studdra biðlaraforrita. Það verður sýnilegt öllum notendum.", "Name" : "Heiti", - "reset to default" : "endurstilla á sjálfgefið", "Web address" : "Veffang", "Web address https://…" : "Veffang https://…", "Slogan" : "Slagorð", @@ -23,6 +22,7 @@ "Login image" : "Innskráningarmynd", "Upload new login background" : "Senda inn nýjan bakgrunn innskráningar", "Remove background image" : "Fjarlægja bakgrunnsmynd", + "reset to default" : "endurstilla á sjálfgefið", "Log in image" : "Innskráningarmynd" },"pluralForm" :"nplurals=2; plural=(n % 10 != 1 || n % 100 == 11);" }
\ No newline at end of file diff --git a/apps/theming/l10n/it.js b/apps/theming/l10n/it.js index 15be95c50ea..690273ff73f 100644 --- a/apps/theming/l10n/it.js +++ b/apps/theming/l10n/it.js @@ -13,7 +13,6 @@ OC.L10N.register( "You are already using a custom theme" : "Stai già usando un tema personalizzato", "Theming" : "Tema", "Name" : "Nome", - "reset to default" : "ripristina valori predefiniti", "Web address" : "Indirizzo web", "Web address https://…" : "Indirizzo web https://…", "Slogan" : "Slogan", @@ -22,6 +21,7 @@ OC.L10N.register( "Upload new logo" : "Carica nuovo logo", "Login image" : "Immagine di accesso", "Upload new login background" : "Carica nuovo sfondo di accesso", + "reset to default" : "ripristina valori predefiniti", "Log in image" : "Immagine di accesso" }, "nplurals=2; plural=(n != 1);"); diff --git a/apps/theming/l10n/it.json b/apps/theming/l10n/it.json index 2e4f3618e8f..da562304d64 100644 --- a/apps/theming/l10n/it.json +++ b/apps/theming/l10n/it.json @@ -11,7 +11,6 @@ "You are already using a custom theme" : "Stai già usando un tema personalizzato", "Theming" : "Tema", "Name" : "Nome", - "reset to default" : "ripristina valori predefiniti", "Web address" : "Indirizzo web", "Web address https://…" : "Indirizzo web https://…", "Slogan" : "Slogan", @@ -20,6 +19,7 @@ "Upload new logo" : "Carica nuovo logo", "Login image" : "Immagine di accesso", "Upload new login background" : "Carica nuovo sfondo di accesso", + "reset to default" : "ripristina valori predefiniti", "Log in image" : "Immagine di accesso" },"pluralForm" :"nplurals=2; plural=(n != 1);" }
\ No newline at end of file diff --git a/apps/theming/l10n/ko.js b/apps/theming/l10n/ko.js index 6c222b56373..77a37813d3c 100644 --- a/apps/theming/l10n/ko.js +++ b/apps/theming/l10n/ko.js @@ -15,7 +15,6 @@ OC.L10N.register( "Theming" : "테마", "Theming makes it possible to easily customize the look and feel of your instance and supported clients. This will be visible for all users." : "테마를 사용하여 내 인스턴스와 지원하는 클라이언트의 모습을 변경할 수 있습니다. 테마는 모든 사용자에게 적용됩니다.", "Name" : "이름", - "reset to default" : "기본값으로 초기화", "Web address" : "웹 주소", "Web address https://…" : "웹 주소 https://…", "Slogan" : "슬로건", @@ -24,6 +23,7 @@ OC.L10N.register( "Upload new logo" : "새 로고 업로드", "Login image" : "로그인 그림", "Upload new login background" : "새 로그인 배경 업로드", + "reset to default" : "기본값으로 초기화", "Log in image" : "로그인 그림" }, "nplurals=1; plural=0;"); diff --git a/apps/theming/l10n/ko.json b/apps/theming/l10n/ko.json index 74c621d6dcc..4a48f297851 100644 --- a/apps/theming/l10n/ko.json +++ b/apps/theming/l10n/ko.json @@ -13,7 +13,6 @@ "Theming" : "테마", "Theming makes it possible to easily customize the look and feel of your instance and supported clients. This will be visible for all users." : "테마를 사용하여 내 인스턴스와 지원하는 클라이언트의 모습을 변경할 수 있습니다. 테마는 모든 사용자에게 적용됩니다.", "Name" : "이름", - "reset to default" : "기본값으로 초기화", "Web address" : "웹 주소", "Web address https://…" : "웹 주소 https://…", "Slogan" : "슬로건", @@ -22,6 +21,7 @@ "Upload new logo" : "새 로고 업로드", "Login image" : "로그인 그림", "Upload new login background" : "새 로그인 배경 업로드", + "reset to default" : "기본값으로 초기화", "Log in image" : "로그인 그림" },"pluralForm" :"nplurals=1; plural=0;" }
\ No newline at end of file diff --git a/apps/theming/l10n/nb.js b/apps/theming/l10n/nb.js index 3876a3bd76f..fcb141d38fb 100644 --- a/apps/theming/l10n/nb.js +++ b/apps/theming/l10n/nb.js @@ -15,7 +15,6 @@ OC.L10N.register( "Theming" : "Draktvalg", "Theming makes it possible to easily customize the look and feel of your instance and supported clients. This will be visible for all users." : "Draktvalg gjør det enkelt å tilpasse utseende og følelsen av din installasjon og støttede klienter. Dette vil bli synlig for alle brukere.", "Name" : "Navn", - "reset to default" : "tilbakestill", "Web address" : "Nettadresse", "Web address https://…" : "Nettadresse https://", "Slogan" : "Slagord", @@ -25,6 +24,7 @@ OC.L10N.register( "Login image" : "Innloggingsbilde", "Upload new login background" : "Last opp ny innloggingsbakgrunn", "Remove background image" : "Fjern bakgrunnsbilde", + "reset to default" : "tilbakestill", "Log in image" : "Innloggingsbilde" }, "nplurals=2; plural=(n != 1);"); diff --git a/apps/theming/l10n/nb.json b/apps/theming/l10n/nb.json index c729347c5e9..86e1103b3d2 100644 --- a/apps/theming/l10n/nb.json +++ b/apps/theming/l10n/nb.json @@ -13,7 +13,6 @@ "Theming" : "Draktvalg", "Theming makes it possible to easily customize the look and feel of your instance and supported clients. This will be visible for all users." : "Draktvalg gjør det enkelt å tilpasse utseende og følelsen av din installasjon og støttede klienter. Dette vil bli synlig for alle brukere.", "Name" : "Navn", - "reset to default" : "tilbakestill", "Web address" : "Nettadresse", "Web address https://…" : "Nettadresse https://", "Slogan" : "Slagord", @@ -23,6 +22,7 @@ "Login image" : "Innloggingsbilde", "Upload new login background" : "Last opp ny innloggingsbakgrunn", "Remove background image" : "Fjern bakgrunnsbilde", + "reset to default" : "tilbakestill", "Log in image" : "Innloggingsbilde" },"pluralForm" :"nplurals=2; plural=(n != 1);" }
\ No newline at end of file diff --git a/apps/theming/l10n/nl.js b/apps/theming/l10n/nl.js index bc96b6af229..9d5a52f795d 100644 --- a/apps/theming/l10n/nl.js +++ b/apps/theming/l10n/nl.js @@ -15,7 +15,6 @@ OC.L10N.register( "Theming" : "Thema's", "Theming makes it possible to easily customize the look and feel of your instance and supported clients. This will be visible for all users." : "Thematiseren maakt het mogelijk om uiterlijk en gevoel van je systeem en ondersteunde clients aan te passen. Dit wordt zichtbaar voor alle gebruikers.", "Name" : "Naam", - "reset to default" : "herstellen naar standaard", "Web address" : "Webadres", "Web address https://…" : "Webadres https://…", "Slogan" : "Slagzin", @@ -25,6 +24,7 @@ OC.L10N.register( "Login image" : "Inlog afbeelding", "Upload new login background" : "Uploaden nieuwe inlog achtergrond", "Remove background image" : "Achtergrond beeld verwijderen", + "reset to default" : "herstellen naar standaard", "Log in image" : "Inlog afbeelding" }, "nplurals=2; plural=(n != 1);"); diff --git a/apps/theming/l10n/nl.json b/apps/theming/l10n/nl.json index 2dc742ffd0d..21af5396ae2 100644 --- a/apps/theming/l10n/nl.json +++ b/apps/theming/l10n/nl.json @@ -13,7 +13,6 @@ "Theming" : "Thema's", "Theming makes it possible to easily customize the look and feel of your instance and supported clients. This will be visible for all users." : "Thematiseren maakt het mogelijk om uiterlijk en gevoel van je systeem en ondersteunde clients aan te passen. Dit wordt zichtbaar voor alle gebruikers.", "Name" : "Naam", - "reset to default" : "herstellen naar standaard", "Web address" : "Webadres", "Web address https://…" : "Webadres https://…", "Slogan" : "Slagzin", @@ -23,6 +22,7 @@ "Login image" : "Inlog afbeelding", "Upload new login background" : "Uploaden nieuwe inlog achtergrond", "Remove background image" : "Achtergrond beeld verwijderen", + "reset to default" : "herstellen naar standaard", "Log in image" : "Inlog afbeelding" },"pluralForm" :"nplurals=2; plural=(n != 1);" }
\ No newline at end of file diff --git a/apps/theming/l10n/pl.js b/apps/theming/l10n/pl.js index 41d15ff7612..df1c5cd94d6 100644 --- a/apps/theming/l10n/pl.js +++ b/apps/theming/l10n/pl.js @@ -15,7 +15,6 @@ OC.L10N.register( "Theming" : "Motyw", "Theming makes it possible to easily customize the look and feel of your instance and supported clients. This will be visible for all users." : "Motywy pozwalają na łatwą personalizację wyglądu Twojej instancji i wpsieranych klientów. Efekty będą widoczne dla wszystkich użytkowników.", "Name" : "Nazwa", - "reset to default" : "przywróć domyślne", "Web address" : "adres internetowy", "Web address https://…" : "adres internetowy https://...", "Slogan" : "Slogan", @@ -25,6 +24,7 @@ OC.L10N.register( "Login image" : "Obraz logowania", "Upload new login background" : "Wyślij nowe tło ekranu logowania", "Remove background image" : "Usuń obraz tła", + "reset to default" : "przywróć domyślne", "Log in image" : "Zdjęcie logowania" }, "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/theming/l10n/pl.json b/apps/theming/l10n/pl.json index bc1c42fd709..cdbba93f01a 100644 --- a/apps/theming/l10n/pl.json +++ b/apps/theming/l10n/pl.json @@ -13,7 +13,6 @@ "Theming" : "Motyw", "Theming makes it possible to easily customize the look and feel of your instance and supported clients. This will be visible for all users." : "Motywy pozwalają na łatwą personalizację wyglądu Twojej instancji i wpsieranych klientów. Efekty będą widoczne dla wszystkich użytkowników.", "Name" : "Nazwa", - "reset to default" : "przywróć domyślne", "Web address" : "adres internetowy", "Web address https://…" : "adres internetowy https://...", "Slogan" : "Slogan", @@ -23,6 +22,7 @@ "Login image" : "Obraz logowania", "Upload new login background" : "Wyślij nowe tło ekranu logowania", "Remove background image" : "Usuń obraz tła", + "reset to default" : "przywróć domyślne", "Log in image" : "Zdjęcie logowania" },"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/theming/l10n/pt_BR.js b/apps/theming/l10n/pt_BR.js index f096255d497..054029aaff4 100644 --- a/apps/theming/l10n/pt_BR.js +++ b/apps/theming/l10n/pt_BR.js @@ -15,7 +15,6 @@ OC.L10N.register( "Theming" : "Personalização", "Theming makes it possible to easily customize the look and feel of your instance and supported clients. This will be visible for all users." : "Criar e alterar temas torna possível personalizar facilmente o Nextcloud e clientes suportados. Isso será visível a todos os usuários.", "Name" : "Nome", - "reset to default" : "restaurar ao padrão", "Web address" : "Endereço web", "Web address https://…" : "Endereço web https://...", "Slogan" : "Slogan", @@ -25,6 +24,7 @@ OC.L10N.register( "Login image" : "Imagem de login", "Upload new login background" : "Enviar nova imagem de fundo para o login", "Remove background image" : "Excluir a imagem de fundo", + "reset to default" : "restaurar ao padrão", "Log in image" : "Imagem de fundo do login" }, "nplurals=2; plural=(n > 1);"); diff --git a/apps/theming/l10n/pt_BR.json b/apps/theming/l10n/pt_BR.json index 525cce43f45..224a59c7257 100644 --- a/apps/theming/l10n/pt_BR.json +++ b/apps/theming/l10n/pt_BR.json @@ -13,7 +13,6 @@ "Theming" : "Personalização", "Theming makes it possible to easily customize the look and feel of your instance and supported clients. This will be visible for all users." : "Criar e alterar temas torna possível personalizar facilmente o Nextcloud e clientes suportados. Isso será visível a todos os usuários.", "Name" : "Nome", - "reset to default" : "restaurar ao padrão", "Web address" : "Endereço web", "Web address https://…" : "Endereço web https://...", "Slogan" : "Slogan", @@ -23,6 +22,7 @@ "Login image" : "Imagem de login", "Upload new login background" : "Enviar nova imagem de fundo para o login", "Remove background image" : "Excluir a imagem de fundo", + "reset to default" : "restaurar ao padrão", "Log in image" : "Imagem de fundo do login" },"pluralForm" :"nplurals=2; plural=(n > 1);" }
\ No newline at end of file diff --git a/apps/theming/l10n/ru.js b/apps/theming/l10n/ru.js index 88c5e7bebf0..9b75825d6c0 100644 --- a/apps/theming/l10n/ru.js +++ b/apps/theming/l10n/ru.js @@ -15,7 +15,6 @@ OC.L10N.register( "Theming" : "Темы оформления", "Theming makes it possible to easily customize the look and feel of your instance and supported clients. This will be visible for all users." : "Темы оформление позволяют легко настроить внешний вид вашего сервера и поддерживаемых клиентов. Это будет доступно для всех пользователей.", "Name" : "Название", - "reset to default" : "сброс до настроек по-умолчанию", "Web address" : "Веб адрес", "Web address https://…" : "Веб адрес https://…", "Slogan" : "Слоган", @@ -25,6 +24,7 @@ OC.L10N.register( "Login image" : "Изображение экрана входа в систему", "Upload new login background" : "Загрузить новый фон для экрана входа в систему", "Remove background image" : "Убрать фоновое изображение ", + "reset to default" : "сброс до настроек по-умолчанию", "Log in image" : "Изображение экрана входа в систему" }, "nplurals=4; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<12 || n%100>14) ? 1 : n%10==0 || (n%10>=5 && n%10<=9) || (n%100>=11 && n%100<=14)? 2 : 3);"); diff --git a/apps/theming/l10n/ru.json b/apps/theming/l10n/ru.json index 01d381117a8..3826728e85a 100644 --- a/apps/theming/l10n/ru.json +++ b/apps/theming/l10n/ru.json @@ -13,7 +13,6 @@ "Theming" : "Темы оформления", "Theming makes it possible to easily customize the look and feel of your instance and supported clients. This will be visible for all users." : "Темы оформление позволяют легко настроить внешний вид вашего сервера и поддерживаемых клиентов. Это будет доступно для всех пользователей.", "Name" : "Название", - "reset to default" : "сброс до настроек по-умолчанию", "Web address" : "Веб адрес", "Web address https://…" : "Веб адрес https://…", "Slogan" : "Слоган", @@ -23,6 +22,7 @@ "Login image" : "Изображение экрана входа в систему", "Upload new login background" : "Загрузить новый фон для экрана входа в систему", "Remove background image" : "Убрать фоновое изображение ", + "reset to default" : "сброс до настроек по-умолчанию", "Log in image" : "Изображение экрана входа в систему" },"pluralForm" :"nplurals=4; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<12 || n%100>14) ? 1 : n%10==0 || (n%10>=5 && n%10<=9) || (n%100>=11 && n%100<=14)? 2 : 3);" }
\ No newline at end of file diff --git a/apps/theming/l10n/sk.js b/apps/theming/l10n/sk.js index 8a01b6f2f4a..fe852153b16 100644 --- a/apps/theming/l10n/sk.js +++ b/apps/theming/l10n/sk.js @@ -13,7 +13,6 @@ OC.L10N.register( "You are already using a custom theme" : "Už používate upravený vzhľad", "Theming" : "Vzhľad", "Name" : "Názov", - "reset to default" : "nastaviť predvolené", "Web address" : "Web adresa", "Web address https://…" : "Webová adresa https://...", "Slogan" : "Slogan", @@ -22,6 +21,7 @@ OC.L10N.register( "Upload new logo" : "Nahrať nové logo", "Login image" : "Prihlasovací obrázok", "Upload new login background" : "Nahrať nové prihlasovacie pozadie", + "reset to default" : "nastaviť predvolené", "Log in image" : "Prihlasovací obrázok" }, "nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;"); diff --git a/apps/theming/l10n/sk.json b/apps/theming/l10n/sk.json index 4cbac33e811..b0ba8be6231 100644 --- a/apps/theming/l10n/sk.json +++ b/apps/theming/l10n/sk.json @@ -11,7 +11,6 @@ "You are already using a custom theme" : "Už používate upravený vzhľad", "Theming" : "Vzhľad", "Name" : "Názov", - "reset to default" : "nastaviť predvolené", "Web address" : "Web adresa", "Web address https://…" : "Webová adresa https://...", "Slogan" : "Slogan", @@ -20,6 +19,7 @@ "Upload new logo" : "Nahrať nové logo", "Login image" : "Prihlasovací obrázok", "Upload new login background" : "Nahrať nové prihlasovacie pozadie", + "reset to default" : "nastaviť predvolené", "Log in image" : "Prihlasovací obrázok" },"pluralForm" :"nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;" }
\ No newline at end of file diff --git a/apps/theming/l10n/sv.js b/apps/theming/l10n/sv.js index cbc5282d8bd..08183a5bdb6 100644 --- a/apps/theming/l10n/sv.js +++ b/apps/theming/l10n/sv.js @@ -1,6 +1,7 @@ OC.L10N.register( "theming", { + "Loading preview…" : "Laddar förhandsvisning...", "Saved" : "Sparat", "Admin" : "Admin", "a safe home for all your data" : "En säker plats för alla dina filer och data", @@ -12,8 +13,8 @@ OC.L10N.register( "Unsupported image type" : "Filtypen är ej giltig", "You are already using a custom theme" : "Du använder redan ett annat tema", "Theming" : "Teman", + "Theming makes it possible to easily customize the look and feel of your instance and supported clients. This will be visible for all users." : "Teman gör det möjligt att enkelt skräddarsy utseendet på ditt moln. Detta kommer att synas för alla användare.", "Name" : "Namn", - "reset to default" : "Återställ till standard", "Web address" : "Webbadress", "Web address https://…" : "Webbadress https://...", "Slogan" : "Slogan", @@ -22,6 +23,8 @@ OC.L10N.register( "Upload new logo" : "Ladda upp ny logotyp", "Login image" : "Inloggningsbild", "Upload new login background" : "Ladda upp ny bakgrundsbild", + "Remove background image" : "Ta bort bakgrundsbild", + "reset to default" : "Återställ till standard", "Log in image" : "Inloggningsbild" }, "nplurals=2; plural=(n != 1);"); diff --git a/apps/theming/l10n/sv.json b/apps/theming/l10n/sv.json index ecd37a0753c..b57b35b5b85 100644 --- a/apps/theming/l10n/sv.json +++ b/apps/theming/l10n/sv.json @@ -1,4 +1,5 @@ { "translations": { + "Loading preview…" : "Laddar förhandsvisning...", "Saved" : "Sparat", "Admin" : "Admin", "a safe home for all your data" : "En säker plats för alla dina filer och data", @@ -10,8 +11,8 @@ "Unsupported image type" : "Filtypen är ej giltig", "You are already using a custom theme" : "Du använder redan ett annat tema", "Theming" : "Teman", + "Theming makes it possible to easily customize the look and feel of your instance and supported clients. This will be visible for all users." : "Teman gör det möjligt att enkelt skräddarsy utseendet på ditt moln. Detta kommer att synas för alla användare.", "Name" : "Namn", - "reset to default" : "Återställ till standard", "Web address" : "Webbadress", "Web address https://…" : "Webbadress https://...", "Slogan" : "Slogan", @@ -20,6 +21,8 @@ "Upload new logo" : "Ladda upp ny logotyp", "Login image" : "Inloggningsbild", "Upload new login background" : "Ladda upp ny bakgrundsbild", + "Remove background image" : "Ta bort bakgrundsbild", + "reset to default" : "Återställ till standard", "Log in image" : "Inloggningsbild" },"pluralForm" :"nplurals=2; plural=(n != 1);" }
\ No newline at end of file diff --git a/apps/theming/l10n/tr.js b/apps/theming/l10n/tr.js index afb505cdcda..555ef05bf76 100644 --- a/apps/theming/l10n/tr.js +++ b/apps/theming/l10n/tr.js @@ -15,7 +15,6 @@ OC.L10N.register( "Theming" : "Tema", "Theming makes it possible to easily customize the look and feel of your instance and supported clients. This will be visible for all users." : "Temalar kullandığınız kopyanın ve desteklenen istemcilerin genel görünümün kolayca değiştirilmesini sağlar. Tüm kullanıcılara görüntülenir.", "Name" : "Ad", - "reset to default" : "varsayılana dön", "Web address" : "Web adresi", "Web address https://…" : "Web adresi https://...", "Slogan" : "Slogan", @@ -25,6 +24,7 @@ OC.L10N.register( "Login image" : "Oturum açma görseli", "Upload new login background" : "Yeni oturum açma art alanı yükle", "Remove background image" : "Art alan görselini kaldır", + "reset to default" : "varsayılana dön", "Log in image" : "Oturum açma görseli" }, "nplurals=2; plural=(n > 1);"); diff --git a/apps/theming/l10n/tr.json b/apps/theming/l10n/tr.json index b26920471b1..25cb663e0fe 100644 --- a/apps/theming/l10n/tr.json +++ b/apps/theming/l10n/tr.json @@ -13,7 +13,6 @@ "Theming" : "Tema", "Theming makes it possible to easily customize the look and feel of your instance and supported clients. This will be visible for all users." : "Temalar kullandığınız kopyanın ve desteklenen istemcilerin genel görünümün kolayca değiştirilmesini sağlar. Tüm kullanıcılara görüntülenir.", "Name" : "Ad", - "reset to default" : "varsayılana dön", "Web address" : "Web adresi", "Web address https://…" : "Web adresi https://...", "Slogan" : "Slogan", @@ -23,6 +22,7 @@ "Login image" : "Oturum açma görseli", "Upload new login background" : "Yeni oturum açma art alanı yükle", "Remove background image" : "Art alan görselini kaldır", + "reset to default" : "varsayılana dön", "Log in image" : "Oturum açma görseli" },"pluralForm" :"nplurals=2; plural=(n > 1);" }
\ No newline at end of file diff --git a/apps/theming/l10n/zh_CN.js b/apps/theming/l10n/zh_CN.js index 8dae780b651..31ecd8241f0 100644 --- a/apps/theming/l10n/zh_CN.js +++ b/apps/theming/l10n/zh_CN.js @@ -15,7 +15,6 @@ OC.L10N.register( "Theming" : "主题", "Theming makes it possible to easily customize the look and feel of your instance and supported clients. This will be visible for all users." : "主题使得方便地定制你的实例的外观和体验成为可能。所有用户都可以使用。", "Name" : "名字", - "reset to default" : "重置默认", "Web address" : "网址", "Web address https://…" : "网址 https://...", "Slogan" : "标语", @@ -25,6 +24,7 @@ OC.L10N.register( "Login image" : "登录图片", "Upload new login background" : "上传新登录背景", "Remove background image" : "删除背景图片", + "reset to default" : "重置默认", "Log in image" : "登录图片" }, "nplurals=1; plural=0;"); diff --git a/apps/theming/l10n/zh_CN.json b/apps/theming/l10n/zh_CN.json index 9075d74f638..d835515763c 100644 --- a/apps/theming/l10n/zh_CN.json +++ b/apps/theming/l10n/zh_CN.json @@ -13,7 +13,6 @@ "Theming" : "主题", "Theming makes it possible to easily customize the look and feel of your instance and supported clients. This will be visible for all users." : "主题使得方便地定制你的实例的外观和体验成为可能。所有用户都可以使用。", "Name" : "名字", - "reset to default" : "重置默认", "Web address" : "网址", "Web address https://…" : "网址 https://...", "Slogan" : "标语", @@ -23,6 +22,7 @@ "Login image" : "登录图片", "Upload new login background" : "上传新登录背景", "Remove background image" : "删除背景图片", + "reset to default" : "重置默认", "Log in image" : "登录图片" },"pluralForm" :"nplurals=1; plural=0;" }
\ No newline at end of file diff --git a/apps/theming/templates/settings-admin.php b/apps/theming/templates/settings-admin.php index 858b916c932..717e2bdb83c 100644 --- a/apps/theming/templates/settings-admin.php +++ b/apps/theming/templates/settings-admin.php @@ -42,28 +42,28 @@ style('theming', 'settings-admin'); <label> <span><?php p($l->t('Name')) ?></span> <input id="theming-name" type="text" placeholder="<?php p($l->t('Name')); ?>" value="<?php p($_['name']) ?>" maxlength="250" /> - <div data-setting="name" data-toggle="tooltip" data-original-title="<?php p($l->t('reset to default')); ?>" class="theme-undo icon icon-history"></div> + <div data-setting="name" data-toggle="tooltip" data-original-title="<?php p($l->t('Reset to default')); ?>" class="theme-undo icon icon-history"></div> </label> </div> <div> <label> <span><?php p($l->t('Web address')) ?></span> <input id="theming-url" type="text" placeholder="<?php p($l->t('Web address https://…')); ?>" value="<?php p($_['url']) ?>" maxlength="500" /> - <div data-setting="url" data-toggle="tooltip" data-original-title="<?php p($l->t('reset to default')); ?>" class="theme-undo icon icon-history"></div> + <div data-setting="url" data-toggle="tooltip" data-original-title="<?php p($l->t('Reset to default')); ?>" class="theme-undo icon icon-history"></div> </label> </div> <div> <label> <span><?php p($l->t('Slogan')) ?></span> <input id="theming-slogan" type="text" placeholder="<?php p($l->t('Slogan')); ?>" value="<?php p($_['slogan']) ?>" maxlength="500" /> - <div data-setting="slogan" data-toggle="tooltip" data-original-title="<?php p($l->t('reset to default')); ?>" class="theme-undo icon icon-history"></div> + <div data-setting="slogan" data-toggle="tooltip" data-original-title="<?php p($l->t('Reset to default')); ?>" class="theme-undo icon icon-history"></div> </label> </div> <div> <label> <span><?php p($l->t('Color')) ?></span> <input id="theming-color" type="text" class="jscolor" maxlength="6" value="<?php p($_['color']) ?>" /> - <div data-setting="color" data-toggle="tooltip" data-original-title="<?php p($l->t('reset to default')); ?>" class="theme-undo icon icon-history"></div> + <div data-setting="color" data-toggle="tooltip" data-original-title="<?php p($l->t('Reset to default')); ?>" class="theme-undo icon icon-history"></div> </label> </div> <div> @@ -72,7 +72,7 @@ style('theming', 'settings-admin'); <label for="uploadlogo"><span><?php p($l->t('Logo')) ?></span></label> <input id="uploadlogo" class="upload-logo-field" name="uploadlogo" type="file" /> <label for="uploadlogo" class="button icon-upload svg" id="uploadlogo" title="<?php p($l->t('Upload new logo')) ?>"></label> - <div data-setting="logoMime" data-toggle="tooltip" data-original-title="<?php p($l->t('reset to default')); ?>" class="theme-undo icon icon-history"></div> + <div data-setting="logoMime" data-toggle="tooltip" data-original-title="<?php p($l->t('Reset to default')); ?>" class="theme-undo icon icon-history"></div> </form> </div> <div> @@ -81,7 +81,7 @@ style('theming', 'settings-admin'); <label for="upload-login-background"><span><?php p($l->t('Login image')) ?></span></label> <input id="upload-login-background" class="upload-logo-field" name="upload-login-background" type="file"> <label for="upload-login-background" class="button icon-upload svg" id="upload-login-background" title="<?php p($l->t("Upload new login background")) ?>"></label> - <div data-setting="backgroundMime" data-toggle="tooltip" data-original-title="<?php p($l->t('reset to default')); ?>" class="theme-undo icon icon-history"></div> + <div data-setting="backgroundMime" data-toggle="tooltip" data-original-title="<?php p($l->t('Reset to default')); ?>" class="theme-undo icon icon-history"></div> <div class="theme-remove-bg icon icon-delete" data-toggle="tooltip" data-original-title="<?php p($l->t('Remove background image')); ?>"></div> </form> </div> 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/twofactor_backupcodes/l10n/sv.js b/apps/twofactor_backupcodes/l10n/sv.js index 7d3321a2a61..01878a83644 100644 --- a/apps/twofactor_backupcodes/l10n/sv.js +++ b/apps/twofactor_backupcodes/l10n/sv.js @@ -13,6 +13,7 @@ OC.L10N.register( "You created two-factor backup codes for your account" : "Du skapade återställningsnycklar till tvåfaktorsautentiseringen på ditt användarkonto.", "Backup code" : "Återställningsnyckel", "Use backup code" : "Använd återställningsnyckel", + "Two factor backup codes" : "Återställningsnycklar för Tvåfaktorautentisering", "Second-factor backup codes" : "Tvåfaktorsautentisering" }, "nplurals=2; plural=(n != 1);"); diff --git a/apps/twofactor_backupcodes/l10n/sv.json b/apps/twofactor_backupcodes/l10n/sv.json index 102061b0bf1..2980c32c6fd 100644 --- a/apps/twofactor_backupcodes/l10n/sv.json +++ b/apps/twofactor_backupcodes/l10n/sv.json @@ -11,6 +11,7 @@ "You created two-factor backup codes for your account" : "Du skapade återställningsnycklar till tvåfaktorsautentiseringen på ditt användarkonto.", "Backup code" : "Återställningsnyckel", "Use backup code" : "Använd återställningsnyckel", + "Two factor backup codes" : "Återställningsnycklar för Tvåfaktorautentisering", "Second-factor backup codes" : "Tvåfaktorsautentisering" },"pluralForm" :"nplurals=2; plural=(n != 1);" }
\ No newline at end of file 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/updatenotification/l10n/sv.js b/apps/updatenotification/l10n/sv.js index 7b48903f17f..73f1899e68f 100644 --- a/apps/updatenotification/l10n/sv.js +++ b/apps/updatenotification/l10n/sv.js @@ -5,9 +5,12 @@ OC.L10N.register( "Could not start updater, please try the manual update" : "Kunde inte starta uppdateraren, vänligen försök uppdatera manuellt", "{version} is available. Get more information on how to update." : "{version} är tillgänglig. Få mer information om hur du uppdaterar.", "Channel updated" : "Uppdateringskanal uppdaterad", + "The update server could not be reached since %d days to check for new updates." : "Uppdateringsservern kunde inte nås. Senaste kontakt för %d dagar sedan.", + "Please check the Nextcloud and server log files for errors." : "Vänligen kontrollera ditt moln och dess serverloggar för felmeddelanden.", "Update to %1$s is available." : "Uppdatering till %1$s är tillgänglig.", "Update for %1$s to version %2$s is available." : "Uppdatering för %1$s till version %2$s är tillgänglig.", "Update for {app} to version %s is available." : "Uppdatering för {app} till version %s är tillgänglig.", + "Update notification" : "Notis om uppdatering", "A new version is available: %s" : "En ny version är tillgänglig: %s", "Open updater" : "Öppna uppdateraren", "Download now" : "Ladda ned nu", diff --git a/apps/updatenotification/l10n/sv.json b/apps/updatenotification/l10n/sv.json index ff854e4dd26..39ead6374ea 100644 --- a/apps/updatenotification/l10n/sv.json +++ b/apps/updatenotification/l10n/sv.json @@ -3,9 +3,12 @@ "Could not start updater, please try the manual update" : "Kunde inte starta uppdateraren, vänligen försök uppdatera manuellt", "{version} is available. Get more information on how to update." : "{version} är tillgänglig. Få mer information om hur du uppdaterar.", "Channel updated" : "Uppdateringskanal uppdaterad", + "The update server could not be reached since %d days to check for new updates." : "Uppdateringsservern kunde inte nås. Senaste kontakt för %d dagar sedan.", + "Please check the Nextcloud and server log files for errors." : "Vänligen kontrollera ditt moln och dess serverloggar för felmeddelanden.", "Update to %1$s is available." : "Uppdatering till %1$s är tillgänglig.", "Update for %1$s to version %2$s is available." : "Uppdatering för %1$s till version %2$s är tillgänglig.", "Update for {app} to version %s is available." : "Uppdatering för {app} till version %s är tillgänglig.", + "Update notification" : "Notis om uppdatering", "A new version is available: %s" : "En ny version är tillgänglig: %s", "Open updater" : "Öppna uppdateraren", "Download now" : "Ladda ned nu", 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/de_DE.js b/apps/user_ldap/l10n/de_DE.js index 16a39130585..c9e6702aa06 100644 --- a/apps/user_ldap/l10n/de_DE.js +++ b/apps/user_ldap/l10n/de_DE.js @@ -13,7 +13,7 @@ OC.L10N.register( " Could not set configuration %s" : "Die Konfiguration %s konnte nicht gesetzt werden", "Action does not exist" : "Aktion existiert nicht", "LDAP user and group backend" : "LDAP Nutzer- und Gruppen-Backend", - "Renewing …" : "Erneuere ...", + "Renewing …" : "Erneuere …", "Very weak password" : "Sehr schwaches Passwort", "Weak password" : "Schwaches Passwort", "So-so password" : "Passables Passwort", diff --git a/apps/user_ldap/l10n/de_DE.json b/apps/user_ldap/l10n/de_DE.json index 3e707d6ba17..00713083397 100644 --- a/apps/user_ldap/l10n/de_DE.json +++ b/apps/user_ldap/l10n/de_DE.json @@ -11,7 +11,7 @@ " Could not set configuration %s" : "Die Konfiguration %s konnte nicht gesetzt werden", "Action does not exist" : "Aktion existiert nicht", "LDAP user and group backend" : "LDAP Nutzer- und Gruppen-Backend", - "Renewing …" : "Erneuere ...", + "Renewing …" : "Erneuere …", "Very weak password" : "Sehr schwaches Passwort", "Weak password" : "Schwaches Passwort", "So-so password" : "Passables Passwort", 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/user_ldap/l10n/sv.js b/apps/user_ldap/l10n/sv.js index db7e0b43939..8fe640832c9 100644 --- a/apps/user_ldap/l10n/sv.js +++ b/apps/user_ldap/l10n/sv.js @@ -12,6 +12,7 @@ OC.L10N.register( "No data specified" : "Ingen data har angetts", " Could not set configuration %s" : "Kunde inte sätta inställning %s", "Action does not exist" : "Funktion existerar ej", + "Renewing …" : "Förnyar ...", "The Base DN appears to be wrong" : "Den grundläggande DN verkar vara fel", "Testing configuration…" : "Testar konfiguration...", "Configuration incorrect" : "Felaktig konfiguration", @@ -44,6 +45,7 @@ OC.L10N.register( "A connection error to LDAP / AD occurred, please check host, port and credentials." : "Ett anslutningsfel till LDAP / AD uppstod. Var god granska värd, port och inloggningsuppgifter.", "Please provide a login name to test against" : "Vänligen ange ett inloggningsnamn att försöka ansluta med", "Password change rejected. Hint: " : "Lösenordsbyte nekad. Anledning/tips: ", + "Please login with the new password" : "Vänligen logga in med det nya lösenordet", "LDAP / AD integration" : "LDAP / AD integration", "_%s group found_::_%s groups found_" : ["%s grupp hittad","%s grupper hittade"], "_%s user found_::_%s users found_" : ["%s användare hittad","%s användare hittade"], @@ -68,6 +70,7 @@ OC.L10N.register( "Verify settings" : "Verifiera inställningar", "1. Server" : "1. Server", "%s. Server:" : "%s. Server:", + "Add a new configuration" : "Lägg till en ny konfiguration", "Copy current configuration into new directory binding" : "Kopiera nuvarande konfiguration till en ny katalogsammansättning", "Delete the current configuration" : "Radera nuvarande konfiguration", "Host" : "Server", @@ -87,6 +90,9 @@ OC.L10N.register( "Saving" : "Sparar", "Back" : "Tillbaka", "Continue" : "Fortsätt", + "Please renew your password." : "Vänligen förnya ditt lösenord.", + "New password" : "Nytt lösenord", + "Renew password" : "Förnya lösenord", "LDAP" : "LDAP", "Server" : "Server", "Users" : "Användare", diff --git a/apps/user_ldap/l10n/sv.json b/apps/user_ldap/l10n/sv.json index 7895b4c7a6a..0402bd2b0a7 100644 --- a/apps/user_ldap/l10n/sv.json +++ b/apps/user_ldap/l10n/sv.json @@ -10,6 +10,7 @@ "No data specified" : "Ingen data har angetts", " Could not set configuration %s" : "Kunde inte sätta inställning %s", "Action does not exist" : "Funktion existerar ej", + "Renewing …" : "Förnyar ...", "The Base DN appears to be wrong" : "Den grundläggande DN verkar vara fel", "Testing configuration…" : "Testar konfiguration...", "Configuration incorrect" : "Felaktig konfiguration", @@ -42,6 +43,7 @@ "A connection error to LDAP / AD occurred, please check host, port and credentials." : "Ett anslutningsfel till LDAP / AD uppstod. Var god granska värd, port och inloggningsuppgifter.", "Please provide a login name to test against" : "Vänligen ange ett inloggningsnamn att försöka ansluta med", "Password change rejected. Hint: " : "Lösenordsbyte nekad. Anledning/tips: ", + "Please login with the new password" : "Vänligen logga in med det nya lösenordet", "LDAP / AD integration" : "LDAP / AD integration", "_%s group found_::_%s groups found_" : ["%s grupp hittad","%s grupper hittade"], "_%s user found_::_%s users found_" : ["%s användare hittad","%s användare hittade"], @@ -66,6 +68,7 @@ "Verify settings" : "Verifiera inställningar", "1. Server" : "1. Server", "%s. Server:" : "%s. Server:", + "Add a new configuration" : "Lägg till en ny konfiguration", "Copy current configuration into new directory binding" : "Kopiera nuvarande konfiguration till en ny katalogsammansättning", "Delete the current configuration" : "Radera nuvarande konfiguration", "Host" : "Server", @@ -85,6 +88,9 @@ "Saving" : "Sparar", "Back" : "Tillbaka", "Continue" : "Fortsätt", + "Please renew your password." : "Vänligen förnya ditt lösenord.", + "New password" : "Nytt lösenord", + "Renew password" : "Förnya lösenord", "LDAP" : "LDAP", "Server" : "Server", "Users" : "Användare", 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> diff --git a/apps/workflowengine/l10n/de_DE.js b/apps/workflowengine/l10n/de_DE.js index d1efcd1d099..96b8e6b546b 100644 --- a/apps/workflowengine/l10n/de_DE.js +++ b/apps/workflowengine/l10n/de_DE.js @@ -66,8 +66,8 @@ OC.L10N.register( "Add rule" : "Regel hinzufügen", "Reset" : "Zurücksetzen", "Save" : "Speichern", - "Saving…" : "Speichere...", - "Loading…" : "Lade...", + "Saving…" : "Speichere …", + "Loading…" : "Lade …", "Successfully saved" : "Erfolgreich gespeichert", "File mime type" : "Datei MIME-Typ" }, diff --git a/apps/workflowengine/l10n/de_DE.json b/apps/workflowengine/l10n/de_DE.json index 578f07dd23d..060b6c92e96 100644 --- a/apps/workflowengine/l10n/de_DE.json +++ b/apps/workflowengine/l10n/de_DE.json @@ -64,8 +64,8 @@ "Add rule" : "Regel hinzufügen", "Reset" : "Zurücksetzen", "Save" : "Speichern", - "Saving…" : "Speichere...", - "Loading…" : "Lade...", + "Saving…" : "Speichere …", + "Loading…" : "Lade …", "Successfully saved" : "Erfolgreich gespeichert", "File mime type" : "Datei MIME-Typ" },"pluralForm" :"nplurals=2; plural=(n != 1);" diff --git a/apps/workflowengine/l10n/ja.js b/apps/workflowengine/l10n/ja.js index 90f7cf1b932..ffd81844e0c 100644 --- a/apps/workflowengine/l10n/ja.js +++ b/apps/workflowengine/l10n/ja.js @@ -59,6 +59,7 @@ OC.L10N.register( "Check %s is invalid" : "チェック %s は無効です", "Check #%s does not exist" : "チェック #%s は存在しません", "Workflow" : "ワークフロー", + "Files workflow engine" : "ファイルワークフローエンジン", "Open documentation" : "ドキュメントを開く", "Add rule group" : "ルールグループを追加する", "Short rule description" : "ルールの簡潔な説明", diff --git a/apps/workflowengine/l10n/ja.json b/apps/workflowengine/l10n/ja.json index 7c90834dcee..f0528ed787a 100644 --- a/apps/workflowengine/l10n/ja.json +++ b/apps/workflowengine/l10n/ja.json @@ -57,6 +57,7 @@ "Check %s is invalid" : "チェック %s は無効です", "Check #%s does not exist" : "チェック #%s は存在しません", "Workflow" : "ワークフロー", + "Files workflow engine" : "ファイルワークフローエンジン", "Open documentation" : "ドキュメントを開く", "Add rule group" : "ルールグループを追加する", "Short rule description" : "ルールの簡潔な説明", diff --git a/apps/workflowengine/l10n/sv.js b/apps/workflowengine/l10n/sv.js index a32401c0ec7..c8c45eccf4a 100644 --- a/apps/workflowengine/l10n/sv.js +++ b/apps/workflowengine/l10n/sv.js @@ -1,7 +1,9 @@ OC.L10N.register( "workflowengine", { + "Saved" : "Sparad", "Saving failed:" : "Gick ej att spara: ", + "File MIME type" : "Filens MIME-typ", "is" : "är", "is not" : "är inte", "matches" : "träffar", diff --git a/apps/workflowengine/l10n/sv.json b/apps/workflowengine/l10n/sv.json index d85809c287d..83be197b121 100644 --- a/apps/workflowengine/l10n/sv.json +++ b/apps/workflowengine/l10n/sv.json @@ -1,5 +1,7 @@ { "translations": { + "Saved" : "Sparad", "Saving failed:" : "Gick ej att spara: ", + "File MIME type" : "Filens MIME-typ", "is" : "är", "is not" : "är inte", "matches" : "träffar", |