nextcloud/apps/files_trashbin/l10n/eu.php

20 lines
780 B
PHP
Raw Normal View History

2013-08-09 16:06:31 +04:00
<?php
$TRANSLATIONS = array(
2013-02-13 03:05:40 +04:00
"Couldn't delete %s permanently" => "Ezin izan da %s betirako ezabatu",
"Couldn't restore %s" => "Ezin izan da %s berreskuratu",
"perform restore operation" => "berreskuratu",
2013-04-09 04:14:02 +04:00
"Error" => "Errorea",
2013-02-13 03:05:40 +04:00
"delete file permanently" => "ezabatu fitxategia betirako",
2013-02-22 03:08:47 +04:00
"Delete permanently" => "Ezabatu betirako",
2013-02-01 03:19:28 +04:00
"Name" => "Izena",
2013-02-13 03:05:40 +04:00
"Deleted" => "Ezabatuta",
2013-08-26 03:21:52 +04:00
"_%n folder_::_%n folders_" => array("karpeta %n","%n karpeta"),
"_%n file_::_%n files_" => array("fitxategi %n","%n fitxategi"),
"restored" => "Berrezarrita",
2013-02-13 03:05:40 +04:00
"Nothing in here. Your trash bin is empty!" => "Ez dago ezer ez. Zure zakarrontzia hutsik dago!",
2013-02-22 03:08:47 +04:00
"Restore" => "Berrezarri",
2013-03-09 03:06:34 +04:00
"Delete" => "Ezabatu",
"Deleted Files" => "Ezabatutako Fitxategiak"
2013-02-01 03:19:28 +04:00
);
2013-08-09 16:06:31 +04:00
$PLURAL_FORMS = "nplurals=2; plural=(n != 1);";