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
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
|
# Spanish translation for indicator-stickynotes
# Copyright (c) 2012 Rosetta Contributors and Canonical Ltd 2012
# This file is distributed under the same license as the indicator-stickynotes package.
# FIRST AUTHOR <EMAIL@ADDRESS>, 2012.
#
msgid ""
msgstr ""
"Project-Id-Version: indicator-stickynotes\n"
"Report-Msgid-Bugs-To: FULL NAME <EMAIL@ADDRESS>\n"
"POT-Creation-Date: 2013-02-13 17:53+0100\n"
"PO-Revision-Date: 2013-03-12 04:01+0000\n"
"Last-Translator: Adolfo Jayme Barrientos <fitoschido@gmail.com>\n"
"Language-Team: Spanish <es@li.org>\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"X-Launchpad-Export-Date: 2013-03-13 04:56+0000\n"
"X-Generator: Launchpad (build 16532)\n"
#: indicator-stickynotes.py:65 indicator-stickynotes.py:183
#: StickyNotes.glade:22
msgid "Sticky Notes"
msgstr "Notas adhesivas"
#: indicator-stickynotes.py:68 StickyNotes.glade:65
msgid "New Note"
msgstr "Nota nueva"
#: indicator-stickynotes.py:77
msgid "Show All"
msgstr "Mostrar todas"
#: indicator-stickynotes.py:82
msgid "Hide All"
msgstr "Ocultar todas"
#: indicator-stickynotes.py:91
msgid "Lock All"
msgstr "Bloquear todas"
#: indicator-stickynotes.py:96
msgid "Unlock All"
msgstr "Desbloquear todas"
#: indicator-stickynotes.py:105
msgid "About"
msgstr "Acerca de"
#: indicator-stickynotes.py:110 GlobalDialogs.glade:86 stickynotes/gui.py:180
msgid "Settings"
msgstr "Configuración"
#: indicator-stickynotes.py:119
msgid "Quit"
msgstr "Salir"
#: GlobalDialogs.glade:7
msgid "About Indicator Stickynotes"
msgstr "Acerca de Indicator Stickynotes"
#: GlobalDialogs.glade:14
msgid ""
"Please report bugs, contribute translations, and make suggestions on the "
"Launchpad homepage below.\n"
"\n"
"Keyboard shortcuts:\n"
"Ctrl + W: Delete note\n"
"Ctrl + L: Lock note\n"
"Ctrl + N: New note"
msgstr ""
"Informe de errores, contribuya con traducciones y haga sugerencias en la "
"página de Launchpad abajo.\n"
"\n"
"Atajos de teclado:\n"
"Ctrl + W: Eliminar nota\n"
"Ctrl + L: Bloquear nota\n"
"Ctrl + N: Nota nueva"
#: GlobalDialogs.glade:142 GlobalDialogs.glade:144
msgid "New"
msgstr "Nuevo"
#: GlobalDialogs.glade:198
msgid "_Categories"
msgstr "_Categorías"
#: SettingsCategory.glade:16
msgid "Are you sure you want to delete this category?"
msgstr "¿Está seguro de que quiere eliminar esta categoría?"
#: SettingsCategory.glade:87
msgid "Background Color"
msgstr "Color del fondo"
#: SettingsCategory.glade:101
msgid "Text Color"
msgstr "Color del texto"
#: SettingsCategory.glade:116
msgid "Pick a Background Color"
msgstr "Elija un color de fondo"
#: SettingsCategory.glade:132
msgid "Pick a Text Color"
msgstr "Elija el color del texto"
#: SettingsCategory.glade:148
msgid "Name"
msgstr "Nombre"
#: SettingsCategory.glade:181
msgid "Make Default Category"
msgstr "Predeterminar categoría"
#: SettingsCategory.glade:183
msgid "Make Default"
msgstr "Predeterminar"
#: SettingsCategory.glade:197 SettingsCategory.glade:199 StickyNotes.glade:47
msgid "Delete"
msgstr "Eliminar"
#: SettingsCategory.glade:222
msgid "Font"
msgstr "Tipografía"
#: SettingsCategory.glade:254
msgid "Shadow"
msgstr "Sombra"
#: SettingsCategory.glade:286 stickynotes/gui.py:199 stickynotes/gui.py:287
#: stickynotes/gui.py:310
msgid "New Category"
msgstr "Categoría nueva"
#: StickyNotes.glade:178
msgid "Confirm delete"
msgstr "Confirmar la eliminación"
#: StickyNotes.glade:182
msgid "Are you sure you want to delete this note?"
msgstr "¿Está seguro de que quiere eliminar esta nota?"
#: stickynotes/gui.py:175
msgid "Always on top"
msgstr "Siempre encima"
#: stickynotes/gui.py:191
msgid "Categories:"
msgstr "Categorías:"
#: stickynotes/gui.py:248
msgid "Unlock"
msgstr "Desbloquear"
#: stickynotes/gui.py:249
msgid "Lock"
msgstr "Bloquear"
#: stickynotes/gui.py:312
msgid "Default Category"
msgstr "Categoría predeterminada"
|