2013-08-09 16:06:31 +04:00
|
|
|
|
<?php
|
|
|
|
|
$TRANSLATIONS = array(
|
2014-03-12 09:57:17 +04:00
|
|
|
|
"Shared by {owner}" => "Partilhado por {owner}",
|
2013-10-17 21:48:52 +04:00
|
|
|
|
"This share is password-protected" => "Esta partilha está protegida por palavra-chave",
|
2013-07-19 10:03:14 +04:00
|
|
|
|
"The password is wrong. Try again." => "Password errada, por favor tente de novo",
|
2013-11-03 21:44:12 +04:00
|
|
|
|
"Password" => "Palavra-passe",
|
2013-08-09 16:06:31 +04:00
|
|
|
|
"Sorry, this link doesn’t seem to work anymore." => "Desculpe, mas este link parece não estar a funcionar.",
|
|
|
|
|
"Reasons might be:" => "As razões poderão ser:",
|
|
|
|
|
"the item was removed" => "O item foi removido",
|
|
|
|
|
"the link expired" => "O link expirou",
|
|
|
|
|
"sharing is disabled" => "A partilha está desativada",
|
|
|
|
|
"For more info, please ask the person who sent this link." => "Para mais informações, por favor questione a pessoa que lhe enviou este link",
|
2014-03-12 09:57:17 +04:00
|
|
|
|
"shared by %s" => "partilhada por %s",
|
|
|
|
|
"Download %s" => "Download %s",
|
2013-11-03 21:44:12 +04:00
|
|
|
|
"Direct link" => "Link direto"
|
2012-10-01 04:08:31 +04:00
|
|
|
|
);
|
2013-08-09 16:06:31 +04:00
|
|
|
|
$PLURAL_FORMS = "nplurals=2; plural=(n != 1);";
|