2013-08-09 12:06:31 +00:00
|
|
|
|
<?php
|
|
|
|
|
$TRANSLATIONS = array(
|
2013-07-09 00:12:22 +00:00
|
|
|
|
"The password is wrong. Try again." => "la contrasenya és incorrecta. Intenteu-ho de nou.",
|
2012-08-30 00:06:45 +00:00
|
|
|
|
"Password" => "Contrasenya",
|
2013-08-01 05:57:04 +00: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 00:06:08 +00: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 00:07:19 +00:00
|
|
|
|
"Download" => "Baixa",
|
2013-06-30 00:13:07 +00:00
|
|
|
|
"Upload" => "Puja",
|
|
|
|
|
"Cancel upload" => "Cancel·la la pujada",
|
2013-06-14 00:52:34 +00:00
|
|
|
|
"No preview available for" => "No hi ha vista prèvia disponible per a"
|
2012-08-13 21:19:31 +00:00
|
|
|
|
);
|
2013-08-09 12:06:31 +00:00
|
|
|
|
$PLURAL_FORMS = "nplurals=2; plural=(n != 1);";
|