2014-04-09 09:56:49 +04:00
|
|
|
|
<?php
|
|
|
|
|
$TRANSLATIONS = array(
|
|
|
|
|
"Shared by {owner}" => "Compartíu por {owner}",
|
2014-05-09 09:55:42 +04:00
|
|
|
|
"This share is password-protected" => "Esta compartición tien contraseña protexida",
|
|
|
|
|
"The password is wrong. Try again." => "La contraseña ye incorreuta. Inténtalo otra vegada.",
|
2014-05-04 09:56:15 +04:00
|
|
|
|
"Password" => "Contraseña",
|
2014-05-11 09:57:00 +04:00
|
|
|
|
"Sorry, this link doesn’t seem to work anymore." => "Sentímoslo, esti enllaz paez que yá nun furrula.",
|
2014-05-09 09:55:42 +04:00
|
|
|
|
"Reasons might be:" => "Les razones pueden ser: ",
|
2014-05-11 09:57:00 +04:00
|
|
|
|
"the item was removed" => "desanicióse l'elementu",
|
|
|
|
|
"the link expired" => "l'enllaz caducó",
|
2014-05-09 09:55:42 +04:00
|
|
|
|
"sharing is disabled" => "compartir ta desactiváu",
|
2014-05-11 09:57:00 +04:00
|
|
|
|
"For more info, please ask the person who sent this link." => "Pa más información, entrúga-y a la persona qu'unvió esti enllaz",
|
2014-05-09 09:55:42 +04:00
|
|
|
|
"Download" => "Baxar",
|
|
|
|
|
"Download %s" => "Descargar %s",
|
|
|
|
|
"Direct link" => "Enllaz direutu"
|
2014-04-09 09:56:49 +04:00
|
|
|
|
);
|
|
|
|
|
$PLURAL_FORMS = "nplurals=2; plural=(n != 1);";
|