diff --git a/language/cs_CZ/admin.lang.php b/language/cs_CZ/admin.lang.php
index 2a1ce367d..0e3d07cef 100644
--- a/language/cs_CZ/admin.lang.php
+++ b/language/cs_CZ/admin.lang.php
@@ -1416,4 +1416,5 @@ $lang['Use standard Piwigo template for common pages.'] = 'Použít standardní
$lang['The comment has been validated.'] = 'Komentář byl schválen.';
$lang['Save all photos'] = 'Uložit všechny fotky';
$lang['Are you sure you want to delete comment #%s?'] = 'Jste si jistí že chcete smazat komentář #%s?';
-$lang['Are you sure you want to delete "%d" comments?'] = 'Opravdu chcete smazat "%d" komentáře?';
\ No newline at end of file
+$lang['Are you sure you want to delete "%d" comments?'] = 'Opravdu chcete smazat "%d" komentáře?';
+$lang['Admins only'] = 'Pouze administrátoři';
\ No newline at end of file
diff --git a/language/cs_CZ/common.lang.php b/language/cs_CZ/common.lang.php
index c380fcf4d..b20a4eca4 100644
--- a/language/cs_CZ/common.lang.php
+++ b/language/cs_CZ/common.lang.php
@@ -507,22 +507,27 @@ $lang['Your password was successfully set'] = 'Vaše heslo bylo úspěšně nast
$lang['must not be empty'] = 'musí být zadáno';
$lang['you must choose a date'] = 'vyberte datum';
$lang['Options'] = 'Možnosti';
-$lang['Public key copied.'] = 'Veřejný klíč zkopírován.';
$lang['Return to Sign in'] = 'Zpět na Přihlásit se';
$lang['Return to the gallery'] = 'Zpět do galerie';
$lang['Revoke'] = 'Zneplatnit';
$lang['Revoked'] = 'Zneplatněn';
-$lang['Save your secret Key and ID'] = 'Uložte váš tajný klíč a ID';
-$lang['Secret key copied. Keep it in a safe place.'] = 'Tajný klíč zkopírován. Uchovejte vždy na bezpečném místě.';
$lang['Set my password'] = 'Nastavit heslo';
$lang['Show expired keys'] = 'Zobrazit expirovované klíče';
$lang['The api key has been successfully created.'] = 'Klíč pro API byl úspěšně vytvořen.';
$lang['The email %s will be used to notify you when your API key is about to expire.'] = 'E-mail %s bude použit k vašemu upozornění v čase expirace API klíče.';
$lang['The secret key can no longer be displayed.'] = 'Tajný klíč nemůže být už znovu zobrazen.';
$lang['This API key was manually revoked on %s'] = 'Tento API klíč byl manuálně zneplatněn %s';
-$lang['This will not be displayed again. You must copy it to continue.'] = 'Toto nebude možné opět zobrazit. Musíte si to zkopírovat pro pokračování.';
$lang['To continue using the API, please renew your key before it expires.'] = 'Pro pokračování v používání API, prosíme obnovte váš klíč před jeho expirací.';
$lang['To manage your API keys, please log in with your username/password.'] = 'Pro správu API klíčů se prosíme nejprve zalogujte vaším uživatelským jménem a heslem.';
$lang['When enabled, a common template is used for the login and registration pages, regardless of the theme.'] = 'Po aktivaci, je použita výchozí šablona nastavení pro přihlášení a registraci, bez ohledu na zvolený vzhled aplikace.';
$lang['You can manage your API keys in your account settings.'] = 'Můžete spravovat vaše API klíče ve vašem nastavení účtu.';
-$lang['You have no email address, so you will not be notified when your API key is about to expire.'] = 'Bez nastavení e-mail adresy vám nemůže být zasíláno upozornění na expirující API klíče.';
\ No newline at end of file
+$lang['You have no email address, so you will not be notified when your API key is about to expire.'] = 'Bez nastavení e-mail adresy vám nemůže být zasíláno upozornění na expirující API klíče.';
+$lang['An email has been sent with a verification code'] = 'Emaily byl odeslán s ověřovacím kódem';
+$lang['ID copied.'] = 'ID zkopírováno.';
+$lang['If you do not receive the email, please contact your webmaster.'] = 'Pokud jste neobdrželi email, prosíme kontaktujte svého správce.';
+$lang['Invalid verification code'] = 'Chybný ověřovací kód';
+$lang['Save your ID and secret'] = 'Uložit vaše ID a tajný klíč';
+$lang['Secret copied. Keep it in a safe place.'] = 'Tajný klíč zkopírován. Uchovejte ho na bezpečném místě.';
+$lang['The secret will no longer be displayed. You must copy it to continue.'] = 'Tajný klíč už nebude znovu zobrazen. Abyste mohli pokračovat, musíte si ho zkopírovat.';
+$lang['Verification code'] = 'Ověřovací kód';
+$lang['Verify'] = 'Ověřit';
\ No newline at end of file
diff --git a/language/da_DK/admin.lang.php b/language/da_DK/admin.lang.php
index 3af59c99d..2a824e6b8 100644
--- a/language/da_DK/admin.lang.php
+++ b/language/da_DK/admin.lang.php
@@ -1418,4 +1418,5 @@ $lang['The comments have been validated.'] = 'Kommentarerne er godkendt';
$lang['There is currently %d photos in the lounge (upload buffer)'] = 'Der er i øjeblikket %d fotografier i loungen (uploadbuffer)';
$lang['Use standard Piwigo template for common pages.'] = 'Anvend Piwigos standardskabelon til fællessider';
$lang['When enabled, a common template is used for the login, registration and forgotten password pages, regardless of the theme. Some themes might use these templates even if you uncheck this option'] = 'Når aktiveret, anvendes en fælles skabelon til siderne login, kontooprettelse og glemt adgangskode, uanset om der er et tema eller ej. Nogle temaer kan anvende disse skabeloner, selv hvis du fravælger muligheden her.';
-$lang['Admins only'] = 'Kun administratorer';
\ No newline at end of file
+$lang['Admins only'] = 'Kun administratorer';
+$lang['user_status_normal'] = 'Grundlæggende';
\ No newline at end of file
diff --git a/language/da_DK/common.lang.php b/language/da_DK/common.lang.php
index 57a38c417..3ec8aff36 100644
--- a/language/da_DK/common.lang.php
+++ b/language/da_DK/common.lang.php
@@ -529,4 +529,11 @@ $lang['Save your ID and secret'] = 'Gem din ID og hemmelighed';
$lang['Secret copied. Keep it in a safe place.'] = 'Hemnmelighed kopieret. Opbevar den et sikkert sted.';
$lang['The secret will no longer be displayed. You must copy it to continue.'] = 'Hemmeligheden vil ikke længere blive vist. Du skal kopiere den for at fortsætte.';
$lang['Verification code'] = 'Verifikationskode';
-$lang['Verify'] = 'Verificér';
\ No newline at end of file
+$lang['Verify'] = 'Verificér';
+$lang['Here is your verification code:'] = 'Her er din verifikationskode';
+$lang['If this wasn\'t you, please change your password immediately or contact your webmaster.'] = 'Hvis det ikke var dig, så skift omgående din adgangskode eller kontakt din webmaster.';
+$lang['If you changed your password because you think it was stolen, we recommend revoking your %d API keys in your profile.'] = 'Hvis du ændrede din adgangskode, fordi du tror at den er blevet stjålet, anbefaler vi at trække dine %d API-nøgler tilbage i din profil.';
+$lang['Too many attempts, please try later..'] = 'For mange forsøg, prøv igen senere.';
+$lang['Verification successful! You can now choose a new password.'] = 'Verifikation bekræftet! Du kan nu vælge en ny adgangskode.';
+$lang['Your verification code'] = 'Din verifikationskode';
+$lang['edit user preferences'] = 'rediger brugerindstillinger';
\ No newline at end of file
diff --git a/language/de_DE/admin.lang.php b/language/de_DE/admin.lang.php
index a543a2404..e82cc056c 100644
--- a/language/de_DE/admin.lang.php
+++ b/language/de_DE/admin.lang.php
@@ -1419,4 +1419,5 @@ $lang['When enabled, a common template is used for the login, registration and f
$lang['%d photos were moved from the upload lounge to their albums'] = '%d Fotos wurden aus der Upload-Lounge in ihre Alben verschoben.';
$lang['Are you sure you want to delete "%d" comments?'] = 'Möchten Sie wirklich „%d“ Kommentare löschen?';
$lang['Are you sure you want to delete comment #%s?'] = 'Möchten Sie den Kommentar #%s wirklich löschen?';
-$lang['Admins only'] = 'Nur für Administratoren';
\ No newline at end of file
+$lang['Admins only'] = 'Nur für Administratoren';
+$lang['user_status_normal'] = 'Grundlegend';
\ No newline at end of file
diff --git a/language/de_DE/common.lang.php b/language/de_DE/common.lang.php
index 4198a5fbc..3164fa98f 100644
--- a/language/de_DE/common.lang.php
+++ b/language/de_DE/common.lang.php
@@ -527,4 +527,11 @@ $lang['Verify'] = 'Überprüfen';
$lang['An email has been sent with a verification code'] = 'Eine E-Mail mit einem Bestätigungscode wurde versendet.';
$lang['ID copied.'] = 'ID kopiert.';
$lang['If you do not receive the email, please contact your webmaster.'] = 'Wenn Sie die E-Mail nicht erhalten, wenden Sie sich bitte an Ihren Webmaster.';
-$lang['Invalid verification code'] = 'Ungültiger Bestätigungscode';
\ No newline at end of file
+$lang['Invalid verification code'] = 'Ungültiger Bestätigungscode';
+$lang['Your verification code'] = 'Ihr Bestätigungscode';
+$lang['edit user preferences'] = 'Benutzereinstellungen bearbeiten';
+$lang['Too many attempts, please try later..'] = 'Zu viele Versuche, bitte versuchen Sie es später erneut.';
+$lang['Verification successful! You can now choose a new password.'] = 'Überprüfung erfolgreich! Sie können nun ein neues Passwort wählen.';
+$lang['Here is your verification code:'] = 'Hier ist Ihr Bestätigungscode:';
+$lang['If this wasn\'t you, please change your password immediately or contact your webmaster.'] = 'Wenn Sie das nicht waren, ändern Sie bitte sofort Ihr Passwort oder wenden Sie sich an Ihren Webmaster.';
+$lang['If you changed your password because you think it was stolen, we recommend revoking your %d API keys in your profile.'] = 'Wenn Sie Ihr Passwort geändert haben, weil Sie glauben, dass es gestohlen wurde, empfehlen wir Ihnen, Ihre %d API-Schlüssel in Ihrem Profil zu widerrufen.';
\ No newline at end of file
diff --git a/language/el_GR/admin.lang.php b/language/el_GR/admin.lang.php
index 284275b96..4a3e72cca 100644
--- a/language/el_GR/admin.lang.php
+++ b/language/el_GR/admin.lang.php
@@ -1414,4 +1414,5 @@ $lang['There is currently %d photos in the lounge (upload buffer)'] = 'Αυτή
$lang['Use standard Piwigo template for common pages.'] = 'Χρησιμοποίησε το τυπικό σχηματισμό του Piwigo για τις κοινές σελίδες.';
$lang['We have found %d duplicate paths. Details provided by plugin Check Uploads'] = 'Βρήκαμε %d διπλότυπες διαδρομές. Λεπτομέρειες παρήχθησαν από το πρόσθετο "Check Uploads"';
$lang['When enabled, a common template is used for the login, registration and forgotten password pages, regardless of the theme. Some themes might use these templates even if you uncheck this option'] = 'Όταν είναι ενεργοποιημένο, ένας κοινός σχηματισμός χρησιμοποιείται για τις σελίδες σύνδεσης, εγγραφής και ξεχασμένου κωδικού, ανεξάρτητα από το θέμα. Μερικά θέματα μπορεί να χρησιμοποιήσουν αυτούς τους σχηματισμούς ακόμη και αν αποεπιλέξετε αυτή την επιλογή';
-$lang['Admins only'] = 'Μόνον διαχειριστές';
\ No newline at end of file
+$lang['Admins only'] = 'Μόνον διαχειριστές';
+$lang['user_status_normal'] = 'Βασικό';
\ No newline at end of file
diff --git a/language/el_GR/common.lang.php b/language/el_GR/common.lang.php
index d51e2fd39..40c4ef855 100644
--- a/language/el_GR/common.lang.php
+++ b/language/el_GR/common.lang.php
@@ -528,4 +528,11 @@ $lang['Save your ID and secret'] = 'Σώστε το ID και την μυστι
$lang['Secret copied. Keep it in a safe place.'] = 'Η μυστική σας λέξη αντιγράφτηκε. Φυλάξτε την σε ένα σίγουρο μέρος.';
$lang['The secret will no longer be displayed. You must copy it to continue.'] = 'Η μυστική σας λέξη δεν θα είναι πλέον ορατή. Πρέπει να την αντιγράψετε για να συνεχίσετε.';
$lang['Verification code'] = 'Κωδικός επαλήθευσης';
-$lang['Verify'] = 'Επαλήθευσε';
\ No newline at end of file
+$lang['Verify'] = 'Επαλήθευσε';
+$lang['Here is your verification code:'] = 'Ορίστε ο κωδικός σας επαλήθευσης:';
+$lang['If this wasn\'t you, please change your password immediately or contact your webmaster.'] = 'Αν δεν είσασταν εσείς, παρακαλώ αλλάξτε αμέσως τον κωδικό σας ή επικοινωνήστε με τον Διαχειριστή της Σελίδας.';
+$lang['If you changed your password because you think it was stolen, we recommend revoking your %d API keys in your profile.'] = 'Εαν αλλάξατε τον κωδικό σας επειδή πιστεύετε ότι κλάπηκε, σας συνιστούμε να αναιρέσετε τα %d κλειδιά ΑΡΙ στο προφίλ σας.';
+$lang['Too many attempts, please try later..'] = 'Υπερβολικά πολλές προσπάθειες, παρακαλώ προσπαθείστε αργότερα...';
+$lang['Verification successful! You can now choose a new password.'] = 'Η επαλήθευση ήταν επιτυχής! Μπορείτε τώρα να επιλέξετε ένα καινούριο κωδικό.';
+$lang['Your verification code'] = 'Ο κωδικός σας επαλήθευσης';
+$lang['edit user preferences'] = 'επεξεργασία προτιμήσεων χρήστη';
\ No newline at end of file
diff --git a/language/is_IS/admin.lang.php b/language/is_IS/admin.lang.php
index 7f32fd1ee..7082f0279 100755
--- a/language/is_IS/admin.lang.php
+++ b/language/is_IS/admin.lang.php
@@ -1410,4 +1410,5 @@ $lang['The comments have been validated.'] = 'Athugasemdirnar hafa verið staðf
$lang['There is currently %d photos in the lounge (upload buffer)'] = 'Núna eru %d myndir á biðsvæðinu (biðminni innsendinga)';
$lang['Use standard Piwigo template for common pages.'] = 'Notið staðlað Piwigo sniðmát fyrir algengar síður.';
$lang['When enabled, a common template is used for the login, registration and forgotten password pages, regardless of the theme. Some themes might use these templates even if you uncheck this option'] = 'Þegar þetta er virkjað er sameiginlegt sniðmát notað fyrir síðurnar innskráning, skráning og gleymd lykilorð óháð þema. Sum þemu gætu notað þessi sniðmát jafnvel þótt þú hakir ekki við þennan valkost.';
-$lang['Admins only'] = 'Aðeins stjórnendur';
\ No newline at end of file
+$lang['Admins only'] = 'Aðeins stjórnendur';
+$lang['user_status_normal'] = 'Grunnatriði';
\ No newline at end of file
diff --git a/language/is_IS/common.lang.php b/language/is_IS/common.lang.php
index 46ef0b21d..517585e5b 100644
--- a/language/is_IS/common.lang.php
+++ b/language/is_IS/common.lang.php
@@ -526,4 +526,11 @@ $lang['Save your ID and secret'] = 'Vistaðu auðkennið og leyndarmálið';
$lang['Secret copied. Keep it in a safe place.'] = 'Leyndarmálið afritað. Geymið það á öruggum stað.';
$lang['The secret will no longer be displayed. You must copy it to continue.'] = 'Leyndarmálið verður ekki lengur birt. Þú verður að afrita það til að halda áfram.';
$lang['Verification code'] = 'Staðfestingarkóði';
-$lang['Verify'] = 'Staðfesta';
\ No newline at end of file
+$lang['Verify'] = 'Staðfesta';
+$lang['Here is your verification code:'] = 'Hér er staðfestingarkóðinn þinn:';
+$lang['If this wasn\'t you, please change your password immediately or contact your webmaster.'] = 'Ef þetta varst ekki þú, vinsamlegast breyttu lykilorðinu þínu strax eða hafðu samband við vefstjórann þinn.';
+$lang['If you changed your password because you think it was stolen, we recommend revoking your %d API keys in your profile.'] = 'Ef þú breyttir lykilorðinu þínu vegna þess að þú telur að það hafi verið stolið, mælum við með að þú afturkallir %d API lykla í prófílnum þínum.';
+$lang['Too many attempts, please try later..'] = 'Of margar tilraunir, vinsamlegast reynið síðar..';
+$lang['Verification successful! You can now choose a new password.'] = 'Staðfesting tókst! Þú getur nú valið nýtt lykilorð.';
+$lang['Your verification code'] = 'Staðfestingarkóðinn þinn';
+$lang['edit user preferences'] = 'breyta notandastillingum';
\ No newline at end of file
diff --git a/language/it_IT/admin.lang.php b/language/it_IT/admin.lang.php
index 47c92ba35..c8063274f 100644
--- a/language/it_IT/admin.lang.php
+++ b/language/it_IT/admin.lang.php
@@ -80,7 +80,7 @@ $lang['Groups'] = 'Gruppi';
$lang['Guests'] = 'Ospiti';
$lang['History'] = 'Cronologia';
$lang['Informations'] = 'Informazioni';
-$lang['Install'] = 'Installare';
+$lang['Install'] = 'Installa';
$lang['Link all album photos to a new album'] = 'Associare tutte le foto dell\'album ad un nuovo album';
$lang['Link all album photos to some existing albums'] = 'Associare tutte le foto dell\'album a degli album esistenti';
$lang['Linked albums'] = 'Album associati';
@@ -132,7 +132,7 @@ $lang['Representative'] = 'Rappresentativa';
$lang['Represents'] = 'Rappresenta';
$lang['Save order'] = 'Salva l\'ordine';
$lang['Save to permalink history'] = 'Salva nella cronologia dei permalinks';
-$lang['Select at least one album'] = 'Selezionare almeno un album';
+$lang['Select at least one album'] = 'Seleziona almeno un album';
$lang['Select at least one photo'] = 'Scegliere almeno una foto';
$lang['Select at least one user'] = 'Scegliere almeno un\'utente';
$lang['Show info'] = 'Mostra le informazioni';
@@ -146,7 +146,7 @@ $lang['Tag "%s" was added'] = 'Il tag "%s" è stato aggiunto';
$lang['Tag selection'] = 'Selezione dei tag';
$lang['The %d following tags were deleted'] = 'I %d tag seguenti sono stati cancellati';
$lang['Unable to check for upgrade.'] = 'Impossibile controllare eventuali aggiornamenti.';
-$lang['Uninstall'] = 'Disinstallare';
+$lang['Uninstall'] = 'Disinstalla';
$lang['Use the default photo sort order'] = 'Usare l\'ordinamento delle foto predefinito';
$lang['User comments validation'] = 'Approvare i commenti degli utenti';
$lang['Users'] = 'Utenti';
@@ -257,8 +257,8 @@ $lang['Options'] = 'Opzioni';
$lang['Subscribed'] = 'Iscritti';
$lang['Subscribe'] = 'Iscrizione';
$lang['Parameters'] = 'Parametri';
-$lang['Select recipients'] = 'Selezionare i destinatari';
-$lang['Subscribe/unsubscribe users'] = 'Iscrivere/cancellare utenti';
+$lang['Select recipients'] = 'Seleziona i destinatari';
+$lang['Subscribe/unsubscribe users'] = 'Iscrivi/cancella utenti';
$lang['Unsubscribed'] = 'Non iscritti';
$lang['%d parameter was updated.'] = '%d parametro è stato aggiornato.';
$lang['%d parameters were updated.'] = '%d parametri sono stati aggiornati.';
@@ -288,7 +288,7 @@ $lang['Create this site'] = 'Crea questo sito';
$lang['test'] = 'test';
$lang['test this remote site'] = 'testare questo sito remoto';
$lang['remove tags'] = 'Rimuovi i tag';
-$lang['Repair and optimize database'] = 'Riparare e ottimizzare il database';
+$lang['Repair and optimize database'] = 'Ripara e ottimizzare il database';
$lang['selection'] = 'selezione';
$lang['set to'] = 'impostare a';
$lang['singly represented'] = 'copertina fissa';
@@ -329,7 +329,7 @@ $lang['Update photos information'] = 'Aggiorna le informazioni delle foto';
$lang['Synchronize'] = 'Sincronizza';
$lang['reduce to single existing albums'] = 'Raggruppa in un unico album esistente';
$lang['Choose an option'] = 'Scegliere un\'opzione';
-$lang['display maximum informations (added albums and photos, deleted albums and photos)'] = 'mostrare tutte le informazioni possibili (album e foto aggiunti o eliminati)';
+$lang['display maximum informations (added albums and photos, deleted albums and photos)'] = 'mostra tutte le informazioni possibili (album e foto aggiunti o eliminati)';
$lang['Error list'] = 'Elenco degli errori';
$lang['Errors caption'] = 'Significato degli errori';
$lang['Detailed informations'] = 'Informazioni dettagliate';
@@ -343,7 +343,7 @@ $lang['errors during synchronization'] = 'si sono verificati errori durante la s
$lang['albums added in the database'] = 'album aggiunti al database';
$lang['photos added in the database'] = 'foto aggiunte al database';
$lang['photos updated in the database'] = 'foto aggiornate nel database';
-$lang['Search for new images in the directories'] = 'Cercare nuove immagini nelle directory';
+$lang['Search for new images in the directories'] = 'Cerco nuove immagini nelle directory';
$lang['added'] = 'aggiunto';
$lang['deleted'] = 'cancellato';
$lang['Metadata synchronization results'] = 'Risultato della sincronizzazione dei metadati';
@@ -446,7 +446,7 @@ $lang['Check all'] = 'Selezionare tutto';
$lang['Uncheck all'] = 'Deselezionare tutto';
$lang['Check automatic corrections'] = 'Selezionare correzioni automatiche';
$lang['Apply selected corrections'] = 'Applicare le correzioni selezionate';
-$lang['Ignore selected anomalies'] = 'Ignorare le anomalie selezionate';
+$lang['Ignore selected anomalies'] = 'Ignora le anomalie selezionate';
$lang['Refresh'] = 'Aggiorna';
$lang['The anomaly will be ignored until next application version'] = 'L\'anomalia verrà ignorata fino alla prossima versione dell\'applicazione';
$lang['Correction the anomaly will cancel the fact that it\'s ignored'] = 'La correzione dell\'anomalia annullerà il fatto che sia ignorata';
@@ -556,7 +556,7 @@ $lang['Everybody'] = 'Tutti';
$lang['Who can see these photos?'] = 'Chi può vedere queste foto?';
$lang['Who can see this photo?'] = 'Chi può vedere questa foto?';
$lang['Settings'] = 'Configurazione';
-$lang['Resize'] = 'Ridimensionare';
+$lang['Resize'] = 'Ridimensiona';
$lang['Maximum width'] = 'Larghezza massima';
$lang['pixels'] = 'pixels';
$lang['Maximum height'] = 'Altezza massima';
@@ -577,7 +577,7 @@ $lang['Help Me'] = 'Aiuto';
$lang['Impossible to activate this theme, the parent theme is missing: %s'] = 'Non è stato possibile attivare questo tema, manca il tema principale (superiore): %s';
$lang['Impossible to delete this theme. Other themes depends on it: %s'] = 'Impossibile cancellare questo tema. Altri temi dipendono da esso: %s';
$lang['Inactive Themes'] = 'Temi disattivati';
-$lang['Install on your computer,'] = 'Installare sul vostro computer,';
+$lang['Install on your computer,'] = 'Installa sul tuo computer,';
$lang['Make this theme available to users'] = 'Rendere questo tema disponibile agli utenti';
$lang['Page end'] = 'Fine pagina';
$lang['Piwigo Uploader'] = 'Piwigo Uploader';
@@ -599,14 +599,14 @@ $lang['Installed Languages'] = 'Lingue installate';
$lang['Add New Language'] = 'Aggiungi una lingua';
$lang['Language has been successfully installed'] = 'La lingua è stata installata con successo';
$lang['Allow user customization'] = 'Permetti la personalizzazione della visualizzazione';
-$lang['Select:'] = 'Selezionare:';
+$lang['Select:'] = 'Seleziona:';
$lang['None'] = 'Niente';
$lang['Invert'] = 'Inverti';
$lang['Impossible to deactivate this theme, you need at least one theme.'] = 'Non è possibile disattivare questo tema, ci deve essere almeno un tema attivo.';
$lang['Webmaster status is required.'] = 'E\' necessario essere webmaster.';
$lang['Bound Theme'] = 'Tema legato';
$lang['Allow rating'] = 'Permetti le votazioni';
-$lang['Select at least one comment'] = 'Selezionare almeno un commento';
+$lang['Select at least one comment'] = 'Seleziona almeno un commento';
$lang['Active Plugins'] = 'Plugin attivati';
$lang['Inactive Plugins'] = 'Plugin disabilitati';
$lang['Missing Plugins'] = 'Plugin mancanti';
@@ -616,7 +616,7 @@ $lang['Visit plugin site'] = 'Visita il sito del plugin';
$lang['Active Languages'] = 'Lingue attivate';
$lang['Delete this language'] = 'Cancellare questa lingua';
$lang['Forbid this language to users'] = 'Vietare questa lingua agli utenti';
-$lang['Impossible to deactivate this language, first set another language as default.'] = 'Impossibile disattivare questa lingua, innanzitutto impostare un\'altra lingua come predefinita.';
+$lang['Impossible to deactivate this language, first set another language as default.'] = 'Impossibile disattivare questa lingua, devi prima impostare un\'altra lingua come predefinita.';
$lang['Impossible to deactivate this language, you need at least one language.'] = 'Impossibile disattivare questa lingua. Deve essere attiva almeno una lingua.';
$lang['Inactive Languages'] = 'Lingue disattivate';
$lang['Make this language available to users'] = 'Rendere questa lingua disponibile agli utenti';
@@ -657,8 +657,8 @@ $lang['include child albums'] = 'includere gli album dipendenti';
$lang['Selection'] = 'Selezione';
$lang['Action'] = 'Azione';
$lang['Set author'] = 'Definire l\'autore';
-$lang['Set title'] = 'Impostare il titolo';
-$lang['Set creation date'] = 'Impostare la data di creazione';
+$lang['Set title'] = 'Imposta il titolo';
+$lang['Set creation date'] = 'Imposta la data di creazione';
$lang['Apply action'] = 'Applicare l\'azione';
$lang['on the %d selected photos'] = 'sulle %d foto selezionate';
$lang['%d of %d photos selected'] = '%d foto su %d sono selezionate';
@@ -698,7 +698,7 @@ $lang['Do you want to activate anyway?'] = 'Volete attivarlo comunque?';
$lang['THIS PLUGIN IS NOW PART OF PIWIGO CORE! DELETE IT NOW.'] = 'QUESTO PLUGIN FA ORMAI PARTE DEL CORE DI PIWIGO! DISINSTALLALO ORA!';
$lang['ERROR: THIS PLUGIN IS MISSING BUT IT IS INSTALLED! UNINSTALL IT NOW.'] = 'ERRORE: QUESTO PLUGIN E\' MANCANTE MA TUTTORA INSTALLATO! DISINSTALLALO ORA.';
$lang['display'] = 'visualizza';
-$lang['Restore'] = 'Ripristinare';
+$lang['Restore'] = 'Ripristina';
$lang['Restore default configuration. You will lose your plugin settings!'] = 'Reimpostare la configurazione predefinita? Perderete tutte le vostre impostazioni!';
$lang['Thumbnails generation in progress...'] = 'Rigenerazione delle miniature in corso...';
$lang['Photos generation in progress...'] = 'Rigenerazione delle foto in corso...';
@@ -706,8 +706,8 @@ $lang['%s photos have been regenerated'] = '%s foto sono state rigenerate';
$lang['%s photos can not be regenerated'] = '%s foto non possono essere rigenerate';
$lang['Updates'] = 'Aggiornamenti';
$lang['Update in progress... Please wait.'] = 'Aggiornamento in corso... Attendere prego.';
-$lang['Ignore this update'] = 'Ignorare questo aggiornamento';
-$lang['Reset ignored updates'] = 'Ripristinare gli aggiornamenti ignorati';
+$lang['Ignore this update'] = 'Ignora questo aggiornamento';
+$lang['Reset ignored updates'] = 'Ripristina gli aggiornamenti ignorati';
$lang['Update All'] = 'Aggiorna tutto';
$lang['ERROR'] = 'ERRORE';
$lang['Update Complete'] = 'Aggiornamento completato';
@@ -726,7 +726,7 @@ $lang['You can update to Piwigo %s directly, without upgrading to Piwigo %s (rec
$lang['Save Template Directory'] = 'Salva la directory template';
$lang['Some upgrades are available for extensions.'] = 'Alcune estensioni hanno aggiornamenti disponibili.';
$lang['Please wait...'] = 'Attendere prego...';
-$lang['Ignore All'] = 'Ignorare tutto';
+$lang['Ignore All'] = 'Ignora tutto';
$lang['Crop'] = 'Ridimenzionare';
$lang['Width'] = 'Larghezza';
$lang['Height'] = 'Altezza';
@@ -744,7 +744,7 @@ $lang['You have specified $conf[\'order_by\'] in your local configuration
$lang['Add a criteria'] = 'Aggiungi un criterio';
$lang['... or '] = '... oppure ';
$lang['Create'] = 'Crea';
-$lang['Start Upload'] = 'Avviare il caricamento';
+$lang['Start Upload'] = 'Avvia il caricamento';
$lang['You are using the Flash uploader. Problems? Try the Browser uploader instead.'] = 'Si sta utilizzando il Flash uploader. Problemi? Provare il Browser uploader invece.';
$lang['You are using the Browser uploader. Try the Flash uploader instead.'] = 'State utilizzando il Browser uploader. Provate con il Flash uploader invece.';
$lang['Maximum file size: %sB.'] = 'Grandezza massima dei file: %sB.';
@@ -752,20 +752,20 @@ $lang['Allowed file types: %s.'] = 'Tipi di file autorizzati: %s.';
$lang['Approximate maximum resolution: %dM pixels (that\'s %dx%d pixels).'] = 'Risoluzione massima approssimativa: %dM pixels (sia %dx%d pixels)';
$lang['Manage Permissions'] = 'Gestisci i permessi';
$lang['Photo %s of %s'] = 'Foto %s su %s';
-$lang['show details'] = 'mostrare i dettagli';
+$lang['show details'] = 'mostra i dettagli';
$lang['hide details'] = 'nascondi dettagli';
$lang['Merge tags'] = 'Unire i tag';
-$lang['Select the destination tag'] = 'Selezionare il tag di destinazione';
+$lang['Select the destination tag'] = 'Seleziona il tag di destinazione';
$lang['(this tag will be deleted)'] = '(questo tag sara cancellato)';
$lang['Confirm merge'] = 'Conferma l\'unione';
$lang['Merge selected tags'] = 'Unire i tag selezionati';
$lang['No destination tag selected'] = 'Non avete selezionato il tag di destinazione';
$lang['Tags %s merged into tag %s'] = 'I tag %s sono stati uniti nel tag %s';
-$lang['Select at least two tags for merging'] = 'Selezionare almeno due tag da fuzionare';
+$lang['Select at least two tags for merging'] = 'Seleziona almeno due tag da unire';
$lang['Average rate'] = 'Voto medio';
$lang['Rate'] = 'Voto';
$lang['Learn more'] = 'Per saperne di più';
-$lang['Select an album'] = 'Selezionare un album';
+$lang['Select an album'] = 'Seleziona un album';
$lang['By default, Piwigo will create a new websize from the HD (high definition) version of your photo.'] = 'Per impostazione predefinita, Piwigo creerà una nuova dimensione web dalla versione HD (alta definizione) della vostra foto.';
$lang['If no HD is available and if the current websize is bigger than resize dimensions, Piwigo will move it as HD and create a downsized websize photo from it.'] = 'Se la foto HD non è disponibile e la foto dimensioni web è più grande delle dimensioni qui di seguito, allora Piwigo la considererà come una foto HD e creerà la nuova foto dimensioni web.';
$lang['An error has occured during upgrade.'] = 'Si è verificato un\'errore durante l\'aggiornamento.';
@@ -780,7 +780,7 @@ $lang['Add tags'] = 'Aggiungi tag';
$lang['Synchronize metadata'] = 'Sincronizzare i metadati';
$lang['Add to caddie'] = 'Aggiungi al carrello';
$lang['Zoom'] = 'Zoom';
-$lang['Resize after upload'] = 'Ridimensionare dopo il caricamento';
+$lang['Resize after upload'] = 'Ridimensiona dopo il caricamento';
$lang['Resize after upload disabled due to the use of GD as graphic library'] = 'Ridimensionamento dopo l\'upload disattivato a causa dell\'uso di GD come libreria grafica';
$lang['Original Size'] = 'Dimensioni originali';
$lang['Send connection settings by email'] = 'Invia gli ID via email';
@@ -894,7 +894,7 @@ $lang['%d minute'] = '%d minuto';
$lang['%d minutes'] = '%d minuti';
$lang['%d second'] = '%d secondo';
$lang['%d seconds'] = '%d secondi';
-$lang['Sharpen'] = 'Evidenziare';
+$lang['Sharpen'] = 'Evidenzia';
$lang['Edit photo'] = 'Modificare foto';
$lang['create a new site'] = 'crea un nuovo sito';
$lang['No order field selected'] = 'Nessun criterio di ordinamento selezionato';
@@ -926,7 +926,7 @@ $lang['Rename'] = 'Rinomina';
$lang['Purge user cache'] = 'Svuota la cache utente';
$lang['The picture dimensions will be reduced to %dx%d pixels.'] = 'Le dimensioni dell\'immagine saranno ridotte a %dx%d pixel.';
$lang['Mail theme'] = 'Tema email';
-$lang['Select at least one tag'] = 'Selezionare almeno un tag';
+$lang['Select at least one tag'] = 'Seleziona almeno un tag';
$lang['Basic settings'] = 'Impostazioni base';
$lang['Loading...'] = 'Caricamento...';
$lang['Show %s users'] = 'Mostra %s utenti';
@@ -960,7 +960,7 @@ $lang['based on'] = 'basato su';
$lang['file name'] = 'nome file';
$lang['date & time'] = 'data e ora';
$lang['width & height'] = 'larghezza e altezza';
-$lang['No and unlock sub-albums'] = 'No e sbloccare sub-albums';
+$lang['No and unlock sub-albums'] = 'No e sblocca sub-albums';
$lang['Upload in progress'] = 'Trasferimento in corso...';
$lang['Delete %d orphan photos'] = 'Cancellazione di %d foto orfane';
$lang['Each email sent will contain its own automatic authentication key on links, valid for %s.'] = 'Ogni Email inviata conterrà una propria chiave di autenticazione automatica, valida per %s.';
@@ -979,9 +979,9 @@ $lang['delete album and all %d photos, even the %d associated to other albums']
$lang['delete only album, not photos'] = 'cancellare solo l\'album, e non le foto';
$lang['orphans to delete'] = 'orfane da cancellare';
$lang['delete album and the %d orphan photos'] = 'cancellare l\'album e le %d immagini orfane';
-$lang['Time has come to update your Piwigo with version %s, go to %s'] = 'È tempo di aggiornare la vostra Piwigo alla versione %s, vai su %s';
+$lang['Time has come to update your Piwigo with version %s, go to %s'] = 'È tempo di aggiornare Piwigo alla versione %s, vai su %s';
$lang['Share / Send your photos directly from your Mac Os X (10.10 and following) to Piwigo'] = 'Condividete / Inviate le vostre foto direttamente dal vostro MacOS X (10.10 o successive) verso il vostro Piwigo.';
-$lang['Select tags'] = 'Selezionare dei Tag';
+$lang['Select tags'] = 'Seleziona i tag';
$lang['Running on an up-to-date Piwigo is important for security.'] = 'Mantenere Piwigo aggiornato è importante per la sicurezza.';
$lang['Piwigo Remote Sync is able to upload a whole folder hierarchy. If you run it again, only new photos will be uploaded.'] = 'Piwigo Remote Sync vi permette di aggiungere l\'insieme delle cartelle di una directory. Se eseguite di nuovo la sincronizzazione, verranno aggiunte solo le nuove foto.';
$lang['Piwigo %s is available, please update'] = 'Piwigo %s è disponibile, aggiornalo!';
@@ -989,7 +989,7 @@ $lang['Delete album "%s" and its %d sub-albums.'] = 'Cancellare l\'album "%s" e
$lang['It only takes a few clicks.'] = 'Ciò si fa in pochi click';
$lang['Delete album "%s".'] = 'Cancellare l\'album "%s"';
$lang['Display form'] = 'Visualizza il modulo';
-$lang['No filter on album. Select one or type to search'] = 'Nessun filtro. Toccare qui per cercare un album.';
+$lang['No filter on album. Select one or type to search'] = 'Nessun filtro. Tocca qui per cercare un album.';
$lang['No tags selected, no actions possible.'] = 'Nessun tag selezionato, nessuna azione possibile.';
$lang['Confirm deletion'] = 'Conferma l\'eliminazione';
$lang['(determined from photos)'] = '(determinata dalle foto)';
@@ -1118,11 +1118,11 @@ $lang['You have %s1 orphan : %s2'] = 'Hai %s1 orfano(i) : /%s2';
$lang['and %s others'] = 'e %s altri';
$lang['in administration'] = 'nell\'amministrazione';
$lang['Requires PHP %s'] = 'Richiede PHP %s';
-$lang['Review'] = 'Esaminare';
+$lang['Review'] = 'Esamina';
$lang['Root'] = 'Radice';
$lang['Search albums'] = 'Trova album';
$lang['Search tips'] = 'Suggerimenti per la ricerca';
-$lang['Select'] = 'Selezionare';
+$lang['Select'] = 'Seleziona';
$lang['%d+ albums found, try to refine the search'] = '%d+ album trovati! Affina la tua ricerca.';
$lang['Add Album'] = 'Aggiungi un album';
$lang['Apply an automatic order to root albums'] = 'Applica un ordinamento automatico agli album principali';
@@ -1260,7 +1260,7 @@ $lang['This plugin have been updated recently'] = 'Questo plugin è stato aggior
$lang['This plugin has no recent update'] = 'Questo plugin non ha un aggiornamento recente';
$lang['Show plugins compatible with previous version of Piwigo'] = 'Mostra i plugin compatibili con la versione precedente di Piwigo';
$lang['Show beta test plugins'] = 'Mostra i plugin in beta test';
-$lang['Show'] = 'Mostrare';
+$lang['Show'] = 'Mostra';
$lang['Select groups or type them'] = 'Seleziona gruppi o scrivili';
$lang['Synchronization'] = 'Sincronizzazione';
$lang['Tag name'] = 'Nome del tag';
@@ -1269,7 +1269,7 @@ $lang['Sep'] = 'Set';
$lang['Theme'] = 'Tema';
$lang['While restoring this plugin, it will be reset to its original parameters and associated data is going to be reset'] = 'Ripristinando questo plugin, tornerà alle sue impostazioni originali e i dati associati verranno ripristinati';
$lang['Restored'] = 'Ripristinato';
-$lang['Rename "%s"'] = 'Rinominare "%s"';
+$lang['Rename "%s"'] = 'Rinomina "%s"';
$lang['Registered'] = 'Registrato';
$lang['Rating greater than'] = 'Voto superiore a';
$lang['Purge Cache'] = 'Svuota cache';
@@ -1404,4 +1404,18 @@ $lang['An activation link valid for %s was created but could not be sent. You ca
$lang['This link is valid for %s. After this time, you will need to request a new link.'] = 'Il link è valido per %s. trascorso tale intervallo, dovrai richiedere un nuovo link.';
$lang['To set your password, visit the following address:'] = 'Per impostare la password, visita il seguente indirizzo:';
$lang['Welcome to %s'] = 'Benvenuto su %s';
-$lang['We have found %d duplicate paths. Details provided by plugin Check Uploads'] = 'Abbiamo trovato %d percorsi duplicati in modo anomalo. Verifica con il plugin Check Uploads.';
\ No newline at end of file
+$lang['We have found %d duplicate paths. Details provided by plugin Check Uploads'] = 'Abbiamo trovato %d percorsi duplicati in modo anomalo. Verifica con il plugin Check Uploads.';
+$lang['If a photo in this album has the same filename, update the file without changing the photo\'s properties'] = 'Se una foto in questo album ha lo stesso nome file, aggiorna il file senza modificarne le proprietà.';
+$lang['Use standard Piwigo template for common pages.'] = 'Usa il template standard Piwigo per le pagine comuni.';
+$lang['When enabled, a common template is used for the login, registration and forgotten password pages, regardless of the theme. Some themes might use these templates even if you uncheck this option'] = 'Quando attivata, un template comune viene usato per le pagine di login, registrazione e password dimenticata, indipendentemente dal tema. Alcuni temi potrebbero usare questi template anche se disattivi questa opzione.';
+$lang['user_status_normal'] = 'Base';
+$lang['There is currently %d photos in the lounge (upload buffer)'] = 'Ci sono attualmente %d foto nel lounge (buffer di upload)';
+$lang['The comments have been validated.'] = 'I commenti sono stati validati.';
+$lang['The comment has been validated.'] = 'Il commento è stato validato.';
+$lang['Empty lounge'] = 'Svuota lounge';
+$lang['%d photos were moved from the upload lounge to their albums'] = '%d foto sono state trasferite dall\'upload lounge ai loro album';
+$lang['Save all photos'] = 'Salva tutte le foto';
+$lang['No comments selected, no actions possible.'] = 'Nessun commento selezionato, nessuna azione possibile.';
+$lang['Are you sure you want to delete comment #%s?'] = 'Sei sicuro di voler eliminare il commento #%s?';
+$lang['Are you sure you want to delete "%d" comments?'] = 'Sei sicuro di voler eliminare "%d" commenti?';
+$lang['Admins only'] = 'Solo amministratori';
\ No newline at end of file
diff --git a/language/it_IT/common.lang.php b/language/it_IT/common.lang.php
index c85f9284d..83d204844 100644
--- a/language/it_IT/common.lang.php
+++ b/language/it_IT/common.lang.php
@@ -526,4 +526,11 @@ $lang['Save your ID and secret'] = 'Salva il tuo ID e chiave segreta';
$lang['Secret copied. Keep it in a safe place.'] = 'Chiave segreta copiata. Conservala in un luogo sicuro.';
$lang['The secret will no longer be displayed. You must copy it to continue.'] = 'La chiave segreta non verrà più mostrata. Devi copiartela per poter continuare';
$lang['Verification code'] = 'Codice di verifica';
-$lang['Verify'] = 'Verifica';
\ No newline at end of file
+$lang['Verify'] = 'Verifica';
+$lang['edit user preferences'] = 'modifica preferenze utente';
+$lang['Your verification code'] = 'Il tuo codice di verifica';
+$lang['Verification successful! You can now choose a new password.'] = 'Verifica avvenuta con successo. Ora puoi scegliere la tua nuova password.';
+$lang['Too many attempts, please try later..'] = 'Troppi tentativi, riprova piu tardi...';
+$lang['If you changed your password because you think it was stolen, we recommend revoking your %d API keys in your profile.'] = 'Se hai cambiato la tua password perchè pensi che sia stata rubata, ti raccomandiamo di revocare le tue %d API keys presenti nel tuo profilo.';
+$lang['If this wasn\'t you, please change your password immediately or contact your webmaster.'] = 'Se non sei stato tu, per favore cambia immediatamente la tua password o contatta il tuo webmaster.';
+$lang['Here is your verification code:'] = 'Questo è il tuo codice di verifica:';
\ No newline at end of file
diff --git a/language/it_IT/upgrade.lang.php b/language/it_IT/upgrade.lang.php
index 60e08e1a2..a6c1dd2c0 100644
--- a/language/it_IT/upgrade.lang.php
+++ b/language/it_IT/upgrade.lang.php
@@ -19,7 +19,7 @@ $lang['SQL queries'] = 'queries SQL';
$lang['Upgrade informations'] = 'Informazioni aggiornamento';
$lang['Perform a maintenance check in [Administration>Tools>Maintenance] if you encounter any problem.'] = 'Se riscontrate dei problemi, effettuate una manutenzione in [Amministrazione>Tools>Manutenzione].';
$lang['As a precaution, following plugins have been deactivated. You must check for plugins upgrade before reactiving them:'] = 'Per precauzione, i seguenti plugins sono stati disattivati. E\' necessario verificare se esistono degli aggiornamenti prima di riattivarli:';
-$lang['Only administrator can run upgrade: please sign in below.'] = 'Solo l\'amministratore può eseguire l\'aggiornamento: fare login.';
+$lang['Only administrator can run upgrade: please sign in below.'] = 'Solo l\'amministratore può eseguire l\'aggiornamento: eseguire il login.';
$lang['You do not have access rights to run upgrade'] = 'Non avete le autorizzazioni necessarie per effettuare l\'aggiornamento';
$lang['All sub-albums of private albums become private'] = 'Tutti i sub-album degli album privati diventano privati';
$lang['User permissions and group permissions have been erased'] = 'I permessi degli utenti e dei gruppi sono stati cancellati';
diff --git a/language/nb_NO/admin.lang.php b/language/nb_NO/admin.lang.php
index c753186cb..c2f2f713e 100644
--- a/language/nb_NO/admin.lang.php
+++ b/language/nb_NO/admin.lang.php
@@ -1412,4 +1412,6 @@ $lang['The comments have been validated.'] = 'Kommentarene er bekreftet.';
$lang['There is currently %d photos in the lounge (upload buffer)'] = 'Det er for øyeblikket %d bilder i loungen (opplastingsbuffer)';
$lang['Use standard Piwigo template for common pages.'] = 'Bruk standard Piwigo-mal for vanlige sider.';
$lang['We have found %d duplicate paths. Details provided by plugin Check Uploads'] = 'Vi har funnet %d dupliserte stier. Detaljer levert av programtillegget Sjekk Opplastinger';
-$lang['When enabled, a common template is used for the login, registration and forgotten password pages, regardless of the theme. Some themes might use these templates even if you uncheck this option'] = 'Når dette alternativet er aktivert, brukes en felles mal for innlogging, registrering og glemt passord-sider, uavhengig av tema. Noen temaer kan bruke disse malene selv om du fjerner merket for dette alternativet.';
\ No newline at end of file
+$lang['When enabled, a common template is used for the login, registration and forgotten password pages, regardless of the theme. Some themes might use these templates even if you uncheck this option'] = 'Når dette alternativet er aktivert, brukes en felles mal for innlogging, registrering og glemt passord-sider, uavhengig av tema. Noen temaer kan bruke disse malene selv om du fjerner merket for dette alternativet.';
+$lang['Admins only'] = 'Kun administratorer';
+$lang['user_status_normal'] = 'Grunnleggende';
\ No newline at end of file
diff --git a/language/nb_NO/common.lang.php b/language/nb_NO/common.lang.php
index 19fca1b52..44263302c 100644
--- a/language/nb_NO/common.lang.php
+++ b/language/nb_NO/common.lang.php
@@ -525,4 +525,11 @@ $lang['Save your ID and secret'] = 'Lagre ID-en og din privat info.';
$lang['Secret copied. Keep it in a safe place.'] = 'Din private info er kopiert. Oppbevar den på et trygt sted.';
$lang['The secret will no longer be displayed. You must copy it to continue.'] = 'Din private info vil ikke lenger vises. Du må kopiere den for å fortsette.';
$lang['Verification code'] = 'Verifiseringskode';
-$lang['Verify'] = 'Verifisere';
\ No newline at end of file
+$lang['Verify'] = 'Verifisere';
+$lang['Here is your verification code:'] = 'Her er bekreftelseskoden din:';
+$lang['If this wasn\'t you, please change your password immediately or contact your webmaster.'] = 'Hvis dette ikke var deg, må du endre passordet ditt umiddelbart eller kontakte nettansvarlig.';
+$lang['If you changed your password because you think it was stolen, we recommend revoking your %d API keys in your profile.'] = 'Hvis du endret passordet ditt fordi du tror det ble stjålet, anbefaler vi at du tilbakekaller %d API-nøkler i profilen din.';
+$lang['Too many attempts, please try later..'] = 'For mange forsøk, prøv senere.';
+$lang['Verification successful! You can now choose a new password.'] = 'Verifiseringen er vellykket! Du kan nå velge et nytt passord.';
+$lang['Your verification code'] = 'Bekreftelseskoden din';
+$lang['edit user preferences'] = 'rediger brukerpreferanser';
\ No newline at end of file
diff --git a/language/nl_NL/admin.lang.php b/language/nl_NL/admin.lang.php
index ebe13f2f0..51951ef92 100644
--- a/language/nl_NL/admin.lang.php
+++ b/language/nl_NL/admin.lang.php
@@ -1417,4 +1417,5 @@ $lang['Are you sure you want to delete "%d" comments?'] = 'Weet je zeker dat je
$lang['Are you sure you want to delete comment #%s?'] = 'Weet je zeker dat je opmerking #%s wil verwijderen? ';
$lang['Empty lounge'] = 'Leeg buffer';
$lang['Save all photos'] = 'Bewaar alle foto\'s';
-$lang['Admins only'] = 'Alleen beheerders';
\ No newline at end of file
+$lang['Admins only'] = 'Alleen beheerders';
+$lang['user_status_normal'] = 'Basis';
\ No newline at end of file
diff --git a/language/nl_NL/common.lang.php b/language/nl_NL/common.lang.php
index 20ce9fd30..967fea88b 100644
--- a/language/nl_NL/common.lang.php
+++ b/language/nl_NL/common.lang.php
@@ -546,4 +546,11 @@ $lang['Save your ID and secret'] = 'Bewaar uw ID en geheime code';
$lang['Secret copied. Keep it in a safe place.'] = 'Geheime code gekopieerd. Bewaar het op een veilige plaats.';
$lang['The secret will no longer be displayed. You must copy it to continue.'] = 'De geheime code wordt niet meer weergegeven. U moet het kopiëren om verder te gaan.';
$lang['Verification code'] = 'Verificatie code';
-$lang['Verify'] = 'Verifieer';
\ No newline at end of file
+$lang['Verify'] = 'Verifieer';
+$lang['Here is your verification code:'] = 'Hier is uw verificatiecode:';
+$lang['If this wasn\'t you, please change your password immediately or contact your webmaster.'] = 'Als u het niet wass, wijzig dan onmiddellijk uw wachtwoord of neem contact op met uw webmaster.';
+$lang['If you changed your password because you think it was stolen, we recommend revoking your %d API keys in your profile.'] = 'Als u uw wachtwoord heeft gewijzigd omdat u denkt dat het is gestolen, raden wij u aan uw %d API-sleutels in uw profiel in te trekken.';
+$lang['Too many attempts, please try later..'] = 'Teveel pogingen, probeer het later.';
+$lang['Verification successful! You can now choose a new password.'] = 'Verificatie succesvol! U kunt nu een nieuw wachtwoord kiezen.';
+$lang['Your verification code'] = 'Uw verificatiecode';
+$lang['edit user preferences'] = 'Bewerk gebruiker voorkeuren';
\ No newline at end of file
diff --git a/language/pl_PL/common.lang.php b/language/pl_PL/common.lang.php
index 7cf6a6acf..345f76a73 100644
--- a/language/pl_PL/common.lang.php
+++ b/language/pl_PL/common.lang.php
@@ -489,14 +489,11 @@ $lang['Your password was successfully reset'] = 'Twoje hasło zostało pomyślni
$lang['Your password was successfully set'] = 'Twoje hasło zostało pomyślnie ustawione';
$lang['must not be empty'] = 'nie może być pusta';
$lang['Return to the gallery'] = 'Powrót do galerii';
-$lang['Save your secret Key and ID'] = 'Zapisz swój tajny klucz i ID';
-$lang['Secret key copied. Keep it in a safe place.'] = 'Tajny klucz skopiowany. Przechowuj go w bezpiecznym miejscu.';
$lang['Set my password'] = 'Ustaw moje hasło';
$lang['Show expired keys'] = 'Pokaż wygasłe klucze';
$lang['The api key has been successfully created.'] = 'Klucz API został pomyślnie utworzony.';
$lang['The email %s will be used to notify you when your API key is about to expire.'] = 'Adres e-mail %s zostanie użyty do powiadomienia Cię, gdy Twój klucz API będzie bliski wygaśnięcia.';
$lang['The secret key can no longer be displayed.'] = 'Tajny klucz nie może być już wyświetlany.';
-$lang['This will not be displayed again. You must copy it to continue.'] = 'To nie zostanie wyświetlone ponownie. Musisz to skopiować, aby kontynuować.';
$lang['To continue using the API, please renew your key before it expires.'] = 'Aby kontynuować korzystanie z API, odnów klucz, zanim wygaśnie.';
$lang['To manage your API keys, please log in with your username/password.'] = 'Aby zarządzać kluczami API, zaloguj się za pomocą nazwy użytkownika/hasła.';
$lang['When enabled, a common template is used for the login and registration pages, regardless of the theme.'] = 'Po włączeniu, wspólny szablon jest używany dla stron logowania i rejestracji, niezależnie od motywu.';
@@ -519,7 +516,6 @@ $lang['Never'] = 'Nigdy';
$lang['New API Key'] = 'Nowy klucz API';
$lang['No expiration'] = 'Nigdy nie wygasa';
$lang['Options'] = 'Opcje';
-$lang['Public key copied.'] = 'Klucz publiczny skopiowany.';
$lang['Do you really want to revoke the "%s" API key?'] = 'Czy na pewno chcesz odwołać klucz API "%s"?';
$lang['Revoke'] = 'Odwołaj';
$lang['Revoked'] = 'Odwołany';
@@ -544,4 +540,20 @@ $lang['API Key has been successfully revoked.'] = 'Klucz API został pomyślnie
$lang['API Key name'] = 'Nazwa klucza API';
$lang['API Key not found'] = 'Nie znaleziono klucza API';
$lang['API Keys'] = 'Klucze API';
-$lang['Account'] = 'Konto';
\ No newline at end of file
+$lang['Account'] = 'Konto';
+$lang['Save your ID and secret'] = 'Zapisz swój identyfikator i tajny klucz';
+$lang['Secret copied. Keep it in a safe place.'] = 'Tajny klucz skopiowany. Przechowuj go w bezpiecznym miejscu.';
+$lang['The secret will no longer be displayed. You must copy it to continue.'] = 'Tajny klucz nie będzie już wyświetlany. Musisz go skopiować, aby kontynuować.';
+$lang['Too many attempts, please try later..'] = 'Zbyt wiele prób, spróbuj później..';
+$lang['Verification code'] = 'Kod weryfikacyjny';
+$lang['Verification successful! You can now choose a new password.'] = 'Weryfikacja powiodła się! Możesz teraz wybrać nowe hasło.';
+$lang['Verify'] = 'Weryfikuj';
+$lang['Your verification code'] = 'Twój kod weryfikacyjny';
+$lang['edit user preferences'] = 'edytuj preferencje użytkownika';
+$lang['An email has been sent with a verification code'] = 'Wysłano wiadomość e-mail z kodem weryfikacyjnym';
+$lang['Here is your verification code:'] = 'Oto twój kod weryfikacyjny:';
+$lang['ID copied.'] = 'Identyfikator skopiowany.';
+$lang['If this wasn\'t you, please change your password immediately or contact your webmaster.'] = 'Jeśli to nie byłeś ty, natychmiast zmień swoje hasło lub skontaktuj się ze swoim webmasterem.';
+$lang['If you changed your password because you think it was stolen, we recommend revoking your %d API keys in your profile.'] = 'Jeśli zmieniłeś hasło, ponieważ uważasz, że zostało skradzione, zalecamy wycofanie kluczy %d API w swoim profilu.';
+$lang['If you do not receive the email, please contact your webmaster.'] = 'Jeśli nie otrzymasz wiadomości e-mail, skontaktuj się ze swoim webmasterem.';
+$lang['Invalid verification code'] = 'Nieprawidłowy kod weryfikacyjny';
\ No newline at end of file
diff --git a/language/pt_BR/common.lang.php b/language/pt_BR/common.lang.php
index 6f255a7e9..3315e67b7 100644
--- a/language/pt_BR/common.lang.php
+++ b/language/pt_BR/common.lang.php
@@ -465,20 +465,16 @@ $lang['Your password was successfully set'] = 'Sua senha foi definida com sucess
$lang['must not be empty'] = 'não deve estar vazio';
$lang['you must choose a date'] = 'você deve escolher uma data';
$lang['Options'] = 'Opções';
-$lang['Public key copied.'] = 'Chave pública copiada.';
$lang['Return to Sign in'] = 'Voltar para Entrar';
$lang['Return to the gallery'] = 'Voltar para a galeria';
$lang['Revoke'] = 'Revogar';
$lang['Revoked'] = 'Revogado';
-$lang['Save your secret Key and ID'] = 'Salve sua chave secreta e ID';
-$lang['Secret key copied. Keep it in a safe place.'] = 'Chave secreta copiada. Guarde-a em local seguro.';
$lang['Set my password'] = 'Definir minha senha';
$lang['Show expired keys'] = 'Mostrar chaves expiradas';
$lang['The api key has been successfully created.'] = 'A chave de API foi criada com sucesso.';
$lang['The email %s will be used to notify you when your API key is about to expire.'] = 'O e-mail %s será usado para notificá-lo quando sua chave de API estiver prestes a expirar.';
$lang['The secret key can no longer be displayed.'] = 'A chave secreta não pode mais ser exibida.';
$lang['This API key was manually revoked on %s'] = 'Esta chave de API foi revogada manualmente em %s';
-$lang['This will not be displayed again. You must copy it to continue.'] = 'Isto não será exibido novamente. Você deve copiá-lo para continuar.';
$lang['To continue using the API, please renew your key before it expires.'] = 'Para continuar usando a API, renove sua chave antes que ela expire.';
$lang['To manage your API keys, please log in with your username/password.'] = 'Para gerenciar suas chaves de API, faça login com seu nome de usuário/senha.';
$lang['When enabled, a common template is used for the login and registration pages, regardless of the theme.'] = 'Quando ativado, um modelo comum é usado para as páginas de login e registro, independentemente do tema.';
@@ -523,4 +519,20 @@ $lang['Confirm new password'] = 'Confirmar nova senha';
$lang['Create API Keys to secure your acount'] = 'Crie chaves de API para proteger sua conta';
$lang['Create a new API key to secure your account.'] = 'Crie uma nova chave de API para proteger sua conta.';
$lang['Create an account'] = 'Criar uma conta';
-$lang['Created at'] = 'Criado em';
\ No newline at end of file
+$lang['Created at'] = 'Criado em';
+$lang['An email has been sent with a verification code'] = 'Um e-mail com um código de verificação foi enviado.';
+$lang['Here is your verification code:'] = 'Aqui está seu código de verificação:';
+$lang['ID copied.'] = 'Documento de identidade copiado.';
+$lang['If this wasn\'t you, please change your password immediately or contact your webmaster.'] = 'Se não foi você, altere sua senha imediatamente ou entre em contato com o administrador do site.';
+$lang['If you changed your password because you think it was stolen, we recommend revoking your %d API keys in your profile.'] = 'Se você alterou sua senha porque acha que ela foi roubada, recomendamos revogar suas chaves de API %d em seu perfil.';
+$lang['If you do not receive the email, please contact your webmaster.'] = 'Caso não receba o e-mail, entre em contato com o administrador do site.';
+$lang['Invalid verification code'] = 'Código de verificação inválido';
+$lang['Save your ID and secret'] = 'Guarde seu ID e segredo';
+$lang['Secret copied. Keep it in a safe place.'] = 'Segredo copiado. Guarde em local seguro.';
+$lang['The secret will no longer be displayed. You must copy it to continue.'] = 'O segredo não será mais exibido. Você precisa copiá-lo para continuar.';
+$lang['Too many attempts, please try later..'] = 'Muitas tentativas foram feitas. Por favor, tente novamente mais tarde.';
+$lang['Verification code'] = 'Código de verificação';
+$lang['Verification successful! You can now choose a new password.'] = 'Verificação concluída com sucesso! Agora você pode escolher uma nova senha.';
+$lang['Verify'] = 'Verificar';
+$lang['Your verification code'] = 'Seu código de verificação';
+$lang['edit user preferences'] = 'editar preferências do usuário';
\ No newline at end of file
diff --git a/language/pt_PT/common.lang.php b/language/pt_PT/common.lang.php
index 1936e0ec1..8cb18a550 100644
--- a/language/pt_PT/common.lang.php
+++ b/language/pt_PT/common.lang.php
@@ -457,4 +457,85 @@ $lang['Pages'] = 'Páginas';
$lang['last 12 months'] = 'Últimos 12 meses';
$lang['There are no authors available for the photos currently filtered'] = 'Não há autores disponíveis para as fotos filtradas';
$lang['There are no creation dates available for the photos currently filtered'] = 'Não há datas de criação disponíveis para as fotos filtradas';
-$lang['There are no tags available for the photos currently filtered'] = 'Não há tags disponíveis para as fotos filtradas';
\ No newline at end of file
+$lang['There are no tags available for the photos currently filtered'] = 'Não há tags disponíveis para as fotos filtradas';
+$lang['If you changed your password because you think it was stolen, we recommend revoking your %d API keys in your profile.'] = 'Se alterou a sua palavra-passe porque pensa que foi roubada, recomendamos que revogue as suas chaves %dAPI no seu perfil.';
+$lang['3xlarge'] = '3XL - extra grande';
+$lang['4xlarge'] = '4XL - gigantesco';
+$lang['API Key has been successfully edited.'] = 'A chave API foi editada com sucesso.';
+$lang['API Key has been successfully revoked.'] = 'A chave API foi revogada com sucesso.';
+$lang['API Key name'] = 'Nome da chave API';
+$lang['API Key not found'] = 'Chave API não encontrada';
+$lang['API Keys'] = 'Chaves da API';
+$lang['Account'] = 'Conta';
+$lang['Already have an account ?'] = 'Já possui uma conta?';
+$lang['An email has been sent with a link to reset your password'] = 'Foi enviado um e-mail com um link para redefinir a sua palavra-passe';
+$lang['An email has been sent with a verification code'] = 'Foi enviado um e-mail com um código de verificação';
+$lang['An error has occured please got back to Sign in or Register'] = 'Ocorreu um erro. Por favor, volte a Entrar ou Registar';
+$lang['Change your password'] = 'Alterar a sua palavra-passe';
+$lang['Check your inbox'] = 'Verificar a sua caixa de entrada';
+$lang['Choose how you want to see your gallery'] = 'Escolha como pretende visualizar a sua galeria';
+$lang['Confirm my new password'] = 'Confirmar a minha nova senha';
+$lang['Confirm new password'] = 'Confirmar nova senha';
+$lang['Create API Keys to secure your acount'] = 'Criar chaves API para proteger a sua conta';
+$lang['Create a new API key to secure your account.'] = 'Criar nova API para proteger a sua conta';
+$lang['Create an account'] = 'Criar uma conta';
+$lang['Created at'] = 'Criada em';
+$lang['Custom date'] = 'Data personalizada';
+$lang['Do you really want to revoke the "%s" API key?'] = 'Tem a certeza de que pretende revogar a chave API "%s"?';
+$lang['Don\'t have an account yet ?'] = 'Ainda não tem conta?';
+$lang['Done'] = 'Concluído';
+$lang['Duration'] = 'Duração';
+$lang['Edit API Key'] = 'Editar chave API';
+$lang['Expert mode'] = 'Modo especialista';
+$lang['Expired'] = 'Expirada';
+$lang['Expired on'] = 'Expirada em';
+$lang['Expires in'] = 'Expira em';
+$lang['Generate API Key'] = 'Gerar chave API';
+$lang['Generate key'] = 'Gerar chave';
+$lang['Hello %s, enter your new password below.'] = 'Olá %s, introduza a sua nova password abaixo.';
+$lang['Here is your verification code:'] = 'Aqui está o seu código de verificação:';
+$lang['Hide expired keys'] = 'Ocultar chaves expiradas';
+$lang['ID copied.'] = 'ID copiado.';
+$lang['If this wasn\'t you, please change your password immediately or contact your webmaster.'] = 'Se não foi você, altere a sua palavra-passe imediatamente ou contacte o administrador do site.';
+$lang['If you do not receive the email, please contact your webmaster.'] = 'Se não receber o e-mail, contacte o administrador do site.';
+$lang['Impossible to copy automatically. Please copy manually.'] = 'Impossível copiar automaticamente. Por favor, copie manualmente.';
+$lang['Invalid verification code'] = 'Código de verificação inválido';
+$lang['Last use'] = 'Último uso';
+$lang['Manage your account'] = 'Gerir a sua conta';
+$lang['Never'] = 'Nunca';
+$lang['New API Key'] = 'Nova chave API';
+$lang['No expiration'] = 'Sem prazo de validade';
+$lang['Options'] = 'Opções';
+$lang['Return to Sign in'] = 'Voltar para Entrar';
+$lang['Return to the gallery'] = 'Voltar à galeria';
+$lang['Revoke'] = 'Revogar';
+$lang['Revoked'] = 'Revogado';
+$lang['Save your ID and secret'] = 'Guarde o seu ID e segredo';
+$lang['Secret copied. Keep it in a safe place.'] = 'Segredo copiado. Guarde em local seguro.';
+$lang['Set my password'] = 'Definir a minha senha';
+$lang['Set your password below.'] = 'Defina a sua palavra-passe abaixo.';
+$lang['Show expired keys'] = 'Mostrar chaves expiradas';
+$lang['The api key has been successfully created.'] = 'A chave API foi criada com sucesso.';
+$lang['The email %s will be used to notify you when your API key is about to expire.'] = 'O e-mail %s será utilizado para o notificar quando a sua chave API estiver prestes a expirar.';
+$lang['The secret key can no longer be displayed.'] = 'A chave secreta já não pode ser exibida.';
+$lang['The secret will no longer be displayed. You must copy it to continue.'] = 'A chave secreta não será mais apresentada. Deve copiá-la para continuar.';
+$lang['This API key was manually revoked on %s'] = 'Esta chave API foi revogada manualmente em %s.';
+$lang['To continue using the API, please renew your key before it expires.'] = 'Para continuar a utilizar a API, renove a sua chave antes que esta expire.';
+$lang['To manage your API keys, please log in with your username/password.'] = 'Para gerir as suas chaves API, inicie sessão com o seu nome de utilizador/palavra-passe.';
+$lang['Too many attempts, please try later..'] = 'Muitas tentativas. Tente novamente mais tarde.';
+$lang['Verification code'] = 'Código de verificação';
+$lang['Verification successful! You can now choose a new password.'] = 'Verificação concluída com sucesso! Agora pode escolher uma nova palavra-passe.';
+$lang['Verify'] = 'Verificar';
+$lang['When enabled, a common template is used for the login and registration pages, regardless of the theme.'] = 'Quando ativado, é utilizado um modelo comum para as páginas de início de sessão e de registo, independentemente do tema.';
+$lang['You can manage your API keys in your account settings.'] = 'Pode gerir as suas chaves API nas definições da sua conta.';
+$lang['You have no email address, so you will not be notified when your API key is about to expire.'] = 'Não tem um endereço de e-mail, pelo que não será notificado quando a sua chave API estiver prestes a expirar.';
+$lang['Your API key will expire in %d day.'] = 'A sua chave API expirará em %d dias.';
+$lang['Your API key will expire in %d days.'] = 'A sua chave API expirará em %d dias.';
+$lang['Your API key will expire soon'] = 'A sua chave API expirará em breve';
+$lang['Your changes have been applied.'] = 'As suas alterações foram aplicadas.';
+$lang['Your password was successfully reset'] = 'A sua senha foi redefinida com sucesso';
+$lang['Your password was successfully set'] = 'A sua senha foi definida com sucesso';
+$lang['Your verification code'] = 'O seu código de verificação';
+$lang['edit user preferences'] = 'editar preferências do utilizador';
+$lang['must not be empty'] = 'não pode estar vazio';
+$lang['you must choose a date'] = 'deve escolher uma data';
\ No newline at end of file
diff --git a/language/pt_PT/help_quick_search.lang.php b/language/pt_PT/help_quick_search.lang.php
new file mode 100644
index 000000000..568f8fc19
--- /dev/null
+++ b/language/pt_PT/help_quick_search.lang.php
@@ -0,0 +1,57 @@
+in your profile.'] = 'Om du ändrade ditt lösenord för att du tror det blivit stulet, så rekommenderar vi att du återkallar dina %d API-nycklar i din profil.';
+$lang['Too many attempts, please try later..'] = 'För många försök, prova igen om en stund.';
+$lang['Verification successful! You can now choose a new password.'] = 'Verifiering lyckades! Du kan nu välja ett nytt lösenord.';
+$lang['Your verification code'] = 'Din verifieringskod';
+$lang['edit user preferences'] = 'redigera användarinställningar';
\ No newline at end of file
diff --git a/language/tr_TR/admin.lang.php b/language/tr_TR/admin.lang.php
index 89f23ee4a..6864be8a3 100644
--- a/language/tr_TR/admin.lang.php
+++ b/language/tr_TR/admin.lang.php
@@ -1411,4 +1411,6 @@ $lang['If a photo in this album has the same filename, update the file without c
$lang['Empty lounge'] = 'Alanı boşalt';
$lang['Are you sure you want to delete comment #%s?'] = '#%s yorumunu silmek istediğinizden emin misiniz?';
$lang['%d photos were moved from the upload lounge to their albums'] = '%d fotoğraf yükleme alanından albümlerine taşındı';
-$lang['Are you sure you want to delete "%d" comments?'] = '"%d" yorumu silmek istediğinizden emin misiniz?';
\ No newline at end of file
+$lang['Are you sure you want to delete "%d" comments?'] = '"%d" yorumu silmek istediğinizden emin misiniz?';
+$lang['Admins only'] = 'Yalnızca yöneticiler';
+$lang['user_status_normal'] = 'Temel';
\ No newline at end of file
diff --git a/language/tr_TR/common.lang.php b/language/tr_TR/common.lang.php
index 8c74b61ad..6aa79a1c2 100644
--- a/language/tr_TR/common.lang.php
+++ b/language/tr_TR/common.lang.php
@@ -462,18 +462,14 @@ $lang['You can manage your API keys in your account settings.']
$lang['You have no email address, so you will not be notified when your API key is about to expire.'] = 'E-posta adresiniz yok, bu nedenle API anahtarınızın süresi dolmak üzereyken bildirim almayacaksınız.';
$lang['The secret key can no longer be displayed.'] = 'Gizli anahtar artık görüntülenemiyor.';
$lang['This API key was manually revoked on %s'] = 'Bu API anahtarı %s tarihinde manuel olarak iptal edildi';
-$lang['This will not be displayed again. You must copy it to continue.'] = 'Bu bir daha görüntülenmeyecek. Devam etmek için kopyalamanız gerekiyor.';
$lang['The email %s will be used to notify you when your API key is about to expire.'] = 'API anahtarınızın süresi dolmak üzereyken sizi bilgilendirmek için %s e-posta adresi kullanılacaktır.';
$lang['The api key has been successfully created.'] = 'API anahtarı başarıyla oluşturuldu.';
$lang['Show expired keys'] = 'Süresi dolmuş anahtarları göster';
$lang['Set my password'] = 'Şifremi ayarla';
-$lang['Secret key copied. Keep it in a safe place.'] = 'Gizli anahtar kopyalandı. Güvenli bir yerde saklayın.';
-$lang['Save your secret Key and ID'] = 'Gizli Anahtarınızı ve Kimliğinizi kaydedin';
$lang['Revoked'] = 'İptal edildi';
$lang['Revoke'] = 'İptal et';
$lang['Return to the gallery'] = 'Galeriye geri dön';
$lang['Return to Sign in'] = 'Oturum aç sayfasına geri dön';
-$lang['Public key copied.'] = 'Açık anahtar kopyalandı.';
$lang['Options'] = 'Seçenekler';
$lang['No expiration'] = 'Son kullanma tarihi yok';
$lang['New API Key'] = 'Yeni API Anahtarı';
@@ -522,4 +518,20 @@ $lang['Your changes have been applied.'] = 'Değişiklikleriniz uygulandı.';
$lang['Your password was successfully reset'] = 'Şifreniz başarıyla sıfırlandı';
$lang['Your password was successfully set'] = 'Şifreniz başarıyla ayarlandı';
$lang['must not be empty'] = 'boş olmamalı';
-$lang['you must choose a date'] = 'bir tarih seçmelisiniz';
\ No newline at end of file
+$lang['you must choose a date'] = 'bir tarih seçmelisiniz';
+$lang['If you do not receive the email, please contact your webmaster.'] = 'E-postayı almazsanız lütfen web yöneticinizle iletişime geçin.';
+$lang['An email has been sent with a verification code'] = 'Doğrulama kodu içeren bir e-posta gönderildi';
+$lang['Here is your verification code:'] = 'İşte doğrulama kodunuz:';
+$lang['ID copied.'] = 'ID kopyalandı.';
+$lang['If this wasn\'t you, please change your password immediately or contact your webmaster.'] = 'Eğer bu siz değilseniz, lütfen hemen şifrenizi değiştirin veya web yöneticinizle iletişime geçin.';
+$lang['If you changed your password because you think it was stolen, we recommend revoking your %d API keys in your profile.'] = 'Şifrenizi çalındığını düşündüğünüz için değiştirdiyseniz, profilinizdeki %d API anahtarınızı iptal etmenizi öneririz ';
+$lang['Invalid verification code'] = 'Geçersiz doğrulama kodu';
+$lang['Save your ID and secret'] = 'Kimliğinizi ve gizli bilginizi kaydedin';
+$lang['Secret copied. Keep it in a safe place.'] = 'Gizli bilgi kopyalandı. Güvenli bir yerde saklayın.';
+$lang['The secret will no longer be displayed. You must copy it to continue.'] = 'Gizli bilgi artık görüntülenmeyecek. Devam etmek için kopyalamanız gerekiyor.';
+$lang['Too many attempts, please try later..'] = 'Çok fazla deneme oldu, lütfen daha sonra tekrar deneyin.';
+$lang['Verification code'] = 'Doğrulama kodu';
+$lang['Verification successful! You can now choose a new password.'] = 'Doğrulama başarılı! Artık yeni bir şifre seçebilirsiniz.';
+$lang['Verify'] = 'Doğrula';
+$lang['Your verification code'] = 'Doğrulama kodunuz';
+$lang['edit user preferences'] = 'kullanıcı tercihlerini düzenle';
\ No newline at end of file
diff --git a/language/zh_CN/admin.lang.php b/language/zh_CN/admin.lang.php
index 7bd899552..e482573b0 100644
--- a/language/zh_CN/admin.lang.php
+++ b/language/zh_CN/admin.lang.php
@@ -1421,4 +1421,5 @@ $lang['The comments have been validated.'] = '这些评论已通过验证。';
$lang['There is currently %d photos in the lounge (upload buffer)'] = '当前暂存区(上传缓冲区)中有%d张照片';
$lang['Use standard Piwigo template for common pages.'] = '为通用页面使用标准Piwigo模板。';
$lang['When enabled, a common template is used for the login, registration and forgotten password pages, regardless of the theme. Some themes might use these templates even if you uncheck this option'] = '启用后,登录、注册和忘记密码页面将使用通用模板,无论使用何种主题。某些主题即使取消选中此选项,也可能会使用这些模板。';
-$lang['Admins only'] = '仅限管理员';
\ No newline at end of file
+$lang['Admins only'] = '仅限管理员';
+$lang['user_status_normal'] = '基础';
\ No newline at end of file
diff --git a/language/zh_CN/common.lang.php b/language/zh_CN/common.lang.php
index 5db0b4074..3dafa7921 100644
--- a/language/zh_CN/common.lang.php
+++ b/language/zh_CN/common.lang.php
@@ -530,4 +530,11 @@ $lang['Save your ID and secret'] = '保存您的ID和密钥';
$lang['Secret copied. Keep it in a safe place.'] = '密钥已复制。请将其妥善保管。';
$lang['The secret will no longer be displayed. You must copy it to continue.'] = '密钥将不再显示。您必须复制它才能继续操作。';
$lang['Verification code'] = '验证码';
-$lang['Verify'] = '验证';
\ No newline at end of file
+$lang['Verify'] = '验证';
+$lang['If you changed your password because you think it was stolen, we recommend revoking your %d API keys in your profile.'] = '如果您因认为密码被盗而更改了密码,我们建议您在个人资料 中撤销您的%d个API 密钥。';
+$lang['Here is your verification code:'] = '这是您的验证码:';
+$lang['If this wasn\'t you, please change your password immediately or contact your webmaster.'] = '如果不是您本人操作,请立即更改密码或联系网站管理员。';
+$lang['Too many attempts, please try later..'] = '尝试次数过多,请稍后再试。';
+$lang['Verification successful! You can now choose a new password.'] = '验证成功!您现在可以选择一个新密码。';
+$lang['Your verification code'] = '您的验证码';
+$lang['edit user preferences'] = '编辑用户偏好设置';
\ No newline at end of file