/usr/share/nanoblogger-extra/lang/es/templates.lang is in nanoblogger-extra 3.4.2-2.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
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 | # NanoBlogger English language definitions
# Templates
# lang/es/templates.lang
# traducido por alejandro@janoli.com.ar
# weblog entry links and messages
template_permlink="Link Permanente"
template_catlinks="Categorías:"
template_cmtlink="Comentarios"
template_postedby="Posteado por"
# only here for compat. with early 3.3 rc's
permanentlink_title="$template_permlink"
categorylinks_title="$template_catlinks"
commentslink_title="$template_cmtlink"
# weblog main messages
template_archiveindex="Índice Archivos"
template_category="Categorías"
template_contact="Contacto"
template_fortune="Fortune"
template_links="Links"
template_rentries="Entradas Recientes"
template_syndicate="Sindicar"
template_syndicate_main="Sitio"
template_status="Estadísticas del Weblog"
template_powered="powered by $EDITOR, bash, cat, grep, sed, and"
# misc. weblog links
template_archives="Archivos"
template_main="Ppal."
# dynamic template messages
template_articles="Artículos"
template_browsecat="Recorrer por categoría"
template_browsedate="Recorrer por fecha"
template_browseentry="Recorrer por posts"
# weblog status messages
template_totalcats="Total de categorías:"
template_totalentries="Total de posts:"
template_lastentry="Última entrada:"
template_lastupdated="Última actualización:"
|