diff --git a/apps/files/l10n/es.js b/apps/files/l10n/es.js index d0fa90f01cc41..e2cbd1483b464 100644 --- a/apps/files/l10n/es.js +++ b/apps/files/l10n/es.js @@ -188,6 +188,8 @@ OC.L10N.register( "Could not rename \"{oldName}\", it does not exist any more" : "No se ha podido renombrar \"{oldName}\", ya no existe.", "The name \"{newName}\" is already used in the folder \"{dir}\". Please choose a different name." : "El nombre \"{newName}\" ya está en uso en la carpeta \"{dir}\". Por favor, escoja un nombre diferente.", "Could not rename \"{oldName}\"" : "No se ha podido renombrar \"{oldName}\"", + "Could not copy {file}. {message}" : "No se pudo copiar {file}. {message}", + "Could not move {file}. {message}" : "No se pudo mover {file}. {message}", "Total rows summary" : "Resumen de filas totales", "\"{displayName}\" failed on some elements " : "\"{displayName}\" fallo en algunos elementos", "\"{displayName}\" batch action executed successfully" : "la acción en lotes \"{displayName}\" se ejecutó exitósamente", @@ -249,8 +251,16 @@ OC.L10N.register( "Blank" : "Vacío", "Unable to create new file from template" : "No se ha podido crear un nuevo archivo desde la plantilla", "Delete permanently" : "Eliminar de forma definitiva", + "Destination is not a folder" : "El destino no es una carpeta", + "This file/folder is already in that directory" : "Este archivo/carpeta ya está en ese directorio", + "You cannot move a file/folder onto itself or into a subfolder of itself" : "No puede mover un archivo/carpeta a sí mismo o a una sub-carpeta de sí mismo", + "A file or folder with that name already exists in this folder" : "Un archivo o carpeta con ese nombre ya existe en esta carpeta", + "The files is locked" : "El archivo está bloqueado", + "The file does not exist anymore" : "El archivo ya no existe", + "Chose destination" : "Seleccione el destino", "Copy to {target}" : "Copiar a {target}", "Move to {target}" : "Mover a {target}", + "Cancelled move or copy operation" : "Se canceló la operación de mover o copiar", "Open folder {displayName}" : "Abrir carpeta {displayName}", "Open in Files" : "Abrir en Archivos", "Open details" : "Abrir detalles", @@ -259,6 +269,11 @@ OC.L10N.register( "Templates" : "Plantillas", "Create new templates folder" : "Crear nueva carpeta de plantillas", "Unable to initialize the templates directory" : "No se ha podido iniciar la carpeta de plantillas", + "_{folderCount} folder_::_{folderCount} folders_" : ["{folderCount} carpeta","{folderCount} carpetas","{folderCount} carpetas"], + "_{fileCount} file_::_{fileCount} files_" : ["{fileCount} archivo","{fileCount} archivos","{fileCount} archivos"], + "_1 file and {folderCount} folder_::_1 file and {folderCount} folders_" : ["1 archivo y {folderCount} carpeta","1 archivo y {folderCount} carpetas","1 archivo y {folderCount} carpetas"], + "_{fileCount} file and 1 folder_::_{fileCount} files and 1 folder_" : ["{fileCount} archivo y 1 carpeta","{fileCount} archivos y 1 carpeta","{fileCount} archivos y 1 carpeta"], + "{fileCount} files and {folderCount} folders" : "{fileCount} archivos y {folderCount} carpetas", "List of favorites files and folders." : "Lista de archivos y carpetas favoritos.", "No favorites yet" : "Aún no hay favoritos", "Files and folders you mark as favorite will show up here" : "Aquí aparecerán los archivos y carpetas que has marcado como favoritos", diff --git a/apps/files/l10n/es.json b/apps/files/l10n/es.json index 96c2d2c959eab..7243a29d11e0f 100644 --- a/apps/files/l10n/es.json +++ b/apps/files/l10n/es.json @@ -186,6 +186,8 @@ "Could not rename \"{oldName}\", it does not exist any more" : "No se ha podido renombrar \"{oldName}\", ya no existe.", "The name \"{newName}\" is already used in the folder \"{dir}\". Please choose a different name." : "El nombre \"{newName}\" ya está en uso en la carpeta \"{dir}\". Por favor, escoja un nombre diferente.", "Could not rename \"{oldName}\"" : "No se ha podido renombrar \"{oldName}\"", + "Could not copy {file}. {message}" : "No se pudo copiar {file}. {message}", + "Could not move {file}. {message}" : "No se pudo mover {file}. {message}", "Total rows summary" : "Resumen de filas totales", "\"{displayName}\" failed on some elements " : "\"{displayName}\" fallo en algunos elementos", "\"{displayName}\" batch action executed successfully" : "la acción en lotes \"{displayName}\" se ejecutó exitósamente", @@ -247,8 +249,16 @@ "Blank" : "Vacío", "Unable to create new file from template" : "No se ha podido crear un nuevo archivo desde la plantilla", "Delete permanently" : "Eliminar de forma definitiva", + "Destination is not a folder" : "El destino no es una carpeta", + "This file/folder is already in that directory" : "Este archivo/carpeta ya está en ese directorio", + "You cannot move a file/folder onto itself or into a subfolder of itself" : "No puede mover un archivo/carpeta a sí mismo o a una sub-carpeta de sí mismo", + "A file or folder with that name already exists in this folder" : "Un archivo o carpeta con ese nombre ya existe en esta carpeta", + "The files is locked" : "El archivo está bloqueado", + "The file does not exist anymore" : "El archivo ya no existe", + "Chose destination" : "Seleccione el destino", "Copy to {target}" : "Copiar a {target}", "Move to {target}" : "Mover a {target}", + "Cancelled move or copy operation" : "Se canceló la operación de mover o copiar", "Open folder {displayName}" : "Abrir carpeta {displayName}", "Open in Files" : "Abrir en Archivos", "Open details" : "Abrir detalles", @@ -257,6 +267,11 @@ "Templates" : "Plantillas", "Create new templates folder" : "Crear nueva carpeta de plantillas", "Unable to initialize the templates directory" : "No se ha podido iniciar la carpeta de plantillas", + "_{folderCount} folder_::_{folderCount} folders_" : ["{folderCount} carpeta","{folderCount} carpetas","{folderCount} carpetas"], + "_{fileCount} file_::_{fileCount} files_" : ["{fileCount} archivo","{fileCount} archivos","{fileCount} archivos"], + "_1 file and {folderCount} folder_::_1 file and {folderCount} folders_" : ["1 archivo y {folderCount} carpeta","1 archivo y {folderCount} carpetas","1 archivo y {folderCount} carpetas"], + "_{fileCount} file and 1 folder_::_{fileCount} files and 1 folder_" : ["{fileCount} archivo y 1 carpeta","{fileCount} archivos y 1 carpeta","{fileCount} archivos y 1 carpeta"], + "{fileCount} files and {folderCount} folders" : "{fileCount} archivos y {folderCount} carpetas", "List of favorites files and folders." : "Lista de archivos y carpetas favoritos.", "No favorites yet" : "Aún no hay favoritos", "Files and folders you mark as favorite will show up here" : "Aquí aparecerán los archivos y carpetas que has marcado como favoritos", diff --git a/apps/files/l10n/fr.js b/apps/files/l10n/fr.js index 9282a091451e6..0b7f9d3fa2ab5 100644 --- a/apps/files/l10n/fr.js +++ b/apps/files/l10n/fr.js @@ -188,6 +188,8 @@ OC.L10N.register( "Could not rename \"{oldName}\", it does not exist any more" : "Impossible de renommer \"{oldName}\", il n'existe plus.", "The name \"{newName}\" is already used in the folder \"{dir}\". Please choose a different name." : "Le nom \"{newName}\" est déjà utilisé dans le dossier \"{dir}\". Veuillez choisir un autre nom.", "Could not rename \"{oldName}\"" : "Impossible de renommer \"{oldName}\"", + "Could not copy {file}. {message}" : "Impossible de copier {file}. {message}", + "Could not move {file}. {message}" : "Impossible de déplacer {file}. {message}", "Total rows summary" : "Récapitulatif du nombre total de lignes", "\"{displayName}\" failed on some elements " : "\"{displayName}\" a échoué sur certains éléments", "\"{displayName}\" batch action executed successfully" : "Le traitement par lot \"{displayName}\" a été exécuté avec succès", @@ -249,8 +251,16 @@ OC.L10N.register( "Blank" : "Vide", "Unable to create new file from template" : "Impossible de créer un nouveau fichier à partir du modèle", "Delete permanently" : "Supprimer définitivement", + "Destination is not a folder" : "La destination n'est pas un dossier", + "This file/folder is already in that directory" : "Ce fichier/dossier se trouve déjà dans ce dossier", + "You cannot move a file/folder onto itself or into a subfolder of itself" : "Vous ne pouvez pas déplacer un fichier/dossier sur lui-même ou dans un sous-dossier de celui-ci", + "A file or folder with that name already exists in this folder" : "Un fichier ou un dossier portant ce nom existe déjà dans ce dossier", + "The files is locked" : "Le fichier est verrouillé", + "The file does not exist anymore" : "Le fichier n'existe plus", + "Chose destination" : "Choisir la destination", "Copy to {target}" : "Copier vers {target}", "Move to {target}" : "Déplacer vers {target}", + "Cancelled move or copy operation" : "Opération de déplacement ou de copie annulée", "Open folder {displayName}" : "Ouvrir le dossier {displayName}", "Open in Files" : "Ouvrir dans Fichiers", "Open details" : "Ouvrir les détails", @@ -259,6 +269,11 @@ OC.L10N.register( "Templates" : "Modèles", "Create new templates folder" : "Créer un nouveau dossier de modèles", "Unable to initialize the templates directory" : "Impossible d'initialiser le dossier des modèles", + "_{folderCount} folder_::_{folderCount} folders_" : ["{folderCount} dossier","{folderCount} dossiers","{folderCount} dossiers"], + "_{fileCount} file_::_{fileCount} files_" : ["{fileCount} fichier","{fileCount} fichiers","{fileCount} fichiers"], + "_1 file and {folderCount} folder_::_1 file and {folderCount} folders_" : ["1 fichier et {folderCount} dossier","1 fichier et {folderCount} dossiers","1 fichier et {folderCount} dossiers"], + "_{fileCount} file and 1 folder_::_{fileCount} files and 1 folder_" : ["{fileCount} fichier et 1 dossier","{fileCount} fichiers et 1 dossier","{fileCount} fichiers et 1 dossier"], + "{fileCount} files and {folderCount} folders" : "{fileCount} fichiers et {folderCount} dossiers", "List of favorites files and folders." : "Liste des fichiers et dossiers favoris.", "No favorites yet" : "Aucun favori pour l'instant", "Files and folders you mark as favorite will show up here" : "Les fichiers et dossiers ajoutés à vos favoris apparaîtront ici", diff --git a/apps/files/l10n/fr.json b/apps/files/l10n/fr.json index 0a195d7b30324..5ba5b4eb56a45 100644 --- a/apps/files/l10n/fr.json +++ b/apps/files/l10n/fr.json @@ -186,6 +186,8 @@ "Could not rename \"{oldName}\", it does not exist any more" : "Impossible de renommer \"{oldName}\", il n'existe plus.", "The name \"{newName}\" is already used in the folder \"{dir}\". Please choose a different name." : "Le nom \"{newName}\" est déjà utilisé dans le dossier \"{dir}\". Veuillez choisir un autre nom.", "Could not rename \"{oldName}\"" : "Impossible de renommer \"{oldName}\"", + "Could not copy {file}. {message}" : "Impossible de copier {file}. {message}", + "Could not move {file}. {message}" : "Impossible de déplacer {file}. {message}", "Total rows summary" : "Récapitulatif du nombre total de lignes", "\"{displayName}\" failed on some elements " : "\"{displayName}\" a échoué sur certains éléments", "\"{displayName}\" batch action executed successfully" : "Le traitement par lot \"{displayName}\" a été exécuté avec succès", @@ -247,8 +249,16 @@ "Blank" : "Vide", "Unable to create new file from template" : "Impossible de créer un nouveau fichier à partir du modèle", "Delete permanently" : "Supprimer définitivement", + "Destination is not a folder" : "La destination n'est pas un dossier", + "This file/folder is already in that directory" : "Ce fichier/dossier se trouve déjà dans ce dossier", + "You cannot move a file/folder onto itself or into a subfolder of itself" : "Vous ne pouvez pas déplacer un fichier/dossier sur lui-même ou dans un sous-dossier de celui-ci", + "A file or folder with that name already exists in this folder" : "Un fichier ou un dossier portant ce nom existe déjà dans ce dossier", + "The files is locked" : "Le fichier est verrouillé", + "The file does not exist anymore" : "Le fichier n'existe plus", + "Chose destination" : "Choisir la destination", "Copy to {target}" : "Copier vers {target}", "Move to {target}" : "Déplacer vers {target}", + "Cancelled move or copy operation" : "Opération de déplacement ou de copie annulée", "Open folder {displayName}" : "Ouvrir le dossier {displayName}", "Open in Files" : "Ouvrir dans Fichiers", "Open details" : "Ouvrir les détails", @@ -257,6 +267,11 @@ "Templates" : "Modèles", "Create new templates folder" : "Créer un nouveau dossier de modèles", "Unable to initialize the templates directory" : "Impossible d'initialiser le dossier des modèles", + "_{folderCount} folder_::_{folderCount} folders_" : ["{folderCount} dossier","{folderCount} dossiers","{folderCount} dossiers"], + "_{fileCount} file_::_{fileCount} files_" : ["{fileCount} fichier","{fileCount} fichiers","{fileCount} fichiers"], + "_1 file and {folderCount} folder_::_1 file and {folderCount} folders_" : ["1 fichier et {folderCount} dossier","1 fichier et {folderCount} dossiers","1 fichier et {folderCount} dossiers"], + "_{fileCount} file and 1 folder_::_{fileCount} files and 1 folder_" : ["{fileCount} fichier et 1 dossier","{fileCount} fichiers et 1 dossier","{fileCount} fichiers et 1 dossier"], + "{fileCount} files and {folderCount} folders" : "{fileCount} fichiers et {folderCount} dossiers", "List of favorites files and folders." : "Liste des fichiers et dossiers favoris.", "No favorites yet" : "Aucun favori pour l'instant", "Files and folders you mark as favorite will show up here" : "Les fichiers et dossiers ajoutés à vos favoris apparaîtront ici", diff --git a/apps/files/l10n/lt_LT.js b/apps/files/l10n/lt_LT.js index 311a76d5de886..46f5dcbdf2217 100644 --- a/apps/files/l10n/lt_LT.js +++ b/apps/files/l10n/lt_LT.js @@ -22,6 +22,7 @@ OC.L10N.register( "An unknown error has occurred" : "Įvyko nežinoma klaida", "File could not be uploaded" : "Nepavyko įkelti failo", "Uploading …" : "Įkeliama…", + "{remainingTime} ({currentNumber}/{total})" : "{remainingTime} ({currentNumber}/{total})", "{loadedSize} of {totalSize} ({bitrate})" : "{loadedSize} iš {totalSize} ({bitrate})", "Uploading that item is not supported" : "To elemento įkėlimas nėra palaikomas", "Target folder does not exist any more" : "Paskirties aplanko daugiau nebėra", @@ -32,6 +33,7 @@ OC.L10N.register( "Move" : "Perkelti", "Copy" : "Kopijuoti", "Choose target folder" : "Pasirinkite paskirties aplanką", + "Set reminder" : "Nustatyti priminimą", "Edit locally" : "Redaguoti lokaliai", "Open" : "Atverti", "Delete file" : "Ištrinti failą", @@ -40,7 +42,7 @@ OC.L10N.register( "Leave this share" : "Palikti bendrinimą", "Could not load info for file \"{file}\"" : "Nepavyko įkelti informacijos failui „{file}“", "Files" : "Failai", - "Details" : "Duomenys", + "Details" : "Išsamiau", "Please select tag(s) to add to the selection" : "Pasirinkite raktažodžius pridėti prie pažymėtų", "Apply tag(s) to selection" : "Pritaikyti raktažodžiuis pasirinktiems", "Select directory \"{dirName}\"" : "Pasirinkite direktoriją \"{dirName}\"", @@ -159,11 +161,21 @@ OC.L10N.register( "The ownership transfer of {path} from {user} has completed." : "{path} nuosavybės perdavimas iš naudotojo {user} užbaigtas.", "in %s" : "per %s", "File Management" : "Failų tvarkymas", + "Rename file" : "Pervadinti failą", + "A long time ago" : "Prieš ilgą laiką", + "Download file {name}" : "Atsisiųsti failą {name}", "File name" : "Failo pavadinimas", "Folder name" : "Aplanko pavadinimas", + "{newName} already exists." : "{newName} jau yra.", "Name cannot be empty" : "Pavadinimas negali būti tuščias", + "Could not copy {file}. {message}" : "Nepavyko nukopijuoti {file}. {message}", + "Could not move {file}. {message}" : "Nepavyko perkelti {file}. {message}", "Select all" : "Pažymėti viską", + "List of files and folders." : "Failų ir aplankų sąrašas.", + "{summaryFile} and {summaryFolder}" : "{summaryFile} ir {summaryFolder}", "File not found" : "Failas nerastas", + "_{count} file_::_{count} files_" : ["{count} failas","{count} failai","{count} failų","{count} failas"], + "_{count} folder_::_{count} folders_" : ["{count} aplankas","{count} aplankai","{count} aplankų","{count} aplankas"], "Storage informations" : "Informacija apie saugyklą", "Transfer ownership of a file or folder" : "Perduoti failo ar aplanko nuosavybę", "Choose file or folder to transfer" : "Pasirinkti norimą perduoti failą ar aplanką", @@ -197,6 +209,7 @@ OC.L10N.register( "Creating file" : "Sukuriamas failas", "Unable to create new file from template" : "Nepavyko sukurti naujo failo iš šablono", "Delete permanently" : "Ištrinti negrįžtamai", + "The file does not exist anymore" : "Failo daugiau nebėra", "Templates" : "Šablonai", "Unable to initialize the templates directory" : "Nepavyko inicijuoti šablonų katalogo", "No favorites yet" : "Kol kas nėra mėgstamų", diff --git a/apps/files/l10n/lt_LT.json b/apps/files/l10n/lt_LT.json index a47e2bf012301..145fefd42f828 100644 --- a/apps/files/l10n/lt_LT.json +++ b/apps/files/l10n/lt_LT.json @@ -20,6 +20,7 @@ "An unknown error has occurred" : "Įvyko nežinoma klaida", "File could not be uploaded" : "Nepavyko įkelti failo", "Uploading …" : "Įkeliama…", + "{remainingTime} ({currentNumber}/{total})" : "{remainingTime} ({currentNumber}/{total})", "{loadedSize} of {totalSize} ({bitrate})" : "{loadedSize} iš {totalSize} ({bitrate})", "Uploading that item is not supported" : "To elemento įkėlimas nėra palaikomas", "Target folder does not exist any more" : "Paskirties aplanko daugiau nebėra", @@ -30,6 +31,7 @@ "Move" : "Perkelti", "Copy" : "Kopijuoti", "Choose target folder" : "Pasirinkite paskirties aplanką", + "Set reminder" : "Nustatyti priminimą", "Edit locally" : "Redaguoti lokaliai", "Open" : "Atverti", "Delete file" : "Ištrinti failą", @@ -38,7 +40,7 @@ "Leave this share" : "Palikti bendrinimą", "Could not load info for file \"{file}\"" : "Nepavyko įkelti informacijos failui „{file}“", "Files" : "Failai", - "Details" : "Duomenys", + "Details" : "Išsamiau", "Please select tag(s) to add to the selection" : "Pasirinkite raktažodžius pridėti prie pažymėtų", "Apply tag(s) to selection" : "Pritaikyti raktažodžiuis pasirinktiems", "Select directory \"{dirName}\"" : "Pasirinkite direktoriją \"{dirName}\"", @@ -157,11 +159,21 @@ "The ownership transfer of {path} from {user} has completed." : "{path} nuosavybės perdavimas iš naudotojo {user} užbaigtas.", "in %s" : "per %s", "File Management" : "Failų tvarkymas", + "Rename file" : "Pervadinti failą", + "A long time ago" : "Prieš ilgą laiką", + "Download file {name}" : "Atsisiųsti failą {name}", "File name" : "Failo pavadinimas", "Folder name" : "Aplanko pavadinimas", + "{newName} already exists." : "{newName} jau yra.", "Name cannot be empty" : "Pavadinimas negali būti tuščias", + "Could not copy {file}. {message}" : "Nepavyko nukopijuoti {file}. {message}", + "Could not move {file}. {message}" : "Nepavyko perkelti {file}. {message}", "Select all" : "Pažymėti viską", + "List of files and folders." : "Failų ir aplankų sąrašas.", + "{summaryFile} and {summaryFolder}" : "{summaryFile} ir {summaryFolder}", "File not found" : "Failas nerastas", + "_{count} file_::_{count} files_" : ["{count} failas","{count} failai","{count} failų","{count} failas"], + "_{count} folder_::_{count} folders_" : ["{count} aplankas","{count} aplankai","{count} aplankų","{count} aplankas"], "Storage informations" : "Informacija apie saugyklą", "Transfer ownership of a file or folder" : "Perduoti failo ar aplanko nuosavybę", "Choose file or folder to transfer" : "Pasirinkti norimą perduoti failą ar aplanką", @@ -195,6 +207,7 @@ "Creating file" : "Sukuriamas failas", "Unable to create new file from template" : "Nepavyko sukurti naujo failo iš šablono", "Delete permanently" : "Ištrinti negrįžtamai", + "The file does not exist anymore" : "Failo daugiau nebėra", "Templates" : "Šablonai", "Unable to initialize the templates directory" : "Nepavyko inicijuoti šablonų katalogo", "No favorites yet" : "Kol kas nėra mėgstamų", diff --git a/apps/files_external/l10n/lt_LT.js b/apps/files_external/l10n/lt_LT.js index 33aec3fe95416..71fd9c9720001 100644 --- a/apps/files_external/l10n/lt_LT.js +++ b/apps/files_external/l10n/lt_LT.js @@ -75,7 +75,7 @@ OC.L10N.register( "SFTP" : "SFTP", "Root" : "Šaknis", "SFTP with secret key login" : "SFTP protokolas su prisijungimu", - "Share" : "Dalintis", + "Share" : "Bendrinti", "Show hidden files" : "Rodyti paslėptus failus", "Timeout" : "Pasibaigė laikas", "Username as share" : "Dalinimosi vardas kaip ir vartotojo vardas", diff --git a/apps/files_external/l10n/lt_LT.json b/apps/files_external/l10n/lt_LT.json index b7374af8be2e6..20c08aa092c6d 100644 --- a/apps/files_external/l10n/lt_LT.json +++ b/apps/files_external/l10n/lt_LT.json @@ -73,7 +73,7 @@ "SFTP" : "SFTP", "Root" : "Šaknis", "SFTP with secret key login" : "SFTP protokolas su prisijungimu", - "Share" : "Dalintis", + "Share" : "Bendrinti", "Show hidden files" : "Rodyti paslėptus failus", "Timeout" : "Pasibaigė laikas", "Username as share" : "Dalinimosi vardas kaip ir vartotojo vardas", diff --git a/apps/files_sharing/l10n/ar.js b/apps/files_sharing/l10n/ar.js index f3a2de084de1c..f7ba5703948ae 100644 --- a/apps/files_sharing/l10n/ar.js +++ b/apps/files_sharing/l10n/ar.js @@ -204,6 +204,7 @@ OC.L10N.register( "Hide download" : "إخفاء التنزيل", "Video verification" : "التحقُّق من الفيديو", "Note to recipient" : "ملاحظة للمستلم", + "Enter a note for the share recipient" : "أدخل ملاحظةً لمُستلِم المُشارَكة", "Create" : "أنشِيء", "Update" : "تحديث", "Share" : "مُشارَكة", @@ -302,7 +303,6 @@ OC.L10N.register( "Expiration date enforced" : "فرض تاريخ انتهاء الصلاحية المشاركة", "Allow download" : "إسمَح بالتنزيل", "Password protect" : "حماية بكلمة مرور", - "Enter a note for the share recipient" : "أدخل ملاحظةً لمُستلِم المُشارَكة", "Science Mesh" : "Science Mesh", "Error generating password from password_policy" : "خطأ في توليد كلمة المرور بسبب مخالفة سياسة كلمات المرور" }, diff --git a/apps/files_sharing/l10n/ar.json b/apps/files_sharing/l10n/ar.json index 18d3b0327bc8b..649d8f07d3829 100644 --- a/apps/files_sharing/l10n/ar.json +++ b/apps/files_sharing/l10n/ar.json @@ -202,6 +202,7 @@ "Hide download" : "إخفاء التنزيل", "Video verification" : "التحقُّق من الفيديو", "Note to recipient" : "ملاحظة للمستلم", + "Enter a note for the share recipient" : "أدخل ملاحظةً لمُستلِم المُشارَكة", "Create" : "أنشِيء", "Update" : "تحديث", "Share" : "مُشارَكة", @@ -300,7 +301,6 @@ "Expiration date enforced" : "فرض تاريخ انتهاء الصلاحية المشاركة", "Allow download" : "إسمَح بالتنزيل", "Password protect" : "حماية بكلمة مرور", - "Enter a note for the share recipient" : "أدخل ملاحظةً لمُستلِم المُشارَكة", "Science Mesh" : "Science Mesh", "Error generating password from password_policy" : "خطأ في توليد كلمة المرور بسبب مخالفة سياسة كلمات المرور" },"pluralForm" :"nplurals=6; plural=n==0 ? 0 : n==1 ? 1 : n==2 ? 2 : n%100>=3 && n%100<=10 ? 3 : n%100>=11 && n%100<=99 ? 4 : 5;" diff --git a/apps/files_sharing/l10n/bg.js b/apps/files_sharing/l10n/bg.js index 461caa3545d7f..0f2f53d579c1b 100644 --- a/apps/files_sharing/l10n/bg.js +++ b/apps/files_sharing/l10n/bg.js @@ -200,6 +200,7 @@ OC.L10N.register( "Hide download" : "Скрий свалянето", "Video verification" : "Видео потвърждение", "Note to recipient" : "Бележка за получателя", + "Enter a note for the share recipient" : "Въведете бележка за получателя на споделянето", "Create" : "Създаване", "Update" : "Обновяване", "Share" : "Сподели", @@ -277,7 +278,6 @@ OC.L10N.register( "Expiration date enforced" : "Дата на изтичане на срока на действие", "Allow download" : "Позволяване на изтегляне/сваляне/", "Password protect" : "Защита с парола", - "Enter a note for the share recipient" : "Въведете бележка за получателя на споделянето", "Science Mesh" : "Приложение Science Mesh", "Error generating password from password_policy" : "Грешка при генериране на парола от политиката за пароли" }, diff --git a/apps/files_sharing/l10n/bg.json b/apps/files_sharing/l10n/bg.json index 2012d6df7fb9d..ed9d656033670 100644 --- a/apps/files_sharing/l10n/bg.json +++ b/apps/files_sharing/l10n/bg.json @@ -198,6 +198,7 @@ "Hide download" : "Скрий свалянето", "Video verification" : "Видео потвърждение", "Note to recipient" : "Бележка за получателя", + "Enter a note for the share recipient" : "Въведете бележка за получателя на споделянето", "Create" : "Създаване", "Update" : "Обновяване", "Share" : "Сподели", @@ -275,7 +276,6 @@ "Expiration date enforced" : "Дата на изтичане на срока на действие", "Allow download" : "Позволяване на изтегляне/сваляне/", "Password protect" : "Защита с парола", - "Enter a note for the share recipient" : "Въведете бележка за получателя на споделянето", "Science Mesh" : "Приложение Science Mesh", "Error generating password from password_policy" : "Грешка при генериране на парола от политиката за пароли" },"pluralForm" :"nplurals=2; plural=(n != 1);" diff --git a/apps/files_sharing/l10n/ca.js b/apps/files_sharing/l10n/ca.js index 024736a4bfe28..5296b302bcbd6 100644 --- a/apps/files_sharing/l10n/ca.js +++ b/apps/files_sharing/l10n/ca.js @@ -204,6 +204,7 @@ OC.L10N.register( "Hide download" : "Amaga la baixada", "Video verification" : "Verificació de vídeo", "Note to recipient" : "Nota per al destinatari", + "Enter a note for the share recipient" : "Introduïu una nota per al destinatari de l'element compartit", "Create" : "Crea", "Update" : "Actualitza", "Share" : "Comparteix", @@ -302,7 +303,6 @@ OC.L10N.register( "Expiration date enforced" : "Data de caducitat", "Allow download" : "Permet la baixada", "Password protect" : "Protegeix amb contrasenya", - "Enter a note for the share recipient" : "Introduïu una nota per al destinatari de l'element compartit", "Science Mesh" : "ScienceMesh", "Error generating password from password_policy" : "S'ha produït un error en generar la contrasenya a partir de password_policy" }, diff --git a/apps/files_sharing/l10n/ca.json b/apps/files_sharing/l10n/ca.json index c44693cf087fe..8e092a40e0887 100644 --- a/apps/files_sharing/l10n/ca.json +++ b/apps/files_sharing/l10n/ca.json @@ -202,6 +202,7 @@ "Hide download" : "Amaga la baixada", "Video verification" : "Verificació de vídeo", "Note to recipient" : "Nota per al destinatari", + "Enter a note for the share recipient" : "Introduïu una nota per al destinatari de l'element compartit", "Create" : "Crea", "Update" : "Actualitza", "Share" : "Comparteix", @@ -300,7 +301,6 @@ "Expiration date enforced" : "Data de caducitat", "Allow download" : "Permet la baixada", "Password protect" : "Protegeix amb contrasenya", - "Enter a note for the share recipient" : "Introduïu una nota per al destinatari de l'element compartit", "Science Mesh" : "ScienceMesh", "Error generating password from password_policy" : "S'ha produït un error en generar la contrasenya a partir de password_policy" },"pluralForm" :"nplurals=2; plural=(n != 1);" diff --git a/apps/files_sharing/l10n/cs.js b/apps/files_sharing/l10n/cs.js index 0f1b162bd64db..bc8651e82fda1 100644 --- a/apps/files_sharing/l10n/cs.js +++ b/apps/files_sharing/l10n/cs.js @@ -204,6 +204,7 @@ OC.L10N.register( "Hide download" : "Skrýt stahování", "Video verification" : "Ověřování pomocí videa", "Note to recipient" : "Poznámka pro příjemce", + "Enter a note for the share recipient" : "Zadejte poznámku pro příjemce sdílení", "Create" : "Vytvářet", "Update" : "Aktualizovat", "Share" : "Sdílet", @@ -301,7 +302,6 @@ OC.L10N.register( "Expiration date enforced" : "Datum skončení platnosti vynuceno", "Allow download" : "Umožnit stahování", "Password protect" : "Chránit heslem", - "Enter a note for the share recipient" : "Zadejte poznámku pro příjemce sdílení", "Science Mesh" : "Science Mesh", "Error generating password from password_policy" : "Chyba při vytváření hesla ze zásady pro hesla" }, diff --git a/apps/files_sharing/l10n/cs.json b/apps/files_sharing/l10n/cs.json index b5e77681f39fa..21de6cb21a7f0 100644 --- a/apps/files_sharing/l10n/cs.json +++ b/apps/files_sharing/l10n/cs.json @@ -202,6 +202,7 @@ "Hide download" : "Skrýt stahování", "Video verification" : "Ověřování pomocí videa", "Note to recipient" : "Poznámka pro příjemce", + "Enter a note for the share recipient" : "Zadejte poznámku pro příjemce sdílení", "Create" : "Vytvářet", "Update" : "Aktualizovat", "Share" : "Sdílet", @@ -299,7 +300,6 @@ "Expiration date enforced" : "Datum skončení platnosti vynuceno", "Allow download" : "Umožnit stahování", "Password protect" : "Chránit heslem", - "Enter a note for the share recipient" : "Zadejte poznámku pro příjemce sdílení", "Science Mesh" : "Science Mesh", "Error generating password from password_policy" : "Chyba při vytváření hesla ze zásady pro hesla" },"pluralForm" :"nplurals=4; plural=(n == 1 && n % 1 == 0) ? 0 : (n >= 2 && n <= 4 && n % 1 == 0) ? 1: (n % 1 != 0 ) ? 2 : 3;" diff --git a/apps/files_sharing/l10n/de.js b/apps/files_sharing/l10n/de.js index a9d495a72e287..1a4d62a7d2947 100644 --- a/apps/files_sharing/l10n/de.js +++ b/apps/files_sharing/l10n/de.js @@ -201,6 +201,7 @@ OC.L10N.register( "Hide download" : "Download verbergen", "Video verification" : "Videoüberprüfung", "Note to recipient" : "Notiz an Empfänger", + "Enter a note for the share recipient" : "Notiz für Empfänger der Freigabe eingeben", "Create" : "Erstellen", "Update" : "Aktualisieren", "Share" : "Teilen", @@ -289,7 +290,6 @@ OC.L10N.register( "Expiration date enforced" : "Ablaufdatum erzwungen", "Allow download" : "Download erlauben", "Password protect" : "Passwortschutz", - "Enter a note for the share recipient" : "Notiz für Empfänger der Freigabe eingeben", "Science Mesh" : "ScienceMesh", "Error generating password from password_policy" : "Fehler beim Erzeugen des Passworts basierend auf der Passwort-Policy" }, diff --git a/apps/files_sharing/l10n/de.json b/apps/files_sharing/l10n/de.json index f839aa01426c1..36c93cc00cccb 100644 --- a/apps/files_sharing/l10n/de.json +++ b/apps/files_sharing/l10n/de.json @@ -199,6 +199,7 @@ "Hide download" : "Download verbergen", "Video verification" : "Videoüberprüfung", "Note to recipient" : "Notiz an Empfänger", + "Enter a note for the share recipient" : "Notiz für Empfänger der Freigabe eingeben", "Create" : "Erstellen", "Update" : "Aktualisieren", "Share" : "Teilen", @@ -287,7 +288,6 @@ "Expiration date enforced" : "Ablaufdatum erzwungen", "Allow download" : "Download erlauben", "Password protect" : "Passwortschutz", - "Enter a note for the share recipient" : "Notiz für Empfänger der Freigabe eingeben", "Science Mesh" : "ScienceMesh", "Error generating password from password_policy" : "Fehler beim Erzeugen des Passworts basierend auf der Passwort-Policy" },"pluralForm" :"nplurals=2; plural=(n != 1);" diff --git a/apps/files_sharing/l10n/de_DE.js b/apps/files_sharing/l10n/de_DE.js index 9b6037a12e5e7..777e5dfd2e169 100644 --- a/apps/files_sharing/l10n/de_DE.js +++ b/apps/files_sharing/l10n/de_DE.js @@ -204,6 +204,7 @@ OC.L10N.register( "Hide download" : "Download verbergen", "Video verification" : "Videoüberprüfung", "Note to recipient" : "Notiz an Empfänger", + "Enter a note for the share recipient" : "Notiz für Empfänger der Freigabe eingeben", "Create" : "Erstellen", "Update" : "Aktualisieren", "Share" : "Teilen", @@ -302,7 +303,6 @@ OC.L10N.register( "Expiration date enforced" : "Ablaufdatum erzwungen", "Allow download" : "Download erlauben", "Password protect" : "Passwortschutz", - "Enter a note for the share recipient" : "Notiz für Empfänger der Freigabe eingeben", "Science Mesh" : "ScienceMesh", "Error generating password from password_policy" : "Fehler beim Erzeugen des Passworts basierend auf der Kennwortrichtlinie" }, diff --git a/apps/files_sharing/l10n/de_DE.json b/apps/files_sharing/l10n/de_DE.json index 47486dd89ab64..fb1b7be3a372b 100644 --- a/apps/files_sharing/l10n/de_DE.json +++ b/apps/files_sharing/l10n/de_DE.json @@ -202,6 +202,7 @@ "Hide download" : "Download verbergen", "Video verification" : "Videoüberprüfung", "Note to recipient" : "Notiz an Empfänger", + "Enter a note for the share recipient" : "Notiz für Empfänger der Freigabe eingeben", "Create" : "Erstellen", "Update" : "Aktualisieren", "Share" : "Teilen", @@ -300,7 +301,6 @@ "Expiration date enforced" : "Ablaufdatum erzwungen", "Allow download" : "Download erlauben", "Password protect" : "Passwortschutz", - "Enter a note for the share recipient" : "Notiz für Empfänger der Freigabe eingeben", "Science Mesh" : "ScienceMesh", "Error generating password from password_policy" : "Fehler beim Erzeugen des Passworts basierend auf der Kennwortrichtlinie" },"pluralForm" :"nplurals=2; plural=(n != 1);" diff --git a/apps/files_sharing/l10n/el.js b/apps/files_sharing/l10n/el.js index fb8858289241b..b83e50635991d 100644 --- a/apps/files_sharing/l10n/el.js +++ b/apps/files_sharing/l10n/el.js @@ -186,6 +186,7 @@ OC.L10N.register( "Hide download" : "Απόκρυψη λήψης", "Video verification" : "Επαλήθευση βίντεο", "Note to recipient" : "Σημείωση προς τον παραλήπτη", + "Enter a note for the share recipient" : "Προσθέτε σημείωση για τους παραλήπτες του κοινόχρηστου", "Create" : "Δημιουργία", "Update" : "Ενημέρωση", "Share" : "Διαμοιρασμός", @@ -257,7 +258,6 @@ OC.L10N.register( "Allow resharing" : "Επιτρέπεται ο επαναδιαμοιρασμός", "Expiration date enforced" : "Επεβλήθη ημερομηνία λήξης", "Allow download" : "Να επιτρέπεται η λήψη", - "Password protect" : "Προστασία με συνθηματικό", - "Enter a note for the share recipient" : "Προσθέτε σημείωση για τους παραλήπτες του κοινόχρηστου" + "Password protect" : "Προστασία με συνθηματικό" }, "nplurals=2; plural=(n != 1);"); diff --git a/apps/files_sharing/l10n/el.json b/apps/files_sharing/l10n/el.json index 6fbda6601aab2..96f8154b17345 100644 --- a/apps/files_sharing/l10n/el.json +++ b/apps/files_sharing/l10n/el.json @@ -184,6 +184,7 @@ "Hide download" : "Απόκρυψη λήψης", "Video verification" : "Επαλήθευση βίντεο", "Note to recipient" : "Σημείωση προς τον παραλήπτη", + "Enter a note for the share recipient" : "Προσθέτε σημείωση για τους παραλήπτες του κοινόχρηστου", "Create" : "Δημιουργία", "Update" : "Ενημέρωση", "Share" : "Διαμοιρασμός", @@ -255,7 +256,6 @@ "Allow resharing" : "Επιτρέπεται ο επαναδιαμοιρασμός", "Expiration date enforced" : "Επεβλήθη ημερομηνία λήξης", "Allow download" : "Να επιτρέπεται η λήψη", - "Password protect" : "Προστασία με συνθηματικό", - "Enter a note for the share recipient" : "Προσθέτε σημείωση για τους παραλήπτες του κοινόχρηστου" + "Password protect" : "Προστασία με συνθηματικό" },"pluralForm" :"nplurals=2; plural=(n != 1);" } \ No newline at end of file diff --git a/apps/files_sharing/l10n/en_GB.js b/apps/files_sharing/l10n/en_GB.js index e2341cb18ab3b..4caaa591c7999 100644 --- a/apps/files_sharing/l10n/en_GB.js +++ b/apps/files_sharing/l10n/en_GB.js @@ -204,6 +204,7 @@ OC.L10N.register( "Hide download" : "Hide download", "Video verification" : "Video verification", "Note to recipient" : "Note to recipient", + "Enter a note for the share recipient" : "Enter a note for the share recipient", "Create" : "Create", "Update" : "Update", "Share" : "Share", @@ -302,7 +303,6 @@ OC.L10N.register( "Expiration date enforced" : "Expiration date enforced", "Allow download" : "Allow download", "Password protect" : "Password protect", - "Enter a note for the share recipient" : "Enter a note for the share recipient", "Science Mesh" : "Science Mesh", "Error generating password from password_policy" : "Error generating password from password policy" }, diff --git a/apps/files_sharing/l10n/en_GB.json b/apps/files_sharing/l10n/en_GB.json index c8c0881a3dad4..6df50595bde80 100644 --- a/apps/files_sharing/l10n/en_GB.json +++ b/apps/files_sharing/l10n/en_GB.json @@ -202,6 +202,7 @@ "Hide download" : "Hide download", "Video verification" : "Video verification", "Note to recipient" : "Note to recipient", + "Enter a note for the share recipient" : "Enter a note for the share recipient", "Create" : "Create", "Update" : "Update", "Share" : "Share", @@ -300,7 +301,6 @@ "Expiration date enforced" : "Expiration date enforced", "Allow download" : "Allow download", "Password protect" : "Password protect", - "Enter a note for the share recipient" : "Enter a note for the share recipient", "Science Mesh" : "Science Mesh", "Error generating password from password_policy" : "Error generating password from password policy" },"pluralForm" :"nplurals=2; plural=(n != 1);" diff --git a/apps/files_sharing/l10n/eo.js b/apps/files_sharing/l10n/eo.js index 33a4579eef43b..e86f8acdda734 100644 --- a/apps/files_sharing/l10n/eo.js +++ b/apps/files_sharing/l10n/eo.js @@ -151,6 +151,7 @@ OC.L10N.register( "Expiration date" : "Limdato", "Hide download" : "Kaŝi elŝuton", "Note to recipient" : "Noto por la ricevonto", + "Enter a note for the share recipient" : "Entajpu noton por la ricevonto", "Update" : "Ĝisdatigi", "Share" : "Kunhavigi", "Delete share" : "Forigi kunhavigon", @@ -204,7 +205,6 @@ OC.L10N.register( "One or more of your shares will expire tomorrow" : "Unu aŭ pliaj el viaj kunhavoj senvalidiĝos morgaŭ", "Allow resharing" : "Permesi rekunhavigon", "Expiration date enforced" : "Limdato efektiva", - "Password protect" : "Protekti per pasvorto", - "Enter a note for the share recipient" : "Entajpu noton por la ricevonto" + "Password protect" : "Protekti per pasvorto" }, "nplurals=2; plural=(n != 1);"); diff --git a/apps/files_sharing/l10n/eo.json b/apps/files_sharing/l10n/eo.json index d6cb3a2f7111b..b9af26086a4db 100644 --- a/apps/files_sharing/l10n/eo.json +++ b/apps/files_sharing/l10n/eo.json @@ -149,6 +149,7 @@ "Expiration date" : "Limdato", "Hide download" : "Kaŝi elŝuton", "Note to recipient" : "Noto por la ricevonto", + "Enter a note for the share recipient" : "Entajpu noton por la ricevonto", "Update" : "Ĝisdatigi", "Share" : "Kunhavigi", "Delete share" : "Forigi kunhavigon", @@ -202,7 +203,6 @@ "One or more of your shares will expire tomorrow" : "Unu aŭ pliaj el viaj kunhavoj senvalidiĝos morgaŭ", "Allow resharing" : "Permesi rekunhavigon", "Expiration date enforced" : "Limdato efektiva", - "Password protect" : "Protekti per pasvorto", - "Enter a note for the share recipient" : "Entajpu noton por la ricevonto" + "Password protect" : "Protekti per pasvorto" },"pluralForm" :"nplurals=2; plural=(n != 1);" } \ No newline at end of file diff --git a/apps/files_sharing/l10n/es.js b/apps/files_sharing/l10n/es.js index cab2bdabff428..a698e99d3f5a9 100644 --- a/apps/files_sharing/l10n/es.js +++ b/apps/files_sharing/l10n/es.js @@ -204,6 +204,7 @@ OC.L10N.register( "Hide download" : "Ocultar descarga", "Video verification" : "Verificación por vídeo", "Note to recipient" : "Nota para el destinatario", + "Enter a note for the share recipient" : "Escriba una nota para el recurso compartido del destinatario", "Create" : "Crear", "Update" : "Actualizar", "Share" : "Compartir", @@ -302,7 +303,6 @@ OC.L10N.register( "Expiration date enforced" : "Fecha de caducidad impuesta", "Allow download" : "Permitir descarga", "Password protect" : "Protegido por contraseña", - "Enter a note for the share recipient" : "Escriba una nota para el recurso compartido del destinatario", "Science Mesh" : "Science Mesh", "Error generating password from password_policy" : "Error generando contraseña desde la política de contraseñas" }, diff --git a/apps/files_sharing/l10n/es.json b/apps/files_sharing/l10n/es.json index 6062d6cb69a36..69c5fd5a725f0 100644 --- a/apps/files_sharing/l10n/es.json +++ b/apps/files_sharing/l10n/es.json @@ -202,6 +202,7 @@ "Hide download" : "Ocultar descarga", "Video verification" : "Verificación por vídeo", "Note to recipient" : "Nota para el destinatario", + "Enter a note for the share recipient" : "Escriba una nota para el recurso compartido del destinatario", "Create" : "Crear", "Update" : "Actualizar", "Share" : "Compartir", @@ -300,7 +301,6 @@ "Expiration date enforced" : "Fecha de caducidad impuesta", "Allow download" : "Permitir descarga", "Password protect" : "Protegido por contraseña", - "Enter a note for the share recipient" : "Escriba una nota para el recurso compartido del destinatario", "Science Mesh" : "Science Mesh", "Error generating password from password_policy" : "Error generando contraseña desde la política de contraseñas" },"pluralForm" :"nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;" diff --git a/apps/files_sharing/l10n/es_EC.js b/apps/files_sharing/l10n/es_EC.js index 6af4e5966e2fd..2909f16f42fc0 100644 --- a/apps/files_sharing/l10n/es_EC.js +++ b/apps/files_sharing/l10n/es_EC.js @@ -198,6 +198,7 @@ OC.L10N.register( "Hide download" : "Ocultar descarga", "Video verification" : "Verificación de video", "Note to recipient" : "Nota para el destinatario", + "Enter a note for the share recipient" : "Ingresa una nota para el destinatario de la compartición", "Create" : "Crear", "Update" : "Actualizar", "Share" : "Compartir", @@ -290,7 +291,6 @@ OC.L10N.register( "Expiration date enforced" : "Vencimiento de la fecha exigido", "Allow download" : "Permitir descarga", "Password protect" : "Proteger con contraseña", - "Enter a note for the share recipient" : "Ingresa una nota para el destinatario de la compartición", "Science Mesh" : "Science Mesh", "Error generating password from password_policy" : "Error al generar la contraseña según la política de contraseñas" }, diff --git a/apps/files_sharing/l10n/es_EC.json b/apps/files_sharing/l10n/es_EC.json index eeb695fcda65e..2067aa4096544 100644 --- a/apps/files_sharing/l10n/es_EC.json +++ b/apps/files_sharing/l10n/es_EC.json @@ -196,6 +196,7 @@ "Hide download" : "Ocultar descarga", "Video verification" : "Verificación de video", "Note to recipient" : "Nota para el destinatario", + "Enter a note for the share recipient" : "Ingresa una nota para el destinatario de la compartición", "Create" : "Crear", "Update" : "Actualizar", "Share" : "Compartir", @@ -288,7 +289,6 @@ "Expiration date enforced" : "Vencimiento de la fecha exigido", "Allow download" : "Permitir descarga", "Password protect" : "Proteger con contraseña", - "Enter a note for the share recipient" : "Ingresa una nota para el destinatario de la compartición", "Science Mesh" : "Science Mesh", "Error generating password from password_policy" : "Error al generar la contraseña según la política de contraseñas" },"pluralForm" :"nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;" diff --git a/apps/files_sharing/l10n/eu.js b/apps/files_sharing/l10n/eu.js index 054802417fb26..1dc64beb61e6c 100644 --- a/apps/files_sharing/l10n/eu.js +++ b/apps/files_sharing/l10n/eu.js @@ -201,6 +201,7 @@ OC.L10N.register( "Hide download" : "Ezkutatu deskarga", "Video verification" : "Bideo egiaztapena", "Note to recipient" : "Oharra hartzailearentzat", + "Enter a note for the share recipient" : "Sartu ohar bat partekatzearen hartzailearentzat", "Create" : "Sortu", "Update" : "Eguneratu", "Share" : "Partekatu", @@ -294,7 +295,6 @@ OC.L10N.register( "Expiration date enforced" : "Iraungitze-data betearazita", "Allow download" : "Baimendu deskarga", "Password protect" : "Babestu pasahitzarekin", - "Enter a note for the share recipient" : "Sartu ohar bat partekatzearen hartzailearentzat", "Science Mesh" : "Zientzia sarea", "Error generating password from password_policy" : "Errorea pasahitz-gidalerrotik pasahitza sortzean" }, diff --git a/apps/files_sharing/l10n/eu.json b/apps/files_sharing/l10n/eu.json index 28966fb6921e6..29caa7307047d 100644 --- a/apps/files_sharing/l10n/eu.json +++ b/apps/files_sharing/l10n/eu.json @@ -199,6 +199,7 @@ "Hide download" : "Ezkutatu deskarga", "Video verification" : "Bideo egiaztapena", "Note to recipient" : "Oharra hartzailearentzat", + "Enter a note for the share recipient" : "Sartu ohar bat partekatzearen hartzailearentzat", "Create" : "Sortu", "Update" : "Eguneratu", "Share" : "Partekatu", @@ -292,7 +293,6 @@ "Expiration date enforced" : "Iraungitze-data betearazita", "Allow download" : "Baimendu deskarga", "Password protect" : "Babestu pasahitzarekin", - "Enter a note for the share recipient" : "Sartu ohar bat partekatzearen hartzailearentzat", "Science Mesh" : "Zientzia sarea", "Error generating password from password_policy" : "Errorea pasahitz-gidalerrotik pasahitza sortzean" },"pluralForm" :"nplurals=2; plural=(n != 1);" diff --git a/apps/files_sharing/l10n/fa.js b/apps/files_sharing/l10n/fa.js index b29de07198f0b..58400112b8802 100644 --- a/apps/files_sharing/l10n/fa.js +++ b/apps/files_sharing/l10n/fa.js @@ -201,6 +201,7 @@ OC.L10N.register( "Hide download" : "پنهان کردن بارگیری", "Video verification" : "تأیید صحت ویدیو", "Note to recipient" : "یادداشت برای گیرنده", + "Enter a note for the share recipient" : "برای دریافت کننده اشتراک یک یادداشت وارد کنید", "Create" : "ایجاد", "Update" : "به‌روز رسانی", "Share" : "هم‌رسانی", @@ -294,7 +295,6 @@ OC.L10N.register( "Expiration date enforced" : "تاریخ انقضا اجرا شده است", "Allow download" : "Allow download", "Password protect" : "محافظت با گذرواژه", - "Enter a note for the share recipient" : "برای دریافت کننده اشتراک یک یادداشت وارد کنید", "Science Mesh" : "Science Mesh", "Error generating password from password_policy" : "Error generating password from password_policy" }, diff --git a/apps/files_sharing/l10n/fa.json b/apps/files_sharing/l10n/fa.json index 72239481e0da4..e9cc09fe39117 100644 --- a/apps/files_sharing/l10n/fa.json +++ b/apps/files_sharing/l10n/fa.json @@ -199,6 +199,7 @@ "Hide download" : "پنهان کردن بارگیری", "Video verification" : "تأیید صحت ویدیو", "Note to recipient" : "یادداشت برای گیرنده", + "Enter a note for the share recipient" : "برای دریافت کننده اشتراک یک یادداشت وارد کنید", "Create" : "ایجاد", "Update" : "به‌روز رسانی", "Share" : "هم‌رسانی", @@ -292,7 +293,6 @@ "Expiration date enforced" : "تاریخ انقضا اجرا شده است", "Allow download" : "Allow download", "Password protect" : "محافظت با گذرواژه", - "Enter a note for the share recipient" : "برای دریافت کننده اشتراک یک یادداشت وارد کنید", "Science Mesh" : "Science Mesh", "Error generating password from password_policy" : "Error generating password from password_policy" },"pluralForm" :"nplurals=2; plural=(n > 1);" diff --git a/apps/files_sharing/l10n/fi.js b/apps/files_sharing/l10n/fi.js index b057095c51a86..06579293c5a1f 100644 --- a/apps/files_sharing/l10n/fi.js +++ b/apps/files_sharing/l10n/fi.js @@ -192,6 +192,7 @@ OC.L10N.register( "Hide download" : "Piilota lataus", "Video verification" : "Videovarmistus", "Note to recipient" : "Huomio vastaanottajalle", + "Enter a note for the share recipient" : "Lisää muistiinpano jaon vastaanottajalle", "Create" : "Luo", "Update" : "Päivitä", "Share" : "Jaa", @@ -282,7 +283,6 @@ OC.L10N.register( "Allow resharing" : "Salli uudelleenjakaminen", "Expiration date enforced" : "Vanhenemispäivä pakotettu", "Allow download" : "Salli lataus", - "Password protect" : "Suojaa salasanalla", - "Enter a note for the share recipient" : "Lisää muistiinpano jaon vastaanottajalle" + "Password protect" : "Suojaa salasanalla" }, "nplurals=2; plural=(n != 1);"); diff --git a/apps/files_sharing/l10n/fi.json b/apps/files_sharing/l10n/fi.json index f551be07933f8..f04bdf30f720a 100644 --- a/apps/files_sharing/l10n/fi.json +++ b/apps/files_sharing/l10n/fi.json @@ -190,6 +190,7 @@ "Hide download" : "Piilota lataus", "Video verification" : "Videovarmistus", "Note to recipient" : "Huomio vastaanottajalle", + "Enter a note for the share recipient" : "Lisää muistiinpano jaon vastaanottajalle", "Create" : "Luo", "Update" : "Päivitä", "Share" : "Jaa", @@ -280,7 +281,6 @@ "Allow resharing" : "Salli uudelleenjakaminen", "Expiration date enforced" : "Vanhenemispäivä pakotettu", "Allow download" : "Salli lataus", - "Password protect" : "Suojaa salasanalla", - "Enter a note for the share recipient" : "Lisää muistiinpano jaon vastaanottajalle" + "Password protect" : "Suojaa salasanalla" },"pluralForm" :"nplurals=2; plural=(n != 1);" } \ No newline at end of file diff --git a/apps/files_sharing/l10n/fr.js b/apps/files_sharing/l10n/fr.js index aedc113d97a03..396702d30b00c 100644 --- a/apps/files_sharing/l10n/fr.js +++ b/apps/files_sharing/l10n/fr.js @@ -204,6 +204,7 @@ OC.L10N.register( "Hide download" : "Masquer le téléchargement", "Video verification" : "Vérification vidéo", "Note to recipient" : "Note au destinataire", + "Enter a note for the share recipient" : "Saisissez une note pour le destinataire du partage", "Create" : "Créer", "Update" : "Mise à jour", "Share" : "Partager", @@ -302,7 +303,6 @@ OC.L10N.register( "Expiration date enforced" : "Date d'expiration forcée", "Allow download" : "Autoriser le téléchargement", "Password protect" : "Protéger par un mot de passe", - "Enter a note for the share recipient" : "Saisissez une note pour le destinataire du partage", "Science Mesh" : "Science Mesh", "Error generating password from password_policy" : "Erreur de génération de mot de passe à partir de password_policy" }, diff --git a/apps/files_sharing/l10n/fr.json b/apps/files_sharing/l10n/fr.json index 63d9db81de0f7..72de6e37f376d 100644 --- a/apps/files_sharing/l10n/fr.json +++ b/apps/files_sharing/l10n/fr.json @@ -202,6 +202,7 @@ "Hide download" : "Masquer le téléchargement", "Video verification" : "Vérification vidéo", "Note to recipient" : "Note au destinataire", + "Enter a note for the share recipient" : "Saisissez une note pour le destinataire du partage", "Create" : "Créer", "Update" : "Mise à jour", "Share" : "Partager", @@ -300,7 +301,6 @@ "Expiration date enforced" : "Date d'expiration forcée", "Allow download" : "Autoriser le téléchargement", "Password protect" : "Protéger par un mot de passe", - "Enter a note for the share recipient" : "Saisissez une note pour le destinataire du partage", "Science Mesh" : "Science Mesh", "Error generating password from password_policy" : "Erreur de génération de mot de passe à partir de password_policy" },"pluralForm" :"nplurals=3; plural=(n == 0 || n == 1) ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;" diff --git a/apps/files_sharing/l10n/gl.js b/apps/files_sharing/l10n/gl.js index e965cff1928bf..f93987a3bd71c 100644 --- a/apps/files_sharing/l10n/gl.js +++ b/apps/files_sharing/l10n/gl.js @@ -204,6 +204,7 @@ OC.L10N.register( "Hide download" : "Agochar a descarga", "Video verification" : "Verificación de vídeo", "Note to recipient" : "Nota para o destinatario", + "Enter a note for the share recipient" : "Introduza unha nota para o destinatario da compartición", "Create" : "Crear", "Update" : "Actualizar", "Share" : "Compartir", @@ -301,7 +302,6 @@ OC.L10N.register( "Expiration date enforced" : "Data de caducidade obrigada", "Allow download" : "Permitir a descarga", "Password protect" : "Protexido con contrasinal", - "Enter a note for the share recipient" : "Introduza unha nota para o destinatario da compartición", "Science Mesh" : "Science Mesh", "Error generating password from password_policy" : "Produciuse un erro ao xerar o contrasinal a partir da directiva de contrasinais" }, diff --git a/apps/files_sharing/l10n/gl.json b/apps/files_sharing/l10n/gl.json index 00a894d24bd9d..15c4a677837cb 100644 --- a/apps/files_sharing/l10n/gl.json +++ b/apps/files_sharing/l10n/gl.json @@ -202,6 +202,7 @@ "Hide download" : "Agochar a descarga", "Video verification" : "Verificación de vídeo", "Note to recipient" : "Nota para o destinatario", + "Enter a note for the share recipient" : "Introduza unha nota para o destinatario da compartición", "Create" : "Crear", "Update" : "Actualizar", "Share" : "Compartir", @@ -299,7 +300,6 @@ "Expiration date enforced" : "Data de caducidade obrigada", "Allow download" : "Permitir a descarga", "Password protect" : "Protexido con contrasinal", - "Enter a note for the share recipient" : "Introduza unha nota para o destinatario da compartición", "Science Mesh" : "Science Mesh", "Error generating password from password_policy" : "Produciuse un erro ao xerar o contrasinal a partir da directiva de contrasinais" },"pluralForm" :"nplurals=2; plural=(n != 1);" diff --git a/apps/files_sharing/l10n/he.js b/apps/files_sharing/l10n/he.js index 6a009e55fa41d..09690f98aa016 100644 --- a/apps/files_sharing/l10n/he.js +++ b/apps/files_sharing/l10n/he.js @@ -169,6 +169,7 @@ OC.L10N.register( "Hide download" : "הסתרת הורדה", "Video verification" : "אימות וידאו", "Note to recipient" : "מסר לנמען", + "Enter a note for the share recipient" : "נא להוסיף הערה למקבלי השיתוף", "Update" : "עדכון", "Share" : "שיתוף", "Others with access" : "נוספים עם גישה", @@ -234,7 +235,6 @@ OC.L10N.register( "Allow deleting" : "לאפשר מחיקה", "Allow resharing" : "לאפשר שיתוף מחדש", "Expiration date enforced" : "נאכף מועד תפוגה", - "Password protect" : "הגנה בססמה", - "Enter a note for the share recipient" : "נא להוסיף הערה למקבלי השיתוף" + "Password protect" : "הגנה בססמה" }, "nplurals=4; plural=(n == 1 && n % 1 == 0) ? 0 : (n == 2 && n % 1 == 0) ? 1: (n % 10 == 0 && n % 1 == 0 && n > 10) ? 2 : 3;"); diff --git a/apps/files_sharing/l10n/he.json b/apps/files_sharing/l10n/he.json index 0ffb0ff6d036e..53cc273e30d4c 100644 --- a/apps/files_sharing/l10n/he.json +++ b/apps/files_sharing/l10n/he.json @@ -167,6 +167,7 @@ "Hide download" : "הסתרת הורדה", "Video verification" : "אימות וידאו", "Note to recipient" : "מסר לנמען", + "Enter a note for the share recipient" : "נא להוסיף הערה למקבלי השיתוף", "Update" : "עדכון", "Share" : "שיתוף", "Others with access" : "נוספים עם גישה", @@ -232,7 +233,6 @@ "Allow deleting" : "לאפשר מחיקה", "Allow resharing" : "לאפשר שיתוף מחדש", "Expiration date enforced" : "נאכף מועד תפוגה", - "Password protect" : "הגנה בססמה", - "Enter a note for the share recipient" : "נא להוסיף הערה למקבלי השיתוף" + "Password protect" : "הגנה בססמה" },"pluralForm" :"nplurals=4; plural=(n == 1 && n % 1 == 0) ? 0 : (n == 2 && n % 1 == 0) ? 1: (n % 10 == 0 && n % 1 == 0 && n > 10) ? 2 : 3;" } \ No newline at end of file diff --git a/apps/files_sharing/l10n/hr.js b/apps/files_sharing/l10n/hr.js index fb69149772b02..1196df4a5040b 100644 --- a/apps/files_sharing/l10n/hr.js +++ b/apps/files_sharing/l10n/hr.js @@ -177,6 +177,7 @@ OC.L10N.register( "Hide download" : "Sakrij preuzimanje", "Video verification" : "Provjera videozapisa", "Note to recipient" : "Obavijest primatelju", + "Enter a note for the share recipient" : "Unesite bilješku za primatelja dijeljenja", "Create" : "Stvori", "Update" : "Ažuriraj", "Share" : "Dijeli", @@ -246,7 +247,6 @@ OC.L10N.register( "Allow deleting" : "Dopusti brisanje", "Allow resharing" : "Dopusti ponovno dijeljenje", "Expiration date enforced" : "Provodi se datum isteka", - "Password protect" : "Zaštita zaporkom", - "Enter a note for the share recipient" : "Unesite bilješku za primatelja dijeljenja" + "Password protect" : "Zaštita zaporkom" }, "nplurals=3; plural=n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2;"); diff --git a/apps/files_sharing/l10n/hr.json b/apps/files_sharing/l10n/hr.json index 4b64902bb14a4..cf7e576e5a10a 100644 --- a/apps/files_sharing/l10n/hr.json +++ b/apps/files_sharing/l10n/hr.json @@ -175,6 +175,7 @@ "Hide download" : "Sakrij preuzimanje", "Video verification" : "Provjera videozapisa", "Note to recipient" : "Obavijest primatelju", + "Enter a note for the share recipient" : "Unesite bilješku za primatelja dijeljenja", "Create" : "Stvori", "Update" : "Ažuriraj", "Share" : "Dijeli", @@ -244,7 +245,6 @@ "Allow deleting" : "Dopusti brisanje", "Allow resharing" : "Dopusti ponovno dijeljenje", "Expiration date enforced" : "Provodi se datum isteka", - "Password protect" : "Zaštita zaporkom", - "Enter a note for the share recipient" : "Unesite bilješku za primatelja dijeljenja" + "Password protect" : "Zaštita zaporkom" },"pluralForm" :"nplurals=3; plural=n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2;" } \ No newline at end of file diff --git a/apps/files_sharing/l10n/hu.js b/apps/files_sharing/l10n/hu.js index 06b22363f6b70..fe650b8a75add 100644 --- a/apps/files_sharing/l10n/hu.js +++ b/apps/files_sharing/l10n/hu.js @@ -200,6 +200,7 @@ OC.L10N.register( "Hide download" : "Letöltés elrejtése", "Video verification" : "Videós ellenőrzés", "Note to recipient" : "Jegyzet a címzettnek", + "Enter a note for the share recipient" : "Adjon meg egy megjegyzést a megosztás címzettje számára", "Create" : "Létrehozás", "Update" : "Frissítés", "Share" : "Megosztás", @@ -277,7 +278,6 @@ OC.L10N.register( "Expiration date enforced" : "Lejárati idő megkövetelése", "Allow download" : "Letöltés engedélyezése", "Password protect" : "Jelszavas védelem", - "Enter a note for the share recipient" : "Adjon meg egy megjegyzést a megosztás címzettje számára", "Science Mesh" : "Science Mesh", "Error generating password from password_policy" : "Hiba a password_policy használatával történő jelszó-előállításkor" }, diff --git a/apps/files_sharing/l10n/hu.json b/apps/files_sharing/l10n/hu.json index d62c4d32d69ee..ae6bfbd6b940a 100644 --- a/apps/files_sharing/l10n/hu.json +++ b/apps/files_sharing/l10n/hu.json @@ -198,6 +198,7 @@ "Hide download" : "Letöltés elrejtése", "Video verification" : "Videós ellenőrzés", "Note to recipient" : "Jegyzet a címzettnek", + "Enter a note for the share recipient" : "Adjon meg egy megjegyzést a megosztás címzettje számára", "Create" : "Létrehozás", "Update" : "Frissítés", "Share" : "Megosztás", @@ -275,7 +276,6 @@ "Expiration date enforced" : "Lejárati idő megkövetelése", "Allow download" : "Letöltés engedélyezése", "Password protect" : "Jelszavas védelem", - "Enter a note for the share recipient" : "Adjon meg egy megjegyzést a megosztás címzettje számára", "Science Mesh" : "Science Mesh", "Error generating password from password_policy" : "Hiba a password_policy használatával történő jelszó-előállításkor" },"pluralForm" :"nplurals=2; plural=(n != 1);" diff --git a/apps/files_sharing/l10n/it.js b/apps/files_sharing/l10n/it.js index e9d93f7ecb401..79e8f0347ff40 100644 --- a/apps/files_sharing/l10n/it.js +++ b/apps/files_sharing/l10n/it.js @@ -204,6 +204,7 @@ OC.L10N.register( "Hide download" : "Nascondi scaricamento", "Video verification" : "Verifica video", "Note to recipient" : "Nota al destinatario", + "Enter a note for the share recipient" : "Digita una nota per il destinatario della condivisione", "Create" : "Crea", "Update" : "Aggiorna", "Share" : "Condividi", @@ -302,7 +303,6 @@ OC.L10N.register( "Expiration date enforced" : "Data di scadenza applicata", "Allow download" : "Consenti download", "Password protect" : "Proteggi con password", - "Enter a note for the share recipient" : "Digita una nota per il destinatario della condivisione", "Science Mesh" : "Science Mesh", "Error generating password from password_policy" : "Errore: la password non rispetta i criteri stabiliti" }, diff --git a/apps/files_sharing/l10n/it.json b/apps/files_sharing/l10n/it.json index d2ddc1f48744d..fcb45a8fb0bad 100644 --- a/apps/files_sharing/l10n/it.json +++ b/apps/files_sharing/l10n/it.json @@ -202,6 +202,7 @@ "Hide download" : "Nascondi scaricamento", "Video verification" : "Verifica video", "Note to recipient" : "Nota al destinatario", + "Enter a note for the share recipient" : "Digita una nota per il destinatario della condivisione", "Create" : "Crea", "Update" : "Aggiorna", "Share" : "Condividi", @@ -300,7 +301,6 @@ "Expiration date enforced" : "Data di scadenza applicata", "Allow download" : "Consenti download", "Password protect" : "Proteggi con password", - "Enter a note for the share recipient" : "Digita una nota per il destinatario della condivisione", "Science Mesh" : "Science Mesh", "Error generating password from password_policy" : "Errore: la password non rispetta i criteri stabiliti" },"pluralForm" :"nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;" diff --git a/apps/files_sharing/l10n/ja.js b/apps/files_sharing/l10n/ja.js index 1267e56eef495..9f488ee706362 100644 --- a/apps/files_sharing/l10n/ja.js +++ b/apps/files_sharing/l10n/ja.js @@ -204,6 +204,7 @@ OC.L10N.register( "Hide download" : "ダウンロードを隠す", "Video verification" : "ビデオ通話によるパスワード通知", "Note to recipient" : "受取人への注意", + "Enter a note for the share recipient" : "共有受信者へのメモを入力してください", "Create" : "作成", "Update" : "更新", "Share" : "共有", @@ -302,7 +303,6 @@ OC.L10N.register( "Expiration date enforced" : "有効期限が強制される", "Allow download" : "ダウンロードを許可", "Password protect" : "パスワード保護", - "Enter a note for the share recipient" : "共有受信者へのメモを入力してください", "Science Mesh" : "Science Mesh", "Error generating password from password_policy" : "password_policy からのパスワード生成エラー" }, diff --git a/apps/files_sharing/l10n/ja.json b/apps/files_sharing/l10n/ja.json index 24a37ab644e94..402e922d70571 100644 --- a/apps/files_sharing/l10n/ja.json +++ b/apps/files_sharing/l10n/ja.json @@ -202,6 +202,7 @@ "Hide download" : "ダウンロードを隠す", "Video verification" : "ビデオ通話によるパスワード通知", "Note to recipient" : "受取人への注意", + "Enter a note for the share recipient" : "共有受信者へのメモを入力してください", "Create" : "作成", "Update" : "更新", "Share" : "共有", @@ -300,7 +301,6 @@ "Expiration date enforced" : "有効期限が強制される", "Allow download" : "ダウンロードを許可", "Password protect" : "パスワード保護", - "Enter a note for the share recipient" : "共有受信者へのメモを入力してください", "Science Mesh" : "Science Mesh", "Error generating password from password_policy" : "password_policy からのパスワード生成エラー" },"pluralForm" :"nplurals=1; plural=0;" diff --git a/apps/files_sharing/l10n/ko.js b/apps/files_sharing/l10n/ko.js index 33486f601e1ae..b8646f1832e7a 100644 --- a/apps/files_sharing/l10n/ko.js +++ b/apps/files_sharing/l10n/ko.js @@ -202,6 +202,7 @@ OC.L10N.register( "Hide download" : "Hide download", "Video verification" : "화상 인증", "Note to recipient" : "받는이에게 메모", + "Enter a note for the share recipient" : "받는이를 위한 메모 입력", "Create" : "생성", "Update" : "업데이트", "Share" : "공유", @@ -299,7 +300,6 @@ OC.L10N.register( "Expiration date enforced" : "만료 날짜 적용", "Allow download" : "다운로드 허용", "Password protect" : "암호 보호", - "Enter a note for the share recipient" : "받는이를 위한 메모 입력", "Error generating password from password_policy" : "password_policy에서 암호 생성 중에 오류 발생" }, "nplurals=1; plural=0;"); diff --git a/apps/files_sharing/l10n/ko.json b/apps/files_sharing/l10n/ko.json index b45f0f331ee7f..8eb90f58cf67b 100644 --- a/apps/files_sharing/l10n/ko.json +++ b/apps/files_sharing/l10n/ko.json @@ -200,6 +200,7 @@ "Hide download" : "Hide download", "Video verification" : "화상 인증", "Note to recipient" : "받는이에게 메모", + "Enter a note for the share recipient" : "받는이를 위한 메모 입력", "Create" : "생성", "Update" : "업데이트", "Share" : "공유", @@ -297,7 +298,6 @@ "Expiration date enforced" : "만료 날짜 적용", "Allow download" : "다운로드 허용", "Password protect" : "암호 보호", - "Enter a note for the share recipient" : "받는이를 위한 메모 입력", "Error generating password from password_policy" : "password_policy에서 암호 생성 중에 오류 발생" },"pluralForm" :"nplurals=1; plural=0;" } \ No newline at end of file diff --git a/apps/files_sharing/l10n/lt_LT.js b/apps/files_sharing/l10n/lt_LT.js index dd956b9aa2206..9b47dfe774175 100644 --- a/apps/files_sharing/l10n/lt_LT.js +++ b/apps/files_sharing/l10n/lt_LT.js @@ -88,7 +88,7 @@ OC.L10N.register( "Sharing %s sending the password by Nextcloud Talk failed because Nextcloud Talk is not enabled" : "Nepavyko išsiųsti slaptažodžio bendrinimui %s panaudojant Nextcloud Talk, kadangi Nextcloud Talk neįjungtas ", "Sharing %1$s failed because the back end does not allow shares from type %2$s" : "Bendrinimas %1$s nepavyko, kadangi sistema nepalaiko bendrinimų šio tipo %2$s", "Invalid date, date format must be YYYY-MM-DD" : "Netinkamas datos formavimas. Privaloma: YYYY-MM-DD", - "You cannot share to a Circle if the app is not enabled" : "Negalite dalintis su naudotojų ratu, kai įskiepis \"Circle\" neveikia", + "You cannot share to a Circle if the app is not enabled" : "Negalite bendrinti su ratu, jeigu programėlė nėra įjungta", "Please specify a valid circle" : "Pasirinkite naudotojų ratą", "Sharing %s failed because the back end does not support room shares" : "Bendrinimas %s nepavyko, kadangi sistema nepalaiko kambario bendrinimo", "Unknown share type" : "Nežinomas viešinio tipas", @@ -108,7 +108,7 @@ OC.L10N.register( "You received {share} to group {group} as a share by {user}" : "Jūs gavote bendrinimą {share} prie grupės {group}, kuriuo pasidalino {user}", "Accept" : "Priimti", "Reject" : "Atmesti", - "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." : " Ši programa leidžia vartotojams dalytis failais „Nextcloud“ informacinės sistemos platformoje. Sistemos administratorius gali pasirinkti, kurios naudotojų grupės gali atlikti failų bendrinimus. Tuomet atitinkami naudotojau gali dalintis failais ir aplankais su kitais „Nextcloud“ naudotojais ir jų grupėmis. Jei administratorius įjungia bendrinimo nuorodos funkcionalumą, išorinė nuoroda gali būti naudojama bendrinant failus su išoriniais naudotojais už „Nextcloud“ ribų. Administratoriai taip pat gali nustatyti slaptažodžius, bendrinimo galiojimo datas ir įjungti serveris serveriui bendrinimą nuorodomis, taip pat bendrinimasi iš mobiliųjų įrenginių.\nIšjungus šią funkciją, bendrinami failai ir aplankai yra pašalinami serveryje visiems bendrinimo gavėjams, taip pat sinchronizavimo klientams ir mobilioms programoms. Daugiau informacijos rasite „Nextcloud“ dokumentacijoje. ", + "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." : "Ši programa leidžia naudotojams bendrinti failus „Nextcloud“ platformoje. Jei įjungta, administratorius gali pasirinkti, kurios naudotojų grupės galės bendrinti failus. Tuomet atitinkami naudotojai galės bendrinti failus ir aplankus su kitais „Nextcloud“ naudotojais ir jų grupėmis. Be to, jei administratorius įjungia bendrinimo nuorodos ypatybę, išorinė nuoroda galės būti naudojama bendrinant failus su išoriniais naudotojais už „Nextcloud“ ribų. Administratoriai taip pat gali nustatyti slaptažodžius, viešinio galiojimo datas ir įjungti per bendrinimo nuorodas bendrinimą nuo serverio serveriui, o taip pat bendrinimą iš mobiliųjų įrenginių.\nIšjungus šią ypatybę, serveryje esantys bendrinami failai ir aplankai taps nebeprieinami visiems viešinio gavėjams, o taip pat sinchronizavimo klientams ir mobiliosioms programėlėms. Daugiau informacijos rasite „Nextcloud“ dokumentacijoje. ", "Sharing" : "Bendrinimas", "Accept user and group shares by default" : "Pagal numatymą, priimti naudotojo ir grupių viešinius", "Error while toggling options" : "Klaida perjungiant parinktis", @@ -179,9 +179,10 @@ OC.L10N.register( "Hide download" : "Slėpti atsisiuntimą", "Video verification" : "Video patikrinimas", "Note to recipient" : "Pastaba gavėjui", + "Enter a note for the share recipient" : "Įrašykite pranešimą bendrinimo gavėjui", "Create" : "Sukurti", "Update" : "Atnaujinti", - "Share" : "Dalintis", + "Share" : "Bendrinti", "Delete share" : "Ištrinti viešinį", "Others with access" : "Kiti asmenys, turintys prieigą", "No other users with access found" : "Nerasta kitų naudotojų, turinčių prieigą", @@ -251,7 +252,6 @@ OC.L10N.register( "Allow resharing" : "Leisti bendrinti iš naujo", "Expiration date enforced" : "Aktyvuotas galiojimo laikas", "Allow download" : "Leisti atsisiųsti", - "Password protect" : "Apsaugoti slaptažodžiu", - "Enter a note for the share recipient" : "Įrašykite pranešimą bendrinimo gavėjui" + "Password protect" : "Apsaugoti slaptažodžiu" }, "nplurals=4; plural=(n % 10 == 1 && (n % 100 > 19 || n % 100 < 11) ? 0 : (n % 10 >= 2 && n % 10 <=9) && (n % 100 > 19 || n % 100 < 11) ? 1 : n % 1 != 0 ? 2: 3);"); diff --git a/apps/files_sharing/l10n/lt_LT.json b/apps/files_sharing/l10n/lt_LT.json index 5473e149c6a7c..01b4bbf69689d 100644 --- a/apps/files_sharing/l10n/lt_LT.json +++ b/apps/files_sharing/l10n/lt_LT.json @@ -86,7 +86,7 @@ "Sharing %s sending the password by Nextcloud Talk failed because Nextcloud Talk is not enabled" : "Nepavyko išsiųsti slaptažodžio bendrinimui %s panaudojant Nextcloud Talk, kadangi Nextcloud Talk neįjungtas ", "Sharing %1$s failed because the back end does not allow shares from type %2$s" : "Bendrinimas %1$s nepavyko, kadangi sistema nepalaiko bendrinimų šio tipo %2$s", "Invalid date, date format must be YYYY-MM-DD" : "Netinkamas datos formavimas. Privaloma: YYYY-MM-DD", - "You cannot share to a Circle if the app is not enabled" : "Negalite dalintis su naudotojų ratu, kai įskiepis \"Circle\" neveikia", + "You cannot share to a Circle if the app is not enabled" : "Negalite bendrinti su ratu, jeigu programėlė nėra įjungta", "Please specify a valid circle" : "Pasirinkite naudotojų ratą", "Sharing %s failed because the back end does not support room shares" : "Bendrinimas %s nepavyko, kadangi sistema nepalaiko kambario bendrinimo", "Unknown share type" : "Nežinomas viešinio tipas", @@ -106,7 +106,7 @@ "You received {share} to group {group} as a share by {user}" : "Jūs gavote bendrinimą {share} prie grupės {group}, kuriuo pasidalino {user}", "Accept" : "Priimti", "Reject" : "Atmesti", - "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." : " Ši programa leidžia vartotojams dalytis failais „Nextcloud“ informacinės sistemos platformoje. Sistemos administratorius gali pasirinkti, kurios naudotojų grupės gali atlikti failų bendrinimus. Tuomet atitinkami naudotojau gali dalintis failais ir aplankais su kitais „Nextcloud“ naudotojais ir jų grupėmis. Jei administratorius įjungia bendrinimo nuorodos funkcionalumą, išorinė nuoroda gali būti naudojama bendrinant failus su išoriniais naudotojais už „Nextcloud“ ribų. Administratoriai taip pat gali nustatyti slaptažodžius, bendrinimo galiojimo datas ir įjungti serveris serveriui bendrinimą nuorodomis, taip pat bendrinimasi iš mobiliųjų įrenginių.\nIšjungus šią funkciją, bendrinami failai ir aplankai yra pašalinami serveryje visiems bendrinimo gavėjams, taip pat sinchronizavimo klientams ir mobilioms programoms. Daugiau informacijos rasite „Nextcloud“ dokumentacijoje. ", + "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." : "Ši programa leidžia naudotojams bendrinti failus „Nextcloud“ platformoje. Jei įjungta, administratorius gali pasirinkti, kurios naudotojų grupės galės bendrinti failus. Tuomet atitinkami naudotojai galės bendrinti failus ir aplankus su kitais „Nextcloud“ naudotojais ir jų grupėmis. Be to, jei administratorius įjungia bendrinimo nuorodos ypatybę, išorinė nuoroda galės būti naudojama bendrinant failus su išoriniais naudotojais už „Nextcloud“ ribų. Administratoriai taip pat gali nustatyti slaptažodžius, viešinio galiojimo datas ir įjungti per bendrinimo nuorodas bendrinimą nuo serverio serveriui, o taip pat bendrinimą iš mobiliųjų įrenginių.\nIšjungus šią ypatybę, serveryje esantys bendrinami failai ir aplankai taps nebeprieinami visiems viešinio gavėjams, o taip pat sinchronizavimo klientams ir mobiliosioms programėlėms. Daugiau informacijos rasite „Nextcloud“ dokumentacijoje. ", "Sharing" : "Bendrinimas", "Accept user and group shares by default" : "Pagal numatymą, priimti naudotojo ir grupių viešinius", "Error while toggling options" : "Klaida perjungiant parinktis", @@ -177,9 +177,10 @@ "Hide download" : "Slėpti atsisiuntimą", "Video verification" : "Video patikrinimas", "Note to recipient" : "Pastaba gavėjui", + "Enter a note for the share recipient" : "Įrašykite pranešimą bendrinimo gavėjui", "Create" : "Sukurti", "Update" : "Atnaujinti", - "Share" : "Dalintis", + "Share" : "Bendrinti", "Delete share" : "Ištrinti viešinį", "Others with access" : "Kiti asmenys, turintys prieigą", "No other users with access found" : "Nerasta kitų naudotojų, turinčių prieigą", @@ -249,7 +250,6 @@ "Allow resharing" : "Leisti bendrinti iš naujo", "Expiration date enforced" : "Aktyvuotas galiojimo laikas", "Allow download" : "Leisti atsisiųsti", - "Password protect" : "Apsaugoti slaptažodžiu", - "Enter a note for the share recipient" : "Įrašykite pranešimą bendrinimo gavėjui" + "Password protect" : "Apsaugoti slaptažodžiu" },"pluralForm" :"nplurals=4; plural=(n % 10 == 1 && (n % 100 > 19 || n % 100 < 11) ? 0 : (n % 10 >= 2 && n % 10 <=9) && (n % 100 > 19 || n % 100 < 11) ? 1 : n % 1 != 0 ? 2: 3);" } \ No newline at end of file diff --git a/apps/files_sharing/l10n/mk.js b/apps/files_sharing/l10n/mk.js index 063debbe83e01..fac2c82032858 100644 --- a/apps/files_sharing/l10n/mk.js +++ b/apps/files_sharing/l10n/mk.js @@ -201,6 +201,7 @@ OC.L10N.register( "Hide download" : "Сокриј преземање", "Video verification" : "Верификација со видео", "Note to recipient" : "Белешка до примачот", + "Enter a note for the share recipient" : "Внесете белешка до примачот на споделуваето", "Create" : "Креирај", "Update" : "Ажурирај", "Share" : "Сподели", @@ -298,7 +299,6 @@ OC.L10N.register( "Expiration date enforced" : "Задолжителен рок на траење", "Allow download" : "Дозволи преземање", "Password protect" : "Заштити со лозинка", - "Enter a note for the share recipient" : "Внесете белешка до примачот на споделуваето", "Error generating password from password_policy" : "Грешка при генерирање на лозинка од политиката на лозинки" }, "nplurals=2; plural=(n % 10 == 1 && n % 100 != 11) ? 0 : 1;"); diff --git a/apps/files_sharing/l10n/mk.json b/apps/files_sharing/l10n/mk.json index 55c921f8e72cb..2f05fcf1e1f73 100644 --- a/apps/files_sharing/l10n/mk.json +++ b/apps/files_sharing/l10n/mk.json @@ -199,6 +199,7 @@ "Hide download" : "Сокриј преземање", "Video verification" : "Верификација со видео", "Note to recipient" : "Белешка до примачот", + "Enter a note for the share recipient" : "Внесете белешка до примачот на споделуваето", "Create" : "Креирај", "Update" : "Ажурирај", "Share" : "Сподели", @@ -296,7 +297,6 @@ "Expiration date enforced" : "Задолжителен рок на траење", "Allow download" : "Дозволи преземање", "Password protect" : "Заштити со лозинка", - "Enter a note for the share recipient" : "Внесете белешка до примачот на споделуваето", "Error generating password from password_policy" : "Грешка при генерирање на лозинка од политиката на лозинки" },"pluralForm" :"nplurals=2; plural=(n % 10 == 1 && n % 100 != 11) ? 0 : 1;" } \ No newline at end of file diff --git a/apps/files_sharing/l10n/nb.js b/apps/files_sharing/l10n/nb.js index 1bc8839cc818b..bc02db8fb97ab 100644 --- a/apps/files_sharing/l10n/nb.js +++ b/apps/files_sharing/l10n/nb.js @@ -199,6 +199,7 @@ OC.L10N.register( "Hide download" : "Gjem nedlasting", "Video verification" : "Videobekreftelse", "Note to recipient" : "Melding til mottaker", + "Enter a note for the share recipient" : "Skriv inn en beskjed til mottaker av deling", "Create" : "Opprett", "Update" : "Oppdater", "Share" : "Del", @@ -275,7 +276,6 @@ OC.L10N.register( "Expiration date enforced" : "Utløpsdato er påkrevd", "Allow download" : "Tillat nedlasting", "Password protect" : "Passordbeskyttelse", - "Enter a note for the share recipient" : "Skriv inn en beskjed til mottaker av deling", "Error generating password from password_policy" : "Feil under generering av passord fra passordregler" }, "nplurals=2; plural=(n != 1);"); diff --git a/apps/files_sharing/l10n/nb.json b/apps/files_sharing/l10n/nb.json index 257f85296aa5c..6f1a8f4321085 100644 --- a/apps/files_sharing/l10n/nb.json +++ b/apps/files_sharing/l10n/nb.json @@ -197,6 +197,7 @@ "Hide download" : "Gjem nedlasting", "Video verification" : "Videobekreftelse", "Note to recipient" : "Melding til mottaker", + "Enter a note for the share recipient" : "Skriv inn en beskjed til mottaker av deling", "Create" : "Opprett", "Update" : "Oppdater", "Share" : "Del", @@ -273,7 +274,6 @@ "Expiration date enforced" : "Utløpsdato er påkrevd", "Allow download" : "Tillat nedlasting", "Password protect" : "Passordbeskyttelse", - "Enter a note for the share recipient" : "Skriv inn en beskjed til mottaker av deling", "Error generating password from password_policy" : "Feil under generering av passord fra passordregler" },"pluralForm" :"nplurals=2; plural=(n != 1);" } \ No newline at end of file diff --git a/apps/files_sharing/l10n/nl.js b/apps/files_sharing/l10n/nl.js index 2c7d8d08d9de0..2fd9258fc1002 100644 --- a/apps/files_sharing/l10n/nl.js +++ b/apps/files_sharing/l10n/nl.js @@ -190,6 +190,7 @@ OC.L10N.register( "Hide download" : "Verberg download", "Video verification" : "Video verificatie", "Note to recipient" : "Notitie voor ontvanger", + "Enter a note for the share recipient" : "Geef een notitie op voor de share-ontvanger", "Create" : "Creëer", "Update" : "Update", "Share" : "Delen", @@ -262,7 +263,6 @@ OC.L10N.register( "Allow resharing" : "Opnieuw delen toestaan", "Expiration date enforced" : "Vervaldatum afgedwongen", "Allow download" : "Downloaden toestaan", - "Password protect" : "Beveiligen met wachtwoord", - "Enter a note for the share recipient" : "Geef een notitie op voor de share-ontvanger" + "Password protect" : "Beveiligen met wachtwoord" }, "nplurals=2; plural=(n != 1);"); diff --git a/apps/files_sharing/l10n/nl.json b/apps/files_sharing/l10n/nl.json index b2caff75a99ae..2e8d90dd76ade 100644 --- a/apps/files_sharing/l10n/nl.json +++ b/apps/files_sharing/l10n/nl.json @@ -188,6 +188,7 @@ "Hide download" : "Verberg download", "Video verification" : "Video verificatie", "Note to recipient" : "Notitie voor ontvanger", + "Enter a note for the share recipient" : "Geef een notitie op voor de share-ontvanger", "Create" : "Creëer", "Update" : "Update", "Share" : "Delen", @@ -260,7 +261,6 @@ "Allow resharing" : "Opnieuw delen toestaan", "Expiration date enforced" : "Vervaldatum afgedwongen", "Allow download" : "Downloaden toestaan", - "Password protect" : "Beveiligen met wachtwoord", - "Enter a note for the share recipient" : "Geef een notitie op voor de share-ontvanger" + "Password protect" : "Beveiligen met wachtwoord" },"pluralForm" :"nplurals=2; plural=(n != 1);" } \ No newline at end of file diff --git a/apps/files_sharing/l10n/pl.js b/apps/files_sharing/l10n/pl.js index b02a244ac9880..cb35ca67a2ff2 100644 --- a/apps/files_sharing/l10n/pl.js +++ b/apps/files_sharing/l10n/pl.js @@ -200,6 +200,7 @@ OC.L10N.register( "Hide download" : "Ukryj pobieranie", "Video verification" : "Weryfikacja wideo", "Note to recipient" : "Informacja dla odbiorcy", + "Enter a note for the share recipient" : "Napisz notatkę dla odbiorcy udostępnienia", "Create" : "Utwórz", "Update" : "Aktualizuj", "Share" : "Udostępnij", @@ -279,7 +280,6 @@ OC.L10N.register( "Expiration date enforced" : "Wymuszona data wygaśnięcia", "Allow download" : "Zezwól na pobieranie", "Password protect" : "Zabezpiecz hasłem", - "Enter a note for the share recipient" : "Napisz notatkę dla odbiorcy udostępnienia", "Science Mesh" : "Science Mesh", "Error generating password from password_policy" : "Błąd podczas generowania hasła z password_policy" }, diff --git a/apps/files_sharing/l10n/pl.json b/apps/files_sharing/l10n/pl.json index 4b26b9609d9a7..00bb70bce850f 100644 --- a/apps/files_sharing/l10n/pl.json +++ b/apps/files_sharing/l10n/pl.json @@ -198,6 +198,7 @@ "Hide download" : "Ukryj pobieranie", "Video verification" : "Weryfikacja wideo", "Note to recipient" : "Informacja dla odbiorcy", + "Enter a note for the share recipient" : "Napisz notatkę dla odbiorcy udostępnienia", "Create" : "Utwórz", "Update" : "Aktualizuj", "Share" : "Udostępnij", @@ -277,7 +278,6 @@ "Expiration date enforced" : "Wymuszona data wygaśnięcia", "Allow download" : "Zezwól na pobieranie", "Password protect" : "Zabezpiecz hasłem", - "Enter a note for the share recipient" : "Napisz notatkę dla odbiorcy udostępnienia", "Science Mesh" : "Science Mesh", "Error generating password from password_policy" : "Błąd podczas generowania hasła z password_policy" },"pluralForm" :"nplurals=4; plural=(n==1 ? 0 : (n%10>=2 && n%10<=4) && (n%100<12 || n%100>14) ? 1 : n!=1 && (n%10>=0 && n%10<=1) || (n%10>=5 && n%10<=9) || (n%100>=12 && n%100<=14) ? 2 : 3);" diff --git a/apps/files_sharing/l10n/pt_BR.js b/apps/files_sharing/l10n/pt_BR.js index da0e30363f96f..8fd669db4eca7 100644 --- a/apps/files_sharing/l10n/pt_BR.js +++ b/apps/files_sharing/l10n/pt_BR.js @@ -204,6 +204,7 @@ OC.L10N.register( "Hide download" : "Ocultar download", "Video verification" : "Verificação de vídeo", "Note to recipient" : "Observação ao destinatário", + "Enter a note for the share recipient" : "Digite uma observação ao destinatário", "Create" : "Criar", "Update" : "Atualizar", "Share" : "Compartilhar", @@ -302,7 +303,6 @@ OC.L10N.register( "Expiration date enforced" : "Data de vencimento aplicada", "Allow download" : "Permitir baixar", "Password protect" : "Proteger com senha", - "Enter a note for the share recipient" : "Digite uma observação ao destinatário", "Science Mesh" : "Science Mesh", "Error generating password from password_policy" : "Erro ao gerar senha de password_policy" }, diff --git a/apps/files_sharing/l10n/pt_BR.json b/apps/files_sharing/l10n/pt_BR.json index 548076071c238..91d7d91467ba8 100644 --- a/apps/files_sharing/l10n/pt_BR.json +++ b/apps/files_sharing/l10n/pt_BR.json @@ -202,6 +202,7 @@ "Hide download" : "Ocultar download", "Video verification" : "Verificação de vídeo", "Note to recipient" : "Observação ao destinatário", + "Enter a note for the share recipient" : "Digite uma observação ao destinatário", "Create" : "Criar", "Update" : "Atualizar", "Share" : "Compartilhar", @@ -300,7 +301,6 @@ "Expiration date enforced" : "Data de vencimento aplicada", "Allow download" : "Permitir baixar", "Password protect" : "Proteger com senha", - "Enter a note for the share recipient" : "Digite uma observação ao destinatário", "Science Mesh" : "Science Mesh", "Error generating password from password_policy" : "Erro ao gerar senha de password_policy" },"pluralForm" :"nplurals=3; plural=(n == 0 || n == 1) ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;" diff --git a/apps/files_sharing/l10n/ru.js b/apps/files_sharing/l10n/ru.js index 2dcac5f1318a9..df97589a9d41e 100644 --- a/apps/files_sharing/l10n/ru.js +++ b/apps/files_sharing/l10n/ru.js @@ -204,6 +204,7 @@ OC.L10N.register( "Hide download" : "Скрыть загрузку", "Video verification" : "Подтверждение по видесвязи", "Note to recipient" : "Примечание для получателя", + "Enter a note for the share recipient" : "Введите примечание для получателя", "Create" : "Создать", "Update" : "Обновить", "Share" : "Поделиться", @@ -301,7 +302,6 @@ OC.L10N.register( "Expiration date enforced" : "Требуется срок действия", "Allow download" : "Разрешить скачивать", "Password protect" : "Защитить паролем", - "Enter a note for the share recipient" : "Введите примечание для получателя", "Science Mesh" : "Science Mesh", "Error generating password from password_policy" : "Не удалось создать пароль на основе политики" }, diff --git a/apps/files_sharing/l10n/ru.json b/apps/files_sharing/l10n/ru.json index dab4ae0f7b043..5456362a2c7fd 100644 --- a/apps/files_sharing/l10n/ru.json +++ b/apps/files_sharing/l10n/ru.json @@ -202,6 +202,7 @@ "Hide download" : "Скрыть загрузку", "Video verification" : "Подтверждение по видесвязи", "Note to recipient" : "Примечание для получателя", + "Enter a note for the share recipient" : "Введите примечание для получателя", "Create" : "Создать", "Update" : "Обновить", "Share" : "Поделиться", @@ -299,7 +300,6 @@ "Expiration date enforced" : "Требуется срок действия", "Allow download" : "Разрешить скачивать", "Password protect" : "Защитить паролем", - "Enter a note for the share recipient" : "Введите примечание для получателя", "Science Mesh" : "Science Mesh", "Error generating password from password_policy" : "Не удалось создать пароль на основе политики" },"pluralForm" :"nplurals=4; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<12 || n%100>14) ? 1 : n%10==0 || (n%10>=5 && n%10<=9) || (n%100>=11 && n%100<=14)? 2 : 3);" diff --git a/apps/files_sharing/l10n/sc.js b/apps/files_sharing/l10n/sc.js index 18082ecc06707..ebde8353ae240 100644 --- a/apps/files_sharing/l10n/sc.js +++ b/apps/files_sharing/l10n/sc.js @@ -176,6 +176,7 @@ OC.L10N.register( "Hide download" : "Cua iscarrigamentu", "Video verification" : "Verìfica vìdeu", "Note to recipient" : "Nota a sa persone destinatària", + "Enter a note for the share recipient" : "Inserta una nota pro sa persone destinatària", "Create" : "Crea", "Update" : "Agiorna", "Share" : "Cumpartzi", @@ -244,7 +245,6 @@ OC.L10N.register( "Allow deleting" : "Permite sa cantzelladura", "Allow resharing" : "Permite sa re-cumpartzidura", "Expiration date enforced" : "Data de iscadèntzia posta", - "Password protect" : "Bàrdia crae", - "Enter a note for the share recipient" : "Inserta una nota pro sa persone destinatària" + "Password protect" : "Bàrdia crae" }, "nplurals=2; plural=(n != 1);"); diff --git a/apps/files_sharing/l10n/sc.json b/apps/files_sharing/l10n/sc.json index aeb8db4e61420..464f1123c11b2 100644 --- a/apps/files_sharing/l10n/sc.json +++ b/apps/files_sharing/l10n/sc.json @@ -174,6 +174,7 @@ "Hide download" : "Cua iscarrigamentu", "Video verification" : "Verìfica vìdeu", "Note to recipient" : "Nota a sa persone destinatària", + "Enter a note for the share recipient" : "Inserta una nota pro sa persone destinatària", "Create" : "Crea", "Update" : "Agiorna", "Share" : "Cumpartzi", @@ -242,7 +243,6 @@ "Allow deleting" : "Permite sa cantzelladura", "Allow resharing" : "Permite sa re-cumpartzidura", "Expiration date enforced" : "Data de iscadèntzia posta", - "Password protect" : "Bàrdia crae", - "Enter a note for the share recipient" : "Inserta una nota pro sa persone destinatària" + "Password protect" : "Bàrdia crae" },"pluralForm" :"nplurals=2; plural=(n != 1);" } \ No newline at end of file diff --git a/apps/files_sharing/l10n/sk.js b/apps/files_sharing/l10n/sk.js index 2f7417279ddef..005de80544336 100644 --- a/apps/files_sharing/l10n/sk.js +++ b/apps/files_sharing/l10n/sk.js @@ -194,6 +194,7 @@ OC.L10N.register( "Hide download" : "Skryť sťahovanie", "Video verification" : "Overovanie pomocou videa", "Note to recipient" : "Poznámka pre príjemcu", + "Enter a note for the share recipient" : "Zadajte poznámku pre príjemcu zdieľania", "Create" : "Vytvoriť", "Update" : "Aktualizovať", "Share" : "Sprístupniť", @@ -265,7 +266,6 @@ OC.L10N.register( "Allow resharing" : "Povoliť sprístupňovanie ďalej", "Expiration date enforced" : "Vynútený dátum ukončenia platnosti", "Allow download" : "Povoliť sťahovanie", - "Password protect" : "Chrániť heslom", - "Enter a note for the share recipient" : "Zadajte poznámku pre príjemcu zdieľania" + "Password protect" : "Chrániť heslom" }, "nplurals=4; plural=(n % 1 == 0 && n == 1 ? 0 : n % 1 == 0 && n >= 2 && n <= 4 ? 1 : n % 1 != 0 ? 2: 3);"); diff --git a/apps/files_sharing/l10n/sk.json b/apps/files_sharing/l10n/sk.json index 98a57406bd9f6..27db1f8257744 100644 --- a/apps/files_sharing/l10n/sk.json +++ b/apps/files_sharing/l10n/sk.json @@ -192,6 +192,7 @@ "Hide download" : "Skryť sťahovanie", "Video verification" : "Overovanie pomocou videa", "Note to recipient" : "Poznámka pre príjemcu", + "Enter a note for the share recipient" : "Zadajte poznámku pre príjemcu zdieľania", "Create" : "Vytvoriť", "Update" : "Aktualizovať", "Share" : "Sprístupniť", @@ -263,7 +264,6 @@ "Allow resharing" : "Povoliť sprístupňovanie ďalej", "Expiration date enforced" : "Vynútený dátum ukončenia platnosti", "Allow download" : "Povoliť sťahovanie", - "Password protect" : "Chrániť heslom", - "Enter a note for the share recipient" : "Zadajte poznámku pre príjemcu zdieľania" + "Password protect" : "Chrániť heslom" },"pluralForm" :"nplurals=4; plural=(n % 1 == 0 && n == 1 ? 0 : n % 1 == 0 && n >= 2 && n <= 4 ? 1 : n % 1 != 0 ? 2: 3);" } \ No newline at end of file diff --git a/apps/files_sharing/l10n/sl.js b/apps/files_sharing/l10n/sl.js index 77dd12eab7958..4966bd359539e 100644 --- a/apps/files_sharing/l10n/sl.js +++ b/apps/files_sharing/l10n/sl.js @@ -197,6 +197,7 @@ OC.L10N.register( "Hide download" : "Skrij prejem", "Video verification" : "Video overitev", "Note to recipient" : "Sporočilo za prejemnika", + "Enter a note for the share recipient" : "Vpišite opombo za prejemnika", "Create" : "Ustvari", "Update" : "Posodobi", "Share" : "·Souporaba·", @@ -274,7 +275,6 @@ OC.L10N.register( "Expiration date enforced" : "Datum preteka je vsiljeno omogočen", "Allow download" : "Dovoli prejem datotek", "Password protect" : "Zaščiti z geslom", - "Enter a note for the share recipient" : "Vpišite opombo za prejemnika", "Science Mesh" : "Science Mesh", "Error generating password from password_policy" : "Napaka ustvarjanja gesla po določenih varnostnih pravilih" }, diff --git a/apps/files_sharing/l10n/sl.json b/apps/files_sharing/l10n/sl.json index baf4e6bb19664..7ae517272c9d7 100644 --- a/apps/files_sharing/l10n/sl.json +++ b/apps/files_sharing/l10n/sl.json @@ -195,6 +195,7 @@ "Hide download" : "Skrij prejem", "Video verification" : "Video overitev", "Note to recipient" : "Sporočilo za prejemnika", + "Enter a note for the share recipient" : "Vpišite opombo za prejemnika", "Create" : "Ustvari", "Update" : "Posodobi", "Share" : "·Souporaba·", @@ -272,7 +273,6 @@ "Expiration date enforced" : "Datum preteka je vsiljeno omogočen", "Allow download" : "Dovoli prejem datotek", "Password protect" : "Zaščiti z geslom", - "Enter a note for the share recipient" : "Vpišite opombo za prejemnika", "Science Mesh" : "Science Mesh", "Error generating password from password_policy" : "Napaka ustvarjanja gesla po določenih varnostnih pravilih" },"pluralForm" :"nplurals=4; plural=(n%100==1 ? 0 : n%100==2 ? 1 : n%100==3 || n%100==4 ? 2 : 3);" diff --git a/apps/files_sharing/l10n/sr.js b/apps/files_sharing/l10n/sr.js index 7e172abaa0181..719d72516ed94 100644 --- a/apps/files_sharing/l10n/sr.js +++ b/apps/files_sharing/l10n/sr.js @@ -204,6 +204,7 @@ OC.L10N.register( "Hide download" : "Сакриј преузимање", "Video verification" : "Видео потврда", "Note to recipient" : "Белешка примаоцу", + "Enter a note for the share recipient" : "Унесите белешку примаоцу дељења", "Create" : "Креирање", "Update" : "Ажурирај", "Share" : "Подели", @@ -302,7 +303,6 @@ OC.L10N.register( "Expiration date enforced" : "Захтевано постављање датума истека", "Allow download" : "Дозволи преузимање", "Password protect" : "Заштићено лозинком", - "Enter a note for the share recipient" : "Унесите белешку примаоцу дељења", "Science Mesh" : "Science Mesh", "Error generating password from password_policy" : "Грешка приликом креирања лозинке из password_policy" }, diff --git a/apps/files_sharing/l10n/sr.json b/apps/files_sharing/l10n/sr.json index ee3a19f0d733d..b3e209d342713 100644 --- a/apps/files_sharing/l10n/sr.json +++ b/apps/files_sharing/l10n/sr.json @@ -202,6 +202,7 @@ "Hide download" : "Сакриј преузимање", "Video verification" : "Видео потврда", "Note to recipient" : "Белешка примаоцу", + "Enter a note for the share recipient" : "Унесите белешку примаоцу дељења", "Create" : "Креирање", "Update" : "Ажурирај", "Share" : "Подели", @@ -300,7 +301,6 @@ "Expiration date enforced" : "Захтевано постављање датума истека", "Allow download" : "Дозволи преузимање", "Password protect" : "Заштићено лозинком", - "Enter a note for the share recipient" : "Унесите белешку примаоцу дељења", "Science Mesh" : "Science Mesh", "Error generating password from password_policy" : "Грешка приликом креирања лозинке из password_policy" },"pluralForm" :"nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);" diff --git a/apps/files_sharing/l10n/sv.js b/apps/files_sharing/l10n/sv.js index 4814dcce271cd..51d85c0d9f904 100644 --- a/apps/files_sharing/l10n/sv.js +++ b/apps/files_sharing/l10n/sv.js @@ -204,6 +204,7 @@ OC.L10N.register( "Hide download" : "Dölj hämtning", "Video verification" : "Video-verifiering", "Note to recipient" : "Notering till mottagare", + "Enter a note for the share recipient" : "Ange en notering till mottagaren", "Create" : "Skapa", "Update" : "Uppdatera", "Share" : "Dela", @@ -302,7 +303,6 @@ OC.L10N.register( "Expiration date enforced" : "Förfallodatum obligatorisk", "Allow download" : "Tillåt nedladdning", "Password protect" : "Lösenordsskydda", - "Enter a note for the share recipient" : "Ange en notering till mottagaren", "Science Mesh" : "ScienceMesh", "Error generating password from password_policy" : "Fel vid generering av lösenord från lösenordspolicy" }, diff --git a/apps/files_sharing/l10n/sv.json b/apps/files_sharing/l10n/sv.json index a70b0eb725283..b9a017c3359ca 100644 --- a/apps/files_sharing/l10n/sv.json +++ b/apps/files_sharing/l10n/sv.json @@ -202,6 +202,7 @@ "Hide download" : "Dölj hämtning", "Video verification" : "Video-verifiering", "Note to recipient" : "Notering till mottagare", + "Enter a note for the share recipient" : "Ange en notering till mottagaren", "Create" : "Skapa", "Update" : "Uppdatera", "Share" : "Dela", @@ -300,7 +301,6 @@ "Expiration date enforced" : "Förfallodatum obligatorisk", "Allow download" : "Tillåt nedladdning", "Password protect" : "Lösenordsskydda", - "Enter a note for the share recipient" : "Ange en notering till mottagaren", "Science Mesh" : "ScienceMesh", "Error generating password from password_policy" : "Fel vid generering av lösenord från lösenordspolicy" },"pluralForm" :"nplurals=2; plural=(n != 1);" diff --git a/apps/files_sharing/l10n/tr.js b/apps/files_sharing/l10n/tr.js index ebc030ce34ab8..dcfc1aa05172e 100644 --- a/apps/files_sharing/l10n/tr.js +++ b/apps/files_sharing/l10n/tr.js @@ -204,6 +204,7 @@ OC.L10N.register( "Hide download" : "İndirme gizlensin", "Video verification" : "Görüntü doğrulaması", "Note to recipient" : "Alıcıya not", + "Enter a note for the share recipient" : "Paylaşım alıcısı için bir not yazın", "Create" : "Ekle", "Update" : "Güncelle", "Share" : "Paylaş", @@ -302,7 +303,6 @@ OC.L10N.register( "Expiration date enforced" : "Son kullanma tarihi dayatılıyor", "Allow download" : "İndirilebilsin", "Password protect" : "Parola koruması", - "Enter a note for the share recipient" : "Paylaşım alıcısı için bir not yazın", "Science Mesh" : "ScienceMesh", "Error generating password from password_policy" : "password_policy ile parola oluşturulurken sorun çıktı" }, diff --git a/apps/files_sharing/l10n/tr.json b/apps/files_sharing/l10n/tr.json index 0cc3db3896e88..03a754e049804 100644 --- a/apps/files_sharing/l10n/tr.json +++ b/apps/files_sharing/l10n/tr.json @@ -202,6 +202,7 @@ "Hide download" : "İndirme gizlensin", "Video verification" : "Görüntü doğrulaması", "Note to recipient" : "Alıcıya not", + "Enter a note for the share recipient" : "Paylaşım alıcısı için bir not yazın", "Create" : "Ekle", "Update" : "Güncelle", "Share" : "Paylaş", @@ -300,7 +301,6 @@ "Expiration date enforced" : "Son kullanma tarihi dayatılıyor", "Allow download" : "İndirilebilsin", "Password protect" : "Parola koruması", - "Enter a note for the share recipient" : "Paylaşım alıcısı için bir not yazın", "Science Mesh" : "ScienceMesh", "Error generating password from password_policy" : "password_policy ile parola oluşturulurken sorun çıktı" },"pluralForm" :"nplurals=2; plural=(n > 1);" diff --git a/apps/files_sharing/l10n/uk.js b/apps/files_sharing/l10n/uk.js index 6abe8bc68b94f..00bf90385b530 100644 --- a/apps/files_sharing/l10n/uk.js +++ b/apps/files_sharing/l10n/uk.js @@ -204,6 +204,7 @@ OC.L10N.register( "Hide download" : "Приховати завантаження", "Video verification" : "Відеоперевірка", "Note to recipient" : "Примітка для одержувача", + "Enter a note for the share recipient" : "Додайте нотатку для одержувача доступу до спільного ресурсу", "Create" : "Створити", "Update" : "Оновлення", "Share" : "Спільне", @@ -301,7 +302,6 @@ OC.L10N.register( "Expiration date enforced" : "Вимагати термін дії", "Allow download" : "Дозволити звантаження", "Password protect" : "Захистити паролем", - "Enter a note for the share recipient" : "Додайте нотатку для одержувача доступу до спільного ресурсу", "Science Mesh" : "Science Mesh", "Error generating password from password_policy" : "Помилка під час створення паролів з password_policy" }, diff --git a/apps/files_sharing/l10n/uk.json b/apps/files_sharing/l10n/uk.json index 2e24ef3ea35db..03ba99ee84cb6 100644 --- a/apps/files_sharing/l10n/uk.json +++ b/apps/files_sharing/l10n/uk.json @@ -202,6 +202,7 @@ "Hide download" : "Приховати завантаження", "Video verification" : "Відеоперевірка", "Note to recipient" : "Примітка для одержувача", + "Enter a note for the share recipient" : "Додайте нотатку для одержувача доступу до спільного ресурсу", "Create" : "Створити", "Update" : "Оновлення", "Share" : "Спільне", @@ -299,7 +300,6 @@ "Expiration date enforced" : "Вимагати термін дії", "Allow download" : "Дозволити звантаження", "Password protect" : "Захистити паролем", - "Enter a note for the share recipient" : "Додайте нотатку для одержувача доступу до спільного ресурсу", "Science Mesh" : "Science Mesh", "Error generating password from password_policy" : "Помилка під час створення паролів з password_policy" },"pluralForm" :"nplurals=4; plural=(n % 1 == 0 && n % 10 == 1 && n % 100 != 11 ? 0 : n % 1 == 0 && n % 10 >= 2 && n % 10 <= 4 && (n % 100 < 12 || n % 100 > 14) ? 1 : n % 1 == 0 && (n % 10 ==0 || (n % 10 >=5 && n % 10 <=9) || (n % 100 >=11 && n % 100 <=14 )) ? 2: 3);" diff --git a/apps/files_sharing/l10n/zh_CN.js b/apps/files_sharing/l10n/zh_CN.js index 68652e352e4a2..1773ed32d2cbe 100644 --- a/apps/files_sharing/l10n/zh_CN.js +++ b/apps/files_sharing/l10n/zh_CN.js @@ -204,6 +204,7 @@ OC.L10N.register( "Hide download" : "隐藏下载", "Video verification" : "视频验证", "Note to recipient" : "接收人备注", + "Enter a note for the share recipient" : "给共享接收人留备注", "Create" : "创建", "Update" : "更新", "Share" : "共享", @@ -296,7 +297,6 @@ OC.L10N.register( "Expiration date enforced" : "强制过期日期", "Allow download" : "允许下载", "Password protect" : "密码保护", - "Enter a note for the share recipient" : "给共享接收人留备注", "Science Mesh" : "Science Mesh", "Error generating password from password_policy" : "从密码策略生成密码时出错" }, diff --git a/apps/files_sharing/l10n/zh_CN.json b/apps/files_sharing/l10n/zh_CN.json index f3336f4c06924..7ef0812b4e6f9 100644 --- a/apps/files_sharing/l10n/zh_CN.json +++ b/apps/files_sharing/l10n/zh_CN.json @@ -202,6 +202,7 @@ "Hide download" : "隐藏下载", "Video verification" : "视频验证", "Note to recipient" : "接收人备注", + "Enter a note for the share recipient" : "给共享接收人留备注", "Create" : "创建", "Update" : "更新", "Share" : "共享", @@ -294,7 +295,6 @@ "Expiration date enforced" : "强制过期日期", "Allow download" : "允许下载", "Password protect" : "密码保护", - "Enter a note for the share recipient" : "给共享接收人留备注", "Science Mesh" : "Science Mesh", "Error generating password from password_policy" : "从密码策略生成密码时出错" },"pluralForm" :"nplurals=1; plural=0;" diff --git a/apps/files_sharing/l10n/zh_HK.js b/apps/files_sharing/l10n/zh_HK.js index 7d7605a2a7e39..48de7f983b94c 100644 --- a/apps/files_sharing/l10n/zh_HK.js +++ b/apps/files_sharing/l10n/zh_HK.js @@ -204,6 +204,7 @@ OC.L10N.register( "Hide download" : "隱藏下載", "Video verification" : "視像驗證", "Note to recipient" : "給接收者的訊息", + "Enter a note for the share recipient" : "輸入分享收件人的註釋", "Create" : "創建", "Update" : "更新", "Share" : "分享", @@ -302,7 +303,6 @@ OC.L10N.register( "Expiration date enforced" : "已設定到期日", "Allow download" : "允許下載", "Password protect" : "密碼防護", - "Enter a note for the share recipient" : "輸入分享收件人的註釋", "Science Mesh" : "Science Mesh", "Error generating password from password_policy" : "從密碼策略生成密碼時出錯" }, diff --git a/apps/files_sharing/l10n/zh_HK.json b/apps/files_sharing/l10n/zh_HK.json index 013c293c70664..e0a415ede4928 100644 --- a/apps/files_sharing/l10n/zh_HK.json +++ b/apps/files_sharing/l10n/zh_HK.json @@ -202,6 +202,7 @@ "Hide download" : "隱藏下載", "Video verification" : "視像驗證", "Note to recipient" : "給接收者的訊息", + "Enter a note for the share recipient" : "輸入分享收件人的註釋", "Create" : "創建", "Update" : "更新", "Share" : "分享", @@ -300,7 +301,6 @@ "Expiration date enforced" : "已設定到期日", "Allow download" : "允許下載", "Password protect" : "密碼防護", - "Enter a note for the share recipient" : "輸入分享收件人的註釋", "Science Mesh" : "Science Mesh", "Error generating password from password_policy" : "從密碼策略生成密碼時出錯" },"pluralForm" :"nplurals=1; plural=0;" diff --git a/apps/files_sharing/l10n/zh_TW.js b/apps/files_sharing/l10n/zh_TW.js index 64c06ae952cb9..4527a367fea3e 100644 --- a/apps/files_sharing/l10n/zh_TW.js +++ b/apps/files_sharing/l10n/zh_TW.js @@ -204,6 +204,7 @@ OC.L10N.register( "Hide download" : "隱藏下載", "Video verification" : "視訊驗證", "Note to recipient" : "給收件者的訊息", + "Enter a note for the share recipient" : "輸入給分享收件者的訊息", "Create" : "建立", "Update" : "更新", "Share" : "分享", @@ -302,7 +303,6 @@ OC.L10N.register( "Expiration date enforced" : "已設定到期日", "Allow download" : "允許下載", "Password protect" : "密碼保護", - "Enter a note for the share recipient" : "輸入給分享收件者的訊息", "Science Mesh" : "Science Mesh", "Error generating password from password_policy" : "從密碼策略產生密碼時發生錯誤" }, diff --git a/apps/files_sharing/l10n/zh_TW.json b/apps/files_sharing/l10n/zh_TW.json index 3bbd1b9932e59..e24132c41db6d 100644 --- a/apps/files_sharing/l10n/zh_TW.json +++ b/apps/files_sharing/l10n/zh_TW.json @@ -202,6 +202,7 @@ "Hide download" : "隱藏下載", "Video verification" : "視訊驗證", "Note to recipient" : "給收件者的訊息", + "Enter a note for the share recipient" : "輸入給分享收件者的訊息", "Create" : "建立", "Update" : "更新", "Share" : "分享", @@ -300,7 +301,6 @@ "Expiration date enforced" : "已設定到期日", "Allow download" : "允許下載", "Password protect" : "密碼保護", - "Enter a note for the share recipient" : "輸入給分享收件者的訊息", "Science Mesh" : "Science Mesh", "Error generating password from password_policy" : "從密碼策略產生密碼時發生錯誤" },"pluralForm" :"nplurals=1; plural=0;" diff --git a/apps/settings/l10n/ja.js b/apps/settings/l10n/ja.js index 554a546909701..f8908061a1131 100644 --- a/apps/settings/l10n/ja.js +++ b/apps/settings/l10n/ja.js @@ -249,7 +249,7 @@ OC.L10N.register( "Copy" : "コピー", "Could not copy app password. Please copy it manually." : "アプリのパスワードをコピーできませんでした。 手動でコピーしてください。", "For the server to work properly, it's important to configure background jobs correctly. Cron is the recommended setting. Please see the documentation for more information." : "サーバーが正しく動作するには、バックグラウンドジョブを正確に設定することが重要です。大規模なインスタンスでは、Cronがお薦めの設定です。詳細な情報は、ドキュメントを参照してください。", - "Last job execution ran {time}. Something seems wrong." : "最終ジョブ実行は %s です。何か問題が発生しています。", + "Last job execution ran {time}. Something seems wrong." : "最終ジョブ実行は {time} です。何か問題が発生しています。", "Last job ran {relativeTime}." : "最終ジョブ実行は {relativeTime} です。", "Background job did not run yet!" : "バックグラウンドジョブはまだ実行されていません!", "AJAX" : "Ajax", diff --git a/apps/settings/l10n/ja.json b/apps/settings/l10n/ja.json index 5954d037c1f14..64b1af30859e9 100644 --- a/apps/settings/l10n/ja.json +++ b/apps/settings/l10n/ja.json @@ -247,7 +247,7 @@ "Copy" : "コピー", "Could not copy app password. Please copy it manually." : "アプリのパスワードをコピーできませんでした。 手動でコピーしてください。", "For the server to work properly, it's important to configure background jobs correctly. Cron is the recommended setting. Please see the documentation for more information." : "サーバーが正しく動作するには、バックグラウンドジョブを正確に設定することが重要です。大規模なインスタンスでは、Cronがお薦めの設定です。詳細な情報は、ドキュメントを参照してください。", - "Last job execution ran {time}. Something seems wrong." : "最終ジョブ実行は %s です。何か問題が発生しています。", + "Last job execution ran {time}. Something seems wrong." : "最終ジョブ実行は {time} です。何か問題が発生しています。", "Last job ran {relativeTime}." : "最終ジョブ実行は {relativeTime} です。", "Background job did not run yet!" : "バックグラウンドジョブはまだ実行されていません!", "AJAX" : "Ajax", diff --git a/apps/settings/l10n/lt_LT.js b/apps/settings/l10n/lt_LT.js index d55484ebda125..ade43111a5bb8 100644 --- a/apps/settings/l10n/lt_LT.js +++ b/apps/settings/l10n/lt_LT.js @@ -383,7 +383,7 @@ OC.L10N.register( "Hide" : "Slėpti", "Download and enable" : "Atsisiųsti ir įjungti", "The app will be downloaded from the App Store" : "Programėlė bus atsisiųsta iš programėlių parduotuvės", - "This app is not marked as compatible with your Nextcloud version. If you continue you will still be able to install the app. Note that the app might not work as expected." : "Ši programėlė nėra pažymėta kaip suderinama su jūsų Nextcloud versija. Jei tęsite, vis tiek galėsite įdiegti programėlę. Turėkite omenyje, kad programėlė gali neveikti taip kaip tikimasi.", + "This app is not marked as compatible with your Nextcloud version. If you continue you will still be able to install the app. Note that the app might not work as expected." : "Ši programėlė nėra pažymėta kaip suderinama su jūsų Nextcloud versija. Jei tęsite, vis tiek galėsite įdiegti programėlę. Turėkite omenyje, kad programėlė gali neveikti taip, kaip tikimasi.", "Never" : "Niekada", "An error occurred during the request. Unable to proceed." : "Užklausos metu įvyko klaida. Nepavyksta tęsti.", "The app has been enabled but needs to be updated. You will be redirected to the update page in 5 seconds." : "Programėlė įjungta, tačiau turi būti atnaujinta. Po 5 sekundžių būsite peradresuoti į atnaujinimo puslapį.", diff --git a/apps/settings/l10n/lt_LT.json b/apps/settings/l10n/lt_LT.json index 608a66e6dbb34..8561dfc15cc62 100644 --- a/apps/settings/l10n/lt_LT.json +++ b/apps/settings/l10n/lt_LT.json @@ -381,7 +381,7 @@ "Hide" : "Slėpti", "Download and enable" : "Atsisiųsti ir įjungti", "The app will be downloaded from the App Store" : "Programėlė bus atsisiųsta iš programėlių parduotuvės", - "This app is not marked as compatible with your Nextcloud version. If you continue you will still be able to install the app. Note that the app might not work as expected." : "Ši programėlė nėra pažymėta kaip suderinama su jūsų Nextcloud versija. Jei tęsite, vis tiek galėsite įdiegti programėlę. Turėkite omenyje, kad programėlė gali neveikti taip kaip tikimasi.", + "This app is not marked as compatible with your Nextcloud version. If you continue you will still be able to install the app. Note that the app might not work as expected." : "Ši programėlė nėra pažymėta kaip suderinama su jūsų Nextcloud versija. Jei tęsite, vis tiek galėsite įdiegti programėlę. Turėkite omenyje, kad programėlė gali neveikti taip, kaip tikimasi.", "Never" : "Niekada", "An error occurred during the request. Unable to proceed." : "Užklausos metu įvyko klaida. Nepavyksta tęsti.", "The app has been enabled but needs to be updated. You will be redirected to the update page in 5 seconds." : "Programėlė įjungta, tačiau turi būti atnaujinta. Po 5 sekundžių būsite peradresuoti į atnaujinimo puslapį.", diff --git a/core/l10n/uk.js b/core/l10n/uk.js index 1923bd7e14551..cbd110a988489 100644 --- a/core/l10n/uk.js +++ b/core/l10n/uk.js @@ -9,7 +9,7 @@ OC.L10N.register( "The uploaded file exceeds the upload_max_filesize directive in php.ini" : "Файл для завантаження перевищує параметр upload_max_filesize у php.ini", "The uploaded file exceeds the MAX_FILE_SIZE directive that was specified in the HTML form" : "Розмір завантаженого файлу перевищує директиву MAX_FILE_SIZE, зазначену у HTML-формі", "The file was only partially uploaded" : "Файл завантажено частково", - "No file was uploaded" : "Не вивантажено жодного файлу", + "No file was uploaded" : "Не завантажено жодного файлу", "Missing a temporary folder" : "Відсутній каталог тимчасових файлів", "Could not write file to disk" : "Неможливо записати файл на диск", "A PHP extension stopped the file upload" : "Розширення PHP призупинило завантаження файлу", @@ -21,14 +21,14 @@ OC.L10N.register( "No temporary profile picture available, try again" : "Тимчасове зображення профілю недоступне, спробуйте ще раз", "No crop data provided" : "Відсутня інформація щодо кадрування", "No valid crop data provided" : "Не вказані коректні дані про кадрування", - "Crop is not square" : "Кадр не є квадратом", + "Crop is not square" : "Кадр не є квадратним", "State token does not match" : "Токен стану не збігається", "Invalid app password" : "Неправильний пароль застосунку", "Could not complete login" : "Не вдалося увійти", "State token missing" : "Відсутній токен стану.", "Your login token is invalid or has expired" : "Ваш токен для входу неправильний або термін його дії вичерпано", "This community release of Nextcloud is unsupported and push notifications are limited." : "Цей випуск спільноти Nextcloud не підтримується, а push-сповіщення обмежені.", - "Login" : "Логін", + "Login" : "Вхід", "Please try again" : "Будь ласка, спробуйте ще раз", "Password reset is disabled" : "Заборонено перевстановлення пароля", "Could not reset password because the token is expired" : "Не вдалося скинути пароль, оскільки термін дії маркера минув", @@ -154,7 +154,7 @@ OC.L10N.register( "Currently open" : "Наразі відкрито", "_{count} notification_::_{count} notifications_" : ["{count} сповіщень","{count} сповіщень","{count} сповіщень","{count} сповіщень"], "Log in" : "Увійти", - "Logging in …" : "Вхід...", + "Logging in …" : "Вхід ...", "Server side authentication failed!" : "Невдала авторизація на стороні сервера!", "Please contact your administrator." : "Будь ласка, зверніться до вашого Адміністратора.", "An internal error occurred." : "Виникла внутрішня помилка.", @@ -241,7 +241,7 @@ OC.L10N.register( "Copy" : "Копіювати", "Move to {target}" : "Перемістити до {target}", "Move" : "Перемістити", - "OK" : "OK", + "OK" : "Гаразд", "Error loading message template: {error}" : "Помилка при завантаженні шаблону повідомлення: {error}", "read-only" : "Тільки для читання", "_{count} file conflict_::_{count} file conflicts_" : ["{count} файловий конфлікт","{count} файлових конфліктів","{count} файлових конфліктів","{count} файлових конфліктів"], @@ -262,7 +262,7 @@ OC.L10N.register( "Failed to authenticate, try again" : "Помилка авторизації, спробуйте ще раз", "seconds ago" : "кілька секунд тому", "Connection to server lost" : "З'єднання з сервером втрачено", - "_Problem loading page, reloading in %n second_::_Problem loading page, reloading in %n seconds_" : ["Проблема під час завантаження сторінки, повторне завантаження за %n сек.","Проблема під час завантаження сторінки, повторне завантаження за %n сек.","Проблема під час завантаження сторінки, повторне завантаження за 5 сек.","Проблема під час завантаження сторінки, повторне завантаження за 5 сек."], + "_Problem loading page, reloading in %n second_::_Problem loading page, reloading in %n seconds_" : ["Проблема під час завантаження сторінки, повторне завантаження за %n секунду.","Проблема під час завантаження сторінки, повторне завантаження за %n секунди.","Проблема під час завантаження сторінки, повторне завантаження за %n секунд.","Проблема під час завантаження сторінки, повторне завантаження за %n секунд."], "Add to a project" : "Додати до проєкту", "Show details" : "Показати деталі", "Hide details" : "Приховати деталі", diff --git a/core/l10n/uk.json b/core/l10n/uk.json index 88f8762286c13..8d71253d9b4b5 100644 --- a/core/l10n/uk.json +++ b/core/l10n/uk.json @@ -7,7 +7,7 @@ "The uploaded file exceeds the upload_max_filesize directive in php.ini" : "Файл для завантаження перевищує параметр upload_max_filesize у php.ini", "The uploaded file exceeds the MAX_FILE_SIZE directive that was specified in the HTML form" : "Розмір завантаженого файлу перевищує директиву MAX_FILE_SIZE, зазначену у HTML-формі", "The file was only partially uploaded" : "Файл завантажено частково", - "No file was uploaded" : "Не вивантажено жодного файлу", + "No file was uploaded" : "Не завантажено жодного файлу", "Missing a temporary folder" : "Відсутній каталог тимчасових файлів", "Could not write file to disk" : "Неможливо записати файл на диск", "A PHP extension stopped the file upload" : "Розширення PHP призупинило завантаження файлу", @@ -19,14 +19,14 @@ "No temporary profile picture available, try again" : "Тимчасове зображення профілю недоступне, спробуйте ще раз", "No crop data provided" : "Відсутня інформація щодо кадрування", "No valid crop data provided" : "Не вказані коректні дані про кадрування", - "Crop is not square" : "Кадр не є квадратом", + "Crop is not square" : "Кадр не є квадратним", "State token does not match" : "Токен стану не збігається", "Invalid app password" : "Неправильний пароль застосунку", "Could not complete login" : "Не вдалося увійти", "State token missing" : "Відсутній токен стану.", "Your login token is invalid or has expired" : "Ваш токен для входу неправильний або термін його дії вичерпано", "This community release of Nextcloud is unsupported and push notifications are limited." : "Цей випуск спільноти Nextcloud не підтримується, а push-сповіщення обмежені.", - "Login" : "Логін", + "Login" : "Вхід", "Please try again" : "Будь ласка, спробуйте ще раз", "Password reset is disabled" : "Заборонено перевстановлення пароля", "Could not reset password because the token is expired" : "Не вдалося скинути пароль, оскільки термін дії маркера минув", @@ -152,7 +152,7 @@ "Currently open" : "Наразі відкрито", "_{count} notification_::_{count} notifications_" : ["{count} сповіщень","{count} сповіщень","{count} сповіщень","{count} сповіщень"], "Log in" : "Увійти", - "Logging in …" : "Вхід...", + "Logging in …" : "Вхід ...", "Server side authentication failed!" : "Невдала авторизація на стороні сервера!", "Please contact your administrator." : "Будь ласка, зверніться до вашого Адміністратора.", "An internal error occurred." : "Виникла внутрішня помилка.", @@ -239,7 +239,7 @@ "Copy" : "Копіювати", "Move to {target}" : "Перемістити до {target}", "Move" : "Перемістити", - "OK" : "OK", + "OK" : "Гаразд", "Error loading message template: {error}" : "Помилка при завантаженні шаблону повідомлення: {error}", "read-only" : "Тільки для читання", "_{count} file conflict_::_{count} file conflicts_" : ["{count} файловий конфлікт","{count} файлових конфліктів","{count} файлових конфліктів","{count} файлових конфліктів"], @@ -260,7 +260,7 @@ "Failed to authenticate, try again" : "Помилка авторизації, спробуйте ще раз", "seconds ago" : "кілька секунд тому", "Connection to server lost" : "З'єднання з сервером втрачено", - "_Problem loading page, reloading in %n second_::_Problem loading page, reloading in %n seconds_" : ["Проблема під час завантаження сторінки, повторне завантаження за %n сек.","Проблема під час завантаження сторінки, повторне завантаження за %n сек.","Проблема під час завантаження сторінки, повторне завантаження за 5 сек.","Проблема під час завантаження сторінки, повторне завантаження за 5 сек."], + "_Problem loading page, reloading in %n second_::_Problem loading page, reloading in %n seconds_" : ["Проблема під час завантаження сторінки, повторне завантаження за %n секунду.","Проблема під час завантаження сторінки, повторне завантаження за %n секунди.","Проблема під час завантаження сторінки, повторне завантаження за %n секунд.","Проблема під час завантаження сторінки, повторне завантаження за %n секунд."], "Add to a project" : "Додати до проєкту", "Show details" : "Показати деталі", "Hide details" : "Приховати деталі", diff --git a/lib/l10n/lt_LT.js b/lib/l10n/lt_LT.js index 676a5bf51dcca..0bb3bf18e90c3 100644 --- a/lib/l10n/lt_LT.js +++ b/lib/l10n/lt_LT.js @@ -71,6 +71,7 @@ OC.L10N.register( "Appearance and accessibility" : "Išvaizda ir prieinamumas", "Apps" : "Programėlės", "Personal settings" : "Asmeniniai nustatymai", + "Administration settings" : "Administravimo nustatymai", "Settings" : "Nustatymai", "Log out" : "Atsijungti", "Users" : "Naudotojai", diff --git a/lib/l10n/lt_LT.json b/lib/l10n/lt_LT.json index 0085d5d35fc3d..a2ef9c04ee269 100644 --- a/lib/l10n/lt_LT.json +++ b/lib/l10n/lt_LT.json @@ -69,6 +69,7 @@ "Appearance and accessibility" : "Išvaizda ir prieinamumas", "Apps" : "Programėlės", "Personal settings" : "Asmeniniai nustatymai", + "Administration settings" : "Administravimo nustatymai", "Settings" : "Nustatymai", "Log out" : "Atsijungti", "Users" : "Naudotojai",