1# This Python file uses the following encoding: utf-8
2
3# ARandR -- Another XRandR GUI
4# Copyright (C) 2008 -- 2011 chrysn <chrysn@fsfe.org>
5#
6# This program is free software: you can redistribute it and/or modify
7# it under the terms of the GNU General Public License as published by
8# the Free Software Foundation, either version 3 of the License, or
9# (at your option) any later version.
10#
11# This program is distributed in the hope that it will be useful,
12# but WITHOUT ANY WARRANTY; without even the implied warranty of
13# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
14# GNU General Public License for more details.
15#
16# You should have received a copy of the GNU General Public License
17# along with this program.  If not, see <http://www.gnu.org/licenses/>.
18
19# pylint: disable=missing-docstring
20
21from .i18n import _
22
23
24__version__ = '0.1.10'
25PROGRAMNAME = _(u'ARandR Screen Layout Editor')
26# translators, please translate in the style of "Another XRandR GUI
27# (ein weiteres GUI für XRandR)" so users get both the explanation of
28# the acronym and a localized version.
29PROGRAMDESCRIPTION = _(u'Another XRandR GUI')
30COPYRIGHT = u'© chrysn 2008 – 2019, Себастьян Gli ţa Κατινα 2011, Johannes Holmberg 2015, actionless 2019'
31
32# other names of contributors found in the git history. mailmap (see
33# git-shortlog(1)) won't cut it, because some contributors don't have any email
34# address at all (or might want to be attributed without address).
35COMMITTER_ALIASES = {
36    'chrysn <chrysn@84c1553d-868a-485e-9ebb-c7de0e225ff1>': 'chrysn <chrysn@fsfe.org>',
37    'Rax <r-a-x@launchpad>': 'Rax Garfield',
38    'o-157 <Unknown>': 'o-157',
39    'cdemoulins <clement@archivel.fr>': 'Clément Démoulins <clement@archivel.fr>',
40    'sjb <gseba@users.sourceforge.net>': 'Себастьян Gli ţa Κατινα <gseba@users.sourceforge.net>',
41    'Chandru <gundachandru@gmail.com>': 'gundachandru <gundachandru@gmail.com>',
42    'Dimitris Giouroukis <digitalbckp@launchpad>': 'Dimitris Giouroukis',
43    'Alir3z4 <agahia.com@gmail.com>': 'Alireza Savand <agahia.com@gmail.com>',
44    'el_libre como el chaval <el.libre@gmail.com>': 'el_libre <el.libre@gmail.com>',
45    'phantomx <megaphantomx@bol.com.br>': 'Phantom X <megaphantomx@bol.com.br>',
46}
47
48TRANSLATORS_OVERRIDES = {
49    # fixing stuff all over the place
50    'chrysn <chrysn@fsfe.org>': ['de', 'en'],
51    'Michal Čihař <michal@cihar.com>': ['cs'],
52    # see 3b0b47b3665 / c1a7b7edad34
53    'Mohammad Alhargan <malham1@gmail.com>': ['ar'],
54}
55
56# everything below this line is updated semi-manually using `./setup.py update_translator_credits`
57
58TRANSLATORS = [
59    'Ajeje Brazorf <lmelonimamo@yahoo.it>',
60    'Alex Kalles <alexakis1997@hotmail.com>',
61    'Algimantas Margevičius <margevicius.algimantas@gmail.com>',
62    'Alireza Savand <agahia.com@gmail.com>',
63    'Allan Nordhøy <epost@anotheragency.no>',
64    'Anders Jonsson <anders.jonsson@norsjovallen.se>',
65    'Bakr Al-Tamimi <Bakr.Tamimi@gmail.com>',
66    'Balázs Úr <urbalazs@gmail.com>',
67    'Belvar <glasbarg@gmail.com>',
68    'Bruno_Patri <bruno.patri@gmail.com>',
69    'Calin Sopterean <csopterean@gmail.com>',
70    'Carezero <carezero@qq.com>',
71    'ChuChangMing <82724824@qq.com>',
72    'Clément Démoulins <clement@archivel.fr>',
73    'DARREN MELROY MENEZES <dmm6799@gmail.com>',
74    'Denis Jukni <deblenden8@gmail.com>',
75    'Dimitris Giouroukis',
76    'Efstathios Iosifidis <iefstathios@gmail.com>',
77    'Erik Sundin <esundin@miman.biz>',
78    'Fred Maranhão <fred.maranhao@gmail.com>',
79    'Fuxik Nah <fuxik12345@gmail.com>',
80    'Guilherme Souza Silva <g.szsilva@gmail.com>',
81    'HsH <hsh@runtu.org>',
82    'Igor <vmta@yahoo.com>',
83    'Ingemar Karlsson <ingemar@ingk.se>',
84    'Ivan Vantu5z <vantu5z@mail.ru>',
85    'Joe Hansen <joedalton2@yahoo.dk>',
86    'Kristjan Räts <kristjanrats@gmail.com>',
87    'Louies <louies0623@gmail.com>',
88    'Lu Ca <lmelonimamo@yahoo.it>',
89    'Luca Vetturi <io@lucavettu.com>',
90    'Luis García Sevillano <floss.dev@gmail.com>',
91    'Mantas Kriaučiūnas <mantas@akl.lt>',
92    'Mehmet Gülmen <memetgulmen@gmail.com>',
93    'Michal Čihař <michal@cihar.com>',
94    'Miguel A. Bouzada <mbouzada@gmail.com>',
95    'Miguel Anxo Bouzada <mbouzada@gmail.com>',
96    'Mohammad Alhargan <malham1@gmail.com>',
97    'Moo <hazap@hotmail.com>',
98    'Nobuhiro Iwamatsu <iwamatsu@gmail.com>',
99    'Olexandr Nesterenko <olexn@ukr.net>',
100    'ParkJS <HeavensBus@gmail.com>',
101    'Phantom X <megaphantomx@bol.com.br>',
102    'Piotr Strebski <strebski@o2.pl>',
103    'Quizzlo <paolone.marco@gmail.com>',
104    'Rasti K5 <rasti.khdhr@gmail.com>',
105    'Rax Garfield',
106    'Ricardo A. Hermosilla Carrillo <ra.hermosillac@gmail.com>',
107    'RooTer <rooter@kyberian.net>',
108    'Sebastian Wahl <swahl11@student.aau.dk>',
109    'Semsudin Abdic <abdic88@gmail.com>',
110    'Slavko <linux@slavino.sk>',
111    'Slobodan Simić <slsimic@gmail.com>',
112    'Tamás Nagy <kisagy@gmail.com>',
113    'Tuux <tuxa@galaxie.eu.org>',
114    'Vladimir <vladimir-csp@yandex.ru>',
115    'Yaron Shahrabani <sh.yaron@gmail.com>',
116    'aboodilankaboot <shiningmoon25@gmail.com>',
117    'agilob <weblate@agilob.net>',
118    'cem guresci <cemguresci@std.iyte.edu.tr>',
119    'cho bkwon <chobkwon@gmail.com>',
120    'chrysn <chrysn@fsfe.org>',
121    'ditokp <ditokpl@gmail.com>',
122    'ekeimaja <ekeimaja@gmail.com>',
123    'el_libre <el.libre@gmail.com>',
124    'gundachandru <gundachandru@gmail.com>',
125    'ikmaak <info@ikmaak.nl>',
126    'josep constanti <jconstanti@yahoo.es>',
127    'o-157',
128    'pCsOrI <pcsori@gmail.com>',
129    'reza khan <reza_khn@yahoo.com>',
130    'tornoz <tornoz@laposte.net>',
131    'wimfeijen <wimfeijen@gmail.com>',
132    'Себастьян Gli ţa Κατινα <gseba@users.sourceforge.net>'
133]
134