1
0
mirror of https://github.com/owncloud/bookmarks.git synced 2025-01-22 18:52:10 +01:00

38 lines
1.8 KiB
PHP
Raw Normal View History

2014-10-27 16:18:24 -04:00
<?php
$TRANSLATIONS = array(
2014-11-27 02:10:23 -05:00
"Bookmarks" => "Marcatores de libro",
"Bookm." => "Marcat.",
2014-04-25 02:10:25 -04:00
"No file provided for import" => "Il non ha alcun file de importar",
"Unsupported file type for import" => "Typo de file non supportate per importation",
2015-10-19 02:10:42 -04:00
"Some Error happened." => "Un error ha occurrite.",
2014-11-28 02:10:17 -05:00
"Error" => "Error",
2015-07-21 02:10:36 -04:00
"Tags" => "Etiquettas",
2014-04-25 02:10:25 -04:00
"Filter by tag" => "Filtra per etiquetta",
2015-10-19 02:10:42 -04:00
"Are you sure you want to remove this bookmark?" => "Es tu secur de voler remover iste marcator?",
2014-04-25 02:10:25 -04:00
"Warning" => "Aviso",
2014-11-27 02:10:23 -05:00
"Are you sure you want to remove this tag from every entry?" => "Tu es secur que tu vole remover iste etiquetta ex omne entratas?",
2014-04-25 02:10:25 -04:00
"Import error" => "Error de importation",
"Import completed successfully." => "Importation completate con successo.",
"Uploading..." => "Incargante...",
"Add a bookmark" => "Adde un marcator de libro",
2015-10-19 02:10:42 -04:00
"This URL is already bookmarked! Overwrite?" => "Iste URL es jam inter le marcatores! Superscriber?",
2014-04-25 02:10:25 -04:00
"The title of the page" => "Le titulo del pagina",
"The address of the page" => "Le adresse del pagina",
"Description of the page" => "Description del pagina",
2012-11-02 00:03:14 +01:00
"Save" => "Salveguardar",
"Delete" => "Deler",
2012-11-08 00:03:47 +01:00
"Edit" => "Modificar",
2012-11-02 00:03:14 +01:00
"Cancel" => "Cancellar",
2014-04-25 02:10:25 -04:00
"Drag this to your browser bookmarks and click it, when you want to bookmark a webpage quickly:" => "Trahe isto in tu marcatores de libro de navigator e pulsa, quando tu vole memorar un pagina web rapidemente:",
"Add to ownCloud" => "Adde a ownCloud",
2012-11-02 00:03:14 +01:00
"Address" => "Adresse",
2015-10-19 02:10:42 -04:00
"Filterable Tags" => "Etiquettas filtrabile",
2014-04-25 02:10:25 -04:00
"You have no bookmarks" => "Tu non ha marcatores de libro",
2015-10-19 02:10:42 -04:00
"You can also import a bookmark file" => "Tu pote etiam importar un file de marcatores de libro",
2014-04-25 02:10:25 -04:00
"Bookmarklet" => "Bookmarklet",
"Export & Import" => "Exportation & Importation",
2012-11-04 00:03:02 +01:00
"Export" => "Exportar",
"Import" => "Importar"
2012-11-02 00:03:14 +01:00
);
2014-10-27 16:18:24 -04:00
$PLURAL_FORMS = "nplurals=2; plural=(n != 1);";