2013-08-09 16:06:31 +04:00
|
|
|
|
<?php
|
|
|
|
|
$TRANSLATIONS = array(
|
2013-10-29 15:31:51 +04:00
|
|
|
|
"This share is password-protected" => "Aquest compartit està protegit amb contrasenya",
|
2013-07-09 04:12:22 +04:00
|
|
|
|
"The password is wrong. Try again." => "la contrasenya és incorrecta. Intenteu-ho de nou.",
|
2012-08-30 04:06:45 +04:00
|
|
|
|
"Password" => "Contrasenya",
|
2013-08-01 09:57:04 +04:00
|
|
|
|
"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ç.",
|
2012-10-02 04:06:08 +04:00
|
|
|
|
"%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",
|
2012-08-31 04:07:19 +04:00
|
|
|
|
"Download" => "Baixa",
|
2013-06-30 04:13:07 +04:00
|
|
|
|
"Upload" => "Puja",
|
|
|
|
|
"Cancel upload" => "Cancel·la la pujada",
|
2013-10-29 15:31:51 +04:00
|
|
|
|
"No preview available for" => "No hi ha vista prèvia disponible per a",
|
|
|
|
|
"Direct link" => "Enllaç directe"
|
2012-08-14 01:19:31 +04:00
|
|
|
|
);
|
2013-08-09 16:06:31 +04:00
|
|
|
|
$PLURAL_FORMS = "nplurals=2; plural=(n != 1);";
|