Commit 64767af62902bdc010da01a5eee34626884f037e

Authored by spelth
1 parent 5823772d

Basic Import

language/da_DK/plugin.lang.php 0 → 100644
  1 +<?php
  2 +/*
  3 +Plugin Name: Ldap_Login
  4 +Version: 1.0.1
  5 +Description: Permet de se logger via une authentification ldap
  6 +Plugin URI: http://www.22decembre.eu
  7 +Author: 22decembre
  8 +Author URI:http://www.22decembre.eu
  9 +___________________________________
  10 +
  11 +Language Name: Dansk [DK]
  12 +*/
  13 +$lang['All LDAP users can use their ldap password everywhere on piwigo if needed.'] = 'Alle LDAP-brugere kan om nødvendigt benytte deres LDAP-adgangskode over alt i Piwigo.';
  14 +$lang['New users when ldap auth is successfull'] = 'Nye bruger ved vellykket LDAP-autentifikation';
  15 +$lang['Ldap_Login Plugin'] = 'Ldap_Login Plugin';
  16 +$lang['Ldap_Login configuration'] = 'Opsætning af Ldap_Login';
  17 +$lang['Warning: LDAP Extension missing.'] = 'Advarsel: LDAP-udvidelse mangler.';
  18 +
  19 +// ldap server connection
  20 +
  21 +$lang['Ldap server host connection'] = 'LDAP-server';
  22 +$lang['If empty, standard protocol ports will be used by the software.'] = 'Hvis tomt benyttes standard-protokolporte af programmellet.';
  23 +$lang['If empty, localhost and standard protocol ports will be used in configuration.'] = 'Hvis tomt benyttes localhost og standard-protokolporte i opsætningen.';
  24 +$lang['Ldap server host'] = 'LDAP-værtsadresse';
  25 +$lang['Secure connexion'] = 'Sikker forbindelse (ldaps)';
  26 +$lang['Ldap port'] = 'LDAP-port';
  27 +
  28 +// ldap attributes
  29 +
  30 +$lang['Ldap attributes'] = 'LDAP-attributer';
  31 +$lang['Base DN'] = 'Base DN hvor LDAP-brugerne findes (f.eks.: ou=users,dc=example,dc=com):';
  32 +$lang['Attribute corresponding to the user name'] = 'Attribut der svarer til brugernavnet';
  33 +
  34 +// ldap connection credentials
  35 +$lang['Ldap connection credentials'] = 'LDAP-loginoplysninger';
  36 +$lang['Let the fields blank if the ldap accept anonymous connections.'] = 'Hvis LDAP accepterer anonyme logins, skal felterne være tomme.';
  37 +$lang['Bind DN, field in full ldap style'] = 'Bind DN på LDAP-form (f.eks.: cn=admin,dc=example,dc=com).';
  38 +$lang['Bind password'] = 'Bind-adgangskode';
  39 +
  40 +// test and save
  41 +
  42 +$lang['Username'] = 'Dit LDAP-brugernavn';
  43 +$lang['Your password'] = 'Din LDAP-adgangskode.';
  44 +$lang['Ldap_Login Test'] = 'Test af Ldap_Login';
  45 +$lang['You must save the settings with the Save button just up there before testing here.'] = 'Du skal gemme indstillingerne med knappen Gem herover, før du kan afprøve dem.';
  46 +$lang['Save'] = 'Gem';
  47 +$lang['Test Settings'] = 'Afprøv indstillingerne';
  48 +
  49 +// new piwigo users
  50 +
  51 +$lang['Do you want to send mail to the new users, like casual piwigo users receive ?'] = 'Skal nye brugere modtage en mail på samme måde som tilfældige brugere?';
  52 +$lang['Do you allow new piwigo users to be created when users authenticate succesfully on the ldap ?'] = 'Må Piwigo oprette nye brugere, når de med succes autentificeres i LDAP?';
  53 +$lang['Do you want admins to be advertised by mail in case of new users creation upon ldap login ?'] = 'Skal administratorerne have besked pr. mail i tilfælde af at nye brugere oprettes ved login via LDAP?';
  54 +
  55 +$lang['Ldap filter :'] = 'LDAP-filter';
  56 +?>
0 \ No newline at end of file 57 \ No newline at end of file
language/de_DE/index.php 0 → 100644
  1 +<?php
  2 +$url = '../';
  3 +header( 'Request-URI: '.$url );
  4 +header( 'Content-Location: '.$url );
  5 +header( 'Location: '.$url );
  6 +exit();
  7 +?>
language/de_DE/plugin.lang.php 0 → 100644
  1 +<?php
  2 +// +-----------------------------------------------------------------------+
  3 +// | Piwigo - a PHP based photo gallery |
  4 +// +-----------------------------------------------------------------------+
  5 +// | Copyright(C) 2008-2014 Piwigo Team http://piwigo.org |
  6 +// | Copyright(C) 2003-2008 PhpWebGallery Team http://phpwebgallery.net |
  7 +// | Copyright(C) 2002-2003 Pierrick LE GALL http://le-gall.net/pierrick |
  8 +// +-----------------------------------------------------------------------+
  9 +// | This program is free software; you can redistribute it and/or modify |
  10 +// | it under the terms of the GNU General Public License as published by |
  11 +// | the Free Software Foundation |
  12 +// | |
  13 +// | This program is distributed in the hope that it will be useful, but |
  14 +// | WITHOUT ANY WARRANTY; without even the implied warranty of |
  15 +// | MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU |
  16 +// | General Public License for more details. |
  17 +// | |
  18 +// | You should have received a copy of the GNU General Public License |
  19 +// | along with this program; if not, write to the Free Software |
  20 +// | Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, |
  21 +// | USA. |
  22 +// +-----------------------------------------------------------------------+
  23 +$lang['Attribute corresponding to the user name'] = 'Attribute entsprechend des Benutzernamens';
  24 +$lang['All LDAP users can use their ldap password everywhere on piwigo if needed.'] = 'Alle LDAP-Benutzer können ihr LDAP-Passwort falls es notwendig ist auch für Piwigo benutzen.';
  25 +$lang['Base DN'] = 'Base DN wo LDAP-Benutzer gefunden werden sollen (zB.: ou=users,dc=example,dc=com):';
  26 +$lang['Bind DN, field in full ldap style'] = 'Bind DN im LDAP-Style (z.B.: cn=admin,dc=example,dc=com).';
  27 +$lang['Do you want admins to be advertised by mail in case of new users creation upon ldap login ?'] = 'Möchtest du das die Admins per Mail benachrichtigt werden, wenn neue Nutzer über das LDAP Login angelegt werden.';
  28 +$lang['Do you want to send mail to the new users, like casual piwigo users receive ?'] = 'Möchtest du die Mails so an die neuen Nutzern senden, wie sie normale Piwigo Benutzer bekommen?';
  29 +$lang['Ldap connection credentials'] = 'LDAP-Verbindungsreferenzen';
  30 +$lang['Username'] = 'Bitte LDAP Benutzername';
  31 +$lang['New users when ldap auth is successfull'] = 'Neuer Benutzer, wenn LDAP Auth erfolgreich war';
  32 +$lang['Warning: LDAP Extension missing.'] = 'Warnung: LDAP Erweiterung fehlt.';
  33 +$lang['Ldap attributes'] = 'LDAP Attribute';
  34 +$lang['Secure connexion'] = 'Sichere Verbindung (ldaps)';
  35 +$lang['Ldap filter :'] = 'LDAP-Filter:';
  36 +$lang['Ldap port'] = 'LDAP-Port';
  37 +$lang['Ldap server host'] = 'LDAP-Server';
  38 +$lang['Bind password'] = 'Bind passwort';
  39 +$lang['Ldap server host connection'] = 'LDAP Serververbindung';
  40 +$lang['Ldap_Login Plugin'] = 'LDAP-Login Plugin';
  41 +$lang['Ldap_Login Test'] = 'LDAP-Login Test';
  42 +$lang['Ldap_Login configuration'] = 'LDAP-Login Konfiguration';
  43 +$lang['Save'] = 'Speichern';
  44 +$lang['Test Settings'] = 'Test-Einstellungen';
  45 +$lang['You must save the settings with the Save button just up there before testing here.'] = 'Du musst die Einstellungen erst speichern, bevor du sie testen kannst.';
  46 +$lang['Your password'] = 'Dein LDAP Passwort.';
  47 +$lang['Do you allow new piwigo users to be created when users authenticate succesfully on the ldap ?'] = 'Erlauben Sie, dass neue Piwigo-Benutzer angelegt werden, wenn sie erfolgreich bei LDAP authentifiziert wurden?';
  48 +$lang['If empty, standard protocol ports will be used by the software.'] = 'Wenn leer werden die Standard-Protokoll-Ports von der Software benutzt.';
  49 +$lang['If empty, localhost and standard protocol ports will be used in configuration.'] = 'Wenn leer werden localhost und die Standard-Protokoll-Ports in der Konfiguration benutzt.';
  50 +$lang['Let the fields blank if the ldap accept anonymous connections.'] = 'Das Feld leer lassen, wenn LDAP auch anonyme Verbindungen erlauben soll.';
  51 +?>
0 \ No newline at end of file 52 \ No newline at end of file
language/el_GR/index.php 0 → 100644
  1 +<?php
  2 +$url = '../';
  3 +header( 'Request-URI: '.$url );
  4 +header( 'Content-Location: '.$url );
  5 +header( 'Location: '.$url );
  6 +exit();
  7 +?>
language/el_GR/plugin.lang.php 0 → 100644
  1 +<?php
  2 +// +-----------------------------------------------------------------------+
  3 +// | Piwigo - a PHP based photo gallery |
  4 +// +-----------------------------------------------------------------------+
  5 +// | Copyright(C) 2008-2014 Piwigo Team http://piwigo.org |
  6 +// | Copyright(C) 2003-2008 PhpWebGallery Team http://phpwebgallery.net |
  7 +// | Copyright(C) 2002-2003 Pierrick LE GALL http://le-gall.net/pierrick |
  8 +// +-----------------------------------------------------------------------+
  9 +// | This program is free software; you can redistribute it and/or modify |
  10 +// | it under the terms of the GNU General Public License as published by |
  11 +// | the Free Software Foundation |
  12 +// | |
  13 +// | This program is distributed in the hope that it will be useful, but |
  14 +// | WITHOUT ANY WARRANTY; without even the implied warranty of |
  15 +// | MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU |
  16 +// | General Public License for more details. |
  17 +// | |
  18 +// | You should have received a copy of the GNU General Public License |
  19 +// | along with this program; if not, write to the Free Software |
  20 +// | Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, |
  21 +// | USA. |
  22 +// +-----------------------------------------------------------------------+
  23 +$lang['Base DN'] = 'Base DN, που θα πρέπει να βρίσκονται οι χρήστες ldap (ex : ou=users,dc=example,dc=com) :';
  24 +$lang['Attribute corresponding to the user name'] = 'Χαρακτηριστικό που αντιστοιχεί στο όνομα χρήστη';
  25 +$lang['All LDAP users can use their ldap password everywhere on piwigo if needed.'] = 'Όλοι οι χρήστες LDAP μπορούν να χρησιμοποιήσουν τον κωδικό ldap τους παντού στο piwigo αν χρειαστεί.';
  26 +$lang['You must save the settings with the Save button just up there before testing here.'] = 'Πρέπει να αποθηκεύσετε τις ρυθμίσεις χρησιμοποιώντας το κουμπί Αποθήκευση παραπάνω, πριν τις δοκιμάσετε.';
  27 +$lang['Your password'] = 'Ο κωδικός σας για το LDAP';
  28 +$lang['Warning: LDAP Extension missing.'] = 'Προειδοποίηση:Απουσία Πρόσθετου του LDAP';
  29 +$lang['Username'] = 'Το όνομά σας χρήστη LDAP';
  30 +$lang['Test Settings'] = 'Δοκιμή ρυθμίσεων';
  31 +$lang['If empty, standard protocol ports will be used by the software.'] = 'Εάν μείνει κενό, το λογισμικό θα χρησιμοποιεί τις συνήθεις θύρες πρωτοκόλλου.';
  32 +$lang['Ldap server host connection'] = 'Σύνδεση με εξυπηρετητή LDAP';
  33 +$lang['Ldap server host'] = 'LDAP server host';
  34 +$lang['Ldap attributes'] = 'Χαρακτηριστικά του LDAP';
  35 +$lang['If empty, localhost and standard protocol ports will be used in configuration.'] = 'Εάν μείνει κενό, θα χρησιμοποιηθούν στη ρύθμιση ο localhost και οι συνήθεις θύρες πρωτοκόλλου.';
  36 +$lang['Do you want to send mail to the new users, like casual piwigo users receive ?'] = 'Πρέπει να λαμβάνουν οι νέοι χρήστες μήνυματα όπως και οι κλασικοί χρήστες Piwigo;';
  37 +$lang['Do you want admins to be advertised by mail in case of new users creation upon ldap login ?'] = 'Θέλετε να ενημερώνονται οι διαχειριστές με ηλεκτρονικό μήνυμα σε περίπτωση δημιουργίας νέων χρηστών με σύνδεση ldap;';
  38 +$lang['Bind DN, field in full ldap style'] = 'Συνδεθείτε με DN σε μορφή LDAP (π.χ.:admin, dc=example,dc=com). ';
  39 +$lang['Bind password'] = 'Κωδικός σύνδεσης';
  40 +$lang['Do you allow new piwigo users to be created when users authenticate succesfully on the ldap ?'] = 'Μπορούν να δημιουργούνται νέοι χρήστες Piwigo όταν πιστοποιούνται επιτυχώς μέσω LDAP;';
  41 +$lang['Ldap connection credentials'] = 'Διαπιστευτήρια σύνδεσης LDAP';
  42 +$lang['Ldap filter :'] = 'Φίλτρο LDAP';
  43 +$lang['Ldap_Login Plugin'] = 'Ldap_Πρόσθετο σύνδεσης';
  44 +$lang['Ldap_Login configuration'] = 'Ldap_Ρύθμιση σύνδεσης';
  45 +$lang['Secure connexion'] = 'Ασφαλής σύνδεση(ldaps)';
  46 +$lang['Save'] = 'Αποθήκευση';
  47 +$lang['New users when ldap auth is successfull'] = 'Νέοι χρήστες όταν η πιστοποίηση LDAP είναι επιτυχής';
  48 +$lang['Let the fields blank if the ldap accept anonymous connections.'] = 'Αφήστε τα πεδία κενά εάν το LDAP αποδέχεται ανώνυμες συνδέσεις';
  49 +$lang['Ldap_Login Test'] = 'Ldap_Δοκιμή σύνδεσης';
  50 +$lang['Ldap port'] = 'θύρα LDAP';
  51 +?>
0 \ No newline at end of file 52 \ No newline at end of file
language/en_UK/description.txt 0 → 100644
  1 +allow to login piwigo users with their ldap credentials (login, mail, or another attribute specified by piwigo admins + ldap password).
language/en_UK/plugin.lang.php 0 → 100644
  1 +<?php
  2 +/*
  3 +Plugin Name: Ldap_Login
  4 +Version: 1.0.1
  5 +Description: Permet de se logger via une authentification ldap
  6 +Plugin URI: http://www.22decembre.eu
  7 +Author: 22decembre
  8 +Author URI:http://www.22decembre.eu
  9 +___________________________________
  10 +
  11 +Language Name: English [UK]
  12 +*/
  13 +
  14 +$lang['All LDAP users can use their ldap password everywhere on piwigo if needed.'] = 'All LDAP users can use their LDAP password everywhere in Piwigo if needed.';
  15 +$lang['New users when ldap auth is successfull'] = 'New users when LDAP auth is successful';
  16 +$lang['Ldap_Login Plugin'] = 'Ldap_Login Plugin';
  17 +$lang['Ldap_Login configuration'] = 'Ldap_Login configuration';
  18 +$lang['Warning: LDAP Extension missing.'] = 'Warning: LDAP Extension missing.';
  19 +
  20 +// ldap server connection
  21 +
  22 +$lang['Ldap server host connection'] = 'LDAP server connection';
  23 +$lang['If empty, standard protocol ports will be used by the software.'] = 'If empty, standard protocol ports will be used by the software.';
  24 +$lang['If empty, localhost and standard protocol ports will be used in configuration.'] = 'If empty, localhost and standard protocol ports will be used in configuration.';
  25 +$lang['Ldap server host'] = 'LDAP server host';
  26 +$lang['Secure connexion'] = 'Secure connection (ldaps)';
  27 +$lang['Ldap port'] = 'LDAP port';
  28 +
  29 +// ldap attributes
  30 +
  31 +$lang['Ldap attributes'] = 'LDAP attributes';
  32 +$lang['Base DN'] = 'Base DN where LDAP users should be found (e.g.: ou=users,dc=example,dc=com):';
  33 +$lang['Ldap filter :'] = 'LDAP filter';
  34 +$lang['Attribute corresponding to the user name'] = 'Attribute corresponding to the user name';
  35 +
  36 +// ldap connection credentials
  37 +
  38 +$lang['Ldap connection credentials'] = 'LDAP connection credentials';
  39 +$lang['Let the fields blank if the ldap accept anonymous connections.'] = 'Leave the fields empty if LDAP accepts anonymous connections.';
  40 +$lang['Bind DN, field in full ldap style'] = 'Bind DN in LDAP style (e.g.: cn=admin,dc=example,dc=com).';
  41 +$lang['Bind password'] = 'Bind password';
  42 +
  43 +// test and save
  44 +
  45 +$lang['Username'] = 'Your LDAP username';
  46 +$lang['Your password'] = 'Your LDAP password';
  47 +$lang['Ldap_Login Test'] = 'Ldap_Login Test';
  48 +$lang['You must save the settings with the Save button just up there before testing here.'] = 'You need to save settings using the Save button above, before testing them.';
  49 +$lang['Save'] = 'Save';
  50 +$lang['Test Settings'] = 'Test settings';
  51 +
  52 +// new piwigo users
  53 +
  54 +$lang['Do you want admins to be advertised by mail in case of new users creation upon ldap login ?'] = 'Should admins be notified by mail in case of creation of new users upon LDAP login?';
  55 +$lang['Do you want to send mail to the new users, like casual piwigo users receive ?'] = 'Should new users receive mail similar to casual Piwigo users?';
  56 +$lang['Do you allow new piwigo users to be created when users authenticate succesfully on the ldap ?'] = 'Should new Piwigo users be created when users authenticate succesfully via LDAP?';
  57 +$lang['Do you want admins to be advertised by mail in case of new users creation upon ldap login ?'] = 'Do you want admins to be advertised by mail in case of new users creation upon ldap login ?';
  58 +
  59 +?>
0 \ No newline at end of file 60 \ No newline at end of file
language/es_ES/index.php 0 → 100644
  1 +<?php
  2 +$url = '../';
  3 +header( 'Request-URI: '.$url );
  4 +header( 'Content-Location: '.$url );
  5 +header( 'Location: '.$url );
  6 +exit();
  7 +?>
language/es_ES/plugin.lang.php 0 → 100644
  1 +<?php
  2 +// +-----------------------------------------------------------------------+
  3 +// | Piwigo - a PHP based photo gallery |
  4 +// +-----------------------------------------------------------------------+
  5 +// | Copyright(C) 2008-2014 Piwigo Team http://piwigo.org |
  6 +// | Copyright(C) 2003-2008 PhpWebGallery Team http://phpwebgallery.net |
  7 +// | Copyright(C) 2002-2003 Pierrick LE GALL http://le-gall.net/pierrick |
  8 +// +-----------------------------------------------------------------------+
  9 +// | This program is free software; you can redistribute it and/or modify |
  10 +// | it under the terms of the GNU General Public License as published by |
  11 +// | the Free Software Foundation |
  12 +// | |
  13 +// | This program is distributed in the hope that it will be useful, but |
  14 +// | WITHOUT ANY WARRANTY; without even the implied warranty of |
  15 +// | MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU |
  16 +// | General Public License for more details. |
  17 +// | |
  18 +// | You should have received a copy of the GNU General Public License |
  19 +// | along with this program; if not, write to the Free Software |
  20 +// | Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, |
  21 +// | USA. |
  22 +// +-----------------------------------------------------------------------+
  23 +$lang['New users when ldap auth is successfull'] = 'Nuevos usuarios cuando la autentificación LDAP es exitosa';
  24 +$lang['Save'] = 'Guardar';
  25 +$lang['Secure connexion'] = 'Conexión segura (ldap)';
  26 +$lang['Test Settings'] = 'Test de la configuración';
  27 +$lang['Username'] = 'Su nombre de usuario Ldap';
  28 +$lang['Warning: LDAP Extension missing.'] = 'Atención: falta la extensión LDAP';
  29 +$lang['You must save the settings with the Save button just up there before testing here.'] = 'Tiene que guardar la configuración usando en botón de arriba antes de iniciar un test';
  30 +$lang['Your password'] = 'Su contraseña LDAP';
  31 +$lang['All LDAP users can use their ldap password everywhere on piwigo if needed.'] = 'Todos los usuarios de LDAP pueden utilizar su contraseña en todas las partes de piwigo si es necesario.';
  32 +$lang['Attribute corresponding to the user name'] = 'Atributo que corresponde al nombre de usuario';
  33 +$lang['Base DN'] = 'La base DN es donde deben encontrarse los usuarios de LDAP (por ejemplo: ou = usuarios, dc = ejemplo, dc = com):';
  34 +$lang['Bind DN, field in full ldap style'] = 'Enlace DN en el estilo de LDAP (por ejemplo: cn = admin, dc = ejemplo, dc = com).';
  35 +$lang['Bind password'] = 'Contraseña Bind';
  36 +$lang['Do you allow new piwigo users to be created when users authenticate succesfully on the ldap ?'] = '¿Permite que los nuevos usuarios de Piwigo que se crean cuando los usuarios se autentican con éxito en el ldap?';
  37 +$lang['Do you want admins to be advertised by mail in case of new users creation upon ldap login ?'] = 'Desea ser advertido por mail en caso de creacion de una nueva cuenta ldap ?';
  38 +$lang['Do you want to send mail to the new users, like casual piwigo users receive ?'] = 'Desea mandar mail a los nuevos usuarios, como la mayoria de los usuarios de Piwigo ?';
  39 +$lang['If empty, localhost and standard protocol ports will be used in configuration.'] = 'En caso de estar libre. el localhost y los protocolos de los puertos se utilizaran para la configuracion. ';
  40 +$lang['If empty, standard protocol ports will be used by the software.'] = 'En caso de estar libre, los protocolos de los puertos se utilizaran para los programas.';
  41 +$lang['Ldap attributes'] = 'Atributos LDAP';
  42 +$lang['Ldap connection credentials'] = 'Credenciales de conexion ldap';
  43 +$lang['Ldap filter :'] = 'Filtros ldap';
  44 +$lang['Ldap port'] = 'Puerto ldap';
  45 +$lang['Ldap server host'] = 'Servidor host de ldap';
  46 +$lang['Ldap server host connection'] = 'Conexion del servidor ldap';
  47 +$lang['Ldap_Login Plugin'] = 'Plugin de autentificacion de ldap';
  48 +$lang['Ldap_Login Test'] = 'Test de autentificacion de ldap';
  49 +$lang['Ldap_Login configuration'] = 'Configuracion de autentificacion de ldap
  50 +';
  51 +$lang['Let the fields blank if the ldap accept anonymous connections.'] = 'Deje los campos en blanco si el ldap acepte a conexiones anónimas.';
  52 +?>
0 \ No newline at end of file 53 \ No newline at end of file
language/fr_CA/plugin.lang.php 0 → 100644
  1 +<?php
  2 +/*
  3 +Plugin Name: Ldap_Login
  4 +Version: 1.0.1
  5 +Description: Permet de se logger via une authentification ldap
  6 +Plugin URI: http://www.22decembre.eu
  7 +Author: 22decembre
  8 +Author URI:http://www.22decembre.eu
  9 +___________________________________
  10 +
  11 +Language Name: Français [FR]
  12 +*/
  13 +
  14 +$lang['All LDAP users can use their ldap password everywhere on piwigo if needed.'] = 'Les utilisateurs ldap peuvent utiler leur mot de passe ldap partout où necessaire dans cette galerie piwigo.';
  15 +$lang['New users when ldap auth is successfull'] = 'Nouveaux utilisateurs piwigo en cas de connection LDAP';
  16 +$lang['Ldap_Login Plugin'] = 'Ldap_Login Plugin';
  17 +$lang['Ldap_Login Plugin configuration'] = 'Configuration du plugin Ldap_Login';
  18 +$lang['Warning: LDAP Extension missing.'] = 'Attention: Extension LDAP manquante.';
  19 +
  20 +// ldap server connection
  21 +
  22 +$lang['Ldap server host connection'] = 'Connection au serveur Ldap';
  23 +$lang['If empty, standard protocol ports will be used by the software.'] = 'Les ports standarts seront utilisés si ce champs est laissé vide.';
  24 +$lang['If empty, localhost and standard protocol ports will be used in configuration.'] = 'Localhost et les ports standard du protocol seront utilisés si ces champs sont laissés vides.';
  25 +$lang['Ldap server host'] = 'Hote du serveur Ldap';
  26 +$lang['Secure connexion'] = 'Connexion sécurisée (ldaps)';
  27 +$lang['Ldap port'] = 'Port a utiliser';
  28 +
  29 +// ldap attributes
  30 +
  31 +$lang['Ldap attributes'] = 'Attributs ldap';
  32 +$lang['Base DN'] = 'Arbre ldap à explorer où rechercher les utilisateurs (ex : ou=users,dc=exemple,dc=com)';
  33 +$lang['Ldap filter'] = 'Filtre de recherche';
  34 +$lang['Attribute corresponding to the user name'] = 'Attribut correspondant au nom d\'utilisateur';
  35 +
  36 +// ldap connection credentials
  37 +
  38 +$lang['Ldap connection credentials'] = 'Identifiants de connection LDAP';
  39 +$lang['Let the fields blank if the ldap accept anonymous connections.'] = 'Laissez les champs vides si le ldap accepte les connexions anonymes.';
  40 +$lang['Bind DN, field in full ldap style'] = 'Identifiant de connection, avec syntaxe LDAP complète (par ex : cn=admin,dc=example,dc=com).';
  41 +$lang['Bind password'] = 'Mot de passe de connection';
  42 +
  43 +// test and save
  44 +
  45 +$lang['Username'] = 'Votre nom d\'utilisateur LDAP';
  46 +$lang['Your password'] = 'Votre mot de passe LDAP.';
  47 +$lang['Ldap_Login Test'] = 'Test du plugin Ldap_Login';
  48 +$lang['You must save the settings with the Save button just up there before testing here.'] = 'Vous devez sauvegarder les paramètres avec le bouton Enregistrer juste au dessus avant de faire ce test.';
  49 +$lang['Test Settings'] = 'Tester les paramètres';
  50 +$lang['Save'] = 'Enregistrer';
  51 +
  52 +// new piwigo users
  53 +
  54 +$lang['If the LDAP doesn\'t furnish the mail address, users can set it up in the profile page.'] = 'Si le ldap ne fournit pas l\'adresse courriel, les utilisateurs peuvent l\'enregistrer dans la page de profil.';
  55 +$lang['Do you want to send mail to the new users, like casual piwigo users receive ?'] = 'Voulez-vous envoyer le courriel habituel aux nouveaux utilisateurs de Piwigo crées par le plugin ?';
  56 +$lang['Do you allow new piwigo users to be created when users authenticate succesfully on the ldap ?'] = 'Voulez-vous créer des utilisateurs piwigo lorsque quelqu\'un se connecte avec des identifiants ldap valides ?';
  57 +$lang['Do you want admins to be advertised by mail in case of new users creation upon ldap login ?'] = 'Voulez-vous que les administrateurs du site soient prévenus lors de ces créations d\'utilisateurs ?';
  58 +
  59 +?>
0 \ No newline at end of file 60 \ No newline at end of file
language/fr_FR/plugin.lang.php 0 → 100644
  1 +<?php
  2 +/*
  3 +Plugin Name: Ldap_Login
  4 +Version: 1.0.1
  5 +Description: Permet de se logger via une authentification ldap
  6 +Plugin URI: http://www.22decembre.eu
  7 +Author: 22decembre
  8 +Author URI:http://www.22decembre.eu
  9 +___________________________________
  10 +
  11 +Language Name: Français [FR]
  12 +*/
  13 +
  14 +$lang['All LDAP users can use their ldap password everywhere on piwigo if needed.'] = 'Les utilisateurs ldap peuvent utiler leur mot de passe ldap partout où necessaire dans cette galerie piwigo.';
  15 +$lang['New users when ldap auth is successfull'] = 'Nouveaux utilisateurs piwigo en cas de connection LDAP';
  16 +$lang['Ldap_Login Plugin'] = 'Ldap_Login Plugin';
  17 +$lang['Ldap_Login Plugin configuration'] = 'Configuration du plugin Ldap_Login';
  18 +$lang['Warning: LDAP Extension missing.'] = 'Attention: Extension LDAP manquante.';
  19 +
  20 +// ldap server connection
  21 +
  22 +$lang['Ldap server host connection'] = 'Connection au serveur Ldap';
  23 +$lang['If empty, standard protocol ports will be used by the software.'] = 'Les ports standarts seront utilisés si ce champs est laissé vide.';
  24 +$lang['If empty, localhost and standard protocol ports will be used in configuration.'] = 'Localhost et les ports standard du protocol seront utilisés si ces champs sont laissés vides.';
  25 +$lang['Ldap server host'] = 'Hote du serveur Ldap';
  26 +$lang['Secure connexion'] = 'Connexion sécurisée (ldaps)';
  27 +$lang['Ldap port'] = 'Port a utiliser';
  28 +
  29 +// ldap attributes
  30 +
  31 +$lang['Ldap attributes'] = 'Attributs ldap';
  32 +$lang['Base DN'] = 'Arbre ldap à explorer où rechercher les utilisateurs (ex : ou=users,dc=exemple,dc=com)';
  33 +$lang['Ldap filter'] = 'Filtre de recherche';
  34 +$lang['Attribute corresponding to the user name'] = 'Attribut correspondant au nom d\'utilisateur';
  35 +
  36 +// ldap connection credentials
  37 +
  38 +$lang['Ldap connection credentials'] = 'Identifiants de connection LDAP';
  39 +$lang['Let the fields blank if the ldap accept anonymous connections.'] = 'Laissez les champs vides si le ldap accepte les connexions anonymes.';
  40 +$lang['Bind DN, field in full ldap style'] = 'Identifiant de connection, avec syntaxe LDAP complète (par ex : cn=admin,dc=example,dc=com).';
  41 +$lang['Bind password'] = 'Mot de passe de connection';
  42 +
  43 +// test and save
  44 +
  45 +$lang['Username'] = 'Votre nom d\'utilisateur LDAP';
  46 +$lang['Your password'] = 'Votre mot de passe LDAP.';
  47 +$lang['Ldap_Login Test'] = 'Test du plugin Ldap_Login';
  48 +$lang['You must save the settings with the Save button just up there before testing here.'] = 'Vous devez sauvegarder les paramètres avec le bouton Enregistrer juste au dessus avant de faire ce test.';
  49 +$lang['Test Settings'] = 'Tester les paramètres';
  50 +$lang['Save'] = 'Enregistrer';
  51 +
  52 +// new piwigo users
  53 +
  54 +$lang['If the LDAP doesn\'t furnish the mail address, users can set it up in the profile page.'] = 'Si le ldap ne fournit pas l\'adresse courriel, les utilisateurs peuvent l\'enregistrer dans la page de profil.';
  55 +$lang['Do you want to send mail to the new users, like casual piwigo users receive ?'] = 'Voulez-vous envoyer le courriel habituel aux nouveaux utilisateurs de Piwigo crées par le plugin ?';
  56 +$lang['Do you allow new piwigo users to be created when users authenticate succesfully on the ldap ?'] = 'Voulez-vous créer des utilisateurs piwigo lorsque quelqu\'un se connecte avec des identifiants ldap valides ?';
  57 +$lang['Do you want admins to be advertised by mail in case of new users creation upon ldap login ?'] = 'Voulez-vous que les administrateurs du site soient prévenus lors de ces créations d\'utilisateurs ?';
  58 +
  59 +?>
0 \ No newline at end of file 60 \ No newline at end of file
language/index.php 0 → 100644
  1 +<?php
  2 +// +-----------------------------------------------------------------------+
  3 +// | Piwigo - a PHP based photo gallery |
  4 +// +-----------------------------------------------------------------------+
  5 +// | Copyright(C) 2008-2013 Piwigo Team http://piwigo.org |
  6 +// | Copyright(C) 2003-2008 PhpWebGallery Team http://phpwebgallery.net |
  7 +// | Copyright(C) 2002-2003 Pierrick LE GALL http://le-gall.net/pierrick |
  8 +// +-----------------------------------------------------------------------+
  9 +// | This program is free software; you can redistribute it and/or modify |
  10 +// | it under the terms of the GNU General Public License as published by |
  11 +// | the Free Software Foundation |
  12 +// | |
  13 +// | This program is distributed in the hope that it will be useful, but |
  14 +// | WITHOUT ANY WARRANTY; without even the implied warranty of |
  15 +// | MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU |
  16 +// | General Public License for more details. |
  17 +// | |
  18 +// | You should have received a copy of the GNU General Public License |
  19 +// | along with this program; if not, write to the Free Software |
  20 +// | Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, |
  21 +// | USA. |
  22 +// +-----------------------------------------------------------------------+
  23 +
  24 +// Recursive call
  25 +$url = '../';
  26 +header( 'Request-URI: '.$url );
  27 +header( 'Content-Location: '.$url );
  28 +header( 'Location: '.$url );
  29 +exit();
  30 +?>
0 \ No newline at end of file 31 \ No newline at end of file
language/it_IT/index.php 0 → 100644
  1 +<?php
  2 +$url = '../';
  3 +header( 'Request-URI: '.$url );
  4 +header( 'Content-Location: '.$url );
  5 +header( 'Location: '.$url );
  6 +exit();
  7 +?>
language/it_IT/plugin.lang.php 0 → 100644
  1 +<?php
  2 +// +-----------------------------------------------------------------------+
  3 +// | Piwigo - a PHP based photo gallery |
  4 +// +-----------------------------------------------------------------------+
  5 +// | Copyright(C) 2008-2014 Piwigo Team http://piwigo.org |
  6 +// | Copyright(C) 2003-2008 PhpWebGallery Team http://phpwebgallery.net |
  7 +// | Copyright(C) 2002-2003 Pierrick LE GALL http://le-gall.net/pierrick |
  8 +// +-----------------------------------------------------------------------+
  9 +// | This program is free software; you can redistribute it and/or modify |
  10 +// | it under the terms of the GNU General Public License as published by |
  11 +// | the Free Software Foundation |
  12 +// | |
  13 +// | This program is distributed in the hope that it will be useful, but |
  14 +// | WITHOUT ANY WARRANTY; without even the implied warranty of |
  15 +// | MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU |
  16 +// | General Public License for more details. |
  17 +// | |
  18 +// | You should have received a copy of the GNU General Public License |
  19 +// | along with this program; if not, write to the Free Software |
  20 +// | Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, |
  21 +// | USA. |
  22 +// +-----------------------------------------------------------------------+
  23 +$lang['Warning: LDAP Extension missing.'] = 'Attenzione: LDAP Extension mancante.';
  24 +$lang['Ldap connection credentials'] = 'Credenziali di connessione ldap';
  25 +$lang['Username'] = 'Vostro nome utente ldap';
  26 +$lang['Ldap server host'] = 'Server host ldap';
  27 +$lang['Attribute corresponding to the user name'] = 'Attributo corrispondente al nome utente';
  28 +$lang['Test Settings'] = 'Test impostazione';
  29 +$lang['Ldap filter :'] = 'Filtro ldap :';
  30 +$lang['Ldap port'] = 'Port ldap';
  31 +$lang['Ldap_Login configuration'] = 'Configurazione Ldap_Login';
  32 +$lang['Ldap_Login Test'] = 'Test del plugin Ldap_Login';
  33 +$lang['Ldap_Login Plugin'] = 'Ldap_Login Plugin';
  34 +$lang['Ldap attributes'] = 'Attributi ldap';
  35 +$lang['Your password'] = 'La tua password LDAP.';
  36 +$lang['Secure connexion'] = 'Connessione sicura (ldaps)';
  37 +$lang['Save'] = 'Salva';
  38 +$lang['Do you allow new piwigo users to be created when users authenticate succesfully on the ldap ?'] = 'Devono essere creati nuovi utenti Piwigo quando gli utenti si autenticano con successo tramite LDAP?';
  39 +$lang['Do you want admins to be advertised by mail in case of new users creation upon ldap login ?'] = 'Vuoi che gli amministratori siano avvisati tramite email in caso di nuova creazione utenti su ldap di accesso?';
  40 +$lang['Let the fields blank if the ldap accept anonymous connections.'] = 'Lascia i campi vuoti se LDAP accetta connessioni anonime.';
  41 +$lang['You must save the settings with the Save button just up there before testing here.'] = 'E\' necessario salvare le impostazioni utilizzando il pulsante Salva quà sopra, prima della loro prova.';
  42 +$lang['If empty, localhost and standard protocol ports will be used in configuration.'] = 'Se vuoto, porte di protocollo localhost standard saranno utilizzate nella configurazione.';
  43 +$lang['Bind DN, field in full ldap style'] = 'Associa DN in stile LDAP (esempio: cn=admin,dc=example,dc=com).';
  44 +$lang['Base DN'] = 'Base DN dove si dovrebbero trovare gli utenti LDAP (per esempio: ou=users,dc=example,dc=com):';
  45 +$lang['If empty, standard protocol ports will be used by the software.'] = 'Se vuoto, porte di protocollo standard, saranno utilizzate dal software.';
  46 +$lang['New users when ldap auth is successfull'] = 'Nuovi utenti quando l\'autenticazione LDAP riesce';
  47 +$lang['Do you want to send mail to the new users, like casual piwigo users receive ?'] = 'I nuovi utenti devono ricevere le email similmente agli utenti occasionali Piwigo?';
  48 +$lang['Ldap server host connection'] = 'Connessione al server LDAP';
  49 +$lang['All LDAP users can use their ldap password everywhere on piwigo if needed.'] = 'Tutti gli utenti LDAP possono utilizzare la password LDAP ovunque in Piwigo se necessario.';
  50 +$lang['Bind password'] = 'Associa password';
  51 +?>
0 \ No newline at end of file 52 \ No newline at end of file
language/lv_LV/index.php 0 → 100644
  1 +<?php
  2 +$url = '../';
  3 +header( 'Request-URI: '.$url );
  4 +header( 'Content-Location: '.$url );
  5 +header( 'Location: '.$url );
  6 +exit();
  7 +?>
language/lv_LV/plugin.lang.php 0 → 100644
  1 +<?php
  2 +// +-----------------------------------------------------------------------+
  3 +// | Piwigo - a PHP based photo gallery |
  4 +// +-----------------------------------------------------------------------+
  5 +// | Copyright(C) 2008-2014 Piwigo Team http://piwigo.org |
  6 +// | Copyright(C) 2003-2008 PhpWebGallery Team http://phpwebgallery.net |
  7 +// | Copyright(C) 2002-2003 Pierrick LE GALL http://le-gall.net/pierrick |
  8 +// +-----------------------------------------------------------------------+
  9 +// | This program is free software; you can redistribute it and/or modify |
  10 +// | it under the terms of the GNU General Public License as published by |
  11 +// | the Free Software Foundation |
  12 +// | |
  13 +// | This program is distributed in the hope that it will be useful, but |
  14 +// | WITHOUT ANY WARRANTY; without even the implied warranty of |
  15 +// | MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU |
  16 +// | General Public License for more details. |
  17 +// | |
  18 +// | You should have received a copy of the GNU General Public License |
  19 +// | along with this program; if not, write to the Free Software |
  20 +// | Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, |
  21 +// | USA. |
  22 +// +-----------------------------------------------------------------------+
  23 +$lang['You must save the settings with the Save button just up there before testing here.'] = 'Jums ir nepieciešams saglabāt iestatījumus ar Save pogu pirms veikt to pārbaudi.';
  24 +$lang['New users when ldap auth is successfull'] = 'Jauni lietotāji, kad LDAP autentifikācija ir veiksmīga';
  25 +$lang['Let the fields blank if the ldap accept anonymous connections.'] = 'Ja LDAP atļauj anonīmus savienojumus, atstājiet laukus tukšus.';
  26 +$lang['If empty, standard protocol ports will be used by the software.'] = 'Ja tukšs, programmatūra izmantos standarta protokola portus.';
  27 +$lang['If empty, localhost and standard protocol ports will be used in configuration.'] = 'Ja tukšs, konfigurēšanai tiks izmantoti localhost un standarta protokola porti.';
  28 +$lang['Do you want to send mail to the new users, like casual piwigo users receive ?'] = 'Vai jūs vēlaties nosūtīt pastu jaunajiem lietotājiem, piemēram, kādu to saņem parastie Piwigo lietotāji?';
  29 +$lang['Do you want admins to be advertised by mail in case of new users creation upon ldap login ?'] = 'Vai jūs vēlaties, lai admins tiek brīdināts pa pastu par jaunu lietotāju izveidošanu pēc pieteikšanās ar LDAP loginu?';
  30 +$lang['Base DN'] = '
  31 +Bāzes DN, kur būtu atrodami LDAP lietotājiem (ex : ou=users,dc=piemērs,dc=com) :';
  32 +$lang['Do you allow new piwigo users to be created when users authenticate succesfully on the ldap ?'] = 'Vai jūs ļautu izveidot jaunus Piwigo lietotājus, ja lietotāji veiksmīgi autentificētos LDAP?';
  33 +$lang['Bind DN, field in full ldap style'] = 'Piesaistīt DN ldap stilam (for ex : cn=admin,dc=piemērs,dc=com). ';
  34 +$lang['Attribute corresponding to the user name'] = 'Lietotāja vārdam atbilstošs Atribūts';
  35 +$lang['All LDAP users can use their ldap password everywhere on piwigo if needed.'] = 'Ja nepieciešams, visi LDAP lietotāji var izmantot savu LDAP paroli jebkur Piwigo.';
  36 +$lang['Bind password'] = 'Piesaistīt paroli';
  37 +$lang['Your password'] = 'Jūsu LDAP parole';
  38 +$lang['Warning: LDAP Extension missing.'] = 'Brīdinājums: Trūkst LDAP Paplašinājums.';
  39 +$lang['Username'] = 'Votre ldap lietotājvārds';
  40 +$lang['Test Settings'] = 'Pārbaudīt iestadījumus';
  41 +$lang['Secure connexion'] = 'Drošs savienojums (ldaps)';
  42 +$lang['Save'] = 'Saglabāt';
  43 +$lang['Ldap connection credentials'] = 'LDAP savienojuma pilnvaras';
  44 +$lang['Ldap server host'] = 'Ldap servera hosts';
  45 +$lang['Ldap_Login configuration'] = 'Ldap_Login konfigurācija';
  46 +$lang['Ldap_Login Test'] = 'Ldap_Login Tests';
  47 +$lang['Ldap_Login Plugin'] = 'Ldap_Login Spraudnis';
  48 +$lang['Ldap server host connection'] = 'Ldap servera savienojums';
  49 +$lang['Ldap port'] = 'Ldap ports';
  50 +$lang['Ldap filter :'] = 'Ldap filtrs :';
  51 +$lang['Ldap attributes'] = 'Ldap atribūti';
  52 +?>
0 \ No newline at end of file 53 \ No newline at end of file
language/pt_BR/index.php 0 → 100644
  1 +<?php
  2 +$url = '../';
  3 +header( 'Request-URI: '.$url );
  4 +header( 'Content-Location: '.$url );
  5 +header( 'Location: '.$url );
  6 +exit();
  7 +?>
language/pt_BR/plugin.lang.php 0 → 100644
  1 +<?php
  2 +// +-----------------------------------------------------------------------+
  3 +// | Piwigo - a PHP based photo gallery |
  4 +// +-----------------------------------------------------------------------+
  5 +// | Copyright(C) 2008-2014 Piwigo Team http://piwigo.org |
  6 +// | Copyright(C) 2003-2008 PhpWebGallery Team http://phpwebgallery.net |
  7 +// | Copyright(C) 2002-2003 Pierrick LE GALL http://le-gall.net/pierrick |
  8 +// +-----------------------------------------------------------------------+
  9 +// | This program is free software; you can redistribute it and/or modify |
  10 +// | it under the terms of the GNU General Public License as published by |
  11 +// | the Free Software Foundation |
  12 +// | |
  13 +// | This program is distributed in the hope that it will be useful, but |
  14 +// | WITHOUT ANY WARRANTY; without even the implied warranty of |
  15 +// | MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU |
  16 +// | General Public License for more details. |
  17 +// | |
  18 +// | You should have received a copy of the GNU General Public License |
  19 +// | along with this program; if not, write to the Free Software |
  20 +// | Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, |
  21 +// | USA. |
  22 +// +-----------------------------------------------------------------------+
  23 +$lang['New users when ldap auth is successfull'] = 'Novos usuários quando autenticação LDAP é bem sucedida';
  24 +$lang['Save'] = 'Salvar';
  25 +$lang['Secure connexion'] = 'Conexão segura (ldaps)';
  26 +$lang['Test Settings'] = 'Configurações de teste';
  27 +$lang['Username'] = 'Seu nome de usuário LDAP';
  28 +$lang['Warning: LDAP Extension missing.'] = 'Aviso: Faltando extensão LDAP';
  29 +$lang['You must save the settings with the Save button just up there before testing here.'] = 'Você precisa salvar as configurações usando o botão Salvar acima, antes de testá-las.';
  30 +$lang['Your password'] = 'Sua senha LDAP';
  31 +$lang['All LDAP users can use their ldap password everywhere on piwigo if needed.'] = 'Todos os usuários do LDAP podem usar sua senha LDAP em todo Piwigo se necessário.';
  32 +$lang['Attribute corresponding to the user name'] = '
  33 +Atributo correspondente ao nome de usuário';
  34 +$lang['Base DN'] = 'Base DN, onde os usuários de LDAP devem ser encontrados (por exemplo: ou = usuários, dc = exemplo, dc = com):';
  35 +$lang['Bind DN, field in full ldap style'] = 'Bind DN no estilo LDAP (por exemplo: cn = admin, dc = exemplo, dc = com).';
  36 +$lang['Bind password'] = 'Senha Bind';
  37 +$lang['Do you allow new piwigo users to be created when users authenticate succesfully on the ldap ?'] = 'Novos usuários Piwigo podem ser criados quando os usuários se autenticarem com sucesso via LDAP?';
  38 +$lang['Do you want admins to be advertised by mail in case of new users creation upon ldap login ?'] = 'Você quer que os administradores sejam advertidos por email, em caso de criação de novos usuários usando-se o login do ldap?';
  39 +$lang['Do you want to send mail to the new users, like casual piwigo users receive ?'] = 'Deverão novos usuários receber mensagens semelhantes aos usuários Piwigo casuais?';
  40 +$lang['If empty, localhost and standard protocol ports will be used in configuration.'] = 'Se vazio, portas de protocolo localhost e padrão serão utilizados na configuração.';
  41 +$lang['If empty, standard protocol ports will be used by the software.'] = 'Se vazio, portas de protocolo padrão serão usados pelo software.';
  42 +$lang['Ldap attributes'] = 'Atributos LDAP';
  43 +$lang['Ldap connection credentials'] = 'Credenciais de conexão LDAP';
  44 +$lang['Ldap filter :'] = 'Filtro LDAP';
  45 +$lang['Ldap port'] = 'Porta LDAP';
  46 +$lang['Ldap server host'] = 'Servidor host LDAP';
  47 +$lang['Ldap server host connection'] = 'Conexão com servidor LDAP';
  48 +$lang['Ldap_Login Plugin'] = 'Plugin Ldap_Login ';
  49 +$lang['Ldap_Login Test'] = 'Teste Ldap_Login';
  50 +$lang['Ldap_Login configuration'] = 'Configuração Ldap_Login';
  51 +$lang['Let the fields blank if the ldap accept anonymous connections.'] = 'Deixe os campos em branco se o LDAP aceitar conexões anônimas.';
  52 +?>
0 \ No newline at end of file 53 \ No newline at end of file
language/pt_PT/index.php 0 → 100644
  1 +<?php
  2 +$url = '../';
  3 +header( 'Request-URI: '.$url );
  4 +header( 'Content-Location: '.$url );
  5 +header( 'Location: '.$url );
  6 +exit();
  7 +?>
language/pt_PT/plugin.lang.php 0 → 100644
  1 +<?php
  2 +// +-----------------------------------------------------------------------+
  3 +// | Piwigo - a PHP based photo gallery |
  4 +// +-----------------------------------------------------------------------+
  5 +// | Copyright(C) 2008-2014 Piwigo Team http://piwigo.org |
  6 +// | Copyright(C) 2003-2008 PhpWebGallery Team http://phpwebgallery.net |
  7 +// | Copyright(C) 2002-2003 Pierrick LE GALL http://le-gall.net/pierrick |
  8 +// +-----------------------------------------------------------------------+
  9 +// | This program is free software; you can redistribute it and/or modify |
  10 +// | it under the terms of the GNU General Public License as published by |
  11 +// | the Free Software Foundation |
  12 +// | |
  13 +// | This program is distributed in the hope that it will be useful, but |
  14 +// | WITHOUT ANY WARRANTY; without even the implied warranty of |
  15 +// | MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU |
  16 +// | General Public License for more details. |
  17 +// | |
  18 +// | You should have received a copy of the GNU General Public License |
  19 +// | along with this program; if not, write to the Free Software |
  20 +// | Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, |
  21 +// | USA. |
  22 +// +-----------------------------------------------------------------------+
  23 +$lang['Save'] = 'Salvar';
  24 +$lang['Secure connexion'] = 'Ligação segura (Idaps)';
  25 +$lang['Test Settings'] = 'Definições Teste';
  26 +$lang['Username'] = 'Nome de utilizador LDAP';
  27 +$lang['Warning: LDAP Extension missing.'] = 'Atenção: Esquecida a Extensão LDAP';
  28 +$lang['You must save the settings with the Save button just up there before testing here.'] = 'Antes de efetuar o teste, é preciso salvar as definições clicando no botão SALVAR acima.';
  29 +$lang['Your password'] = 'Senha LDAP';
  30 +$lang['All LDAP users can use their ldap password everywhere on piwigo if needed.'] = 'Todos os utilizadores LDAP podem usar a sua senha LDAP em qualquer parte do Piwigo se necessário';
  31 +$lang['Attribute corresponding to the user name'] = 'Atributo correspondente ao nome de utilizador';
  32 +$lang['Base DN'] = 'Base DN onde podem ser encontrados os utilizadores LDAP (por exemplo: ou=utilizadores,dc=exemplo,dc=com):';
  33 +$lang['Bind DN, field in full ldap style'] = 'Vincular DN no estilo LDAP (por exemplo:cu=utilizadores,dc=exemplo, dc=com):';
  34 +$lang['Bind password'] = 'Vincular senha';
  35 +$lang['Do you allow new piwigo users to be created when users authenticate succesfully on the ldap ?'] = 'poderão ser criados novos utilizadores Piwigo quando os utilizadores se autenticarem com sucesso via LDAP?';
  36 +$lang['Do you want admins to be advertised by mail in case of new users creation upon ldap login ?'] = 'Deseja que os administradores sejam notificados por email, em caso de utilizadores criados após entrada LDAP?';
  37 +$lang['Do you want to send mail to the new users, like casual piwigo users receive ?'] = 'Os novos utilizadores deverão receber mail similar aos urtilizadores casuais piwigo?';
  38 +$lang['If empty, localhost and standard protocol ports will be used in configuration.'] = 'Se vazio, localhost e portas standard serão usadas na configuração';
  39 +$lang['If empty, standard protocol ports will be used by the software.'] = 'Se vazio, localhost e portas standard serão usadas pelo software';
  40 +$lang['Ldap attributes'] = 'Atributos LDAP';
  41 +$lang['Ldap connection credentials'] = 'Credenciais de ligação LDAP';
  42 +$lang['Ldap filter :'] = 'Filtro LDAP';
  43 +$lang['Ldap port'] = 'Porta LDAP';
  44 +$lang['Ldap server host'] = 'Servidor de alojamento LDAP';
  45 +$lang['Ldap server host connection'] = 'Servidor ligação LDAP';
  46 +$lang['Ldap_Login Plugin'] = 'Extensão de Entrada_Ldap ';
  47 +$lang['Ldap_Login Test'] = 'Teste de Entrada_Ldap';
  48 +$lang['Ldap_Login configuration'] = 'Configuração de Entrada_Ldap';
  49 +$lang['Let the fields blank if the ldap accept anonymous connections.'] = 'Deixar os campos vazios se LDAP aceitar ligações anónimas';
  50 +?>
0 \ No newline at end of file 51 \ No newline at end of file
language/ru_RU/index.php 0 → 100644
  1 +<?php
  2 +$url = '../';
  3 +header( 'Request-URI: '.$url );
  4 +header( 'Content-Location: '.$url );
  5 +header( 'Location: '.$url );
  6 +exit();
  7 +?>
language/ru_RU/plugin.lang.php 0 → 100644
  1 +<?php
  2 +// +-----------------------------------------------------------------------+
  3 +// | Piwigo - a PHP based photo gallery |
  4 +// +-----------------------------------------------------------------------+
  5 +// | Copyright(C) 2008-2014 Piwigo Team http://piwigo.org |
  6 +// | Copyright(C) 2003-2008 PhpWebGallery Team http://phpwebgallery.net |
  7 +// | Copyright(C) 2002-2003 Pierrick LE GALL http://le-gall.net/pierrick |
  8 +// +-----------------------------------------------------------------------+
  9 +// | This program is free software; you can redistribute it and/or modify |
  10 +// | it under the terms of the GNU General Public License as published by |
  11 +// | the Free Software Foundation |
  12 +// | |
  13 +// | This program is distributed in the hope that it will be useful, but |
  14 +// | WITHOUT ANY WARRANTY; without even the implied warranty of |
  15 +// | MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU |
  16 +// | General Public License for more details. |
  17 +// | |
  18 +// | You should have received a copy of the GNU General Public License |
  19 +// | along with this program; if not, write to the Free Software |
  20 +// | Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, |
  21 +// | USA. |
  22 +// +-----------------------------------------------------------------------+
  23 +$lang['Base DN'] = 'Базовый DN для нахождения пользователей (например, ou=пользователи, dc=com):';
  24 +$lang['Bind DN, field in full ldap style'] = 'Привязка DN в стиле LDAP (например, cn=админ, dc=com).';
  25 +$lang['New users when ldap auth is successfull'] = 'Новый пользователь, успешно аутентифицированный в LDAP ';
  26 +$lang['Save'] = 'Сохранить';
  27 +$lang['Secure connexion'] = 'Безопасное соединение ( LDAPS )';
  28 +$lang['Test Settings'] = 'Проверка настроек';
  29 +$lang['Username'] = 'Введите имя пользователя LDAP ';
  30 +$lang['Warning: LDAP Extension missing.'] = 'Внимание: отсутствует расширение LDAP!';
  31 +$lang['You must save the settings with the Save button just up there before testing here.'] = 'Вы должны сохранить настройки, нажав на кнпку "Сохранить", и только затем переходить к проверке этих настроек.';
  32 +$lang['Your password'] = 'Ваш LDAP-пароль';
  33 +$lang['All LDAP users can use their ldap password everywhere on piwigo if needed.'] = 'Все пользователи LDAP могут использовать свой LDAP-пароль всюду на Piwigo, там где это необходимо.';
  34 +$lang['Attribute corresponding to the user name'] = 'Атрибут, соответствующий имени пользователя';
  35 +$lang['Bind password'] = 'Привязка пароля';
  36 +$lang['Do you allow new piwigo users to be created when users authenticate succesfully on the ldap ?'] = 'Вы разрешаете создание нового пользователи Piwigo, если посетитель успешно верифицировался на LDAP?';
  37 +$lang['Do you want admins to be advertised by mail in case of new users creation upon ldap login ?'] = 'Хотите направлять админам сообщения, что произошло создание нового пользователя после его входа в LDAP?';
  38 +$lang['Do you want to send mail to the new users, like casual piwigo users receive ?'] = 'Вы хотите отправить почту новым пользователям, как её получают обычные пользователи Piwigo?';
  39 +$lang['If empty, localhost and standard protocol ports will be used in configuration.'] = 'Если поле пустое, то локальный и стандартные порты протокола будут использоваться в конфигурации.';
  40 +$lang['If empty, standard protocol ports will be used by the software.'] = 'Если поле пустое, то стандартный протокол портов будет использоваться программным обеспечением.';
  41 +$lang['Ldap attributes'] = 'Свойства LDAP';
  42 +$lang['Ldap connection credentials'] = 'Учетные данные подключения LDAP';
  43 +$lang['Ldap filter :'] = 'LDAP фильтр:';
  44 +$lang['Ldap port'] = 'LDAP порт';
  45 +$lang['Ldap server host'] = 'LDAP хост сервера';
  46 +$lang['Ldap server host connection'] = 'Подключение к серверу LDAP';
  47 +$lang['Ldap_Login Plugin'] = 'Плагин LDAP_Login';
  48 +$lang['Ldap_Login Test'] = 'Тест LDAP_Login';
  49 +$lang['Ldap_Login configuration'] = 'Конфигурация LDAP_Login';
  50 +$lang['Let the fields blank if the ldap accept anonymous connections.'] = 'Оставьте эти поля пустыми, если разрешается LDAP принимать анонимные подключения.';
  51 +?>
0 \ No newline at end of file 52 \ No newline at end of file
language/sk_SK/index.php 0 → 100644
  1 +<?php
  2 +$url = '../';
  3 +header( 'Request-URI: '.$url );
  4 +header( 'Content-Location: '.$url );
  5 +header( 'Location: '.$url );
  6 +exit();
  7 +?>
language/sk_SK/plugin.lang.php 0 → 100644
  1 +<?php
  2 +// +-----------------------------------------------------------------------+
  3 +// | Piwigo - a PHP based photo gallery |
  4 +// +-----------------------------------------------------------------------+
  5 +// | Copyright(C) 2008-2014 Piwigo Team http://piwigo.org |
  6 +// | Copyright(C) 2003-2008 PhpWebGallery Team http://phpwebgallery.net |
  7 +// | Copyright(C) 2002-2003 Pierrick LE GALL http://le-gall.net/pierrick |
  8 +// +-----------------------------------------------------------------------+
  9 +// | This program is free software; you can redistribute it and/or modify |
  10 +// | it under the terms of the GNU General Public License as published by |
  11 +// | the Free Software Foundation |
  12 +// | |
  13 +// | This program is distributed in the hope that it will be useful, but |
  14 +// | WITHOUT ANY WARRANTY; without even the implied warranty of |
  15 +// | MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU |
  16 +// | General Public License for more details. |
  17 +// | |
  18 +// | You should have received a copy of the GNU General Public License |
  19 +// | along with this program; if not, write to the Free Software |
  20 +// | Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, |
  21 +// | USA. |
  22 +// +-----------------------------------------------------------------------+
  23 +$lang['Do you allow new piwigo users to be created when users authenticate succesfully on the ldap ?'] = 'Môžu byť noví používatelia Piwigo vytvorení pri úspešnom overení cez LDAP?';
  24 +$lang['Do you want admins to be advertised by mail in case of new users creation upon ldap login ?'] = 'Chcete administrátorov upozorniť e-mailom v prípade vytvorenia nových používateľov po ldap prihlásení?';
  25 +$lang['Do you want to send mail to the new users, like casual piwigo users receive ?'] = 'Môžu noví používatelia prijímať poštu podobnú bežným používateľom Piwigo?';
  26 +$lang['If empty, localhost and standard protocol ports will be used in configuration.'] = 'Ak je prázdne, budú použité localhost a štandardné porty protokolu z konfigurácii.';
  27 +$lang['If empty, standard protocol ports will be used by the software.'] = 'Ak je prázdne, budú použité štandardné porty protokolu softvéru.';
  28 +$lang['Let the fields blank if the ldap accept anonymous connections.'] = 'Nechajte pole prázdne, ak LDAP prijíma anonymné pripojenie.';
  29 +$lang['Ldap connection credentials'] = 'Poverenia pre pripojenie LDAP';
  30 +$lang['New users when ldap auth is successfull'] = 'Noví používatelia po úspešnej LDAP autorizácii';
  31 +$lang['You must save the settings with the Save button just up there before testing here.'] = 'Musíte uložiť nastavenie pomocou tlačidla Uložiť, pred ich testovaním.';
  32 +$lang['Warning: LDAP Extension missing.'] = 'Upozornenie: chýba LDAP rozšírenie';
  33 +$lang['Ldap_Login configuration'] = 'Ldap_Login nastavenia';
  34 +$lang['Ldap_Login Test'] = 'Ldap_Login test';
  35 +$lang['Ldap_Login Plugin'] = 'Ldap_Login doplnok';
  36 +$lang['Ldap filter :'] = 'LDAP filter';
  37 +$lang['Secure connexion'] = 'Bezpečné pripojenie (ldaps)';
  38 +$lang['Save'] = 'Uložiť';
  39 +$lang['Test Settings'] = 'Test nastavení';
  40 +$lang['Username'] = 'Vaše LDAP používateľské meno';
  41 +$lang['Your password'] = 'Vaše LDAP heslo';
  42 +$lang['Base DN'] = 'Základné DN, kde by mal byť nájdený používateľov LDAP (napr.: ou = používatelia, dc = example, dc = com):';
  43 +$lang['Ldap server host connection'] = 'LDAP serverové pripojenie';
  44 +$lang['Ldap server host'] = 'LDAP serverový hostiteľ';
  45 +$lang['Ldap port'] = 'LDAP port';
  46 +$lang['Ldap attributes'] = 'LDAP atribúty';
  47 +$lang['Bind password'] = 'Spojiť heslo';
  48 +$lang['Bind DN, field in full ldap style'] = 'Spojiť DN LDAP štýlu (napr.: cn = admin, dc = example, dc = com).';
  49 +$lang['Attribute corresponding to the user name'] = 'Atribút zodpovedajúci používateľskému menu';
  50 +$lang['All LDAP users can use their ldap password everywhere on piwigo if needed.'] = 'Všetci LDAP používatelia môžu v prípade potreby použite svoje LDAP heslo všade v Piwigo.';
  51 +?>
0 \ No newline at end of file 52 \ No newline at end of file
language/tr_TR/index.php 0 → 100644
  1 +<?php
  2 +$url = '../';
  3 +header( 'Request-URI: '.$url );
  4 +header( 'Content-Location: '.$url );
  5 +header( 'Location: '.$url );
  6 +exit();
  7 +?>
language/tr_TR/plugin.lang.php 0 → 100644
  1 +<?php
  2 +// +-----------------------------------------------------------------------+
  3 +// | Piwigo - a PHP based photo gallery |
  4 +// +-----------------------------------------------------------------------+
  5 +// | Copyright(C) 2008-2014 Piwigo Team http://piwigo.org |
  6 +// | Copyright(C) 2003-2008 PhpWebGallery Team http://phpwebgallery.net |
  7 +// | Copyright(C) 2002-2003 Pierrick LE GALL http://le-gall.net/pierrick |
  8 +// +-----------------------------------------------------------------------+
  9 +// | This program is free software; you can redistribute it and/or modify |
  10 +// | it under the terms of the GNU General Public License as published by |
  11 +// | the Free Software Foundation |
  12 +// | |
  13 +// | This program is distributed in the hope that it will be useful, but |
  14 +// | WITHOUT ANY WARRANTY; without even the implied warranty of |
  15 +// | MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU |
  16 +// | General Public License for more details. |
  17 +// | |
  18 +// | You should have received a copy of the GNU General Public License |
  19 +// | along with this program; if not, write to the Free Software |
  20 +// | Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, |
  21 +// | USA. |
  22 +// +-----------------------------------------------------------------------+
  23 +$lang['If empty, localhost and standard protocol ports will be used in configuration.'] = 'Eğer boş bırakılırsa, yapılandırmada yerel sunucu (localhost) ve standart protokol portları kullanılacaktır.';
  24 +$lang['If empty, standard protocol ports will be used by the software.'] = 'Eğer boş bırakılırsa yazılım tarafından standart protokol portları kullanılır';
  25 +$lang['Your password'] = 'LDAP şifreniz.';
  26 +$lang['Warning: LDAP Extension missing.'] = 'Uyarı: LDAP uzantısı eksik.';
  27 +$lang['Username'] = 'LDAP kullanıcı adınız';
  28 +$lang['Test Settings'] = 'Test ayarları';
  29 +$lang['Save'] = 'Kaydet';
  30 +$lang['Secure connexion'] = 'Güvenli bağlantı (LDAPS)';
  31 +$lang['Ldap connection credentials'] = 'LDAP bağlantı kimliği';
  32 +$lang['Let the fields blank if the ldap accept anonymous connections.'] = 'Eğer LDAP anonim bağlantıyı kabul ediyorsa alanları boş bırakın';
  33 +$lang['Ldap_Login Plugin'] = 'Ldap Oturum Açma Eklentisi';
  34 +$lang['Ldap_Login Test'] = 'Ldap Oturum Açma Test';
  35 +$lang['Ldap_Login configuration'] = 'Ldap Oturum Açma Yapılandırma';
  36 +$lang['Ldap server host connection'] = 'LDAP sunucu bağlantısı';
  37 +$lang['Ldap server host'] = 'LDAP sunucusu barındırıcı';
  38 +$lang['Ldap filter :'] = 'LDAP filtresi:';
  39 +$lang['Ldap port'] = 'LDAP portu';
  40 +$lang['Ldap attributes'] = 'LDAP öz nitelikleri';
  41 +$lang['Bind password'] = 'Bağlı şifre';
  42 +$lang['Attribute corresponding to the user name'] = 'Kullanıcı adına karşılık gelen öz nitelik';
  43 +$lang['All LDAP users can use their ldap password everywhere on piwigo if needed.'] = 'Gerektiğinde tüm LDAP kullanıcıları Piwigo üzerinde LDAP şifrelerini kullanabilir.';
  44 +$lang['Base DN'] = 'LDAP kullanıcılarının bulunması gerektiğini ana DN (Örn: ou=kullanıcılar,dc=ornek,dc=com):';
  45 +$lang['You must save the settings with the Save button just up there before testing here.'] = 'Testten önce yukarıdaki Kaydet butonunu kullanarak ayarları kaydetmelisiniz.';
  46 +$lang['Bind DN, field in full ldap style'] = 'DN\'yi LDAP stiline bağla (Örn: cn=yonetici,dc=ornek,dc=com).';
  47 +$lang['New users when ldap auth is successfull'] = 'Yeni kullanıcılar - LDAP kimlik doğrulaması başarılı olduğunda';
  48 +$lang['Do you want admins to be advertised by mail in case of new users creation upon ldap login ?'] = 'Yöneticiler, LDAP oturumu açıldığında yeni kullanıcı yaratma durumundan eposta yoluyla bilgilendirilsin mi?';
  49 +$lang['Do you allow new piwigo users to be created when users authenticate succesfully on the ldap ?'] = 'Yeni kullanıcılar LDAP ile başarılı kimlik doğrulaması yaptıklarında yaratılsın mı?';
  50 +$lang['Do you want to send mail to the new users, like casual piwigo users receive ?'] = 'Yeni kullanıcılar diğer Piwigo kullanıcıları gibi eposta alsın mı?';
  51 +?>
0 \ No newline at end of file 52 \ No newline at end of file