From 61ff6523bc4a2ee3f71b500f8596be1e68685fb6 Mon Sep 17 00:00:00 2001 From: plegall Date: Wed, 12 Mar 2025 09:18:32 +0100 Subject: [PATCH] copy all languages from translation@ac6585c2c --- language/da_DK/admin.lang.php | 3 ++- language/da_DK/common.lang.php | 3 ++- language/de_DE/admin.lang.php | 3 ++- language/de_DE/common.lang.php | 3 ++- language/et_EE/admin.lang.php | 3 ++- language/et_EE/common.lang.php | 3 ++- language/fr_FR/common.lang.php | 6 +++--- language/he_IL/admin.lang.php | 3 ++- language/he_IL/common.lang.php | 3 ++- language/is_IS/admin.lang.php | 3 ++- language/is_IS/common.lang.php | 3 ++- language/nl_NL/admin.lang.php | 3 ++- language/nl_NL/common.lang.php | 3 ++- language/pt_BR/admin.lang.php | 32 +++++++++++++++++++++++++++- language/pt_BR/common.lang.php | 3 ++- language/pt_BR/whats_new_15.lang.php | 11 ++++++++++ language/sv_SE/admin.lang.php | 3 ++- language/sv_SE/common.lang.php | 3 ++- 18 files changed, 75 insertions(+), 19 deletions(-) create mode 100644 language/pt_BR/whats_new_15.lang.php diff --git a/language/da_DK/admin.lang.php b/language/da_DK/admin.lang.php index 687aa3ec9..f213201da 100644 --- a/language/da_DK/admin.lang.php +++ b/language/da_DK/admin.lang.php @@ -1403,4 +1403,5 @@ $lang['A photo library administrator has created the following account for you:' $lang['An activation link valid for %s has been sent to "%s". If the user doesn\'t receive the link, you can generate and copy a new one by editing the user and managing her password.'] = 'Et aktiveringslink, der er gyldigt i %s, er sendt til %s. Hvis brugeren ikke modtager linket, kan du generere og kopiere et nyt, ved at redigere brugeren og håndtere vedkommendes adgangskode.'; $lang['An activation link valid for %s was created but could not be sent. You can now copy the link below and send it to the user.'] = 'Et aktiveringslink, der er gyldigt i %s, blev oprettet, men kunne ikke sendes. Du kan nu kopiere linket nedenfor og sende det til brugeren.'; $lang['This link is valid for %s. After this time, you will need to request a new link.'] = 'Linket er gyldigt i %s. Derefter er det nødvendigt at bede om et nyt link.'; -$lang['To set your password, visit the following address:'] = 'For at opsætte adgangskoden, skal du besøge følgende adresse:'; \ No newline at end of file +$lang['To set your password, visit the following address:'] = 'For at opsætte adgangskoden, skal du besøge følgende adresse:'; +$lang['Welcome to %s'] = 'Velkommen til %s'; \ No newline at end of file diff --git a/language/da_DK/common.lang.php b/language/da_DK/common.lang.php index 1725c9d28..ed0173234 100644 --- a/language/da_DK/common.lang.php +++ b/language/da_DK/common.lang.php @@ -455,4 +455,5 @@ $lang['Custom dates'] = 'Skræddersyede datoer'; $lang['last 12 months'] = 'Seneste 12 måneder'; $lang['There are no authors available for the photos currently filtered'] = 'Der er ingen tilgængelige forfattere for de pt. filtrerede fotografier'; $lang['There are no creation dates available for the photos currently filtered'] = 'Der er ingen tilgængelige oprettelsesdatoer for de pt. filtrerede fotografier'; -$lang['There are no tags available for the photos currently filtered'] = 'Der er ingen tilgængelige tags for de pt. filtrerede fotografier'; \ No newline at end of file +$lang['There are no tags available for the photos currently filtered'] = 'Der er ingen tilgængelige tags for de pt. filtrerede fotografier'; +$lang['Set your password below.'] = 'Opsæt din adgangskode nedenfor.'; \ No newline at end of file diff --git a/language/de_DE/admin.lang.php b/language/de_DE/admin.lang.php index 8a9035f6e..d12a9b333 100644 --- a/language/de_DE/admin.lang.php +++ b/language/de_DE/admin.lang.php @@ -1404,4 +1404,5 @@ $lang['A photo library administrator has created the following account for you:' $lang['An activation link valid for %s has been sent to "%s". If the user doesn\'t receive the link, you can generate and copy a new one by editing the user and managing her password.'] = 'Ein Aktivierungslink, der für %s gültig ist, wurde an „%s“ gesendet. Wenn der Benutzer den Link nicht erhält, können Sie einen neuen Link erstellen und kopieren, indem Sie den Benutzer bearbeiten und sein Kennwort verwalten.'; $lang['An activation link valid for %s was created but could not be sent. You can now copy the link below and send it to the user.'] = 'Ein für %s gültiger Aktivierungslink wurde erstellt, konnte aber nicht gesendet werden. Sie können nun den unten stehenden Link kopieren und an den Benutzer senden.'; $lang['This link is valid for %s. After this time, you will need to request a new link.'] = 'Dieser Link ist für %s gültig. Nach Ablauf dieser Zeit müssen Sie einen neuen Link anfordern.'; -$lang['To set your password, visit the following address:'] = 'Um Ihr Passwort festzulegen, besuchen Sie die folgende Adresse:'; \ No newline at end of file +$lang['To set your password, visit the following address:'] = 'Um Ihr Passwort festzulegen, besuchen Sie die folgende Adresse:'; +$lang['Welcome to %s'] = 'Willkommen bei %s'; \ No newline at end of file diff --git a/language/de_DE/common.lang.php b/language/de_DE/common.lang.php index 9ab2a4e2a..301e43347 100644 --- a/language/de_DE/common.lang.php +++ b/language/de_DE/common.lang.php @@ -453,4 +453,5 @@ $lang['last 12 months'] = 'Letzte 12 Monate'; $lang['There are no authors available for the photos currently filtered'] = 'Derzeit sind keine Autoren für die gefilterten Fotos verfügbar'; $lang['There are no creation dates available for the photos currently filtered'] = 'Es sind keine Erstellungsdaten für die derzeit gefilterten Fotos verfügbar'; $lang['There are no tags available for the photos currently filtered'] = 'Es sind keine Tags für die derzeit gefilterten Fotos verfügbar'; -$lang['Welcome to your Piwigo photo gallery!'] = 'Willkommen in Ihrer Piwigo-Fotogalerie!'; \ No newline at end of file +$lang['Welcome to your Piwigo photo gallery!'] = 'Willkommen in Ihrer Piwigo-Fotogalerie!'; +$lang['Set your password below.'] = 'Legen Sie Ihr Passwort unten fest.'; \ No newline at end of file diff --git a/language/et_EE/admin.lang.php b/language/et_EE/admin.lang.php index 597cdf421..f30416174 100644 --- a/language/et_EE/admin.lang.php +++ b/language/et_EE/admin.lang.php @@ -1401,4 +1401,5 @@ $lang['Only admins in a specific group'] = 'Ainult teatud grupi administraatorid $lang['On %d rating(s)'] = '%d hinnangul'; $lang['An activation link valid for %s was created but could not be sent. You can now copy the link below and send it to the user.'] = 'Loodi %s kehtiv aktiveerimislink, kuid seda ei saanud saata. Nüüd saate kopeerida alloleva lingi ja saata selle kasutajale.'; $lang['An activation link valid for %s has been sent to "%s". If the user doesn\'t receive the link, you can generate and copy a new one by editing the user and managing her password.'] = 'Kehtiv aktiveerimislink %s jaoks on saadetud aadressile "%s". Kui linki ei saa, saab kasutajat muutes ja parooli haldades uue genereerida ja kopeerida.'; -$lang['A photo library administrator has created the following account for you:'] = 'Fototeegi administraator on loonud teile järgmise konto:'; \ No newline at end of file +$lang['A photo library administrator has created the following account for you:'] = 'Fototeegi administraator on loonud teile järgmise konto:'; +$lang['Welcome to %s'] = 'Tere tulemast %s'; \ No newline at end of file diff --git a/language/et_EE/common.lang.php b/language/et_EE/common.lang.php index 1500753f5..c88913887 100644 --- a/language/et_EE/common.lang.php +++ b/language/et_EE/common.lang.php @@ -474,4 +474,5 @@ $lang['Pages'] = 'Leheküljed'; $lang['Only the first %d albums are displayed, out of %d.'] = 'Kuvatakse ainult esimene %d albumit %d-st.'; $lang['Custom dates'] = 'Kohandatud kuupäevad'; $lang['Click here to display it'] = 'Selle kuvamiseks klõpsake siin'; -$lang['Album already selected'] = 'Album on juba valitud'; \ No newline at end of file +$lang['Album already selected'] = 'Album on juba valitud'; +$lang['Set your password below.'] = 'Määrake allpool oma parool.'; \ No newline at end of file diff --git a/language/fr_FR/common.lang.php b/language/fr_FR/common.lang.php index 2981bcc12..8bdafc3ab 100644 --- a/language/fr_FR/common.lang.php +++ b/language/fr_FR/common.lang.php @@ -437,8 +437,8 @@ $lang['Unknown time period'] = 'Période inconnue'; $lang['Tags found'] = 'Tags trouvés'; $lang['Albums found'] = 'Albums trouvés'; $lang['Search in this set'] = 'Rechercher dans ce lot'; -$lang['Tags listed here match your search by word. Click on one to browse by tag.'] = 'Les tags ci-dessous correspondent à votre recherche par mot. Cliquez sur l\'un d\'eux pour asculer en navigation par tag.'; -$lang['Albums listed here match your search by word. Click on one to browse by album.'] = 'Les albums ci-dessous correspondent à votre recherche par mot. Cliquez sur l\'un d\'eux our basculer en navigation par album.'; +$lang['Tags listed here match your search by word. Click on one to browse by tag.'] = 'Les tags ci-dessous correspondent à votre recherche par mot. Cliquez sur l\'un d\'eux pour basculer en navigation par tag.'; +$lang['Albums listed here match your search by word. Click on one to browse by album.'] = 'Les albums ci-dessous correspondent à votre recherche par mot. Cliquez sur l\'un d\'eux pour basculer en navigation par album.'; $lang['%d visits'] = '%d visites'; $lang['rating score %s'] = 'score %s'; $lang['year %d'] = 'année %d'; @@ -454,4 +454,4 @@ $lang['Custom dates'] = 'Dates personnalisées'; $lang['There are no tags available for the photos currently filtered'] = 'Aucun tag n\'est disponible pour les photos actuellement filtrées'; $lang['There are no creation dates available for the photos currently filtered'] = 'Aucune date de création n\'est disponible pour les photos actuellement filtrées'; $lang['There are no authors available for the photos currently filtered'] = 'Aucun auteur n\'est disponible pour les photos actuellement filtrées'; -$lang['Set your password below.'] = 'Définissez votre mot de passe ci-dessous.'; +$lang['Set your password below.'] = 'Définissez votre mot de passe ci-dessous.'; \ No newline at end of file diff --git a/language/he_IL/admin.lang.php b/language/he_IL/admin.lang.php index d304f5741..acd17a359 100644 --- a/language/he_IL/admin.lang.php +++ b/language/he_IL/admin.lang.php @@ -1404,4 +1404,5 @@ $lang['A photo library administrator has created the following account for you:' $lang['An activation link valid for %s has been sent to "%s". If the user doesn\'t receive the link, you can generate and copy a new one by editing the user and managing her password.'] = 'קישור להפעלה בתוקף ל-%s נשלח אל "%s". אם לא קיבלת את הקישור, ניתן ליצור קישור חדש ולהעתיק אותו על ידי עריכת המשתמש וניהול הסיסמה שלו.'; $lang['An activation link valid for %s was created but could not be sent. You can now copy the link below and send it to the user.'] = 'קישור להפעלה בתוקף ל-%s נוצר אך לא נשלח. כעת תוכל להעתיק את הקישור למטה ולשלוח אותו למשתמש.'; $lang['This link is valid for %s. After this time, you will need to request a new link.'] = 'הקישור הזה תקף למשך %s. לאחר מכן, תצטרך לבקש קישור חדש.'; -$lang['To set your password, visit the following address:'] = 'כדי להגדיר את הסיסמה שלך, בקר בכתובת הבאה:'; \ No newline at end of file +$lang['To set your password, visit the following address:'] = 'כדי להגדיר את הסיסמה שלך, בקר בכתובת הבאה:'; +$lang['Welcome to %s'] = 'ברוכים הבאים ל %s'; \ No newline at end of file diff --git a/language/he_IL/common.lang.php b/language/he_IL/common.lang.php index 6ec1f815c..6045a5021 100644 --- a/language/he_IL/common.lang.php +++ b/language/he_IL/common.lang.php @@ -460,4 +460,5 @@ $lang['Only the first %d albums are displayed, out of %d.'] = 'רק %d האלב $lang['Album name, 1 → 5 → 10 → 100'] = 'שם אלבום, 1 → 5 → 10 → 100'; $lang['Album name, 100 → 10 → 5 → 1'] = 'שם אלבום, 100 → 10 → 5 → 1'; $lang['Empty filters'] = 'נקה סינון'; -$lang['Validate'] = 'אמת'; \ No newline at end of file +$lang['Validate'] = 'אמת'; +$lang['Set your password below.'] = 'הגדירו סיסמתכם מטה.'; \ No newline at end of file diff --git a/language/is_IS/admin.lang.php b/language/is_IS/admin.lang.php index 5d7302159..6f2ff81de 100755 --- a/language/is_IS/admin.lang.php +++ b/language/is_IS/admin.lang.php @@ -1398,4 +1398,5 @@ $lang['A photo library administrator has created the following account for you:' $lang['An activation link valid for %s has been sent to "%s". If the user doesn\'t receive the link, you can generate and copy a new one by editing the user and managing her password.'] = 'Virkjunarhlekkur sem gildir fyrir %s hefur verið sendur á "%s". Ef notandinn fær ekki hlekkinn geturðu útbúið og afritað nýjan með því að breyta notandanum og stjórna lykilorðinu hans.'; $lang['An activation link valid for %s was created but could not be sent. You can now copy the link below and send it to the user.'] = 'Virkjunarhlekkur sem gildir fyrir %s var útbúinn en ekki var hægt að senda hann. Þú getur núna afritað hlekkinn hér að neðan og sent til notandans.'; $lang['This link is valid for %s. After this time, you will need to request a new link.'] = 'Þessi hlekkur gildir fyrir %s. Eftir þennan tíma þarftu að biðja um nýjan hlekk.'; -$lang['To set your password, visit the following address:'] = 'Til að stilla lykilorðið þitt skaltu fara á eftirfarandi veffang:'; \ No newline at end of file +$lang['To set your password, visit the following address:'] = 'Til að stilla lykilorðið þitt skaltu fara á eftirfarandi veffang:'; +$lang['Welcome to %s'] = 'Velkomin í %s'; \ No newline at end of file diff --git a/language/is_IS/common.lang.php b/language/is_IS/common.lang.php index e855273cf..009dab704 100644 --- a/language/is_IS/common.lang.php +++ b/language/is_IS/common.lang.php @@ -452,4 +452,5 @@ $lang['Custom dates'] = 'Sérsniðnar dagsetningar'; $lang['last 12 months'] = 'Síðustu 12 mánuðir'; $lang['There are no authors available for the photos currently filtered'] = 'Það eru engir höfundar tiltækir fyrir síuðu myndirnar'; $lang['There are no creation dates available for the photos currently filtered'] = 'Það eru engar sköpunardagsetningar í boði fyrir síuðu myndirnar'; -$lang['There are no tags available for the photos currently filtered'] = 'Það eru engin merki tiltæk fyrir síuðu myndirnar'; \ No newline at end of file +$lang['There are no tags available for the photos currently filtered'] = 'Það eru engin merki tiltæk fyrir síuðu myndirnar'; +$lang['Set your password below.'] = 'Stilltu lykilorðið þitt hér að neðan.'; \ No newline at end of file diff --git a/language/nl_NL/admin.lang.php b/language/nl_NL/admin.lang.php index 87bff3a0e..0cdce2b4c 100644 --- a/language/nl_NL/admin.lang.php +++ b/language/nl_NL/admin.lang.php @@ -1402,4 +1402,5 @@ $lang['To set your password, visit the following address:'] = 'Bezoek volgende l $lang['This link is valid for %s. After this time, you will need to request a new link.'] = 'Deze link is geldig voor %s. Na die tijd moet u een nieuwe link aanvragen.'; $lang['An activation link valid for %s was created but could not be sent. You can now copy the link below and send it to the user.'] = 'Een activeringslink geldig voor %s is aangemaakt maar kon niet verzonden worden. U kunt de link hieronder Kopiëren en naar de gebruiker zenden.'; $lang['An activation link valid for %s has been sent to "%s". If the user doesn\'t receive the link, you can generate and copy a new one by editing the user and managing her password.'] = 'Een activeringslink geldig voor %s is verzonden naar "%s". Als de link niet toekomt, kan een nieuwe link gegenereerd en gekopieerd worden door de gebruiker te editeren en het wachtwoord te beheren.'; -$lang['A photo library administrator has created the following account for you:'] = 'Een beheerder van een fotobibliotheek heeft volgend account voor u aangemaakt:'; \ No newline at end of file +$lang['A photo library administrator has created the following account for you:'] = 'Een beheerder van een fotobibliotheek heeft volgend account voor u aangemaakt:'; +$lang['Welcome to %s'] = 'Wlkom bij %s'; \ No newline at end of file diff --git a/language/nl_NL/common.lang.php b/language/nl_NL/common.lang.php index ada2bdc23..9809770c4 100644 --- a/language/nl_NL/common.lang.php +++ b/language/nl_NL/common.lang.php @@ -472,4 +472,5 @@ $lang['last 12 months'] = 'Laatste 12 maanden'; $lang['Custom dates'] = 'Aangepaste data'; $lang['There are no authors available for the photos currently filtered'] = 'Er zijn momenteel geen auteurs beschikbaar voor de gefilterde foto\'s'; $lang['There are no creation dates available for the photos currently filtered'] = 'Er zijn momenteel geen aanmaakdata beschikbaar voor de gefilterde foto\'s'; -$lang['There are no tags available for the photos currently filtered'] = 'Er zijn momenteel geen tags beschikbaar voor de gefilterde foto\'s'; \ No newline at end of file +$lang['There are no tags available for the photos currently filtered'] = 'Er zijn momenteel geen tags beschikbaar voor de gefilterde foto\'s'; +$lang['Set your password below.'] = 'Maak je wachtwoord hieronder'; \ No newline at end of file diff --git a/language/pt_BR/admin.lang.php b/language/pt_BR/admin.lang.php index 17def9e1d..01f115f50 100644 --- a/language/pt_BR/admin.lang.php +++ b/language/pt_BR/admin.lang.php @@ -1373,4 +1373,34 @@ $lang['Save'] = 'Salvar'; $lang['Select or create an album'] = 'Selecione ou crie um álbum'; $lang['System Activities'] = 'Atividades do sistema'; $lang['Who can see ?'] = 'Quem pode ver?'; -$lang['You have unsaved changes'] = 'Você tem alterações não salvas'; \ No newline at end of file +$lang['You have unsaved changes'] = 'Você tem alterações não salvas'; +$lang['To be sure, please rewrite the word “%s” below'] = 'Para ter certeza, reescreva a palavra “%s” abaixo'; +$lang['To set your password, visit the following address:'] = 'Para definir sua senha, visite o seguinte endereço:'; +$lang['Username successfully modified'] = 'Nome de usuário modificado com sucesso'; +$lang['Welcome to %s'] = 'Bem-vindo ao %s'; +$lang['What\'s new in version %s'] = 'O que há de novo na versão %s?'; +$lang['Yes, let\'s proceed'] = 'Sim, vamos prosseguir'; +$lang['You are about to set %s as main user instead of %s, do you wish to continue ?'] = 'Você está prestes a definir %s como usuário principal em vez de %s, deseja continuar?'; +$lang['You are not authorised to change the main user, please ask your webmaster'] = 'Você não está autorizado a alterar o usuário principal, pergunte ao seu webmaster'; +$lang['You can now change the main user from %s to %s.'] = 'Agora você pode alterar o usuário principal de %s para %s.'; +$lang['You cannot copy the password if the connection to this site is not secure.'] = 'Você não pode copiar a senha se a conexão com este site não for segura.'; +$lang['%s is the new main user'] = '%s é o novo usuário principal'; +$lang['A photo library administrator has created the following account for you:'] = 'Um administrador de biblioteca de fotos criou a seguinte conta para você:'; +$lang['An activation link valid for %s has been sent to "%s". If the user doesn\'t receive the link, you can generate and copy a new one by editing the user and managing her password.'] = 'Um link de ativação válido para %s foi enviado para "%s". Se o link não for recebido, um novo pode ser gerado e copiado editando o usuário e gerenciando sua senha.'; +$lang['An activation link valid for %s was created but could not be sent. You can now copy the link below and send it to the user.'] = 'Um link de ativação válido para %s foi criado, mas não pôde ser enviado. Agora você pode copiar o link abaixo e enviá-lo ao usuário.'; +$lang['Cannot send an email to this user because he doesn\'t have an email address'] = 'Não é possível enviar um e-mail para este usuário porque ele não tem um endereço de e-mail'; +$lang['Changing the main user'] = 'Alterando o usuário principal'; +$lang['Copied link'] = 'Link copiado'; +$lang['Copy password'] = 'Copiar senha'; +$lang['Copy the link below and send it to the user so the password can be set.'] = 'Copie o link abaixo e envie ao usuário para que a senha possa ser definida.'; +$lang['Copy the password link'] = 'Copie o link da senha'; +$lang['Main user'] = 'Usuário principal'; +$lang['Ok, got it!'] = 'Ok, entendi!'; +$lang['Password copied'] = 'Senha copiada'; +$lang['Please complete all fields'] = 'Por favor, preencha todos os campos'; +$lang['Read the release note'] = 'Leia a nota de lançamento'; +$lang['Resend password link'] = 'Reenviar link de senha'; +$lang['Set as main user'] = 'Definir como usuário principal'; +$lang['The passwords do not match'] = 'As senhas não correspondem'; +$lang['This link is valid for %s. After this time, you will need to request a new link.'] = 'Este link é válido por %s. Após esse tempo, você precisará solicitar um novo link.'; +$lang['This user must first be defined as the webmaster before it can be upgraded to the main user'] = 'Este usuário deve primeiro ser definido como webmaster antes de poder ser atualizado para o usuário principal'; \ No newline at end of file diff --git a/language/pt_BR/common.lang.php b/language/pt_BR/common.lang.php index 578a674dc..b19f34b2a 100644 --- a/language/pt_BR/common.lang.php +++ b/language/pt_BR/common.lang.php @@ -454,4 +454,5 @@ $lang['There are no creation dates available for the photos currently filtered'] $lang['last 12 months'] = 'Últimos 12 meses'; $lang['There are no tags available for the photos currently filtered'] = 'Não há tags disponíveis para as fotos atualmente filtradas'; $lang['There are no authors available for the photos currently filtered'] = 'Não há autores disponíveis para as fotos atualmente filtradas'; -$lang['Custom dates'] = 'Datas personalizadas'; \ No newline at end of file +$lang['Custom dates'] = 'Datas personalizadas'; +$lang['Set your password below.'] = 'Defina sua senha abaixo.'; \ No newline at end of file diff --git a/language/pt_BR/whats_new_15.lang.php b/language/pt_BR/whats_new_15.lang.php new file mode 100644 index 000000000..164a26b0e --- /dev/null +++ b/language/pt_BR/whats_new_15.lang.php @@ -0,0 +1,11 @@ +