aboutsummaryrefslogtreecommitdiff
path: root/v2/src/lib/base.pt.conf
blob: cb071c85c2c798f6ee029d09193cd73f503f875e (about) (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
export date_fmt='%B %-d, %Y'

export site_name="EuAndreh's website"

export lang='pt'

export about='About'

export about_url_name='sobre.html'

export by_category_url_name='por-categoria.html'

export homepage_url="$(url-for "$lang/")"

export homepage_url_absolute="$(absolute "$homepage_url")"

export about_url="$(url-for "$lang/$about_url_name")"


export index_article_title='Blog'

export index_recent_article_title='Artigos recentes'

export index_category_article_title='Artigos por categoria'

export index_article_url="$(url-for "$lang/$(coll2path "$lang" article)")"

export feed_article_title="Artigos do EuAndreh"


export index_pastebin_title='Pastebins'

export index_recent_pastebin_title='Pastebins listing'

export index_category_pastebin_title='Pastebins by category'

export index_pastebin_url="$(url-for "$lang/$(coll2path "$lang" pastebin)")"

export feed_pastebin_title="EuAndreh's pastebins"


export index_til_title='HEA'

export index_recent_til_title='HEA recentes'

export index_category_til_title='HEA por categoria'

export index_til_url="$(url-for "$lang/$(coll2path "$lang" til)")"

export feed_til_title="HEA do EuAndreh"


export index_slide_title='Slides'

export index_recent_slide_title='Slides listing'

export index_category_slide_title='Slides by category'

export index_slide_url="$(url-for "$lang/$(coll2path "$lang" slide)")"

export feed_slide_title="EuAndreh's slides"