diff options
Diffstat (limited to 'apps/files_sharing')
-rw-r--r-- | apps/files_sharing/l10n/fr.js | 1 | ||||
-rw-r--r-- | apps/files_sharing/l10n/fr.json | 1 | ||||
-rw-r--r-- | apps/files_sharing/l10n/he.js | 1 | ||||
-rw-r--r-- | apps/files_sharing/l10n/he.json | 1 |
4 files changed, 4 insertions, 0 deletions
diff --git a/apps/files_sharing/l10n/fr.js b/apps/files_sharing/l10n/fr.js index 9d26127d472..bdf8ee8224a 100644 --- a/apps/files_sharing/l10n/fr.js +++ b/apps/files_sharing/l10n/fr.js @@ -3,6 +3,7 @@ OC.L10N.register( { "Server to server sharing is not enabled on this server" : "Le partage de serveur à serveur n'est pas activé sur ce serveur", "The mountpoint name contains invalid characters." : "Le nom du point de montage contient des caractères non valides.", + "Not allowed to create a federated share with the same user server" : "Non autorisé à créer un partage fédéré avec un utilisateur du même serveur", "Invalid or untrusted SSL certificate" : "Certificat SSL non valable ou non fiable", "Could not authenticate to remote share, password might be wrong" : "Impossible de s'authentifier au partage distant : le mot de passe en probablement incorrect", "Storage not valid" : "Support de stockage non valide", diff --git a/apps/files_sharing/l10n/fr.json b/apps/files_sharing/l10n/fr.json index 0f1edc51dc7..6d30043fb84 100644 --- a/apps/files_sharing/l10n/fr.json +++ b/apps/files_sharing/l10n/fr.json @@ -1,6 +1,7 @@ { "translations": { "Server to server sharing is not enabled on this server" : "Le partage de serveur à serveur n'est pas activé sur ce serveur", "The mountpoint name contains invalid characters." : "Le nom du point de montage contient des caractères non valides.", + "Not allowed to create a federated share with the same user server" : "Non autorisé à créer un partage fédéré avec un utilisateur du même serveur", "Invalid or untrusted SSL certificate" : "Certificat SSL non valable ou non fiable", "Could not authenticate to remote share, password might be wrong" : "Impossible de s'authentifier au partage distant : le mot de passe en probablement incorrect", "Storage not valid" : "Support de stockage non valide", diff --git a/apps/files_sharing/l10n/he.js b/apps/files_sharing/l10n/he.js index a9292dc8206..0c43c0a7b3b 100644 --- a/apps/files_sharing/l10n/he.js +++ b/apps/files_sharing/l10n/he.js @@ -11,6 +11,7 @@ OC.L10N.register( "You shared %1$s via link" : "שיתפת %1$s על בסיס קישור", "Shares" : "שיתופים", "Password" : "סיסמא", + "No entries found in this folder" : "לא נמצאו כניסות לתיקייה זו", "Name" : "שם", "Download" : "הורדה" }, diff --git a/apps/files_sharing/l10n/he.json b/apps/files_sharing/l10n/he.json index 9f9ab2593f2..344f6a32f13 100644 --- a/apps/files_sharing/l10n/he.json +++ b/apps/files_sharing/l10n/he.json @@ -9,6 +9,7 @@ "You shared %1$s via link" : "שיתפת %1$s על בסיס קישור", "Shares" : "שיתופים", "Password" : "סיסמא", + "No entries found in this folder" : "לא נמצאו כניסות לתיקייה זו", "Name" : "שם", "Download" : "הורדה" },"pluralForm" :"nplurals=2; plural=(n != 1);" |