diff options
author | Piwigo-TranslationTeam <translate-github@piwigo.org> | 2012-07-08 15:26:28 +0000 |
---|---|---|
committer | Piwigo-TranslationTeam <translate-github@piwigo.org> | 2012-07-08 15:26:28 +0000 |
commit | 6a29edb4d53488ae19c517bf7fba02bd112d67f6 (patch) | |
tree | f9ae116aae658a159513772eef47981383dd5e9f /language | |
parent | b02d365a27654518bc2301df251a96bfa44bfa5b (diff) |
[trunk_install] Update et_EE, thanks to : kristian
git-svn-id: http://piwigo.org/svn/trunk@16500 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to 'language')
-rwxr-xr-x | language/et_EE/install.lang.php | 56 |
1 files changed, 56 insertions, 0 deletions
diff --git a/language/et_EE/install.lang.php b/language/et_EE/install.lang.php new file mode 100755 index 000000000..79e2be712 --- /dev/null +++ b/language/et_EE/install.lang.php @@ -0,0 +1,56 @@ +<?php +// +-----------------------------------------------------------------------+
+// | Piwigo - a PHP based photo gallery |
+// +-----------------------------------------------------------------------+
+// | Copyright(C) 2008-2012 Piwigo Team http://piwigo.org |
+// | Copyright(C) 2003-2008 PhpWebGallery Team http://phpwebgallery.net |
+// | Copyright(C) 2002-2003 Pierrick LE GALL http://le-gall.net/pierrick |
+// +-----------------------------------------------------------------------+
+// | This program is free software; you can redistribute it and/or modify |
+// | it under the terms of the GNU General Public License as published by |
+// | the Free Software Foundation |
+// | |
+// | This program is distributed in the hope that it will be useful, but |
+// | WITHOUT ANY WARRANTY; without even the implied warranty of |
+// | MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU |
+// | General Public License for more details. |
+// | |
+// | You should have received a copy of the GNU General Public License |
+// | along with this program; if not, write to the Free Software |
+// | Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, |
+// | USA. |
+// +-----------------------------------------------------------------------+ +$lang['Admin configuration'] = 'Halduri häälestamine'; +$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)'; +$lang['Basic configuration'] = 'Põhiline häälestamine'; +$lang['Can\'t connect to server'] = 'Ühendumine serveriga nurjus'; +$lang['Congratulations, Piwigo installation is completed'] = 'Palju õnne! Piwigo paigaldamine on valmis.'; +$lang['Connection to server succeed, but it was impossible to connect to database'] = 'Serveriga ühendati ära, aga andmebaasiga ühendumine nurjus.'; +$lang['Creation of config file local/config/database.inc.php failed.'] = 'Häälestusfaili loomine ebaõnnestus ("local/config/database.inc.php").'; +$lang['Database configuration'] = 'Andmebaasi häälestamine'; +$lang['Database name'] = 'Andmebaasi nimi'; +$lang['Database table prefix'] = 'Andmebaasi tabelinimede eesliide'; +$lang['Default gallery language'] = 'Gallerii vaikimisi keel'; +$lang['Download the config file'] = 'Laadi häälestusfail alla'; +$lang['Hope to see you back soon.'] = 'Loodame sind varsti jälle näha.'; +$lang['Host'] = 'Host'; +$lang['Installation'] = 'Paigaldamine'; +$lang['It appears your webhost is currently running PHP %s.'] = 'Paistab, et su serveris jooksutatakse PHP versiooni %s.'; +$lang['It will be shown to the visitors. It is necessary for website administration'] = 'Seda näidetakse külastajatele ning on vajalik veebilehe haldamiseks'; +$lang['Just another Piwigo gallery'] = 'Lihtsalt veel üks järjekordne Piwigo gallerii'; +$lang['Keep it confidential, it enables you to access administration panel'] = 'Hoia seda salaja, sellega saad lehekülje haldurisse sisse'; +$lang['PHP 5 is required'] = 'Vajatakse PHP versiooni 5'; +$lang['Password ']['confirm'] = 'Kinnita parooli'; +$lang['Password'] = 'Parool'; +$lang['Sorry!'] = 'Vabandust!'; +$lang['Start Install'] = 'Alusta paigaldamist'; +$lang['Try to configure PHP 5'] = 'Proovi häälestada PHP 5'; +$lang['User'] = 'Kasutaja'; +$lang['Webmaster login'] = 'Halduri sissepääs'; +$lang['Webmaster mail address'] = 'Halduri eposti aadress'; +$lang['Webmaster password'] = 'Halduri parool'; +$lang['Welcome to my photo gallery'] = 'Tere tulemast mu fotogalleriisse'; +$lang['Welcome to your new installation of Piwigo!'] = 'Tere tulemast äsja installitud Piwigosse!'; +$lang['You can download the config file and upload it to local/config directory of your installation.'] = 'Sa võid laadida häälestusfaili alla ja ise paigaldada selle oma "local/config" kaustasse.'; +$lang['You may referer to your hosting provider\'s support and see how you could switch to PHP 5 by yourself.'] = 'Sa peaksid küsima oma veebimajutuse teenusepakkuja käest, kas on võimalik minna üle PHP versioonile 5.'; +?>
\ No newline at end of file |