nextcloud/apps/theming/l10n/eu.js

55 lines
3.8 KiB
JavaScript
Raw Normal View History

2020-03-28 05:18:15 +03:00
OC.L10N.register(
"theming",
{
2020-05-12 05:16:11 +03:00
"Loading preview…" : "Aurreikuspena kargatzen...",
2020-03-28 05:18:15 +03:00
"Saved" : "Gordeta",
"Admin" : "Administratzailea",
"a safe home for all your data" : "zure datu guztientzako toki segurua",
2020-05-15 05:17:17 +03:00
"Name cannot be empty" : "Izena ezin da hutsik egon",
2020-03-28 05:18:15 +03:00
"The given name is too long" : "Idatzitako izena luzeegia da",
"The given web address is too long" : "Idatzitako web helbidea luzeegia da",
2020-05-26 05:16:03 +03:00
"The given web address is not a valid URL" : "Emandako web helbidea URL baliogabea da",
2021-03-03 05:21:24 +03:00
"The given legal notice address is too long" : "Emandako lege-ohar helbidea luzeegia da",
"The given legal notice address is not a valid URL" : "Emandako lege-ohar helbidea ez da baliozko URLa",
"The given privacy policy address is too long" : "Emandako pribatutasun-gidalerro helbidea luzeegia da",
"The given privacy policy address is not a valid URL" : "Emandako pribatutasun-gidalerro helbidea ez da baliozko URLa",
2020-03-28 05:18:15 +03:00
"The given slogan is too long" : "Emandako leloa luzeegia da",
"The given color is invalid" : "Emandako kolorea ez du balio",
"The file was uploaded" : "Fitxategia igo da",
"The uploaded file exceeds the upload_max_filesize directive in php.ini" : "Kargatutako fitxategiak php.ini fitxategiko upload_max_filesize direktiban zehazturikoa gainditzen du",
"The uploaded file exceeds the MAX_FILE_SIZE directive that was specified in the HTML form" : "Kargatutako fitxategiak HTML formularioan ezarritako MAX_FILE_SIZE direktiban zehazturikoa gainditzen du",
"The file was only partially uploaded" : "Fitxategia erdizka kargatu da",
"No file was uploaded" : "Ez da fitxategirik igo",
"Missing a temporary folder" : "Aldi baterako karpeta bat falta da",
"Could not write file to disk" : "Ezin izan da fitxategia diskoan idatzi",
"A PHP extension stopped the file upload" : "PHP hedapen batek fitxategiaren karga gelditu du",
"No file uploaded" : "Ez da fitxategirik igo",
2021-03-03 05:21:24 +03:00
"You are already using a custom theme. Theming app settings might be overwritten by that." : "Gai pertsonalizatua erabiltzen ari zara dagoeneko. Gaiaren aplikazioaren ezarpenak gainidatzi ditzake.",
2020-03-28 05:18:15 +03:00
"Theming" : "Itxura",
"Legal notice" : "Ohar legala",
"Privacy policy" : "Pribatutasun politika",
2021-03-03 05:21:24 +03:00
"Adjust the Nextcloud theme" : "Doitu Nextcloud gaia",
2020-03-28 05:18:15 +03:00
"Open documentation" : "Ireki dokumentazioa",
2021-03-03 05:21:24 +03:00
"Theming makes it possible to easily customize the look and feel of your instance and supported clients. This will be visible for all users." : "Gaiak aukera ematen du zure instantziaren eta onartutako bezeroen itxura eta izaera erraz pertsonalizatzeko. Hau erabiltzaile guztientzat ikusgai egongo da.",
2020-03-28 05:18:15 +03:00
"Name" : "Izena",
2020-05-12 05:16:11 +03:00
"Reset to default" : "Berezarri balio lehenetsira",
2020-03-28 05:18:15 +03:00
"Web link" : "Web esteka",
"https://…" : "https://…",
2020-05-23 05:16:22 +03:00
"Slogan" : "Eslogana",
2020-03-28 05:18:15 +03:00
"Color" : "Kolorea",
2020-05-16 05:17:14 +03:00
"Logo" : "Logoa",
2020-05-09 05:16:34 +03:00
"Upload new logo" : "Kargatu logo berria",
"Login image" : "Saio-hasiera irudia",
2020-05-13 05:16:26 +03:00
"Upload new login background" : "Kargatu saio-hasiera atzeko-plano berria",
2020-05-12 05:16:11 +03:00
"Remove background image" : "Kendu atzeko-planoko irudia",
2020-03-28 05:18:15 +03:00
"Advanced options" : "Ezarpen aurreratuak",
"Legal notice link" : "Ohar legalaren esteka",
2020-05-14 05:16:36 +03:00
"Privacy policy link" : "Pribatutasun politikaren esteka",
2020-05-15 05:17:17 +03:00
"Header logo" : "Goiburuaren logoa",
"Upload new header logo" : "Kargatu goiburuaren logo berria",
"Favicon" : "Gogoko-ikonoa",
2021-03-03 05:21:24 +03:00
"Upload new favicon" : "Kargatu gogoko-ikono berria",
"Install the Imagemagick PHP extension with support for SVG images to automatically generate favicons based on the uploaded logo and color." : "Instalatu Imagemagick PHP luzapena SVG irudien laguntzarekin igotako logotipoan eta kolorean oinarritutako gogoko-ikonoak automatikoki sortzeko."
2020-03-28 05:18:15 +03:00
},
"nplurals=2; plural=(n != 1);");