Add default templates for list views
Add default language files for English and Norwegian Add list-card-grid template for card-based content display Add list-faq template for FAQ-style content display Add list-grid template for grid-based content display
This commit is contained in:
parent
1aa4d6a83b
commit
36a3221dbb
6 changed files with 615 additions and 0 deletions
12
app/default/languages/en.ini
Normal file
12
app/default/languages/en.ini
Normal file
|
|
@ -0,0 +1,12 @@
|
|||
; English translations
|
||||
home = "Home"
|
||||
categories = "Categories"
|
||||
tags = "Tags"
|
||||
read_more = "Read more"
|
||||
read_article = "Read article"
|
||||
read_full_answer = "Read full answer"
|
||||
download_pdf = "Download PDF"
|
||||
summary = "Summary"
|
||||
footer_text = "Footer content goes here"
|
||||
footer_handcoded = "This page was generated in"
|
||||
footer_page_time = "ms"
|
||||
12
app/default/languages/no.ini
Normal file
12
app/default/languages/no.ini
Normal file
|
|
@ -0,0 +1,12 @@
|
|||
; Norwegian translations
|
||||
home = "Hjem"
|
||||
categories = "Kategorier"
|
||||
tags = "Stikkord"
|
||||
read_more = "Les mer"
|
||||
read_article = "Les artikkel"
|
||||
read_full_answer = "Les hele svaret"
|
||||
download_pdf = "Last ned PDF"
|
||||
summary = "Oppsummering"
|
||||
footer_text = "Bunntekst her"
|
||||
footer_handcoded = "Denne siden ble generert på"
|
||||
footer_page_time = "ms"
|
||||
Loading…
Add table
Add a link
Reference in a new issue