Blame view
sources/apps/bookmarks/l10n/es/bookmarks.po
3.98 KB
|
42e4f8d60
|
1 2 3 4 5 |
# SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. # # Translators: |
|
923852aa1
|
6 7 8 9 10 11 12 13 14 15 |
# aleza84 <aleja4984@hotmail.com>, 2012 # Art O. Pal <artopal@fastmail.fm>, 2012-2013 # Luis Medina <devianpctek@gmail.com>, 2012 # ggam <ggam@brainleakage.com>, 2013 # juanman <juanma@kde.org.ar>, 2012 # ranmaruhibikiya <ranmaru.hibikiya@gmail.com>, 2013 # Ricardo Hermosilla <ra.hermosillac@gmail.com>, 2013 # Rubén Trujillo <rubentrf@gmail.com>, 2012 # scambra <sergio@programatica.es>, 2013 # scambra <sergio@programatica.es>, 2012 |
|
42e4f8d60
|
16 17 18 19 |
msgid "" msgstr "" "Project-Id-Version: ownCloud " |
|
923852aa1
|
20 21 22 23 24 25 26 27 |
"Report-Msgid-Bugs-To: translations@owncloud.org " "POT-Creation-Date: 2013-12-02 18:22-0500 " "PO-Revision-Date: 2013-12-02 20:41+0000 " "Last-Translator: Art O. Pal <artopal@fastmail.fm> " |
|
42e4f8d60
|
28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 |
"Language-Team: Spanish (http://www.transifex.com/projects/p/owncloud/language/es/) " "MIME-Version: 1.0 " "Content-Type: text/plain; charset=UTF-8 " "Content-Transfer-Encoding: 8bit " "Language: es " "Plural-Forms: nplurals=2; plural=(n != 1); " #: ajax/import.php:9 msgid "No file provided for import" msgstr "No se especificó un archivo para importar" #: ajax/import.php:21 msgid "Unsupported file type for import" |
|
923852aa1
|
47 |
msgstr "Tipo de archivo no soportado para importar" |
|
42e4f8d60
|
48 49 50 51 52 53 54 55 56 57 58 |
#: appinfo/app.php:17 msgid "Bookmarks" msgstr "Marcadores" #: js/addBm.js:42 js/bookmarks.js:235 msgid "Tags" msgstr "Etiquetas" #: js/bookmarks.js:22 msgid "Filter by tag" |
|
923852aa1
|
59 |
msgstr "Filtrar por etiquetas" |
|
42e4f8d60
|
60 61 62 63 |
#: js/bookmarks.js:132 msgid "Edit bookmark" msgstr "Editar marcador" |
|
923852aa1
|
64 |
#: js/bookmarks.js:369 |
|
42e4f8d60
|
65 |
msgid "Are you sure you want to remove this tag from every entry?" |
|
923852aa1
|
66 |
msgstr "¿Está seguro de que desea eliminar esta etiqueta de todas las entradas?" |
|
42e4f8d60
|
67 |
|
|
923852aa1
|
68 |
#: js/bookmarks.js:370 |
|
42e4f8d60
|
69 |
msgid "Warning" |
|
923852aa1
|
70 |
msgstr "Precaución" |
|
42e4f8d60
|
71 72 73 74 75 76 77 |
#: js/settings.js:18 msgid "Import error" msgstr "Error de importación" #: js/settings.js:29 msgid "Import completed successfully." |
|
923852aa1
|
78 |
msgstr "Importación completada con éxito." |
|
42e4f8d60
|
79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 |
#: js/settings.js:61 msgid "Uploading..." msgstr "Subiendo..." #: lib/search.php:38 msgid "Bookm." msgstr "Marc." #: templates/addBm.php:5 msgid "Add a bookmark" msgstr "Agregar a marcadores" #: templates/addBm.php:8 msgid "Close" |
|
923852aa1
|
94 |
msgstr "Cerrar" |
|
42e4f8d60
|
95 96 97 |
#: templates/addBm.php:16 templates/js_tpl.php:27 msgid "The title of the page" |
|
923852aa1
|
98 |
msgstr "Título de la página" |
|
42e4f8d60
|
99 100 101 |
#: templates/addBm.php:21 templates/js_tpl.php:31 msgid "The address of the page" |
|
923852aa1
|
102 |
msgstr "Dirección de la página" |
|
42e4f8d60
|
103 104 105 |
#: templates/addBm.php:34 templates/js_tpl.php:40 msgid "Description of the page" |
|
923852aa1
|
106 |
msgstr "Descripción de la página" |
|
42e4f8d60
|
107 |
|
|
923852aa1
|
108 |
#: templates/addBm.php:38 templates/js_tpl.php:45 |
|
42e4f8d60
|
109 110 |
msgid "Save" msgstr "Guardar" |
|
923852aa1
|
111 |
#: templates/js_tpl.php:6 templates/js_tpl.php:59 |
|
42e4f8d60
|
112 113 |
msgid "Delete" msgstr "Eliminar" |
|
923852aa1
|
114 |
#: templates/js_tpl.php:14 templates/js_tpl.php:55 |
|
42e4f8d60
|
115 116 |
msgid "Edit" msgstr "Editar" |
|
923852aa1
|
117 |
#: templates/js_tpl.php:44 |
|
42e4f8d60
|
118 119 120 121 122 123 124 |
msgid "Cancel" msgstr "Cancelar" #: templates/list.php:14 msgid "" "Drag this to your browser bookmarks and click it, when you want to bookmark " "a webpage quickly:" |
|
923852aa1
|
125 |
msgstr "Arrastre desde aquí a los marcadores de su navegador, y haga clic cuando quiera marcar una página web rápidamente:" |
|
42e4f8d60
|
126 127 |
#: templates/list.php:15 |
|
923852aa1
|
128 129 |
msgid "Add to ownCloud" msgstr "Agregar a ownCloud" |
|
42e4f8d60
|
130 131 132 133 134 135 136 |
#: templates/list.php:22 msgid "Address" msgstr "Dirección" #: templates/list.php:23 msgid "Add" |
|
923852aa1
|
137 |
msgstr "Añadir" |
|
42e4f8d60
|
138 139 140 |
#: templates/list.php:31 msgid "Related Tags" |
|
923852aa1
|
141 |
msgstr "Etiquetas relacionadas" |
|
42e4f8d60
|
142 143 144 145 146 147 148 |
#: templates/list.php:38 templates/list.php:40 msgid "Settings" msgstr "Ajustes" #: templates/list.php:54 msgid "You have no bookmarks" |
|
923852aa1
|
149 |
msgstr "No tiene marcadores" |
|
42e4f8d60
|
150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 |
#: templates/list.php:59 msgid "You can also try to import a bookmark file" msgstr "También puede intentar importar un archivo de marcadores" #: templates/settings.php:11 msgid "Bookmarklet" msgstr "Marcador de JavaScript" #: templates/settings.php:23 msgid "Export & Import" msgstr "Exportar e Importar" #: templates/settings.php:24 msgid "Export" msgstr "Exportar" #: templates/settings.php:26 msgid "Import" |
|
923852aa1
|
169 |
msgstr "Importar" |