2013-08-09 08:06:31 -04:00
|
|
|
|
<?php
|
|
|
|
|
|
$TRANSLATIONS = array(
|
2013-11-15 22:56:31 -05:00
|
|
|
|
"This share is password-protected" => "Elkarbanatutako hau pasahitzarekin babestuta dago",
|
2013-07-28 01:58:28 -04:00
|
|
|
|
"The password is wrong. Try again." => "Pasahitza ez da egokia. Saiatu berriro.",
|
2012-08-30 20:07:19 -04:00
|
|
|
|
"Password" => "Pasahitza",
|
2013-08-25 19:21:52 -04:00
|
|
|
|
"Sorry, this link doesn’t seem to work anymore." => "Barkatu, lotura ez dirudi eskuragarria dagoenik.",
|
|
|
|
|
|
"Reasons might be:" => "Arrazoiak hurrengoak litezke:",
|
|
|
|
|
|
"the item was removed" => "fitxategia ezbatua izan da",
|
|
|
|
|
|
"the link expired" => "lotura iraungi da",
|
|
|
|
|
|
"sharing is disabled" => "elkarbanatzea ez dago gaituta",
|
|
|
|
|
|
"For more info, please ask the person who sent this link." => "Informazio gehiagorako, mesedez eskatu lotura hau bidali zuen pertsonari",
|
2012-09-24 20:05:18 -04:00
|
|
|
|
"%s shared the folder %s with you" => "%sk zurekin %s karpeta elkarbanatu du",
|
|
|
|
|
|
"%s shared the file %s with you" => "%sk zurekin %s fitxategia elkarbanatu du",
|
2012-08-30 20:07:19 -04:00
|
|
|
|
"Download" => "Deskargatu",
|
2013-06-29 20:13:07 -04:00
|
|
|
|
"Upload" => "Igo",
|
|
|
|
|
|
"Cancel upload" => "Ezeztatu igoera",
|
2013-11-15 22:56:31 -05:00
|
|
|
|
"No preview available for" => "Ez dago aurrebista eskuragarririk hauentzat ",
|
|
|
|
|
|
"Direct link" => "Lotura zuzena"
|
2012-08-27 20:03:56 -04:00
|
|
|
|
);
|
2013-08-09 08:06:31 -04:00
|
|
|
|
$PLURAL_FORMS = "nplurals=2; plural=(n != 1);";
|