1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465 |
- <?php $TRANSLATIONS = array(
- "Application name not provided." => "Aplikazioaren izena falta da",
- "No category to add?" => "Ez dago gehitzeko kategoriarik?",
- "This category already exists: " => "Kategoria hau dagoeneko existitzen da:",
- "ui-datepicker-group';if(i[1]>1)switch(G){case 0:y+=" => "ui-datepicker-group';if(i[1]>1)switch(G){case 0:y+=",
- "Settings" => "Ezarpenak",
- "January" => "Urtarrila",
- "February" => "Otsaila",
- "March" => "Martxoa",
- "April" => "Apirila",
- "May" => "Maiatza",
- "June" => "Ekaina",
- "July" => "Uztaila",
- "August" => "Abuztua",
- "September" => "Iraila",
- "October" => "Urria",
- "November" => "Azaroa",
- "December" => "Abendua",
- "Cancel" => "Ezeztatu",
- "No" => "Ez",
- "Yes" => "Bai",
- "Ok" => "Ados",
- "No categories selected for deletion." => "Ez da ezabatzeko kategoriarik hautatu.",
- "Error" => "Errorea",
- "ownCloud password reset" => "ownCloud-en pasahitza berrezarri",
- "Use the following link to reset your password: {link}" => "Eribili hurrengo lotura zure pasahitza berrezartzeko: {link}",
- "You will receive a link to reset your password via Email." => "Zure pashitza berrezartzeko lotura bat jasoko duzu Epostaren bidez.",
- "Requested" => "Eskatuta",
- "Login failed!" => "Saio hasierak huts egin du!",
- "Username" => "Erabiltzaile izena",
- "Request reset" => "Eskaera berrezarri da",
- "Your password was reset" => "Zure pasahitza berrezarri da",
- "To login page" => "Sarrera orrira",
- "New password" => "Pasahitz berria",
- "Reset password" => "Berrezarri pasahitza",
- "Personal" => "Pertsonala",
- "Users" => "Erabiltzaileak",
- "Apps" => "Aplikazioak",
- "Admin" => "Kudeatzailea",
- "Help" => "Laguntza",
- "Access forbidden" => "Sarrera debekatuta",
- "Cloud not found" => "Ez da hodeia aurkitu",
- "Edit categories" => "Editatu kategoriak",
- "Add" => "Gehitu",
- "Create an <strong>admin account</strong>" => "Sortu <strong>kudeatzaile kontu<strong> bat",
- "Password" => "Pasahitza",
- "Advanced" => "Aurreratua",
- "Data folder" => "Datuen karpeta",
- "Configure the database" => "Konfiguratu datu basea",
- "will be used" => "erabiliko da",
- "Database user" => "Datubasearen erabiltzailea",
- "Database password" => "Datubasearen pasahitza",
- "Database name" => "Datubasearen izena",
- "Database host" => "Datubasearen hostalaria",
- "Finish setup" => "Bukatu konfigurazioa",
- "web services under your control" => "web zerbitzuak zure kontrolpean",
- "Log out" => "Saioa bukatu",
- "Lost your password?" => "Galdu duzu pasahitza?",
- "remember" => "gogoratu",
- "Log in" => "Hasi saioa",
- "You are logged out." => "Zure saioa bukatu da.",
- "prev" => "aurrekoa",
- "next" => "hurrengoa"
- );
|