2013-08-09 16:06:31 +04:00
|
|
|
|
<?php
|
|
|
|
|
$TRANSLATIONS = array(
|
2014-06-04 09:57:48 +04:00
|
|
|
|
"Shared with you" => "Partilhado consigo ",
|
|
|
|
|
"Shared with others" => "Partilhado com outros",
|
2014-03-12 09:57:17 +04:00
|
|
|
|
"Shared by {owner}" => "Partilhado por {owner}",
|
2014-06-01 09:55:19 +04:00
|
|
|
|
"Shared by" => "Partilhado por",
|
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",
|
2014-06-01 09:55:19 +04:00
|
|
|
|
"Name" => "Nome",
|
2014-06-04 09:57:48 +04:00
|
|
|
|
"Share time" => "Partilhar hora",
|
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-05-04 09:56:15 +04:00
|
|
|
|
"Download" => "Transferir",
|
2014-03-12 09:57:17 +04:00
|
|
|
|
"Download %s" => "Download %s",
|
2014-06-14 09:55:24 +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);";
|