2012-01-11 04:06:59 +04:00
< ? php $TRANSLATIONS = array (
2012-08-28 04:03:56 +04:00
" Unable to load list from App Store " => " Ezin izan da App Dendatik zerrenda kargatu " ,
2012-09-08 04:05:41 +04:00
" Group already exists " => " Taldea dagoeneko existitzenda " ,
" Unable to add group " => " Ezin izan da taldea gehitu " ,
2012-09-14 04:03:18 +04:00
" Could not enable app. " => " Ezin izan da aplikazioa gaitu. " ,
2012-07-27 04:04:26 +04:00
" Email saved " => " Eposta gorde da " ,
" Invalid email " => " Baliogabeko eposta " ,
2012-01-11 04:06:59 +04:00
" OpenID Changed " => " OpenID aldatuta " ,
2012-06-06 02:29:28 +04:00
" Invalid request " => " Baliogabeko eskaria " ,
2012-09-08 04:05:41 +04:00
" Unable to delete group " => " Ezin izan da taldea ezabatu " ,
2012-11-09 03:03:49 +04:00
" Authentication error " => " Autentifikazio errorea " ,
2012-09-08 04:05:41 +04:00
" Unable to delete user " => " Ezin izan da erabiltzailea ezabatu " ,
2012-01-11 04:06:59 +04:00
" Language changed " => " Hizkuntza aldatuta " ,
2012-12-14 03:17:42 +04:00
" Admins can't remove themself from the admin group " => " Kudeatzaileak ezin du bere burua kendu kudeatzaile taldetik " ,
2012-09-08 04:05:41 +04:00
" 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 " ,
2012-07-27 04:04:26 +04:00
" Disable " => " Ez-gaitu " ,
" Enable " => " Gaitu " ,
" Saving... " => " Gordetzen... " ,
2012-05-09 14:41:01 +04:00
" __language_name__ " => " Euskera " ,
2012-05-17 02:36:21 +04:00
" Add your App " => " Gehitu zure aplikazioa " ,
2012-11-26 03:02:04 +04:00
" More Apps " => " App gehiago " ,
2012-05-09 14:41:01 +04:00
" Select an App " => " Aukeratu programa bat " ,
2012-07-27 04:04:26 +04:00
" See application page at apps.owncloud.com " => " Ikusi programen orria apps.owncloud.com en " ,
2012-09-08 04:05:41 +04:00
" <span class= \" licence \" ></span>-licensed by <span class= \" author \" ></span> " => " <span class= \" licence \" ></span>-lizentziatua <span class= \" author \" ></span> " ,
2012-12-28 03:20:34 +04:00
" User Documentation " => " Erabiltzaile dokumentazioa " ,
" Administrator Documentation " => " Administradore dokumentazioa " ,
" Online Documentation " => " Online dokumentazioa " ,
" Forum " => " Foroa " ,
" Bugtracker " => " Bugtracker " ,
" Commercial Support " => " Babes komertziala " ,
2012-11-26 03:02:04 +04:00
" You have used <strong>%s</strong> of the available <strong>%s</strong> " => " Dagoeneko <strong>%s</strong> erabili duzu eskuragarri duzun <strong>%s</strong>etatik " ,
2012-12-21 03:11:31 +04:00
" Clients " => " Bezeroak " ,
2012-12-28 03:20:34 +04:00
" Download Desktop Clients " => " Deskargatu mahaigainerako bezeroak " ,
" Download Android Client " => " Deskargatu Android bezeroa " ,
" Download iOS Client " => " Deskargatu iOS bezeroa " ,
2012-12-20 03:13:09 +04:00
" Password " => " Pasahitza " ,
2012-09-21 04:04:56 +04:00
" Your password was changed " => " Zere pasahitza aldatu da " ,
2012-01-11 04:06:59 +04:00
" Unable to change your password " => " Ezin izan da zure pasahitza aldatu " ,
" Current password " => " Uneko pasahitza " ,
" New password " => " Pasahitz berria " ,
" show " => " erakutsi " ,
" Change password " => " Aldatu pasahitza " ,
2012-05-09 14:41:01 +04:00
" Email " => " E-Posta " ,
" Your email address " => " Zure e-posta " ,
" Fill in an email address to enable password recovery " => " Idatz ezazu e-posta bat pasahitza berreskuratu ahal izateko " ,
2012-01-11 04:06:59 +04:00
" Language " => " Hizkuntza " ,
2012-05-09 14:41:01 +04:00
" Help translate " => " Lagundu itzultzen " ,
2012-12-28 03:20:34 +04:00
" WebDAV " => " WebDAV " ,
" Use this address to connect to your ownCloud in your file manager " => " Erabili helbide hau zure fitxategi kudeatzailean zure ownCloudera konektatzeko " ,
" Version " => " Bertsioa " ,
2012-11-10 03:02:29 +04:00
" 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>. " ,
2012-01-11 04:06:59 +04:00
" Name " => " Izena " ,
" Groups " => " Taldeak " ,
" Create " => " Sortu " ,
2012-05-17 02:36:21 +04:00
" Other " => " Besteak " ,
2012-08-28 04:03:56 +04:00
" Group Admin " => " Talde administradorea " ,
2012-01-11 04:06:59 +04:00
" Delete " => " Ezabatu "
);