diff options
Diffstat (limited to 'apps/user_ldap/l10n/ka_GE.php')
-rw-r--r-- | apps/user_ldap/l10n/ka_GE.php | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/apps/user_ldap/l10n/ka_GE.php b/apps/user_ldap/l10n/ka_GE.php index 07cd3ad7965..7317a257daf 100644 --- a/apps/user_ldap/l10n/ka_GE.php +++ b/apps/user_ldap/l10n/ka_GE.php @@ -1,4 +1,5 @@ -<?php $TRANSLATIONS = array( +<?php +$TRANSLATIONS = array( "Failed to delete the server configuration" => "შეცდომა სერვერის კონფიგურაციის წაშლისას", "The configuration is valid and the connection could be established!" => "კონფიგურაცია მართებულია და კავშირი დამყარდება!", "The configuration is valid, but the Bind failed. Please check the server settings and credentials." => "კონფიგურაცია მართებულია, მაგრამ მიერთება ვერ მოხერხდა. გთხოვთ შეამოწმოთ სერვერის პარამეტრები და აუთენთიკაციის პარამეტრები.", @@ -70,3 +71,4 @@ "Test Configuration" => "კავშირის ტესტირება", "Help" => "დახმარება" ); +$PLURAL_FORMS = "nplurals=1; plural=0;"; |