mirror of
https://github.com/nextcloud/server.git
synced 2026-04-22 14:50:17 -04:00
[tx-robot] updated from transifex
This commit is contained in:
parent
1773dcbef2
commit
f812f51c5d
94 changed files with 44 additions and 96 deletions
|
|
@ -10,6 +10,7 @@ OC.L10N.register(
|
|||
"Storage with id \"%i\" not found" : "Shrambe z ID \"%i\" ni mogoče najti.",
|
||||
"Invalid backend or authentication mechanism class" : "Neveljaven ozadnji program oziroma razred mehanizma overitve",
|
||||
"Invalid mount point" : "Neveljavna priklopna točka",
|
||||
"Objectstore forbidden" : "Shranjevanje predmeta je prepovedano",
|
||||
"Invalid storage backend \"%s\"" : "Neveljaven ozadnji program shrambe \"%s\"",
|
||||
"Not permitted to use backend \"%s\"" : "Uporaba ozadnjega programa \"%s\" ni dovoljena.",
|
||||
"Not permitted to use authentication mechanism \"%s\"" : "Uporaba načina overitve \"%s\" ni dovoljena.",
|
||||
|
|
@ -30,6 +31,7 @@ OC.L10N.register(
|
|||
"Admin defined" : "Skrbnik je določen",
|
||||
"Saved" : "Shranjeno",
|
||||
"Empty response from the server" : "S strežnika je prejet odziv brez vsebine.",
|
||||
"Couldn't get the information from the ownCloud server: {code} {type}" : "Ni mogoče pridobiti podrobnosti s strežnika ownCloud:{koda} {vrsta}",
|
||||
"Couldn't get the list of external mount points: {type}" : "Ni mogoče pridobiti seznama zunanjih priklopnih točk: {type}",
|
||||
"There was an error with message: " : "Prišlo je do napake s sporočilom:",
|
||||
"External mount error" : "Notranja napaka priklopa",
|
||||
|
|
|
|||
|
|
@ -8,6 +8,7 @@
|
|||
"Storage with id \"%i\" not found" : "Shrambe z ID \"%i\" ni mogoče najti.",
|
||||
"Invalid backend or authentication mechanism class" : "Neveljaven ozadnji program oziroma razred mehanizma overitve",
|
||||
"Invalid mount point" : "Neveljavna priklopna točka",
|
||||
"Objectstore forbidden" : "Shranjevanje predmeta je prepovedano",
|
||||
"Invalid storage backend \"%s\"" : "Neveljaven ozadnji program shrambe \"%s\"",
|
||||
"Not permitted to use backend \"%s\"" : "Uporaba ozadnjega programa \"%s\" ni dovoljena.",
|
||||
"Not permitted to use authentication mechanism \"%s\"" : "Uporaba načina overitve \"%s\" ni dovoljena.",
|
||||
|
|
@ -28,6 +29,7 @@
|
|||
"Admin defined" : "Skrbnik je določen",
|
||||
"Saved" : "Shranjeno",
|
||||
"Empty response from the server" : "S strežnika je prejet odziv brez vsebine.",
|
||||
"Couldn't get the information from the ownCloud server: {code} {type}" : "Ni mogoče pridobiti podrobnosti s strežnika ownCloud:{koda} {vrsta}",
|
||||
"Couldn't get the list of external mount points: {type}" : "Ni mogoče pridobiti seznama zunanjih priklopnih točk: {type}",
|
||||
"There was an error with message: " : "Prišlo je do napake s sporočilom:",
|
||||
"External mount error" : "Notranja napaka priklopa",
|
||||
|
|
|
|||
|
|
@ -20,11 +20,14 @@ OC.L10N.register(
|
|||
"Select object classes" : "Izbor razredov predmeta",
|
||||
"Please check the credentials, they seem to be wrong." : "Preverite poverila! Najverjetneje so napačna.",
|
||||
"Base DN could not be auto-detected, please revise credentials, host and port." : "Osnovnega enoznačnega imena (DN) ni mogoče samodejno zaznati. Preverite poverila ter nastavitve gostitelja in vrat.",
|
||||
"Could not detect Base DN, please enter it manually." : "Ni mogoče zaznati osnovnega enoznačnega imena (DN). Vnesti ga bo treba ročno.",
|
||||
"{nthServer}. Server" : "{nthServer}. strežnik",
|
||||
"No object found in the given Base DN. Please revise." : "Ni najdenega predmeta v osnovnem enoznačnem imenu (DN). Preverite nastavitve.",
|
||||
"More than 1,000 directory entries available." : "Na voljo je več kot 1000 vnosov imenika",
|
||||
"Do you really want to delete the current Server Configuration?" : "Ali res želite izbrisati trenutne nastavitve strežnika?",
|
||||
"Confirm Deletion" : "Potrdi brisanje",
|
||||
"Mappings cleared successfully!" : "Preslikave so uspešno počiščene!",
|
||||
"Error while clearing the mappings." : "Napaka pri čiščenju preslikav.",
|
||||
"Mode switch" : "Preklop načina",
|
||||
"Select attributes" : "Izbor atributov",
|
||||
"User found and settings verified." : "Uporabnik je najden in nastavitve so overjene.",
|
||||
|
|
@ -48,6 +51,7 @@ OC.L10N.register(
|
|||
"Edit LDAP Query" : "Uredi poizvedbo LDAP",
|
||||
"LDAP Filter:" : "Filter LDAP:",
|
||||
"The filter specifies which LDAP groups shall have access to the %s instance." : "Filter določa, katere skupine LDAP bodo imele dostop do %s.",
|
||||
"Verify settings and count groups" : "Preveri nastavitve in preštej skupine",
|
||||
"LDAP / AD Username:" : "Uporabniško ime LDAP / AD:",
|
||||
"Allows login against the LDAP / AD username, which is either uid or samaccountname and will be detected." : "Omogoča prijavo prek LDAP / AD, ki je ali UID ali ime računa, ki bo zaznano.",
|
||||
"LDAP / AD Email Address:" : "Elektronski naslov LDAP / AD:",
|
||||
|
|
@ -57,6 +61,7 @@ OC.L10N.register(
|
|||
"Verify settings" : "Preveri nastavitve",
|
||||
"1. Server" : "1. strežnik",
|
||||
"%s. Server:" : "%s. strežnik:",
|
||||
"Add a new and blank configuration" : "In nova, privzeta nastavitev",
|
||||
"Host" : "Gostitelj",
|
||||
"You can omit the protocol, except you require SSL. Then start with ldaps://" : "Protokol je lahko izpuščen, če ni posebej zahtevan SSL. V tem primeru se mora naslov začeti z ldaps://",
|
||||
"Port" : "Vrata",
|
||||
|
|
|
|||
|
|
@ -18,11 +18,14 @@
|
|||
"Select object classes" : "Izbor razredov predmeta",
|
||||
"Please check the credentials, they seem to be wrong." : "Preverite poverila! Najverjetneje so napačna.",
|
||||
"Base DN could not be auto-detected, please revise credentials, host and port." : "Osnovnega enoznačnega imena (DN) ni mogoče samodejno zaznati. Preverite poverila ter nastavitve gostitelja in vrat.",
|
||||
"Could not detect Base DN, please enter it manually." : "Ni mogoče zaznati osnovnega enoznačnega imena (DN). Vnesti ga bo treba ročno.",
|
||||
"{nthServer}. Server" : "{nthServer}. strežnik",
|
||||
"No object found in the given Base DN. Please revise." : "Ni najdenega predmeta v osnovnem enoznačnem imenu (DN). Preverite nastavitve.",
|
||||
"More than 1,000 directory entries available." : "Na voljo je več kot 1000 vnosov imenika",
|
||||
"Do you really want to delete the current Server Configuration?" : "Ali res želite izbrisati trenutne nastavitve strežnika?",
|
||||
"Confirm Deletion" : "Potrdi brisanje",
|
||||
"Mappings cleared successfully!" : "Preslikave so uspešno počiščene!",
|
||||
"Error while clearing the mappings." : "Napaka pri čiščenju preslikav.",
|
||||
"Mode switch" : "Preklop načina",
|
||||
"Select attributes" : "Izbor atributov",
|
||||
"User found and settings verified." : "Uporabnik je najden in nastavitve so overjene.",
|
||||
|
|
@ -46,6 +49,7 @@
|
|||
"Edit LDAP Query" : "Uredi poizvedbo LDAP",
|
||||
"LDAP Filter:" : "Filter LDAP:",
|
||||
"The filter specifies which LDAP groups shall have access to the %s instance." : "Filter določa, katere skupine LDAP bodo imele dostop do %s.",
|
||||
"Verify settings and count groups" : "Preveri nastavitve in preštej skupine",
|
||||
"LDAP / AD Username:" : "Uporabniško ime LDAP / AD:",
|
||||
"Allows login against the LDAP / AD username, which is either uid or samaccountname and will be detected." : "Omogoča prijavo prek LDAP / AD, ki je ali UID ali ime računa, ki bo zaznano.",
|
||||
"LDAP / AD Email Address:" : "Elektronski naslov LDAP / AD:",
|
||||
|
|
@ -55,6 +59,7 @@
|
|||
"Verify settings" : "Preveri nastavitve",
|
||||
"1. Server" : "1. strežnik",
|
||||
"%s. Server:" : "%s. strežnik:",
|
||||
"Add a new and blank configuration" : "In nova, privzeta nastavitev",
|
||||
"Host" : "Gostitelj",
|
||||
"You can omit the protocol, except you require SSL. Then start with ldaps://" : "Protokol je lahko izpuščen, če ni posebej zahtevan SSL. V tem primeru se mora naslov začeti z ldaps://",
|
||||
"Port" : "Vrata",
|
||||
|
|
|
|||
|
|
@ -23,7 +23,6 @@ OC.L10N.register(
|
|||
"Error favoriting" : "Error en posar a preferits",
|
||||
"Error unfavoriting" : "Error en treure de preferits",
|
||||
"Couldn't send mail to following users: %s " : "No s'ha pogut enviar correu als usuaris següents: %s",
|
||||
"Preparing update" : "Preparant l'actualització",
|
||||
"Turned on maintenance mode" : "Activat el mode de manteniment",
|
||||
"Turned off maintenance mode" : "Desactivat el mode de manteniment",
|
||||
"Maintenance mode is kept active" : "El mode de manteniment es manté activat",
|
||||
|
|
|
|||
|
|
@ -21,7 +21,6 @@
|
|||
"Error favoriting" : "Error en posar a preferits",
|
||||
"Error unfavoriting" : "Error en treure de preferits",
|
||||
"Couldn't send mail to following users: %s " : "No s'ha pogut enviar correu als usuaris següents: %s",
|
||||
"Preparing update" : "Preparant l'actualització",
|
||||
"Turned on maintenance mode" : "Activat el mode de manteniment",
|
||||
"Turned off maintenance mode" : "Desactivat el mode de manteniment",
|
||||
"Maintenance mode is kept active" : "El mode de manteniment es manté activat",
|
||||
|
|
|
|||
|
|
@ -26,7 +26,6 @@ OC.L10N.register(
|
|||
"Error favoriting" : "Chyba při označování jako oblíbené",
|
||||
"Error unfavoriting" : "Chyba při odznačování jako oblíbené",
|
||||
"Couldn't send mail to following users: %s " : "Nebylo možné odeslat email následujícím uživatelům: %s",
|
||||
"Preparing update" : "Příprava na aktualizaci",
|
||||
"[%d / %d]: %s" : "[%d / %d]: %s",
|
||||
"[%d / %d]: Checking table %s" : "[%d / %d]: Kontrola tabulky %s",
|
||||
"Turned on maintenance mode" : "Zapnut režim údržby",
|
||||
|
|
|
|||
|
|
@ -24,7 +24,6 @@
|
|||
"Error favoriting" : "Chyba při označování jako oblíbené",
|
||||
"Error unfavoriting" : "Chyba při odznačování jako oblíbené",
|
||||
"Couldn't send mail to following users: %s " : "Nebylo možné odeslat email následujícím uživatelům: %s",
|
||||
"Preparing update" : "Příprava na aktualizaci",
|
||||
"[%d / %d]: %s" : "[%d / %d]: %s",
|
||||
"[%d / %d]: Checking table %s" : "[%d / %d]: Kontrola tabulky %s",
|
||||
"Turned on maintenance mode" : "Zapnut režim údržby",
|
||||
|
|
|
|||
|
|
@ -26,7 +26,6 @@ OC.L10N.register(
|
|||
"Error favoriting" : "Fejl ved omdannelse til foretrukken",
|
||||
"Error unfavoriting" : "Fejl ved fjernelse fra foretrukken.",
|
||||
"Couldn't send mail to following users: %s " : "Kunne ikke sende mail til følgende brugere: %s",
|
||||
"Preparing update" : "Forbereder opdatering",
|
||||
"Turned on maintenance mode" : "Startede vedligeholdelsestilstand",
|
||||
"Turned off maintenance mode" : "standsede vedligeholdelsestilstand",
|
||||
"Maintenance mode is kept active" : "Vedligeholdelsestilstanden holdes kørende",
|
||||
|
|
|
|||
|
|
@ -24,7 +24,6 @@
|
|||
"Error favoriting" : "Fejl ved omdannelse til foretrukken",
|
||||
"Error unfavoriting" : "Fejl ved fjernelse fra foretrukken.",
|
||||
"Couldn't send mail to following users: %s " : "Kunne ikke sende mail til følgende brugere: %s",
|
||||
"Preparing update" : "Forbereder opdatering",
|
||||
"Turned on maintenance mode" : "Startede vedligeholdelsestilstand",
|
||||
"Turned off maintenance mode" : "standsede vedligeholdelsestilstand",
|
||||
"Maintenance mode is kept active" : "Vedligeholdelsestilstanden holdes kørende",
|
||||
|
|
|
|||
|
|
@ -26,7 +26,6 @@ OC.L10N.register(
|
|||
"Error favoriting" : "Fehler beim Favorisieren",
|
||||
"Error unfavoriting" : "Fehler beim Entfernen aus den Favoriten",
|
||||
"Couldn't send mail to following users: %s " : "Die E-Mail konnte nicht an folgende Benutzer gesendet werden: %s",
|
||||
"Preparing update" : "Update vorbereiten",
|
||||
"[%d / %d]: %s" : "[%d / %d]: %s",
|
||||
"[%d / %d]: Checking table %s" : "[%d / %d]: Überprüfe Tabelle %s",
|
||||
"Turned on maintenance mode" : "Wartungsmodus eingeschaltet",
|
||||
|
|
|
|||
|
|
@ -24,7 +24,6 @@
|
|||
"Error favoriting" : "Fehler beim Favorisieren",
|
||||
"Error unfavoriting" : "Fehler beim Entfernen aus den Favoriten",
|
||||
"Couldn't send mail to following users: %s " : "Die E-Mail konnte nicht an folgende Benutzer gesendet werden: %s",
|
||||
"Preparing update" : "Update vorbereiten",
|
||||
"[%d / %d]: %s" : "[%d / %d]: %s",
|
||||
"[%d / %d]: Checking table %s" : "[%d / %d]: Überprüfe Tabelle %s",
|
||||
"Turned on maintenance mode" : "Wartungsmodus eingeschaltet",
|
||||
|
|
|
|||
|
|
@ -26,7 +26,6 @@ OC.L10N.register(
|
|||
"Error favoriting" : "Fehler beim Favorisieren",
|
||||
"Error unfavoriting" : "Fehler beim Entfernen aus den Favoriten",
|
||||
"Couldn't send mail to following users: %s " : "Die E-Mail konnte nicht an folgende Benutzer gesendet werden: %s",
|
||||
"Preparing update" : "Update vorbereiten",
|
||||
"[%d / %d]: %s" : "[%d / %d]: %s",
|
||||
"[%d / %d]: Checking table %s" : "[%d / %d]: Überprüfe Tabelle %s",
|
||||
"Turned on maintenance mode" : "Wartungsmodus eingeschaltet",
|
||||
|
|
|
|||
|
|
@ -24,7 +24,6 @@
|
|||
"Error favoriting" : "Fehler beim Favorisieren",
|
||||
"Error unfavoriting" : "Fehler beim Entfernen aus den Favoriten",
|
||||
"Couldn't send mail to following users: %s " : "Die E-Mail konnte nicht an folgende Benutzer gesendet werden: %s",
|
||||
"Preparing update" : "Update vorbereiten",
|
||||
"[%d / %d]: %s" : "[%d / %d]: %s",
|
||||
"[%d / %d]: Checking table %s" : "[%d / %d]: Überprüfe Tabelle %s",
|
||||
"Turned on maintenance mode" : "Wartungsmodus eingeschaltet",
|
||||
|
|
|
|||
|
|
@ -26,7 +26,6 @@ OC.L10N.register(
|
|||
"Error favoriting" : "Fehler beim Hinzufügen zu den Favoriten",
|
||||
"Error unfavoriting" : "Fehler beim Entfernen aus den Favoriten",
|
||||
"Couldn't send mail to following users: %s " : "An folgende Benutzer konnte keine E-Mail gesendet werden: %s",
|
||||
"Preparing update" : "Update vorbereiten",
|
||||
"[%d / %d]: %s" : "[%d / %d]: %s",
|
||||
"[%d / %d]: Checking table %s" : "[%d / %d]: Überprüfe Tabelle %s",
|
||||
"Turned on maintenance mode" : "Wartungsmodus eingeschaltet ",
|
||||
|
|
|
|||
|
|
@ -24,7 +24,6 @@
|
|||
"Error favoriting" : "Fehler beim Hinzufügen zu den Favoriten",
|
||||
"Error unfavoriting" : "Fehler beim Entfernen aus den Favoriten",
|
||||
"Couldn't send mail to following users: %s " : "An folgende Benutzer konnte keine E-Mail gesendet werden: %s",
|
||||
"Preparing update" : "Update vorbereiten",
|
||||
"[%d / %d]: %s" : "[%d / %d]: %s",
|
||||
"[%d / %d]: Checking table %s" : "[%d / %d]: Überprüfe Tabelle %s",
|
||||
"Turned on maintenance mode" : "Wartungsmodus eingeschaltet ",
|
||||
|
|
|
|||
|
|
@ -25,7 +25,6 @@ OC.L10N.register(
|
|||
"Error favoriting" : "Σφάλμα προσθήκης στα αγαπημένα",
|
||||
"Error unfavoriting" : "Σφάλμα αφαίρεσης από τα αγαπημένα",
|
||||
"Couldn't send mail to following users: %s " : "Αδυναμία αποστολής μηνύματος στους ακόλουθους χρήστες: %s",
|
||||
"Preparing update" : "Προετοιμασία ενημέρωσης",
|
||||
"Turned on maintenance mode" : "Η κατάσταση συντήρησης ενεργοποιήθηκε",
|
||||
"Turned off maintenance mode" : "Η κατάσταση συντήρησης απενεργοποιήθηκε",
|
||||
"Maintenance mode is kept active" : "Η λειτουργία συντήρησης διατηρήθηκε ενεργή",
|
||||
|
|
|
|||
|
|
@ -23,7 +23,6 @@
|
|||
"Error favoriting" : "Σφάλμα προσθήκης στα αγαπημένα",
|
||||
"Error unfavoriting" : "Σφάλμα αφαίρεσης από τα αγαπημένα",
|
||||
"Couldn't send mail to following users: %s " : "Αδυναμία αποστολής μηνύματος στους ακόλουθους χρήστες: %s",
|
||||
"Preparing update" : "Προετοιμασία ενημέρωσης",
|
||||
"Turned on maintenance mode" : "Η κατάσταση συντήρησης ενεργοποιήθηκε",
|
||||
"Turned off maintenance mode" : "Η κατάσταση συντήρησης απενεργοποιήθηκε",
|
||||
"Maintenance mode is kept active" : "Η λειτουργία συντήρησης διατηρήθηκε ενεργή",
|
||||
|
|
|
|||
|
|
@ -26,7 +26,6 @@ OC.L10N.register(
|
|||
"Error favoriting" : "Error favouriting",
|
||||
"Error unfavoriting" : "Error unfavouriting",
|
||||
"Couldn't send mail to following users: %s " : "Couldn't send mail to following users: %s ",
|
||||
"Preparing update" : "Preparing update",
|
||||
"Turned on maintenance mode" : "Turned on maintenance mode",
|
||||
"Turned off maintenance mode" : "Turned off maintenance mode",
|
||||
"Maintenance mode is kept active" : "Maintenance mode is kept active",
|
||||
|
|
|
|||
|
|
@ -24,7 +24,6 @@
|
|||
"Error favoriting" : "Error favouriting",
|
||||
"Error unfavoriting" : "Error unfavouriting",
|
||||
"Couldn't send mail to following users: %s " : "Couldn't send mail to following users: %s ",
|
||||
"Preparing update" : "Preparing update",
|
||||
"Turned on maintenance mode" : "Turned on maintenance mode",
|
||||
"Turned off maintenance mode" : "Turned off maintenance mode",
|
||||
"Maintenance mode is kept active" : "Maintenance mode is kept active",
|
||||
|
|
|
|||
|
|
@ -26,7 +26,6 @@ OC.L10N.register(
|
|||
"Error favoriting" : "Error al marcar como favorito",
|
||||
"Error unfavoriting" : "Error al quitar como favorito",
|
||||
"Couldn't send mail to following users: %s " : "No se pudo enviar el mensaje a los siguientes usuarios: %s",
|
||||
"Preparing update" : "Preparando la actualización",
|
||||
"[%d / %d]: %s" : "[%d / %d]: %s",
|
||||
"[%d / %d]: Checking table %s" : "[%d / %d]: Comprobando cuadro %s",
|
||||
"Turned on maintenance mode" : "Modo mantenimiento activado",
|
||||
|
|
|
|||
|
|
@ -24,7 +24,6 @@
|
|||
"Error favoriting" : "Error al marcar como favorito",
|
||||
"Error unfavoriting" : "Error al quitar como favorito",
|
||||
"Couldn't send mail to following users: %s " : "No se pudo enviar el mensaje a los siguientes usuarios: %s",
|
||||
"Preparing update" : "Preparando la actualización",
|
||||
"[%d / %d]: %s" : "[%d / %d]: %s",
|
||||
"[%d / %d]: Checking table %s" : "[%d / %d]: Comprobando cuadro %s",
|
||||
"Turned on maintenance mode" : "Modo mantenimiento activado",
|
||||
|
|
|
|||
|
|
@ -23,7 +23,6 @@ OC.L10N.register(
|
|||
"Error favoriting" : "Viga lemmikuks lisamisel",
|
||||
"Error unfavoriting" : "Viga lemmikutest eemaldamisel",
|
||||
"Couldn't send mail to following users: %s " : "Kirja saatmine järgnevatele kasutajatele ebaõnnestus: %s ",
|
||||
"Preparing update" : "Uuendamise ettevalmistamine",
|
||||
"[%d / %d]: %s" : "[%d / %d]: %s",
|
||||
"Turned on maintenance mode" : "Haldusrežiimis sisse lülitatud",
|
||||
"Turned off maintenance mode" : "Haldusrežiimis välja lülitatud",
|
||||
|
|
|
|||
|
|
@ -21,7 +21,6 @@
|
|||
"Error favoriting" : "Viga lemmikuks lisamisel",
|
||||
"Error unfavoriting" : "Viga lemmikutest eemaldamisel",
|
||||
"Couldn't send mail to following users: %s " : "Kirja saatmine järgnevatele kasutajatele ebaõnnestus: %s ",
|
||||
"Preparing update" : "Uuendamise ettevalmistamine",
|
||||
"[%d / %d]: %s" : "[%d / %d]: %s",
|
||||
"Turned on maintenance mode" : "Haldusrežiimis sisse lülitatud",
|
||||
"Turned off maintenance mode" : "Haldusrežiimis välja lülitatud",
|
||||
|
|
|
|||
|
|
@ -19,7 +19,6 @@ OC.L10N.register(
|
|||
"Error favoriting" : "خطا هنگام افزودن به موارد محبوب",
|
||||
"Error unfavoriting" : "خطا هنگام حذف از موارد محبوب",
|
||||
"Couldn't send mail to following users: %s " : "ارسال ایمیل برای کاربران روبرو با شکست مواجه شد : %s",
|
||||
"Preparing update" : "آمادهسازی به روز رسانی",
|
||||
"Turned on maintenance mode" : "حالت \" در دست تعمیر \" فعال شد .",
|
||||
"Turned off maintenance mode" : "حالت \" در دست تعمیر \" غیرفعال شد .",
|
||||
"Maintenance mode is kept active" : "حالت تعمیرات فعال نگهداشته شده است",
|
||||
|
|
|
|||
|
|
@ -17,7 +17,6 @@
|
|||
"Error favoriting" : "خطا هنگام افزودن به موارد محبوب",
|
||||
"Error unfavoriting" : "خطا هنگام حذف از موارد محبوب",
|
||||
"Couldn't send mail to following users: %s " : "ارسال ایمیل برای کاربران روبرو با شکست مواجه شد : %s",
|
||||
"Preparing update" : "آمادهسازی به روز رسانی",
|
||||
"Turned on maintenance mode" : "حالت \" در دست تعمیر \" فعال شد .",
|
||||
"Turned off maintenance mode" : "حالت \" در دست تعمیر \" غیرفعال شد .",
|
||||
"Maintenance mode is kept active" : "حالت تعمیرات فعال نگهداشته شده است",
|
||||
|
|
|
|||
|
|
@ -26,7 +26,6 @@ OC.L10N.register(
|
|||
"Error favoriting" : "Suosituksen kirjoitusvirhe",
|
||||
"Error unfavoriting" : "Suosituksen poisto virhe",
|
||||
"Couldn't send mail to following users: %s " : "Sähköpostin lähetys seuraaville käyttäjille epäonnistui: %s",
|
||||
"Preparing update" : "Valmistellaan päivitystä",
|
||||
"[%d / %d]: %s" : "[%d / %d]: %s",
|
||||
"[%d / %d]: Checking table %s" : "[%d / %d]: Tarkistetaan taulua %s",
|
||||
"Turned on maintenance mode" : "Siirrytty huoltotilaan",
|
||||
|
|
|
|||
|
|
@ -24,7 +24,6 @@
|
|||
"Error favoriting" : "Suosituksen kirjoitusvirhe",
|
||||
"Error unfavoriting" : "Suosituksen poisto virhe",
|
||||
"Couldn't send mail to following users: %s " : "Sähköpostin lähetys seuraaville käyttäjille epäonnistui: %s",
|
||||
"Preparing update" : "Valmistellaan päivitystä",
|
||||
"[%d / %d]: %s" : "[%d / %d]: %s",
|
||||
"[%d / %d]: Checking table %s" : "[%d / %d]: Tarkistetaan taulua %s",
|
||||
"Turned on maintenance mode" : "Siirrytty huoltotilaan",
|
||||
|
|
|
|||
|
|
@ -26,7 +26,6 @@ OC.L10N.register(
|
|||
"Error favoriting" : "Erreur lors de la mise en favori",
|
||||
"Error unfavoriting" : "Erreur lors de la suppression des favoris",
|
||||
"Couldn't send mail to following users: %s " : "Impossible d'envoyer un courriel aux utilisateurs suivants : %s",
|
||||
"Preparing update" : "Préparation de la mise à jour",
|
||||
"Turned on maintenance mode" : "Mode de maintenance activé",
|
||||
"Turned off maintenance mode" : "Mode de maintenance désactivé",
|
||||
"Maintenance mode is kept active" : "Le mode de maintenance est laissé actif",
|
||||
|
|
|
|||
|
|
@ -24,7 +24,6 @@
|
|||
"Error favoriting" : "Erreur lors de la mise en favori",
|
||||
"Error unfavoriting" : "Erreur lors de la suppression des favoris",
|
||||
"Couldn't send mail to following users: %s " : "Impossible d'envoyer un courriel aux utilisateurs suivants : %s",
|
||||
"Preparing update" : "Préparation de la mise à jour",
|
||||
"Turned on maintenance mode" : "Mode de maintenance activé",
|
||||
"Turned off maintenance mode" : "Mode de maintenance désactivé",
|
||||
"Maintenance mode is kept active" : "Le mode de maintenance est laissé actif",
|
||||
|
|
|
|||
|
|
@ -26,7 +26,6 @@ OC.L10N.register(
|
|||
"Error favoriting" : "שגיאה בקביעת מועדפים",
|
||||
"Error unfavoriting" : "שגיאה בהסרת מועדפים",
|
||||
"Couldn't send mail to following users: %s " : "לא ניתן היה לשלוח דואר אלקטרוני למשתמשים הבאים %s ",
|
||||
"Preparing update" : "מכין עדכון",
|
||||
"Turned on maintenance mode" : "הפעלת מצב אחזקה",
|
||||
"Turned off maintenance mode" : "כיבוי מצב אחזקה",
|
||||
"Maintenance mode is kept active" : "מצב אחזקה נשמר פעיל",
|
||||
|
|
|
|||
|
|
@ -24,7 +24,6 @@
|
|||
"Error favoriting" : "שגיאה בקביעת מועדפים",
|
||||
"Error unfavoriting" : "שגיאה בהסרת מועדפים",
|
||||
"Couldn't send mail to following users: %s " : "לא ניתן היה לשלוח דואר אלקטרוני למשתמשים הבאים %s ",
|
||||
"Preparing update" : "מכין עדכון",
|
||||
"Turned on maintenance mode" : "הפעלת מצב אחזקה",
|
||||
"Turned off maintenance mode" : "כיבוי מצב אחזקה",
|
||||
"Maintenance mode is kept active" : "מצב אחזקה נשמר פעיל",
|
||||
|
|
|
|||
|
|
@ -26,7 +26,6 @@ OC.L10N.register(
|
|||
"Error favoriting" : "Hiba a kedvencekhez adáskor",
|
||||
"Error unfavoriting" : "Hiba a kedvencekből törléskor",
|
||||
"Couldn't send mail to following users: %s " : "Nem sikerült e-mailt küldeni a következő felhasználóknak: %s",
|
||||
"Preparing update" : "Felkészülés a frissítésre",
|
||||
"[%d / %d]: %s" : "[%d / %d]: %s",
|
||||
"[%d / %d]: Checking table %s" : "[%d / %d]: Tábla ellenőrzése: %s",
|
||||
"Turned on maintenance mode" : "A karbantartási mód bekapcsolva",
|
||||
|
|
|
|||
|
|
@ -24,7 +24,6 @@
|
|||
"Error favoriting" : "Hiba a kedvencekhez adáskor",
|
||||
"Error unfavoriting" : "Hiba a kedvencekből törléskor",
|
||||
"Couldn't send mail to following users: %s " : "Nem sikerült e-mailt küldeni a következő felhasználóknak: %s",
|
||||
"Preparing update" : "Felkészülés a frissítésre",
|
||||
"[%d / %d]: %s" : "[%d / %d]: %s",
|
||||
"[%d / %d]: Checking table %s" : "[%d / %d]: Tábla ellenőrzése: %s",
|
||||
"Turned on maintenance mode" : "A karbantartási mód bekapcsolva",
|
||||
|
|
|
|||
|
|
@ -24,7 +24,6 @@ OC.L10N.register(
|
|||
"Error favoriting" : "Kesalahan saat memberikan sebagai favorit",
|
||||
"Error unfavoriting" : "Kesalahan saat menghapus sebagai favorit",
|
||||
"Couldn't send mail to following users: %s " : "Tidak dapat mengirim Email ke pengguna berikut: %s",
|
||||
"Preparing update" : "Mempersiapkan pembaruan",
|
||||
"Turned on maintenance mode" : "Hidupkan mode perawatan",
|
||||
"Turned off maintenance mode" : "Matikan mode perawatan",
|
||||
"Maintenance mode is kept active" : "Mode Pemeliharaan masih aktif",
|
||||
|
|
|
|||
|
|
@ -22,7 +22,6 @@
|
|||
"Error favoriting" : "Kesalahan saat memberikan sebagai favorit",
|
||||
"Error unfavoriting" : "Kesalahan saat menghapus sebagai favorit",
|
||||
"Couldn't send mail to following users: %s " : "Tidak dapat mengirim Email ke pengguna berikut: %s",
|
||||
"Preparing update" : "Mempersiapkan pembaruan",
|
||||
"Turned on maintenance mode" : "Hidupkan mode perawatan",
|
||||
"Turned off maintenance mode" : "Matikan mode perawatan",
|
||||
"Maintenance mode is kept active" : "Mode Pemeliharaan masih aktif",
|
||||
|
|
|
|||
|
|
@ -26,7 +26,6 @@ OC.L10N.register(
|
|||
"Error favoriting" : "Villa við bókmerkingu ",
|
||||
"Error unfavoriting" : "Villa við afmá bókmerkingu",
|
||||
"Couldn't send mail to following users: %s " : "Gat ekki sent póst á eftirfarandi notendur: %s",
|
||||
"Preparing update" : "Undirbý uppfærslu",
|
||||
"Turned on maintenance mode" : "Kveikt á viðhaldsham",
|
||||
"Turned off maintenance mode" : "Slökkt á viðhaldsham",
|
||||
"Maintenance mode is kept active" : "Viðhaldsham er haldið virkum",
|
||||
|
|
|
|||
|
|
@ -24,7 +24,6 @@
|
|||
"Error favoriting" : "Villa við bókmerkingu ",
|
||||
"Error unfavoriting" : "Villa við afmá bókmerkingu",
|
||||
"Couldn't send mail to following users: %s " : "Gat ekki sent póst á eftirfarandi notendur: %s",
|
||||
"Preparing update" : "Undirbý uppfærslu",
|
||||
"Turned on maintenance mode" : "Kveikt á viðhaldsham",
|
||||
"Turned off maintenance mode" : "Slökkt á viðhaldsham",
|
||||
"Maintenance mode is kept active" : "Viðhaldsham er haldið virkum",
|
||||
|
|
|
|||
|
|
@ -26,7 +26,6 @@ OC.L10N.register(
|
|||
"Error favoriting" : "Errore di creazione dei preferiti",
|
||||
"Error unfavoriting" : "Errore di rimozione dai preferiti",
|
||||
"Couldn't send mail to following users: %s " : "Impossibile inviare email ai seguenti utenti: %s",
|
||||
"Preparing update" : "Preparazione aggiornamento",
|
||||
"[%d / %d]: %s" : "[%d / %d]: %s",
|
||||
"[%d / %d]: Checking table %s" : "[%d / %d]: controllo della tabella %s",
|
||||
"Turned on maintenance mode" : "Modalità di manutenzione attivata",
|
||||
|
|
|
|||
|
|
@ -24,7 +24,6 @@
|
|||
"Error favoriting" : "Errore di creazione dei preferiti",
|
||||
"Error unfavoriting" : "Errore di rimozione dai preferiti",
|
||||
"Couldn't send mail to following users: %s " : "Impossibile inviare email ai seguenti utenti: %s",
|
||||
"Preparing update" : "Preparazione aggiornamento",
|
||||
"[%d / %d]: %s" : "[%d / %d]: %s",
|
||||
"[%d / %d]: Checking table %s" : "[%d / %d]: controllo della tabella %s",
|
||||
"Turned on maintenance mode" : "Modalità di manutenzione attivata",
|
||||
|
|
|
|||
|
|
@ -26,7 +26,6 @@ OC.L10N.register(
|
|||
"Error favoriting" : "お気に入りに追加エラー",
|
||||
"Error unfavoriting" : "お気に入りから削除エラー",
|
||||
"Couldn't send mail to following users: %s " : "次のユーザーにメールを送信できませんでした: %s",
|
||||
"Preparing update" : "アップデートの準備中",
|
||||
"Turned on maintenance mode" : "メンテナンスモードがオンになりました",
|
||||
"Turned off maintenance mode" : "メンテナンスモードがオフになりました",
|
||||
"Maintenance mode is kept active" : "メンテナンスモードが継続中です",
|
||||
|
|
|
|||
|
|
@ -24,7 +24,6 @@
|
|||
"Error favoriting" : "お気に入りに追加エラー",
|
||||
"Error unfavoriting" : "お気に入りから削除エラー",
|
||||
"Couldn't send mail to following users: %s " : "次のユーザーにメールを送信できませんでした: %s",
|
||||
"Preparing update" : "アップデートの準備中",
|
||||
"Turned on maintenance mode" : "メンテナンスモードがオンになりました",
|
||||
"Turned off maintenance mode" : "メンテナンスモードがオフになりました",
|
||||
"Maintenance mode is kept active" : "メンテナンスモードが継続中です",
|
||||
|
|
|
|||
|
|
@ -26,7 +26,6 @@ OC.L10N.register(
|
|||
"Error favoriting" : "즐겨찾기 추가 오류",
|
||||
"Error unfavoriting" : "즐겨찾기 삭제 오류",
|
||||
"Couldn't send mail to following users: %s " : "%s 님에게 메일을 보낼 수 없습니다.",
|
||||
"Preparing update" : "업데이트 준비 중",
|
||||
"Turned on maintenance mode" : "유지 보수 모드 켜짐",
|
||||
"Turned off maintenance mode" : "유지 보수 모드 꺼짐",
|
||||
"Maintenance mode is kept active" : "유지 보수 모드가 켜져 있음",
|
||||
|
|
|
|||
|
|
@ -24,7 +24,6 @@
|
|||
"Error favoriting" : "즐겨찾기 추가 오류",
|
||||
"Error unfavoriting" : "즐겨찾기 삭제 오류",
|
||||
"Couldn't send mail to following users: %s " : "%s 님에게 메일을 보낼 수 없습니다.",
|
||||
"Preparing update" : "업데이트 준비 중",
|
||||
"Turned on maintenance mode" : "유지 보수 모드 켜짐",
|
||||
"Turned off maintenance mode" : "유지 보수 모드 꺼짐",
|
||||
"Maintenance mode is kept active" : "유지 보수 모드가 켜져 있음",
|
||||
|
|
|
|||
|
|
@ -18,7 +18,6 @@ OC.L10N.register(
|
|||
"Error favoriting" : "Klaida įtraukiant į mėgstamus.",
|
||||
"Error unfavoriting" : "Klaida pašalinant iš mėgstamų.",
|
||||
"Couldn't send mail to following users: %s " : "Nepavyko nusiųsti el. pašto šiems naudotojams: %s ",
|
||||
"Preparing update" : "Ruošiamasi atnaujinimui",
|
||||
"Turned on maintenance mode" : "Įjungta priežiūros veiksena",
|
||||
"Turned off maintenance mode" : "Išjungta priežiūros veiksena",
|
||||
"Maintenance mode is kept active" : "Priežiūros veiksena yra aktyvi",
|
||||
|
|
|
|||
|
|
@ -16,7 +16,6 @@
|
|||
"Error favoriting" : "Klaida įtraukiant į mėgstamus.",
|
||||
"Error unfavoriting" : "Klaida pašalinant iš mėgstamų.",
|
||||
"Couldn't send mail to following users: %s " : "Nepavyko nusiųsti el. pašto šiems naudotojams: %s ",
|
||||
"Preparing update" : "Ruošiamasi atnaujinimui",
|
||||
"Turned on maintenance mode" : "Įjungta priežiūros veiksena",
|
||||
"Turned off maintenance mode" : "Išjungta priežiūros veiksena",
|
||||
"Maintenance mode is kept active" : "Priežiūros veiksena yra aktyvi",
|
||||
|
|
|
|||
|
|
@ -19,7 +19,6 @@ OC.L10N.register(
|
|||
"Error untagging" : "Грешка при отстранување на таговите",
|
||||
"Error favoriting" : "Грешка при ",
|
||||
"Couldn't send mail to following users: %s " : "Не можев да пратам порака на следниве корисници: %s",
|
||||
"Preparing update" : "Ја подготвувам надградбата",
|
||||
"Turned on maintenance mode" : "Вклучен е модот за одржување",
|
||||
"Turned off maintenance mode" : "Ислкучен е модот за одржување",
|
||||
"Maintenance mode is kept active" : "Модот за одржување е уште активен",
|
||||
|
|
|
|||
|
|
@ -17,7 +17,6 @@
|
|||
"Error untagging" : "Грешка при отстранување на таговите",
|
||||
"Error favoriting" : "Грешка при ",
|
||||
"Couldn't send mail to following users: %s " : "Не можев да пратам порака на следниве корисници: %s",
|
||||
"Preparing update" : "Ја подготвувам надградбата",
|
||||
"Turned on maintenance mode" : "Вклучен е модот за одржување",
|
||||
"Turned off maintenance mode" : "Ислкучен е модот за одржување",
|
||||
"Maintenance mode is kept active" : "Модот за одржување е уште активен",
|
||||
|
|
|
|||
|
|
@ -26,7 +26,6 @@ OC.L10N.register(
|
|||
"Error favoriting" : "Feil ved favorittmerking",
|
||||
"Error unfavoriting" : "Feil ved fjerning av favorittmerking",
|
||||
"Couldn't send mail to following users: %s " : "Klarte ikke å sende mail til følgende brukere: %s",
|
||||
"Preparing update" : "Forbereder oppdatering",
|
||||
"Turned on maintenance mode" : "Slo på vedlikeholdsmodus",
|
||||
"Turned off maintenance mode" : "Slo av vedlikeholdsmodus",
|
||||
"Maintenance mode is kept active" : "Vedlikeholdsmodus blir beholdt aktiv",
|
||||
|
|
|
|||
|
|
@ -24,7 +24,6 @@
|
|||
"Error favoriting" : "Feil ved favorittmerking",
|
||||
"Error unfavoriting" : "Feil ved fjerning av favorittmerking",
|
||||
"Couldn't send mail to following users: %s " : "Klarte ikke å sende mail til følgende brukere: %s",
|
||||
"Preparing update" : "Forbereder oppdatering",
|
||||
"Turned on maintenance mode" : "Slo på vedlikeholdsmodus",
|
||||
"Turned off maintenance mode" : "Slo av vedlikeholdsmodus",
|
||||
"Maintenance mode is kept active" : "Vedlikeholdsmodus blir beholdt aktiv",
|
||||
|
|
|
|||
|
|
@ -12,7 +12,6 @@ OC.L10N.register(
|
|||
"Crop is not square" : "Zuschnitt ist nicht quadratisch",
|
||||
"Couldn't send reset email. Please contact your administrator." : "E-Mail zum Zurücksetzen konnte nicht gesendet werden. Bitte wende Dich an Deinem Administrator.",
|
||||
"Couldn't send mail to following users: %s " : "Senden der E-Mail an folgende Benutzer fehlgeschlagen: %s",
|
||||
"Preparing update" : "Bereite Aktualisierung vor",
|
||||
"Turned on maintenance mode" : "Wartungsmodus eingeschaltet",
|
||||
"Turned off maintenance mode" : "Wartungsmodus ausgeschaltet",
|
||||
"Maintenance mode is kept active" : "Wartungsmodus wird fortgeführt",
|
||||
|
|
|
|||
|
|
@ -10,7 +10,6 @@
|
|||
"Crop is not square" : "Zuschnitt ist nicht quadratisch",
|
||||
"Couldn't send reset email. Please contact your administrator." : "E-Mail zum Zurücksetzen konnte nicht gesendet werden. Bitte wende Dich an Deinem Administrator.",
|
||||
"Couldn't send mail to following users: %s " : "Senden der E-Mail an folgende Benutzer fehlgeschlagen: %s",
|
||||
"Preparing update" : "Bereite Aktualisierung vor",
|
||||
"Turned on maintenance mode" : "Wartungsmodus eingeschaltet",
|
||||
"Turned off maintenance mode" : "Wartungsmodus ausgeschaltet",
|
||||
"Maintenance mode is kept active" : "Wartungsmodus wird fortgeführt",
|
||||
|
|
|
|||
|
|
@ -26,7 +26,6 @@ OC.L10N.register(
|
|||
"Error favoriting" : "Fout bij favoriet maken",
|
||||
"Error unfavoriting" : "Fout bij verwijderen favorietstatus",
|
||||
"Couldn't send mail to following users: %s " : "Kon geen e-mail sturen aan de volgende gebruikers: %s",
|
||||
"Preparing update" : "Update voorbereiden",
|
||||
"Turned on maintenance mode" : "Onderhoudsmodus ingeschakeld",
|
||||
"Turned off maintenance mode" : "Onderhoudsmodus uitgeschakeld",
|
||||
"Maintenance mode is kept active" : "Onderhoudsmodus blijft actief",
|
||||
|
|
|
|||
|
|
@ -24,7 +24,6 @@
|
|||
"Error favoriting" : "Fout bij favoriet maken",
|
||||
"Error unfavoriting" : "Fout bij verwijderen favorietstatus",
|
||||
"Couldn't send mail to following users: %s " : "Kon geen e-mail sturen aan de volgende gebruikers: %s",
|
||||
"Preparing update" : "Update voorbereiden",
|
||||
"Turned on maintenance mode" : "Onderhoudsmodus ingeschakeld",
|
||||
"Turned off maintenance mode" : "Onderhoudsmodus uitgeschakeld",
|
||||
"Maintenance mode is kept active" : "Onderhoudsmodus blijft actief",
|
||||
|
|
|
|||
|
|
@ -24,7 +24,6 @@ OC.L10N.register(
|
|||
"Error favoriting" : "Error al moment de la mesa en favorit",
|
||||
"Error unfavoriting" : "Error al moment de la supression dels favorits",
|
||||
"Couldn't send mail to following users: %s " : "Impossible de mandar un corrièl als utilizaires seguents : %s",
|
||||
"Preparing update" : "Preparacion de la mesa a jorn",
|
||||
"Turned on maintenance mode" : "Mòde de mantenença activat",
|
||||
"Turned off maintenance mode" : "Mòde de mantenença desactivat",
|
||||
"Maintenance mode is kept active" : "Lo mòde de mantenença es daissat actiu",
|
||||
|
|
|
|||
|
|
@ -22,7 +22,6 @@
|
|||
"Error favoriting" : "Error al moment de la mesa en favorit",
|
||||
"Error unfavoriting" : "Error al moment de la supression dels favorits",
|
||||
"Couldn't send mail to following users: %s " : "Impossible de mandar un corrièl als utilizaires seguents : %s",
|
||||
"Preparing update" : "Preparacion de la mesa a jorn",
|
||||
"Turned on maintenance mode" : "Mòde de mantenença activat",
|
||||
"Turned off maintenance mode" : "Mòde de mantenença desactivat",
|
||||
"Maintenance mode is kept active" : "Lo mòde de mantenença es daissat actiu",
|
||||
|
|
|
|||
|
|
@ -24,7 +24,6 @@ OC.L10N.register(
|
|||
"Error favoriting" : "Błąd podczas dodawania do ulubionch",
|
||||
"Error unfavoriting" : "Błąd przy usuwaniu z ulubionych",
|
||||
"Couldn't send mail to following users: %s " : "Nie można było wysłać wiadomości do następujących użytkowników: %s",
|
||||
"Preparing update" : "Przygotowuję aktualizację",
|
||||
"Turned on maintenance mode" : "Włączony tryb konserwacji",
|
||||
"Turned off maintenance mode" : "Wyłączony tryb konserwacji",
|
||||
"Maintenance mode is kept active" : "Tryb konserwacji pozostaje aktywny",
|
||||
|
|
|
|||
|
|
@ -22,7 +22,6 @@
|
|||
"Error favoriting" : "Błąd podczas dodawania do ulubionch",
|
||||
"Error unfavoriting" : "Błąd przy usuwaniu z ulubionych",
|
||||
"Couldn't send mail to following users: %s " : "Nie można było wysłać wiadomości do następujących użytkowników: %s",
|
||||
"Preparing update" : "Przygotowuję aktualizację",
|
||||
"Turned on maintenance mode" : "Włączony tryb konserwacji",
|
||||
"Turned off maintenance mode" : "Wyłączony tryb konserwacji",
|
||||
"Maintenance mode is kept active" : "Tryb konserwacji pozostaje aktywny",
|
||||
|
|
|
|||
|
|
@ -26,7 +26,6 @@ OC.L10N.register(
|
|||
"Error favoriting" : "Erro colocando nos favoritos",
|
||||
"Error unfavoriting" : "Erro retirando do favoritos",
|
||||
"Couldn't send mail to following users: %s " : "Não foi possível enviar e-mail para os seguintes usuários: %s",
|
||||
"Preparing update" : "Preparando atualização",
|
||||
"[%d / %d]: %s" : "[%d / %d]: %s",
|
||||
"[%d / %d]: Checking table %s" : "[%d / %d]: Verificando tabela %s",
|
||||
"Turned on maintenance mode" : "Ativar modo de manutenção",
|
||||
|
|
|
|||
|
|
@ -24,7 +24,6 @@
|
|||
"Error favoriting" : "Erro colocando nos favoritos",
|
||||
"Error unfavoriting" : "Erro retirando do favoritos",
|
||||
"Couldn't send mail to following users: %s " : "Não foi possível enviar e-mail para os seguintes usuários: %s",
|
||||
"Preparing update" : "Preparando atualização",
|
||||
"[%d / %d]: %s" : "[%d / %d]: %s",
|
||||
"[%d / %d]: Checking table %s" : "[%d / %d]: Verificando tabela %s",
|
||||
"Turned on maintenance mode" : "Ativar modo de manutenção",
|
||||
|
|
|
|||
|
|
@ -26,7 +26,6 @@ OC.L10N.register(
|
|||
"Error favoriting" : "Erro a definir como favorito",
|
||||
"Error unfavoriting" : "Erro a remover como favorito",
|
||||
"Couldn't send mail to following users: %s " : "Não foi possível enviar a mensagem para os seguintes utilizadores: %s",
|
||||
"Preparing update" : "A preparar atualização",
|
||||
"[%d / %d]: %s" : "[%d / %d]: %s",
|
||||
"[%d / %d]: Checking table %s" : "[%d / %d]: A verificar a tabela %s",
|
||||
"Turned on maintenance mode" : "Ativado o modo de manutenção",
|
||||
|
|
|
|||
|
|
@ -24,7 +24,6 @@
|
|||
"Error favoriting" : "Erro a definir como favorito",
|
||||
"Error unfavoriting" : "Erro a remover como favorito",
|
||||
"Couldn't send mail to following users: %s " : "Não foi possível enviar a mensagem para os seguintes utilizadores: %s",
|
||||
"Preparing update" : "A preparar atualização",
|
||||
"[%d / %d]: %s" : "[%d / %d]: %s",
|
||||
"[%d / %d]: Checking table %s" : "[%d / %d]: A verificar a tabela %s",
|
||||
"Turned on maintenance mode" : "Ativado o modo de manutenção",
|
||||
|
|
|
|||
|
|
@ -26,7 +26,6 @@ OC.L10N.register(
|
|||
"Error favoriting" : "Ошибка добавления в избранные",
|
||||
"Error unfavoriting" : "Ошибка удаления из избранного",
|
||||
"Couldn't send mail to following users: %s " : "Невозможно отправить письмо следующим пользователям: %s",
|
||||
"Preparing update" : "Подготовка к обновлению",
|
||||
"Turned on maintenance mode" : "Режим отладки включён",
|
||||
"Turned off maintenance mode" : "Режим отладки отключён",
|
||||
"Maintenance mode is kept active" : "Режим обслуживания оставлен включенным",
|
||||
|
|
|
|||
|
|
@ -24,7 +24,6 @@
|
|||
"Error favoriting" : "Ошибка добавления в избранные",
|
||||
"Error unfavoriting" : "Ошибка удаления из избранного",
|
||||
"Couldn't send mail to following users: %s " : "Невозможно отправить письмо следующим пользователям: %s",
|
||||
"Preparing update" : "Подготовка к обновлению",
|
||||
"Turned on maintenance mode" : "Режим отладки включён",
|
||||
"Turned off maintenance mode" : "Режим отладки отключён",
|
||||
"Maintenance mode is kept active" : "Режим обслуживания оставлен включенным",
|
||||
|
|
|
|||
|
|
@ -25,7 +25,6 @@ OC.L10N.register(
|
|||
"Error favoriting" : "Chyba pri pridaní do obľúbených",
|
||||
"Error unfavoriting" : "Chyba pri odobratí z obľúbených",
|
||||
"Couldn't send mail to following users: %s " : "Nebolo možné odoslať email týmto používateľom: %s ",
|
||||
"Preparing update" : "Pripravuje sa aktualizácia",
|
||||
"[%d / %d]: Checking table %s" : "[%d / %d]: Kontrola tabuľky %s",
|
||||
"Turned on maintenance mode" : "Mód údržby je zapnutý",
|
||||
"Turned off maintenance mode" : "Mód údržby je vypnutý",
|
||||
|
|
|
|||
|
|
@ -23,7 +23,6 @@
|
|||
"Error favoriting" : "Chyba pri pridaní do obľúbených",
|
||||
"Error unfavoriting" : "Chyba pri odobratí z obľúbených",
|
||||
"Couldn't send mail to following users: %s " : "Nebolo možné odoslať email týmto používateľom: %s ",
|
||||
"Preparing update" : "Pripravuje sa aktualizácia",
|
||||
"[%d / %d]: Checking table %s" : "[%d / %d]: Kontrola tabuľky %s",
|
||||
"Turned on maintenance mode" : "Mód údržby je zapnutý",
|
||||
"Turned off maintenance mode" : "Mód údržby je vypnutý",
|
||||
|
|
|
|||
|
|
@ -15,6 +15,7 @@ OC.L10N.register(
|
|||
"Couldn't reset password because the token is invalid" : "Ni mogoče ponastaviti gesla zaradi neustreznega žetona.",
|
||||
"Couldn't reset password because the token is expired" : "Ni mogoče ponastaviti gesla, ker je žeton potekel.",
|
||||
"Couldn't send reset email. Please make sure your username is correct." : "Ni mogoče poslati elektronskega sporočila. Prepričajte se, da je uporabniško ime pravilno.",
|
||||
"Could not send reset email because there is no email address for this username. Please contact your administrator." : "Ni mogoče poslati elektronskega sporočila za ponastavitev gesla, ker ni navedenega elektronskega naslova. Stopite v stik s skrbnikom sistema.",
|
||||
"%s password reset" : "Ponastavitev gesla %s",
|
||||
"Couldn't send reset email. Please contact your administrator." : "Ni mogoče nastaviti elektronskega naslova za ponastavitev. Stopite v stik s skrbnikom sistema.",
|
||||
"Error loading tags" : "Napaka nalaganja oznak",
|
||||
|
|
@ -25,7 +26,6 @@ OC.L10N.register(
|
|||
"Error favoriting" : "Napaka označevanja priljubljenosti",
|
||||
"Error unfavoriting" : "Napaka odstranjevanja oznake priljubljenosti",
|
||||
"Couldn't send mail to following users: %s " : "Ni mogoče poslati sporočila za: %s",
|
||||
"Preparing update" : "Pripravljanje posodobitve",
|
||||
"[%d / %d]: %s" : "[%d / %d]: %s",
|
||||
"[%d / %d]: Checking table %s" : "[%d / %d]: Poteka preverjanje razpredelnice %s",
|
||||
"Turned on maintenance mode" : "Vzdrževalni način je omogočen",
|
||||
|
|
|
|||
|
|
@ -13,6 +13,7 @@
|
|||
"Couldn't reset password because the token is invalid" : "Ni mogoče ponastaviti gesla zaradi neustreznega žetona.",
|
||||
"Couldn't reset password because the token is expired" : "Ni mogoče ponastaviti gesla, ker je žeton potekel.",
|
||||
"Couldn't send reset email. Please make sure your username is correct." : "Ni mogoče poslati elektronskega sporočila. Prepričajte se, da je uporabniško ime pravilno.",
|
||||
"Could not send reset email because there is no email address for this username. Please contact your administrator." : "Ni mogoče poslati elektronskega sporočila za ponastavitev gesla, ker ni navedenega elektronskega naslova. Stopite v stik s skrbnikom sistema.",
|
||||
"%s password reset" : "Ponastavitev gesla %s",
|
||||
"Couldn't send reset email. Please contact your administrator." : "Ni mogoče nastaviti elektronskega naslova za ponastavitev. Stopite v stik s skrbnikom sistema.",
|
||||
"Error loading tags" : "Napaka nalaganja oznak",
|
||||
|
|
@ -23,7 +24,6 @@
|
|||
"Error favoriting" : "Napaka označevanja priljubljenosti",
|
||||
"Error unfavoriting" : "Napaka odstranjevanja oznake priljubljenosti",
|
||||
"Couldn't send mail to following users: %s " : "Ni mogoče poslati sporočila za: %s",
|
||||
"Preparing update" : "Pripravljanje posodobitve",
|
||||
"[%d / %d]: %s" : "[%d / %d]: %s",
|
||||
"[%d / %d]: Checking table %s" : "[%d / %d]: Poteka preverjanje razpredelnice %s",
|
||||
"Turned on maintenance mode" : "Vzdrževalni način je omogočen",
|
||||
|
|
|
|||
|
|
@ -26,7 +26,6 @@ OC.L10N.register(
|
|||
"Error favoriting" : "Gabim në ruajtjen si të parapëlqyer",
|
||||
"Error unfavoriting" : "Gabim në heqjen nga të parapëlqyerat",
|
||||
"Couldn't send mail to following users: %s " : "S’u dërgua dot e-mail përdoruesve vijues: %s ",
|
||||
"Preparing update" : "Po përgatitet përditësimi",
|
||||
"[%d / %d]: %s" : "[%d / %d]: %s",
|
||||
"[%d / %d]: Checking table %s" : "[%d / %d]: Po kontrollohet tabela %s",
|
||||
"Turned on maintenance mode" : "Mënyra e mirëmbajtjes u aktivizua",
|
||||
|
|
|
|||
|
|
@ -24,7 +24,6 @@
|
|||
"Error favoriting" : "Gabim në ruajtjen si të parapëlqyer",
|
||||
"Error unfavoriting" : "Gabim në heqjen nga të parapëlqyerat",
|
||||
"Couldn't send mail to following users: %s " : "S’u dërgua dot e-mail përdoruesve vijues: %s ",
|
||||
"Preparing update" : "Po përgatitet përditësimi",
|
||||
"[%d / %d]: %s" : "[%d / %d]: %s",
|
||||
"[%d / %d]: Checking table %s" : "[%d / %d]: Po kontrollohet tabela %s",
|
||||
"Turned on maintenance mode" : "Mënyra e mirëmbajtjes u aktivizua",
|
||||
|
|
|
|||
|
|
@ -22,7 +22,6 @@ OC.L10N.register(
|
|||
"Error favoriting" : "Грешка при постављању омиљеног",
|
||||
"Error unfavoriting" : "Грешка при укидању омиљеног",
|
||||
"Couldn't send mail to following users: %s " : "Не могу да пошаљем е-пошту следећим корисницима: %s ",
|
||||
"Preparing update" : "Припремам надоградњу",
|
||||
"Turned on maintenance mode" : "Режим одржавања укључен",
|
||||
"Turned off maintenance mode" : "Режим одржавања искључен",
|
||||
"Maintenance mode is kept active" : "Режим одржавања се држи активним",
|
||||
|
|
|
|||
|
|
@ -20,7 +20,6 @@
|
|||
"Error favoriting" : "Грешка при постављању омиљеног",
|
||||
"Error unfavoriting" : "Грешка при укидању омиљеног",
|
||||
"Couldn't send mail to following users: %s " : "Не могу да пошаљем е-пошту следећим корисницима: %s ",
|
||||
"Preparing update" : "Припремам надоградњу",
|
||||
"Turned on maintenance mode" : "Режим одржавања укључен",
|
||||
"Turned off maintenance mode" : "Режим одржавања искључен",
|
||||
"Maintenance mode is kept active" : "Режим одржавања се држи активним",
|
||||
|
|
|
|||
|
|
@ -26,7 +26,6 @@ OC.L10N.register(
|
|||
"Error favoriting" : "Fel vid favorisering",
|
||||
"Error unfavoriting" : "Fel vid avfavorisering ",
|
||||
"Couldn't send mail to following users: %s " : "Gick inte att skicka e-post till följande användare: %s",
|
||||
"Preparing update" : "Förbereder uppdatering",
|
||||
"[%d / %d]: %s" : "[%d / %d]: %s",
|
||||
"[%d / %d]: Checking table %s" : "[%d / %d]: Kontrollerar tabell %s",
|
||||
"Turned on maintenance mode" : "Aktiverade underhållsläge",
|
||||
|
|
|
|||
|
|
@ -24,7 +24,6 @@
|
|||
"Error favoriting" : "Fel vid favorisering",
|
||||
"Error unfavoriting" : "Fel vid avfavorisering ",
|
||||
"Couldn't send mail to following users: %s " : "Gick inte att skicka e-post till följande användare: %s",
|
||||
"Preparing update" : "Förbereder uppdatering",
|
||||
"[%d / %d]: %s" : "[%d / %d]: %s",
|
||||
"[%d / %d]: Checking table %s" : "[%d / %d]: Kontrollerar tabell %s",
|
||||
"Turned on maintenance mode" : "Aktiverade underhållsläge",
|
||||
|
|
|
|||
|
|
@ -26,7 +26,6 @@ OC.L10N.register(
|
|||
"Error favoriting" : "เกิดข้อผิดพลาดขณะเลือกที่ชื่นชอบ",
|
||||
"Error unfavoriting" : "เกิดข้อผิดพลาดขณะยกเลิกการเลือกที่ชื่นชอบ",
|
||||
"Couldn't send mail to following users: %s " : "ไม่สามารถส่งอีเมลไปยังผู้ใช้: %s",
|
||||
"Preparing update" : "เตรียมอัพเดท",
|
||||
"Turned on maintenance mode" : "เปิดโหมดการบำรุงรักษา",
|
||||
"Turned off maintenance mode" : "ปิดโหมดการบำรุงรักษา",
|
||||
"Maintenance mode is kept active" : "โหมดการบำรุงรักษาจะถูกเก็บไว้ใช้งาน",
|
||||
|
|
|
|||
|
|
@ -24,7 +24,6 @@
|
|||
"Error favoriting" : "เกิดข้อผิดพลาดขณะเลือกที่ชื่นชอบ",
|
||||
"Error unfavoriting" : "เกิดข้อผิดพลาดขณะยกเลิกการเลือกที่ชื่นชอบ",
|
||||
"Couldn't send mail to following users: %s " : "ไม่สามารถส่งอีเมลไปยังผู้ใช้: %s",
|
||||
"Preparing update" : "เตรียมอัพเดท",
|
||||
"Turned on maintenance mode" : "เปิดโหมดการบำรุงรักษา",
|
||||
"Turned off maintenance mode" : "ปิดโหมดการบำรุงรักษา",
|
||||
"Maintenance mode is kept active" : "โหมดการบำรุงรักษาจะถูกเก็บไว้ใช้งาน",
|
||||
|
|
|
|||
|
|
@ -26,7 +26,6 @@ OC.L10N.register(
|
|||
"Error favoriting" : "Beğenilirken hata",
|
||||
"Error unfavoriting" : "Beğeniden kaldırılırken hata",
|
||||
"Couldn't send mail to following users: %s " : "Şu kullanıcılara posta gönderilemedi: %s",
|
||||
"Preparing update" : "Güncelleme hazırlanıyor",
|
||||
"[%d / %d]: %s" : "[%d / %d]: %s",
|
||||
"[%d / %d]: Checking table %s" : "[%d / %d]: Tablo kontroi ediliyor %s",
|
||||
"Turned on maintenance mode" : "Bakım kipi etkinleştirildi",
|
||||
|
|
|
|||
|
|
@ -24,7 +24,6 @@
|
|||
"Error favoriting" : "Beğenilirken hata",
|
||||
"Error unfavoriting" : "Beğeniden kaldırılırken hata",
|
||||
"Couldn't send mail to following users: %s " : "Şu kullanıcılara posta gönderilemedi: %s",
|
||||
"Preparing update" : "Güncelleme hazırlanıyor",
|
||||
"[%d / %d]: %s" : "[%d / %d]: %s",
|
||||
"[%d / %d]: Checking table %s" : "[%d / %d]: Tablo kontroi ediliyor %s",
|
||||
"Turned on maintenance mode" : "Bakım kipi etkinleştirildi",
|
||||
|
|
|
|||
|
|
@ -25,7 +25,6 @@ OC.L10N.register(
|
|||
"Error favoriting" : "Помилка додавання в улюблені",
|
||||
"Error unfavoriting" : "Помилка видалення з улюбленого",
|
||||
"Couldn't send mail to following users: %s " : "Неможливо надіслати листа наступним користувачам: %s ",
|
||||
"Preparing update" : "Підготовка до оновлення",
|
||||
"Turned on maintenance mode" : "Увімкнено режим технічного обслуговування",
|
||||
"Turned off maintenance mode" : "Вимкнено режим технічного обслуговування",
|
||||
"Maintenance mode is kept active" : "Режим обслуговування залишається активним",
|
||||
|
|
|
|||
|
|
@ -23,7 +23,6 @@
|
|||
"Error favoriting" : "Помилка додавання в улюблені",
|
||||
"Error unfavoriting" : "Помилка видалення з улюбленого",
|
||||
"Couldn't send mail to following users: %s " : "Неможливо надіслати листа наступним користувачам: %s ",
|
||||
"Preparing update" : "Підготовка до оновлення",
|
||||
"Turned on maintenance mode" : "Увімкнено режим технічного обслуговування",
|
||||
"Turned off maintenance mode" : "Вимкнено режим технічного обслуговування",
|
||||
"Maintenance mode is kept active" : "Режим обслуговування залишається активним",
|
||||
|
|
|
|||
|
|
@ -26,7 +26,6 @@ OC.L10N.register(
|
|||
"Error favoriting" : "收藏时出错",
|
||||
"Error unfavoriting" : "删除收藏时出错",
|
||||
"Couldn't send mail to following users: %s " : "无法发送邮件到用户: %s ",
|
||||
"Preparing update" : "正在准备更新",
|
||||
"[%d / %d]: %s" : "[%d / %d]: %s",
|
||||
"[%d / %d]: Checking table %s" : "[%d / %d]: 检查数据表 %s",
|
||||
"Turned on maintenance mode" : "启用维护模式",
|
||||
|
|
|
|||
|
|
@ -24,7 +24,6 @@
|
|||
"Error favoriting" : "收藏时出错",
|
||||
"Error unfavoriting" : "删除收藏时出错",
|
||||
"Couldn't send mail to following users: %s " : "无法发送邮件到用户: %s ",
|
||||
"Preparing update" : "正在准备更新",
|
||||
"[%d / %d]: %s" : "[%d / %d]: %s",
|
||||
"[%d / %d]: Checking table %s" : "[%d / %d]: 检查数据表 %s",
|
||||
"Turned on maintenance mode" : "启用维护模式",
|
||||
|
|
|
|||
|
|
@ -26,7 +26,6 @@ OC.L10N.register(
|
|||
"Error favoriting" : "加入最愛時出錯",
|
||||
"Error unfavoriting" : "從最愛移除出錯",
|
||||
"Couldn't send mail to following users: %s " : "無法寄送郵件給這些使用者:%s",
|
||||
"Preparing update" : "準備更新",
|
||||
"Turned on maintenance mode" : "已啓用維護模式",
|
||||
"Turned off maintenance mode" : "已停用維護模式",
|
||||
"Maintenance mode is kept active" : "維護模式維持在開啟狀態",
|
||||
|
|
|
|||
|
|
@ -24,7 +24,6 @@
|
|||
"Error favoriting" : "加入最愛時出錯",
|
||||
"Error unfavoriting" : "從最愛移除出錯",
|
||||
"Couldn't send mail to following users: %s " : "無法寄送郵件給這些使用者:%s",
|
||||
"Preparing update" : "準備更新",
|
||||
"Turned on maintenance mode" : "已啓用維護模式",
|
||||
"Turned off maintenance mode" : "已停用維護模式",
|
||||
"Maintenance mode is kept active" : "維護模式維持在開啟狀態",
|
||||
|
|
|
|||
|
|
@ -7,10 +7,6 @@ OC.L10N.register(
|
|||
"This can usually be fixed by %sgiving the webserver write access to the config directory%s." : "This can usually be fixed by %sgiving the webserver write access to the config directory%s.",
|
||||
"Sample configuration detected" : "Sample configuration detected",
|
||||
"It has been detected that the sample configuration has been copied. This can break your installation and is unsupported. Please read the documentation before performing changes on config.php" : "It has been detected that the sample configuration has been copied. This can break your installation and is unsupported. Please read the documentation before performing changes on config.php",
|
||||
"You are not allowed to share %s" : "You are not allowed to share %s",
|
||||
"Cannot increase permissions of %s" : "Cannot increase permissions of %s",
|
||||
"Expiration date is in the past" : "Expiration date is in the past",
|
||||
"Cannot set expiration date more than %s days in the future" : "Cannot set expiration date more than %s days in the future",
|
||||
"PHP %s or higher is required." : "PHP %s or higher is required.",
|
||||
"PHP with a version lower than %s is required." : "PHP with a version lower than %s is required.",
|
||||
"Following databases are supported: %s" : "Following databases are supported: %s",
|
||||
|
|
@ -21,6 +17,10 @@ OC.L10N.register(
|
|||
"Following platforms are supported: %s" : "Following platforms are supported: %s",
|
||||
"ownCloud %s or higher is required." : "ownCloud %s or higher is required.",
|
||||
"ownCloud %s or lower is required." : "ownCloud %s or lower is required.",
|
||||
"You are not allowed to share %s" : "You are not allowed to share %s",
|
||||
"Cannot increase permissions of %s" : "Cannot increase permissions of %s",
|
||||
"Expiration date is in the past" : "Expiration date is in the past",
|
||||
"Cannot set expiration date more than %s days in the future" : "Cannot set expiration date more than %s days in the future",
|
||||
"Help" : "Help",
|
||||
"Personal" : "Personal",
|
||||
"Users" : "Users",
|
||||
|
|
|
|||
|
|
@ -5,10 +5,6 @@
|
|||
"This can usually be fixed by %sgiving the webserver write access to the config directory%s." : "This can usually be fixed by %sgiving the webserver write access to the config directory%s.",
|
||||
"Sample configuration detected" : "Sample configuration detected",
|
||||
"It has been detected that the sample configuration has been copied. This can break your installation and is unsupported. Please read the documentation before performing changes on config.php" : "It has been detected that the sample configuration has been copied. This can break your installation and is unsupported. Please read the documentation before performing changes on config.php",
|
||||
"You are not allowed to share %s" : "You are not allowed to share %s",
|
||||
"Cannot increase permissions of %s" : "Cannot increase permissions of %s",
|
||||
"Expiration date is in the past" : "Expiration date is in the past",
|
||||
"Cannot set expiration date more than %s days in the future" : "Cannot set expiration date more than %s days in the future",
|
||||
"PHP %s or higher is required." : "PHP %s or higher is required.",
|
||||
"PHP with a version lower than %s is required." : "PHP with a version lower than %s is required.",
|
||||
"Following databases are supported: %s" : "Following databases are supported: %s",
|
||||
|
|
@ -19,6 +15,10 @@
|
|||
"Following platforms are supported: %s" : "Following platforms are supported: %s",
|
||||
"ownCloud %s or higher is required." : "ownCloud %s or higher is required.",
|
||||
"ownCloud %s or lower is required." : "ownCloud %s or lower is required.",
|
||||
"You are not allowed to share %s" : "You are not allowed to share %s",
|
||||
"Cannot increase permissions of %s" : "Cannot increase permissions of %s",
|
||||
"Expiration date is in the past" : "Expiration date is in the past",
|
||||
"Cannot set expiration date more than %s days in the future" : "Cannot set expiration date more than %s days in the future",
|
||||
"Help" : "Help",
|
||||
"Personal" : "Personal",
|
||||
"Users" : "Users",
|
||||
|
|
|
|||
|
|
@ -7,10 +7,6 @@ OC.L10N.register(
|
|||
"This can usually be fixed by %sgiving the webserver write access to the config directory%s." : "Napako je mogoče odpraviti z %sdodelitvijo dovoljenja spletnemu strežniku za pisanje v nastavitveno mapo%s.",
|
||||
"Sample configuration detected" : "Zaznana je neustrezna preizkusna nastavitev",
|
||||
"It has been detected that the sample configuration has been copied. This can break your installation and is unsupported. Please read the documentation before performing changes on config.php" : "Zaznano je, da je bila v sistem kopirana datoteka z enostavno nastavitvijo. To lahko vpliva na namestitev in zato možnost ni podprta. Pred spremembami datoteke config.php si natančno preberite dokumentacijo.",
|
||||
"You are not allowed to share %s" : "Omogočanje souporabe %s brez ustreznih dovoljenj ni mogoče.",
|
||||
"Cannot increase permissions of %s" : "Ni mogoče povečati dovoljen %s",
|
||||
"Expiration date is in the past" : "Datum preteka je že mimo!",
|
||||
"Cannot set expiration date more than %s days in the future" : "Datuma pretaka ni mogoče nastaviti za več kot %s dni v prihodnosti.",
|
||||
"PHP %s or higher is required." : "Zahtevana je različica PHP %s ali višja.",
|
||||
"PHP with a version lower than %s is required." : "Zahtevana je različica PHP manj kot %s.",
|
||||
"Following databases are supported: %s" : "Podprte so navedene podatkovne zbirke: %s",
|
||||
|
|
@ -21,11 +17,18 @@ OC.L10N.register(
|
|||
"Following platforms are supported: %s" : "Podprta so okolja: %s",
|
||||
"ownCloud %s or higher is required." : "Zahtevana je različica ownCloud %s ali višja.",
|
||||
"ownCloud %s or lower is required." : "Zahtevana je različica ownCloud %s ali nižja.",
|
||||
"You are not allowed to share %s" : "Omogočanje souporabe %s brez ustreznih dovoljenj ni mogoče.",
|
||||
"Cannot increase permissions of %s" : "Ni mogoče povečati dovoljen %s",
|
||||
"Expiration date is in the past" : "Datum preteka je že mimo!",
|
||||
"Cannot set expiration date more than %s days in the future" : "Datuma pretaka ni mogoče nastaviti za več kot %s dni v prihodnosti.",
|
||||
"Help" : "Pomoč",
|
||||
"Personal" : "Osebno",
|
||||
"Users" : "Uporabniki",
|
||||
"Admin" : "Skrbništvo",
|
||||
"Recommended" : "Priporočljivo",
|
||||
"App \"%s\" cannot be installed because appinfo file cannot be read." : "Programa \\\"%s\\\" ni mogoče namestiti, ker ni mogoče brati datoteke appinfo.",
|
||||
"App \"%s\" cannot be installed because it is not compatible with this version of ownCloud." : "Programa \"%s\" ni mogoče namestiti, ker ni skladen s trenutno nameščeno različico oblaka ownCloud.",
|
||||
"App \"%s\" cannot be installed because the following dependencies are not fulfilled: %s" : "Programa \"%s\" ni mogoče namestiti zaradi nerešenih odvisnosti: %s",
|
||||
"No app name specified" : "Ni podanega imena programa",
|
||||
"Unknown filetype" : "Neznana vrsta datoteke",
|
||||
"Invalid image" : "Neveljavna slika",
|
||||
|
|
|
|||
|
|
@ -5,10 +5,6 @@
|
|||
"This can usually be fixed by %sgiving the webserver write access to the config directory%s." : "Napako je mogoče odpraviti z %sdodelitvijo dovoljenja spletnemu strežniku za pisanje v nastavitveno mapo%s.",
|
||||
"Sample configuration detected" : "Zaznana je neustrezna preizkusna nastavitev",
|
||||
"It has been detected that the sample configuration has been copied. This can break your installation and is unsupported. Please read the documentation before performing changes on config.php" : "Zaznano je, da je bila v sistem kopirana datoteka z enostavno nastavitvijo. To lahko vpliva na namestitev in zato možnost ni podprta. Pred spremembami datoteke config.php si natančno preberite dokumentacijo.",
|
||||
"You are not allowed to share %s" : "Omogočanje souporabe %s brez ustreznih dovoljenj ni mogoče.",
|
||||
"Cannot increase permissions of %s" : "Ni mogoče povečati dovoljen %s",
|
||||
"Expiration date is in the past" : "Datum preteka je že mimo!",
|
||||
"Cannot set expiration date more than %s days in the future" : "Datuma pretaka ni mogoče nastaviti za več kot %s dni v prihodnosti.",
|
||||
"PHP %s or higher is required." : "Zahtevana je različica PHP %s ali višja.",
|
||||
"PHP with a version lower than %s is required." : "Zahtevana je različica PHP manj kot %s.",
|
||||
"Following databases are supported: %s" : "Podprte so navedene podatkovne zbirke: %s",
|
||||
|
|
@ -19,11 +15,18 @@
|
|||
"Following platforms are supported: %s" : "Podprta so okolja: %s",
|
||||
"ownCloud %s or higher is required." : "Zahtevana je različica ownCloud %s ali višja.",
|
||||
"ownCloud %s or lower is required." : "Zahtevana je različica ownCloud %s ali nižja.",
|
||||
"You are not allowed to share %s" : "Omogočanje souporabe %s brez ustreznih dovoljenj ni mogoče.",
|
||||
"Cannot increase permissions of %s" : "Ni mogoče povečati dovoljen %s",
|
||||
"Expiration date is in the past" : "Datum preteka je že mimo!",
|
||||
"Cannot set expiration date more than %s days in the future" : "Datuma pretaka ni mogoče nastaviti za več kot %s dni v prihodnosti.",
|
||||
"Help" : "Pomoč",
|
||||
"Personal" : "Osebno",
|
||||
"Users" : "Uporabniki",
|
||||
"Admin" : "Skrbništvo",
|
||||
"Recommended" : "Priporočljivo",
|
||||
"App \"%s\" cannot be installed because appinfo file cannot be read." : "Programa \\\"%s\\\" ni mogoče namestiti, ker ni mogoče brati datoteke appinfo.",
|
||||
"App \"%s\" cannot be installed because it is not compatible with this version of ownCloud." : "Programa \"%s\" ni mogoče namestiti, ker ni skladen s trenutno nameščeno različico oblaka ownCloud.",
|
||||
"App \"%s\" cannot be installed because the following dependencies are not fulfilled: %s" : "Programa \"%s\" ni mogoče namestiti zaradi nerešenih odvisnosti: %s",
|
||||
"No app name specified" : "Ni podanega imena programa",
|
||||
"Unknown filetype" : "Neznana vrsta datoteke",
|
||||
"Invalid image" : "Neveljavna slika",
|
||||
|
|
|
|||
|
|
@ -63,6 +63,7 @@ OC.L10N.register(
|
|||
"Experimental" : "Experimentell",
|
||||
"All" : "Alle",
|
||||
"No apps found for your version" : "Es wurden keine Apps für Deine Version gefunden",
|
||||
"The app will be downloaded from the app store" : "Die App wird aus dem App-Store heruntergeladen",
|
||||
"Official apps are developed by and within the ownCloud community. They offer functionality central to ownCloud and are ready for production use." : "Offizielle Apps werden von und innerhalb der ownCloud-Community entwickelt. Sie stellen zentrale Funktionen von ownCloud bereit und sind auf den Produktiveinsatz vorbereitet.",
|
||||
"Approved apps are developed by trusted developers and have passed a cursory security check. They are actively maintained in an open code repository and their maintainers deem them to be stable for casual to normal use." : "Geprüfte Apps werden von vertrauenswürdigen Entwicklern entwickelt und haben eine oberflächliche Sicherheitsprüfung durchlaufen. Sie werden innerhalb eines offenen Code-Repositorys aktiv gepflegt und ihre Betreuer erachten sie als stabil genug für für den gelegentlichen bis normalen Einsatz.",
|
||||
"This app is not checked for security issues and is new or known to be unstable. Install at your own risk." : "Diese App ist nicht auf Sicherheitsprobleme hin überprüft und ist neu oder bekanntermaßen instabil. Die Installation erfolgt auf eigenes Risiko.",
|
||||
|
|
|
|||
|
|
@ -61,6 +61,7 @@
|
|||
"Experimental" : "Experimentell",
|
||||
"All" : "Alle",
|
||||
"No apps found for your version" : "Es wurden keine Apps für Deine Version gefunden",
|
||||
"The app will be downloaded from the app store" : "Die App wird aus dem App-Store heruntergeladen",
|
||||
"Official apps are developed by and within the ownCloud community. They offer functionality central to ownCloud and are ready for production use." : "Offizielle Apps werden von und innerhalb der ownCloud-Community entwickelt. Sie stellen zentrale Funktionen von ownCloud bereit und sind auf den Produktiveinsatz vorbereitet.",
|
||||
"Approved apps are developed by trusted developers and have passed a cursory security check. They are actively maintained in an open code repository and their maintainers deem them to be stable for casual to normal use." : "Geprüfte Apps werden von vertrauenswürdigen Entwicklern entwickelt und haben eine oberflächliche Sicherheitsprüfung durchlaufen. Sie werden innerhalb eines offenen Code-Repositorys aktiv gepflegt und ihre Betreuer erachten sie als stabil genug für für den gelegentlichen bis normalen Einsatz.",
|
||||
"This app is not checked for security issues and is new or known to be unstable. Install at your own risk." : "Diese App ist nicht auf Sicherheitsprobleme hin überprüft und ist neu oder bekanntermaßen instabil. Die Installation erfolgt auf eigenes Risiko.",
|
||||
|
|
|
|||
|
|
@ -63,6 +63,7 @@ OC.L10N.register(
|
|||
"Experimental" : "Experimentell",
|
||||
"All" : "Alle",
|
||||
"No apps found for your version" : "Es wurden keine Apps für Ihre Version gefunden",
|
||||
"The app will be downloaded from the app store" : "Die App wird aus dem App-Store heruntergeladen",
|
||||
"Official apps are developed by and within the ownCloud community. They offer functionality central to ownCloud and are ready for production use." : "Offizielle Apps werden von und innerhalb der ownCloud-Community entwickelt. Sie stellen zentrale Funktionen von ownCloud bereit und sind auf den Produktiveinsatz vorbereitet.",
|
||||
"Approved apps are developed by trusted developers and have passed a cursory security check. They are actively maintained in an open code repository and their maintainers deem them to be stable for casual to normal use." : "Geprüfte Apps werden von vertrauenswürdigen Entwicklern entwickelt und haben eine oberflächliche Sicherheitsprüfung durchlaufen. Sie werden innerhalb eines offenen Code-Repositorys aktiv gepflegt und ihre Betreuer erachten sie als stabil genug für für den gelegentlichen bis normalen Einsatz.",
|
||||
"This app is not checked for security issues and is new or known to be unstable. Install at your own risk." : "Diese App ist nicht auf Sicherheitsprobleme hin überprüft und ist neu oder bekanntermaßen instabil. Die Installation erfolgt auf eigenes Risiko.",
|
||||
|
|
|
|||
|
|
@ -61,6 +61,7 @@
|
|||
"Experimental" : "Experimentell",
|
||||
"All" : "Alle",
|
||||
"No apps found for your version" : "Es wurden keine Apps für Ihre Version gefunden",
|
||||
"The app will be downloaded from the app store" : "Die App wird aus dem App-Store heruntergeladen",
|
||||
"Official apps are developed by and within the ownCloud community. They offer functionality central to ownCloud and are ready for production use." : "Offizielle Apps werden von und innerhalb der ownCloud-Community entwickelt. Sie stellen zentrale Funktionen von ownCloud bereit und sind auf den Produktiveinsatz vorbereitet.",
|
||||
"Approved apps are developed by trusted developers and have passed a cursory security check. They are actively maintained in an open code repository and their maintainers deem them to be stable for casual to normal use." : "Geprüfte Apps werden von vertrauenswürdigen Entwicklern entwickelt und haben eine oberflächliche Sicherheitsprüfung durchlaufen. Sie werden innerhalb eines offenen Code-Repositorys aktiv gepflegt und ihre Betreuer erachten sie als stabil genug für für den gelegentlichen bis normalen Einsatz.",
|
||||
"This app is not checked for security issues and is new or known to be unstable. Install at your own risk." : "Diese App ist nicht auf Sicherheitsprobleme hin überprüft und ist neu oder bekanntermaßen instabil. Die Installation erfolgt auf eigenes Risiko.",
|
||||
|
|
|
|||
|
|
@ -79,6 +79,7 @@ OC.L10N.register(
|
|||
"Uninstall" : "Odstrani namestitev",
|
||||
"The app has been enabled but needs to be updated. You will be redirected to the update page in 5 seconds." : "Vstavek je omogočen, vendar zahteva posodobitev. Samodejno bo izvedena preusmeritev na stran za posodobitev v 5 sekundah.",
|
||||
"App update" : "Posodabljanje vstavkov",
|
||||
"No apps found for {query}" : "Ni programov, skladnih z nizom \"{query}\".",
|
||||
"An error occurred. Please upload an ASCII-encoded PEM certificate." : "Prišlo je do napake. Uvoziti je treba ustrezno ASCII kodirano potrdilo PEM.",
|
||||
"Valid until {date}" : "Veljavno do {date}",
|
||||
"Delete" : "Izbriši",
|
||||
|
|
|
|||
|
|
@ -77,6 +77,7 @@
|
|||
"Uninstall" : "Odstrani namestitev",
|
||||
"The app has been enabled but needs to be updated. You will be redirected to the update page in 5 seconds." : "Vstavek je omogočen, vendar zahteva posodobitev. Samodejno bo izvedena preusmeritev na stran za posodobitev v 5 sekundah.",
|
||||
"App update" : "Posodabljanje vstavkov",
|
||||
"No apps found for {query}" : "Ni programov, skladnih z nizom \"{query}\".",
|
||||
"An error occurred. Please upload an ASCII-encoded PEM certificate." : "Prišlo je do napake. Uvoziti je treba ustrezno ASCII kodirano potrdilo PEM.",
|
||||
"Valid until {date}" : "Veljavno do {date}",
|
||||
"Delete" : "Izbriši",
|
||||
|
|
|
|||
Loading…
Reference in a new issue