Update app_languages.php

Add label-groups to global app_languages.php.
This commit is contained in:
FusionPBX
2016-08-05 09:21:41 -06:00
committed by GitHub
parent 4ffb221544
commit e74fa17958

View File

@@ -860,6 +860,16 @@ $text['label-label']['uk'] = "Назва";
$text['label-label']['sv-se'] = "Etikett";
$text['label-label']['de-at'] = "Kennzeichnung";
$text['label-groups']['en-us'] = "Groups";
$text['label-groups']['es-cl'] = "Grupos";
$text['label-groups']['pt-pt'] = "Grupos";
$text['label-groups']['fr-fr'] = "Groupes";
$text['label-groups']['pt-br'] = "Grupos";
$text['label-groups']['pl'] = "Grupy";
$text['label-groups']['uk'] = "Групи";
$text['label-groups']['sv-se'] = "Grupper";
$text['label-groups']['de-at'] = "Gruppen";
//description
$text['description-name']['en-us'] = "Enter the name.";
@@ -946,4 +956,4 @@ $text['description-description']['es-cl'] = '';
$text['description-description']['pt-pt'] = '';
$text['description-description']['fr-fr'] = '';
?>
?>