From 3425c73815317d4d5dd2373b2e9d9ce74c6e2abc Mon Sep 17 00:00:00 2001 From: Jenkins for ownCloud Date: Sun, 11 Jan 2015 01:54:32 -0500 Subject: [PATCH] [tx-robot] updated from transifex --- apps/files/l10n/nb_NO.js | 4 +++- apps/files/l10n/nb_NO.json | 4 +++- apps/files/l10n/ru.js | 2 +- apps/files/l10n/ru.json | 2 +- apps/files_sharing/l10n/nb_NO.js | 2 ++ apps/files_sharing/l10n/nb_NO.json | 2 ++ apps/files_sharing/l10n/pl.js | 1 + apps/files_sharing/l10n/pl.json | 1 + apps/files_trashbin/l10n/nb_NO.js | 1 + apps/files_trashbin/l10n/nb_NO.json | 1 + apps/user_ldap/l10n/nb_NO.js | 22 +++++++++++----------- apps/user_ldap/l10n/nb_NO.json | 22 +++++++++++----------- core/l10n/gl.js | 2 +- core/l10n/gl.json | 2 +- core/l10n/nb_NO.js | 1 + core/l10n/nb_NO.json | 1 + core/l10n/pl.js | 8 ++++---- core/l10n/pl.json | 8 ++++---- lib/l10n/es.js | 2 +- lib/l10n/es.json | 2 +- lib/l10n/pl.js | 9 +++++++-- lib/l10n/pl.json | 9 +++++++-- settings/l10n/es.js | 2 +- settings/l10n/es.json | 2 +- settings/l10n/gl.js | 3 +++ settings/l10n/gl.json | 3 +++ settings/l10n/nb_NO.js | 10 +++++++--- settings/l10n/nb_NO.json | 10 +++++++--- settings/l10n/nl.js | 3 +++ settings/l10n/nl.json | 3 +++ settings/l10n/pl.js | 4 ++-- settings/l10n/pl.json | 4 ++-- 32 files changed, 98 insertions(+), 54 deletions(-) diff --git a/apps/files/l10n/nb_NO.js b/apps/files/l10n/nb_NO.js index e14a84a35dc..62b78c89dc8 100644 --- a/apps/files/l10n/nb_NO.js +++ b/apps/files/l10n/nb_NO.js @@ -60,6 +60,7 @@ OC.L10N.register( "Error" : "Feil", "Could not rename file" : "Klarte ikke å gi nytt navn til fil", "Error deleting file." : "Feil ved sletting av fil.", + "No entries in this folder match '{filter}'" : "Ingen oppføringer i denne mappen stemmer med '{filter}'", "Name" : "Navn", "Size" : "Størrelse", "Modified" : "Endret", @@ -73,7 +74,7 @@ OC.L10N.register( "Encryption App is enabled but your keys are not initialized, please log-out and log-in again" : "App for kryptering er aktivert men nøklene dine er ikke satt opp. Logg ut og logg inn igjen.", "Invalid private key for Encryption App. Please update your private key password in your personal settings to recover access to your encrypted files." : "Ugyldig privat nøkkel for Krypterings-app. Oppdater passordet for din private nøkkel i dine personlige innstillinger for å gjenopprette tilgang til de krypterte filene dine.", "Encryption was disabled but your files are still encrypted. Please go to your personal settings to decrypt your files." : "Kryptering ble slått av men filene dine er fremdeles kryptert. Gå til dine personlige innstillinger for å dekryptere filene dine.", - "_ matches '{filter}'_::_ match '{filter}'_" : ["",""], + "_ matches '{filter}'_::_ match '{filter}'_" : [" stemmer med '{filter}'"," stemmer med '{filter}'"], "{dirs} and {files}" : "{dirs} og {files}", "Favorited" : "Er favoritt", "Favorite" : "Gjør til favoritt", @@ -97,6 +98,7 @@ OC.L10N.register( "Cancel upload" : "Avbryt opplasting", "No files yet" : "Ingen filer ennå", "Upload some content or sync with your devices!" : "Last opp noe innhold eller synkroniser med enhetene dine!", + "No entries found in this folder" : "Ingen oppføringer funnet i denne mappen", "Select all" : "Velg alle", "Download" : "Last ned", "Upload too large" : "Filen er for stor", diff --git a/apps/files/l10n/nb_NO.json b/apps/files/l10n/nb_NO.json index d61e2c63de7..62d6e3f925f 100644 --- a/apps/files/l10n/nb_NO.json +++ b/apps/files/l10n/nb_NO.json @@ -58,6 +58,7 @@ "Error" : "Feil", "Could not rename file" : "Klarte ikke å gi nytt navn til fil", "Error deleting file." : "Feil ved sletting av fil.", + "No entries in this folder match '{filter}'" : "Ingen oppføringer i denne mappen stemmer med '{filter}'", "Name" : "Navn", "Size" : "Størrelse", "Modified" : "Endret", @@ -71,7 +72,7 @@ "Encryption App is enabled but your keys are not initialized, please log-out and log-in again" : "App for kryptering er aktivert men nøklene dine er ikke satt opp. Logg ut og logg inn igjen.", "Invalid private key for Encryption App. Please update your private key password in your personal settings to recover access to your encrypted files." : "Ugyldig privat nøkkel for Krypterings-app. Oppdater passordet for din private nøkkel i dine personlige innstillinger for å gjenopprette tilgang til de krypterte filene dine.", "Encryption was disabled but your files are still encrypted. Please go to your personal settings to decrypt your files." : "Kryptering ble slått av men filene dine er fremdeles kryptert. Gå til dine personlige innstillinger for å dekryptere filene dine.", - "_ matches '{filter}'_::_ match '{filter}'_" : ["",""], + "_ matches '{filter}'_::_ match '{filter}'_" : [" stemmer med '{filter}'"," stemmer med '{filter}'"], "{dirs} and {files}" : "{dirs} og {files}", "Favorited" : "Er favoritt", "Favorite" : "Gjør til favoritt", @@ -95,6 +96,7 @@ "Cancel upload" : "Avbryt opplasting", "No files yet" : "Ingen filer ennå", "Upload some content or sync with your devices!" : "Last opp noe innhold eller synkroniser med enhetene dine!", + "No entries found in this folder" : "Ingen oppføringer funnet i denne mappen", "Select all" : "Velg alle", "Download" : "Last ned", "Upload too large" : "Filen er for stor", diff --git a/apps/files/l10n/ru.js b/apps/files/l10n/ru.js index 8494f913794..53e81983171 100644 --- a/apps/files/l10n/ru.js +++ b/apps/files/l10n/ru.js @@ -98,7 +98,7 @@ OC.L10N.register( "Cancel upload" : "Отменить загрузку", "No files yet" : "Пока ещё нет файлов", "Upload some content or sync with your devices!" : "Загрузите что-нибудь или синхронизируйте со своими устройствами!", - "No entries found in this folder" : "Каталог пуст", + "No entries found in this folder" : "Ничего не найдено", "Select all" : "Выбрать все", "Download" : "Скачать", "Upload too large" : "Файл слишком велик", diff --git a/apps/files/l10n/ru.json b/apps/files/l10n/ru.json index c16452f7e11..d632b4a8465 100644 --- a/apps/files/l10n/ru.json +++ b/apps/files/l10n/ru.json @@ -96,7 +96,7 @@ "Cancel upload" : "Отменить загрузку", "No files yet" : "Пока ещё нет файлов", "Upload some content or sync with your devices!" : "Загрузите что-нибудь или синхронизируйте со своими устройствами!", - "No entries found in this folder" : "Каталог пуст", + "No entries found in this folder" : "Ничего не найдено", "Select all" : "Выбрать все", "Download" : "Скачать", "Upload too large" : "Файл слишком велик", diff --git a/apps/files_sharing/l10n/nb_NO.js b/apps/files_sharing/l10n/nb_NO.js index d9b15d37460..7a959d842fe 100644 --- a/apps/files_sharing/l10n/nb_NO.js +++ b/apps/files_sharing/l10n/nb_NO.js @@ -19,6 +19,7 @@ OC.L10N.register( "Remote share password" : "Passord for ekstern deling", "Cancel" : "Avbryt", "Add remote share" : "Legg til ekstern deling", + "No ownCloud installation (7 or higher) found at {remote}" : "Ingen ownCloud-installasjon (7 eller høyere) funnet på {remote}", "Invalid ownCloud url" : "Ugyldig ownCloud-url", "Shared by" : "Delt av", "A file or folder was shared from another server" : "En fil eller mappe ble delt fra en annen server", @@ -32,6 +33,7 @@ OC.L10N.register( "This share is password-protected" : "Denne delingen er passordbeskyttet", "The password is wrong. Try again." : "Passordet er feil. Prøv på nytt.", "Password" : "Passord", + "No entries found in this folder" : "Ingen oppføringer funnet i denne mappen", "Name" : "Navn", "Share time" : "Delingstidspunkt", "Sorry, this link doesn’t seem to work anymore." : "Beklager, denne lenken ser ikke ut til å virke lenger.", diff --git a/apps/files_sharing/l10n/nb_NO.json b/apps/files_sharing/l10n/nb_NO.json index ecc19f99f93..abe847ffaf0 100644 --- a/apps/files_sharing/l10n/nb_NO.json +++ b/apps/files_sharing/l10n/nb_NO.json @@ -17,6 +17,7 @@ "Remote share password" : "Passord for ekstern deling", "Cancel" : "Avbryt", "Add remote share" : "Legg til ekstern deling", + "No ownCloud installation (7 or higher) found at {remote}" : "Ingen ownCloud-installasjon (7 eller høyere) funnet på {remote}", "Invalid ownCloud url" : "Ugyldig ownCloud-url", "Shared by" : "Delt av", "A file or folder was shared from another server" : "En fil eller mappe ble delt fra en annen server", @@ -30,6 +31,7 @@ "This share is password-protected" : "Denne delingen er passordbeskyttet", "The password is wrong. Try again." : "Passordet er feil. Prøv på nytt.", "Password" : "Passord", + "No entries found in this folder" : "Ingen oppføringer funnet i denne mappen", "Name" : "Navn", "Share time" : "Delingstidspunkt", "Sorry, this link doesn’t seem to work anymore." : "Beklager, denne lenken ser ikke ut til å virke lenger.", diff --git a/apps/files_sharing/l10n/pl.js b/apps/files_sharing/l10n/pl.js index df728604f8e..fd696a1e0ba 100644 --- a/apps/files_sharing/l10n/pl.js +++ b/apps/files_sharing/l10n/pl.js @@ -8,6 +8,7 @@ OC.L10N.register( "Shared with you" : "Współdzielony z Tobą", "Shared with others" : "Współdzielony z innymi", "Shared by link" : "Współdzielony linkiem", + "No shared links" : "Brak udostępnionych odnośników", "Do you want to add the remote share {name} from {owner}@{remote}?" : "Czy chcesz dodać udział zdalny {name} od {owner}@{remote}?", "Remote share" : "Zdalny zasób", "Remote share password" : "Hasło do zdalnego zasobu", diff --git a/apps/files_sharing/l10n/pl.json b/apps/files_sharing/l10n/pl.json index 1f65cc3104f..68c10b409ce 100644 --- a/apps/files_sharing/l10n/pl.json +++ b/apps/files_sharing/l10n/pl.json @@ -6,6 +6,7 @@ "Shared with you" : "Współdzielony z Tobą", "Shared with others" : "Współdzielony z innymi", "Shared by link" : "Współdzielony linkiem", + "No shared links" : "Brak udostępnionych odnośników", "Do you want to add the remote share {name} from {owner}@{remote}?" : "Czy chcesz dodać udział zdalny {name} od {owner}@{remote}?", "Remote share" : "Zdalny zasób", "Remote share password" : "Hasło do zdalnego zasobu", diff --git a/apps/files_trashbin/l10n/nb_NO.js b/apps/files_trashbin/l10n/nb_NO.js index 2fcd4b93c9c..2c1fd5396ef 100644 --- a/apps/files_trashbin/l10n/nb_NO.js +++ b/apps/files_trashbin/l10n/nb_NO.js @@ -10,6 +10,7 @@ OC.L10N.register( "restored" : "gjenopprettet", "No deleted files" : "Ingen slettede filer", "You will be able to recover deleted files from here" : "Du vil kunne gjenopprette slettede filer herfra", + "No entries found in this folder" : "Ingen oppføringer funnet i denne mappen", "Select all" : "Velg alle", "Name" : "Navn", "Deleted" : "Slettet", diff --git a/apps/files_trashbin/l10n/nb_NO.json b/apps/files_trashbin/l10n/nb_NO.json index 4fd9d677575..44e6161fe18 100644 --- a/apps/files_trashbin/l10n/nb_NO.json +++ b/apps/files_trashbin/l10n/nb_NO.json @@ -8,6 +8,7 @@ "restored" : "gjenopprettet", "No deleted files" : "Ingen slettede filer", "You will be able to recover deleted files from here" : "Du vil kunne gjenopprette slettede filer herfra", + "No entries found in this folder" : "Ingen oppføringer funnet i denne mappen", "Select all" : "Velg alle", "Name" : "Navn", "Deleted" : "Slettet", diff --git a/apps/user_ldap/l10n/nb_NO.js b/apps/user_ldap/l10n/nb_NO.js index 3d3839398a9..dedbb1a70d6 100644 --- a/apps/user_ldap/l10n/nb_NO.js +++ b/apps/user_ldap/l10n/nb_NO.js @@ -44,8 +44,8 @@ OC.L10N.register( "Test Configuration" : "Test konfigurasjonen", "Help" : "Hjelp", "Groups meeting these criteria are available in %s:" : "Grupper som tilfredsstiller disse kriteriene er tilgjengelige i %s:", - "only those object classes:" : "kun de objektklassene:", - "only from those groups:" : "kun fra de gruppene:", + "only those object classes:" : "kun disse objektklassene:", + "only from those groups:" : "kun fra disse gruppene:", "Edit raw filter instead" : "Rediger ubearbeidet filter i stedet", "Raw LDAP filter" : "Ubearbeidet LDAP-filter", "The filter specifies which LDAP groups shall have access to the %s instance." : "Filteret spesifiserer hvilke LDAP-grupper som skal ha tilgang til %s-instansen.", @@ -96,16 +96,16 @@ OC.L10N.register( "Cache Time-To-Live" : "Levetid i mellomlager", "in seconds. A change empties the cache." : "i sekunder. En endring tømmer bufferen.", "Directory Settings" : "Innstillinger for Katalog", - "User Display Name Field" : "Vis brukerens navnfelt", + "User Display Name Field" : "Felt med brukerens visningsnavn", "The LDAP attribute to use to generate the user's display name." : "LDAP-attributten som skal brukes til å generere brukerens visningsnavn.", - "Base User Tree" : "Hovedbruker tre", - "One User Base DN per line" : "En Bruker hoved-DN pr. linje", + "Base User Tree" : "Basis for bruker-tre", + "One User Base DN per line" : "En basis-DN for brukere pr. linje", "User Search Attributes" : "Attributter for brukersøk", "Optional; one attribute per line" : "Valgfritt, en attributt pr. linje", - "Group Display Name Field" : "Vis gruppens navnfelt", + "Group Display Name Field" : "Felt med gruppens visningsnavn", "The LDAP attribute to use to generate the groups's display name." : "LDAP-attributten som skal brukes til å generere gruppens visningsnavn.", - "Base Group Tree" : "Hovedgruppe tre", - "One Group Base DN per line" : "En gruppe hoved-DN pr. linje", + "Base Group Tree" : "Basis for gruppe-tre", + "One Group Base DN per line" : "En basis-DN for grupper pr. linje", "Group Search Attributes" : "Attributter for gruppesøk", "Group-Member association" : "gruppe-medlem assosiasjon", "Nested Groups" : "Nestede grupper", @@ -120,10 +120,10 @@ OC.L10N.register( "User Home Folder Naming Rule" : "Navneregel for brukers hjemmemappe", "Leave empty for user name (default). Otherwise, specify an LDAP/AD attribute." : "La stå tom for brukernavn (standard). Ellers, spesifiser en LDAP/AD attributt.", "Internal Username" : "Internt brukernavn", - "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. To achieve a similar behavior as before ownCloud 5 enter the user display name attribute in the following field. Leave it empty for default behavior. Changes will have effect only on newly mapped (added) LDAP users." : "Som standard vil det interne brukernavnet bli laget utifra UUID-attributten. Dette sikrer at brukernavnet er unikt og at det ikke er nødvendig å konvertere tegn. Det interne brukernavnet har den begrensningen at bare disse tegnene er tillatt: [ a-zA-Z0-9_.@- ]. Andre tegn erstattes av tilsvarende ASCII-tegn eller blir ganske enkelt utelatt. Ved kollisjon blir et nummer lagt til / øket. Det interne brukernavnet brukes til å identifisere en bruker internt. Det er også standardnavnet på brukerens hjemmemappe. Det er også med i fjern-URL-er, for eksempel for alle *DAV-tjenester. Med denne innstillingen kan standard oppførsel overstyres. For å få en oppførsel som likner oppførselen før ownCloud 5, legg inn attributten for brukerens visningsnavn i dette feltet. La feltet stå tomt for standard oppførsel. Endringer vil kun påvirke nylig tilknyttede (opprettede) LDAP-brukere.", + "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. To achieve a similar behavior as before ownCloud 5 enter the user display name attribute in the following field. Leave it empty for default behavior. Changes will have effect only on newly mapped (added) LDAP users." : "Som standard vil det interne brukernavnet bli laget utifra UUID-attributten. Dette sikrer at brukernavnet er unikt og at det ikke er nødvendig å konvertere tegn. Det interne brukernavnet har den begrensningen at bare disse tegnene er tillatt: [ a-zA-Z0-9_.@- ]. Andre tegn erstattes av tilsvarende ASCII-tegn eller blir ganske enkelt utelatt. Ved kollisjon blir et nummer lagt til / øket. Det interne brukernavnet brukes til å identifisere en bruker internt. Det er også standardnavnet på brukerens hjemmemappe. Det er også med i eksterne URL-er, for eksempel for alle *DAV-tjenester. Med denne innstillingen kan standard oppførsel overstyres. For å få en oppførsel som likner oppførselen før ownCloud 5, legg inn attributten for brukerens visningsnavn i dette feltet. La feltet stå tomt for standard oppførsel. Endringer vil kun påvirke nylig tilknyttede (opprettede) LDAP-brukere.", "Internal Username Attribute:" : "Attributt for internt brukernavn:", - "Override UUID detection" : "Overstyr UUID-oppdaging", - "By default, the UUID attribute is automatically detected. The UUID attribute is used to doubtlessly identify LDAP users and groups. Also, the internal username will be created based on the UUID, if not specified otherwise above. You can override the setting and pass an attribute of your choice. You must make sure that the attribute of your choice can be fetched for both users and groups and it is unique. Leave it empty for default behavior. Changes will have effect only on newly mapped (added) LDAP users and groups." : "Som standard blir UUID-attributten oppdaget automatisk. UUID-attributten brukes til å identifisere LDAP-brukere og -grupper uten tvil. Det interne brukernavnet vil også bli laget basert på UUID, hvis ikke annet er spesifisert ovenfor. Du kan overstyre innstillingen og oppgi den attributten du ønsker. Du må forsikre det om at din valgte attributt kan hentes ut både for brukere og for grupper og at den er unik. La stå tomt for standard oppførsel. Endringer vil kun påvirke nylig tilknyttede (opprettede) LDAP-brukere og -grupper.", + "Override UUID detection" : "Overstyr UUID-påvisning", + "By default, the UUID attribute is automatically detected. The UUID attribute is used to doubtlessly identify LDAP users and groups. Also, the internal username will be created based on the UUID, if not specified otherwise above. You can override the setting and pass an attribute of your choice. You must make sure that the attribute of your choice can be fetched for both users and groups and it is unique. Leave it empty for default behavior. Changes will have effect only on newly mapped (added) LDAP users and groups." : "Som standard blir UUID-attributten påvist automatisk. UUID-attributten brukes til å identifisere LDAP-brukere og -grupper unikt. Det interne brukernavnet vil også bli laget basert på UUID, hvis ikke annet er spesifisert ovenfor. Du kan overstyre innstillingen og oppgi den attributten du ønsker. Du må forsikre deg om at din valgte attributt kan hentes ut både for brukere og for grupper og at den er unik. La stå tomt for standard oppførsel. Endringer vil kun påvirke nylig tilknyttede (opprettede) LDAP-brukere og -grupper.", "UUID Attribute for Users:" : "UUID-attributt for brukere:", "UUID Attribute for Groups:" : "UUID-attributt for grupper:", "Username-LDAP User Mapping" : "Tilknytning av brukernavn til LDAP-bruker", diff --git a/apps/user_ldap/l10n/nb_NO.json b/apps/user_ldap/l10n/nb_NO.json index cb3c28f8531..f9398c1531f 100644 --- a/apps/user_ldap/l10n/nb_NO.json +++ b/apps/user_ldap/l10n/nb_NO.json @@ -42,8 +42,8 @@ "Test Configuration" : "Test konfigurasjonen", "Help" : "Hjelp", "Groups meeting these criteria are available in %s:" : "Grupper som tilfredsstiller disse kriteriene er tilgjengelige i %s:", - "only those object classes:" : "kun de objektklassene:", - "only from those groups:" : "kun fra de gruppene:", + "only those object classes:" : "kun disse objektklassene:", + "only from those groups:" : "kun fra disse gruppene:", "Edit raw filter instead" : "Rediger ubearbeidet filter i stedet", "Raw LDAP filter" : "Ubearbeidet LDAP-filter", "The filter specifies which LDAP groups shall have access to the %s instance." : "Filteret spesifiserer hvilke LDAP-grupper som skal ha tilgang til %s-instansen.", @@ -94,16 +94,16 @@ "Cache Time-To-Live" : "Levetid i mellomlager", "in seconds. A change empties the cache." : "i sekunder. En endring tømmer bufferen.", "Directory Settings" : "Innstillinger for Katalog", - "User Display Name Field" : "Vis brukerens navnfelt", + "User Display Name Field" : "Felt med brukerens visningsnavn", "The LDAP attribute to use to generate the user's display name." : "LDAP-attributten som skal brukes til å generere brukerens visningsnavn.", - "Base User Tree" : "Hovedbruker tre", - "One User Base DN per line" : "En Bruker hoved-DN pr. linje", + "Base User Tree" : "Basis for bruker-tre", + "One User Base DN per line" : "En basis-DN for brukere pr. linje", "User Search Attributes" : "Attributter for brukersøk", "Optional; one attribute per line" : "Valgfritt, en attributt pr. linje", - "Group Display Name Field" : "Vis gruppens navnfelt", + "Group Display Name Field" : "Felt med gruppens visningsnavn", "The LDAP attribute to use to generate the groups's display name." : "LDAP-attributten som skal brukes til å generere gruppens visningsnavn.", - "Base Group Tree" : "Hovedgruppe tre", - "One Group Base DN per line" : "En gruppe hoved-DN pr. linje", + "Base Group Tree" : "Basis for gruppe-tre", + "One Group Base DN per line" : "En basis-DN for grupper pr. linje", "Group Search Attributes" : "Attributter for gruppesøk", "Group-Member association" : "gruppe-medlem assosiasjon", "Nested Groups" : "Nestede grupper", @@ -118,10 +118,10 @@ "User Home Folder Naming Rule" : "Navneregel for brukers hjemmemappe", "Leave empty for user name (default). Otherwise, specify an LDAP/AD attribute." : "La stå tom for brukernavn (standard). Ellers, spesifiser en LDAP/AD attributt.", "Internal Username" : "Internt brukernavn", - "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. To achieve a similar behavior as before ownCloud 5 enter the user display name attribute in the following field. Leave it empty for default behavior. Changes will have effect only on newly mapped (added) LDAP users." : "Som standard vil det interne brukernavnet bli laget utifra UUID-attributten. Dette sikrer at brukernavnet er unikt og at det ikke er nødvendig å konvertere tegn. Det interne brukernavnet har den begrensningen at bare disse tegnene er tillatt: [ a-zA-Z0-9_.@- ]. Andre tegn erstattes av tilsvarende ASCII-tegn eller blir ganske enkelt utelatt. Ved kollisjon blir et nummer lagt til / øket. Det interne brukernavnet brukes til å identifisere en bruker internt. Det er også standardnavnet på brukerens hjemmemappe. Det er også med i fjern-URL-er, for eksempel for alle *DAV-tjenester. Med denne innstillingen kan standard oppførsel overstyres. For å få en oppførsel som likner oppførselen før ownCloud 5, legg inn attributten for brukerens visningsnavn i dette feltet. La feltet stå tomt for standard oppførsel. Endringer vil kun påvirke nylig tilknyttede (opprettede) LDAP-brukere.", + "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. To achieve a similar behavior as before ownCloud 5 enter the user display name attribute in the following field. Leave it empty for default behavior. Changes will have effect only on newly mapped (added) LDAP users." : "Som standard vil det interne brukernavnet bli laget utifra UUID-attributten. Dette sikrer at brukernavnet er unikt og at det ikke er nødvendig å konvertere tegn. Det interne brukernavnet har den begrensningen at bare disse tegnene er tillatt: [ a-zA-Z0-9_.@- ]. Andre tegn erstattes av tilsvarende ASCII-tegn eller blir ganske enkelt utelatt. Ved kollisjon blir et nummer lagt til / øket. Det interne brukernavnet brukes til å identifisere en bruker internt. Det er også standardnavnet på brukerens hjemmemappe. Det er også med i eksterne URL-er, for eksempel for alle *DAV-tjenester. Med denne innstillingen kan standard oppførsel overstyres. For å få en oppførsel som likner oppførselen før ownCloud 5, legg inn attributten for brukerens visningsnavn i dette feltet. La feltet stå tomt for standard oppførsel. Endringer vil kun påvirke nylig tilknyttede (opprettede) LDAP-brukere.", "Internal Username Attribute:" : "Attributt for internt brukernavn:", - "Override UUID detection" : "Overstyr UUID-oppdaging", - "By default, the UUID attribute is automatically detected. The UUID attribute is used to doubtlessly identify LDAP users and groups. Also, the internal username will be created based on the UUID, if not specified otherwise above. You can override the setting and pass an attribute of your choice. You must make sure that the attribute of your choice can be fetched for both users and groups and it is unique. Leave it empty for default behavior. Changes will have effect only on newly mapped (added) LDAP users and groups." : "Som standard blir UUID-attributten oppdaget automatisk. UUID-attributten brukes til å identifisere LDAP-brukere og -grupper uten tvil. Det interne brukernavnet vil også bli laget basert på UUID, hvis ikke annet er spesifisert ovenfor. Du kan overstyre innstillingen og oppgi den attributten du ønsker. Du må forsikre det om at din valgte attributt kan hentes ut både for brukere og for grupper og at den er unik. La stå tomt for standard oppførsel. Endringer vil kun påvirke nylig tilknyttede (opprettede) LDAP-brukere og -grupper.", + "Override UUID detection" : "Overstyr UUID-påvisning", + "By default, the UUID attribute is automatically detected. The UUID attribute is used to doubtlessly identify LDAP users and groups. Also, the internal username will be created based on the UUID, if not specified otherwise above. You can override the setting and pass an attribute of your choice. You must make sure that the attribute of your choice can be fetched for both users and groups and it is unique. Leave it empty for default behavior. Changes will have effect only on newly mapped (added) LDAP users and groups." : "Som standard blir UUID-attributten påvist automatisk. UUID-attributten brukes til å identifisere LDAP-brukere og -grupper unikt. Det interne brukernavnet vil også bli laget basert på UUID, hvis ikke annet er spesifisert ovenfor. Du kan overstyre innstillingen og oppgi den attributten du ønsker. Du må forsikre deg om at din valgte attributt kan hentes ut både for brukere og for grupper og at den er unik. La stå tomt for standard oppførsel. Endringer vil kun påvirke nylig tilknyttede (opprettede) LDAP-brukere og -grupper.", "UUID Attribute for Users:" : "UUID-attributt for brukere:", "UUID Attribute for Groups:" : "UUID-attributt for grupper:", "Username-LDAP User Mapping" : "Tilknytning av brukernavn til LDAP-bruker", diff --git a/core/l10n/gl.js b/core/l10n/gl.js index 638c7ef0182..e7da5206060 100644 --- a/core/l10n/gl.js +++ b/core/l10n/gl.js @@ -65,7 +65,7 @@ OC.L10N.register( "Strong password" : "Contrasinal forte", "Your web server is not yet properly setup to allow files synchronization because the WebDAV interface seems to be broken." : "O seu servidor web aínda non está configurado axeidamente para permitir a sincronización de ficheiros xa que semella que a interface WebDAV non está a funcionar.", "This server has no working internet connection. This means that some of the features like mounting of external storage, notifications about updates or installation of 3rd party apps don´t work. Accessing files from remote and sending of notification emails might also not work. We suggest to enable internet connection for this server if you want to have all features." : "Este servidor non ten conexión a Internet. Isto significa que algunhas das funcionalidades como a montaxe de almacenamento externo, as notificacións sobre actualizacións ou instalación de aplicacións de terceiros non funcionan. O acceso aos ficheiros de forma remota e o envío de mensaxes de notificación poderían non funcionar. Suxerímoslle que active a conexión a Internet deste servidor se quere dispor de todas as funcionalidades.", - "Your data directory and your files are probably accessible from the internet. The .htaccess file is not working. We strongly suggest that you configure your webserver in a way that the data directory is no longer accessible or you move the data directory outside the webserver document root." : "O seu cartafol de datos e os seus ficheiros probabelmente sexan accesíbeis a través de internet. O ficheiro .htaccess non está a traballar. Suxerímoslle que configure o seu servidor web de tal maneira que o cartafol de datos non estea accesíbel ou que mova o o directorio de datos fóra da raíz de documentos do servidor web.", + "Your data directory and your files are probably accessible from the internet. The .htaccess file is not working. We strongly suggest that you configure your webserver in a way that the data directory is no longer accessible or you move the data directory outside the webserver document root." : "O seu cartafol de datos e os seus ficheiros probabelmente sexan accesíbeis a través de internet. O ficheiro .htaccess non está a traballar. Suxerímoslle que configure o seu servidor web de tal xeito que o cartafol de datos non estea accesíbel ou que mova o o directorio de datos fóra da raíz de documentos do servidor web.", "Error occurred while checking server setup" : "Aconteceu un erro mentras se comprobaba a configuración do servidor", "Shared" : "Compartido", "Shared with {recipients}" : "Compartido con {recipients}", diff --git a/core/l10n/gl.json b/core/l10n/gl.json index 0c45e59cc86..641c3765be3 100644 --- a/core/l10n/gl.json +++ b/core/l10n/gl.json @@ -63,7 +63,7 @@ "Strong password" : "Contrasinal forte", "Your web server is not yet properly setup to allow files synchronization because the WebDAV interface seems to be broken." : "O seu servidor web aínda non está configurado axeidamente para permitir a sincronización de ficheiros xa que semella que a interface WebDAV non está a funcionar.", "This server has no working internet connection. This means that some of the features like mounting of external storage, notifications about updates or installation of 3rd party apps don´t work. Accessing files from remote and sending of notification emails might also not work. We suggest to enable internet connection for this server if you want to have all features." : "Este servidor non ten conexión a Internet. Isto significa que algunhas das funcionalidades como a montaxe de almacenamento externo, as notificacións sobre actualizacións ou instalación de aplicacións de terceiros non funcionan. O acceso aos ficheiros de forma remota e o envío de mensaxes de notificación poderían non funcionar. Suxerímoslle que active a conexión a Internet deste servidor se quere dispor de todas as funcionalidades.", - "Your data directory and your files are probably accessible from the internet. The .htaccess file is not working. We strongly suggest that you configure your webserver in a way that the data directory is no longer accessible or you move the data directory outside the webserver document root." : "O seu cartafol de datos e os seus ficheiros probabelmente sexan accesíbeis a través de internet. O ficheiro .htaccess non está a traballar. Suxerímoslle que configure o seu servidor web de tal maneira que o cartafol de datos non estea accesíbel ou que mova o o directorio de datos fóra da raíz de documentos do servidor web.", + "Your data directory and your files are probably accessible from the internet. The .htaccess file is not working. We strongly suggest that you configure your webserver in a way that the data directory is no longer accessible or you move the data directory outside the webserver document root." : "O seu cartafol de datos e os seus ficheiros probabelmente sexan accesíbeis a través de internet. O ficheiro .htaccess non está a traballar. Suxerímoslle que configure o seu servidor web de tal xeito que o cartafol de datos non estea accesíbel ou que mova o o directorio de datos fóra da raíz de documentos do servidor web.", "Error occurred while checking server setup" : "Aconteceu un erro mentras se comprobaba a configuración do servidor", "Shared" : "Compartido", "Shared with {recipients}" : "Compartido con {recipients}", diff --git a/core/l10n/nb_NO.js b/core/l10n/nb_NO.js index ef1cf6a83d0..1c26ed22b96 100644 --- a/core/l10n/nb_NO.js +++ b/core/l10n/nb_NO.js @@ -119,6 +119,7 @@ OC.L10N.register( "Hello world!" : "Hei, Verden!", "sunny" : "solfylt", "Hello {name}, the weather is {weather}" : "Hallo {name}, været er {weather}", + "Hello {name}" : "Hallo {name}", "_download %n file_::_download %n files_" : ["last ned %n fil","last ned %n filer"], "Updating {productName} to version {version}, this may take a while." : "Oppdaterer {productName} til versjon {version}. Dette kan ta litt tid.", "Please reload the page." : "Vennligst last siden på nytt.", diff --git a/core/l10n/nb_NO.json b/core/l10n/nb_NO.json index 10f86112705..7e99022002e 100644 --- a/core/l10n/nb_NO.json +++ b/core/l10n/nb_NO.json @@ -117,6 +117,7 @@ "Hello world!" : "Hei, Verden!", "sunny" : "solfylt", "Hello {name}, the weather is {weather}" : "Hallo {name}, været er {weather}", + "Hello {name}" : "Hallo {name}", "_download %n file_::_download %n files_" : ["last ned %n fil","last ned %n filer"], "Updating {productName} to version {version}, this may take a while." : "Oppdaterer {productName} til versjon {version}. Dette kan ta litt tid.", "Please reload the page." : "Vennligst last siden på nytt.", diff --git a/core/l10n/pl.js b/core/l10n/pl.js index d5b9a02da02..84e6495a624 100644 --- a/core/l10n/pl.js +++ b/core/l10n/pl.js @@ -79,7 +79,7 @@ OC.L10N.register( "Share with user or group …" : "Współdziel z użytkownikiem lub grupą ...", "Share link" : "Udostępnij link", "The public link will expire no later than {days} days after it is created" : "Link publiczny wygaśnie nie później niż po {days} dniach od utworzenia", - "Link" : "Link", + "Link" : "Odnośnik", "Password protect" : "Zabezpiecz hasłem", "Password" : "Hasło", "Choose a password for the public link" : "Wybierz hasło dla linku publicznego", @@ -89,7 +89,7 @@ OC.L10N.register( "Set expiration date" : "Ustaw datę wygaśnięcia", "Expiration" : "Wygaśnięcie", "Expiration date" : "Data wygaśnięcia", - "Adding user..." : "Dodaję użytkownika...", + "Adding user..." : "Dodawanie użytkownika...", "group" : "grupa", "remote" : "zdalny", "Resharing is not allowed" : "Współdzielenie nie jest możliwe", @@ -119,7 +119,7 @@ OC.L10N.register( "Hello world!" : "Witaj świecie!", "sunny" : "słoneczna", "Hello {name}, the weather is {weather}" : "Cześć {name}, dzisiejsza pogoda jest {weather}", - "Hello {name}" : "Cześć {name}", + "Hello {name}" : "Witaj {name}", "_download %n file_::_download %n files_" : ["pobrano %n plik","pobrano %n plików","pobrano %n plików"], "Updating {productName} to version {version}, this may take a while." : "Aktualizuję {productName} do wersji {version}, to może chwilę potrwać.", "Please reload the page." : "Proszę przeładować stronę", @@ -190,7 +190,7 @@ OC.L10N.register( "This application requires JavaScript for correct operation. Please enable JavaScript and reload the page." : "Ta aplikacja wymaga JavaScript do poprawnego działania. Proszę włącz JavaScript i przeładuj stronę.", "%s is available. Get more information on how to update." : "%s jest dostępna. Dowiedz się więcej na temat aktualizacji.", "Log out" : "Wyloguj", - "Search" : "Szukaj", + "Search" : "Wyszukaj", "Server side authentication failed!" : "Uwierzytelnianie po stronie serwera nie powiodło się!", "Please contact your administrator." : "Skontaktuj się z administratorem", "Forgot your password? Reset it!" : "Nie pamiętasz hasła? Zresetuj je!", diff --git a/core/l10n/pl.json b/core/l10n/pl.json index c4b1bda5f0d..f63cb202d69 100644 --- a/core/l10n/pl.json +++ b/core/l10n/pl.json @@ -77,7 +77,7 @@ "Share with user or group …" : "Współdziel z użytkownikiem lub grupą ...", "Share link" : "Udostępnij link", "The public link will expire no later than {days} days after it is created" : "Link publiczny wygaśnie nie później niż po {days} dniach od utworzenia", - "Link" : "Link", + "Link" : "Odnośnik", "Password protect" : "Zabezpiecz hasłem", "Password" : "Hasło", "Choose a password for the public link" : "Wybierz hasło dla linku publicznego", @@ -87,7 +87,7 @@ "Set expiration date" : "Ustaw datę wygaśnięcia", "Expiration" : "Wygaśnięcie", "Expiration date" : "Data wygaśnięcia", - "Adding user..." : "Dodaję użytkownika...", + "Adding user..." : "Dodawanie użytkownika...", "group" : "grupa", "remote" : "zdalny", "Resharing is not allowed" : "Współdzielenie nie jest możliwe", @@ -117,7 +117,7 @@ "Hello world!" : "Witaj świecie!", "sunny" : "słoneczna", "Hello {name}, the weather is {weather}" : "Cześć {name}, dzisiejsza pogoda jest {weather}", - "Hello {name}" : "Cześć {name}", + "Hello {name}" : "Witaj {name}", "_download %n file_::_download %n files_" : ["pobrano %n plik","pobrano %n plików","pobrano %n plików"], "Updating {productName} to version {version}, this may take a while." : "Aktualizuję {productName} do wersji {version}, to może chwilę potrwać.", "Please reload the page." : "Proszę przeładować stronę", @@ -188,7 +188,7 @@ "This application requires JavaScript for correct operation. Please enable JavaScript and reload the page." : "Ta aplikacja wymaga JavaScript do poprawnego działania. Proszę włącz JavaScript i przeładuj stronę.", "%s is available. Get more information on how to update." : "%s jest dostępna. Dowiedz się więcej na temat aktualizacji.", "Log out" : "Wyloguj", - "Search" : "Szukaj", + "Search" : "Wyszukaj", "Server side authentication failed!" : "Uwierzytelnianie po stronie serwera nie powiodło się!", "Please contact your administrator." : "Skontaktuj się z administratorem", "Forgot your password? Reset it!" : "Nie pamiętasz hasła? Zresetuj je!", diff --git a/lib/l10n/es.js b/lib/l10n/es.js index c86c601bee0..5f5322054f1 100644 --- a/lib/l10n/es.js +++ b/lib/l10n/es.js @@ -127,7 +127,7 @@ OC.L10N.register( "Please make sure you have PostgreSQL >= 9 or check the logs for more information about the error" : "Por favor, asegúrese de que tiene PostgreSQL 9 o superior, o revise los registros para obtener más información acerca del error.", "Please change the permissions to 0770 so that the directory cannot be listed by other users." : "Por favor cambie los permisos a 0770 para que el directorio no se pueda mostrar para otros usuarios.", "Data directory (%s) is readable by other users" : "Directorio de datos (%s) se puede leer por otros usuarios.", - "Data directory (%s) is invalid" : "Directorio de datos (%s) no es válida", + "Data directory (%s) is invalid" : "El directorio de datos (%s) no es válido", "Please check that the data directory contains a file \".ocdata\" in its root." : "Verifique que el directorio de datos contiene un archivo \".ocdata\" en su directorio raíz.", "Could not obtain lock type %d on \"%s\"." : "No se pudo realizar el bloqueo %d en \"%s\"." }, diff --git a/lib/l10n/es.json b/lib/l10n/es.json index 9a7a26d2d3e..ff56edef778 100644 --- a/lib/l10n/es.json +++ b/lib/l10n/es.json @@ -125,7 +125,7 @@ "Please make sure you have PostgreSQL >= 9 or check the logs for more information about the error" : "Por favor, asegúrese de que tiene PostgreSQL 9 o superior, o revise los registros para obtener más información acerca del error.", "Please change the permissions to 0770 so that the directory cannot be listed by other users." : "Por favor cambie los permisos a 0770 para que el directorio no se pueda mostrar para otros usuarios.", "Data directory (%s) is readable by other users" : "Directorio de datos (%s) se puede leer por otros usuarios.", - "Data directory (%s) is invalid" : "Directorio de datos (%s) no es válida", + "Data directory (%s) is invalid" : "El directorio de datos (%s) no es válido", "Please check that the data directory contains a file \".ocdata\" in its root." : "Verifique que el directorio de datos contiene un archivo \".ocdata\" en su directorio raíz.", "Could not obtain lock type %d on \"%s\"." : "No se pudo realizar el bloqueo %d en \"%s\"." },"pluralForm" :"nplurals=2; plural=(n != 1);" diff --git a/lib/l10n/pl.js b/lib/l10n/pl.js index 4382655be43..ff1205a8b95 100644 --- a/lib/l10n/pl.js +++ b/lib/l10n/pl.js @@ -8,6 +8,9 @@ OC.L10N.register( "Sample configuration detected" : "Wykryto przykładową konfigurację", "It has been detected that the sample configuration has been copied. This can break your installation and is unsupported. Please read the documentation before performing changes on config.php" : "Wykryto skopiowanie przykładowej konfiguracji. To może popsuć Twoją instalację i nie jest wspierane. Proszę przeczytać dokumentację przed dokonywaniem zmian w config.php", "PHP %s or higher is required." : "PHP %s lub wyższe jest wymagane.", + "Following databases are supported: %s" : "Obsługiwane są następujące bazy danych: %s", + "The library %s is not available." : "Biblioteka %s nie jest dostępna.", + "Following platforms are supported: %s" : "Obsługiwane są następujące platformy: %s", "Help" : "Pomoc", "Personal" : "Osobiste", "Settings" : "Ustawienia", @@ -20,14 +23,16 @@ OC.L10N.register( "Invalid image" : "Błędne zdjęcie", "today" : "dziś", "yesterday" : "wczoraj", - "_%n day ago_::_%n days ago_" : ["","",""], + "_%n day ago_::_%n days ago_" : ["%d dzień temu","%n dni temu","%n dni temu"], "last month" : "w zeszłym miesiącu", "_%n month ago_::_%n months ago_" : ["%n miesiąc temu","%n miesięcy temu","%n miesięcy temu"], "last year" : "w zeszłym roku", - "_%n year ago_::_%n years ago_" : ["","",""], + "_%n year ago_::_%n years ago_" : ["%n rok temu","%n lata temu","%n lat temu"], "_%n hour ago_::_%n hours ago_" : ["%n godzinę temu","%n godzin temu","%n godzin temu"], "_%n minute ago_::_%n minutes ago_" : ["%n minute temu","%n minut temu","%n minut temu"], "seconds ago" : "sekund temu", + "Database Error" : "Błąd bazy danych", + "Please contact your system administrator." : "Proszę skontaktować się z administratorem sytemu.", "web services under your control" : "Kontrolowane serwisy", "App directory already exists" : "Katalog aplikacji już isnieje", "Can't create app folder. Please fix permissions. %s" : "Nie mogę utworzyć katalogu aplikacji. Proszę popraw uprawnienia. %s", diff --git a/lib/l10n/pl.json b/lib/l10n/pl.json index 05da756aff4..7748bd31743 100644 --- a/lib/l10n/pl.json +++ b/lib/l10n/pl.json @@ -6,6 +6,9 @@ "Sample configuration detected" : "Wykryto przykładową konfigurację", "It has been detected that the sample configuration has been copied. This can break your installation and is unsupported. Please read the documentation before performing changes on config.php" : "Wykryto skopiowanie przykładowej konfiguracji. To może popsuć Twoją instalację i nie jest wspierane. Proszę przeczytać dokumentację przed dokonywaniem zmian w config.php", "PHP %s or higher is required." : "PHP %s lub wyższe jest wymagane.", + "Following databases are supported: %s" : "Obsługiwane są następujące bazy danych: %s", + "The library %s is not available." : "Biblioteka %s nie jest dostępna.", + "Following platforms are supported: %s" : "Obsługiwane są następujące platformy: %s", "Help" : "Pomoc", "Personal" : "Osobiste", "Settings" : "Ustawienia", @@ -18,14 +21,16 @@ "Invalid image" : "Błędne zdjęcie", "today" : "dziś", "yesterday" : "wczoraj", - "_%n day ago_::_%n days ago_" : ["","",""], + "_%n day ago_::_%n days ago_" : ["%d dzień temu","%n dni temu","%n dni temu"], "last month" : "w zeszłym miesiącu", "_%n month ago_::_%n months ago_" : ["%n miesiąc temu","%n miesięcy temu","%n miesięcy temu"], "last year" : "w zeszłym roku", - "_%n year ago_::_%n years ago_" : ["","",""], + "_%n year ago_::_%n years ago_" : ["%n rok temu","%n lata temu","%n lat temu"], "_%n hour ago_::_%n hours ago_" : ["%n godzinę temu","%n godzin temu","%n godzin temu"], "_%n minute ago_::_%n minutes ago_" : ["%n minute temu","%n minut temu","%n minut temu"], "seconds ago" : "sekund temu", + "Database Error" : "Błąd bazy danych", + "Please contact your system administrator." : "Proszę skontaktować się z administratorem sytemu.", "web services under your control" : "Kontrolowane serwisy", "App directory already exists" : "Katalog aplikacji już isnieje", "Can't create app folder. Please fix permissions. %s" : "Nie mogę utworzyć katalogu aplikacji. Proszę popraw uprawnienia. %s", diff --git a/settings/l10n/es.js b/settings/l10n/es.js index 6c3d58aeebc..90ef3343b49 100644 --- a/settings/l10n/es.js +++ b/settings/l10n/es.js @@ -143,7 +143,7 @@ OC.L10N.register( "Enforce expiration date" : "Imponer fecha de caducidad", "Allow resharing" : "Permitir re-compartición", "Restrict users to only share with users in their groups" : "Restringe a los usuarios a compartir solo con otros usuarios en sus grupos", - "Allow users to send mail notification for shared files to other users" : "Permitir a los usuarios enviar notificaciones por correo electronico de los archivos compartidos a otros usuarios", + "Allow users to send mail notification for shared files to other users" : "Permitir a los usuarios enviar notificaciones por correo electrónico de los archivos compartidos a otros usuarios", "Exclude groups from sharing" : "Excluye grupos de compartir", "These groups will still be able to receive shares, but not to initiate them." : "Estos grupos aún podrán recibir contenidos compartidos, pero no podrán, pero no podrán iniciarlos.", "Enforce HTTPS" : "Forzar HTTPS", diff --git a/settings/l10n/es.json b/settings/l10n/es.json index 190be72fc3b..680f42c43ac 100644 --- a/settings/l10n/es.json +++ b/settings/l10n/es.json @@ -141,7 +141,7 @@ "Enforce expiration date" : "Imponer fecha de caducidad", "Allow resharing" : "Permitir re-compartición", "Restrict users to only share with users in their groups" : "Restringe a los usuarios a compartir solo con otros usuarios en sus grupos", - "Allow users to send mail notification for shared files to other users" : "Permitir a los usuarios enviar notificaciones por correo electronico de los archivos compartidos a otros usuarios", + "Allow users to send mail notification for shared files to other users" : "Permitir a los usuarios enviar notificaciones por correo electrónico de los archivos compartidos a otros usuarios", "Exclude groups from sharing" : "Excluye grupos de compartir", "These groups will still be able to receive shares, but not to initiate them." : "Estos grupos aún podrán recibir contenidos compartidos, pero no podrán, pero no podrán iniciarlos.", "Enforce HTTPS" : "Forzar HTTPS", diff --git a/settings/l10n/gl.js b/settings/l10n/gl.js index 8cded7dd394..25a433f6814 100644 --- a/settings/l10n/gl.js +++ b/settings/l10n/gl.js @@ -36,6 +36,7 @@ OC.L10N.register( "Group already exists." : "Xa existe o grupo.", "Unable to add group." : "Non é posíbel engadir o grupo.", "Unable to delete group." : "Non é posíbel eliminar o grupo.", + "log-level out of allowed range" : "o nivel do rexistro está fora do intervalo admitido", "Saved" : "Gardado", "test email settings" : "correo de proba dos axustes", "If you received this email, the settings seem to be correct." : "Se recibiu este correo, semella que a configuración é correcta.", @@ -167,8 +168,10 @@ OC.L10N.register( "Test email settings" : "Correo de proba dos axustes", "Send email" : "Enviar o correo", "Log level" : "Nivel de rexistro", + "Download logfile" : "Descargar o ficheiro do rexistro", "More" : "Máis", "Less" : "Menos", + "The logfile is bigger than 100MB. Downloading it may take some time!" : "O ficheiro do rexistro ocupa máis de 100MB. A descarga pode levar bastante tempo!", "Version" : "Versión", "Developed by the ownCloud community, the source code is licensed under the AGPL." : "Desenvolvido pola comunidade ownCloud, o código fonte está baixo a licenza AGPL.", "More apps" : "Máis aplicativos", diff --git a/settings/l10n/gl.json b/settings/l10n/gl.json index 8c6382c5936..621d12a371c 100644 --- a/settings/l10n/gl.json +++ b/settings/l10n/gl.json @@ -34,6 +34,7 @@ "Group already exists." : "Xa existe o grupo.", "Unable to add group." : "Non é posíbel engadir o grupo.", "Unable to delete group." : "Non é posíbel eliminar o grupo.", + "log-level out of allowed range" : "o nivel do rexistro está fora do intervalo admitido", "Saved" : "Gardado", "test email settings" : "correo de proba dos axustes", "If you received this email, the settings seem to be correct." : "Se recibiu este correo, semella que a configuración é correcta.", @@ -165,8 +166,10 @@ "Test email settings" : "Correo de proba dos axustes", "Send email" : "Enviar o correo", "Log level" : "Nivel de rexistro", + "Download logfile" : "Descargar o ficheiro do rexistro", "More" : "Máis", "Less" : "Menos", + "The logfile is bigger than 100MB. Downloading it may take some time!" : "O ficheiro do rexistro ocupa máis de 100MB. A descarga pode levar bastante tempo!", "Version" : "Versión", "Developed by the ownCloud community, the source code is licensed under the AGPL." : "Desenvolvido pola comunidade ownCloud, o código fonte está baixo a licenza AGPL.", "More apps" : "Máis aplicativos", diff --git a/settings/l10n/nb_NO.js b/settings/l10n/nb_NO.js index 0231c747f93..cfb5e62e971 100644 --- a/settings/l10n/nb_NO.js +++ b/settings/l10n/nb_NO.js @@ -36,6 +36,7 @@ OC.L10N.register( "Group already exists." : "Gruppe finnes allerede.", "Unable to add group." : "Kan ikke legge til gruppe.", "Unable to delete group." : "Kan ikke slette gruppe.", + "log-level out of allowed range" : "Loggnivå utenfor tillatt område", "Saved" : "Lagret", "test email settings" : "Test av innstillinger for e-post", "If you received this email, the settings seem to be correct." : "Hvis du mottar denne e-posten er innstillingene tydeligvis korrekte.", @@ -123,6 +124,7 @@ OC.L10N.register( "This means that there might be problems with certain characters in file names." : "Dette betyr at det kan forekomme problemer med visse tegn i filnavn.", "We strongly suggest installing the required packages on your system to support one of the following locales: %s." : "Vi anbefaler sterkt å installere de påkrevde pakkene på systemet ditt for å støtte en av følgende nasjonale innstillinger: %s.", "URL generation in notification emails" : "URL-generering i varsel-eposter", + "If your installation is not installed in the root of the domain and uses system cron, there can be issues with the URL generation. To avoid these problems, please set the \"overwrite.cli.url\" option in your config.php file to the webroot path of your installation (Suggested: \"%s\")" : "Hvis installasjonen din ikke er installert i roten av domenet og bruker systemets cron, kan det bli problemer med URL-genereringen. For å unngå disse problemene, sett \"overwrite.cli.url\" i filen config.php til web-roten for installasjonen din (Foreslått: \"%s\")", "Configuration Checks" : "Konfigurasjons-sjekker", "No problems found" : "Ingen problemer funnet", "Please double check the installation guides." : "Vennligst dobbelsjekk installasjonsguiden.", @@ -134,19 +136,19 @@ OC.L10N.register( "Use system's cron service to call the cron.php file every 15 minutes." : "Bruk systemets cron-tjeneste til å kalle cron.php hvert 15. minutt.", "Allow apps to use the Share API" : "Tillat apper å bruke API for Deling", "Allow users to share via link" : "Tillat brukere å dele via lenke", - "Enforce password protection" : "Tving passordbeskyttelse", + "Enforce password protection" : "Krev passordbeskyttelse", "Allow public uploads" : "Tillat offentlig opplasting", "Allow users to send mail notification for shared files" : "Tlllat at brukere sender e-postvarsler for delte filer", "Set default expiration date" : "Sett standard utløpsdato", "Expire after " : "Utløper etter", "days" : "dager", - "Enforce expiration date" : "Tving utløpsdato", + "Enforce expiration date" : "Krev utløpsdato", "Allow resharing" : "TIllat videre deling", "Restrict users to only share with users in their groups" : "Begrens brukere til kun å dele med brukere i deres grupper", "Allow users to send mail notification for shared files to other users" : "Tillat at brukere sender varsler om delte filer på e-post til andre brukere", "Exclude groups from sharing" : "Utelukk grupper fra deling", "These groups will still be able to receive shares, but not to initiate them." : "Disse gruppene vil fremdeles kunne motta delinger men ikke lage dem.", - "Enforce HTTPS" : "Tving HTTPS", + "Enforce HTTPS" : "Krev HTTPS", "Forces the clients to connect to %s via an encrypted connection." : "Tvinger klientene til å koble til %s via en kryptert forbindelse.", "Enforce HTTPS for subdomains" : "Krev HTTPS for underdomener", "Forces the clients to connect to %s and subdomains via an encrypted connection." : "Tvinger klientene til å koble til %s og underdomener via en kryptert forbindelse.", @@ -166,8 +168,10 @@ OC.L10N.register( "Test email settings" : "Test innstillinger for e-post", "Send email" : "Send e-post", "Log level" : "Loggnivå", + "Download logfile" : "Last ned loggfil", "More" : "Mer", "Less" : "Mindre", + "The logfile is bigger than 100MB. Downloading it may take some time!" : "Loggfilen er større enn 100MB. Det kan ta litt tid å laste den ned!", "Version" : "Versjon", "Developed by the ownCloud community, the source code is licensed under the AGPL." : "Utviklet av ownCloud-fellesskapet. Kildekoden er lisensiert under AGPL.", "More apps" : "Flere apper", diff --git a/settings/l10n/nb_NO.json b/settings/l10n/nb_NO.json index 2f1f8a35d2d..0ff66420fb3 100644 --- a/settings/l10n/nb_NO.json +++ b/settings/l10n/nb_NO.json @@ -34,6 +34,7 @@ "Group already exists." : "Gruppe finnes allerede.", "Unable to add group." : "Kan ikke legge til gruppe.", "Unable to delete group." : "Kan ikke slette gruppe.", + "log-level out of allowed range" : "Loggnivå utenfor tillatt område", "Saved" : "Lagret", "test email settings" : "Test av innstillinger for e-post", "If you received this email, the settings seem to be correct." : "Hvis du mottar denne e-posten er innstillingene tydeligvis korrekte.", @@ -121,6 +122,7 @@ "This means that there might be problems with certain characters in file names." : "Dette betyr at det kan forekomme problemer med visse tegn i filnavn.", "We strongly suggest installing the required packages on your system to support one of the following locales: %s." : "Vi anbefaler sterkt å installere de påkrevde pakkene på systemet ditt for å støtte en av følgende nasjonale innstillinger: %s.", "URL generation in notification emails" : "URL-generering i varsel-eposter", + "If your installation is not installed in the root of the domain and uses system cron, there can be issues with the URL generation. To avoid these problems, please set the \"overwrite.cli.url\" option in your config.php file to the webroot path of your installation (Suggested: \"%s\")" : "Hvis installasjonen din ikke er installert i roten av domenet og bruker systemets cron, kan det bli problemer med URL-genereringen. For å unngå disse problemene, sett \"overwrite.cli.url\" i filen config.php til web-roten for installasjonen din (Foreslått: \"%s\")", "Configuration Checks" : "Konfigurasjons-sjekker", "No problems found" : "Ingen problemer funnet", "Please double check the installation guides." : "Vennligst dobbelsjekk installasjonsguiden.", @@ -132,19 +134,19 @@ "Use system's cron service to call the cron.php file every 15 minutes." : "Bruk systemets cron-tjeneste til å kalle cron.php hvert 15. minutt.", "Allow apps to use the Share API" : "Tillat apper å bruke API for Deling", "Allow users to share via link" : "Tillat brukere å dele via lenke", - "Enforce password protection" : "Tving passordbeskyttelse", + "Enforce password protection" : "Krev passordbeskyttelse", "Allow public uploads" : "Tillat offentlig opplasting", "Allow users to send mail notification for shared files" : "Tlllat at brukere sender e-postvarsler for delte filer", "Set default expiration date" : "Sett standard utløpsdato", "Expire after " : "Utløper etter", "days" : "dager", - "Enforce expiration date" : "Tving utløpsdato", + "Enforce expiration date" : "Krev utløpsdato", "Allow resharing" : "TIllat videre deling", "Restrict users to only share with users in their groups" : "Begrens brukere til kun å dele med brukere i deres grupper", "Allow users to send mail notification for shared files to other users" : "Tillat at brukere sender varsler om delte filer på e-post til andre brukere", "Exclude groups from sharing" : "Utelukk grupper fra deling", "These groups will still be able to receive shares, but not to initiate them." : "Disse gruppene vil fremdeles kunne motta delinger men ikke lage dem.", - "Enforce HTTPS" : "Tving HTTPS", + "Enforce HTTPS" : "Krev HTTPS", "Forces the clients to connect to %s via an encrypted connection." : "Tvinger klientene til å koble til %s via en kryptert forbindelse.", "Enforce HTTPS for subdomains" : "Krev HTTPS for underdomener", "Forces the clients to connect to %s and subdomains via an encrypted connection." : "Tvinger klientene til å koble til %s og underdomener via en kryptert forbindelse.", @@ -164,8 +166,10 @@ "Test email settings" : "Test innstillinger for e-post", "Send email" : "Send e-post", "Log level" : "Loggnivå", + "Download logfile" : "Last ned loggfil", "More" : "Mer", "Less" : "Mindre", + "The logfile is bigger than 100MB. Downloading it may take some time!" : "Loggfilen er større enn 100MB. Det kan ta litt tid å laste den ned!", "Version" : "Versjon", "Developed by the ownCloud community, the source code is licensed under the AGPL." : "Utviklet av ownCloud-fellesskapet. Kildekoden er lisensiert under AGPL.", "More apps" : "Flere apper", diff --git a/settings/l10n/nl.js b/settings/l10n/nl.js index 1082afb6e0e..c619a24be59 100644 --- a/settings/l10n/nl.js +++ b/settings/l10n/nl.js @@ -36,6 +36,7 @@ OC.L10N.register( "Group already exists." : "Groep bestaat al.", "Unable to add group." : "Kan groep niet toevoegen.", "Unable to delete group." : "Kan groep niet verwijderen.", + "log-level out of allowed range" : "loggingniveau buiten toegestane bereik", "Saved" : "Bewaard", "test email settings" : "test e-mailinstellingen", "If you received this email, the settings seem to be correct." : "Als u dit e-mailbericht ontvangt, lijken de instellingen juist.", @@ -167,8 +168,10 @@ OC.L10N.register( "Test email settings" : "Test e-mailinstellingen", "Send email" : "Versturen e-mail", "Log level" : "Log niveau", + "Download logfile" : "Download logbestand", "More" : "Meer", "Less" : "Minder", + "The logfile is bigger than 100MB. Downloading it may take some time!" : "het logbestand is groter dan 100MB. Downloaden kost even tijd!", "Version" : "Versie", "Developed by the ownCloud community, the source code is licensed under the AGPL." : "Ontwikkeld door de ownCloud gemeenschap, de broncode is gelicenseerd onder de AGPL.", "More apps" : "Meer applicaties", diff --git a/settings/l10n/nl.json b/settings/l10n/nl.json index 54837b152a5..86bd03a088a 100644 --- a/settings/l10n/nl.json +++ b/settings/l10n/nl.json @@ -34,6 +34,7 @@ "Group already exists." : "Groep bestaat al.", "Unable to add group." : "Kan groep niet toevoegen.", "Unable to delete group." : "Kan groep niet verwijderen.", + "log-level out of allowed range" : "loggingniveau buiten toegestane bereik", "Saved" : "Bewaard", "test email settings" : "test e-mailinstellingen", "If you received this email, the settings seem to be correct." : "Als u dit e-mailbericht ontvangt, lijken de instellingen juist.", @@ -165,8 +166,10 @@ "Test email settings" : "Test e-mailinstellingen", "Send email" : "Versturen e-mail", "Log level" : "Log niveau", + "Download logfile" : "Download logbestand", "More" : "Meer", "Less" : "Minder", + "The logfile is bigger than 100MB. Downloading it may take some time!" : "het logbestand is groter dan 100MB. Downloaden kost even tijd!", "Version" : "Versie", "Developed by the ownCloud community, the source code is licensed under the AGPL." : "Ontwikkeld door de ownCloud gemeenschap, de broncode is gelicenseerd onder de AGPL.", "More apps" : "Meer applicaties", diff --git a/settings/l10n/pl.js b/settings/l10n/pl.js index 501908586a6..ed02403e464 100644 --- a/settings/l10n/pl.js +++ b/settings/l10n/pl.js @@ -151,13 +151,13 @@ OC.L10N.register( "Version" : "Wersja", "Developed by the ownCloud community, the source code is licensed under the AGPL." : "Stworzone przez społeczność ownCloud, kod źródłowy na licencji AGPL.", "More apps" : "Więcej aplikacji", - "Add your app" : "Dodaj twoją aplikację", + "Add your app" : "Dodaj aplikację", "by" : "przez", "licensed" : "Licencja", "Documentation:" : "Dokumentacja:", "User Documentation" : "Dokumentacja użytkownika", "Admin Documentation" : "Dokumentacja Administratora", - "Update to %s" : "Aktualizuj do %s", + "Update to %s" : "Uaktualnij do %s", "Enable only for specific groups" : "Włącz tylko dla określonych grup", "Uninstall App" : "Odinstaluj aplikację", "Cheers!" : "Pozdrawiam!", diff --git a/settings/l10n/pl.json b/settings/l10n/pl.json index b349c101578..7173db87e2b 100644 --- a/settings/l10n/pl.json +++ b/settings/l10n/pl.json @@ -149,13 +149,13 @@ "Version" : "Wersja", "Developed by the ownCloud community, the source code is licensed under the AGPL." : "Stworzone przez społeczność ownCloud, kod źródłowy na licencji AGPL.", "More apps" : "Więcej aplikacji", - "Add your app" : "Dodaj twoją aplikację", + "Add your app" : "Dodaj aplikację", "by" : "przez", "licensed" : "Licencja", "Documentation:" : "Dokumentacja:", "User Documentation" : "Dokumentacja użytkownika", "Admin Documentation" : "Dokumentacja Administratora", - "Update to %s" : "Aktualizuj do %s", + "Update to %s" : "Uaktualnij do %s", "Enable only for specific groups" : "Włącz tylko dla określonych grup", "Uninstall App" : "Odinstaluj aplikację", "Cheers!" : "Pozdrawiam!", -- 2.39.5