1 | <?php |
---|
2 | // +-----------------------------------------------------------------------+ |
---|
3 | // | Piwigo - a PHP based photo gallery | |
---|
4 | // +-----------------------------------------------------------------------+ |
---|
5 | // | Copyright(C) 2008-2011 Piwigo Team http://piwigo.org | |
---|
6 | // | Copyright(C) 2003-2008 PhpWebGallery Team http://phpwebgallery.net | |
---|
7 | // | Copyright(C) 2002-2003 Pierrick LE GALL http://le-gall.net/pierrick | |
---|
8 | // +-----------------------------------------------------------------------+ |
---|
9 | // | This program is free software; you can redistribute it and/or modify | |
---|
10 | // | it under the terms of the GNU General Public License as published by | |
---|
11 | // | the Free Software Foundation | |
---|
12 | // | | |
---|
13 | // | This program is distributed in the hope that it will be useful, but | |
---|
14 | // | WITHOUT ANY WARRANTY; without even the implied warranty of | |
---|
15 | // | MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU | |
---|
16 | // | General Public License for more details. | |
---|
17 | // | | |
---|
18 | // | You should have received a copy of the GNU General Public License | |
---|
19 | // | along with this program; if not, write to the Free Software | |
---|
20 | // | Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, | |
---|
21 | // | USA. | |
---|
22 | // +-----------------------------------------------------------------------+ |
---|
23 | |
---|
24 | $lang['Installation'] = 'დაყენება'; |
---|
25 | $lang['Basic configuration'] = 'საბაზო გასწორება'; |
---|
26 | $lang['Default gallery language'] = 'პრიორიტეტული ენა'; |
---|
27 | $lang['Database configuration'] = 'მონაცემთა ბაზის გასწორება'; |
---|
28 | $lang['Admin configuration'] = 'ადმინისტრირების გასწორება'; |
---|
29 | $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'] = 'ვებმასტერის სახელი(ლოგინი)'; |
---|
33 | $lang['It will be shown to the visitors. It is necessary for website administration'] = 'მას დაინახავენ მნახველები.საჭიროა საიტის ადმინისტრირებისათვის'; |
---|
34 | |
---|
35 | $lang['Connection to server succeed, but it was impossible to connect to database'] = 'წარმატებით დაუკავშირდით სერვერს,მაგრამ მონაცემთა ბაზასთან დაკავშირება შეუძლებელია'; |
---|
36 | $lang['Can\'t connect to server'] = 'შეუძლებელია სერვერთან დაკავშირება'; |
---|
37 | |
---|
38 | $lang['Host'] = 'MySQL ხოსტი'; |
---|
39 | $lang['localhost, sql.multimania.com, toto.freesurf.fr'] = 'localhost, sql.multimania.com, toto.freesurf.fr'; |
---|
40 | $lang['User'] = 'მომხმარებელი'; |
---|
41 | $lang['user login given by your host provider'] = 'სახელი(ლოგინი),რომელიც პროვაიდერმა მოგცათ'; |
---|
42 | $lang['Password'] = 'პაროლი'; |
---|
43 | $lang['user password given by your host provider'] = 'პაროლი,რომელიც პროვაიდერმა მოგცათ'; |
---|
44 | $lang['Database name'] = 'მონაცემთა ბაზის სახელი'; |
---|
45 | $lang['also given by your host provider'] = 'ასევე გაიცემა პროვაიდერის მიერ.ხშირად ემთხვევა სახელს(ლოგინს)'; |
---|
46 | $lang['Database table prefix'] = 'ცხრილის პრეფიქსი მონაცემთა ბაზაში'; |
---|
47 | $lang['database tables names will be prefixed with it (enables you to manage better your tables)'] = 'ცხრილის სათაური დაიწყება ამითი(რაც გააადვილებს მის მომსახურებას)'; |
---|
48 | $lang['enter a login for webmaster'] = 'საჭიროა შეიყვანოთ ლოგინი ვებმასტერისათვის'; |
---|
49 | $lang['webmaster login can\'t contain characters \' or "'] = 'ლოგინი ვებმასტერისათვის არ უნდა შეიცავდეს სიმბოლოებს \' ან "'; |
---|
50 | $lang['please enter your password again'] = 'პაროლი კიდევ ერთხელ'; |
---|
51 | $lang['Webmaster password'] = 'ვებმასტერის პარილო'; |
---|
52 | $lang['Keep it confidential, it enables you to access administration panel'] = 'არ გაუმხილოთ არავის,იგი საჭიროა ადმინისტრირების პანელთან დასაშვებად'; |
---|
53 | $lang['Password [confirm]'] = 'გაიმეორეთ პაროლი'; |
---|
54 | $lang['verification'] = 'კიდევ ერთხელ,შეცდომის გამოსარიცხად'; |
---|
55 | $lang['Need help ? Ask your question on <a href="%s">Piwigo message board</a>.'] = 'გჭირდებათ დახმარება?დასვით შეკითხვები <a href="%s">Piwigo–ს ფორუმზე</a>.'; |
---|
56 | $lang['Webmaster mail address'] = 'ვებმასტერის ელ.ფოსტა'; |
---|
57 | $lang['Visitors will be able to contact site administrator with this mail'] = 'გამოყენებული იქნება მომხმარებლების მიერ ადმინისტრატორთან კავშირისათვის'; |
---|
58 | |
---|
59 | $lang['PHP 5 is required'] = 'საჭიროა PHP 5'; |
---|
60 | $lang['It appears your webhost is currently running PHP %s.'] = 'სავარაუდოდ თქვენი ხოსტინგი ამჟამად იყენებს PHP %s.'; |
---|
61 | $lang['Piwigo may try to switch your configuration to PHP 5 by creating or modifying a .htaccess file.'] = 'Piwigo–ს შეუძლია შეეცადოს გადართოს თქვენი კონფიგურაცია PHP 5, .htaccess ფაილს შექმნით ან შეცვლით.'; |
---|
62 | $lang['Note you can change your configuration by yourself and restart Piwigo after that.'] = 'აღნიშნეთ,რომ თქვენ შეგიძლიათ თქვენით შეცვალოთ კონფიგურაცია და ამის შემდეგ ახლიდან გაუშვით Piwigo.'; |
---|
63 | $lang['Try to configure PHP 5'] = 'შვეცადოთ PHP 5 გადაკონფიგურირება'; |
---|
64 | $lang['Sorry!'] = 'ბოდიში!'; |
---|
65 | $lang['Piwigo was not able to configure PHP 5.'] = 'Piwigo–ს არ შეუძლია PHP 5 გადაკონფიგურირება.'; |
---|
66 | $lang['You may referer to your hosting provider\'s support and see how you could switch to PHP 5 by yourself.'] = 'თქვენ უნდა მიმართოთ პროვაიდერს დახმარებისა და განმარტებისათვის ტუ როგორ მოახერხოთ PHP 5 ზე გადართვა.'; |
---|
67 | $lang['Hope to see you back soon.'] = 'იმედი გავქვს მალე შემოგვიერთდებით.'; |
---|
68 | $lang['Congratulations, Piwigo installation is completed'] = 'გილოცავთ,Piwigo–ს დაყენება დამთავრებულია'; |
---|
69 | $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 უნდა შეიცავდეს მხოლოდ იმას რაც წერია textarea–ში, თავისუფალი ადგილების და დაბრუნების ხაზების გარეშე)'; |
---|
70 | $lang['Creation of config file local/config/database.inc.php failed.'] = 'კონფიგურაციის ფაილის local/config/database.inc.php შექმნა არ მოხერხდა.'; |
---|
71 | $lang['Download the config file'] = 'ავტვირთოთ კონფიგურაციის ფაილი'; |
---|
72 | $lang['You can download the config file and upload it to local/config directory of your installation.'] = 'თქვენ შეგიძლიათ ატვირთოთ კონფიგურაციის ფაილი და გადასცეთ იგი local/config directory ში.'; |
---|
73 | ?> |
---|