47 lines
2.5 KiB
JavaScript
47 lines
2.5 KiB
JavaScript
OC.L10N.register(
|
|
"theming",
|
|
{
|
|
"Loading preview…" : "Aurreikuspena kargatzen...",
|
|
"Saved" : "Gordeta",
|
|
"Admin" : "Administratzailea",
|
|
"a safe home for all your data" : "zure datu guztientzako toki segurua",
|
|
"Name cannot be empty" : "Izena ezin da hutsik egon",
|
|
"The given name is too long" : "Idatzitako izena luzeegia da",
|
|
"The given web address is too long" : "Idatzitako web helbidea luzeegia da",
|
|
"The given web address is not a valid URL" : "Emandako web helbidea URL baliogabea da",
|
|
"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",
|
|
"Theming" : "Itxura",
|
|
"Legal notice" : "Ohar legala",
|
|
"Privacy policy" : "Pribatutasun politika",
|
|
"Open documentation" : "Ireki dokumentazioa",
|
|
"Name" : "Izena",
|
|
"Reset to default" : "Berezarri balio lehenetsira",
|
|
"Web link" : "Web esteka",
|
|
"https://…" : "https://…",
|
|
"Slogan" : "Eslogana",
|
|
"Color" : "Kolorea",
|
|
"Logo" : "Logoa",
|
|
"Upload new logo" : "Kargatu logo berria",
|
|
"Login image" : "Saio-hasiera irudia",
|
|
"Upload new login background" : "Kargatu saio-hasiera atzeko-plano berria",
|
|
"Remove background image" : "Kendu atzeko-planoko irudia",
|
|
"Advanced options" : "Ezarpen aurreratuak",
|
|
"Legal notice link" : "Ohar legalaren esteka",
|
|
"Privacy policy link" : "Pribatutasun politikaren esteka",
|
|
"Header logo" : "Goiburuaren logoa",
|
|
"Upload new header logo" : "Kargatu goiburuaren logo berria",
|
|
"Favicon" : "Gogoko-ikonoa",
|
|
"Upload new favicon" : "Kargatu gogoko-ikono berria"
|
|
},
|
|
"nplurals=2; plural=(n != 1);");
|