diff options
Diffstat (limited to 'apps/theming/l10n/eu.js')
-rw-r--r-- | apps/theming/l10n/eu.js | 32 |
1 files changed, 32 insertions, 0 deletions
diff --git a/apps/theming/l10n/eu.js b/apps/theming/l10n/eu.js new file mode 100644 index 00000000000..962b232f95a --- /dev/null +++ b/apps/theming/l10n/eu.js @@ -0,0 +1,32 @@ +OC.L10N.register( + "theming", + { + "Saved" : "Gordeta", + "Admin" : "Administratzailea", + "a safe home for all your data" : "zure datu guztientzako toki segurua", + "The given name is too long" : "Idatzitako izena luzeegia da", + "The given web address is too long" : "Idatzitako web helbidea luzeegia 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", + "Web link" : "Web esteka", + "https://…" : "https://…", + "Color" : "Kolorea", + "Advanced options" : "Ezarpen aurreratuak", + "Legal notice link" : "Ohar legalaren esteka", + "Privacy policy link" : "Pribatutasun politikaren esteka" +}, +"nplurals=2; plural=(n != 1);"); |