aboutsummaryrefslogtreecommitdiff
path: root/languages/ca/ca.thewire.php
blob: 5959c4f458bf8de7b2f828274874fec76a9d8209 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
<?php
$ca = array (
  'thewire' => 'Missatges curts',
  'thewire:everyone' => 'Tots els missatges curts',
  'thewire:user' => 'Missatges curts de %s',
  'thewire:friends' => 'Missatges curts de contactes',
  'thewire:reply' => 'Respondre',
  'thewire:replying' => 'Respondre a %s (@%s) qui ha escrit',
  'thewire:thread' => 'Debat',
  'thewire:charleft' => 'car&agrave;cters restants',
  'thewire:tags' => 'Missatges curts que coincideixen amb l&acute;etiqueta \'%s\'',
  'thewire:noposts' => 'Encara no hi ha cap missatge curt',
  'item:object:thewire' => 'Missatges curts',
  'thewire:update' => 'Actualitzar',
  'thewire:previous' => 'Anterior',
  'thewire:hide' => 'Ocultar',
  'thewire:previous:help' => 'Veure publicaci&oacute; anterior',
  'thewire:hide:help' => 'Ocultar publicaci&oacute; anterior',
  'river:create:object:thewire' => '%s ha publicat un nou %s',
  'thewire:wire' => 'Missatge curt',
  'thewire:widget:desc' => 'Mostrar els seus missatges curts meacute;s recents',
  'thewire:num' => 'Quantitat de comentaris a mostrar',
  'thewire:moreposts' => 'M&eacute;s missatges curts',
  'thewire:posted' => 'El missatge s&acute;ha publicat correctament.',
  'thewire:deleted' => 'El missatge s&acute;ha eliminat correctament.',
  'thewire:blank' => 'Ha d&acute;introduir contingut per poder publicar.',
  'thewire:notfound' => 'Ens sap greu, no s&acute;ha pogut trobar la publicaci&oacute; sol�licitada.',
  'thewire:notdeleted' => 'Ens sap greu, no s&acute;ha pogut eliminar el missatge curt.',
  'thewire:notify:subject' => 'Missatge curt nou',
  'thewire:notify:reply' => '%s ha respost a %s amb un missatge curt:',
  'thewire:notify:post' => '%s ha publicat un missatge curt nou:',
);

add_translation("ca", $ca);