2012-07-29 04:06:29 +04:00
< ? php $TRANSLATIONS = array (
" Help " => " Ajuda " ,
" Personal " => " Personal " ,
" Settings " => " Configuració " ,
" Users " => " Usuaris " ,
" Apps " => " Aplicacions " ,
" Admin " => " Administració " ,
" ZIP download is turned off. " => " La baixada en ZIP està desactivada. " ,
" Files need to be downloaded one by one. " => " Els fitxers s'han de baixar d'un en un. " ,
" Back to Files " => " Torna a Fitxers " ,
" Selected files too large to generate zip file. " => " Els fitxers seleccionats son massa grans per generar un fitxer zip. " ,
2013-01-18 03:04:36 +04:00
" couldn't be determined " => " no s'ha pogut determinar " ,
2012-07-29 04:06:29 +04:00
" Application is not enabled " => " L'aplicació no està habilitada " ,
" Authentication error " => " Error d'autenticació " ,
" Token expired. Please reload page. " => " El testimoni ha expirat. Torneu a carregar la pàgina. " ,
2012-10-25 04:11:53 +04:00
" Files " => " Fitxers " ,
" Text " => " Text " ,
2012-10-26 04:05:56 +04:00
" Images " => " Imatges " ,
2013-02-11 03:04:49 +04:00
" Your web server is not yet properly setup to allow files synchronization because the WebDAV interface seems to be broken. " => " El servidor web no està configurat correctament per permetre la sincronització de fitxers perquè la interfície WebDAV sembla no funcionar correctament. " ,
" Please double check the <a href='%s'>installation guides</a>. " => " Comproveu les <a href='%s'>guies d'instal·lació</a>. " ,
2012-07-29 04:06:29 +04:00
" seconds ago " => " segons enrere " ,
" 1 minute ago " => " fa 1 minut " ,
" %d minutes ago " => " fa %d minuts " ,
2012-11-17 03:02:24 +04:00
" 1 hour ago " => " fa 1 hora " ,
" %d hours ago " => " fa %d hores " ,
2012-07-29 04:06:29 +04:00
" today " => " avui " ,
" yesterday " => " ahir " ,
" %d days ago " => " fa %d dies " ,
" last month " => " el mes passat " ,
2012-11-17 03:02:24 +04:00
" %d months ago " => " fa %d mesos " ,
2012-07-29 04:06:29 +04:00
" last year " => " l'any passat " ,
2012-09-04 04:03:21 +04:00
" years ago " => " fa anys " ,
" %s is available. Get <a href= \" %s \" >more information</a> " => " %s està disponible. Obtén <a href= \" %s \" >més informació</a> " ,
" up to date " => " actualitzat " ,
2012-11-17 03:02:24 +04:00
" updates check is disabled " => " la comprovació d'actualitzacions està desactivada " ,
" Could not find category \" %s \" " => " No s'ha trobat la categoria \" %s \" "
2012-07-29 04:06:29 +04:00
);