Blame view
sources/apps/firstrunwizard/l10n/es.php
1015 Bytes
|
6d9380f96
|
1 2 3 |
<?php $TRANSLATIONS = array( "Welcome to %s" => "Bienvenido a %s", |
|
d1bafeea1
|
4 5 |
"Your personal web services. All your files, contacts, calendar and more, in one place." => "Sus servicios web personales. Todos sus archivos, contactos, calendario y más en un único lugar.", "Get the apps to sync your files" => "Obtenga las apps para sincronizar sus archivos", |
|
6d9380f96
|
6 |
"Connect your desktop apps to %s" => "Conecte sus aplicaciones de escritorio a %s", |
|
d1bafeea1
|
7 8 9 |
"Connect your Calendar" => "Conecte su Calendario", "Connect your Contacts" => "Conecte sus Contactos", "Access files via WebDAV" => "Acceda a sus archivos vía WebDAV", |
|
6d9380f96
|
10 11 |
"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>." => "Hay más información en la <a target=\"_blank\" href=\"%s\">documentación</a> y en nuestro <a target=\"_blank\" href=\"http://owncloud.org\">sitio web</a>." |
|
d1bafeea1
|
12 |
); |
|
6d9380f96
|
13 |
$PLURAL_FORMS = "nplurals=2; plural=(n != 1);"; |