aboutsummaryrefslogtreecommitdiff
path: root/mod/languages/languages/ca/ca.reportedcontent.php
blob: 4a7360da0b8e94e29f7dbe89e54120d9ad892845 (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
<?php
$language = array (
  'admin:administer_utilities:reportedcontent' => 'Contingut denunciat',
  'reportedcontent:instructions' => 'La denúncia serà enviada als administradors del lloc perquè puguin moderar.',
  'reportedcontent:user' => 'Denunciar usuària',
  'item:object:reported_content' => 'Elements denunciats',
  'reportedcontent' => 'Contingut denunciat',
  'reportedcontent:this' => 'Denunciar',
  'reportedcontent:this:tooltip' => 'Denunciar aquesta p&agrave;gina a l&acute;administrador',
  'reportedcontent:none' => 'No hi ha contingut denunciat',
  'reportedcontent:report' => 'Denunciar aix&ograve;',
  'reportedcontent:title' => 'Títol de la p&agrave;gina',
  'reportedcontent:deleted' => 'El contingut denunciat ha estat eliminat',
  'reportedcontent:notdeleted' => 'No s&acute;ha pogut eliminar la denúncia',
  'reportedcontent:delete' => 'Eliminar denúncia',
  'reportedcontent:areyousure' => 'Vol eliminar aix&ograve;?',
  'reportedcontent:archive' => 'Desar denúncia',
  'reportedcontent:archived' => 'La denúncia ha quedat desada',
  'reportedcontent:visit' => 'Visitar element denunciat',
  'reportedcontent:by' => 'Denunciat per',
  'reportedcontent:objecttitle' => 'Títol de la p&agrave;gina',
  'reportedcontent:objecturl' => 'URL de la p&agrave;gina',
  'reportedcontent:reason' => 'Motiu de la denúncia',
  'reportedcontent:description' => 'Per qu&egrave; denuncies aix&ograve;?',
  'reportedcontent:address' => 'Ubicació de l&acute;element',
  'reportedcontent:success' => 'La seva denúncia ha estat enviada als administradors',
  'reportedcontent:failing' => 'No s&acute;ha pogut enviar la seva denúncia',
  'reportedcontent:moreinfo' => 'Més informació',
  'reportedcontent:numbertodisplay' => 'Quantitat de denúncies a mostrar',
  'reportedcontent:widget:description' => 'Mostrar el contingut denunciat',
  'reportedcontent:failed' => 'Ens sap greu, hi ha hagut una errada a l&acute;hora d&acute;intentar denunciar el contingut.',
  'reportedcontent:notarchived' => 'No s&acute;ha pogut arxivar la denúncia',
);
add_translation("ca", $language);