diff --git a/language/ca_ES/admin.lang.php b/language/ca_ES/admin.lang.php index bc0ab17dd..0e91339ae 100644 --- a/language/ca_ES/admin.lang.php +++ b/language/ca_ES/admin.lang.php @@ -1128,4 +1128,18 @@ $lang['Edited on %s'] = 'Editat el %s'; $lang['Formats'] = 'Formats'; $lang['Group "%s" succesfully deleted'] = 'S\'ha esborrat amb èxit el grup "%s"'; $lang['Group added'] = 'Grup afegit'; -$lang['Group renamed'] = 'Grup reanomenat'; \ No newline at end of file +$lang['Group renamed'] = 'Grup reanomenat'; +$lang['%d+ albums found, try to refine the search'] = 'S\'han trobat %d+ àlbums; proveu a afinar la cerca'; +$lang['Add Album'] = 'Afegeix un àlbum'; +$lang['Apply an automatic order to root albums'] = 'Aplica un ordre automàtic als àlbums arrel'; +$lang['Apply to direct sub-albums'] = 'Aplica als sub-àlbums directes'; +$lang['Apply to the whole hierarchy'] = 'Aplica a la jerarquia sencera'; +$lang['Compact View'] = 'Vista compacta'; +$lang['Drag and drop to reorder albums'] = 'Arrossegueu i deixeu anar per reordenar els àlbums'; +$lang['Hide sub-albums'] = 'Amaga els sub-àlbums'; +$lang['Line View'] = 'Vista en línies'; +$lang['Name field must not be empty'] = 'El camp del nom no pot quedar buit'; +$lang['Root'] = 'Arrel'; +$lang['Select an album... or type it!'] = 'Seleccioneu un àlbum... o escriviu-lo!'; +$lang['Show sub-albums'] = 'Mostra els sub-àlbums'; +$lang['Tile View'] = 'Vista en rajoles'; \ No newline at end of file