2013-08-09 16:06:31 +04:00
|
|
|
|
<?php
|
|
|
|
|
$TRANSLATIONS = array(
|
2014-03-12 09:57:17 +04:00
|
|
|
|
"Shared by {owner}" => "Compartido por {owner}",
|
2013-10-14 04:33:30 +04:00
|
|
|
|
"This share is password-protected" => "Esta compartición está protexida con contrasinal",
|
2013-07-07 04:06:06 +04:00
|
|
|
|
"The password is wrong. Try again." => "O contrasinal é incorrecto. Ténteo de novo.",
|
2012-09-19 04:07:26 +04:00
|
|
|
|
"Password" => "Contrasinal",
|
2013-08-01 09:57:04 +04:00
|
|
|
|
"Sorry, this link doesn’t seem to work anymore." => "Semella que esta ligazón non funciona.",
|
|
|
|
|
"Reasons might be:" => "As razóns poderían ser:",
|
|
|
|
|
"the item was removed" => "o elemento foi retirado",
|
|
|
|
|
"the link expired" => "a ligazón caducou",
|
|
|
|
|
"sharing is disabled" => "foi desactivada a compartición",
|
|
|
|
|
"For more info, please ask the person who sent this link." => "Para obter máis información, pregúntelle á persoa que lle enviou a ligazón.",
|
2014-03-12 09:57:17 +04:00
|
|
|
|
"shared by %s" => "compartido por %s",
|
2014-03-15 10:14:22 +04:00
|
|
|
|
"Download %s" => "Descargar %s",
|
2013-10-27 10:32:11 +04:00
|
|
|
|
"Direct link" => "Ligazón directa"
|
2012-09-19 04:07:26 +04:00
|
|
|
|
);
|
2013-08-09 16:06:31 +04:00
|
|
|
|
$PLURAL_FORMS = "nplurals=2; plural=(n != 1);";
|