Blame view

sources/apps/firstrunwizard/l10n/ia.php 1001 Bytes
6d9380f96   Cédric Dupont   Update sources OC...
1
2
3
  <?php
  $TRANSLATIONS = array(
  "Welcome to %s" => "Benvenite a %s",
d1bafeea1   Kload   [fix] Upgrade to ...
4
5
  "Your personal web services. All your files, contacts, calendar and more, in one place." => "Tu servicios personal de web. Omne tu files, contactos, calendario e alteres, in un placia.",
  "Get the apps to sync your files" => "Obtene le apps (applicationes) pro synchronizar tu files",
6d9380f96   Cédric Dupont   Update sources OC...
6
  "Connect your desktop apps to %s" => "Connecte tu apps de scriptorio a %s",
d1bafeea1   Kload   [fix] Upgrade to ...
7
8
9
  "Connect your Calendar" => "Connecte tu calendario",
  "Connect your Contacts" => "Connecte tu  contactos",
  "Access files via WebDAV" => "Accede a files via WebDAV",
6d9380f96   Cédric Dupont   Update sources OC...
10
11
  "Documentation" => "Documentation",
  "There’s more information in the <a target=\"_blank\" href=\"%s\">documentation</a> and on our <a target=\"_blank\" href=\"http://owncloud.org\">website</a>." => "Il ha plure information in le <a target=\"_blank\" href=\"%s\">documentation</a> e sur nostre <a target=\"_blank\" href=\"http://owncloud.org\">sito web</a>."
d1bafeea1   Kload   [fix] Upgrade to ...
12
  );
6d9380f96   Cédric Dupont   Update sources OC...
13
  $PLURAL_FORMS = "nplurals=2; plural=(n != 1);";