* @author Joas Schilling * @author Lukas Reschke * @author Vincent Petry * * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License, version 3, * as published by the Free Software Foundation. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU Affero General Public License for more details. * * You should have received a copy of the GNU Affero General Public License, version 3, * along with this program. If not, see * */ // We only can count up. The 4. digit is only for the internal patchlevel to trigger DB upgrades // between betas, final and RCs. This is _not_ the public version number. Reset minor/patchlevel // when updating major/minor version number. $OC_Version = array(12, 0, 0, 12); // The human readable string $OC_VersionString = '12.0 alpha'; $OC_VersionCanBeUpgradedFrom = array(11); // default Nextcloud channel $OC_Channel = 'git'; // The build number $OC_Build = ''; // Vendor of this package $vendor = 'nextcloud'; s'>44319-fix-fed-share-user-avatars Nextcloud server, a safe home for all your data: https://github.com/nextcloud/serverwww-data
summaryrefslogtreecommitdiffstats
blob: 175474a4e26ecf73e8b36d92c9f3767b951f12e5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
OC.L10N.register(
    "theming",
    {
    "Loading preview…" : "Cargando previsualización...",
    "Saved" : "Guardado",
    "Admin" : "Administración",
    "a safe home for all your data" : "un hogar seguro para todos tus datos",
    "Name cannot be empty" : "El nombre no puede estar vacío",
    "The given name is too long" : "El nombre provisto es muy largo",
    "The given web address is too long" : "La dirección provista es muy larga",
    "The given slogan is too long" : "El eslogan provisto es muy largo",
    "The given color is invalid" : "El color provisto es inválido",
    "The file was uploaded" : "Se ha subido el archivo",
    "The uploaded file exceeds the upload_max_filesize directive in php.ini" : "El archivo para subir excede la directiva upload_max_filesize en php.ini",
    "The uploaded file exceeds the MAX_FILE_SIZE directive that was specified in the HTML form" : "El archivo para subir excede la directiva MAX_FILE_SIZE que se especifió en el formulario HTML",
    "The file was only partially uploaded" : "El archivo se ha subido parcialmente",
    "No file was uploaded" : "No se ha subido ningún archivo",
    "Missing a temporary folder" : "Falta una carpeta temporal",
    "No file uploaded" : "No se ha subido archivo",
    "Unsupported image type" : "Tipo de imagen no soportado",
    "Theming" : "Tema",
    "Theming makes it possible to easily customize the look and feel of your instance and supported clients. This will be visible for all users." : "Los temas hacen posible personalizar fácilmente la apariencia de tu instancia y los clientes soportados. Esto será visible para todos los usuarios.",
    "Name" : "Nombre",
    "Reset to default" : "Vovler a configuración por defecto",
    "Web address" : "Dirección web",
    "Web address https://…" : "Dirección web https://",
    "Slogan" : "Eslogan",
    "Color" : "Color",
    "Logo" : "Logo",
    "Upload new logo" : "Subir nuevo logo",
    "Login image" : "Fondo de Pantalla",
    "Upload new login background" : "Subir una nueva imagen de fondo",
    "Remove background image" : "Eliminar imagen de fondo",
    "Install the Imagemagick PHP extension with support for SVG images to automatically generate favicons based on the uploaded logo and color." : "Instala la extensión de PHP Imagemagick con soporte para imágenes SVG para generar automáticamente faviconos basados en el logo y color subidos.",
    "You are already using a custom theme" : "Ya estás usando un tema personalizado",
    "reset to default" : "restaurar a configuración inicial",
    "There is no error, the file uploaded with success" : "No ha habido errores, el archivo ha subido satisfactoriamente",
    "The uploaded file was only partially uploaded" : "El archivo para subir ha sido solo parcialmente subido",
    "Failed to write file to disk." : "Fallo al escribir el archivo al disco.",
    "A PHP extension stopped the file upload." : "Una extensión de PHP ha detenido la subida del archivo."
},
"nplurals=2; plural=(n != 1);");