Page Menu
Home
Phorge
Search
Configure Global Search
Log In
Files
F117761325
D1333.1775214361.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Flag For Later
Award Token
Authored By
Unknown
Size
7 KB
Referenced Files
None
Subscribers
None
D1333.1775214361.diff
View Options
diff --git a/lib/locale/bg_BG.php b/lib/locale/bg_BG.php
--- a/lib/locale/bg_BG.php
+++ b/lib/locale/bg_BG.php
@@ -163,6 +163,7 @@
$LANG['group.add'] = 'Add Group';
$LANG['group.add.success'] = 'Group created successfully.';
+$LANG['group.alias'] = 'Secondary Email Address(es)';
$LANG['group.cn'] = 'Common name';
$LANG['group.delete.confirm'] = 'Are you sure, you want to delete this group?';
$LANG['group.delete.success'] = 'Group deleted successfully.';
diff --git a/lib/locale/cs_CZ.php b/lib/locale/cs_CZ.php
--- a/lib/locale/cs_CZ.php
+++ b/lib/locale/cs_CZ.php
@@ -163,6 +163,7 @@
$LANG['group.add'] = 'Add Group';
$LANG['group.add.success'] = 'Group created successfully.';
+$LANG['group.alias'] = 'Secondary Email Address(es)';
$LANG['group.cn'] = 'Common name';
$LANG['group.delete.confirm'] = 'Are you sure, you want to delete this group?';
$LANG['group.delete.success'] = 'Group deleted successfully.';
diff --git a/lib/locale/de_CH.php b/lib/locale/de_CH.php
--- a/lib/locale/de_CH.php
+++ b/lib/locale/de_CH.php
@@ -163,6 +163,7 @@
$LANG['group.add'] = 'Add Group';
$LANG['group.add.success'] = 'Group created successfully.';
+$LANG['group.alias'] = 'Secondary Email Address(es)';
$LANG['group.cn'] = 'Common name';
$LANG['group.delete.confirm'] = 'Are you sure, you want to delete this group?';
$LANG['group.delete.success'] = 'Group deleted successfully.';
diff --git a/lib/locale/de_DE.php b/lib/locale/de_DE.php
--- a/lib/locale/de_DE.php
+++ b/lib/locale/de_DE.php
@@ -163,6 +163,7 @@
$LANG['group.add'] = 'Gruppe hinzufügen';
$LANG['group.add.success'] = 'Gruppe erfolgreich erstellt.';
+$LANG['group.alias'] = 'Sekundäre Email-Adresse';
$LANG['group.cn'] = 'Common Name';
$LANG['group.delete.confirm'] = 'Diese Gruppe wirklich löschen?';
$LANG['group.delete.success'] = 'Gruppe erfolgreich gelöscht.';
diff --git a/lib/locale/en_US.php b/lib/locale/en_US.php
--- a/lib/locale/en_US.php
+++ b/lib/locale/en_US.php
@@ -160,6 +160,7 @@
$LANG['group.add'] = 'Add Group';
$LANG['group.add.success'] = 'Group created successfully.';
+$LANG['group.alias'] = 'Secondary Email Address(es)';
$LANG['group.cn'] = 'Common name';
$LANG['group.delete.confirm'] = 'Are you sure, you want to delete this group?';
$LANG['group.delete.success'] = 'Group deleted successfully.';
diff --git a/lib/locale/es_ES.php b/lib/locale/es_ES.php
--- a/lib/locale/es_ES.php
+++ b/lib/locale/es_ES.php
@@ -163,6 +163,7 @@
$LANG['group.add'] = 'Añadir grupo';
$LANG['group.add.success'] = 'Grupo creado correctamente.';
+$LANG['group.alias'] = 'Dirección(es) de correo electrónico secundaria(s)';
$LANG['group.cn'] = 'Nombre común';
$LANG['group.delete.confirm'] = 'Are you sure, you want to delete this group?';
$LANG['group.delete.success'] = 'Grupo borrado correctamente.';
diff --git a/lib/locale/et_EE.php b/lib/locale/et_EE.php
--- a/lib/locale/et_EE.php
+++ b/lib/locale/et_EE.php
@@ -163,6 +163,7 @@
$LANG['group.add'] = 'Add Group';
$LANG['group.add.success'] = 'Group created successfully.';
+$LANG['group.alias'] = 'Secondary Email Address(es)';
$LANG['group.cn'] = 'Common name';
$LANG['group.delete.confirm'] = 'Are you sure, you want to delete this group?';
$LANG['group.delete.success'] = 'Group deleted successfully.';
diff --git a/lib/locale/fi_FI.php b/lib/locale/fi_FI.php
--- a/lib/locale/fi_FI.php
+++ b/lib/locale/fi_FI.php
@@ -163,6 +163,7 @@
$LANG['group.add'] = 'Lisää ryhmä';
$LANG['group.add.success'] = 'Ryhmä luotiin onnistuneesti.';
+$LANG['group.alias'] = 'Secondary Email Address(es)';
$LANG['group.cn'] = 'Common name';
$LANG['group.delete.confirm'] = 'Are you sure, you want to delete this group?';
$LANG['group.delete.success'] = 'Ryhmä poistettu onnistuneesti.';
diff --git a/lib/locale/fr_FR.php b/lib/locale/fr_FR.php
--- a/lib/locale/fr_FR.php
+++ b/lib/locale/fr_FR.php
@@ -163,6 +163,7 @@
$LANG['group.add'] = 'Ajouter Groupe';
$LANG['group.add.success'] = 'Groupe créé.';
+$LANG['group.alias'] = 'Courriel(s) secondaire(s)';
$LANG['group.cn'] = 'Nom';
$LANG['group.delete.confirm'] = 'Are you sure, you want to delete this group?';
$LANG['group.delete.success'] = 'Groupe supprimé.';
diff --git a/lib/locale/it_IT.php b/lib/locale/it_IT.php
--- a/lib/locale/it_IT.php
+++ b/lib/locale/it_IT.php
@@ -163,6 +163,7 @@
$LANG['group.add'] = 'Aggiungi Gruppo';
$LANG['group.add.success'] = 'Gruppo creato con successo.';
+$LANG['group.alias'] = 'Secondary Email Address(es)';
$LANG['group.cn'] = 'Nome comune';
$LANG['group.delete.confirm'] = 'Are you sure, you want to delete this group?';
$LANG['group.delete.success'] = 'Gruppo eliminato con successo.';
diff --git a/lib/locale/ja_JP.php b/lib/locale/ja_JP.php
--- a/lib/locale/ja_JP.php
+++ b/lib/locale/ja_JP.php
@@ -163,6 +163,7 @@
$LANG['group.add'] = 'グループ追加';
$LANG['group.add.success'] = 'グループを作成しました。';
+$LANG['group.alias'] = 'セカンダリEmailアドレス(es)';
$LANG['group.cn'] = '共通名';
$LANG['group.delete.confirm'] = 'Are you sure, you want to delete this group?';
$LANG['group.delete.success'] = 'グループを削除しました。';
diff --git a/lib/locale/nl_NL.php b/lib/locale/nl_NL.php
--- a/lib/locale/nl_NL.php
+++ b/lib/locale/nl_NL.php
@@ -163,6 +163,7 @@
$LANG['group.add'] = 'Groep Toevoegen';
$LANG['group.add.success'] = 'Groep succesvol toegevoegd.';
+$LANG['group.alias'] = 'Secundaire E-mail Adres(sen)';
$LANG['group.cn'] = 'Volledige naam';
$LANG['group.delete.confirm'] = 'Wilt u deze groep echt verwijderen?';
$LANG['group.delete.success'] = 'Groep succesvol verwijderd.';
diff --git a/lib/locale/pl_PL.php b/lib/locale/pl_PL.php
--- a/lib/locale/pl_PL.php
+++ b/lib/locale/pl_PL.php
@@ -163,6 +163,7 @@
$LANG['group.add'] = 'Dodaj grupę';
$LANG['group.add.success'] = 'Grupa utworzona pomyślnie.';
+$LANG['group.alias'] = 'Dodatkowe adresy email';
$LANG['group.cn'] = 'Nazwa typowa';
$LANG['group.delete.confirm'] = 'Czy na pewno chcesz usunąć tą grupę?';
$LANG['group.delete.success'] = 'Grupa usunięta pomyślnie.';
diff --git a/lib/locale/pt_BR.php b/lib/locale/pt_BR.php
--- a/lib/locale/pt_BR.php
+++ b/lib/locale/pt_BR.php
@@ -163,6 +163,7 @@
$LANG['group.add'] = 'Adicionar Grupo';
$LANG['group.add.success'] = 'Grupo criado com sucesso.';
+$LANG['group.alias'] = 'Endereço de e-mail secundário(s)';
$LANG['group.cn'] = 'Nome comum';
$LANG['group.delete.confirm'] = 'Are you sure, you want to delete this group?';
$LANG['group.delete.success'] = 'Grupo deletado com sucesso.';
diff --git a/lib/locale/ru_RU.php b/lib/locale/ru_RU.php
--- a/lib/locale/ru_RU.php
+++ b/lib/locale/ru_RU.php
@@ -163,6 +163,7 @@
$LANG['group.add'] = 'Добавить группу';
$LANG['group.add.success'] = 'Группа успешно создана.';
+$LANG['group.alias'] = 'Дополнительные адреса электронной почты';
$LANG['group.cn'] = 'Общее обозначение';
$LANG['group.delete.confirm'] = 'Вы уверены, что хотите удалить эту группу?';
$LANG['group.delete.success'] = 'Группа успешно удалена.';
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Fri, Apr 3, 11:06 AM (20 h, 41 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
18823753
Default Alt Text
D1333.1775214361.diff (7 KB)
Attached To
Mode
D1333: add group.alias translation
Attached
Detach File
Event Timeline