nextcloud/apps/files_sharing/l10n/eu.php

21 lines
956 B
PHP
Raw Normal View History

2013-08-09 16:06:31 +04:00
<?php
$TRANSLATIONS = array(
2014-03-12 09:57:17 +04:00
"Shared by {owner}" => "{owner}-k partekatuta",
2014-06-01 09:55:19 +04:00
"Shared by" => "Honek elkarbanatuta",
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",
2014-06-01 09:55:19 +04:00
"Name" => "Izena",
2013-08-26 03:21:52 +04:00
"Sorry, this link doesnt 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",
2014-06-19 09:55:38 +04:00
"Save" => "Gorde",
2014-05-04 09:56:15 +04:00
"Download" => "Deskargatu",
2014-05-07 09:55:48 +04:00
"Download %s" => "Deskargatu %s",
2014-06-14 09:55:24 +04:00
"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);";