Skip to content

Commit

Permalink
added translation for the position on the panel
Browse files Browse the repository at this point in the history
  • Loading branch information
alex-volga committed Nov 11, 2017
1 parent 389e082 commit 0921e4b
Show file tree
Hide file tree
Showing 4 changed files with 30 additions and 5 deletions.
Binary file not shown.
12 changes: 12 additions & 0 deletions freon@UshakovVasilii_Github.yahoo.com/po/freon.pot
Original file line number Diff line number Diff line change
Expand Up @@ -122,3 +122,15 @@ msgstr ""
#: prefs.js:84
msgid "Video Card Temperature Utility"
msgstr ""

#: prefs.js:49
msgid "Left"
msgstr ""

#: prefs.js:49
msgid "Center"
msgstr ""

#: prefs.js:49
msgid "Right"
msgstr ""
21 changes: 17 additions & 4 deletions freon@UshakovVasilii_Github.yahoo.com/po/uk_UA.po
Original file line number Diff line number Diff line change
Expand Up @@ -3,15 +3,16 @@ msgstr ""
"Project-Id-Version: \n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2015-10-06 17:05-0300\n"
"PO-Revision-Date: 2017-11-11 23:50+0200\n"
"PO-Revision-Date: 2017-11-12 00:09+0200\n"
"Last-Translator: \n"
"Language-Team: \n"
"Language: uk_UA\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"X-Generator: Poedit 2.0.3\n"
"Last-Translator: \n"
"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n"
"Language: uk_UA\n"
"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n"
"%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n"

#: bumblebeeNvidiaUtil.js:75 prefs.js:82
msgid "Bumblebee + NVIDIA"
Expand Down Expand Up @@ -126,3 +127,15 @@ msgstr "Catalyst"
#: prefs.js:84
msgid "Video Card Temperature Utility"
msgstr "Утиліта для визначення температури відеокарти"

#: prefs.js:49
msgid "Left"
msgstr "Ліворуч"

#: prefs.js:49
msgid "Center"
msgstr "В центрі"

#: prefs.js:49
msgid "Right"
msgstr "Праворуч"
2 changes: 1 addition & 1 deletion freon@UshakovVasilii_Github.yahoo.com/prefs.js
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ const FreonPrefsWidget = new GObject.Class({
});

this._addComboBox({
items : {left : 'Left', center : 'Center', right : 'Right'},
items : {left : _('Left'), center : _('Center'), right : _('Right')},
key: 'position-in-panel', y : i, x : 0,
label: _('Position in Panel')
});
Expand Down

0 comments on commit 0921e4b

Please sign in to comment.