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/gl/gl.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/gl/gl.custom_index.php')
-rw-r--r-- | languages/gl/gl.custom_index.php | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/languages/gl/gl.custom_index.php b/languages/gl/gl.custom_index.php new file mode 100644 index 000000000..8e021ab61 --- /dev/null +++ b/languages/gl/gl.custom_index.php @@ -0,0 +1,11 @@ +<?php +$gl = array ( + 'custom:bookmarks' => 'Últimos enlaces ', + 'custom:groups' => 'Últimos grupos', + 'custom:files' => 'Últimos ficheiros subidos', + 'custom:blogs' => 'Últimas entradas', + 'custom:members' => 'Últimxs habitantes', +); + +add_translation("gl", $gl); + |