diff --git a/apps/files/l10n/ar.js b/apps/files/l10n/ar.js index 75c6643245795..ca2c49080ba62 100644 --- a/apps/files/l10n/ar.js +++ b/apps/files/l10n/ar.js @@ -249,6 +249,7 @@ OC.L10N.register( "Open in Files" : "إفتَح في \"الملفات\"", "Open details" : "افتح التفاصيل", "New Folder" : "مجلد جديد", + "Created new folder \"{name}\"" : "تمّ إنشاء مجلد جديد باسم \"{name}\"", "Set up templates folder" : "إعداد مجلد القوالب", "Templates" : "القوالب", "Create new templates folder" : "إنشيْ مجلد جديد للقوالب", diff --git a/apps/files/l10n/ar.json b/apps/files/l10n/ar.json index 578ecafc9515f..ddc28e7ccd69f 100644 --- a/apps/files/l10n/ar.json +++ b/apps/files/l10n/ar.json @@ -247,6 +247,7 @@ "Open in Files" : "إفتَح في \"الملفات\"", "Open details" : "افتح التفاصيل", "New Folder" : "مجلد جديد", + "Created new folder \"{name}\"" : "تمّ إنشاء مجلد جديد باسم \"{name}\"", "Set up templates folder" : "إعداد مجلد القوالب", "Templates" : "القوالب", "Create new templates folder" : "إنشيْ مجلد جديد للقوالب", diff --git a/apps/files/l10n/ca.js b/apps/files/l10n/ca.js index 39692db8e56f3..c9efdd44cb6a2 100644 --- a/apps/files/l10n/ca.js +++ b/apps/files/l10n/ca.js @@ -248,7 +248,8 @@ OC.L10N.register( "Open folder {displayName}" : "Obre la carpeta {displayName}", "Open in Files" : "Obre a Fitxers", "Open details" : "Obre els detalls", - "New Folder" : "Nova carpeta", + "New Folder" : "Carpeta nova", + "Created new folder \"{name}\"" : "S'ha creat la carpeta nova «{name}»", "Set up templates folder" : "Configura la carpeta de plantilles", "Templates" : "Plantilles", "Create new templates folder" : "Crea la carpeta de plantilles", diff --git a/apps/files/l10n/ca.json b/apps/files/l10n/ca.json index 08f4f96cd1fd8..903d9405f1c05 100644 --- a/apps/files/l10n/ca.json +++ b/apps/files/l10n/ca.json @@ -246,7 +246,8 @@ "Open folder {displayName}" : "Obre la carpeta {displayName}", "Open in Files" : "Obre a Fitxers", "Open details" : "Obre els detalls", - "New Folder" : "Nova carpeta", + "New Folder" : "Carpeta nova", + "Created new folder \"{name}\"" : "S'ha creat la carpeta nova «{name}»", "Set up templates folder" : "Configura la carpeta de plantilles", "Templates" : "Plantilles", "Create new templates folder" : "Crea la carpeta de plantilles", diff --git a/apps/files/l10n/de_DE.js b/apps/files/l10n/de_DE.js index 40f6d500b3f8c..faf3214571a44 100644 --- a/apps/files/l10n/de_DE.js +++ b/apps/files/l10n/de_DE.js @@ -249,6 +249,7 @@ OC.L10N.register( "Open in Files" : "In Dateien öffnen", "Open details" : "Details öffnen", "New Folder" : "Neuer Ordner", + "Created new folder \"{name}\"" : "Neuer Ordner \"{name}\" wurde erstellt", "Set up templates folder" : "Vorlagenordner einrichten", "Templates" : "Vorlagen", "Create new templates folder" : "Neuen Vorlagenordner erstellen", diff --git a/apps/files/l10n/de_DE.json b/apps/files/l10n/de_DE.json index 155a5d09eb7d8..631aa1748ce2d 100644 --- a/apps/files/l10n/de_DE.json +++ b/apps/files/l10n/de_DE.json @@ -247,6 +247,7 @@ "Open in Files" : "In Dateien öffnen", "Open details" : "Details öffnen", "New Folder" : "Neuer Ordner", + "Created new folder \"{name}\"" : "Neuer Ordner \"{name}\" wurde erstellt", "Set up templates folder" : "Vorlagenordner einrichten", "Templates" : "Vorlagen", "Create new templates folder" : "Neuen Vorlagenordner erstellen", diff --git a/apps/files/l10n/en_GB.js b/apps/files/l10n/en_GB.js index 8888076b1ea3d..6b34c474d62c2 100644 --- a/apps/files/l10n/en_GB.js +++ b/apps/files/l10n/en_GB.js @@ -249,6 +249,7 @@ OC.L10N.register( "Open in Files" : "Open in Files", "Open details" : "Open details", "New Folder" : "New Folder", + "Created new folder \"{name}\"" : "Created new folder \"{name}\"", "Set up templates folder" : "Set up templates folder", "Templates" : "Templates", "Create new templates folder" : "Create new templates folder", diff --git a/apps/files/l10n/en_GB.json b/apps/files/l10n/en_GB.json index c779a3b7f0543..b6353585cccab 100644 --- a/apps/files/l10n/en_GB.json +++ b/apps/files/l10n/en_GB.json @@ -247,6 +247,7 @@ "Open in Files" : "Open in Files", "Open details" : "Open details", "New Folder" : "New Folder", + "Created new folder \"{name}\"" : "Created new folder \"{name}\"", "Set up templates folder" : "Set up templates folder", "Templates" : "Templates", "Create new templates folder" : "Create new templates folder", diff --git a/apps/files/l10n/sv.js b/apps/files/l10n/sv.js index 0e31d140c0706..5fcde42b797e0 100644 --- a/apps/files/l10n/sv.js +++ b/apps/files/l10n/sv.js @@ -249,6 +249,7 @@ OC.L10N.register( "Open in Files" : "Öppna i Filer", "Open details" : "Öppna detaljer", "New Folder" : "Ny mapp", + "Created new folder \"{name}\"" : "Skapat ny mapp \"{name}\"", "Set up templates folder" : "Skapa en mapp för mallar", "Templates" : "Mallar", "Create new templates folder" : "Skapa ny mallmapp", diff --git a/apps/files/l10n/sv.json b/apps/files/l10n/sv.json index e67befd6a26a4..da2bf4a26b3a3 100644 --- a/apps/files/l10n/sv.json +++ b/apps/files/l10n/sv.json @@ -247,6 +247,7 @@ "Open in Files" : "Öppna i Filer", "Open details" : "Öppna detaljer", "New Folder" : "Ny mapp", + "Created new folder \"{name}\"" : "Skapat ny mapp \"{name}\"", "Set up templates folder" : "Skapa en mapp för mallar", "Templates" : "Mallar", "Create new templates folder" : "Skapa ny mallmapp", diff --git a/apps/files/l10n/zh_HK.js b/apps/files/l10n/zh_HK.js index 0466c4e437d42..3782ab4ea1cda 100644 --- a/apps/files/l10n/zh_HK.js +++ b/apps/files/l10n/zh_HK.js @@ -249,6 +249,7 @@ OC.L10N.register( "Open in Files" : "在「檔案」應用程式中打開", "Open details" : "開啟細節", "New Folder" : "新資料夾", + "Created new folder \"{name}\"" : "創建了新資料夾 \"{name}\"", "Set up templates folder" : "設定範本資料夾", "Templates" : "模板", "Create new templates folder" : "創建新範本資料夾", diff --git a/apps/files/l10n/zh_HK.json b/apps/files/l10n/zh_HK.json index ab1eb33198cb6..9b73296c4e365 100644 --- a/apps/files/l10n/zh_HK.json +++ b/apps/files/l10n/zh_HK.json @@ -247,6 +247,7 @@ "Open in Files" : "在「檔案」應用程式中打開", "Open details" : "開啟細節", "New Folder" : "新資料夾", + "Created new folder \"{name}\"" : "創建了新資料夾 \"{name}\"", "Set up templates folder" : "設定範本資料夾", "Templates" : "模板", "Create new templates folder" : "創建新範本資料夾", diff --git a/apps/files_external/l10n/gl.js b/apps/files_external/l10n/gl.js index 8508203051ed1..433ba98add7d2 100644 --- a/apps/files_external/l10n/gl.js +++ b/apps/files_external/l10n/gl.js @@ -103,7 +103,7 @@ OC.L10N.register( "External storage" : "Almacenamento externo", "External storage support" : "Compatibilidade de almacenamento externo", "Adds basic external storage support" : "Engade compatibilidade básica de almacenamento externo", - "This application enables administrators to configure connections to external storage providers, such as FTP servers, S3 or SWIFT object stores, other Nextcloud servers, WebDAV servers, and more. Administrators can choose which types of storage to enable and can mount these storage locations for a user, a group, or the entire system. Users will see a new folder appear in their root Nextcloud directory, which they can access and use like any other Nextcloud folder. External storage also allows users to share files stored in these external locations. In these cases, the credentials for the owner of the file are used when the recipient requests the file from external storage, thereby ensuring that the recipient can access the shared file.\n\nExternal 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." : "Esta aplicación permítelle á administración da instancia configurar conexións a provedores externos de almacenamento, como servidores FTP, almacenamento de obxectos S3 ou SWIFT, outros servidores Nextcloud, servidores WebDAV e máis. A administración da instancia pode escoller que tipos de almacenamento activar e pode montar estas localizacións de almacenamento para un usuario, un grupo ou o sistema enteiro. Os usuarios verán aparecer un novo cartafol no seu directorio raíz de Nextcloud, ao que poden acceder e que poden usar como calquera outro cartafol. Almacenamento externo tamén permite aos usuarios compartir os ficheiros almacenados nestas localizacións externas. Nestes casos, úsanse as credenciais para o dono dos ficheiros cando o receptor solicita o ficheiro de almacenamento externo, asegurando así que o receptor poida acceder ao ficheiro compartido.\n\nAlmacenamento externo pódese configurar usando a IGU ou coa liña de ordes. A segunda opción fornece ao usuario avanzado máis flexibilidade para configurar montaxes de almacenamento externo en bloque e para configurar prioridades de montaxe. Ten dispoñíbel máis información na documentación da IGU doalmacenamento externo e na documentación do ficheiro de configuración do almacenamento externo.", + "This application enables administrators to configure connections to external storage providers, such as FTP servers, S3 or SWIFT object stores, other Nextcloud servers, WebDAV servers, and more. Administrators can choose which types of storage to enable and can mount these storage locations for a user, a group, or the entire system. Users will see a new folder appear in their root Nextcloud directory, which they can access and use like any other Nextcloud folder. External storage also allows users to share files stored in these external locations. In these cases, the credentials for the owner of the file are used when the recipient requests the file from external storage, thereby ensuring that the recipient can access the shared file.\n\nExternal 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." : "Esta aplicación permítelle á administración da instancia configurar conexións a provedores externos de almacenamento, como servidores FTP, almacenamento de obxectos S3 ou SWIFT, outros servidores Nextcloud, servidores WebDAV e máis. A administración da instancia pode escoller que tipos de almacenamento activar e pode montar estas localizacións de almacenamento para un usuario, un grupo ou o sistema enteiro. Os usuarios verán aparecer un novo cartafol no seu directorio raíz de Nextcloud, ao que poden acceder e que poden usar como calquera outro cartafol. Almacenamento externo tamén permite aos usuarios compartir os ficheiros almacenados nestas localizacións externas. Nestes casos, úsanse as credenciais para o dono dos ficheiros cando o receptor solicita o ficheiro de almacenamento externo, asegurando así que o receptor poida acceder ao ficheiro compartido.\n\nAlmacenamento externo pódese configurar usando a GUI ou coa liña de ordes. A segunda opción fornece ao usuario avanzado máis flexibilidade para configurar montaxes de almacenamento externo en bloque e para configurar prioridades de montaxe. Ten dispoñíbel máis información na documentación da GUI do almacenamento externo e na documentación do ficheiro de configuración do almacenamento externo.", "Enter missing credentials" : "Introduza as credenciais que faltan", "Unable to update this external storage config. {statusMessage}" : "Non é posíbel actualizar esta configuración de almacenamento externo. {statusMessage}", "New configuration successfully saved" : "A nova configuración gardouse correctamente", diff --git a/apps/files_external/l10n/gl.json b/apps/files_external/l10n/gl.json index 1deaf1a795572..1827a18d1b285 100644 --- a/apps/files_external/l10n/gl.json +++ b/apps/files_external/l10n/gl.json @@ -101,7 +101,7 @@ "External storage" : "Almacenamento externo", "External storage support" : "Compatibilidade de almacenamento externo", "Adds basic external storage support" : "Engade compatibilidade básica de almacenamento externo", - "This application enables administrators to configure connections to external storage providers, such as FTP servers, S3 or SWIFT object stores, other Nextcloud servers, WebDAV servers, and more. Administrators can choose which types of storage to enable and can mount these storage locations for a user, a group, or the entire system. Users will see a new folder appear in their root Nextcloud directory, which they can access and use like any other Nextcloud folder. External storage also allows users to share files stored in these external locations. In these cases, the credentials for the owner of the file are used when the recipient requests the file from external storage, thereby ensuring that the recipient can access the shared file.\n\nExternal 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." : "Esta aplicación permítelle á administración da instancia configurar conexións a provedores externos de almacenamento, como servidores FTP, almacenamento de obxectos S3 ou SWIFT, outros servidores Nextcloud, servidores WebDAV e máis. A administración da instancia pode escoller que tipos de almacenamento activar e pode montar estas localizacións de almacenamento para un usuario, un grupo ou o sistema enteiro. Os usuarios verán aparecer un novo cartafol no seu directorio raíz de Nextcloud, ao que poden acceder e que poden usar como calquera outro cartafol. Almacenamento externo tamén permite aos usuarios compartir os ficheiros almacenados nestas localizacións externas. Nestes casos, úsanse as credenciais para o dono dos ficheiros cando o receptor solicita o ficheiro de almacenamento externo, asegurando así que o receptor poida acceder ao ficheiro compartido.\n\nAlmacenamento externo pódese configurar usando a IGU ou coa liña de ordes. A segunda opción fornece ao usuario avanzado máis flexibilidade para configurar montaxes de almacenamento externo en bloque e para configurar prioridades de montaxe. Ten dispoñíbel máis información na documentación da IGU doalmacenamento externo e na documentación do ficheiro de configuración do almacenamento externo.", + "This application enables administrators to configure connections to external storage providers, such as FTP servers, S3 or SWIFT object stores, other Nextcloud servers, WebDAV servers, and more. Administrators can choose which types of storage to enable and can mount these storage locations for a user, a group, or the entire system. Users will see a new folder appear in their root Nextcloud directory, which they can access and use like any other Nextcloud folder. External storage also allows users to share files stored in these external locations. In these cases, the credentials for the owner of the file are used when the recipient requests the file from external storage, thereby ensuring that the recipient can access the shared file.\n\nExternal 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." : "Esta aplicación permítelle á administración da instancia configurar conexións a provedores externos de almacenamento, como servidores FTP, almacenamento de obxectos S3 ou SWIFT, outros servidores Nextcloud, servidores WebDAV e máis. A administración da instancia pode escoller que tipos de almacenamento activar e pode montar estas localizacións de almacenamento para un usuario, un grupo ou o sistema enteiro. Os usuarios verán aparecer un novo cartafol no seu directorio raíz de Nextcloud, ao que poden acceder e que poden usar como calquera outro cartafol. Almacenamento externo tamén permite aos usuarios compartir os ficheiros almacenados nestas localizacións externas. Nestes casos, úsanse as credenciais para o dono dos ficheiros cando o receptor solicita o ficheiro de almacenamento externo, asegurando así que o receptor poida acceder ao ficheiro compartido.\n\nAlmacenamento externo pódese configurar usando a GUI ou coa liña de ordes. A segunda opción fornece ao usuario avanzado máis flexibilidade para configurar montaxes de almacenamento externo en bloque e para configurar prioridades de montaxe. Ten dispoñíbel máis información na documentación da GUI do almacenamento externo e na documentación do ficheiro de configuración do almacenamento externo.", "Enter missing credentials" : "Introduza as credenciais que faltan", "Unable to update this external storage config. {statusMessage}" : "Non é posíbel actualizar esta configuración de almacenamento externo. {statusMessage}", "New configuration successfully saved" : "A nova configuración gardouse correctamente", diff --git a/apps/files_sharing/l10n/de.js b/apps/files_sharing/l10n/de.js index a65a6335269cd..4f3e35960d59f 100644 --- a/apps/files_sharing/l10n/de.js +++ b/apps/files_sharing/l10n/de.js @@ -234,16 +234,25 @@ OC.L10N.register( "Shared with you in a conversation by {owner}" : "{owner} hat dies mit dir in einer Unterhaltung {conversation} geteilt", "Shares" : "Freigaben", "No shares" : "Keine Freigaben", + "Files and folders you shared or have been shared with you will show up here" : "Von dir oder mit dir geteilte Ordner und Dateien werden hier angezeigt werden.", "Shared with you" : "Mit dir geteilt", + "List of files that are shared with you." : "Liste der Dateien, die mit dir geteilt wurden.", "Nothing shared with you yet" : "Bis jetzt wurde nichts mit dir geteilt", + "Files and folders others shared with you will show up here" : "Mit dir geteilte Dateien und Ordner werden hier angezeigt werden.", "Shared with others" : "Von dir geteilt", + "List of files that you shared with others." : "Liste der Dateien, die du mit anderen geteilt hast", "Nothing shared yet" : "Noch nichts geteilt", + "Files and folders you shared will show up here" : "Von dir geteilte Dateien und Ordner werden hier angezeigt werden.", "Shared by link" : "Geteilt über einen Link", "No shared links" : "Keine geteilten Links", + "Files and folders you shared by link will show up here" : "Von dir per Link geteilte Dateien werden hier angezeigt werden.", "Deleted shares" : "Gelöschte Freigaben", + "List of shares you left." : "Liste der Freigaben, die du verlassen hast", "No deleted shares" : "Keine gelöschten Freigaben", + "Shares you have left will show up here" : "Freigaben, die du verlassen hast, werden hier angezeigt werden.", "Pending shares" : "Ausstehende Freigaben", "No pending shares" : "Keine ausstehenden Freigaben", + "Shares you have received but not approved will show up here" : "Freigaben die du erhalten, aber nicht bestätigt hast, werden hier angezeigt werden.", "No entries found in this folder" : "Keine Einträge in diesem Ordner gefunden", "Name" : "Name", "Share time" : "Freigabezeitpunkt", diff --git a/apps/files_sharing/l10n/de.json b/apps/files_sharing/l10n/de.json index 4a64a491d79ab..8dfeb406a4364 100644 --- a/apps/files_sharing/l10n/de.json +++ b/apps/files_sharing/l10n/de.json @@ -232,16 +232,25 @@ "Shared with you in a conversation by {owner}" : "{owner} hat dies mit dir in einer Unterhaltung {conversation} geteilt", "Shares" : "Freigaben", "No shares" : "Keine Freigaben", + "Files and folders you shared or have been shared with you will show up here" : "Von dir oder mit dir geteilte Ordner und Dateien werden hier angezeigt werden.", "Shared with you" : "Mit dir geteilt", + "List of files that are shared with you." : "Liste der Dateien, die mit dir geteilt wurden.", "Nothing shared with you yet" : "Bis jetzt wurde nichts mit dir geteilt", + "Files and folders others shared with you will show up here" : "Mit dir geteilte Dateien und Ordner werden hier angezeigt werden.", "Shared with others" : "Von dir geteilt", + "List of files that you shared with others." : "Liste der Dateien, die du mit anderen geteilt hast", "Nothing shared yet" : "Noch nichts geteilt", + "Files and folders you shared will show up here" : "Von dir geteilte Dateien und Ordner werden hier angezeigt werden.", "Shared by link" : "Geteilt über einen Link", "No shared links" : "Keine geteilten Links", + "Files and folders you shared by link will show up here" : "Von dir per Link geteilte Dateien werden hier angezeigt werden.", "Deleted shares" : "Gelöschte Freigaben", + "List of shares you left." : "Liste der Freigaben, die du verlassen hast", "No deleted shares" : "Keine gelöschten Freigaben", + "Shares you have left will show up here" : "Freigaben, die du verlassen hast, werden hier angezeigt werden.", "Pending shares" : "Ausstehende Freigaben", "No pending shares" : "Keine ausstehenden Freigaben", + "Shares you have received but not approved will show up here" : "Freigaben die du erhalten, aber nicht bestätigt hast, werden hier angezeigt werden.", "No entries found in this folder" : "Keine Einträge in diesem Ordner gefunden", "Name" : "Name", "Share time" : "Freigabezeitpunkt", diff --git a/apps/settings/l10n/sv.js b/apps/settings/l10n/sv.js index 4b09b49d89ffa..bffdacc54d411 100644 --- a/apps/settings/l10n/sv.js +++ b/apps/settings/l10n/sv.js @@ -188,8 +188,10 @@ OC.L10N.register( "Results from other categories" : "Resultat från andra kategorier", "No apps found for your version" : "Inga appar funna för din version", "Disable all" : "Inaktivera alla", + "Download and enable all" : "Ladda ner och aktivera alla", "_%n app has an update available_::_%n apps have an update available_" : ["%n app har en uppdatering tillgänglig","%n appar har en uppdatering tillgänglig"], "_Update_::_Update all_" : ["Uppdatera","Uppdatera alla"], + "Device name" : "Enhetsnamn", "Marked for remote wipe" : "Markerad för fjärrensning", "Device settings" : "Enhetsinställningar", "Allow filesystem access" : "Tillåt åtkomst till filsystemet", @@ -369,7 +371,9 @@ OC.L10N.register( "Storage location" : "Lagringsplats", "Last login" : "Senaste inloggning", "User actions" : "Användaråtgärder", + "Password or insufficient permissions message" : "Lösenord eller meddelande om otillräckliga behörigheter", "Loading user …" : "Laddar användare …", + "Change display name" : "Ändra visningsnamn", "Add new password" : "Lägg till nytt lösenord", "You do not have permissions to see the details of this user" : "Du har inte behörighet att se detaljerna för den här användaren", "Add new email address" : "Lägg till ny e-postadress", @@ -457,6 +461,7 @@ OC.L10N.register( "Show to logged in users only" : "Visa endast för inloggade användare", "Hide" : "Dölj", "Download and enable" : "Hämta och aktivera", + "Allow untested app" : "Tillåt otestad app", "The app will be downloaded from the App Store" : "Appen kommer hämtas från appbutiken", "This app is not marked as compatible with your Nextcloud version. If you continue you will still be able to install the app. Note that the app might not work as expected." : "Den här appen är inte markerad som kompatibel med din Nextcloud-version. Om du fortsätter kan du fortfarande installera appen. Observera att appen kanske inte fungerar som förväntat.", "Never" : "Aldrig", diff --git a/apps/settings/l10n/sv.json b/apps/settings/l10n/sv.json index 051abed0fa113..07230acfd3fbc 100644 --- a/apps/settings/l10n/sv.json +++ b/apps/settings/l10n/sv.json @@ -186,8 +186,10 @@ "Results from other categories" : "Resultat från andra kategorier", "No apps found for your version" : "Inga appar funna för din version", "Disable all" : "Inaktivera alla", + "Download and enable all" : "Ladda ner och aktivera alla", "_%n app has an update available_::_%n apps have an update available_" : ["%n app har en uppdatering tillgänglig","%n appar har en uppdatering tillgänglig"], "_Update_::_Update all_" : ["Uppdatera","Uppdatera alla"], + "Device name" : "Enhetsnamn", "Marked for remote wipe" : "Markerad för fjärrensning", "Device settings" : "Enhetsinställningar", "Allow filesystem access" : "Tillåt åtkomst till filsystemet", @@ -367,7 +369,9 @@ "Storage location" : "Lagringsplats", "Last login" : "Senaste inloggning", "User actions" : "Användaråtgärder", + "Password or insufficient permissions message" : "Lösenord eller meddelande om otillräckliga behörigheter", "Loading user …" : "Laddar användare …", + "Change display name" : "Ändra visningsnamn", "Add new password" : "Lägg till nytt lösenord", "You do not have permissions to see the details of this user" : "Du har inte behörighet att se detaljerna för den här användaren", "Add new email address" : "Lägg till ny e-postadress", @@ -455,6 +459,7 @@ "Show to logged in users only" : "Visa endast för inloggade användare", "Hide" : "Dölj", "Download and enable" : "Hämta och aktivera", + "Allow untested app" : "Tillåt otestad app", "The app will be downloaded from the App Store" : "Appen kommer hämtas från appbutiken", "This app is not marked as compatible with your Nextcloud version. If you continue you will still be able to install the app. Note that the app might not work as expected." : "Den här appen är inte markerad som kompatibel med din Nextcloud-version. Om du fortsätter kan du fortfarande installera appen. Observera att appen kanske inte fungerar som förväntat.", "Never" : "Aldrig", diff --git a/lib/l10n/sv.js b/lib/l10n/sv.js index bb6aa050151f5..de470185b615c 100644 --- a/lib/l10n/sv.js +++ b/lib/l10n/sv.js @@ -156,6 +156,7 @@ OC.L10N.register( "%1$s shared »%2$s« with you." : "%1$s delade »%2$s« med dig.", "Click the button below to open it." : "Klicka på knappen nedan för att öppna det.", "The requested share does not exist anymore" : "Den begärda delningen finns inte mer", + "The requested share comes from a disabled user" : "Den begärda delningen kommer från en inaktiverad användare", "The user was not created because the user limit has been reached. Check your notifications to learn more." : "Användaren skapades inte eftersom användargränsen har nåtts. Kontrollera dina aviseringar för att läsa mer.", "Could not find category \"%s\"" : "Kunde inte hitta kategorin \"%s\"", "Sunday" : "Söndag", diff --git a/lib/l10n/sv.json b/lib/l10n/sv.json index 3d0525677e8cd..aea308ffdc26a 100644 --- a/lib/l10n/sv.json +++ b/lib/l10n/sv.json @@ -154,6 +154,7 @@ "%1$s shared »%2$s« with you." : "%1$s delade »%2$s« med dig.", "Click the button below to open it." : "Klicka på knappen nedan för att öppna det.", "The requested share does not exist anymore" : "Den begärda delningen finns inte mer", + "The requested share comes from a disabled user" : "Den begärda delningen kommer från en inaktiverad användare", "The user was not created because the user limit has been reached. Check your notifications to learn more." : "Användaren skapades inte eftersom användargränsen har nåtts. Kontrollera dina aviseringar för att läsa mer.", "Could not find category \"%s\"" : "Kunde inte hitta kategorin \"%s\"", "Sunday" : "Söndag",