diff options
Diffstat (limited to 'lib/l10n/eo.js')
-rw-r--r-- | lib/l10n/eo.js | 14 |
1 files changed, 13 insertions, 1 deletions
diff --git a/lib/l10n/eo.js b/lib/l10n/eo.js index a19f1d51d14..356444b910e 100644 --- a/lib/l10n/eo.js +++ b/lib/l10n/eo.js @@ -25,6 +25,7 @@ OC.L10N.register( "seconds ago" : "sekundoj antaŭe", "web services under your control" : "TTT-servoj regataj de vi", "Empty filename is not allowed" : "Malplena dosiernomo ne permesatas", + "File name contains at least one invalid character" : "Dosiernomo enhavas almenaŭ unu nevalidan signon", "File name is too long" : "La dosiernomo tro longas", "Can't read file" : "Ne legeblas dosiero", "App directory already exists" : "La dosierujo de la aplikaĵo jam ekzistas", @@ -46,6 +47,7 @@ OC.L10N.register( "Can't create or write into the data directory %s" : "Ne kreeblas aŭ ne skribeblas la dosierujo de datumoj %s", "%s shared »%s« with you" : "%s kunhavigis “%s” kun vi", "%s via %s" : "%s per %s", + "Sharing %s failed, because the backend does not allow shares from type %i" : "Kunhavigo de %s malsukcesis, ĉar la motoro ne permesas kunhavojn el tipo %i", "Sharing %s failed, because the file does not exist" : "Kunhavigo de %s malsukcesis, ĉar la dosiero ne ekzistas", "You are not allowed to share %s" : "Vi ne permesatas kunhavigi %s", "Sharing %s failed, because the user %s does not exist" : "Kunhavigo de %s malsukcesis, ĉar la uzanto %s ne ekzistas", @@ -54,10 +56,18 @@ OC.L10N.register( "Sharing %s failed, because the group %s does not exist" : "Kunhavigo de %s malsukcesis, ĉar la grupo %s ne ekzistas", "Sharing %s failed, because %s is not a member of the group %s" : "Kunhavigo de %s malsukcesis, ĉar %s ne estas ano de la grupo %s", "Sharing %s failed, because sharing with links is not allowed" : "Kunhavo de %s malsukcesis, ĉar kunhavo per ligiloj ne permesatas", + "Not allowed to create a federated share with the same user" : "Vi ne permesas krei federan kunhavon kun la sama uzanto", + "Sharing backend %s must implement the interface OCP\\Share_Backend" : "Kunhavmotoro %s devas realigi la interfacon “OCP\\Share_Backend”", + "Sharing backend %s not found" : "Kunhavmotoro %s ne troviĝas", + "Sharing backend for %s not found" : "Kunhavmotoro por %s ne troviĝas", "Sharing %s failed, because resharing is not allowed" : "Kunhavigo de %s malsukcesis, ĉar rekunhavigo ne permesatas", + "Sharing %s failed, because the sharing backend for %s could not find its source" : "Kunhavigo de %s malsukcesis, ĉar la kunhavmotoro por %s ne povis trovi ĝian fonton", + "Cannot increase permissions of %s" : "Ne eblas pliigi permesojn de %s", + "Expiration date is in the past" : "Senvalidiĝa dato estintas", "Could not find category \"%s\"" : "Ne troviĝis kategorio “%s”", "Apps" : "Aplikaĵoj", "A valid username must be provided" : "Valida uzantonomo devas proviziĝi", + "Username contains whitespace at the beginning or at the end" : "Uzantonomo enhavas blankospacon eke aŭ maleke", "A valid password must be provided" : "Valida pasvorto devas proviziĝi", "The username is already being used" : "La uzantonomo jam uzatas", "Microsoft Windows Platform is not supported" : "La platformo Microsoft Vindozo ne kongruas", @@ -71,6 +81,8 @@ OC.L10N.register( "Please upgrade your database version" : "Bonvolu ĝisdatigi la eldonon de via datumbazo", "Data directory (%s) is readable by other users" : "Dosierujo de datumoj (%s) legeblas de aliaj uzantoj", "Data directory (%s) must be an absolute path" : "Dosierujo de datumoj (%s) devas specifiĝi per absoluta vojo", - "Data directory (%s) is invalid" : "Dosierujo de datumoj (%s) ne validas" + "Data directory (%s) is invalid" : "Dosierujo de datumoj (%s) ne validas", + "Storage connection error. %s" : "Memorokonekta eraro. %s", + "Storage not available" : "Memoro ne disponeblas" }, "nplurals=2; plural=(n != 1);"); |