Blame view

sources/apps/bookmarks/l10n/ast.php 1.63 KB
6d9380f96   Cédric Dupont   Update sources OC...
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
  <?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"
  );