From b43b427bd49b5544c3bbe4564445f037cf5ded8b Mon Sep 17 00:00:00 2001 From: plegall Date: Mon, 28 Nov 2022 14:22:32 +0100 Subject: [PATCH] copy all languages from translation@57505ca --- language/ca_ES/admin.lang.php | 4 +- language/cs_CZ/admin.lang.php | 4 +- language/da_DK/admin.lang.php | 4 +- language/de_DE/admin.lang.php | 4 +- language/es_ES/admin.lang.php | 4 +- language/et_EE/common.lang.php | 3 +- language/fr_CA/admin.lang.php | 96 +++++++++++++++++----------------- language/fr_CA/common.lang.php | 18 +++---- language/hu_HU/admin.lang.php | 17 ++++-- language/is_IS/admin.lang.php | 6 ++- language/nb_NO/admin.lang.php | 4 +- language/nl_NL/admin.lang.php | 4 +- language/pt_BR/admin.lang.php | 4 +- language/sk_SK/admin.lang.php | 12 +++-- language/sv_SE/admin.lang.php | 4 +- language/tr_TR/admin.lang.php | 4 +- 16 files changed, 114 insertions(+), 78 deletions(-) diff --git a/language/ca_ES/admin.lang.php b/language/ca_ES/admin.lang.php index ea2007d10..b03bf88a1 100644 --- a/language/ca_ES/admin.lang.php +++ b/language/ca_ES/admin.lang.php @@ -1328,4 +1328,6 @@ $lang['Apply to root albums'] = 'Aplica als àlbums arrel'; $lang['Details'] = 'Detalls'; $lang['If anything bad happens during the update, you would be able to restore a backup.'] = 'Si passa qualsevol cosa indesitjable durant l\'actualització, podríeu restaurar una còpia de seguretat.'; $lang['The best is to have them made automatically on a regular basis.'] = 'El millor és que es facin automàticament de manera regular.'; -$lang['This photo no longer exists'] = 'Aquesta foto ja no existeix'; \ No newline at end of file +$lang['This photo no longer exists'] = 'Aquesta foto ja no existeix'; +$lang['Album name must not be empty'] = 'El nom de l\'àlbum no pot estar buit'; +$lang['Visit history'] = 'Historial de visites'; \ No newline at end of file diff --git a/language/cs_CZ/admin.lang.php b/language/cs_CZ/admin.lang.php index 4afe2116b..74bcfcc40 100644 --- a/language/cs_CZ/admin.lang.php +++ b/language/cs_CZ/admin.lang.php @@ -1320,4 +1320,6 @@ $lang['If anything bad happens during the update, you would be able to restore a $lang['On %d rating(s)'] = 'Na %d hodnocení'; $lang['The best is to have them made automatically on a regular basis.'] = 'Nejlepší je nechat je pravidelně automaticky provádět.'; $lang['This photo no longer exists'] = 'Tato fotografie již neexistuje'; -$lang['Apply to root albums'] = 'Použít na hlavní alba'; \ No newline at end of file +$lang['Apply to root albums'] = 'Použít na hlavní alba'; +$lang['Visit history'] = 'Historie návštěv'; +$lang['Album name must not be empty'] = 'Název alba nesmí být prázdný'; \ No newline at end of file diff --git a/language/da_DK/admin.lang.php b/language/da_DK/admin.lang.php index 1767a68d5..11a42fc91 100644 --- a/language/da_DK/admin.lang.php +++ b/language/da_DK/admin.lang.php @@ -1321,4 +1321,6 @@ $lang['Details'] = 'Detaljer'; $lang['If anything bad happens during the update, you would be able to restore a backup.'] = 'Hvis noget går galt under opdateringen, ville du være i stand til at gendanne sikkerhedskopien.'; $lang['The best is to have them made automatically on a regular basis.'] = 'Det bedste er at lave dem automatisk med jævne mellemrum.'; $lang['This photo no longer exists'] = 'Dette fotografi findes ikke længere'; -$lang['Apply to root albums'] = 'Udfør på albummer i roden'; \ No newline at end of file +$lang['Apply to root albums'] = 'Udfør på albummer i roden'; +$lang['Album name must not be empty'] = 'Albumnavn må ikke være tomt'; +$lang['Visit history'] = 'Besøgshistorik'; \ No newline at end of file diff --git a/language/de_DE/admin.lang.php b/language/de_DE/admin.lang.php index 1128fb00c..6e3364a44 100644 --- a/language/de_DE/admin.lang.php +++ b/language/de_DE/admin.lang.php @@ -1322,4 +1322,6 @@ $lang['This photo no longer exists'] = 'Dieses Foto existiert nicht mehr'; $lang['Always have a backup of your database and files.'] = 'Erstellen Sie immer eine Sicherungskopie Ihrer Datenbank und Ihrer Dateien.'; $lang['If anything bad happens during the update, you would be able to restore a backup.'] = 'Wenn während der Aktualisierung etwas Schlimmes passiert, können Sie ein Backup wiederherstellen.'; $lang['The best is to have them made automatically on a regular basis.'] = 'Am besten ist es, sie regelmäßig und automatisch durchführen zu lassen.'; -$lang['Apply to root albums'] = 'Auf Stammalben anwenden'; \ No newline at end of file +$lang['Apply to root albums'] = 'Auf Stammalben anwenden'; +$lang['Album name must not be empty'] = 'Der Albumname darf nicht leer sein'; +$lang['Visit history'] = 'Geschichte besuchen'; \ No newline at end of file diff --git a/language/es_ES/admin.lang.php b/language/es_ES/admin.lang.php index d3a6d6002..a23408fe8 100644 --- a/language/es_ES/admin.lang.php +++ b/language/es_ES/admin.lang.php @@ -1317,4 +1317,6 @@ $lang['This photo no longer exists'] = 'Esta imagen ya no existe'; $lang['If anything bad happens during the update, you would be able to restore a backup.'] = 'Si ocurre algún problema durante la actualización, serás capaz de restaurar una copia de seguridad.'; $lang['Details'] = 'Detalles'; $lang['Apply to root albums'] = 'Aplicar a los álbumes principales'; -$lang['The best is to have them made automatically on a regular basis.'] = 'Lo mejor es que se hagan automáticamente de manera regular.'; \ No newline at end of file +$lang['The best is to have them made automatically on a regular basis.'] = 'Lo mejor es que se hagan automáticamente de manera regular.'; +$lang['Album name must not be empty'] = 'El nombre del álbum no puede estar vacío'; +$lang['Visit history'] = 'Historial de visitas'; \ No newline at end of file diff --git a/language/et_EE/common.lang.php b/language/et_EE/common.lang.php index 68fd2bd8f..0eba0978b 100644 --- a/language/et_EE/common.lang.php +++ b/language/et_EE/common.lang.php @@ -439,4 +439,5 @@ $lang['generate random password'] = 'Genereeri juhuslik salasõna'; $lang['Password: ********** (no copy by email)'] = 'Parool: ********** (pole e-posti koopia)'; $lang['Related albums'] = 'Seotud albumid'; $lang['Album name, 100 → 10 → 5 → 1'] = 'Albumi nimi, 100 → 10 → 5 → 1'; -$lang['Album name, 1 → 5 → 10 → 100'] = 'Albumi nimi, 1 → 5 → 10 → 100'; \ No newline at end of file +$lang['Album name, 1 → 5 → 10 → 100'] = 'Albumi nimi, 1 → 5 → 10 → 100'; +$lang['Start-Date'] = 'Alguskuupäev'; \ No newline at end of file diff --git a/language/fr_CA/admin.lang.php b/language/fr_CA/admin.lang.php index 15ff7d6e6..a38c97454 100644 --- a/language/fr_CA/admin.lang.php +++ b/language/fr_CA/admin.lang.php @@ -45,8 +45,8 @@ $lang['Apply to sub-albums'] = "Appliquer aux sous-catégories"; $lang['Associated'] = "Associée à"; $lang['Caddie management'] = "Gestion du panier"; $lang['Caddie'] = "Panier"; -$lang['Albums authorized thanks to group associations'] = "Catégories accessibles grâce à l'appartenance aux groupes"; -$lang['Album manual order was saved'] = "L'ordre manuel des catégories a été sauvegardé"; +$lang['Albums authorized thanks to group associations'] = 'Albums accessibles grâce à l\'appartenance aux groupes'; +$lang['Album manual order was saved'] = 'L\'ordre manuel des albums a été sauvegardé'; $lang['Check for upgrade failed for unknown reasons.'] = "La vérification de la dernière version sur le serveur a échouée pour une raison inconnue."; $lang['Check for upgrade'] = "Dernière version ?"; $lang['Comments for all'] = "Commentaires pour tous"; @@ -81,34 +81,34 @@ $lang['Informations'] = "Informations"; $lang['Install'] = "Installer"; $lang['Link all album photos to a new album'] = "Associer tous les éléments de la catégorie à une nouvelle catégorie"; $lang['Link all album photos to some existing albums'] = "Associer tous les éléments de la catégorie à des catégories existantes"; -$lang['Linked albums'] = "Catégories associées"; +$lang['Linked albums'] = 'Albums associés'; $lang['Lock gallery'] = "Verrouiller la galerie"; $lang['Maintenance'] = "Maintenance"; -$lang['Edit album permissions'] = "Gérer les permissions pour une catégorie"; +$lang['Edit album permissions'] = 'Gérer les permissions pour un album'; $lang['Manage permissions for group "%s"'] = "Gérer les permissions pour le groupe \"%s\""; $lang['Manage permissions for user "%s"'] = "Gérer les permissions pour l'utilisateur \"%s\""; $lang['Manage tags'] = "Gérer les mots clés"; $lang['Members'] = "Membres"; $lang['Metadata synchronized from file'] = "Méta-données synchronisées à partir du fichier"; -$lang['Move albums'] = "Déplacer les catégories"; +$lang['Move albums'] = 'Déplacer les albums'; $lang['Move'] = "Déplacer"; $lang['Name'] = "Nom"; $lang['New name'] = "Nouveau nom"; -$lang['New parent album'] = "Nouvelle catégorie parente"; +$lang['New parent album'] = 'Nouvel album parent'; $lang['New tag'] = "Nouveau mot clé"; $lang['Number of comments per page'] = "Nombre de commentaires par page"; $lang['Number of rates'] = "Nombre de notes"; -$lang['Only private albums are listed'] = "Seules les catégories privées sont listées"; +$lang['Only private albums are listed'] = 'Seules les albums privés sont affichés'; $lang['Operating system'] = "Système d'exploitation"; $lang['Options'] = "Options"; $lang['Other private albums'] = "Autres catégories privées"; $lang['Page banner'] = "Bannière des pages"; -$lang['Parent album'] = "Catégorie parente"; +$lang['Parent album'] = 'Album parent'; $lang['Path'] = "Chemin"; $lang['Permalink'] = "Lien permanent"; -$lang['Permalink %s has been previously used by album %s. Delete from the permalink history first'] = "Le lien permanent %s a été précédemment utilisé par la catégorie %s. Veuillez l'effacer de l'historique des liens permanents"; +$lang['Permalink %s has been previously used by album %s. Delete from the permalink history first'] = 'Le lien permanent %s a été précédemment utilisé par l\'album %s. Veuillez l\'effacer de l\'historique des liens permanents'; $lang['The permalink name must be composed of a-z, A-Z, 0-9, "-", "_" or "/". It must not be numeric or start with number followed by "-"'] = "Le lien permanent ne doit contenir des caractères que parmi \"a-zA-Z0-9\", \"-\", \"_\" ou \"/\". Il ne doit pas être numérique ou commencer par un nombre suivi par \"-\""; -$lang['Permalink %s is already used by album %s'] = "Le lien permanent %s est déja utilisé par la catégorie %s"; +$lang['Permalink %s is already used by album %s'] = 'Le lien permanent %s est déja utilisé par l\'album %s'; $lang['Permalink history'] = "Historique des liens permanents"; $lang['Permalinks'] = "Liens permanents"; $lang['Permission denied'] = "Accès interdit"; @@ -125,19 +125,19 @@ $lang['Rating by guests'] = "Notation par les invités"; $lang['Rating'] = "Notation"; $lang['Reject'] = "Rejeter"; $lang['Representant'] = "Représentant"; -$lang['Representation of albums'] = "Représentation des catégories"; +$lang['Representation of albums'] = 'Représentation des albums'; $lang['Representative'] = "Représentant"; $lang['Represents'] = "Représente"; $lang['Save order'] = "Sauvegarder l'ordre"; $lang['Save to permalink history'] = "Sauvegarder dans l'historique des liens permanents"; -$lang['Select at least one album'] = "Sélectionner au moins une catégorie"; +$lang['Select at least one album'] = 'Sélectionner au moins un album'; $lang['Select at least one photo'] = "Sélectionner au moins une image"; $lang['Select at least one user'] = "Sélectionner au moins un utilisateur"; $lang['Show info'] = "Montrer les informations"; $lang['Site manager'] = "Gestionnaire des sites"; $lang['Status'] = "Statut"; $lang['Statistics'] = "Statistiques"; -$lang['Storage album'] = "Catégorie de stockage"; +$lang['Storage album'] = 'Album de stockage'; $lang['Sum of rates'] = "Somme des notes"; $lang['Tag "%s" already exists'] = "Le mot clé \"%s\" existe déjà"; $lang['Tag "%s" was added'] = "Le mot clé \"%s\" a été ajouté"; @@ -151,27 +151,27 @@ $lang['Users'] = "Utilisateurs"; $lang['Validate'] = "Valider"; $lang['Validation'] = "Validation"; $lang['Version'] = "Version"; -$lang['Virtual albums to move'] = "Catégories virtuelles à déplacer"; -$lang['Virtual album name'] = "Nom de la catégorie virtuelle"; +$lang['Virtual albums to move'] = 'Albums virtuels à déplacer'; +$lang['Virtual album name'] = 'Nom de l\'album virtuel'; $lang['Webmaster cannot be deleted'] = "Le webmestre ne peut pas être supprimé"; $lang['You are running on development sources, no check possible.'] = "Vous travaillez avec les sources de développement, impossible de vérifier la dernière version."; $lang['You cannot delete your account'] = "Vous ne pouvez pas supprimer votre compte"; $lang['You cannot move an album in its own sub album'] = "Vous ne pouvez pas déplacer une catégorie dans sa propre sous-catégorie"; $lang['You need to confirm deletion'] = "Vous devez confirmer la suppression"; -$lang['Associate to album'] = "Associer à la catégorie"; +$lang['Associate to album'] = 'Associer à l\'album'; $lang['associate to group'] = "Associer au groupe"; $lang['Authorized'] = "Autorisés"; $lang['Add a virtual album'] = "Ajouter une catégorie virtuelle"; -$lang['Authorize users to add comments on selected albums'] = "Autoriser les utilisateurs à ajouter des commentaires dans les catégories sélectionnées"; -$lang['The name of an album must not be empty'] = "Le nom de la catégorie ne doit pas être vide"; -$lang['Lock albums'] = "Verrouiller les catégories"; +$lang['Authorize users to add comments on selected albums'] = 'Autoriser les utilisateurs à ajouter des commentaires dans les albums sélectionnées'; +$lang['The name of an album must not be empty'] = 'Le nom de l\'album ne doit pas être vide'; +$lang['Lock albums'] = 'Verrouiller les albums'; $lang['Private'] = "Catégorie privée"; -$lang['Public'] = "Catégorie publique"; +$lang['Public'] = 'Album public'; $lang['Find a new representant by random'] = "Trouver un nouveau représentant au hasard"; -$lang['Public / Private'] = "Publique / Privée"; -$lang['Manage authorizations for selected albums'] = "Gérer le type d'accès pour les catégories sélectionnées"; -$lang['Virtual album added'] = "Catégorie virtuelle ajoutée"; -$lang['Virtual album deleted'] = "Catégorie virtuelle supprimée"; +$lang['Public / Private'] = 'Publique / Privé'; +$lang['Manage authorizations for selected albums'] = 'Gérer le type d\'accès pour les albums sélectionnées'; +$lang['Virtual album added'] = 'Album virtuel ajouté'; +$lang['Virtual album deleted'] = 'Album virtuel supprimé'; $lang['Access type'] = "Type d'accès"; $lang['Information data registered in database'] = "Informations enregistrées dans la base de données"; $lang['Default display'] = "Affichage par défaut"; @@ -180,10 +180,10 @@ $lang['The number of comments a page must be between 5 and 50 included.'] = "Le $lang['Configuration'] = "Configuration"; $lang['confirm'] = "Confirmer"; $lang['Date'] = "Date"; -$lang['delete album'] = "supprimer la catégorie"; -$lang['Dissociate from album'] = "Dissocier de la catégorie"; +$lang['delete album'] = 'supprimer l\'album'; +$lang['Dissociate from album'] = 'Dissocier de l\'album'; $lang['dissociate from group'] = "Dissocier du groupe"; -$lang['Album updated successfully'] = "Les informations de la catégorie ont été mises à jour avec succès."; +$lang['Album updated successfully'] = 'Les informations de l\'album ont été mises à jour avec succès.'; $lang['photos per page'] = "Nombre d'éléments par page à afficher"; $lang['High definition enabled'] = "Haute définition actif"; $lang['File'] = "Fichier"; @@ -196,13 +196,13 @@ $lang['The name of a group must not contain " or \' or be empty.'] = "Le nom du $lang['This name is already used by another group.'] = "Ce nom est déjà utilisé par un autre groupe."; $lang['Groups'] = "Groupes"; $lang['High definition'] = "Haute définition"; -$lang['jump to album'] = "Se rendre dans la catégorie"; +$lang['jump to album'] = 'Se rendre dans l\'Album'; $lang['jump to photo'] = "Se rendre à l'image"; $lang['leave'] = "laisser"; $lang['Lock'] = "Verrouiller"; $lang['Locked'] = "Verrouillées"; -$lang['manage album photos'] = "Gérer les éléments de la catégorie"; -$lang['manage sub-albums'] = "Gérer les sous-catégories"; +$lang['manage album photos'] = 'Gérer les éléments de l\'album'; +$lang['manage sub-albums'] = 'Gérer les sous-albums'; $lang['Manage'] = "Gérer"; $lang['Execution time is out, treatment must be continue [Estimated time: %d second].'] = "Le temps d'exécution étant dépassé, le traitement doit continuer [Temps estimé: %d second]."; $lang['Execution time is out, treatment must be continue [Estimated time: %d seconds].'] = "Le temps d'exécution étant dépassé, le traitement doit continuer [Temps estimé: %d secondes]."; @@ -305,9 +305,9 @@ $lang['sub-albums'] = "sous-catégories"; $lang['Synchronize metadata'] = "Synchroniser les méta-données"; $lang['target'] = "Cible"; $lang['Title'] = "Titre"; -$lang['Album list management'] = "Gestion des catégories"; +$lang['Album list management'] = 'Gestion des albums'; $lang['Piwigo configuration'] = "Configuration de Piwigo"; -$lang['Edit album'] = "Modifier une catégorie"; +$lang['Edit album'] = 'Modifier un album'; $lang['Group management'] = "Gestion des groupes"; $lang['User list'] = "Liste des utilisateurs"; $lang['Database synchronization with files'] = "Synchronisation de la base à partir des fichiers de"; @@ -327,7 +327,7 @@ $lang['unset'] = "vider"; $lang['Update albums informations'] = "Mettre à jour les informations des catégories"; $lang['Update photos information'] = "Mettre à jour les informations des images"; $lang['Synchronize'] = "Synchroniser"; -$lang['reduce to single existing albums'] = "Traiter uniquement une catégorie"; +$lang['reduce to single existing albums'] = 'Traiter uniquement un album'; $lang['Choose an option'] = "Choisir une option"; $lang['display maximum informations (added albums and photos, deleted albums and photos)'] = "Afficher un maximum d'informations (catégories ajoutées, éléments ajoutés, catégories et éléments supprimés)"; $lang['Error list'] = "Liste des erreurs"; @@ -335,12 +335,12 @@ $lang['Errors caption'] = "Légende des erreurs"; $lang['Detailed informations'] = "Informations détaillées"; $lang['File/directory read error'] = "Erreur d'ouverture fichier/répertoire"; $lang['The file or directory cannot be accessed (either it does not exist or the access is denied)'] = "Le fichier ou répertoire ne peut pas être accessible (soit il n'existe pas, soit l'accès est refusé)"; -$lang['albums deleted in the database'] = "catégories supprimées de la base de données"; +$lang['albums deleted in the database'] = 'albums supprimés de la base de données'; $lang['photos deleted from the database'] = "éléments supprimés de la base de données"; $lang['photos candidates for metadata synchronization'] = "images candidates à la synchronisation avec les méta-données"; $lang['photos informations synchronized with files metadata'] = "informations des images synchronisées avec les méta-données"; $lang['errors during synchronization'] = "erreurs survenues durant la synchronisation"; -$lang['albums added in the database'] = "catégories ajoutées dans la base de données"; +$lang['albums added in the database'] = 'albums ajoutés dans la base de données'; $lang['photos added in the database'] = "éléments ajoutés dans la base de données"; $lang['photos updated in the database'] = "éléments mis à jour dans la base de données"; $lang['Search for new images in the directories'] = "Chercher les nouvelles images dans les répertoires"; @@ -366,7 +366,7 @@ $lang['user_status_guest'] = "Invité"; $lang['user_status_normal'] = "Visiteur"; $lang['user_status_webmaster'] = "Webmestre"; $lang['Users'] = "Utilisateurs"; -$lang['Virtual album'] = "Catégorie virtuelle"; +$lang['Virtual album'] = 'Album virtuel'; $lang['Waiting'] = "En attente"; $lang['default'] = "par défaut"; $lang['Toggle \'default group\' property'] = "Inverser la propriété 'groupe par défaut'"; @@ -382,13 +382,13 @@ $lang['IP'] = "IP"; $lang['Element'] = "Élément"; $lang['Section'] = "Section"; $lang['Properties'] = "Propriétés"; -$lang['An information email was sent to group "%s"'] = "Un courriel d'informations a été envoyé aux membres du groupe \"%s\""; +$lang['An information email was sent to group "%s"'] = 'Un courriel d\'information a été envoyé aux membres du groupe "%s"'; $lang['Send an information email to group members'] = "Envoyer un courriel d'informations aux membres d'un groupe"; $lang['Group'] = "Groupe"; $lang['[%s] Visit album %s'] = "[%s] Venez visiter la catégorie %s"; $lang['Hello,'] = "Bonjour,"; $lang['See you soon.'] = "À bientôt."; -$lang['Discover album:'] = "Venez découvrir la catégorie:"; +$lang['Discover album:'] = 'Venez découvrir l\'album:'; $lang['Mail content'] = "Contenu du courriel"; $lang['none'] = "aucun"; $lang['high'] = "élevé"; @@ -518,7 +518,7 @@ $lang['Downloads'] = "Téléchargements"; $lang['Released on'] = "Publié le"; $lang['Number of downloads'] = "Nombre de téléchargements"; $lang['Piwigo Announcements Newsletter'] = "Newsletter Piwigo"; -$lang['Keep in touch with Piwigo project, subscribe to Piwigo Announcement Newsletter. You will receive emails when a new release is available (sometimes including a security bug fix, it\'s important to know and upgrade) and when major events happen to the project. Only a few emails a year.'] = "Gardez le contact avec le projet Piwigo, abonnez-vous à la newsletter. Vous recevrez un ecourriel lorsqu'une nouvelle version est disponible (parfois un bug de sécurité est corrigé, il est important de le savoir et de mettre à jour) ou qu'un événement majeur survient sur le projet. Quelques messages par an seulement."; +$lang['Keep in touch with Piwigo project, subscribe to Piwigo Announcement Newsletter. You will receive emails when a new release is available (sometimes including a security bug fix, it\'s important to know and upgrade) and when major events happen to the project. Only a few emails a year.'] = 'Gardez le contact avec le projet Piwigo, abonnez-vous à la newsletter. Vous recevrez un courriel lorsqu\'une nouvelle version est disponible (parfois un bug de sécurité est corrigé, il est important de le savoir et de mettre à jour) ou qu\'un événement majeur survient sur le projet. Quelques messages par an seulement.'; $lang['Subscribe %s'] = "Abonner %s"; $lang['Subscribe %s to Piwigo Announcements Newsletter'] = "Abonner %s à la newsletter Piwigo"; $lang['Purge search history'] = "Purger l'historique des recherches"; @@ -546,14 +546,14 @@ $lang['+ Add an upload box'] = '+ Ajouter une autre boîte de transfert'; $lang['Upload'] = 'Transférer'; $lang['Create the "%s" directory at the root of your Piwigo installation'] = 'Créez le répertoire "%s" à la racine de votre installation Piwigo'; $lang['Give write access (chmod 777) to "%s" directory at the root of your Piwigo installation'] = 'Donnez les droits en écriture (chmod 777) sur le répertoire "%s" à la racine de votre installation Piwigo'; -$lang['existing album'] = 'catégorie existante'; -$lang['create a new album'] = 'créer une nouvelle catégorie'; -$lang['Album name'] = 'Nom de la catégorie'; -$lang['Album "%s" has been added'] = 'La catégorie "%s" a été ajoutée'; +$lang['existing album'] = 'album inexistant'; +$lang['create a new album'] = 'créer un nouvel album'; +$lang['Album name'] = 'Nom de l\'album'; +$lang['Album "%s" has been added'] = 'L\'album "%s" a été ajoutée'; $lang['Uploaded Photos'] = 'Photos ajoutées '; $lang['%d photos uploaded'] = '%d photos ajoutées'; $lang['Privacy level set to "%s"'] = 'Niveau de confidentialité "%s"'; -$lang['Album "%s" now contains %d photos'] = 'La catégorie "%s" contient désormais %d photos'; +$lang['Album "%s" now contains %d photos'] = 'L\'album "%s" contient désormais %d photos'; $lang['Manage this set of %d photos'] = 'Gérer ce lot de %d photos'; $lang['Select files'] = 'Choisir des fichiers'; $lang['Everybody'] = 'Tout le monde'; @@ -629,7 +629,7 @@ $lang['Make this language available to users'] = 'Rendre cette langue disponible $lang['Set as default language for unregistered and new users'] = 'Langue par défaut pour les invités et les nouveaux utilisateurs'; $lang['Add Photos'] = 'Ajouter des photos'; $lang['Miscellaneous'] = 'Divers'; -$lang['The following tag was deleted'] = 'Le mot clé suivant a été supprimé'; +$lang['The following tag was deleted'] = 'Le mot-clé suivant a été supprimé'; $lang['Virtual Links'] = 'Liens virtuels'; $lang['There is no other language available.'] = 'Il n\'y a pas d\'autre langue disponible.'; $lang['There is no other plugin available.'] = 'Il n\'y a pas d\'autre plugin disponible.'; @@ -688,7 +688,7 @@ $lang['Type here the author name'] = 'Entrez ici le nom de l\'auteur'; $lang['Type here the title'] = 'Entrez ici le titre'; $lang['Unknown upload error'] = 'Erreur inconnue survenue lors du transfert'; $lang['Week starts on'] = 'La semaine commence le'; -$lang['You have %d orphan tags: %s.'] = 'Vous avez %d mots clés orphelins: %s.'; +$lang['You have %d orphan tags: %s.'] = 'Vous avez %d mots-clés orphelins: %s.'; $lang['Themes which need upgrade'] = 'Thèmes à mettre à jour'; $lang['Languages which need upgrade'] = 'Langues à mettre à jour'; $lang['All themes are up to date.'] = 'Tous les thèmes sont à jour.'; @@ -789,7 +789,7 @@ $lang['The original image quality must be a number between %d and %d'] = 'La qua $lang['The original maximum height must be a number between %d and %d'] = 'La hauteur maximum pour le redimensionnement de la photo originale doit être un chiffre compris entre %d et %d'; $lang['The original maximum width must be a number between %d and %d'] = 'La largeur maximum pour le redimensionnement de la photo originale doit être un chiffre compris entre %d et %d'; $lang['With no album'] = 'Sans album'; -$lang['With no tag'] = 'Sans mot clé'; +$lang['With no tag'] = 'Sans mot-clé'; $lang['With no virtual album'] = 'Sans album virtuel'; $lang['Zoom'] = 'Zoom'; $lang['Resize after upload'] = 'Redimensionner après transfert'; @@ -823,7 +823,7 @@ $lang['Available on'] = 'Disponible sur'; $lang['Piwigo for iOS (iPhone, iPad, iPod Touch)'] = 'Piwigo pour iOS (iPhone, iPad, iPod Touch)'; $lang['Piwigo for iOS application empowers you to connect to your Piwigo gallery from your iPhone, iPad or iPod Touch, create some albums and upload several photos at once.'] = 'L\'application Piwigo pour iOS vous permet de connecter votre iPhone, iPad ou iPod Touch à votre galerie Piwigo pour y créer des albums et envoyer plusieurs photos à la fois.'; $lang['Piwigo for Android'] = 'Piwigo pour Android'; -$lang['Piwigo for Android application empowers you to connect your Android phone or table to your Piwigo gallery, create some albums and upload several photos at once.'] = 'L\'application Piwigo pour Android vous permet de connecter votre smartphone ou votre tablette Android à votre galerie Piwigo pour y créer des albums et envoyer plusieurs photos à la fois.'; +$lang['Piwigo for Android application empowers you to connect your Android phone or table to your Piwigo gallery, create some albums and upload several photos at once.'] = 'L\'application Piwigo pour Android vous permet de connecter votre cellulaire ou votre tablette Android à votre galerie Piwigo pour y créer des albums et envoyer plusieurs photos à la fois.'; $lang['Piwigo Publish plugin for Lightroom'] = 'Plugin de publication Piwigo pour Lightroom'; $lang['Adobe Photoshop Lightroom is a photography software designed to manage large quantities of digital images and doing post production work.'] = 'Adobe Photoshop Lightroom est un logiciel de photographie conçu pour gérer d\'importantes collections de photos numériques et les post-traiter.'; $lang['The Piwigo publish Plug-in allows you to export and synchronize photos from Lightroom directly to your Piwigo photo gallery.'] = 'Le plugin de publication Piwigo pour Lightroom vous permet d\'exporter et synchroniser vos photos de Lightroom vers votre galerie Piwigo.'; diff --git a/language/fr_CA/common.lang.php b/language/fr_CA/common.lang.php index 5678582fd..3ced083b2 100644 --- a/language/fr_CA/common.lang.php +++ b/language/fr_CA/common.lang.php @@ -91,12 +91,12 @@ $lang['Retrieve password'] = 'Récupérer un mot de passe'; $lang['Search rules'] = 'Critères de recherche'; $lang['Search tags'] = 'Rechercher les mots clés'; $lang['Search'] = 'Rechercher'; -$lang['display available tags'] = 'Voir les mots clés disponibles'; +$lang['display available tags'] = 'Voir les mots-clés disponibles'; $lang['Since'] = 'Depuis'; $lang['Sort by'] = 'Trier selon'; $lang['Sort order'] = 'Ordre de tri'; -$lang['Tag'] = 'Mot clé'; -$lang['Tags'] = 'Mots clés'; +$lang['Tag'] = 'Mot-clé'; +$lang['Tags'] = 'Mots-clés'; $lang['The RSS notification feed provides notification on news from this website : new photos, updated albums, new comments. Use a RSS feed reader.'] = 'Le flux RSS notifie les événements de la galerie : nouvelles images, albums mises à jour, nouveaux commentaires utilisateurs. À utiliser avec un lecteur de flux RSS.'; $lang['Unknown feed identifier'] = 'Identifiant de flux inconnu'; $lang['User comments'] = 'Commentaires utilisateur'; @@ -220,7 +220,7 @@ $lang['Previous'] = 'Précédente'; $lang['Random photos'] = 'Images au hasard'; $lang['display a set of random photos'] = 'afficher un ensemble d\'images prises au hasard'; $lang['Recent albums'] = 'Albums récents'; -$lang['display recently updated albums'] = 'afficher les catégories récemment mises à jour ou créées'; +$lang['display recently updated albums'] = 'afficher les albums récemment mises à jour ou créées'; $lang['Recent period'] = 'Période récente'; $lang['Recent photos'] = 'Images récentes'; $lang['display most recent photos'] = 'afficher les images les plus récentes'; @@ -280,8 +280,8 @@ $lang['Registration of %s'] = 'Enregistrement de %s'; $lang['Album: %s'] = 'Album : %s'; $lang['Bad status for user "guest", using default status. Please notify the webmaster.'] = 'Statut de l\'utilisateur "guest" non conforme, utilisation du statut par défaut. Veuillez prévenir le webmestre.'; $lang['this email address is already in use'] = 'un autre utilisateur utilise déjà cette adresse de courriel'; -$lang['Album results for'] = 'Résultats des catégories pour'; -$lang['Tag results for'] = 'Résultats des mots clés pour'; +$lang['Album results for'] = 'Résultats des albums pour'; +$lang['Tag results for'] = 'Résultats des mots-clés pour'; $lang['from %s to %s'] = 'du %s au %s'; $lang['Play of slideshow'] = 'Lecture du diaporama'; $lang['Pause of slideshow'] = 'Pause du diaporama'; @@ -294,8 +294,8 @@ $lang['Yes'] = 'Oui'; $lang['No'] = 'Non'; $lang['%d photo']='%d photo'; $lang['%d photos']='%d photos'; -$lang['%d photo is also linked to current tags'] = '%d image est également liée aux mots clés courants'; -$lang['%d photos are also linked to current tags'] = '%d photos sont également liées aux mots clés courants'; +$lang['%d photo is also linked to current tags'] = '%d image est également liée aux mots-clés courants'; +$lang['%d photos are also linked to current tags'] = '%d photos sont également liées aux mots-clés courants'; $lang['display photos linked to this tag'] = 'Voir les images liées uniquement à ce mot clé'; $lang['photos posted during the last %d days'] = 'images ajoutées au cours des %d derniers jours'; $lang['Piwigo Help'] = 'Aide de Piwigo'; @@ -394,7 +394,7 @@ $lang['Forbidden'] = 'Interdit'; $lang['Piwigo encountered a non recoverable error'] = 'Piwigo a rencontré une erreur non récupérable'; $lang['Requested album does not exist'] = 'L\'album demandé n\'existe pas'; $lang['Permalink for album not found'] = 'Permalink pour l\'album non trouvé'; -$lang['Requested tag does not exist'] = 'Le mot clé demandé n\'existe pas'; +$lang['Requested tag does not exist'] = 'Le mot-clé demandé n\'existe pas'; $lang['Email address is mandatory'] = 'Adresse de courriel obligatoire'; $lang['Username is mandatory'] = 'Nom d\'utilisateur obligatoire'; $lang['mandatory'] = 'obligatoire'; diff --git a/language/hu_HU/admin.lang.php b/language/hu_HU/admin.lang.php index c7af60e54..07d06bd82 100644 --- a/language/hu_HU/admin.lang.php +++ b/language/hu_HU/admin.lang.php @@ -182,7 +182,6 @@ $lang['Album updated successfully'] = 'Az album információinak módosítása m $lang['photos per page'] = 'Képek száma oldalanként'; $lang['High definition enabled'] = 'Kiemelt hozzáférés engedélyezése'; $lang['File'] = 'Fájl'; -$lang['first photo added on %s'] = 'Az első kép hozzáadásának időpontja: %s'; $lang['Forbidden'] = 'Tiltva'; $lang['global mode'] = 'Globális mód'; $lang['group "%s" added'] = '"%s" csoport hozzáadva'; @@ -990,7 +989,6 @@ $lang['Confirm deletion'] = 'Törlés megerősítése'; $lang['Delete album "%s" and its %d sub-albums.'] = 'Az album "%s" és %d al-albumok törlése.'; $lang['Delete album "%s".'] = 'A(z) "%s" album törlése.'; $lang['Display form'] = 'kérdőív megjelenítése'; -$lang['First photo added'] = 'Az első fotó hozzáadva'; $lang['It only takes a few clicks.'] = 'Csak néhány kattintás.'; $lang['No filter on album. Select one or type to search'] = 'Nincs az albumon szűrő. Válassz egyet, vagy írj be valamit, a kereséshez'; $lang['No tags selected, no actions possible.'] = 'Nincs cimke választva, nincs mit tenni.'; @@ -1268,4 +1266,17 @@ $lang['%s line'] = '%s sor'; $lang['%s lines'] = '%s sorok'; $lang['%sGB'] = '%s GB'; $lang['%sMB'] = '%s MB'; -$lang['Add New Plugin'] = 'Új bővítmény hozzáadása '; \ No newline at end of file +$lang['Add New Plugin'] = 'Új bővítmény hozzáadása '; +$lang['Place first'] = 'Tedd az első helyre'; +$lang['Place last'] = 'Tedd az utolsó helyre'; +$lang['Properties of abums'] = 'Az albumok tulajdonságai'; +$lang['Album name must not be empty'] = 'Az Album név nem lehet üres'; +$lang['Always have a backup of your database and files.'] = 'Mindig legyen mentésed az adatbázisról és a file-okról'; +$lang['Apply to root albums'] = 'Alkalmazzuk a gyökér albumokra '; +$lang['Create a sub-album of "%s"'] = 'Készítsünk egy szubalbumot "%s" alá '; +$lang['Currently running version %s'] = 'Jelenleg ez a verzió fut: %s'; +$lang['Details'] = 'Részletek'; +$lang['Discover'] = 'Felfedezés '; +$lang['Error when trying to detect formats'] = 'A formátum törlése közben hiba '; +$lang['If anything bad happens during the update, you would be able to restore a backup.'] = 'Ha bármi hiba történik a frissítés alatt, vissza tudsz állítani egy mentést'; +$lang['No research in progress'] = 'Jelenleg nem fut keresés'; \ No newline at end of file diff --git a/language/is_IS/admin.lang.php b/language/is_IS/admin.lang.php index 9f0dccbec..4863a263e 100755 --- a/language/is_IS/admin.lang.php +++ b/language/is_IS/admin.lang.php @@ -383,7 +383,7 @@ $lang['Manage the members'] = 'Umsjón meðlima'; $lang['Manage tags'] = 'Umsjón merkja'; $lang['Manage sub-albums'] = 'Umsjón undiralbúma'; $lang['Manage photos'] = 'Umsjón mynda'; -$lang['Manage photo ranks'] = 'Röðunarröð mynda'; +$lang['Manage photo ranks'] = 'Röðun mynda'; $lang['Manage permissions for user "%s"'] = 'Hafa umsjón með heimildum fyrir notandann "%s"'; $lang['Manage permissions for group "%s"'] = 'Hafa umsjón með heimildum fyrir hópinn "%s"'; $lang['Manage authorizations for selected albums'] = 'Hafa umsjón með heimildum fyrir valin albúm'; @@ -1315,4 +1315,6 @@ $lang['Details'] = 'Smáatriði'; $lang['If anything bad happens during the update, you would be able to restore a backup.'] = 'Ef eitthvað slæmt gerist meðan á uppfærslu stendur gætirðu endurheimt öryggisafrit.'; $lang['The best is to have them made automatically on a regular basis.'] = 'Best er að láta útbúa þær sjálfkrafa með reglubundnum hætti.'; $lang['This photo no longer exists'] = 'Þessi mynd er ekki lengur til'; -$lang['Apply to root albums'] = 'Virkja á rótaralbúmum'; \ No newline at end of file +$lang['Apply to root albums'] = 'Virkja á rótaralbúmum'; +$lang['Album name must not be empty'] = 'Heiti albúms má ekki vera autt'; +$lang['Visit history'] = 'Heimsóknarsaga'; \ No newline at end of file diff --git a/language/nb_NO/admin.lang.php b/language/nb_NO/admin.lang.php index fbe3e687a..ba11b752e 100644 --- a/language/nb_NO/admin.lang.php +++ b/language/nb_NO/admin.lang.php @@ -1316,4 +1316,6 @@ $lang['Details'] = 'Detaljer'; $lang['If anything bad happens during the update, you would be able to restore a backup.'] = 'Hvis noe galt skjer under oppdateringen, vil du kunne gjenopprette en sikkerhetskopi.'; $lang['The best is to have them made automatically on a regular basis.'] = 'Det beste er å få dem satt til automatisk med jevne mellomrom.'; $lang['This photo no longer exists'] = 'Dette bildet eksisterer ikke lenger'; -$lang['Apply to root albums'] = 'Bruk på rotalbum'; \ No newline at end of file +$lang['Apply to root albums'] = 'Bruk på rotalbum'; +$lang['Album name must not be empty'] = 'Albumnavn må ikke være tomt'; +$lang['Visit history'] = 'Besøkshistorikk'; \ No newline at end of file diff --git a/language/nl_NL/admin.lang.php b/language/nl_NL/admin.lang.php index e716560da..ea08bff6d 100644 --- a/language/nl_NL/admin.lang.php +++ b/language/nl_NL/admin.lang.php @@ -1320,4 +1320,6 @@ $lang['If anything bad happens during the update, you would be able to restore a $lang['This photo no longer exists'] = 'Deze foto bestaat niet meer'; $lang['Details'] = 'Details'; $lang['Always have a backup of your database and files.'] = 'Zorg steeds voor een backup van je database en bestanden.'; -$lang['Apply to root albums'] = 'Toepassen op rootalbums'; \ No newline at end of file +$lang['Apply to root albums'] = 'Toepassen op rootalbums'; +$lang['Album name must not be empty'] = 'De naam van het album mag niet leeg zijn'; +$lang['Visit history'] = 'Bezoek geschiedenis'; \ No newline at end of file diff --git a/language/pt_BR/admin.lang.php b/language/pt_BR/admin.lang.php index 6eed40cbc..9b8ef05c1 100644 --- a/language/pt_BR/admin.lang.php +++ b/language/pt_BR/admin.lang.php @@ -1320,4 +1320,6 @@ $lang['If anything bad happens during the update, you would be able to restore a $lang['The best is to have them made automatically on a regular basis.'] = 'O melhor é tê-los feitos automaticamente em uma base regular.'; $lang['This photo no longer exists'] = 'Esta foto não existe mais'; $lang['Always have a backup of your database and files.'] = 'Sempre tenha um backup de seu banco de dados e arquivos.'; -$lang['Apply to root albums'] = 'Aplicar a álbuns raiz'; \ No newline at end of file +$lang['Apply to root albums'] = 'Aplicar a álbuns raiz'; +$lang['Album name must not be empty'] = 'O nome do álbum não deve estar vazio'; +$lang['Visit history'] = 'Visite o histórico'; \ No newline at end of file diff --git a/language/sk_SK/admin.lang.php b/language/sk_SK/admin.lang.php index d6390542a..37523ba3a 100644 --- a/language/sk_SK/admin.lang.php +++ b/language/sk_SK/admin.lang.php @@ -223,14 +223,14 @@ $lang['You have unsubscribed from receiving notifications by mail.'] = 'Odhláse $lang[', click on'] = ', kliknite na '; $lang['To unsubscribe'] = 'Pre odhlásenie kliknite na %s .'; $lang['With blank value, gallery title will be used'] = 'Pokiaľ nie je zadané, použije sa názov galérie'; -$lang['Notification'] = 'Oznámenie'; +$lang['Notification'] = 'Oznámenia'; $lang['Error when sending email to %s [%s].'] = 'Chyba pri odosielaní správy príjemcovi %s [%s].'; $lang['Mail sent to %s [%s].'] = 'Správa odoslaná príjemcovi %s [%s].'; $lang['%d mail was sent.'] = '%d správa odoslaná.'; $lang['%d mails were sent.'] = '%d správ odoslaných.'; $lang['%d mail was not sent.'] = '%d správa nebola odoslaná.'; $lang['%d mails were not sent.'] = '%d správ nebolo odoslaných.'; -$lang['No mail to send.'] = 'Žiadna správa k odoslaniu.'; +$lang['No mail to send.'] = 'Žiadne správy na odoslanie.'; $lang['There is no available subscribers to mail.'] = 'Nie sú žiadni odberatelia prihlásení pre príjem správy.'; $lang['Subscribers could be listed (available) only if there is new elements to notify.'] = 'Prihlásení odberatelia môžu byť zobrazení len ak existujú novinky k upozorneniu.'; $lang['Anyway only webmasters can see this tab and never administrators.'] = 'Táto záložka sa zobrazuje len administrátorom.'; @@ -1163,13 +1163,13 @@ $lang['Select groups or type them'] = 'Vyberte skupiny alebo ich napíšte'; $lang['Selected user'] = 'Vybraný používateľ'; $lang['Sep'] = 'Sept'; $lang['Synchronization'] = 'Synchronizácia'; -$lang['Theme'] = 'Téma'; +$lang['Theme'] = 'Motív'; $lang['Update'] = 'Aktualizovať'; $lang['User updated'] = 'Používateľ bol aktualizovaný'; $lang['Can be shared by several individuals without conflict (they cannot change the password).'] = 'Môžu byť zdieľané niekoľkými jednotlivcami bez konfliktu (nemôžu zmeniť heslo).'; $lang['Delete these sizes'] = 'Odstráňte tieto veľkosti'; $lang['Download all activities'] = 'Stiahnite si všetky aktivity'; -$lang['Edit guest user'] = 'Upraviť neprihláseného (guest) používateľa'; +$lang['Edit guest user'] = 'Upraviť guest používateľa'; $lang['Equivalent to deactivation. The user is still in the list, but can no longer log in.'] = 'Ekvivalentné deaktivácii. Používateľ je stále v zozname, ale už sa nemôže prihlásiť.'; $lang['Filters'] = 'Filtre'; $lang['Generate random password'] = 'Vygenerujte náhodné heslo'; @@ -1318,4 +1318,6 @@ $lang['Details'] = 'Podrobnosti'; $lang['If anything bad happens during the update, you would be able to restore a backup.'] = 'Ak sa počas aktualizácie stane niečo zlé, budete môcť obnoviť zálohu.'; $lang['The best is to have them made automatically on a regular basis.'] = 'Najlepšie je nechať si ich pravidelne robiť automaticky.'; $lang['This photo no longer exists'] = 'Táto fotografia už neexistuje'; -$lang['Apply to root albums'] = 'Použiť na koreňové albumy'; \ No newline at end of file +$lang['Apply to root albums'] = 'Použiť na koreňové albumy'; +$lang['Album name must not be empty'] = 'Názov albumu nesmie byť prázdny'; +$lang['Visit history'] = 'História návštev'; \ No newline at end of file diff --git a/language/sv_SE/admin.lang.php b/language/sv_SE/admin.lang.php index e1ab4386b..66bc89244 100644 --- a/language/sv_SE/admin.lang.php +++ b/language/sv_SE/admin.lang.php @@ -1318,4 +1318,6 @@ $lang['This photo no longer exists'] = 'Detta foto finns inte längre'; $lang['Always have a backup of your database and files.'] = 'Ha alltid en backup på din databas och filer.'; $lang['If anything bad happens during the update, you would be able to restore a backup.'] = 'Om något går fel vid uppdateringen, så har du möjlighet att återställa från en backup.'; $lang['The best is to have them made automatically on a regular basis.'] = 'Det bästa är att göra regelbundna backuper automatiskt.'; -$lang['Apply to root albums'] = 'Tillämpa på rotalbum'; \ No newline at end of file +$lang['Apply to root albums'] = 'Tillämpa på rotalbum'; +$lang['Album name must not be empty'] = 'Albumets namn får inte vara tomt'; +$lang['Visit history'] = 'Besökshistorik'; \ No newline at end of file diff --git a/language/tr_TR/admin.lang.php b/language/tr_TR/admin.lang.php index 1dd1184f9..f3e01757b 100644 --- a/language/tr_TR/admin.lang.php +++ b/language/tr_TR/admin.lang.php @@ -1315,4 +1315,6 @@ $lang['Details'] = 'Ayrıntılar'; $lang['If anything bad happens during the update, you would be able to restore a backup.'] = 'Güncelleme sırasında bir sorun çıkıyorsa, bir yedek geri yükleyebilirsiniz.'; $lang['The best is to have them made automatically on a regular basis.'] = 'En iyisi, düzenli olarak otomatik olarak yapılmasıdır.'; $lang['This photo no longer exists'] = 'Bu fotoğraf artık mevcut değil'; -$lang['Apply to root albums'] = 'Kök albümlere uygula'; \ No newline at end of file +$lang['Apply to root albums'] = 'Kök albümlere uygula'; +$lang['Visit history'] = 'Ziyaret geçmişi'; +$lang['Album name must not be empty'] = 'Albüm adı boş bırakılamaz'; \ No newline at end of file