Browse Source

[tx-robot] updated from transifex

tags/v16.0.0alpha1
Nextcloud bot 5 years ago
parent
commit
1374183f92
No account linked to committer's email address
48 changed files with 294 additions and 14 deletions
  1. 9
    0
      apps/theming/l10n/nb.js
  2. 9
    0
      apps/theming/l10n/nb.json
  3. 7
    0
      apps/updatenotification/l10n/de.js
  4. 7
    0
      apps/updatenotification/l10n/de.json
  5. 3
    3
      apps/updatenotification/l10n/de_DE.js
  6. 3
    3
      apps/updatenotification/l10n/de_DE.json
  7. 25
    1
      apps/updatenotification/l10n/eo.js
  8. 25
    1
      apps/updatenotification/l10n/eo.json
  9. 7
    0
      apps/updatenotification/l10n/es.js
  10. 7
    0
      apps/updatenotification/l10n/es.json
  11. 7
    0
      apps/updatenotification/l10n/nl.js
  12. 7
    0
      apps/updatenotification/l10n/nl.json
  13. 2
    0
      apps/user_ldap/l10n/de.js
  14. 2
    0
      apps/user_ldap/l10n/de.json
  15. 2
    0
      apps/user_ldap/l10n/de_DE.js
  16. 2
    0
      apps/user_ldap/l10n/de_DE.json
  17. 3
    1
      apps/user_ldap/l10n/gl.js
  18. 3
    1
      apps/user_ldap/l10n/gl.json
  19. 1
    0
      apps/user_ldap/l10n/lt_LT.js
  20. 1
    0
      apps/user_ldap/l10n/lt_LT.json
  21. 2
    0
      apps/user_ldap/l10n/nl.js
  22. 2
    0
      apps/user_ldap/l10n/nl.json
  23. 2
    0
      apps/user_ldap/l10n/pt_BR.js
  24. 2
    0
      apps/user_ldap/l10n/pt_BR.json
  25. 4
    0
      core/l10n/de.js
  26. 4
    0
      core/l10n/de.json
  27. 4
    0
      core/l10n/de_DE.js
  28. 4
    0
      core/l10n/de_DE.json
  29. 4
    0
      core/l10n/eo.js
  30. 4
    0
      core/l10n/eo.json
  31. 4
    0
      core/l10n/fr.js
  32. 4
    0
      core/l10n/fr.json
  33. 4
    0
      core/l10n/gl.js
  34. 4
    0
      core/l10n/gl.json
  35. 3
    0
      core/l10n/lt_LT.js
  36. 3
    0
      core/l10n/lt_LT.json
  37. 9
    0
      core/l10n/nb.js
  38. 9
    0
      core/l10n/nb.json
  39. 4
    0
      core/l10n/nl.js
  40. 4
    0
      core/l10n/nl.json
  41. 4
    0
      core/l10n/pt_BR.js
  42. 4
    0
      core/l10n/pt_BR.json
  43. 3
    2
      lib/l10n/nl.js
  44. 3
    2
      lib/l10n/nl.json
  45. 19
    0
      settings/l10n/es.js
  46. 19
    0
      settings/l10n/es.json
  47. 15
    0
      settings/l10n/nl.js
  48. 15
    0
      settings/l10n/nl.json

+ 9
- 0
apps/theming/l10n/nb.js View File

@@ -8,6 +8,7 @@ OC.L10N.register(
"Name cannot be empty" : "Navn kan ikke være tom",
"The given name is too long" : "Navnet er for langt",
"The given web address is too long" : "Nettadressen er for lang",
"The given legal notice address is too long" : "Den oppgitte juridiske varslingsadressen er for lang",
"The given privacy policy address is too long" : "Personvernerklæring-addressen er for lang",
"The given slogan is too long" : "Slagordet er for langt",
"The given color is invalid" : "Fargen er ugyldig",
@@ -21,11 +22,16 @@ OC.L10N.register(
"A PHP extension stopped the file upload" : "A PHP-utvidelse stoppet filopplastingen",
"No file uploaded" : "Ingen fil lastet opp",
"Unsupported image type" : "Filtypen støttes ikke",
"You are already using a custom theme. Theming app settings might be overwritten by that." : "Du bruker et tilpasset tema. Innstillinger i program for tilpasning av tema kan bli overskrevet av disse.",
"Legal notice" : "Juridisk varsel",
"Privacy policy" : "Personvern",
"Theming" : "Draktvalg",
"Adjust the Nextcloud theme" : "Tilpass Nextcloud tema/drakt",
"Theming makes it possible to easily customize the look and feel of your instance and supported clients. This will be visible for all users." : "Draktvalg gjør det enkelt å tilpasse utseende og følelsen av din installasjon og støttede klienter. Dette vil bli synlig for alle brukere.",
"Name" : "Navn",
"Reset to default" : "Tilbakestill til standard",
"Web link" : "Nettside lenke",
"https://…" : "https://…",
"Slogan" : "Slagord",
"Color" : "Farge",
"Logo" : "Logo",
@@ -34,9 +40,12 @@ OC.L10N.register(
"Upload new login background" : "Last opp ny innloggingsbakgrunn",
"Remove background image" : "Fjern bakgrunnsbilde",
"Advanced options" : "Avanserte innstillinger",
"Legal notice link" : "Juridisk varslingslenke",
"Privacy policy link" : "Personvernerklæring",
"Header logo" : "Header logo",
"Upload new header logo" : "Last opp ny header logo",
"Favicon" : "Favoritt ikon",
"Upload new favicon" : "Last opp nytt ikon",
"Install the Imagemagick PHP extension with support for SVG images to automatically generate favicons based on the uploaded logo and color." : "Installer PHP-utvidelsen Imagemagick med støtte for SVG-bilder for å opprette favikoner automatisk basert på opplastet logo og farge.",
"There is no error, the file uploaded with success" : "Det er ingen feil, filen ble lastet opp",
"The uploaded file was only partially uploaded" : "Filen ble bare delvis lastet opp",

+ 9
- 0
apps/theming/l10n/nb.json View File

@@ -6,6 +6,7 @@
"Name cannot be empty" : "Navn kan ikke være tom",
"The given name is too long" : "Navnet er for langt",
"The given web address is too long" : "Nettadressen er for lang",
"The given legal notice address is too long" : "Den oppgitte juridiske varslingsadressen er for lang",
"The given privacy policy address is too long" : "Personvernerklæring-addressen er for lang",
"The given slogan is too long" : "Slagordet er for langt",
"The given color is invalid" : "Fargen er ugyldig",
@@ -19,11 +20,16 @@
"A PHP extension stopped the file upload" : "A PHP-utvidelse stoppet filopplastingen",
"No file uploaded" : "Ingen fil lastet opp",
"Unsupported image type" : "Filtypen støttes ikke",
"You are already using a custom theme. Theming app settings might be overwritten by that." : "Du bruker et tilpasset tema. Innstillinger i program for tilpasning av tema kan bli overskrevet av disse.",
"Legal notice" : "Juridisk varsel",
"Privacy policy" : "Personvern",
"Theming" : "Draktvalg",
"Adjust the Nextcloud theme" : "Tilpass Nextcloud tema/drakt",
"Theming makes it possible to easily customize the look and feel of your instance and supported clients. This will be visible for all users." : "Draktvalg gjør det enkelt å tilpasse utseende og følelsen av din installasjon og støttede klienter. Dette vil bli synlig for alle brukere.",
"Name" : "Navn",
"Reset to default" : "Tilbakestill til standard",
"Web link" : "Nettside lenke",
"https://…" : "https://…",
"Slogan" : "Slagord",
"Color" : "Farge",
"Logo" : "Logo",
@@ -32,9 +38,12 @@
"Upload new login background" : "Last opp ny innloggingsbakgrunn",
"Remove background image" : "Fjern bakgrunnsbilde",
"Advanced options" : "Avanserte innstillinger",
"Legal notice link" : "Juridisk varslingslenke",
"Privacy policy link" : "Personvernerklæring",
"Header logo" : "Header logo",
"Upload new header logo" : "Last opp ny header logo",
"Favicon" : "Favoritt ikon",
"Upload new favicon" : "Last opp nytt ikon",
"Install the Imagemagick PHP extension with support for SVG images to automatically generate favicons based on the uploaded logo and color." : "Installer PHP-utvidelsen Imagemagick med støtte for SVG-bilder for å opprette favikoner automatisk basert på opplastet logo og farge.",
"There is no error, the file uploaded with success" : "Det er ingen feil, filen ble lastet opp",
"The uploaded file was only partially uploaded" : "Filen ble bare delvis lastet opp",

+ 7
- 0
apps/updatenotification/l10n/de.js View File

@@ -22,6 +22,7 @@ OC.L10N.register(
"Your version is up to date." : "Deine Version ist aktuell.",
"A non-default update server is in use to be checked for updates:" : "Es wird ein Nicht-Standard-Aktualisierungsserver zum Prüfen auf Aktualisierungen verwendet:",
"Update channel:" : "Update-Kanal:",
"You can always update to a newer version. But you can never downgrade to a more stable version." : "Es kann immer auf eine neuere Version aktualisiert werden. Jedoch kann kein Downgrade auf eine stabilere Version erfolgen. ",
"Note that after a new release it can take some time before it shows up here. We roll out new versions spread out over time to our users and sometimes skip a version when issues are found." : "Nach Veröffentlichung einer neuen Version kann es einige Zeit dauern bis diese hier erscheint. Die neuen Versionen verteilen sich beim Ausrollen im Laufe der Zeit auf die Benutzer. Manchmal werden Versionen übersprungen, wenn Probleme gefunden wurden.",
"Notify members of the following groups about available updates:" : "Informiere die Mitglieder der folgenden Gruppen über verfügbare Updates:",
"Only notification for app updates are available." : "Benachrichtigungen sind nur für Aktualisierungen von Apps verfügbar.",
@@ -34,6 +35,12 @@ OC.L10N.register(
"Could not connect to the appstore or the appstore returned no updates at all. Search manually for updates or make sure your server has access to the internet and can connect to the appstore." : "Die Verbindung zum Appstore konnte nicht aufgebaut werden oder der Appstore hat keine Apps zurück geliefert. Suche selbst nach den Updates oder stelle sicher, dass dein Server Zugriff auf das Internet hat und eine Verbindung zum Appstore aufbauen kann. ",
"<strong>All</strong> apps have an update for this version available" : "Für <strong>alle</strong> Apps steht eine Aktualisierung zur Verfügung",
"View changelog" : "Liste der Änderungen anschauen",
"Stable" : "Stabil",
"The most recent stable version. It is suited for regular use and will always update to the latest major version." : "Die aktuellste stabile Version. Diese ist für den regelmäßigen Gebrauch geeignet und wird immer auf die letzte Hauptversion aktualisiert.",
"Production" : "Produktion",
"Will always provide the latest patch level, but not update to the next major release immediately. That update usually happens with the second minor release (x.0.2) and only if the instance is already on the latest minor version." : "Bietet immer den aktuellsten Patchstand, aktualisiert jedoch nicht sofort auf die nächste Hauptversion. Diese Aktualisierung erfolgt üblicherweise mit der zweiten kleineren Aktualisierung (x.0.2) und nur, wenn sich die Instanz bereits auf der letzten kleineren Aktualsierungsversion befindet.",
"Beta" : "Beta",
"A pre-release version only for testing new features, not for production environments." : "Eine Vorabversion die einzig zum Testen neuer Funktionen dient, nicht aber für den Einsatz in Produktivumgebungen geeignet ist.",
"_<strong>%n</strong> app has no update for this version available_::_<strong>%n</strong> apps have no update for this version available_" : ["Für <strong>%n</strong> App steht keine Aktualisierung für diese Version zur Verfügung","Für <strong>%n</strong> Apps stehen keine Aktualisierungen für diese Version zur Verfügung"],
"Could not start updater, please try the manual update" : "Der Updater konnte nicht gestartet werden, bitte versuche ein manuelles Update",
"A new version is available: %s" : "Eine neue Version ist verfügbar: %s",

+ 7
- 0
apps/updatenotification/l10n/de.json View File

@@ -20,6 +20,7 @@
"Your version is up to date." : "Deine Version ist aktuell.",
"A non-default update server is in use to be checked for updates:" : "Es wird ein Nicht-Standard-Aktualisierungsserver zum Prüfen auf Aktualisierungen verwendet:",
"Update channel:" : "Update-Kanal:",
"You can always update to a newer version. But you can never downgrade to a more stable version." : "Es kann immer auf eine neuere Version aktualisiert werden. Jedoch kann kein Downgrade auf eine stabilere Version erfolgen. ",
"Note that after a new release it can take some time before it shows up here. We roll out new versions spread out over time to our users and sometimes skip a version when issues are found." : "Nach Veröffentlichung einer neuen Version kann es einige Zeit dauern bis diese hier erscheint. Die neuen Versionen verteilen sich beim Ausrollen im Laufe der Zeit auf die Benutzer. Manchmal werden Versionen übersprungen, wenn Probleme gefunden wurden.",
"Notify members of the following groups about available updates:" : "Informiere die Mitglieder der folgenden Gruppen über verfügbare Updates:",
"Only notification for app updates are available." : "Benachrichtigungen sind nur für Aktualisierungen von Apps verfügbar.",
@@ -32,6 +33,12 @@
"Could not connect to the appstore or the appstore returned no updates at all. Search manually for updates or make sure your server has access to the internet and can connect to the appstore." : "Die Verbindung zum Appstore konnte nicht aufgebaut werden oder der Appstore hat keine Apps zurück geliefert. Suche selbst nach den Updates oder stelle sicher, dass dein Server Zugriff auf das Internet hat und eine Verbindung zum Appstore aufbauen kann. ",
"<strong>All</strong> apps have an update for this version available" : "Für <strong>alle</strong> Apps steht eine Aktualisierung zur Verfügung",
"View changelog" : "Liste der Änderungen anschauen",
"Stable" : "Stabil",
"The most recent stable version. It is suited for regular use and will always update to the latest major version." : "Die aktuellste stabile Version. Diese ist für den regelmäßigen Gebrauch geeignet und wird immer auf die letzte Hauptversion aktualisiert.",
"Production" : "Produktion",
"Will always provide the latest patch level, but not update to the next major release immediately. That update usually happens with the second minor release (x.0.2) and only if the instance is already on the latest minor version." : "Bietet immer den aktuellsten Patchstand, aktualisiert jedoch nicht sofort auf die nächste Hauptversion. Diese Aktualisierung erfolgt üblicherweise mit der zweiten kleineren Aktualisierung (x.0.2) und nur, wenn sich die Instanz bereits auf der letzten kleineren Aktualsierungsversion befindet.",
"Beta" : "Beta",
"A pre-release version only for testing new features, not for production environments." : "Eine Vorabversion die einzig zum Testen neuer Funktionen dient, nicht aber für den Einsatz in Produktivumgebungen geeignet ist.",
"_<strong>%n</strong> app has no update for this version available_::_<strong>%n</strong> apps have no update for this version available_" : ["Für <strong>%n</strong> App steht keine Aktualisierung für diese Version zur Verfügung","Für <strong>%n</strong> Apps stehen keine Aktualisierungen für diese Version zur Verfügung"],
"Could not start updater, please try the manual update" : "Der Updater konnte nicht gestartet werden, bitte versuche ein manuelles Update",
"A new version is available: %s" : "Eine neue Version ist verfügbar: %s",

+ 3
- 3
apps/updatenotification/l10n/de_DE.js View File

@@ -22,7 +22,7 @@ OC.L10N.register(
"Your version is up to date." : "Ihre Version ist aktuell.",
"A non-default update server is in use to be checked for updates:" : "Es wird ein Nicht-Standard-Aktualisierungsserver zum Prüfen auf Aktualisierungen verwendet:",
"Update channel:" : "Update-Kanal:",
"You can always update to a newer version. But you can never downgrade to a more stable version." : "Sie können immer auf eine neuere Version updaten, aber kein Downgrade auf eine stabilere Version durchführen. ",
"You can always update to a newer version. But you can never downgrade to a more stable version." : "Es kann immer auf eine neuere Version aktualisiert werden. Jedoch kann kein Downgrade auf eine stabilere Version erfolgen. ",
"Note that after a new release it can take some time before it shows up here. We roll out new versions spread out over time to our users and sometimes skip a version when issues are found." : "Nach Veröffentlichung einer neuen Version kann es einige Zeit dauern bis diese hier erscheint. Die neuen Versionen verteilen sich beim Ausrollen im Laufe der Zeit auf die Benutzer. Manchmal werden Versionen übersprungen, wenn Probleme gefunden wurden.",
"Notify members of the following groups about available updates:" : "Informieren Sie die Mitglieder der folgenden Gruppen über verfügbare Updates:",
"Only notification for app updates are available." : "Benachrichtigungen sind nur für Aktualisierungen von Apps verfügbar.",
@@ -36,9 +36,9 @@ OC.L10N.register(
"<strong>All</strong> apps have an update for this version available" : "Für <strong>alle</strong> Apps steht eine Aktualisierung zur Verfügung",
"View changelog" : "Liste der Änderungen anschauen",
"Stable" : "Stabil",
"The most recent stable version. It is suited for regular use and will always update to the latest major version." : "Die neueste stabile Version. Diese ist für den regelmäßigen Gebrauch geeignet und wird immer auf die letzte Hauptversion aktualisiert.",
"The most recent stable version. It is suited for regular use and will always update to the latest major version." : "Die aktuellste stabile Version. Diese ist für den regelmäßigen Gebrauch geeignet und wird immer auf die letzte Hauptversion aktualisiert.",
"Production" : "Produktion",
"Will always provide the latest patch level, but not update to the next major release immediately. That update usually happens with the second minor release (x.0.2) and only if the instance is already on the latest minor version." : "Wird immer den letzten Patch-Stand anbieten., jedoch nicht sofort auf die nächste Hauptversion aktualisiert. Diese Aktualisierung erfolgt üblicherweise mit der zweiten kleineren Aktualisierung (x.0.2) und nur, wenn sich die Instanz bereits auf der letzten kleineren Aktualsierungsversion befindet.",
"Will always provide the latest patch level, but not update to the next major release immediately. That update usually happens with the second minor release (x.0.2) and only if the instance is already on the latest minor version." : "Bietet immer den aktuellsten Patchstand, aktualisiert jedoch nicht sofort auf die nächste Hauptversion. Diese Aktualisierung erfolgt üblicherweise mit der zweiten kleineren Aktualisierung (x.0.2) und nur, wenn sich die Instanz bereits auf der letzten kleineren Aktualsierungsversion befindet.",
"Beta" : "Beta",
"A pre-release version only for testing new features, not for production environments." : "Eine Vorabversion die einzig zum Testen neuer Funktionen dient, nicht aber für den Einsatz in Produktivumgebungen geeignet ist.",
"_<strong>%n</strong> app has no update for this version available_::_<strong>%n</strong> apps have no update for this version available_" : ["Für <strong>%n</strong> App steht keine Aktualisierung für diese Version zur Verfügung","Für <strong>%n</strong> Apps stehen keine Aktualisierungen für diese Version zur Verfügung"],

+ 3
- 3
apps/updatenotification/l10n/de_DE.json View File

@@ -20,7 +20,7 @@
"Your version is up to date." : "Ihre Version ist aktuell.",
"A non-default update server is in use to be checked for updates:" : "Es wird ein Nicht-Standard-Aktualisierungsserver zum Prüfen auf Aktualisierungen verwendet:",
"Update channel:" : "Update-Kanal:",
"You can always update to a newer version. But you can never downgrade to a more stable version." : "Sie können immer auf eine neuere Version updaten, aber kein Downgrade auf eine stabilere Version durchführen. ",
"You can always update to a newer version. But you can never downgrade to a more stable version." : "Es kann immer auf eine neuere Version aktualisiert werden. Jedoch kann kein Downgrade auf eine stabilere Version erfolgen. ",
"Note that after a new release it can take some time before it shows up here. We roll out new versions spread out over time to our users and sometimes skip a version when issues are found." : "Nach Veröffentlichung einer neuen Version kann es einige Zeit dauern bis diese hier erscheint. Die neuen Versionen verteilen sich beim Ausrollen im Laufe der Zeit auf die Benutzer. Manchmal werden Versionen übersprungen, wenn Probleme gefunden wurden.",
"Notify members of the following groups about available updates:" : "Informieren Sie die Mitglieder der folgenden Gruppen über verfügbare Updates:",
"Only notification for app updates are available." : "Benachrichtigungen sind nur für Aktualisierungen von Apps verfügbar.",
@@ -34,9 +34,9 @@
"<strong>All</strong> apps have an update for this version available" : "Für <strong>alle</strong> Apps steht eine Aktualisierung zur Verfügung",
"View changelog" : "Liste der Änderungen anschauen",
"Stable" : "Stabil",
"The most recent stable version. It is suited for regular use and will always update to the latest major version." : "Die neueste stabile Version. Diese ist für den regelmäßigen Gebrauch geeignet und wird immer auf die letzte Hauptversion aktualisiert.",
"The most recent stable version. It is suited for regular use and will always update to the latest major version." : "Die aktuellste stabile Version. Diese ist für den regelmäßigen Gebrauch geeignet und wird immer auf die letzte Hauptversion aktualisiert.",
"Production" : "Produktion",
"Will always provide the latest patch level, but not update to the next major release immediately. That update usually happens with the second minor release (x.0.2) and only if the instance is already on the latest minor version." : "Wird immer den letzten Patch-Stand anbieten., jedoch nicht sofort auf die nächste Hauptversion aktualisiert. Diese Aktualisierung erfolgt üblicherweise mit der zweiten kleineren Aktualisierung (x.0.2) und nur, wenn sich die Instanz bereits auf der letzten kleineren Aktualsierungsversion befindet.",
"Will always provide the latest patch level, but not update to the next major release immediately. That update usually happens with the second minor release (x.0.2) and only if the instance is already on the latest minor version." : "Bietet immer den aktuellsten Patchstand, aktualisiert jedoch nicht sofort auf die nächste Hauptversion. Diese Aktualisierung erfolgt üblicherweise mit der zweiten kleineren Aktualisierung (x.0.2) und nur, wenn sich die Instanz bereits auf der letzten kleineren Aktualsierungsversion befindet.",
"Beta" : "Beta",
"A pre-release version only for testing new features, not for production environments." : "Eine Vorabversion die einzig zum Testen neuer Funktionen dient, nicht aber für den Einsatz in Produktivumgebungen geeignet ist.",
"_<strong>%n</strong> app has no update for this version available_::_<strong>%n</strong> apps have no update for this version available_" : ["Für <strong>%n</strong> App steht keine Aktualisierung für diese Version zur Verfügung","Für <strong>%n</strong> Apps stehen keine Aktualisierungen für diese Version zur Verfügung"],

+ 25
- 1
apps/updatenotification/l10n/eo.js View File

@@ -24,6 +24,30 @@ OC.L10N.register(
"Update channel:" : "Ĝisdatiga kanalo:",
"You can always update to a newer version. But you can never downgrade to a more stable version." : "Vi povas ĝisdatigi iam ajn al pli nova versio. Sed vi povas neniam malĝisdatigi al pli stabila versio.",
"Note that after a new release it can take some time before it shows up here. We roll out new versions spread out over time to our users and sometimes skip a version when issues are found." : "Rimarku, ke, post nova eldono, necesos iom da tempo, antaŭ ol ĝi montriĝos ĉi tie. Ni eldonas novajn versiojn laŭgrade al niaj uzantoj, kaj ni kelkfoje preterlasas version, kiam oni trovas problemojn.",
"A new version is available: %s" : "Nova versio disponebla\\: %s"
"Notify members of the following groups about available updates:" : "Sciigi anojn de la jenaj grupoj pri disponeblaj ĝisdatigoj:",
"Only notification for app updates are available." : "Nur sciigoj pri aplikaĵaj ĝisdatigoj disponeblas.",
"The selected update channel makes dedicated notifications for the server obsolete." : "La elektita kanalo pri ĝisdatigoj igas la dediĉitajn sciigojn por la servilo neutilaj.",
"The selected update channel does not support updates of the server." : "La elektita ĝisdatiga kanalo ne subtenas ĝisdatigojn de la servilo.",
"A new version is available: <strong>{newVersionString}</strong>" : "Nova versio disponeblas: <strong>{newVersionString}</strong>",
"Checked on {lastCheckedDate}" : "Kontrolita je {lastCheckedDate}",
"Checking apps for compatible updates" : "Kontrolado de aplikaĵoj pri kongruaj ĝisdatigoj",
"Please make sure your config.php does not set <samp>appstoreenabled</samp> to false." : "Bv. certigi, ke via dosiero „config.php“ ne agordas <samp>appstoreenabled</samp> al malvero („false“).",
"Could not connect to the appstore or the appstore returned no updates at all. Search manually for updates or make sure your server has access to the internet and can connect to the appstore." : "Ne eblis konektiĝi al aplikaĵejo, aŭ la aplikaĵejo sendis neniun ĝisdatigojn. Serĉu permane pri ĝisdatigoj, aŭ certigu, ke via servilo povas aliri al la interreto kaj povas konektiĝi al la aplikaĵejo.",
"<strong>All</strong> apps have an update for this version available" : "<strong>Ĉiuj</strong> aplikaĵoj havas ĝisdatigon por tiu ĉi versio",
"View changelog" : "Vidi ŝanĝoprotokolon",
"Stable" : "Stabila",
"The most recent stable version. It is suited for regular use and will always update to the latest major version." : "La plej freŝa stabila versio. Ĝi taŭgas por ĉiutaga uzo, kaj ĝi ĝisdatiĝos ĉiufoje al la lasta ĉefversio.",
"Production" : "Produktado",
"Will always provide the latest patch level, but not update to the next major release immediately. That update usually happens with the second minor release (x.0.2) and only if the instance is already on the latest minor version." : "Ĝi uzas ĉiam la plej freŝan flikaĵon, sed ĝi ne tuj ĝisdatiĝos al la sekva ĉefversio. Transiro al la sekva ĉefversio okazos laŭ la dua neĉefa eldono (x.0.2), kaj nur se tiu servilo jam uzas la lastan neĉefan version.",
"Beta" : "Beta",
"A pre-release version only for testing new features, not for production environments." : "Antaŭeldona versio nur por testi novajn trajtojn; ne taŭgas por produktada medio.",
"_<strong>%n</strong> app has no update for this version available_::_<strong>%n</strong> apps have no update for this version available_" : ["<strong>%n</strong> aplikaĵo havas neniun ĝisdatigon por tiu versio","<strong>%n</strong> aplikaĵoj havas neniun ĝisdatigon por tiu versio"],
"Could not start updater, please try the manual update" : "Ne eblis ruli la ĝisdatigilon, bv. provi mane ĝisdatigi.",
"A new version is available: %s" : "Nova versio disponeblas: %s",
"Checked on %s" : "Kontrolita je %s",
"You can always update to a newer version / experimental channel. But you can never downgrade to a more stable channel." : "Vi povas ĝisdatigi iam ajn al pli nova aŭ eksperimenta kanalo. Sed vi povas neniam malĝisdatigi al pli stabila kanalo.",
"<strong>production</strong> will always provide the latest patch level, but not update to the next major release immediately. That update usually happens with the second minor release (x.0.2)." : "<strong>Produkatdo</strong> uzas ĉiam la plej freŝan flikaĵon, sed ĝi ne tuj ĝisdatiĝos al la sekva ĉefversio. Transiro al la sekva ĉefversio okazos laŭ la dua neĉefa eldono (x.0.2).",
"<strong>stable</strong> is the most recent stable version. It is suited for regular use and will always update to the latest major version." : "<strong>Stabila</strong> estas la plej freŝa stabila versio. Ĝi taŭgas por ĉiutaga uzo, kaj ĝi ĝisdatiĝos ĉiufoje al la lasta ĉefversio.",
"<strong>beta</strong> is a pre-release version only for testing new features, not for production environments." : "<strong>Beta</strong> estas antaŭeldona versio nur por testi novajn trajtojn; ĝi ne taŭgas por produktada medio."
},
"nplurals=2; plural=(n != 1);");

+ 25
- 1
apps/updatenotification/l10n/eo.json View File

@@ -22,6 +22,30 @@
"Update channel:" : "Ĝisdatiga kanalo:",
"You can always update to a newer version. But you can never downgrade to a more stable version." : "Vi povas ĝisdatigi iam ajn al pli nova versio. Sed vi povas neniam malĝisdatigi al pli stabila versio.",
"Note that after a new release it can take some time before it shows up here. We roll out new versions spread out over time to our users and sometimes skip a version when issues are found." : "Rimarku, ke, post nova eldono, necesos iom da tempo, antaŭ ol ĝi montriĝos ĉi tie. Ni eldonas novajn versiojn laŭgrade al niaj uzantoj, kaj ni kelkfoje preterlasas version, kiam oni trovas problemojn.",
"A new version is available: %s" : "Nova versio disponebla\\: %s"
"Notify members of the following groups about available updates:" : "Sciigi anojn de la jenaj grupoj pri disponeblaj ĝisdatigoj:",
"Only notification for app updates are available." : "Nur sciigoj pri aplikaĵaj ĝisdatigoj disponeblas.",
"The selected update channel makes dedicated notifications for the server obsolete." : "La elektita kanalo pri ĝisdatigoj igas la dediĉitajn sciigojn por la servilo neutilaj.",
"The selected update channel does not support updates of the server." : "La elektita ĝisdatiga kanalo ne subtenas ĝisdatigojn de la servilo.",
"A new version is available: <strong>{newVersionString}</strong>" : "Nova versio disponeblas: <strong>{newVersionString}</strong>",
"Checked on {lastCheckedDate}" : "Kontrolita je {lastCheckedDate}",
"Checking apps for compatible updates" : "Kontrolado de aplikaĵoj pri kongruaj ĝisdatigoj",
"Please make sure your config.php does not set <samp>appstoreenabled</samp> to false." : "Bv. certigi, ke via dosiero „config.php“ ne agordas <samp>appstoreenabled</samp> al malvero („false“).",
"Could not connect to the appstore or the appstore returned no updates at all. Search manually for updates or make sure your server has access to the internet and can connect to the appstore." : "Ne eblis konektiĝi al aplikaĵejo, aŭ la aplikaĵejo sendis neniun ĝisdatigojn. Serĉu permane pri ĝisdatigoj, aŭ certigu, ke via servilo povas aliri al la interreto kaj povas konektiĝi al la aplikaĵejo.",
"<strong>All</strong> apps have an update for this version available" : "<strong>Ĉiuj</strong> aplikaĵoj havas ĝisdatigon por tiu ĉi versio",
"View changelog" : "Vidi ŝanĝoprotokolon",
"Stable" : "Stabila",
"The most recent stable version. It is suited for regular use and will always update to the latest major version." : "La plej freŝa stabila versio. Ĝi taŭgas por ĉiutaga uzo, kaj ĝi ĝisdatiĝos ĉiufoje al la lasta ĉefversio.",
"Production" : "Produktado",
"Will always provide the latest patch level, but not update to the next major release immediately. That update usually happens with the second minor release (x.0.2) and only if the instance is already on the latest minor version." : "Ĝi uzas ĉiam la plej freŝan flikaĵon, sed ĝi ne tuj ĝisdatiĝos al la sekva ĉefversio. Transiro al la sekva ĉefversio okazos laŭ la dua neĉefa eldono (x.0.2), kaj nur se tiu servilo jam uzas la lastan neĉefan version.",
"Beta" : "Beta",
"A pre-release version only for testing new features, not for production environments." : "Antaŭeldona versio nur por testi novajn trajtojn; ne taŭgas por produktada medio.",
"_<strong>%n</strong> app has no update for this version available_::_<strong>%n</strong> apps have no update for this version available_" : ["<strong>%n</strong> aplikaĵo havas neniun ĝisdatigon por tiu versio","<strong>%n</strong> aplikaĵoj havas neniun ĝisdatigon por tiu versio"],
"Could not start updater, please try the manual update" : "Ne eblis ruli la ĝisdatigilon, bv. provi mane ĝisdatigi.",
"A new version is available: %s" : "Nova versio disponeblas: %s",
"Checked on %s" : "Kontrolita je %s",
"You can always update to a newer version / experimental channel. But you can never downgrade to a more stable channel." : "Vi povas ĝisdatigi iam ajn al pli nova aŭ eksperimenta kanalo. Sed vi povas neniam malĝisdatigi al pli stabila kanalo.",
"<strong>production</strong> will always provide the latest patch level, but not update to the next major release immediately. That update usually happens with the second minor release (x.0.2)." : "<strong>Produkatdo</strong> uzas ĉiam la plej freŝan flikaĵon, sed ĝi ne tuj ĝisdatiĝos al la sekva ĉefversio. Transiro al la sekva ĉefversio okazos laŭ la dua neĉefa eldono (x.0.2).",
"<strong>stable</strong> is the most recent stable version. It is suited for regular use and will always update to the latest major version." : "<strong>Stabila</strong> estas la plej freŝa stabila versio. Ĝi taŭgas por ĉiutaga uzo, kaj ĝi ĝisdatiĝos ĉiufoje al la lasta ĉefversio.",
"<strong>beta</strong> is a pre-release version only for testing new features, not for production environments." : "<strong>Beta</strong> estas antaŭeldona versio nur por testi novajn trajtojn; ĝi ne taŭgas por produktada medio."
},"pluralForm" :"nplurals=2; plural=(n != 1);"
}

+ 7
- 0
apps/updatenotification/l10n/es.js View File

@@ -22,6 +22,7 @@ OC.L10N.register(
"Your version is up to date." : "Su versión está actualizada.",
"A non-default update server is in use to be checked for updates:" : "Se está usando un servidor de actualización no estándar para comprobar actualizaciones:",
"Update channel:" : "Canal de actualización: ",
"You can always update to a newer version. But you can never downgrade to a more stable version." : "Siempre puedes actualizar a una versión más moderna. Pero no puedes desactualizar a una versión más estable.",
"Note that after a new release it can take some time before it shows up here. We roll out new versions spread out over time to our users and sometimes skip a version when issues are found." : "Nota: tras un nuevo lanzamiento, puede pasar algo de tiempo antes de que aparezca aquí. Escalonamos la difusión de nuevas versiones a nuestros usuarios y a veces saltamos una versión cuando aparecen problemas.",
"Notify members of the following groups about available updates:" : "Notificar a los miembros de los siguientes grupos sobre actualizaciones disponibles:",
"Only notification for app updates are available." : "Solo están disponibles las notificaciones para actualizaciones de apps",
@@ -34,6 +35,12 @@ OC.L10N.register(
"Could not connect to the appstore or the appstore returned no updates at all. Search manually for updates or make sure your server has access to the internet and can connect to the appstore." : "No se ha podido conectar a la appstore o la appstore no ha devuelto ninguna actualización. Busca actualizaciones manualmente o asegúrate de que tu servidor tiene acceso a internet y puede conectarse a la appstore.",
"<strong>All</strong> apps have an update for this version available" : "<strong>Todas</strong> las apps tienen disponible una actualización para esta versión",
"View changelog" : "Ver registro de cambios",
"Stable" : "Estable",
"The most recent stable version. It is suited for regular use and will always update to the latest major version." : "La versión estable más reciente. Es apropiada para uso regular y siempre se actualizará a la última versión mayor.",
"Production" : "Producción",
"Will always provide the latest patch level, but not update to the next major release immediately. That update usually happens with the second minor release (x.0.2) and only if the instance is already on the latest minor version." : "Proveerá siempre el último nivel de parches, pero no actualizará automáticamente a la próxima versión mayor. Esa actualización normalmente sucede con la segunda versión menor (x.0.2) y solo si la instancia ya está en la última versión menor.",
"Beta" : "Beta",
"A pre-release version only for testing new features, not for production environments." : "Una versión preliminar solo para probar nuevas características, no para entornos de producción.",
"_<strong>%n</strong> app has no update for this version available_::_<strong>%n</strong> apps have no update for this version available_" : ["<strong>%n</strong> app no tiene actualización disponible para esta versión.","<strong>%n</strong> apps no tienen actualización disponible para esta versión."],
"Could not start updater, please try the manual update" : "No se ha podido iniciar el actualizador. Por favor, prueba a realizar la actualización de forma manual",
"A new version is available: %s" : "Hay una nueva versión disponible: %s",

+ 7
- 0
apps/updatenotification/l10n/es.json View File

@@ -20,6 +20,7 @@
"Your version is up to date." : "Su versión está actualizada.",
"A non-default update server is in use to be checked for updates:" : "Se está usando un servidor de actualización no estándar para comprobar actualizaciones:",
"Update channel:" : "Canal de actualización: ",
"You can always update to a newer version. But you can never downgrade to a more stable version." : "Siempre puedes actualizar a una versión más moderna. Pero no puedes desactualizar a una versión más estable.",
"Note that after a new release it can take some time before it shows up here. We roll out new versions spread out over time to our users and sometimes skip a version when issues are found." : "Nota: tras un nuevo lanzamiento, puede pasar algo de tiempo antes de que aparezca aquí. Escalonamos la difusión de nuevas versiones a nuestros usuarios y a veces saltamos una versión cuando aparecen problemas.",
"Notify members of the following groups about available updates:" : "Notificar a los miembros de los siguientes grupos sobre actualizaciones disponibles:",
"Only notification for app updates are available." : "Solo están disponibles las notificaciones para actualizaciones de apps",
@@ -32,6 +33,12 @@
"Could not connect to the appstore or the appstore returned no updates at all. Search manually for updates or make sure your server has access to the internet and can connect to the appstore." : "No se ha podido conectar a la appstore o la appstore no ha devuelto ninguna actualización. Busca actualizaciones manualmente o asegúrate de que tu servidor tiene acceso a internet y puede conectarse a la appstore.",
"<strong>All</strong> apps have an update for this version available" : "<strong>Todas</strong> las apps tienen disponible una actualización para esta versión",
"View changelog" : "Ver registro de cambios",
"Stable" : "Estable",
"The most recent stable version. It is suited for regular use and will always update to the latest major version." : "La versión estable más reciente. Es apropiada para uso regular y siempre se actualizará a la última versión mayor.",
"Production" : "Producción",
"Will always provide the latest patch level, but not update to the next major release immediately. That update usually happens with the second minor release (x.0.2) and only if the instance is already on the latest minor version." : "Proveerá siempre el último nivel de parches, pero no actualizará automáticamente a la próxima versión mayor. Esa actualización normalmente sucede con la segunda versión menor (x.0.2) y solo si la instancia ya está en la última versión menor.",
"Beta" : "Beta",
"A pre-release version only for testing new features, not for production environments." : "Una versión preliminar solo para probar nuevas características, no para entornos de producción.",
"_<strong>%n</strong> app has no update for this version available_::_<strong>%n</strong> apps have no update for this version available_" : ["<strong>%n</strong> app no tiene actualización disponible para esta versión.","<strong>%n</strong> apps no tienen actualización disponible para esta versión."],
"Could not start updater, please try the manual update" : "No se ha podido iniciar el actualizador. Por favor, prueba a realizar la actualización de forma manual",
"A new version is available: %s" : "Hay una nueva versión disponible: %s",

+ 7
- 0
apps/updatenotification/l10n/nl.js View File

@@ -22,6 +22,7 @@ OC.L10N.register(
"Your version is up to date." : "Je versie is up to date.",
"A non-default update server is in use to be checked for updates:" : "Een niet-standaard updateserver is in gebruik om te worden gecontroleerd op updates:",
"Update channel:" : "Bijwerkkanaal:",
"You can always update to a newer version. But you can never downgrade to a more stable version." : "Je kan altijd naar een nieuwere versie, maar je kan nooit terug naar een oudere stabielere versie.",
"Note that after a new release it can take some time before it shows up here. We roll out new versions spread out over time to our users and sometimes skip a version when issues are found." : "Houd er rekening mee dat het enige tijd kan duren voordat na een nieuwe versie hier verschijnt. We verspreiden nieuwe versies over de tijd aan onze gebruikers en soms slaan we een versie over als er problemen zijn gevonden.",
"Notify members of the following groups about available updates:" : "Geef een melding over beschikbare updates aan leden van de volgende groepen:",
"Only notification for app updates are available." : "Er zijn alleen meldingen voor apps beschikbaar.",
@@ -34,6 +35,12 @@ OC.L10N.register(
"Could not connect to the appstore or the appstore returned no updates at all. Search manually for updates or make sure your server has access to the internet and can connect to the appstore." : "Kan niet verbinden met de appstore of de appstore gaf geen updates terug. Zoek handmatig naar updates of verifieer dat je server internettoegang heeft en kan verbinden met de appstore.",
"<strong>All</strong> apps have an update for this version available" : "<strong>Alle</strong> apps hebben een update voor deze versie beschikbaar",
"View changelog" : "Bekijk wijzigingenoverzicht",
"Stable" : "Stabiel",
"The most recent stable version. It is suited for regular use and will always update to the latest major version." : "De meest recente stabiele versie. Het is geschikt voor normaal gebruik en werkt altijd bij naar de laatste hoofdversie.",
"Production" : "Productie",
"Will always provide the latest patch level, but not update to the next major release immediately. That update usually happens with the second minor release (x.0.2) and only if the instance is already on the latest minor version." : "Geeft altijd de laatste aanpassingen, maar zal niet onmiddellijk naar de volgende hoofdversie gaan. Dat gebeurt wanneer de tweede sub versie (x.0.2) vrijgegeven wordt en alleen wanneer de huidige versie ook al op de laatste sub versie is.",
"Beta" : "Test",
"A pre-release version only for testing new features, not for production environments." : "Een vroeg vrijgegeven versie alleen voor het testen van nieuwe functies, niet voor produktie omgevingen.",
"_<strong>%n</strong> app has no update for this version available_::_<strong>%n</strong> apps have no update for this version available_" : ["<strong>%n</strong> app heeft geen update voor deze versie beschikbaar","<strong>%n</strong> apps hebben geen update voor deze versie beschikbaar"],
"Could not start updater, please try the manual update" : "Kon de updater niet starten, probeer de handmatige update",
"A new version is available: %s" : "Er is een nieuwe versie beschikbaar: %s",

+ 7
- 0
apps/updatenotification/l10n/nl.json View File

@@ -20,6 +20,7 @@
"Your version is up to date." : "Je versie is up to date.",
"A non-default update server is in use to be checked for updates:" : "Een niet-standaard updateserver is in gebruik om te worden gecontroleerd op updates:",
"Update channel:" : "Bijwerkkanaal:",
"You can always update to a newer version. But you can never downgrade to a more stable version." : "Je kan altijd naar een nieuwere versie, maar je kan nooit terug naar een oudere stabielere versie.",
"Note that after a new release it can take some time before it shows up here. We roll out new versions spread out over time to our users and sometimes skip a version when issues are found." : "Houd er rekening mee dat het enige tijd kan duren voordat na een nieuwe versie hier verschijnt. We verspreiden nieuwe versies over de tijd aan onze gebruikers en soms slaan we een versie over als er problemen zijn gevonden.",
"Notify members of the following groups about available updates:" : "Geef een melding over beschikbare updates aan leden van de volgende groepen:",
"Only notification for app updates are available." : "Er zijn alleen meldingen voor apps beschikbaar.",
@@ -32,6 +33,12 @@
"Could not connect to the appstore or the appstore returned no updates at all. Search manually for updates or make sure your server has access to the internet and can connect to the appstore." : "Kan niet verbinden met de appstore of de appstore gaf geen updates terug. Zoek handmatig naar updates of verifieer dat je server internettoegang heeft en kan verbinden met de appstore.",
"<strong>All</strong> apps have an update for this version available" : "<strong>Alle</strong> apps hebben een update voor deze versie beschikbaar",
"View changelog" : "Bekijk wijzigingenoverzicht",
"Stable" : "Stabiel",
"The most recent stable version. It is suited for regular use and will always update to the latest major version." : "De meest recente stabiele versie. Het is geschikt voor normaal gebruik en werkt altijd bij naar de laatste hoofdversie.",
"Production" : "Productie",
"Will always provide the latest patch level, but not update to the next major release immediately. That update usually happens with the second minor release (x.0.2) and only if the instance is already on the latest minor version." : "Geeft altijd de laatste aanpassingen, maar zal niet onmiddellijk naar de volgende hoofdversie gaan. Dat gebeurt wanneer de tweede sub versie (x.0.2) vrijgegeven wordt en alleen wanneer de huidige versie ook al op de laatste sub versie is.",
"Beta" : "Test",
"A pre-release version only for testing new features, not for production environments." : "Een vroeg vrijgegeven versie alleen voor het testen van nieuwe functies, niet voor produktie omgevingen.",
"_<strong>%n</strong> app has no update for this version available_::_<strong>%n</strong> apps have no update for this version available_" : ["<strong>%n</strong> app heeft geen update voor deze versie beschikbaar","<strong>%n</strong> apps hebben geen update voor deze versie beschikbaar"],
"Could not start updater, please try the manual update" : "Kon de updater niet starten, probeer de handmatige update",
"A new version is available: %s" : "Er is een nieuwe versie beschikbaar: %s",

+ 2
- 0
apps/user_ldap/l10n/de.js View File

@@ -176,6 +176,8 @@ OC.L10N.register(
"Set the user's email from their LDAP attribute. Leave it empty for default behaviour." : "E-Mail-Adresse des Benutzers aus seinem LDAP-Attribut generieren. Für Standard-Verhalten leer lassen.",
"User Home Folder Naming Rule" : "Benennungsregel für das Home-Verzeichnis des Benutzers",
"Leave empty for user name (default). Otherwise, specify an LDAP/AD attribute." : "Ohne Eingabe wird der Benutzername (Standard) verwendet. Anderenfall trage ein LDAP/AD-Attribut ein.",
"\"$home\" Placeholder Field" : "\"$home\" Platzhalter-Feld",
"$home in an external storage configuration will replaced with the value of the specified attribute" : "$home in der Konfiguration eines extern angeschlossenen Speichers wird mit dem Wert des angegebenen Attributs ersetzt",
"Internal Username" : "Interner Benutzername",
"By default the internal username will be created from the UUID attribute. It makes sure that the username is unique and characters do not need to be converted. The internal username has the restriction that only these characters are allowed: [ a-zA-Z0-9_.@- ]. Other characters are replaced with their ASCII correspondence or simply omitted. On collisions a number will be added/increased. The internal username is used to identify a user internally. It is also the default name for the user home folder. It is also a part of remote URLs, for instance for all *DAV services. With this setting, the default behavior can be overridden. Leave it empty for default behavior. Changes will have effect only on newly mapped (added) LDAP users." : "Standardmäßig wird der interne Benutzername aus dem UUID-Atribut erstellt. So wird sichergestellt, dass der Benutzername einmalig ist und Zeichen nicht konvertiert werden müssen. Für den internen Benutzernamen sind nur folgende Zeichen zulässig: [ a-zA-Z0-9_.@- ]. Andere Zeichen werden mit ihrer ASCII-Entsprechung ersetzt oder einfach weggelassen. Bei Kollisionen wird eine Nummer hinzugefügt/erhöht. Der interne Benutzername wird verwandt, um den Benutzer intern zu identifizieren. Er ist ausserdem der Standardname für den Stamm-Ordner des Benutzers. Darüber hinaus ist er Teil der URLs für den Zugriff, zum Bespiel für alle *DAV-Dienste. Mit dieser Einstellung, kann das Standardverhalten geändert werden. Für die Standardeinstellung, lasse das Eingabefeld leer. Änderungen wirken sich nur auf neu eingetragene (hinzugefügte) LDAP-Benutzer aus.",
"Internal Username Attribute:" : "Attribut für interne Benutzernamen:",

+ 2
- 0
apps/user_ldap/l10n/de.json View File

@@ -174,6 +174,8 @@
"Set the user's email from their LDAP attribute. Leave it empty for default behaviour." : "E-Mail-Adresse des Benutzers aus seinem LDAP-Attribut generieren. Für Standard-Verhalten leer lassen.",
"User Home Folder Naming Rule" : "Benennungsregel für das Home-Verzeichnis des Benutzers",
"Leave empty for user name (default). Otherwise, specify an LDAP/AD attribute." : "Ohne Eingabe wird der Benutzername (Standard) verwendet. Anderenfall trage ein LDAP/AD-Attribut ein.",
"\"$home\" Placeholder Field" : "\"$home\" Platzhalter-Feld",
"$home in an external storage configuration will replaced with the value of the specified attribute" : "$home in der Konfiguration eines extern angeschlossenen Speichers wird mit dem Wert des angegebenen Attributs ersetzt",
"Internal Username" : "Interner Benutzername",
"By default the internal username will be created from the UUID attribute. It makes sure that the username is unique and characters do not need to be converted. The internal username has the restriction that only these characters are allowed: [ a-zA-Z0-9_.@- ]. Other characters are replaced with their ASCII correspondence or simply omitted. On collisions a number will be added/increased. The internal username is used to identify a user internally. It is also the default name for the user home folder. It is also a part of remote URLs, for instance for all *DAV services. With this setting, the default behavior can be overridden. Leave it empty for default behavior. Changes will have effect only on newly mapped (added) LDAP users." : "Standardmäßig wird der interne Benutzername aus dem UUID-Atribut erstellt. So wird sichergestellt, dass der Benutzername einmalig ist und Zeichen nicht konvertiert werden müssen. Für den internen Benutzernamen sind nur folgende Zeichen zulässig: [ a-zA-Z0-9_.@- ]. Andere Zeichen werden mit ihrer ASCII-Entsprechung ersetzt oder einfach weggelassen. Bei Kollisionen wird eine Nummer hinzugefügt/erhöht. Der interne Benutzername wird verwandt, um den Benutzer intern zu identifizieren. Er ist ausserdem der Standardname für den Stamm-Ordner des Benutzers. Darüber hinaus ist er Teil der URLs für den Zugriff, zum Bespiel für alle *DAV-Dienste. Mit dieser Einstellung, kann das Standardverhalten geändert werden. Für die Standardeinstellung, lasse das Eingabefeld leer. Änderungen wirken sich nur auf neu eingetragene (hinzugefügte) LDAP-Benutzer aus.",
"Internal Username Attribute:" : "Attribut für interne Benutzernamen:",

+ 2
- 0
apps/user_ldap/l10n/de_DE.js View File

@@ -176,6 +176,8 @@ OC.L10N.register(
"Set the user's email from their LDAP attribute. Leave it empty for default behaviour." : "E-Mail-Adresse des Benutzers aus seinem LDAP-Attribut generieren. Für Standard-Verhalten leer lassen.",
"User Home Folder Naming Rule" : "Benennungsregel für das Home-Verzeichnis des Benutzers",
"Leave empty for user name (default). Otherwise, specify an LDAP/AD attribute." : "Ohne Eingabe wird der Benutzername (Standard) verwendet. Anderenfalls tragen Sie bitte ein LDAP/AD-Attribut ein.",
"\"$home\" Placeholder Field" : "\"$home\" Platzhalter-Feld",
"$home in an external storage configuration will replaced with the value of the specified attribute" : "$home in der Konfiguration eines extern angeschlossenen Speichers wird mit dem Wert des angegebenen Attributs ersetzt",
"Internal Username" : "Interner Benutzername",
"By default the internal username will be created from the UUID attribute. It makes sure that the username is unique and characters do not need to be converted. The internal username has the restriction that only these characters are allowed: [ a-zA-Z0-9_.@- ]. Other characters are replaced with their ASCII correspondence or simply omitted. On collisions a number will be added/increased. The internal username is used to identify a user internally. It is also the default name for the user home folder. It is also a part of remote URLs, for instance for all *DAV services. With this setting, the default behavior can be overridden. Leave it empty for default behavior. Changes will have effect only on newly mapped (added) LDAP users." : "Standardmäßig wird der interne Benutzername aus dem UUID-Atribut erstellt. So wird sichergestellt, dass der Benutzername einmalig ist und Zeichen nicht konvertiert werden müssen. Für den internen Benutzernamen sind nur folgende Zeichen zulässig: [ a-zA-Z0-9_.@- ]. Andere Zeichen werden mit ihrer ASCII-Entsprechung ersetzt oder einfach weggelassen. Bei Kollisionen wird eine Nummer hinzugefügt/erhöht. Der interne Benutzername wird verwandt, um den Benutzer intern zu identifizieren. Er ist ausserdem der Standardname für den Stamm-Ordner des Benutzers. Darüber hinaus ist er Teil der URLs für den Zugriff, zum Bespiel für alle *DAV-Dienste. Mit dieser Einstellung, kann das Standardverhalten geändert werden. Für die Standardeinstellung, lassen Sie das Eingabefeld leer. Änderungen wirken sich nur auf neu eingetragene (hinzugefügte) LDAP-Benutzer aus.",
"Internal Username Attribute:" : "Interne Eigenschaften des Benutzers:",

+ 2
- 0
apps/user_ldap/l10n/de_DE.json View File

@@ -174,6 +174,8 @@
"Set the user's email from their LDAP attribute. Leave it empty for default behaviour." : "E-Mail-Adresse des Benutzers aus seinem LDAP-Attribut generieren. Für Standard-Verhalten leer lassen.",
"User Home Folder Naming Rule" : "Benennungsregel für das Home-Verzeichnis des Benutzers",
"Leave empty for user name (default). Otherwise, specify an LDAP/AD attribute." : "Ohne Eingabe wird der Benutzername (Standard) verwendet. Anderenfalls tragen Sie bitte ein LDAP/AD-Attribut ein.",
"\"$home\" Placeholder Field" : "\"$home\" Platzhalter-Feld",
"$home in an external storage configuration will replaced with the value of the specified attribute" : "$home in der Konfiguration eines extern angeschlossenen Speichers wird mit dem Wert des angegebenen Attributs ersetzt",
"Internal Username" : "Interner Benutzername",
"By default the internal username will be created from the UUID attribute. It makes sure that the username is unique and characters do not need to be converted. The internal username has the restriction that only these characters are allowed: [ a-zA-Z0-9_.@- ]. Other characters are replaced with their ASCII correspondence or simply omitted. On collisions a number will be added/increased. The internal username is used to identify a user internally. It is also the default name for the user home folder. It is also a part of remote URLs, for instance for all *DAV services. With this setting, the default behavior can be overridden. Leave it empty for default behavior. Changes will have effect only on newly mapped (added) LDAP users." : "Standardmäßig wird der interne Benutzername aus dem UUID-Atribut erstellt. So wird sichergestellt, dass der Benutzername einmalig ist und Zeichen nicht konvertiert werden müssen. Für den internen Benutzernamen sind nur folgende Zeichen zulässig: [ a-zA-Z0-9_.@- ]. Andere Zeichen werden mit ihrer ASCII-Entsprechung ersetzt oder einfach weggelassen. Bei Kollisionen wird eine Nummer hinzugefügt/erhöht. Der interne Benutzername wird verwandt, um den Benutzer intern zu identifizieren. Er ist ausserdem der Standardname für den Stamm-Ordner des Benutzers. Darüber hinaus ist er Teil der URLs für den Zugriff, zum Bespiel für alle *DAV-Dienste. Mit dieser Einstellung, kann das Standardverhalten geändert werden. Für die Standardeinstellung, lassen Sie das Eingabefeld leer. Änderungen wirken sich nur auf neu eingetragene (hinzugefügte) LDAP-Benutzer aus.",
"Internal Username Attribute:" : "Interne Eigenschaften des Benutzers:",

+ 3
- 1
apps/user_ldap/l10n/gl.js View File

@@ -51,7 +51,7 @@ OC.L10N.register(
"An unspecified error occurred. Please check log and settings." : "Produciuse un erro non especificado. Comprobe o rexistro e os axustes.",
"The search filter is invalid, probably due to syntax issues like uneven number of opened and closed brackets. Please revise." : "O filtro de busca é incorrecto, probabelmente por mor de erros de sintaxe como un número impar de chaves de apertura/peche. Revíseo.",
"A connection error to LDAP / AD occurred, please check host, port and credentials." : "Produciuse un erro de conexión no LDAP / AD, comprobe a máquina o porto e as credenciais.",
"The \"%uid\" placeholder is missing. It will be replaced with the login name when querying LDAP / AD." : "Non se atopou o marcador de posición «%uid». Vai seren substituído co nome de acceso cando se consulta LDAP / AD.",
"The \"%uid\" placeholder is missing. It will be replaced with the login name when querying LDAP / AD." : "Non se atopou o «%u ID» do marcador de posición. Vai seren substituído co nome de acceso cando se consulta LDAP / AD.",
"Please provide a login name to test against" : "Forneza o nome de acceso para facer a proba",
"The group box was disabled, because the LDAP / AD server does not support memberOf." : "A caixa de grupo está desactivada, o servidor LDAP / AD non admite «memberOf».",
"Password change rejected. Hint: " : "Contrasinal rexeitado. Consello:",
@@ -176,6 +176,8 @@ OC.L10N.register(
"Set the user's email from their LDAP attribute. Leave it empty for default behaviour." : "Axustar o correo do usuario dende un atributo LDAP. Déixeo baleiro para un comportamento predeterminado.",
"User Home Folder Naming Rule" : "Regra de nomeado do cartafol do usuario",
"Leave empty for user name (default). Otherwise, specify an LDAP/AD attribute." : "Deixar baleiro para o nome de usuario (predeterminado). Noutro caso, especifique un atributo LDAP/AD.",
"\"$home\" Placeholder Field" : "Campo de marcador de posición «$home»",
"$home in an external storage configuration will replaced with the value of the specified attribute" : "Nunha configuración de almacenamento externo substituirase $home polo valor do atributo especificado",
"Internal Username" : "Nome interno de usuario",
"By default the internal username will be created from the UUID attribute. It makes sure that the username is unique and characters do not need to be converted. The internal username has the restriction that only these characters are allowed: [ a-zA-Z0-9_.@- ]. Other characters are replaced with their ASCII correspondence or simply omitted. On collisions a number will be added/increased. The internal username is used to identify a user internally. It is also the default name for the user home folder. It is also a part of remote URLs, for instance for all *DAV services. With this setting, the default behavior can be overridden. Leave it empty for default behavior. Changes will have effect only on newly mapped (added) LDAP users." : "De xeito predeterminado, o nome interno de usuario crearase a partires do atributo UUID. Isto asegura que o nome de usuario é único e non é necesario converter os caracteres. O nome interno de usuario ten a restrición de que só se admiten estes caracteres: [ a-zA-Z0-9_.@- ]. Outros caracteres son substituídos pola súa correspondencia ASCII ou simplemente omitidos. En caso de colisións engadirase/incrementarase un número. O nome interno de usuario usase para identificar internamente a un usuario. É tamén o nome predeterminado do cartafol de inicio do usuario. Tamén é parte dos URL remotos, por exemplo para todos os servizos *DAV. Con esta configuración, pódese anular o comportamento predeterminado. Déixeo baleiro para usar o comportamento predeterminado. Os cambios terán efecto só nos usuarios LDAP signados (engadidos) após os cambios.",
"Internal Username Attribute:" : "Atributo do nome interno de usuario:",

+ 3
- 1
apps/user_ldap/l10n/gl.json View File

@@ -49,7 +49,7 @@
"An unspecified error occurred. Please check log and settings." : "Produciuse un erro non especificado. Comprobe o rexistro e os axustes.",
"The search filter is invalid, probably due to syntax issues like uneven number of opened and closed brackets. Please revise." : "O filtro de busca é incorrecto, probabelmente por mor de erros de sintaxe como un número impar de chaves de apertura/peche. Revíseo.",
"A connection error to LDAP / AD occurred, please check host, port and credentials." : "Produciuse un erro de conexión no LDAP / AD, comprobe a máquina o porto e as credenciais.",
"The \"%uid\" placeholder is missing. It will be replaced with the login name when querying LDAP / AD." : "Non se atopou o marcador de posición «%uid». Vai seren substituído co nome de acceso cando se consulta LDAP / AD.",
"The \"%uid\" placeholder is missing. It will be replaced with the login name when querying LDAP / AD." : "Non se atopou o «%u ID» do marcador de posición. Vai seren substituído co nome de acceso cando se consulta LDAP / AD.",
"Please provide a login name to test against" : "Forneza o nome de acceso para facer a proba",
"The group box was disabled, because the LDAP / AD server does not support memberOf." : "A caixa de grupo está desactivada, o servidor LDAP / AD non admite «memberOf».",
"Password change rejected. Hint: " : "Contrasinal rexeitado. Consello:",
@@ -174,6 +174,8 @@
"Set the user's email from their LDAP attribute. Leave it empty for default behaviour." : "Axustar o correo do usuario dende un atributo LDAP. Déixeo baleiro para un comportamento predeterminado.",
"User Home Folder Naming Rule" : "Regra de nomeado do cartafol do usuario",
"Leave empty for user name (default). Otherwise, specify an LDAP/AD attribute." : "Deixar baleiro para o nome de usuario (predeterminado). Noutro caso, especifique un atributo LDAP/AD.",
"\"$home\" Placeholder Field" : "Campo de marcador de posición «$home»",
"$home in an external storage configuration will replaced with the value of the specified attribute" : "Nunha configuración de almacenamento externo substituirase $home polo valor do atributo especificado",
"Internal Username" : "Nome interno de usuario",
"By default the internal username will be created from the UUID attribute. It makes sure that the username is unique and characters do not need to be converted. The internal username has the restriction that only these characters are allowed: [ a-zA-Z0-9_.@- ]. Other characters are replaced with their ASCII correspondence or simply omitted. On collisions a number will be added/increased. The internal username is used to identify a user internally. It is also the default name for the user home folder. It is also a part of remote URLs, for instance for all *DAV services. With this setting, the default behavior can be overridden. Leave it empty for default behavior. Changes will have effect only on newly mapped (added) LDAP users." : "De xeito predeterminado, o nome interno de usuario crearase a partires do atributo UUID. Isto asegura que o nome de usuario é único e non é necesario converter os caracteres. O nome interno de usuario ten a restrición de que só se admiten estes caracteres: [ a-zA-Z0-9_.@- ]. Outros caracteres son substituídos pola súa correspondencia ASCII ou simplemente omitidos. En caso de colisións engadirase/incrementarase un número. O nome interno de usuario usase para identificar internamente a un usuario. É tamén o nome predeterminado do cartafol de inicio do usuario. Tamén é parte dos URL remotos, por exemplo para todos os servizos *DAV. Con esta configuración, pódese anular o comportamento predeterminado. Déixeo baleiro para usar o comportamento predeterminado. Os cambios terán efecto só nos usuarios LDAP signados (engadidos) após os cambios.",
"Internal Username Attribute:" : "Atributo do nome interno de usuario:",

+ 1
- 0
apps/user_ldap/l10n/lt_LT.js View File

@@ -55,6 +55,7 @@ OC.L10N.register(
"Please login with the new password" : "Prisijunkite su nauju slaptažodžiu",
"Your password will expire tomorrow." : "Jūsų slaptažodžio galiojimo laikas pasibaigs rytoj.",
"Your password will expire today." : "Jūsų slaptažodžio galiojimo laikas baigiasi šiandien.",
"_Your password will expire within %n day._::_Your password will expire within %n days._" : ["Jūsų slaptažodis nustos galioti po %n dienos.","Jūsų slaptažodis nustos galioti po %n dienų.","Jūsų slaptažodis nustos galioti po %n dienų.","Jūsų slaptažodis nustos galioti po %n dienos."],
"LDAP / AD integration" : "LDAP / AD integracija",
"_%s group found_::_%s groups found_" : ["Rasta %s grupė","Rastos %s grupės","Rastos %s grupės","Rastos %s grupės"],
"_%s user found_::_%s users found_" : ["Rastas %s naudotojas","Rasti %s naudotojai","Rasta %s naudotojų","Rasta %s naudotojų"],

+ 1
- 0
apps/user_ldap/l10n/lt_LT.json View File

@@ -53,6 +53,7 @@
"Please login with the new password" : "Prisijunkite su nauju slaptažodžiu",
"Your password will expire tomorrow." : "Jūsų slaptažodžio galiojimo laikas pasibaigs rytoj.",
"Your password will expire today." : "Jūsų slaptažodžio galiojimo laikas baigiasi šiandien.",
"_Your password will expire within %n day._::_Your password will expire within %n days._" : ["Jūsų slaptažodis nustos galioti po %n dienos.","Jūsų slaptažodis nustos galioti po %n dienų.","Jūsų slaptažodis nustos galioti po %n dienų.","Jūsų slaptažodis nustos galioti po %n dienos."],
"LDAP / AD integration" : "LDAP / AD integracija",
"_%s group found_::_%s groups found_" : ["Rasta %s grupė","Rastos %s grupės","Rastos %s grupės","Rastos %s grupės"],
"_%s user found_::_%s users found_" : ["Rastas %s naudotojas","Rasti %s naudotojai","Rasta %s naudotojų","Rasta %s naudotojų"],

+ 2
- 0
apps/user_ldap/l10n/nl.js View File

@@ -176,6 +176,8 @@ OC.L10N.register(
"Set the user's email from their LDAP attribute. Leave it empty for default behaviour." : "Stel het e-mailadres van de gebruiker op het LDAP attribuut. Vul niets in voor de standaardwijze.",
"User Home Folder Naming Rule" : "Gebruikers Home map naamgevingsregel",
"Leave empty for user name (default). Otherwise, specify an LDAP/AD attribute." : "Laat leeg voor de gebruikersnaam (standaard). Of specificeer een LDAP/AD attribuut.",
"\"$home\" Placeholder Field" : "\"$home\" Plaatshouder veld",
"$home in an external storage configuration will replaced with the value of the specified attribute" : "$home in een externe opslag configuratie wordt vervangen door de waarde van het gespecificeerde attribuut",
"Internal Username" : "Interne gebruikersnaam",
"By default the internal username will be created from the UUID attribute. It makes sure that the username is unique and characters do not need to be converted. The internal username has the restriction that only these characters are allowed: [ a-zA-Z0-9_.@- ]. Other characters are replaced with their ASCII correspondence or simply omitted. On collisions a number will be added/increased. The internal username is used to identify a user internally. It is also the default name for the user home folder. It is also a part of remote URLs, for instance for all *DAV services. With this setting, the default behavior can be overridden. Leave it empty for default behavior. Changes will have effect only on newly mapped (added) LDAP users." : "Standaard wordt de interne gebruikersnaam afgeleid van het UUID attribuut. dat zorgt ervoor dat de gebruikersnaam uniek is en dat tekens niet hoeven te worden geconverteerd. De interne gebruikersnaam heeft de beperking dat alleen deze tekens zijn toegestaan: [ a-zA-Z0-9_.@- ]. Andere tekens worden vervangen door hun overeenkomstige ASCII-waarde of simpelweg weggelaten. Bij conflicten wordt een nummer toegevoegd/verhoogd. De interne gebruikersnaam wordt gebruikt om een gebruiker intern te identificeren. Het is ook de standaardnaam voor de thuis-map van de gebruiker. Het is ook onderdeel van de externe URLs, bijvoorbeeld voor alle *DAV services. Met deze instelling kan het standaardgedrag worden overschreven. Laat het leeg voor de standaardwerkwijze. Wijzigingen hebben alleen effect voor nieuw gekoppelde (toegevoegde) LDAP gebruikers.",
"Internal Username Attribute:" : "Interne gebruikersnaam attribuut:",

+ 2
- 0
apps/user_ldap/l10n/nl.json View File

@@ -174,6 +174,8 @@
"Set the user's email from their LDAP attribute. Leave it empty for default behaviour." : "Stel het e-mailadres van de gebruiker op het LDAP attribuut. Vul niets in voor de standaardwijze.",
"User Home Folder Naming Rule" : "Gebruikers Home map naamgevingsregel",
"Leave empty for user name (default). Otherwise, specify an LDAP/AD attribute." : "Laat leeg voor de gebruikersnaam (standaard). Of specificeer een LDAP/AD attribuut.",
"\"$home\" Placeholder Field" : "\"$home\" Plaatshouder veld",
"$home in an external storage configuration will replaced with the value of the specified attribute" : "$home in een externe opslag configuratie wordt vervangen door de waarde van het gespecificeerde attribuut",
"Internal Username" : "Interne gebruikersnaam",
"By default the internal username will be created from the UUID attribute. It makes sure that the username is unique and characters do not need to be converted. The internal username has the restriction that only these characters are allowed: [ a-zA-Z0-9_.@- ]. Other characters are replaced with their ASCII correspondence or simply omitted. On collisions a number will be added/increased. The internal username is used to identify a user internally. It is also the default name for the user home folder. It is also a part of remote URLs, for instance for all *DAV services. With this setting, the default behavior can be overridden. Leave it empty for default behavior. Changes will have effect only on newly mapped (added) LDAP users." : "Standaard wordt de interne gebruikersnaam afgeleid van het UUID attribuut. dat zorgt ervoor dat de gebruikersnaam uniek is en dat tekens niet hoeven te worden geconverteerd. De interne gebruikersnaam heeft de beperking dat alleen deze tekens zijn toegestaan: [ a-zA-Z0-9_.@- ]. Andere tekens worden vervangen door hun overeenkomstige ASCII-waarde of simpelweg weggelaten. Bij conflicten wordt een nummer toegevoegd/verhoogd. De interne gebruikersnaam wordt gebruikt om een gebruiker intern te identificeren. Het is ook de standaardnaam voor de thuis-map van de gebruiker. Het is ook onderdeel van de externe URLs, bijvoorbeeld voor alle *DAV services. Met deze instelling kan het standaardgedrag worden overschreven. Laat het leeg voor de standaardwerkwijze. Wijzigingen hebben alleen effect voor nieuw gekoppelde (toegevoegde) LDAP gebruikers.",
"Internal Username Attribute:" : "Interne gebruikersnaam attribuut:",

+ 2
- 0
apps/user_ldap/l10n/pt_BR.js View File

@@ -176,6 +176,8 @@ OC.L10N.register(
"Set the user's email from their LDAP attribute. Leave it empty for default behaviour." : "Defina o e-mail do usuário de seu atributo LDAP. Deixe vazio para o comportamento padrão.",
"User Home Folder Naming Rule" : "Regra de nomeação de pasta de usuário Home",
"Leave empty for user name (default). Otherwise, specify an LDAP/AD attribute." : "Deixe vazio para nome de usuário (padrão). Caso contrário, especifique um atributo LDAP/AD.",
"\"$home\" Placeholder Field" : "Campo Reservado \"$home\"",
"$home in an external storage configuration will replaced with the value of the specified attribute" : "$home em uma configuração de armazenamento externo será substituído pelo valor do atributo especificado",
"Internal Username" : "Nome de usuário interno",
"By default the internal username will be created from the UUID attribute. It makes sure that the username is unique and characters do not need to be converted. The internal username has the restriction that only these characters are allowed: [ a-zA-Z0-9_.@- ]. Other characters are replaced with their ASCII correspondence or simply omitted. On collisions a number will be added/increased. The internal username is used to identify a user internally. It is also the default name for the user home folder. It is also a part of remote URLs, for instance for all *DAV services. With this setting, the default behavior can be overridden. Leave it empty for default behavior. Changes will have effect only on newly mapped (added) LDAP users." : "Por padrão, um nome de usuário interno será criado a partir de um atributo UUID. Isso garante que o nome de usuário seja único e estes caracteres não precisam ser convertidos. um nome de usuário interno possui a restrição que somente estes caracteres são permitdos: [ a-zA-Z0-9_.@- ]. Outros caracteres serão substituidos por seus correspondentes ASCII ou simplesmente omitidos. Em caso de coincidências, um número será adicionado/incrementado. O nome de usuário interno é utilizado para identificar o usuário internamente. Também é o nome padrão da pasta principal do usuário. Também é uma parte das URL's remotas, por exemplo, para todos os serviços *DAV. Com esta configuração, o comportamento padrão pode ser alterado. Deixe em branco para que assuma o comportamento padrão. Alterações terão efeito apenas em novos usuários LDAP mapeados (adicionados).",
"Internal Username Attribute:" : "Atributo Interno de Nome de Usuário:",

+ 2
- 0
apps/user_ldap/l10n/pt_BR.json View File

@@ -174,6 +174,8 @@
"Set the user's email from their LDAP attribute. Leave it empty for default behaviour." : "Defina o e-mail do usuário de seu atributo LDAP. Deixe vazio para o comportamento padrão.",
"User Home Folder Naming Rule" : "Regra de nomeação de pasta de usuário Home",
"Leave empty for user name (default). Otherwise, specify an LDAP/AD attribute." : "Deixe vazio para nome de usuário (padrão). Caso contrário, especifique um atributo LDAP/AD.",
"\"$home\" Placeholder Field" : "Campo Reservado \"$home\"",
"$home in an external storage configuration will replaced with the value of the specified attribute" : "$home em uma configuração de armazenamento externo será substituído pelo valor do atributo especificado",
"Internal Username" : "Nome de usuário interno",
"By default the internal username will be created from the UUID attribute. It makes sure that the username is unique and characters do not need to be converted. The internal username has the restriction that only these characters are allowed: [ a-zA-Z0-9_.@- ]. Other characters are replaced with their ASCII correspondence or simply omitted. On collisions a number will be added/increased. The internal username is used to identify a user internally. It is also the default name for the user home folder. It is also a part of remote URLs, for instance for all *DAV services. With this setting, the default behavior can be overridden. Leave it empty for default behavior. Changes will have effect only on newly mapped (added) LDAP users." : "Por padrão, um nome de usuário interno será criado a partir de um atributo UUID. Isso garante que o nome de usuário seja único e estes caracteres não precisam ser convertidos. um nome de usuário interno possui a restrição que somente estes caracteres são permitdos: [ a-zA-Z0-9_.@- ]. Outros caracteres serão substituidos por seus correspondentes ASCII ou simplesmente omitidos. Em caso de coincidências, um número será adicionado/incrementado. O nome de usuário interno é utilizado para identificar o usuário internamente. Também é o nome padrão da pasta principal do usuário. Também é uma parte das URL's remotas, por exemplo, para todos os serviços *DAV. Com esta configuração, o comportamento padrão pode ser alterado. Deixe em branco para que assuma o comportamento padrão. Alterações terão efeito apenas em novos usuários LDAP mapeados (adicionados).",
"Internal Username Attribute:" : "Atributo Interno de Nome de Usuário:",

+ 4
- 0
core/l10n/de.js View File

@@ -28,6 +28,10 @@ OC.L10N.register(
"Couldn't send reset email. Please make sure your username is correct." : "E-Mail zum Zurücksetzen kann nicht versendet werden. Bitte Deinen Benutzernamen überprüfen.",
"Preparing update" : "Update vorbereiten",
"[%d / %d]: %s" : "[%d / %d]: %s",
"Repair step:" : "Reparaturschritt:",
"Repair info:" : "Reparaturinformation:",
"Repair warning:" : "Reparaturwarnung:",
"Repair error:" : "Reparaturfehler:",
"Please use the command line updater because automatic updating is disabled in the config.php." : "Da automatische Updates in der config.php deaktivert sind, nutze bitte den Updater über die Kommandozeile.",
"[%d / %d]: Checking table %s" : "[%d / %d]: Überprüfe Tabelle %s",
"Turned on maintenance mode" : "Wartungsmodus eingeschaltet",

+ 4
- 0
core/l10n/de.json View File

@@ -26,6 +26,10 @@
"Couldn't send reset email. Please make sure your username is correct." : "E-Mail zum Zurücksetzen kann nicht versendet werden. Bitte Deinen Benutzernamen überprüfen.",
"Preparing update" : "Update vorbereiten",
"[%d / %d]: %s" : "[%d / %d]: %s",
"Repair step:" : "Reparaturschritt:",
"Repair info:" : "Reparaturinformation:",
"Repair warning:" : "Reparaturwarnung:",
"Repair error:" : "Reparaturfehler:",
"Please use the command line updater because automatic updating is disabled in the config.php." : "Da automatische Updates in der config.php deaktivert sind, nutze bitte den Updater über die Kommandozeile.",
"[%d / %d]: Checking table %s" : "[%d / %d]: Überprüfe Tabelle %s",
"Turned on maintenance mode" : "Wartungsmodus eingeschaltet",

+ 4
- 0
core/l10n/de_DE.js View File

@@ -28,6 +28,10 @@ OC.L10N.register(
"Couldn't send reset email. Please make sure your username is correct." : "E-Mail zum Zurücksetzen kann nicht versendet werden. Bitte stellen Sie sicher, dass Ihr Benutzername richtig ist.",
"Preparing update" : "Update vorbereiten",
"[%d / %d]: %s" : "[%d / %d]: %s",
"Repair step:" : "Reparaturschritt:",
"Repair info:" : "Reparaturinformation:",
"Repair warning:" : "Reperaturwarnung:",
"Repair error:" : "Reperaturfehler:",
"Please use the command line updater because automatic updating is disabled in the config.php." : "Da automatische Updates in der config.php deaktivert sind, nutzen Sie bitte den Updater über die Kommandozeile.",
"[%d / %d]: Checking table %s" : "[%d / %d]: Überprüfe Tabelle %s",
"Turned on maintenance mode" : "Wartungsmodus eingeschaltet ",

+ 4
- 0
core/l10n/de_DE.json View File

@@ -26,6 +26,10 @@
"Couldn't send reset email. Please make sure your username is correct." : "E-Mail zum Zurücksetzen kann nicht versendet werden. Bitte stellen Sie sicher, dass Ihr Benutzername richtig ist.",
"Preparing update" : "Update vorbereiten",
"[%d / %d]: %s" : "[%d / %d]: %s",
"Repair step:" : "Reparaturschritt:",
"Repair info:" : "Reparaturinformation:",
"Repair warning:" : "Reperaturwarnung:",
"Repair error:" : "Reperaturfehler:",
"Please use the command line updater because automatic updating is disabled in the config.php." : "Da automatische Updates in der config.php deaktivert sind, nutzen Sie bitte den Updater über die Kommandozeile.",
"[%d / %d]: Checking table %s" : "[%d / %d]: Überprüfe Tabelle %s",
"Turned on maintenance mode" : "Wartungsmodus eingeschaltet ",

+ 4
- 0
core/l10n/eo.js View File

@@ -28,6 +28,10 @@ OC.L10N.register(
"Couldn't send reset email. Please make sure your username is correct." : "Ne eblis sendi la retmesaĝon por restarigi pasvorton. Bonvolu kontroli, ĉu via uzantnomo ĝustas.",
"Preparing update" : "Preparante la ĝisdatigon",
"[%d / %d]: %s" : "[%d / %d]: %s",
"Repair step:" : "Ripara stadio:",
"Repair info:" : "Ripara informo:",
"Repair warning:" : "Ripara averto:",
"Repair error:" : "Ripara eraro:",
"Please use the command line updater because automatic updating is disabled in the config.php." : "Bv. uzi komandlinian ĝisdatigilon, ĉar aŭtomata ĝisdatigo estas malebligita en la dosiero „config.php“.",
"[%d / %d]: Checking table %s" : "[%d / %d]: kontrolante tabelon %s ",
"Turned on maintenance mode" : "Reĝimo de prizorgado ŝaltita.",

+ 4
- 0
core/l10n/eo.json View File

@@ -26,6 +26,10 @@
"Couldn't send reset email. Please make sure your username is correct." : "Ne eblis sendi la retmesaĝon por restarigi pasvorton. Bonvolu kontroli, ĉu via uzantnomo ĝustas.",
"Preparing update" : "Preparante la ĝisdatigon",
"[%d / %d]: %s" : "[%d / %d]: %s",
"Repair step:" : "Ripara stadio:",
"Repair info:" : "Ripara informo:",
"Repair warning:" : "Ripara averto:",
"Repair error:" : "Ripara eraro:",
"Please use the command line updater because automatic updating is disabled in the config.php." : "Bv. uzi komandlinian ĝisdatigilon, ĉar aŭtomata ĝisdatigo estas malebligita en la dosiero „config.php“.",
"[%d / %d]: Checking table %s" : "[%d / %d]: kontrolante tabelon %s ",
"Turned on maintenance mode" : "Reĝimo de prizorgado ŝaltita.",

+ 4
- 0
core/l10n/fr.js View File

@@ -28,6 +28,10 @@ OC.L10N.register(
"Couldn't send reset email. Please make sure your username is correct." : "Impossible d'envoyer le courriel de réinitialisation. Veuillez vérifier que votre nom d'utilisateur est correct.",
"Preparing update" : "Préparation de la mise à jour",
"[%d / %d]: %s" : "[%d / %d] : %s",
"Repair step:" : "Étape de réparation :",
"Repair info:" : "Informations de réparation :",
"Repair warning:" : "Avertissement de réparation :",
"Repair error:" : "Erreur de réparation :",
"Please use the command line updater because automatic updating is disabled in the config.php." : "Veuillez utiliser la mise à jour en ligne de commande, la mise à jour automatique est désactivée dans config.php.",
"[%d / %d]: Checking table %s" : "[%d / %d] : Vérification de la table %s",
"Turned on maintenance mode" : "Mode de maintenance activé",

+ 4
- 0
core/l10n/fr.json View File

@@ -26,6 +26,10 @@
"Couldn't send reset email. Please make sure your username is correct." : "Impossible d'envoyer le courriel de réinitialisation. Veuillez vérifier que votre nom d'utilisateur est correct.",
"Preparing update" : "Préparation de la mise à jour",
"[%d / %d]: %s" : "[%d / %d] : %s",
"Repair step:" : "Étape de réparation :",
"Repair info:" : "Informations de réparation :",
"Repair warning:" : "Avertissement de réparation :",
"Repair error:" : "Erreur de réparation :",
"Please use the command line updater because automatic updating is disabled in the config.php." : "Veuillez utiliser la mise à jour en ligne de commande, la mise à jour automatique est désactivée dans config.php.",
"[%d / %d]: Checking table %s" : "[%d / %d] : Vérification de la table %s",
"Turned on maintenance mode" : "Mode de maintenance activé",

+ 4
- 0
core/l10n/gl.js View File

@@ -28,6 +28,10 @@ OC.L10N.register(
"Couldn't send reset email. Please make sure your username is correct." : "Non foi posíbel enviar o correo do restabelecemento. Asegúrese de que o nome de usuario é o correcto.",
"Preparing update" : "Preparando a actualización",
"[%d / %d]: %s" : "[%d / %d]: %s",
"Repair step:" : "Paso do arranxo:",
"Repair info:" : "Información do arranxo:",
"Repair warning:" : "Aviso de arranxo:",
"Repair error:" : "Erro do arranxo:",
"Please use the command line updater because automatic updating is disabled in the config.php." : "A actualización automática está desactivada en config.php, faga a actualización empregando a liña de ordes.",
"[%d / %d]: Checking table %s" : "[%d / %d]: Comprobando a táboa %s",
"Turned on maintenance mode" : "Modo de mantemento activado",

+ 4
- 0
core/l10n/gl.json View File

@@ -26,6 +26,10 @@
"Couldn't send reset email. Please make sure your username is correct." : "Non foi posíbel enviar o correo do restabelecemento. Asegúrese de que o nome de usuario é o correcto.",
"Preparing update" : "Preparando a actualización",
"[%d / %d]: %s" : "[%d / %d]: %s",
"Repair step:" : "Paso do arranxo:",
"Repair info:" : "Información do arranxo:",
"Repair warning:" : "Aviso de arranxo:",
"Repair error:" : "Erro do arranxo:",
"Please use the command line updater because automatic updating is disabled in the config.php." : "A actualización automática está desactivada en config.php, faga a actualización empregando a liña de ordes.",
"[%d / %d]: Checking table %s" : "[%d / %d]: Comprobando a táboa %s",
"Turned on maintenance mode" : "Modo de mantemento activado",

+ 3
- 0
core/l10n/lt_LT.js View File

@@ -242,6 +242,8 @@ OC.L10N.register(
"More" : "Daugiau",
"Search" : "Ieškoti",
"Reset search" : "Atstatyti paiešką",
"Contacts" : "Adresatai",
"Contacts menu" : "Adresatų meniu",
"Settings menu" : "Nustatymų meniu",
"Confirm your password" : "Patvirtinkite savo slaptažodį",
"Server side authentication failed!" : "Autentikacija serveryje nepavyko!",
@@ -251,6 +253,7 @@ OC.L10N.register(
"Username or email" : "Naudotojo vardas ar el. paštas",
"Log in" : "Prisijungti",
"Wrong password." : "Neteisingas slaptažodis.",
"User disabled" : "Naudotojas išjungtas",
"Forgot password?" : "Pamiršote slaptažodį?",
"Back to login" : "Grįžti prie prisijungimo",
"App token" : "Išorinės sistemos įskiepio kodas",

+ 3
- 0
core/l10n/lt_LT.json View File

@@ -240,6 +240,8 @@
"More" : "Daugiau",
"Search" : "Ieškoti",
"Reset search" : "Atstatyti paiešką",
"Contacts" : "Adresatai",
"Contacts menu" : "Adresatų meniu",
"Settings menu" : "Nustatymų meniu",
"Confirm your password" : "Patvirtinkite savo slaptažodį",
"Server side authentication failed!" : "Autentikacija serveryje nepavyko!",
@@ -249,6 +251,7 @@
"Username or email" : "Naudotojo vardas ar el. paštas",
"Log in" : "Prisijungti",
"Wrong password." : "Neteisingas slaptažodis.",
"User disabled" : "Naudotojas išjungtas",
"Forgot password?" : "Pamiršote slaptažodį?",
"Back to login" : "Grįžti prie prisijungimo",
"App token" : "Išorinės sistemos įskiepio kodas",

+ 9
- 0
core/l10n/nb.js View File

@@ -28,6 +28,10 @@ OC.L10N.register(
"Couldn't send reset email. Please make sure your username is correct." : "Klarte ikke å sende e-post for tilbakestilling av passord. Sjekk at brukernavnet ditt er korrekt.",
"Preparing update" : "Forbereder oppdatering",
"[%d / %d]: %s" : "[%d / %d]: %s",
"Repair step:" : "Reparasjonstrinn:",
"Repair info:" : "Reparasjonsinformasjon:",
"Repair warning:" : "Reparasjonsadvarsel:",
"Repair error:" : "Reparasjonsfeil:",
"Please use the command line updater because automatic updating is disabled in the config.php." : "Oppdater ved hjelp av kommandolinjen ettersom automatisk oppdatering er skrudd av i config.php.",
"[%d / %d]: Checking table %s" : "[%d / %d]: Sjekker tabell %s",
"Turned on maintenance mode" : "Vedlikeholdsmodus aktivt",
@@ -159,6 +163,7 @@ OC.L10N.register(
"Connection to server lost" : "Mistet tilkobling til tjener",
"_Problem loading page, reloading in %n second_::_Problem loading page, reloading in %n seconds_" : ["Problem ved lasting av side, laster på nytt om %n sekund","Problem ved lasting av side, laster på nytt om %n sekunder"],
"Logging in …" : "Logger inn…",
"We have send a password reset e-mail to the e-mail address known to us for this account. If you do not receive it within a reasonable amount of time, check your spam/junk folders.<br>If it is not there ask your local administrator." : "Vi har sendt e-post for tilbakestilling av til e-postadressen for kontoen. Hvis du ikke mottar denne innen rimelig tid, må du sjekke mappene for spam/søppelpost.<br>Hvis den ikke er der, spør din lokale administrator om hjelp.",
"Your files are encrypted. There will be no way to get your data back after your password is reset.<br />If you are not sure what to do, please contact your administrator before you continue. <br />Do you really want to continue?" : "Filene dine er kryptert. Det vil ikke være mulig å gjenopprette dine data etter at passordet ditt er satt på nytt.<br />Hvis du ikke er sikker på hva du skal gjøre, kontakt administratoren din før du fortsetter. <br />Vil du virkelig fortsette?",
"I know what I'm doing" : "Jeg vet hva jeg gjør",
"Password can not be changed. Please contact your administrator." : "Passordet kan ikke endres. Kontakt administratoren din.",
@@ -167,7 +172,9 @@ OC.L10N.register(
"No" : "Nei",
"Yes" : "Ja",
"No files in here" : "Ingen filer her",
"New folder" : "Ny mappe",
"No more subfolders in here" : "Ingen flere mapper her",
"{newName} already exists" : "{newName} finnes allerede",
"Choose" : "Velg",
"Move" : "Flytt",
"Error loading file picker template: {error}" : "Feil ved lasting av filvelger-mal: {error}",
@@ -366,6 +373,8 @@ OC.L10N.register(
"This %s instance is currently in maintenance mode, which may take a while." : "Denne %s-instansen er for øyeblikket i vedlikeholdsmodus, noe som kan vare en stund.",
"This page will refresh itself when the instance is available again." : "Siden vil oppdatere seg selv når instans er tilgjengelig igjen.",
"Contact your system administrator if this message persists or appeared unexpectedly." : "Kontakt systemadministratoren hvis denne meldingen var uventet eller ikke forsvinner.",
"Repair step: " : "Reparasjonstrinn:",
"Repair info: " : "Reparasjonsinformasjon:",
"Repair warning: " : "Advarsel ved reparering: ",
"Repair error: " : "Feil ved reparering: ",
"Updated \"%s\" to %s" : "Oppdaterte \"%s\" til %s",

+ 9
- 0
core/l10n/nb.json View File

@@ -26,6 +26,10 @@
"Couldn't send reset email. Please make sure your username is correct." : "Klarte ikke å sende e-post for tilbakestilling av passord. Sjekk at brukernavnet ditt er korrekt.",
"Preparing update" : "Forbereder oppdatering",
"[%d / %d]: %s" : "[%d / %d]: %s",
"Repair step:" : "Reparasjonstrinn:",
"Repair info:" : "Reparasjonsinformasjon:",
"Repair warning:" : "Reparasjonsadvarsel:",
"Repair error:" : "Reparasjonsfeil:",
"Please use the command line updater because automatic updating is disabled in the config.php." : "Oppdater ved hjelp av kommandolinjen ettersom automatisk oppdatering er skrudd av i config.php.",
"[%d / %d]: Checking table %s" : "[%d / %d]: Sjekker tabell %s",
"Turned on maintenance mode" : "Vedlikeholdsmodus aktivt",
@@ -157,6 +161,7 @@
"Connection to server lost" : "Mistet tilkobling til tjener",
"_Problem loading page, reloading in %n second_::_Problem loading page, reloading in %n seconds_" : ["Problem ved lasting av side, laster på nytt om %n sekund","Problem ved lasting av side, laster på nytt om %n sekunder"],
"Logging in …" : "Logger inn…",
"We have send a password reset e-mail to the e-mail address known to us for this account. If you do not receive it within a reasonable amount of time, check your spam/junk folders.<br>If it is not there ask your local administrator." : "Vi har sendt e-post for tilbakestilling av til e-postadressen for kontoen. Hvis du ikke mottar denne innen rimelig tid, må du sjekke mappene for spam/søppelpost.<br>Hvis den ikke er der, spør din lokale administrator om hjelp.",
"Your files are encrypted. There will be no way to get your data back after your password is reset.<br />If you are not sure what to do, please contact your administrator before you continue. <br />Do you really want to continue?" : "Filene dine er kryptert. Det vil ikke være mulig å gjenopprette dine data etter at passordet ditt er satt på nytt.<br />Hvis du ikke er sikker på hva du skal gjøre, kontakt administratoren din før du fortsetter. <br />Vil du virkelig fortsette?",
"I know what I'm doing" : "Jeg vet hva jeg gjør",
"Password can not be changed. Please contact your administrator." : "Passordet kan ikke endres. Kontakt administratoren din.",
@@ -165,7 +170,9 @@
"No" : "Nei",
"Yes" : "Ja",
"No files in here" : "Ingen filer her",
"New folder" : "Ny mappe",
"No more subfolders in here" : "Ingen flere mapper her",
"{newName} already exists" : "{newName} finnes allerede",
"Choose" : "Velg",
"Move" : "Flytt",
"Error loading file picker template: {error}" : "Feil ved lasting av filvelger-mal: {error}",
@@ -364,6 +371,8 @@
"This %s instance is currently in maintenance mode, which may take a while." : "Denne %s-instansen er for øyeblikket i vedlikeholdsmodus, noe som kan vare en stund.",
"This page will refresh itself when the instance is available again." : "Siden vil oppdatere seg selv når instans er tilgjengelig igjen.",
"Contact your system administrator if this message persists or appeared unexpectedly." : "Kontakt systemadministratoren hvis denne meldingen var uventet eller ikke forsvinner.",
"Repair step: " : "Reparasjonstrinn:",
"Repair info: " : "Reparasjonsinformasjon:",
"Repair warning: " : "Advarsel ved reparering: ",
"Repair error: " : "Feil ved reparering: ",
"Updated \"%s\" to %s" : "Oppdaterte \"%s\" til %s",

+ 4
- 0
core/l10n/nl.js View File

@@ -28,6 +28,10 @@ OC.L10N.register(
"Couldn't send reset email. Please make sure your username is correct." : "Kon herstel email niet versturen. Controleer je gebruikersnaam.",
"Preparing update" : "Update voorbereiden",
"[%d / %d]: %s" : "[%d / %d]: %s",
"Repair step:" : "Herstel stap:",
"Repair info:" : "Herstel informatie:",
"Repair warning:" : "Herstel waarschuwing:",
"Repair error:" : "Herstel fout:",
"Please use the command line updater because automatic updating is disabled in the config.php." : "Gebruik de commandoregel updater, omdat automatische update is uitgeschakeld in config.php.",
"[%d / %d]: Checking table %s" : "[%d / %d]: Tabel controleren %s",
"Turned on maintenance mode" : "Onderhoudsmodus ingeschakeld",

+ 4
- 0
core/l10n/nl.json View File

@@ -26,6 +26,10 @@
"Couldn't send reset email. Please make sure your username is correct." : "Kon herstel email niet versturen. Controleer je gebruikersnaam.",
"Preparing update" : "Update voorbereiden",
"[%d / %d]: %s" : "[%d / %d]: %s",
"Repair step:" : "Herstel stap:",
"Repair info:" : "Herstel informatie:",
"Repair warning:" : "Herstel waarschuwing:",
"Repair error:" : "Herstel fout:",
"Please use the command line updater because automatic updating is disabled in the config.php." : "Gebruik de commandoregel updater, omdat automatische update is uitgeschakeld in config.php.",
"[%d / %d]: Checking table %s" : "[%d / %d]: Tabel controleren %s",
"Turned on maintenance mode" : "Onderhoudsmodus ingeschakeld",

+ 4
- 0
core/l10n/pt_BR.js View File

@@ -28,6 +28,10 @@ OC.L10N.register(
"Couldn't send reset email. Please make sure your username is correct." : "Não foi possível enviar o e-mail de redefinição. Verifique se o seu nome de usuário está correto.",
"Preparing update" : "Preparando a atualização",
"[%d / %d]: %s" : "[%d / %d]: %s",
"Repair step:" : "Etapa do reparo:",
"Repair info:" : "Informação do reparo:",
"Repair warning:" : "Aviso do reparo:",
"Repair error:" : "Erro do reparo:",
"Please use the command line updater because automatic updating is disabled in the config.php." : "Por favor, use a atualização de linha de comando, porque a atualização automática está desativada no config.php.",
"[%d / %d]: Checking table %s" : "[%d / %d]: Verificando tabela %s",
"Turned on maintenance mode" : "Ativar o modo de manutenção",

+ 4
- 0
core/l10n/pt_BR.json View File

@@ -26,6 +26,10 @@
"Couldn't send reset email. Please make sure your username is correct." : "Não foi possível enviar o e-mail de redefinição. Verifique se o seu nome de usuário está correto.",
"Preparing update" : "Preparando a atualização",
"[%d / %d]: %s" : "[%d / %d]: %s",
"Repair step:" : "Etapa do reparo:",
"Repair info:" : "Informação do reparo:",
"Repair warning:" : "Aviso do reparo:",
"Repair error:" : "Erro do reparo:",
"Please use the command line updater because automatic updating is disabled in the config.php." : "Por favor, use a atualização de linha de comando, porque a atualização automática está desativada no config.php.",
"[%d / %d]: Checking table %s" : "[%d / %d]: Verificando tabela %s",
"Turned on maintenance mode" : "Ativar o modo de manutenção",

+ 3
- 2
lib/l10n/nl.js View File

@@ -1,10 +1,10 @@
OC.L10N.register(
"lib",
{
"Cannot write into \"config\" directory!" : "Kan niet schrijven naar de \"config\" directory",
"Cannot write into \"config\" directory!" : "Kan niet schrijven naar de \"config\" directory!",
"This can usually be fixed by giving the webserver write access to the config directory" : "Dit kan opgelost worden door de config map op de webserver schrijfrechten te geven",
"See %s" : "Zie %s",
"Or, if you prefer to keep config.php file read only, set the option \"config_is_read_only\" to true in it." : "Of, als je liever config.php allees-lezen witl houden, stel de optie \"config_is_read_only\" in op true.",
"Or, if you prefer to keep config.php file read only, set the option \"config_is_read_only\" to true in it." : "Of, als je liever config.php alleen-lezen wilt houden, stel de optie \"config_is_read_only\" in op true.",
"This can usually be fixed by giving the webserver write access to the config directory. See %s" : "Dit kan opgelost worden door de config map op de webserver schrijf rechten te geven. See %s",
"Or, if you prefer to keep config.php file read only, set the option \"config_is_read_only\" to true in it. See %s" : "Of, als je liever config.php Alleen-lezen houdt, stel de optie \"config_is_read_only\" in op true. Zie %s",
"The files of the app %$1s were not replaced correctly. Make sure it is a version compatible with the server." : "De bestanden van de app %$1s zijn niet correct vervangen. Zorg ervoor dat de app versie compatibel is met de server.",
@@ -76,6 +76,7 @@ OC.L10N.register(
"Basic settings" : "Basis-instellingen",
"Sharing" : "Delen",
"Security" : "Beveiliging",
"Theming" : "Stijlen",
"Groupware" : "Groupware",
"Additional settings" : "Aanvullende instellingen",
"Personal info" : "Persoonlijke informatie",

+ 3
- 2
lib/l10n/nl.json View File

@@ -1,8 +1,8 @@
{ "translations": {
"Cannot write into \"config\" directory!" : "Kan niet schrijven naar de \"config\" directory",
"Cannot write into \"config\" directory!" : "Kan niet schrijven naar de \"config\" directory!",
"This can usually be fixed by giving the webserver write access to the config directory" : "Dit kan opgelost worden door de config map op de webserver schrijfrechten te geven",
"See %s" : "Zie %s",
"Or, if you prefer to keep config.php file read only, set the option \"config_is_read_only\" to true in it." : "Of, als je liever config.php allees-lezen witl houden, stel de optie \"config_is_read_only\" in op true.",
"Or, if you prefer to keep config.php file read only, set the option \"config_is_read_only\" to true in it." : "Of, als je liever config.php alleen-lezen wilt houden, stel de optie \"config_is_read_only\" in op true.",
"This can usually be fixed by giving the webserver write access to the config directory. See %s" : "Dit kan opgelost worden door de config map op de webserver schrijf rechten te geven. See %s",
"Or, if you prefer to keep config.php file read only, set the option \"config_is_read_only\" to true in it. See %s" : "Of, als je liever config.php Alleen-lezen houdt, stel de optie \"config_is_read_only\" in op true. Zie %s",
"The files of the app %$1s were not replaced correctly. Make sure it is a version compatible with the server." : "De bestanden van de app %$1s zijn niet correct vervangen. Zorg ervoor dat de app versie compatibel is met de server.",
@@ -74,6 +74,7 @@
"Basic settings" : "Basis-instellingen",
"Sharing" : "Delen",
"Security" : "Beveiliging",
"Theming" : "Stijlen",
"Groupware" : "Groupware",
"Additional settings" : "Aanvullende instellingen",
"Personal info" : "Persoonlijke informatie",

+ 19
- 0
settings/l10n/es.js View File

@@ -274,11 +274,23 @@ OC.L10N.register(
"Server location" : "Localización del servidor",
"country" : "país",
"Service provider" : "Proveedor del servicio",
"company or person" : "compañía o persona",
"Provider website" : "Sitio web del proveedor",
"link to website" : "enlace al sitio web",
"Link to privacy policy" : "Enlace a la política de privacidad",
"link to privacy policy" : "enlace a la política de privacidad",
"Admin contact" : "Contacto del administrador",
"choose admin contact" : "escoge contacto del administrador",
"save" : "guardar",
"saving" : "guardando",
"saved" : "guardado",
"error saving settings" : "error al guardar la configuración",
"Background jobs" : "Trabajos en segundo plano",
"Last job ran %s." : "El último trabajo se ejecutó %s.",
"Last job execution ran %s. Something seems wrong." : "La última ejecución de un trabajo corrió %s. Algo parece ir mal.",
"Background job didn’t run yet!" : "¡El trabajo en segundo plano no se ha ejecutado todavía!",
"For optimal performance it's important to configure background jobs correctly. For bigger instances 'Cron' is the recommended setting. Please see the documentation for more information." : "Para un rendimiento óptimo es importante configurar correctamente los procesos en segundo plano. Para las instancias más grandes la configuración recomendad es 'cron'a. Por favor, lea la documentación para más información.",
"Pick background job setting" : "Escoge la configuración del trabajo en segundo plano",
"Execute one task with each page loaded" : "Ejecutar una tarea con cada página cargada",
"cron.php is registered at a webcron service to call cron.php every 15 minutes over HTTP." : "cron.php se registra en un servicio webcron para llamar a cron.php cada 15 minutos a través de HTTP.",
"Use system cron service to call the cron.php file every 15 minutes." : "Usar el cron del sistema para ejecutar el archivo cron.php cada 15 minutos.",
@@ -312,6 +324,13 @@ OC.L10N.register(
"Follow us on Mastodon" : "Síguenos en Mastodon",
"Check out our blog" : "Lee nuestro blog",
"Subscribe to our newsletter" : "Suscríbete a nuestro boletín",
"Where is your data?" : "¿Dónde están tus datos?",
"Your data is located in <b>%s</b>." : "Tus datos están situados en <b>%s</b>.",
"Your provider is %s%s%s." : "Tu proveedor es %s%s%s.",
"Your provider is %s." : "Tu proveedor es %s.",
"Read the %sprivacy policy%s now." : "Lee ahora la %spolítica de privacidad%s.",
"Your files are encrypted with %sserver side encryption%s." : "Tus archivos están encriptados con %scifrado en el lado del servidor%s.",
"%s%s%s is your admin. If you have any issues, %scontact them%s." : "%s%s%s es tu administrador. Si tienes algún problema, %sponte en contacto con él%s.",
"Profile picture" : "Foto de perfil",
"Upload new" : "Subir otra",
"Select from Files" : "Seleccionar desde Archivos",

+ 19
- 0
settings/l10n/es.json View File

@@ -272,11 +272,23 @@
"Server location" : "Localización del servidor",
"country" : "país",
"Service provider" : "Proveedor del servicio",
"company or person" : "compañía o persona",
"Provider website" : "Sitio web del proveedor",
"link to website" : "enlace al sitio web",
"Link to privacy policy" : "Enlace a la política de privacidad",
"link to privacy policy" : "enlace a la política de privacidad",
"Admin contact" : "Contacto del administrador",
"choose admin contact" : "escoge contacto del administrador",
"save" : "guardar",
"saving" : "guardando",
"saved" : "guardado",
"error saving settings" : "error al guardar la configuración",
"Background jobs" : "Trabajos en segundo plano",
"Last job ran %s." : "El último trabajo se ejecutó %s.",
"Last job execution ran %s. Something seems wrong." : "La última ejecución de un trabajo corrió %s. Algo parece ir mal.",
"Background job didn’t run yet!" : "¡El trabajo en segundo plano no se ha ejecutado todavía!",
"For optimal performance it's important to configure background jobs correctly. For bigger instances 'Cron' is the recommended setting. Please see the documentation for more information." : "Para un rendimiento óptimo es importante configurar correctamente los procesos en segundo plano. Para las instancias más grandes la configuración recomendad es 'cron'a. Por favor, lea la documentación para más información.",
"Pick background job setting" : "Escoge la configuración del trabajo en segundo plano",
"Execute one task with each page loaded" : "Ejecutar una tarea con cada página cargada",
"cron.php is registered at a webcron service to call cron.php every 15 minutes over HTTP." : "cron.php se registra en un servicio webcron para llamar a cron.php cada 15 minutos a través de HTTP.",
"Use system cron service to call the cron.php file every 15 minutes." : "Usar el cron del sistema para ejecutar el archivo cron.php cada 15 minutos.",
@@ -310,6 +322,13 @@
"Follow us on Mastodon" : "Síguenos en Mastodon",
"Check out our blog" : "Lee nuestro blog",
"Subscribe to our newsletter" : "Suscríbete a nuestro boletín",
"Where is your data?" : "¿Dónde están tus datos?",
"Your data is located in <b>%s</b>." : "Tus datos están situados en <b>%s</b>.",
"Your provider is %s%s%s." : "Tu proveedor es %s%s%s.",
"Your provider is %s." : "Tu proveedor es %s.",
"Read the %sprivacy policy%s now." : "Lee ahora la %spolítica de privacidad%s.",
"Your files are encrypted with %sserver side encryption%s." : "Tus archivos están encriptados con %scifrado en el lado del servidor%s.",
"%s%s%s is your admin. If you have any issues, %scontact them%s." : "%s%s%s es tu administrador. Si tienes algún problema, %sponte en contacto con él%s.",
"Profile picture" : "Foto de perfil",
"Upload new" : "Subir otra",
"Select from Files" : "Seleccionar desde Archivos",

+ 15
- 0
settings/l10n/nl.js View File

@@ -9,6 +9,9 @@ OC.L10N.register(
"Your email address was changed by an administrator" : "Je e-mailadres is gewijzigd door een beheerder",
"You created app password \"{token}\"" : "Je creëerde app wachtwoord \"{token}\"",
"You deleted app password \"{token}\"" : "Je verwijderde app wachtwoord \"{token}\"",
"You renamed app password \"{token}\" to \"{newToken}\"" : "Je hernoemde app wachtwoord \"{token}\" naar \"{newToken}\"",
"You granted filesystem access to app password \"{token}\"" : "Je verleende bestandssysteem toegang voor app wachtwoord \"{token}\"",
"You revoked filesystem access from app password \"{token}\"" : "Je hebt bestandssysteem toegang ingetrokken voor app wachtwoord \"{token}\"",
"Security" : "Beveiliging",
"You successfully logged in using two-factor authentication (%1$s)" : "Je bent succesvol ingelogd via twee-factor authenticatie (%1$s)",
"A login attempt using two-factor authentication failed (%1$s)" : "Een inlogpoging via tweefactor authenticatie is mislukt (%1$s)",
@@ -267,13 +270,19 @@ OC.L10N.register(
"You need to migrate your encryption keys from the old encryption (ownCloud <= 8.0) to the new one." : "Je moet je cryptosleutels van de oude versleuteling (ownCloud <= 8.0) migreren naar de nieuwe.",
"Start migration" : "Start migratie",
"Server info" : "Server info",
"Enter common info about your Nextcloud instance here. These info are visible to all users." : "Typ hier wat algemene info over jouw Nextcloud systeem. Deze info is zichtbaar voor alle gebruikers ",
"Server location" : "Serverlocatie",
"country" : "land",
"Service provider" : "Service provider",
"company or person" : "bedrijf of persoon",
"Provider website" : "Provider website",
"link to website" : "link naar de website",
"Link to privacy policy" : "Link naar privacybeleid",
"link to privacy policy" : "link naar het privacybeleid",
"Admin contact" : "Beheerders contact",
"choose admin contact" : "Kies beheerders contact",
"save" : "opslaan",
"saving" : "opslaan...",
"saved" : "opgeslagen",
"error saving settings" : "fout bij bewaren instellingen",
"Background jobs" : "Achtergrondtaken",
@@ -315,7 +324,13 @@ OC.L10N.register(
"Follow us on Mastodon" : "Volg ons op Mastodon",
"Check out our blog" : "Lees ons blog",
"Subscribe to our newsletter" : "Abonneer jezelf op onze nieuwsbrief",
"Where is your data?" : "Waar zijn je bestanden?",
"Your data is located in <b>%s</b>." : "Je bestanden zijn in <b>%s</b>.",
"Your provider is %s%s%s." : "Je dienstverlener is %s%s%s.",
"Your provider is %s." : "Je provider is %s.",
"Read the %sprivacy policy%s now." : "Lees het %sprivacy beleid%s nu.",
"Your files are encrypted with %sserver side encryption%s." : "Je bestanden zijn versleuteld met %sserver side versleuteling%s.",
"%s%s%s is your admin. If you have any issues, %scontact them%s." : "%s%s%s is je beheerder. Indien je problemen hebt, %smaak contact %s.",
"Profile picture" : "Profielafbeelding",
"Upload new" : "Upload een nieuwe",
"Select from Files" : "Kies uit bestanden",

+ 15
- 0
settings/l10n/nl.json View File

@@ -7,6 +7,9 @@
"Your email address was changed by an administrator" : "Je e-mailadres is gewijzigd door een beheerder",
"You created app password \"{token}\"" : "Je creëerde app wachtwoord \"{token}\"",
"You deleted app password \"{token}\"" : "Je verwijderde app wachtwoord \"{token}\"",
"You renamed app password \"{token}\" to \"{newToken}\"" : "Je hernoemde app wachtwoord \"{token}\" naar \"{newToken}\"",
"You granted filesystem access to app password \"{token}\"" : "Je verleende bestandssysteem toegang voor app wachtwoord \"{token}\"",
"You revoked filesystem access from app password \"{token}\"" : "Je hebt bestandssysteem toegang ingetrokken voor app wachtwoord \"{token}\"",
"Security" : "Beveiliging",
"You successfully logged in using two-factor authentication (%1$s)" : "Je bent succesvol ingelogd via twee-factor authenticatie (%1$s)",
"A login attempt using two-factor authentication failed (%1$s)" : "Een inlogpoging via tweefactor authenticatie is mislukt (%1$s)",
@@ -265,13 +268,19 @@
"You need to migrate your encryption keys from the old encryption (ownCloud <= 8.0) to the new one." : "Je moet je cryptosleutels van de oude versleuteling (ownCloud <= 8.0) migreren naar de nieuwe.",
"Start migration" : "Start migratie",
"Server info" : "Server info",
"Enter common info about your Nextcloud instance here. These info are visible to all users." : "Typ hier wat algemene info over jouw Nextcloud systeem. Deze info is zichtbaar voor alle gebruikers ",
"Server location" : "Serverlocatie",
"country" : "land",
"Service provider" : "Service provider",
"company or person" : "bedrijf of persoon",
"Provider website" : "Provider website",
"link to website" : "link naar de website",
"Link to privacy policy" : "Link naar privacybeleid",
"link to privacy policy" : "link naar het privacybeleid",
"Admin contact" : "Beheerders contact",
"choose admin contact" : "Kies beheerders contact",
"save" : "opslaan",
"saving" : "opslaan...",
"saved" : "opgeslagen",
"error saving settings" : "fout bij bewaren instellingen",
"Background jobs" : "Achtergrondtaken",
@@ -313,7 +322,13 @@
"Follow us on Mastodon" : "Volg ons op Mastodon",
"Check out our blog" : "Lees ons blog",
"Subscribe to our newsletter" : "Abonneer jezelf op onze nieuwsbrief",
"Where is your data?" : "Waar zijn je bestanden?",
"Your data is located in <b>%s</b>." : "Je bestanden zijn in <b>%s</b>.",
"Your provider is %s%s%s." : "Je dienstverlener is %s%s%s.",
"Your provider is %s." : "Je provider is %s.",
"Read the %sprivacy policy%s now." : "Lees het %sprivacy beleid%s nu.",
"Your files are encrypted with %sserver side encryption%s." : "Je bestanden zijn versleuteld met %sserver side versleuteling%s.",
"%s%s%s is your admin. If you have any issues, %scontact them%s." : "%s%s%s is je beheerder. Indien je problemen hebt, %smaak contact %s.",
"Profile picture" : "Profielafbeelding",
"Upload new" : "Upload een nieuwe",
"Select from Files" : "Kies uit bestanden",

Loading…
Cancel
Save