diff options
author | Sem <sembrestels@riseup.net> | 2013-11-09 16:11:25 +0100 |
---|---|---|
committer | Sem <sembrestels@riseup.net> | 2013-11-09 16:11:25 +0100 |
commit | 59448d8a9864573c05477a63a6dda404c455fdb6 (patch) | |
tree | 8222848ea99b84a33b07a3113ff63bb07ab46692 /mod/videolist/languages | |
parent | 4cf4e4d3969ab43978c95f88238547530b01422d (diff) | |
parent | 17d7adcb317d25e37d3091e94b66e3f16de54196 (diff) | |
download | elgg-59448d8a9864573c05477a63a6dda404c455fdb6.tar.gz elgg-59448d8a9864573c05477a63a6dda404c455fdb6.tar.bz2 |
Add 'mod/videolist/' from commit '17d7adcb317d25e37d3091e94b66e3f16de54196'
git-subtree-dir: mod/videolist
git-subtree-mainline: 4cf4e4d3969ab43978c95f88238547530b01422d
git-subtree-split: 17d7adcb317d25e37d3091e94b66e3f16de54196
Diffstat (limited to 'mod/videolist/languages')
-rw-r--r-- | mod/videolist/languages/ca.php | 40 | ||||
-rw-r--r-- | mod/videolist/languages/en.php | 78 | ||||
-rw-r--r-- | mod/videolist/languages/es.php | 40 | ||||
-rw-r--r-- | mod/videolist/languages/fr.php | 28 | ||||
-rw-r--r-- | mod/videolist/languages/gl.php | 29 | ||||
-rw-r--r-- | mod/videolist/languages/pt.php | 50 |
6 files changed, 265 insertions, 0 deletions
diff --git a/mod/videolist/languages/ca.php b/mod/videolist/languages/ca.php new file mode 100644 index 000000000..289c1f44a --- /dev/null +++ b/mod/videolist/languages/ca.php @@ -0,0 +1,40 @@ +<?php +$language = array ( + 'videolist' => 'Vídeos', + 'videolist:owner' => 'Vídeos de %s', + 'videolist:friends' => 'Vídeos dels amics', + 'videolist:all' => 'Tots els vídeos', + 'videolist:add' => 'Afegir vídeo', + 'videolist:group' => 'Vídeos del grup', + 'groups:enablevideolist' => 'Activar vídeos del grup', + 'videolist:edit' => 'Edita aquest vídeo', + 'videolist:delete' => 'Esborra aquest vídeo', + 'videolist:new' => 'Un nou vídeo', + 'videolist:notification' => '%s ha afegit un nou vídeo + +%s +%s + +Veure i comentar al nou vídeo: +%s', + 'videolist:delete:confirm' => 'Estàs segur de voler esborrar aquest vídeo?', + 'item:object:videolist_item' => 'Vídeo', + 'videolist:nogroup' => 'Aquest grup no té cap vídeo encara', + 'videolist:more' => 'Més vídeos', + 'videolist:none' => 'No hi ha cap vídeo', + 'river:create:object:videolist_item' => '%s ha creat el vídeo %s', + 'river:update:object:videolist_item' => '% ha actualitzat el vídeo %s', + 'river:comment:object:videolist_item' => '%s ha comentat al vídeo titulat %s', + 'videolist:title' => 'Títol', + 'videolist:description' => 'Descripció', + 'videolist:video_url' => 'Escriu la URL del vídeo', + 'videolist:access_id' => 'Qui pot veure que has penjat aquest vídeo?', + 'videolist:tags' => 'Afegir etiquetes', + 'videolist:error:no_save' => 'Hi ha hagut un error desant el vídeo, si us plau intenta-ho d\'aquí a una estona', + 'videolist:saved' => 'El teu vídeo s\'ha desat correctament!', + 'videolist:deleted' => 'El teu vídeo s\'ha esborrat correctament!', + 'videolist:deletefailed' => 'Malauradament, aquest vídeo no es pot esborrar ara. Si us plau, intenta-ho més tard', + 'videolist:num_videos' => 'Nombre de vídeos a mostrar', + 'videolist:widget:description' => 'La teva llista de reproducció de vídeos.', +); +add_translation("ca", $language);
\ No newline at end of file diff --git a/mod/videolist/languages/en.php b/mod/videolist/languages/en.php new file mode 100644 index 000000000..d357725a7 --- /dev/null +++ b/mod/videolist/languages/en.php @@ -0,0 +1,78 @@ +<?php +/** + * Elgg videolist english language pack. + * + * @package ElggVideolist + */ + +$english = array( + + /** + * Menu items and titles + */ + + 'videolist' => "Videos", + 'videolist:owner' => "%s's videos", + 'videolist:friends' => "Friends' videos", + 'videolist:all' => "All site videos", + 'videolist:add' => "Add a video", + + 'videolist:group' => "Group videos", + 'groups:enablevideolist' => 'Enable group videos', + + 'videolist:edit' => "Edit this video", + 'videolist:delete' => "Delete this video", + + 'videolist:new' => "Add a video", + 'videolist:notification' => +'%s added a new video: + +%s +%s + +View and comment on the new video: +%s +', + 'videolist:delete:confirm' => 'Are you sure you want to delete this video?', + 'item:object:videolist_item' => 'Video', + 'videolist:nogroup' => 'This group does not have any video yet', + 'videolist:more' => 'More videos', + 'videolist:none' => 'No videos posted yet.', + + /** + * River + **/ + + 'river:create:object:videolist_item' => '%s created the video %s', + 'river:update:object:videolist_item' => '%s updated the video %s', + 'river:comment:object:videolist_item' => '%s commented on the video titled %s', + + /** + * Form fields + */ + + 'videolist:title' => 'Title', + 'videolist:description' => 'Description', + 'videolist:video_url' => 'Enter video URL', + 'videolist:access_id' => 'Who can see you posted this video?', + 'videolist:tags' => 'Add tags', + + /** + * Status and error messages + */ + 'videolist:error:no_save' => 'There was an error in saving the video, please try after sometime', + 'videolist:saved' => 'Your video has been saved successfully!', + 'videolist:deleted' => 'Your video was removed successfully!', + 'videolist:deletefailed' => 'Unfortunately, this video could not be removed now. Please try again later', + + + /** + * Widget + **/ + + 'videolist:num_videos' => 'Number of videos to display', + 'videolist:widget:description' => 'Your personal video playlist.', + +); + +add_translation("en", $english); diff --git a/mod/videolist/languages/es.php b/mod/videolist/languages/es.php new file mode 100644 index 000000000..ad8cbe46c --- /dev/null +++ b/mod/videolist/languages/es.php @@ -0,0 +1,40 @@ +<?php +$language = array ( + 'videolist' => 'Vídeos', + 'videolist:owner' => 'vídeos de %s', + 'videolist:friends' => 'Vídeos de amigos', + 'videolist:all' => 'Todos los vídeos', + 'videolist:add' => 'Añadir vídeo', + 'videolist:group' => 'Vídeos del grupo', + 'groups:enablevideolist' => 'Habilitar vídeos de grupo', + 'videolist:edit' => 'Editar este vídeo', + 'videolist:delete' => 'Eliminar este vídeo', + 'videolist:new' => 'Nuevo vídeo', + 'videolist:notification' => '%s ha añadido un nuevo vídeo: + +%s +%s + +Ver y comentar el nuevo vídeo: +%s', + 'videolist:delete:confirm' => 'Estas seguro de que quieres eliminar este vídeo?', + 'item:object:videolist_item' => 'Vídeo', + 'videolist:nogroup' => 'Este grupo no tiene ningún video todavía', + 'videolist:more' => 'Más videos', + 'videolist:none' => 'No hay videos colgados.', + 'river:create:object:videolist_item' => '%s ha creado el video %s', + 'river:update:object:videolist_item' => '%s ha actualizado el video %s', + 'river:comment:object:videolist_item' => '%s ha comentado en el video titulado %s', + 'videolist:title' => 'Título', + 'videolist:description' => 'Descripción', + 'videolist:video_url' => 'URL del video', + 'videolist:access_id' => 'Quien puede ver que has colgado el video?', + 'videolist:tags' => 'Añadir etiquetas', + 'videolist:error:no_save' => 'Ha habido un error guardando el video, por favor inténtalo más tarde', + 'videolist:saved' => '¡Tu video se ha guardado correctamente!', + 'videolist:deleted' => '¡Tu video se ha borrado correctamente!', + 'videolist:deletefailed' => 'Desafortunadamente este video no se puede borrar ahora. Por favor inténtalo más tarde de nuevo', + 'videolist:num_videos' => 'Número de videos a mostrar', + 'videolist:widget:description' => 'Tu lista personal de reproducción de videos.', +); +add_translation("es", $language);
\ No newline at end of file diff --git a/mod/videolist/languages/fr.php b/mod/videolist/languages/fr.php new file mode 100644 index 000000000..c21495546 --- /dev/null +++ b/mod/videolist/languages/fr.php @@ -0,0 +1,28 @@ +<?php +$fr = array ( + 'videolist' => 'Mes videos', + 'videolist:home' => '%s \'s Videos', + 'videolist:new' => 'ajouter une video', + 'videolist:find' => 'toutes les videos', + 'videolist:search' => 'toutes les videos', + 'videolist:submit' => 'envoie', + 'videolist:widget' => 'Mes videos', + 'videolist:widget:description' => 'tes videos de youtube', + 'videolist:num_videos' => 'nombre de videos à afficher', + 'profile:videoheader' => 'ma galerie video', + 'videolist:tags' => 'ajoute des tags', + 'videolist:browse' => 'cherche des videos - %s', + 'videolist:browsemenu' => 'cherche des videos', + 'videolist:title_search_tube' => 'cherche des videos de', + 'videolist:searchTubeVideos' => 'cherche sur youtube.com', + 'videolist:comments' => 'commentaires', + 'videolist:commentspost' => 'poste', + 'videolist:river:item' => 'une video', + 'videolist:river:created' => '%s a ajouté', + 'videolist:group' => 'Videos', + 'videolist:groupall' => 'toutes les vidoes du groupe', + 'videolist:none' => 'ce groupe n\'as pas encore de videos', +); + +add_translation("fr", $fr); + diff --git a/mod/videolist/languages/gl.php b/mod/videolist/languages/gl.php new file mode 100644 index 000000000..90444e3fa --- /dev/null +++ b/mod/videolist/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); + diff --git a/mod/videolist/languages/pt.php b/mod/videolist/languages/pt.php new file mode 100644 index 000000000..e8b28c182 --- /dev/null +++ b/mod/videolist/languages/pt.php @@ -0,0 +1,50 @@ +<?php +$pt = array ( + 'videolist' => 'Meus vídeos', + 'videolist:home' => 'Vídeos de %s', + 'videolist:new' => 'Adicionar vídeo', + 'videolist:find' => 'Todos os vídeos', + 'videolist:search' => 'Todos os vídeos', + 'videolist:submit' => 'Publicar', + 'videolist:widget' => 'Meus Vídeos', + 'videolist:num_videos' => 'Número de visto a visualizar', + 'profile:videoheader' => 'Minha galeria de vídeos', + 'videolist:tags' => 'Adicionar etiquetas', + 'videolist:browse' => 'Procurar vídeos - %s', + 'videolist:browsemenu' => 'Procurar vídeos', + 'videolist:title_search_tube' => 'Procurar vídeos de', + 'videolist:searchTubeVideos' => 'Procurar no youtube', + 'videolist:comments' => 'Comentários', + 'videolist:commentspost' => 'Publicar', + 'videolist:river:item' => 'um video', + 'videolist:river:created' => 'adicionado por %s', + 'videolist:group' => 'Vídeos', + 'videolist:groupall' => 'Todos os vídeos do grupo', + 'videolist:none' => 'Este grupo ainda não tem vídeos', + 'videolist:user' => 'Vídeos de %s', + 'videolist:all' => 'Todos vídeos', + 'videolist:add' => 'Adicionar um vídeo', + 'videolist:play:video' => 'Tocar', + 'videolist:add:video' => 'Adicionar', + 'videolist:friends' => 'Vídeos dos amigos', + 'videolist:edit' => 'Editar vídeos', + 'videolist:ingroup' => 'na comunidade', + 'videolist:title' => 'Título', + 'videolist:description' => 'Descrição', + 'videolist:video_url' => 'Entrar um endereço do vídeo', + 'videolist:error:no_save' => 'Ocorreu um erro ao salvar o vídeo, por favor tente mais tarde', + 'videolist:saved' => 'Seu vídeo foi salvo com sucesso!', + 'videolist_item:more' => 'Ver todos vídeos', + 'videolist_item:none' => 'desculpe, nenhum vídeo foi encontrado', + 'videolist:deleted' => 'Seu vídeo foi removido com sucesso!', + 'videolist:deletefailed' => 'Infelizmente, este vídeo não pode ser removido agora. Por favor, tente mais tarde.', + 'videolist:widget:description' => 'Demonstre sua galeira de vídeos pessoas do youtube', + 'videolist:access_id' => 'Quem pode ver que você enviou este vídeo?', + 'item:object:videolist_item' => 'Vídeos', + 'river:create:object:videolist_item' => '%s adicionou o vídeo %s', + 'river:comment:object:videolist_item' => '%s comentou em %s', + 'videolist:delete:confirm' => 'Você tem certeza que deseja apagar este vídeo?', +); + +add_translation("pt", $pt); + |