diff options
Diffstat (limited to 'lib/l10n/eo.js')
-rw-r--r-- | lib/l10n/eo.js | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/lib/l10n/eo.js b/lib/l10n/eo.js index a624954e142..8e27db64bc8 100644 --- a/lib/l10n/eo.js +++ b/lib/l10n/eo.js @@ -102,7 +102,6 @@ OC.L10N.register( "Please remove the open_basedir setting within your php.ini or switch to 64-bit PHP." : "Bv. forigi la agordon „open_basedir“ de via php.ini, aŭ uzu 64-bitan version de PHP.", "Set an admin username." : "Agordi uzantnomon de administranto.", "Set an admin password." : "Agordi pasvorton de administranto.", - "Can't create or write into the data directory %s" : "Ne kreeblas aŭ ne skribeblas la datumdosierujo %s", "Sharing backend %s must implement the interface OCP\\Share_Backend" : "Kunhava interna servo %s devas realigi la interfacon „OCP\\Share_Backend“", "Sharing backend %s not found" : "Kunhava interna servo %s ne troviĝas", "Sharing backend for %s not found" : "Kunhava interna servo por %s ne troviĝas", @@ -112,9 +111,6 @@ OC.L10N.register( "Open »%s«" : "Malfermi „%s“", "%1$s via %2$s" : "%1$s pere de %2$s", "You are not allowed to share %s" : "Vi ne permesatas kunhavigi %s", - "Can’t increase permissions of %s" : "Ne eblas pliigi permesojn de %s", - "Files can’t be shared with delete permissions" : "Dosieroj ne estas kunhavigitaj kun permesoj de forigo", - "Files can’t be shared with create permissions" : "Dosieroj ne estas kunhavigitaj kun permesoj de kreado", "Expiration date is in the past" : "Limdato troviĝas en la estinteco", "%1$s shared »%2$s« with you" : "%1$s kunhavigis „%2$s“ kun vi", "%1$s shared »%2$s« with you." : "%1$s kunhavigis „%2$s“ kun vi.", @@ -180,7 +176,6 @@ OC.L10N.register( "App \"%1$s\" cannot be installed because the following dependencies are not fulfilled: %2$s" : "La aplikaĵo „%1$s“ ne instaliĝas, ĉar la jenaj dependecoj ne plenumiĝas: %2$s", "a safe home for all your data" : "sekura hejmo por ĉiuj viaj datumoj", "File is currently busy, please try again later" : "La dosiero estas nun okupita, bv. reprovi poste", - "Can't read file" : "Ne povas legi dosieron", "Application is not enabled" : "La aplikaĵo ne estas ŝaltita", "Authentication error" : "Aŭtentiga eraro", "Token expired. Please reload page." : "Ĵetono eksvalidiĝis. Bonvolu reŝargi la paĝon.", @@ -227,7 +222,12 @@ OC.L10N.register( "Storage connection timeout. %s" : "Konekto al konservejo eltempiĝis. %s", "Following databases are supported: %s" : "La jenaj datumbazoj estas subtenataj: %s", "Following platforms are supported: %s" : "La jenaj platformoj estas subtenataj: %s", + "Can't create or write into the data directory %s" : "Ne kreeblas aŭ ne skribeblas la datumdosierujo %s", "Invalid Federated Cloud ID" : "Nevalida federnuba identigilo", - "Can’t set expiration date more than %s days in the future" : "Ne eblas agordi limdaton pli ol %s tagojn en la estonteco" + "Can’t increase permissions of %s" : "Ne eblas pliigi permesojn de %s", + "Files can’t be shared with delete permissions" : "Dosieroj ne estas kunhavigitaj kun permesoj de forigo", + "Files can’t be shared with create permissions" : "Dosieroj ne estas kunhavigitaj kun permesoj de kreado", + "Can’t set expiration date more than %s days in the future" : "Ne eblas agordi limdaton pli ol %s tagojn en la estonteco", + "Can't read file" : "Ne povas legi dosieron" }, "nplurals=2; plural=(n != 1);"); |