From 40cab61e1ffd1fc3c3f4974e662303b4a066625f Mon Sep 17 00:00:00 2001 From: ddtddt Date: Sun, 6 Jun 2010 20:31:34 +0000 Subject: [branche2.1] add ka_GE thanks to geomagi git-svn-id: http://piwigo.org/svn/branches/2.1@6481 68402e56-0260-453c-a942-63ccdbb3a9ee --- language/ka_GE/install.lang.php | 77 +++++++++++++++++++++++++++++++++++++++++ 1 file changed, 77 insertions(+) create mode 100644 language/ka_GE/install.lang.php (limited to 'language/ka_GE/install.lang.php') diff --git a/language/ka_GE/install.lang.php b/language/ka_GE/install.lang.php new file mode 100644 index 000000000..2a0ff4e10 --- /dev/null +++ b/language/ka_GE/install.lang.php @@ -0,0 +1,77 @@ +Piwigo message board.'] = 'გჭირდებათ დახმარება?დასვით შეკითხვები Piwigo–ს ფორუმზე.'; +$lang['Webmaster mail address'] = 'ვებმასტერის ელ.ფოსტა'; +$lang['Visitors will be able to contact site administrator with this mail'] = 'გამოყენებული იქნება მომხმარებლების მიერ ადმინისტრატორთან კავშირისათვის'; + +$lang['Database type'] = 'მონაცემთა ბაზის ტიპი'; +$lang['The type of database your piwigo data will be store in'] = 'მონაცემთა ბაზის ტიპი შენახული იქნება'; +$lang['PHP 5 is required'] = 'საჭიროა PHP 5'; +$lang['It appears your webhost is currently running PHP %s.'] = 'სავარაუდოდ თქვენი ხოსტინგი ამჟამად იყენებს PHP %s.'; +$lang['Piwigo may try to switch your configuration to PHP 5 by creating or modifying a .htaccess file.'] = 'Piwigo–ს შეუძლია შეეცადოს გადართოს თქვენი კონფიგურაცია PHP 5, .htaccess ფაილს შექმნით ან შეცვლით.'; +$lang['Note you can change your configuration by yourself and restart Piwigo after that.'] = 'აღნიშნეთ,რომ თქვენ შეგიძლიათ თქვენით შეცვალოთ კონფიგურაცია და ამის შემდეგ ახლიდან გაუშვით Piwigo.'; +$lang['Try to configure PHP 5'] = 'შვეცადოთ PHP 5 გადაკონფიგურირება'; +$lang['Sorry!'] = 'ბოდიში!'; +$lang['Piwigo was not able to configure PHP 5.'] = 'Piwigo–ს არ შეუძლია PHP 5 გადაკონფიგურირება.'; +$lang['You may referer to your hosting provider\'s support and see how you could switch to PHP 5 by yourself.'] = 'თქვენ უნდა მიმართოთ პროვაიდერს დახმარებისა და განმარტებისათვის ტუ როგორ მოახერხოთ PHP 5 ზე გადართვა.'; +$lang['Hope to see you back soon.'] = 'იმედი გავქვს მალე შემოგვიერთდებით.'; +$lang['Congratulations, Piwigo installation is completed'] = 'გილოცავთ,Piwigo–ს დაყენება დამთავრებულია'; +$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–ში, თავისუფალი ადგილების და დაბრუნების ხაზების გარეშე)'; +$lang['Creation of config file local/config/database.inc.php failed.'] = 'კონფიგურაციის ფაილის local/config/database.inc.php შექმნა არ მოხერხდა.'; +$lang['Download the config file'] = 'ავტვირთოთ კონფიგურაციის ფაილი'; +$lang['You can download the config file and upload it to local/config directory of your installation.'] = 'თქვენ შეგიძლიათ ატვირთოთ კონფიგურაციის ფაილი და გადასცეთ იგი local/config directory ში.'; +$lang['SQLite and PostgreSQL are currently in experimental state.'] = 'SQLite და PostgreSQL ამჟამად იმყოპება ექსპერიმენტის სტადიაში.'; +$lang['Learn more'] = 'გავიგოთ მეტი'; +?> \ No newline at end of file -- cgit v1.2.3