diff options
author | Sem <sembrestels@riseup.net> | 2012-05-12 06:29:42 +0200 |
---|---|---|
committer | Sem <sembrestels@riseup.net> | 2012-05-12 06:29:42 +0200 |
commit | 57cde174e1fb8f91a74983396897cebfde016f70 (patch) | |
tree | af4c7c976a1c0ac0695271dc34ed7286428e16ee /languages/it/it.blog.php | |
parent | 50fdb26e11da8ea05ed38db2b46147cdddc9cf6e (diff) | |
download | elgg-57cde174e1fb8f91a74983396897cebfde016f70.tar.gz elgg-57cde174e1fb8f91a74983396897cebfde016f70.tar.bz2 |
Added several languages and upgraded existing ones.
Diffstat (limited to 'languages/it/it.blog.php')
-rw-r--r-- | languages/it/it.blog.php | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/languages/it/it.blog.php b/languages/it/it.blog.php new file mode 100644 index 000000000..854d02b7a --- /dev/null +++ b/languages/it/it.blog.php @@ -0,0 +1,12 @@ +<?php +$it = array ( + 'blog' => 'Blog', + 'blog:newpost' => 'Nuovo contenuto del blog', + 'blog:never' => 'mai', + 'blog:enableblog' => 'Abilita blog di gruppo', + 'blog:group' => 'Blog', + 'item:object:blog' => 'Post', +); + +add_translation("it", $it); + |