Blame view

sources/apps/firstrunwizard/l10n/es_AR.php 884 Bytes
6d9380f96   Cédric Dupont   Update sources OC...
1
2
  <?php
  $TRANSLATIONS = array(
d1bafeea1   Kload   [fix] Upgrade to ...
3
4
  "Your personal web services. All your files, contacts, calendar and more, in one place." => "Tus servicios web personales. Todos tus archivos, contactos calendarios y más, en un solo lugar.",
  "Get the apps to sync your files" => "Obtené Apps para sincronizar tus archivos",
d1bafeea1   Kload   [fix] Upgrade to ...
5
6
7
  "Connect your Calendar" => "Contectá tu Calendario",
  "Connect your Contacts" => "Conectá tus Contactos",
  "Access files via WebDAV" => "Acceso a archivos vía WebDAV",
6d9380f96   Cédric Dupont   Update sources OC...
8
9
  "Documentation" => "Documentación",
  "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>." => "Mas información en la  <a target=\"_blank\" href=\"%s\">documentación</a> y en nuestra <a target=\"_blank\" href=\"http://owncloud.org\">página web</a>."
d1bafeea1   Kload   [fix] Upgrade to ...
10
  );
6d9380f96   Cédric Dupont   Update sources OC...
11
  $PLURAL_FORMS = "nplurals=2; plural=(n != 1);";