blob: 8c9f7c9136ce0c2c4e67de16e52ed4a28e7c5659 (
plain) (
tree)
|
|
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__title='Blog'
export index_recent__title='Artigos recentes'
export index_category__title='Artigos por categoria'
export index__url="$(url-for "$lang/$(coll2path "$lang" article)")"
export feed__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"
|