Page Menu
Home
Musing Studio
Search
Configure Global Search
Log In
Files
F13826378
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_it.go b/l10n/phrases_it.go
new file mode 100644
index 0000000..378e224
--- /dev/null
+++ b/l10n/phrases_it.go
@@ -0,0 +1,24 @@
+package l10n
+
+var phrasesIT = map[string]string{
+ "Anonymous post": "Post anonimo",
+ "Blogs": "Blogs",
+ "Newer": "Più recenti",
+ "Older": "Più vecchi",
+ "Posts": "Posts",
+ "Publish to...": "Pubblica su...",
+ "Publish": "Pubblica",
+ "Read more...": "Continua...",
+ "Toggle theme": "Attiva tema",
+ "View posts": "Vedi Posts",
+ "delete": "cancella",
+ "edit": "modifica",
+ "move to...": "sposta verso...",
+ "pin": "attacca",
+ "published with write.as": "pubblicato con write.as",
+ "share modal ending": "Mandalo ad un amico, condividilo sul web, oppure tweettalo. Per saperne di più.",
+ "share modal introduction": "Ogni post pubblicato possiede un URL segreto e unico che puoi condividere con chiunque. Questo è l'URL:",
+ "share modal title": "Condividi questo post",
+ "share": "condividi",
+ "unpin": "stacca",
+}
diff --git a/l10n/strings.go b/l10n/strings.go
index 3cea620..f97d1fa 100644
--- a/l10n/strings.go
+++ b/l10n/strings.go
@@ -1,12 +1,14 @@
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 "hu":
return phrasesHU
+ case "it":
+ return phrasesIT
default:
return phrases
}
}
File Metadata
Details
Attached
Mime Type
text/x-diff
Expires
Thu, Feb 19, 1:21 AM (21 h, 56 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
3631598
Attached To
rWC Write.as Web Core
Event Timeline
Log In to Comment