2014-04-08 09:57:51 +04:00
< ? php
$TRANSLATIONS = array (
" Personal " => " Personal " ,
2014-04-09 09:56:49 +04:00
" Settings " => " Axustes " ,
2014-04-10 09:55:39 +04:00
" Users " => " Usuarios " ,
" Failed to upgrade \" %s \" . " => " Fallu al anovar \" %s \" . " ,
" Invalid image " => " Imaxe inválida " ,
" Application is not enabled " => " L'aplicación nun ta habilitada " ,
2014-04-28 09:56:24 +04:00
" Authentication error " => " Fallu d'autenticación " ,
2014-04-09 09:56:49 +04:00
" Files " => " Ficheros " ,
" Text " => " Testu " ,
2014-04-10 09:55:39 +04:00
" Images " => " Imaxes " ,
" Set an admin username. " => " Afitar nome d'usuariu p'almin " ,
" Set an admin password. " => " Afitar contraseña p'almin " ,
2014-04-28 09:56:24 +04:00
" Your web server is not yet properly setup to allow files synchronization because the WebDAV interface seems to be broken. " => " El sirvidor web entá nun ta configurado pa permitir la sincronización de ficheros yá que la interface WebDAV paez nun tar funcionando. " ,
2014-04-10 09:55:39 +04:00
" Could not find category \" %s \" " => " Nun pudo alcontrase la estaya \" %s. \" " ,
2014-04-09 09:56:49 +04:00
" seconds ago " => " fai segundos " ,
" _%n minute ago_::_%n minutes ago_ " => array ( " " , " fai %n minutos " ),
" _%n hour ago_::_%n hours ago_ " => array ( " " , " fai %n hores " ),
" today " => " güei " ,
" yesterday " => " ayeri " ,
" _%n day go_::_%n days ago_ " => array ( " " , " fai %n díes " ),
" last month " => " mes caberu " ,
" _%n month ago_::_%n months ago_ " => array ( " " , " fai %n meses " ),
" last year " => " añu caberu " ,
2014-04-28 09:56:24 +04:00
" years ago " => " fai años " ,
" A valid username must be provided " => " Tien d'apurrise un nome d'usuariu válidu " ,
" A valid password must be provided " => " Tien d'apurrise una contraseña válida "
2014-04-08 09:57:51 +04:00
);
$PLURAL_FORMS = " nplurals=2; plural=(n != 1); " ;