File: lang_pt_PT.inc.php

package info (click to toggle)
serendipity 1.0.4-1%2Betch1
  • links: PTS
  • area: main
  • in suites: etch
  • size: 14,692 kB
  • ctags: 10,206
  • sloc: php: 83,899; sql: 1,024; sh: 597; makefile: 56
file content (28 lines) | stat: -rw-r--r-- 1,843 bytes parent folder | download | duplicates (3)
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
<?php # $Id: lang_ja.inc.php,v 1.4 2005/05/17 11:37:42 garvinhicking Exp $

##########################################################################
# serendipity - another blogger...                                       #
##########################################################################
#                                                                        #
# (c) 2003 Jannis Hermanns <J@hacked.it>                                 #
# http://www.jannis.to/programming/serendipity.html                      #
#                                                                        #
# Translated by                                                          #
# João P Matos <jmatos@math.ist.utl.pt>                                  #
# based on the french translation by                                     #
# Sebastian Mordziol <argh@php-tools.net>                                #
# http://sebastian.mordziol.de                                           #
#                                                                        #
##########################################################################

@define('PLUGIN_COMMENTS_BLAHBLAH', 'Afixar os últimos comentários');
@define('PLUGIN_COMMENTS_WORDWRAP', 'Mudar de linha');
@define('PLUGIN_COMMENTS_WORDWRAP_BLAHBLAH', 'Mudar de linha automaticamente depois de X palavras. Valor por omissão: 30');
@define('PLUGIN_COMMENTS_MAXCHARS', 'Caracteres por comentário');
@define('PLUGIN_COMMENTS_MAXCHARS_BLAHBLAH', 'Afixar X caracteres por comentário. Valor por omissão: 120');
@define('PLUGIN_COMMENTS_MAXENTRIES', 'Número de comentários');
@define('PLUGIN_COMMENTS_MAXENTRIES_BLAHBLAH', 'Define quantos comentários vão ser afixados. Valor por omissão: 15');
@define('PLUGIN_COMMENTS_ABOUT', '%s a propósito de%s');

/* vim: set sts=4 ts=4 expandtab : */
?>