Skip to content

Commit

Permalink
Use hjdskes.nl reverse domain
Browse files Browse the repository at this point in the history
  • Loading branch information
Hjdskes committed Aug 12, 2018
1 parent 973aab8 commit 2a405a6
Show file tree
Hide file tree
Showing 21 changed files with 206 additions and 206 deletions.
2 changes: 1 addition & 1 deletion data/gcolor3.gresource.xml
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<gresources>
<gresource prefix="/org/hjdskes/gcolor3/">
<gresource prefix="/nl/hjdskes/gcolor3/">
<!-- Using this alias, GtkApplication will automatically pick it up for us. -->
<file alias="gtk/menus.ui" preprocess="xml-stripblanks">menus.ui</file>
<file alias="window.ui" preprocess="xml-stripblanks">window.ui</file>
Expand Down
10 changes: 5 additions & 5 deletions data/meson.build
@@ -1,18 +1,18 @@
install_data('org.hjdskes.gcolor3.svg',
install_data('nl.hjdskes.gcolor3.svg',
install_dir: join_paths(datadir, 'icons', 'hicolor', 'scalable', 'apps'))

i18n.merge_file(
input: 'org.hjdskes.gcolor3.desktop.in',
output: 'org.hjdskes.gcolor3.desktop',
input: 'nl.hjdskes.gcolor3.desktop.in',
output: 'nl.hjdskes.gcolor3.desktop',
type: 'desktop',
po_dir: join_paths(meson.source_root(), 'po'),
install: true,
install_dir: join_paths(datadir, 'applications')
)

i18n.merge_file(
input: 'org.hjdskes.gcolor3.appdata.xml.in',
output: 'org.hjdskes.gcolor3.appdata.xml',
input: 'nl.hjdskes.gcolor3.appdata.xml.in',
output: 'nl.hjdskes.gcolor3.appdata.xml',
type: 'xml',
po_dir: join_paths(meson.source_root(), 'po'),
install: true,
Expand Down
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<!-- Copyright 2016, 2018 Jente Hidskes <hjdskes@gmail.com> -->
<component type="desktop">
<id>org.hjdskes.gcolor3.desktop</id>
<id>nl.hjdskes.gcolor3.desktop</id>
<metadata_license>CC0-1.0</metadata_license>
<project_license>GPL-2.0+</project_license>
<name>Color picker</name>
Expand Down Expand Up @@ -44,7 +44,7 @@
<developer_name>Jente Hidskes</developer_name>
<update_contact>hjdskes_at_gmail.com</update_contact>
<translation type="gettext">gcolor3</translation>
<!-- Validate with `appstream-util validate org.hjdskes.gcolor3.appdata.xml.in`. -->
<!-- Validate with `appstream-util validate nl.hjdskes.gcolor3.appdata.xml.in`. -->
<releases>
<release version="2.2" date="2016-08-20">
<description>
Expand Down
Expand Up @@ -3,7 +3,7 @@ Name=Color picker
Comment=Choose colors from the picker or the screen
Exec=gcolor3
# Translators: Do NOT translate or transliterate this text (this is an icon file name)!
Icon=org.hjdskes.gcolor3
Icon=nl.hjdskes.gcolor3
StartupNotify=true
Terminal=false
Type=Application
Expand Down
File renamed without changes
2 changes: 1 addition & 1 deletion org.hjdskes.gcolor3.json → nl.hjdskes.gcolor3.json
@@ -1,5 +1,5 @@
{
"app-id": "org.hjdskes.gcolor3",
"app-id": "nl.hjdskes.gcolor3",

"runtime": "org.gnome.Platform",
"runtime-version": "3.26",
Expand Down
4 changes: 2 additions & 2 deletions po/POTFILES
@@ -1,7 +1,7 @@
# List of source files containing translatable strings.
# Please keep this list sorted alphabetically.
data/org.hjdskes.gcolor3.desktop.in
data/org.hjdskes.gcolor3.appdata.xml.in
data/nl.hjdskes.gcolor3.desktop.in
data/nl.hjdskes.gcolor3.appdata.xml.in
data/menus.ui
data/window.ui
src/main.c
Expand Down
36 changes: 18 additions & 18 deletions po/de_DE.po
Expand Up @@ -19,27 +19,27 @@ msgstr ""
"X-Generator: Gtranslator 2.91.7\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"

#: data/org.hjdskes.gcolor3.desktop.in:3
#: data/org.hjdskes.gcolor3.appdata.xml.in:7 src/gcolor3-application.c:119
#: data/nl.hjdskes.gcolor3.desktop.in:3
#: data/nl.hjdskes.gcolor3.appdata.xml.in:7 src/gcolor3-application.c:119
msgid "Color picker"
msgstr "Farbwähler"

#: data/org.hjdskes.gcolor3.desktop.in:4
#: data/org.hjdskes.gcolor3.appdata.xml.in:8 src/gcolor3-application.c:56
#: data/nl.hjdskes.gcolor3.desktop.in:4
#: data/nl.hjdskes.gcolor3.appdata.xml.in:8 src/gcolor3-application.c:56
msgid "Choose colors from the picker or the screen"
msgstr "Wählen Sie Farben vom Farbrad oder dem Bildschirm"

#. Translators: Do NOT translate or transliterate this text (this is an icon file name)!
#: data/org.hjdskes.gcolor3.desktop.in:7
msgid "org.hjdskes.gcolor3"
#: data/nl.hjdskes.gcolor3.desktop.in:7
msgid "nl.hjdskes.gcolor3"
msgstr ""

#. Translators: Extra keywords that can be used to search for Gcolor3 in GNOME Shell and Unity
#: data/org.hjdskes.gcolor3.desktop.in:13
#: data/nl.hjdskes.gcolor3.desktop.in:13
msgid "Color;Picker;Palette;"
msgstr "Farbe;Farbauswahl;Farbpalette;"

#: data/org.hjdskes.gcolor3.appdata.xml.in:10
#: data/nl.hjdskes.gcolor3.appdata.xml.in:10
msgid ""
"Ever wanted to know the value of that color on your screen? Gcolor3 enables "
"you to pick the color from any pixel on your screen. It also offers a "
Expand All @@ -49,15 +49,15 @@ msgstr ""
"aufzunehmen. Weiterhin wird eine Farbpalette zur Abstimmung von "
"Farbkombinationen bereitgestellt."

#: data/org.hjdskes.gcolor3.appdata.xml.in:15
#: data/nl.hjdskes.gcolor3.appdata.xml.in:15
msgid ""
"When you have found the perfect combination of colors, naturally you want to "
"save them. Gcolor3 allows you to conveniently save and retrieve colors."
msgstr ""
"Gcolor3 ermöglicht in bequemer Weise Abspeichern und Wiederverwenden Ihrer "
"Lieblingsfarben."

#: data/org.hjdskes.gcolor3.appdata.xml.in:19
#: data/nl.hjdskes.gcolor3.appdata.xml.in:19
msgid ""
"Gcolor3 is a color selection dialog written in GTK+ 3. It is much alike "
"Gcolor2, but uses the newer GTK+ version and other modernisations to better "
Expand All @@ -66,39 +66,39 @@ msgstr ""
"Gcolor3 ist ein Farbwahlprogramm basierend auf GTK+ 3. Zur Funktionalität "
"von Gcolor2 bietet es eine modernisierte Benutzeroberfläche. "

#: data/org.hjdskes.gcolor3.appdata.xml.in:33
#: data/nl.hjdskes.gcolor3.appdata.xml.in:33
msgid "The picker and the color palette"
msgstr "Der Farbwähler und die Farbpalette"

#: data/org.hjdskes.gcolor3.appdata.xml.in:37
#: data/nl.hjdskes.gcolor3.appdata.xml.in:37
msgid "The list of saved colors"
msgstr "Liste der gespeicherten Farben"

#. Translators: please do NOT translate this.
#: data/org.hjdskes.gcolor3.appdata.xml.in:44
#: data/nl.hjdskes.gcolor3.appdata.xml.in:44
msgid "Jente Hidskes"
msgstr ""

#: data/org.hjdskes.gcolor3.appdata.xml.in:53
#: data/nl.hjdskes.gcolor3.appdata.xml.in:53
msgid "Centrally manage colors between several running instances;"
msgstr ""

#: data/org.hjdskes.gcolor3.appdata.xml.in:54
#: data/nl.hjdskes.gcolor3.appdata.xml.in:54
msgid ""
"Follow the XDG directory specification for the configuration file. This "
"means that the configuration file has moved from `~/.rgb.ini` to `"
"$XDG_CONFIG_HOME/gcolor3/config.ini`;"
msgstr ""

#: data/org.hjdskes.gcolor3.appdata.xml.in:56
#: data/nl.hjdskes.gcolor3.appdata.xml.in:56
msgid "Copy the selected color's hex value from the tree view using Ctrl-C;"
msgstr ""

#: data/org.hjdskes.gcolor3.appdata.xml.in:57
#: data/nl.hjdskes.gcolor3.appdata.xml.in:57
msgid "Make the main window resizable;"
msgstr ""

#: data/org.hjdskes.gcolor3.appdata.xml.in:58
#: data/nl.hjdskes.gcolor3.appdata.xml.in:58
msgid "Translation updates."
msgstr ""

Expand Down
6 changes: 3 additions & 3 deletions po/el.po
Expand Up @@ -17,18 +17,18 @@ msgstr ""
"X-Loco-Parser: loco_parse_po\n"
"X-Loco-Target-Locale: el_GR\n"

#: ../data/org.hjdskes.gcolor3.desktop.in.in.h:1 ../src/gcolor3-application.c:146
#: ../data/nl.hjdskes.gcolor3.desktop.in.in.h:1 ../src/gcolor3-application.c:146
#, fuzzy
msgid "Color picker"
msgstr "Επιλογέας χρώματος"

#: ../data/org.hjdskes.gcolor3.desktop.in.in.h:2 ../src/gcolor3-window.c:499
#: ../data/nl.hjdskes.gcolor3.desktop.in.in.h:2 ../src/gcolor3-window.c:499
#, fuzzy
msgid "Choose colors from the picker or the screen"
msgstr "Επιλέξτε χρώματα απο την παλέτα ή απο την οθόνη"

#. Extra keywords that can be used to search for Gcolor3 in GNOME Shell and Unity
#: ../data/org.hjdskes.gcolor3.desktop.in.in.h:4
#: ../data/nl.hjdskes.gcolor3.desktop.in.in.h:4
msgid "Color;Picker;Palette;"
msgstr "Χρώμα;Επιλογέας;Παλέτα;"

Expand Down
36 changes: 18 additions & 18 deletions po/en_GB.po
Expand Up @@ -16,27 +16,27 @@ msgstr ""
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"

#: data/org.hjdskes.gcolor3.desktop.in:3
#: data/org.hjdskes.gcolor3.appdata.xml.in:7 src/gcolor3-application.c:119
#: data/nl.hjdskes.gcolor3.desktop.in:3
#: data/nl.hjdskes.gcolor3.appdata.xml.in:7 src/gcolor3-application.c:119
msgid "Color picker"
msgstr "Colour picker"

#: data/org.hjdskes.gcolor3.desktop.in:4
#: data/org.hjdskes.gcolor3.appdata.xml.in:8 src/gcolor3-application.c:56
#: data/nl.hjdskes.gcolor3.desktop.in:4
#: data/nl.hjdskes.gcolor3.appdata.xml.in:8 src/gcolor3-application.c:56
msgid "Choose colors from the picker or the screen"
msgstr "Choose colours from the picker or the screen"

#. Translators: Do NOT translate or transliterate this text (this is an icon file name)!
#: data/org.hjdskes.gcolor3.desktop.in:7
msgid "org.hjdskes.gcolor3"
#: data/nl.hjdskes.gcolor3.desktop.in:7
msgid "nl.hjdskes.gcolor3"
msgstr ""

#. Translators: Extra keywords that can be used to search for Gcolor3 in GNOME Shell and Unity
#: data/org.hjdskes.gcolor3.desktop.in:13
#: data/nl.hjdskes.gcolor3.desktop.in:13
msgid "Color;Picker;Palette;"
msgstr "Colour;Picker;Palette"

#: data/org.hjdskes.gcolor3.appdata.xml.in:10
#: data/nl.hjdskes.gcolor3.appdata.xml.in:10
msgid ""
"Ever wanted to know the value of that color on your screen? Gcolor3 enables "
"you to pick the color from any pixel on your screen. It also offers a "
Expand All @@ -46,15 +46,15 @@ msgstr ""
"you to pick the colour from any pixel on your screen. It also offers a "
"palette, so that you can easily mix and match a couple of colours together."

#: data/org.hjdskes.gcolor3.appdata.xml.in:15
#: data/nl.hjdskes.gcolor3.appdata.xml.in:15
msgid ""
"When you have found the perfect combination of colors, naturally you want to "
"save them. Gcolor3 allows you to conveniently save and retrieve colors."
msgstr ""
"When you have found the perfect combination of colours, naturally you want "
"to save them. Gcolor3 allows you to conveniently save and retrieve colours."

#: data/org.hjdskes.gcolor3.appdata.xml.in:19
#: data/nl.hjdskes.gcolor3.appdata.xml.in:19
msgid ""
"Gcolor3 is a color selection dialog written in GTK+ 3. It is much alike "
"Gcolor2, but uses the newer GTK+ version and other modernisations to better "
Expand All @@ -64,39 +64,39 @@ msgstr ""
"Gcolor2, but uses the newer GTK+ version and other modernizations to better "
"integrate into your modern desktop."

#: data/org.hjdskes.gcolor3.appdata.xml.in:33
#: data/nl.hjdskes.gcolor3.appdata.xml.in:33
msgid "The picker and the color palette"
msgstr "The picker and the colour palette"

#: data/org.hjdskes.gcolor3.appdata.xml.in:37
#: data/nl.hjdskes.gcolor3.appdata.xml.in:37
msgid "The list of saved colors"
msgstr "The list of saved colours"

#. Translators: please do NOT translate this.
#: data/org.hjdskes.gcolor3.appdata.xml.in:44
#: data/nl.hjdskes.gcolor3.appdata.xml.in:44
msgid "Jente Hidskes"
msgstr ""

#: data/org.hjdskes.gcolor3.appdata.xml.in:53
#: data/nl.hjdskes.gcolor3.appdata.xml.in:53
msgid "Centrally manage colors between several running instances;"
msgstr ""

#: data/org.hjdskes.gcolor3.appdata.xml.in:54
#: data/nl.hjdskes.gcolor3.appdata.xml.in:54
msgid ""
"Follow the XDG directory specification for the configuration file. This "
"means that the configuration file has moved from `~/.rgb.ini` to `"
"$XDG_CONFIG_HOME/gcolor3/config.ini`;"
msgstr ""

#: data/org.hjdskes.gcolor3.appdata.xml.in:56
#: data/nl.hjdskes.gcolor3.appdata.xml.in:56
msgid "Copy the selected color's hex value from the tree view using Ctrl-C;"
msgstr ""

#: data/org.hjdskes.gcolor3.appdata.xml.in:57
#: data/nl.hjdskes.gcolor3.appdata.xml.in:57
msgid "Make the main window resizable;"
msgstr ""

#: data/org.hjdskes.gcolor3.appdata.xml.in:58
#: data/nl.hjdskes.gcolor3.appdata.xml.in:58
msgid "Translation updates."
msgstr ""

Expand Down

0 comments on commit 2a405a6

Please sign in to comment.