~pvigo/+junk/owncloud-14.04

« back to all changes in this revision

Viewing changes to share/owncloud/apps/files_sharing/l10n/ca.php

  • Committer: Pablo Vigo
  • Date: 2014-12-15 13:36:46 UTC
  • Revision ID: pvigo@xtec.cat-20141215133646-7d6it90e1dbsijc2
2

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<?php
 
2
$TRANSLATIONS = array(
 
3
"This share is password-protected" => "Aquest compartit està protegit amb contrasenya",
 
4
"The password is wrong. Try again." => "la contrasenya és incorrecta. Intenteu-ho de nou.",
 
5
"Password" => "Contrasenya",
 
6
"Sorry, this link doesn’t seem to work anymore." => "Aquest enllaç sembla que no funciona.",
 
7
"Reasons might be:" => "Les raons podrien ser:",
 
8
"the item was removed" => "l'element ha estat eliminat",
 
9
"the link expired" => "l'enllaç ha vençut",
 
10
"sharing is disabled" => "s'ha desactivat la compartició",
 
11
"For more info, please ask the person who sent this link." => "Per més informació contacteu amb qui us ha enviat l'enllaç.",
 
12
"%s shared the folder %s with you" => "%s ha compartit la carpeta %s amb vós",
 
13
"%s shared the file %s with you" => "%s ha compartit el fitxer %s amb vós",
 
14
"Download" => "Baixa",
 
15
"Upload" => "Puja",
 
16
"Cancel upload" => "Cancel·la la pujada",
 
17
"No preview available for" => "No hi ha vista prèvia disponible per a",
 
18
"Direct link" => "Enllaç directe"
 
19
);
 
20
$PLURAL_FORMS = "nplurals=2; plural=(n != 1);";