Blame view

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