aboutsummaryrefslogtreecommitdiffstats
path: root/language
diff options
context:
space:
mode:
Diffstat (limited to 'language')
-rw-r--r--language/de_DE/admin.lang.php12
-rw-r--r--language/en_UK/admin.lang.php24
-rw-r--r--language/en_UK/common.lang.php5
-rw-r--r--language/es_ES/admin.lang.php12
-rw-r--r--language/fr_FR/admin.lang.php24
-rw-r--r--language/fr_FR/common.lang.php5
-rw-r--r--language/it_IT/admin.lang.php12
-rw-r--r--language/nl_NL/admin.lang.php12
-rw-r--r--language/pl_PL/admin.lang.php12
-rw-r--r--language/templates/admin.lang.php11
-rw-r--r--language/templates/common.lang.php6
11 files changed, 93 insertions, 42 deletions
diff --git a/language/de_DE/admin.lang.php b/language/de_DE/admin.lang.php
index b9fde4d1d..b606cd240 100644
--- a/language/de_DE/admin.lang.php
+++ b/language/de_DE/admin.lang.php
@@ -597,12 +597,12 @@ $lang['Caddie is currently empty'] = "Der Sammelkorb ist derzeit leer.";
$lang['Upload'] = "Upload";
$lang['Show upload link every time'] = "Den Uploadlink immer anzeigen";
$lang['User access level to upload'] = "dürfen Bilder hochladen";
-$lang['Free access'] = "Frei";
-$lang['Access to all'] = "Alle";
-$lang['Access to subscribed'] = "Mitglieder";
-$lang['Access to administrators'] = "Administratoren";
-$lang['Access to webmasters'] = "Webmaster";
-$lang['No access'] = "Keine Benutzer";
+$lang['ACCESS_0'] = "Frei";
+$lang['ACCESS_1'] = "Alle";
+$lang['ACCESS_2'] = "Mitglieder";
+$lang['ACCESS_3'] = "Administratoren";
+$lang['ACCESS_4'] = "Webmaster";
+$lang['ACCESS_5'] = "Keine Benutzer";
$lang['Demo'] = "Demo";
$lang['Piwigo home'] = "Home Piwigo";
$lang['Support'] = "Support";
diff --git a/language/en_UK/admin.lang.php b/language/en_UK/admin.lang.php
index 9f5e83a3a..9dc700610 100644
--- a/language/en_UK/admin.lang.php
+++ b/language/en_UK/admin.lang.php
@@ -597,12 +597,12 @@ $lang['Caddie is currently empty'] = "Caddie is currently empty";
$lang['Upload'] = "Upload";
$lang['Show upload link every time'] = "Show upload link every time";
$lang['User access level to upload'] = "User access level to upload";
-$lang['Free access'] = "Free access";
-$lang['Access to all'] = "Access to all";
-$lang['Access to subscribed'] = "Access to subscribed";
-$lang['Access to administrators'] = "Access to administrators";
-$lang['Access to webmasters'] = "Access to webmasters";
-$lang['No access'] = "No access";
+$lang['ACCESS_0'] = "Free access";
+$lang['ACCESS_1'] = "Access to all";
+$lang['ACCESS_2'] = "Access to subscribed";
+$lang['ACCESS_3'] = "Access to administrators";
+$lang['ACCESS_4'] = "Access to webmasters";
+$lang['ACCESS_5'] = "No access";
$lang['Demo'] = "Demo";
$lang['Piwigo home'] = "Piwigo home";
$lang['Support'] = "Support";
@@ -667,4 +667,16 @@ $lang['Email administrators when a comment is modified'] = "Email administrators
$lang['Email administrators when a comment is deleted'] = "Email administrators when a comment is deleted";
$lang['Cannot delete the old permalink !'] = "Cannot delete the old permalink !";
$lang['Hit'] = "Hit";
+
+$lang['Tools'] = "Tools";
+$lang['Photos'] = "Photos";
+$lang['Themes'] = "Themes";
+$lang['Instructions to use Piwigo'] = "Instructions to use Piwigo";
+$lang['Order alphanumerically'] = "Order alphanumerically";
+$lang['Order alphanumerically reverse'] = "Order alphanumerically reverse";
+$lang['Installed Themes'] = "Installed Themes";
+$lang['Add New Theme'] = "Add New Theme";
+$lang['Forbid this theme to users'] = "Forbid this theme to users";
+$lang['Set as default theme for unregistered and new users'] = "Set as default theme for unregistered and new users";
+$lang['unknown'] = 'unknown';
?> \ No newline at end of file
diff --git a/language/en_UK/common.lang.php b/language/en_UK/common.lang.php
index 98602b69a..254251bea 100644
--- a/language/en_UK/common.lang.php
+++ b/language/en_UK/common.lang.php
@@ -367,4 +367,9 @@ $lang['Reset to default values'] = "Reset to default values";
$lang['delete all images from your favorites'] = "delete all images from your favorites";
$lang['Sent by'] = "Sent by";
$lang['Cookies are blocked or not supported by your browser. You must enable cookies to connect.'] = "Cookies are blocked or not supported by your browser. You must enable cookies to connect.";
+
+$lang['Some info about this picture'] = "Some info about this picture";
+$lang['Some more (technical) info about this picture'] = "Some more (technical) info about this picture";
+$lang['edit this comment'] = "edit this comment";
+$lang['Edit a comment'] = "Edit a comment";
?> \ No newline at end of file
diff --git a/language/es_ES/admin.lang.php b/language/es_ES/admin.lang.php
index dd4c2163e..3d4f2201e 100644
--- a/language/es_ES/admin.lang.php
+++ b/language/es_ES/admin.lang.php
@@ -596,12 +596,12 @@ $lang['Caddie is currently empty'] = "La cesta actualmente está vacía";
$lang['Upload'] = "Descargar";
$lang['Show upload link every time'] = "Mostrar el lazo de añadido de imagen todo el tiempo";
$lang['User access level to upload'] = "Nivel de acceso usuario para cargar";
-$lang['Free access'] = "Acceso libre";
-$lang['Access to all'] = "Acceso todos";
-$lang['Access to subscribed'] = "Acceso inscritos";
-$lang['Access to administrators'] = "Acceso administradores";
-$lang['Access to webmasters'] = "Acceso webmestres";
-$lang['No access'] = "Ningún acceso";
+$lang['ACCESS_0'] = "Acceso libre";
+$lang['ACCESS_1'] = "Acceso todos";
+$lang['ACCESS_2'] = "Acceso inscritos";
+$lang['ACCESS_3'] = "Acceso administradores";
+$lang['ACCESS_4'] = "Acceso webmestres";
+$lang['ACCESS_5'] = "Ningún acceso";
$lang['Demo'] = "Demo";
$lang['Piwigo home'] = "Acogida Piwigo";
$lang['Support'] = "Ayuda";
diff --git a/language/fr_FR/admin.lang.php b/language/fr_FR/admin.lang.php
index ca1500d69..b16947f6c 100644
--- a/language/fr_FR/admin.lang.php
+++ b/language/fr_FR/admin.lang.php
@@ -596,12 +596,12 @@ $lang['Caddie is currently empty'] = "Le panier est actuellement vide.";
$lang['Upload'] = "Téléchargement";
$lang['Show upload link every time'] = "Afficher le lien d'ajout d'image tout le temps";
$lang['User access level to upload'] = "Niveau d'accès utilisateur pour télécharger";
-$lang['Free access'] = "Accès libre";
-$lang['Access to all'] = "Accès à tous";
-$lang['Access to subscribed'] = "Accès aux inscrits";
-$lang['Access to administrators'] = "Accès aux administrateurs";
-$lang['Access to webmasters'] = "Accès aux webmestres";
-$lang['No access'] = "Pas d'accès";
+$lang['ACCESS_0'] = "Accès libre";
+$lang['ACCESS_1'] = "Accès à tous";
+$lang['ACCESS_2'] = "Accès aux inscrits";
+$lang['ACCESS_3'] = "Accès aux administrateurs";
+$lang['ACCESS_4'] = "Accès aux webmestres";
+$lang['ACCESS_5'] = "Pas d'accès";
$lang['Demo'] = "Démo";
$lang['Piwigo home'] = "Accueil Piwigo";
$lang['Support'] = "Support";
@@ -666,4 +666,16 @@ $lang['Email administrators when a comment is modified'] = "Notifier les adminis
$lang['Email administrators when a comment is deleted'] = "Notifier les administrateurs quand un commentaire est supprimé";
$lang['Cannot delete the old permalink !'] = "Impossible de supprimer cet ancien lien permanent !";
$lang['Hit'] = "score";
+
+$lang['Tools'] = "Outils";
+$lang['Photos'] = "Photos";
+$lang['Themes'] = "Thèmes";
+$lang['Instructions to use Piwigo'] = "Aide pour utiliser Piwigo";
+$lang['Order alphanumerically'] = "Ordre alphanumérique";
+$lang['Order alphanumerically reverse'] = "Ordre alphanumérique inverse";
+$lang['Installed Themes'] = "Thèmes installés";
+$lang['Add New Theme'] = "Ajouter un thème";
+$lang['Forbid this theme to users'] = "Interdire ce thème aux utilisateurs";
+$lang['Set as default theme for unregistered and new users'] = "Thème par défaut pour les invités et les nouveaux utilisateurs";
+$lang['unknown'] = 'inconnu';
?> \ No newline at end of file
diff --git a/language/fr_FR/common.lang.php b/language/fr_FR/common.lang.php
index a85a5c93b..8a86c325d 100644
--- a/language/fr_FR/common.lang.php
+++ b/language/fr_FR/common.lang.php
@@ -367,4 +367,9 @@ $lang['Reset to default values'] = "Rétablir les valeurs par défaut";
$lang['delete all images from your favorites'] = "supprimer toutes les images de vos favoris";
$lang['Sent by'] = "Envoyé par";
$lang['Cookies are blocked or not supported by your browser. You must enable cookies to connect.'] = "Les cookies sont bloqués ou non supportés par votre navigateur web. Vous devez activer les cookies pour vous connecter.";
+
+$lang['Some info about this picture'] = "Informations sur cette image";
+$lang['Some more (technical) info about this picture'] = "Informations (techniques) sur cette image";
+$lang['edit this comment'] = "editer ce commentaire";
+$lang['Edit a comment'] = "Editer ce commentaire";
?> \ No newline at end of file
diff --git a/language/it_IT/admin.lang.php b/language/it_IT/admin.lang.php
index 7bb287107..53e70879a 100644
--- a/language/it_IT/admin.lang.php
+++ b/language/it_IT/admin.lang.php
@@ -596,12 +596,12 @@ $lang['Caddie is currently empty'] = "Il cestino è attualente vuoto.";
$lang['Upload'] = "Upload";
$lang['Show upload link every time'] = "Sempre visualizzare il link per aggiungere le immagini";
$lang['User access level to upload'] = "Livello d'accesso utente per l'upload";
-$lang['Free access'] = "Accesso libero";
-$lang['Access to all'] = "Accesso a tutti";
-$lang['Access to subscribed'] = "Accesso agli iscritti";
-$lang['Access to administrators'] = "Accesso agli amministratori";
-$lang['Access to webmasters'] = "Accesso agli webmaster";
-$lang['No access'] = "Nessun accesso";
+$lang['ACCESS_0'] = "Accesso libero";
+$lang['ACCESS_1'] = "Accesso a tutti";
+$lang['ACCESS_2'] = "Accesso agli iscritti";
+$lang['ACCESS_3'] = "Accesso agli amministratori";
+$lang['ACCESS_4'] = "Accesso agli webmaster";
+$lang['ACCESS_5'] = "Nessun accesso";
$lang['Demo'] = "Demo";
$lang['Piwigo home'] = "Home Piwigo";
$lang['Support'] = "Forum";
diff --git a/language/nl_NL/admin.lang.php b/language/nl_NL/admin.lang.php
index ce27b7d87..8c3266be8 100644
--- a/language/nl_NL/admin.lang.php
+++ b/language/nl_NL/admin.lang.php
@@ -597,12 +597,12 @@ $lang['Caddie is currently empty'] = "Caddie is momenteel leeg";
$lang['Upload'] = "Upload";
$lang['Show upload link every time'] = "Show upload link altijd";
$lang['User access level to upload'] = "Gebruiker toegangsniveau om te uploaden";
-$lang['Free access'] = "Gratis toegang";
-$lang['Access to all'] = "Toegang tot alles";
-$lang['Access to subscribed'] = "Toegang tot geabbonnneerde";
-$lang['Access to administrators'] = "Toegang voor beheerders";
-$lang['Access to webmasters'] = "Toegang voor webmasters";
-$lang['No access'] = "Geen toegang";
+$lang['ACCESS_0'] = "Gratis toegang";
+$lang['ACCESS_1'] = "Toegang tot alles";
+$lang['ACCESS_2'] = "Toegang tot geabbonnneerde";
+$lang['ACCESS_3'] = "Toegang voor beheerders";
+$lang['ACCESS_4'] = "Toegang voor webmasters";
+$lang['ACCESS_5'] = "Geen toegang";
$lang['Demo'] = "Demo";
$lang['Piwigo home'] = "Piwigo Home";
$lang['Support'] = "Bijstand";
diff --git a/language/pl_PL/admin.lang.php b/language/pl_PL/admin.lang.php
index 9feaae9a9..316552234 100644
--- a/language/pl_PL/admin.lang.php
+++ b/language/pl_PL/admin.lang.php
@@ -597,12 +597,12 @@ $lang['Caddie is currently empty'] = "Koszyk jest aktualnie pusty";
$lang['Upload'] = "Upload";
$lang['Show upload link every time'] = "Zawsze pokazuj link upload";
$lang['User access level to upload'] = "Poziom uprawnień użytkoników dla upload'u";
-$lang['Free access'] = "Wolny dostęp";
-$lang['Access to all'] = "Dostęp dla wszystkich";
-$lang['Access to subscribed'] = "Dostep dla zapisanych";
-$lang['Access to administrators'] = "Dostęp dla Administratorów";
-$lang['Access to webmasters'] = "Dostęp dla webmasterów";
-$lang['No access'] = "Brak dostępu";
+$lang['ACCESS_0'] = "Wolny dostęp";
+$lang['ACCESS_1'] = "Dostęp dla wszystkich";
+$lang['ACCESS_2'] = "Dostep dla zapisanych";
+$lang['ACCESS_3'] = "Dostęp dla Administratorów";
+$lang['ACCESS_4'] = "Dostęp dla webmasterów";
+$lang['ACCESS_5'] = "Brak dostępu";
$lang['Demo'] = "Demo";
$lang['Piwigo home'] = "Strona domowa Piwigo";
$lang['Support'] = "Wsparcie";
diff --git a/language/templates/admin.lang.php b/language/templates/admin.lang.php
index 465ed9855..000b00a2d 100644
--- a/language/templates/admin.lang.php
+++ b/language/templates/admin.lang.php
@@ -667,4 +667,15 @@ $lang['Cannot delete the old permalink !'] = 'Cannot delete the old permalink !'
$lang['Deleted on'] = 'Deleted on';
$lang['Last hit'] = 'Last hit';
$lang['Hit'] = 'Hit';
+
+$lang['Tools'] = "Tools";
+$lang['Photos'] = "Photos";
+$lang['Themes'] = "Themes";
+$lang['Instructions to use Piwigo'] = "Instructions to use Piwigo";
+$lang['Order alphanumerically'] = "Order alphanumerically";
+$lang['Order alphanumerically reverse'] = "Order alphanumerically reverse";
+$lang['Installed Themes'] = "Installed Themes";
+$lang['Add New Theme'] = "Add New Theme";
+$lang['Forbid this theme to users'] = "Forbid this theme to users";
+$lang['Set as default theme for unregistered and new users'] = "Set as default theme for unregistered and new users";
?> \ No newline at end of file
diff --git a/language/templates/common.lang.php b/language/templates/common.lang.php
index 05b28c5e6..0c5f223d6 100644
--- a/language/templates/common.lang.php
+++ b/language/templates/common.lang.php
@@ -370,4 +370,10 @@ $lang['Reset_To_Default'] = 'Reset to default values';
$lang['del_all_favorites_hint'] = 'delete all images from your favorites';
$lang['Sent by'] = 'Sent by';
$lang['Cookies are blocked or not supported by your browser. You must enable cookies to connect.'] = 'Cookies are blocked or not supported by your browser. You must enable cookies to connect.';
+
+$lang['Some info about this picture'] = "Some info about this picture";
+$lang['Some more (technical) info about this picture'] = "Some more (technical) info about this picture";
+$lang['edit this comment'] = "edit this comment";
+$lang['Edit a comment'] = "Edit a comment";
+
?>