nextcloud/apps/files_sharing/l10n/eo.php

29 lines
1.5 KiB
PHP
Raw Normal View History

2013-08-09 16:06:31 +04:00
<?php
$TRANSLATIONS = array(
2014-06-27 09:55:44 +04:00
"Server to server sharing is not enabled on this server" => "Interservila kunhavo ne kapabliĝis en ĉi tiu servilo",
"Shared with you" => "Kunhavata kun vi",
"Shared with others" => "Kunhavata kun aliaj",
"Shared by link" => "Kunhavata per ligilo",
"No files have been shared with you yet." => "Neniu dosiero kunhaviĝis kun vi ankoraŭ.",
"You haven't shared any files yet." => "Vi kunhavigis neniun dosieron ankoraŭ.",
"You haven't shared any files by link yet." => "Vi kunhavigis neniun dosieron per ligilo ankoraŭ.",
2014-07-09 09:55:51 +04:00
"Cancel" => "Nuligi",
2014-06-27 09:55:44 +04:00
"No ownCloud installation found at {remote}" => "Ne troviĝis instalo de ownCloud ĉe {remote}",
"Invalid ownCloud url" => "Nevalidas URL de ownCloud",
2014-06-01 09:55:19 +04:00
"Shared by" => "Kunhavigita de",
2013-11-03 23:39:28 +04:00
"This share is password-protected" => "Ĉi tiu kunhavigo estas protektata per pasvorto",
2014-06-27 09:55:44 +04:00
"The password is wrong. Try again." => "La pasvorto malĝustas. Provu denove.",
2014-07-08 09:55:17 +04:00
"Password" => "Pasvorto",
2014-06-01 09:55:19 +04:00
"Name" => "Nomo",
2013-11-03 23:39:28 +04:00
"Sorry, this link doesnt seem to work anymore." => "Pardonu, ĉi tiu ligilo ŝajne ne plu funkcias.",
"Reasons might be:" => "Kialoj povas esti:",
"the item was removed" => "la ero foriĝis",
"the link expired" => "la ligilo eksvalidiĝis",
"sharing is disabled" => "kunhavigo malkapablas",
"For more info, please ask the person who sent this link." => "Por plia informo, bonvolu peti al la persono, kiu sendis ĉi tiun ligilon.",
2014-05-04 09:56:15 +04:00
"Download" => "Elŝuti",
2014-06-27 09:55:44 +04:00
"Download %s" => "Elŝuti %s",
2014-06-14 09:55:24 +04:00
"Direct link" => "Direkta ligilo"
2012-08-16 04:09:15 +04:00
);
2013-08-09 16:06:31 +04:00
$PLURAL_FORMS = "nplurals=2; plural=(n != 1);";