diff options
Diffstat (limited to 'lib/l10n/eu.js')
-rw-r--r-- | lib/l10n/eu.js | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/lib/l10n/eu.js b/lib/l10n/eu.js index 48bbed8cd63..629cbac2b00 100644 --- a/lib/l10n/eu.js +++ b/lib/l10n/eu.js @@ -106,6 +106,7 @@ OC.L10N.register( "Please remove the open_basedir setting within your php.ini or switch to 64-bit PHP." : "Mesedez kendu open_basedir ezarpena zure php.ini-tik edo aldatu 64-biteko PHPra.", "Set an admin username." : "Ezarri administraziorako erabiltzaile izena.", "Set an admin password." : "Ezarri administraziorako pasahitza.", + "Cannot create or write into the data directory %s" : "Ezin da sortu edo idatzi %s datu-direktorioan ", "Sharing backend %s must implement the interface OCP\\Share_Backend" : "%s elkarbanaketa motorra OCP\\Share_Backend interfazea inplementatu behar du ", "Sharing backend %s not found" : "Ez da %s elkarbanaketa motorra aurkitu", "Sharing backend for %s not found" : "Ez da %srako elkarbanaketa motorrik aurkitu", @@ -115,7 +116,11 @@ OC.L10N.register( "Open »%s«" : "Ireki »%s«", "%1$s via %2$s" : "%2$s bidez, %1$s", "You are not allowed to share %s" : "Ez zadue %s elkarbanatzeko baimendua", + "Cannot increase permissions of %s" : "Ezin dira %s -(r)en baimenak handitu", + "Files cannot be shared with delete permissions" : "Fitxategiak ezin dira ezabatze baimenarekin partekatu", + "Files cannot be shared with create permissions" : "Fitxategiak ezin dira sortze baimenarekin partekatu", "Expiration date is in the past" : "Iraungitze-data iraganean dago", + "_Cannot set expiration date more than %n day in the future_::_Cannot set expiration date more than %n days in the future_" : ["Ezin da iraungitze-data etorkizunean %n egun baino gehiagora jarri","Ezin da iraungitze-data etorkizunean %n egun baino gehiagora jarri"], "Sharing is only allowed with group members" : "Partekatzea taldeko kideei baimenduta dago soilik", "Sharing %s failed, because this item is already shared with user %s" : "%s partekatzeak huts egin du dagoeneko %serabiltzailearekin partekatuta dagoelako", "%1$s shared »%2$s« with you" : "%1$serabiltzaileak »%2$s« partekatu du zurekin", @@ -182,6 +187,7 @@ OC.L10N.register( "App \"%1$s\" cannot be installed because the following dependencies are not fulfilled: %2$s" : "\"%1$s\" aplikazioa ezin da instalatu, menpekotasun hauek betetzen ez direlako:%2$s", "a safe home for all your data" : "zure datu guztientzako toki segurua", "File is currently busy, please try again later" : "Fitxategia lanpetuta dago, saiatu berriro geroago", + "Cannot read file" : "Ezin da fitxategia irakurri", "Application is not enabled" : "Aplikazioa ez dago gaituta", "Authentication error" : "Autentifikazio errorea", "Token expired. Please reload page." : "Tokena iraungitu da. Mesedez birkargatu orria.", |