2013-08-09 16:06:31 +04:00
|
|
|
|
<?php
|
|
|
|
|
$TRANSLATIONS = array(
|
2013-11-16 07:56:31 +04:00
|
|
|
|
"This share is password-protected" => "Elkarbanatutako hau pasahitzarekin babestuta dago",
|
2013-07-28 09:58:28 +04:00
|
|
|
|
"The password is wrong. Try again." => "Pasahitza ez da egokia. Saiatu berriro.",
|
2012-08-31 04:07:19 +04:00
|
|
|
|
"Password" => "Pasahitza",
|
2013-08-26 03: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-25 04: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-31 04:07:19 +04:00
|
|
|
|
"Download" => "Deskargatu",
|
2013-06-30 04:13:07 +04:00
|
|
|
|
"Upload" => "Igo",
|
|
|
|
|
"Cancel upload" => "Ezeztatu igoera",
|
2013-11-16 07:56:31 +04:00
|
|
|
|
"No preview available for" => "Ez dago aurrebista eskuragarririk hauentzat ",
|
|
|
|
|
"Direct link" => "Lotura zuzena"
|
2012-08-28 04:03:56 +04:00
|
|
|
|
);
|
2013-08-09 16:06:31 +04:00
|
|
|
|
$PLURAL_FORMS = "nplurals=2; plural=(n != 1);";
|