2013-08-09 12:06:31 +00:00
< ? php
$TRANSLATIONS = array (
2012-09-28 21:36:09 +00:00
" Unable to load list from App Store " => " Pas possible de cargar la tièra dempuèi App Store " ,
2013-02-06 23:11:04 +00:00
" Authentication error " => " Error d'autentificacion " ,
2012-09-28 21:36:09 +00:00
" Group already exists " => " Lo grop existís ja " ,
" Unable to add group " => " Pas capable d'apondre un grop " ,
" Email saved " => " Corrièl enregistrat " ,
" Invalid email " => " Corrièl incorrècte " ,
" Unable to delete group " => " Pas capable d'escafar un grop " ,
" Unable to delete user " => " Pas capable d'escafar un usancièr " ,
" Language changed " => " Lengas cambiadas " ,
2013-01-11 23:10:58 +00:00
" Invalid request " => " Demanda invalida " ,
2012-09-28 21:36:09 +00:00
" Unable to add user to group %s " => " Pas capable d'apondre un usancièr al grop %s " ,
" Unable to remove user from group %s " => " Pas capable de tira un usancièr del grop %s " ,
" Disable " => " Desactiva " ,
" Enable " => " Activa " ,
2013-02-01 23:08:15 +00:00
" Error " => " Error " ,
2014-09-01 05:59:19 +00:00
" Delete " => " Escafa " ,
2013-02-12 14:12:46 +00:00
" Groups " => " Grops " ,
2014-09-24 05:56:46 +00:00
" undo " => " defar " ,
2013-02-12 14:12:46 +00:00
" Group Admin " => " Grop Admin " ,
2014-06-05 05:57:20 +00:00
" never " => " jamai " ,
2012-09-28 21:36:09 +00:00
" __language_name__ " => " __language_name__ " ,
2014-03-12 05:57:17 +00:00
" Login " => " Login " ,
2013-02-12 23:05:40 +00:00
" Security Warning " => " Avertiment de securitat " ,
2013-04-27 00:24:29 +00:00
" Cron " => " Cron " ,
" Execute one task with each page loaded " => " Executa un prètfach amb cada pagina cargada " ,
" Sharing " => " Al partejar " ,
" Log " => " Jornal " ,
" More " => " Mai d'aquò " ,
2012-09-28 21:36:09 +00:00
" Add your App " => " Ajusta ton App " ,
" Select an App " => " Selecciona una applicacion " ,
" See application page at apps.owncloud.com " => " Agacha la pagina d'applications en cò de apps.owncloud.com " ,
" <span class= \" licence \" ></span>-licensed by <span class= \" author \" ></span> " => " <span class= \" licence \" ></span>-licençiat per <span class= \" author \" ></span> " ,
2012-12-19 23:13:09 +00:00
" Password " => " Senhal " ,
2012-09-28 21:36:09 +00:00
" Your password was changed " => " Ton senhal a cambiat " ,
" Unable to change your password " => " Pas possible de cambiar ton senhal " ,
" Current password " => " Senhal en cors " ,
" New password " => " Senhal novèl " ,
" Change password " => " Cambia lo senhal " ,
" Email " => " Corrièl " ,
" Your email address " => " Ton adreiça de corrièl " ,
2014-03-12 05:57:17 +00:00
" Cancel " => " Annula " ,
2012-09-28 21:36:09 +00:00
" Language " => " Lenga " ,
" Help translate " => " Ajuda a la revirada " ,
2014-03-12 05:57:17 +00:00
" Login Name " => " Login " ,
2012-09-28 21:36:09 +00:00
" Create " => " Crea " ,
2014-06-05 05:57:20 +00:00
" Default Quota " => " Quota per defaut " ,
2013-06-21 06:53:57 +00:00
" Other " => " Autres " ,
2014-06-05 05:57:20 +00:00
" Username " => " Non d'usancièr " ,
" Quota " => " Quota "
2012-09-28 21:36:09 +00:00
);
2013-08-09 12:06:31 +00:00
$PLURAL_FORMS = " nplurals=2; plural=(n > 1); " ;