summaryrefslogtreecommitdiffstats
path: root/apps
diff options
context:
space:
mode:
authorroot <roger.szabo@web.de>2016-07-25 16:56:14 +0800
committerroot <roger.szabo@web.de>2016-07-25 16:56:14 +0800
commit1fb080df2bd105ece36f32dba41f401167637a8b (patch)
tree0350893b3ed6eae4e98852495064d367dbcbf0a1 /apps
parentc1b37e4ccbc8b0f6fb195952b4b8cefe9c89ab08 (diff)
parentde4236bc4ae1a02141e1bf6d9ab60a9836cd965a (diff)
downloadnextcloud-server-1fb080df2bd105ece36f32dba41f401167637a8b.tar.gz
nextcloud-server-1fb080df2bd105ece36f32dba41f401167637a8b.zip
Merge branch 'master' of https://github.com/nextcloud/server
Diffstat (limited to 'apps')
-rw-r--r--apps/admin_audit/appinfo/info.xml2
-rw-r--r--apps/comments/appinfo/info.xml2
-rw-r--r--apps/dav/appinfo/info.xml4
-rw-r--r--apps/encryption/appinfo/info.xml2
-rw-r--r--apps/federatedfilesharing/appinfo/info.xml2
-rw-r--r--apps/federatedfilesharing/l10n/es.js17
-rw-r--r--apps/federatedfilesharing/l10n/es.json17
-rw-r--r--apps/federatedfilesharing/l10n/nl.js2
-rw-r--r--apps/federatedfilesharing/l10n/nl.json2
-rw-r--r--apps/federation/appinfo/info.xml2
-rw-r--r--apps/federation/l10n/es.js4
-rw-r--r--apps/federation/l10n/es.json4
-rw-r--r--apps/federation/l10n/it.js4
-rw-r--r--apps/federation/l10n/it.json4
-rw-r--r--apps/federation/l10n/nl.js4
-rw-r--r--apps/federation/l10n/nl.json4
-rw-r--r--apps/federation/l10n/pt_BR.js4
-rw-r--r--apps/federation/l10n/pt_BR.json4
-rw-r--r--apps/files/appinfo/info.xml2
-rw-r--r--apps/files/l10n/it.js4
-rw-r--r--apps/files/l10n/it.json4
-rw-r--r--apps/files/l10n/nl.js6
-rw-r--r--apps/files/l10n/nl.json6
-rw-r--r--apps/files_external/appinfo/info.xml2
-rw-r--r--apps/files_external/l10n/nl.js2
-rw-r--r--apps/files_external/l10n/nl.json2
-rw-r--r--apps/files_sharing/appinfo/info.xml2
-rw-r--r--apps/files_sharing/l10n/it.js2
-rw-r--r--apps/files_sharing/l10n/it.json2
-rw-r--r--apps/files_sharing/l10n/nl.js8
-rw-r--r--apps/files_sharing/l10n/nl.json8
-rw-r--r--apps/files_trashbin/appinfo/info.xml2
-rw-r--r--apps/files_versions/appinfo/info.xml2
-rw-r--r--apps/provisioning_api/appinfo/info.xml2
-rw-r--r--apps/systemtags/appinfo/info.xml2
-rw-r--r--apps/systemtags/l10n/nl.js24
-rw-r--r--apps/systemtags/l10n/nl.json24
-rw-r--r--apps/testing/appinfo/info.xml2
-rw-r--r--apps/theming/appinfo/info.xml2
-rw-r--r--apps/theming/lib/controller/themingcontroller.php4
-rw-r--r--apps/theming/tests/lib/controller/ThemingControllerTest.php8
-rw-r--r--apps/updatenotification/appinfo/info.xml2
-rw-r--r--apps/user_ldap/appinfo/info.xml2
-rw-r--r--apps/user_ldap/l10n/nl.js14
-rw-r--r--apps/user_ldap/l10n/nl.json14
45 files changed, 146 insertions, 92 deletions
diff --git a/apps/admin_audit/appinfo/info.xml b/apps/admin_audit/appinfo/info.xml
index 499dbdb4d54..d651fd037d3 100644
--- a/apps/admin_audit/appinfo/info.xml
+++ b/apps/admin_audit/appinfo/info.xml
@@ -9,7 +9,7 @@
<author>Nextcloud</author>
<version>1.1.0</version>
<dependencies>
- <owncloud min-version="9.0" max-version="9.1" />
+ <owncloud min-version="9.2" max-version="9.2" />
</dependencies>
<types>
<logging/>
diff --git a/apps/comments/appinfo/info.xml b/apps/comments/appinfo/info.xml
index 2c207610599..2bd28dd8954 100644
--- a/apps/comments/appinfo/info.xml
+++ b/apps/comments/appinfo/info.xml
@@ -8,7 +8,7 @@
<default_enable/>
<version>1.0.0</version>
<dependencies>
- <owncloud min-version="9.1" max-version="9.1" />
+ <owncloud min-version="9.2" max-version="9.2" />
</dependencies>
<types>
<logging/>
diff --git a/apps/dav/appinfo/info.xml b/apps/dav/appinfo/info.xml
index 686a044b9ee..805027c516b 100644
--- a/apps/dav/appinfo/info.xml
+++ b/apps/dav/appinfo/info.xml
@@ -2,7 +2,7 @@
<info>
<id>dav</id>
<name>WebDAV</name>
- <description>Nextcloud WebDAV endpoint</description>
+ <description>WebDAV endpoint</description>
<licence>AGPL</licence>
<author>owncloud.org</author>
<version>1.0.0</version>
@@ -15,7 +15,7 @@
<webdav>appinfo/v1/publicwebdav.php</webdav>
</public>
<dependencies>
- <owncloud min-version="9.1" max-version="9.1" />
+ <owncloud min-version="9.2" max-version="9.2" />
</dependencies>
<background-jobs>
<job>OCA\DAV\CardDAV\Sync\SyncJob</job>
diff --git a/apps/encryption/appinfo/info.xml b/apps/encryption/appinfo/info.xml
index 8354068b17e..83f4107384d 100644
--- a/apps/encryption/appinfo/info.xml
+++ b/apps/encryption/appinfo/info.xml
@@ -25,7 +25,7 @@
</types>
<dependencies>
<lib>openssl</lib>
- <owncloud min-version="9.1" max-version="9.1" />
+ <owncloud min-version="9.2" max-version="9.2" />
</dependencies>
</info>
diff --git a/apps/federatedfilesharing/appinfo/info.xml b/apps/federatedfilesharing/appinfo/info.xml
index 6470d43d4b1..711ee091d8f 100644
--- a/apps/federatedfilesharing/appinfo/info.xml
+++ b/apps/federatedfilesharing/appinfo/info.xml
@@ -9,6 +9,6 @@
<namespace>FederatedFileSharing</namespace>
<category>other</category>
<dependencies>
- <owncloud min-version="9.1" max-version="9.1" />
+ <owncloud min-version="9.2" max-version="9.2" />
</dependencies>
</info>
diff --git a/apps/federatedfilesharing/l10n/es.js b/apps/federatedfilesharing/l10n/es.js
index ed66839e2fd..b3e7ffbef6e 100644
--- a/apps/federatedfilesharing/l10n/es.js
+++ b/apps/federatedfilesharing/l10n/es.js
@@ -2,11 +2,28 @@ OC.L10N.register(
"federatedfilesharing",
{
"Federated sharing" : "Compartido federado",
+ "Do you want to add the remote share {name} from {owner}@{remote}?" : "¿Desea añadir el recurso compartido remoto {name} de {owner}@{remote}?",
+ "Remote share" : "Recurso compartido remoto",
+ "Remote share password" : "Contraseña del compartido remoto",
+ "Cancel" : "Cancelar",
+ "Add remote share" : "Añadir recurso compartido remoto",
"Invalid Federated Cloud ID" : "ID Nube federada inválida",
+ "Server to server sharing is not enabled on this server" : "Compartir entre servidores no está habilitado en este servidor",
+ "Couldn't establish a federated share." : "No se puede añadir un compartido remoto",
+ "Couldn't establish a federated share, maybe the password was wrong." : "No se pudo establecer un compartido remoto, puede que la contraseña fuera incorrecta.",
+ "Federated Share request was successful, you will receive a invitation. Check your notifications." : "La petición de crear un compartido remoto fue aceptada, usted recibirá una notificación. Comprueba sus notificaciones.",
+ "The mountpoint name contains invalid characters." : "El punto de montaje contiene caracteres inválidos.",
+ "Not allowed to create a federated share with the owner." : "No se permite crear un recurso compartido federado con el propietario",
+ "Invalid or untrusted SSL certificate" : "Certificado SSL inválido o no confiable",
+ "Could not authenticate to remote share, password might be wrong" : "No se ha podido autenticar para compartir remotamente, quizás esté mal la contraseña",
+ "Storage not valid" : "Almacenamiento inválido",
+ "Federated Share successfully added" : "Compartido remoto federado añadido con éxito",
+ "Couldn't add remote share" : "No se puede añadir un compartido remoto",
"Sharing %s failed, because this item is already shared with %s" : "Se falló al compartir %s, ya que este elemento ya está compartido con %s",
"Not allowed to create a federated share with the same user" : "No se permite crear un recurso compartido federado con el mismo usuario",
"File is already shared with %s" : "El Archivo ya está siendo compartido con %s",
"Sharing %s failed, could not find %s, maybe the server is currently unreachable." : "Se falló al compartir %s. No se pudo hallar %s, quizás haya un problema de conexión con el servidor.",
+ "Could not find share" : "No se ha podido encontrar el compartido",
"You received \"/%3$s\" as a remote share from %1$s (on behalf of %2$s)" : "Has recibido \"/%3$s\" como un recurso compartido remoto de %1$s (en nombre de %2$s)",
"You received \"/%3$s\" as a remote share from %1$s" : "Has recibido \"/%3$s\" como un recurso compartido remoto de %1$s",
"Accept" : "Aceptar",
diff --git a/apps/federatedfilesharing/l10n/es.json b/apps/federatedfilesharing/l10n/es.json
index e8da3eb2928..bbe2c4e8237 100644
--- a/apps/federatedfilesharing/l10n/es.json
+++ b/apps/federatedfilesharing/l10n/es.json
@@ -1,10 +1,27 @@
{ "translations": {
"Federated sharing" : "Compartido federado",
+ "Do you want to add the remote share {name} from {owner}@{remote}?" : "¿Desea añadir el recurso compartido remoto {name} de {owner}@{remote}?",
+ "Remote share" : "Recurso compartido remoto",
+ "Remote share password" : "Contraseña del compartido remoto",
+ "Cancel" : "Cancelar",
+ "Add remote share" : "Añadir recurso compartido remoto",
"Invalid Federated Cloud ID" : "ID Nube federada inválida",
+ "Server to server sharing is not enabled on this server" : "Compartir entre servidores no está habilitado en este servidor",
+ "Couldn't establish a federated share." : "No se puede añadir un compartido remoto",
+ "Couldn't establish a federated share, maybe the password was wrong." : "No se pudo establecer un compartido remoto, puede que la contraseña fuera incorrecta.",
+ "Federated Share request was successful, you will receive a invitation. Check your notifications." : "La petición de crear un compartido remoto fue aceptada, usted recibirá una notificación. Comprueba sus notificaciones.",
+ "The mountpoint name contains invalid characters." : "El punto de montaje contiene caracteres inválidos.",
+ "Not allowed to create a federated share with the owner." : "No se permite crear un recurso compartido federado con el propietario",
+ "Invalid or untrusted SSL certificate" : "Certificado SSL inválido o no confiable",
+ "Could not authenticate to remote share, password might be wrong" : "No se ha podido autenticar para compartir remotamente, quizás esté mal la contraseña",
+ "Storage not valid" : "Almacenamiento inválido",
+ "Federated Share successfully added" : "Compartido remoto federado añadido con éxito",
+ "Couldn't add remote share" : "No se puede añadir un compartido remoto",
"Sharing %s failed, because this item is already shared with %s" : "Se falló al compartir %s, ya que este elemento ya está compartido con %s",
"Not allowed to create a federated share with the same user" : "No se permite crear un recurso compartido federado con el mismo usuario",
"File is already shared with %s" : "El Archivo ya está siendo compartido con %s",
"Sharing %s failed, could not find %s, maybe the server is currently unreachable." : "Se falló al compartir %s. No se pudo hallar %s, quizás haya un problema de conexión con el servidor.",
+ "Could not find share" : "No se ha podido encontrar el compartido",
"You received \"/%3$s\" as a remote share from %1$s (on behalf of %2$s)" : "Has recibido \"/%3$s\" como un recurso compartido remoto de %1$s (en nombre de %2$s)",
"You received \"/%3$s\" as a remote share from %1$s" : "Has recibido \"/%3$s\" como un recurso compartido remoto de %1$s",
"Accept" : "Aceptar",
diff --git a/apps/federatedfilesharing/l10n/nl.js b/apps/federatedfilesharing/l10n/nl.js
index 1012ddf3d13..9c32f1a4d32 100644
--- a/apps/federatedfilesharing/l10n/nl.js
+++ b/apps/federatedfilesharing/l10n/nl.js
@@ -25,7 +25,7 @@ OC.L10N.register(
"Sharing %s failed, could not find %s, maybe the server is currently unreachable." : "Delen van %s mislukt, kon %s niet vinden, misschien is de server niet bereikbaar.",
"Could not find share" : "Kon share niet vinden",
"You received \"/%3$s\" as a remote share from %1$s (on behalf of %2$s)" : "Je ontving \"/%3$s\" als een externe share van %1$s (namens %2$s)",
- "You received \"/%3$s\" as a remote share from %1$s" : "U ontving \"/%3$s\" as een externe share van %1$s",
+ "You received \"/%3$s\" as a remote share from %1$s" : "Je ontving \"/%3$s\" als een externe share van %1$s",
"Accept" : "Accepteren",
"Decline" : "Afwijzen",
"Share with me through my #Nextcloud Federated Cloud ID, see %s" : "Deel met mij via mijn #Nextcloud federated Cloud ID, zie %s",
diff --git a/apps/federatedfilesharing/l10n/nl.json b/apps/federatedfilesharing/l10n/nl.json
index 9e427051e8d..9b18287db44 100644
--- a/apps/federatedfilesharing/l10n/nl.json
+++ b/apps/federatedfilesharing/l10n/nl.json
@@ -23,7 +23,7 @@
"Sharing %s failed, could not find %s, maybe the server is currently unreachable." : "Delen van %s mislukt, kon %s niet vinden, misschien is de server niet bereikbaar.",
"Could not find share" : "Kon share niet vinden",
"You received \"/%3$s\" as a remote share from %1$s (on behalf of %2$s)" : "Je ontving \"/%3$s\" als een externe share van %1$s (namens %2$s)",
- "You received \"/%3$s\" as a remote share from %1$s" : "U ontving \"/%3$s\" as een externe share van %1$s",
+ "You received \"/%3$s\" as a remote share from %1$s" : "Je ontving \"/%3$s\" als een externe share van %1$s",
"Accept" : "Accepteren",
"Decline" : "Afwijzen",
"Share with me through my #Nextcloud Federated Cloud ID, see %s" : "Deel met mij via mijn #Nextcloud federated Cloud ID, zie %s",
diff --git a/apps/federation/appinfo/info.xml b/apps/federation/appinfo/info.xml
index c6d1debd108..55491f38b55 100644
--- a/apps/federation/appinfo/info.xml
+++ b/apps/federation/appinfo/info.xml
@@ -9,7 +9,7 @@
<namespace>Federation</namespace>
<category>other</category>
<dependencies>
- <owncloud min-version="9.1" max-version="9.1" />
+ <owncloud min-version="9.2" max-version="9.2" />
</dependencies>
<default_enable/>
<types>
diff --git a/apps/federation/l10n/es.js b/apps/federation/l10n/es.js
index c537c230732..d2b98ba657d 100644
--- a/apps/federation/l10n/es.js
+++ b/apps/federation/l10n/es.js
@@ -8,6 +8,8 @@ OC.L10N.register(
"Federation" : "Federación",
"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." : "La federación te permite conectarte con otros servidores de confianza para intercambiar directorios. Por ejemplo, ésto se usará para autocompletar la selección usuarios externos al compartir en federación. ",
"Add server automatically once a federated share was created successfully" : "Añadir el servidor automáticamente una vez que un compartido federado se haya creado exitosamente",
- "Trusted Servers" : "Servidores de confianza"
+ "Trusted Servers" : "Servidores de confianza",
+ "+ Add Nextcloud server" : "+ Añadir servidor Nextcloud",
+ "Nextcloud Server" : "Servidor Nexcloud"
},
"nplurals=2; plural=(n != 1);");
diff --git a/apps/federation/l10n/es.json b/apps/federation/l10n/es.json
index 7f0ee3120d2..b3ddc86e439 100644
--- a/apps/federation/l10n/es.json
+++ b/apps/federation/l10n/es.json
@@ -6,6 +6,8 @@
"Federation" : "Federación",
"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." : "La federación te permite conectarte con otros servidores de confianza para intercambiar directorios. Por ejemplo, ésto se usará para autocompletar la selección usuarios externos al compartir en federación. ",
"Add server automatically once a federated share was created successfully" : "Añadir el servidor automáticamente una vez que un compartido federado se haya creado exitosamente",
- "Trusted Servers" : "Servidores de confianza"
+ "Trusted Servers" : "Servidores de confianza",
+ "+ Add Nextcloud server" : "+ Añadir servidor Nextcloud",
+ "Nextcloud Server" : "Servidor Nexcloud"
},"pluralForm" :"nplurals=2; plural=(n != 1);"
} \ No newline at end of file
diff --git a/apps/federation/l10n/it.js b/apps/federation/l10n/it.js
index ec1de7eedf9..25b63e62ce3 100644
--- a/apps/federation/l10n/it.js
+++ b/apps/federation/l10n/it.js
@@ -8,6 +8,8 @@ OC.L10N.register(
"Federation" : "Federazione",
"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." : "La federazione consente di connettersi ad altri server affidabili per accedere alla cartella utente. Ad esempio, può essere utilizzata per il completamento automatico di utenti esterni per la condivisione federata.",
"Add server automatically once a federated share was created successfully" : "Aggiungi automaticamente il server dopo che una condivisione federata è stata creata con successo",
- "Trusted Servers" : "Server affidabili"
+ "Trusted Servers" : "Server affidabili",
+ "+ Add Nextcloud server" : "+ Aggiungi server Nextcloud",
+ "Nextcloud Server" : "Server Nextcloud"
},
"nplurals=2; plural=(n != 1);");
diff --git a/apps/federation/l10n/it.json b/apps/federation/l10n/it.json
index 76d3b585f8b..46f6aaaf3ba 100644
--- a/apps/federation/l10n/it.json
+++ b/apps/federation/l10n/it.json
@@ -6,6 +6,8 @@
"Federation" : "Federazione",
"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." : "La federazione consente di connettersi ad altri server affidabili per accedere alla cartella utente. Ad esempio, può essere utilizzata per il completamento automatico di utenti esterni per la condivisione federata.",
"Add server automatically once a federated share was created successfully" : "Aggiungi automaticamente il server dopo che una condivisione federata è stata creata con successo",
- "Trusted Servers" : "Server affidabili"
+ "Trusted Servers" : "Server affidabili",
+ "+ Add Nextcloud server" : "+ Aggiungi server Nextcloud",
+ "Nextcloud Server" : "Server Nextcloud"
},"pluralForm" :"nplurals=2; plural=(n != 1);"
} \ No newline at end of file
diff --git a/apps/federation/l10n/nl.js b/apps/federation/l10n/nl.js
index 7d4487c71fb..1f54a86af01 100644
--- a/apps/federation/l10n/nl.js
+++ b/apps/federation/l10n/nl.js
@@ -8,6 +8,8 @@ OC.L10N.register(
"Federation" : "Federatie",
"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." : "Federatie maakt het mogelijk om te verbinden met vertrouwde servers en de gebuikersadministratie te delen. Zo kun je automatisch externe gebruikers toevoegen voor federatief delen.",
"Add server automatically once a federated share was created successfully" : "Voeg server automatisch toe zodra een gefedereerde share succesvol gecreëerd is",
- "Trusted Servers" : "Vertrouwde servers"
+ "Trusted Servers" : "Vertrouwde servers",
+ "+ Add Nextcloud server" : "+ Toevoegen Nextcloud server",
+ "Nextcloud Server" : "Nextcloud Server"
},
"nplurals=2; plural=(n != 1);");
diff --git a/apps/federation/l10n/nl.json b/apps/federation/l10n/nl.json
index 2a9a7bf38a1..a413e8dac04 100644
--- a/apps/federation/l10n/nl.json
+++ b/apps/federation/l10n/nl.json
@@ -6,6 +6,8 @@
"Federation" : "Federatie",
"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." : "Federatie maakt het mogelijk om te verbinden met vertrouwde servers en de gebuikersadministratie te delen. Zo kun je automatisch externe gebruikers toevoegen voor federatief delen.",
"Add server automatically once a federated share was created successfully" : "Voeg server automatisch toe zodra een gefedereerde share succesvol gecreëerd is",
- "Trusted Servers" : "Vertrouwde servers"
+ "Trusted Servers" : "Vertrouwde servers",
+ "+ Add Nextcloud server" : "+ Toevoegen Nextcloud server",
+ "Nextcloud Server" : "Nextcloud Server"
},"pluralForm" :"nplurals=2; plural=(n != 1);"
} \ No newline at end of file
diff --git a/apps/federation/l10n/pt_BR.js b/apps/federation/l10n/pt_BR.js
index 7b4f2560850..3ed5852cd79 100644
--- a/apps/federation/l10n/pt_BR.js
+++ b/apps/federation/l10n/pt_BR.js
@@ -8,6 +8,8 @@ OC.L10N.register(
"Federation" : "Associação",
"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." : "Federação permite que você conecte com outros servidores confiáveis para trocar o diretório do usuário. Por exemplo, este atributo será usado para completar automaticamente usuários externos para compartilhamento federado.",
"Add server automatically once a federated share was created successfully" : "Adicionar servidor automaticamente uma vez que um compartilhamento associado foi criado com êxito",
- "Trusted Servers" : "Servidores confiáveis"
+ "Trusted Servers" : "Servidores confiáveis",
+ "+ Add Nextcloud server" : "+ Adicionar servidor Nextcloud",
+ "Nextcloud Server" : "Servidor Nextcloud"
},
"nplurals=2; plural=(n > 1);");
diff --git a/apps/federation/l10n/pt_BR.json b/apps/federation/l10n/pt_BR.json
index 55a48479267..1568c942408 100644
--- a/apps/federation/l10n/pt_BR.json
+++ b/apps/federation/l10n/pt_BR.json
@@ -6,6 +6,8 @@
"Federation" : "Associação",
"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." : "Federação permite que você conecte com outros servidores confiáveis para trocar o diretório do usuário. Por exemplo, este atributo será usado para completar automaticamente usuários externos para compartilhamento federado.",
"Add server automatically once a federated share was created successfully" : "Adicionar servidor automaticamente uma vez que um compartilhamento associado foi criado com êxito",
- "Trusted Servers" : "Servidores confiáveis"
+ "Trusted Servers" : "Servidores confiáveis",
+ "+ Add Nextcloud server" : "+ Adicionar servidor Nextcloud",
+ "Nextcloud Server" : "Servidor Nextcloud"
},"pluralForm" :"nplurals=2; plural=(n > 1);"
} \ No newline at end of file
diff --git a/apps/files/appinfo/info.xml b/apps/files/appinfo/info.xml
index 704ab830fc4..8b26a6af711 100644
--- a/apps/files/appinfo/info.xml
+++ b/apps/files/appinfo/info.xml
@@ -11,7 +11,7 @@
<filesystem/>
</types>
<dependencies>
- <owncloud min-version="9.1" max-version="9.1" />
+ <owncloud min-version="9.2" max-version="9.2" />
</dependencies>
<documentation>
<user>user-files</user>
diff --git a/apps/files/l10n/it.js b/apps/files/l10n/it.js
index e5d5af78da8..0d0bacf0d5d 100644
--- a/apps/files/l10n/it.js
+++ b/apps/files/l10n/it.js
@@ -6,12 +6,12 @@ OC.L10N.register(
"Unknown error" : "Errore sconosciuto",
"Unable to set upload directory." : "Impossibile impostare una cartella di caricamento.",
"Invalid Token" : "Token non valido",
- "No file was uploaded. Unknown error" : "Nessun file è stato caricato. Errore sconosciuto",
+ "No file was uploaded. Unknown error" : "Non è stato caricato alcun file. Errore sconosciuto",
"There is no error, the file uploaded with success" : "Non ci sono errori, il file è stato caricato correttamente",
"The uploaded file exceeds the upload_max_filesize directive in php.ini: " : "Il file caricato supera la direttiva upload_max_filesize in php.ini:",
"The uploaded file exceeds the MAX_FILE_SIZE directive that was specified in the HTML form" : "Il file caricato supera la direttiva MAX_FILE_SIZE specificata nel modulo HTML",
"The uploaded file was only partially uploaded" : "Il file è stato caricato solo parzialmente",
- "No file was uploaded" : "Nessun file è stato caricato",
+ "No file was uploaded" : "Non è stato caricato alcun file",
"Missing a temporary folder" : "Manca una cartella temporanea",
"Failed to write to disk" : "Scrittura su disco non riuscita",
"Not enough storage available" : "Spazio di archiviazione insufficiente",
diff --git a/apps/files/l10n/it.json b/apps/files/l10n/it.json
index ee54db3a21f..e82b31e5e77 100644
--- a/apps/files/l10n/it.json
+++ b/apps/files/l10n/it.json
@@ -4,12 +4,12 @@
"Unknown error" : "Errore sconosciuto",
"Unable to set upload directory." : "Impossibile impostare una cartella di caricamento.",
"Invalid Token" : "Token non valido",
- "No file was uploaded. Unknown error" : "Nessun file è stato caricato. Errore sconosciuto",
+ "No file was uploaded. Unknown error" : "Non è stato caricato alcun file. Errore sconosciuto",
"There is no error, the file uploaded with success" : "Non ci sono errori, il file è stato caricato correttamente",
"The uploaded file exceeds the upload_max_filesize directive in php.ini: " : "Il file caricato supera la direttiva upload_max_filesize in php.ini:",
"The uploaded file exceeds the MAX_FILE_SIZE directive that was specified in the HTML form" : "Il file caricato supera la direttiva MAX_FILE_SIZE specificata nel modulo HTML",
"The uploaded file was only partially uploaded" : "Il file è stato caricato solo parzialmente",
- "No file was uploaded" : "Nessun file è stato caricato",
+ "No file was uploaded" : "Non è stato caricato alcun file",
"Missing a temporary folder" : "Manca una cartella temporanea",
"Failed to write to disk" : "Scrittura su disco non riuscita",
"Not enough storage available" : "Spazio di archiviazione insufficiente",
diff --git a/apps/files/l10n/nl.js b/apps/files/l10n/nl.js
index b74320ab7e5..364cf47b83b 100644
--- a/apps/files/l10n/nl.js
+++ b/apps/files/l10n/nl.js
@@ -8,7 +8,7 @@ OC.L10N.register(
"Invalid Token" : "Ongeldig Token",
"No file was uploaded. Unknown error" : "Er was geen bestand geladen. Onbekende fout",
"There is no error, the file uploaded with success" : "Het bestand is succesvol geüpload.",
- "The uploaded file exceeds the upload_max_filesize directive in php.ini: " : "Het geüploade bestand overscheidt de upload_max_filesize optie in php.ini:",
+ "The uploaded file exceeds the upload_max_filesize directive in php.ini: " : "Het geüploade bestand overschrijdt de upload_max_filesize optie in php.ini:",
"The uploaded file exceeds the MAX_FILE_SIZE directive that was specified in the HTML form" : "Het bestand overschrijdt de MAX_FILE_SIZE instelling die is opgegeven in het HTML formulier",
"The uploaded file was only partially uploaded" : "Het bestand is slechts gedeeltelijk geüpload",
"No file was uploaded" : "Er is geen bestand geüpload",
@@ -73,7 +73,7 @@ OC.L10N.register(
"_%n folder_::_%n folders_" : ["%n map","%n mappen"],
"_%n file_::_%n files_" : ["%n bestand","%n bestanden"],
"{dirs} and {files}" : "{dirs} en {files}",
- "You don’t have permission to upload or create files here" : "U hebt geen toestemming om hier te uploaden of bestanden te maken",
+ "You don’t have permission to upload or create files here" : "Je hebt geen toestemming om hier te uploaden of bestanden te maken",
"_Uploading %n file_::_Uploading %n files_" : ["%n bestand aan het uploaden","%n bestanden aan het uploaden"],
"New" : "Nieuw",
"\"{name}\" is an invalid file name." : "\"{name}\" is een ongeldige bestandsnaam.",
@@ -96,7 +96,7 @@ OC.L10N.register(
"An error occurred while trying to update the tags" : "Er trad een fout op bij uw poging de tags bij te werken",
"A new file or folder has been <strong>created</strong>" : "Een nieuw bestand of map is <strong>aangemaakt</strong>",
"A file or folder has been <strong>changed</strong>" : "Een bestand of map is <strong>gewijzigd</strong>",
- "Limit notifications about creation and changes to your <strong>favorite files</strong> <em>(Stream only)</em>" : "Beperk meldingen over aanmaken en wijzigen aan uw <strong>favoriete bestanden</strong> <em>(Alleen stream)</em>",
+ "Limit notifications about creation and changes to your <strong>favorite files</strong> <em>(Stream only)</em>" : "Beperk meldingen over aanmaken en wijzigen aan je <strong>favoriete bestanden</strong> <em>(Alleen stream)</em>",
"A file or folder has been <strong>deleted</strong>" : "Een bestand of map is <strong>verwijderd</strong>",
"A file or folder has been <strong>restored</strong>" : "Een bestand of een map is <strong>hersteld</strong>",
"You created %1$s" : "Gecreëerd: %1$s",
diff --git a/apps/files/l10n/nl.json b/apps/files/l10n/nl.json
index 5084d601689..0d9d311199c 100644
--- a/apps/files/l10n/nl.json
+++ b/apps/files/l10n/nl.json
@@ -6,7 +6,7 @@
"Invalid Token" : "Ongeldig Token",
"No file was uploaded. Unknown error" : "Er was geen bestand geladen. Onbekende fout",
"There is no error, the file uploaded with success" : "Het bestand is succesvol geüpload.",
- "The uploaded file exceeds the upload_max_filesize directive in php.ini: " : "Het geüploade bestand overscheidt de upload_max_filesize optie in php.ini:",
+ "The uploaded file exceeds the upload_max_filesize directive in php.ini: " : "Het geüploade bestand overschrijdt de upload_max_filesize optie in php.ini:",
"The uploaded file exceeds the MAX_FILE_SIZE directive that was specified in the HTML form" : "Het bestand overschrijdt de MAX_FILE_SIZE instelling die is opgegeven in het HTML formulier",
"The uploaded file was only partially uploaded" : "Het bestand is slechts gedeeltelijk geüpload",
"No file was uploaded" : "Er is geen bestand geüpload",
@@ -71,7 +71,7 @@
"_%n folder_::_%n folders_" : ["%n map","%n mappen"],
"_%n file_::_%n files_" : ["%n bestand","%n bestanden"],
"{dirs} and {files}" : "{dirs} en {files}",
- "You don’t have permission to upload or create files here" : "U hebt geen toestemming om hier te uploaden of bestanden te maken",
+ "You don’t have permission to upload or create files here" : "Je hebt geen toestemming om hier te uploaden of bestanden te maken",
"_Uploading %n file_::_Uploading %n files_" : ["%n bestand aan het uploaden","%n bestanden aan het uploaden"],
"New" : "Nieuw",
"\"{name}\" is an invalid file name." : "\"{name}\" is een ongeldige bestandsnaam.",
@@ -94,7 +94,7 @@
"An error occurred while trying to update the tags" : "Er trad een fout op bij uw poging de tags bij te werken",
"A new file or folder has been <strong>created</strong>" : "Een nieuw bestand of map is <strong>aangemaakt</strong>",
"A file or folder has been <strong>changed</strong>" : "Een bestand of map is <strong>gewijzigd</strong>",
- "Limit notifications about creation and changes to your <strong>favorite files</strong> <em>(Stream only)</em>" : "Beperk meldingen over aanmaken en wijzigen aan uw <strong>favoriete bestanden</strong> <em>(Alleen stream)</em>",
+ "Limit notifications about creation and changes to your <strong>favorite files</strong> <em>(Stream only)</em>" : "Beperk meldingen over aanmaken en wijzigen aan je <strong>favoriete bestanden</strong> <em>(Alleen stream)</em>",
"A file or folder has been <strong>deleted</strong>" : "Een bestand of map is <strong>verwijderd</strong>",
"A file or folder has been <strong>restored</strong>" : "Een bestand of een map is <strong>hersteld</strong>",
"You created %1$s" : "Gecreëerd: %1$s",
diff --git a/apps/files_external/appinfo/info.xml b/apps/files_external/appinfo/info.xml
index 9bdd528990e..e8bf11498ae 100644
--- a/apps/files_external/appinfo/info.xml
+++ b/apps/files_external/appinfo/info.xml
@@ -22,6 +22,6 @@
<namespace>Files_External</namespace>
<dependencies>
- <owncloud min-version="9.1" max-version="9.1" />
+ <owncloud min-version="9.2" max-version="9.2" />
</dependencies>
</info>
diff --git a/apps/files_external/l10n/nl.js b/apps/files_external/l10n/nl.js
index 382f5fbd0b5..3896323ab35 100644
--- a/apps/files_external/l10n/nl.js
+++ b/apps/files_external/l10n/nl.js
@@ -32,7 +32,7 @@ OC.L10N.register(
"external-storage" : "externe opslag",
"Couldn't get the list of Windows network drive mount points: empty response from the server" : "Kon geen overzicht met Windows netwerk koppelpunten krijgen: lege reactie van de server",
"Some of the configured external mount points are not connected. Please click on the red row(s) for more information" : "Sommige van de geconfigureerde koppelpunten zijn niet verbonden. Klik op de rode rij(en) voor meer informatie",
- "Please enter the credentials for the {mount} mount" : "Geef de inloggegeven sop voor de {mount} mount",
+ "Please enter the credentials for the {mount} mount" : "Geef de inloggegevens op voor de {mount} mount",
"Username" : "Gebruikersnaam",
"Password" : "Wachtwoord",
"Credentials saved" : "Inloggegevens opgeslagen",
diff --git a/apps/files_external/l10n/nl.json b/apps/files_external/l10n/nl.json
index 42a0393a8f6..b0a249b9680 100644
--- a/apps/files_external/l10n/nl.json
+++ b/apps/files_external/l10n/nl.json
@@ -30,7 +30,7 @@
"external-storage" : "externe opslag",
"Couldn't get the list of Windows network drive mount points: empty response from the server" : "Kon geen overzicht met Windows netwerk koppelpunten krijgen: lege reactie van de server",
"Some of the configured external mount points are not connected. Please click on the red row(s) for more information" : "Sommige van de geconfigureerde koppelpunten zijn niet verbonden. Klik op de rode rij(en) voor meer informatie",
- "Please enter the credentials for the {mount} mount" : "Geef de inloggegeven sop voor de {mount} mount",
+ "Please enter the credentials for the {mount} mount" : "Geef de inloggegevens op voor de {mount} mount",
"Username" : "Gebruikersnaam",
"Password" : "Wachtwoord",
"Credentials saved" : "Inloggegevens opgeslagen",
diff --git a/apps/files_sharing/appinfo/info.xml b/apps/files_sharing/appinfo/info.xml
index 723f7e15d12..240b5e61933 100644
--- a/apps/files_sharing/appinfo/info.xml
+++ b/apps/files_sharing/appinfo/info.xml
@@ -15,7 +15,7 @@ Turning the feature off removes shared files and folders on the server for all s
<filesystem/>
</types>
<dependencies>
- <owncloud min-version="9.1" max-version="9.1" />
+ <owncloud min-version="9.2" max-version="9.2" />
</dependencies>
<public>
<files>public.php</files>
diff --git a/apps/files_sharing/l10n/it.js b/apps/files_sharing/l10n/it.js
index 020fb6926d9..a11c51b1188 100644
--- a/apps/files_sharing/l10n/it.js
+++ b/apps/files_sharing/l10n/it.js
@@ -13,6 +13,7 @@ OC.L10N.register(
"You can upload into this folder" : "Puoi caricare in questa cartella",
"No compatible server found at {remote}" : "Nessun server compatibile trovato su {remote}",
"Invalid server URL" : "URL del server non valido",
+ "Failed to add the public link to your Nextcloud" : "Aggiunta del collegamento pubblico al tuo Nextcloud non riuscita",
"No expiration date set" : "Nessuna data di scandenza impostata",
"Shared by" : "Condiviso da",
"Sharing" : "Condivisione",
@@ -91,6 +92,7 @@ OC.L10N.register(
"the link expired" : "il collegamento è scaduto",
"sharing is disabled" : "la condivisione è disabilitata",
"For more info, please ask the person who sent this link." : "Per ulteriori informazioni, chiedi alla persona che ti ha inviato il collegamento.",
+ "Add to your Nextcloud" : "Aggiungi al tuo Nextcloud",
"Download" : "Scarica",
"Download %s" : "Scarica %s",
"Direct link" : "Collegamento diretto",
diff --git a/apps/files_sharing/l10n/it.json b/apps/files_sharing/l10n/it.json
index 8b3076c3b3b..479758853bc 100644
--- a/apps/files_sharing/l10n/it.json
+++ b/apps/files_sharing/l10n/it.json
@@ -11,6 +11,7 @@
"You can upload into this folder" : "Puoi caricare in questa cartella",
"No compatible server found at {remote}" : "Nessun server compatibile trovato su {remote}",
"Invalid server URL" : "URL del server non valido",
+ "Failed to add the public link to your Nextcloud" : "Aggiunta del collegamento pubblico al tuo Nextcloud non riuscita",
"No expiration date set" : "Nessuna data di scandenza impostata",
"Shared by" : "Condiviso da",
"Sharing" : "Condivisione",
@@ -89,6 +90,7 @@
"the link expired" : "il collegamento è scaduto",
"sharing is disabled" : "la condivisione è disabilitata",
"For more info, please ask the person who sent this link." : "Per ulteriori informazioni, chiedi alla persona che ti ha inviato il collegamento.",
+ "Add to your Nextcloud" : "Aggiungi al tuo Nextcloud",
"Download" : "Scarica",
"Download %s" : "Scarica %s",
"Direct link" : "Collegamento diretto",
diff --git a/apps/files_sharing/l10n/nl.js b/apps/files_sharing/l10n/nl.js
index 4a07a78d70f..8e1767d8e03 100644
--- a/apps/files_sharing/l10n/nl.js
+++ b/apps/files_sharing/l10n/nl.js
@@ -34,7 +34,7 @@ OC.L10N.register(
"Not a directory" : "Geen directory",
"Could not lock path" : "Kon pad niet blokkeren",
"Can't change permissions for public share links" : "Kan permissies voor openbare share links niet wijzigen",
- "Wrong or no update parameter given" : "Verkeerde of geen update parameter gegeven",
+ "Wrong or no update parameter given" : "Verkeerde of geen update parameter opgegeven",
"Cannot increase permissions" : "Kan de rechten niet verruimen",
"A file or folder has been <strong>shared</strong>" : "Een bestand of map is <strong>gedeeld</strong>",
"A file or folder was shared from <strong>another server</strong>" : "Een bestand of map werd gedeeld vanaf <strong>een andere server</strong>",
@@ -52,13 +52,13 @@ OC.L10N.register(
"%2$s removed the share of %3$s for %1$s" : "%2$s heeft de share van %1$s met %3$s verwijderd",
"You shared %1$s with group %2$s" : "Je deelde %1$s met groep %2$s",
"%2$s shared %1$s with group %3$s" : "%2$s deelde %1$s met groep %3$s",
- "You removed the share of group %2$s for %1$s" : "Je heeft de share van %1$s met de groep %2$s verwijderd",
+ "You removed the share of group %2$s for %1$s" : "Je hebt de share van %1$s met de groep %2$s verwijderd",
"%2$s removed the share of group %3$s for %1$s" : "%2$s heeft de share van %1$s met de groep %3$s verwijderd",
"%2$s shared %1$s via link" : "%2$s deelde %1$s via link",
"You shared %1$s via link" : "Je deelde %1$s via link",
- "You removed the public link for %1$s" : "U heeft de openbare link voor %1$s verwijderd",
+ "You removed the public link for %1$s" : "Je hebt de openbare link voor %1$s verwijderd",
"%2$s removed the public link for %1$s" : "%2$s heeft de openbare link voor %1$s verwijderd",
- "Your public link for %1$s expired" : "Uw openbare link voor %1$s is verlopen",
+ "Your public link for %1$s expired" : "Je openbare link voor %1$s is verlopen",
"The public link of %2$s for %1$s expired" : "De openbare link van %2$s voor %1$s is verlopen",
"%2$s shared %1$s with you" : "%2$s deelde %1$s met u",
"%2$s removed the share for %1$s" : "%2$s heeft de share van %1$s verwijderd",
diff --git a/apps/files_sharing/l10n/nl.json b/apps/files_sharing/l10n/nl.json
index 0bbbf05b81f..abfeb58eaef 100644
--- a/apps/files_sharing/l10n/nl.json
+++ b/apps/files_sharing/l10n/nl.json
@@ -32,7 +32,7 @@
"Not a directory" : "Geen directory",
"Could not lock path" : "Kon pad niet blokkeren",
"Can't change permissions for public share links" : "Kan permissies voor openbare share links niet wijzigen",
- "Wrong or no update parameter given" : "Verkeerde of geen update parameter gegeven",
+ "Wrong or no update parameter given" : "Verkeerde of geen update parameter opgegeven",
"Cannot increase permissions" : "Kan de rechten niet verruimen",
"A file or folder has been <strong>shared</strong>" : "Een bestand of map is <strong>gedeeld</strong>",
"A file or folder was shared from <strong>another server</strong>" : "Een bestand of map werd gedeeld vanaf <strong>een andere server</strong>",
@@ -50,13 +50,13 @@
"%2$s removed the share of %3$s for %1$s" : "%2$s heeft de share van %1$s met %3$s verwijderd",
"You shared %1$s with group %2$s" : "Je deelde %1$s met groep %2$s",
"%2$s shared %1$s with group %3$s" : "%2$s deelde %1$s met groep %3$s",
- "You removed the share of group %2$s for %1$s" : "Je heeft de share van %1$s met de groep %2$s verwijderd",
+ "You removed the share of group %2$s for %1$s" : "Je hebt de share van %1$s met de groep %2$s verwijderd",
"%2$s removed the share of group %3$s for %1$s" : "%2$s heeft de share van %1$s met de groep %3$s verwijderd",
"%2$s shared %1$s via link" : "%2$s deelde %1$s via link",
"You shared %1$s via link" : "Je deelde %1$s via link",
- "You removed the public link for %1$s" : "U heeft de openbare link voor %1$s verwijderd",
+ "You removed the public link for %1$s" : "Je hebt de openbare link voor %1$s verwijderd",
"%2$s removed the public link for %1$s" : "%2$s heeft de openbare link voor %1$s verwijderd",
- "Your public link for %1$s expired" : "Uw openbare link voor %1$s is verlopen",
+ "Your public link for %1$s expired" : "Je openbare link voor %1$s is verlopen",
"The public link of %2$s for %1$s expired" : "De openbare link van %2$s voor %1$s is verlopen",
"%2$s shared %1$s with you" : "%2$s deelde %1$s met u",
"%2$s removed the share for %1$s" : "%2$s heeft de share van %1$s verwijderd",
diff --git a/apps/files_trashbin/appinfo/info.xml b/apps/files_trashbin/appinfo/info.xml
index 000dd122745..2b19ba6fe11 100644
--- a/apps/files_trashbin/appinfo/info.xml
+++ b/apps/files_trashbin/appinfo/info.xml
@@ -16,7 +16,7 @@ To prevent a user from running out of disk space, the Deleted files app will not
</types>
<namespace>Files_Trashbin</namespace>
<dependencies>
- <owncloud min-version="9.1" max-version="9.1" />
+ <owncloud min-version="9.2" max-version="9.2" />
</dependencies>
<documentation>
<user>user-trashbin</user>
diff --git a/apps/files_versions/appinfo/info.xml b/apps/files_versions/appinfo/info.xml
index bf6f146feb0..b167104016a 100644
--- a/apps/files_versions/appinfo/info.xml
+++ b/apps/files_versions/appinfo/info.xml
@@ -15,7 +15,7 @@ In addition to the expiry of versions, the versions app makes certain never to u
</types>
<namespace>Files_Versions</namespace>
<dependencies>
- <owncloud min-version="9.1" max-version="9.1" />
+ <owncloud min-version="9.2" max-version="9.2" />
</dependencies>
<documentation>
<user>user-versions</user>
diff --git a/apps/provisioning_api/appinfo/info.xml b/apps/provisioning_api/appinfo/info.xml
index 84f9d99beb1..2f62ff69b17 100644
--- a/apps/provisioning_api/appinfo/info.xml
+++ b/apps/provisioning_api/appinfo/info.xml
@@ -23,6 +23,6 @@
<prevent_group_restriction/>
</types>
<dependencies>
- <owncloud min-version="9.1" max-version="9.1" />
+ <owncloud min-version="9.2" max-version="9.2" />
</dependencies>
</info>
diff --git a/apps/systemtags/appinfo/info.xml b/apps/systemtags/appinfo/info.xml
index 9f473fb2506..1d75610f545 100644
--- a/apps/systemtags/appinfo/info.xml
+++ b/apps/systemtags/appinfo/info.xml
@@ -9,7 +9,7 @@
<default_enable/>
<version>1.0.0</version>
<dependencies>
- <owncloud min-version="9.1" max-version="9.1" />
+ <owncloud min-version="9.2" max-version="9.2" />
</dependencies>
<namespace>SystemTags</namespace>
<types>
diff --git a/apps/systemtags/l10n/nl.js b/apps/systemtags/l10n/nl.js
index 567b14aa1f4..5d9b6ee97c2 100644
--- a/apps/systemtags/l10n/nl.js
+++ b/apps/systemtags/l10n/nl.js
@@ -6,21 +6,21 @@ OC.L10N.register(
"Select tags to filter by" : "Selecteer tags om op te filteren",
"Please select tags to filter by" : "Selecteer tags om op te filteren",
"No files found for the selected tags" : "Geen bestanden gevonden voor de geselecteerde tags",
- "<strong>System tags</strong> for a file have been modified" : "<strong>Systeem tags</strong> voor een bestand zijn gewijzigd",
- "You assigned system tag %3$s" : "Je wees systeem tag %3$s toe",
- "%1$s assigned system tag %3$s" : "%1$s wees systeem tag %3$s toe",
- "You unassigned system tag %3$s" : "Je maakte toewijzing systeem tag %3$s ongedaan",
+ "<strong>System tags</strong> for a file have been modified" : "<strong>Systeemtags</strong> voor een bestand zijn gewijzigd",
+ "You assigned system tag %3$s" : "Je wees systeemtag %3$s toe",
+ "%1$s assigned system tag %3$s" : "%1$s wees systeemtag %3$s toe",
+ "You unassigned system tag %3$s" : "Je maakte toewijzing systeemtag %3$s ongedaan",
"%1$s unassigned system tag %3$s" : "%1$s verwijderde systeem tag %3$s",
- "You created system tag %2$s" : "Je creëerde systeem tag %2$s",
- "%1$s created system tag %2$s" : "%1$s creëerde systeem tag %2$s",
- "You deleted system tag %2$s" : "Je verwijderde systeem tag %2$s",
+ "You created system tag %2$s" : "Je creëerde systeemtag %2$s",
+ "%1$s created system tag %2$s" : "%1$s creëerde systeemtag %2$s",
+ "You deleted system tag %2$s" : "Je verwijderde systeemtag %2$s",
"%1$s deleted system tag %2$s" : "%1$s verwijderde systeem tag %2$s van het systeem",
- "You updated system tag %3$s to %2$s" : "U werkte systeemtag %3$s bij naar %2$s",
+ "You updated system tag %3$s to %2$s" : "Je werkte systeemtag %3$s bij naar %2$s",
"%1$s updated system tag %3$s to %2$s" : "%1$s hernoemde systeem tag %3$s naar %2$s",
- "You assigned system tag %3$s to %2$s" : "Je wees systeem tag %3$s aan %2$s toe",
- "%1$s assigned system tag %3$s to %2$s" : "%1$s wees systeem tag %3$s aan %2$s toe",
- "You unassigned system tag %3$s from %2$s" : "Je maakte toewijzing systeem tag %3$s van %2$s ongedaan",
- "%1$s unassigned system tag %3$s from %2$s" : "%1$s verwijderde systeem tag %3$s van %2$s",
+ "You assigned system tag %3$s to %2$s" : "Je wees systeemtag %3$s aan %2$s toe",
+ "%1$s assigned system tag %3$s to %2$s" : "%1$s wees systeemtag %3$s aan %2$s toe",
+ "You unassigned system tag %3$s from %2$s" : "Je maakte de toewijzing van systeem tag %3$s van %2$s ongedaan",
+ "%1$s unassigned system tag %3$s from %2$s" : "%1$s verwijderde systeemtag %3$s van %2$s",
"%s (restricted)" : "%s (beperkt)",
"%s (invisible)" : "%s (onzichtbaar)",
"No files in here" : "Hier geen bestanden",
diff --git a/apps/systemtags/l10n/nl.json b/apps/systemtags/l10n/nl.json
index f7d83699c2d..14a8bfacf8a 100644
--- a/apps/systemtags/l10n/nl.json
+++ b/apps/systemtags/l10n/nl.json
@@ -4,21 +4,21 @@
"Select tags to filter by" : "Selecteer tags om op te filteren",
"Please select tags to filter by" : "Selecteer tags om op te filteren",
"No files found for the selected tags" : "Geen bestanden gevonden voor de geselecteerde tags",
- "<strong>System tags</strong> for a file have been modified" : "<strong>Systeem tags</strong> voor een bestand zijn gewijzigd",
- "You assigned system tag %3$s" : "Je wees systeem tag %3$s toe",
- "%1$s assigned system tag %3$s" : "%1$s wees systeem tag %3$s toe",
- "You unassigned system tag %3$s" : "Je maakte toewijzing systeem tag %3$s ongedaan",
+ "<strong>System tags</strong> for a file have been modified" : "<strong>Systeemtags</strong> voor een bestand zijn gewijzigd",
+ "You assigned system tag %3$s" : "Je wees systeemtag %3$s toe",
+ "%1$s assigned system tag %3$s" : "%1$s wees systeemtag %3$s toe",
+ "You unassigned system tag %3$s" : "Je maakte toewijzing systeemtag %3$s ongedaan",
"%1$s unassigned system tag %3$s" : "%1$s verwijderde systeem tag %3$s",
- "You created system tag %2$s" : "Je creëerde systeem tag %2$s",
- "%1$s created system tag %2$s" : "%1$s creëerde systeem tag %2$s",
- "You deleted system tag %2$s" : "Je verwijderde systeem tag %2$s",
+ "You created system tag %2$s" : "Je creëerde systeemtag %2$s",
+ "%1$s created system tag %2$s" : "%1$s creëerde systeemtag %2$s",
+ "You deleted system tag %2$s" : "Je verwijderde systeemtag %2$s",
"%1$s deleted system tag %2$s" : "%1$s verwijderde systeem tag %2$s van het systeem",
- "You updated system tag %3$s to %2$s" : "U werkte systeemtag %3$s bij naar %2$s",
+ "You updated system tag %3$s to %2$s" : "Je werkte systeemtag %3$s bij naar %2$s",
"%1$s updated system tag %3$s to %2$s" : "%1$s hernoemde systeem tag %3$s naar %2$s",
- "You assigned system tag %3$s to %2$s" : "Je wees systeem tag %3$s aan %2$s toe",
- "%1$s assigned system tag %3$s to %2$s" : "%1$s wees systeem tag %3$s aan %2$s toe",
- "You unassigned system tag %3$s from %2$s" : "Je maakte toewijzing systeem tag %3$s van %2$s ongedaan",
- "%1$s unassigned system tag %3$s from %2$s" : "%1$s verwijderde systeem tag %3$s van %2$s",
+ "You assigned system tag %3$s to %2$s" : "Je wees systeemtag %3$s aan %2$s toe",
+ "%1$s assigned system tag %3$s to %2$s" : "%1$s wees systeemtag %3$s aan %2$s toe",
+ "You unassigned system tag %3$s from %2$s" : "Je maakte de toewijzing van systeem tag %3$s van %2$s ongedaan",
+ "%1$s unassigned system tag %3$s from %2$s" : "%1$s verwijderde systeemtag %3$s van %2$s",
"%s (restricted)" : "%s (beperkt)",
"%s (invisible)" : "%s (onzichtbaar)",
"No files in here" : "Hier geen bestanden",
diff --git a/apps/testing/appinfo/info.xml b/apps/testing/appinfo/info.xml
index 4b81437c53c..1ab6e67805a 100644
--- a/apps/testing/appinfo/info.xml
+++ b/apps/testing/appinfo/info.xml
@@ -7,6 +7,6 @@
<author>Joas Schilling</author>
<version>1.0.0</version>
<dependencies>
- <owncloud min-version="9.1" max-version="9.1" />
+ <owncloud min-version="9.2" max-version="9.2" />
</dependencies>
</info>
diff --git a/apps/theming/appinfo/info.xml b/apps/theming/appinfo/info.xml
index c7d4e405199..2cc18672a3b 100644
--- a/apps/theming/appinfo/info.xml
+++ b/apps/theming/appinfo/info.xml
@@ -10,7 +10,7 @@
<category>other</category>
<dependencies>
- <owncloud min-version="9.0" max-version="9.1" />
+ <owncloud min-version="9.2" max-version="9.2" />
</dependencies>
<types>
diff --git a/apps/theming/lib/controller/themingcontroller.php b/apps/theming/lib/controller/themingcontroller.php
index b6fb1a6be5b..571e0ab79a5 100644
--- a/apps/theming/lib/controller/themingcontroller.php
+++ b/apps/theming/lib/controller/themingcontroller.php
@@ -73,7 +73,7 @@ class ThemingController extends Controller {
IRootFolder $rootFolder
) {
parent::__construct($appName, $request);
-
+
$this->template = $template;
$this->l = $l;
$this->config = $config;
@@ -216,7 +216,7 @@ class ThemingController extends Controller {
$color = $this->config->getAppValue($this->appName, 'color');
if($color !== '') {
$responseCss .= sprintf(
- '#body-user #header,#body-settings #header,#body-public #header {background-color: %s}',
+ '#body-user #header,#body-settings #header,#body-public #header,#body-login,.searchbox input[type="search"]:focus,.searchbox input[type="search"]:active,.searchbox input[type="search"]:valid {background-color: %s}',
$color
);
}
diff --git a/apps/theming/tests/lib/controller/ThemingControllerTest.php b/apps/theming/tests/lib/controller/ThemingControllerTest.php
index 6dcb4b548c4..1acfdff020c 100644
--- a/apps/theming/tests/lib/controller/ThemingControllerTest.php
+++ b/apps/theming/tests/lib/controller/ThemingControllerTest.php
@@ -327,7 +327,7 @@ class ThemingControllerTest extends TestCase {
->with('theming', 'backgroundMime', '')
->willReturn('');
- $expected = new Http\DataDownloadResponse('#body-user #header,#body-settings #header,#body-public #header {background-color: #000}', 'style', 'text/css');
+ $expected = new Http\DataDownloadResponse('#body-user #header,#body-settings #header,#body-public #header,#body-login,.searchbox input[type="search"]:focus,.searchbox input[type="search"]:active,.searchbox input[type="search"]:valid {background-color: #000}', 'style', 'text/css');
$expected->cacheFor(3600);
@$this->assertEquals($expected, $this->themingController->getStylesheet());
}
@@ -354,7 +354,7 @@ class ThemingControllerTest extends TestCase {
->with('theming', 'backgroundMime', '')
->willReturn('');
- $expected = new Http\DataDownloadResponse('#body-user #header,#body-settings #header,#body-public #header {background-color: #fff}#header .header-appname, #expandDisplayName { color: #000000; } #header .icon-caret { background-image: url(\'' . \OC::$WEBROOT . '/core/img/actions/caret-dark.svg\'); } .searchbox input[type="search"] { background: transparent url(\'' . \OC::$WEBROOT . '/core/img/actions/search.svg\') no-repeat 6px center; color: #000; }.searchbox input[type="search"]:focus,.searchbox input[type="search"]:active,.searchbox input[type="search"]:valid { color: #000; border: 1px solid rgba(0, 0, 0, .5); }', 'style', 'text/css');
+ $expected = new Http\DataDownloadResponse('#body-user #header,#body-settings #header,#body-public #header,#body-login,.searchbox input[type="search"]:focus,.searchbox input[type="search"]:active,.searchbox input[type="search"]:valid {background-color: #fff}#header .header-appname, #expandDisplayName { color: #000000; } #header .icon-caret { background-image: url(\'' . \OC::$WEBROOT . '/core/img/actions/caret-dark.svg\'); } .searchbox input[type="search"] { background: transparent url(\'' . \OC::$WEBROOT . '/core/img/actions/search.svg\') no-repeat 6px center; color: #000; }.searchbox input[type="search"]:focus,.searchbox input[type="search"]:active,.searchbox input[type="search"]:valid { color: #000; border: 1px solid rgba(0, 0, 0, .5); }', 'style', 'text/css');
$expected->cacheFor(3600);
@$this->assertEquals($expected, $this->themingController->getStylesheet());
}
@@ -443,7 +443,7 @@ class ThemingControllerTest extends TestCase {
->with('theming', 'backgroundMime', '')
->willReturn('image/png');
- $expected = new Http\DataDownloadResponse('#body-user #header,#body-settings #header,#body-public #header {background-color: #000}#header .logo {
+ $expected = new Http\DataDownloadResponse('#body-user #header,#body-settings #header,#body-public #header,#body-login,.searchbox input[type="search"]:focus,.searchbox input[type="search"]:active,.searchbox input[type="search"]:valid {background-color: #000}#header .logo {
background-image: url(\'./logo?v=0\');
}
#header .logo-icon {
@@ -477,7 +477,7 @@ class ThemingControllerTest extends TestCase {
->with('theming', 'backgroundMime', '')
->willReturn('image/png');
- $expected = new Http\DataDownloadResponse('#body-user #header,#body-settings #header,#body-public #header {background-color: #fff}#header .logo {
+ $expected = new Http\DataDownloadResponse('#body-user #header,#body-settings #header,#body-public #header,#body-login,.searchbox input[type="search"]:focus,.searchbox input[type="search"]:active,.searchbox input[type="search"]:valid {background-color: #fff}#header .logo {
background-image: url(\'./logo?v=0\');
}
#header .logo-icon {
diff --git a/apps/updatenotification/appinfo/info.xml b/apps/updatenotification/appinfo/info.xml
index 55c6fba0683..08043827370 100644
--- a/apps/updatenotification/appinfo/info.xml
+++ b/apps/updatenotification/appinfo/info.xml
@@ -9,7 +9,7 @@
<namespace>UpdateNotification</namespace>
<default_enable/>
<dependencies>
- <owncloud min-version="9.1" max-version="9.1" />
+ <owncloud min-version="9.2" max-version="9.2" />
</dependencies>
<background-jobs>
diff --git a/apps/user_ldap/appinfo/info.xml b/apps/user_ldap/appinfo/info.xml
index fc44a01687e..b3141ec0c76 100644
--- a/apps/user_ldap/appinfo/info.xml
+++ b/apps/user_ldap/appinfo/info.xml
@@ -18,7 +18,7 @@ A user logs into ownCloud with their LDAP or AD credentials, and is granted acce
</documentation>
<dependencies>
<lib>ldap</lib>
- <owncloud min-version="9.1" max-version="9.1" />
+ <owncloud min-version="9.2" max-version="9.2" />
</dependencies>
<namespace>User_LDAP</namespace>
diff --git a/apps/user_ldap/l10n/nl.js b/apps/user_ldap/l10n/nl.js
index 50526df73ea..f3af05d915a 100644
--- a/apps/user_ldap/l10n/nl.js
+++ b/apps/user_ldap/l10n/nl.js
@@ -28,11 +28,11 @@ OC.L10N.register(
"More than 1,000 directory entries available." : "Meer dan 1000 directorynamen beschikbaar.",
" entries available within the provided Base DN" : "accounts beschikbaar binnen de provider Basis DN",
"An error occurred. Please check the Base DN, as well as connection settings and credentials." : "Er trad een fout op. Controleer de Basis DN en de verbindingsinstellingen en inloggegevens.",
- "Do you really want to delete the current Server Configuration?" : "Wilt u werkelijk de huidige Serverconfiguratie verwijderen?",
+ "Do you really want to delete the current Server Configuration?" : "Wilt je werkelijk de huidige Serverconfiguratie verwijderen?",
"Confirm Deletion" : "Bevestig verwijderen",
"Mappings cleared successfully!" : "Mappings succesvol schoongemaakt!",
"Error while clearing the mappings." : "Fout bij opschonen mappings.",
- "Anonymous bind is not allowed. Please provide a User DN and Password." : "Anonieme bind is niet toegestaan. Geef een gebruikers DN en wachrwoord op.",
+ "Anonymous bind is not allowed. Please provide a User DN and Password." : "Anonieme bind is niet toegestaan. Geef een gebruikers DN en wachtwoord op.",
"LDAP Operations error. Anonymous bind might not be allowed." : "LDAP operatie fout. Anonieme bind is misschien niet toegstaan.",
"Saving failed. Please make sure the database is in Operation. Reload before continuing." : "Opslaan mislukt. Verifieer dat de database draait. Herlaad voordat je verder gaat.",
"Switching the mode will enable automatic LDAP queries. Depending on your LDAP size they may take a while. Do you still want to switch the mode?" : "Omschakelen van de modus schakelt automatische LDAP opvragingen in. Afhankelijk van je LDAP omvang kan dat even duren. Wil je nog steeds omschakelen?",
@@ -97,7 +97,7 @@ OC.L10N.register(
"Avoids automatic LDAP requests. Better for bigger setups, but requires some LDAP knowledge." : "Voorkom automatische LDAP opvragingen. Weliswaar beter voor grote installaties, maar vergt LDAP kennis.",
"Manually enter LDAP filters (recommended for large directories)" : "Handmatig invoeren LDAP filters (aanbevolen voor grote directories)",
"%s access is limited to users meeting these criteria:" : "%s toegang is beperkt tot gebruikers die voldoen aan deze criteria:",
- "The most common object classes for users are organizationalPerson, person, user, and inetOrgPerson. If you are not sure which object class to select, please consult your directory admin." : "De meest gebruikeliujke objectklassen voor gebruikers zijn organizationalPerson, persoon, gebruiker, en inetOrgPerson. Als u niet zeker weet welke objectklasse moet worden geselecteerd, raadpleeg dan uw directorybeheerder.",
+ "The most common object classes for users are organizationalPerson, person, user, and inetOrgPerson. If you are not sure which object class to select, please consult your directory admin." : "De meest gebruikelijke objectklassen voor gebruikers zijn organizationalPerson, persoon, gebruiker, en inetOrgPerson. Als je niet zeker weet welke objectklasse moet worden geselecteerd, raadpleeg dan je directorybeheerder.",
"The filter specifies which LDAP users shall have access to the %s instance." : "Dit filter geeft aan welke LDAP gebruikers toegang hebben tot %s.",
"Verify settings and count users" : "Verifiëren instellingen en tellen gebruikers",
"Saving" : "Opslaan",
@@ -106,8 +106,8 @@ OC.L10N.register(
"LDAP" : "LDAP",
"Expert" : "Expert",
"Advanced" : "Geavanceerd",
- "<b>Warning:</b> Apps user_ldap and user_webdavauth are incompatible. You may experience unexpected behavior. Please ask your system administrator to disable one of them." : "<b>Waarschuwing:</b> De Apps user_ldap en user_webdavauth zijn incompatible. U kunt onverwacht gedrag ervaren. Vraag uw beheerder om een van beide apps de deactiveren.",
- "<b>Warning:</b> The PHP LDAP module is not installed, the backend will not work. Please ask your system administrator to install it." : "<b>Waarschuwing:</b> De PHP LDAP module is niet geïnstalleerd, het backend zal niet werken. Vraag uw systeembeheerder om de module te installeren.",
+ "<b>Warning:</b> Apps user_ldap and user_webdavauth are incompatible. You may experience unexpected behavior. Please ask your system administrator to disable one of them." : "<b>Waarschuwing:</b> De Apps user_ldap en user_webdavauth zijn incompatible. Je kunt onverwacht gedrag ervaren. Vraag je beheerder om een van beide apps de deactiveren.",
+ "<b>Warning:</b> The PHP LDAP module is not installed, the backend will not work. Please ask your system administrator to install it." : "<b>Waarschuwing:</b> De PHP LDAP module is niet geïnstalleerd, het backend zal niet werken. Vraag je systeembeheerder om de module te installeren.",
"Connection Settings" : "Verbindingsinstellingen",
"Configuration Active" : "Configuratie actief",
"When unchecked, this configuration will be skipped." : "Als dit niet is ingeschakeld wordt deze configuratie overgeslagen.",
@@ -117,7 +117,7 @@ OC.L10N.register(
"Disable Main Server" : "Deactiveren hoofdserver",
"Only connect to the replica server." : "Maak alleen een verbinding met de replica server.",
"Turn off SSL certificate validation." : "Schakel SSL certificaat validatie uit.",
- "Not recommended, use it for testing only! If connection only works with this option, import the LDAP server's SSL certificate in your %s server." : "Niet aanbevolen, gebruik alleen om te testen! Als de connectie alleen werkt met deze optie, importeer dan het SSL-certificaat van de LDAP-server naar uw %s server.",
+ "Not recommended, use it for testing only! If connection only works with this option, import the LDAP server's SSL certificate in your %s server." : "Niet aanbevolen, gebruik dit alleen om te testen! Als de verbinding alleen werkt met deze optie, importeer dan het SSL-certificaat van de LDAP-server naar jouw %s server.",
"Cache Time-To-Live" : "Cache time-to-live",
"in seconds. A change empties the cache." : "in seconden. Een verandering maakt de cache leeg.",
"Directory Settings" : "Mapinstellingen",
@@ -152,7 +152,7 @@ OC.L10N.register(
"By default the internal username will be created from the UUID attribute. It makes sure that the username is unique and characters do not need to be converted. The internal username has the restriction that only these characters are allowed: [ a-zA-Z0-9_.@- ]. Other characters are replaced with their ASCII correspondence or simply omitted. On collisions a number will be added/increased. The internal username is used to identify a user internally. It is also the default name for the user home folder. It is also a part of remote URLs, for instance for all *DAV services. With this setting, the default behavior can be overridden. Leave it empty for default behavior. Changes will have effect only on newly mapped (added) LDAP users." : "Standaard wordt de interne gebruikersnaam afgeleid van het UUID attribuut. dat zorgt ervoor dat de gebruikersnaam uniek is en dat tekens niet hoeven te worden geconverteerd. De interne gebruikersnaam heeft de beperking dat alleen deze tekens zijn toegestaan: [ a-zA-Z0-9_.@- ]. Andere tekens worden vervangen door hun overeenkomstige ASCII-waarde of simpelweg weggelaten. Bij conflicten wordt een nummer toegevoegd/verhoogd. De interne gebruikersnaam wordt gebruikt om een gebruiker intern te identificeren. Het is ook de standaardnaam voor de thuis-map van de gebruiker. Het is ook onderdeel van de externe URLs, bijvoorbeeld voor alle *DAV services. Met deze instelling kan het standaardgedrag worden overschreven. Laat het leeg voor de standaardwerkwijze. Wijzigingen hebben alleen effect voor nieuw gekoppelde (toegevoegde) LDAP gebruikers.",
"Internal Username Attribute:" : "Interne gebruikersnaam attribuut:",
"Override UUID detection" : "Negeren UUID detectie",
- "By default, the UUID attribute is automatically detected. The UUID attribute is used to doubtlessly identify LDAP users and groups. Also, the internal username will be created based on the UUID, if not specified otherwise above. You can override the setting and pass an attribute of your choice. You must make sure that the attribute of your choice can be fetched for both users and groups and it is unique. Leave it empty for default behavior. Changes will have effect only on newly mapped (added) LDAP users and groups." : "Standaard herkent ownCloud het UUID-attribuut automatisch. Het UUID attribuut wordt gebruikt om LDAP-gebruikers en -groepen uniek te identificeren. Ook zal de interne gebruikersnaam worden aangemaakt op basis van het UUID, tenzij deze hierboven anders is aangegeven. U kunt de instelling overschrijven en zelf een waarde voor het attribuut opgeven. U moet ervoor zorgen dat het ingestelde attribuut kan worden opgehaald voor zowel gebruikers als groepen en dat het uniek is. Laat het leeg voor standaard gedrag. Veranderingen worden alleen doorgevoerd op nieuw gekoppelde (toegevoegde) LDAP-gebruikers en-groepen.",
+ "By default, the UUID attribute is automatically detected. The UUID attribute is used to doubtlessly identify LDAP users and groups. Also, the internal username will be created based on the UUID, if not specified otherwise above. You can override the setting and pass an attribute of your choice. You must make sure that the attribute of your choice can be fetched for both users and groups and it is unique. Leave it empty for default behavior. Changes will have effect only on newly mapped (added) LDAP users and groups." : "Standaard herkent ownCloud het UUID-attribuut automatisch. Het UUID attribuut wordt gebruikt om LDAP-gebruikers en -groepen uniek te identificeren. Ook zal de interne gebruikersnaam worden aangemaakt op basis van het UUID, tenzij deze hierboven anders is aangegeven. Je kunt de instelling overschrijven en zelf een waarde voor het attribuut opgeven. Je moet ervoor zorgen dat het ingestelde attribuut kan worden opgehaald voor zowel gebruikers als groepen en dat het uniek is. Laat het leeg voor standaard gedrag. Veranderingen worden alleen doorgevoerd op nieuw gekoppelde (toegevoegde) LDAP-gebruikers en-groepen.",
"UUID Attribute for Users:" : "UUID attribuut voor gebruikers:",
"UUID Attribute for Groups:" : "UUID attribuut voor groepen:",
"Username-LDAP User Mapping" : "Gebruikersnaam-LDAP gebruikers vertaling",
diff --git a/apps/user_ldap/l10n/nl.json b/apps/user_ldap/l10n/nl.json
index 56ebbfc7ba0..f50af5c44d3 100644
--- a/apps/user_ldap/l10n/nl.json
+++ b/apps/user_ldap/l10n/nl.json
@@ -26,11 +26,11 @@
"More than 1,000 directory entries available." : "Meer dan 1000 directorynamen beschikbaar.",
" entries available within the provided Base DN" : "accounts beschikbaar binnen de provider Basis DN",
"An error occurred. Please check the Base DN, as well as connection settings and credentials." : "Er trad een fout op. Controleer de Basis DN en de verbindingsinstellingen en inloggegevens.",
- "Do you really want to delete the current Server Configuration?" : "Wilt u werkelijk de huidige Serverconfiguratie verwijderen?",
+ "Do you really want to delete the current Server Configuration?" : "Wilt je werkelijk de huidige Serverconfiguratie verwijderen?",
"Confirm Deletion" : "Bevestig verwijderen",
"Mappings cleared successfully!" : "Mappings succesvol schoongemaakt!",
"Error while clearing the mappings." : "Fout bij opschonen mappings.",
- "Anonymous bind is not allowed. Please provide a User DN and Password." : "Anonieme bind is niet toegestaan. Geef een gebruikers DN en wachrwoord op.",
+ "Anonymous bind is not allowed. Please provide a User DN and Password." : "Anonieme bind is niet toegestaan. Geef een gebruikers DN en wachtwoord op.",
"LDAP Operations error. Anonymous bind might not be allowed." : "LDAP operatie fout. Anonieme bind is misschien niet toegstaan.",
"Saving failed. Please make sure the database is in Operation. Reload before continuing." : "Opslaan mislukt. Verifieer dat de database draait. Herlaad voordat je verder gaat.",
"Switching the mode will enable automatic LDAP queries. Depending on your LDAP size they may take a while. Do you still want to switch the mode?" : "Omschakelen van de modus schakelt automatische LDAP opvragingen in. Afhankelijk van je LDAP omvang kan dat even duren. Wil je nog steeds omschakelen?",
@@ -95,7 +95,7 @@
"Avoids automatic LDAP requests. Better for bigger setups, but requires some LDAP knowledge." : "Voorkom automatische LDAP opvragingen. Weliswaar beter voor grote installaties, maar vergt LDAP kennis.",
"Manually enter LDAP filters (recommended for large directories)" : "Handmatig invoeren LDAP filters (aanbevolen voor grote directories)",
"%s access is limited to users meeting these criteria:" : "%s toegang is beperkt tot gebruikers die voldoen aan deze criteria:",
- "The most common object classes for users are organizationalPerson, person, user, and inetOrgPerson. If you are not sure which object class to select, please consult your directory admin." : "De meest gebruikeliujke objectklassen voor gebruikers zijn organizationalPerson, persoon, gebruiker, en inetOrgPerson. Als u niet zeker weet welke objectklasse moet worden geselecteerd, raadpleeg dan uw directorybeheerder.",
+ "The most common object classes for users are organizationalPerson, person, user, and inetOrgPerson. If you are not sure which object class to select, please consult your directory admin." : "De meest gebruikelijke objectklassen voor gebruikers zijn organizationalPerson, persoon, gebruiker, en inetOrgPerson. Als je niet zeker weet welke objectklasse moet worden geselecteerd, raadpleeg dan je directorybeheerder.",
"The filter specifies which LDAP users shall have access to the %s instance." : "Dit filter geeft aan welke LDAP gebruikers toegang hebben tot %s.",
"Verify settings and count users" : "Verifiëren instellingen en tellen gebruikers",
"Saving" : "Opslaan",
@@ -104,8 +104,8 @@
"LDAP" : "LDAP",
"Expert" : "Expert",
"Advanced" : "Geavanceerd",
- "<b>Warning:</b> Apps user_ldap and user_webdavauth are incompatible. You may experience unexpected behavior. Please ask your system administrator to disable one of them." : "<b>Waarschuwing:</b> De Apps user_ldap en user_webdavauth zijn incompatible. U kunt onverwacht gedrag ervaren. Vraag uw beheerder om een van beide apps de deactiveren.",
- "<b>Warning:</b> The PHP LDAP module is not installed, the backend will not work. Please ask your system administrator to install it." : "<b>Waarschuwing:</b> De PHP LDAP module is niet geïnstalleerd, het backend zal niet werken. Vraag uw systeembeheerder om de module te installeren.",
+ "<b>Warning:</b> Apps user_ldap and user_webdavauth are incompatible. You may experience unexpected behavior. Please ask your system administrator to disable one of them." : "<b>Waarschuwing:</b> De Apps user_ldap en user_webdavauth zijn incompatible. Je kunt onverwacht gedrag ervaren. Vraag je beheerder om een van beide apps de deactiveren.",
+ "<b>Warning:</b> The PHP LDAP module is not installed, the backend will not work. Please ask your system administrator to install it." : "<b>Waarschuwing:</b> De PHP LDAP module is niet geïnstalleerd, het backend zal niet werken. Vraag je systeembeheerder om de module te installeren.",
"Connection Settings" : "Verbindingsinstellingen",
"Configuration Active" : "Configuratie actief",
"When unchecked, this configuration will be skipped." : "Als dit niet is ingeschakeld wordt deze configuratie overgeslagen.",
@@ -115,7 +115,7 @@
"Disable Main Server" : "Deactiveren hoofdserver",
"Only connect to the replica server." : "Maak alleen een verbinding met de replica server.",
"Turn off SSL certificate validation." : "Schakel SSL certificaat validatie uit.",
- "Not recommended, use it for testing only! If connection only works with this option, import the LDAP server's SSL certificate in your %s server." : "Niet aanbevolen, gebruik alleen om te testen! Als de connectie alleen werkt met deze optie, importeer dan het SSL-certificaat van de LDAP-server naar uw %s server.",
+ "Not recommended, use it for testing only! If connection only works with this option, import the LDAP server's SSL certificate in your %s server." : "Niet aanbevolen, gebruik dit alleen om te testen! Als de verbinding alleen werkt met deze optie, importeer dan het SSL-certificaat van de LDAP-server naar jouw %s server.",
"Cache Time-To-Live" : "Cache time-to-live",
"in seconds. A change empties the cache." : "in seconden. Een verandering maakt de cache leeg.",
"Directory Settings" : "Mapinstellingen",
@@ -150,7 +150,7 @@
"By default the internal username will be created from the UUID attribute. It makes sure that the username is unique and characters do not need to be converted. The internal username has the restriction that only these characters are allowed: [ a-zA-Z0-9_.@- ]. Other characters are replaced with their ASCII correspondence or simply omitted. On collisions a number will be added/increased. The internal username is used to identify a user internally. It is also the default name for the user home folder. It is also a part of remote URLs, for instance for all *DAV services. With this setting, the default behavior can be overridden. Leave it empty for default behavior. Changes will have effect only on newly mapped (added) LDAP users." : "Standaard wordt de interne gebruikersnaam afgeleid van het UUID attribuut. dat zorgt ervoor dat de gebruikersnaam uniek is en dat tekens niet hoeven te worden geconverteerd. De interne gebruikersnaam heeft de beperking dat alleen deze tekens zijn toegestaan: [ a-zA-Z0-9_.@- ]. Andere tekens worden vervangen door hun overeenkomstige ASCII-waarde of simpelweg weggelaten. Bij conflicten wordt een nummer toegevoegd/verhoogd. De interne gebruikersnaam wordt gebruikt om een gebruiker intern te identificeren. Het is ook de standaardnaam voor de thuis-map van de gebruiker. Het is ook onderdeel van de externe URLs, bijvoorbeeld voor alle *DAV services. Met deze instelling kan het standaardgedrag worden overschreven. Laat het leeg voor de standaardwerkwijze. Wijzigingen hebben alleen effect voor nieuw gekoppelde (toegevoegde) LDAP gebruikers.",
"Internal Username Attribute:" : "Interne gebruikersnaam attribuut:",
"Override UUID detection" : "Negeren UUID detectie",
- "By default, the UUID attribute is automatically detected. The UUID attribute is used to doubtlessly identify LDAP users and groups. Also, the internal username will be created based on the UUID, if not specified otherwise above. You can override the setting and pass an attribute of your choice. You must make sure that the attribute of your choice can be fetched for both users and groups and it is unique. Leave it empty for default behavior. Changes will have effect only on newly mapped (added) LDAP users and groups." : "Standaard herkent ownCloud het UUID-attribuut automatisch. Het UUID attribuut wordt gebruikt om LDAP-gebruikers en -groepen uniek te identificeren. Ook zal de interne gebruikersnaam worden aangemaakt op basis van het UUID, tenzij deze hierboven anders is aangegeven. U kunt de instelling overschrijven en zelf een waarde voor het attribuut opgeven. U moet ervoor zorgen dat het ingestelde attribuut kan worden opgehaald voor zowel gebruikers als groepen en dat het uniek is. Laat het leeg voor standaard gedrag. Veranderingen worden alleen doorgevoerd op nieuw gekoppelde (toegevoegde) LDAP-gebruikers en-groepen.",
+ "By default, the UUID attribute is automatically detected. The UUID attribute is used to doubtlessly identify LDAP users and groups. Also, the internal username will be created based on the UUID, if not specified otherwise above. You can override the setting and pass an attribute of your choice. You must make sure that the attribute of your choice can be fetched for both users and groups and it is unique. Leave it empty for default behavior. Changes will have effect only on newly mapped (added) LDAP users and groups." : "Standaard herkent ownCloud het UUID-attribuut automatisch. Het UUID attribuut wordt gebruikt om LDAP-gebruikers en -groepen uniek te identificeren. Ook zal de interne gebruikersnaam worden aangemaakt op basis van het UUID, tenzij deze hierboven anders is aangegeven. Je kunt de instelling overschrijven en zelf een waarde voor het attribuut opgeven. Je moet ervoor zorgen dat het ingestelde attribuut kan worden opgehaald voor zowel gebruikers als groepen en dat het uniek is. Laat het leeg voor standaard gedrag. Veranderingen worden alleen doorgevoerd op nieuw gekoppelde (toegevoegde) LDAP-gebruikers en-groepen.",
"UUID Attribute for Users:" : "UUID attribuut voor gebruikers:",
"UUID Attribute for Groups:" : "UUID attribuut voor groepen:",
"Username-LDAP User Mapping" : "Gebruikersnaam-LDAP gebruikers vertaling",