mirror of
https://github.com/fusionpbx/fusionpbx.git
synced 2026-01-06 11:43:50 +00:00
Localization: Add full support for Georgian language (#7110)
* Translating apps to Georgian * Translating apps to Georgian * Translating more apps to Georgian * Translating more apps to Georgian * Translating more apps to Georgian * Translating more apps to Georgian * Translating more apps to Georgian * Translating theme to Georgian * Translating core to Georgian * Translating core to Georgian * Translating core to Georgian by Marie * Translating core to Georgian * Translating resources to Georgian by Marie * Translating core to Georgian * fix app_languages.php
This commit is contained in:
@@ -12,6 +12,7 @@ $y=0;
|
||||
$apps[$x]['menu'][$y]['title']['fr-fr'] = "Gestion des utilisteurs";
|
||||
$apps[$x]['menu'][$y]['title']['he-il'] = "מנהל משתמש";
|
||||
$apps[$x]['menu'][$y]['title']['it-it'] = "Utenti";
|
||||
$apps[$x]['menu'][$y]['title']['ka-ge'] = "მომხმარებლები";
|
||||
$apps[$x]['menu'][$y]['title']['nl-nl'] = "Gebruik";
|
||||
$apps[$x]['menu'][$y]['title']['pl-pl'] = "Menedżer użytkowników";
|
||||
$apps[$x]['menu'][$y]['title']['pt-br'] = "Gerenciar Usuários";
|
||||
@@ -42,6 +43,7 @@ $y=0;
|
||||
$apps[$x]['menu'][$y]['title']['fr-fr'] = "Configuration du Compte";
|
||||
$apps[$x]['menu'][$y]['title']['he-il'] = "הגדרת חשבון";
|
||||
$apps[$x]['menu'][$y]['title']['it-it'] = "Impostazioni Utente";
|
||||
$apps[$x]['menu'][$y]['title']['ka-ge'] = "ანგარიში პარამეტრები";
|
||||
$apps[$x]['menu'][$y]['title']['nl-nl'] = "Accountinstellingen";
|
||||
$apps[$x]['menu'][$y]['title']['pl-pl'] = "Ustawienia konta";
|
||||
$apps[$x]['menu'][$y]['title']['pt-br'] = "Configurações da conta";
|
||||
|
||||
Reference in New Issue
Block a user