diff options
author | plegall <plg@piwigo.org> | 2016-03-08 10:51:10 +0100 |
---|---|---|
committer | plegall <plg@piwigo.org> | 2016-03-08 10:51:10 +0100 |
commit | 2e071ba4a17cfb4e4ea0ab6e50516ddac5e0ae90 (patch) | |
tree | 681f9b4cbbed109beb41ca4babf0662dc814f8c4 /language/ca_ES | |
parent | d80d853a23119bd21c20ad92024cba5dce47e7d4 (diff) |
merge --squash from translation up to f9fecd0be09ea6da405f1ab2a09e09bc51312dd4
git merge --squash is simpler for the first time, then we plan to do cherry-pick
Diffstat (limited to 'language/ca_ES')
-rw-r--r-- | language/ca_ES/admin.lang.php | 11 | ||||
-rw-r--r-- | language/ca_ES/common.lang.php | 3 |
2 files changed, 12 insertions, 2 deletions
diff --git a/language/ca_ES/admin.lang.php b/language/ca_ES/admin.lang.php index 30c3be8f5..3f77ae145 100644 --- a/language/ca_ES/admin.lang.php +++ b/language/ca_ES/admin.lang.php @@ -991,4 +991,13 @@ $lang['based on'] = 'basat en'; $lang['between %s and %s MB'] = 'entre %s i %s MB'; $lang['date & time'] = 'data i hora'; $lang['file name'] = 'nom del fitxer'; -$lang['width & height'] = 'amplada i alçada';
\ No newline at end of file +$lang['width & height'] = 'amplada i alçada'; +$lang['Delete %d orphan photos'] = 'Eliminar %d fotos òrfenes'; +$lang['Each email sent will contain its own automatic authentication key on links, valid for %s.'] = 'Cada correu electrònic enviat contindrà la seva pròpia clau d\'autenticació en els enllaços, vàlida per %s'; +$lang['Edit user'] = 'Edita l\'usuari'; +$lang['For security reason, authentication keys do not work for administrators.'] = 'Per raons de seguretat, les claus d\'autenticació no funcionen amb els administradors'; +$lang['No recipient selected'] = 'No s\'ha indicat cap destinatari'; +$lang['No user is permitted to see this private album'] = 'No s\'ha indicat cap usuari per veure aquest àlbum privat'; +$lang['Orphans'] = 'Òrfenes'; +$lang['Recipients'] = 'Destinataris'; +$lang['Y Repeat'] = 'Repetició Y';
\ No newline at end of file diff --git a/language/ca_ES/common.lang.php b/language/ca_ES/common.lang.php index 651240230..151ef2763 100644 --- a/language/ca_ES/common.lang.php +++ b/language/ca_ES/common.lang.php @@ -424,4 +424,5 @@ $lang['Photo description'] = 'Descripció de la foto'; $lang['Photo title'] = 'Títol de la foto'; $lang['Album name, A → Z'] = 'Nom de l\'àlbum, a → Z'; $lang['Album name, Z → A'] = 'Nom de l\'àlbum, Z → A'; -$lang['Link: %s'] = 'Enllaç: %s';
\ No newline at end of file +$lang['Link: %s'] = 'Enllaç: %s'; +$lang['Your authentication key is no longer valid.'] = 'D\'aquí poc temps la teva clau autenticació no serà vàlida';
\ No newline at end of file |