2014-04-09 09:56:49 +04:00
< ? php
$TRANSLATIONS = array (
2014-06-20 09:54:32 +04:00
" Server to server sharing is not enabled on this server " => " La compartición sirvidor a sirvidor nun ta habilitada nesti sirvidor " ,
" Couldn't add remote share " => " Nun pudo amestase una compartición remota " ,
2014-06-05 09:57:20 +04:00
" Shared with you " => " Compartío contigo " ,
" Shared with others " => " Compartío con otros " ,
2014-06-09 09:54:32 +04:00
" Shared by link " => " Compartíu por enllaz " ,
2014-06-05 09:57:20 +04:00
" No files have been shared with you yet. " => " Entá nun se compartieron ficheros contigo. " ,
" You haven't shared any files yet. " => " Entá nun compartiesti dengún ficheru. " ,
2014-06-09 09:54:32 +04:00
" You haven't shared any files by link yet. " => " Entá nun compartiesti nengún ficheru por enllaz. " ,
2014-06-20 09:54:32 +04:00
" Add { name} from { owner}@ { remote} " => " Amestar { name} de { owner}@ { remote} " ,
2014-06-29 09:56:00 +04:00
" Password " => " Contraseña " ,
2014-06-20 09:54:32 +04:00
" No ownCloud installation found at { remote} " => " Nun s'alcontró denguna instalación d'ownCloud en { remote} " ,
" Invalid ownCloud url " => " Url ownCloud inválida " ,
2014-04-09 09:56:49 +04:00
" Shared by { owner} " => " Compartíu por { owner} " ,
2014-06-01 09:55:19 +04:00
" Shared by " => " Compartíu por " ,
2014-05-09 09:55:42 +04:00
" This share is password-protected " => " Esta compartición tien contraseña protexida " ,
" The password is wrong. Try again. " => " La contraseña ye incorreuta. Inténtalo otra vegada. " ,
2014-06-01 09:55:19 +04:00
" Name " => " Nome " ,
2014-06-09 09:54:32 +04:00
" Share time " => " Compartir hora " ,
2014-05-11 09:57:00 +04:00
" Sorry, this link doesn’ t seem to work anymore. " => " Sentímoslo, esti enllaz paez que yá nun furrula. " ,
2014-05-09 09:55:42 +04:00
" Reasons might be: " => " Les razones pueden ser: " ,
2014-05-11 09:57:00 +04:00
" the item was removed " => " desanicióse l'elementu " ,
" the link expired " => " l'enllaz caducó " ,
2014-06-16 09:54:35 +04:00
" sharing is disabled " => " la compartición ta deshabilitada " ,
2014-05-11 09:57:00 +04:00
" For more info, please ask the person who sent this link. " => " Pa más información, entrúga-y a la persona qu'unvió esti enllaz " ,
2014-06-20 09:54:32 +04:00
" Save to ownCloud " => " Guardar en ownCloud " ,
" example.com/owncloud " => " exemplu.com/owncloud " ,
2014-06-19 09:55:38 +04:00
" Save " => " Guardar " ,
2014-05-09 09:55:42 +04:00
" Download " => " Baxar " ,
" Download %s " => " Descargar %s " ,
2014-06-20 09:54:32 +04:00
" Direct link " => " Enllaz direutu " ,
2014-06-29 09:56:00 +04:00
" Remote Shares " => " Comparticiones remotes " ,
2014-06-20 09:54:32 +04:00
" Allow other instances to mount public links shared from this server " => " Permitir a otres instancies montar enllaces compartíos públicos d'esti sirvidor " ,
" Allow users to mount public link shares " => " Permitir a los usuarios montar enllaces compartíos públicos "
2014-04-09 09:56:49 +04:00
);
$PLURAL_FORMS = " nplurals=2; plural=(n != 1); " ;