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.custom_index.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.custom_index.php')
| -rw-r--r-- | languages/it/it.custom_index.php | 11 | 
1 files changed, 11 insertions, 0 deletions
diff --git a/languages/it/it.custom_index.php b/languages/it/it.custom_index.php new file mode 100644 index 000000000..ab063e593 --- /dev/null +++ b/languages/it/it.custom_index.php @@ -0,0 +1,11 @@ +<?php +$it = array ( +  'custom:bookmarks' => 'Ultimi preferiti', +  'custom:groups' => 'Gruppi recenti', +  'custom:files' => 'File recenti', +  'custom:blogs' => 'Ultimi post nei blog', +  'custom:members' => 'Ultimi iscritti ', +); + +add_translation("it", $it); +  | 
