Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/jsxc/jsxc.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormightymop <totzkotz@gmail.com>2020-12-20 13:52:15 +0300
committersualko <klaus@jsxc.org>2021-01-10 19:37:02 +0300
commit424d21cbb88690121febcd7dd25f55bbdfb776d0 (patch)
tree67f284cca18906441d0ce475add7519f7442ed2d /locales
parenta180a683d7538953cf0455a1857459cad86a377b (diff)
feat: add User Search (XEP-0055)
Diffstat (limited to 'locales')
-rw-r--r--locales/bn-BD.json9
-rw-r--r--locales/de.json9
-rw-r--r--locales/en.json9
3 files changed, 24 insertions, 3 deletions
diff --git a/locales/bn-BD.json b/locales/bn-BD.json
index f17f69a1..911953ae 100644
--- a/locales/bn-BD.json
+++ b/locales/bn-BD.json
@@ -394,7 +394,14 @@
"muc_not-acceptable": null,
"muc_registration-required": null,
"muc_conflict": null,
- "muc_service-unavailable": null
+ "muc_service-unavailable": null,
+ "contact_search": null,
+ "Search": null,
+ "First": null,
+ "Last": null,
+ "Nick": null,
+ "Email": null,
+ "no_results": null
},
"Notifications": null
}
diff --git a/locales/de.json b/locales/de.json
index d14bdc79..f23cdb82 100644
--- a/locales/de.json
+++ b/locales/de.json
@@ -395,7 +395,14 @@
"muc_not-acceptable": "Sie müssen Ihren reservierten Nicknamen nutzen.",
"muc_registration-required": "Sie können dem Raum nicht beitreten, da Sie kein Mitglied sind.",
"muc_conflict": "Ihr ausgewählter Nickname ist nicht verfügbar.",
- "muc_service-unavailable": "Die maximale Kapazität an Teilnehmern wurde erreicht."
+ "muc_service-unavailable": "Die maximale Kapazität an Teilnehmern wurde erreicht.",
+ "contact_search": "Kontakt suchen",
+ "Search": "Suchen",
+ "First": "Vorname",
+ "Last": "Nachname",
+ "Nick": "Spitzname",
+ "Email": "E-Mail",
+ "no_results": "Die Suche ergab keine Ergebnisse."
},
"Notifications": "Benachrichtigungen"
}
diff --git a/locales/en.json b/locales/en.json
index 1b6d9015..c7c220a0 100644
--- a/locales/en.json
+++ b/locales/en.json
@@ -416,7 +416,14 @@
"muc_not-acceptable": "You have to use the reserved nickname.",
"muc_registration-required": "You are not allowed to join this room, because you are not on the member list.",
"muc_conflict": "Your nickname was already taken.",
- "muc_service-unavailable": "You are not able to join, because the maximum number of users has been reached."
+ "muc_service-unavailable": "You are not able to join, because the maximum number of users has been reached.",
+ "contact_search": "Search Contact",
+ "Search": "Search",
+ "First": "Given Name",
+ "Last": "Surname",
+ "Nick": "Nickname",
+ "Email": "E-Mail",
+ "no_results": "No results were found."
},
"Notifications": "Notifications"
}