nextcloud/apps/files_sharing/l10n/eu.php

14 lines
532 B
PHP
Raw Normal View History

2013-08-09 16:06:31 +04:00
<?php
$TRANSLATIONS = array(
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",
"Submit" => "Bidali",
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-06-14 04:52:34 +04:00
"No preview available for" => "Ez dago aurrebista eskuragarririk hauentzat "
2012-08-28 04:03:56 +04:00
);
2013-08-09 16:06:31 +04:00
$PLURAL_FORMS = "nplurals=2; plural=(n != 1);";