diff --git a/apps/comments/l10n/pt_PT.js b/apps/comments/l10n/pt_PT.js index ae87999344..2ea2ea8882 100644 --- a/apps/comments/l10n/pt_PT.js +++ b/apps/comments/l10n/pt_PT.js @@ -27,6 +27,7 @@ OC.L10N.register( "Error occurred while updating comment with id {id}" : "Ocorreu um erro ao tentar atualizar o comentário com o id {id}", "Error occurred while posting comment" : "Ocorreu um erro ao tentar publicar o comentário", "_%n unread comment_::_%n unread comments_" : ["%n comentários por ler","%n comentários por ler"], + "_1 new comment_::_{unread} new comments_" : ["1 novo comentário","{unread} novos comentários"], "Comment" : "Comentário" }, "nplurals=2; plural=(n != 1);"); diff --git a/apps/comments/l10n/pt_PT.json b/apps/comments/l10n/pt_PT.json index 6390a0909e..0aeaaf423b 100644 --- a/apps/comments/l10n/pt_PT.json +++ b/apps/comments/l10n/pt_PT.json @@ -25,6 +25,7 @@ "Error occurred while updating comment with id {id}" : "Ocorreu um erro ao tentar atualizar o comentário com o id {id}", "Error occurred while posting comment" : "Ocorreu um erro ao tentar publicar o comentário", "_%n unread comment_::_%n unread comments_" : ["%n comentários por ler","%n comentários por ler"], + "_1 new comment_::_{unread} new comments_" : ["1 novo comentário","{unread} novos comentários"], "Comment" : "Comentário" },"pluralForm" :"nplurals=2; plural=(n != 1);" } \ No newline at end of file diff --git a/apps/comments/l10n/ro.js b/apps/comments/l10n/ro.js index 25db0a9bdf..65130c8dd7 100644 --- a/apps/comments/l10n/ro.js +++ b/apps/comments/l10n/ro.js @@ -12,6 +12,7 @@ OC.L10N.register( "Comments for files" : "Comentarii la fișiere", "You were mentioned on “{file}”, in a comment by a user that has since been deleted" : "Ai fost mentionat pe “{file}”, de un utilizator care a fost șters între timp", "{user} mentioned you in a comment on “{file}”" : "{user} te-a menționat într-un comentariu la ”{file}”", + "Files app plugin to add comments to files" : "Plugin pentru aplicația de fișiere pentru adăugarea de comentarii", "Edit comment" : "Editează comentariul", "Delete comment" : "Șterge comentariul", "New comment …" : "Comentariu nou...", @@ -22,10 +23,11 @@ OC.L10N.register( "More comments …" : "Mai multe comentarii...", "Save" : "Salvează", "Allowed characters {count} of {max}" : "Caractere admise {count} din {max}", + "Error occurred while retrieving comment with ID {id}" : "Eroare la încărcarea comentariului cu ID-ul {id}", "Error occurred while updating comment with id {id}" : "Eroare la actualizarea comentariului cu id-ul {id}", "Error occurred while posting comment" : "Eroare la postarea comentariului", "_%n unread comment_::_%n unread comments_" : ["%n comentariu necitit","%n comentarii necitite","%n comentarii necitite"], - "_1 new comment_::_{unread} new comments_" : ["1 nou comentariu","{unread} noi comentarii","{unread} noi comentarii"], + "_1 new comment_::_{unread} new comments_" : ["1 nou comentariu","{unread} noi comentarii","{unread} comentarii noi"], "Comment" : "Comentariu" }, "nplurals=3; plural=(n==1?0:(((n%100>19)||((n%100==0)&&(n!=0)))?2:1));"); diff --git a/apps/comments/l10n/ro.json b/apps/comments/l10n/ro.json index be3394db4a..1f95e61573 100644 --- a/apps/comments/l10n/ro.json +++ b/apps/comments/l10n/ro.json @@ -10,6 +10,7 @@ "Comments for files" : "Comentarii la fișiere", "You were mentioned on “{file}”, in a comment by a user that has since been deleted" : "Ai fost mentionat pe “{file}”, de un utilizator care a fost șters între timp", "{user} mentioned you in a comment on “{file}”" : "{user} te-a menționat într-un comentariu la ”{file}”", + "Files app plugin to add comments to files" : "Plugin pentru aplicația de fișiere pentru adăugarea de comentarii", "Edit comment" : "Editează comentariul", "Delete comment" : "Șterge comentariul", "New comment …" : "Comentariu nou...", @@ -20,10 +21,11 @@ "More comments …" : "Mai multe comentarii...", "Save" : "Salvează", "Allowed characters {count} of {max}" : "Caractere admise {count} din {max}", + "Error occurred while retrieving comment with ID {id}" : "Eroare la încărcarea comentariului cu ID-ul {id}", "Error occurred while updating comment with id {id}" : "Eroare la actualizarea comentariului cu id-ul {id}", "Error occurred while posting comment" : "Eroare la postarea comentariului", "_%n unread comment_::_%n unread comments_" : ["%n comentariu necitit","%n comentarii necitite","%n comentarii necitite"], - "_1 new comment_::_{unread} new comments_" : ["1 nou comentariu","{unread} noi comentarii","{unread} noi comentarii"], + "_1 new comment_::_{unread} new comments_" : ["1 nou comentariu","{unread} noi comentarii","{unread} comentarii noi"], "Comment" : "Comentariu" },"pluralForm" :"nplurals=3; plural=(n==1?0:(((n%100>19)||((n%100==0)&&(n!=0)))?2:1));" } \ No newline at end of file diff --git a/apps/files/l10n/es.js b/apps/files/l10n/es.js index 49e5d57e4e..d9646fcd1e 100644 --- a/apps/files/l10n/es.js +++ b/apps/files/l10n/es.js @@ -137,6 +137,8 @@ OC.L10N.register( "Unlimited" : "Ilimitado", "Upload (max. %s)" : "Subida (máx. %s)", "File Management" : "Gestión de archivos", + "Error while loading the file data" : "Error al cargar el archivo de datos", + "Unable to change the favourite state of the file" : "No se ha podido cambiar el estado de favorito del fichero", "%s used" : "usado %s", "%s%% of %s used" : "%s%% de %s usado", "%1$s of %2$s used" : "%1$s de %2$s utilizados", diff --git a/apps/files/l10n/es.json b/apps/files/l10n/es.json index e0c4e39224..762ec9ffb1 100644 --- a/apps/files/l10n/es.json +++ b/apps/files/l10n/es.json @@ -135,6 +135,8 @@ "Unlimited" : "Ilimitado", "Upload (max. %s)" : "Subida (máx. %s)", "File Management" : "Gestión de archivos", + "Error while loading the file data" : "Error al cargar el archivo de datos", + "Unable to change the favourite state of the file" : "No se ha podido cambiar el estado de favorito del fichero", "%s used" : "usado %s", "%s%% of %s used" : "%s%% de %s usado", "%1$s of %2$s used" : "%1$s de %2$s utilizados", diff --git a/apps/files_sharing/l10n/de.js b/apps/files_sharing/l10n/de.js index 24274bdeff..312044dfc5 100644 --- a/apps/files_sharing/l10n/de.js +++ b/apps/files_sharing/l10n/de.js @@ -114,6 +114,10 @@ OC.L10N.register( "Direct link" : "Direkter Link", "Add to your Nextcloud" : "Zu Deiner Nextcloud hinzufügen", "Share API is disabled" : "Teilen-API ist deaktivert", + "Files sharing" : "Dateifreigaben", + "Share will expire tomorrow" : "Freigabe läuft morgen ab", + "One or more of your shares will expire tomorrow" : "EIne andere Freigabe wird morgen ebenfalls ablaufen", + "Your share of {node} will expire tomorrow" : "Freigabe von {node} läuft morgen ab", "File sharing" : "Dateifreigabe", "This application enables users to share files within Nextcloud. If enabled, the admin can choose which groups can share files. The applicable users can then share files and folders with other users and groups within Nextcloud. In addition, if the admin enables the share link feature, an external link can be used to share files with other users outside of Nextcloud. Admins can also enforce passwords, expirations dates, and enable server to server sharing via share links, as well as sharing from mobile devices.\nTurning the feature off removes shared files and folders on the server for all share recipients, and also on the sync clients and mobile apps. More information is available in the Nextcloud Documentation." : "Diese App ermöglicht es Nutzern, Dateien innerhalb von Nextcloud freizugeben. Bei aktivierter App kann der Administrator einstellen, welchen Gruppen das Freigeben von Dateien erlaubt ist.. Der zugelassene Nutzer kann dann Dateien und Ordner für andere Gruppen und Nutzer innerhalb der Nextcloud freigeben. Darüberhinaus kann der Administrator die Link-Teilen Funktion freigeben, mit der ein externer Link um Dateien für Nutzer außerhalb der Nextcloud freizugeben. Schließlich kann der Administrator noch Passwortrichtlinien und Ablaufzeiträume vorgeben sowie das Freigeben von Mobilgeräten ermöglichen.\nDas Ausschalten dieser App entfernt die bis dahin erstellten Freigaben für alle Empfänger wie auch für die Sync-Clients und die Apss für Mobilgeräte. Weitere Informationen können in der Nextcloud-Dokumentation abgerufen werden.", "Allow editing" : "Bearbeitung erlauben", diff --git a/apps/files_sharing/l10n/de.json b/apps/files_sharing/l10n/de.json index 963abc62d7..df13946fb9 100644 --- a/apps/files_sharing/l10n/de.json +++ b/apps/files_sharing/l10n/de.json @@ -112,6 +112,10 @@ "Direct link" : "Direkter Link", "Add to your Nextcloud" : "Zu Deiner Nextcloud hinzufügen", "Share API is disabled" : "Teilen-API ist deaktivert", + "Files sharing" : "Dateifreigaben", + "Share will expire tomorrow" : "Freigabe läuft morgen ab", + "One or more of your shares will expire tomorrow" : "EIne andere Freigabe wird morgen ebenfalls ablaufen", + "Your share of {node} will expire tomorrow" : "Freigabe von {node} läuft morgen ab", "File sharing" : "Dateifreigabe", "This application enables users to share files within Nextcloud. If enabled, the admin can choose which groups can share files. The applicable users can then share files and folders with other users and groups within Nextcloud. In addition, if the admin enables the share link feature, an external link can be used to share files with other users outside of Nextcloud. Admins can also enforce passwords, expirations dates, and enable server to server sharing via share links, as well as sharing from mobile devices.\nTurning the feature off removes shared files and folders on the server for all share recipients, and also on the sync clients and mobile apps. More information is available in the Nextcloud Documentation." : "Diese App ermöglicht es Nutzern, Dateien innerhalb von Nextcloud freizugeben. Bei aktivierter App kann der Administrator einstellen, welchen Gruppen das Freigeben von Dateien erlaubt ist.. Der zugelassene Nutzer kann dann Dateien und Ordner für andere Gruppen und Nutzer innerhalb der Nextcloud freigeben. Darüberhinaus kann der Administrator die Link-Teilen Funktion freigeben, mit der ein externer Link um Dateien für Nutzer außerhalb der Nextcloud freizugeben. Schließlich kann der Administrator noch Passwortrichtlinien und Ablaufzeiträume vorgeben sowie das Freigeben von Mobilgeräten ermöglichen.\nDas Ausschalten dieser App entfernt die bis dahin erstellten Freigaben für alle Empfänger wie auch für die Sync-Clients und die Apss für Mobilgeräte. Weitere Informationen können in der Nextcloud-Dokumentation abgerufen werden.", "Allow editing" : "Bearbeitung erlauben", diff --git a/apps/files_sharing/l10n/de_DE.js b/apps/files_sharing/l10n/de_DE.js index fd63e55db1..327e75d91d 100644 --- a/apps/files_sharing/l10n/de_DE.js +++ b/apps/files_sharing/l10n/de_DE.js @@ -114,6 +114,10 @@ OC.L10N.register( "Direct link" : "Direkter Link", "Add to your Nextcloud" : "Zu Ihrer Nextcloud hinzufügen", "Share API is disabled" : "Teilen-API ist deaktivert", + "Files sharing" : "Dateifreigaben", + "Share will expire tomorrow" : "Freigabe läuft morgen ab", + "One or more of your shares will expire tomorrow" : "EIne andere Freigabe wird morgen ebenfalls ablaufen", + "Your share of {node} will expire tomorrow" : "Freigabe von {node} läuft morgen ab", "File sharing" : "Dateifreigabe", "This application enables users to share files within Nextcloud. If enabled, the admin can choose which groups can share files. The applicable users can then share files and folders with other users and groups within Nextcloud. In addition, if the admin enables the share link feature, an external link can be used to share files with other users outside of Nextcloud. Admins can also enforce passwords, expirations dates, and enable server to server sharing via share links, as well as sharing from mobile devices.\nTurning the feature off removes shared files and folders on the server for all share recipients, and also on the sync clients and mobile apps. More information is available in the Nextcloud Documentation." : "Diese App ermöglicht es Nutzern, Dateien innerhalb von Nextcloud freizugeben. Bei aktivierter App kann der Administrator einstellen, welchen Gruppen das Freigeben von Dateien erlaubt ist.. Der zugelassene Nutzer kann dann Dateien und Ordner für andere Gruppen und Nutzer innerhalb der Nextcloud freigeben. Darüberhinaus kann der Administrator die Link-Teilen Funktion freigeben, mit der ein externer Link um Dateien für Nutzer außerhalb der Nextcloud freizugeben. Schließlich kann der Administrator noch Passwortrichtlinien und Ablaufzeiträume vorgeben sowie das Freigeben von Mobilgeräten ermöglichen.\nDas Ausschalten dieser App entfernt die bis dahin erstellten Freigaben für alle Empfänger wie auch für die Sync-Clients und die Apss für Mobilgeräte. Weitere Informationen können in der Nextcloud-Dokumentation abgerufen werden.", "Allow editing" : "Bearbeitung erlauben", diff --git a/apps/files_sharing/l10n/de_DE.json b/apps/files_sharing/l10n/de_DE.json index 3a8e31648e..31bdedeca5 100644 --- a/apps/files_sharing/l10n/de_DE.json +++ b/apps/files_sharing/l10n/de_DE.json @@ -112,6 +112,10 @@ "Direct link" : "Direkter Link", "Add to your Nextcloud" : "Zu Ihrer Nextcloud hinzufügen", "Share API is disabled" : "Teilen-API ist deaktivert", + "Files sharing" : "Dateifreigaben", + "Share will expire tomorrow" : "Freigabe läuft morgen ab", + "One or more of your shares will expire tomorrow" : "EIne andere Freigabe wird morgen ebenfalls ablaufen", + "Your share of {node} will expire tomorrow" : "Freigabe von {node} läuft morgen ab", "File sharing" : "Dateifreigabe", "This application enables users to share files within Nextcloud. If enabled, the admin can choose which groups can share files. The applicable users can then share files and folders with other users and groups within Nextcloud. In addition, if the admin enables the share link feature, an external link can be used to share files with other users outside of Nextcloud. Admins can also enforce passwords, expirations dates, and enable server to server sharing via share links, as well as sharing from mobile devices.\nTurning the feature off removes shared files and folders on the server for all share recipients, and also on the sync clients and mobile apps. More information is available in the Nextcloud Documentation." : "Diese App ermöglicht es Nutzern, Dateien innerhalb von Nextcloud freizugeben. Bei aktivierter App kann der Administrator einstellen, welchen Gruppen das Freigeben von Dateien erlaubt ist.. Der zugelassene Nutzer kann dann Dateien und Ordner für andere Gruppen und Nutzer innerhalb der Nextcloud freigeben. Darüberhinaus kann der Administrator die Link-Teilen Funktion freigeben, mit der ein externer Link um Dateien für Nutzer außerhalb der Nextcloud freizugeben. Schließlich kann der Administrator noch Passwortrichtlinien und Ablaufzeiträume vorgeben sowie das Freigeben von Mobilgeräten ermöglichen.\nDas Ausschalten dieser App entfernt die bis dahin erstellten Freigaben für alle Empfänger wie auch für die Sync-Clients und die Apss für Mobilgeräte. Weitere Informationen können in der Nextcloud-Dokumentation abgerufen werden.", "Allow editing" : "Bearbeitung erlauben", diff --git a/apps/files_sharing/l10n/es.js b/apps/files_sharing/l10n/es.js index c96ecee246..c277064880 100644 --- a/apps/files_sharing/l10n/es.js +++ b/apps/files_sharing/l10n/es.js @@ -114,8 +114,50 @@ OC.L10N.register( "Direct link" : "Enlace directo", "Add to your Nextcloud" : "Añadir a tu Nextcloud", "Share API is disabled" : "El API de compartir está deshabilitado", + "Files sharing" : "Compartir archivos", "File sharing" : "Compartir archivos", "This application enables users to share files within Nextcloud. If enabled, the admin can choose which groups can share files. The applicable users can then share files and folders with other users and groups within Nextcloud. In addition, if the admin enables the share link feature, an external link can be used to share files with other users outside of Nextcloud. Admins can also enforce passwords, expirations dates, and enable server to server sharing via share links, as well as sharing from mobile devices.\nTurning the feature off removes shared files and folders on the server for all share recipients, and also on the sync clients and mobile apps. More information is available in the Nextcloud Documentation." : "Esta aplicación permite a los usuarios compartir archivos dentro de Nextcloud. Si se activa, el administrador puede elegir qué grupos pueden compartir archivos. Los usuarios aplicables pueden entonces compartir archivos y carpetas con otros usuarios y grupos dentro de Nextcloud. Además, si el administrador activa la característica de enlace compartido, se puede usar un enlace externo para compartir archivos con otros usuarios fuera de Nextcloud. Los administradores pueden obligar a usar contraseñas o fechas de expiración y activar el compartir de servidor a servidor vía enlaces compartidos, así como compartir desde dispositivos móviles.\nApagar esta característica elimina los archivos compartidos y las carpetas en el servidor, para todos los receptores, y también los clientes de sincronización y móviles. Más información disponible en la documentación de Nextcloud.", + "Allow editing" : "Permitir edición", + "Set expiration date" : "Fijar fecha de caducidad", + "Enter a date" : "Introduzca una fecha", + "Note to recipient" : "Nota para el destinatario", + "group" : "grupo", + "conversation" : "conversación", + "remote" : "remoto", + "remote group" : "grupo remoto", + "guest" : "invitado", + "Shared with the group {user} by {owner}" : "Compartido con el grupo {user} por {owner}", + "Shared with the conversation {user} by {owner}" : "Compartido con la conversación {user} por {owner}", + "Shared with {user} by {owner}" : "Compartido con {user} por {owner}", + "Internal link" : "Enlace interno", + "Link copied" : "Enlace copiado", + "Cannot copy, please copy the link manually" : "No se ha podido copiar, por favor, copia el enlace manualmente", + "Copy to clipboard" : "Copiar a lportapapeles", + "Only works for users with access to this folder" : "Sólo funciona para usuarios con acceso a esta carpeta", + "Only works for users with access to this file" : "Sólo funciona para usuarios con acceso a este archivo", + "Please enter the following required information before creating the share" : "Por favor, escriba la información necesaria antes de crear el recurso compartido", + "Password protection (enforced)" : "Protección con contraseña (impuesta)", + "Password protection" : "Protección por contraseña", + "Enter a password" : "Introduzca una contraseña", + "Expiration date (enforced)" : "Fecha de caducidad (impuesta)", + "Cancel" : "Cancelar", + "Read only" : "Solo lectura", + "Allow upload and editing" : "Permitir la subida y la edición", + "File drop (upload only)" : "Entrega de archivos (solo subida)", + "Hide download" : "Ocultar descarga", + "Password protect" : "Protegido por contraseña", + "Delete share" : "Borrar recurso compartido", + "Add another link" : "Añadir otro enlace", + "Create a new share link" : "Crear un nuevo enlace compartido", + "Shared via link by {initiator}" : "Compartido vía enlace por {initiator}", + "Share link" : "Compartir enlace", + "Error, please enter proper password and/or expiration date" : "Error, por favor, introduce la contraseña y/o fecha de caducidad adecuada", + "No recommendations. Start typing." : "No hay recomendaciones. Comience a escribir.", + "Resharing is not allowed" : "No se permite compartir de nuevo", + "Name or email address..." : "Nombre o dirección de correo electrónico ...", + "Name..." : "Nombre ...", + "Searching..." : "Buscando ...", + "Search globally" : "Buscar globalmente", "Sharing" : "Compartir", "Link to a file" : "Enlazar a un archivo.", "Shared" : "Compartido", diff --git a/apps/files_sharing/l10n/es.json b/apps/files_sharing/l10n/es.json index a4d2b5069c..6a73d3a465 100644 --- a/apps/files_sharing/l10n/es.json +++ b/apps/files_sharing/l10n/es.json @@ -112,8 +112,50 @@ "Direct link" : "Enlace directo", "Add to your Nextcloud" : "Añadir a tu Nextcloud", "Share API is disabled" : "El API de compartir está deshabilitado", + "Files sharing" : "Compartir archivos", "File sharing" : "Compartir archivos", "This application enables users to share files within Nextcloud. If enabled, the admin can choose which groups can share files. The applicable users can then share files and folders with other users and groups within Nextcloud. In addition, if the admin enables the share link feature, an external link can be used to share files with other users outside of Nextcloud. Admins can also enforce passwords, expirations dates, and enable server to server sharing via share links, as well as sharing from mobile devices.\nTurning the feature off removes shared files and folders on the server for all share recipients, and also on the sync clients and mobile apps. More information is available in the Nextcloud Documentation." : "Esta aplicación permite a los usuarios compartir archivos dentro de Nextcloud. Si se activa, el administrador puede elegir qué grupos pueden compartir archivos. Los usuarios aplicables pueden entonces compartir archivos y carpetas con otros usuarios y grupos dentro de Nextcloud. Además, si el administrador activa la característica de enlace compartido, se puede usar un enlace externo para compartir archivos con otros usuarios fuera de Nextcloud. Los administradores pueden obligar a usar contraseñas o fechas de expiración y activar el compartir de servidor a servidor vía enlaces compartidos, así como compartir desde dispositivos móviles.\nApagar esta característica elimina los archivos compartidos y las carpetas en el servidor, para todos los receptores, y también los clientes de sincronización y móviles. Más información disponible en la documentación de Nextcloud.", + "Allow editing" : "Permitir edición", + "Set expiration date" : "Fijar fecha de caducidad", + "Enter a date" : "Introduzca una fecha", + "Note to recipient" : "Nota para el destinatario", + "group" : "grupo", + "conversation" : "conversación", + "remote" : "remoto", + "remote group" : "grupo remoto", + "guest" : "invitado", + "Shared with the group {user} by {owner}" : "Compartido con el grupo {user} por {owner}", + "Shared with the conversation {user} by {owner}" : "Compartido con la conversación {user} por {owner}", + "Shared with {user} by {owner}" : "Compartido con {user} por {owner}", + "Internal link" : "Enlace interno", + "Link copied" : "Enlace copiado", + "Cannot copy, please copy the link manually" : "No se ha podido copiar, por favor, copia el enlace manualmente", + "Copy to clipboard" : "Copiar a lportapapeles", + "Only works for users with access to this folder" : "Sólo funciona para usuarios con acceso a esta carpeta", + "Only works for users with access to this file" : "Sólo funciona para usuarios con acceso a este archivo", + "Please enter the following required information before creating the share" : "Por favor, escriba la información necesaria antes de crear el recurso compartido", + "Password protection (enforced)" : "Protección con contraseña (impuesta)", + "Password protection" : "Protección por contraseña", + "Enter a password" : "Introduzca una contraseña", + "Expiration date (enforced)" : "Fecha de caducidad (impuesta)", + "Cancel" : "Cancelar", + "Read only" : "Solo lectura", + "Allow upload and editing" : "Permitir la subida y la edición", + "File drop (upload only)" : "Entrega de archivos (solo subida)", + "Hide download" : "Ocultar descarga", + "Password protect" : "Protegido por contraseña", + "Delete share" : "Borrar recurso compartido", + "Add another link" : "Añadir otro enlace", + "Create a new share link" : "Crear un nuevo enlace compartido", + "Shared via link by {initiator}" : "Compartido vía enlace por {initiator}", + "Share link" : "Compartir enlace", + "Error, please enter proper password and/or expiration date" : "Error, por favor, introduce la contraseña y/o fecha de caducidad adecuada", + "No recommendations. Start typing." : "No hay recomendaciones. Comience a escribir.", + "Resharing is not allowed" : "No se permite compartir de nuevo", + "Name or email address..." : "Nombre o dirección de correo electrónico ...", + "Name..." : "Nombre ...", + "Searching..." : "Buscando ...", + "Search globally" : "Buscar globalmente", "Sharing" : "Compartir", "Link to a file" : "Enlazar a un archivo.", "Shared" : "Compartido", diff --git a/apps/files_sharing/l10n/fr.js b/apps/files_sharing/l10n/fr.js index 0535c6bcd7..f10a2e61a2 100644 --- a/apps/files_sharing/l10n/fr.js +++ b/apps/files_sharing/l10n/fr.js @@ -114,6 +114,9 @@ OC.L10N.register( "Direct link" : "Lien direct", "Add to your Nextcloud" : "Ajouter à votre Nextcloud", "Share API is disabled" : "l'API de partage est désactivée", + "Files sharing" : "Partage de fichiers", + "Share will expire tomorrow" : "Le partage expirera demain", + "One or more of your shares will expire tomorrow" : "Au moins l'un de vos partages expirera demain", "File sharing" : "Partage de fichier", "This application enables users to share files within Nextcloud. If enabled, the admin can choose which groups can share files. The applicable users can then share files and folders with other users and groups within Nextcloud. In addition, if the admin enables the share link feature, an external link can be used to share files with other users outside of Nextcloud. Admins can also enforce passwords, expirations dates, and enable server to server sharing via share links, as well as sharing from mobile devices.\nTurning the feature off removes shared files and folders on the server for all share recipients, and also on the sync clients and mobile apps. More information is available in the Nextcloud Documentation." : "Cette application permet aux utilisateurs de partager des fichiers dans Nextcloud. Si cette option est activée, l'administrateur peut choisir quels groupes peuvent partager des fichiers. Les utilisateurs concernés peuvent ensuite partager des fichiers et des dossiers avec d'autres utilisateurs et groupes au sein de Nextcloud. De plus, si l'administrateur active la fonction de lien de partage, un lien externe peut être utilisé pour partager des fichiers avec d'autres utilisateurs en dehors de Nextcloud. Les administrateurs peuvent également faire respecter les mots de passe, les dates d'expiration et permettre le partage de serveur à serveur via des liens de partage, aussi bien que le partage à partir d'appareils mobiles.\nDésactiver cette fonction supprime les fichiers et dossiers partagés sur le serveur pour tous les destinataires de partage, ainsi que sur les clients de synchronisation et les applications mobiles. Plus d'informations sont disponibles dans la documentation Nextcloud.", "Allow editing" : "Autoriser la modification", @@ -157,6 +160,7 @@ OC.L10N.register( "Link to a file" : "Lier à un fichier", "Error creating the share" : "Erreur lors de la création du partage", "Error updating the share" : "Erreur lors de la mise à jour du partage", + "Enter a note for the share recipient" : "Saisissez une note pour le destinataire du partage", "Shared" : "Partagé", "Share" : "Partager", "Shared with you and the group {group} by {owner}" : "Partagé avec vous et le groupe {group} par {owner}", diff --git a/apps/files_sharing/l10n/fr.json b/apps/files_sharing/l10n/fr.json index 55156884ee..0cb753a7ab 100644 --- a/apps/files_sharing/l10n/fr.json +++ b/apps/files_sharing/l10n/fr.json @@ -112,6 +112,9 @@ "Direct link" : "Lien direct", "Add to your Nextcloud" : "Ajouter à votre Nextcloud", "Share API is disabled" : "l'API de partage est désactivée", + "Files sharing" : "Partage de fichiers", + "Share will expire tomorrow" : "Le partage expirera demain", + "One or more of your shares will expire tomorrow" : "Au moins l'un de vos partages expirera demain", "File sharing" : "Partage de fichier", "This application enables users to share files within Nextcloud. If enabled, the admin can choose which groups can share files. The applicable users can then share files and folders with other users and groups within Nextcloud. In addition, if the admin enables the share link feature, an external link can be used to share files with other users outside of Nextcloud. Admins can also enforce passwords, expirations dates, and enable server to server sharing via share links, as well as sharing from mobile devices.\nTurning the feature off removes shared files and folders on the server for all share recipients, and also on the sync clients and mobile apps. More information is available in the Nextcloud Documentation." : "Cette application permet aux utilisateurs de partager des fichiers dans Nextcloud. Si cette option est activée, l'administrateur peut choisir quels groupes peuvent partager des fichiers. Les utilisateurs concernés peuvent ensuite partager des fichiers et des dossiers avec d'autres utilisateurs et groupes au sein de Nextcloud. De plus, si l'administrateur active la fonction de lien de partage, un lien externe peut être utilisé pour partager des fichiers avec d'autres utilisateurs en dehors de Nextcloud. Les administrateurs peuvent également faire respecter les mots de passe, les dates d'expiration et permettre le partage de serveur à serveur via des liens de partage, aussi bien que le partage à partir d'appareils mobiles.\nDésactiver cette fonction supprime les fichiers et dossiers partagés sur le serveur pour tous les destinataires de partage, ainsi que sur les clients de synchronisation et les applications mobiles. Plus d'informations sont disponibles dans la documentation Nextcloud.", "Allow editing" : "Autoriser la modification", @@ -155,6 +158,7 @@ "Link to a file" : "Lier à un fichier", "Error creating the share" : "Erreur lors de la création du partage", "Error updating the share" : "Erreur lors de la mise à jour du partage", + "Enter a note for the share recipient" : "Saisissez une note pour le destinataire du partage", "Shared" : "Partagé", "Share" : "Partager", "Shared with you and the group {group} by {owner}" : "Partagé avec vous et le groupe {group} par {owner}", diff --git a/apps/files_sharing/l10n/it.js b/apps/files_sharing/l10n/it.js index 0d4247ddce..98e60e82f6 100644 --- a/apps/files_sharing/l10n/it.js +++ b/apps/files_sharing/l10n/it.js @@ -114,6 +114,10 @@ OC.L10N.register( "Direct link" : "Collegamento diretto", "Add to your Nextcloud" : "Aggiungi al tuo Nextcloud", "Share API is disabled" : "API di condivisione disabilitate", + "Files sharing" : "Condivisione di file", + "Share will expire tomorrow" : "La condivisione scadrà domani", + "One or more of your shares will expire tomorrow" : "Una o più delle tue condivisioni scadrà domani", + "Your share of {node} will expire tomorrow" : "La tua condivisione di {node} scadrà domani.", "File sharing" : "Condivisione di file", "This application enables users to share files within Nextcloud. If enabled, the admin can choose which groups can share files. The applicable users can then share files and folders with other users and groups within Nextcloud. In addition, if the admin enables the share link feature, an external link can be used to share files with other users outside of Nextcloud. Admins can also enforce passwords, expirations dates, and enable server to server sharing via share links, as well as sharing from mobile devices.\nTurning the feature off removes shared files and folders on the server for all share recipients, and also on the sync clients and mobile apps. More information is available in the Nextcloud Documentation." : "Questa applicazione consente agli utenti di condividere file all'interno di Nextcloud. Se abilitata, l'amministratore può scegliere quali gruppi possono condividere file. Gli utenti ai quali si applica possono quindi condividere file e cartelle con altri utenti e gruppi all'interno di Nextcloud. In aggiunta, se l'amministratore abilita la funzionalità dei collegamenti di condivisione, un collegamento esterno può essere utilizzato per condividere file con altri utenti all'esterno di Nextcloud. Gli amministratori possono inoltre forzare le password, le date di scadenza e abilitare la condivisione tra server tramite collegamenti di condivisione, così come la condivisione da dispositivi mobili.\nLa disattivazione della funzionalità rimuove i file e le cartelle condivisi sul server per tutti i destinatari della condivisione, e anche sui client di sincronizzazione e sulle applicazioni mobili. Altre informazioni sono disponibili nella documentazione di Nextcloud.", "Allow editing" : "Consenti la modifica", diff --git a/apps/files_sharing/l10n/it.json b/apps/files_sharing/l10n/it.json index 08a6f5c70e..1e77641213 100644 --- a/apps/files_sharing/l10n/it.json +++ b/apps/files_sharing/l10n/it.json @@ -112,6 +112,10 @@ "Direct link" : "Collegamento diretto", "Add to your Nextcloud" : "Aggiungi al tuo Nextcloud", "Share API is disabled" : "API di condivisione disabilitate", + "Files sharing" : "Condivisione di file", + "Share will expire tomorrow" : "La condivisione scadrà domani", + "One or more of your shares will expire tomorrow" : "Una o più delle tue condivisioni scadrà domani", + "Your share of {node} will expire tomorrow" : "La tua condivisione di {node} scadrà domani.", "File sharing" : "Condivisione di file", "This application enables users to share files within Nextcloud. If enabled, the admin can choose which groups can share files. The applicable users can then share files and folders with other users and groups within Nextcloud. In addition, if the admin enables the share link feature, an external link can be used to share files with other users outside of Nextcloud. Admins can also enforce passwords, expirations dates, and enable server to server sharing via share links, as well as sharing from mobile devices.\nTurning the feature off removes shared files and folders on the server for all share recipients, and also on the sync clients and mobile apps. More information is available in the Nextcloud Documentation." : "Questa applicazione consente agli utenti di condividere file all'interno di Nextcloud. Se abilitata, l'amministratore può scegliere quali gruppi possono condividere file. Gli utenti ai quali si applica possono quindi condividere file e cartelle con altri utenti e gruppi all'interno di Nextcloud. In aggiunta, se l'amministratore abilita la funzionalità dei collegamenti di condivisione, un collegamento esterno può essere utilizzato per condividere file con altri utenti all'esterno di Nextcloud. Gli amministratori possono inoltre forzare le password, le date di scadenza e abilitare la condivisione tra server tramite collegamenti di condivisione, così come la condivisione da dispositivi mobili.\nLa disattivazione della funzionalità rimuove i file e le cartelle condivisi sul server per tutti i destinatari della condivisione, e anche sui client di sincronizzazione e sulle applicazioni mobili. Altre informazioni sono disponibili nella documentazione di Nextcloud.", "Allow editing" : "Consenti la modifica", diff --git a/apps/files_sharing/l10n/pt_BR.js b/apps/files_sharing/l10n/pt_BR.js index 2844fd0775..e8bc037f19 100644 --- a/apps/files_sharing/l10n/pt_BR.js +++ b/apps/files_sharing/l10n/pt_BR.js @@ -114,6 +114,10 @@ OC.L10N.register( "Direct link" : "Link direto", "Add to your Nextcloud" : "Adicionar ao seu Nextcloud", "Share API is disabled" : "O compartilhamento de API está desabilitado.", + "Files sharing" : "Compartilhamento de arquivos", + "Share will expire tomorrow" : "Compartilhamento irá expirar amanhã", + "One or more of your shares will expire tomorrow" : "Um ou mais de seus compartilhamentos irão expirar amanhã", + "Your share of {node} will expire tomorrow" : "Seu compartilhamento de {node} irá expirar amanhã", "File sharing" : "Compartilhamento de arquivos", "This application enables users to share files within Nextcloud. If enabled, the admin can choose which groups can share files. The applicable users can then share files and folders with other users and groups within Nextcloud. In addition, if the admin enables the share link feature, an external link can be used to share files with other users outside of Nextcloud. Admins can also enforce passwords, expirations dates, and enable server to server sharing via share links, as well as sharing from mobile devices.\nTurning the feature off removes shared files and folders on the server for all share recipients, and also on the sync clients and mobile apps. More information is available in the Nextcloud Documentation." : "Este aplicativo permite que os usuários compartilhem arquivos no Nextcloud. Se ativado, o administrador pode escolher quais grupos podem compartilhar arquivos. Os usuários aplicáveis podem compartilhar arquivos e pastas com outros usuários e grupos no Nextcloud. Além disso, se o administrador ativar o recurso de link de compartilhamento, um link externo poderá ser usado para compartilhar arquivos com outros usuários fora do Nextcloud. Os administradores também podem impor senhas, datas de vencimento e permitir o compartilhamento de servidor para servidor por meio de links de compartilhamento, bem como o compartilhamento de dispositivos móveis.\nDesativar este recurso remove arquivos e pastas compartilhados no servidor para todos os destinatários de compartilhamento e também nos clientes de sincronização e aplicativos móveis. Mais informações estão disponíveis na documentação do Nextcloud.", "Allow editing" : "Permitir edição", diff --git a/apps/files_sharing/l10n/pt_BR.json b/apps/files_sharing/l10n/pt_BR.json index aacbc2f1e9..030f9daa1f 100644 --- a/apps/files_sharing/l10n/pt_BR.json +++ b/apps/files_sharing/l10n/pt_BR.json @@ -112,6 +112,10 @@ "Direct link" : "Link direto", "Add to your Nextcloud" : "Adicionar ao seu Nextcloud", "Share API is disabled" : "O compartilhamento de API está desabilitado.", + "Files sharing" : "Compartilhamento de arquivos", + "Share will expire tomorrow" : "Compartilhamento irá expirar amanhã", + "One or more of your shares will expire tomorrow" : "Um ou mais de seus compartilhamentos irão expirar amanhã", + "Your share of {node} will expire tomorrow" : "Seu compartilhamento de {node} irá expirar amanhã", "File sharing" : "Compartilhamento de arquivos", "This application enables users to share files within Nextcloud. If enabled, the admin can choose which groups can share files. The applicable users can then share files and folders with other users and groups within Nextcloud. In addition, if the admin enables the share link feature, an external link can be used to share files with other users outside of Nextcloud. Admins can also enforce passwords, expirations dates, and enable server to server sharing via share links, as well as sharing from mobile devices.\nTurning the feature off removes shared files and folders on the server for all share recipients, and also on the sync clients and mobile apps. More information is available in the Nextcloud Documentation." : "Este aplicativo permite que os usuários compartilhem arquivos no Nextcloud. Se ativado, o administrador pode escolher quais grupos podem compartilhar arquivos. Os usuários aplicáveis podem compartilhar arquivos e pastas com outros usuários e grupos no Nextcloud. Além disso, se o administrador ativar o recurso de link de compartilhamento, um link externo poderá ser usado para compartilhar arquivos com outros usuários fora do Nextcloud. Os administradores também podem impor senhas, datas de vencimento e permitir o compartilhamento de servidor para servidor por meio de links de compartilhamento, bem como o compartilhamento de dispositivos móveis.\nDesativar este recurso remove arquivos e pastas compartilhados no servidor para todos os destinatários de compartilhamento e também nos clientes de sincronização e aplicativos móveis. Mais informações estão disponíveis na documentação do Nextcloud.", "Allow editing" : "Permitir edição", diff --git a/apps/user_ldap/l10n/fr.js b/apps/user_ldap/l10n/fr.js index 6717e2b0eb..9f41ab8a4c 100644 --- a/apps/user_ldap/l10n/fr.js +++ b/apps/user_ldap/l10n/fr.js @@ -56,7 +56,7 @@ OC.L10N.register( "Password change rejected. Hint: " : "La modification du mot de passe a été rejetée. Indice :", "Please login with the new password" : "Veuillez vous connecter avec le nouveau mot de passe", "LDAP User backend" : "Infrastructure utilisateur LDAP", - "Your password will expire tomorrow." : "Votre mot de passe va expirer demain.", + "Your password will expire tomorrow." : "Votre mot de passe expirera demain", "Your password will expire today." : "Votre mot de passe va expirer aujourd'hui.", "_Your password will expire within %n day._::_Your password will expire within %n days._" : ["Votre mot de passe va expirer dans %n jour.","Votre mot de passe va expirer dans %n jours."], "LDAP / AD integration" : "Intégration LDAP/AD", diff --git a/apps/user_ldap/l10n/fr.json b/apps/user_ldap/l10n/fr.json index e1b49accfb..75f4fccb13 100644 --- a/apps/user_ldap/l10n/fr.json +++ b/apps/user_ldap/l10n/fr.json @@ -54,7 +54,7 @@ "Password change rejected. Hint: " : "La modification du mot de passe a été rejetée. Indice :", "Please login with the new password" : "Veuillez vous connecter avec le nouveau mot de passe", "LDAP User backend" : "Infrastructure utilisateur LDAP", - "Your password will expire tomorrow." : "Votre mot de passe va expirer demain.", + "Your password will expire tomorrow." : "Votre mot de passe expirera demain", "Your password will expire today." : "Votre mot de passe va expirer aujourd'hui.", "_Your password will expire within %n day._::_Your password will expire within %n days._" : ["Votre mot de passe va expirer dans %n jour.","Votre mot de passe va expirer dans %n jours."], "LDAP / AD integration" : "Intégration LDAP/AD", diff --git a/apps/workflowengine/l10n/de.js b/apps/workflowengine/l10n/de.js index 18383abbef..54db8b1f1b 100644 --- a/apps/workflowengine/l10n/de.js +++ b/apps/workflowengine/l10n/de.js @@ -37,13 +37,16 @@ OC.L10N.register( "Select a filter" : "Filter auswählen", "Select a comparator" : "Wähle einen Komparator", "Select a file type" : "Dateityp auswählen", + "e.g. httpd/unix-directory" : "z.B. httpd/unix-directory", "Images" : "Bilder", "Office documents" : "Office Dokumente", "PDF documents" : "PDF-Dokumente", "Custom mimetype" : "Benutzerdefinierter Mime-Typ", + "Select a tag" : "Schlagwort auswählen", "No results" : "Keine Ergebnisse", "%s (invisible)" : "%s(unsichtbar)", "%s (restricted)" : "%s (eingeschränkt)", + "Please enter a valid time span" : "Bitte einen gültigen Zeitraum angeben", "Select a request URL" : "Wählen Sie eine Anforderungs-URL aus", "Predefined URLs" : "Vordefinierte URLs", "Files WebDAV" : "WebDAV für Dateien", @@ -57,6 +60,8 @@ OC.L10N.register( "Custom user agent" : "Benutzerdefinierter User-Agent", "When" : "Wenn", "and" : "und", + "Cancel" : "Abbrechen", + "Delete" : "Löschen", "The configuration is invalid" : "Die Konfiguration ist ungültig", "Show less" : "Weniger anzeigen", "Show more" : "Mehr anzeigen", diff --git a/apps/workflowengine/l10n/de.json b/apps/workflowengine/l10n/de.json index 2536596424..e84906eb4e 100644 --- a/apps/workflowengine/l10n/de.json +++ b/apps/workflowengine/l10n/de.json @@ -35,13 +35,16 @@ "Select a filter" : "Filter auswählen", "Select a comparator" : "Wähle einen Komparator", "Select a file type" : "Dateityp auswählen", + "e.g. httpd/unix-directory" : "z.B. httpd/unix-directory", "Images" : "Bilder", "Office documents" : "Office Dokumente", "PDF documents" : "PDF-Dokumente", "Custom mimetype" : "Benutzerdefinierter Mime-Typ", + "Select a tag" : "Schlagwort auswählen", "No results" : "Keine Ergebnisse", "%s (invisible)" : "%s(unsichtbar)", "%s (restricted)" : "%s (eingeschränkt)", + "Please enter a valid time span" : "Bitte einen gültigen Zeitraum angeben", "Select a request URL" : "Wählen Sie eine Anforderungs-URL aus", "Predefined URLs" : "Vordefinierte URLs", "Files WebDAV" : "WebDAV für Dateien", @@ -55,6 +58,8 @@ "Custom user agent" : "Benutzerdefinierter User-Agent", "When" : "Wenn", "and" : "und", + "Cancel" : "Abbrechen", + "Delete" : "Löschen", "The configuration is invalid" : "Die Konfiguration ist ungültig", "Show less" : "Weniger anzeigen", "Show more" : "Mehr anzeigen", diff --git a/apps/workflowengine/l10n/de_DE.js b/apps/workflowengine/l10n/de_DE.js index e80486052e..b0877cfc7b 100644 --- a/apps/workflowengine/l10n/de_DE.js +++ b/apps/workflowengine/l10n/de_DE.js @@ -37,13 +37,16 @@ OC.L10N.register( "Select a filter" : "Filter wählen", "Select a comparator" : "Wählen Sie einen Komparator", "Select a file type" : "Dateityp auswählen", + "e.g. httpd/unix-directory" : "z.B. httpd/unix-directory", "Images" : "Bilder", "Office documents" : "Office Dokumente", "PDF documents" : "PDF-Dokumente", "Custom mimetype" : "Benutzerdefinierter Mime-Typ", + "Select a tag" : "Schlagwort auswählen", "No results" : "Keine Ergebnisse", "%s (invisible)" : "%s (unsichtbar)", "%s (restricted)" : "%s (eingeschränkt)", + "Please enter a valid time span" : "Bitte einen gültigen Zeitraum angeben", "Select a request URL" : "Wählen Sie eine Anforderungs-URL aus", "Predefined URLs" : "Vordefinierte URLs", "Files WebDAV" : "WebDAV für Dateien", @@ -57,6 +60,8 @@ OC.L10N.register( "Custom user agent" : "Benutzerdefinierter User-Agent", "When" : "Wenn", "and" : "und", + "Cancel" : "Abbrechen", + "Delete" : "Löschen", "The configuration is invalid" : "Die Konfiguration ist ungültig", "Show less" : "Weniger anzeigen", "Show more" : "Mehr anzeigen", diff --git a/apps/workflowengine/l10n/de_DE.json b/apps/workflowengine/l10n/de_DE.json index 2967467932..db831439f5 100644 --- a/apps/workflowengine/l10n/de_DE.json +++ b/apps/workflowengine/l10n/de_DE.json @@ -35,13 +35,16 @@ "Select a filter" : "Filter wählen", "Select a comparator" : "Wählen Sie einen Komparator", "Select a file type" : "Dateityp auswählen", + "e.g. httpd/unix-directory" : "z.B. httpd/unix-directory", "Images" : "Bilder", "Office documents" : "Office Dokumente", "PDF documents" : "PDF-Dokumente", "Custom mimetype" : "Benutzerdefinierter Mime-Typ", + "Select a tag" : "Schlagwort auswählen", "No results" : "Keine Ergebnisse", "%s (invisible)" : "%s (unsichtbar)", "%s (restricted)" : "%s (eingeschränkt)", + "Please enter a valid time span" : "Bitte einen gültigen Zeitraum angeben", "Select a request URL" : "Wählen Sie eine Anforderungs-URL aus", "Predefined URLs" : "Vordefinierte URLs", "Files WebDAV" : "WebDAV für Dateien", @@ -55,6 +58,8 @@ "Custom user agent" : "Benutzerdefinierter User-Agent", "When" : "Wenn", "and" : "und", + "Cancel" : "Abbrechen", + "Delete" : "Löschen", "The configuration is invalid" : "Die Konfiguration ist ungültig", "Show less" : "Weniger anzeigen", "Show more" : "Mehr anzeigen", diff --git a/apps/workflowengine/l10n/es.js b/apps/workflowengine/l10n/es.js index 1593693a77..00588e9bf5 100644 --- a/apps/workflowengine/l10n/es.js +++ b/apps/workflowengine/l10n/es.js @@ -37,13 +37,16 @@ OC.L10N.register( "Select a filter" : "Seleccione un filtro", "Select a comparator" : "Seleccione un comparador", "Select a file type" : "Selecciona un tipo de archivo", + "e.g. httpd/unix-directory" : "p.ej.. httpd/carpeta-unix", "Images" : "Imágenes", "Office documents" : "Documentos de oficina", "PDF documents" : "Documentos PDF", "Custom mimetype" : "Tipo MIME (mimetype) personalizado", + "Select a tag" : "Selecciona una etiqueta", "No results" : "Sin resultados", "%s (invisible)" : "%s (invisible)", "%s (restricted)" : "%s (restringido)", + "Please enter a valid time span" : "Por favor especifique un intervalo de tiempo válido", "Select a request URL" : "Selecciona una URL de petición", "Predefined URLs" : "URLs predefinidas", "Files WebDAV" : "Archivos WebDAV", @@ -57,6 +60,8 @@ OC.L10N.register( "Custom user agent" : "Agente de usuario personalizado", "When" : "Cuando", "and" : "y", + "Cancel" : "Cancelar", + "Delete" : "Eliminar", "The configuration is invalid" : "La configuración es incorrecta", "Show less" : "Ver menos", "Show more" : "Ver más", diff --git a/apps/workflowengine/l10n/es.json b/apps/workflowengine/l10n/es.json index 39d43ebc58..1ac287fcfa 100644 --- a/apps/workflowengine/l10n/es.json +++ b/apps/workflowengine/l10n/es.json @@ -35,13 +35,16 @@ "Select a filter" : "Seleccione un filtro", "Select a comparator" : "Seleccione un comparador", "Select a file type" : "Selecciona un tipo de archivo", + "e.g. httpd/unix-directory" : "p.ej.. httpd/carpeta-unix", "Images" : "Imágenes", "Office documents" : "Documentos de oficina", "PDF documents" : "Documentos PDF", "Custom mimetype" : "Tipo MIME (mimetype) personalizado", + "Select a tag" : "Selecciona una etiqueta", "No results" : "Sin resultados", "%s (invisible)" : "%s (invisible)", "%s (restricted)" : "%s (restringido)", + "Please enter a valid time span" : "Por favor especifique un intervalo de tiempo válido", "Select a request URL" : "Selecciona una URL de petición", "Predefined URLs" : "URLs predefinidas", "Files WebDAV" : "Archivos WebDAV", @@ -55,6 +58,8 @@ "Custom user agent" : "Agente de usuario personalizado", "When" : "Cuando", "and" : "y", + "Cancel" : "Cancelar", + "Delete" : "Eliminar", "The configuration is invalid" : "La configuración es incorrecta", "Show less" : "Ver menos", "Show more" : "Ver más", diff --git a/apps/workflowengine/l10n/fr.js b/apps/workflowengine/l10n/fr.js index 653228223e..b0856c7f14 100644 --- a/apps/workflowengine/l10n/fr.js +++ b/apps/workflowengine/l10n/fr.js @@ -30,6 +30,7 @@ OC.L10N.register( "Workflows" : "Workflows", "Nextcloud workflow engine" : "Moteur de workflow Nextcloud", "Select a filter" : "Sélectionner un filtre", + "Select a file type" : "Sélectionnez un type de fichier", "Images" : "Images", "Office documents" : "Documents Office", "PDF documents" : "Documents PDF", @@ -46,6 +47,8 @@ OC.L10N.register( "Thunderbird & Outlook addons" : "Modules complémentaires Thunderbird & Outlook", "When" : "Quand", "and" : "et", + "Cancel" : "Annuler", + "Delete" : "Supprimer", "The configuration is invalid" : "Configuration non valide", "Show less" : "Afficher moins", "Show more" : "Afficher plus", diff --git a/apps/workflowengine/l10n/fr.json b/apps/workflowengine/l10n/fr.json index e6fe85280d..a08dd185c3 100644 --- a/apps/workflowengine/l10n/fr.json +++ b/apps/workflowengine/l10n/fr.json @@ -28,6 +28,7 @@ "Workflows" : "Workflows", "Nextcloud workflow engine" : "Moteur de workflow Nextcloud", "Select a filter" : "Sélectionner un filtre", + "Select a file type" : "Sélectionnez un type de fichier", "Images" : "Images", "Office documents" : "Documents Office", "PDF documents" : "Documents PDF", @@ -44,6 +45,8 @@ "Thunderbird & Outlook addons" : "Modules complémentaires Thunderbird & Outlook", "When" : "Quand", "and" : "et", + "Cancel" : "Annuler", + "Delete" : "Supprimer", "The configuration is invalid" : "Configuration non valide", "Show less" : "Afficher moins", "Show more" : "Afficher plus", diff --git a/apps/workflowengine/l10n/it.js b/apps/workflowengine/l10n/it.js index 8001fa36a3..8586b961e8 100644 --- a/apps/workflowengine/l10n/it.js +++ b/apps/workflowengine/l10n/it.js @@ -37,13 +37,16 @@ OC.L10N.register( "Select a filter" : "Seleziona un filtro", "Select a comparator" : "Seleziona un comparatore", "Select a file type" : "Seleziona un tipo di file", + "e.g. httpd/unix-directory" : "ad es. httpd/unix-directory", "Images" : "Immagini", "Office documents" : "Documenti di Office", "PDF documents" : "Documenti PDF", "Custom mimetype" : "Tipo MIME personalizzato", + "Select a tag" : "Seleziona un'etichetta", "No results" : "Nessun risultato", "%s (invisible)" : "%s (invisibile)", "%s (restricted)" : "%s (limitato)", + "Please enter a valid time span" : "Digita un intervallo temporale valido", "Select a request URL" : "Seleziona un URL di richiesta", "Predefined URLs" : "URL predefiniti", "Files WebDAV" : "File WebDAV", @@ -57,6 +60,8 @@ OC.L10N.register( "Custom user agent" : "User agent personalizzato", "When" : "Quando", "and" : "e", + "Cancel" : "Annulla", + "Delete" : "Elimina", "The configuration is invalid" : "La configurazione non è valida", "Show less" : "Mostra meno", "Show more" : "Mostra più", diff --git a/apps/workflowengine/l10n/it.json b/apps/workflowengine/l10n/it.json index 4dc9795209..8b589df64d 100644 --- a/apps/workflowengine/l10n/it.json +++ b/apps/workflowengine/l10n/it.json @@ -35,13 +35,16 @@ "Select a filter" : "Seleziona un filtro", "Select a comparator" : "Seleziona un comparatore", "Select a file type" : "Seleziona un tipo di file", + "e.g. httpd/unix-directory" : "ad es. httpd/unix-directory", "Images" : "Immagini", "Office documents" : "Documenti di Office", "PDF documents" : "Documenti PDF", "Custom mimetype" : "Tipo MIME personalizzato", + "Select a tag" : "Seleziona un'etichetta", "No results" : "Nessun risultato", "%s (invisible)" : "%s (invisibile)", "%s (restricted)" : "%s (limitato)", + "Please enter a valid time span" : "Digita un intervallo temporale valido", "Select a request URL" : "Seleziona un URL di richiesta", "Predefined URLs" : "URL predefiniti", "Files WebDAV" : "File WebDAV", @@ -55,6 +58,8 @@ "Custom user agent" : "User agent personalizzato", "When" : "Quando", "and" : "e", + "Cancel" : "Annulla", + "Delete" : "Elimina", "The configuration is invalid" : "La configurazione non è valida", "Show less" : "Mostra meno", "Show more" : "Mostra più", diff --git a/apps/workflowengine/l10n/lt_LT.js b/apps/workflowengine/l10n/lt_LT.js index c10aa81555..9f4abffe91 100644 --- a/apps/workflowengine/l10n/lt_LT.js +++ b/apps/workflowengine/l10n/lt_LT.js @@ -25,6 +25,9 @@ OC.L10N.register( "Android client" : "Android klientas", "iOS client" : "iOS klientas", "Desktop client" : "Darbalaukio klientas", + "and" : "ir", + "Cancel" : "Atsisakyti", + "Delete" : "Ištrinti", "Show less" : "Rodyti mažiau", "Show more" : "Rodyti daugiau", "File name" : "Failo pavadinimas", diff --git a/apps/workflowengine/l10n/lt_LT.json b/apps/workflowengine/l10n/lt_LT.json index 40f8663348..be00e3480c 100644 --- a/apps/workflowengine/l10n/lt_LT.json +++ b/apps/workflowengine/l10n/lt_LT.json @@ -23,6 +23,9 @@ "Android client" : "Android klientas", "iOS client" : "iOS klientas", "Desktop client" : "Darbalaukio klientas", + "and" : "ir", + "Cancel" : "Atsisakyti", + "Delete" : "Ištrinti", "Show less" : "Rodyti mažiau", "Show more" : "Rodyti daugiau", "File name" : "Failo pavadinimas", diff --git a/apps/workflowengine/l10n/pt_BR.js b/apps/workflowengine/l10n/pt_BR.js index bf9758d11a..d5a3e33244 100644 --- a/apps/workflowengine/l10n/pt_BR.js +++ b/apps/workflowengine/l10n/pt_BR.js @@ -37,13 +37,16 @@ OC.L10N.register( "Select a filter" : "Selecionar um filtro", "Select a comparator" : "Selecionar um comparador", "Select a file type" : "Selecionar um tipo de arquivo", + "e.g. httpd/unix-directory" : "por ex. httpd/unix-directory", "Images" : "Imagens", "Office documents" : "Documentos Office", "PDF documents" : "Documentos PDF", "Custom mimetype" : "Mimetype personalizado", + "Select a tag" : "Selecione um rótulo", "No results" : "Nenhum resultado", "%s (invisible)" : "%s (invisível)", "%s (restricted)" : "%s (restrito)", + "Please enter a valid time span" : "Digite um período de tempo válido", "Select a request URL" : "Selecione uma URL de solicitação", "Predefined URLs" : "URLs predefinidas", "Files WebDAV" : "Arquivos WebDAV", @@ -57,6 +60,8 @@ OC.L10N.register( "Custom user agent" : "Agente do usuário personalizado", "When" : "Quando", "and" : "e", + "Cancel" : "Cancelar", + "Delete" : "Excluir", "The configuration is invalid" : "A configuração é inválida", "Show less" : "Mostrar menos", "Show more" : "Mostrar mais", diff --git a/apps/workflowengine/l10n/pt_BR.json b/apps/workflowengine/l10n/pt_BR.json index a8ce477d31..f6fc48aedc 100644 --- a/apps/workflowengine/l10n/pt_BR.json +++ b/apps/workflowengine/l10n/pt_BR.json @@ -35,13 +35,16 @@ "Select a filter" : "Selecionar um filtro", "Select a comparator" : "Selecionar um comparador", "Select a file type" : "Selecionar um tipo de arquivo", + "e.g. httpd/unix-directory" : "por ex. httpd/unix-directory", "Images" : "Imagens", "Office documents" : "Documentos Office", "PDF documents" : "Documentos PDF", "Custom mimetype" : "Mimetype personalizado", + "Select a tag" : "Selecione um rótulo", "No results" : "Nenhum resultado", "%s (invisible)" : "%s (invisível)", "%s (restricted)" : "%s (restrito)", + "Please enter a valid time span" : "Digite um período de tempo válido", "Select a request URL" : "Selecione uma URL de solicitação", "Predefined URLs" : "URLs predefinidas", "Files WebDAV" : "Arquivos WebDAV", @@ -55,6 +58,8 @@ "Custom user agent" : "Agente do usuário personalizado", "When" : "Quando", "and" : "e", + "Cancel" : "Cancelar", + "Delete" : "Excluir", "The configuration is invalid" : "A configuração é inválida", "Show less" : "Mostrar menos", "Show more" : "Mostrar mais", diff --git a/core/l10n/es.js b/core/l10n/es.js index ebc85b0467..d33e55f00b 100644 --- a/core/l10n/es.js +++ b/core/l10n/es.js @@ -365,6 +365,8 @@ OC.L10N.register( "Account access" : "Acceso a la cuenta", "You are about to grant %1$s access to your %2$s account." : "Estás a punto de conceder a %1$s acceso a tu cuenta %2$s.", "Account connected" : "Cuenta conectada", + "Your client should now be connected!" : "Tu cliente debería estar ahora conectado.", + "You can close this window." : "Puedes cerrar esta ventana.", "This share is password-protected" : "Este elemento compartido está protegido por contraseña", "The password is wrong. Try again." : "La contraseña es incorrecta. Vuelve a intentarlo.", "Two-factor authentication" : "Verificación en dos pasos", diff --git a/core/l10n/es.json b/core/l10n/es.json index c8354d810f..cd0a495346 100644 --- a/core/l10n/es.json +++ b/core/l10n/es.json @@ -363,6 +363,8 @@ "Account access" : "Acceso a la cuenta", "You are about to grant %1$s access to your %2$s account." : "Estás a punto de conceder a %1$s acceso a tu cuenta %2$s.", "Account connected" : "Cuenta conectada", + "Your client should now be connected!" : "Tu cliente debería estar ahora conectado.", + "You can close this window." : "Puedes cerrar esta ventana.", "This share is password-protected" : "Este elemento compartido está protegido por contraseña", "The password is wrong. Try again." : "La contraseña es incorrecta. Vuelve a intentarlo.", "Two-factor authentication" : "Verificación en dos pasos", diff --git a/core/l10n/nb.js b/core/l10n/nb.js index 0ea980fa7b..bf103429bc 100644 --- a/core/l10n/nb.js +++ b/core/l10n/nb.js @@ -15,6 +15,7 @@ OC.L10N.register( "No valid crop data provided" : "Ingen gyldige beskjæringsdata oppgitt", "Crop is not square" : "Beskjæringen er ikke kvadratisk", "State token does not match" : "Tilstands-symbolet samsvarer ikke", + "Could not complete login" : "Kunne ikke gjennomføre pålogging", "Password reset is disabled" : "Tilbakestilling av passord er avskrudd", "Couldn't reset password because the token is invalid" : "Klarte ikke å tilbakestille passordet fordi symbolet er ugyldig.", "Couldn't reset password because the token is expired" : "Klarte ikke å tilbakestille passordet fordi symbolet er utløpt.", @@ -23,6 +24,7 @@ OC.L10N.register( "Click the following button to reset your password. If you have not requested the password reset, then ignore this email." : "Klikk følgende knapp for å tilbakestille passordet ditt. Ignorer denne e-posten hvis du ikke har forespurt dette.", "Click the following link to reset your password. If you have not requested the password reset, then ignore this email." : "Klikk følgende lenke for å tilbakestille passordet ditt. Ignorer denne e-posten hvis du ikke har forespurt dette.", "Reset your password" : "Tilbakestill passordet ditt", + "Nextcloud Server" : "Nextcloud tjener", "Preparing update" : "Forbereder oppdatering", "[%d / %d]: %s" : "[%d / %d]: %s", "Repair step:" : "Reparasjonstrinn:", @@ -160,6 +162,7 @@ OC.L10N.register( "{shareInitiatorDisplayName} shared via link" : "{shareInitiatorDisplayName} delt via lenke", "Error while sharing" : "Feil under deling", "Share details could not be loaded for this item." : "Klarte ikke å laste inn detaljer om deling for dette elementet.", + "Search globally" : "Søk globalt", "_At least {count} character is needed for autocompletion_::_At least {count} characters are needed for autocompletion_" : ["Minst {count} tegn er nødvendig for autofullføring","Minst {count} antall tegn er nødvendig for autofullføring"], "This list is maybe truncated - please refine your search term to see more results." : "Listen kan bli avkortet - juster søket ditt for å se flere resultat.", "No users or groups found for {search}" : "Ingen brukere eller grupper funnet for {search}", @@ -210,8 +213,10 @@ OC.L10N.register( "An internal error occurred." : "En intern feil oppstod", "Please try again or contact your administrator." : "Prøv igjen eller kontakt en administrator.", "Username or email" : "Brukernavn eller e-post", + "Username or\temail" : "Brukernavn eller \te-post", "Log in" : "Logg inn", "Logging in …" : "Logger inn…", + "Wrong username or password." : "Feil brukernavn eller passord.", "User disabled" : "Bruker deaktivert", "We have detected multiple invalid login attempts from your IP. Therefore your next login is throttled up to 30 seconds." : "Vi har detektert flere ugyldige påloggingsforsøk fra din IP-adresse. Derfor er din neste innlogging forsinket med opptil 30 sekunder.", "Reset password" : "Tilbakestill passord", @@ -220,12 +225,14 @@ OC.L10N.register( "Back to login" : "Tilbake til innlogging", "New password" : "Nytt passord", "I know what I'm doing" : "Jeg vet hva jeg gjør", + "Resetting password" : "Tilbakestill passord", "Forgot password?" : "Glemt passord?", "Settings" : "Innstillinger", "Could not load your contacts" : "Kunne ikke laste inn kontaktene dine", "Search contacts …" : "Søk etter kontakter…", "No contacts found" : "Fant ingen kontakter", "Show all contacts …" : "Vis alle kontakter…", + "Install the Contacts app" : "Installer Kontakter app'en", "Loading your contacts …" : "Laster inn kontaktene dine…", "Looking for {term} …" : "Ser etter {term}…", "No" : "Nei", @@ -233,6 +240,9 @@ OC.L10N.register( "No files in here" : "Ingen filer her", "New folder" : "Ny mappe", "No more subfolders in here" : "Ingen flere mapper her", + "Name" : "Navn", + "Size" : "Størrelse", + "Modified" : "Endret", "{newName} already exists" : "{newName} finnes allerede", "Choose" : "Velg", "Move" : "Flytt", @@ -262,6 +272,15 @@ OC.L10N.register( "seconds ago" : "for få sekunder siden", "Connection to server lost" : "Mistet tilkobling til server", "_Problem loading page, reloading in %n second_::_Problem loading page, reloading in %n seconds_" : ["Problem ved lasting av side, laster på nytt om %n sekund","Problem ved lasting av side, laster på nytt om %n sekunder"], + "Add to a project" : "Legg til i et prosjekt", + "Show details" : "Vis detaljer", + "Hide details" : "Skjul detaljer", + "Rename project" : "Endre navn på prosjekt", + "Failed to rename the project" : "Klarte ikke å endre navnet på prosjektet", + "Failed to create a project" : "Klarte ikke å opprettet prosjektet", + "Failed to add the item to the project" : "Klarte ikke å koble objektet til prosjektet", + "Connect items to a project to make them easier to find" : "Koble objekter til et prosjekt gjør dem enklere å finne", + "Type to search for existing projects" : "Skriv for å søke etter eksisterende prosjekter", "New in" : "Ny i", "View changelog" : "Se endringslogg", "No action available" : "Ingen handling tilgjengelig", @@ -306,6 +325,7 @@ OC.L10N.register( "Database host" : "Databasevert", "Please specify the port number along with the host name (e.g., localhost:5432)." : "Spesifiser portnr. sammen med servernavnet (f.eks., localhost:5432).", "Performance warning" : "Ytelsesadvarsel", + "You chose SQLite as database." : "Du velger å bruke SQLite som database.", "Finish setup" : "Fullfør oppsett", "Finishing …" : "Ferdigstiller…", "Need help?" : "Trenger du hjelp?", @@ -330,6 +350,9 @@ OC.L10N.register( "Alternative log in using app token" : "Alternativ logg inn ved hjelp av app-kode", "Account access" : "Kontotilgang", "You are about to grant %1$s access to your %2$s account." : "Du er i ferd med å tildele %1$s tilgang til din %2$skonto.", + "Account connected" : "Konto er koblet", + "Your client should now be connected!" : "Din klient skal nå være koblet til!", + "You can close this window." : "Du kan lukke dette vinduet.", "This share is password-protected" : "Denne deling er beskyttet med passord", "The password is wrong. Try again." : "Feil passord, forsøk igjen", "Two-factor authentication" : "Tofaktor autentisering", diff --git a/core/l10n/nb.json b/core/l10n/nb.json index 6a7347bc45..ae1cfa4ab2 100644 --- a/core/l10n/nb.json +++ b/core/l10n/nb.json @@ -13,6 +13,7 @@ "No valid crop data provided" : "Ingen gyldige beskjæringsdata oppgitt", "Crop is not square" : "Beskjæringen er ikke kvadratisk", "State token does not match" : "Tilstands-symbolet samsvarer ikke", + "Could not complete login" : "Kunne ikke gjennomføre pålogging", "Password reset is disabled" : "Tilbakestilling av passord er avskrudd", "Couldn't reset password because the token is invalid" : "Klarte ikke å tilbakestille passordet fordi symbolet er ugyldig.", "Couldn't reset password because the token is expired" : "Klarte ikke å tilbakestille passordet fordi symbolet er utløpt.", @@ -21,6 +22,7 @@ "Click the following button to reset your password. If you have not requested the password reset, then ignore this email." : "Klikk følgende knapp for å tilbakestille passordet ditt. Ignorer denne e-posten hvis du ikke har forespurt dette.", "Click the following link to reset your password. If you have not requested the password reset, then ignore this email." : "Klikk følgende lenke for å tilbakestille passordet ditt. Ignorer denne e-posten hvis du ikke har forespurt dette.", "Reset your password" : "Tilbakestill passordet ditt", + "Nextcloud Server" : "Nextcloud tjener", "Preparing update" : "Forbereder oppdatering", "[%d / %d]: %s" : "[%d / %d]: %s", "Repair step:" : "Reparasjonstrinn:", @@ -158,6 +160,7 @@ "{shareInitiatorDisplayName} shared via link" : "{shareInitiatorDisplayName} delt via lenke", "Error while sharing" : "Feil under deling", "Share details could not be loaded for this item." : "Klarte ikke å laste inn detaljer om deling for dette elementet.", + "Search globally" : "Søk globalt", "_At least {count} character is needed for autocompletion_::_At least {count} characters are needed for autocompletion_" : ["Minst {count} tegn er nødvendig for autofullføring","Minst {count} antall tegn er nødvendig for autofullføring"], "This list is maybe truncated - please refine your search term to see more results." : "Listen kan bli avkortet - juster søket ditt for å se flere resultat.", "No users or groups found for {search}" : "Ingen brukere eller grupper funnet for {search}", @@ -208,8 +211,10 @@ "An internal error occurred." : "En intern feil oppstod", "Please try again or contact your administrator." : "Prøv igjen eller kontakt en administrator.", "Username or email" : "Brukernavn eller e-post", + "Username or\temail" : "Brukernavn eller \te-post", "Log in" : "Logg inn", "Logging in …" : "Logger inn…", + "Wrong username or password." : "Feil brukernavn eller passord.", "User disabled" : "Bruker deaktivert", "We have detected multiple invalid login attempts from your IP. Therefore your next login is throttled up to 30 seconds." : "Vi har detektert flere ugyldige påloggingsforsøk fra din IP-adresse. Derfor er din neste innlogging forsinket med opptil 30 sekunder.", "Reset password" : "Tilbakestill passord", @@ -218,12 +223,14 @@ "Back to login" : "Tilbake til innlogging", "New password" : "Nytt passord", "I know what I'm doing" : "Jeg vet hva jeg gjør", + "Resetting password" : "Tilbakestill passord", "Forgot password?" : "Glemt passord?", "Settings" : "Innstillinger", "Could not load your contacts" : "Kunne ikke laste inn kontaktene dine", "Search contacts …" : "Søk etter kontakter…", "No contacts found" : "Fant ingen kontakter", "Show all contacts …" : "Vis alle kontakter…", + "Install the Contacts app" : "Installer Kontakter app'en", "Loading your contacts …" : "Laster inn kontaktene dine…", "Looking for {term} …" : "Ser etter {term}…", "No" : "Nei", @@ -231,6 +238,9 @@ "No files in here" : "Ingen filer her", "New folder" : "Ny mappe", "No more subfolders in here" : "Ingen flere mapper her", + "Name" : "Navn", + "Size" : "Størrelse", + "Modified" : "Endret", "{newName} already exists" : "{newName} finnes allerede", "Choose" : "Velg", "Move" : "Flytt", @@ -260,6 +270,15 @@ "seconds ago" : "for få sekunder siden", "Connection to server lost" : "Mistet tilkobling til server", "_Problem loading page, reloading in %n second_::_Problem loading page, reloading in %n seconds_" : ["Problem ved lasting av side, laster på nytt om %n sekund","Problem ved lasting av side, laster på nytt om %n sekunder"], + "Add to a project" : "Legg til i et prosjekt", + "Show details" : "Vis detaljer", + "Hide details" : "Skjul detaljer", + "Rename project" : "Endre navn på prosjekt", + "Failed to rename the project" : "Klarte ikke å endre navnet på prosjektet", + "Failed to create a project" : "Klarte ikke å opprettet prosjektet", + "Failed to add the item to the project" : "Klarte ikke å koble objektet til prosjektet", + "Connect items to a project to make them easier to find" : "Koble objekter til et prosjekt gjør dem enklere å finne", + "Type to search for existing projects" : "Skriv for å søke etter eksisterende prosjekter", "New in" : "Ny i", "View changelog" : "Se endringslogg", "No action available" : "Ingen handling tilgjengelig", @@ -304,6 +323,7 @@ "Database host" : "Databasevert", "Please specify the port number along with the host name (e.g., localhost:5432)." : "Spesifiser portnr. sammen med servernavnet (f.eks., localhost:5432).", "Performance warning" : "Ytelsesadvarsel", + "You chose SQLite as database." : "Du velger å bruke SQLite som database.", "Finish setup" : "Fullfør oppsett", "Finishing …" : "Ferdigstiller…", "Need help?" : "Trenger du hjelp?", @@ -328,6 +348,9 @@ "Alternative log in using app token" : "Alternativ logg inn ved hjelp av app-kode", "Account access" : "Kontotilgang", "You are about to grant %1$s access to your %2$s account." : "Du er i ferd med å tildele %1$s tilgang til din %2$skonto.", + "Account connected" : "Konto er koblet", + "Your client should now be connected!" : "Din klient skal nå være koblet til!", + "You can close this window." : "Du kan lukke dette vinduet.", "This share is password-protected" : "Denne deling er beskyttet med passord", "The password is wrong. Try again." : "Feil passord, forsøk igjen", "Two-factor authentication" : "Tofaktor autentisering", diff --git a/core/l10n/sk.js b/core/l10n/sk.js index 4f34076d0f..a91d9cffc0 100644 --- a/core/l10n/sk.js +++ b/core/l10n/sk.js @@ -365,6 +365,8 @@ OC.L10N.register( "Account access" : "Prístup k účtu", "You are about to grant %1$s access to your %2$s account." : "Chystáte sa udeliť %1$s prístup k svojmu %2$s účtu.", "Account connected" : "Účet pripojený", + "Your client should now be connected!" : "Váš klient by mal byť pripojený!", + "You can close this window." : "Toto okno už môžete zatvoriť.", "This share is password-protected" : "Toto sprístupnenie je chránené heslom", "The password is wrong. Try again." : "Heslo je chybné. Skúste to znova.", "Two-factor authentication" : "Dvojzložkové overovanie", diff --git a/core/l10n/sk.json b/core/l10n/sk.json index 1ca5236f4e..57e3b52c66 100644 --- a/core/l10n/sk.json +++ b/core/l10n/sk.json @@ -363,6 +363,8 @@ "Account access" : "Prístup k účtu", "You are about to grant %1$s access to your %2$s account." : "Chystáte sa udeliť %1$s prístup k svojmu %2$s účtu.", "Account connected" : "Účet pripojený", + "Your client should now be connected!" : "Váš klient by mal byť pripojený!", + "You can close this window." : "Toto okno už môžete zatvoriť.", "This share is password-protected" : "Toto sprístupnenie je chránené heslom", "The password is wrong. Try again." : "Heslo je chybné. Skúste to znova.", "Two-factor authentication" : "Dvojzložkové overovanie",