소스 검색

Fix(l10n): 🔠 Update translations from Transifex

Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Nextcloud bot 1 년 전
부모
커밋
129803d036

+ 2 - 0
apps/files_sharing/l10n/de.js

@@ -219,8 +219,10 @@ OC.L10N.register(
     "Searching …" : "Suche …",
     "No elements found." : "Keine Elemente gefunden.",
     "Search globally" : "Global suchen",
+    "Guest" : "Gast",
     "Group" : "Gruppe",
     "Email" : "E-Mail-Adresse",
+    "Circle" : "Kreis",
     "Talk conversation" : "Talk-Unterhaltung",
     "Deck board" : "Deck-Board",
     "on {server}" : "auf {server}",

+ 2 - 0
apps/files_sharing/l10n/de.json

@@ -217,8 +217,10 @@
     "Searching …" : "Suche …",
     "No elements found." : "Keine Elemente gefunden.",
     "Search globally" : "Global suchen",
+    "Guest" : "Gast",
     "Group" : "Gruppe",
     "Email" : "E-Mail-Adresse",
+    "Circle" : "Kreis",
     "Talk conversation" : "Talk-Unterhaltung",
     "Deck board" : "Deck-Board",
     "on {server}" : "auf {server}",

+ 11 - 0
apps/files_versions/l10n/de.js

@@ -4,10 +4,21 @@ OC.L10N.register(
     "Versions" : "Versionen",
     "This application automatically maintains older versions of files that are changed." : "Diese App verwaltet automatisch ältere Versionen geänderter Dateien.",
     "This application automatically maintains older versions of files that are changed. When enabled, a hidden versions folder is provisioned in every user's directory and is used to store old file versions. A user can revert to an older version through the web interface at any time, with the replaced file becoming a version. The app automatically manages the versions folder to ensure the user does not run out of Quota because of versions.\n\t\tIn addition to the expiry of versions, the versions app makes certain never to use more than 50% of the user's currently available free space. If stored versions exceed this limit, the app will delete the oldest versions first until it meets this limit. More information is available in the Versions documentation." : "Diese Anwendung verwaltet automatisch ältere Versionen von Dateien, die geändert werden. Wenn aktiviert, wird ein Ordner mit versteckten Versionen im Verzeichnis jedes Benutzers bereitgestellt und wird zum Speichern alter Dateiversionen verwendet. Ein Benutzer kann jederzeit über die Web-Oberfläche auf eine ältere Version zurückgreifen, wobei die ersetzte Datei dann eine Version wird. Die App verwaltet automatisch den Versionsordner, um sicherzustellen, dass dem Benutzer nicht der Speicherplatz aufgrund von zu vielen Versionen ausgeht.\nZusätzlich zum Ablauf der Versionen stellt die Versions-App sicher, dass nie mehr als 50% des derzeit verfügbaren freien Speicherplatzes des Benutzers für die Versionierung genutzt werden. Wenn gespeicherte Versionen diese Grenze überschreiten, löscht die App zuerst die ältesten Versionen, bis sie die 50% Grenze erreicht hat. Weitere Informationen findest du in der Versionsdokumentation.",
+    "Name this version" : "Diese Version benennen",
+    "Edit version name" : "Versionsnamen bearbeiten",
     "Restore version" : "Version wiederherstellen",
     "Download version" : "Version herunterladen",
+    "Delete version" : "Version löschen",
+    "Version name" : "Versionsname",
+    "Named versions are persisted, and excluded from automatic cleanups when your storage quota is full." : "Benannte Versionen werden beibehalten und von automatischen Bereinigungen ausgeschlossen, wenn dein Speicherkontingent voll ist.",
+    "Remove version name" : "Versionsnamen entfernen",
+    "Save version name" : "Versionsnamen speichern",
+    "Initial version restored" : "Ursprüngliche Version wiederhergestellt",
     "Version restored" : "Version wiederhergestellt",
     "Could not restore version" : "Version konnte nicht wiederhergestellt werden",
+    "Could not set version name" : "Der Versionsname konnte nicht festgelegt werden",
+    "Could not delete version" : "Version konnte nicht gelöscht werden",
+    "${version.label} restored" : "${version.label} wiederhergestellt",
     "This application automatically maintains older versions of files that are changed. When enabled, a hidden versions folder is provisioned in every user’s directory and is used to store old file versions. A user can revert to an older version through the web interface at any time, with the replaced file becoming a version. The app automatically manages the versions folder to ensure the user doesn’t run out of Quota because of versions.\n\t\tIn addition to the expiry of versions, the versions app makes certain never to use more than 50% of the user’s currently available free space. If stored versions exceed this limit, the app will delete the oldest versions first until it meets this limit. More information is available in the Versions documentation." : "Diese Anwendung verwaltet automatisch ältere Versionen von Dateien, die geändert werden. Wenn aktiviert, wird ein Ordner mit versteckten Versionen im Verzeichnis jedes Benutzers bereitgestellt und wird zum Speichern alter Dateiversionen verwendet. Ein Benutzer kann jederzeit über die Web-Oberfläche auf eine ältere Version zurückgreifen, wobei die ersetzte Datei dann eine Version wird. Die App verwaltet automatisch den Versionsordner, um sicherzustellen, dass dem Benutzer nicht der Speicherplatz aufgrund von zu vielen Versionen ausgeht.\n\t\tZusätzlich zum Ablauf der Versionen stellt die Versions-App sicher, dass nie mehr als 50% des derzeit verfügbaren freien Speicherplatzes des Benutzers für die Versionierung genutzt werden. Wenn gespeicherte Versionen diese Grenze überschreiten, löscht die App zuerst die ältesten Versionen, bis sie die 50% Grenze erreicht hat. Weitere Informationen findest du in der Versionsdokumentation.",
     "Failed to revert {file} to revision {timestamp}." : "Konnte {file} nicht auf Revision {timestamp} zurücksetzen.",
     "_%n byte_::_%n bytes_" : ["%n Byte","%n Bytes"],

+ 11 - 0
apps/files_versions/l10n/de.json

@@ -2,10 +2,21 @@
     "Versions" : "Versionen",
     "This application automatically maintains older versions of files that are changed." : "Diese App verwaltet automatisch ältere Versionen geänderter Dateien.",
     "This application automatically maintains older versions of files that are changed. When enabled, a hidden versions folder is provisioned in every user's directory and is used to store old file versions. A user can revert to an older version through the web interface at any time, with the replaced file becoming a version. The app automatically manages the versions folder to ensure the user does not run out of Quota because of versions.\n\t\tIn addition to the expiry of versions, the versions app makes certain never to use more than 50% of the user's currently available free space. If stored versions exceed this limit, the app will delete the oldest versions first until it meets this limit. More information is available in the Versions documentation." : "Diese Anwendung verwaltet automatisch ältere Versionen von Dateien, die geändert werden. Wenn aktiviert, wird ein Ordner mit versteckten Versionen im Verzeichnis jedes Benutzers bereitgestellt und wird zum Speichern alter Dateiversionen verwendet. Ein Benutzer kann jederzeit über die Web-Oberfläche auf eine ältere Version zurückgreifen, wobei die ersetzte Datei dann eine Version wird. Die App verwaltet automatisch den Versionsordner, um sicherzustellen, dass dem Benutzer nicht der Speicherplatz aufgrund von zu vielen Versionen ausgeht.\nZusätzlich zum Ablauf der Versionen stellt die Versions-App sicher, dass nie mehr als 50% des derzeit verfügbaren freien Speicherplatzes des Benutzers für die Versionierung genutzt werden. Wenn gespeicherte Versionen diese Grenze überschreiten, löscht die App zuerst die ältesten Versionen, bis sie die 50% Grenze erreicht hat. Weitere Informationen findest du in der Versionsdokumentation.",
+    "Name this version" : "Diese Version benennen",
+    "Edit version name" : "Versionsnamen bearbeiten",
     "Restore version" : "Version wiederherstellen",
     "Download version" : "Version herunterladen",
+    "Delete version" : "Version löschen",
+    "Version name" : "Versionsname",
+    "Named versions are persisted, and excluded from automatic cleanups when your storage quota is full." : "Benannte Versionen werden beibehalten und von automatischen Bereinigungen ausgeschlossen, wenn dein Speicherkontingent voll ist.",
+    "Remove version name" : "Versionsnamen entfernen",
+    "Save version name" : "Versionsnamen speichern",
+    "Initial version restored" : "Ursprüngliche Version wiederhergestellt",
     "Version restored" : "Version wiederhergestellt",
     "Could not restore version" : "Version konnte nicht wiederhergestellt werden",
+    "Could not set version name" : "Der Versionsname konnte nicht festgelegt werden",
+    "Could not delete version" : "Version konnte nicht gelöscht werden",
+    "${version.label} restored" : "${version.label} wiederhergestellt",
     "This application automatically maintains older versions of files that are changed. When enabled, a hidden versions folder is provisioned in every user’s directory and is used to store old file versions. A user can revert to an older version through the web interface at any time, with the replaced file becoming a version. The app automatically manages the versions folder to ensure the user doesn’t run out of Quota because of versions.\n\t\tIn addition to the expiry of versions, the versions app makes certain never to use more than 50% of the user’s currently available free space. If stored versions exceed this limit, the app will delete the oldest versions first until it meets this limit. More information is available in the Versions documentation." : "Diese Anwendung verwaltet automatisch ältere Versionen von Dateien, die geändert werden. Wenn aktiviert, wird ein Ordner mit versteckten Versionen im Verzeichnis jedes Benutzers bereitgestellt und wird zum Speichern alter Dateiversionen verwendet. Ein Benutzer kann jederzeit über die Web-Oberfläche auf eine ältere Version zurückgreifen, wobei die ersetzte Datei dann eine Version wird. Die App verwaltet automatisch den Versionsordner, um sicherzustellen, dass dem Benutzer nicht der Speicherplatz aufgrund von zu vielen Versionen ausgeht.\n\t\tZusätzlich zum Ablauf der Versionen stellt die Versions-App sicher, dass nie mehr als 50% des derzeit verfügbaren freien Speicherplatzes des Benutzers für die Versionierung genutzt werden. Wenn gespeicherte Versionen diese Grenze überschreiten, löscht die App zuerst die ältesten Versionen, bis sie die 50% Grenze erreicht hat. Weitere Informationen findest du in der Versionsdokumentation.",
     "Failed to revert {file} to revision {timestamp}." : "Konnte {file} nicht auf Revision {timestamp} zurücksetzen.",
     "_%n byte_::_%n bytes_" : ["%n Byte","%n Bytes"],

+ 11 - 0
apps/files_versions/l10n/es.js

@@ -4,10 +4,21 @@ OC.L10N.register(
     "Versions" : "Versiones",
     "This application automatically maintains older versions of files that are changed." : "Esta aplicación mantiene automáticamente versiones antiguas de los archivos que cambian.",
     "This application automatically maintains older versions of files that are changed. When enabled, a hidden versions folder is provisioned in every user's directory and is used to store old file versions. A user can revert to an older version through the web interface at any time, with the replaced file becoming a version. The app automatically manages the versions folder to ensure the user does not run out of Quota because of versions.\n\t\tIn addition to the expiry of versions, the versions app makes certain never to use more than 50% of the user's currently available free space. If stored versions exceed this limit, the app will delete the oldest versions first until it meets this limit. More information is available in the Versions documentation." : "Esta aplicación mantiene automáticamente versiones antiguas de los archivos que cambian. Cuando se activa, una carpeta escondida de versiones aparece en cada directorio del usuario y se usa para almacenar los archivos de versiones antiguas. Un usuario puede volver a una versión más antigua a través de la interfaz web en cualquier momento, convirtiéndose el archivo reemplazado en una versión. La app controla automáticamente la carpeta de versiones para asegurarse de que el usuario no se queda sin cuota de disco por las versiones.\n\t\tAdemás de la caducidad de las versiones, la app de versiones se asegura de no usar nunca más del 50% del espacio libre actualmente disponible para el usuario. Si las versiones almacenadas exceden este límite, la app borrará primero las versiones más viejas hasta alcanzar este límite. Más información disponible en la documentación de Versiones.",
+    "Name this version" : "Nombrar esta versión",
+    "Edit version name" : "Editar nombre de versión",
     "Restore version" : "Restaurar versión",
     "Download version" : "Descargar versión",
+    "Delete version" : "Eliminar versión",
+    "Version name" : "Nombre de versión",
+    "Named versions are persisted, and excluded from automatic cleanups when your storage quota is full." : "Las versiones nombradas son persistentes, y, son excluidas de las limpiezas automáticas cuando su cuota de almacenamiento está al límite.",
+    "Remove version name" : "Nombre de versión remota",
+    "Save version name" : "Guardar nombre de versión",
+    "Initial version restored" : "Versión inicial restaurada",
     "Version restored" : "Versión restaurada",
     "Could not restore version" : "No se ha podido restaurar la versión",
+    "Could not set version name" : "No ha podido establecer el nombre de la versión",
+    "Could not delete version" : "No se ha podido eliminar la versión",
+    "${version.label} restored" : "${version.label} restaurada",
     "This application automatically maintains older versions of files that are changed. When enabled, a hidden versions folder is provisioned in every user’s directory and is used to store old file versions. A user can revert to an older version through the web interface at any time, with the replaced file becoming a version. The app automatically manages the versions folder to ensure the user doesn’t run out of Quota because of versions.\n\t\tIn addition to the expiry of versions, the versions app makes certain never to use more than 50% of the user’s currently available free space. If stored versions exceed this limit, the app will delete the oldest versions first until it meets this limit. More information is available in the Versions documentation." : "Esta aplicación mantiene automáticamente versiones antiguas de los archivos que cambian. Al activarse, se crea una carpeta oculta de versiones que se usa para almacenar versiones antiguas de archivos. Un usuario puede volver a una versión anterior a través de la interfaz web en cualquier momento, con el archivo reemplazado convirtiéndose en una versión. La app maneja automáticamente la carpeta de versiones para asegurarse de que el usuario no se queda sin espacio debido a las versiones.\n\n\t\tAdemás de la caducidad de versiones, la app de versiones se asegura de no usar nunca más del 50% del espacio libre actualmente disponible para un usuario. Si las versiones almacenadas exceden este límite, la app borrará las versiones más antiguas hasta alcanzar este límite. Más información disponible en la documentación de Versiones.",
     "Failed to revert {file} to revision {timestamp}." : "No se ha podido restaurar {file} a versión {timestamp}.",
     "_%n byte_::_%n bytes_" : ["%n byte","%n bytes","%n bytes"],

+ 11 - 0
apps/files_versions/l10n/es.json

@@ -2,10 +2,21 @@
     "Versions" : "Versiones",
     "This application automatically maintains older versions of files that are changed." : "Esta aplicación mantiene automáticamente versiones antiguas de los archivos que cambian.",
     "This application automatically maintains older versions of files that are changed. When enabled, a hidden versions folder is provisioned in every user's directory and is used to store old file versions. A user can revert to an older version through the web interface at any time, with the replaced file becoming a version. The app automatically manages the versions folder to ensure the user does not run out of Quota because of versions.\n\t\tIn addition to the expiry of versions, the versions app makes certain never to use more than 50% of the user's currently available free space. If stored versions exceed this limit, the app will delete the oldest versions first until it meets this limit. More information is available in the Versions documentation." : "Esta aplicación mantiene automáticamente versiones antiguas de los archivos que cambian. Cuando se activa, una carpeta escondida de versiones aparece en cada directorio del usuario y se usa para almacenar los archivos de versiones antiguas. Un usuario puede volver a una versión más antigua a través de la interfaz web en cualquier momento, convirtiéndose el archivo reemplazado en una versión. La app controla automáticamente la carpeta de versiones para asegurarse de que el usuario no se queda sin cuota de disco por las versiones.\n\t\tAdemás de la caducidad de las versiones, la app de versiones se asegura de no usar nunca más del 50% del espacio libre actualmente disponible para el usuario. Si las versiones almacenadas exceden este límite, la app borrará primero las versiones más viejas hasta alcanzar este límite. Más información disponible en la documentación de Versiones.",
+    "Name this version" : "Nombrar esta versión",
+    "Edit version name" : "Editar nombre de versión",
     "Restore version" : "Restaurar versión",
     "Download version" : "Descargar versión",
+    "Delete version" : "Eliminar versión",
+    "Version name" : "Nombre de versión",
+    "Named versions are persisted, and excluded from automatic cleanups when your storage quota is full." : "Las versiones nombradas son persistentes, y, son excluidas de las limpiezas automáticas cuando su cuota de almacenamiento está al límite.",
+    "Remove version name" : "Nombre de versión remota",
+    "Save version name" : "Guardar nombre de versión",
+    "Initial version restored" : "Versión inicial restaurada",
     "Version restored" : "Versión restaurada",
     "Could not restore version" : "No se ha podido restaurar la versión",
+    "Could not set version name" : "No ha podido establecer el nombre de la versión",
+    "Could not delete version" : "No se ha podido eliminar la versión",
+    "${version.label} restored" : "${version.label} restaurada",
     "This application automatically maintains older versions of files that are changed. When enabled, a hidden versions folder is provisioned in every user’s directory and is used to store old file versions. A user can revert to an older version through the web interface at any time, with the replaced file becoming a version. The app automatically manages the versions folder to ensure the user doesn’t run out of Quota because of versions.\n\t\tIn addition to the expiry of versions, the versions app makes certain never to use more than 50% of the user’s currently available free space. If stored versions exceed this limit, the app will delete the oldest versions first until it meets this limit. More information is available in the Versions documentation." : "Esta aplicación mantiene automáticamente versiones antiguas de los archivos que cambian. Al activarse, se crea una carpeta oculta de versiones que se usa para almacenar versiones antiguas de archivos. Un usuario puede volver a una versión anterior a través de la interfaz web en cualquier momento, con el archivo reemplazado convirtiéndose en una versión. La app maneja automáticamente la carpeta de versiones para asegurarse de que el usuario no se queda sin espacio debido a las versiones.\n\n\t\tAdemás de la caducidad de versiones, la app de versiones se asegura de no usar nunca más del 50% del espacio libre actualmente disponible para un usuario. Si las versiones almacenadas exceden este límite, la app borrará las versiones más antiguas hasta alcanzar este límite. Más información disponible en la documentación de Versiones.",
     "Failed to revert {file} to revision {timestamp}." : "No se ha podido restaurar {file} a versión {timestamp}.",
     "_%n byte_::_%n bytes_" : ["%n byte","%n bytes","%n bytes"],

+ 4 - 0
apps/theming/l10n/de.js

@@ -21,6 +21,8 @@ OC.L10N.register(
     "Could not write file to disk" : "Die Datei konnte nicht auf die Festplatte geschrieben werden",
     "A PHP extension stopped the file upload" : "Eine PHP-Erweiterung hat das Hochladen der Datei gestoppt",
     "No file uploaded" : "Keine Datei hochgeladen",
+    "Failed to clean up the old administration theming images folder" : "Fehler beim Bereinigen des alten Admin-Design-Bilderordners",
+    "Failed to cleanup the old administration image folder" : "Fehler beim Bereinigen des alten Admin-Design-Bilderordners",
     "You are already using a custom theme. Theming app settings might be overwritten by that." : "Du benutzt bereits ein benutzerdefiniertes Design. Die App \"Theming\" würde dies überschreiben.",
     "Theming" : "Design",
     "Appearance and accessibility" : "Erscheinungsbild und Barrierefreiheit",
@@ -93,6 +95,8 @@ OC.L10N.register(
     "Login image" : "Anmeldebild",
     "Upload new login background" : "Neuen Anmelde-Hintergrund hochladen",
     "Install the Imagemagick PHP extension with support for SVG images to automatically generate favicons based on the uploaded logo and color." : "Installiere die Imagemagick PHP-Erweiterung mit Unterstützung für SVG-Bilder, um automatisch Favicons auf Basis des hochgeladenen Logos und der Farbe zu erstellen.",
+    "Migrate and clean up admin theming images" : "Admin-Designbilder migrieren und bereinigen",
+    "Failed to clean up the old admin theming images folder" : "Fehler beim Bereinigen des alten Admin-Design-Bilderordners",
     "In some cases keyboard shortcuts can interfer with accessibility tools. In order to allow focusing on your tool correctly you can disable all keyboard shortcuts here. This will also disable all available shortcuts in apps." : "In einigen Fällen können Tastenkombinationen Werkzeuge zur Barrierefreiheit beeinträchtigen. Damit du dich richtig auf dein Werkzeug konzentrieren kannst, kannst du hier alle Tastaturkürzel deaktivieren. Dadurch werden auch alle verfügbaren Verknüpfungen in Apps deaktiviert.",
     "Pick from Files" : "Aus Dateien auswählen",
     "Default image" : "Standardbild",

+ 4 - 0
apps/theming/l10n/de.json

@@ -19,6 +19,8 @@
     "Could not write file to disk" : "Die Datei konnte nicht auf die Festplatte geschrieben werden",
     "A PHP extension stopped the file upload" : "Eine PHP-Erweiterung hat das Hochladen der Datei gestoppt",
     "No file uploaded" : "Keine Datei hochgeladen",
+    "Failed to clean up the old administration theming images folder" : "Fehler beim Bereinigen des alten Admin-Design-Bilderordners",
+    "Failed to cleanup the old administration image folder" : "Fehler beim Bereinigen des alten Admin-Design-Bilderordners",
     "You are already using a custom theme. Theming app settings might be overwritten by that." : "Du benutzt bereits ein benutzerdefiniertes Design. Die App \"Theming\" würde dies überschreiben.",
     "Theming" : "Design",
     "Appearance and accessibility" : "Erscheinungsbild und Barrierefreiheit",
@@ -91,6 +93,8 @@
     "Login image" : "Anmeldebild",
     "Upload new login background" : "Neuen Anmelde-Hintergrund hochladen",
     "Install the Imagemagick PHP extension with support for SVG images to automatically generate favicons based on the uploaded logo and color." : "Installiere die Imagemagick PHP-Erweiterung mit Unterstützung für SVG-Bilder, um automatisch Favicons auf Basis des hochgeladenen Logos und der Farbe zu erstellen.",
+    "Migrate and clean up admin theming images" : "Admin-Designbilder migrieren und bereinigen",
+    "Failed to clean up the old admin theming images folder" : "Fehler beim Bereinigen des alten Admin-Design-Bilderordners",
     "In some cases keyboard shortcuts can interfer with accessibility tools. In order to allow focusing on your tool correctly you can disable all keyboard shortcuts here. This will also disable all available shortcuts in apps." : "In einigen Fällen können Tastenkombinationen Werkzeuge zur Barrierefreiheit beeinträchtigen. Damit du dich richtig auf dein Werkzeug konzentrieren kannst, kannst du hier alle Tastaturkürzel deaktivieren. Dadurch werden auch alle verfügbaren Verknüpfungen in Apps deaktiviert.",
     "Pick from Files" : "Aus Dateien auswählen",
     "Default image" : "Standardbild",

+ 2 - 0
apps/theming/l10n/de_DE.js

@@ -21,6 +21,8 @@ OC.L10N.register(
     "Could not write file to disk" : "Die Datei konnte nicht auf die Festplatte geschrieben werden",
     "A PHP extension stopped the file upload" : "Eine PHP-Erweiterung hat das Hochladen der Datei gestoppt",
     "No file uploaded" : "Keine Datei hochgeladen",
+    "Failed to clean up the old administration theming images folder" : "Fehler beim Bereinigen des alten Admin-Design-Bilderordners",
+    "Failed to cleanup the old administration image folder" : "Fehler beim Bereinigen des alten Admin-Design-Bilderordners",
     "You are already using a custom theme. Theming app settings might be overwritten by that." : "Sie benutzen bereits ein benutzerdefiniertes Design. Die App \"Theming\" würde dies überschreiben.",
     "Theming" : "Design",
     "Appearance and accessibility" : "Aussehen und Barrierefreiheit",

+ 2 - 0
apps/theming/l10n/de_DE.json

@@ -19,6 +19,8 @@
     "Could not write file to disk" : "Die Datei konnte nicht auf die Festplatte geschrieben werden",
     "A PHP extension stopped the file upload" : "Eine PHP-Erweiterung hat das Hochladen der Datei gestoppt",
     "No file uploaded" : "Keine Datei hochgeladen",
+    "Failed to clean up the old administration theming images folder" : "Fehler beim Bereinigen des alten Admin-Design-Bilderordners",
+    "Failed to cleanup the old administration image folder" : "Fehler beim Bereinigen des alten Admin-Design-Bilderordners",
     "You are already using a custom theme. Theming app settings might be overwritten by that." : "Sie benutzen bereits ein benutzerdefiniertes Design. Die App \"Theming\" würde dies überschreiben.",
     "Theming" : "Design",
     "Appearance and accessibility" : "Aussehen und Barrierefreiheit",

+ 2 - 0
apps/theming/l10n/en_GB.js

@@ -21,6 +21,8 @@ OC.L10N.register(
     "Could not write file to disk" : "Could not write file to disk",
     "A PHP extension stopped the file upload" : "A PHP extension stopped the file upload",
     "No file uploaded" : "No file uploaded",
+    "Failed to clean up the old administration theming images folder" : "Failed to clean up the old administration theming images folder",
+    "Failed to cleanup the old administration image folder" : "Failed to clean up the old administration image folder",
     "You are already using a custom theme. Theming app settings might be overwritten by that." : "You are already using a custom theme. Theming app settings might be overwritten by that.",
     "Theming" : "Theming",
     "Appearance and accessibility" : "Appearance and accessibility",

+ 2 - 0
apps/theming/l10n/en_GB.json

@@ -19,6 +19,8 @@
     "Could not write file to disk" : "Could not write file to disk",
     "A PHP extension stopped the file upload" : "A PHP extension stopped the file upload",
     "No file uploaded" : "No file uploaded",
+    "Failed to clean up the old administration theming images folder" : "Failed to clean up the old administration theming images folder",
+    "Failed to cleanup the old administration image folder" : "Failed to clean up the old administration image folder",
     "You are already using a custom theme. Theming app settings might be overwritten by that." : "You are already using a custom theme. Theming app settings might be overwritten by that.",
     "Theming" : "Theming",
     "Appearance and accessibility" : "Appearance and accessibility",

+ 3 - 0
apps/theming/l10n/es.js

@@ -21,6 +21,8 @@ OC.L10N.register(
     "Could not write file to disk" : "No se puede escribir el archivo en el disco",
     "A PHP extension stopped the file upload" : "Una extensión PHP ha cancelado la subida de archivos",
     "No file uploaded" : "No se ha subido archivo",
+    "Failed to clean up the old administration theming images folder" : "Fallo al limpiar la carpeta antigua del administrador con las imágenes de temas",
+    "Failed to cleanup the old administration image folder" : "Fallo al limpiar la carpeta antigua de imágenes del administrador",
     "You are already using a custom theme. Theming app settings might be overwritten by that." : "Ya estás usando un tema personalizado. La configuración de la aplicación de temas puede ser sobrescrita por el.",
     "Theming" : "Tema",
     "Appearance and accessibility" : "Apariencia y accesibilidad",
@@ -93,6 +95,7 @@ OC.L10N.register(
     "Login image" : "Imagen de fondo para el inicio de sesión",
     "Upload new login background" : "Subir una nueva imagen de fondo para inicio de sesión",
     "Install the Imagemagick PHP extension with support for SVG images to automatically generate favicons based on the uploaded logo and color." : "Instala la extensión de PHP Imagemagick con soporte para imágenes SVG para generar automáticamente faviconos basados en el logo y color subidos.",
+    "Migrate and clean up admin theming images" : "Migrar y limpiar las imágenes de temas antiguos del administrador",
     "Failed to clean up the old admin theming images folder" : "Fallo al limpiar la carpeta antigua del administrador con las imágenes de temas",
     "In some cases keyboard shortcuts can interfer with accessibility tools. In order to allow focusing on your tool correctly you can disable all keyboard shortcuts here. This will also disable all available shortcuts in apps." : "En algunos casos, los atajos de teclado pueden interferir con las herramientas de accesibilidad. De manera de permitir enfocar correctamente tú herramienta, puedes deshabilitar todos los atajos de teclado aquí. Esto también deshabilitará todos los atajos disponibles en las aplicaciones.",
     "Pick from Files" : "Elegir de Archivos",

+ 3 - 0
apps/theming/l10n/es.json

@@ -19,6 +19,8 @@
     "Could not write file to disk" : "No se puede escribir el archivo en el disco",
     "A PHP extension stopped the file upload" : "Una extensión PHP ha cancelado la subida de archivos",
     "No file uploaded" : "No se ha subido archivo",
+    "Failed to clean up the old administration theming images folder" : "Fallo al limpiar la carpeta antigua del administrador con las imágenes de temas",
+    "Failed to cleanup the old administration image folder" : "Fallo al limpiar la carpeta antigua de imágenes del administrador",
     "You are already using a custom theme. Theming app settings might be overwritten by that." : "Ya estás usando un tema personalizado. La configuración de la aplicación de temas puede ser sobrescrita por el.",
     "Theming" : "Tema",
     "Appearance and accessibility" : "Apariencia y accesibilidad",
@@ -91,6 +93,7 @@
     "Login image" : "Imagen de fondo para el inicio de sesión",
     "Upload new login background" : "Subir una nueva imagen de fondo para inicio de sesión",
     "Install the Imagemagick PHP extension with support for SVG images to automatically generate favicons based on the uploaded logo and color." : "Instala la extensión de PHP Imagemagick con soporte para imágenes SVG para generar automáticamente faviconos basados en el logo y color subidos.",
+    "Migrate and clean up admin theming images" : "Migrar y limpiar las imágenes de temas antiguos del administrador",
     "Failed to clean up the old admin theming images folder" : "Fallo al limpiar la carpeta antigua del administrador con las imágenes de temas",
     "In some cases keyboard shortcuts can interfer with accessibility tools. In order to allow focusing on your tool correctly you can disable all keyboard shortcuts here. This will also disable all available shortcuts in apps." : "En algunos casos, los atajos de teclado pueden interferir con las herramientas de accesibilidad. De manera de permitir enfocar correctamente tú herramienta, puedes deshabilitar todos los atajos de teclado aquí. Esto también deshabilitará todos los atajos disponibles en las aplicaciones.",
     "Pick from Files" : "Elegir de Archivos",

+ 2 - 0
apps/theming/l10n/fr.js

@@ -21,6 +21,8 @@ OC.L10N.register(
     "Could not write file to disk" : "Impossible d'écrire le fichier sur le disque",
     "A PHP extension stopped the file upload" : "Une extension PHP a arrêté le téléversement du fichier",
     "No file uploaded" : "Aucun fichier téléversé",
+    "Failed to clean up the old administration theming images folder" : "Échec du nettoyage du dossier d'images de l'ancien thème d'administration",
+    "Failed to cleanup the old administration image folder" : "Échec du nettoyage de l'ancien dossier d'images d'administration",
     "You are already using a custom theme. Theming app settings might be overwritten by that." : "Vous utilisez déjà un thème personnalisé. Les paramètres de l'application Theming peuvent être remplacés par ceux-ci.",
     "Theming" : "Personnaliser l'apparence",
     "Appearance and accessibility" : "Apparence et accessibilité",

+ 2 - 0
apps/theming/l10n/fr.json

@@ -19,6 +19,8 @@
     "Could not write file to disk" : "Impossible d'écrire le fichier sur le disque",
     "A PHP extension stopped the file upload" : "Une extension PHP a arrêté le téléversement du fichier",
     "No file uploaded" : "Aucun fichier téléversé",
+    "Failed to clean up the old administration theming images folder" : "Échec du nettoyage du dossier d'images de l'ancien thème d'administration",
+    "Failed to cleanup the old administration image folder" : "Échec du nettoyage de l'ancien dossier d'images d'administration",
     "You are already using a custom theme. Theming app settings might be overwritten by that." : "Vous utilisez déjà un thème personnalisé. Les paramètres de l'application Theming peuvent être remplacés par ceux-ci.",
     "Theming" : "Personnaliser l'apparence",
     "Appearance and accessibility" : "Apparence et accessibilité",

+ 2 - 0
apps/theming/l10n/pt_BR.js

@@ -21,6 +21,8 @@ OC.L10N.register(
     "Could not write file to disk" : "Não foi possível escrever no disco",
     "A PHP extension stopped the file upload" : "Uma extensão PHP parou o envio do arquivo",
     "No file uploaded" : "Nenhum arquivo enviado",
+    "Failed to clean up the old administration theming images folder" : "Falha ao limpar a antiga pasta de imagens temáticas da administração",
+    "Failed to cleanup the old administration image folder" : "Falha ao limpar a pasta antiga de imagem de administração",
     "You are already using a custom theme. Theming app settings might be overwritten by that." : "Você já está usando um tema personalizado. As configurações do aplicativo Theming podem ser sobrescritas por isso.",
     "Theming" : "Personalização",
     "Appearance and accessibility" : "Aparência e acessibilidade",

+ 2 - 0
apps/theming/l10n/pt_BR.json

@@ -19,6 +19,8 @@
     "Could not write file to disk" : "Não foi possível escrever no disco",
     "A PHP extension stopped the file upload" : "Uma extensão PHP parou o envio do arquivo",
     "No file uploaded" : "Nenhum arquivo enviado",
+    "Failed to clean up the old administration theming images folder" : "Falha ao limpar a antiga pasta de imagens temáticas da administração",
+    "Failed to cleanup the old administration image folder" : "Falha ao limpar a pasta antiga de imagem de administração",
     "You are already using a custom theme. Theming app settings might be overwritten by that." : "Você já está usando um tema personalizado. As configurações do aplicativo Theming podem ser sobrescritas por isso.",
     "Theming" : "Personalização",
     "Appearance and accessibility" : "Aparência e acessibilidade",

+ 2 - 0
apps/theming/l10n/zh_HK.js

@@ -21,6 +21,8 @@ OC.L10N.register(
     "Could not write file to disk" : "寫入硬碟失敗",
     "A PHP extension stopped the file upload" : "一個 PHP 擴充功能終止檔案的上傳",
     "No file uploaded" : "未上傳檔案",
+    "Failed to clean up the old administration theming images folder" : "無法清除舊的管理佈景主題圖像資料夾",
+    "Failed to cleanup the old administration image folder" : "無法清除舊的管理圖像資料夾",
     "You are already using a custom theme. Theming app settings might be overwritten by that." : "您已經在使用自訂佈景主題。佈景主題應用程式設定可能會被覆寫。",
     "Theming" : "佈景主題",
     "Appearance and accessibility" : "外觀和可及性",

+ 2 - 0
apps/theming/l10n/zh_HK.json

@@ -19,6 +19,8 @@
     "Could not write file to disk" : "寫入硬碟失敗",
     "A PHP extension stopped the file upload" : "一個 PHP 擴充功能終止檔案的上傳",
     "No file uploaded" : "未上傳檔案",
+    "Failed to clean up the old administration theming images folder" : "無法清除舊的管理佈景主題圖像資料夾",
+    "Failed to cleanup the old administration image folder" : "無法清除舊的管理圖像資料夾",
     "You are already using a custom theme. Theming app settings might be overwritten by that." : "您已經在使用自訂佈景主題。佈景主題應用程式設定可能會被覆寫。",
     "Theming" : "佈景主題",
     "Appearance and accessibility" : "外觀和可及性",

+ 2 - 0
apps/theming/l10n/zh_TW.js

@@ -21,6 +21,8 @@ OC.L10N.register(
     "Could not write file to disk" : "無法將檔案寫入硬碟",
     "A PHP extension stopped the file upload" : "一個 PHP 擴充功能終止檔案的上傳",
     "No file uploaded" : "未上傳檔案",
+    "Failed to clean up the old administration theming images folder" : "無法清除舊的管理佈景主題影像資料夾",
+    "Failed to cleanup the old administration image folder" : "無法清除舊的管理影像資料夾",
     "You are already using a custom theme. Theming app settings might be overwritten by that." : "您已經在使用自訂佈景主題。佈景主題應用程式設定可能會被覆寫。",
     "Theming" : "佈景主題",
     "Appearance and accessibility" : "外觀與無障礙存取",

+ 2 - 0
apps/theming/l10n/zh_TW.json

@@ -19,6 +19,8 @@
     "Could not write file to disk" : "無法將檔案寫入硬碟",
     "A PHP extension stopped the file upload" : "一個 PHP 擴充功能終止檔案的上傳",
     "No file uploaded" : "未上傳檔案",
+    "Failed to clean up the old administration theming images folder" : "無法清除舊的管理佈景主題影像資料夾",
+    "Failed to cleanup the old administration image folder" : "無法清除舊的管理影像資料夾",
     "You are already using a custom theme. Theming app settings might be overwritten by that." : "您已經在使用自訂佈景主題。佈景主題應用程式設定可能會被覆寫。",
     "Theming" : "佈景主題",
     "Appearance and accessibility" : "外觀與無障礙存取",

+ 22 - 20
lib/l10n/eu.js

@@ -3,7 +3,7 @@ OC.L10N.register(
     {
     "Cannot write into \"config\" directory!" : "Ezin da idatzi \"config\" karpetan!",
     "This can usually be fixed by giving the web server write access to the config directory." : "Hau normalean konpon daiteke web zerbitzariari konfigurazio direktoriorako idazteko sarbidea emanez.",
-    "But, if you prefer to keep config.php file read only, set the option \"config_is_read_only\" to true in it." : "Edo, config.php fitxategia irakurtzeko soilik mantendu nahi baduzu, ezarri \"config_is_read_only\" aukera 'egia' baliora barruan.",
+    "But, if you prefer to keep config.php file read only, set the option \"config_is_read_only\" to true in it." : "Bestela, config.php fitxategia irakurtzeko soilik mantendu nahi baduzu, ezarri bertan \"config_is_read_only\" aukerari 'egia' balioa.",
     "See %s" : "Ikusi %s",
     "The files of the app %1$s were not replaced correctly. Make sure it is a version compatible with the server." : "%1$s aplikazioaren fitxategiak ez dira behar bezala ordezkatu. Ziurtatu zerbitzariarekin bateragarria den bertsioa dela.",
     "Sample configuration detected" : "Adibide-ezarpena detektatua",
@@ -126,35 +126,36 @@ OC.L10N.register(
     "MySQL username and/or password not valid" : "MySQL erabiltzaile-izen edota pasahitza baliogabea",
     "You need to enter details of an existing account." : "Existitzen den kontu baten xehetasunak sartu behar dituzu.",
     "Oracle connection could not be established" : "Ezin da Oracle konexioa sortu",
-    "Oracle username and/or password not valid" : "Oracle erabiltzaile edota pasahitza ez dira egokiak.",
-    "PostgreSQL username and/or password not valid" : "PostgreSQL erabiltzaile edota pasahitza ez dira egokiak.",
-    "Mac OS X is not supported and %s will not work properly on this platform. Use it at your own risk! " : "Mac OS X-ek ez du sostengurik eta %s gaizki ibili daiteke plataforma honetan. Erabiltzekotan, zure ardurapean.",
-    "For the best results, please consider using a GNU/Linux server instead." : "Emaitza hobeak izateko, mesedez gogoan hartu GNU/Linux zerbitzari bat erabiltzea.",
+    "Oracle username and/or password not valid" : "Oracle erabiltzaile edo/eta pasahitza ez dira baliozkoak.",
+    "PostgreSQL username and/or password not valid" : "PostgreSQL erabiltzailea edo/eta pasahitza ez dira baliozkoak.",
+    "Mac OS X is not supported and %s will not work properly on this platform. Use it at your own risk! " : "Mac OS X ez da onartzen eta %s gaizki ibiliko da plataforma honetan. Erabiltzekotan, zure ardurapean.",
+    "For the best results, please consider using a GNU/Linux server instead." : "Emaitza hobeak izateko, mesedez kontsideratu GNU/Linux zerbitzari bat erabiltzea.",
     "It seems that this %s instance is running on a 32-bit PHP environment. 64-bit is required for 26 and higher." : "Badirudi %s instantzia hau 32-biteko PHP ingurune bat erabiltzen ari dela. 64-bit beharrezkoa da 26 eta gehiagorako.",
     "Please switch to 64-bit PHP." : "Mesedez, aldatu 64-biteko PHPra.",
     "Set an admin username." : "Ezarri administraziorako erabiltzaile izena.",
     "Set an admin password." : "Ezarri administraziorako pasahitza.",
     "Cannot create or write into the data directory %s" : "Ezin da sortu edo idatzi %s datu-direktorioan ",
-    "Sharing backend %s must implement the interface OCP\\Share_Backend" : "%s elkarbanaketa motorra  OCP\\Share_Backend interfazea inplementatu behar du ",
-    "Sharing backend %s not found" : "Ez da %s elkarbanaketa motorra aurkitu",
-    "Sharing backend for %s not found" : "Ez da %srako elkarbanaketa motorrik aurkitu",
+    "Sharing backend %s must implement the interface OCP\\Share_Backend" : "%s partekatze motorrak OCP\\Share_Backend interfazea inplementatu behar du ",
+    "Sharing backend %s not found" : "Ez da %s partekatze motorra aurkitu",
+    "Sharing backend for %s not found" : "Ez da %s(e)rako partekatze motorrik aurkitu",
     "%1$s shared »%2$s« with you and wants to add:" : "%1$serabiltzaileak »%2$s« partekatu du zurekin eta hau gehitu nahi du:",
     "%1$s shared »%2$s« with you and wants to add" : "%1$serabiltzaileak »%2$s« partekatu du zurekin eta hau gehitu nahi du",
-    "»%s« added a note to a file shared with you" : "»%s« erabiltzaileak nota bat gehitu dio partekatu dizun fitxategi batean",
+    "»%s« added a note to a file shared with you" : "»%s« erabiltzaileak ohar bat gehitu du partekatu dizun fitxategi batean",
     "Open »%s«" : "Ireki »%s«",
     "%1$s via %2$s" : "%2$s bidez, %1$s",
-    "You are not allowed to share %s" : "Ez zadue %s elkarbanatzeko baimendua",
-    "Cannot increase permissions of %s" : "Ezin dira %s -(r)en baimenak handitu",
+    "You are not allowed to share %s" : "Ez duzu %s partekatzeko baimenik",
+    "Cannot increase permissions of %s" : "Ezin dira %s(r)en baimenak handitu",
     "Files cannot be shared with delete permissions" : "Fitxategiak ezin dira ezabatze baimenarekin partekatu",
     "Files cannot be shared with create permissions" : "Fitxategiak ezin dira sortze baimenarekin partekatu",
     "Expiration date is in the past" : "Iraungitze-data iraganean dago",
     "_Cannot set expiration date more than %n day in the future_::_Cannot set expiration date more than %n days in the future_" : ["Ezin da iraungitze-data etorkizunean %n egun baino gehiagora jarri","Ezin da iraungitze-data etorkizunean %n egun baino gehiagora jarri"],
-    "Sharing is only allowed with group members" : "Partekatzea taldeko kideei baimenduta dago soilik",
+    "Sharing is only allowed with group members" : "Taldeko kideekin bakarrik parteka daiteke",
     "Sharing %s failed, because this item is already shared with user %s" : "%s partekatzeak huts egin du dagoeneko %serabiltzailearekin partekatuta dagoelako",
     "%1$s shared »%2$s« with you" : "%1$serabiltzaileak »%2$s« partekatu du zurekin",
-    "%1$s shared »%2$s« with you." : "%1$serabiltzaileak »%2$s« partekatu du zurekin",
-    "Click the button below to open it." : "Egin klik beheko botoian hura irekitzeko",
+    "%1$s shared »%2$s« with you." : "%1$serabiltzaileak »%2$s« partekatu du zurekin.",
+    "Click the button below to open it." : "Egin klik beheko botoian hura irekitzeko.",
     "The requested share does not exist anymore" : "Eskatutako partekatzea ez da existitzen dagoeneko",
+    "The user was not created because the user limit has been reached. Check your notifications to learn more." : "Ezin izan da erabiltzailea sortu, erabiltzaile muga gainditu delako. Egiaztatu zure jakinarazpenak gehiago jakiteko.",
     "Could not find category \"%s\"" : "Ezin da \"%s\" kategoria aurkitu",
     "Sunday" : "Igandea",
     "Monday" : "Astelehena",
@@ -202,14 +203,15 @@ OC.L10N.register(
     "Nov." : "Aza.",
     "Dec." : "Abe.",
     "A valid password must be provided" : "Baliozko pasahitza eman behar da",
-    "The username is already being used" : "Erabiltzaile izena dagoeneko erabiltzen ari da",
+    "The username is already being used" : "Erabiltzaile izena dagoeneko erabilita dago",
     "Could not create user" : "Ezin izan da erabiltzailea sortu",
+    "Only the following characters are allowed in a username: \"a-z\", \"A-Z\", \"0-9\", spaces and \"_.@-'\"" : "Honako karaktereak bakarrik onartzen dira erabiltzaile izenetan: \"a-z\", \"A-Z\", \"0-9\", zuriuneak eta \"_.@-'\"",
     "A valid username must be provided" : "Baliozko erabiltzaile izena eman behar da",
     "Username contains whitespace at the beginning or at the end" : "Erabiltzaile-izenak zuriuneren bat du hasieran edo amaieran",
     "Username must not consist of dots only" : "Erabiltzaile-izena ezin da puntuz osatuta soilik egon",
-    "Username is invalid because files already exist for this user" : "Erabiltzaile-izena ez da baliozkoa fitxategiak erabiltzaile honentzat existitzen direlako dagoeneko",
+    "Username is invalid because files already exist for this user" : "Erabiltzaile-izena ez da baliozkoa erabiltzaile honentzako fitxategiak dagoeneko existitzen direlako",
     "User disabled" : "Erabiltzaile desgaituta",
-    "Login canceled by app" : "Aplikazioa saioa bertan behera utzi du",
+    "Login canceled by app" : "Aplikazioak saioa bertan behera utzi du",
     "App \"%1$s\" cannot be installed because the following dependencies are not fulfilled: %2$s" : "\"%1$s\" aplikazioa ezin da instalatu, menpekotasun hauek betetzen ez direlako:%2$s",
     "a safe home for all your data" : "zure datu guztientzako toki segurua",
     "File is currently busy, please try again later" : "Fitxategia lanpetuta dago, saiatu berriro geroago",
@@ -220,10 +222,10 @@ OC.L10N.register(
     "No database drivers (sqlite, mysql, or postgresql) installed." : "Ez dago datubaseen (sqlite, mysql edo postgresql) driverrik instalatuta.",
     "Cannot write into \"config\" directory." : "Ezin da \"config\" karpetan idatzi.",
     "This can usually be fixed by giving the web server write access to the config directory. See %s" : "Hau normalean konpondu daiteke web zerbitzariari konfigurazio direktoriorako sarbidea emanez. Ikus %s",
-    "Or, if you prefer to keep config.php file read only, set the option \"config_is_read_only\" to true in it. See %s" : "Edo, config.php fitxategia irakurtzeko soilik mantendu nahi baduzu, ezarri \"config_is_read_only\" aukera 'egia' baliora barruan. Ikusi %s",
+    "Or, if you prefer to keep config.php file read only, set the option \"config_is_read_only\" to true in it. See %s" : "Bestela, config.php fitxategia irakurtzeko soilik mantendu nahi baduzu, ezarri bertan \"config_is_read_only\" aukerari 'egia' balioa. Ikusi %s",
     "Cannot write into \"apps\" directory." : "Ezin da idatzi \"apps\" fitxategian.",
-    "This can usually be fixed by giving the web server write access to the apps directory or disabling the App Store in the config file." : "Hau normalean konpondu daiteke web zerbitzariari aplikazioen direktorioko sarbidea emanez edo konfigurazioko fitxategian App Store desgaituz.",
-    "Cannot create \"data\" directory." : "Ezin da \"data\" fitxategia sortu.",
+    "This can usually be fixed by giving the web server write access to the apps directory or disabling the App Store in the config file." : "Hau normalean konpondu daiteke web zerbitzariari aplikazioen direktorioko sarbidea emanez edo konfigurazioko fitxategian aplikazioen biltegia (App Store) desgaituz.",
+    "Cannot create \"data\" directory." : "Ezin da \"data\" direktorioa sortu.",
     "This can usually be fixed by giving the web server write access to the root directory. See %s" : "Hau normalean konpondu daiteke web zerbitzariari root direktorioko idazketa sarbidea emanez. Ikus %s",
     "Permissions can usually be fixed by giving the web server write access to the root directory. See %s." : " 99% match \nNormalean baimenak konpondu daitezke web zerbitzariari root direktorioko sarbidea emanez. Ikus%s.",
     "Your data directory is not writable." : "Zure datuen karpeta ez da idazgarria.",

+ 22 - 20
lib/l10n/eu.json

@@ -1,7 +1,7 @@
 { "translations": {
     "Cannot write into \"config\" directory!" : "Ezin da idatzi \"config\" karpetan!",
     "This can usually be fixed by giving the web server write access to the config directory." : "Hau normalean konpon daiteke web zerbitzariari konfigurazio direktoriorako idazteko sarbidea emanez.",
-    "But, if you prefer to keep config.php file read only, set the option \"config_is_read_only\" to true in it." : "Edo, config.php fitxategia irakurtzeko soilik mantendu nahi baduzu, ezarri \"config_is_read_only\" aukera 'egia' baliora barruan.",
+    "But, if you prefer to keep config.php file read only, set the option \"config_is_read_only\" to true in it." : "Bestela, config.php fitxategia irakurtzeko soilik mantendu nahi baduzu, ezarri bertan \"config_is_read_only\" aukerari 'egia' balioa.",
     "See %s" : "Ikusi %s",
     "The files of the app %1$s were not replaced correctly. Make sure it is a version compatible with the server." : "%1$s aplikazioaren fitxategiak ez dira behar bezala ordezkatu. Ziurtatu zerbitzariarekin bateragarria den bertsioa dela.",
     "Sample configuration detected" : "Adibide-ezarpena detektatua",
@@ -124,35 +124,36 @@
     "MySQL username and/or password not valid" : "MySQL erabiltzaile-izen edota pasahitza baliogabea",
     "You need to enter details of an existing account." : "Existitzen den kontu baten xehetasunak sartu behar dituzu.",
     "Oracle connection could not be established" : "Ezin da Oracle konexioa sortu",
-    "Oracle username and/or password not valid" : "Oracle erabiltzaile edota pasahitza ez dira egokiak.",
-    "PostgreSQL username and/or password not valid" : "PostgreSQL erabiltzaile edota pasahitza ez dira egokiak.",
-    "Mac OS X is not supported and %s will not work properly on this platform. Use it at your own risk! " : "Mac OS X-ek ez du sostengurik eta %s gaizki ibili daiteke plataforma honetan. Erabiltzekotan, zure ardurapean.",
-    "For the best results, please consider using a GNU/Linux server instead." : "Emaitza hobeak izateko, mesedez gogoan hartu GNU/Linux zerbitzari bat erabiltzea.",
+    "Oracle username and/or password not valid" : "Oracle erabiltzaile edo/eta pasahitza ez dira baliozkoak.",
+    "PostgreSQL username and/or password not valid" : "PostgreSQL erabiltzailea edo/eta pasahitza ez dira baliozkoak.",
+    "Mac OS X is not supported and %s will not work properly on this platform. Use it at your own risk! " : "Mac OS X ez da onartzen eta %s gaizki ibiliko da plataforma honetan. Erabiltzekotan, zure ardurapean.",
+    "For the best results, please consider using a GNU/Linux server instead." : "Emaitza hobeak izateko, mesedez kontsideratu GNU/Linux zerbitzari bat erabiltzea.",
     "It seems that this %s instance is running on a 32-bit PHP environment. 64-bit is required for 26 and higher." : "Badirudi %s instantzia hau 32-biteko PHP ingurune bat erabiltzen ari dela. 64-bit beharrezkoa da 26 eta gehiagorako.",
     "Please switch to 64-bit PHP." : "Mesedez, aldatu 64-biteko PHPra.",
     "Set an admin username." : "Ezarri administraziorako erabiltzaile izena.",
     "Set an admin password." : "Ezarri administraziorako pasahitza.",
     "Cannot create or write into the data directory %s" : "Ezin da sortu edo idatzi %s datu-direktorioan ",
-    "Sharing backend %s must implement the interface OCP\\Share_Backend" : "%s elkarbanaketa motorra  OCP\\Share_Backend interfazea inplementatu behar du ",
-    "Sharing backend %s not found" : "Ez da %s elkarbanaketa motorra aurkitu",
-    "Sharing backend for %s not found" : "Ez da %srako elkarbanaketa motorrik aurkitu",
+    "Sharing backend %s must implement the interface OCP\\Share_Backend" : "%s partekatze motorrak OCP\\Share_Backend interfazea inplementatu behar du ",
+    "Sharing backend %s not found" : "Ez da %s partekatze motorra aurkitu",
+    "Sharing backend for %s not found" : "Ez da %s(e)rako partekatze motorrik aurkitu",
     "%1$s shared »%2$s« with you and wants to add:" : "%1$serabiltzaileak »%2$s« partekatu du zurekin eta hau gehitu nahi du:",
     "%1$s shared »%2$s« with you and wants to add" : "%1$serabiltzaileak »%2$s« partekatu du zurekin eta hau gehitu nahi du",
-    "»%s« added a note to a file shared with you" : "»%s« erabiltzaileak nota bat gehitu dio partekatu dizun fitxategi batean",
+    "»%s« added a note to a file shared with you" : "»%s« erabiltzaileak ohar bat gehitu du partekatu dizun fitxategi batean",
     "Open »%s«" : "Ireki »%s«",
     "%1$s via %2$s" : "%2$s bidez, %1$s",
-    "You are not allowed to share %s" : "Ez zadue %s elkarbanatzeko baimendua",
-    "Cannot increase permissions of %s" : "Ezin dira %s -(r)en baimenak handitu",
+    "You are not allowed to share %s" : "Ez duzu %s partekatzeko baimenik",
+    "Cannot increase permissions of %s" : "Ezin dira %s(r)en baimenak handitu",
     "Files cannot be shared with delete permissions" : "Fitxategiak ezin dira ezabatze baimenarekin partekatu",
     "Files cannot be shared with create permissions" : "Fitxategiak ezin dira sortze baimenarekin partekatu",
     "Expiration date is in the past" : "Iraungitze-data iraganean dago",
     "_Cannot set expiration date more than %n day in the future_::_Cannot set expiration date more than %n days in the future_" : ["Ezin da iraungitze-data etorkizunean %n egun baino gehiagora jarri","Ezin da iraungitze-data etorkizunean %n egun baino gehiagora jarri"],
-    "Sharing is only allowed with group members" : "Partekatzea taldeko kideei baimenduta dago soilik",
+    "Sharing is only allowed with group members" : "Taldeko kideekin bakarrik parteka daiteke",
     "Sharing %s failed, because this item is already shared with user %s" : "%s partekatzeak huts egin du dagoeneko %serabiltzailearekin partekatuta dagoelako",
     "%1$s shared »%2$s« with you" : "%1$serabiltzaileak »%2$s« partekatu du zurekin",
-    "%1$s shared »%2$s« with you." : "%1$serabiltzaileak »%2$s« partekatu du zurekin",
-    "Click the button below to open it." : "Egin klik beheko botoian hura irekitzeko",
+    "%1$s shared »%2$s« with you." : "%1$serabiltzaileak »%2$s« partekatu du zurekin.",
+    "Click the button below to open it." : "Egin klik beheko botoian hura irekitzeko.",
     "The requested share does not exist anymore" : "Eskatutako partekatzea ez da existitzen dagoeneko",
+    "The user was not created because the user limit has been reached. Check your notifications to learn more." : "Ezin izan da erabiltzailea sortu, erabiltzaile muga gainditu delako. Egiaztatu zure jakinarazpenak gehiago jakiteko.",
     "Could not find category \"%s\"" : "Ezin da \"%s\" kategoria aurkitu",
     "Sunday" : "Igandea",
     "Monday" : "Astelehena",
@@ -200,14 +201,15 @@
     "Nov." : "Aza.",
     "Dec." : "Abe.",
     "A valid password must be provided" : "Baliozko pasahitza eman behar da",
-    "The username is already being used" : "Erabiltzaile izena dagoeneko erabiltzen ari da",
+    "The username is already being used" : "Erabiltzaile izena dagoeneko erabilita dago",
     "Could not create user" : "Ezin izan da erabiltzailea sortu",
+    "Only the following characters are allowed in a username: \"a-z\", \"A-Z\", \"0-9\", spaces and \"_.@-'\"" : "Honako karaktereak bakarrik onartzen dira erabiltzaile izenetan: \"a-z\", \"A-Z\", \"0-9\", zuriuneak eta \"_.@-'\"",
     "A valid username must be provided" : "Baliozko erabiltzaile izena eman behar da",
     "Username contains whitespace at the beginning or at the end" : "Erabiltzaile-izenak zuriuneren bat du hasieran edo amaieran",
     "Username must not consist of dots only" : "Erabiltzaile-izena ezin da puntuz osatuta soilik egon",
-    "Username is invalid because files already exist for this user" : "Erabiltzaile-izena ez da baliozkoa fitxategiak erabiltzaile honentzat existitzen direlako dagoeneko",
+    "Username is invalid because files already exist for this user" : "Erabiltzaile-izena ez da baliozkoa erabiltzaile honentzako fitxategiak dagoeneko existitzen direlako",
     "User disabled" : "Erabiltzaile desgaituta",
-    "Login canceled by app" : "Aplikazioa saioa bertan behera utzi du",
+    "Login canceled by app" : "Aplikazioak saioa bertan behera utzi du",
     "App \"%1$s\" cannot be installed because the following dependencies are not fulfilled: %2$s" : "\"%1$s\" aplikazioa ezin da instalatu, menpekotasun hauek betetzen ez direlako:%2$s",
     "a safe home for all your data" : "zure datu guztientzako toki segurua",
     "File is currently busy, please try again later" : "Fitxategia lanpetuta dago, saiatu berriro geroago",
@@ -218,10 +220,10 @@
     "No database drivers (sqlite, mysql, or postgresql) installed." : "Ez dago datubaseen (sqlite, mysql edo postgresql) driverrik instalatuta.",
     "Cannot write into \"config\" directory." : "Ezin da \"config\" karpetan idatzi.",
     "This can usually be fixed by giving the web server write access to the config directory. See %s" : "Hau normalean konpondu daiteke web zerbitzariari konfigurazio direktoriorako sarbidea emanez. Ikus %s",
-    "Or, if you prefer to keep config.php file read only, set the option \"config_is_read_only\" to true in it. See %s" : "Edo, config.php fitxategia irakurtzeko soilik mantendu nahi baduzu, ezarri \"config_is_read_only\" aukera 'egia' baliora barruan. Ikusi %s",
+    "Or, if you prefer to keep config.php file read only, set the option \"config_is_read_only\" to true in it. See %s" : "Bestela, config.php fitxategia irakurtzeko soilik mantendu nahi baduzu, ezarri bertan \"config_is_read_only\" aukerari 'egia' balioa. Ikusi %s",
     "Cannot write into \"apps\" directory." : "Ezin da idatzi \"apps\" fitxategian.",
-    "This can usually be fixed by giving the web server write access to the apps directory or disabling the App Store in the config file." : "Hau normalean konpondu daiteke web zerbitzariari aplikazioen direktorioko sarbidea emanez edo konfigurazioko fitxategian App Store desgaituz.",
-    "Cannot create \"data\" directory." : "Ezin da \"data\" fitxategia sortu.",
+    "This can usually be fixed by giving the web server write access to the apps directory or disabling the App Store in the config file." : "Hau normalean konpondu daiteke web zerbitzariari aplikazioen direktorioko sarbidea emanez edo konfigurazioko fitxategian aplikazioen biltegia (App Store) desgaituz.",
+    "Cannot create \"data\" directory." : "Ezin da \"data\" direktorioa sortu.",
     "This can usually be fixed by giving the web server write access to the root directory. See %s" : "Hau normalean konpondu daiteke web zerbitzariari root direktorioko idazketa sarbidea emanez. Ikus %s",
     "Permissions can usually be fixed by giving the web server write access to the root directory. See %s." : " 99% match \nNormalean baimenak konpondu daitezke web zerbitzariari root direktorioko sarbidea emanez. Ikus%s.",
     "Your data directory is not writable." : "Zure datuen karpeta ez da idazgarria.",