mirror of
https://github.com/grishka/NearDrop.git
synced 2026-04-03 01:36:15 +02:00
21
NearDrop/fr.lproj/Localizable.stringdisct
Normal file
21
NearDrop/fr.lproj/Localizable.stringdisct
Normal file
@@ -0,0 +1,21 @@
|
|||||||
|
<?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
|
||||||
|
<plist version="1.0">
|
||||||
|
<dict>
|
||||||
|
<key>NFiles</key>
|
||||||
|
<dict>
|
||||||
|
<key>NSStringLocalizedFormatKey</key>
|
||||||
|
<string>%#@fichiers@</string>
|
||||||
|
<key>files</key>
|
||||||
|
<dict>
|
||||||
|
<key>NSStringFormatSpecTypeKey</key>
|
||||||
|
<string>NSStringPluralRuleType</string>
|
||||||
|
<key>NSStringFormatValueTypeKey</key>
|
||||||
|
<string>d</string>
|
||||||
|
<key>one</key>
|
||||||
|
<string>%d fichier</string>
|
||||||
|
<key>other</key>
|
||||||
|
<string>%d fichiers</string>
|
||||||
|
</dict>
|
||||||
|
</dict>
|
||||||
|
</dict>
|
||||||
|
</plist>
|
||||||
41
NearDrop/fr.lproj/Localizable.strings
Normal file
41
NearDrop/fr.lproj/Localizable.strings
Normal file
@@ -0,0 +1,41 @@
|
|||||||
|
/* No comment provided by engineer. */
|
||||||
|
"Accept" = "Accepter";
|
||||||
|
|
||||||
|
/* No comment provided by engineer. */
|
||||||
|
"Decline" = "Refuser";
|
||||||
|
|
||||||
|
/* No comment provided by engineer. */
|
||||||
|
"DeviceName" = "Nom de l'appareil : %@";
|
||||||
|
|
||||||
|
/* No comment provided by engineer. */
|
||||||
|
"DeviceSendingFiles" = "%1$@ vous envoie %2$@";
|
||||||
|
|
||||||
|
/* No comment provided by engineer. */
|
||||||
|
"Error.Crypto" = "Erreur de cryptage";
|
||||||
|
|
||||||
|
/* No comment provided by engineer. */
|
||||||
|
"Error.Protocol" = "Erreur de communication";
|
||||||
|
|
||||||
|
/* No comment provided by engineer. */
|
||||||
|
"NFiles" = "%d fichiers";
|
||||||
|
|
||||||
|
/* No comment provided by engineer. */
|
||||||
|
"NotificationsDenied.Message" = "NearDrop doit pouvoir afficher des notifications pour les transferts de fichiers entrants. Veuillez autoriser les notifications dans les paramètres système.";
|
||||||
|
|
||||||
|
/* No comment provided by engineer. */
|
||||||
|
"NotificationsDenied.OpenSettings" = "Ouvrir les paramètres";
|
||||||
|
|
||||||
|
/* No comment provided by engineer. */
|
||||||
|
"NotificationsDenied.Title" = "Autorisation de notification requise";
|
||||||
|
|
||||||
|
/* No comment provided by engineer. */
|
||||||
|
"PinCode" = "CODE PIN : %@";
|
||||||
|
|
||||||
|
/* No comment provided by engineer. */
|
||||||
|
"Quit" = "Quitter NearDrop";
|
||||||
|
|
||||||
|
/* No comment provided by engineer. */
|
||||||
|
"TransferError" = "Échec de la réception des fichiers de %@";
|
||||||
|
|
||||||
|
/* No comment provided by engineer. */
|
||||||
|
"VisibleToEveryone" = "Visible par tout le monde";
|
||||||
Reference in New Issue
Block a user