diff --git a/l10n/en_GB.js b/l10n/en_GB.js index 3c2dbefd..db5228ce 100644 --- a/l10n/en_GB.js +++ b/l10n/en_GB.js @@ -11,6 +11,7 @@ OC.L10N.register( "Could not find the public key belonging to %s" : "Could not find the public key belonging to %s", "This is not your public key to delete" : "This is not your public key to delete", "Cannot decode userlist" : "Cannot decode userlist", + "X-NC-E2EE-COUNTER is missing in the request" : "X-NC-E2EE-COUNTER is missing in the request", "You are not allowed to create the lock" : "You are not allowed to create the lock", "You are not allowed to lock the root" : "You are not allowed to lock the root", "File already locked" : "File already locked", diff --git a/l10n/en_GB.json b/l10n/en_GB.json index f31e0f9a..1762ea78 100644 --- a/l10n/en_GB.json +++ b/l10n/en_GB.json @@ -9,6 +9,7 @@ "Could not find the public key belonging to %s" : "Could not find the public key belonging to %s", "This is not your public key to delete" : "This is not your public key to delete", "Cannot decode userlist" : "Cannot decode userlist", + "X-NC-E2EE-COUNTER is missing in the request" : "X-NC-E2EE-COUNTER is missing in the request", "You are not allowed to create the lock" : "You are not allowed to create the lock", "You are not allowed to lock the root" : "You are not allowed to lock the root", "File already locked" : "File already locked", diff --git a/l10n/fr.js b/l10n/fr.js index 1b6bc3bf..e8d493c8 100644 --- a/l10n/fr.js +++ b/l10n/fr.js @@ -11,13 +11,16 @@ OC.L10N.register( "Could not find the public key belonging to %s" : "Impossible de trouver la clef publique appartenant à %s", "This is not your public key to delete" : "Ce n'est pas votre clé publique à supprimer", "Cannot decode userlist" : "Impossible de décoder la liste des utilisateurs", + "X-NC-E2EE-COUNTER is missing in the request" : "X-NC-E2EE-COUNTER est manquant dans la requête", "You are not allowed to create the lock" : "Vous n'êtes pas autorisé à créer le verrou", "You are not allowed to lock the root" : "Vous n'êtes pas autorisé à verrouiller la racine", "File already locked" : "Fichier déjà verrouillé", + "e2e-token is empty" : "e2e-token est vide", "You are not allowed to remove the lock" : "Vous n'êtes pas autorisé à enlever le verrou", "File not locked" : "Fichier non verrouillé", "Could not find metadata for \"%s\"" : "Impossible de trouver les méta-données pour \"%s\"", "Cannot read metadata" : "Impossible de lire les métadonnées", + "X-NC-E2EE-SIGNATURE is empty" : "X-NC-E2EE-SIGNATURE est vide", "You are not allowed to edit the file, make sure to first lock it, and then send the right token" : "Vous n'êtes pas autorisé à modifier le fichier, assurez-vous d'abord de le verrouiller puis d'envoyer le jeton adéquat", "Cannot store metadata" : "Impossible d'enregistrer les métadonnées", "Metadata-file does not exist" : "Le fichier de métadonnées n'existe pas", @@ -52,6 +55,7 @@ OC.L10N.register( "Upload encrypted files to {fileName}" : "Téléverser des fichiers chiffrés vers {fileName}", "Provides the necessary endpoint to enable end-to-end encryption." : "Fournit la terminaison nécessaire pour permettre un chiffrement de bout en bout.", "Could not lock the folder" : "Impossible de verrouiller le dossier", - "Error while unlocking the folder" : "Erreur lors du déverrouillage du dossier" + "Error while unlocking the folder" : "Erreur lors du déverrouillage du dossier", + "X-NC-E2EE-COUNTER" : "X-NC-E2EE-COUNTER" }, "nplurals=3; plural=(n == 0 || n == 1) ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;"); diff --git a/l10n/fr.json b/l10n/fr.json index 9655cdae..189fb223 100644 --- a/l10n/fr.json +++ b/l10n/fr.json @@ -9,13 +9,16 @@ "Could not find the public key belonging to %s" : "Impossible de trouver la clef publique appartenant à %s", "This is not your public key to delete" : "Ce n'est pas votre clé publique à supprimer", "Cannot decode userlist" : "Impossible de décoder la liste des utilisateurs", + "X-NC-E2EE-COUNTER is missing in the request" : "X-NC-E2EE-COUNTER est manquant dans la requête", "You are not allowed to create the lock" : "Vous n'êtes pas autorisé à créer le verrou", "You are not allowed to lock the root" : "Vous n'êtes pas autorisé à verrouiller la racine", "File already locked" : "Fichier déjà verrouillé", + "e2e-token is empty" : "e2e-token est vide", "You are not allowed to remove the lock" : "Vous n'êtes pas autorisé à enlever le verrou", "File not locked" : "Fichier non verrouillé", "Could not find metadata for \"%s\"" : "Impossible de trouver les méta-données pour \"%s\"", "Cannot read metadata" : "Impossible de lire les métadonnées", + "X-NC-E2EE-SIGNATURE is empty" : "X-NC-E2EE-SIGNATURE est vide", "You are not allowed to edit the file, make sure to first lock it, and then send the right token" : "Vous n'êtes pas autorisé à modifier le fichier, assurez-vous d'abord de le verrouiller puis d'envoyer le jeton adéquat", "Cannot store metadata" : "Impossible d'enregistrer les métadonnées", "Metadata-file does not exist" : "Le fichier de métadonnées n'existe pas", @@ -50,6 +53,7 @@ "Upload encrypted files to {fileName}" : "Téléverser des fichiers chiffrés vers {fileName}", "Provides the necessary endpoint to enable end-to-end encryption." : "Fournit la terminaison nécessaire pour permettre un chiffrement de bout en bout.", "Could not lock the folder" : "Impossible de verrouiller le dossier", - "Error while unlocking the folder" : "Erreur lors du déverrouillage du dossier" + "Error while unlocking the folder" : "Erreur lors du déverrouillage du dossier", + "X-NC-E2EE-COUNTER" : "X-NC-E2EE-COUNTER" },"pluralForm" :"nplurals=3; plural=(n == 0 || n == 1) ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;" } \ No newline at end of file diff --git a/l10n/sr.js b/l10n/sr.js index 582703ce..22df72b2 100644 --- a/l10n/sr.js +++ b/l10n/sr.js @@ -11,6 +11,7 @@ OC.L10N.register( "Could not find the public key belonging to %s" : "Не могу да нађем јавни кључ који припада %s", "This is not your public key to delete" : "Ово није Ваш јавни кључ да га обришете", "Cannot decode userlist" : "Не може да се декодира листа корисника", + "X-NC-E2EE-COUNTER is missing in the request" : "У захтеву недостаје X-NC-E2EE-COUNTER", "You are not allowed to create the lock" : "Није вам дозвољено да креирате катанац", "You are not allowed to lock the root" : "Није вам дозвољено да закључате корен", "File already locked" : "Фајл већ закључан", diff --git a/l10n/sr.json b/l10n/sr.json index e7810737..e279d58d 100644 --- a/l10n/sr.json +++ b/l10n/sr.json @@ -9,6 +9,7 @@ "Could not find the public key belonging to %s" : "Не могу да нађем јавни кључ који припада %s", "This is not your public key to delete" : "Ово није Ваш јавни кључ да га обришете", "Cannot decode userlist" : "Не може да се декодира листа корисника", + "X-NC-E2EE-COUNTER is missing in the request" : "У захтеву недостаје X-NC-E2EE-COUNTER", "You are not allowed to create the lock" : "Није вам дозвољено да креирате катанац", "You are not allowed to lock the root" : "Није вам дозвољено да закључате корен", "File already locked" : "Фајл већ закључан", diff --git a/l10n/zh_HK.js b/l10n/zh_HK.js index f724413e..b9be0be4 100644 --- a/l10n/zh_HK.js +++ b/l10n/zh_HK.js @@ -11,6 +11,7 @@ OC.L10N.register( "Could not find the public key belonging to %s" : "無法找到屬於%s的公鑰", "This is not your public key to delete" : "這不是您要刪除的公開密鑰", "Cannot decode userlist" : "無法解密用戶清單", + "X-NC-E2EE-COUNTER is missing in the request" : "請求中缺少 X-NC-E2EE-COUNTER", "You are not allowed to create the lock" : "您無權創建此鎖", "You are not allowed to lock the root" : "您無權鎖上 root", "File already locked" : "檔案已經被鎖定", diff --git a/l10n/zh_HK.json b/l10n/zh_HK.json index b1c14740..bd0e091a 100644 --- a/l10n/zh_HK.json +++ b/l10n/zh_HK.json @@ -9,6 +9,7 @@ "Could not find the public key belonging to %s" : "無法找到屬於%s的公鑰", "This is not your public key to delete" : "這不是您要刪除的公開密鑰", "Cannot decode userlist" : "無法解密用戶清單", + "X-NC-E2EE-COUNTER is missing in the request" : "請求中缺少 X-NC-E2EE-COUNTER", "You are not allowed to create the lock" : "您無權創建此鎖", "You are not allowed to lock the root" : "您無權鎖上 root", "File already locked" : "檔案已經被鎖定",