Welcome to mirror list, hosted at ThFree Co, Russian Federation.

ast.php « l10n - github.com/nextcloud/firstrunwizard.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 442cdcd1da01c309ae06bc404ad1324b9b47a1f6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
<?php
$TRANSLATIONS = array(
"Access & share your files, calendars, contacts, mail & more from any device, on your terms" => "Accede y comparte los tos ficheros, calendarios , contactos , corréu electrónicu y muncho más dende cualquier dispositivu, nos sos términos",
"Get the apps to sync your files" => "Obtener les aplicaciones pa sincronizar ficheros",
"Desktop client" => "Cliente d'escritoriu",
"Android app" => "Aplicación d'Android",
"iOS app" => "Aplicación d'iOS",
"Connect your desktop apps to %s" => "Coneuta les tos aplicaciones d'escritoriu a %s",
"Connect your Calendar" => "Coneuta'l to Calendariu",
"Connect your Contacts" => "Coneuta los tos Contautos",
"Documentation" => "Documentación",
"Access files via WebDAV" => "Ficheru d'accesu vía WebDAV"
);
$PLURAL_FORMS = "nplurals=2; plural=(n != 1);";