File tree Expand file tree Collapse file tree 2 files changed +34
-0
lines changed
src/mhahnFr/iSongs/core/locale Expand file tree Collapse file tree 2 files changed +34
-0
lines changed Original file line number Diff line number Diff line change 1919
2020package mhahnFr .iSongs .core .locale ;
2121
22+ /**
23+ * This enumeration contains the identifiers for the
24+ * string literals of this app.
25+ *
26+ * @author mhahnFr
27+ * @since 01.09.23
28+ */
2229public enum StringID {
2330 MAIN_CURRENT_TITLE ,
2431 MAIN_LOADING ,
Original file line number Diff line number Diff line change 1+ /*
2+ * iSongs-RadioText - Radio-text part of iSongs.
3+ *
4+ * Copyright (C) 2023 mhahnFr
5+ *
6+ * This file is part of the iSongs-RadioText. This program is free software:
7+ * you can redistribute it and/or modify it under the terms of the
8+ * GNU General Public License as published by the Free Software Foundation,
9+ * either version 3 of the License, or (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 along with
17+ * this program, see the file LICENSE. If not, see <https://www.gnu.org/licenses/>.
18+ */
19+
20+ /**
21+ * This package contains the translation related classes
22+ * of this app.
23+ *
24+ * @author mhahnFr
25+ * @since 01.09.23
26+ */
27+ package mhahnFr .iSongs .core .locale ;
You can’t perform that action at this time.
0 commit comments