Page Menu
Home
Musing Studio
Search
Configure Global Search
Log In
Files
F12686959
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
1 KB
Subscribers
None
View Options
diff --git a/l10n/phrases_fr.go b/l10n/phrases_fr.go
new file mode 100644
index 0000000..fc3af32
--- /dev/null
+++ b/l10n/phrases_fr.go
@@ -0,0 +1,24 @@
+package l10n
+
+var phrasesFR = map[string]string{
+ "Anonymous post": "Post anonyme",
+ "Blogs": "Blogs",
+ "Newer": "Nouveaux",
+ "Older": "Anciens",
+ "Posts": "Posts",
+ "Publish to...": "Publie sur...",
+ "Publish": "Publie",
+ "Read more...": "En savoir plus...",
+ "Toggle theme": "Activer thème",
+ "View posts": "Voir Posts",
+ "delete": "effacer",
+ "edit": "modifier",
+ "move to...": "déplacer vers...",
+ "pin": "épingler",
+ "published with write.as": "publié avec write.as",
+ "share modal ending": "Envoie-le à un ami, partage-le sur le web, ou peut-être en tant que tweet. En savoir plus.",
+ "share modal introduction": "Tout post publié a une adresse URL secrète et unique que tu peux partager avec qui tu veux. Voici cette URL:",
+ "share modal title": "Partage ce post",
+ "share": "partager",
+ "unpin": "enlever",
+}
diff --git a/l10n/strings.go b/l10n/strings.go
index f97d1fa..1847cb6 100644
--- a/l10n/strings.go
+++ b/l10n/strings.go
@@ -1,14 +1,16 @@
package l10n
// Strings returns a translation set that will take any term and return its
// translation.
func Strings(lang string) map[string]string {
switch lang {
+ case "fr":
+ return phrasesFR
case "hu":
return phrasesHU
case "it":
return phrasesIT
default:
return phrases
}
}
File Metadata
Details
Attached
Mime Type
text/x-diff
Expires
Sun, Dec 14, 12:16 AM (1 d, 9 h)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
3537367
Attached To
rWC Write.as Web Core
Event Timeline
Log In to Comment