19 lines
967 B
PHP
19 lines
967 B
PHP
<?php
|
||
$TRANSLATIONS = array(
|
||
"The password is wrong. Try again." => "Pasahitza ez da egokia. Saiatu berriro.",
|
||
"Password" => "Pasahitza",
|
||
"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",
|
||
"%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",
|
||
"Download" => "Deskargatu",
|
||
"Upload" => "Igo",
|
||
"Cancel upload" => "Ezeztatu igoera",
|
||
"No preview available for" => "Ez dago aurrebista eskuragarririk hauentzat "
|
||
);
|
||
$PLURAL_FORMS = "nplurals=2; plural=(n != 1);";
|