~ubuntu-branches/debian/squeeze/movabletype-opensource/squeeze

« back to all changes in this revision

Viewing changes to php/lib/l10n_es.php

  • Committer: Bazaar Package Importer
  • Author(s): Dominic Hargreaves
  • Date: 2008-07-23 22:56:37 UTC
  • mfrom: (1.1.3 upstream)
  • Revision ID: james.westby@ubuntu.com-20080723225637-zsorczl9nhy0t8ap
Tags: 4.2~rc4-1
* New upstream release
* Include SendMailPath explicitly as in some cases it seems
  to be required (closes: #491618)
* Add versioned Depends on libclass-trigger-perl (>= 0.13-1)
  as the version in etch is not compatible with MT.

Show diffs side-by-side

added added

removed removed

Lines of Context:
7
7
 
8
8
global $Lexicon_es;
9
9
$Lexicon_es = array(
 
10
## php/lib/function.mtassettype.php
 
11
        'image' => 'Imagen',
 
12
        'Image' => 'Imagen',
 
13
        'file' => 'fichero',
 
14
        'File' => 'Fichero',
 
15
        'audio' => 'Audio',
 
16
        'Audio' => 'Audio',
 
17
        'video' => 'Vídeo',
 
18
        'Video' => 'Vídeo',
 
19
 
 
20
## php/lib/function.mtvar.php
 
21
        'You used a [_1] tag without a valid name attribute.' => 'Usó la etiqueta [_1] sin un nombre de atributo válido.',
 
22
        '\'[_1]\' is not a valid function for a hash.' => '\'[_1]\' no es una función válida para un hash.',
 
23
        '\'[_1]\' is not a valid function for an array.' => '\'[_1]\' no es una función válida para un array.',
 
24
        '[_1] [_2] [_3] is illegal.' => '[_1] [_2] [_3] es ilegal.',
 
25
 
 
26
## php/lib/function.mtwidgetmanager.php
 
27
        'Error: widgetset [_1] is empty.' => 'Error: el conjunto de widgets [_1] está vacío',
 
28
        'Error compiling widgetset [_1]' => 'Error compilando el conjunto de widgets [_1]',
 
29
 
 
30
## php/lib/thumbnail_lib.php
 
31
        'GD support has not been available. Please install GD support.' => 'No tiene soporte de GD. Por favor, instale GD.', # Translate - New
 
32
 
 
33
## php/lib/function.mtcommentauthor.php
 
34
        'Anonymous' => 'Anónimo',
 
35
 
10
36
## php/lib/archive_lib.php
11
37
        'Page' => 'Página',
12
38
        'Individual' => 'Inidivual',
25
51
        'Category Daily' => 'Categorías diarias',
26
52
        'Category Weekly' => 'Categorías semanales',
27
53
 
 
54
## php/lib/block.mtsethashvar.php
 
55
 
 
56
## php/lib/block.mtif.php
 
57
 
28
58
## php/lib/function.mtremotesigninlink.php
29
59
        'TypeKey authentication is not enabled in this blog.  MTRemoteSignInLink can\'t be used.' => 'La autentificación en TypeKey no está habilitada en este blog. No se puede usar MTRemoteSignInLink.',
30
60
 
 
61
## php/lib/block.mtauthorhaspage.php
 
62
        'No author available' => 'Ningún autor disponible',
 
63
 
 
64
## php/lib/block.mtauthorhasentry.php
 
65
 
31
66
## php/lib/function.mtproductname.php
32
67
        '[_1] [_2]' => '[_1] [_2]',
33
68
 
35
70
        'Captcha' => 'Captcha',
36
71
        'Type the characters you see in the picture above.' => 'Introduzca los caracteres que ve en la imagen de arriba.',
37
72
 
 
73
## php/lib/function.mtcommentauthorlink.php
 
74
 
 
75
## php/lib/MTUtil.php
 
76
        'userpic-[_1]-%wx%h%x' => 'avatar-[_1]-%wx%h%x',
 
77
 
 
78
## php/lib/function.mtsetvar.php
 
79
        '\'[_1]\' is not a hash.' => '\'[_1]\' no es un hash.',
 
80
        'Invalid index.' => 'Índice no válido.',
 
81
        '\'[_1]\' is not an array.' => '\'[_1]\' no es un array.',
 
82
        '\'[_1]\' is not a valid function.' => '\'[_1]\' no es una función válida.',
 
83
 
38
84
## php/lib/block.mtassets.php
39
85
        'sort_by="score" must be used in combination with namespace.' => 'sort_by="score" debe usarse en combinación con el espacio de nombres.',
40
86
 
 
87
## php/lib/block.mtsetvarblock.php
 
88
 
41
89
## php/lib/block.mtentries.php
42
90
 
43
 
## php/lib/MTUtil.php
44
 
        'userpic-[_1]-%wx%h%x' => 'avatar-[_1]-%wx%h%x',
45
 
 
46
91
## php/lib/function.mtauthordisplayname.php
47
92
 
 
93
## php/lib/function.mtcommentreplytolink.php
 
94
        'Reply' => 'Responder',
 
95
 
48
96
## php/lib/function.mtentryclasslabel.php
49
97
        'page' => 'página',
50
98
        'entry' => 'entrada',
51
99
        'Entry' => 'Entrada',
 
100
 
 
101
## php/mt.php.pre
 
102
        'Page not found - [_1]' => 'Página no encontrada - [_1]',
52
103
);
53
104
function translate_phrase($str, $params = null) {
54
105
    global $Lexicon, $Lexicon_es;