Changeset 23212


Ignore:
Timestamp:
Jun 14, 2013, 11:18:46 PM (11 years ago)
Author:
mistic100
Message:

Use common language strings on install.tpl and remove duplicates from install.lang.php

Location:
trunk
Files:
49 edited

Legend:

Unmodified
Added
Removed
  • trunk/admin/themes/default/template/install.tpl

    r23211 r23212  
    226226      <td style="width: 30%;" class="fieldname">{'Host'|@translate}</td>
    227227      <td><input type="text" name="dbhost" value="{$F_DB_HOST}"></td>
    228       <td class="fielddesc">{'localhost, sql.multimania.com, toto.freesurf.fr'|@translate}</td>
     228      <td class="fielddesc">{'localhost or other, supplied by your host provider'|@translate}</td>
    229229    </tr>
    230230    <tr>
     
    256256  <table class="table2">
    257257    <tr>
    258       <td style="width: 30%;" class="fieldname">{'Webmaster login'|@translate}</td>
     258      <td style="width: 30%;" class="fieldname">{'Username'|@translate}</td>
    259259      <td><input type="text" name="admin_name" value="{$F_ADMIN}"></td>
    260260      <td class="fielddesc">{'It will be shown to the visitors. It is necessary for website administration'|@translate}</td>
    261261    </tr>
    262262    <tr>
    263       <td class="fieldname">{'Webmaster password'|@translate}</td>
     263      <td class="fieldname">{'Password'|@translate}</td>
    264264      <td><input type="password" name="admin_pass1" value=""></td>
    265265      <td class="fielddesc">{'Keep it confidential, it enables you to access administration panel'|@translate}</td>
     
    271271    </tr>
    272272    <tr>
    273       <td class="fieldname">{'Webmaster mail address'|@translate}</td>
     273      <td class="fieldname">{'Email address'|@translate}</td>
    274274      <td><input type="text" name="admin_mail" id="admin_mail" value="{$F_ADMIN_EMAIL}"></td>
    275275      <td class="fielddesc">{'Visitors will be able to contact site administrator with this mail'|@translate}</td>
  • trunk/language/af_ZA/install.lang.php

    r15404 r23212  
    2121// | USA.                                                                  |
    2222// +-----------------------------------------------------------------------+
     23
    2324$lang['Admin configuration'] = 'Admin konfigurasie';
    2425$lang['Basic configuration'] = 'Basiese konfigurasie';
     
    3435$lang['User'] = 'Gebruiker';
    3536$lang['verification'] = 'verifikasie';
    36 $lang['Webmaster login'] = 'Webmeester login';
    37 $lang['Webmaster mail address'] = 'Webmeester epos adres';
    3837$lang['Welcome to my photo gallery'] = 'Welkom by my fotogallery';
    3938$lang['You can download the config file and upload it to local/config directory of your installation.'] = 'Jy kan die konfigurasie lêer aflaai en oplaai na die local/config gids van jou installasie';
     
    5352$lang['Need help ? Ask your question on <a href="%s">Piwigo message board</a>.'] = 'Benodig hulp? Vra jou vraag op die <a href="%s">Piwigo aanplakbord</a>';
    5453$lang['Note you can change your configuration by yourself and restart Piwigo after that.'] = 'Let op dat jy self die opstelling kan verander en daarna Piwigo heruitvoer.';
    55 $lang['Password'] = 'Wagwoord';
    5654$lang['Piwigo may try to switch your configuration to PHP 5 by creating or modifying a .htaccess file.'] = 'Piwigo kan probeer om PHP 5 te gebruik deur \'n .htaccess-lêer te skep of te verander.';
    5755$lang['Piwigo was not able to configure PHP 5.'] = 'Piwigo kon nie PHP 5 opstel nie.';
    5856$lang['Try to configure PHP 5'] = 'Probeer PHP 5 op te stel';
    5957$lang['Visitors will be able to contact site administrator with this mail'] = 'Besoekers sal hierdie adres kan gebruik om die webmeester te kontak';
    60 $lang['Webmaster password'] = 'Webmeester wagwoord';
    6158$lang['Welcome to your new installation of Piwigo!'] = 'Welkom by jou nuwe Piwigo webtuiste!';
    6259$lang['You may referer to your hosting provider\'s support and see how you could switch to PHP 5 by yourself.'] = 'Verwys na jou diensverskaffer om uit te vind hoe jy PHP 5 kan gebruik.';
     
    6461$lang['database tables names will be prefixed with it (enables you to manage better your tables)'] = 'dit sal vooraan tabelname geheg word om tabelle beter te bestuur';
    6562$lang['enter a login for webmaster'] = 'kies \'n gebruikersnaam vir die webmeester';
    66 $lang['localhost, sql.multimania.com, toto.freesurf.fr'] = 'localhost, sql.multimania.com, toto.freesurf.fr';
    67 $lang['mail address must be like xxx@yyy.eee (example : jack@altern.org)'] = 'e-pos-adresse moet in die vorm aaa@bbb.ccc wees (voorbeeld: jack@altern.org)';
    6863$lang['please enter your password again'] = 'tike assblief weer jou wagwoord in';
    6964$lang['user login given by your host provider'] = 'gebruikersnaam deur diensverskaffer voorsien';
  • trunk/language/ar_SA/install.lang.php

    r19703 r23212  
    2828$lang['Admin configuration'] = 'اعدادات المدير';
    2929$lang['Start Install'] = 'ابدأ التثبيت';
    30 $lang['mail address must be like xxx@yyy.eee (example : jack@altern.org)'] = 'البريد يجب ان يكون على هذه الهيئة xxx@yyy.ee ( مثلاً : Jack@altern.org)';
    31 $lang['Webmaster login'] = 'دخول المدير';
    3230$lang['It will be shown to the visitors. It is necessary for website administration'] = 'سوف تظهر للزوار ، ضرورية للادارة و لوحة التحكم';
    3331$lang['Connection to server succeed, but it was impossible to connect to database'] = 'تم الاتصال بالخادم الموقع ، لكن لم يتم يتم الاتصال بقاعدة البيانات';
    3432$lang['Can\'t connect to server'] = 'لا يمكن الاتصال بالخادم';
    3533$lang['Host'] = 'المضيف';
    36 $lang['localhost, sql.multimania.com, toto.freesurf.fr'] = 'localhost, sql.multimania.com, toto.freesurf.fr';
    3734$lang['User'] = 'المستخدم';
    3835$lang['user login given by your host provider'] = 'اصرح للمستخدم  الدخول بواسطة المضيف الخاص بك';
    39 $lang['Password'] = 'كلمة المرور';
    4036$lang['user password given by your host provider'] = 'اعطي  للمستخدم كلمة المرور  بواسطة المضيف الخاص بك';
    4137$lang['Database name'] = 'أسم قاعدة البيانات';
     
    4642$lang['webmaster login can\'t contain characters \' or "'] = 'دخول المدر لا \ يمكن تتضمن الأحرف  \' أو "';
    4743$lang['please enter your password again'] = 'فضلا ً أعد كتابة كلمة المرور مرةأخرى';
    48 $lang['Webmaster password'] = 'كلمة مرور مدير الموقع';
    4944$lang['Keep it confidential, it enables you to access administration panel'] = 'ابقائه سريا، فإنه يتيح لك الوصول إلى لوحة الإدارة';
    5045$lang['Password [confirm]'] = 'كلمة المرور [confirm]';
    5146$lang['verification'] = 'التحقق';
    5247$lang['Need help ? Ask your question on <a href="%s">Piwigo message board</a>.'] = 'هل تحتاج لمساعده؟ يمكنك السؤال  <a href="%s">Piwigo لجنة الأسئلة في </a>.';
    53 $lang['Webmaster mail address'] = 'بريد مدير الموقع';
    5448$lang['Visitors will be able to contact site administrator with this mail'] = ' سيتمكن الزوار لاستخدام هذا البريد إلى الاتصال بالمسؤول عن الموقع';
    5549$lang['PHP 5 is required'] = 'مطلوب  PHP 5 ';
     
    6761$lang['Download the config file'] = 'تحميل ملف التكوين';
    6862$lang['You can download the config file and upload it to local/config directory of your installation.'] = 'يمكنك تحميل ملف التكوين وتحميله إلى الدليل المحلي';
    69 
    7063$lang['Don\'t hesitate to consult our forums for any help : %s'] = 'لاتتردد في طلب الإستشارة و الاستفسار من خلال منتدانا للمساعده : %s';
    7164$lang['Just another Piwigo gallery'] = 'معرض آخر من Piwigo';
  • trunk/language/bg_BG/install.lang.php

    r19703 r23212  
    2121// | USA.                                                                  |
    2222// +-----------------------------------------------------------------------+
     23
    2324$lang['also given by your host provider'] = 'също предоставена от доставчика на услугата';
    2425$lang['Basic configuration'] = 'Основно конфигуриране';
     
    3334$lang['Just another Piwigo gallery'] = 'Още една  Piwigo фотогалерия';
    3435$lang['Keep it confidential, it enables you to access administration panel'] = 'Пазете я в тайна, тя Ви дава достъп до административния панел';
    35 $lang['Password'] = 'Парола';
    3636$lang['Password [confirm]'] = 'Парола [потвърждаване]';
    3737$lang['please enter your password again'] = 'моля, въведете паролата още веднъж';
     
    3939$lang['verification'] = 'проверка';
    4040$lang['webmaster login can\'t contain characters \' or "'] = 'потребителското име за уебмастера, не може да съдържа символите\' или "';
    41 $lang['Webmaster password'] = 'Парола на уебмастера';
    4241$lang['Welcome to my photo gallery'] = 'Здравейте и добре дошли в моята фотогалерия';
    4342$lang['Welcome to your new installation of Piwigo!'] = 'Здравейте и добре дошли във вашата нова Piwigo инсталация! ';
     
    5655$lang['user password given by your host provider'] = 'парола за достъп до вашия доставчик';
    5756$lang['Visitors will be able to contact site administrator with this mail'] = 'Потребителите ще могат да използват този имейл за контакт с Администратора на сайта';
    58 $lang['Webmaster mail address'] = 'Webmaster имейл адрес';
    5957$lang['Can\'t connect to server'] = 'Невъзможен достъп до сървъра';
    6058$lang['Connection to server succeed, but it was impossible to connect to database'] = 'Връзката със сървъра е успешна, но достъпа до базата данни е невъзможен';
    6159$lang['It will be shown to the visitors. It is necessary for website administration'] = 'Това ще е видимо от потребителите. Необходимо е за администриране на сайта';
    62 $lang['localhost, sql.multimania.com, toto.freesurf.fr'] = 'localhost, sql.multimania.com, toto.freesurf.fr';
    63 $lang['mail address must be like xxx@yyy.eee (example : jack@altern.org)'] = 'имейл адреса трябва да е като xxx@yyy.eee (example : jack@altern.org)';
    6460$lang['Need help ? Ask your question on <a href="%s">Piwigo message board</a>.'] = 'Нужна ви е помощ? Задайте вашият въпрос в <a href="%s">Piwigo борда за съобщения</a>.';
    6561$lang['Note you can change your configuration by yourself and restart Piwigo after that.'] = 'Вие може да промените конфигурацията и сами и да рестартирате Piwigo след това.';
    66 $lang['Webmaster login'] = 'Webmaster вход';
    6762$lang['An alternate solution is to copy the text in the box above and paste it into the file "local/config/database.inc.php" (Warning : database.inc.php must only contain what is in the textarea, no line return or space character)'] = 'Алтернативно решение е да копирате текста от кутията горе и да го добавите ръчно във файла "local/config/database.inc.php" (ВНИМАНИЕ: database.inc.php трябва да съдържа само това от текстовото поле, без празни знаци)';
    6863$lang['Creation of config file local/config/database.inc.php failed.'] = 'Създаването на конфигурационен файл local/config/database.inc.php е неуспещно.';
  • trunk/language/ca_ES/install.lang.php

    r19703 r23212  
    2222// +-----------------------------------------------------------------------+
    2323
    24 
    25 
    2624$lang['Installation'] = "Instal·lació";
    2725$lang['Basic configuration'] = "Configuració bàsica";
     
    3028$lang['Admin configuration'] = "Configuració de l'administrador";
    3129$lang['Start Install'] = "Inicia la instal·lació";
    32 $lang['mail address must be like xxx@yyy.eee (example : jack@altern.org)'] = "l'adreça de correu electrònic ha de ser com  xxx@yyy.eee (exemple : jack@altern.org)";
    33 $lang['Webmaster login'] = "Nom de l'usuari administrador";
    3430$lang['It will be shown to the visitors. It is necessary for website administration'] = 'Això es mostrarà als visitants. És necessari pel web d\'administració';
    3531$lang['Connection to server succeed, but it was impossible to connect to database'] = 'La connexió amb el servidor s\'ha establert correctament però no és possible connectar amb la base de dades.';
    3632$lang['Can\'t connect to server'] = "No es pot connectar amb el servidor";
    3733$lang['Host'] = 'Allotjament';
    38 $lang['localhost, sql.multimania.com, toto.freesurf.fr'] = "localhost, sql.multimania.com, toto.freesurf.fr";
    3934$lang['User'] = "Usuari";
    4035$lang['user login given by your host provider'] = 'nom d\'usuari facilitat pel teu proveïdor d\'allotjament';
    41 $lang['Password'] = 'Clau d\'accès';
    4236$lang['user password given by your host provider'] = 'clau d\'accès de l\'usuari facilitada pel teu proveïdor d\'allotjament';
    4337$lang['Database name'] = "Nom de la base de dades";
     
    4842$lang['webmaster login can\'t contain characters \' or "'] = "El nom d'usuari de l'administrador de la web no pot contenir caràcters \' o \"";
    4943$lang['please enter your password again'] = "si us plau introduïu una altra vegada la vostra contrasenya";
    50 $lang['Webmaster password'] = "Contrasenya de l'administrador de la web";
    5144$lang['Keep it confidential, it enables you to access administration panel'] = 'Manté la confidencialitat, permet accedir al panell d\'administració';
    5245$lang['Password [confirm]'] = "Contrasenya [confirmeu]";
    5346$lang['verification'] = "verificació";
    5447$lang['Need help ? Ask your question on <a href="%s">Piwigo message board</a>.'] = "Necessiteu ajuda? Feu la vostra pregunta a <a href=\"%s\">Piwigo message board</a>.";
    55 $lang['Webmaster mail address'] = "Adreça de correu electrònic de l'administrador del web";
    5648$lang['Visitors will be able to contact site administrator with this mail'] = "Els visitants poden utilitzar aquesta adreça de correu electrònic per a contactar amb l'administrador del lloc";
    5749$lang['PHP 5 is required'] = "Es requereix PHP 5 ";
  • trunk/language/cs_CZ/install.lang.php

    r19703 r23212  
    3131$lang['Admin configuration'] = 'Administrátorská konfigurace';
    3232$lang['Start Install'] = 'Spustit instalaci';
    33 $lang['mail address must be like xxx@yyy.eee (example : jack@altern.org)'] = 'e-mailová adresa musí mít formát xxx@yyy.eee (například : novak@mail.cz)';
    34 $lang['Webmaster login'] = 'Uživatelské jméno správce';
    3533$lang['It will be shown to the visitors. It is necessary for website administration'] = 'Bude zobrazen návštěvníkům. Je nutný pro administraci aplikace.';
    3634$lang['Connection to server succeed, but it was impossible to connect to database'] = 'Spojení na server se podařilo, ale nebylo možné připojit databázi';
     
    4038$lang['User'] = 'Uživatel';
    4139$lang['user login given by your host provider'] = 'uživatelské jméno, které Vám přidělil provozovatel serveru';
    42 $lang['Password'] = 'Heslo';
    4340$lang['user password given by your host provider'] = 'heslo na tomto serveru';
    4441$lang['Database name'] = 'Jméno databáze';
     
    4946$lang['webmaster login can\'t contain characters \' or "'] = 'uživatelské jméno správce nemůže obsahovat znak \' nebo "';
    5047$lang['please enter your password again'] = 'prosím zadejte znovu heslo';
    51 $lang['Webmaster password'] = 'Heslo správce';
    5248$lang['Keep it confidential, it enables you to access administration panel'] = 'Heslo mějte utajeno, umožní Vám přístup do administrace aplikace';
    5349$lang['Password [confirm]'] = 'Heslo [potvrzení]';
    5450$lang['verification'] = 'kontrola';
    5551$lang['Need help ? Ask your question on <a href="%s">Piwigo message board</a>.'] = 'Potřebujete pomoc ? Zeptejte se na <a href="%s">Piwigo fóru</a>.';
    56 $lang['Webmaster mail address'] = 'E-mail správce';
    5752$lang['Visitors will be able to contact site administrator with this mail'] = 'Návštěvníci mohou pomocí tohoto e-mailu správce kontaktovat';
    5853$lang['PHP 5 is required'] = 'Je nutný PHP 5';
  • trunk/language/da_DK/install.lang.php

    r22438 r23212  
    2828$lang['Admin configuration'] = 'Admin-opsætning';
    2929$lang['Start Install'] = 'Begynd installation';
    30 $lang['mail address must be like xxx@yyy.eee (example : jack@altern.org)'] = 'mailadresser skal være på formen xxx@yyy.eee (eksempel: jack@altern.org)';
    31 $lang['Webmaster login'] = 'Webmasters login';
    3230$lang['It will be shown to the visitors. It is necessary for website administration'] = 'Det vil blive vist til de besøgende. Det er nødvendigt til administration af webstedet';
    3331$lang['Connection to server succeed, but it was impossible to connect to database'] = 'Forbindelsen til server er oprettet, men det var ikke muligt at få forbindelse til databasen';
    3432$lang['Can\'t connect to server'] = 'Kan ikke få forbindelse til serveren';
    3533$lang['Host'] = 'Host';
    36 $lang['localhost, sql.multimania.com, toto.freesurf.fr'] = 'localhost, sql.multimania.com, toto.freesurf.fr';
    3734$lang['User'] = 'Bruger';
    3835$lang['user login given by your host provider'] = 'brugerlogin som du har fra din webhost';
    39 $lang['Password'] = 'Adgangskode';
    4036$lang['user password given by your host provider'] = 'brugeradgangskode som du har fra din webhost';
    4137$lang['Database name'] = 'Databasenavn';
     
    4642$lang['webmaster login can\'t contain characters \' or "'] = 'webmasterlogin må ikke indeholde tegnene \' eller "';
    4743$lang['please enter your password again'] = 'indtast din adgangskode igen';
    48 $lang['Webmaster password'] = 'Webmasters adgangskode';
    4944$lang['Keep it confidential, it enables you to access administration panel'] = 'Hold det hemmeligt, det giver dig adgang til administrationspanelet.';
    5045$lang['Password [confirm]'] = 'Password [bekræft]';
    5146$lang['verification'] = 'bekræftelse';
    5247$lang['Need help ? Ask your question on <a href="%s">Piwigo message board</a>.'] = 'Brug for hjælp? Stil dine spørgsmål i <a href="%s">Piwigos forum</a>.';
    53 $lang['Webmaster mail address'] = 'Webmasters mailadresse';
    5448$lang['Visitors will be able to contact site administrator with this mail'] = 'Besøgende vil ved hjælp af denne e-mail have mulighed for at kontakte administratoren';
    5549$lang['PHP 5 is required'] = 'PHP 5 er nødvendig';
     
    6963$lang['Just another Piwigo gallery'] = 'Bare endnu et Piwigo-galleri';
    7064$lang['Welcome to my photo gallery'] = 'Velkommen til mit fotogalleri';
    71 
    7265$lang['Don\'t hesitate to consult our forums for any help : %s'] = 'Tøv ikke med at besøges vores forum for at få hjælp: %s';
    7366$lang['Welcome to your new installation of Piwigo!'] = 'Velkommen til din nye Piwigo-installation';
  • trunk/language/de_DE/install.lang.php

    r19703 r23212  
    2828$lang['Admin configuration'] = 'Konfiguration des Administrator-Accounts';
    2929$lang['Start Install'] = 'Start der Installation';
    30 $lang['mail address must be like xxx@yyy.eee (example : jack@altern.org)'] = 'Die E-Mail-Adresse muss dem Muster xxx@yyy.eee (Beispiel: jack@altern.org) entsprechen.';
    31 
    32 $lang['Webmaster login'] = 'Webmaster-Login';
    3330$lang['It will be shown to the visitors. It is necessary for website administration'] = 'Benutzername des Administrators';
    34 
    3531$lang['Connection to server succeed, but it was impossible to connect to database'] = 'Eine Verbindung zum Server konnte hergestellt werden, nicht aber zur Datenbank.';
    3632$lang['Can\'t connect to server'] = 'Es konnte keine Verbindung zum Datenbankserver aufgebaut werden.';
    37 
    3833$lang['Host'] = 'MySQL-Host';
    39 $lang['localhost, sql.multimania.com, toto.freesurf.fr'] = 'localhost, sql.multimania.com, toto.freesurf.fr';
    4034$lang['User'] = 'Benutzer';
    4135$lang['user login given by your host provider'] = 'Benutzername Ihrer MySQL-Datenbank (wie von Ihrem Hosting-Provider angegeben)';
    42 $lang['Password'] = 'Passwort';
    4336$lang['user password given by your host provider'] = 'Passwort Ihrer MySQL-Datenbank (wie von Ihrem Hosting-Provider angegeben)';
    4437$lang['Database name'] = 'Name der Datenbank';
     
    4942$lang['webmaster login can\'t contain characters \' or "'] = 'Der Benutzername des Webmasters darf nicht die Zeichen \' und " enthalten';
    5043$lang['please enter your password again'] = 'Bitte geben Sie Ihr Passwort erneut ein';
    51 $lang['Webmaster password'] = 'Webmaster-Passwort';
    5244$lang['Keep it confidential, it enables you to access administration panel'] = 'Administrator-Passwort';
    5345$lang['Password [confirm]'] = 'Passwort [Bestätigung]';
    5446$lang['verification'] = 'Wiederholen Sie das eingegebene Passwort';
    5547$lang['Need help ? Ask your question on <a href="%s">Piwigo message board</a>.'] = 'Brauchen Sie Hilfe? Stellen Sie Ihre Fragen im <a href="%s"> Piwigo-Forum</ a>.';
    56 $lang['Webmaster mail address'] = 'Webmaster-E-Mail-Adresse';
    5748$lang['Visitors will be able to contact site administrator with this mail'] = 'Kontakt-E-Mail-Adresse (nur für angemeldete Benutzer sichtbar)';
    58 
    5949$lang['PHP 5 is required'] = 'PHP5 ist erforderlich';
    6050$lang['It appears your webhost is currently running PHP %s.'] = 'Warscheinlich läuft auf Ihrem Server die PHP-Version %s.';
     
    6656$lang["You may referer to your hosting provider's support and see how you could switch to PHP 5 by yourself."] = "Sie können Kontakt zu ihrem Hosting-Provider aufnehmen und um Unterstützung bitten zur Umstellung auf PHP 5.";
    6757$lang['Hope to see you back soon.'] = 'Hoffentlich sehen wir uns bald wieder!';
    68 
    6958$lang['Congratulations, Piwigo installation is completed'] = 'Glückwunsch! Sie haben Piwigo erfolgreich installiert.';
    70 
    7159$lang['An alternate solution is to copy the text in the box above and paste it into the file "local/config/database.inc.php" (Warning : database.inc.php must only contain what is in the textarea, no line return or space character)'] = 'Sie können auch den Text in der Box unten kopieren und in die Datei local/config/database.inc.php einfügen. (Warnung: database.inc.php darf nur den reinen Text ohne Zeilenumbrüche und Leerzeichen enthalten.)';
    7260$lang['Creation of config file local/config/database.inc.php failed.'] = 'Die Erstellung der Datei local/config/database.inc.php ist fehlgeschlagen.';
  • trunk/language/el_GR/install.lang.php

    r19703 r23212  
    2222// +-----------------------------------------------------------------------+
    2323
    24 
    25 
    2624$lang['database tables names will be prefixed with it (enables you to manage better your tables)'] = "τα ονόματα των πινάκων της βάσης δεδομένων θα πάρουν αυτό το πρόθεμα (σας επιτρέπει να διαχειρίζεστε τους πίνακες σας καλύτερα)";
    2725$lang['enter a login for webmaster'] = "Εισάγετε ένα όνομα χρήστη για τον webmaster";
    2826$lang['webmaster login can\'t contain characters \' or "'] = "Το όνομα χρήστη δεν μπορεί να περιέχει τους χαρακτήρες ' ή \"";
    2927$lang['please enter your password again'] = "Παρακαλώ εισάγετε τον κωδικό πάλι";
    30 $lang['Webmaster password'] = "Ο κωδικός του Webmaster";
    3128$lang['Keep it confidential, it enables you to access administration panel'] = "Κρατήστε το εμπιστευτικό, επιτρέπει να έχετε πρόσβαση σε πίνακα διαχείρισης";
    3229$lang['Password [confirm]'] = "Κωδικός [επιβεβαίωση]";
    3330$lang['verification'] = "Επιβεβαίωση";
    3431$lang['Need help ? Ask your question on <a href="%s">Piwigo message board</a>.'] = "Χρειάζεστε βοήθεια; Ρωτήστε στο <a href=\"%s\">Πίνακα μηνυμάτων του Piwigo</a>.";
    35 $lang['Webmaster mail address'] = "Διεύθυνση ταχυδρομείου του Webmaster";
    3632$lang['Visitors will be able to contact site administrator with this mail'] = "Οι επισκέπτες θα μπορούν να χρησιμοποιήσουν αυτό το email για να επικοινωνήσουν με τον διαχειριστή του site";
    3733$lang['PHP 5 is required'] = "Aπαιτείτε PHP 5";
     
    5147$lang['Just another Piwigo gallery'] = 'Ακόμα μια γκαλερί Piwigo';
    5248$lang['Welcome to my photo gallery'] = 'Καλώς ήλθατε στη φωτογραφική μου γκαλερί';
    53 
    54 
    55 
    5649$lang['Admin configuration'] = 'Ρυθμίσεις Διαχειριστή της ιστοσελίδας';
    5750$lang['Basic configuration'] = 'Βασικές διαμόρφωση';
     
    6659$lang['Installation'] = 'Εγκατάσταση';
    6760$lang['It will be shown to the visitors. It is necessary for website administration'] = 'Έτσι Θα δείχνει στους επισκέπτες. Είναι απαραίτητο για την διαχείριση της ιστοσελίδας';
    68 $lang['Password'] = 'Κωδικός προσβασης';
    6961$lang['Start Install'] = 'Ξεκινήστε την εγκατάσταση';
    7062$lang['User'] = 'Χρήστης';
    71 $lang['Webmaster login'] = 'Σύνδεση Υπεύθυνου';
    7263$lang['Welcome to your new installation of Piwigo!'] = 'Καλώς ήρθατε στην νέα σας εγκατάσταση του Piwigo!';
    7364$lang['also given by your host provider'] = 'Επίσης, δίνεται από την εταιρία φιλοξενίας σας';
    74 $lang['localhost, sql.multimania.com, toto.freesurf.fr'] = 'localhost, sql.multimania.com, toto.freesurf.fr';
    75 $lang['mail address must be like xxx@yyy.eee (example : jack@altern.org)'] = 'Η διεύθυνση ηλεκτρονικού ταχυδρομείου πρέπει να είναι σαν xxx@yyy.eee (παράδειγμα: jack@altern.org)';
    7665$lang['user login given by your host provider'] = 'Όνομα χρήστη που έχει λάβει από το φορέα υποδοχής σας';
    7766$lang['user password given by your host provider'] = 'Κωδικός προσβασης χρήστη που έχει λάβει από το φορέα υποδοχής σας';
  • trunk/language/en_UK/install.lang.php

    r20149 r23212  
    2222// +-----------------------------------------------------------------------+
    2323
    24 
    25 
    2624$lang['Installation'] = "Installation";
    2725$lang['Basic configuration'] = "Basic configuration";
    2826$lang['Default gallery language'] = "Default gallery language";
    2927$lang['Database configuration'] = "Database configuration";
    30 $lang['Admin configuration'] = "Admin configuration";
     28$lang['Admin configuration'] = "Administration configuration";
    3129$lang['Start Install'] = "Start installation";
    32 $lang['mail address must be like xxx@yyy.eee (example : jack@altern.org)'] = 'mail address must in the format xxx@yyy.eee (example: jack@altern.org)';
    33 $lang['Webmaster login'] = "Webmaster login";
    3430$lang['It will be shown to the visitors. It is necessary for website administration'] = 'It will be shown to visitors. It is necessary for website administration';
    3531$lang['Connection to server succeed, but it was impossible to connect to database'] = 'Connection to server successful, but the connection to the database was not possible.';
    3632$lang['Can\'t connect to server'] = "Cannot connect to server";
    3733$lang['Host'] = "Host";
    38 $lang['localhost, sql.multimania.com, toto.freesurf.fr'] = "localhost, sql.multimania.com, toto.freesurf.fr";
     34$lang['localhost or other, supplied by your host provider'] = "localhost or other, supplied by your host provider";
    3935$lang['User'] = "User";
    4036$lang['user login given by your host provider'] = 'user login supplied by your host provider';
    41 $lang['Password'] = "Password";
    4237$lang['user password given by your host provider'] = 'user password supplied by your host provider';
    4338$lang['Database name'] = "Database name";
     
    4540$lang['Database table prefix'] = "Database tables prefix";
    4641$lang['database tables names will be prefixed with it (enables you to manage better your tables)'] = 'database table names will be prefixed with it (enables you to manage your tables better)';
    47 $lang['enter a login for webmaster'] = 'enter a webmaster login';
     42$lang['enter a login for webmaster'] = 'please enter the webmaster username';
    4843$lang['webmaster login can\'t contain characters \' or "'] = 'the webmaster login may not contain the characters \' or "';
    4944$lang['please enter your password again'] = "please enter your password again";
    50 $lang['Webmaster password'] = "Webmaster password";
    5145$lang['Keep it confidential, it enables you to access administration panel'] = 'Keep it confidential, it enables you to access the administration panel';
    5246$lang['Password [confirm]'] = "Password [confirm]";
    5347$lang['verification'] = "verification";
    5448$lang['Need help ? Ask your question on <a href="%s">Piwigo message board</a>.'] = 'Need help? Ask your question on the <a href="%s">Piwigo message board</a>.';
    55 $lang['Webmaster mail address'] = "Webmaster mail address";
    5649$lang['Visitors will be able to contact site administrator with this mail'] = 'Visitors will be able to use this email to contact the site administrator';
    5750$lang['PHP 5 is required'] = "PHP 5 is required";
     
    7366$lang['Welcome to your new installation of Piwigo!'] = 'Welcome to your new installation of Piwigo!';
    7467$lang['Don\'t hesitate to consult our forums for any help : %s'] = 'Don\'t hesitate to consult our forums for any help: %s';
    75 
    7668?>
  • trunk/language/eo_EO/install.lang.php

    r22689 r23212  
    2121// | USA.                                                                  |
    2222// +-----------------------------------------------------------------------+
     23
    2324$lang['webmaster login can\'t contain characters \' or "'] = 'la retejestra salutnomo ne devas enteni la signoj \' aŭ "';
    2425$lang['user password given by your host provider'] = 'uzanto-pasvorto provizita de via provizanto de gastigo';
    2526$lang['user login given by your host provider'] = 'uzanto-salutnomo provizita de via provizanto de gastigo';
    2627$lang['please enter your password again'] = 'bonvolu tajpi vian pasvorton denove';
    27 $lang['mail address must be like xxx@yyy.eee (example : jack@altern.org)'] = 'retadresa formato devas kongrui kun xxx@yyy.eee (ekz-e: jack@altern.org)';
    28 $lang['localhost, sql.multimania.com, toto.freesurf.fr'] = 'localhost, sql.multimania.com, toto.freesurf.fr';
    2928$lang['enter a login for webmaster'] = 'entajpu retestran salutnomon';
    3029$lang['database tables names will be prefixed with it (enables you to manage better your tables)'] = 'per ĝi, prefiksoj aldoniĝos sur la nomojn de la datumtabelo (ebligas al vi pli bone mastrumi viajn tabelojn)';
     
    4443$lang['Visitors will be able to contact site administrator with this mail'] = 'La vizitantoj povos uzi tiun retadreson por kontakti la retestron';
    4544$lang['Welcome to my photo gallery'] = 'Bonvenon al mia foto-galerio';
    46 $lang['Webmaster password'] = 'Retestra pasvorto';
    47 $lang['Webmaster mail address'] = 'Retestra retadreso';
    48 $lang['Webmaster login'] = 'Retestra salutnomo';
    4945$lang['Piwigo was not able to configure PHP 5.'] = 'Piwigo ne kapablis agordi PHP 5.';
    5046$lang['verification'] = 'kontrolado';
     
    5248$lang['Start Install'] = 'Komenci la instaladon';
    5349$lang['Password ']['confirm'] = 'Pasvorto [konfirmu]';
    54 $lang['Password'] = 'Pasvorto';
    5550$lang['PHP 5 is required'] = 'Necesas PHP 5';
    5651$lang['User'] = 'Uzanto';
  • trunk/language/es_ES/install.lang.php

    r19703 r23212  
    2828$lang['Admin configuration'] = 'Configuración de la cuenta Administrador';
    2929$lang['Start Install'] = 'Empezar la instalación';
    30 $lang['mail address must be like xxx@yyy.eee (example : jack@altern.org)'] = 'La dirección mail debe ser de la forma xxx@yyy.eee (ejemplo: jack@altern.org)';
    31 
    32 $lang['Webmaster login'] = 'Administrador';
    3330$lang['It will be shown to the visitors. It is necessary for website administration'] = 'Este identificador aparecerá a todos sus visitantes. Le sirvira para administrar el sitio';
    34 
    3531$lang['Connection to server succeed, but it was impossible to connect to database'] = 'La conexión al servidor es O.K., pero es imposible conectarse a esta base de datos';
    3632$lang['Can\'t connect to server'] = 'Imposible conectarse al servidor';
    37 
    3833$lang['Host'] = 'Huésped MySQL';
    39 $lang['localhost, sql.multimania.com, toto.freesurf.fr'] = 'localhost, sql.multimania.com, toto.freesurf.fr';
    4034$lang['User'] = 'Usuario';
    4135$lang['user login given by your host provider'] = 'Nombre de usuario para su alojador web';
    42 $lang['Password'] = 'Palabra de paso';
    4336$lang['user password given by your host provider'] = 'El proporcionado por su alojador web';
    4437$lang['Database name'] = 'Nombre de la base';
     
    4942$lang['webmaster login can\'t contain characters \' or "'] = 'El pseudo del webmaster no debe contener carácter " y \'';
    5043$lang['please enter your password again'] = 'Por favor, ponga su contraseña';
    51 $lang['Webmaster password'] = 'Contraseña';
    5244$lang['Keep it confidential, it enables you to access administration panel'] = 'Debe quedar confidencial, permite acceder al panel de administración.';
    5345$lang['Password [confirm]'] = 'Contraseña [Confirmar]';
    5446$lang['verification'] = 'Comprobación';
    5547$lang['Need help ? Ask your question on <a href="%s">Piwigo message board</a>.'] = '¿ Necesidad de ayuda? Plantee su pregunta sobre él <a href="%s">foro de Piwigo</a>.';
    56 $lang['Webmaster mail address'] = 'E-mail del Administrador';
    5748$lang['Visitors will be able to contact site administrator with this mail'] = 'Los visitantes podrán ponerse en contacto con usted por este mail';
    58 
    5949$lang['PHP 5 is required'] = 'PHP 5  requerido';
    6050$lang['It appears your webhost is currently running PHP %s.'] = 'Aparentemente, la versión PHP de su alojador web es PHP %s.';
     
    6656$lang["You may referer to your hosting provider's support and see how you could switch to PHP 5 by yourself."] = 'Usted debe ponerse en contacto con su alojador web con el fin de saber cómo configurar PHP 5';
    6757$lang['Hope to see you back soon.'] = 'Esperando verle  muy pronto...';
    68 
    69 
    7058$lang['Congratulations, Piwigo installation is completed'] = 'Félicitation, Piwigo está completamente instalado';
    71 
    7259$lang['An alternate solution is to copy the text in the box above and paste it into the file "local/config/database.inc.php" (Warning : database.inc.php must only contain what is in the textarea, no line return or space character)'] = 'Una solución alternativa es copiar el texto en la zona más abajo and de pegarlo en el fichero  "local/config/database.inc.php" (Atención: database.inc.php debe contener sólo lo que se encuentra en la zona, no de regreso a la línea, ningún espacio';
    7360$lang['Creation of config file local/config/database.inc.php failed.'] = 'La creación del fichero de configuración local/config/database.inc.php fue suspendido.';
     
    7663$lang['Just another Piwigo gallery'] = 'Una galería Piwigo más ';
    7764$lang['Welcome to my photo gallery'] = 'Bienvenido a mi galería de fotos';
    78 
    7965$lang['Don\'t hesitate to consult our forums for any help : %s'] = 'No dudes en escribir en nuestros foros para cualquier duda: %s';
    8066$lang['Welcome to your new installation of Piwigo!'] = '¡Bienvenid@ a la instalación de Piwigo!';
  • trunk/language/et_EE/install.lang.php

    r19703 r23212  
    2121// | USA.                                                                  |
    2222// +-----------------------------------------------------------------------+
     23
    2324$lang['Admin configuration'] = 'Halduri häälestamine';
    2425$lang['An alternate solution is to copy the text in the box above and paste it into the file "local/config/database.inc.php" (Warning : database.inc.php must only contain what is in the textarea, no line return or space character)'] = 'Alternatiivne viis lahendada, on kopeerida üleval pool kastis oleva teksti faili "local/config/database.inc.php" (NB! fail peab sisaldama vaid selle teksti, ei midagi muud ega ühtki tühikutki)';
     
    4243$lang['PHP 5 is required'] = 'Vajatakse PHP versiooni 5';
    4344$lang['Password ']['confirm'] = 'Kinnita parooli';
    44 $lang['Password'] = 'Parool';
    4545$lang['Sorry!'] = 'Vabandust!';
    4646$lang['Start Install'] = 'Alusta paigaldamist';
    4747$lang['Try to configure PHP 5'] = 'Proovi häälestada PHP 5';
    4848$lang['User'] = 'Kasutaja';
    49 $lang['Webmaster login'] = 'Veebimeistri sissepääs';
    50 $lang['Webmaster mail address'] = 'Veebimeistri eposti aadress';
    51 $lang['Webmaster password'] = 'Veebimeistri parool';
    5249$lang['Welcome to my photo gallery'] = 'Tere tulemast mu fotogalleriisse';
    5350$lang['Welcome to your new installation of Piwigo!'] = 'Tere tulemast äsja installitud Piwigosse!';
     
    6360$lang['database tables names will be prefixed with it (enables you to manage better your tables)'] = 'andmebaasi tabelite nimed alustatakse selle eesliitega (see hõlpsustab tabelite korraspidamist samas andmebaasis)';
    6461$lang['enter a login for webmaster'] = 'sisesta veebimeistri jaoks kasutajanimi';
    65 $lang['localhost, sql.multimania.com, toto.freesurf.fr'] = 'localhost, sql.multimania.com, toto.freesurf.fr';
    66 $lang['mail address must be like xxx@yyy.eee (example : jack@altern.org)'] = 'eposti aadress peab ühilduma malliga xxx@yyy.zzz (näiteks: keegi@siin.ee)';
    6762$lang['please enter your password again'] = 'palun sisesta parool uuesti';
    6863$lang['user login given by your host provider'] = 'veebimajutuse kasutajanimi';
  • trunk/language/fa_IR/install.lang.php

    r19703 r23212  
    2222// +-----------------------------------------------------------------------+
    2323
    24 
    25 
    2624$lang['Installation'] = "نصب";
    2725$lang['Basic configuration'] = 'تنظیمات اساسی';
     
    3028$lang['Admin configuration'] = 'تنظیمات مدیریت';
    3129$lang['Start Install'] = 'آغاز نصب';
    32 $lang['mail address must be like xxx@yyy.eee (example : jack@altern.org)'] = 'آدرس ایمیل باید چیزی شبیه به xxx@yyy.eee باشد. (مانند: jack@altern.org)';
    33 $lang['Webmaster login'] = 'ورود مدیرکل';
    3430$lang['It will be shown to the visitors. It is necessary for website administration'] = 'این برای بازدیدکنندگان نمایش داده می شود. برای مدیریت سایت ضروری است';
    3531$lang['Connection to server succeed, but it was impossible to connect to database'] = 'ارتباط با سرور با موفقیت انجام شد، اما ارتباط با پایگاه داده با مشکل مواجه شد';
    3632$lang['Can\'t connect to server'] = 'ارتباط با سرور ممکن نیست';
    3733$lang['Host'] = 'میزبان (Host)';
    38 $lang['localhost, sql.multimania.com, toto.freesurf.fr'] = 'localhost، sql.multimania.com، toto.freesurf.fr';
    3934$lang['User'] = 'نام کاربری';
    4035$lang['user login given by your host provider'] = 'نام کاربری خود را باید از هاست دریافت نمایید';
    41 $lang['Password'] = "گذرواژه";
    4236$lang['user password given by your host provider'] = 'گذرواژه را باید از هاست دریافت نمایید';
    4337$lang['Database name'] = 'نام پایگاه داده';
     
    4842$lang['webmaster login can\'t contain characters \' or "'] = 'مشخصات ورود نباید دارای کاراکترهای \' و " باشند';
    4943$lang['please enter your password again'] = 'خواهشمند است گذرواژه خود را دوباره وارد نمایید';
    50 $lang['Webmaster password'] = 'گذرواژه ی مدیرکل';
    5144$lang['Keep it confidential, it enables you to access administration panel'] = 'گذرواژه را محرمانه نگه دارید، آن دسترسی شما را به مدیریت فراهم می کند';
    5245$lang['Password [confirm]'] = "تاييد گذرواژه";
    5346$lang['verification'] = 'تأیید';
    5447$lang['Need help ? Ask your question on <a href="%s">Piwigo message board</a>.'] = 'به کمک نیاز دارید ؟ پرسش خود را در <a href="%s">تالارهای پشتیبانی Piwigo</a> مطرح نمایید.';
    55 $lang['Webmaster mail address'] = 'آدرس ایمیل مدیرکل';
    5648$lang['Visitors will be able to contact site administrator with this mail'] = 'بازدیدکنندگان می توانند بوسیله ی این ایمیل با مدیرکل ارتباط برقرار کنند';
    5749$lang['PHP 5 is required'] = 'نگارش پنجم PHP لازم است';
  • trunk/language/fi_FI/install.lang.php

    r19703 r23212  
    2121// | USA.                                                                  |
    2222// +-----------------------------------------------------------------------+
     23
    2324$lang['Admin configuration'] = 'Pääkäyttäjän konfiguroiminen';
    2425$lang['Basic configuration'] = 'Perusasetukset';
     
    3233$lang['Installation'] = 'Asennus';
    3334$lang['It will be shown to the visitors. It is necessary for website administration'] = 'Tullaan näyttämään vierailijoille. Olennainen sivuston hallintaa ajatellen';
    34 $lang['Password'] = 'Salasana';
    3535$lang['Start Install'] = 'Aloita asennus';
    3636$lang['User'] = 'Käyttäjä';
    37 $lang['Webmaster login'] = 'Webmaster -kirjatuminen';
    3837$lang['also given by your host provider'] = 'myöskin palveluntarjoajan määrittelemä';
    39 $lang['localhost, sql.multimania.com, toto.freesurf.fr'] = 'paikallinen isäntäkone';
    40 $lang['mail address must be like xxx@yyy.eee (example : jack@altern.org)'] = 'sähköpostin tulee olla muodossa xxx@yyy.eee (esim. jack@altern.org)';
     38$lang['localhost or other, supplied by your host provider'] = 'paikallinen isäntäkone';
    4139$lang['user login given by your host provider'] = 'käyttäjänimi, jonka palveluntarjoaja on määrittänyt';
    4240$lang['user password given by your host provider'] = 'käyttäjän salasana, jonka palveluntarjoaja on määrittänyt';
     
    5048$lang['Try to configure PHP 5'] = 'Yritä määrittää PHP 5';
    5149$lang['Visitors will be able to contact site administrator with this mail'] = 'Vierailijat voivat ottaa yhteyttä sivuston ylläpitäjään tätä sähköpostiosoitetta käyttäen';
    52 $lang['Webmaster mail address'] = 'Ylläpitäjän sähköpostiosoite';
    53 $lang['Webmaster password'] = 'Ylläpitäjän salasana';
    5450$lang['Welcome to my photo gallery'] = 'Tervetuloa kuvagalleriaani';
    5551$lang['enter a login for webmaster'] = 'Lisää käyttäjätunnus ylläpitäjälle';
  • trunk/language/fr_CA/install.lang.php

    r19703 r23212  
    2222// +-----------------------------------------------------------------------+
    2323
    24 
    25 
    2624$lang['Installation'] = "Installation";
    2725$lang['Basic configuration'] = "Configuration de base";
     
    3028$lang['Admin configuration'] = "Configuration du compte administrateur";
    3129$lang['Start Install'] = "Démarrer l'installation";
    32 $lang['mail address must be like xxx@yyy.eee (example : jack@altern.org)'] = "L'adresse de courriel doit être de la forme xxx@yyy.eee (exemple : jack@altern.org)";
    33 $lang['Webmaster login'] = "Identifiant de l'administrateur";
    3430$lang['It will be shown to the visitors. It is necessary for website administration'] = "Cet identifiant apparaîtra à tous vos visiteurs. Il vous sert pour administrer le site";
    3531$lang['Connection to server succeed, but it was impossible to connect to database'] = "La connexion au serveur est OK, mais la connection à cette base de données est impossible";
    3632$lang['Can\'t connect to server'] = "Impossible de se connecter au serveur";
    3733$lang['Host'] = "Hôte";
    38 $lang['localhost, sql.multimania.com, toto.freesurf.fr'] = "localhost, sql.multimania.com, toto.freesurf.fr";
    3934$lang['User'] = "Utilisateur";
    4035$lang['user login given by your host provider'] = "nom d'utilisateur communiqué par votre hébergeur";
    41 $lang['Password'] = "Mot de passe";
    4236$lang['user password given by your host provider'] = "mot de passe utilisateur communiqué par votre hébergeur";
    4337$lang['Database name'] = "Nom de la base de données";
     
    4842$lang['webmaster login can\'t contain characters \' or "'] = "le pseudo du webmaster ne doit pas comporter les caractères \" et '";
    4943$lang['please enter your password again'] = "veuillez resaisir votre mot de passe";
    50 $lang['Webmaster password'] = "Mot de passe du webmaster";
    5144$lang['Keep it confidential, it enables you to access administration panel'] = "Il doit rester confidentiel, il permet d'accéder à l'écran d'administration.";
    5245$lang['Password [confirm]'] = "Mot de passe [Confirmer]";
    5346$lang['verification'] = "vérification";
    5447$lang['Need help ? Ask your question on <a href="%s">Piwigo message board</a>.'] = "Besoin d'aide ? Posez votre question sur le <a href=\"%s\">forum de Piwigo</a>.";
    55 $lang['Webmaster mail address'] = "Adresse de courriel de l'administrateur";
    5648$lang['Visitors will be able to contact site administrator with this mail'] = "Les visiteurs pourront contacter l'administrateur du site par ce courriel";
    5749$lang['PHP 5 is required'] = "PHP 5 est requis";
     
    7365$lang['Welcome to your new installation of Piwigo!'] = 'Bienvenue sur votre nouvelle installtion de Piwigo!';
    7466$lang['Don\'t hesitate to consult our forums for any help : %s'] = 'N\'hésitez pas à consulter bos forums si vous avez le moindre problème : %s';
    75 
    7667?>
  • trunk/language/fr_FR/install.lang.php

    r21178 r23212  
    2222// +-----------------------------------------------------------------------+
    2323
    24 
    25 
    2624$lang['Installation'] = "Installation";
    2725$lang['Basic configuration'] = "Configuration de base";
     
    3028$lang['Admin configuration'] = "Configuration du compte administrateur";
    3129$lang['Start Install'] = "Démarrer l'installation";
    32 $lang['mail address must be like xxx@yyy.eee (example : jack@altern.org)'] = "L'adresse mail doit être de la forme xxx@yyy.eee (exemple : jack@altern.org)";
    33 $lang['Webmaster login'] = "Identifiant de l'administrateur";
    3430$lang['It will be shown to the visitors. It is necessary for website administration'] = "Cet identifiant apparaîtra à tous vos visiteurs. Il vous sert pour administrer le site";
    3531$lang['Connection to server succeed, but it was impossible to connect to database'] = "La connexion au serveur est OK, mais la connection à cette base de données est impossible";
    3632$lang['Can\'t connect to server'] = "Impossible de se connecter au serveur";
    3733$lang['Host'] = "Hôte";
    38 $lang['localhost, sql.multimania.com, toto.freesurf.fr'] = "localhost ou autre, donné par votre hébergeur";
     34$lang['localhost or other, supplied by your host provider'] = "localhost ou autre, communiqué par votre hébergeur";
    3935$lang['User'] = "Utilisateur";
    4036$lang['user login given by your host provider'] = "nom d'utilisateur communiqué par votre hébergeur";
    41 $lang['Password'] = "Mot de passe";
    4237$lang['user password given by your host provider'] = "mot de passe utilisateur communiqué par votre hébergeur";
    4338$lang['Database name'] = "Nom de la base de données";
     
    4540$lang['Database table prefix'] = "Préfixe des noms de tables";
    4641$lang['database tables names will be prefixed with it (enables you to manage better your tables)'] = "le nom des tables sera précédé de ce préfixe (permet de mieux gérer sa base de données)";
    47 $lang['enter a login for webmaster'] = "veuillez rentrer un pseudo pour le webmaster";
     42$lang['enter a login for webmaster'] = "veuillez rentrer un nom d'utilisateur pour le webmaster";
    4843$lang['webmaster login can\'t contain characters \' or "'] = 'le pseudo du webmestre ne doit pas comporter les caractères " et \'';
    4944$lang['please enter your password again'] = "veuillez resaisir votre mot de passe";
    50 $lang['Webmaster password'] = 'Mot de passe du webmestre';
    5145$lang['Keep it confidential, it enables you to access administration panel'] = "Il doit rester confidentiel, il permet d'accéder à l'écran d'administration.";
    5246$lang['Password [confirm]'] = "Mot de passe [Confirmer]";
    5347$lang['verification'] = "vérification";
    5448$lang['Need help ? Ask your question on <a href="%s">Piwigo message board</a>.'] = "Besoin d'aide ? Posez votre question sur le <a href=\"%s\">forum de Piwigo</a>.";
    55 $lang['Webmaster mail address'] = "Adresse e-mail de l'administrateur";
    5649$lang['Visitors will be able to contact site administrator with this mail'] = "Les visiteurs pourront contacter l'administrateur du site par ce mail";
    5750$lang['PHP 5 is required'] = "PHP 5 est requis";
     
    6558$lang['Hope to see you back soon.'] = "En espérant vous revoir très prochainement.";
    6659$lang['Congratulations, Piwigo installation is completed'] = 'Félicitations, l\'installation de Piwigo est terminée';
    67 
    6860$lang['An alternate solution is to copy the text in the box above and paste it into the file "local/config/database.inc.php" (Warning : database.inc.php must only contain what is in the textarea, no line return or space character)'] = 'Une solution alternative est de copier le texte dans la zone ci-dessous et de le coller dans le fichier "local/config/database.inc.php" (Attention: database.inc.php ne doit contenir que ce qui se trouve dans la zone, pas de retour à la ligne, pas d\'espace)';
    6961$lang['Creation of config file local/config/database.inc.php failed.'] = 'La création du fichier de configuration local/config/database.inc.php a échoué.';
     
    7466$lang['Welcome to your new installation of Piwigo!'] = 'Bienvenue sur votre nouvelle installation de Piwigo !';
    7567$lang['Don\'t hesitate to consult our forums for any help : %s'] = 'N\'hésitez pas à consulter nos forums si vous avez le moindre problème : %s';
    76 
    7768?>
  • trunk/language/gl_ES/install.lang.php

    r20897 r23212  
    2121// | USA.                                                                  |
    2222// +-----------------------------------------------------------------------+
     23
    2324$lang['database tables names will be prefixed with it (enables you to manage better your tables)'] = 'os nomes das táboas da base de datos irán prefixadas con el (permite unha mellor xestión das táboas)';
    24 $lang['localhost, sql.multimania.com, toto.freesurf.fr'] = 'localhost, sql.multimania.com, toto.freesurf.fr';
    2525$lang['enter a login for webmaster'] = 'insire o nome de usuario do administrador web';
    26 $lang['mail address must be like xxx@yyy.eee (example : jack@altern.org)'] = 'o enderezo de correo debe ter o formato xxx@yyy.eee (exemplo: proxecto@trasno.net';
    2726$lang['please enter your password again'] = 'insire a túa clave outra vez';
    2827$lang['user login given by your host provider'] = 'nome de usuario fornecido polo teu provedor do aloxamento';
     
    3938$lang['User'] = 'Usuario';
    4039$lang['Visitors will be able to contact site administrator with this mail'] = 'Os visitantes poderán empregar este correo electrónico para contactar co administrador do sitio';
    41 $lang['Webmaster login'] = 'Usuario do administrador web';
    42 $lang['Webmaster mail address'] = 'Correo electrónico do administrador web';
    43 $lang['Webmaster password'] = 'Clave do administrador web';
    4440$lang['Welcome to my photo gallery'] = 'Benvido a miña galería de fotos';
    4541$lang['Welcome to your new installation of Piwigo!'] = 'Benvido a túa nova instalación de piwigo!';
    4642$lang['You can download the config file and upload it to local/config directory of your installation.'] = 'Podes descargar o ficheiro de configuración e subilo a local/config na túa instalación.';
    4743$lang['PHP 5 is required'] = 'É preciso PHP 5';
    48 $lang['Password'] = 'Clave';
    4944$lang['Password ']['confirm'] = 'Clave [confirmar]';
    5045$lang['Note you can change your configuration by yourself and restart Piwigo after that.'] = 'Fíxate que podes mudar ti mesmo a túa configuración e reiniciar o Piwigo despois.';
  • trunk/language/he_IL/install.lang.php

    r19703 r23212  
    2222// +-----------------------------------------------------------------------+
    2323
    24 
    25 
    2624$lang['Installation'] = "התקנה";
    2725$lang['Basic configuration'] = "הגדרות בסיסיות";
     
    3028$lang['Admin configuration'] = "הגדרות מנהל";
    3129$lang['Start Install'] = "התחל התקנה";
    32 $lang['mail address must be like xxx@yyy.eee (example : jack@altern.org)'] = "כתובת דואר אלקטרוני xxx@yyy.eee (example : jack@altern.com)";
    33 $lang['Webmaster login'] = "התחברות מנהל האתר";
    3430$lang['It will be shown to the visitors. It is necessary for website administration'] = "יוצג בפני המבקרים. נחוץ בשביל מנהל האתר";
    3531$lang['Connection to server succeed, but it was impossible to connect to database'] = "התחבר לשרת בהצלחה, אך לא הצליח להתחבר לבסיס נתונים";
    3632$lang['Can\'t connect to server'] = "לא מצליח להתחבר לשרת";
    3733$lang['Host'] = "שרת מארח";
    38 $lang['localhost, sql.multimania.com, toto.freesurf.fr'] = "localhost, sql.multimania.com, toto.freesurf.fr";
    3934$lang['User'] = "משתמש";
    4035$lang['user login given by your host provider'] = "המשתמש שניתן לך על ידי השרת המארח שלך";
    41 $lang['Password'] = "סיסמה";
    4236$lang['user password given by your host provider'] = "הסיסמה שניתנה לך על ידיד השרת המארח שלך";
    4337$lang['Database name'] = "שם בסיס הנתונים";
     
    4842$lang['webmaster login can\'t contain characters \' or "'] = "משתמש מנהל האתר לא יכול להחיל את התווים \' או מרחאות";
    4943$lang['please enter your password again'] = "הכנס בבקשה את הסיסמה שוב";
    50 $lang['Webmaster password'] = "ססמת מנהל האתר";
    5144$lang['Keep it confidential, it enables you to access administration panel'] = "שמור זאת בסוד, זה מאפשר לך להיכנס לפאנל ניהול האתר";
    5245$lang['Password [confirm]'] = "סיסמה [אושרה]";
    5346$lang['verification'] = "אימות";
    5447$lang['Need help ? Ask your question on <a href="%s">Piwigo message board</a>.'] = "צריך עזרה? היעזר ב <a href=\"%s\">הפורום של Piwigo</a>.";
    55 $lang['Webmaster mail address'] = "דואר אלקטרוני של מנהל האתר";
    5648$lang['Visitors will be able to contact site administrator with this mail'] = "אורחים יוכלו להשתמש בדואר האלקטרוני הזה כדי ליצור קשר עם מנהל האתר";
    5749$lang['PHP 5 is required'] = "נדרש גירסת PHP 5";
  • trunk/language/hr_HR/install.lang.php

    r19770 r23212  
    2828$lang['Admin configuration'] = 'Upravna postava';
    2929$lang['Start Install'] = 'Pokreni ugradbu';
    30 $lang['mail address must be like xxx@yyy.eee (example : jack@altern.org)'] = 'e-mail adresa mora biti kao xxx@yyy.eee (example : jere@stranica.org)';
    31 $lang['Webmaster login'] = 'Webmaster-ova prijava';
    3230$lang['It will be shown to the visitors. It is necessary for website administration'] = 'Biti će prikazano posjetiteljima. Potrebno je za upravljanje web mjestom';
    3331$lang['Connection to server succeed, but it was impossible to connect to database'] = 'Povezivanje sa poslužiteljem uspješno, ali je nemoguće povezivanje sa bazom podataka';
    3432$lang['Can\'t connect to server'] = 'Ne mogu se povezati sa poslužiteljem';
    3533$lang['Host'] = 'MySQL poslužitelj';
    36 $lang['localhost, sql.multimania.com, toto.freesurf.fr'] = 'localhost, sql.multimania.com, toto.freesurf.fr';
    3734$lang['User'] = 'Korisnik';
    3835$lang['user login given by your host provider'] = 'korisničko ime dobiveno od davatelja usluge smještaja';
    39 $lang['Password'] = 'Zaporka';
    4036$lang['user password given by your host provider'] = 'korisnička zaporka dobivena od davatelja usluge smještaja';
    4137$lang['Database name'] = 'Naziv baze podataka';
     
    4642$lang['webmaster login can\'t contain characters \' or "'] = 'webmaster-ovo korisničko ime ne može sadržavati znakove \' ili "';
    4743$lang['please enter your password again'] = 'molimo upišite zaporku ponovo';
    48 $lang['Webmaster password'] = 'Webmaster-ova zaporka';
    4944$lang['Keep it confidential, it enables you to access administration panel'] = 'Čuvajte je na sigurnom mjestu, ona omogućava pristup upravnoj ploči';
    5045$lang['Password [confirm]'] = 'Zaporka [potvrdi]';
    5146$lang['verification'] = 'ovjera';
    5247$lang['Need help ? Ask your question on <a href="%s">Piwigo message board</a>.'] = 'Trebate pomoć? Pitajte na <a href="%s">Piwigo message board</a>.';
    53 $lang['Webmaster mail address'] = 'Webmaster-ova e-mail adresa';
    5448$lang['Visitors will be able to contact site administrator with this mail'] = 'Posjetitelji će moći pisati upravitelju galerije preko ove adrese';
    5549$lang['PHP 5 is required'] = 'PHP 5 je obvezan';
     
    6963$lang['Just another Piwigo gallery'] = 'Samo još jedna Piwigo galerija';
    7064$lang['Welcome to my photo gallery'] = 'Dobrodošli u moju fotogaleriju';
    71 
    7265$lang['Don\'t hesitate to consult our forums for any help : %s'] = 'Ukoliko trebate pomoć slobodno pitajte na forumu: %s';
    7366$lang['Welcome to your new installation of Piwigo!'] = 'Dobrodošli na vašu novu Piwigo instalaciju!';
  • trunk/language/hu_HU/install.lang.php

    r20018 r23212  
    2222// +-----------------------------------------------------------------------+
    2323
    24 
    25 
    2624$lang['Installation'] = 'Telepítés';
    2725$lang['Basic configuration'] = 'Alap konfiguráció';
     
    3028$lang['Admin configuration'] = 'Rendszergazda fiókjának beállítása';
    3129$lang['Start Install'] = 'Telepítés indítása';
    32 $lang['mail address must be like xxx@yyy.eee (example : jack@altern.org)'] = 'E-mail formátuma: xxx@yyy.eee (pl.: kedvenc@nyuszi.hu)';
    33 $lang['Webmaster login'] = 'Webmester';
    3430$lang['It will be shown to the visitors. It is necessary for website administration'] = 'A látogatók látni fogják. Szükséges a weboldal adminisztrációjához';
    3531$lang['Connection to server succeed, but it was impossible to connect to database'] = 'A kapcsolat a kiszolgálóval rendben, de nem sikerült csatlakozni az adatbázishoz';
    3632$lang['Can\'t connect to server'] = 'Nem sikerült kapcsolódni a szerverhez';
    3733$lang['Host'] = 'MySQL host';
    38 $lang['localhost, sql.multimania.com, toto.freesurf.fr'] = 'localhost, sql, stb.';
    3934$lang['User'] = 'Felhasználó név';
    4035$lang['user login given by your host provider'] = 'a tárhelyszolgáltató által adott felhasználónév';
    41 $lang['Password'] = 'Jelszó';
    4236$lang['user password given by your host provider'] = 'a tárhelyen használt jelszó';
    4337$lang['Database name'] = 'Adatbázis neve';
     
    4842$lang['webmaster login can\'t contain characters \' or "'] = 'A webmester nevében nem használhatók a \' és " karakterek';
    4943$lang['please enter your password again'] = 'kérjük, adja meg újra a jelszót';
    50 $lang['Webmaster password'] = 'Webmester jelszó';
    5144$lang['Keep it confidential, it enables you to access administration panel'] = 'Kezelje bizalmasan az adatokat, ezek lehetővé teszik a hozzáférést az adminisztrációs felülethez';
    5245$lang['Password [confirm]'] = 'Jelszó [megerősítés]';
    5346$lang['verification'] = 'jelszó egyezőségének ellenőrzése';
    5447$lang['Need help ? Ask your question on <a href="%s">Piwigo message board</a>.'] = 'Segítségre van szüksége ? Kérdéseit itt teheti fel: <a href="%s">Piwigo üzenőfal</a>.';
    55 $lang['Webmaster mail address'] = 'Webmester e-mail cím';
    5648$lang['Visitors will be able to contact site administrator with this mail'] = 'A látogatók ezen az e-mail címen tudják felvenni a kapcsolatot az adminisztrátorral';
    5749$lang['PHP 5 is required'] = 'PHP 5 szükséges';
  • trunk/language/it_IT/install.lang.php

    r21310 r23212  
    2222// +-----------------------------------------------------------------------+
    2323
    24 
    25 
    2624$lang['Installation'] = 'Installazione';
    2725$lang['Basic configuration'] = 'Configurazione di base';
     
    3028$lang['Admin configuration'] = 'Configurazione utente Amministratore';
    3129$lang['Start Install'] = 'Inizia l\'installazione';
    32 $lang['mail address must be like xxx@yyy.eee (example : jack@altern.org)'] = 'l\'indirizzo email deve essere tipo xxx@yyy.eee (esempio: jack@altern.org)';
    33 $lang['Webmaster login'] = 'Nome utente webmaster';
    3430$lang['It will be shown to the visitors. It is necessary for website administration'] = 'Esso verrà mostrato ai visitatori. E\' necessario per amministrare il vostro sito';
    3531$lang['Connection to server succeed, but it was impossible to connect to database'] = 'Connessione al server riuscita, ma non è stato possibile connettersi al database.';
    3632$lang['Can\'t connect to server'] = 'Impossibile connettersi al server';
    3733$lang['Host'] = 'Host';
    38 $lang['localhost, sql.multimania.com, toto.freesurf.fr'] = 'localhost o altro, datovi dal vostro provider';
     34$lang['localhost or other, supplied by your host provider'] = 'localhost o altro, datovi dal vostro provider';
    3935$lang['User'] = 'Utente';
    4036$lang['user login given by your host provider'] = 'login utente database fornito dal vostro provider';
    41 $lang['Password'] = 'Password';
    4237$lang['user password given by your host provider'] = 'password d\'accesso al database fornita dal vostro provider';
    4338$lang['Database name'] = 'Nome del database';
     
    4843$lang['webmaster login can\'t contain characters \' or "'] = 'il nome utente del webmaster non può contenere caratteri come \' o "';
    4944$lang['please enter your password again'] = 'reinserire la password';
    50 $lang['Webmaster password'] = 'Password del webmaster';
    5145$lang['Keep it confidential, it enables you to access administration panel'] = 'Da conservare con cura. Permette l\'accesso al pannello d\'amministrazione';
    5246$lang['Password [confirm]'] = 'Password [confermare]';
    5347$lang['verification'] = 'verifica';
    5448$lang['Need help ? Ask your question on <a href="%s">Piwigo message board</a>.'] = 'Avete bisogno di aiuto? Visitate il <a href="%s">forum di Piwigo</a>.';
    55 $lang['Webmaster mail address'] = 'Indirizzo email del Webmaster';
    5649$lang['Visitors will be able to contact site administrator with this mail'] = 'I visitatori saranno in grado di contattarvi usando questa email';
    5750$lang['PHP 5 is required'] = 'E\' richiesto PHP 5';
     
    6558$lang['Hope to see you back soon.'] = 'Speriamo di rivedervi presto.';
    6659$lang['Congratulations, Piwigo installation is completed'] = 'Congratulazioni, l\'installazione di Piwigo è completata';
    67 
    6860$lang['An alternate solution is to copy the text in the box above and paste it into the file "local/config/database.inc.php" (Warning : database.inc.php must only contain what is in the textarea, no line return or space character)'] = 'Una soluzione alternativa è quella di copiare il testo della casella sopra e incollarlo nel file "local/config/database.inc.php" (Attenzione: database.inc.php deve contenere solo quello che c\'è nel box sopra, senza nessun ritorno a capo o spazio)';
    6961$lang['Creation of config file local/config/database.inc.php failed.'] = 'Creazione del file di configurazione local/config/database.inc.php fallita.';
     
    7466$lang['Welcome to your new installation of Piwigo!'] = 'Benvenuti sulla vostra nuova installazione di Piwigo!';
    7567$lang['Don\'t hesitate to consult our forums for any help : %s'] = 'Non esitate a consultare i nostri forum se avete un qualunque problema: %s';
    76 
    7768?>
  • trunk/language/ja_JP/install.lang.php

    r19890 r23212  
    2828$lang['Admin configuration'] = '管理設定';
    2929$lang['Start Install'] = 'インストールを開始する';
    30 $lang['mail address must be like xxx@yyy.eee (example : jack@altern.org)'] = 'メールアドレスは、 xxx@yyy.eee のような形式にしてください (例: jack@altern.org)。';
    31 
    32 $lang['Webmaster login'] = 'ウェブマスタログイン';
    3330$lang['It will be shown to the visitors. It is necessary for website administration'] = 'ゲスト一覧に表示されます。ウェブサイト管理に必要です。';
    34 
    3531$lang['Connection to server succeed, but it was impossible to connect to database'] = 'サーバへ接続することができましたが、データベースに接続できません。';
    3632$lang['Can\'t connect to server'] = 'サーバに接続できません。';
    37 
    3833$lang['Host'] = 'ホスト';
    39 $lang['localhost, sql.multimania.com, toto.freesurf.fr'] = '例) localhost、sql.multimania.com、toto.freesurf.fr';
    4034$lang['User'] = 'ユーザー';
    4135$lang['user login given by your host provider'] = 'あなたのホスティング業者から提供されたデータベースユーザ名です。';
    42 $lang['Password'] = 'パスワード';
    4336$lang['user password given by your host provider'] = 'あなたのホスティング業者から提供されたデータベースパスワードです。';
    4437$lang['Database name'] = 'データベース名';
     
    4942$lang['webmaster login can\'t contain characters \' or "'] = 'ウェブマスタのユーザIDには、「\'」または「"」を含まないでください。';
    5043$lang['please enter your password again'] = 'もう一度あなたのパスワードを入力してください。';
    51 $lang['Webmaster password'] = 'ウェブマスタパスワード';
    5244$lang['Keep it confidential, it enables you to access administration panel'] = 'ウェブマスタパスワードは、秘密にしてください。ウェブマスタパスワードを使用して、管理パネルにアクセスできます。';
    5345$lang['Password [confirm]'] = 'パスワード [もう一度]';
    5446$lang['verification'] = '確認';
    5547$lang['Need help ? Ask your question on <a href="%s">Piwigo message board</a>.'] = 'ヘルプが必要ですか? <a href="%s">Piwigoメッセージボード</a>にて、あなたの質問を投稿してください。';
    56 $lang['Webmaster mail address'] = 'ウェブマスタメールアドレス';
    5748$lang['Visitors will be able to contact site administrator with this mail'] = 'ゲストは、このメールアドレスでサイト管理者に連絡することができます。';
    5849$lang['PHP 5 is required'] = 'PHP 5が必要です';
  • trunk/language/ka_GE/install.lang.php

    r19703 r23212  
    2828$lang['Admin configuration'] = 'ადმინისტრირების გასწორება';
    2929$lang['Start Install'] = 'დავიწყოთ დაყენება';
    30 $lang['mail address must be like xxx@yyy.eee (example : jack@altern.org)'] = 'ელ.ფოსტის მისამართი უნდა გავდეს  xxx@yyy.eee (მაგალითად: jack@altern.org)';
    31 
    32 $lang['Webmaster login'] = 'ვებმასტერის სახელი(ლოგინი)';
    3330$lang['It will be shown to the visitors. It is necessary for website administration'] = 'მას დაინახავენ მნახველები.საჭიროა საიტის ადმინისტრირებისათვის';
    34 
    3531$lang['Connection to server succeed, but it was impossible to connect to database'] = 'წარმატებით დაუკავშირდით სერვერს,მაგრამ მონაცემთა ბაზასთან დაკავშირება შეუძლებელია';
    3632$lang['Can\'t connect to server'] = 'შეუძლებელია სერვერთან დაკავშირება';
    37 
    3833$lang['Host'] = 'MySQL ხოსტი';
    39 $lang['localhost, sql.multimania.com, toto.freesurf.fr'] = 'localhost, sql.multimania.com, toto.freesurf.fr';
    4034$lang['User'] = 'მომხმარებელი';
    4135$lang['user login given by your host provider'] = 'სახელი(ლოგინი),რომელიც პროვაიდერმა მოგცათ';
    42 $lang['Password'] = 'პაროლი';
    4336$lang['user password given by your host provider'] = 'პაროლი,რომელიც პროვაიდერმა მოგცათ';
    4437$lang['Database name'] = 'მონაცემთა ბაზის სახელი';
     
    4942$lang['webmaster login can\'t contain characters \' or "'] = 'ლოგინი ვებმასტერისათვის არ უნდა შეიცავდეს სიმბოლოებს  \' ან "';
    5043$lang['please enter your password again'] = 'პაროლი კიდევ ერთხელ';
    51 $lang['Webmaster password'] = 'ვებმასტერის პარილო';
    5244$lang['Keep it confidential, it enables you to access administration panel'] = 'არ გაუმხილოთ არავის,იგი საჭიროა ადმინისტრირების პანელთან დასაშვებად';
    5345$lang['Password [confirm]'] = 'გაიმეორეთ პაროლი';
    5446$lang['verification'] = 'კიდევ ერთხელ,შეცდომის გამოსარიცხად';
    5547$lang['Need help ? Ask your question on <a href="%s">Piwigo message board</a>.'] = 'გჭირდებათ დახმარება?დასვით შეკითხვები <a href="%s">Piwigo–ს ფორუმზე</a>.';
    56 $lang['Webmaster mail address'] = 'ვებმასტერის ელ.ფოსტა';
    5748$lang['Visitors will be able to contact site administrator with this mail'] = 'გამოყენებული იქნება მომხმარებლების მიერ ადმინისტრატორთან კავშირისათვის';
    58 
    5949$lang['PHP 5 is required'] = 'საჭიროა PHP 5';
    6050$lang['It appears your webhost is currently running PHP %s.'] = 'სავარაუდოდ თქვენი ხოსტინგი ამჟამად იყენებს PHP %s.';
  • trunk/language/kn_IN/install.lang.php

    r22473 r23212  
    2121// | USA.                                                                  |
    2222// +-----------------------------------------------------------------------+
    23 $lang['localhost, sql.multimania.com, toto.freesurf.fr'] = 'localhost, sql.multimania.com, toto.freesurf.fr';
     23
    2424$lang['Start Install'] = 'ಸ್ಥಾಪನಾ ಕಾರ್ಯವನ್ನು ಆರಂಭಿಸಿ';
    2525$lang['verification'] = 'ಪರಿಶೀಲನೆ';
    2626$lang['user password given by your host provider'] = 'ಹೋಸ್ಟ್ ಪ್ರೊವೈಡರ್ ಒದಗಿಸಿರುವ ನಿಮ್ಮ ಬಳಕೆದಾರರ ಪ್ರವೇಶಪದ ';
    2727$lang['user login given by your host provider'] = 'ಹೋಸ್ಟ್ ಪ್ರೊವೈಡರ್ ಒದಗಿಸಿರುವ ನಿಮ್ಮ ಬಳಕೆದಾರರ ಲಾಗಿನ್';
    28 $lang['mail address must be like xxx@yyy.eee (example : jack@altern.org)'] = 'ಮಿಂಚೆ ವಿಳಾಸ ಈ ರೀತಿಯಲ್ಲಿರಲೇಬೇಕು xxx@yyy.eee (example: jack@altern.org)';
    2928$lang['please enter your password again'] = 'ನಿಮ್ಮ ಪ್ರವೇಶಪದವನ್ನು ಮತ್ತೊಮ್ಮೆ ನಮೂದಿಸಿ';
    3029$lang['enter a login for webmaster'] = 'ವೆಬ್ ಮಾಸ್ಟರ್ ನ ಲಾಗಿನ್ ಅನ್ನು ನಮೂದಿಸಿ';
    3130$lang['Welcome to your new installation of Piwigo!'] = 'ನಿಮ್ಮ ಹೊಸ Piwigo ಸ್ಥಾಪನಾ ಕಾರ್ಯಕ್ಕೆ ಸುಸ್ವಾಗತ';
    3231$lang['Welcome to my photo gallery'] = 'ನನ್ನ ಚಿತ್ರಶಾಲೆ (ಗ್ಯಾಲರಿ) ಗೆ ಸುಸ್ವಾಗತ.';
    33 $lang['Webmaster password'] = 'ವೆಬ್ ಮಾಸ್ಟರ್ ಪ್ರವೇಶಪದ';
    34 $lang['Webmaster mail address'] = 'ವೆಬ್ ಮಾಸ್ಟರ್ ಮಿಂಚೆ ವಿಳಾಸ';
    35 $lang['Webmaster login'] = 'ವೆಬ್ ಮಾಸ್ಟರ್ ಲಾಗಿನ್';
    3632$lang['User'] = 'ಬಳಕೆದಾರ';
    3733$lang['Sorry!'] = 'ಕ್ಷಮಿಸಿ!';
     
    5955$lang['Database table prefix'] = 'ಡೇಟಾಬೇಸ್ ಟೇಬಲ್ ಗಳ ಪೂರ್ವಪ್ರತ್ಯಯ ( prefix )';
    6056$lang['Password ']['confirm'] = 'ಪ್ರವೇಶಪದ [ಖಾತ್ರಿ]';
    61 $lang['Password'] = 'ಪ್ರವೇಶಪದ';
    6257$lang['PHP 5 is required'] = 'PHP 5 ಅತ್ಯಗತ್ಯವಾಗಿದೆ.';
    6358$lang['Keep it confidential, it enables you to access administration panel'] = 'ಈ ವಿವರಗಳನ್ನು ಸುರಕ್ಷಿತವಾಗಿ ಇಡಿ, ಇದು ನಿಮಗೆ ನಿರ್ವಹಣಾ ಪ್ಯಾನೆಲ್ ಅನ್ನು ಬಳಸುವಾಗ ಉಪಯೊಗಕ್ಕೆ ಬರುತ್ತದೆ.';
  • trunk/language/lt_LT/install.lang.php

    r22057 r23212  
    2121// | USA.                                                                  |
    2222// +-----------------------------------------------------------------------+
     23
    2324$lang['Don\'t hesitate to consult our forums for any help : %s'] = 'Jei reikės pagalbos - drąsiai kreipkitės konsultacijų mūsų forumuose: %s';
    2425$lang['Installation'] = 'Diegimas';
     
    2829$lang['Start Install'] = 'Pradėti įdiegimą';
    2930$lang['Try to configure PHP 5'] = 'Pabandyti sukonfigūruoti PHP 5';
    30 $lang['Webmaster login'] = 'Webmasterio login';
    31 $lang['Webmaster mail address'] = 'Webmasterio el-paštas';
    32 $lang['Webmaster password'] = 'Webmasterio slaptažodis';
    3331$lang['Welcome to your new installation of Piwigo!'] = 'Prašom užeiti į naują Piwigo svetainę!';
    3432$lang['also given by your host provider'] = 'taip pat teikiamas Jūsų hostingo paslaugų tiekėjo';
     
    3634$lang['user login given by your host provider'] = 'login, kurį davė jūsų paslaugų tiekėjas';
    3735$lang['user password given by your host provider'] = 'slaptažodis, kurį davė jūsų paslaugų tiekėjas';
    38 $lang['localhost, sql.multimania.com, toto.freesurf.fr'] = 'localhost, sql.multimania.com, toto.freesurf.fr';
    3936$lang['Visitors will be able to contact site administrator with this mail'] = 'Lankytojai šiuo el-pašto adresu galės susisiekti su administratorium';
    4037$lang['You may referer to your hosting provider\'s support and see how you could switch to PHP 5 by yourself.'] = 'Jūs turėtumėte kreiptis pagalbos į savo paslaugų tiekėją, kaip perjungti į PHP 5 pačiam.';
    4138$lang['database tables names will be prefixed with it (enables you to manage better your tables)'] = 'šį prefiksą turės duomenų bazės lentelės (tai padeda geriau valdyti lenteles)';
    42 $lang['mail address must be like xxx@yyy.eee (example : jack@altern.org)'] = 'el-pašto adresas turi būti formate xxx@yyy.eee (pvz.: jack@example.org)';
    4339$lang['please enter your password again'] = 'dar sykį įveskite savo slaptažodį';
    4440$lang['verification'] = 'patikrinimas';
     
    4743$lang['Note you can change your configuration by yourself and restart Piwigo after that.'] = 'Dėmesio, jūs galite pakeisti savo konfigūraciją pats ir tada perkrauti Piwigo.';
    4844$lang['PHP 5 is required'] = 'reikalingas PHP 5';
    49 $lang['Password'] = 'Slaptažodis';
    5045$lang['Password ']['confirm'] = 'Slaptažodis [pakartoti]';
    5146$lang['Piwigo may try to switch your configuration to PHP 5 by creating or modifying a .htaccess file.'] = 'Piwigo gali pamėginti perjungti Jūsų konfigūraciją į PHP5 sukuriant, ar modifikuojant, .htaccess failą.';
  • trunk/language/lv_LV/install.lang.php

    r19703 r23212  
    2828$lang['Admin configuration'] = "Administratora konfiguracija";
    2929$lang['Start Install'] = "Sakt instalaciju";
    30 $lang['mail address must be like xxx@yyy.eee (example : jack@altern.org)'] = "e-pasta adresei jaizskatas xxx@yyy.eee (piemeram : jack@altern.org)";
    31 $lang['Webmaster login'] = "Webmastera logins";
    3230$lang['It will be shown to the visitors. It is necessary for website administration'] = "Tas tiks radits apmekletajiem. Tas nepieciešams web lapas administrešanai";
    3331$lang['Connection to server succeed, but it was impossible to connect to database'] = "Savienojums ar serveri sekmigs, bet savienojums ar datu bazi nav iespejams";
    3432$lang['Can\'t connect to server'] = "Nevar savienoties ar serveri";
    3533$lang['Host'] = "Hosts";
    36 $lang['localhost, sql.multimania.com, toto.freesurf.fr'] = "localhost, sql.multimania.com, toto.freesurf.fr";
    3734$lang['User'] = "Lietotajs";
    3835$lang['user login given by your host provider'] = "lietotaja logins, ko pieškir Jusu hosta pakalpojuma sniedzejs";
    39 $lang['Password'] = "Parole";
    4036$lang['user password given by your host provider'] = " lietotaja parole, ko pieškir Jusu hosta pakalpojuma sniedzejs";
    4137$lang['Database name'] = "Datu bazes nosaukums";
     
    4642$lang['webmaster login can\'t contain characters \' or "'] = "webmastera logins nedrikst saturet ' vai \"";
    4743$lang['please enter your password again'] = "ludzu ievadiet Jusu paroli no jauna";
    48 $lang['Webmaster password'] = "Webmastera parole";
    4944$lang['Keep it confidential, it enables you to access administration panel'] = "Esiet konfidenciali, tas lauj pieklut administratora panelim";
    5045$lang['Password [confirm]'] = "Parole [apstiprinat]";
    5146$lang['verification'] = "parbaude";
    5247$lang['Need help ? Ask your question on <a href="%s">Piwigo message board</a>.'] = "Vajag palidzibu? Uzdodiet savu jautajumu <a href=\"%s\">Piwigo sludinajumos</a>.";
    53 $lang['Webmaster mail address'] = 'Webmāstera pasta adrese';
    5448$lang['Visitors will be able to contact site administrator with this mail'] = "Apmekletaji vares izmantot šo e-pastu, lai sazinatos ar lapas administratoru";
    5549$lang['PHP 5 is required'] = "nepieciešams PHP 5 ";
  • trunk/language/mk_MK/install.lang.php

    r19703 r23212  
    2121// | USA.                                                                  |
    2222// +-----------------------------------------------------------------------+
     23
    2324$lang['Admin configuration'] = 'Администраторски поднесувања';
    2425$lang['Basic configuration'] = 'Основни поднесувања';
     
    2930$lang['Hope to see you back soon.'] = 'Се надеваме дека ќе се видиме наскоро.';
    3031$lang['Installation'] = 'Инсталација';
    31 $lang['Password'] = 'Лозинка';
    3232$lang['Sorry!'] = 'Извини !';
    3333$lang['Start Install'] = 'Стартувај ја инсталацијата';
  • trunk/language/mn_MN/install.lang.php

    r22910 r23212  
    2121// | USA.                                                                  |
    2222// +-----------------------------------------------------------------------+
     23
    2324$lang['It appears your webhost is currently running PHP %s.'] = 'Таны вэбсервер PHP %s хувилбарыг ашиглаж байна';
    24 $lang['mail address must be like xxx@yyy.eee (example : jack@altern.org)'] = 'имэйл хаяг xxx@yyy.eee гэсэн хэлбэртэй байх ёстой (жишээ нь: jack@altern.org)';
    2525$lang['Piwigo was not able to configure PHP 5.'] = 'Piwigo PHP 5-г тохиргоог өөрчилж чадсангүй';
    2626$lang['Congratulations, Piwigo installation is completed'] = 'Танд баяр хүргэе, Piwigo амжилттай сууж дууслаа.';
     
    3030$lang['Just another Piwigo gallery'] = 'Бас нэг Piwigo-н галарей ';
    3131$lang['Database configuration'] = 'Мэдээллийн сангийн тохиргоо';
    32 $lang['Webmaster mail address'] = 'Вэбмастерийн имэйл хаяг';
    33 $lang['Webmaster password'] = 'Вэбмастерийн нууц үг';
    3432$lang['Welcome to my photo gallery'] = 'Миний зургийн цомогт тавтай морилно уу';
    3533$lang['please enter your password again'] = 'нууц үгээ дахин оруулна уу';
    3634$lang['Start Install'] = 'Суулгаж эхлэх';
    3735$lang['Sorry!'] = 'Уучлаарай';
    38 $lang['Password'] = 'Нууц үг';
    3936$lang['Password ']['confirm'] = 'Нууц үгээ давтах';
    4037$lang['Can\'t connect to server'] = 'Сервертэй холбогдож чадахгүй байна';
  • trunk/language/nb_NO/install.lang.php

    r19703 r23212  
    2828$lang['Admin configuration'] = 'Admin konfigurasjon';
    2929$lang['Start Install'] = 'Start installasjon';
    30 $lang['mail address must be like xxx@yyy.eee (example : jack@altern.org)'] = 'mail addresse må være lik xxx@yyy.eee (eksempel : jack@altern.org)';
    31 $lang['Webmaster login'] = 'Webmaster innlogging';
    3230$lang['It will be shown to the visitors. It is necessary for website administration'] = 'Det vil vises for besøkende. Det er nødvendig med side administrasjon';
    3331$lang['Connection to server succeed, but it was impossible to connect to database'] = 'Tilkobling til server er ok, men tilkobling til databasen er ikke mulig';
    3432$lang['Can\'t connect to server'] = 'Kan ikke koble til server';
    3533$lang['Host'] = 'Host';
    36 $lang['localhost, sql.multimania.com, toto.freesurf.fr'] = 'localhost, sql.multimania.com, toto.freesurf.fr';
    3734$lang['User'] = 'bruker (user)';
    3835$lang['user login given by your host provider'] = 'bruker (user) innlogging gitt av din web tilbyder';
    39 $lang['Password'] = 'Passord';
    4036$lang['user password given by your host provider'] = 'bruker (user) passord gitt av din web tilbyder';
    4137$lang['Database name'] = 'Database navn';
     
    4642$lang['webmaster login can\'t contain characters \' or "'] = 'webmasters brukernavn kan ikke inneholde tegn som \' eller "';
    4743$lang['please enter your password again'] = 'vennligst skriv passord igjen';
    48 $lang['Webmaster password'] = 'Webmaster passord';
    4944$lang['Keep it confidential, it enables you to access administration panel'] = 'Hold det hemmelig, dette gir deg tilgang til administrasjons panelet';
    5045$lang['Password [confirm]'] = 'Passord [bekreft]';
    5146$lang['verification'] = 'verifisering';
    5247$lang['Need help ? Ask your question on <a href="%s">Piwigo message board</a>.'] = 'Trenger du hjelp? Still et spørsmål på <a href="%s">Piwigo message board</a>.';
    53 $lang['Webmaster mail address'] = 'Webmasters mail addresse';
    5448$lang['Visitors will be able to contact site administrator with this mail'] = 'Besøkende vil kunne bruke denne mailen for å kontakte side administrator.';
    5549$lang['PHP 5 is required'] = 'PHP 5 er nødvendig';
     
    6761$lang['Download the config file'] = 'Last ned konfig fil';
    6862$lang['You can download the config file and upload it to local/config directory of your installation.'] = 'Du kan laste ned konfig filen og laste den opp til local/config mappen i din installasjon.';
    69 
    7063$lang['Don\'t hesitate to consult our forums for any help : %s'] = 'Ikke nøl med å sjekke vårt forum for hjelp: %s';
    7164$lang['Just another Piwigo gallery'] = 'Enda et Piwigo bildegalleri';
  • trunk/language/nl_NL/install.lang.php

    r20355 r23212  
    2828$lang['Admin configuration'] = 'Admin configuratie';
    2929$lang['Start Install'] = 'Start Installatie';
    30 $lang['mail address must be like xxx@yyy.eee (example : jack@altern.org)'] = 'Email-adres moet lijken op xxx@yyy.eee (voorbeeld : jack@altern.org)';
    31 $lang['Webmaster login'] = 'Login webbeheerder';
    3230$lang['It will be shown to the visitors. It is necessary for website administration'] = 'Het wordt getoond aan de bezoekers. Het is ook noodzakelijk voor de administratie van de website';
    3331$lang['Connection to server succeed, but it was impossible to connect to database'] = 'De verbinding met de server is geslaagd, maar het is niet mogelijk om verbinding te krijgen met de database';
    3432$lang['Can\'t connect to server'] = 'Geen verbinding met de server';
    3533$lang['Host'] = 'MySQL host';
    36 $lang['localhost, sql.multimania.com, toto.freesurf.fr'] = 'localhost, sql.multimania.com, toto.freesurf.fr';
    3734$lang['User'] = 'Gebruiker';
    3835$lang['user login given by your host provider'] = 'De gebruikersnaam welke door uw provider is gegeven';
    39 $lang['Password'] = 'Wachtwoord';
    4036$lang['user password given by your host provider'] = 'Wachtwoord welke door uw provider is gegeven';
    4137$lang['Database name'] = 'Database-naam';
     
    4642$lang['webmaster login can\'t contain characters \' or "'] = 'De gebruikersnaam mag geen \' of " bevatten';
    4743$lang['please enter your password again'] = 'Vul a.u.b. nogmaals uw wachtwoord in';
    48 $lang['Webmaster password'] = 'Wachtwoord webbeheerder';
    4944$lang['Keep it confidential, it enables you to access administration panel'] = 'Hou dit vertrouwlijk, het geeft toegang tot de beheermodule';
    5045$lang['Password [confirm]'] = 'Bevestig wachtwoord';
    5146$lang['verification'] = 'verificatie';
    5247$lang['Need help ? Ask your question on <a href="%s">Piwigo message board</a>.'] = 'Hulp nodig ? Stel uw vraag op het <a href="%s" target="_blank">Piwigo forum</a>.';
    53 $lang['Webmaster mail address'] = 'Email-adres van de webbeheerder';
    5448$lang['Visitors will be able to contact site administrator with this mail'] = 'Met dit email-adres kunnen bezoekers contact opnemen met de beheerder';
    5549$lang['PHP 5 is required'] = 'PHP 5 is vereist';
  • trunk/language/nn_NO/install.lang.php

    r22196 r23212  
    2121// | USA.                                                                  |
    2222// +-----------------------------------------------------------------------+
     23
    2324$lang['Database name'] = 'Databasenamn';
    2425$lang['Note you can change your configuration by yourself and restart Piwigo after that.'] = 'Du kan endre konfigurasjonen sjølv og ta omstart på Piwigo etterpå.';
     
    2728$lang['database tables names will be prefixed with it (enables you to manage better your tables)'] = 'namna på databasetabellane vil verta prefiksa med dette (gjev deg mogleghet til å handtere databasetabellane betre)';
    2829$lang['enter a login for webmaster'] = 'skriv inn brukarnamn for webmaster';
    29 $lang['localhost, sql.multimania.com, toto.freesurf.fr'] = 'localhost, sql.multimania.com, toto.freesurf.fr';
    30 $lang['mail address must be like xxx@yyy.eee (example : jack@altern.org)'] = 'e-postadressa må vera på forma xxx@yyy.eee (døme: jack@example.com)';
    3130$lang['please enter your password again'] = 'skriv inn passord ei gong til';
    3231$lang['user login given by your host provider'] = 'brukarnamn du har fått av den som har nett-tenaren';
     
    3635$lang['Don\'t hesitate to consult our forums for any help : %s'] = 'Ikkje vent med å sjå på foruma våre for hjelp: %s';
    3736$lang['PHP 5 is required'] = 'PHP5 er påkrevd';
    38 $lang['Password'] = 'Passord';
    3937$lang['Password ']['confirm'] = 'Passord [stadfest]';
    4038$lang['Piwigo may try to switch your configuration to PHP 5 by creating or modifying a .htaccess file.'] = 'Piwigo kan prøve å byte din konfigurasjon til PHP5 ved å lage eller endre fila .htaccess.';
     
    4543$lang['User'] = 'Brukar';
    4644$lang['Visitors will be able to contact site administrator with this mail'] = 'Dei som vitjar nettsida kan bruke denne e-postadressa for å kontakte administrator for nettsida';
    47 $lang['Webmaster login'] = 'Login for webmaster';
    48 $lang['Webmaster mail address'] = 'E-postadresse for webmaster';
    49 $lang['Webmaster password'] = 'Passord for webmaster';
    5045$lang['Welcome to my photo gallery'] = 'Velkomen til mitt biletgalleri';
    5146$lang['Welcome to your new installation of Piwigo!'] = 'Velkomen til din nye installasjon av Piwigo!';
  • trunk/language/pl_PL/install.lang.php

    r21015 r23212  
    2828$lang['Admin configuration'] = 'Konfiguracja administratora';
    2929$lang['Start Install'] = 'Rozpoczęcie instalacji';
    30 $lang['mail address must be like xxx@yyy.eee (example : jack@altern.org)'] = 'adres email musi być w postaci xxx@yyy.eee (np : jack@altern.org)';
    31 $lang['Webmaster login'] = 'Logowanie Webmastera';
    3230$lang['It will be shown to the visitors. It is necessary for website administration'] = 'To będzie wyświetlone dla odwiedzających i jest konieczne do celów administracyjnych ';
    3331$lang['Connection to server succeed, but it was impossible to connect to database'] = 'Połączenie do serwera powiodło się, ale nie było możliwe połączenie do bazy danych';
    3432$lang['Can\'t connect to server'] = 'Nie można połączyć się do serwera';
    3533$lang['Host'] = 'MySQL host';
    36 $lang['localhost, sql.multimania.com, toto.freesurf.fr'] = 'localhost, sql.multimania.com, toto.freesurf.fr';
    3734$lang['User'] = 'Użytkownik';
    3835$lang['user login given by your host provider'] = 'login użytkownika otrzymany od dostawy';
    39 $lang['Password'] = 'Hasło';
    4036$lang['user password given by your host provider'] = 'hasło użytkownika otrzymane od dostawcy';
    4137$lang['Database name'] = 'Nazwa bazy danych';
     
    4642$lang['webmaster login can\'t contain characters \' or "'] = 'login nie może zawierać następujących znaków \' lub "';
    4743$lang['please enter your password again'] = 'wprowadź hasło jeszcze raz';
    48 $lang['Webmaster password'] = 'Hasło użytkownika Webmaster';
    4944$lang['Keep it confidential, it enables you to access administration panel'] = 'Zachowaj hasło, umożliwia ono dostęp do panelu administracyjnego';
    5045$lang['Password [confirm]'] = 'Hasło [potwierdź]';
    5146$lang['verification'] = 'weryfikacja';
    5247$lang['Need help ? Ask your question on <a href="%s">Piwigo message board</a>.'] = 'Potrzebujesz pomocy ? Zadaj pytanie na <a href="%s">Forum Piwigo</a>.';
    53 $lang['Webmaster mail address'] = 'Adres email Webmaster\'a';
    5448$lang['Visitors will be able to contact site administrator with this mail'] = 'Z jego pomocą odwiedzający będą mogli się skontaktować z administratorem strony';
    5549$lang['PHP 5 is required'] = 'PHP 5 jest wymagane';
     
    7165$lang['Welcome to your new installation of Piwigo!'] = 'Witamy w Towjej nowej instalacji Piwigo!';
    7266$lang['Don\'t hesitate to consult our forums for any help : %s'] = 'Nie obawiaj się kontaktu na forum w celu skorzystania z pomocy: %s';
    73 
    7467?>
  • trunk/language/pt_BR/install.lang.php

    r19703 r23212  
    2828$lang['Admin configuration'] = 'Configuração da administração';
    2929$lang['Start Install'] = 'Iniciar a instalação';
    30 $lang['mail address must be like xxx@yyy.eee (example : jack@altern.org)'] = 'o endereço de email deve ser do tipo xxx@yyy.eee (exemplo : jack@altern.org)';
    31 
    32 $lang['Webmaster login'] = 'Login do Webmaster';
    3330$lang['It will be shown to the visitors. It is necessary for website administration'] = 'Será mostrado aos visitantes. É necessário para a administração do website';
    34 
    3531$lang['Connection to server succeed, but it was impossible to connect to database'] = 'A conexão com o servidor foi bem sucedida, porém não foi possível se conectar à base de dados';
    3632$lang['Can\'t connect to server'] = 'Não foi possível se conectar ao servidor';
    37 
    3833$lang['Host'] = 'MySQL host';
    39 $lang['localhost, sql.multimania.com, toto.freesurf.fr'] = 'localhost, sql.multimania.com, toto.freesurf.fr';
    4034$lang['User'] = 'Usuário';
    4135$lang['user login given by your host provider'] = 'login de usuário fornecido pelo seu provedor de hospedagem';
    42 $lang['Password'] = 'Senha';
    4336$lang['user password given by your host provider'] = 'senha de usuário fornecida pelo seu provedor de hospedagem';
    4437$lang['Database name'] = 'Nome da base de dados';
     
    4942$lang['webmaster login can\'t contain characters \' or "'] = 'o login do webmaster não pode conter os caracteres \' ou "';
    5043$lang['please enter your password again'] = 'por favor, entre com a sua senha novamente';
    51 $lang['Webmaster password'] = 'senha do Webmaster';
    5244$lang['Keep it confidential, it enables you to access administration panel'] = 'mantenha-a bem guardada, é ela que lhe permite acessar o painel da administração';
    5345$lang['Password [confirm]'] = 'Senha [confirmar]';
    5446$lang['verification'] = 'verificação';
    5547$lang['Need help ? Ask your question on <a href="%s">Piwigo message board</a>.'] = 'Precisa de ajuda ? Faça a sua pergunta no <a href="%s">Piwigo message board</a>.';
    56 $lang['Webmaster mail address'] = 'endereço de email do Webmaster';
    5748$lang['Visitors will be able to contact site administrator with this mail'] = 'Os visitantes poderão entrar em contato com o administrador do site através desse email';
    58 
    5949$lang['PHP 5 is required'] = 'É necessário PHP 5';
    6050$lang['It appears your webhost is currently running PHP %s.'] = 'Parece que a sua hospedagem está atualmente usando PHP %s.';
  • trunk/language/pt_PT/install.lang.php

    r21145 r23212  
    2828$lang['Admin configuration'] = 'Configuração da administração';
    2929$lang['Start Install'] = 'Iniciar a instalação';
    30 $lang['mail address must be like xxx@yyy.eee (example : jack@altern.org)'] = 'o endereço de email deve ser do tipo xxx@yyy.eee (exemplo : jack@altern.org)';
    31 $lang['Webmaster login'] = 'Entrada do Webmaster';
    3230$lang['It will be shown to the visitors. It is necessary for website administration'] = 'Será mostrado aos visitantes. É necessário para a administração do sitio';
    3331$lang['Connection to server succeed, but it was impossible to connect to database'] = 'A ligação ao servidor foi bem sucedida, mas foi impossível ligar à base de dados';
    3432$lang['Can\'t connect to server'] = 'Não foi possível ligar ao servidor';
    3533$lang['Host'] = 'Servidor MySQL';
    36 $lang['localhost, sql.multimania.com, toto.freesurf.fr'] = 'localhost, sql.multimania.com, toto.freesurf.fr';
    3734$lang['User'] = 'Utilizador';
    3835$lang['user login given by your host provider'] = 'Login de utilizador fornecido pelo seu fornecedor de alojamento';
    39 $lang['Password'] = 'Senha';
    4036$lang['user password given by your host provider'] = 'Palavra-passe fornecida pelo seu fornecedor de alojamento';
    4137$lang['Database name'] = 'Nome da base de dados';
     
    4642$lang['webmaster login can\'t contain characters \' or "'] = 'O nome do webmaster não pode conter os caracteres \' ou "';
    4743$lang['please enter your password again'] = 'Por favor, escreva a sua senha novamente';
    48 $lang['Webmaster password'] = 'Palavra-passe do Webmaster';
    4944$lang['Keep it confidential, it enables you to access administration panel'] = 'Mantenha-a bem guardada, é ela que lhe permite aceder ao painel administrativo';
    5045$lang['Password [confirm]'] = 'Palavra-passe [confirmação]';
    5146$lang['verification'] = 'Verificar Senha inserida';
    5247$lang['Need help ? Ask your question on <a href="%s">Piwigo message board</a>.'] = 'Precisa de ajuda? Faça a sua pergunta no <a href="%s">Fórum Piwigo</a>.';
    53 $lang['Webmaster mail address'] = 'Endereço de email do Webmaster';
    5448$lang['Visitors will be able to contact site administrator with this mail'] = 'Os visitantes poderão entrar em contacto com o administrador da galeria através deste email';
    5549$lang['PHP 5 is required'] = 'PHP 5 é necessário';
     
    7165$lang['Welcome to your new installation of Piwigo!'] = 'Bem-vindo à sua nova instalação do Piwigo!';
    7266$lang['Don\'t hesitate to consult our forums for any help : %s'] = 'Não hesite em visitar nossos foruns para qualquer ajuda: %s';
    73 
    7467$lang['You may referer to your hosting provider\'s support and see how you could switch to PHP 5 by yourself.'] = 'Você deve entrar em contacto com o suporte do seu fornecedor de alojamento e saber como pode mudar para PHP 5.';
    7568$lang['Password ']['confirm'] = 'Senha [confirme]';
  • trunk/language/ro_RO/install.lang.php

    r19703 r23212  
    2121// | USA.                                                                  |
    2222// +-----------------------------------------------------------------------+
     23
    2324$lang['Admin configuration'] = 'Configurarea Adminului';
    2425$lang['also given by your host provider'] = 'De asemenea oferita de host';
    25 $lang['An alternate solution is to copy the text in the box above and paste it into the file "local/config/database.inc.php" (Warning : database.inc.php must only contain what is in the textarea, no line return or space character)'] = 'O solutie alternativa ar fi sa copiezi textul din casuta de deasupra si sa il scrii in fila "local/config/database.inc.php"
    26 (Atentie database.inc.php trebuie sa contina doar caracterele din text, fara linie sau space)';
     26$lang['An alternate solution is to copy the text in the box above and paste it into the file "local/config/database.inc.php" (Warning : database.inc.php must only contain what is in the textarea, no line return or space character)'] = 'O solutie alternativa ar fi sa copiezi textul din casuta de deasupra si sa il scrii in fila "local/config/database.inc.php" (Atentie database.inc.php trebuie sa contina doar caracterele din text, fara linie sau space)';
    2727$lang['Basic configuration'] = 'Configurarea de baza';
    2828$lang['Can\'t connect to server'] = 'Nu se poate conecta la server';
     
    4545$lang['Just another Piwigo gallery'] = 'Doar o alta galerie Piwigo';
    4646$lang['Keep it confidential, it enables you to access administration panel'] = 'Tine-o secreta, iti permite accesul la panoul de administrare';
    47 $lang['localhost, sql.multimania.com, toto.freesurf.fr'] = 'localhost, sql.multimania.com, toto.freesurf.fr';
    48 $lang['mail address must be like xxx@yyy.eee (example : jack@altern.org)'] = 'Adresa de mail trebuie sa fie de forma  xxx@yyy.eee (example : jack@altern.org)';
    4947$lang['Need help ? Ask your question on <a href="%s">Piwigo message board</a>.'] = 'Ai nevoie de ajutor? Intreaba pe <a href="%s">Forumul Piwigo</a>.';
    5048$lang['Note you can change your configuration by yourself and restart Piwigo after that.'] = 'Poti sa schimbi configuratia manual si sa restartezi Piwigo dupa aceea.';
    5149$lang['Password [confirm]'] = 'Parola [confirma]';
    52 $lang['Password'] = 'Parola';
    5350$lang['PHP 5 is required'] = 'PHP5 este necesar';
    5451$lang['Piwigo may try to switch your configuration to PHP 5 by creating or modifying a .htaccess file.'] = 'Piwigo va incerca sa treaca configuratia ta la PHP5 folosind o fila  .htaccess';
     
    6461$lang['Visitors will be able to contact site administrator with this mail'] = 'Vizitatorii vor folosii aceasta adresa pentru a contacta administratorul';
    6562$lang['webmaster login can\'t contain characters \' or "'] = 'Userul nu poate sa contina caracterele \' sau "';
    66 $lang['Webmaster login'] = 'Webmaster login';
    67 $lang['Webmaster mail address'] = 'Adresa de e-mail a webmasterului';
    68 $lang['Webmaster password'] = 'Parola';
    6963$lang['Welcome to my photo gallery'] = 'Bine ati venit la galeria mea foto';
    7064$lang['Welcome to your new installation of Piwigo!'] = 'Bine ai venit la noua instalare Piwigo!';
  • trunk/language/ru_RU/install.lang.php

    r22477 r23212  
    2828$lang['Admin configuration'] = 'Настройка администрирования';
    2929$lang['Start Install'] = 'Начать установку';
    30 $lang['mail address must be like xxx@yyy.eee (example : jack@altern.org)'] = 'адрес электронной почты должен быть похож на xxx@yyy.eee (например: jack@altern.org)';
    31 $lang['Webmaster login'] = 'Логин вебмастера';
    3230$lang['It will be shown to the visitors. It is necessary for website administration'] = 'Он будет показан посетителям. Необходим для администрирования сайта';
    3331$lang['Connection to server succeed, but it was impossible to connect to database'] = 'Успешно соединились с сервером, но невозможно подключиться к базе данных';
    3432$lang['Can\'t connect to server'] = 'Невозможно соединиться с сервером';
    3533$lang['Host'] = 'Хост MySQL';
    36 $lang['localhost, sql.multimania.com, toto.freesurf.fr'] = 'localhost, sql.multimania.com, toto.freesurf.fr';
    3734$lang['User'] = 'Пользователь';
    3835$lang['user login given by your host provider'] = 'логин, который выдал провайдер';
    39 $lang['Password'] = 'Пароль';
    4036$lang['user password given by your host provider'] = 'пароль, который выдал провайдер';
    4137$lang['Database name'] = 'Имя базы данных';
     
    4642$lang['webmaster login can\'t contain characters \' or "'] = 'логин вебмастера не должен содержать символы  \' или "';
    4743$lang['please enter your password again'] = 'еще раз пароль';
    48 $lang['Webmaster password'] = 'Пароль вебмастера';
    4944$lang['Keep it confidential, it enables you to access administration panel'] = 'Не сообщайте его никому, он необходим для доступа к панели администрирования';
    5045$lang['Password [confirm]'] = 'Повторите пароль';
    5146$lang['verification'] = 'еще раз для исключения опечатки';
    5247$lang['Need help ? Ask your question on <a href="%s">Piwigo message board</a>.'] = 'Нужна помощь? Задайте свои вопросы на <a href="%s">Форуме Piwigo</a>.';
    53 $lang['Webmaster mail address'] = 'Электронная почта вебмастера';
    5448$lang['Visitors will be able to contact site administrator with this mail'] = 'Будет использоваться для контакта посетителей с администратором';
    5549$lang['PHP 5 is required'] = 'Требуется PHP 5';
  • trunk/language/sh_RS/install.lang.php

    r19703 r23212  
    2222// +-----------------------------------------------------------------------+
    2323
    24 
    2524$lang['Installation'] = 'Instalacija';
    2625$lang['Basic configuration'] = 'Osnovna podešenja';
     
    2928$lang['Admin configuration'] = 'Administratorska podešenja';
    3029$lang['Start Install'] = 'Pokreni instalaciju';
    31 $lang['mail address must be like xxx@yyy.eee (example : jack@altern.org)'] = 'mail adresa mora biti u formatu xxx@yyy.eee (primer : milos@firma.org)';
    32 $lang['Webmaster login'] = 'Webmaster pristup';
    3330$lang['It will be shown to the visitors. It is necessary for website administration'] = 'Bice prikazano posetiocima. Neophodno je za administraciju stranice';
    3431$lang['Connection to server succeed, but it was impossible to connect to database'] = 'Konekcija na server uspešna, ali konecija na bazu je nemoguca';
    3532$lang['Can\'t connect to server'] = 'Nemoguce povezivanje na server';
    3633$lang['Host'] = 'Host';
    37 $lang['localhost, sql.multimania.com, toto.freesurf.fr'] = 'localhost, sql.multimania.com, toto.freesurf.fr';
    3834$lang['User'] = 'Korisnik';
    3935$lang['user login given by your host provider'] = 'korisnicko ime dat od strane Vašeg host distributera';
    40 $lang['Password'] = 'Lozinka';
    4136$lang['user password given by your host provider'] = 'korisnicka lozinka data od strane Vašeg host distributera ';
    4237$lang['Database name'] = 'Ime baze';
     
    4742$lang['webmaster login can\'t contain characters \' or "'] = 'pristupni podaci za webmastera ne mogu sadržati znake \' ili "';
    4843$lang['please enter your password again'] = 'molim unesite Vašu lozinku ponovo';
    49 $lang['Webmaster password'] = 'Webmaster lozinka';
    5044$lang['Keep it confidential, it enables you to access administration panel'] = 'Sacuvajte u tajnosti, omogucava pristup administratorskom delu';
    5145$lang['Password [confirm]'] = 'Lozinka[potvrdi]';
    5246$lang['verification'] = 'Provera';
    5347$lang['Need help ? Ask your question on <a href="%s">Piwigo message board</a>.'] = 'Potrebna Vam je pomoc? Pitajte na  <a href="%s">Piwigo tabli za poruke</a>.';
    54 $lang['Webmaster mail address'] = 'E-mail adresa Webmaster-a';
    5548$lang['Visitors will be able to contact site administrator with this mail'] = 'Posetioci ce biti u mogucnosti da koriste ovaj mail da kontaktiraju administratora stranice';
    5649$lang['PHP 5 is required'] = 'PHP 5 je neophodan';
     
    6861$lang['Download the config file'] = 'Snimi na racunar konfiguracionu datoteku';
    6962$lang['You can download the config file and upload it to local/config directory of your installation.'] = 'Možete snimiti na racunar konfiguracionu datoteku i poslati je na local/config direktorijum Vaše instalacije.';
    70 
    7163$lang['Don\'t hesitate to consult our forums for any help : %s'] = 'Ne oklevajte da zatražite pomoć na našem forumu oko bilo čega: %s';
    7264$lang['Just another Piwigo gallery'] = 'Još jedna Piwigo galerija';
  • trunk/language/sk_SK/install.lang.php

    r19703 r23212  
    3131$lang['Admin configuration'] = 'Administrátorská konfigurácia';
    3232$lang['Start Install'] = 'Spustiť inštaláciu';
    33 $lang['mail address must be like xxx@yyy.eee (example : jack@altern.org)'] = 'e-mailová adresa musí mať formát xxx@yyy.eee (napríklad : kovac@zoznam.sk)';
    34 $lang['Webmaster login'] = 'Používateľské meno správcu';
    3533$lang['It will be shown to the visitors. It is necessary for website administration'] = 'Bude zobrazený návštevníkom. Je nutný pre administráciu aplikácie.';
    3634$lang['Connection to server succeed, but it was impossible to connect to database'] = 'Spojenie na server sa podarilo, ale nebolo možné pripojiť databázu';
     
    4038$lang['User'] = 'Používateľ';
    4139$lang['user login given by your host provider'] = 'používateľské meno, ktoré Vám pridelil prevádzkovateľ serveru';
    42 $lang['Password'] = 'Heslo';
    4340$lang['user password given by your host provider'] = 'heslo na tomto serveri';
    4441$lang['Database name'] = 'Názov databázy';
     
    4946$lang['webmaster login can\'t contain characters \' or "'] = 'používateľské meno správcu nemôže obsahovať znak \' alebo "';
    5047$lang['please enter your password again'] = 'prosím zadať znovu heslo';
    51 $lang['Webmaster password'] = 'Heslo webmastra';
    5248$lang['Keep it confidential, it enables you to access administration panel'] = 'Heslo majte utajené, umožní Vám prístup do administrácie aplikácie';
    5349$lang['Password [confirm]'] = 'Heslo [potvrdenie]';
    5450$lang['verification'] = 'kontrola';
    5551$lang['Need help ? Ask your question on <a href="%s">Piwigo message board</a>.'] = 'Potrebujete pomoc? Opýtajte sa na <a href="%s">Piwigo fóre</a>.';
    56 $lang['Webmaster mail address'] = 'E-mail webmastra';
    5752$lang['Visitors will be able to contact site administrator with this mail'] = 'Návštevníci môžu pomocou tohto e-mailu kontaktovať správcu';
    5853$lang['PHP 5 is required'] = 'Je nutné PHP 5';
  • trunk/language/sl_SI/install.lang.php

    r22633 r23212  
    2121// | USA.                                                                  |
    2222// +-----------------------------------------------------------------------+
     23
    2324$lang['PHP 5 is required'] = 'Zahtevan je PHP 5';
    24 $lang['Password'] = 'Geslo';
    2525$lang['Password [confirm]'] = 'Geslo [potrdi]';
    2626$lang['Piwigo may try to switch your configuration to PHP 5 by creating or modifying a .htaccess file.'] = 'Piwigo bo poskušal preklopiti vaše nastavitve na PHP 5 z ustvarjanjem ali urejanjem .htacceess datoteke';
     
    3131$lang['User'] = 'Uporabnik';
    3232$lang['Visitors will be able to contact site administrator with this mail'] = 'Obiskovalci bodo lahko ta elektronski naslov uporabljali za kontakt s skrbnikom spletne strani ';
    33 $lang['Webmaster login'] = 'Prijava za spletne skrbnike';
    34 $lang['Webmaster mail address'] = 'Elektronski naslov skrbnika';
    35 $lang['Webmaster password'] = 'Skrbniško geslo';
    3633$lang['Welcome to my photo gallery'] = 'Dobrodošli v moji foto galeriji';
    3734$lang['Welcome to your new installation of Piwigo!'] = 'Dobrodošli v vaši novi namestitvi Piwigo!';
     
    5653$lang['Just another Piwigo gallery'] = 'To je zgolj še ena Piwigo galerija';
    5754$lang['enter a login for webmaster'] = 'vnesite prijavno ime skrbnika';
    58 $lang['localhost, sql.multimania.com, toto.freesurf.fr'] = 'localhost, sql.domena.com, nekaj.domena.si';
    59 $lang['mail address must be like xxx@yyy.eee (example : jack@altern.org)'] = 'e-poštni naslov mora imeti obliko xxx@yyyy.zzz (primer:nekdo@domena.com)';
    6055$lang['please enter your password again'] = 'prosimo ponovno vnesite vaše geslo';
    6156$lang['user login given by your host provider'] = 'prijavno ime uporabnika pridobljeno od vašega ponudnika gostovanja';
  • trunk/language/sr_RS/install.lang.php

    r19703 r23212  
    2222// +-----------------------------------------------------------------------+
    2323
    24 
    2524$lang['Installation'] = 'Инсталација';
    2625$lang['Basic configuration'] = 'Основна подешења';
     
    2928$lang['Admin configuration'] = 'Администраторска подешења';
    3029$lang['Start Install'] = 'Покрени инсталацију';
    31 $lang['mail address must be like xxx@yyy.eee (example : jack@altern.org)'] = 'Адреса електронске поште мора бити у облику xxx@yyy.eee (пример : milos@firma.org)';
    32 $lang['Webmaster login'] = 'Приступ уредника интернет страница';
    3330$lang['It will be shown to the visitors. It is necessary for website administration'] = 'Биће приказано посетиоцима. Неопходно је за администрацију интернет страница';
    3431$lang['Connection to server succeed, but it was impossible to connect to database'] = 'Повезивање на сервер успешно, али повезивање на базу је немогућа';
    3532$lang['Can\'t connect to server'] = 'Немогуће повезивање на сервер';
    3633$lang['Host'] = 'Хост';
    37 $lang['localhost, sql.multimania.com, toto.freesurf.fr'] = 'localhost, sql.multimania.com, toto.freesurf.fr';
    3834$lang['User'] = 'Корисник';
    3935$lang['user login given by your host provider'] = 'корисничко име дато од стране Вашег давалаца интернет услуга';
    40 $lang['Password'] = 'Лозинка';
    4136$lang['user password given by your host provider'] = 'корисничка лозинка дата од стране Вашег давалаца интернет услуга';
    4237$lang['Database name'] = 'Име базе';
     
    4742$lang['webmaster login can\'t contain characters \' or "'] = 'приступни подаци за уредника интернет страница не могу садржати знаке \' или "';
    4843$lang['please enter your password again'] = 'молим унесите Вашу лозинку поново';
    49 $lang['Webmaster password'] = 'Лозинка уредника интернет страница';
    5044$lang['Keep it confidential, it enables you to access administration panel'] = 'Сачувајте у тајности, омогућава приступ администраторском делу';
    5145$lang['Password [confirm]'] = 'Лозинка[потврди]';
    5246$lang['verification'] = 'Провера';
    5347$lang['Need help ? Ask your question on <a href="%s">Piwigo message board</a>.'] = 'Потребна Вам је помоц? Питајте на  <a href="%s">Piwigo табли за поруке</a>.';
    54 $lang['Webmaster mail address'] = 'Адреса електронске поште  уредника интернет страница';
    5548$lang['Visitors will be able to contact site administrator with this mail'] = 'Посетиоци ће бити у могућности да са ове електронске адресе контактирају администратора странице';
    5649$lang['PHP 5 is required'] = 'PHP 5 је неопходан';
  • trunk/language/sv_SE/install.lang.php

    r19703 r23212  
    2222// +-----------------------------------------------------------------------+
    2323
    24 
    25 
    2624$lang['Installation'] = 'Installation';
    2725$lang['Basic configuration'] = 'Grund Inställningar';
     
    3028$lang['Admin configuration'] = 'Admin konfiguration';
    3129$lang['Start Install'] = 'Påbörja installation';
    32 $lang['mail address must be like xxx@yyy.eee (example : jack@altern.org)'] = 'E-mail adressen måste se ut som följande: xxx@yyy.eee (exempel : jack@altern.org)';
    33 $lang['Webmaster login'] = 'Webbansvarig login';
    3430$lang['It will be shown to the visitors. It is necessary for website administration'] = 'Det kommer att visas för besökare. Det är nödvändigt för administrering av hemsidan.';
    3531$lang['Connection to server succeed, but it was impossible to connect to database'] = 'Ansluten till server, men kunde inte ansluta till databasen.';
    3632$lang['Can\'t connect to server'] = 'Kan inte ansluta till servern';
    3733$lang['Host'] = 'Värd';
    38 $lang['localhost, sql.multimania.com, toto.freesurf.fr'] = 'localhost, sql.multimania.com, toto.freesurf.fr';
    3934$lang['User'] = 'Användare';
    4035$lang['user login given by your host provider'] = 'användares inloggning given av ditt webbhotell';
    41 $lang['Password'] = 'Lösenord';
    4236$lang['user password given by your host provider'] = 'användares lösenord given av ditt webbhotell';
    4337$lang['Database name'] = 'Databas namn';
     
    4842$lang['webmaster login can\'t contain characters \' or "'] = 'login för webmaster får inte innehålla symbolerna \' eller "';
    4943$lang['please enter your password again'] = 'ange ditt lösenord igen';
    50 $lang['Webmaster password'] = 'Webmaster lösenord';
    5144$lang['Keep it confidential, it enables you to access administration panel'] = 'Håll det hemligt, lösenordet ger dig tillgång till administrationspanelen';
    5245$lang['Password [confirm]'] = 'Lösenord [bekräfta]';
    5346$lang['verification'] = 'verifiering';
    5447$lang['Need help ? Ask your question on <a href="%s">Piwigo message board</a>.'] = 'Behöver du hjälp? Ställ din fråga på <a href="%s">Piwigo message board</a>.';
    55 $lang['Webmaster mail address'] = 'Webmaster e-mail adress';
    5648$lang['Visitors will be able to contact site administrator with this mail'] = 'Besökare kommer att kunna kontakta sidans administratör med denna e-mail adress';
    5749$lang['PHP 5 is required'] = 'PHP 5 krävs';
     
    7365$lang['Welcome to your new installation of Piwigo!'] = 'Välkomment till din nya installation av Piwigo!';
    7466$lang['Don\'t hesitate to consult our forums for any help : %s'] = 'Tveka inte att kontakta våra forum för hjälp: %s';
    75 
    76 
    7767?>
  • trunk/language/th_TH/install.lang.php

    r19703 r23212  
    2222// +-----------------------------------------------------------------------+
    2323
    24 
    25 
    2624$lang['Installation'] = "การติดตั้ง";
    2725$lang['Basic configuration'] = "การตั้งค่าพื้นฐาน";
     
    3028$lang['Admin configuration'] = "การตั้งค่าผู้ดูแลระบบ";
    3129$lang['Start Install'] = "เริ่มการติดตั้ง";
    32 $lang['mail address must be like xxx@yyy.eee (example : jack@altern.org)'] = "ที่อยู่อีเมลจะต้องมีลักษณะ xxx@yyy.eee (ตัวอย่าง : jack@altern.org)";
    33 $lang['Webmaster login'] = "ชื่อเข้าสู่ระบบ";
    3430$lang['It will be shown to the visitors. It is necessary for website administration'] = "มันจะแสดงส่วนนี้ไปยังผู้เยี่ยมชม. ซึ่งมันจำเป็นสำหรับผู้ดูแลระบบของเว็บไซต์";
    3531$lang['Connection to server succeed, but it was impossible to connect to database'] = "เชื่อมต่อเซิร์ฟเวอร์เรียบร้อยแล้ว, แต่ไม่สามารถเชื่อมต่อฐานข้อมูลได้";
    3632$lang['Can\'t connect to server'] = "ไม่สามารถเชื่อมต่อกับเซิร์ฟเวอร์ได้";
    3733$lang['Host'] = "เซิร์ฟเวอร์";
    38 $lang['localhost, sql.multimania.com, toto.freesurf.fr'] = "ตัวอย่าง localhost, sql.multimania.com, toto.freesurf.fr";
    3934$lang['User'] = "ชื่อผู้ใช้งาน";
    4035$lang['user login given by your host provider'] = "ชื่อผู้ใช้งานจะได้รับจากผู้ให้บริการเซิร์ฟเวอร์";
    41 $lang['Password'] = "รหัสผ่าน";
    4236$lang['user password given by your host provider'] = "รหัสผ่านของผู้ใช้งานจะได้รับจากผู้ให้บริการเซิร์ฟเวอร์";
    4337$lang['Database name'] = "ชื่อฐานข้อมูล";
     
    4842$lang['webmaster login can\'t contain characters \' or "'] = "ชื่อเข้าสู่ระบบจะต้องไม่ประกอบด้วยเครื่องหมาย ' หรือ \"";
    4943$lang['please enter your password again'] = "กรุณากรอกรหัสผ่านอีกครั้ง";
    50 $lang['Webmaster password'] = "รหัสผ่าน";
    5144$lang['Keep it confidential, it enables you to access administration panel'] = "โปรดเก็บไว้เป็นความลับ, เพราะมันสามารถใช้เพื่อเข้าถึงหน้าการจัดการระบบ Piwigo แกลลอรี่ ของคุณได้";
    5245$lang['Password [confirm]'] = "รหัสผ่าน [ยืนยัน]";
    5346$lang['verification'] = "การยืนยัน";
    5447$lang['Need help ? Ask your question on <a href="%s">Piwigo message board</a>.'] = "ต้องการความช่วยเหลือ? โปรดถามคำถามไว้ได้ที่ <a href=\"%s\">บอร์ดข้อความของ Piwigo</a>.";
    55 $lang['Webmaster mail address'] = "ที่อยู่อีเมล";
    5648$lang['Visitors will be able to contact site administrator with this mail'] = "ผู้เยี่ยมชมจะสามารถที่จะใช้อีเมลนี้ เพื่อติดต่อกับผู้ดูแลระบบได้";
    5749$lang['PHP 5 is required'] = "PHP 5 จำเป็นต้องมี";
  • trunk/language/tr_TR/install.lang.php

    r20974 r23212  
    2222// +-----------------------------------------------------------------------+
    2323
    24 
    25 
    2624$lang['Installation'] = 'Yükleme';
    2725$lang['Basic configuration'] = 'Temel yapılandırma';
     
    3028$lang['Admin configuration'] = 'Yönetici yapılandırması';
    3129$lang['Start Install'] = 'Yüklemeyi başlat';
    32 $lang['mail address must be like xxx@yyy.eee (example : jack@altern.org)'] = 'e-Posta adresiniz xxx@yyy.eee (örnek : erkan@test.org) şeklinde olmalıdır.';
    33 $lang['Webmaster login'] = 'Site yöneticisi girişi';
    3430$lang['It will be shown to the visitors. It is necessary for website administration'] = 'Bu ziyaretçilere gösterilecek. Bu web sitesi yönetimi için gereklidir';
    3531$lang['Connection to server succeed, but it was impossible to connect to database'] = 'Sunucuya bağlantı başarılı ancak veritabanı bağlantısı kurulamadı.';
    3632$lang['Can\'t connect to server'] = 'Sunucuya bağlanamadı';
    3733$lang['Host'] = 'Sunucu';
    38 $lang['localhost, sql.multimania.com, toto.freesurf.fr'] = 'localhost, sql.multimania.com, toto.freesurf.fr';
    3934$lang['User'] = 'Kullanıcı';
    4035$lang['user login given by your host provider'] = 'barındırma sağlağıcı tarafından size verilen kullanıcı adı';
    41 $lang['Password'] = 'Şifre';
    4236$lang['user password given by your host provider'] = 'barındırma sağlağıcı tarafından size verilen şifre';
    4337$lang['Database name'] = 'Veritabanı adı';
     
    4842$lang['webmaster login can\'t contain characters \' or "'] = 'Site yöneticisi adı \' veya " karakterlerini içeremez';
    4943$lang['please enter your password again'] = 'lütfen şifrenizi tekrar giriniz';
    50 $lang['Webmaster password'] = 'Site yöneticisi şifresi';
    5144$lang['Keep it confidential, it enables you to access administration panel'] = 'Gizli tutun, yönetim paneline ulaşmanızı sağlar';
    5245$lang['Password [confirm]'] = 'Şifre [kabul]';
    5346$lang['verification'] = 'doğrulama';
    5447$lang['Need help ? Ask your question on <a href="%s">Piwigo message board</a>.'] = 'Yardım ihtiyacınız var? Sorularınızı <a href="%s">Piwigo forumda sorabilirsiniz</a>.';
    55 $lang['Webmaster mail address'] = 'Site yöneticisi e-posta adresi';
    5648$lang['Visitors will be able to contact site administrator with this mail'] = 'Ziyaretçilerin site yöneticisi ile bağlantıya geçmesi için bu e-posta adresini kullanabileceklerdir.';
    5749$lang['PHP 5 is required'] = 'PHP 5 gereklidir';
  • trunk/language/uk_UA/install.lang.php

    r19703 r23212  
    2121// | USA.                                                                  |
    2222// +-----------------------------------------------------------------------+
     23
    2324$lang['Admin configuration'] = 'Конфігурація адміністратора';
    2425$lang['also given by your host provider'] = 'також дізнайтесь у Вашого хостинг-провайдера';
     
    4445$lang['Just another Piwigo gallery'] = 'Ще одна галерея Piwigo';
    4546$lang['Keep it confidential, it enables you to access administration panel'] = 'Тримайте його конфіденційність, він дозволяє отримати доступ до адміністративної панелі';
    46 $lang['localhost, sql.multimania.com, toto.freesurf.fr'] = 'localhost, sql.hosting.com.ua, toto.1gb.ua';
    47 $lang['mail address must be like xxx@yyy.eee (example : jack@altern.org)'] = 'пошта повинна бути xxx@yyy.eee (наприклад: animan@pixobox.org)';
    4847$lang['Need help ? Ask your question on <a href="%s">Piwigo message board</a>.'] = 'Потрібна допомога? Задайте питання на <a href="%s">форумі Piwigo</a>.';
    4948$lang['Note you can change your configuration by yourself and restart Piwigo after that.'] = 'Зверніть увагу, ви можете змінити свою конфігурацію і перезавантажити собі Piwigo після цього.';
    50 $lang['Password'] = 'Пароль';
    5149$lang['Password [confirm]'] = 'Пароль [підтвердження]';
    5250$lang['PHP 5 is required'] = 'Потрібен PHP 5';
     
    6159$lang['verification'] = 'перевірка';
    6260$lang['Visitors will be able to contact site administrator with this mail'] = 'Відвідувачі зможуть використовувати цю пошту, щоб зв\'язатися з адміністратором сайту';
    63 $lang['Webmaster login'] = 'Лоґін веб-майстра';
    6461$lang['webmaster login can\'t contain characters \' or "'] = 'лоґін веб-майстера не може містити символів \' або "';
    65 $lang['Webmaster mail address'] = 'Адреса електронної пошти веб-майстра';
    66 $lang['Webmaster password'] = 'Пароль веб-майстра';
    6762$lang['Welcome to my photo gallery'] = 'Ласкаво просимо в фотогалерею';
    6863$lang['Welcome to your new installation of Piwigo!'] = 'Ласкаво просимо у ваш новий встановлений Piwigo!';
  • trunk/language/vi_VN/install.lang.php

    r19703 r23212  
    2828$lang['Admin configuration'] = 'Cấu hình Quản trị';
    2929$lang['Start Install'] = 'Bắt đầu Cài đặt';
    30 $lang['mail address must be like xxx@yyy.eee (example : jack@altern.org)'] = 'địa chỉ thư điện tử phải có dạng xxx@yyy.eee (ví dụ : jack@altern.org)';
    31 $lang['Webmaster login'] = 'Đăng nhập của Webmaster';
    3230$lang['It will be shown to the visitors. It is necessary for website administration'] = 'Khách thăm quan gallery sẽ thấy được thông tin của Webmaster. Điều này cần thiết cho Quản trị Webmaster';
    3331$lang['Connection to server succeed, but it was impossible to connect to database'] = 'Kết nối thành công vào máy chủ, nhưng không thể kết nối vào cơ sở dữ liệu.';
    3432$lang['Can\'t connect to server'] = 'Không thể kết nối vào máy chủ';
    35 
    3633$lang['Host'] = 'Máy chủ MySQL';
    37 $lang['localhost, sql.multimania.com, toto.freesurf.fr'] = 'localhost, sql.multimania.com, toto.freesurf.fr';
    3834$lang['User'] = 'Người dùng';
    3935$lang['user login given by your host provider'] = 'thông tin đăng nhập của người dùng do nhà cung cấp máy chủ của của bạn đưa ra.';
    40 $lang['Password'] = 'Mật khẩu';
    4136$lang['user password given by your host provider'] = 'mật khẩu người dùng do nhà cung cấp máy chủ của bạn đưa ra';
    4237$lang['Database name'] = 'Tên cơ sở dữ liệu';
     
    4742$lang['webmaster login can\'t contain characters \' or "'] = 'đăng nhập của Webmaster không thể chứa các ký tự hoặc';
    4843$lang['please enter your password again'] = 'vui lòng nhập lại mật khẩu của bạn';
    49 $lang['Webmaster password'] = 'Mật khẩu của Webmaster';
    5044$lang['Keep it confidential, it enables you to access administration panel'] = 'Bảo quản kỹ thông tin này, nó cho phép bạn truy cập vào Bảng điều khiển của Quản trị.';
    5145$lang['Password [confirm]'] = 'Mật khẩu [xác nhận]';
    5246$lang['verification'] = 'xác nhận';
    5347$lang['Need help ? Ask your question on <a href="%s">Piwigo message board</a>.'] = 'Cần trợ giúp ? Hãy gởi thắc mắc của bạn tại <a href="%s">diễn đàn của Piwigo</a>.';
    54 $lang['Webmaster mail address'] = 'Địa chỉ thư điện tử của Webmaster';
    5548$lang['Visitors will be able to contact site administrator with this mail'] = 'Khách tham quan có thể liên lạc với Quản trị thông qua địa chỉ thư điện tử này.';
    5649$lang['PHP 5 is required'] = 'Phải có PHP 5 ';
  • trunk/language/zh_CN/install.lang.php

    r20928 r23212  
    2828$lang['Admin configuration'] = '管理员帐户设置';
    2929$lang['Start Install'] = '开始安装';
    30 $lang['mail address must be like xxx@yyy.eee (example : jack@altern.org)'] = '邮箱地址格式须为 xxx@yyy.eee (例 : jack@altern.org)';
    31 $lang['Webmaster login'] = '站长';
    3230$lang['It will be shown to the visitors. It is necessary for website administration'] = '此帐户用于管理网站,所有访问者都能看到此帐户。';
    3331$lang['Connection to server succeed, but it was impossible to connect to database'] = '服务器连接成功,但是无法连接到数据库。';
    3432$lang['Can\'t connect to server'] = '无法连接到服务器';
    3533$lang['Host'] = 'MySQL主机地址';
    36 $lang['localhost, sql.multimania.com, toto.freesurf.fr'] = 'localhost, sql.multimania.com, toto.freesurf.fr';
    3734$lang['User'] = '用户';
    3835$lang['user login given by your host provider'] = '主机用户名';
    39 $lang['Password'] = '密码';
    4036$lang['user password given by your host provider'] = '主机用户密码';
    4137$lang['Database name'] = '数据库名称';
     
    4642$lang['webmaster login can\'t contain characters \' or "'] = '站长id不能包含字符 " 或 \'';
    4743$lang['please enter your password again'] = '请再次输入密码';
    48 $lang['Webmaster password'] = '站长密码';
    4944$lang['Keep it confidential, it enables you to access administration panel'] = '请小心保管好此密码,它是您进入管理面板的保障。';
    5045$lang['Password [confirm]'] = '密码 [ 确认 ]';
    5146$lang['verification'] = '验证';
    5247$lang['Need help ? Ask your question on <a href="%s">Piwigo message board</a>.'] = '需要帮助吗?请到<a href="%s">Piwigo论坛</a>提出您的问题。';
    53 $lang['Webmaster mail address'] = '站长email地址';
    5448$lang['Visitors will be able to contact site administrator with this mail'] = '访问者将可通过此email跟站长取得联系';
    5549$lang['PHP 5 is required'] = '必须PHP 5版本';
  • trunk/language/zh_HK/install.lang.php

    r22887 r23212  
    2121// | USA.                                                                  |
    2222// +-----------------------------------------------------------------------+
     23
    2324$lang['database tables names will be prefixed with it (enables you to manage better your tables)'] = '數據庫表將使用前綴詞(它另您更好管理)';
    2425$lang['enter a login for webmaster'] = '輸入網站管理員登錄名稱';
    25 $lang['localhost, sql.multimania.com, toto.freesurf.fr'] = 'localhost, sql.multimania.com, toto.freesurf.fr';
    26 $lang['mail address must be like xxx@yyy.eee (example : jack@altern.org)'] = '郵件位址格式為必須為 xxx@yyy.eee (例如: jack@altern.org)';
    2726$lang['please enter your password again'] = '請您再次輸入密碼';
    2827$lang['user login given by your host provider'] = '供應商姶你的登錄用戶名稱';
     
    3332$lang['Note you can change your configuration by yourself and restart Piwigo after that.'] = '注意:你可以更改設定,然後重新啟動Piwigo。';
    3433$lang['PHP 5 is required'] = '需要PHP5';
    35 $lang['Password'] = '密碼';
    3634$lang['Password ']['confirm'] = '密碼[確認]';
    3735$lang['Piwigo may try to switch your configuration to PHP 5 by creating or modifying a .htaccess file.'] = 'Piwigo嘗試建立或修改您的.htaccess檔案, 來設定系統使用PHP5。';
     
    4240$lang['User'] = '用戶';
    4341$lang['Visitors will be able to contact site administrator with this mail'] = '訪客可以使用這個電子郵件與網站管理員聯繫';
    44 $lang['Webmaster login'] = '網站管理員登錄';
    45 $lang['Webmaster mail address'] = '網站管理員郵件地址';
    46 $lang['Webmaster password'] = '網站管理員密碼';
    4742$lang['Welcome to my photo gallery'] = '歡迎來到我的相簿';
    4843$lang['Welcome to your new installation of Piwigo!'] = '歡迎來到你新安裝的Piwigo!';
  • trunk/language/zh_TW/install.lang.php

    r21685 r23212  
    2828$lang['Admin configuration'] = '管理員帳戶設定';
    2929$lang['Start Install'] = '開始安裝';
    30 $lang['mail address must be like xxx@yyy.eee (example : jack@altern.org)'] = '郵箱地址格式 xxx@yyy.eee (例 : jack@altern.org)';
    31 $lang['Webmaster login'] = '管理員';
    3230$lang['It will be shown to the visitors. It is necessary for website administration'] = '所有用戶都能看到此帳戶。必須提供此帳戶來管理網站';
    3331$lang['Connection to server succeed, but it was impossible to connect to database'] = '服務器連接正常,但是無法連接到數據庫';
    3432$lang['Can\'t connect to server'] = '無法連接到服務器';
    3533$lang['Host'] = 'MySQL主機地址';
    36 $lang['localhost, sql.multimania.com, toto.freesurf.fr'] = 'localhost, sql.multimania.com, toto.freesurf.fr';
    3734$lang['User'] = '用戶';
    3835$lang['user login given by your host provider'] = '主機用戶名';
    39 $lang['Password'] = '密碼';
    4036$lang['user password given by your host provider'] = '主機用戶密碼';
    4137$lang['Database name'] = '數據庫名稱';
     
    4642$lang['webmaster login can\'t contain characters \' or "'] = '網管名不應包含字符 " 和 \'';
    4743$lang['please enter your password again'] = '請再次輸入密碼';
    48 $lang['Webmaster password'] = '密碼';
    4944$lang['Keep it confidential, it enables you to access administration panel'] = '請小心保管好此密碼,它允許你操作管理板塊。';
    5045$lang['Password [confirm]'] = '密碼 [ 確認 ]';
    5146$lang['verification'] = '核實';
    5247$lang['Need help ? Ask your question on <a href="%s">Piwigo message board</a>.'] = '需要幫助? 請到<a href="%s">Piwigo論壇</a>提出你的問題.';
    53 $lang['Webmaster mail address'] = '管理員Email地址';
    5448$lang['Visitors will be able to contact site administrator with this mail'] = '遊客通過此Email跟你聯繫';
    5549$lang['PHP 5 is required'] = '必須PHP 5版本';
Note: See TracChangeset for help on using the changeset viewer.