nextcloud/apps/files_sharing/l10n/eu.php

17 lines
855 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",
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 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-03-12 09:57:17 +04:00
"shared by %s" => "%sk partekatuta",
2013-11-16 07:56:31 +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);";