Blame view

sources/settings/l10n/eu.php 10.3 KB
31b7f2792   Kload   Upgrade to ownclo...
1
2
  <?php
  $TRANSLATIONS = array(
03e52840d   Kload   Init
3
4
  "Unable to load list from App Store" => "Ezin izan da App Dendatik zerrenda kargatu",
  "Authentication error" => "Autentifikazio errorea",
31b7f2792   Kload   Upgrade to ownclo...
5
6
  "Your full name has been changed." => "Zure izena aldatu egin da.",
  "Unable to change full name" => "Ezin izan da izena aldatu",
03e52840d   Kload   Init
7
8
  "Group already exists" => "Taldea dagoeneko existitzenda",
  "Unable to add group" => "Ezin izan da taldea gehitu",
03e52840d   Kload   Init
9
10
11
12
13
  "Email saved" => "Eposta gorde da",
  "Invalid email" => "Baliogabeko eposta",
  "Unable to delete group" => "Ezin izan da taldea ezabatu",
  "Unable to delete user" => "Ezin izan da erabiltzailea ezabatu",
  "Language changed" => "Hizkuntza aldatuta",
31b7f2792   Kload   Upgrade to ownclo...
14
  "Invalid request" => "Baliogabeko eskaera",
03e52840d   Kload   Init
15
16
17
18
  "Admins can't remove themself from the admin group" => "Kudeatzaileak ezin du bere burua kendu kudeatzaile taldetik",
  "Unable to add user to group %s" => "Ezin izan da erabiltzailea %s taldera gehitu",
  "Unable to remove user from group %s" => "Ezin izan da erabiltzailea %s taldetik ezabatu",
  "Couldn't update app." => "Ezin izan da aplikazioa eguneratu.",
31b7f2792   Kload   Upgrade to ownclo...
19
20
21
22
23
  "Wrong password" => "Pasahitz okerra",
  "No user supplied" => "Ez da erabiltzailerik zehaztu",
  "Please provide an admin recovery password, otherwise all user data will be lost" => "Mesedez eman berreskuratzeko administrazio  pasahitza, bestela erabiltzaile datu guztiak galduko dira",
  "Wrong admin recovery password. Please check the password and try again." => "Berreskuratze administradore pasahitz ez egokia. Medesez egiaztatu pasahitza eta saiatu berriz.",
  "Unable to change password" => "Ezin izan da pasahitza aldatu",
03e52840d   Kload   Init
24
25
26
27
  "Update to {appversion}" => "Eguneratu {appversion}-ra",
  "Disable" => "Ez-gaitu",
  "Enable" => "Gaitu",
  "Please wait...." => "Itxoin mesedez...",
31b7f2792   Kload   Upgrade to ownclo...
28
29
  "Error while disabling app" => "Erroea izan da aplikazioa desgaitzerakoan",
  "Error while enabling app" => "Erroea izan da aplikazioa gaitzerakoan",
03e52840d   Kload   Init
30
31
32
  "Updating...." => "Eguneratzen...",
  "Error while updating app" => "Errorea aplikazioa eguneratzen zen bitartean",
  "Error" => "Errorea",
31b7f2792   Kload   Upgrade to ownclo...
33
  "Update" => "Eguneratu",
03e52840d   Kload   Init
34
  "Updated" => "Eguneratuta",
31b7f2792   Kload   Upgrade to ownclo...
35
  "Select a profile picture" => "Profil argazkia aukeratu",
03e52840d   Kload   Init
36
37
38
39
40
41
42
43
44
45
46
  "Saving..." => "Gordetzen...",
  "deleted" => "ezabatuta",
  "undo" => "desegin",
  "Unable to remove user" => "Ezin izan da erabiltzailea aldatu",
  "Groups" => "Taldeak",
  "Group Admin" => "Talde administradorea",
  "Delete" => "Ezabatu",
  "add group" => "gehitu taldea",
  "A valid username must be provided" => "Baliozko erabiltzaile izena eman behar da",
  "Error creating user" => "Errore bat egon da erabiltzailea sortzean",
  "A valid password must be provided" => "Baliozko pasahitza eman behar da",
31b7f2792   Kload   Upgrade to ownclo...
47
  "Warning: Home directory for user \"{user}\" already exists" => "Abisua: \"{user}\" erabiltzailearen Home karpeta dagoeneko exisititzen da",
03e52840d   Kload   Init
48
49
  "__language_name__" => "Euskera",
  "Security Warning" => "Segurtasun abisua",
31b7f2792   Kload   Upgrade to ownclo...
50
  "You are accessing %s via HTTP. We strongly suggest you configure your server to require using HTTPS instead." => "%s HTTP bidez erabiltzen ari zara. Aholkatzen dizugu zure zerbitzaria HTTPS erabil dezan.",
03e52840d   Kload   Init
51
52
  "Setup Warning" => "Konfiguratu Abisuak",
  "Your web server is not yet properly setup to allow files synchronization because the WebDAV interface seems to be broken." => "Zure web zerbitzaria ez dago oraindik ongi konfiguratuta fitxategien sinkronizazioa egiteko, WebDAV interfazea ongi ez dagoela dirudi.",
31b7f2792   Kload   Upgrade to ownclo...
53
  "Please double check the <a href=\"%s\">installation guides</a>." => "Mesedez birpasatu <a href=\"%s\">instalazio gidak</a>.",
03e52840d   Kload   Init
54
55
  "Module 'fileinfo' missing" => "'fileinfo' Modulua falta da",
  "The PHP module 'fileinfo' is missing. We strongly recommend to enable this module to get best results with mime-type detection." => "PHP 'fileinfo' modulua falta da. Modulu hau gaitzea aholkatzen dizugu mime-type ezberdinak hobe detektatzeko.",
31b7f2792   Kload   Upgrade to ownclo...
56
57
  "Your PHP version is outdated" => "Zure PHP bertsioa zaharkituta dago",
  "Your PHP version is outdated. We strongly recommend to update to 5.3.8 or newer because older versions are known to be broken. It is possible that this installation is not working correctly." => "Zure PHP bertsioa zaharkituta dago. Gure aholkua 5.3.8 edo bertsio berriago batera eguneratzea da, bertsio zaharragoak arazoak ematen baitituzte. Posible da instalazio honek ez funtzionatzea ongi.",
03e52840d   Kload   Init
58
  "Locale not working" => "Lokala ez dabil",
31b7f2792   Kload   Upgrade to ownclo...
59
60
  "System locale can not be set to a one which supports UTF-8." => "Sistemaren lokala ezin da UTF-8 onartzen duen batera ezarri.",
  "This means that there might be problems with certain characters in file names." => "Honek esan nahi du fitxategien izenetako karaktere batzuekin arazoak egon daitezkeela.",
03e52840d   Kload   Init
61
  "Internet connection not working" => "Interneteko konexioak ez du funtzionatzen",
03e52840d   Kload   Init
62
63
  "Cron" => "Cron",
  "Execute one task with each page loaded" => "Exekutatu zeregin bat orri karga bakoitzean",
31b7f2792   Kload   Upgrade to ownclo...
64
65
  "cron.php is registered at a webcron service to call cron.php every 15 minutes over http." => "cron.php webcron zerbitzu batean erregistratua dago cron.php  15 minuturo http bidez deitzeko.",
  "Use systems cron service to call the cron.php file every 15 minutes." => "Erabili sistemaren cron zerbitzua cron.php fitxategia 15 minuturo deitzeko.",
03e52840d   Kload   Init
66
67
68
69
70
  "Sharing" => "Partekatzea",
  "Enable Share API" => "Gaitu Elkarbanatze APIa",
  "Allow apps to use the Share API" => "Baimendu aplikazioak Elkarbanatze APIa erabiltzeko",
  "Allow links" => "Baimendu loturak",
  "Allow users to share items to the public with links" => "Baimendu erabiltzaileak loturen bidez fitxategiak publikoki elkarbanatzen",
31b7f2792   Kload   Upgrade to ownclo...
71
72
  "Allow public uploads" => "Baimendu igoera publikoak",
  "Allow users to enable others to upload into their publicly shared folders" => "Baimendu erabiltzaileak besteak bere partekatutako karpetetan fitxategiak igotzea",
03e52840d   Kload   Init
73
74
75
76
  "Allow resharing" => "Baimendu birpartekatzea",
  "Allow users to share items shared with them again" => "Baimendu erabiltzaileak haiekin elkarbanatutako fitxategiak berriz ere elkarbanatzen",
  "Allow users to share with anyone" => "Baimendu erabiltzaileak edonorekin elkarbanatzen",
  "Allow users to only share with users in their groups" => "Baimendu erabiltzaileak bakarrik bere taldeko erabiltzaileekin elkarbanatzen",
31b7f2792   Kload   Upgrade to ownclo...
77
78
  "Allow mail notification" => "Baimendu posta bidezko jakinarazpenak",
  "Allow user to send mail notification for shared files" => "Baimendu erabiltzailea posta bidezko jakinarazpenak bidaltzen partekatutako fitxategietarako",
03e52840d   Kload   Init
79
80
  "Security" => "Segurtasuna",
  "Enforce HTTPS" => "Behartu HTTPS",
31b7f2792   Kload   Upgrade to ownclo...
81
82
  "Forces the clients to connect to %s via an encrypted connection." => "Bezeroak %s-ra konexio enkriptatu baten bidez konektatzera behartzen ditu.",
  "Please connect to your %s via HTTPS to enable or disable the SSL enforcement." => "Mesedez konektatu zure %s-ra HTTPS bidez SSL zehaztapenak aldatzeko.",
03e52840d   Kload   Init
83
84
85
  "Log" => "Egunkaria",
  "Log level" => "Erregistro maila",
  "More" => "Gehiago",
31b7f2792   Kload   Upgrade to ownclo...
86
  "Less" => "Gutxiago",
03e52840d   Kload   Init
87
88
89
90
91
92
93
  "Version" => "Bertsioa",
  "Developed by the <a href=\"http://ownCloud.org/contact\" target=\"_blank\">ownCloud community</a>, the <a href=\"https://github.com/owncloud\" target=\"_blank\">source code</a> is licensed under the <a href=\"http://www.gnu.org/licenses/agpl-3.0.html\" target=\"_blank\"><abbr title=\"Affero General Public License\">AGPL</abbr></a>." => "<a href=\"http://ownCloud.org/contact\" target=\"_blank\">ownCloud komunitateak</a> garatuta, <a href=\"https://github.com/owncloud\" target=\"_blank\">itubruru kodea</a><a href=\"http://www.gnu.org/licenses/agpl-3.0.html\" target=\"_blank\"><abbr title=\"Affero General Public License\">AGPL</abbr> lizentziarekin banatzen da</a>.",
  "Add your App" => "Gehitu zure aplikazioa",
  "More Apps" => "App gehiago",
  "Select an App" => "Aukeratu programa bat",
  "See application page at apps.owncloud.com" => "Ikusi programen orria apps.owncloud.com en",
  "<span class=\"licence\"></span>-licensed by <span class=\"author\"></span>" => "<span class=\"licence\"></span>-lizentziatua <span class=\"author\"></span>",
03e52840d   Kload   Init
94
95
96
97
98
99
  "User Documentation" => "Erabiltzaile dokumentazioa",
  "Administrator Documentation" => "Administradore dokumentazioa",
  "Online Documentation" => "Online dokumentazioa",
  "Forum" => "Foroa",
  "Bugtracker" => "Bugtracker",
  "Commercial Support" => "Babes komertziala",
03e52840d   Kload   Init
100
101
  "Get the apps to sync your files" => "Lortu aplikazioak zure fitxategiak sinkronizatzeko",
  "Show First Run Wizard again" => "Erakutsi berriz Lehenengo Aldiko Morroia",
31b7f2792   Kload   Upgrade to ownclo...
102
  "You have used <strong>%s</strong> of the available <strong>%s</strong>" => "Dagoeneko <strong>%s</strong> erabili duzu eskuragarri duzun <strong>%s</strong>etatik",
03e52840d   Kload   Init
103
104
105
106
107
108
  "Password" => "Pasahitza",
  "Your password was changed" => "Zere pasahitza aldatu da",
  "Unable to change your password" => "Ezin izan da zure pasahitza aldatu",
  "Current password" => "Uneko pasahitza",
  "New password" => "Pasahitz berria",
  "Change password" => "Aldatu pasahitza",
31b7f2792   Kload   Upgrade to ownclo...
109
110
  "Full Name" => "Izena",
  "Email" => "E-posta",
03e52840d   Kload   Init
111
112
  "Your email address" => "Zure e-posta",
  "Fill in an email address to enable password recovery" => "Idatz ezazu e-posta bat pasahitza berreskuratu ahal izateko",
31b7f2792   Kload   Upgrade to ownclo...
113
114
115
116
117
118
119
  "Profile picture" => "Profilaren irudia",
  "Upload new" => "Igo berria",
  "Select new from Files" => "Hautatu berria Fitxategietatik",
  "Remove image" => "Irudia ezabatu",
  "Either png or jpg. Ideally square but you will be able to crop it." => "png edo jpg. Hobe karratua baina mozteko aukera izango duzu.",
  "Abort" => "Bertan-behera utzi",
  "Choose as profile image" => "Profil irudi bezala aukeratu",
03e52840d   Kload   Init
120
121
122
  "Language" => "Hizkuntza",
  "Help translate" => "Lagundu itzultzen",
  "WebDAV" => "WebDAV",
31b7f2792   Kload   Upgrade to ownclo...
123
124
125
126
  "Encryption" => "Enkriptazioa",
  "The encryption app is no longer enabled, please decrypt all your files" => "Enkriptazio aplikazioa ez dago jada gaiturik, mesedez desenkriptatu zure fitxategi guztiak.",
  "Log-in password" => "Saioa hasteko pasahitza",
  "Decrypt all Files" => "Desenkripattu fitxategi guztiak",
03e52840d   Kload   Init
127
128
  "Login Name" => "Sarrera Izena",
  "Create" => "Sortu",
31b7f2792   Kload   Upgrade to ownclo...
129
130
  "Admin Recovery Password" => "Kudeatzaile pasahitz berreskuratzea",
  "Enter the recovery password in order to recover the users files during password change" => "berreskuratze pasahitza idatzi pasahitz aldaketan erabiltzaileen fitxategiak berreskuratzeko",
03e52840d   Kload   Init
131
  "Default Storage" => "Lehenetsitako Biltegiratzea",
31b7f2792   Kload   Upgrade to ownclo...
132
  "Please enter storage quota (ex: \"512 MB\" or \"12 GB\")" => "Mesedez sartu biltegiratze kouta (adb: \"512 MB\" edo \"12 GB\")",
03e52840d   Kload   Init
133
  "Unlimited" => "Mugarik gabe",
31b7f2792   Kload   Upgrade to ownclo...
134
135
  "Other" => "Bestelakoa",
  "Username" => "Erabiltzaile izena",
03e52840d   Kload   Init
136
  "Storage" => "Biltegiratzea",
31b7f2792   Kload   Upgrade to ownclo...
137
  "change full name" => "aldatu izena",
03e52840d   Kload   Init
138
139
140
  "set new password" => "ezarri pasahitz berria",
  "Default" => "Lehenetsia"
  );
31b7f2792   Kload   Upgrade to ownclo...
141
  $PLURAL_FORMS = "nplurals=2; plural=(n != 1);";