mirror of
https://github.com/owncloud/bookmarks.git
synced 2025-01-18 14:52:10 +01:00
[tx-robot] updated from transifex
This commit is contained in:
parent
6d8eb1ec96
commit
8f808f65cc
23
l10n/ast.php
23
l10n/ast.php
@ -1,12 +1,35 @@
|
||||
<?php $TRANSLATIONS = array(
|
||||
"No file provided for import" => "Nun s'especificó nengún ficheru pa importar",
|
||||
"Unsupported file type for import" => "Tipu de ficheru non sofitáu pa importar",
|
||||
"Bookmarks" => "Marcadores",
|
||||
"Tags" => "Etiquetes",
|
||||
"Filter by tag" => "Filtrar por etiquetes",
|
||||
"Edit bookmark" => "Editar marcador",
|
||||
"Are you sure you want to remove this tag from every entry?" => "¿De xuru que quies desaniciar esta etiqueta de toles entraes?",
|
||||
"Warning" => "Avisu",
|
||||
"Import error" => "Fallu d'importación",
|
||||
"Import completed successfully." => "Importacióncompletada correchamente",
|
||||
"Uploading..." => "Xubiendo...",
|
||||
"Bookm." => "Marcad.",
|
||||
"Add a bookmark" => "Amestar un marcador",
|
||||
"Close" => "Zarrar",
|
||||
"The title of the page" => "El títulu de la páxina",
|
||||
"The address of the page" => "La direición de la páxina",
|
||||
"Description of the page" => "Descripción de la páxina",
|
||||
"Save" => "Guardar",
|
||||
"Delete" => "Desaniciar",
|
||||
"Edit" => "Editar",
|
||||
"Cancel" => "Encaboxar",
|
||||
"Drag this to your browser bookmarks and click it, when you want to bookmark a webpage quickly:" => "Arrastra dende equí a los marcadores del to restolador web, y fai clic cuando quieras marcar una páxina web rápidamente:",
|
||||
"Add to ownCloud" => "Amestar a ownCloud",
|
||||
"Address" => "Direición",
|
||||
"Add" => "Amestar",
|
||||
"Related Tags" => "Etiquetes rellacionaes",
|
||||
"Settings" => "Axustes",
|
||||
"You have no bookmarks" => "Nun tienes marcadores",
|
||||
"You can also try to import a bookmark file" => "Tamién pues intentar importar un ficheru de marcadores",
|
||||
"Bookmarklet" => "Marcador de JavaScript",
|
||||
"Export & Import" => "Importar y Esportar",
|
||||
"Export" => "Esportar",
|
||||
"Import" => "Importar"
|
||||
);
|
||||
|
@ -3,13 +3,14 @@
|
||||
# This file is distributed under the same license as the PACKAGE package.
|
||||
#
|
||||
# Translators:
|
||||
# Iñigo Varela <ivarela@softastur.org>, 2014
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: ownCloud\n"
|
||||
"Report-Msgid-Bugs-To: translations@owncloud.org\n"
|
||||
"POT-Creation-Date: 2014-04-16 02:11-0400\n"
|
||||
"PO-Revision-Date: 2014-04-16 05:00+0000\n"
|
||||
"Last-Translator: I Robot\n"
|
||||
"POT-Creation-Date: 2014-04-19 02:11-0400\n"
|
||||
"PO-Revision-Date: 2014-04-18 20:48+0000\n"
|
||||
"Last-Translator: Iñigo Varela <ivarela@softastur.org>\n"
|
||||
"Language-Team: Asturian (http://www.transifex.com/projects/p/owncloud/language/ast/)\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
@ -19,55 +20,55 @@ msgstr ""
|
||||
|
||||
#: ajax/import.php:9
|
||||
msgid "No file provided for import"
|
||||
msgstr ""
|
||||
msgstr "Nun s'especificó nengún ficheru pa importar"
|
||||
|
||||
#: ajax/import.php:21
|
||||
msgid "Unsupported file type for import"
|
||||
msgstr ""
|
||||
msgstr "Tipu de ficheru non sofitáu pa importar"
|
||||
|
||||
#: appinfo/app.php:17
|
||||
msgid "Bookmarks"
|
||||
msgstr ""
|
||||
msgstr "Marcadores"
|
||||
|
||||
#: js/addBm.js:42 js/bookmarks.js:235
|
||||
msgid "Tags"
|
||||
msgstr ""
|
||||
msgstr "Etiquetes"
|
||||
|
||||
#: js/bookmarks.js:22
|
||||
msgid "Filter by tag"
|
||||
msgstr ""
|
||||
msgstr "Filtrar por etiquetes"
|
||||
|
||||
#: js/bookmarks.js:132
|
||||
msgid "Edit bookmark"
|
||||
msgstr ""
|
||||
msgstr "Editar marcador"
|
||||
|
||||
#: js/bookmarks.js:369
|
||||
msgid "Are you sure you want to remove this tag from every entry?"
|
||||
msgstr ""
|
||||
msgstr "¿De xuru que quies desaniciar esta etiqueta de toles entraes?"
|
||||
|
||||
#: js/bookmarks.js:370
|
||||
msgid "Warning"
|
||||
msgstr ""
|
||||
msgstr "Avisu"
|
||||
|
||||
#: js/settings.js:18
|
||||
msgid "Import error"
|
||||
msgstr ""
|
||||
msgstr "Fallu d'importación"
|
||||
|
||||
#: js/settings.js:29
|
||||
msgid "Import completed successfully."
|
||||
msgstr ""
|
||||
msgstr "Importacióncompletada correchamente"
|
||||
|
||||
#: js/settings.js:61
|
||||
msgid "Uploading..."
|
||||
msgstr ""
|
||||
msgstr "Xubiendo..."
|
||||
|
||||
#: lib/search.php:38
|
||||
msgid "Bookm."
|
||||
msgstr ""
|
||||
msgstr "Marcad."
|
||||
|
||||
#: templates/addBm.php:5
|
||||
msgid "Add a bookmark"
|
||||
msgstr ""
|
||||
msgstr "Amestar un marcador"
|
||||
|
||||
#: templates/addBm.php:8
|
||||
msgid "Close"
|
||||
@ -75,15 +76,15 @@ msgstr "Zarrar"
|
||||
|
||||
#: templates/addBm.php:16 templates/js_tpl.php:27
|
||||
msgid "The title of the page"
|
||||
msgstr ""
|
||||
msgstr "El títulu de la páxina"
|
||||
|
||||
#: templates/addBm.php:21 templates/js_tpl.php:31
|
||||
msgid "The address of the page"
|
||||
msgstr ""
|
||||
msgstr "La direición de la páxina"
|
||||
|
||||
#: templates/addBm.php:34 templates/js_tpl.php:40
|
||||
msgid "Description of the page"
|
||||
msgstr ""
|
||||
msgstr "Descripción de la páxina"
|
||||
|
||||
#: templates/addBm.php:38 templates/js_tpl.php:45
|
||||
msgid "Save"
|
||||
@ -105,11 +106,11 @@ msgstr "Encaboxar"
|
||||
msgid ""
|
||||
"Drag this to your browser bookmarks and click it, when you want to bookmark "
|
||||
"a webpage quickly:"
|
||||
msgstr ""
|
||||
msgstr "Arrastra dende equí a los marcadores del to restolador web, y fai clic cuando quieras marcar una páxina web rápidamente:"
|
||||
|
||||
#: templates/list.php:15
|
||||
msgid "Add to ownCloud"
|
||||
msgstr ""
|
||||
msgstr "Amestar a ownCloud"
|
||||
|
||||
#: templates/list.php:22
|
||||
msgid "Address"
|
||||
@ -121,7 +122,7 @@ msgstr "Amestar"
|
||||
|
||||
#: templates/list.php:31
|
||||
msgid "Related Tags"
|
||||
msgstr ""
|
||||
msgstr "Etiquetes rellacionaes"
|
||||
|
||||
#: templates/list.php:38 templates/list.php:40
|
||||
msgid "Settings"
|
||||
@ -129,19 +130,19 @@ msgstr "Axustes"
|
||||
|
||||
#: templates/list.php:54
|
||||
msgid "You have no bookmarks"
|
||||
msgstr ""
|
||||
msgstr "Nun tienes marcadores"
|
||||
|
||||
#: templates/list.php:59
|
||||
msgid "You can also try to import a bookmark file"
|
||||
msgstr ""
|
||||
msgstr "Tamién pues intentar importar un ficheru de marcadores"
|
||||
|
||||
#: templates/settings.php:11
|
||||
msgid "Bookmarklet"
|
||||
msgstr ""
|
||||
msgstr "Marcador de JavaScript"
|
||||
|
||||
#: templates/settings.php:23
|
||||
msgid "Export & Import"
|
||||
msgstr ""
|
||||
msgstr "Importar y Esportar"
|
||||
|
||||
#: templates/settings.php:24
|
||||
msgid "Export"
|
||||
|
@ -8,7 +8,7 @@ msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: ownCloud bookmarks 5.0.0\n"
|
||||
"Report-Msgid-Bugs-To: translations@owncloud.org\n"
|
||||
"POT-Creation-Date: 2014-04-18 02:11-0400\n"
|
||||
"POT-Creation-Date: 2014-04-19 02:11-0400\n"
|
||||
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
|
||||
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
||||
"Language-Team: LANGUAGE <LL@li.org>\n"
|
||||
|
Loading…
x
Reference in New Issue
Block a user