2013-08-09 12:06:31 +00:00
|
|
|
|
<?php
|
|
|
|
|
$TRANSLATIONS = array(
|
2014-03-12 05:57:17 +00:00
|
|
|
|
"Shared by {owner}" => "Compartits per {owner}",
|
2013-10-29 11:31:51 +00:00
|
|
|
|
"This share is password-protected" => "Aquest compartit està protegit amb contrasenya",
|
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ç.",
|
2014-03-19 05:55:39 +00:00
|
|
|
|
"Download %s" => "Baixa %s",
|
2013-10-29 11:31:51 +00:00
|
|
|
|
"Direct link" => "Enllaç directe"
|
2012-08-13 21:19:31 +00:00
|
|
|
|
);
|
2013-08-09 12:06:31 +00:00
|
|
|
|
$PLURAL_FORMS = "nplurals=2; plural=(n != 1);";
|