diff options
Diffstat (limited to 'language/ca_ES/common.lang.php')
-rw-r--r-- | language/ca_ES/common.lang.php | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/language/ca_ES/common.lang.php b/language/ca_ES/common.lang.php index 56fb5ac1d..fc2e466ff 100644 --- a/language/ca_ES/common.lang.php +++ b/language/ca_ES/common.lang.php @@ -404,4 +404,11 @@ $lang['Search for any term'] = 'Cerca per qualsevol terme'; $lang['Visits, high → low'] = 'Visites, alt → baix'; $lang['Visits, low → high'] = 'Visites, baix → alt'; $lang['%d rate'] = '%d valoracion'; +$lang['Bad request'] = 'Sol·licitud incorrecta'; +$lang['Forbidden'] = 'Prohibit'; +$lang['Page not found'] = 'Pàgina no trobada'; +$lang['Permalink for album not found'] = 'No es troba l\'enllaç permanent per a l\'àlbum'; +$lang['Piwigo encountered a non recoverable error'] = 'Piwigo ha detectat un error no recuperable'; +$lang['Requested album does not exist'] = 'No existeix l\'àlbum sol·licitat'; +$lang['Requested tag does not exist'] = 'No existeix l\'etiqueta sol·licitada'; ?>
\ No newline at end of file |