ca.php 1.8 KB

12345678910111213141516171819202122232425262728293031323334353637383940
  1. <?php
  2. $language = array (
  3. 'videolist' => 'Vídeos',
  4. 'videolist:owner' => 'Vídeos de %s',
  5. 'videolist:friends' => 'Vídeos dels amics',
  6. 'videolist:all' => 'Tots els vídeos',
  7. 'videolist:add' => 'Afegir vídeo',
  8. 'videolist:group' => 'Vídeos del grup',
  9. 'groups:enablevideolist' => 'Activar vídeos del grup',
  10. 'videolist:edit' => 'Edita aquest vídeo',
  11. 'videolist:delete' => 'Esborra aquest vídeo',
  12. 'videolist:new' => 'Un nou vídeo',
  13. 'videolist:notification' => '%s ha afegit un nou vídeo
  14. %s
  15. %s
  16. Veure i comentar al nou vídeo:
  17. %s',
  18. 'videolist:delete:confirm' => 'Estàs segur de voler esborrar aquest vídeo?',
  19. 'item:object:videolist_item' => 'Vídeo',
  20. 'videolist:nogroup' => 'Aquest grup no té cap vídeo encara',
  21. 'videolist:more' => 'Més vídeos',
  22. 'videolist:none' => 'No hi ha cap vídeo',
  23. 'river:create:object:videolist_item' => '%s ha creat el vídeo %s',
  24. 'river:update:object:videolist_item' => '% ha actualitzat el vídeo %s',
  25. 'river:comment:object:videolist_item' => '%s ha comentat al vídeo titulat %s',
  26. 'videolist:title' => 'Títol',
  27. 'videolist:description' => 'Descripció',
  28. 'videolist:video_url' => 'Escriu la URL del vídeo',
  29. 'videolist:access_id' => 'Qui pot veure que has penjat aquest vídeo?',
  30. 'videolist:tags' => 'Afegir etiquetes',
  31. 'videolist:error:no_save' => 'Hi ha hagut un error desant el vídeo, si us plau intenta-ho d\'aquí a una estona',
  32. 'videolist:saved' => 'El teu vídeo s\'ha desat correctament!',
  33. 'videolist:deleted' => 'El teu vídeo s\'ha esborrat correctament!',
  34. 'videolist:deletefailed' => 'Malauradament, aquest vídeo no es pot esborrar ara. Si us plau, intenta-ho més tard',
  35. 'videolist:num_videos' => 'Nombre de vídeos a mostrar',
  36. 'videolist:widget:description' => 'La teva llista de reproducció de vídeos.',
  37. );
  38. add_translation("ca", $language);