blob: 04f95a9eb3ea685ec771a81c8db532c1f6f7021c (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
|
# This Source Code Form is subject to the terms of the Mozilla Public
# License, v. 2.0. If a copy of the MPL was not distributed with this
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
# LOCALIZATION NOTE (options.*):
# These are the protocol specific options shown in the account manager and
# account wizard windows.
options.connectServer=Frithealaiche
options.connectPort=Port
# LOCALIZATION NOTE (chatRoomField.*):
# These are the name of fields displayed in the 'Join Chat' dialog
# for Matrix accounts.
# The _ character won't be displayed; it indicates the next
# character of the string should be used as the access key for this
# field.
chatRoomField.room=Seòma_r
# LOCALIZATION NOTE (tooltip.*):
# These are the descriptions given in a tooltip with information received
# from the "User" object.
# The human readable name of the user.
tooltip.displayName=Ainm-taisbeanaidh
# %S is the timespan elapsed since the last activity.
tooltip.timespan=%S air ais
tooltip.lastActive=A’ ghnìomhachd mu dheireadh
|