aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorMarius Halden <marius.h@lden.org>2016-04-12 13:00:00 +0200
committerMarius Halden <marius.h@lden.org>2016-05-07 14:31:03 +0200
commita7e12e930adceb0d058400ca5e5616d69747f4d0 (patch)
tree808cb107e0ef91254495c82629e6a1e0f7091536 /Makefile
parentaaf30d6cdb11667ccf8f1eeb523e81272fa8066c (diff)
Add support for multiple accounts in set account
The set account for control channels is now a comma separeted list of accounts instead of just one. If the user changes the tag of an accounts trough `account <id> set tag <new_tag>`, the account set will be updated to reflect this change for all relevant channels. If an account is removed trough `account <id> delete` it will be removed from the account set for all relevant channels.
Diffstat (limited to 'Makefile')
0 files changed, 0 insertions, 0 deletions
tion value='hotfix/0.19.0.4'>hotfix/0.19.0.4 Unnamed repository; edit this file 'description' to name the repository.MimesBrønn
aboutsummaryrefslogtreecommitdiffstats
path: root/vendor/gems/gettext-2.1.0/samples/po/el/hello_plural.po
blob: 824d373c9c8418478e8aa7a40ef101ec7046f532 (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
# hello_plural.po - sample for plural messages
#
# Copyright (C) 2002-2006 Masao Mutoh
#
# This file is distributed under the same license as the Ruby-GetText-Package.
#
# damphyr <damphyr@gmx.net>, 2006.
#
msgid ""
msgstr ""
"Project-Id-Version: ruby-gettext 1.6.0\n"
"POT-Creation-Date: 2002-10-21 15:32:15+0900\n"
"PO-Revision-Date: 2006-01-06 19:50+0100\n"
"Last-Translator: damphyr <damphyr@gmx.net>\n"
"Language-Team: Greek\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"

#: hello_plural.rb:11
msgid "There is an apple.\n"
msgid_plural "There are %{num} apples.\n"
msgstr[0] "Υπάρχει ένα μήλο.\n"
msgstr[1] "Υπάρχουν %{num} μήλα\n"