aboutsummaryrefslogtreecommitdiff
path: root/languages/gl.php
diff options
context:
space:
mode:
authorSem <sembrestels@riseup.net>2012-05-12 06:21:48 +0200
committerSem <sembrestels@riseup.net>2012-05-12 06:21:48 +0200
commit7141da44e5aae888709b6db809025fa9015c3ef0 (patch)
treed3bf18000d1eb05fc9070bd8e7ee9a5c85cc81c0 /languages/gl.php
parent647fc5b52bce0441f17d0810da8def69109a124b (diff)
downloadelgg-7141da44e5aae888709b6db809025fa9015c3ef0.tar.gz
elgg-7141da44e5aae888709b6db809025fa9015c3ef0.tar.bz2
Added french, galician and portugese languages.
Diffstat (limited to 'languages/gl.php')
-rw-r--r--languages/gl.php29
1 files changed, 29 insertions, 0 deletions
diff --git a/languages/gl.php b/languages/gl.php
new file mode 100644
index 000000000..90444e3fa
--- /dev/null
+++ b/languages/gl.php
@@ -0,0 +1,29 @@
+<?php
+$gl = array (
+ 'videolist' => 'Os meus vídeos',
+ 'videolist:home' => 'Vídeos de %s',
+ 'videolist:new' => 'Engadir vídeos',
+ 'videolist:find' => 'Vídeos de toda a rede',
+ 'videolist:search' => 'Procurar vídeos',
+ 'videolist:submit' => 'Aceptar',
+ 'videolist:widget' => 'Os meus vídeos',
+ 'videolist:widget:description' => 'Podes comparti-la túa galería de vídeos personalizada co resto da rede',
+ 'videolist:num_videos' => 'Número de vídeos a mostrar',
+ 'profile:videoheader' => 'As miñas galerías de vídeos',
+ 'videolist:tags' => 'Engadir etiquetas',
+ 'videolist:browse' => 'Procura-los vídeos de %s',
+ 'videolist:browsemenu' => 'Procurar vídeos',
+ 'videolist:title_search_tube' => 'Procurar vídeos en:',
+ 'videolist:searchTubeVideos' => 'Procurar en youtube',
+ 'videolist:comments' => 'Comentarios',
+ 'videolist:commentspost' => 'Entrada',
+ 'videolist:river:item' => 'un vídeo titulado:',
+ 'videolist:river:created' => '%s engadiu',
+ 'videolist:group' => 'Vídeos do grupo',
+ 'videolist:groupall' => 'Tódolos vídeos do grupo',
+ 'videolist:none' => 'O non hai vídeos subidos.',
+ 'videolist:edit' => 'Editar vídeo %s',
+);
+
+add_translation("gl", $gl);
+