diff options
author | Jenkins for ownCloud <owncloud-bot@tmit.eu> | 2015-03-24 01:55:24 -0400 |
---|---|---|
committer | Jenkins for ownCloud <owncloud-bot@tmit.eu> | 2015-03-24 01:55:24 -0400 |
commit | 9cb07f126d027ddc0610fe0fcfd43016bc960ddb (patch) | |
tree | b97f1fb93d245db8eaf3aed40da8ebee1a126179 /lib/l10n | |
parent | 8279dde97a8f93b74eb733d243d6a5bb41aa15e3 (diff) | |
download | nextcloud-server-9cb07f126d027ddc0610fe0fcfd43016bc960ddb.tar.gz nextcloud-server-9cb07f126d027ddc0610fe0fcfd43016bc960ddb.zip |
[tx-robot] updated from transifex
Diffstat (limited to 'lib/l10n')
-rw-r--r-- | lib/l10n/fr.js | 1 | ||||
-rw-r--r-- | lib/l10n/fr.json | 1 | ||||
-rw-r--r-- | lib/l10n/sr.js | 4 | ||||
-rw-r--r-- | lib/l10n/sr.json | 4 |
4 files changed, 6 insertions, 4 deletions
diff --git a/lib/l10n/fr.js b/lib/l10n/fr.js index 574f8e53998..9591b8671f4 100644 --- a/lib/l10n/fr.js +++ b/lib/l10n/fr.js @@ -101,6 +101,7 @@ OC.L10N.register( "Setting permissions for %s failed, because the item was not found" : "Le réglage des permissions pour %s a échoué car l'objet n'a pas été trouvé", "Cannot set expiration date. Shares cannot expire later than %s after they have been shared" : "Impossible de configurer la date d'expiration. Un partage ne peut expirer plus de %s après sa création", "Cannot set expiration date. Expiration date is in the past" : "Impossible de configurer la date d'expiration : elle est dans le passé.", + "Cannot clear expiration date. Shares are required to have an expiration date." : "Impossible de supprimer la date d'expiration. Les partages doivent avoir une date d'expiration.", "Sharing backend %s must implement the interface OCP\\Share_Backend" : "Le service de partage %s doit implémenter l'interface OCP\\Share_Backend", "Sharing backend %s not found" : "Service de partage %s non trouvé", "Sharing backend for %s not found" : "Le service de partage pour %s est introuvable", diff --git a/lib/l10n/fr.json b/lib/l10n/fr.json index 3107d0b3e69..612a0dec8f7 100644 --- a/lib/l10n/fr.json +++ b/lib/l10n/fr.json @@ -99,6 +99,7 @@ "Setting permissions for %s failed, because the item was not found" : "Le réglage des permissions pour %s a échoué car l'objet n'a pas été trouvé", "Cannot set expiration date. Shares cannot expire later than %s after they have been shared" : "Impossible de configurer la date d'expiration. Un partage ne peut expirer plus de %s après sa création", "Cannot set expiration date. Expiration date is in the past" : "Impossible de configurer la date d'expiration : elle est dans le passé.", + "Cannot clear expiration date. Shares are required to have an expiration date." : "Impossible de supprimer la date d'expiration. Les partages doivent avoir une date d'expiration.", "Sharing backend %s must implement the interface OCP\\Share_Backend" : "Le service de partage %s doit implémenter l'interface OCP\\Share_Backend", "Sharing backend %s not found" : "Service de partage %s non trouvé", "Sharing backend for %s not found" : "Le service de partage pour %s est introuvable", diff --git a/lib/l10n/sr.js b/lib/l10n/sr.js index 50791bdf266..b28071912f7 100644 --- a/lib/l10n/sr.js +++ b/lib/l10n/sr.js @@ -30,8 +30,8 @@ OC.L10N.register( "seconds ago" : "пре неколико секунди", "web services under your control" : "веб сервиси под вашом контролом", "Empty filename is not allowed" : "Празан назив није дозвољен", - "Dot files are not allowed" : "Фајлови са почетном тачком у називу нису дозвољени", - "4-byte characters are not supported in file names" : "4-битни знакови нису подржани у називу фајлова", + "Dot files are not allowed" : "Фајлови са почетном тачком нису дозвољени", + "4-byte characters are not supported in file names" : "4-бајтни знакови нису подржани у називу фајлова", "File name is a reserved word" : "Назив фајла је резервисана реч", "File name contains at least one invalid character" : "Назив фајла садржи бар један недозвољен знак", "File name is too long" : "Назив фајла је предугачак", diff --git a/lib/l10n/sr.json b/lib/l10n/sr.json index a8dcaf3b01e..e4cc7d27608 100644 --- a/lib/l10n/sr.json +++ b/lib/l10n/sr.json @@ -28,8 +28,8 @@ "seconds ago" : "пре неколико секунди", "web services under your control" : "веб сервиси под вашом контролом", "Empty filename is not allowed" : "Празан назив није дозвољен", - "Dot files are not allowed" : "Фајлови са почетном тачком у називу нису дозвољени", - "4-byte characters are not supported in file names" : "4-битни знакови нису подржани у називу фајлова", + "Dot files are not allowed" : "Фајлови са почетном тачком нису дозвољени", + "4-byte characters are not supported in file names" : "4-бајтни знакови нису подржани у називу фајлова", "File name is a reserved word" : "Назив фајла је резервисана реч", "File name contains at least one invalid character" : "Назив фајла садржи бар један недозвољен знак", "File name is too long" : "Назив фајла је предугачак", |