Blame view

sources/apps/bookmarks/l10n/ia.php 1.62 KB
d1bafeea1   Kload   [fix] Upgrade to ...
1
  <?php $TRANSLATIONS = array(
6d9380f96   Cédric Dupont   Update sources OC...
2
3
4
5
6
7
8
9
10
11
12
13
14
  "No file provided for import" => "Il non ha alcun file de importar",
  "Unsupported file type for import" => "Typo de file non supportate per importation",
  "Bookmarks" => "Marcatores de libro",
  "Tags" => "Etiquettas",
  "Filter by tag" => "Filtra per etiquetta",
  "Edit bookmark" => "Modifica marcator de libro",
  "Are you sure you want to remove this tag from every entry?" => "Tu es secur que tu vole remover iste etiquetta ex omne entratas?",
  "Warning" => "Aviso",
  "Import error" => "Error de importation",
  "Import completed successfully." => "Importation completate con successo.",
  "Uploading..." => "Incargante...",
  "Bookm." => "Marcat.",
  "Add a bookmark" => "Adde un marcator de libro",
d1bafeea1   Kload   [fix] Upgrade to ...
15
  "Close" => "Clauder",
6d9380f96   Cédric Dupont   Update sources OC...
16
17
18
  "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",
d1bafeea1   Kload   [fix] Upgrade to ...
19
20
21
22
  "Save" => "Salveguardar",
  "Delete" => "Deler",
  "Edit" => "Modificar",
  "Cancel" => "Cancellar",
6d9380f96   Cédric Dupont   Update sources OC...
23
24
  "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",
d1bafeea1   Kload   [fix] Upgrade to ...
25
26
  "Address" => "Adresse",
  "Add" => "Adder",
6d9380f96   Cédric Dupont   Update sources OC...
27
  "Related Tags" => "Etiquettas connexe",
d1bafeea1   Kload   [fix] Upgrade to ...
28
  "Settings" => "Configurationes",
6d9380f96   Cédric Dupont   Update sources OC...
29
30
31
32
  "You have no bookmarks" => "Tu non ha marcatores de libro",
  "You can also try to import a bookmark file" => "Tu anque pote essayar importar un file de marcator de libro",
  "Bookmarklet" => "Bookmarklet",
  "Export & Import" => "Exportation & Importation",
d1bafeea1   Kload   [fix] Upgrade to ...
33
34
35
  "Export" => "Exportar",
  "Import" => "Importar"
  );