Blame view
sources/l10n/fr/files_sharing.po
4.37 KB
|
03e52840d
|
1 2 3 4 5 |
# SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. # # Translators: |
|
6d9380f96
|
6 7 |
# Alain Sanguinetti <alain@sanguinetti.eu>, 2014 # Alexandre G. <alexandre.grignon@gmail.com>, 2014 |
|
31b7f2792
|
8 |
# square <benben390-390@yahoo.fr>, 2013 |
|
6d9380f96
|
9 10 11 12 13 |
# Christophe Lherieau <skimpax@gmail.com>, 2013-2014 # Etienne <etiess@gmail.com>, 2013-2014 # Ogre Sympathique, 2013 # Romain DEP. <rom1dep@gmail.com>, 2014 # themen <themen2004@gmail.com>, 2014 |
|
03e52840d
|
14 15 16 17 |
msgid "" msgstr "" "Project-Id-Version: ownCloud " |
|
31b7f2792
|
18 19 |
"Report-Msgid-Bugs-To: translations@owncloud.org " |
|
6d9380f96
|
20 21 22 23 24 25 |
"POT-Creation-Date: 2014-07-03 01:54-0400 " "PO-Revision-Date: 2014-07-03 05:54+0000 " "Last-Translator: I Robot " |
|
03e52840d
|
26 27 28 29 30 31 32 33 34 35 36 37 |
"Language-Team: French (http://www.transifex.com/projects/p/owncloud/language/fr/) " "MIME-Version: 1.0 " "Content-Type: text/plain; charset=UTF-8 " "Content-Transfer-Encoding: 8bit " "Language: fr " "Plural-Forms: nplurals=2; plural=(n > 1); " |
|
6d9380f96
|
38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 |
#: ajax/external.php:17
msgid "Server to server sharing is not enabled on this server"
msgstr "Le partage de serveur à serveur n'est pas activé sur ce serveur"
#: ajax/external.php:47
msgid "Couldn't add remote share"
msgstr "Impossible d'ajouter un partage distant"
#: appinfo/app.php:33 js/app.js:34
msgid "Shared with you"
msgstr "Partagé avec vous"
#: appinfo/app.php:42 js/app.js:53
msgid "Shared with others"
msgstr "Partagé avec d'autres"
#: appinfo/app.php:51 js/app.js:72
msgid "Shared by link"
msgstr "Partagé par lien"
#: js/app.js:35
msgid "No files have been shared with you yet."
msgstr "Aucun fichier n'est partagé avec vous pour l'instant"
#: js/app.js:54
msgid "You haven't shared any files yet."
msgstr "Vous ne partagez pas de fichier pour l'instant"
#: js/app.js:73
msgid "You haven't shared any files by link yet."
msgstr "Vous ne partagez aucun de fichier par lien pour l'instant."
#: js/external.js:45 js/external.js:48
msgid "Add {name} from {owner}@{remote}"
msgstr "Ajouter {name} de {owner}@{remote}"
#: js/external.js:46 js/external.js:49
msgid "Add Share"
msgstr "Ajouter un partage"
#: js/external.js:49 templates/authenticate.php:10
#: templates/authenticate.php:12
msgid "Password"
msgstr "Mot de passe"
#: js/public.js:203
msgid "No ownCloud installation found at {remote}"
msgstr "Aucune installation ownCloud n'a été trouvée sur {remote}"
#: js/public.js:204
msgid "Invalid ownCloud url"
msgstr "URL ownCloud invalide"
#: js/share.js:146
msgid "Shared by {owner}"
msgstr "Partagé par {owner}"
#: js/sharedfilelist.js:128
msgid "Shared by"
msgstr "Partagé par"
|
|
03e52840d
|
98 |
#: templates/authenticate.php:4 |
|
31b7f2792
|
99 100 101 102 103 104 |
msgid "This share is password-protected" msgstr "Ce partage est protégé par un mot de passe" #: templates/authenticate.php:7 msgid "The password is wrong. Try again." msgstr "Le mot de passe est incorrect. Veuillez réessayer." |
|
6d9380f96
|
105 106 107 108 109 110 111 |
#: templates/list.php:16 msgid "Name" msgstr "Nom" #: templates/list.php:20 msgid "Share time" msgstr "Date de partage" |
|
03e52840d
|
112 |
|
|
31b7f2792
|
113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 |
#: templates/part.404.php:3 msgid "Sorry, this link doesn’t seem to work anymore." msgstr "Désolé, mais le lien semble ne plus fonctionner." #: templates/part.404.php:4 msgid "Reasons might be:" msgstr "Les raisons peuvent être :" #: templates/part.404.php:6 msgid "the item was removed" msgstr "l'item a été supprimé" #: templates/part.404.php:7 msgid "the link expired" msgstr "le lien a expiré" |
|
03e52840d
|
128 |
|
|
31b7f2792
|
129 130 131 132 133 134 135 |
#: templates/part.404.php:8 msgid "sharing is disabled" msgstr "le partage est désactivé" #: templates/part.404.php:10 msgid "For more info, please ask the person who sent this link." msgstr "Pour plus d'informations, veuillez contacter la personne qui a envoyé ce lien." |
|
6d9380f96
|
136 137 138 |
#: templates/public.php:20 msgid "Add to your ownCloud" msgstr "" |
|
03e52840d
|
139 |
|
|
6d9380f96
|
140 141 142 |
#: templates/public.php:23 msgid "Save" msgstr "Sauvegarder" |
|
03e52840d
|
143 |
|
|
6d9380f96
|
144 |
#: templates/public.php:28 |
|
03e52840d
|
145 146 |
msgid "Download" msgstr "Télécharger" |
|
31b7f2792
|
147 |
#: templates/public.php:59 |
|
6d9380f96
|
148 149 150 |
#, php-format msgid "Download %s" msgstr "Télécharger %s" |
|
03e52840d
|
151 |
|
|
6d9380f96
|
152 |
#: templates/public.php:63 |
|
31b7f2792
|
153 154 |
msgid "Direct link" msgstr "Lien direct" |
|
6d9380f96
|
155 156 157 158 159 160 161 162 163 164 165 166 |
#: templates/settings-admin.php:3 msgid "Remote Shares" msgstr "Partages Distants" #: templates/settings-admin.php:7 msgid "Allow other instances to mount public links shared from this server" msgstr "Autorise d'autres instances à monter des liens publiques partagés depuis ce serveur" #: templates/settings-admin.php:11 msgid "Allow users to mount public link shares" msgstr "Autorise les utilisateurs à monter des liens de partages publiques" |