mirror of
https://github.com/flarum/core.git
synced 2025-08-05 07:57:46 +02:00
Move locale files from language pack to extension. (#26)
This commit is contained in:
23
extensions/pusher/locale/en.yml
Normal file
23
extensions/pusher/locale/en.yml
Normal file
@@ -0,0 +1,23 @@
|
|||||||
|
flarum-pusher:
|
||||||
|
|
||||||
|
##
|
||||||
|
# UNIQUE KEYS - The following keys are used in only one location each.
|
||||||
|
##
|
||||||
|
|
||||||
|
# Translations in this namespace are used by the admin interface.
|
||||||
|
admin:
|
||||||
|
|
||||||
|
# These translations are used in the Pusher Settings modal dialog.
|
||||||
|
pusher_settings:
|
||||||
|
app_cluster_label: Cluster
|
||||||
|
app_id_label: App ID
|
||||||
|
app_key_label: App Key
|
||||||
|
app_secret_label: App Secret
|
||||||
|
title: Pusher Settings
|
||||||
|
|
||||||
|
# Translations in this namespace are used by the admin interface.
|
||||||
|
forum:
|
||||||
|
|
||||||
|
# These translations are used in the discussion list.
|
||||||
|
discussion_list:
|
||||||
|
show_updates_text: "Show {count} updated discussion|Show {count} updated discussions"
|
Reference in New Issue
Block a user