diff options
author | ddtddt <ddtddt@piwigo.org> | 2011-03-13 07:52:57 +0000 |
---|---|---|
committer | ddtddt <ddtddt@piwigo.org> | 2011-03-13 07:52:57 +0000 |
commit | 18ec4c8f049a3148711dac2a5b15d179ca1b7b8a (patch) | |
tree | 3d9253920ddb92cd76052e34fcc179955eb81af9 | |
parent | 9f2e3acc4d8dddbb3b40c9bb6438558540da00d8 (diff) |
[trunk] - language - update ca_ES thanks to josep.torne
git-svn-id: http://piwigo.org/svn/trunk@9639 68402e56-0260-453c-a942-63ccdbb3a9ee
-rw-r--r-- | language/ca_ES/common.lang.php | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/language/ca_ES/common.lang.php b/language/ca_ES/common.lang.php index cd4bc2441..bbfc87bb9 100644 --- a/language/ca_ES/common.lang.php +++ b/language/ca_ES/common.lang.php @@ -348,4 +348,16 @@ $lang['Edit a comment'] = "Edita un comentari"; $lang['Are you sure?'] = 'Esteu segurs?'; $lang['delete this comment'] = 'elimina aquest comentari'; $lang['Email address is missing. Please specify an email address.'] = 'Falta l\'adreça de correu. Si us plau especifiqueu una adreça de correu.'; +$lang['Delete'] = 'Elimina'; +$lang['(!) This comment requires validation'] = '(!) Aquest document necessita ser validat'; +$lang['Welcome'] = 'Benvingut'; +$lang['Welcome to your Piwigo photo gallery!'] = 'Benvinguts a la vostra galeria de fotos Piwigo!'; +$lang['... or browse your empty gallery'] = '... o navegueu per la vostra galeria buida'; +$lang['... or please deactivate this message, I will find my way by myself'] = '... o siusplau desactiveu aquest missatge, Trobaré el meu camí per mi mateixf'; +$lang['Hello %s, your Piwigo photo gallery is empty!'] = 'Hola %s, la vostra galeria de fotos Piwigo és buida!'; +$lang['I want to add photos'] = 'Vull afegir fotos'; +$lang['Manage this user comment: %s'] = 'Gestiona aquest comentari d\'usuari: %s'; +$lang['This author modified following comment:'] = 'Aquest autor ha modificat el següent comentari:'; +$lang['This author removed the comment with id %d'] = 'Aquest autor ha eliminat el comentari amb id %d'; +$lang['validate this comment'] = 'valida aquest comentari'; ?>
\ No newline at end of file |