summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--l10n/fr.js4
-rw-r--r--l10n/fr.json5
-rw-r--r--templates/part.content.php6
3 files changed, 10 insertions, 5 deletions
diff --git a/l10n/fr.js b/l10n/fr.js
index 8a95c0d2d..d7ba7f5a1 100644
--- a/l10n/fr.js
+++ b/l10n/fr.js
@@ -122,6 +122,8 @@ OC.L10N.register(
"Help" : "Aide",
"Keyboard shortcuts" : "Raccourcis clavier",
"Documentation" : "Documentation",
- "Report a bug" : "Signaler un bogue"
+ "Report a bug" : "Signaler un bogue",
+ "Share on social media" : "partager sur les reseaux sociaux",
+ "Contact name" : "Nom de contact"
},
"nplurals=2; plural=(n > 1);");
diff --git a/l10n/fr.json b/l10n/fr.json
index 7b9bfdadc..7d152dfd7 100644
--- a/l10n/fr.json
+++ b/l10n/fr.json
@@ -120,6 +120,9 @@
"Help" : "Aide",
"Keyboard shortcuts" : "Raccourcis clavier",
"Documentation" : "Documentation",
- "Report a bug" : "Signaler un bogue"
+ "Report a bug" : "Signaler un bogue",
+ "Share on social media" : "partager sur les reseaux sociaux",
+ "Contact name" : "Nom de contact"
+
},"pluralForm" :"nplurals=2; plural=(n > 1);"
} \ No newline at end of file
diff --git a/templates/part.content.php b/templates/part.content.php
index 6a8be318c..962247e8f 100644
--- a/templates/part.content.php
+++ b/templates/part.content.php
@@ -111,8 +111,8 @@
ng-change="Share.searchUsers(nameQuery)"
type="text"
class="contact-input"
- placeholder="Nom de contact"
- title="Nom de contact"
+ placeholder="<?php p($l->t('Contact name')) ?>"
+ title="<?php p($l->t('Contact name')) ?>"
name="contactName"
required>
</fieldset>
@@ -125,7 +125,7 @@
{{ user.value.shareWith }}
</a>
- <p class="label-group">Partage réseaux sociaux</p>
+ <p class="label-group"> <?php p($l->t('Share on social media')) ?> </p>
<a class="icon-facebook pr-5"
ng-href="https://www.facebook.com/sharer/sharer.php?u={{ ::item.url }}"