diff options
author | Jenkins for ownCloud <owncloud-bot@tmit.eu> | 2014-12-25 01:54:29 -0500 |
---|---|---|
committer | Jenkins for ownCloud <owncloud-bot@tmit.eu> | 2014-12-25 01:54:29 -0500 |
commit | e0fc26a5cb5349a028aa971ece4c643124056d55 (patch) | |
tree | 13f3a5f5def6c7e1d2c9737f78b80f7a6bc2469b /lib/l10n | |
parent | 801b9e0494d90dac3d1103d7e603cdfec9fe62c7 (diff) | |
download | nextcloud-server-e0fc26a5cb5349a028aa971ece4c643124056d55.tar.gz nextcloud-server-e0fc26a5cb5349a028aa971ece4c643124056d55.zip |
[tx-robot] updated from transifex
Diffstat (limited to 'lib/l10n')
-rw-r--r-- | lib/l10n/bs.js | 2 | ||||
-rw-r--r-- | lib/l10n/bs.json | 2 | ||||
-rw-r--r-- | lib/l10n/fr.js | 1 | ||||
-rw-r--r-- | lib/l10n/fr.json | 1 |
4 files changed, 6 insertions, 0 deletions
diff --git a/lib/l10n/bs.js b/lib/l10n/bs.js index 3753f51cba7..de60b71a8ff 100644 --- a/lib/l10n/bs.js +++ b/lib/l10n/bs.js @@ -1,6 +1,8 @@ OC.L10N.register( "lib", { + "Unknown filetype" : "Nepoznat tip datoteke", + "Invalid image" : "Nevažeća datoteka", "_%n day ago_::_%n days ago_" : ["","",""], "_%n month ago_::_%n months ago_" : ["","",""], "_%n year ago_::_%n years ago_" : ["","",""], diff --git a/lib/l10n/bs.json b/lib/l10n/bs.json index c07d5a6b611..9e8570d9291 100644 --- a/lib/l10n/bs.json +++ b/lib/l10n/bs.json @@ -1,4 +1,6 @@ { "translations": { + "Unknown filetype" : "Nepoznat tip datoteke", + "Invalid image" : "Nevažeća datoteka", "_%n day ago_::_%n days ago_" : ["","",""], "_%n month ago_::_%n months ago_" : ["","",""], "_%n year ago_::_%n years ago_" : ["","",""], diff --git a/lib/l10n/fr.js b/lib/l10n/fr.js index c5861bb8e33..24aac44d42d 100644 --- a/lib/l10n/fr.js +++ b/lib/l10n/fr.js @@ -77,6 +77,7 @@ OC.L10N.register( "Set an admin password." : "Spécifiez un mot de passe administrateur.", "Can't create or write into the data directory %s" : "Impossible de créer ou d'écrire dans le répertoire des données %s", "%s shared »%s« with you" : "%s partagé »%s« avec vous", + "Sharing %s failed, because the backend does not allow shares from type %i" : "Le partage de %s a échoué car l’infrastructure n'autorise pas les partages de type %i", "Sharing %s failed, because the file does not exist" : "Le partage de %s a échoué car le fichier n'existe pas", "You are not allowed to share %s" : "Vous n'êtes pas autorisé à partager %s", "Sharing %s failed, because the user %s is the item owner" : "Le partage de %s a échoué car l'utilisateur %s est le propriétaire de l'objet", diff --git a/lib/l10n/fr.json b/lib/l10n/fr.json index c1d2e8b3f53..527b58b909d 100644 --- a/lib/l10n/fr.json +++ b/lib/l10n/fr.json @@ -75,6 +75,7 @@ "Set an admin password." : "Spécifiez un mot de passe administrateur.", "Can't create or write into the data directory %s" : "Impossible de créer ou d'écrire dans le répertoire des données %s", "%s shared »%s« with you" : "%s partagé »%s« avec vous", + "Sharing %s failed, because the backend does not allow shares from type %i" : "Le partage de %s a échoué car l’infrastructure n'autorise pas les partages de type %i", "Sharing %s failed, because the file does not exist" : "Le partage de %s a échoué car le fichier n'existe pas", "You are not allowed to share %s" : "Vous n'êtes pas autorisé à partager %s", "Sharing %s failed, because the user %s is the item owner" : "Le partage de %s a échoué car l'utilisateur %s est le propriétaire de l'objet", |